Location: Gardner, Dolnik, Collins, 1998 @ 00a5ab2807d4 / gardner_dolnik_collins_1998.xul

Author:
Catherine Lloyd <c.lloyd@auckland.ac.nz>
Date:
2010-07-06 00:53:21+12:00
Desc:
Fixed broken units, connections and metadata.
Permanent Source URI:
https://models.cellml.org/workspace/gardner_dolnik_collins_1998/rawfile/00a5ab2807d48d466a4243947d521afb849a4ab5/gardner_dolnik_collins_1998.xul

<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<window id="layout-diagram" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
   style="overflow: auto" onload="setupDocument()"
>
  <script>
<![CDATA[
window.model_entities =
  {
			C: 

			{	id: "C",
				y: 'C/C', 
				x: 'environment/time', 
				graph: 'Graph of inhibitor concentrations vs cell cycle oscillations', 
				linestyle: 'none'
			},

			X: 

			{	id: "X",
				y: 'X/X', 
				x: 'environment/time', 
				graph: 'Graph of inhibitor concentrations vs cell cycle oscillations', 
				linestyle: 'none'
			},

			Y: 

			{	id: "Y",
				y: 'Y/Y', 
				x: 'environment/time', 
				graph: 'Graph of inhibitor concentrations vs cell cycle oscillations', 
				linestyle: 'none'
			},

			Z: 

			{	id: "Z",
				y: 'Z/Z', 
				x: 'environment/time', 
				graph: 'Graph of inhibitor concentrations vs cell cycle oscillations', 
				linestyle: 'none'
			},

			M: 

			{	id: "M",
				y: 'M/M', 
				x: 'environment/time', 
				graph: 'Graph of inhibitor concentrations vs cell cycle oscillations', 
				linestyle: 'none'
			}
   
};

function flushVisibilityInformation()
{
  var i;
  var message = "Displaying flux of ";
  if(pcenv != null)
  {
    for (i in window.model_entities)
    {
      pcenv.selectTrace(window.model_entities[i].graph,
                        window.model_entities[i].x,
                        window.model_entities[i].y,
                        '',
                        window.model_entities[i].linestyle);
      if (window.model_entities[i].linestyle != "none")
        message += i +", ";
    }
    message = message.slice(0, -2);
    if (message != "Displaying flux o")
      pcenv.status(message);
    else
      pcenv.status("No fluxes displayed.");
  }
}

function processSelectEntity(event)
{
  pcenv.status("In processSelectEntity");

  var name = window.svgIdToName[event.currentTarget.id];

  if (window.model_entities[name].linestyle == "none")
    window.model_entities[name].linestyle = "lines";
  else
    window.model_entities[name].linestyle = "none";

  flushVisibilityInformation();
}

function processContext(event)
{
  // if (event.button != 2)
  //   return true;

  var name = window.svgIdToName[event.currentTarget.id];
  
  if (window.model_entities[name].context == null)
    return true;

  var menu = document.getElementById("entityContextMenu");

  for (var c = menu.firstChild, x = null; c != null; c = x)
  {
    x = c.nextSibling;
    menu.removeChild(c);
  }

  for (var i in window.model_entities[name].context)
  {
    var item = window.model_entities[name].context[i];

    var mitem = document.createElementNS
      (
       "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul",
       "menuitem"
      );

    mitem.setAttribute("label", item.label);
    mitem.setAttribute("url", item.url);
    mitem.addEventListener("command", processShowEntityURL, false);
    menu.appendChild(mitem);
  }

  menu.showPopup(window.diagram, event.screenX, event.screenY,
                 "context");

  event.stopPropagation;
  return false;
}

function processShowEntityURL(event)
{
  url = event.target.getAttribute("url");

  window.open(url);

  var hl = document.getElementById("hidden-link");
  hl.href = url;

  // This is ugly, but it is one way to force everything through the proper
  // external handler...
  var evt = document.createEvent("HTMLEvents");
  evt.initEvent("click", true, true);
  hl.dispatchEvent(evt);
}

function setupDocument()
{
  flushVisibilityInformation();

  window.diagram = document.getElementById("sachse");

  window.svgIdToName = {};

  for (var name in window.model_entities)
  {
    var e = window.model_entities[name];

    var svg = document.getElementById(e.id);
    window.svgIdToName[e.id] = name;

    svg.addEventListener("click", processSelectEntity, false);
    svg.addEventListener("contextmenu", processContext, false);
  }
}

]]>
  </script>

<popupset>
  <menupopup id="entityContextMenu" />
</popupset>

<svg
   xmlns:svg="http://www.w3.org/2000/svg"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:cc="http://web.resource.org/cc/"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns="http://www.w3.org/2000/svg"
   xmlns:xlink="http://www.w3.org/1999/xlink"
   version="1.1"
   id="gardner_1995"
   width="436.311"
   height="535.52698"
   overflow="visible"
   xml:space="preserve">

<metadata
   id="gardner_1995">
<rdf:RDF><cc:Work
       rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
         rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
   id="gardner_1995" />
<!-- Created with Inkscape (http://www.inkscape.org/) -->

<!--svg
   xmlns:svg="http://www.w3.org/2000/svg"
   xmlns="http://www.w3.org/2000/svg"
   version="1.0"
   width="436.311"
   height="535.52698"
   viewBox="0 0 436.311 535.527"
   id="Layer_1"
   xml:space="preserve"><defs
   id="defs4197" /-->
<pattern
   overflow="visible"
   viewBox="2.125 -70.896 69 69"
   id="Polka_Dot_Pattern"
   patternUnits="userSpaceOnUse"
   height="69"
   width="69"
   y="679.181"
   x="-152.143">
	<g
   id="g3315">
		<polygon
   id="polygon3317"
   points="71.125,-1.896 2.125,-1.896 2.125,-70.896 71.125,-70.896   "
   fill="none" />
		<polygon
   id="polygon3319"
   points="71.125,-1.896 2.125,-1.896 2.125,-70.896 71.125,-70.896   "
   fill="#E6BA66" />
		<g
   id="g3321">
			<path
   id="path3323"
   d="M61.772-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128     c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161     c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631     c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45     c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221     c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337     c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207     c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169     c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
			<path
   id="path3325"
   d="M54.105-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128     c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161     c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631     c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45     c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221     c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337     c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207     c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169     c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
			<path
   id="path3327"
   d="M46.439-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128     c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161     c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631     c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45     c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221     c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337     c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207     c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169     c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
			<path
   id="path3329"
   d="M38.772-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128     c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161     c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631     c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45     c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221     c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337     c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207     c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169     c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
			<path
   id="path3331"
   d="M31.105-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128     c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161     c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631     c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45     c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221     c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337     c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207     c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169     c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
			<path
   id="path3333"
   d="M23.439-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128     c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161     c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631     c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45     c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221     c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337     c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207     c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169     c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
			<path
   id="path3335"
   d="M15.772-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128     c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161     c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631     c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45     c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221     c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337     c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207     c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169     c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
			<path
   id="path3337"
   d="M8.105-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128     c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161     c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631     c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45     c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221     c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337     c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207     c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169     c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
			<path
   id="path3339"
   d="M0.439-71.653c0.018,0.072,0.008,0.127-0.026,0.19C0.361-71.362,0.3-71.4,0.248-71.335     c-0.051,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161     c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631     c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45     c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.07,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221     c0.038-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.051-0.12-0.064-0.187c-0.021-0.114,0.002-0.224,0-0.337     c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207     c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.215,0.124-0.215,0.224c0.002,0.115,0.005,0.051,0.012,0.169     c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
		</g>
		<g
   id="g3341">
			<path
   id="path3343"
   d="M69.439-71.653c0.018,0.072,0.008,0.127-0.026,0.19c-0.052,0.101-0.113,0.063-0.165,0.128     c-0.051,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161     c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631     c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45     c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.07,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221     c0.038-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.051-0.12-0.064-0.187c-0.021-0.114,0.002-0.224,0-0.337     c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207     c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.215,0.124-0.215,0.224c0.002,0.115,0.005,0.051,0.012,0.169     c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
		</g>
		<path
   id="path3345"
   d="M0.495-71.653c0.018,0.072,0.008,0.127-0.026,0.19c-0.052,0.101-0.113,0.063-0.165,0.128    c-0.051,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161    c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631    c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45    c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.07,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221    c0.038-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.051-0.12-0.064-0.187c-0.021-0.114,0.002-0.224,0-0.337    c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207    c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.215,0.124-0.215,0.224C0.5-71.68,0.503-71.744,0.51-71.626    c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
		<g
   id="g3347">
			<g
   id="g3349">
				<path
   id="path3351"
   d="M69.439-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3353"
   d="M61.778-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3355"
   d="M54.118-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3357"
   d="M46.458-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3359"
   d="M38.797-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3361"
   d="M31.137-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3363"
   d="M23.477-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3365"
   d="M15.816-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3367"
   d="M8.156-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3369"
   d="M0.495-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143C2-61.45,2.217-61.397,2.391-61.46c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
			</g>
			<g
   id="g3371">
				<path
   id="path3373"
   d="M69.439-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3375"
   d="M61.778-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3377"
   d="M54.118-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3379"
   d="M46.458-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3381"
   d="M38.797-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3383"
   d="M31.137-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3385"
   d="M23.477-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3387"
   d="M15.816-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3389"
   d="M8.156-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3391"
   d="M0.495-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224C0.5-56.374,0.503-56.438,0.51-56.32      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
			</g>
			<g
   id="g3393">
				<path
   id="path3395"
   d="M69.439-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3397"
   d="M61.778-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3399"
   d="M54.118-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3401"
   d="M46.458-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3403"
   d="M38.797-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3405"
   d="M31.137-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3407"
   d="M23.477-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3409"
   d="M15.816-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3411"
   d="M8.156-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3413"
   d="M0.495-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
			</g>
			<g
   id="g3415">
				<path
   id="path3417"
   d="M69.439-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3419"
   d="M61.778-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3421"
   d="M54.118-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3423"
   d="M46.458-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3425"
   d="M38.797-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3427"
   d="M31.137-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3429"
   d="M23.477-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3431"
   d="M15.816-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3433"
   d="M8.156-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      C8.15-41.004,8.149-41.02,8.14-41.04"
   fill="#FFFFFF" />
				<path
   id="path3435"
   d="M0.495-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
			</g>
			<g
   id="g3437">
				<path
   id="path3439"
   d="M69.439-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3441"
   d="M61.778-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3443"
   d="M54.118-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3445"
   d="M46.458-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3447"
   d="M38.797-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3449"
   d="M31.137-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3451"
   d="M23.477-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3453"
   d="M15.816-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3455"
   d="M8.156-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3457"
   d="M0.495-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224C0.5-33.416,0.503-33.48,0.51-33.362      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
			</g>
			<g
   id="g3459">
				<path
   id="path3461"
   d="M69.439-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3463"
   d="M61.778-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3465"
   d="M54.118-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3467"
   d="M46.458-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3469"
   d="M38.797-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3471"
   d="M31.137-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3473"
   d="M23.477-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3475"
   d="M15.816-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3477"
   d="M8.156-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3479"
   d="M0.495-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
			</g>
			<g
   id="g3481">
				<path
   id="path3483"
   d="M69.439-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3485"
   d="M61.778-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3487"
   d="M54.118-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3489"
   d="M46.458-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3491"
   d="M38.797-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3493"
   d="M31.137-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3495"
   d="M23.477-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3497"
   d="M15.816-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3499"
   d="M8.156-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3501"
   d="M0.495-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224C0.5-18.11,0.503-18.175,0.51-18.057      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
			</g>
			<g
   id="g3503">
				<path
   id="path3505"
   d="M69.439-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362C69-9.692,69.159-9.523,69.154-9.4c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3507"
   d="M61.778-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3509"
   d="M54.118-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3511"
   d="M46.458-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3513"
   d="M38.797-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3515"
   d="M31.137-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3517"
   d="M23.477-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3519"
   d="M15.816-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053C17.933-7.969,17.839-8.227,18-8.34      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3521"
   d="M8.156-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      C7.915-10.05,7.866-9.836,7.886-9.75C7.717-9.692,7.876-9.523,7.871-9.4C7.868-9.351,7.83-9.295,7.826-9.239      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      C9.114-7.652,9.321-7.799,9.48-7.837c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path3523"
   d="M0.495-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      C0.254-10.05,0.205-9.836,0.225-9.75C0.056-9.692,0.215-9.523,0.21-9.4c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37C0.33-8.671,0.501-8.456,0.668-8.325c0.19,0.148,0.365,0.572,0.608,0.631      C1.454-7.652,1.66-7.799,1.819-7.837C2-7.88,2.217-7.827,2.391-7.89c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46C3.477-8.933,3.471-8.995,3.5-9.071      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
			</g>
		</g>
		<g
   id="g3525">
			<path
   id="path3527"
   d="M69.439-2.778c0.018,0.072,0.008,0.127-0.026,0.19C69.361-2.487,69.3-2.525,69.248-2.46     c-0.051,0.063-0.099,0.276-0.079,0.362C69-2.04,69.159-1.871,69.154-1.748c-0.002,0.05-0.041,0.105-0.045,0.161     c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631     C70.397,0,70.604-0.146,70.763-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45     c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.07,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221     c0.038-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.051-0.12-0.064-0.187c-0.021-0.114,0.002-0.224,0-0.337     c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207     c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.215,0.124-0.215,0.224c0.002,0.115,0.005,0.051,0.012,0.169     c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
			<path
   id="path3529"
   d="M61.778-2.778c0.018,0.072,0.007,0.127-0.026,0.19C61.7-2.487,61.64-2.525,61.587-2.46     c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161     c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631     C62.737,0,62.943-0.146,63.103-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45     c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221     c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337     c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207     c-0.17,0.088-0.139,0.166-0.318,0.224C61.915-3.117,61.78-3.02,61.781-2.92c0.001,0.115,0.005,0.051,0.012,0.169     c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
			<path
   id="path3531"
   d="M54.118-2.778c0.018,0.072,0.007,0.127-0.026,0.19C54.04-2.487,53.98-2.525,53.927-2.46     c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161     c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631     C55.077,0,55.283-0.146,55.442-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45     c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221     c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337     c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207     c-0.17,0.088-0.139,0.166-0.318,0.224C54.255-3.117,54.12-3.02,54.121-2.92c0.001,0.115,0.005,0.051,0.012,0.169     c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
			<path
   id="path3533"
   d="M46.458-2.778c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128     c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161     c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631     C47.416,0,47.623-0.146,47.782-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45     c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221     c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337     c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207     c-0.17,0.088-0.139,0.166-0.318,0.224C46.594-3.117,46.459-3.02,46.46-2.92c0.001,0.115,0.005,0.051,0.012,0.169     c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
			<path
   id="path3535"
   d="M38.797-2.778c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128     c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161     c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631     C39.756,0,39.962-0.146,40.122-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45     c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221     c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337     c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207     c-0.17,0.088-0.139,0.166-0.318,0.224C38.934-3.117,38.799-3.02,38.8-2.92c0.001,0.115,0.005,0.051,0.012,0.169     c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
			<path
   id="path3537"
   d="M31.137-2.778c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128     c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161     c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631     C32.095,0,32.302-0.146,32.461-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45     c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221     c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337     c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207     c-0.17,0.088-0.139,0.166-0.318,0.224C31.273-3.117,31.139-3.02,31.14-2.92c0.001,0.115,0.005,0.051,0.012,0.169     c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
			<path
   id="path3539"
   d="M23.477-2.778c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128     c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161     c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631     C24.435,0,24.642-0.146,24.801-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45     c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221     c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337     c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207     c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169     c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
			<path
   id="path3541"
   d="M15.816-2.778c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128     c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161     c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631     C16.774,0,16.981-0.146,17.14-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45     c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221     c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337     c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207     c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169     C15.81-2.74,15.809-2.756,15.8-2.776"
   fill="#FFFFFF" />
			<path
   id="path3543"
   d="M8.156-2.778c0.018,0.072,0.007,0.127-0.026,0.19C8.077-2.487,8.018-2.525,7.965-2.46     c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35C7.868-1.698,7.83-1.643,7.826-1.587     c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631     C9.114,0,9.321-0.146,9.48-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45     c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221     c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337     c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789C8.954-3.54,8.847-3.448,8.692-3.367     c-0.17,0.088-0.139,0.166-0.318,0.224C8.292-3.117,8.158-3.02,8.159-2.92C8.16-2.805,8.164-2.869,8.17-2.751     C8.15-2.74,8.149-2.756,8.14-2.776"
   fill="#FFFFFF" />
			<path
   id="path3545"
   d="M0.495-2.778c0.018,0.072,0.008,0.127-0.026,0.19C0.417-2.487,0.356-2.525,0.304-2.46     C0.253-2.397,0.205-2.184,0.225-2.098C0.056-2.04,0.215-1.871,0.21-1.748c-0.002,0.05-0.041,0.105-0.045,0.161     c-0.01,0.119,0.017,0.266,0.068,0.37C0.33-1.019,0.501-0.804,0.668-0.673c0.19,0.148,0.365,0.572,0.608,0.631     C1.454,0,1.66-0.146,1.819-0.185C2-0.228,2.217-0.175,2.391-0.237c0.222-0.079,0.127-0.337,0.288-0.45     c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.07,0.339-0.263,0.376-0.46C3.477-1.28,3.471-1.343,3.5-1.419     c0.038-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.051-0.12-0.064-0.187c-0.021-0.114,0.002-0.224,0-0.337     c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789C1.293-3.54,1.187-3.448,1.031-3.367     c-0.17,0.088-0.139,0.166-0.318,0.224C0.632-3.117,0.498-3.02,0.498-2.92C0.5-2.805,0.503-2.869,0.51-2.751     C0.489-2.74,0.488-2.756,0.479-2.776"
   fill="#FFFFFF" />
		</g>
	</g>
</pattern>
<g
   id="Y">
	
		<radialGradient
   cx="241.1582"
   cy="-583.36377"
   r="18.3356"
   id="path16609_7_"
   gradientUnits="userSpaceOnUse"
   gradientTransform="matrix(1.5933,0,0,0.6358,-278.3168,389.5194)">
		<stop
   id="stop3550"
   style="stop-color:#a2ff5f;stop-opacity:1"
   offset="0" />
		<stop
   id="stop3552"
   style="stop-color:#a0ff5f;stop-opacity:1"
   offset="0.4082" />
		<stop
   id="stop3554"
   style="stop-color:#99fd5f;stop-opacity:1"
   offset="0.55519998" />
		<stop
   id="stop3556"
   style="stop-color:#8efb5e;stop-opacity:1"
   offset="0.66000003" />
		<stop
   id="stop3558"
   style="stop-color:#7df85e;stop-opacity:1"
   offset="0.74479997" />
		<stop
   id="stop3560"
   style="stop-color:#67f35d;stop-opacity:1"
   offset="0.81739998" />
		<stop
   id="stop3562"
   style="stop-color:#4bee5c;stop-opacity:1"
   offset="0.88169998" />
		<stop
   id="stop3564"
   style="stop-color:#2be85b;stop-opacity:1"
   offset="0.93980002" />
		<stop
   id="stop3566"
   style="stop-color:#07e05a;stop-opacity:1"
   offset="0.99150002" />
		<stop
   id="stop3568"
   style="stop-color:#00df5a;stop-opacity:1"
   offset="1" />
	</radialGradient>
	<path
   d="M 134.598,18.616 C 134.598,25.171 121.754,30.485 105.92,30.485 C 90.082,30.485 77.243,25.172 77.243,18.616 C 77.243,12.06 90.082,6.749 105.92,6.749 C 121.754,6.75 134.598,12.061 134.598,18.616 z"
   id="path16609"
   style="fill:url(#path16609_7_);stroke:#000000" />
	<g
   id="g3571">
		<path
   d="M 86.295,14.523 L 86.295,22.606 L 85.252,22.606 L 85.252,14.523 L 86.295,14.523 L 86.295,14.523 z"
   id="path3573" />
		<path
   d="M 88.203,18.373 C 88.203,17.773 88.191,17.282 88.155,16.802 L 89.091,16.802 L 89.151,17.761 L 89.175,17.761 C 89.463,17.209 90.134,16.67 91.094,16.67 C 91.897,16.67 93.145,17.149 93.145,19.14 L 93.145,22.606 L 92.089,22.606 L 92.089,19.26 C 92.089,18.324 91.741,17.545 90.746,17.545 C 90.051,17.545 89.511,18.037 89.331,18.624 C 89.283,18.756 89.259,18.936 89.259,19.116 L 89.259,22.606 L 88.203,22.606 L 88.203,18.373 z"
   id="path3575" />
		<path
   d="M 94.863,14.091 L 95.919,14.091 L 95.919,17.713 L 95.943,17.713 C 96.111,17.413 96.375,17.15 96.698,16.97 C 97.01,16.79 97.382,16.67 97.778,16.67 C 98.557,16.67 99.805,17.149 99.805,19.152 L 99.805,22.606 L 98.749,22.606 L 98.749,19.272 C 98.749,18.336 98.401,17.545 97.406,17.545 C 96.722,17.545 96.183,18.024 95.991,18.6 C 95.931,18.744 95.919,18.9 95.919,19.104 L 95.919,22.606 L 94.863,22.606 L 94.863,14.091 L 94.863,14.091 z"
   id="path3577" />
		<path
   d="M 102.698,15.17 C 102.71,15.53 102.446,15.818 102.027,15.818 C 101.655,15.818 101.391,15.53 101.391,15.17 C 101.391,14.798 101.667,14.51 102.051,14.51 C 102.446,14.511 102.698,14.799 102.698,15.17 z M 101.523,22.606 L 101.523,16.801 L 102.579,16.801 L 102.579,22.606 L 101.523,22.606 z"
   id="path3579" />
		<path
   d="M 104.331,14.091 L 105.374,14.091 L 105.374,17.737 L 105.398,17.737 C 105.77,17.089 106.441,16.67 107.377,16.67 C 108.816,16.67 109.835,17.869 109.824,19.632 C 109.824,21.707 108.516,22.738 107.221,22.738 C 106.381,22.738 105.71,22.414 105.278,21.647 L 105.242,21.647 L 105.194,22.606 L 104.282,22.606 C 104.306,22.21 104.33,21.623 104.33,21.107 L 104.33,14.091 L 104.331,14.091 z M 105.375,20.28 C 105.375,20.412 105.399,20.544 105.423,20.664 C 105.627,21.395 106.238,21.899 107.006,21.899 C 108.11,21.899 108.769,21 108.769,19.668 C 108.769,18.505 108.169,17.509 107.042,17.509 C 106.322,17.509 105.651,18.001 105.435,18.804 C 105.411,18.924 105.375,19.068 105.375,19.236 L 105.375,20.28 z"
   id="path3581" />
		<path
   d="M 112.334,15.17 C 112.346,15.53 112.082,15.818 111.663,15.818 C 111.291,15.818 111.027,15.53 111.027,15.17 C 111.027,14.798 111.303,14.51 111.687,14.51 C 112.082,14.511 112.334,14.799 112.334,15.17 z M 111.159,22.606 L 111.159,16.801 L 112.215,16.801 L 112.215,22.606 L 111.159,22.606 z"
   id="path3583" />
		<path
   d="M 115.238,15.41 L 115.238,16.802 L 116.749,16.802 L 116.749,17.605 L 115.238,17.605 L 115.238,20.735 C 115.238,21.455 115.442,21.862 116.03,21.862 C 116.318,21.862 116.486,21.838 116.641,21.79 L 116.689,22.582 C 116.485,22.666 116.161,22.738 115.753,22.738 C 115.261,22.738 114.865,22.57 114.613,22.282 C 114.313,21.97 114.205,21.454 114.205,20.771 L 114.205,17.604 L 113.306,17.604 L 113.306,16.801 L 114.205,16.801 L 114.205,15.734 L 115.238,15.41 z"
   id="path3585" />
		<path
   d="M 123.12,19.656 C 123.12,21.802 121.633,22.738 120.23,22.738 C 118.659,22.738 117.447,21.587 117.447,19.752 C 117.447,17.809 118.718,16.67 120.325,16.67 C 121.993,16.67 123.12,17.881 123.12,19.656 z M 118.514,19.716 C 118.514,20.987 119.246,21.947 120.277,21.947 C 121.284,21.947 122.04,21 122.04,19.692 C 122.04,18.709 121.548,17.462 120.301,17.462 C 119.054,17.461 118.514,18.613 118.514,19.716 z"
   id="path3587" />
		<path
   d="M 124.455,18.613 C 124.455,17.929 124.443,17.342 124.407,16.802 L 125.33,16.802 L 125.366,17.941 L 125.414,17.941 C 125.678,17.162 126.313,16.67 127.021,16.67 C 127.141,16.67 127.225,16.682 127.321,16.706 L 127.321,17.702 C 127.213,17.678 127.105,17.666 126.962,17.666 C 126.218,17.666 125.691,18.23 125.546,19.021 C 125.522,19.165 125.498,19.333 125.498,19.513 L 125.498,22.607 L 124.455,22.607 L 124.455,18.613 z"
   id="path3589" />
	</g>
</g>
<g
   id="C">
	
		<radialGradient
   cx="241.1582"
   cy="-269.55219"
   r="18.3358"
   id="path16609_8_"
   gradientUnits="userSpaceOnUse"
   gradientTransform="matrix(1.5933,0,0,0.6358,-278.3168,389.5194)">
		<stop
   id="stop3594"
   style="stop-color:#a2ff5f;stop-opacity:1"
   offset="0" />
		<stop
   id="stop3596"
   style="stop-color:#a0ff5f;stop-opacity:1"
   offset="0.4082" />
		<stop
   id="stop3598"
   style="stop-color:#99fd5f;stop-opacity:1"
   offset="0.55519998" />
		<stop
   id="stop3600"
   style="stop-color:#8efb5e;stop-opacity:1"
   offset="0.66000003" />
		<stop
   id="stop3602"
   style="stop-color:#7df85e;stop-opacity:1"
   offset="0.74479997" />
		<stop
   id="stop3604"
   style="stop-color:#67f35d;stop-opacity:1"
   offset="0.81739998" />
		<stop
   id="stop3606"
   style="stop-color:#4bee5c;stop-opacity:1"
   offset="0.88169998" />
		<stop
   id="stop3608"
   style="stop-color:#2be85b;stop-opacity:1"
   offset="0.93980002" />
		<stop
   id="stop3610"
   style="stop-color:#07e05a;stop-opacity:1"
   offset="0.99150002" />
		<stop
   id="stop3612"
   style="stop-color:#00df5a;stop-opacity:1"
   offset="1" />
	</radialGradient>
	<path
   d="M 134.598,218.137 C 134.598,224.692 121.754,230.006 105.92,230.006 C 90.082,230.006 77.243,224.693 77.243,218.137 C 77.243,211.581 90.082,206.27 105.92,206.27 C 121.754,206.272 134.598,211.583 134.598,218.137 z"
   id="path16609_2_"
   style="fill:url(#path16609_8_);stroke:#000000" />
	<g
   id="g3615">
		<path
   d="M 97.518,221.864 C 97.134,222.055 96.367,222.26 95.383,222.26 C 93.104,222.26 91.389,220.809 91.389,218.158 C 91.389,215.627 93.104,213.912 95.611,213.912 C 96.619,213.912 97.254,214.128 97.53,214.272 L 97.278,215.124 C 96.882,214.932 96.319,214.788 95.647,214.788 C 93.752,214.788 92.493,215.999 92.493,218.122 C 92.493,220.101 93.632,221.372 95.599,221.372 C 96.235,221.372 96.882,221.24 97.302,221.036 L 97.518,221.864 z"
   id="path3617" />
		<path
   d="M 98.937,216.323 L 100.208,219.753 C 100.34,220.137 100.484,220.593 100.58,220.941 L 100.604,220.941 C 100.712,220.593 100.832,220.149 100.976,219.73 L 102.127,216.324 L 103.242,216.324 L 101.659,220.462 C 100.903,222.452 100.388,223.472 99.668,224.096 C 99.152,224.552 98.637,224.732 98.373,224.78 L 98.109,223.892 C 98.373,223.808 98.721,223.64 99.033,223.376 C 99.321,223.148 99.68,222.74 99.92,222.2 C 99.968,222.093 100.004,222.009 100.004,221.949 C 100.004,221.888 99.98,221.804 99.932,221.673 L 97.785,216.324 L 98.937,216.324 L 98.937,216.323 z"
   id="path3619" />
		<path
   d="M 108.223,221.912 C 107.947,222.056 107.336,222.26 106.556,222.26 C 104.805,222.26 103.665,221.061 103.665,219.285 C 103.665,217.498 104.889,216.203 106.784,216.203 C 107.408,216.203 107.959,216.358 108.247,216.503 L 108.007,217.318 C 107.755,217.174 107.36,217.043 106.784,217.043 C 105.452,217.043 104.733,218.026 104.733,219.237 C 104.733,220.58 105.597,221.408 106.748,221.408 C 107.348,221.408 107.744,221.252 108.043,221.12 L 108.223,221.912 z"
   id="path3621" />
		<path
   d="M 109.461,213.612 L 110.517,213.612 L 110.517,222.128 L 109.461,222.128 L 109.461,213.612 z"
   id="path3623" />
		<path
   d="M 113.468,214.691 C 113.48,215.051 113.216,215.339 112.797,215.339 C 112.425,215.339 112.161,215.051 112.161,214.691 C 112.161,214.32 112.437,214.032 112.821,214.032 C 113.216,214.032 113.468,214.32 113.468,214.691 z M 112.293,222.127 L 112.293,216.322 L 113.349,216.322 L 113.349,222.127 L 112.293,222.127 z"
   id="path3625" />
		<path
   d="M 115.101,217.893 C 115.101,217.293 115.089,216.802 115.053,216.323 L 115.989,216.323 L 116.049,217.282 L 116.073,217.282 C 116.361,216.73 117.032,216.191 117.992,216.191 C 118.795,216.191 120.043,216.67 120.043,218.661 L 120.043,222.128 L 118.987,222.128 L 118.987,218.781 C 118.987,217.845 118.639,217.066 117.644,217.066 C 116.949,217.066 116.409,217.558 116.229,218.145 C 116.181,218.277 116.157,218.458 116.157,218.637 L 116.157,222.127 L 115.101,222.127 L 115.101,217.893 z"
   id="path3627" />
	</g>
</g>
<g
   id="Z">
	<g
   id="g3631">
		<g
   id="g3633">
			
				<radialGradient
   cx="303.978"
   cy="-457.37161"
   r="15.4098"
   id="path16609_9_"
   gradientUnits="userSpaceOnUse"
   gradientTransform="matrix(1.5933,0,0,0.6358,-278.3168,389.5194)">
				<stop
   id="stop3636"
   style="stop-color:#a2ff5f;stop-opacity:1"
   offset="0" />
				<stop
   id="stop3638"
   style="stop-color:#a0ff5f;stop-opacity:1"
   offset="0.4082" />
				<stop
   id="stop3640"
   style="stop-color:#99fd5f;stop-opacity:1"
   offset="0.55519998" />
				<stop
   id="stop3642"
   style="stop-color:#8efb5e;stop-opacity:1"
   offset="0.66000003" />
				<stop
   id="stop3644"
   style="stop-color:#7df85e;stop-opacity:1"
   offset="0.74479997" />
				<stop
   id="stop3646"
   style="stop-color:#67f35d;stop-opacity:1"
   offset="0.81739998" />
				<stop
   id="stop3648"
   style="stop-color:#4bee5c;stop-opacity:1"
   offset="0.88169998" />
				<stop
   id="stop3650"
   style="stop-color:#2be85b;stop-opacity:1"
   offset="0.93980002" />
				<stop
   id="stop3652"
   style="stop-color:#07e05a;stop-opacity:1"
   offset="0.99150002" />
				<stop
   id="stop3654"
   style="stop-color:#00df5a;stop-opacity:1"
   offset="1" />
			</radialGradient>
			<path
   d="M 230.113,98.721 C 230.113,104.23 219.319,108.697 206.011,108.697 C 192.7,108.697 181.909,104.232 181.909,98.721 C 181.909,93.211 192.7,88.748 206.011,88.748 C 219.319,88.75 230.113,93.212 230.113,98.721 z"
   id="path16609_4_"
   style="fill:url(#path16609_9_);stroke:#000000" />
		</g>
		
			<radialGradient
   cx="321.2095"
   cy="-455.60889"
   r="15.4098"
   id="path16609_10_"
   gradientUnits="userSpaceOnUse"
   gradientTransform="matrix(1.5933,0,0,0.6358,-278.3168,389.5194)">
			<stop
   id="stop3658"
   style="stop-color:#a2ff5f;stop-opacity:1"
   offset="0" />
			<stop
   id="stop3660"
   style="stop-color:#a0ff5f;stop-opacity:1"
   offset="0.4082" />
			<stop
   id="stop3662"
   style="stop-color:#99fd5f;stop-opacity:1"
   offset="0.55519998" />
			<stop
   id="stop3664"
   style="stop-color:#8efb5e;stop-opacity:1"
   offset="0.66000003" />
			<stop
   id="stop3666"
   style="stop-color:#7df85e;stop-opacity:1"
   offset="0.74479997" />
			<stop
   id="stop3668"
   style="stop-color:#67f35d;stop-opacity:1"
   offset="0.81739998" />
			<stop
   id="stop3670"
   style="stop-color:#4bee5c;stop-opacity:1"
   offset="0.88169998" />
			<stop
   id="stop3672"
   style="stop-color:#2be85b;stop-opacity:1"
   offset="0.93980002" />
			<stop
   id="stop3674"
   style="stop-color:#07e05a;stop-opacity:1"
   offset="0.99150002" />
			<stop
   id="stop3676"
   style="stop-color:#00df5a;stop-opacity:1"
   offset="1" />
		</radialGradient>
		<path
   d="M 257.568,99.842 C 257.568,105.351 246.774,109.817 233.466,109.817 C 220.155,109.817 209.364,105.352 209.364,99.842 C 209.364,94.331 220.155,89.869 233.466,89.869 C 246.773,89.87 257.568,94.333 257.568,99.842 z"
   id="path16609_5_"
   style="fill:url(#path16609_10_);stroke:#000000" />
	</g>
	<g
   id="g3679">
		<path
   d="M 188.824,123.675 C 188.44,123.867 187.673,124.071 186.689,124.071 C 184.41,124.071 182.695,122.62 182.695,119.969 C 182.695,117.438 184.41,115.723 186.917,115.723 C 187.925,115.723 188.56,115.939 188.836,116.083 L 188.584,116.935 C 188.188,116.743 187.625,116.599 186.953,116.599 C 185.058,116.599 183.799,117.81 183.799,119.933 C 183.799,121.912 184.938,123.183 186.905,123.183 C 187.541,123.183 188.188,123.051 188.608,122.847 L 188.824,123.675 z"
   id="path3681" />
		<path
   d="M 190.242,118.134 L 191.513,121.564 C 191.645,121.948 191.789,122.403 191.885,122.751 L 191.909,122.751 C 192.017,122.403 192.137,121.959 192.281,121.54 L 193.432,118.134 L 194.547,118.134 L 192.964,122.272 C 192.208,124.263 191.693,125.282 190.973,125.906 C 190.457,126.362 189.942,126.542 189.678,126.59 L 189.414,125.703 C 189.678,125.619 190.026,125.451 190.338,125.187 C 190.626,124.959 190.985,124.552 191.225,124.012 C 191.273,123.904 191.309,123.82 191.309,123.761 C 191.309,123.701 191.285,123.617 191.237,123.485 L 189.09,118.136 L 190.242,118.136 L 190.242,118.134 z"
   id="path3683" />
		<path
   d="M 199.528,123.723 C 199.252,123.867 198.641,124.071 197.861,124.071 C 196.11,124.071 194.97,122.872 194.97,121.097 C 194.97,119.31 196.194,118.014 198.089,118.014 C 198.713,118.014 199.264,118.17 199.552,118.314 L 199.312,119.129 C 199.06,118.985 198.665,118.854 198.089,118.854 C 196.757,118.854 196.038,119.837 196.038,121.048 C 196.038,122.391 196.902,123.219 198.053,123.219 C 198.653,123.219 199.049,123.063 199.348,122.931 L 199.528,123.723 z"
   id="path3685" />
		<path
   d="M 200.767,115.424 L 201.823,115.424 L 201.823,123.939 L 200.767,123.939 L 200.767,115.424 z"
   id="path3687" />
		<path
   d="M 204.774,116.503 C 204.786,116.863 204.522,117.151 204.103,117.151 C 203.731,117.151 203.467,116.863 203.467,116.503 C 203.467,116.131 203.743,115.843 204.127,115.843 C 204.522,115.843 204.774,116.131 204.774,116.503 z M 203.599,123.939 L 203.599,118.134 L 204.655,118.134 L 204.655,123.939 L 203.599,123.939 z"
   id="path3689" />
		<path
   d="M 206.406,119.705 C 206.406,119.105 206.394,118.614 206.358,118.134 L 207.294,118.134 L 207.354,119.093 L 207.378,119.093 C 207.666,118.541 208.337,118.002 209.297,118.002 C 210.1,118.002 211.348,118.481 211.348,120.472 L 211.348,123.938 L 210.292,123.938 L 210.292,120.592 C 210.292,119.656 209.944,118.877 208.949,118.877 C 208.254,118.877 207.714,119.369 207.534,119.956 C 207.486,120.088 207.462,120.268 207.462,120.448 L 207.462,123.938 L 206.406,123.938 L 206.406,119.705 z"
   id="path3691" />
		<path
   d="M 215.513,120.305 L 215.513,121.084 L 212.551,121.084 L 212.551,120.305 L 215.513,120.305 z"
   id="path3693" />
		<path
   d="M 217.83,115.855 L 217.83,123.938 L 216.787,123.938 L 216.787,115.855 L 217.83,115.855 z"
   id="path3695" />
		<path
   d="M 219.738,119.705 C 219.738,119.105 219.726,118.614 219.69,118.134 L 220.626,118.134 L 220.686,119.093 L 220.71,119.093 C 220.998,118.541 221.669,118.002 222.629,118.002 C 223.432,118.002 224.68,118.481 224.68,120.472 L 224.68,123.938 L 223.624,123.938 L 223.624,120.592 C 223.624,119.656 223.276,118.877 222.281,118.877 C 221.586,118.877 221.046,119.369 220.866,119.956 C 220.818,120.088 220.794,120.268 220.794,120.448 L 220.794,123.938 L 219.738,123.938 L 219.738,119.705 z"
   id="path3697" />
		<path
   d="M 226.398,115.424 L 227.454,115.424 L 227.454,119.046 L 227.478,119.046 C 227.646,118.746 227.91,118.483 228.233,118.303 C 228.545,118.123 228.917,118.003 229.313,118.003 C 230.092,118.003 231.34,118.482 231.34,120.485 L 231.34,123.939 L 230.284,123.939 L 230.284,120.605 C 230.284,119.669 229.936,118.878 228.941,118.878 C 228.257,118.878 227.718,119.357 227.526,119.933 C 227.466,120.077 227.454,120.233 227.454,120.437 L 227.454,123.939 L 226.398,123.939 L 226.398,115.424 z"
   id="path3699" />
		<path
   d="M 234.233,116.503 C 234.245,116.863 233.981,117.151 233.562,117.151 C 233.19,117.151 232.926,116.863 232.926,116.503 C 232.926,116.131 233.202,115.843 233.586,115.843 C 233.981,115.843 234.233,116.131 234.233,116.503 z M 233.058,123.939 L 233.058,118.134 L 234.114,118.134 L 234.114,123.939 L 233.058,123.939 z"
   id="path3701" />
		<path
   d="M 235.866,115.424 L 236.909,115.424 L 236.909,119.07 L 236.933,119.07 C 237.305,118.422 237.976,118.003 238.912,118.003 C 240.351,118.003 241.37,119.202 241.359,120.965 C 241.359,123.04 240.051,124.071 238.756,124.071 C 237.916,124.071 237.245,123.747 236.813,122.98 L 236.777,122.98 L 236.729,123.939 L 235.817,123.939 C 235.841,123.543 235.865,122.956 235.865,122.44 L 235.865,115.424 L 235.866,115.424 z M 236.909,121.612 C 236.909,121.744 236.933,121.876 236.957,121.996 C 237.161,122.727 237.773,123.231 238.54,123.231 C 239.643,123.231 240.303,122.332 240.303,121 C 240.303,119.837 239.703,118.841 238.576,118.841 C 237.856,118.841 237.185,119.333 236.969,120.136 C 236.945,120.256 236.909,120.4 236.909,120.568 L 236.909,121.612 z"
   id="path3703" />
		<path
   d="M 243.869,116.503 C 243.881,116.863 243.617,117.151 243.198,117.151 C 242.826,117.151 242.562,116.863 242.562,116.503 C 242.562,116.131 242.838,115.843 243.222,115.843 C 243.617,115.843 243.869,116.131 243.869,116.503 z M 242.694,123.939 L 242.694,118.134 L 243.75,118.134 L 243.75,123.939 L 242.694,123.939 z"
   id="path3705" />
		<path
   d="M 246.773,116.743 L 246.773,118.135 L 248.284,118.135 L 248.284,118.938 L 246.773,118.938 L 246.773,122.068 C 246.773,122.788 246.977,123.195 247.565,123.195 C 247.853,123.195 248.021,123.171 248.177,123.123 L 248.225,123.915 C 248.021,123.999 247.697,124.071 247.289,124.071 C 246.797,124.071 246.401,123.903 246.149,123.615 C 245.849,123.303 245.741,122.787 245.741,122.104 L 245.741,118.937 L 244.842,118.937 L 244.842,118.134 L 245.741,118.134 L 245.741,117.067 L 246.773,116.743 z"
   id="path3707" />
		<path
   d="M 254.654,120.989 C 254.654,123.135 253.167,124.071 251.764,124.071 C 250.193,124.071 248.981,122.92 248.981,121.085 C 248.981,119.142 250.252,118.003 251.859,118.003 C 253.527,118.002 254.654,119.213 254.654,120.989 z M 250.049,121.048 C 250.049,122.319 250.781,123.279 251.812,123.279 C 252.819,123.279 253.575,122.332 253.575,121.024 C 253.575,120.041 253.083,118.794 251.836,118.794 C 250.589,118.794 250.049,119.945 250.049,121.048 z"
   id="path3709" />
		<path
   d="M 255.99,119.945 C 255.99,119.261 255.978,118.674 255.942,118.134 L 256.865,118.134 L 256.901,119.273 L 256.949,119.273 C 257.213,118.494 257.848,118.002 258.556,118.002 C 258.676,118.002 258.76,118.014 258.856,118.038 L 258.856,119.034 C 258.748,119.01 258.64,118.998 258.497,118.998 C 257.753,118.998 257.226,119.562 257.081,120.353 C 257.057,120.497 257.033,120.665 257.033,120.845 L 257.033,123.939 L 255.99,123.939 L 255.99,119.945 L 255.99,119.945 z"
   id="path3711" />
		<path
   d="M 206.175,138.075 C 205.791,138.267 205.024,138.471 204.04,138.471 C 201.761,138.471 200.046,137.02 200.046,134.369 C 200.046,131.838 201.761,130.123 204.268,130.123 C 205.276,130.123 205.911,130.339 206.187,130.483 L 205.935,131.334 C 205.539,131.143 204.976,130.999 204.304,130.999 C 202.409,130.999 201.15,132.21 201.15,134.333 C 201.15,136.312 202.289,137.583 204.256,137.583 C 204.892,137.583 205.539,137.451 205.959,137.247 L 206.175,138.075 z"
   id="path3713" />
		<path
   d="M 212.571,135.389 C 212.571,137.535 211.084,138.471 209.681,138.471 C 208.11,138.471 206.898,137.32 206.898,135.485 C 206.898,133.542 208.169,132.403 209.776,132.403 C 211.444,132.402 212.571,133.613 212.571,135.389 z M 207.966,135.448 C 207.966,136.719 208.698,137.679 209.729,137.679 C 210.736,137.679 211.492,136.732 211.492,135.424 C 211.492,134.441 211,133.194 209.753,133.194 C 208.506,133.194 207.966,134.345 207.966,135.448 z"
   id="path3715" />
		<path
   d="M 213.906,134.105 C 213.906,133.505 213.894,133.014 213.858,132.534 L 214.781,132.534 L 214.829,133.47 L 214.865,133.47 C 215.189,132.918 215.729,132.403 216.688,132.403 C 217.48,132.403 218.079,132.882 218.331,133.566 L 218.355,133.566 C 218.535,133.242 218.763,132.99 219.002,132.811 C 219.35,132.547 219.733,132.403 220.285,132.403 C 221.053,132.403 222.192,132.906 222.192,134.922 L 222.192,138.34 L 221.16,138.34 L 221.16,135.054 C 221.16,133.939 220.752,133.267 219.901,133.267 C 219.301,133.267 218.834,133.711 218.654,134.226 C 218.606,134.37 218.57,134.562 218.57,134.754 L 218.57,138.34 L 217.539,138.34 L 217.539,134.862 C 217.539,133.939 217.131,133.267 216.328,133.267 C 215.668,133.267 215.188,133.795 215.02,134.323 C 214.96,134.479 214.936,134.658 214.936,134.839 L 214.936,138.341 L 213.905,138.341 L 213.905,134.105 L 213.906,134.105 z"
   id="path3717" />
		<path
   d="M 223.914,134.429 C 223.914,133.685 223.89,133.086 223.866,132.534 L 224.813,132.534 L 224.861,133.529 L 224.885,133.529 C 225.317,132.821 226,132.402 226.948,132.402 C 228.351,132.402 229.407,133.589 229.407,135.352 C 229.407,137.439 228.136,138.47 226.768,138.47 C 226,138.47 225.329,138.134 224.981,137.558 L 224.957,137.558 L 224.957,140.712 L 223.914,140.712 L 223.914,134.429 L 223.914,134.429 z M 224.958,135.976 C 224.958,136.132 224.982,136.276 225.006,136.408 C 225.198,137.14 225.834,137.643 226.589,137.643 C 227.705,137.643 228.352,136.732 228.352,135.4 C 228.352,134.237 227.74,133.241 226.625,133.241 C 225.905,133.241 225.234,133.757 225.03,134.548 C 224.994,134.68 224.958,134.836 224.958,134.98 L 224.958,135.976 z"
   id="path3719" />
		<path
   d="M 230.742,129.824 L 231.798,129.824 L 231.798,138.339 L 230.742,138.339 L 230.742,129.824 z"
   id="path3721" />
		<path
   d="M 234.162,135.628 C 234.186,137.055 235.098,137.643 236.153,137.643 C 236.908,137.643 237.364,137.511 237.76,137.343 L 237.94,138.099 C 237.568,138.267 236.933,138.471 236.009,138.471 C 234.222,138.471 233.155,137.284 233.155,135.533 C 233.155,133.782 234.187,132.403 235.878,132.403 C 237.773,132.403 238.277,134.07 238.277,135.137 C 238.277,135.353 238.253,135.521 238.241,135.629 L 234.162,135.629 L 234.162,135.628 z M 237.256,134.873 C 237.268,134.202 236.98,133.158 235.793,133.158 C 234.726,133.158 234.258,134.141 234.174,134.873 L 237.256,134.873 z"
   id="path3723" />
		<path
   d="M 240.042,132.534 L 240.87,133.781 C 241.086,134.105 241.266,134.405 241.457,134.729 L 241.493,134.729 C 241.685,134.381 241.877,134.081 242.069,133.77 L 242.884,132.535 L 244.024,132.535 L 242.045,135.341 L 244.084,138.34 L 242.884,138.34 L 242.033,137.033 C 241.805,136.697 241.613,136.373 241.409,136.025 L 241.385,136.025 C 241.193,136.385 240.989,136.685 240.773,137.033 L 239.934,138.34 L 238.77,138.34 L 240.833,135.378 L 238.866,132.536 L 240.042,132.536 L 240.042,132.534 z"
   id="path3725" />
	</g>
</g>
<g
   id="g3727">
	
		<radialGradient
   cx="406.00931"
   cy="-293.44241"
   r="18.3353"
   id="SVGID_1_"
   gradientUnits="userSpaceOnUse"
   gradientTransform="matrix(1.5933,0,0,0.6358,-278.3168,389.5199)">
		<stop
   id="stop3730"
   style="stop-color:#a2ff5f;stop-opacity:1"
   offset="0" />
		<stop
   id="stop3732"
   style="stop-color:#a0ff5f;stop-opacity:1"
   offset="0.4082" />
		<stop
   id="stop3734"
   style="stop-color:#99fd5f;stop-opacity:1"
   offset="0.55519998" />
		<stop
   id="stop3736"
   style="stop-color:#8efb5e;stop-opacity:1"
   offset="0.66000003" />
		<stop
   id="stop3738"
   style="stop-color:#7df85e;stop-opacity:1"
   offset="0.74479997" />
		<stop
   id="stop3740"
   style="stop-color:#67f35d;stop-opacity:1"
   offset="0.81739998" />
		<stop
   id="stop3742"
   style="stop-color:#4bee5c;stop-opacity:1"
   offset="0.88169998" />
		<stop
   id="stop3744"
   style="stop-color:#2be85b;stop-opacity:1"
   offset="0.93980002" />
		<stop
   id="stop3746"
   style="stop-color:#07e05a;stop-opacity:1"
   offset="0.99150002" />
		<stop
   id="stop3748"
   style="stop-color:#00df5a;stop-opacity:1"
   offset="1" />
	</radialGradient>
	<path
   d="M 355.92,213.586 C 356.623,211.244 357.895,209.082 360.036,208.094 C 364.762,205.912 368.747,208.49 371.164,212.657 C 371.544,213.311 371.74,214.023 371.798,214.74 C 379.803,214.369 386.814,212.635 391.44,210.109 C 390.927,209.936 390.448,209.713 389.987,209.46 C 388.05,209.323 386.115,209.09 384.184,208.669 C 383.794,208.584 383.423,208.431 383.073,208.231 C 382.776,208.213 382.478,208.19 382.18,208.18 C 376.295,207.995 375.687,200.317 380.851,198.359 C 383.015,197.538 385.044,196.392 387.139,195.393 C 387.535,195.044 387.925,194.69 388.327,194.348 C 383.183,192.325 376.233,191.081 368.577,191.08 C 368.137,191.08 367.7,191.086 367.264,191.094 C 367.179,193.123 367.181,195.158 367.181,197.18 C 367.179,201.189 362.992,203.118 359.658,201.497 C 355.914,199.677 353.419,196.737 351.969,193.275 C 347.03,194.73 343.258,196.816 341.329,199.249 C 343.864,200.664 346.297,202.302 348.384,204.312 C 350.405,206.257 350.181,209.508 348.392,211.376 C 350.578,212.275 353.129,213.016 355.92,213.586 z"
   id="path3750"
   style="fill:url(#SVGID_1_);stroke:#000000" />
	<g
   id="g3752">
		<path
   d="M 344.608,218.963 C 345.244,218.866 345.999,218.795 346.827,218.795 C 348.326,218.795 349.393,219.143 350.101,219.802 C 350.821,220.462 351.241,221.398 351.241,222.704 C 351.241,224.024 350.833,225.103 350.077,225.847 C 349.322,226.603 348.074,227.011 346.503,227.011 C 345.759,227.011 345.136,226.975 344.608,226.915 L 344.608,218.963 z M 345.652,226.111 C 345.916,226.16 346.299,226.172 346.707,226.172 C 348.938,226.172 350.149,224.925 350.149,222.742 C 350.161,220.835 349.082,219.623 346.875,219.623 C 346.335,219.623 345.928,219.672 345.652,219.731 L 345.652,226.111 z"
   id="path3754" />
		<path
   d="M 353.2,224.228 C 353.224,225.656 354.135,226.244 355.191,226.244 C 355.946,226.244 356.402,226.111 356.798,225.943 L 356.978,226.699 C 356.606,226.867 355.971,227.071 355.047,227.071 C 353.26,227.071 352.193,225.883 352.193,224.133 C 352.193,222.383 353.225,221.003 354.916,221.003 C 356.811,221.003 357.315,222.67 357.315,223.737 C 357.315,223.953 357.291,224.121 357.279,224.228 L 353.2,224.228 L 353.2,224.228 z M 356.294,223.472 C 356.306,222.801 356.018,221.757 354.831,221.757 C 353.764,221.757 353.296,222.741 353.212,223.472 L 356.294,223.472 z"
   id="path3756" />
		<path
   d="M 363.577,226.099 C 363.577,227.431 363.313,228.245 362.75,228.749 C 362.186,229.277 361.371,229.445 360.639,229.445 C 359.943,229.445 359.176,229.277 358.708,228.966 L 358.972,228.161 C 359.356,228.401 359.956,228.618 360.675,228.618 C 361.755,228.618 362.546,228.054 362.546,226.591 L 362.546,225.943 L 362.522,225.943 C 362.198,226.484 361.574,226.916 360.675,226.916 C 359.236,226.916 358.204,225.692 358.204,224.085 C 358.204,222.118 359.488,221.003 360.819,221.003 C 361.826,221.003 362.378,221.53 362.63,222.01 L 362.654,222.01 L 362.702,221.135 L 363.626,221.135 C 363.602,221.555 363.578,222.022 363.578,222.731 L 363.578,226.099 L 363.577,226.099 z M 362.534,223.425 C 362.534,223.245 362.522,223.089 362.474,222.945 C 362.282,222.334 361.766,221.83 360.998,221.83 C 359.991,221.83 359.271,222.682 359.271,224.025 C 359.271,225.164 359.847,226.111 360.986,226.111 C 361.633,226.111 362.221,225.704 362.449,225.033 C 362.509,224.852 362.533,224.648 362.533,224.469 L 362.533,223.425 L 362.534,223.425 z"
   id="path3758" />
		<path
   d="M 365.26,222.945 C 365.26,222.261 365.248,221.674 365.212,221.134 L 366.135,221.134 L 366.171,222.273 L 366.219,222.273 C 366.483,221.494 367.118,221.002 367.826,221.002 C 367.946,221.002 368.03,221.014 368.126,221.038 L 368.126,222.033 C 368.018,222.009 367.91,221.997 367.766,221.997 C 367.022,221.997 366.495,222.561 366.35,223.352 C 366.326,223.497 366.302,223.664 366.302,223.844 L 366.302,226.938 L 365.259,226.938 L 365.259,222.945 L 365.26,222.945 z"
   id="path3760" />
		<path
   d="M 373.202,225.548 C 373.202,226.051 373.226,226.542 373.298,226.939 L 372.339,226.939 L 372.255,226.208 L 372.219,226.208 C 371.895,226.664 371.272,227.071 370.444,227.071 C 369.269,227.071 368.669,226.244 368.669,225.404 C 368.669,224.001 369.916,223.233 372.159,223.246 L 372.159,223.125 C 372.159,222.646 372.027,221.782 370.84,221.782 C 370.3,221.782 369.736,221.95 369.329,222.214 L 369.089,221.519 C 369.569,221.207 370.264,221.003 370.996,221.003 C 372.771,221.003 373.203,222.214 373.203,223.377 L 373.203,225.548 L 373.202,225.548 z M 372.182,223.976 C 371.031,223.953 369.724,224.157 369.724,225.284 C 369.724,225.968 370.18,226.292 370.72,226.292 C 371.475,226.292 371.955,225.813 372.123,225.32 C 372.159,225.213 372.183,225.091 372.183,224.984 L 372.183,223.976 L 372.182,223.976 z"
   id="path3762" />
		<path
   d="M 379.921,218.423 L 379.921,225.44 C 379.921,225.956 379.933,226.543 379.969,226.939 L 379.022,226.939 L 378.974,225.931 L 378.95,225.931 C 378.626,226.579 377.918,227.071 376.971,227.071 C 375.568,227.071 374.488,225.883 374.488,224.121 C 374.476,222.189 375.676,221.003 377.091,221.003 C 377.979,221.003 378.578,221.422 378.842,221.891 L 378.866,221.891 L 378.866,218.424 L 379.921,218.424 L 379.921,218.423 z M 378.866,223.498 C 378.866,223.365 378.854,223.185 378.818,223.054 C 378.662,222.382 378.087,221.83 377.295,221.83 C 376.204,221.83 375.556,222.789 375.556,224.073 C 375.556,225.248 376.132,226.219 377.271,226.219 C 377.979,226.219 378.626,225.751 378.818,224.96 C 378.854,224.815 378.866,224.672 378.866,224.504 L 378.866,223.498 z"
   id="path3764" />
		<path
   d="M 382.264,224.228 C 382.288,225.656 383.199,226.244 384.255,226.244 C 385.01,226.244 385.466,226.111 385.862,225.943 L 386.042,226.699 C 385.67,226.867 385.035,227.071 384.111,227.071 C 382.324,227.071 381.257,225.883 381.257,224.133 C 381.257,222.383 382.289,221.003 383.98,221.003 C 385.875,221.003 386.379,222.67 386.379,223.737 C 386.379,223.953 386.355,224.121 386.343,224.228 L 382.264,224.228 L 382.264,224.228 z M 385.358,223.472 C 385.37,222.801 385.082,221.757 383.895,221.757 C 382.828,221.757 382.36,222.741 382.276,223.472 L 385.358,223.472 z"
   id="path3766" />
		<path
   d="M 392.701,218.423 L 392.701,225.44 C 392.701,225.956 392.713,226.543 392.749,226.939 L 391.802,226.939 L 391.754,225.931 L 391.73,225.931 C 391.406,226.579 390.698,227.071 389.751,227.071 C 388.348,227.071 387.268,225.883 387.268,224.121 C 387.256,222.189 388.456,221.003 389.871,221.003 C 390.759,221.003 391.358,221.422 391.622,221.891 L 391.646,221.891 L 391.646,218.424 L 392.701,218.424 L 392.701,218.423 z M 391.646,223.498 C 391.646,223.365 391.634,223.185 391.598,223.054 C 391.442,222.382 390.867,221.83 390.075,221.83 C 388.984,221.83 388.336,222.789 388.336,224.073 C 388.336,225.248 388.912,226.219 390.051,226.219 C 390.759,226.219 391.406,225.751 391.598,224.96 C 391.634,224.815 391.646,224.672 391.646,224.504 L 391.646,223.498 z"
   id="path3768" />
		<path
   d="M 361.507,241.076 C 361.123,241.267 360.356,241.471 359.372,241.471 C 357.093,241.471 355.378,240.02 355.378,237.369 C 355.378,234.839 357.093,233.124 359.6,233.124 C 360.608,233.124 361.243,233.34 361.519,233.484 L 361.267,234.335 C 360.871,234.144 360.308,234 359.636,234 C 357.741,234 356.482,235.211 356.482,237.334 C 356.482,239.313 357.621,240.584 359.588,240.584 C 360.224,240.584 360.871,240.451 361.291,240.248 L 361.507,241.076 z"
   id="path3770" />
		<path
   d="M 362.926,235.535 L 364.197,238.965 C 364.329,239.349 364.473,239.805 364.569,240.153 L 364.593,240.153 C 364.701,239.805 364.821,239.361 364.965,238.941 L 366.116,235.536 L 367.231,235.536 L 365.648,239.673 C 364.892,241.664 364.377,242.684 363.657,243.308 C 363.141,243.763 362.626,243.943 362.362,243.992 L 362.098,243.104 C 362.362,243.02 362.71,242.852 363.022,242.588 C 363.31,242.36 363.669,241.952 363.909,241.412 C 363.957,241.304 363.993,241.22 363.993,241.161 C 363.993,241.1 363.969,241.016 363.921,240.885 L 361.774,235.536 L 362.926,235.536 L 362.926,235.535 z"
   id="path3772" />
		<path
   d="M 372.212,241.123 C 371.936,241.268 371.325,241.471 370.545,241.471 C 368.794,241.471 367.654,240.272 367.654,238.497 C 367.654,236.71 368.878,235.414 370.773,235.414 C 371.397,235.414 371.948,235.57 372.236,235.715 L 371.996,236.529 C 371.744,236.386 371.349,236.254 370.773,236.254 C 369.441,236.254 368.722,237.238 368.722,238.449 C 368.722,239.792 369.586,240.619 370.737,240.619 C 371.337,240.619 371.733,240.464 372.032,240.332 L 372.212,241.123 z"
   id="path3774" />
		<path
   d="M 373.45,232.824 L 374.506,232.824 L 374.506,241.34 L 373.45,241.34 L 373.45,232.824 z"
   id="path3776" />
		<path
   d="M 377.458,233.903 C 377.47,234.263 377.206,234.55 376.787,234.55 C 376.415,234.55 376.151,234.263 376.151,233.903 C 376.151,233.531 376.427,233.244 376.811,233.244 C 377.206,233.244 377.458,233.531 377.458,233.903 z M 376.282,241.339 L 376.282,235.534 L 377.338,235.534 L 377.338,241.339 L 376.282,241.339 z"
   id="path3778" />
		<path
   d="M 379.09,237.105 C 379.09,236.505 379.078,236.013 379.042,235.535 L 379.978,235.535 L 380.038,236.494 L 380.062,236.494 C 380.35,235.942 381.021,235.402 381.981,235.402 C 382.784,235.402 384.032,235.882 384.032,237.873 L 384.032,241.34 L 382.976,241.34 L 382.976,237.993 C 382.976,237.057 382.628,236.278 381.633,236.278 C 380.938,236.278 380.398,236.769 380.218,237.357 C 380.17,237.489 380.146,237.67 380.146,237.849 L 380.146,241.339 L 379.09,241.339 L 379.09,237.105 L 379.09,237.105 z"
   id="path3780" />
	</g>
</g>
<g
   id="g3782">
	
		<radialGradient
   cx="403.09421"
   cy="-595.5918"
   r="18.3353"
   id="SVGID_2_"
   gradientUnits="userSpaceOnUse"
   gradientTransform="matrix(-1.5933,0,0,-0.6358,1007.1057,-366.3641)">
		<stop
   id="stop3785"
   style="stop-color:#a2ff5f;stop-opacity:1"
   offset="0" />
		<stop
   id="stop3787"
   style="stop-color:#a0ff5f;stop-opacity:1"
   offset="0.4082" />
		<stop
   id="stop3789"
   style="stop-color:#99fd5f;stop-opacity:1"
   offset="0.55519998" />
		<stop
   id="stop3791"
   style="stop-color:#8efb5e;stop-opacity:1"
   offset="0.66000003" />
		<stop
   id="stop3793"
   style="stop-color:#7df85e;stop-opacity:1"
   offset="0.74479997" />
		<stop
   id="stop3795"
   style="stop-color:#67f35d;stop-opacity:1"
   offset="0.81739998" />
		<stop
   id="stop3797"
   style="stop-color:#4bee5c;stop-opacity:1"
   offset="0.88169998" />
		<stop
   id="stop3799"
   style="stop-color:#2be85b;stop-opacity:1"
   offset="0.93980002" />
		<stop
   id="stop3801"
   style="stop-color:#07e05a;stop-opacity:1"
   offset="0.99150002" />
		<stop
   id="stop3803"
   style="stop-color:#00df5a;stop-opacity:1"
   offset="1" />
	</radialGradient>
	<path
   d="M 377.514,1.676 C 376.811,4.018 375.539,6.18 373.398,7.168 C 368.672,9.35 364.687,6.772 362.27,2.605 C 361.89,1.951 361.694,1.239 361.636,0.522 C 353.631,0.893 346.62,2.627 341.994,5.153 C 342.507,5.326 342.986,5.549 343.447,5.802 C 345.384,5.939 347.319,6.172 349.25,6.593 C 349.64,6.678 350.011,6.831 350.361,7.031 C 350.658,7.049 350.956,7.072 351.254,7.082 C 357.139,7.267 357.747,14.945 352.583,16.903 C 350.419,17.724 348.39,18.87 346.295,19.869 C 345.899,20.218 345.509,20.572 345.107,20.914 C 350.251,22.937 357.201,24.181 364.857,24.182 C 365.297,24.182 365.734,24.176 366.17,24.168 C 366.255,22.139 366.253,20.104 366.253,18.082 C 366.255,14.073 370.442,12.144 373.776,13.765 C 377.52,15.585 380.015,18.525 381.465,21.987 C 386.404,20.532 390.176,18.446 392.105,16.013 C 389.57,14.598 387.137,12.96 385.05,10.95 C 383.029,9.005 383.253,5.754 385.042,3.886 C 382.856,2.988 380.305,2.247 377.514,1.676 z"
   id="path3805"
   style="fill:url(#SVGID_2_);stroke:#000000" />
	<g
   id="g3807">
		<path
   d="M 344.608,27.737 C 345.244,27.641 345.999,27.569 346.827,27.569 C 348.326,27.569 349.393,27.917 350.101,28.576 C 350.821,29.236 351.241,30.171 351.241,31.478 C 351.241,32.797 350.833,33.877 350.077,34.621 C 349.322,35.376 348.074,35.784 346.503,35.784 C 345.759,35.784 345.136,35.748 344.608,35.688 L 344.608,27.737 z M 345.652,34.885 C 345.916,34.933 346.299,34.945 346.707,34.945 C 348.938,34.945 350.149,33.698 350.149,31.515 C 350.161,29.608 349.082,28.397 346.875,28.397 C 346.335,28.397 345.928,28.445 345.652,28.505 L 345.652,34.885 z"
   id="path3809" />
		<path
   d="M 353.2,33.002 C 353.224,34.429 354.135,35.017 355.191,35.017 C 355.946,35.017 356.402,34.885 356.798,34.717 L 356.978,35.473 C 356.606,35.641 355.971,35.845 355.047,35.845 C 353.26,35.845 352.193,34.657 352.193,32.907 C 352.193,31.157 353.225,29.777 354.916,29.777 C 356.811,29.777 357.315,31.444 357.315,32.511 C 357.315,32.727 357.291,32.895 357.279,33.003 L 353.2,33.003 L 353.2,33.002 z M 356.294,32.247 C 356.306,31.576 356.018,30.532 354.831,30.532 C 353.764,30.532 353.296,31.515 353.212,32.247 L 356.294,32.247 z"
   id="path3811" />
		<path
   d="M 363.577,34.874 C 363.577,36.205 363.313,37.02 362.75,37.524 C 362.186,38.052 361.371,38.22 360.639,38.22 C 359.943,38.22 359.176,38.052 358.708,37.74 L 358.972,36.936 C 359.356,37.176 359.956,37.392 360.675,37.392 C 361.755,37.392 362.546,36.828 362.546,35.365 L 362.546,34.717 L 362.522,34.717 C 362.198,35.257 361.574,35.689 360.675,35.689 C 359.236,35.689 358.204,34.466 358.204,32.858 C 358.204,30.891 359.488,29.776 360.819,29.776 C 361.826,29.776 362.378,30.303 362.63,30.783 L 362.654,30.783 L 362.702,29.908 L 363.626,29.908 C 363.602,30.327 363.578,30.795 363.578,31.503 L 363.578,34.874 L 363.577,34.874 z M 362.534,32.199 C 362.534,32.019 362.522,31.863 362.474,31.72 C 362.282,31.108 361.766,30.604 360.998,30.604 C 359.991,30.604 359.271,31.456 359.271,32.799 C 359.271,33.939 359.847,34.886 360.986,34.886 C 361.633,34.886 362.221,34.478 362.449,33.807 C 362.509,33.627 362.533,33.423 362.533,33.243 L 362.533,32.199 L 362.534,32.199 z"
   id="path3813" />
		<path
   d="M 365.26,31.719 C 365.26,31.035 365.248,30.448 365.212,29.908 L 366.135,29.908 L 366.171,31.047 L 366.219,31.047 C 366.483,30.268 367.118,29.776 367.826,29.776 C 367.946,29.776 368.03,29.788 368.126,29.812 L 368.126,30.808 C 368.018,30.784 367.91,30.772 367.766,30.772 C 367.022,30.772 366.495,31.336 366.35,32.127 C 366.326,32.271 366.302,32.439 366.302,32.619 L 366.302,35.713 L 365.259,35.713 L 365.259,31.719 L 365.26,31.719 z"
   id="path3815" />
		<path
   d="M 373.202,34.322 C 373.202,34.825 373.226,35.317 373.298,35.713 L 372.339,35.713 L 372.255,34.982 L 372.219,34.982 C 371.895,35.438 371.272,35.845 370.444,35.845 C 369.269,35.845 368.669,35.017 368.669,34.178 C 368.669,32.775 369.916,32.007 372.159,32.019 L 372.159,31.899 C 372.159,31.42 372.027,30.556 370.84,30.556 C 370.3,30.556 369.736,30.724 369.329,30.988 L 369.089,30.293 C 369.569,29.981 370.264,29.777 370.996,29.777 C 372.771,29.777 373.203,30.988 373.203,32.152 L 373.203,34.322 L 373.202,34.322 z M 372.182,32.75 C 371.031,32.726 369.724,32.93 369.724,34.057 C 369.724,34.741 370.18,35.065 370.72,35.065 C 371.475,35.065 371.955,34.585 372.123,34.093 C 372.159,33.985 372.183,33.865 372.183,33.757 L 372.183,32.75 L 372.182,32.75 z"
   id="path3817" />
		<path
   d="M 379.921,27.198 L 379.921,34.214 C 379.921,34.73 379.933,35.317 379.969,35.713 L 379.022,35.713 L 378.974,34.706 L 378.95,34.706 C 378.626,35.353 377.918,35.845 376.971,35.845 C 375.568,35.845 374.488,34.657 374.488,32.895 C 374.476,30.964 375.676,29.777 377.091,29.777 C 377.979,29.777 378.578,30.196 378.842,30.664 L 378.866,30.664 L 378.866,27.198 L 379.921,27.198 L 379.921,27.198 z M 378.866,32.271 C 378.866,32.139 378.854,31.959 378.818,31.827 C 378.662,31.155 378.087,30.603 377.295,30.603 C 376.204,30.603 375.556,31.562 375.556,32.846 C 375.556,34.021 376.132,34.992 377.271,34.992 C 377.979,34.992 378.626,34.524 378.818,33.733 C 378.854,33.589 378.866,33.445 378.866,33.277 L 378.866,32.271 z"
   id="path3819" />
		<path
   d="M 382.264,33.002 C 382.288,34.429 383.199,35.017 384.255,35.017 C 385.01,35.017 385.466,34.885 385.862,34.717 L 386.042,35.473 C 385.67,35.641 385.035,35.845 384.111,35.845 C 382.324,35.845 381.257,34.657 381.257,32.907 C 381.257,31.157 382.289,29.777 383.98,29.777 C 385.875,29.777 386.379,31.444 386.379,32.511 C 386.379,32.727 386.355,32.895 386.343,33.003 L 382.264,33.003 L 382.264,33.002 z M 385.358,32.247 C 385.37,31.576 385.082,30.532 383.895,30.532 C 382.828,30.532 382.36,31.515 382.276,32.247 L 385.358,32.247 z"
   id="path3821" />
		<path
   d="M 392.701,27.198 L 392.701,34.214 C 392.701,34.73 392.713,35.317 392.749,35.713 L 391.802,35.713 L 391.754,34.706 L 391.73,34.706 C 391.406,35.353 390.698,35.845 389.751,35.845 C 388.348,35.845 387.268,34.657 387.268,32.895 C 387.256,30.964 388.456,29.777 389.871,29.777 C 390.759,29.777 391.358,30.196 391.622,30.664 L 391.646,30.664 L 391.646,27.198 L 392.701,27.198 L 392.701,27.198 z M 391.646,32.271 C 391.646,32.139 391.634,31.959 391.598,31.827 C 391.442,31.155 390.867,30.603 390.075,30.603 C 388.984,30.603 388.336,31.562 388.336,32.846 C 388.336,34.021 388.912,34.992 390.051,34.992 C 390.759,34.992 391.406,34.524 391.598,33.733 C 391.634,33.589 391.646,33.445 391.646,33.277 L 391.646,32.271 z"
   id="path3823" />
		<path
   d="M 350.284,42.029 L 350.284,50.112 L 349.241,50.112 L 349.241,42.029 L 350.284,42.029 z"
   id="path3825" />
		<path
   d="M 352.192,45.879 C 352.192,45.279 352.18,44.788 352.144,44.308 L 353.08,44.308 L 353.14,45.267 L 353.164,45.267 C 353.452,44.715 354.123,44.176 355.083,44.176 C 355.886,44.176 357.134,44.655 357.134,46.646 L 357.134,50.112 L 356.078,50.112 L 356.078,46.766 C 356.078,45.83 355.73,45.051 354.735,45.051 C 354.04,45.051 353.5,45.543 353.32,46.13 C 353.272,46.262 353.248,46.442 353.248,46.622 L 353.248,50.112 L 352.192,50.112 L 352.192,45.879 L 352.192,45.879 z"
   id="path3827" />
		<path
   d="M 358.853,41.598 L 359.909,41.598 L 359.909,45.22 L 359.933,45.22 C 360.101,44.92 360.365,44.656 360.688,44.476 C 361,44.296 361.372,44.176 361.768,44.176 C 362.547,44.176 363.795,44.655 363.795,46.658 L 363.795,50.112 L 362.739,50.112 L 362.739,46.778 C 362.739,45.842 362.391,45.051 361.396,45.051 C 360.712,45.051 360.173,45.53 359.981,46.106 C 359.921,46.25 359.909,46.406 359.909,46.61 L 359.909,50.112 L 358.853,50.112 L 358.853,41.598 L 358.853,41.598 z"
   id="path3829" />
		<path
   d="M 366.688,42.677 C 366.7,43.037 366.436,43.325 366.017,43.325 C 365.645,43.325 365.381,43.037 365.381,42.677 C 365.381,42.305 365.657,42.017 366.041,42.017 C 366.436,42.017 366.688,42.305 366.688,42.677 z M 365.512,50.113 L 365.512,44.308 L 366.568,44.308 L 366.568,50.113 L 365.512,50.113 z"
   id="path3831" />
		<path
   d="M 368.32,41.598 L 369.363,41.598 L 369.363,45.244 L 369.387,45.244 C 369.759,44.596 370.43,44.177 371.366,44.177 C 372.805,44.177 373.824,45.376 373.813,47.139 C 373.813,49.214 372.505,50.245 371.21,50.245 C 370.37,50.245 369.699,49.921 369.267,49.154 L 369.231,49.154 L 369.183,50.113 L 368.271,50.113 C 368.295,49.717 368.319,49.13 368.319,48.614 L 368.319,41.598 L 368.32,41.598 z M 369.364,47.786 C 369.364,47.918 369.388,48.05 369.412,48.17 C 369.616,48.901 370.227,49.405 370.995,49.405 C 372.099,49.405 372.758,48.506 372.758,47.174 C 372.758,46.011 372.158,45.015 371.031,45.015 C 370.311,45.015 369.64,45.507 369.424,46.31 C 369.4,46.43 369.364,46.574 369.364,46.742 L 369.364,47.786 z"
   id="path3833" />
		<path
   d="M 376.323,42.677 C 376.335,43.037 376.071,43.325 375.652,43.325 C 375.28,43.325 375.016,43.037 375.016,42.677 C 375.016,42.305 375.292,42.017 375.676,42.017 C 376.071,42.017 376.323,42.305 376.323,42.677 z M 375.148,50.113 L 375.148,44.308 L 376.204,44.308 L 376.204,50.113 L 375.148,50.113 z"
   id="path3835" />
		<path
   d="M 379.228,42.917 L 379.228,44.308 L 380.739,44.308 L 380.739,45.111 L 379.228,45.111 L 379.228,48.241 C 379.228,48.961 379.432,49.368 380.02,49.368 C 380.308,49.368 380.476,49.344 380.631,49.296 L 380.679,50.088 C 380.475,50.172 380.151,50.244 379.743,50.244 C 379.251,50.244 378.855,50.076 378.603,49.788 C 378.303,49.476 378.195,48.96 378.195,48.277 L 378.195,45.11 L 377.296,45.11 L 377.296,44.307 L 378.195,44.307 L 378.195,43.24 L 379.228,42.917 z"
   id="path3837" />
		<path
   d="M 387.109,47.163 C 387.109,49.309 385.622,50.245 384.219,50.245 C 382.648,50.245 381.436,49.094 381.436,47.259 C 381.436,45.316 382.707,44.177 384.314,44.177 C 385.982,44.176 387.109,45.387 387.109,47.163 z M 382.503,47.222 C 382.503,48.493 383.235,49.453 384.266,49.453 C 385.273,49.453 386.029,48.506 386.029,47.198 C 386.029,46.215 385.537,44.968 384.29,44.968 C 383.043,44.968 382.503,46.119 382.503,47.222 z"
   id="path3839" />
		<path
   d="M 388.444,46.119 C 388.444,45.435 388.432,44.848 388.396,44.308 L 389.319,44.308 L 389.355,45.447 L 389.403,45.447 C 389.667,44.668 390.302,44.176 391.01,44.176 C 391.13,44.176 391.214,44.188 391.31,44.212 L 391.31,45.208 C 391.202,45.184 391.094,45.172 390.951,45.172 C 390.207,45.172 389.68,45.736 389.535,46.527 C 389.511,46.671 389.487,46.839 389.487,47.019 L 389.487,50.113 L 388.444,50.113 L 388.444,46.119 L 388.444,46.119 z"
   id="path3841" />
	</g>
</g>
<g
   id="g3843">
	<g
   id="g3845">
		<line
   fill="none"
   stroke="#000000"
   x1="21.357"
   y1="18.681"
   x2="71.357002"
   y2="18.681"
   id="line3847"
   style="fill:none;stroke:#000000" />
		<polygon
   points="68.549,22.384 70.122,18.681 68.549,14.977 77.327,18.681 68.549,22.384 "
   id="polygon3849" />
	</g>
</g>
<g
   id="g3851">
	<g
   id="g3853">
		<line
   fill="none"
   stroke="#000000"
   x1="134.59801"
   y1="18.681"
   x2="328.85699"
   y2="18.681"
   id="line3855"
   style="fill:none;stroke:#000000" />
		<polygon
   points="326.049,22.384 327.622,18.681 326.049,14.977 334.827,18.681 326.049,22.384 "
   id="polygon3857" />
	</g>
</g>
<g
   id="g3859">
	<g
   id="g3861">
		<line
   fill="none"
   stroke="#000000"
   x1="221.875"
   y1="91.074997"
   x2="123.994"
   y2="33.181"
   id="line3863"
   style="fill:none;stroke:#000000" />
		<polygon
   points="128.296,31.424 125.058,33.81 124.525,37.799 118.856,30.142 128.296,31.424 "
   id="polygon3865" />
	</g>
</g>
<g
   id="g3867">
	<g
   id="g3869">
		<path
   d="M 221.875,91.075 C 270.834,50.2 364.857,89.219 364.857,166.181"
   id="path3871"
   style="fill:none;stroke:#000000" />
		<polygon
   points="361.154,163.373 364.857,164.945 368.562,163.373 364.857,172.15 361.154,163.373 "
   id="polygon3873" />
	</g>
</g>
<g
   id="g3875">
	<g
   id="g3877">
		<path
   d="M 221.875,146.169 C 270.834,187.044 364.857,147.359 364.857,70.397"
   id="path3879"
   style="fill:none;stroke:#000000" />
		<polygon
   points="368.561,73.205 364.857,71.632 361.153,73.205 364.857,64.427 368.561,73.205 "
   id="polygon3881" />
	</g>
</g>
<g
   id="g3883">
	<g
   id="g3885">
		<line
   fill="none"
   stroke="#000000"
   x1="221.875"
   y1="146.16901"
   x2="125.524"
   y2="204.847"
   id="line3887"
   style="fill:none;stroke:#000000" />
		<polygon
   points="125.997,200.223 126.58,204.205 129.85,206.55 120.426,207.952 125.997,200.223 "
   id="polygon3889" />
	</g>
</g>
<g
   id="g3891">
	<g
   id="g3893">
		<path
   d="M 107.857,166.181 C 107.857,94.11 129.448,98.181 176.857,98.181"
   id="path3895"
   style="fill:none;stroke:#000000" />
		<polygon
   points="174.049,101.884 175.622,98.181 174.049,94.477 182.827,98.181 174.049,101.884 "
   id="polygon3897" />
		<polygon
   points="104.154,163.373 107.857,164.945 111.562,163.373 107.857,172.15 104.154,163.373 "
   id="polygon3899" />
	</g>
</g>
<g
   id="g3901">
	<g
   id="g3903">
		<path
   d="M 104.191,39.515 C 104.191,103.449 129.455,98.182 176.858,98.182"
   id="path3905"
   style="fill:none;stroke:#000000" />
		<polygon
   points="174.049,101.884 175.622,98.181 174.049,94.477 182.827,98.181 174.049,101.884 "
   id="polygon3907" />
		<polygon
   points="107.894,42.323 104.191,40.75 100.487,42.323 104.191,33.545 107.894,42.323 "
   id="polygon3909" />
	</g>
</g>
<path
   d="M 90.223,176.67 L 346.087,176.67 C 395.351,176.67 435.283,193.89 435.283,215.129 L 435.283,496.037 C 435.283,517.281 395.351,534.499 346.087,534.499 L 90.223,534.499 C 40.959,534.499 1.027,517.281 1.027,496.037 L 1.027,215.129 C 1.027,193.887 40.959,176.67 90.223,176.67 z"
   id="rect12493"
   style="fill:none;stroke:#0092df;stroke-width:2.05509996;stroke-dasharray:6.1654, 6.1654" />
<g
   id="g3912">
	<g
   id="g3914">
		<line
   fill="none"
   stroke="#000000"
   x1="21.357"
   y1="218.681"
   x2="71.357002"
   y2="218.681"
   id="line3916"
   style="fill:none;stroke:#000000" />
		<polygon
   points="68.549,222.384 70.122,218.681 68.549,214.977 77.327,218.681 68.549,222.384 "
   id="polygon3918" />
	</g>
</g>
<g
   id="g3920">
	<g
   id="g3922">
		<line
   fill="none"
   stroke="#000000"
   x1="135.59801"
   y1="218.681"
   x2="329.85699"
   y2="218.681"
   id="line3924"
   style="fill:none;stroke:#000000" />
		<polygon
   points="327.049,222.384 328.622,218.681 327.049,214.977 335.827,218.681 327.049,222.384 "
   id="polygon3926" />
	</g>
</g>
<g
   id="g3928">
	<g
   id="g3930">
		<line
   fill="none"
   stroke="#000000"
   stroke-dasharray="6.1654,6.1654"
   x1="105.92"
   y1="230.006"
   x2="105.92"
   y2="271.181"
   id="line3932"
   style="fill:none;stroke:#000000;stroke-dasharray:6.1654, 6.1654" />
		<polygon
   points="102.217,268.373 105.92,269.945 109.625,268.373 105.92,277.15 102.217,268.373 "
   id="polygon3934" />
	</g>
</g>
<g
   id="g3936">
	<g
   id="g3938">
		<line
   fill="none"
   stroke="#000000"
   stroke-dasharray="6.1654,6.1654"
   x1="176.297"
   y1="358.17099"
   x2="205.929"
   y2="413.992"
   id="line3940"
   style="fill:none;stroke:#000000;stroke-dasharray:6.1654, 6.1654" />
		<polygon
   points="201.341,413.248 205.349,412.9 207.883,409.774 208.728,419.264 201.341,413.248 "
   id="polygon3942" />
	</g>
</g>
<g
   id="g3944">
	<g
   id="g3946">
		<g
   id="g3948">
			
				<radialGradient
   cx="-91.960899"
   cy="246.67529"
   r="16.6903"
   id="path31151_1_"
   gradientUnits="userSpaceOnUse"
   gradientTransform="matrix(1,0,0,-1,126.311,593.499)">
				<stop
   id="stop3951"
   style="stop-color:#ffdd9e;stop-opacity:1"
   offset="0" />
				<stop
   id="stop3953"
   style="stop-color:#ffda9c;stop-opacity:1"
   offset="0.29120001" />
				<stop
   id="stop3955"
   style="stop-color:#ffd297;stop-opacity:1"
   offset="0.43430001" />
				<stop
   id="stop3957"
   style="stop-color:#fcc58e;stop-opacity:1"
   offset="0.54500002" />
				<stop
   id="stop3959"
   style="stop-color:#f9b180;stop-opacity:1"
   offset="0.63919997" />
				<stop
   id="stop3961"
   style="stop-color:#f69971;stop-opacity:1"
   offset="0.72289997" />
				<stop
   id="stop3963"
   style="stop-color:#f37b5c;stop-opacity:1"
   offset="0.79900002" />
				<stop
   id="stop3965"
   style="stop-color:#f05b45;stop-opacity:1"
   offset="0.86949998" />
				<stop
   id="stop3967"
   style="stop-color:#ee392d;stop-opacity:1"
   offset="0.93480003" />
				<stop
   id="stop3969"
   style="stop-color:#ec2224;stop-opacity:1"
   offset="0.99510002" />
				<stop
   id="stop3971"
   style="stop-color:#ec2224;stop-opacity:1"
   offset="1" />
			</radialGradient>
			<path
   d="M 46.753,339.711 L 54.993,346.752 L 47.6,353.221 C 44.268,356.266 38.63,358.268 32.233,358.268 C 22.003,358.268 13.706,353.141 13.706,346.825 C 13.706,340.501 22.001,335.38 32.233,335.38 C 38.116,335.377 43.36,337.071 46.753,339.711 z"
   id="path31151_3_"
   style="fill:url(#path31151_1_);stroke:#000000" />
			<g
   id="g3974">
				<path
   d="M 34.76,346.796 C 34.7,345.668 34.628,344.314 34.64,343.306 L 34.604,343.306 C 34.328,344.253 33.992,345.273 33.584,346.376 L 32.157,350.298 L 31.365,350.298 L 30.058,346.448 C 29.674,345.308 29.35,344.264 29.122,343.305 L 29.098,343.305 C 29.074,344.313 29.014,345.667 28.942,346.879 L 28.726,350.345 L 27.731,350.345 L 28.294,342.261 L 29.625,342.261 L 31.004,346.171 C 31.34,347.166 31.616,348.054 31.819,348.894 L 31.855,348.894 C 32.059,348.079 32.347,347.191 32.707,346.171 L 34.146,342.261 L 35.477,342.261 L 35.981,350.345 L 34.961,350.345 L 34.76,346.796 z"
   id="path3976" />
				<path
   d="M 40.63,342.539 L 39.491,344.038 L 39.491,344.062 L 41.302,343.822 L 41.302,344.637 L 39.491,344.421 L 39.491,344.445 L 40.642,345.883 L 39.886,346.316 L 39.166,344.636 L 39.142,344.636 L 38.363,346.327 L 37.679,345.895 L 38.818,344.431 L 38.818,344.408 L 37.043,344.636 L 37.043,343.821 L 38.806,344.049 L 38.806,344.026 L 37.679,342.562 L 38.41,342.143 L 39.154,343.81 L 39.178,343.81 L 39.909,342.13 L 40.63,342.539 z"
   id="path3978" />
			</g>
		</g>
		<g
   id="M">
			
				<radialGradient
   cx="51.039101"
   cy="246.67529"
   r="16.6903"
   id="path31151_4_"
   gradientUnits="userSpaceOnUse"
   gradientTransform="matrix(1,0,0,-1,126.311,593.499)">
				<stop
   id="stop3983"
   style="stop-color:#ffdd9e;stop-opacity:1"
   offset="0" />
				<stop
   id="stop3985"
   style="stop-color:#ffda9c;stop-opacity:1"
   offset="0.29120001" />
				<stop
   id="stop3987"
   style="stop-color:#ffd297;stop-opacity:1"
   offset="0.43430001" />
				<stop
   id="stop3989"
   style="stop-color:#fcc58e;stop-opacity:1"
   offset="0.54500002" />
				<stop
   id="stop3991"
   style="stop-color:#f9b180;stop-opacity:1"
   offset="0.63919997" />
				<stop
   id="stop3993"
   style="stop-color:#f69971;stop-opacity:1"
   offset="0.72289997" />
				<stop
   id="stop3995"
   style="stop-color:#f37b5c;stop-opacity:1"
   offset="0.79900002" />
				<stop
   id="stop3997"
   style="stop-color:#f05b45;stop-opacity:1"
   offset="0.86949998" />
				<stop
   id="stop3999"
   style="stop-color:#ee392d;stop-opacity:1"
   offset="0.93480003" />
				<stop
   id="stop4001"
   style="stop-color:#ec2224;stop-opacity:1"
   offset="0.99510002" />
				<stop
   id="stop4003"
   style="stop-color:#ec2224;stop-opacity:1"
   offset="1" />
			</radialGradient>
			<path
   d="M 189.753,339.711 L 197.993,346.752 L 190.6,353.221 C 187.268,356.266 181.63,358.268 175.233,358.268 C 165.003,358.268 156.706,353.141 156.706,346.825 C 156.706,340.501 165.001,335.38 175.233,335.38 C 181.116,335.377 186.36,337.071 189.753,339.711 z"
   id="path31151_2_"
   style="fill:url(#path31151_4_);stroke:#000000" />
			<g
   id="g4006">
				<path
   d="M 180.25,346.796 C 180.19,345.668 180.118,344.314 180.13,343.306 L 180.094,343.306 C 179.818,344.253 179.482,345.273 179.074,346.376 L 177.647,350.298 L 176.855,350.298 L 175.548,346.448 C 175.164,345.308 174.84,344.264 174.612,343.305 L 174.588,343.305 C 174.564,344.313 174.504,345.667 174.432,346.879 L 174.216,350.345 L 173.221,350.345 L 173.784,342.261 L 175.115,342.261 L 176.494,346.171 C 176.83,347.166 177.106,348.054 177.309,348.894 L 177.345,348.894 C 177.549,348.079 177.837,347.191 178.197,346.171 L 179.636,342.261 L 180.967,342.261 L 181.471,350.345 L 180.451,350.345 L 180.25,346.796 z"
   id="path4008" />
			</g>
		</g>
	</g>
	<g
   id="g4010">
		
			<radialGradient
   cx="241.4277"
   cy="-160.2056"
   r="13.7364"
   id="path16609_11_"
   gradientUnits="userSpaceOnUse"
   gradientTransform="matrix(1.5933,0,0,0.6358,-278.3168,389.5194)">
			<stop
   id="stop4013"
   style="stop-color:#a2ff5f;stop-opacity:1"
   offset="0" />
			<stop
   id="stop4015"
   style="stop-color:#a0ff5f;stop-opacity:1"
   offset="0.4082" />
			<stop
   id="stop4017"
   style="stop-color:#99fd5f;stop-opacity:1"
   offset="0.55519998" />
			<stop
   id="stop4019"
   style="stop-color:#8efb5e;stop-opacity:1"
   offset="0.66000003" />
			<stop
   id="stop4021"
   style="stop-color:#7df85e;stop-opacity:1"
   offset="0.74479997" />
			<stop
   id="stop4023"
   style="stop-color:#67f35d;stop-opacity:1"
   offset="0.81739998" />
			<stop
   id="stop4025"
   style="stop-color:#4bee5c;stop-opacity:1"
   offset="0.88169998" />
			<stop
   id="stop4027"
   style="stop-color:#2be85b;stop-opacity:1"
   offset="0.93980002" />
			<stop
   id="stop4029"
   style="stop-color:#07e05a;stop-opacity:1"
   offset="0.99150002" />
			<stop
   id="stop4031"
   style="stop-color:#00df5a;stop-opacity:1"
   offset="1" />
		</radialGradient>
		<path
   d="M 127.834,287.66 C 127.834,292.571 118.212,296.553 106.35,296.553 C 94.485,296.553 84.867,292.574 84.867,287.66 C 84.867,282.749 94.485,278.77 106.35,278.77 C 118.212,278.772 127.834,282.75 127.834,287.66 z"
   id="path16609_1_"
   style="fill:url(#path16609_11_);stroke:#000000" />
		<g
   id="g4034">
			<path
   d="M 105.49,287.41 L 102.575,287.41 L 102.575,290.112 L 105.823,290.112 L 105.823,290.925 L 101.607,290.925 L 101.607,283.428 L 105.656,283.428 L 105.656,284.24 L 102.574,284.24 L 102.574,286.609 L 105.489,286.609 L 105.489,287.41 L 105.49,287.41 z"
   id="path4036" />
			<path
   d="M 108.858,284.606 L 108.836,284.606 L 107.579,285.285 L 107.39,284.54 L 108.97,283.694 L 109.804,283.694 L 109.804,290.924 L 108.858,290.924 L 108.858,284.606 z"
   id="path4038" />
		</g>
	</g>
	<g
   id="g4040">
		
			<radialGradient
   cx="241.7417"
   cy="25.7085"
   r="13.7364"
   id="path16609_12_"
   gradientUnits="userSpaceOnUse"
   gradientTransform="matrix(1.5933,0,0,0.6358,-278.3168,389.5194)">
			<stop
   id="stop4043"
   style="stop-color:#a2ff5f;stop-opacity:1"
   offset="0" />
			<stop
   id="stop4045"
   style="stop-color:#a0ff5f;stop-opacity:1"
   offset="0.4082" />
			<stop
   id="stop4047"
   style="stop-color:#99fd5f;stop-opacity:1"
   offset="0.55519998" />
			<stop
   id="stop4049"
   style="stop-color:#8efb5e;stop-opacity:1"
   offset="0.66000003" />
			<stop
   id="stop4051"
   style="stop-color:#7df85e;stop-opacity:1"
   offset="0.74479997" />
			<stop
   id="stop4053"
   style="stop-color:#67f35d;stop-opacity:1"
   offset="0.81739998" />
			<stop
   id="stop4055"
   style="stop-color:#4bee5c;stop-opacity:1"
   offset="0.88169998" />
			<stop
   id="stop4057"
   style="stop-color:#2be85b;stop-opacity:1"
   offset="0.93980002" />
			<stop
   id="stop4059"
   style="stop-color:#07e05a;stop-opacity:1"
   offset="0.99150002" />
			<stop
   id="stop4061"
   style="stop-color:#00df5a;stop-opacity:1"
   offset="1" />
		</radialGradient>
		<path
   d="M 128.334,405.864 C 128.334,410.775 118.712,414.757 106.85,414.757 C 94.985,414.757 85.367,410.778 85.367,405.864 C 85.367,400.953 94.985,396.974 106.85,396.974 C 118.712,396.976 128.334,400.954 128.334,405.864 z"
   id="path16609_3_"
   style="fill:url(#path16609_12_);stroke:#000000" />
		<g
   id="g4064">
			<path
   d="M 105.989,405.614 L 103.074,405.614 L 103.074,408.316 L 106.322,408.316 L 106.322,409.129 L 102.106,409.129 L 102.106,401.632 L 106.155,401.632 L 106.155,402.444 L 103.073,402.444 L 103.073,404.813 L 105.988,404.813 L 105.988,405.614 L 105.989,405.614 z"
   id="path4066" />
			<path
   d="M 107.233,409.128 L 107.233,408.527 L 108.001,407.782 C 109.848,406.024 110.682,405.09 110.693,404 C 110.693,403.266 110.337,402.587 109.258,402.587 C 108.602,402.587 108.057,402.921 107.723,403.199 L 107.411,402.51 C 107.911,402.087 108.623,401.776 109.457,401.776 C 111.015,401.776 111.671,402.843 111.671,403.879 C 111.671,405.213 110.703,406.292 109.179,407.761 L 108.6,408.295 L 108.6,408.316 L 111.848,408.316 L 111.848,409.129 L 107.233,409.129 L 107.233,409.128 z"
   id="path4068" />
		</g>
	</g>
	<g
   id="g4070">
		<g
   id="g4072">
			<path
   d="M 32.234,335.379 C 65.587,279.074 147.858,290.181 172.858,330.348"
   id="path4074"
   style="fill:none;stroke:#000000" />
			<polygon
   points="168.229,329.92 172.205,329.299 174.518,326.006 176.012,335.416 168.229,329.92 "
   id="polygon4076" />
		</g>
	</g>
	<g
   id="g4078">
		<g
   id="g4080">
			<path
   d="M 176.357,358.651 C 143.004,414.956 60.733,403.849 35.733,363.682"
   id="path4082"
   style="fill:none;stroke:#000000" />
			<polygon
   points="40.362,364.11 36.387,364.731 34.073,368.024 32.58,358.615 40.362,364.11 "
   id="polygon4084" />
		</g>
	</g>
</g>
<g
   id="g4086">
	<g
   id="g4088">
		<g
   id="g4090">
			<g
   id="g4092">
				<path
   d="M 150.505,471.208 L 149.3,469.121 C 148.81,468.322 148.502,467.804 148.207,467.258 L 148.179,467.258 C 147.913,467.804 147.647,468.309 147.157,469.135 L 146.022,471.208 L 144.621,471.208 L 147.507,466.432 L 144.734,461.767 L 146.149,461.767 L 147.396,463.981 C 147.747,464.597 148.013,465.073 148.265,465.578 L 148.307,465.578 C 148.573,465.017 148.811,464.583 149.161,463.981 L 150.45,461.767 L 151.851,461.767 L 148.979,466.362 L 151.92,471.209 L 150.505,471.209 L 150.505,471.208 z"
   id="path4094" />
				<path
   d="M 156.875,462.089 L 155.544,463.84 L 155.544,463.868 L 157.659,463.588 L 157.659,464.54 L 155.544,464.288 L 155.544,464.316 L 156.889,465.997 L 156.007,466.501 L 155.166,464.54 L 155.138,464.54 L 154.227,466.516 L 153.429,466.011 L 154.76,464.303 L 154.76,464.275 L 152.687,464.541 L 152.687,463.589 L 154.746,463.856 L 154.746,463.828 L 153.429,462.119 L 154.283,461.629 L 155.152,463.576 L 155.18,463.576 L 156.034,461.615 L 156.875,462.089 z"
   id="path4096" />
			</g>
		</g>
		<g
   id="X">
			<g
   id="g4100">
				<path
   d="M 273.405,471.208 L 272.2,469.121 C 271.71,468.322 271.402,467.804 271.107,467.258 L 271.079,467.258 C 270.813,467.804 270.547,468.309 270.057,469.135 L 268.922,471.208 L 267.521,471.208 L 270.407,466.432 L 267.634,461.767 L 269.049,461.767 L 270.296,463.981 C 270.646,464.597 270.913,465.073 271.165,465.578 L 271.207,465.578 C 271.473,465.017 271.711,464.583 272.061,463.981 L 273.35,461.767 L 274.751,461.767 L 271.879,466.362 L 274.82,471.209 L 273.405,471.209 L 273.405,471.208 z"
   id="path4102" />
			</g>
		</g>
	</g>
	<g
   id="g4104">
		
			<radialGradient
   cx="307.74319"
   cy="198.6089"
   r="11.5271"
   id="path16609_13_"
   gradientUnits="userSpaceOnUse"
   gradientTransform="matrix(1.5933,0,0,0.6358,-278.3168,389.5194)">
			<stop
   id="stop4107"
   style="stop-color:#a2ff5f;stop-opacity:1"
   offset="0" />
			<stop
   id="stop4109"
   style="stop-color:#a0ff5f;stop-opacity:1"
   offset="0.4082" />
			<stop
   id="stop4111"
   style="stop-color:#99fd5f;stop-opacity:1"
   offset="0.55519998" />
			<stop
   id="stop4113"
   style="stop-color:#8efb5e;stop-opacity:1"
   offset="0.66000003" />
			<stop
   id="stop4115"
   style="stop-color:#7df85e;stop-opacity:1"
   offset="0.74479997" />
			<stop
   id="stop4117"
   style="stop-color:#67f35d;stop-opacity:1"
   offset="0.81739998" />
			<stop
   id="stop4119"
   style="stop-color:#4bee5c;stop-opacity:1"
   offset="0.88169998" />
			<stop
   id="stop4121"
   style="stop-color:#2be85b;stop-opacity:1"
   offset="0.93980002" />
			<stop
   id="stop4123"
   style="stop-color:#07e05a;stop-opacity:1"
   offset="0.99150002" />
			<stop
   id="stop4125"
   style="stop-color:#00df5a;stop-opacity:1"
   offset="1" />
		</radialGradient>
		<path
   d="M 230.038,515.794 C 230.038,519.915 221.964,523.256 212.01,523.256 C 202.053,523.256 193.983,519.917 193.983,515.794 C 193.983,511.673 202.054,508.334 212.01,508.334 C 221.964,508.336 230.038,511.674 230.038,515.794 z"
   id="path16609_6_"
   style="fill:url(#path16609_13_);stroke:#000000" />
		<g
   id="g4128">
			<path
   d="M 211.29,515.583 L 208.843,515.583 L 208.843,517.853 L 211.57,517.853 L 211.57,518.535 L 208.031,518.535 L 208.031,512.241 L 211.43,512.241 L 211.43,512.923 L 208.843,512.923 L 208.843,514.912 L 211.29,514.912 L 211.29,515.583 L 211.29,515.583 z"
   id="path4130" />
			<path
   d="M 214.873,518.534 L 214.873,516.881 L 212.053,516.881 L 212.053,516.34 L 214.761,512.464 L 215.648,512.464 L 215.648,516.237 L 216.498,516.237 L 216.498,516.881 L 215.648,516.881 L 215.648,518.534 L 214.873,518.534 z M 214.873,516.237 L 214.873,514.211 C 214.873,513.893 214.882,513.575 214.901,513.258 L 214.873,513.258 C 214.686,513.613 214.537,513.874 214.369,514.154 L 212.884,516.218 L 212.884,516.237 L 214.873,516.237 z"
   id="path4132" />
		</g>
	</g>
	<g
   transform="translate(-2.3182985,0)"
   id="g4134">
		<g
   id="g4136">
			<path
   d="M 149.397,456.649 C 177.384,409.402 246.42,418.722 267.398,452.427"
   id="path4138"
   style="fill:none;stroke:#000000" />
			<polygon
   points="262.771,452 266.746,451.378 269.059,448.085 270.553,457.495 262.771,452 "
   id="polygon4140" />
		</g>
	</g>
	<g
   id="g4142">
		<g
   id="g4144">
			<path
   d="M 270.335,476.177 C 242.348,523.423 173.313,514.104 152.334,480.399"
   id="path4146"
   style="fill:none;stroke:#000000" />
			<polygon
   points="156.962,480.827 152.987,481.448 150.674,484.741 149.18,475.332 156.962,480.827 "
   id="polygon4148" />
		</g>
	</g>
</g>
<g
   id="g4150">
	<g
   id="g4152">
		<line
   fill="none"
   stroke="#000000"
   stroke-dasharray="6.1654,6.1654"
   x1="268.80499"
   y1="454.85101"
   x2="268.228"
   y2="226.18401"
   id="line4154"
   style="fill:none;stroke:#000000;stroke-dasharray:6.1654, 6.1654" />
		<polygon
   points="271.938,228.983 268.23,227.419 264.531,229.002 268.212,220.215 271.938,228.983 "
   id="polygon4156" />
	</g>
</g>
<g
   id="g4158">
	<path
   d="M 320.352,466.822 C 319.884,466.99 318.961,467.265 317.87,467.265 C 316.647,467.265 315.639,466.953 314.848,466.198 C 314.152,465.526 313.721,464.447 313.721,463.187 C 313.733,460.777 315.388,459.013 318.099,459.013 C 319.034,459.013 319.766,459.217 320.114,459.385 L 319.862,460.237 C 319.43,460.046 318.891,459.889 318.075,459.889 C 316.108,459.889 314.825,461.113 314.825,463.139 C 314.825,465.19 316.06,466.402 317.943,466.402 C 318.627,466.402 319.094,466.305 319.335,466.186 L 319.335,463.775 L 317.691,463.775 L 317.691,462.935 L 320.354,462.935 L 320.354,466.822 L 320.352,466.822 z"
   id="path4160" />
	<path
   d="M 327.229,464.231 C 327.229,466.377 325.742,467.313 324.339,467.313 C 322.768,467.313 321.556,466.162 321.556,464.327 C 321.556,462.385 322.827,461.245 324.434,461.245 C 326.102,461.245 327.229,462.456 327.229,464.231 z M 322.623,464.291 C 322.623,465.562 323.355,466.522 324.386,466.522 C 325.393,466.522 326.149,465.574 326.149,464.267 C 326.149,463.284 325.657,462.036 324.41,462.036 C 323.163,462.036 322.623,463.187 322.623,464.291 z"
   id="path4162" />
	<path
   d="M 328.563,458.666 L 329.619,458.666 L 329.619,467.182 L 328.563,467.182 L 328.563,458.666 z"
   id="path4164" />
	<path
   d="M 336.408,458.666 L 336.408,465.683 C 336.408,466.199 336.42,466.787 336.456,467.182 L 335.509,467.182 L 335.461,466.174 L 335.437,466.174 C 335.113,466.822 334.405,467.314 333.458,467.314 C 332.055,467.314 330.975,466.126 330.975,464.364 C 330.963,462.433 332.163,461.246 333.578,461.246 C 334.466,461.246 335.065,461.666 335.329,462.134 L 335.353,462.134 L 335.353,458.667 L 336.408,458.667 L 336.408,458.666 z M 335.353,463.739 C 335.353,463.607 335.341,463.427 335.305,463.296 C 335.149,462.624 334.574,462.072 333.782,462.072 C 332.691,462.072 332.043,463.032 332.043,464.315 C 332.043,465.49 332.619,466.461 333.758,466.461 C 334.466,466.461 335.113,465.993 335.305,465.202 C 335.341,465.057 335.353,464.914 335.353,464.746 L 335.353,463.739 z"
   id="path4166" />
	<path
   d="M 338.163,458.666 L 339.206,458.666 L 339.206,462.312 L 339.23,462.312 C 339.602,461.665 340.273,461.245 341.209,461.245 C 342.648,461.245 343.667,462.444 343.656,464.207 C 343.656,466.282 342.348,467.313 341.053,467.313 C 340.213,467.313 339.542,466.99 339.11,466.222 L 339.074,466.222 L 339.026,467.181 L 338.114,467.181 C 338.138,466.785 338.162,466.198 338.162,465.682 L 338.162,458.666 L 338.163,458.666 z M 339.207,464.854 C 339.207,464.987 339.231,465.119 339.255,465.238 C 339.459,465.97 340.071,466.473 340.838,466.473 C 341.941,466.473 342.601,465.574 342.601,464.243 C 342.601,463.08 342.001,462.084 340.874,462.084 C 340.154,462.084 339.483,462.576 339.267,463.38 C 339.243,463.5 339.207,463.644 339.207,463.812 L 339.207,464.854 z"
   id="path4168" />
	<path
   d="M 345.579,464.47 C 345.603,465.898 346.515,466.486 347.57,466.486 C 348.325,466.486 348.781,466.354 349.177,466.186 L 349.357,466.941 C 348.985,467.109 348.35,467.313 347.426,467.313 C 345.639,467.313 344.572,466.125 344.572,464.375 C 344.572,462.625 345.604,461.245 347.295,461.245 C 349.19,461.245 349.694,462.912 349.694,463.979 C 349.694,464.195 349.67,464.363 349.658,464.47 L 345.579,464.47 z M 348.673,463.715 C 348.685,463.043 348.397,461.999 347.21,461.999 C 346.143,461.999 345.675,462.983 345.591,463.715 L 348.673,463.715 z"
   id="path4170" />
	<path
   d="M 352.274,459.985 L 352.274,461.377 L 353.785,461.377 L 353.785,462.181 L 352.274,462.181 L 352.274,465.311 C 352.274,466.031 352.478,466.439 353.066,466.439 C 353.354,466.439 353.522,466.415 353.678,466.367 L 353.726,467.158 C 353.522,467.242 353.198,467.314 352.79,467.314 C 352.298,467.314 351.902,467.146 351.65,466.858 C 351.35,466.546 351.242,466.031 351.242,465.347 L 351.242,462.181 L 350.343,462.181 L 350.343,461.377 L 351.242,461.377 L 351.242,460.31 L 352.274,459.985 z"
   id="path4172" />
	<path
   d="M 355.491,464.47 C 355.515,465.898 356.426,466.486 357.482,466.486 C 358.237,466.486 358.693,466.354 359.089,466.186 L 359.269,466.941 C 358.897,467.109 358.262,467.313 357.338,467.313 C 355.551,467.313 354.484,466.125 354.484,464.375 C 354.484,462.625 355.516,461.245 357.207,461.245 C 359.102,461.245 359.606,462.912 359.606,463.979 C 359.606,464.195 359.582,464.363 359.57,464.47 L 355.491,464.47 z M 358.585,463.715 C 358.597,463.043 358.309,461.999 357.122,461.999 C 356.055,461.999 355.587,462.983 355.503,463.715 L 358.585,463.715 z"
   id="path4174" />
	<path
   d="M 360.915,463.187 C 360.915,462.503 360.903,461.916 360.867,461.376 L 361.79,461.376 L 361.826,462.516 L 361.874,462.516 C 362.138,461.736 362.773,461.245 363.481,461.245 C 363.601,461.245 363.685,461.257 363.781,461.281 L 363.781,462.276 C 363.673,462.252 363.565,462.24 363.421,462.24 C 362.677,462.24 362.15,462.803 362.005,463.595 C 361.981,463.739 361.957,463.907 361.957,464.086 L 361.957,467.181 L 360.914,467.181 L 360.914,463.187 L 360.915,463.187 z"
   id="path4176" />
	<path
   d="M 374.231,463.631 C 374.171,462.503 374.099,461.149 374.111,460.141 L 374.075,460.141 C 373.799,461.088 373.463,462.108 373.055,463.211 L 371.628,467.133 L 370.836,467.133 L 369.529,463.283 C 369.145,462.143 368.821,461.099 368.593,460.14 L 368.569,460.14 C 368.545,461.148 368.485,462.502 368.413,463.714 L 368.197,467.18 L 367.202,467.18 L 367.765,459.096 L 369.096,459.096 L 370.475,463.006 C 370.811,464.001 371.087,464.889 371.29,465.729 L 371.326,465.729 C 371.53,464.914 371.818,464.026 372.178,463.006 L 373.617,459.096 L 374.948,459.096 L 375.452,467.18 L 374.432,467.18 L 374.231,463.631 z"
   id="path4178" />
	<path
   d="M 382.355,464.231 C 382.355,466.377 380.868,467.313 379.465,467.313 C 377.894,467.313 376.682,466.162 376.682,464.327 C 376.682,462.385 377.953,461.245 379.56,461.245 C 381.229,461.245 382.355,462.456 382.355,464.231 z M 377.75,464.291 C 377.75,465.562 378.482,466.522 379.513,466.522 C 380.52,466.522 381.276,465.574 381.276,464.267 C 381.276,463.284 380.784,462.036 379.537,462.036 C 378.29,462.036 377.75,463.187 377.75,464.291 z"
   id="path4180" />
	<path
   d="M 388.704,458.666 L 388.704,465.683 C 388.704,466.199 388.716,466.787 388.752,467.182 L 387.805,467.182 L 387.757,466.174 L 387.733,466.174 C 387.409,466.822 386.701,467.314 385.754,467.314 C 384.351,467.314 383.271,466.126 383.271,464.364 C 383.259,462.433 384.459,461.246 385.874,461.246 C 386.762,461.246 387.361,461.666 387.625,462.134 L 387.649,462.134 L 387.649,458.667 L 388.704,458.667 L 388.704,458.666 z M 387.648,463.739 C 387.648,463.607 387.636,463.427 387.6,463.296 C 387.444,462.624 386.869,462.072 386.077,462.072 C 384.986,462.072 384.338,463.032 384.338,464.315 C 384.338,465.49 384.914,466.461 386.053,466.461 C 386.761,466.461 387.408,465.993 387.6,465.202 C 387.636,465.057 387.648,464.914 387.648,464.746 L 387.648,463.739 z"
   id="path4182" />
	<path
   d="M 391.046,464.47 C 391.07,465.898 391.981,466.486 393.037,466.486 C 393.792,466.486 394.248,466.354 394.644,466.186 L 394.824,466.941 C 394.452,467.109 393.817,467.313 392.893,467.313 C 391.106,467.313 390.039,466.125 390.039,464.375 C 390.039,462.625 391.071,461.245 392.762,461.245 C 394.657,461.245 395.161,462.912 395.161,463.979 C 395.161,464.195 395.137,464.363 395.125,464.47 L 391.046,464.47 z M 394.141,463.715 C 394.153,463.043 393.865,461.999 392.678,461.999 C 391.611,461.999 391.143,462.983 391.059,463.715 L 394.141,463.715 z"
   id="path4184" />
	<path
   d="M 396.47,458.666 L 397.526,458.666 L 397.526,467.182 L 396.47,467.182 L 396.47,458.666 z"
   id="path4186" />
	<path
   d="M 346.376,474.769 L 346.352,474.769 L 344.997,475.5 L 344.793,474.697 L 346.496,473.785 L 347.396,473.785 L 347.396,481.581 L 346.376,481.581 L 346.376,474.769 L 346.376,474.769 z"
   id="path4188" />
	<path
   d="M 350.853,480.838 C 351.081,480.861 351.345,480.838 351.705,480.802 C 352.317,480.718 352.893,480.466 353.336,480.046 C 353.852,479.578 354.224,478.895 354.368,477.971 L 354.332,477.971 C 353.9,478.499 353.277,478.811 352.497,478.811 C 351.094,478.811 350.194,477.755 350.194,476.424 C 350.194,474.948 351.261,473.653 352.857,473.653 C 354.453,473.653 355.436,474.948 355.436,476.939 C 355.436,478.654 354.86,479.854 354.093,480.597 C 353.493,481.185 352.666,481.544 351.826,481.64 C 351.442,481.701 351.106,481.712 350.854,481.701 L 350.854,480.838 L 350.853,480.838 z M 352.76,474.458 C 351.873,474.458 351.237,475.25 351.237,476.353 C 351.237,477.325 351.825,478.008 352.736,478.008 C 353.444,478.008 353.995,477.66 354.271,477.193 C 354.331,477.097 354.367,476.977 354.367,476.809 C 354.367,475.478 353.875,474.458 352.772,474.458 L 352.76,474.458 L 352.76,474.458 z"
   id="path4190" />
	<path
   d="M 357.009,480.838 C 357.237,480.861 357.501,480.838 357.861,480.802 C 358.473,480.718 359.049,480.466 359.492,480.046 C 360.008,479.578 360.38,478.895 360.524,477.971 L 360.488,477.971 C 360.056,478.499 359.433,478.811 358.653,478.811 C 357.25,478.811 356.35,477.755 356.35,476.424 C 356.35,474.948 357.417,473.653 359.013,473.653 C 360.609,473.653 361.592,474.948 361.592,476.939 C 361.592,478.654 361.016,479.854 360.249,480.597 C 359.649,481.185 358.822,481.544 357.982,481.64 C 357.598,481.701 357.262,481.712 357.01,481.701 L 357.01,480.838 L 357.009,480.838 z M 358.916,474.458 C 358.029,474.458 357.393,475.25 357.393,476.353 C 357.393,477.325 357.981,478.008 358.892,478.008 C 359.6,478.008 360.151,477.66 360.427,477.193 C 360.487,477.097 360.523,476.977 360.523,476.809 C 360.523,475.478 360.031,474.458 358.928,474.458 L 358.916,474.458 L 358.916,474.458 z"
   id="path4192" />
	<path
   d="M 364.844,474.769 L 364.82,474.769 L 363.465,475.5 L 363.261,474.697 L 364.964,473.785 L 365.864,473.785 L 365.864,481.581 L 364.844,481.581 L 364.844,474.769 L 364.844,474.769 z"
   id="path4194" />
</g>
</svg>
</window>