Location: Vempati, Karagiannis, Popel, 2007 @ 17c90dc4e1b1 / vempati_2007.xul

Author:
Catherine Lloyd <c.lloyd@auckland.ac.nz>
Date:
2010-07-30 19:56:28+12:00
Desc:
Fixed broken structure of the documentation.
Permanent Source URI:
https://models.cellml.org/workspace/vempati_karagiannis_popel_2007/rawfile/17c90dc4e1b18a662af86c12379323ea21b0481b/vempati_2007.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()">
<hbox>
	<scale id="zoom_scale" value="10" min="7" max="14" flex="4"/>
	<label value="Zoom" control="zoom_scale" flex="1"/>
	<button id="reset_button" label="Reset View" flex="1"/>
	<spacer flex="34"/>
</hbox>
<script>
<![CDATA[
window.model_entities =
  {

			
	pM9: {
		id: "pM9",
		y: "pM9/pM9",
		x: "environment/time",
		graph: "Traces: Clickable elements against time (s)",
		colour: "#ffcc00",
		linestyle: "none"
	},

	M3: {
		id: "M3",
		y: "M3/M3",
		x: "environment/time",
		graph: "Traces: Clickable elements against time (s)",
		colour: "#ffff00",
		linestyle: "none"
	},

	M3_pM9: {
		id: "M3_pM9",
		y: "M3_pM9/M3_pM9",
		x: "environment/time",
		graph: "Traces: Clickable elements against time (s)",
		colour: "#ffffcc",
		linestyle: "none"
	},


	T1: {
		id: "T1",
		y: "T1/T1",
		x: "environment/time",
		graph: "Traces: Clickable elements against time (s)",
		colour: "#ff6600",
		linestyle: "none"
	},


	M3_T1: {
		id: "M3_T1",
		y: "M3_T1/M3_T1",
		x: "environment/time",
		graph: "Traces: Clickable elements against time (s)",
		colour: "#ff9933",
		linestyle: "none"
	},


	pM9_T1: {
		id: "pM9_T1",
		y: "pM9_T1/pM9_T1",
		x: "environment/time",
		graph: "Traces: Clickable elements against time (s)",
		colour: "#ff3300",
		linestyle: "none"
	},


	M3_pM9_T1: {
		id: "M3_pM9_T1",
		y: "M3_pM9_T1/M3_pM9_T1",
		x: "environment/time",
		graph: "Traces: Clickable elements against time (s)",
		colour: "#ff0099",
		linestyle: "none"
	},


	M9_T1_star: {
		id: "M9_T1_star",
		y: "M9_T1_star/M9_T1_star",
		x: "environment/time",
		graph: "Traces: Clickable elements against time (s)",
		colour: "#ff00ff",
		linestyle: "none"
	},


	M9: {
		id: "M9",
		y: "M9/M9",
		x: "environment/time",
		graph: "Traces: Clickable elements against time (s)",
		colour: "#cc66ff",
		linestyle: "none"
	},


	M9_T1: {
		id: "M9_T1",
		y: "M9_T1/M9_T1",
		x: "environment/time",
		graph: "Traces: Clickable elements against time (s)",
		colour: "#99ccff",
		linestyle: "none"
	},


	pM9_T1_M3: {
		id: "pM9_T1_M3",
		y: "pM9_T1_M3/pM9_T1_M3",
		x: "environment/time",
		graph: "Traces: Clickable elements against time (s)",
		colour: "#66ffff",
		linestyle: "none"
	},


	M3_pM9_T1_M3: {
		id: "M3_pM9_T1_M3",
		y: "M3_pM9_T1_M3/M3_pM9_T1_M3",
		x: "environment/time",
		graph: "Traces: Clickable elements against time (s)",
		colour: "#0000ff",
		linestyle: "none"
	},


	M9_T1_M3: {
		id: "M9_T1_M3",
		y: "M9_T1_M3/M9_T1_M3",
		x: "environment/time",
		graph: "Traces: Clickable elements against time (s)",
		colour: "#66ff66",
		linestyle: "none"
	},


	Tr: {
		id: "Tr",
		y: "Tr/Tr",
		x: "environment/time",
		graph: "Traces: Clickable elements against time (s)",
		colour: "#00cc66",
		linestyle: "none"
	},


	Tr_pM9: {
		id: "Tr_pM9",
		y: "Tr_pM9/Tr_pM9",
		x: "environment/time",
		graph: "Traces: Clickable elements against time (s)",
		colour: "#ccff33",
		linestyle: "none"
	},


	Tr_pM9_T1: {
		id: "Tr_pM9_T1",
		y: "Tr_pM9_T1/Tr_pM9_T1",
		x: "environment/time",
		graph: "Traces: Clickable elements against time (s)",
		colour: "#00ffcc",
		linestyle: "none"
	},


	Tr_pM9_T1_M3: {
		id: "Tr_pM9_T1_M3",
		y: "Tr_pM9_T1_M3/Tr_pM9_T1_M3",
		x: "environment/time",
		graph: "Traces: Clickable elements against time (s)",
		colour: "#9933cc",
		linestyle: "none"
	}

	
			
 // Repeat the above section for each controllable graph trace.
 // Remember to add a comma to each repeat after the final },
 // except for the final one!
 
};

function flushVisibilityInformation(entity_id, entity_colour)
{
	var message = "";
	var entity;

	if (typeof pcenv != "undefined")
	{
		for (var i in window.model_entities)
		{
			entity = window.model_entities[i];
			if (typeof entity_id == "undefined" || entity_id == window.model_entities[i].id)
			{
				pcenv.selectTrace
				(
					entity.graph,
					entity.x,
					entity.y,
					typeof entity_colour == "undefined" ? "" : entity_colour,
					entity.linestyle
				);
			}
			if (entity.linestyle != "none")
				message += i + ", ";
		}
		pcenv.status(message == "" ? "No fluxes displayed" : "Displaying flux of " + message.slice(0, -2));
	}
}

function processSelectEntity(event)
{
	if (typeof pcenv != "undefined")
		pcenv.status("In processSelectEntity");

	var entity = window.model_entities[window.svgIdToName[event.currentTarget.id]];

	switch(entity.linestyle)
	{
	case "none":
		entity.linestyle = "lines";
		highlightEntity(event.currentTarget.id);
		break;
	case "lines":
		entity.linestyle = "none";
		unlightEntity(event.currentTarget.id);
		break;
	}

	flushVisibilityInformation(entity.id);
}

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

	var entity = window.model_entities[window.svgIdToName[event.currentTarget.id]];

	if (entity.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 entity.context)
	{
		var item = entity.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 highlightEntity(id)
{
	for (var path = document.getElementById(id + "_path1"), i = 1; path != null; path = document.getElementById(id + "_path" + ++i))
	{
		if (!(i in window.model_entities[window.svgIdToName[id]].path_colours))
			window.model_entities[window.svgIdToName[id]].path_colours[i] = path.attributes.getNamedItem("stroke").value;
		path.attributes.getNamedItem("stroke").value = "#ff0000";
	}
}

function highlightEntityOnRollover(event) {
	if (window.model_entities[window.svgIdToName[event.currentTarget.id]].colour)
		flushVisibilityInformation(event.currentTarget.id, "#ffffff");

	if (window.model_entities[window.svgIdToName[event.currentTarget.id]].linestyle == "none")
		highlightEntity(event.currentTarget.id);
}

function unlightEntity(id)
{
	for (var path = document.getElementById(id + "_path1"), i = 1; path != null; path = document.getElementById(id + "_path" + ++i))
		path.attributes.getNamedItem("stroke").value = window.model_entities[window.svgIdToName[id]].path_colours[i];
}

function unlightEntityOnRollover(event) {
	if (window.model_entities[window.svgIdToName[event.currentTarget.id]].colour)
		flushVisibilityInformation(event.currentTarget.id, window.model_entities[window.svgIdToName[event.currentTarget.id]].colour);

	if (window.model_entities[window.svgIdToName[event.currentTarget.id]].linestyle == "none")
		unlightEntity(event.currentTarget.id);
}

var mouseDown = false;
var initial_x;
var initial_y;
var viewBox;

function startDrag(event)
{
	if (event.button)
		return true;

	mouseDown = true;

	initial_x = parseInt(currentZoom * event.pageX + parseInt(viewBox.value.match(/^-?\d+/)[0]));
	initial_y = parseInt(currentZoom * event.pageY + parseInt(viewBox.value.match(/^-?\d+\s+(-?(\d+))/)[1]));
}

function stopDrag(event)
{
	if (!event.button)
		mouseDown = false;
}

function moveDrag(event)
{
	if (mouseDown == true)
		viewBox.value = viewBox.value.replace(/^-?\d+\s+-?\d+/, parseInt(initial_x - currentZoom * event.pageX) + " " + parseInt(initial_y - currentZoom * event.pageY));
}

function reset()
{
	var zoom_scale = document.getElementById("zoom_scale")
	zoom_scale.value = zoom_scale.originalValue;
	viewBox.value = viewBox.originalValue;
}

var initialZoom;
var currentZoom = 1;
var initialHeight;
var initialWidth;

function zoomDiagram(event)
{
	currentZoom = initialZoom / event.currentTarget.value;
	viewBox.value = viewBox.value.replace(/\d+\s+\d+$/, parseInt(initialHeight * currentZoom) + " " + parseInt(initialWidth * currentZoom));
}

function setupDocument()
{
	flushVisibilityInformation();

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

	window.svgIdToName = {};

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

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

		svg.addEventListener("click", processSelectEntity, false);
		svg.addEventListener("contextmenu", processContext, false);
		svg.addEventListener("mouseover", highlightEntityOnRollover ,false);
		svg.addEventListener("mouseout", unlightEntityOnRollover, false);
	}

	document.getElementsByTagName("svg")[0].addEventListener("mousedown", startDrag, false);
	document.addEventListener("mouseup", stopDrag, false);
	document.addEventListener("mousemove", moveDrag, false);
	document.getElementById("reset_button").addEventListener("click", reset, false);

	document.getElementById("zoom_scale").addEventListener("change", zoomDiagram, false);
	document.getElementById("zoom_scale").originalValue = document.getElementById("zoom_scale").value;

	viewBox = document.getElementsByTagName("svg")[0].attributes.getNamedItem("viewBox");
	viewBox.originalValue = viewBox.value;

	initialZoom = document.getElementById("zoom_scale").value;
	initialHeight = parseInt(viewBox.value.match(/(\d+)\s+\d+$/)[1]);
	initialWidth = parseInt(viewBox.value.match(/\d+$/)[0]);
}

]]>
</script>

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

<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
	 width="423px" height="486px" viewBox="0 0 423 486" enable-background="new 0 0 423 486" xml:space="preserve">

<g id="pM9">
	
		<radialGradient id="pM9_path1_1_" cx="164.8401" cy="1473.5063" r="16.186" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
		<stop  offset="0" style="stop-color:#C0FF6C"/>
		<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
		<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
		<stop  offset="0.66" style="stop-color:#B4FA6B"/>
		<stop  offset="0.7448" style="stop-color:#AAF76A"/>
		<stop  offset="0.8174" style="stop-color:#9EF269"/>
		<stop  offset="0.8817" style="stop-color:#91EC68"/>
		<stop  offset="0.9398" style="stop-color:#86E666"/>
		<stop  offset="0.9915" style="stop-color:#7EDE64"/>
		<stop  offset="1" style="stop-color:#7DDD64"/>
	</radialGradient>
	<path id="pM9_path1" fill="url(#pM9_path1_1_)" stroke="#000000" d="M62.361,21.452c0,5.786-11.338,10.478-25.314,10.478
		c-13.981,0-25.315-4.689-25.315-10.478s11.334-10.476,25.315-10.476C51.023,10.977,62.361,15.665,62.361,21.452z"/>
	<g>
		<path d="M28.346,21.13c0-0.62-0.02-1.12-0.04-1.579h0.79l0.04,0.829h0.02c0.36-0.59,0.931-0.939,1.72-0.939
			c1.17,0,2.049,0.989,2.049,2.459c0,1.738-1.059,2.599-2.198,2.599c-0.64,0-1.199-0.28-1.489-0.76h-0.02v2.628h-0.87L28.346,21.13
			L28.346,21.13z M29.216,22.419c0,0.13,0.02,0.25,0.039,0.359c0.16,0.61,0.689,1.029,1.319,1.029c0.93,0,1.47-0.759,1.47-1.868
			c0-0.97-0.51-1.8-1.439-1.8c-0.6,0-1.159,0.43-1.329,1.09c-0.029,0.11-0.06,0.24-0.06,0.359V22.419z"/>
		<path d="M39.742,21.43c-0.051-0.939-0.11-2.069-0.101-2.909h-0.03c-0.229,0.79-0.51,1.64-0.85,2.559l-1.188,3.269h-0.659
			l-1.09-3.208c-0.319-0.949-0.591-1.819-0.779-2.619h-0.021c-0.02,0.84-0.068,1.97-0.13,2.979l-0.18,2.889h-0.829l0.47-6.736h1.109
			l1.148,3.258c0.279,0.83,0.511,1.569,0.681,2.27h0.028c0.171-0.68,0.41-1.42,0.711-2.27l1.198-3.258h1.109l0.42,6.736h-0.85
			L39.742,21.43z"/>
		<path d="M42.306,23.768c0.189,0.021,0.409,0,0.709-0.029c0.51-0.07,0.989-0.28,1.359-0.63c0.43-0.39,0.738-0.959,0.858-1.729
			h-0.029c-0.359,0.44-0.879,0.7-1.528,0.7c-1.17,0-1.919-0.88-1.919-1.989c0-1.229,0.889-2.309,2.219-2.309
			c1.329,0,2.148,1.079,2.148,2.738c0,1.43-0.479,2.429-1.119,3.049c-0.5,0.489-1.189,0.789-1.891,0.869
			c-0.318,0.05-0.6,0.061-0.809,0.05L42.306,23.768L42.306,23.768z M43.895,18.452c-0.74,0-1.27,0.659-1.27,1.579
			c0,0.81,0.488,1.379,1.249,1.379c0.59,0,1.05-0.29,1.278-0.68c0.051-0.08,0.08-0.18,0.08-0.319c0-1.109-0.408-1.959-1.329-1.959
			H43.895z"/>
	</g>
</g>
<g id="M3">
	
		<radialGradient id="M3_path1_1_" cx="164.8401" cy="1424.7485" r="16.186" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
		<stop  offset="0" style="stop-color:#C0FF6C"/>
		<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
		<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
		<stop  offset="0.66" style="stop-color:#B4FA6B"/>
		<stop  offset="0.7448" style="stop-color:#AAF76A"/>
		<stop  offset="0.8174" style="stop-color:#9EF269"/>
		<stop  offset="0.8817" style="stop-color:#91EC68"/>
		<stop  offset="0.9398" style="stop-color:#86E666"/>
		<stop  offset="0.9915" style="stop-color:#7EDE64"/>
		<stop  offset="1" style="stop-color:#7DDD64"/>
	</radialGradient>
	<path id="M3_path1" fill="url(#M3_path1_1_)" stroke="#000000" d="M62.361,52.452c0,5.786-11.338,10.478-25.314,10.478
		c-13.981,0-25.315-4.689-25.315-10.478s11.334-10.476,25.315-10.476C51.023,41.977,62.361,46.665,62.361,52.452z"/>
	<g>
		<path d="M36.897,52.43c-0.05-0.939-0.109-2.069-0.1-2.909h-0.03c-0.229,0.79-0.51,1.64-0.85,2.559l-1.189,3.269h-0.659
			l-1.09-3.208c-0.318-0.949-0.59-1.819-0.778-2.619H32.18c-0.02,0.84-0.069,1.97-0.13,2.979l-0.18,2.889h-0.829l0.47-6.736h1.109
			l1.148,3.258c0.279,0.83,0.51,1.569,0.681,2.27h0.028c0.17-0.68,0.41-1.42,0.71-2.27l1.199-3.258h1.109l0.42,6.736h-0.851
			L36.897,52.43z"/>
		<path d="M39.16,54.378c0.25,0.16,0.83,0.41,1.438,0.41c1.13,0,1.479-0.72,1.47-1.26c-0.011-0.909-0.83-1.299-1.68-1.299H39.9
			v-0.66h0.489c0.64,0,1.449-0.329,1.449-1.099c0-0.521-0.329-0.979-1.139-0.979c-0.521,0-1.021,0.229-1.301,0.43l-0.229-0.64
			c0.34-0.25,0.999-0.5,1.699-0.5c1.278,0,1.857,0.76,1.857,1.549c0,0.67-0.398,1.239-1.199,1.529v0.021
			c0.801,0.159,1.449,0.76,1.449,1.669c0,1.039-0.81,1.949-2.369,1.949c-0.729,0-1.369-0.23-1.688-0.44L39.16,54.378z"/>
	</g>
</g>
<g id="M3_pM9">
	<g>
		
			<radialGradient id="M3_pM9_path1_1_" cx="219.9065" cy="1449.3901" r="16.186" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
			<stop  offset="0" style="stop-color:#C0FF6C"/>
			<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
			<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
			<stop  offset="0.66" style="stop-color:#B4FA6B"/>
			<stop  offset="0.7448" style="stop-color:#AAF76A"/>
			<stop  offset="0.8174" style="stop-color:#9EF269"/>
			<stop  offset="0.8817" style="stop-color:#91EC68"/>
			<stop  offset="0.9398" style="stop-color:#86E666"/>
			<stop  offset="0.9915" style="stop-color:#7EDE64"/>
			<stop  offset="1" style="stop-color:#7DDD64"/>
		</radialGradient>
		<path id="M3_pM9_path1" fill="url(#M3_pM9_path1_1_)" stroke="#000000" d="M150.098,36.785c0,5.786-11.338,10.478-25.314,10.478
			c-13.981,0-25.315-4.689-25.315-10.478s11.334-10.476,25.315-10.476C138.76,26.311,150.098,30.998,150.098,36.785z"/>
		<g>
			<path d="M124.634,36.764c-0.05-0.939-0.11-2.069-0.1-2.909h-0.03c-0.229,0.79-0.51,1.64-0.851,2.559l-1.188,3.269h-0.659
				l-1.09-3.208c-0.319-0.949-0.59-1.819-0.779-2.619h-0.021c-0.021,0.84-0.069,1.97-0.13,2.979l-0.181,2.889h-0.829l0.471-6.736
				h1.108l1.149,3.258c0.279,0.83,0.51,1.569,0.68,2.27h0.029c0.17-0.68,0.41-1.42,0.71-2.27l1.199-3.258h1.108l0.42,6.736h-0.85
				L124.634,36.764z"/>
			<path d="M126.897,38.712c0.25,0.16,0.83,0.41,1.439,0.41c1.13,0,1.479-0.72,1.47-1.26c-0.011-0.909-0.83-1.299-1.68-1.299h-0.489
				v-0.66h0.489c0.64,0,1.449-0.329,1.449-1.099c0-0.521-0.329-0.979-1.14-0.979c-0.521,0-1.02,0.229-1.3,0.43l-0.229-0.64
				c0.34-0.25,0.999-0.5,1.698-0.5c1.279,0,1.858,0.76,1.858,1.549c0,0.67-0.399,1.239-1.199,1.529v0.021
				c0.8,0.159,1.449,0.76,1.449,1.669c0,1.039-0.811,1.949-2.369,1.949c-0.729,0-1.369-0.23-1.688-0.44L126.897,38.712z"/>
		</g>
	</g>
	<g>
		
			<radialGradient id="M3_pM9_path2_1_" cx="252.2292" cy="1449.3901" r="16.186" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
			<stop  offset="0" style="stop-color:#C0FF6C"/>
			<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
			<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
			<stop  offset="0.66" style="stop-color:#B4FA6B"/>
			<stop  offset="0.7448" style="stop-color:#AAF76A"/>
			<stop  offset="0.8174" style="stop-color:#9EF269"/>
			<stop  offset="0.8817" style="stop-color:#91EC68"/>
			<stop  offset="0.9398" style="stop-color:#86E666"/>
			<stop  offset="0.9915" style="stop-color:#7EDE64"/>
			<stop  offset="1" style="stop-color:#7DDD64"/>
		</radialGradient>
		<path id="M3_pM9_path2" fill="url(#M3_pM9_path2_1_)" stroke="#000000" d="M201.598,36.785c0,5.786-11.338,10.478-25.314,10.478
			c-13.981,0-25.315-4.689-25.315-10.478s11.334-10.476,25.315-10.476C190.26,26.311,201.598,30.998,201.598,36.785z"/>
		<g>
			<path d="M167.582,36.464c0-0.62-0.021-1.12-0.04-1.579h0.79l0.04,0.829h0.02c0.36-0.59,0.93-0.939,1.719-0.939
				c1.17,0,2.05,0.989,2.05,2.459c0,1.738-1.06,2.599-2.198,2.599c-0.641,0-1.199-0.28-1.489-0.76h-0.02v2.628h-0.87L167.582,36.464
				L167.582,36.464z M168.452,37.753c0,0.13,0.02,0.25,0.039,0.359c0.159,0.61,0.689,1.029,1.318,1.029
				c0.931,0,1.47-0.759,1.47-1.868c0-0.97-0.51-1.8-1.438-1.8c-0.6,0-1.159,0.43-1.329,1.09c-0.03,0.11-0.06,0.24-0.06,0.359V37.753
				L168.452,37.753z"/>
			<path d="M178.978,36.764c-0.05-0.939-0.109-2.069-0.1-2.909h-0.03c-0.229,0.79-0.51,1.64-0.85,2.559l-1.189,3.269h-0.659
				l-1.09-3.208c-0.318-0.949-0.59-1.819-0.779-2.619h-0.021c-0.02,0.84-0.069,1.97-0.13,2.979l-0.18,2.889h-0.829l0.47-6.736h1.109
				l1.148,3.258c0.279,0.83,0.51,1.569,0.68,2.27h0.029c0.17-0.68,0.41-1.42,0.71-2.27l1.199-3.258h1.109l0.42,6.736h-0.851
				L178.978,36.764z"/>
			<path d="M181.542,39.102c0.188,0.021,0.409,0,0.709-0.029c0.51-0.07,0.989-0.28,1.358-0.63c0.431-0.39,0.739-0.959,0.859-1.729
				h-0.03c-0.358,0.44-0.879,0.7-1.527,0.7c-1.17,0-1.919-0.88-1.919-1.989c0-1.229,0.889-2.309,2.219-2.309
				c1.329,0,2.147,1.079,2.147,2.738c0,1.43-0.479,2.429-1.119,3.049c-0.5,0.489-1.188,0.789-1.89,0.869
				c-0.319,0.05-0.6,0.061-0.809,0.05L181.542,39.102L181.542,39.102z M183.13,33.786c-0.74,0-1.271,0.659-1.271,1.579
				c0,0.81,0.489,1.379,1.249,1.379c0.591,0,1.051-0.29,1.279-0.68c0.05-0.08,0.08-0.18,0.08-0.319c0-1.109-0.409-1.959-1.329-1.959
				H183.13z"/>
		</g>
	</g>
</g>
<g>
	
		<radialGradient id="M3_path2_1_" cx="304.3225" cy="1473.5063" r="16.186" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
		<stop  offset="0" style="stop-color:#C0FF6C"/>
		<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
		<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
		<stop  offset="0.66" style="stop-color:#B4FA6B"/>
		<stop  offset="0.7448" style="stop-color:#AAF76A"/>
		<stop  offset="0.8174" style="stop-color:#9EF269"/>
		<stop  offset="0.8817" style="stop-color:#91EC68"/>
		<stop  offset="0.9398" style="stop-color:#86E666"/>
		<stop  offset="0.9915" style="stop-color:#7EDE64"/>
		<stop  offset="1" style="stop-color:#7DDD64"/>
	</radialGradient>
	<path id="M3_path2" fill="url(#M3_path2_1_)" stroke="#000000" d="M284.598,21.452c0,5.786-11.338,10.478-25.313,10.478
		c-13.981,0-25.315-4.689-25.315-10.478s11.334-10.476,25.315-10.476C273.26,10.977,284.598,15.665,284.598,21.452z"/>
	<g>
		<path d="M259.135,21.43c-0.05-0.939-0.11-2.069-0.1-2.909h-0.03c-0.229,0.79-0.51,1.64-0.851,2.559l-1.188,3.269h-0.659
			l-1.09-3.208c-0.319-0.949-0.59-1.819-0.779-2.619h-0.021c-0.021,0.84-0.069,1.97-0.13,2.979l-0.181,2.889h-0.829l0.471-6.736
			h1.108l1.149,3.258c0.279,0.83,0.51,1.569,0.68,2.27h0.029c0.17-0.68,0.41-1.42,0.71-2.27l1.199-3.258h1.108l0.42,6.736h-0.85
			L259.135,21.43z"/>
		<path d="M261.397,23.378c0.25,0.16,0.83,0.41,1.439,0.41c1.13,0,1.479-0.72,1.47-1.26c-0.011-0.909-0.83-1.299-1.68-1.299h-0.489
			v-0.66h0.489c0.64,0,1.449-0.329,1.449-1.099c0-0.521-0.329-0.979-1.14-0.979c-0.521,0-1.02,0.229-1.3,0.43l-0.229-0.64
			c0.34-0.25,0.999-0.5,1.698-0.5c1.279,0,1.858,0.76,1.858,1.549c0,0.67-0.399,1.239-1.199,1.529v0.021
			c0.8,0.159,1.449,0.76,1.449,1.669c0,1.039-0.811,1.949-2.369,1.949c-0.729,0-1.369-0.23-1.688-0.44L261.397,23.378z"/>
	</g>
</g>
<g id="M9">
	
		<radialGradient id="M9_path1_1_" cx="304.323" cy="1424.7485" r="16.186" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
		<stop  offset="0" style="stop-color:#C0FF6C"/>
		<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
		<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
		<stop  offset="0.66" style="stop-color:#B4FA6B"/>
		<stop  offset="0.7448" style="stop-color:#AAF76A"/>
		<stop  offset="0.8174" style="stop-color:#9EF269"/>
		<stop  offset="0.8817" style="stop-color:#91EC68"/>
		<stop  offset="0.9398" style="stop-color:#86E666"/>
		<stop  offset="0.9915" style="stop-color:#7EDE64"/>
		<stop  offset="1" style="stop-color:#7DDD64"/>
	</radialGradient>
	<path id="M9_path1" fill="url(#M9_path1_1_)" stroke="#000000" d="M284.599,52.452c0,5.786-11.338,10.478-25.313,10.478
		c-13.982,0-25.316-4.689-25.316-10.478s11.334-10.476,25.316-10.476C273.261,41.977,284.599,46.665,284.599,52.452z"/>
	<g>
		<path d="M259.135,52.43c-0.05-0.939-0.11-2.069-0.1-2.909h-0.03c-0.229,0.79-0.51,1.64-0.851,2.559l-1.188,3.269h-0.659
			l-1.09-3.208c-0.319-0.949-0.59-1.819-0.779-2.619h-0.021c-0.021,0.84-0.069,1.97-0.13,2.979l-0.181,2.889h-0.829l0.471-6.736
			h1.108l1.149,3.258c0.279,0.83,0.51,1.569,0.68,2.27h0.029c0.17-0.68,0.41-1.42,0.71-2.27l1.199-3.258h1.108l0.42,6.736h-0.85
			L259.135,52.43z"/>
		<path d="M261.697,54.768c0.19,0.021,0.41,0,0.711-0.029c0.51-0.07,0.988-0.28,1.358-0.63c0.43-0.39,0.739-0.959,0.859-1.729h-0.03
			c-0.359,0.44-0.879,0.7-1.528,0.7c-1.17,0-1.919-0.88-1.919-1.989c0-1.229,0.89-2.309,2.22-2.309c1.328,0,2.147,1.079,2.147,2.738
			c0,1.43-0.479,2.429-1.119,3.049c-0.5,0.489-1.188,0.789-1.89,0.869c-0.319,0.05-0.601,0.061-0.811,0.05L261.697,54.768
			L261.697,54.768z M263.287,49.452c-0.74,0-1.271,0.659-1.271,1.579c0,0.81,0.489,1.379,1.249,1.379c0.59,0,1.05-0.29,1.279-0.68
			c0.05-0.08,0.08-0.18,0.08-0.319c0-1.109-0.409-1.959-1.329-1.959H263.287z"/>
	</g>
</g>
<g>
	<g>
		<g>
			<path fill="#FFFFFF" d="M66.561,27.568c8.75,8.75,12.167,9.25,27.125,9.25"/>
			<polygon fill="#FFFFFF" points="90.877,40.521 92.45,36.818 90.877,33.114 99.655,36.818 			"/>
			<polygon fill="#FFFFFF" points="71.165,26.936 67.435,28.442 65.927,32.174 62.34,23.348 			"/>
		</g>
		<g>
			<path fill="none" stroke="#272525" d="M66.561,27.568c8.75,8.75,12.167,9.25,27.125,9.25"/>
			<polygon fill="#272525" points="90.877,40.521 92.45,36.818 90.877,33.114 99.655,36.818 			"/>
			<polygon fill="#272525" points="71.165,26.936 67.435,28.442 65.927,32.174 62.34,23.348 			"/>
		</g>
	</g>
	<g>
		<g>
			<path fill="#FFFFFF" d="M66.227,45.985c8.75-8.75,12.167-9.25,27.125-9.25"/>
			<polygon fill="#FFFFFF" points="65.594,41.38 67.101,45.111 70.833,46.618 62.006,50.206 			"/>
		</g>
		<g>
			<path fill="none" stroke="#272525" d="M66.227,45.985c8.75-8.75,12.167-9.25,27.125-9.25"/>
			<polygon fill="#272525" points="65.594,41.38 67.101,45.111 70.833,46.618 62.006,50.206 			"/>
		</g>
	</g>
</g>
<g>
	<g>
		<g>
			<path fill="#FFFFFF" d="M229.686,26.902c-8.75,8.75-12.167,9.25-27.125,9.25"/>
			<polygon fill="#FFFFFF" points="230.318,31.506 228.812,27.775 225.081,26.269 233.907,22.681 			"/>
		</g>
		<g>
			<path fill="none" stroke="#272525" d="M229.686,26.902c-8.75,8.75-12.167,9.25-27.125,9.25"/>
			<polygon fill="#272525" points="230.318,31.506 228.812,27.775 225.081,26.269 233.907,22.681 			"/>
		</g>
	</g>
	<g>
		<g>
			<path fill="#FFFFFF" d="M230.019,45.318c-8.75-8.75-12.167-9.25-27.125-9.25"/>
			<polygon fill="#FFFFFF" points="225.415,45.951 229.145,44.444 230.652,40.713 234.24,49.539 			"/>
		</g>
		<g>
			<path fill="none" stroke="#272525" d="M230.019,45.318c-8.75-8.75-12.167-9.25-27.125-9.25"/>
			<polygon fill="#272525" points="225.415,45.951 229.145,44.444 230.652,40.713 234.24,49.539 			"/>
		</g>
	</g>
</g>
<g>
	<g>
		
			<radialGradient id="M3_path3_1_" cx="164.8401" cy="1349.2534" r="16.186" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
			<stop  offset="0" style="stop-color:#C0FF6C"/>
			<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
			<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
			<stop  offset="0.66" style="stop-color:#B4FA6B"/>
			<stop  offset="0.7448" style="stop-color:#AAF76A"/>
			<stop  offset="0.8174" style="stop-color:#9EF269"/>
			<stop  offset="0.8817" style="stop-color:#91EC68"/>
			<stop  offset="0.9398" style="stop-color:#86E666"/>
			<stop  offset="0.9915" style="stop-color:#7EDE64"/>
			<stop  offset="1" style="stop-color:#7DDD64"/>
		</radialGradient>
		<path id="M3_path3" fill="url(#M3_path3_1_)" stroke="#000000" d="M62.361,100.452c0,5.786-11.338,10.478-25.314,10.478
			c-13.981,0-25.315-4.689-25.315-10.478s11.334-10.476,25.315-10.476C51.023,89.977,62.361,94.665,62.361,100.452z"/>
		<g>
			<path d="M36.897,100.43c-0.05-0.939-0.109-2.069-0.1-2.909h-0.03c-0.229,0.79-0.51,1.64-0.85,2.559l-1.189,3.269h-0.659
				l-1.09-3.208c-0.318-0.949-0.59-1.819-0.778-2.619H32.18c-0.02,0.84-0.069,1.97-0.13,2.979l-0.18,2.889h-0.829l0.47-6.736h1.109
				l1.148,3.258c0.279,0.83,0.51,1.569,0.681,2.27h0.028c0.17-0.68,0.41-1.42,0.71-2.27l1.199-3.258h1.109l0.42,6.736h-0.851
				L36.897,100.43z"/>
			<path d="M39.16,102.378c0.25,0.16,0.83,0.41,1.438,0.41c1.13,0,1.479-0.72,1.47-1.26c-0.011-0.909-0.83-1.299-1.68-1.299H39.9
				v-0.66h0.489c0.64,0,1.449-0.329,1.449-1.099c0-0.521-0.329-0.979-1.139-0.979c-0.521,0-1.021,0.229-1.301,0.43l-0.229-0.64
				c0.34-0.25,0.999-0.5,1.699-0.5c1.278,0,1.857,0.76,1.857,1.549c0,0.67-0.398,1.239-1.199,1.529v0.021
				c0.801,0.159,1.449,0.76,1.449,1.669c0,1.039-0.81,1.949-2.369,1.949c-0.729,0-1.369-0.23-1.688-0.44L39.16,102.378z"/>
		</g>
	</g>
	<g id="T1">
		
			<radialGradient id="T1_path1_1_" cx="164.8401" cy="1300.4956" r="16.186" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
			<stop  offset="0" style="stop-color:#C0FF6C"/>
			<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
			<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
			<stop  offset="0.66" style="stop-color:#B4FA6B"/>
			<stop  offset="0.7448" style="stop-color:#AAF76A"/>
			<stop  offset="0.8174" style="stop-color:#9EF269"/>
			<stop  offset="0.8817" style="stop-color:#91EC68"/>
			<stop  offset="0.9398" style="stop-color:#86E666"/>
			<stop  offset="0.9915" style="stop-color:#7EDE64"/>
			<stop  offset="1" style="stop-color:#7DDD64"/>
		</radialGradient>
		<path id="T1_path1" fill="url(#T1_path1_1_)" stroke="#000000" d="M62.361,131.452c0,5.786-11.338,10.478-25.314,10.478
			c-13.981,0-25.315-4.689-25.315-10.478s11.334-10.476,25.315-10.476C51.023,120.977,62.361,125.665,62.361,131.452z"/>
		<g>
			<path d="M34.035,128.391h-2.05v-0.739h4.987v0.739h-2.06v5.997h-0.879L34.035,128.391L34.035,128.391z"/>
			<path d="M39.324,128.711h-0.021l-1.13,0.609l-0.17-0.67l1.42-0.759h0.749v6.496h-0.85L39.324,128.711L39.324,128.711z"/>
		</g>
	</g>
	<g id="M3_T1">
		<g>
			
				<radialGradient id="M3_T1_path2_1_" cx="219.9065" cy="1325.1372" r="16.186" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
				<stop  offset="0" style="stop-color:#C0FF6C"/>
				<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
				<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
				<stop  offset="0.66" style="stop-color:#B4FA6B"/>
				<stop  offset="0.7448" style="stop-color:#AAF76A"/>
				<stop  offset="0.8174" style="stop-color:#9EF269"/>
				<stop  offset="0.8817" style="stop-color:#91EC68"/>
				<stop  offset="0.9398" style="stop-color:#86E666"/>
				<stop  offset="0.9915" style="stop-color:#7EDE64"/>
				<stop  offset="1" style="stop-color:#7DDD64"/>
			</radialGradient>
			<path id="M3_T1_path2" fill="url(#M3_T1_path2_1_)" stroke="#000000" d="M150.098,115.785c0,5.786-11.338,10.478-25.314,10.478
				c-13.981,0-25.315-4.689-25.315-10.478s11.334-10.476,25.315-10.476C138.76,105.311,150.098,109.998,150.098,115.785z"/>
			<g>
				<path d="M124.634,115.763c-0.05-0.939-0.11-2.069-0.1-2.909h-0.03c-0.229,0.79-0.51,1.64-0.851,2.559l-1.188,3.269h-0.659
					l-1.09-3.208c-0.319-0.949-0.59-1.819-0.779-2.619h-0.021c-0.021,0.84-0.069,1.97-0.13,2.979l-0.181,2.889h-0.829l0.471-6.736
					h1.108l1.149,3.258c0.279,0.83,0.51,1.569,0.68,2.27h0.029c0.17-0.68,0.41-1.42,0.71-2.27l1.199-3.258h1.108l0.42,6.736h-0.85
					L124.634,115.763z"/>
				<path d="M126.897,117.711c0.25,0.16,0.83,0.41,1.439,0.41c1.13,0,1.479-0.72,1.47-1.26c-0.011-0.909-0.83-1.299-1.68-1.299
					h-0.489v-0.66h0.489c0.64,0,1.449-0.329,1.449-1.099c0-0.521-0.329-0.979-1.14-0.979c-0.521,0-1.02,0.229-1.3,0.43l-0.229-0.64
					c0.34-0.25,0.999-0.5,1.698-0.5c1.279,0,1.858,0.76,1.858,1.549c0,0.67-0.399,1.239-1.199,1.529v0.021
					c0.8,0.159,1.449,0.76,1.449,1.669c0,1.039-0.811,1.949-2.369,1.949c-0.729,0-1.369-0.23-1.688-0.44L126.897,117.711z"/>
			</g>
		</g>
		<g>
			
				<radialGradient id="M3_T1_path1_1_" cx="252.2288" cy="1325.1372" r="16.186" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
				<stop  offset="0" style="stop-color:#C0FF6C"/>
				<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
				<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
				<stop  offset="0.66" style="stop-color:#B4FA6B"/>
				<stop  offset="0.7448" style="stop-color:#AAF76A"/>
				<stop  offset="0.8174" style="stop-color:#9EF269"/>
				<stop  offset="0.8817" style="stop-color:#91EC68"/>
				<stop  offset="0.9398" style="stop-color:#86E666"/>
				<stop  offset="0.9915" style="stop-color:#7EDE64"/>
				<stop  offset="1" style="stop-color:#7DDD64"/>
			</radialGradient>
			<path id="M3_T1_path1" fill="url(#M3_T1_path1_1_)" stroke="#000000" d="M201.597,115.785c0,5.786-11.338,10.478-25.313,10.478
				c-13.982,0-25.316-4.689-25.316-10.478s11.334-10.476,25.316-10.476C190.259,105.311,201.597,109.998,201.597,115.785z"/>
			<g>
				<path d="M173.271,112.724h-2.049v-0.739h4.987v0.739h-2.061v5.997h-0.879L173.271,112.724L173.271,112.724z"/>
				<path d="M178.56,113.044h-0.02l-1.13,0.609l-0.17-0.67l1.42-0.759h0.749v6.496h-0.851L178.56,113.044L178.56,113.044z"/>
			</g>
		</g>
	</g>
	<g>
		<g>
			<g>
				<path fill="#FFFFFF" d="M66.56,106.568c8.75,8.75,12.167,9.25,27.125,9.25"/>
				<polygon fill="#FFFFFF" points="90.876,119.521 92.449,115.818 90.876,112.114 99.654,115.818 				"/>
				<polygon fill="#FFFFFF" points="71.165,105.936 67.434,107.442 65.927,111.173 62.339,102.348 				"/>
			</g>
			<g>
				<path fill="none" stroke="#272525" d="M66.56,106.568c8.75,8.75,12.167,9.25,27.125,9.25"/>
				<polygon fill="#272525" points="90.876,119.521 92.449,115.818 90.876,112.114 99.654,115.818 				"/>
				<polygon fill="#272525" points="71.165,105.936 67.434,107.442 65.927,111.173 62.339,102.348 				"/>
			</g>
		</g>
		<g>
			<g>
				<path fill="#FFFFFF" d="M66.227,124.985c8.75-8.75,12.167-9.25,27.125-9.25"/>
				<polygon fill="#FFFFFF" points="65.595,120.38 67.101,124.111 70.832,125.618 62.006,129.206 				"/>
			</g>
			<g>
				<path fill="none" stroke="#272525" d="M66.227,124.985c8.75-8.75,12.167-9.25,27.125-9.25"/>
				<polygon fill="#272525" points="65.595,120.38 67.101,124.111 70.832,125.618 62.006,129.206 				"/>
			</g>
		</g>
	</g>
</g>
<g>
	<g id="M9_T1_star">
		<g>
			
				<radialGradient id="M9_T1_star_path2_1_" cx="418.8645" cy="1187.269" r="16.186" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
				<stop  offset="0" style="stop-color:#C0FF6C"/>
				<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
				<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
				<stop  offset="0.66" style="stop-color:#B4FA6B"/>
				<stop  offset="0.7448" style="stop-color:#AAF76A"/>
				<stop  offset="0.8174" style="stop-color:#9EF269"/>
				<stop  offset="0.8817" style="stop-color:#91EC68"/>
				<stop  offset="0.9398" style="stop-color:#86E666"/>
				<stop  offset="0.9915" style="stop-color:#7EDE64"/>
				<stop  offset="1" style="stop-color:#7DDD64"/>
			</radialGradient>
			<path id="M9_T1_star_path2" fill="url(#M9_T1_star_path2_1_)" stroke="#000000" d="M467.098,203.442
				c0,5.786-11.338,10.478-25.313,10.478c-13.982,0-25.316-4.689-25.316-10.478s11.334-10.476,25.316-10.476
				C455.76,192.967,467.098,197.655,467.098,203.442z"/>
			<g>
				<path d="M441.634,203.42c-0.051-0.939-0.11-2.069-0.1-2.909h-0.031c-0.229,0.79-0.51,1.64-0.85,2.559l-1.189,3.269h-0.658
					l-1.09-3.208c-0.319-0.949-0.59-1.819-0.778-2.619h-0.021c-0.02,0.84-0.068,1.97-0.129,2.979l-0.18,2.889h-0.83l0.471-6.736
					h1.109l1.147,3.258c0.279,0.83,0.51,1.569,0.681,2.27h0.028c0.17-0.68,0.41-1.42,0.711-2.27l1.199-3.258h1.109l0.42,6.736
					h-0.851L441.634,203.42z"/>
				<path d="M444.197,205.758c0.188,0.021,0.41,0,0.709-0.029c0.51-0.07,0.989-0.28,1.358-0.63c0.431-0.39,0.74-0.959,0.859-1.729
					h-0.029c-0.358,0.44-0.879,0.7-1.528,0.7c-1.17,0-1.918-0.88-1.918-1.989c0-1.229,0.889-2.309,2.219-2.309
					c1.328,0,2.147,1.079,2.147,2.738c0,1.43-0.479,2.429-1.118,3.049c-0.5,0.489-1.189,0.789-1.892,0.869
					c-0.317,0.05-0.6,0.062-0.809,0.05L444.197,205.758L444.197,205.758z M445.786,200.442c-0.74,0-1.271,0.659-1.271,1.579
					c0,0.81,0.488,1.379,1.248,1.379c0.59,0,1.052-0.29,1.279-0.68c0.051-0.08,0.08-0.18,0.08-0.319
					c0-1.109-0.408-1.959-1.328-1.959H445.786z"/>
			</g>
		</g>
		<g>
			
				<radialGradient id="M9_T1_star_path1_1_" cx="450.9778" cy="1187.269" r="16.186" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
				<stop  offset="0" style="stop-color:#C0FF6C"/>
				<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
				<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
				<stop  offset="0.66" style="stop-color:#B4FA6B"/>
				<stop  offset="0.7448" style="stop-color:#AAF76A"/>
				<stop  offset="0.8174" style="stop-color:#9EF269"/>
				<stop  offset="0.8817" style="stop-color:#91EC68"/>
				<stop  offset="0.9398" style="stop-color:#86E666"/>
				<stop  offset="0.9915" style="stop-color:#7EDE64"/>
				<stop  offset="1" style="stop-color:#7DDD64"/>
			</radialGradient>
			<path id="M9_T1_star_path1" fill="url(#M9_T1_star_path1_1_)" stroke="#000000" d="M518.264,203.442
				c0,5.786-11.338,10.478-25.314,10.478c-13.981,0-25.315-4.689-25.315-10.478s11.334-10.476,25.315-10.476
				C506.926,192.967,518.264,197.655,518.264,203.442z"/>
			<g>
				<path d="M487.864,200.381h-2.049v-0.739h4.986v0.739h-2.06v5.997h-0.879L487.864,200.381L487.864,200.381z"/>
				<path d="M493.153,200.702h-0.021l-1.13,0.609l-0.17-0.67l1.42-0.759h0.749v6.496h-0.85L493.153,200.702L493.153,200.702z"/>
				<path d="M499.212,199.872l-0.949,1.25v0.02l1.51-0.2v0.68l-1.51-0.18v0.021l0.959,1.199l-0.629,0.359l-0.6-1.399h-0.021
					l-0.648,1.409l-0.57-0.359l0.95-1.22v-0.02l-1.479,0.189v-0.68l1.47,0.19v-0.021l-0.939-1.219l0.61-0.35l0.619,1.389h0.021
					l0.609-1.399L499.212,199.872z"/>
			</g>
		</g>
	</g>
	<g>
		
			<radialGradient id="M3_path6_1_" cx="418.8645" cy="1130.646" r="16.1858" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
			<stop  offset="0" style="stop-color:#C0FF6C"/>
			<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
			<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
			<stop  offset="0.66" style="stop-color:#B4FA6B"/>
			<stop  offset="0.7448" style="stop-color:#AAF76A"/>
			<stop  offset="0.8174" style="stop-color:#9EF269"/>
			<stop  offset="0.8817" style="stop-color:#91EC68"/>
			<stop  offset="0.9398" style="stop-color:#86E666"/>
			<stop  offset="0.9915" style="stop-color:#7EDE64"/>
			<stop  offset="1" style="stop-color:#7DDD64"/>
		</radialGradient>
		<path id="M3_path6" fill="url(#M3_path6_1_)" stroke="#000000" d="M467.097,239.443c0,5.786-11.338,10.478-25.313,10.478
			c-13.981,0-25.315-4.689-25.315-10.478s11.334-10.476,25.315-10.476C455.759,228.968,467.097,233.656,467.097,239.443z"/>
		<g>
			<path d="M441.634,239.421c-0.051-0.939-0.11-2.069-0.1-2.909h-0.031c-0.229,0.79-0.51,1.64-0.85,2.559l-1.189,3.269h-0.658
				l-1.09-3.208c-0.319-0.949-0.59-1.819-0.778-2.619h-0.021c-0.02,0.84-0.068,1.97-0.129,2.979l-0.18,2.889h-0.83l0.471-6.736
				h1.109l1.147,3.258c0.279,0.83,0.51,1.569,0.681,2.27h0.028c0.17-0.68,0.41-1.42,0.711-2.27l1.199-3.258h1.109l0.42,6.736h-0.851
				L441.634,239.421z"/>
			<path d="M443.897,241.37c0.25,0.16,0.829,0.41,1.438,0.41c1.131,0,1.48-0.72,1.471-1.26c-0.012-0.909-0.83-1.299-1.68-1.299
				h-0.49v-0.66h0.49c0.639,0,1.449-0.329,1.449-1.099c0-0.521-0.33-0.979-1.14-0.979c-0.521,0-1.02,0.229-1.301,0.43l-0.229-0.64
				c0.34-0.25,0.998-0.5,1.699-0.5c1.278,0,1.856,0.76,1.856,1.549c0,0.67-0.397,1.239-1.199,1.529v0.021
				c0.802,0.159,1.449,0.76,1.449,1.669c0,1.039-0.809,1.949-2.369,1.949c-0.729,0-1.369-0.23-1.688-0.44L443.897,241.37z"/>
		</g>
	</g>
	<g>
		
			<radialGradient id="pM9_path2_1_" cx="162.7483" cy="1208.7485" r="16.186" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
			<stop  offset="0" style="stop-color:#C0FF6C"/>
			<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
			<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
			<stop  offset="0.66" style="stop-color:#B4FA6B"/>
			<stop  offset="0.7448" style="stop-color:#AAF76A"/>
			<stop  offset="0.8174" style="stop-color:#9EF269"/>
			<stop  offset="0.8817" style="stop-color:#91EC68"/>
			<stop  offset="0.9398" style="stop-color:#86E666"/>
			<stop  offset="0.9915" style="stop-color:#7EDE64"/>
			<stop  offset="1" style="stop-color:#7DDD64"/>
		</radialGradient>
		<path id="pM9_path2" fill="url(#pM9_path2_1_)" stroke="#000000" d="M59.028,189.785c0,5.786-11.338,10.478-25.314,10.478
			c-13.981,0-25.315-4.689-25.315-10.478s11.334-10.476,25.315-10.476C47.69,179.31,59.028,183.998,59.028,189.785z"/>
		<g>
			<path d="M25.013,189.463c0-0.62-0.02-1.12-0.04-1.579h0.79l0.04,0.829h0.021c0.359-0.59,0.93-0.939,1.719-0.939
				c1.17,0,2.049,0.989,2.049,2.459c0,1.738-1.059,2.599-2.198,2.599c-0.64,0-1.199-0.28-1.489-0.76h-0.02v2.628h-0.87
				L25.013,189.463L25.013,189.463z M25.883,190.752c0,0.13,0.02,0.25,0.039,0.359c0.16,0.61,0.689,1.029,1.319,1.029
				c0.93,0,1.47-0.759,1.47-1.868c0-0.97-0.51-1.8-1.439-1.8c-0.6,0-1.159,0.43-1.329,1.09c-0.029,0.11-0.06,0.24-0.06,0.359
				V190.752z"/>
			<path d="M36.409,189.763c-0.051-0.939-0.11-2.069-0.101-2.909h-0.03c-0.229,0.79-0.51,1.64-0.85,2.559l-1.188,3.269h-0.659
				l-1.09-3.208c-0.319-0.949-0.591-1.819-0.779-2.619h-0.021c-0.02,0.84-0.068,1.97-0.13,2.979l-0.18,2.889h-0.829l0.47-6.736
				h1.109l1.148,3.258c0.279,0.83,0.511,1.569,0.681,2.27h0.028c0.171-0.68,0.41-1.42,0.711-2.27l1.198-3.258h1.109l0.42,6.736
				h-0.85L36.409,189.763z"/>
			<path d="M38.973,192.101c0.189,0.021,0.409,0,0.709-0.029c0.51-0.07,0.989-0.28,1.359-0.63c0.43-0.39,0.738-0.959,0.858-1.729
				H41.87c-0.359,0.44-0.879,0.7-1.528,0.7c-1.17,0-1.919-0.88-1.919-1.989c0-1.229,0.889-2.309,2.219-2.309
				c1.329,0,2.148,1.079,2.148,2.738c0,1.43-0.479,2.429-1.119,3.049c-0.5,0.489-1.189,0.789-1.89,0.869
				c-0.319,0.05-0.601,0.061-0.81,0.05L38.973,192.101L38.973,192.101z M40.562,186.785c-0.74,0-1.27,0.659-1.27,1.579
				c0,0.81,0.488,1.379,1.249,1.379c0.59,0,1.05-0.29,1.278-0.68c0.051-0.08,0.08-0.18,0.08-0.319c0-1.109-0.408-1.959-1.329-1.959
				H40.562z"/>
		</g>
	</g>
	<g>
		
			<radialGradient id="T1_path2_1_" cx="162.7483" cy="1159.9907" r="16.186" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
			<stop  offset="0" style="stop-color:#C0FF6C"/>
			<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
			<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
			<stop  offset="0.66" style="stop-color:#B4FA6B"/>
			<stop  offset="0.7448" style="stop-color:#AAF76A"/>
			<stop  offset="0.8174" style="stop-color:#9EF269"/>
			<stop  offset="0.8817" style="stop-color:#91EC68"/>
			<stop  offset="0.9398" style="stop-color:#86E666"/>
			<stop  offset="0.9915" style="stop-color:#7EDE64"/>
			<stop  offset="1" style="stop-color:#7DDD64"/>
		</radialGradient>
		<path id="T1_path2" fill="url(#T1_path2_1_)" stroke="#000000" d="M59.028,220.785c0,5.786-11.338,10.478-25.314,10.478
			c-13.981,0-25.315-4.689-25.315-10.478s11.334-10.476,25.315-10.476C47.69,210.31,59.028,214.998,59.028,220.785z"/>
		<g>
			<path d="M30.702,217.724h-2.05v-0.739h4.987v0.739h-2.06v5.997h-0.879L30.702,217.724L30.702,217.724z"/>
			<path d="M35.991,218.044h-0.021l-1.13,0.609l-0.17-0.67l1.42-0.759h0.749v6.496h-0.85L35.991,218.044L35.991,218.044z"/>
		</g>
	</g>
	<g id="pM9_T1">
		<g>
			
				<radialGradient id="pM9_T1_path2_1_" cx="217.8147" cy="1184.6304" r="16.1865" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
				<stop  offset="0" style="stop-color:#C0FF6C"/>
				<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
				<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
				<stop  offset="0.66" style="stop-color:#B4FA6B"/>
				<stop  offset="0.7448" style="stop-color:#AAF76A"/>
				<stop  offset="0.8174" style="stop-color:#9EF269"/>
				<stop  offset="0.8817" style="stop-color:#91EC68"/>
				<stop  offset="0.9398" style="stop-color:#86E666"/>
				<stop  offset="0.9915" style="stop-color:#7EDE64"/>
				<stop  offset="1" style="stop-color:#7DDD64"/>
			</radialGradient>
			<path id="pM9_T1_path2" fill="url(#pM9_T1_path2_1_)" stroke="#000000" d="M146.765,205.118c0,5.787-11.338,10.479-25.314,10.479
				c-13.981,0-25.315-4.689-25.315-10.479c0-5.787,11.334-10.475,25.315-10.475C135.427,194.643,146.765,199.331,146.765,205.118z"
				/>
			<g>
				<path d="M112.75,204.796c0-0.62-0.021-1.12-0.04-1.579h0.79l0.04,0.829h0.02c0.36-0.59,0.931-0.939,1.719-0.939
					c1.171,0,2.05,0.989,2.05,2.459c0,1.738-1.06,2.599-2.198,2.599c-0.64,0-1.199-0.28-1.489-0.76h-0.02v2.628h-0.87
					L112.75,204.796L112.75,204.796z M113.62,206.085c0,0.13,0.02,0.25,0.039,0.359c0.159,0.61,0.689,1.029,1.318,1.029
					c0.931,0,1.471-0.759,1.471-1.868c0-0.97-0.511-1.8-1.439-1.8c-0.6,0-1.159,0.43-1.329,1.09c-0.03,0.11-0.06,0.24-0.06,0.359
					V206.085z"/>
				<path d="M124.146,205.096c-0.05-0.939-0.109-2.069-0.1-2.909h-0.03c-0.229,0.79-0.51,1.64-0.85,2.559l-1.189,3.269h-0.659
					l-1.09-3.208c-0.318-0.949-0.59-1.819-0.778-2.619h-0.021c-0.02,0.84-0.069,1.97-0.13,2.979l-0.18,2.889h-0.829l0.47-6.736
					h1.109l1.148,3.258c0.279,0.83,0.51,1.569,0.68,2.27h0.029c0.17-0.68,0.41-1.42,0.71-2.27l1.199-3.258h1.109l0.42,6.736h-0.851
					L124.146,205.096z"/>
				<path d="M126.709,207.434c0.188,0.021,0.409,0,0.709-0.029c0.51-0.07,0.989-0.28,1.358-0.63c0.431-0.39,0.739-0.959,0.859-1.729
					h-0.03c-0.358,0.44-0.879,0.7-1.527,0.7c-1.17,0-1.919-0.88-1.919-1.989c0-1.229,0.889-2.309,2.219-2.309
					c1.329,0,2.147,1.079,2.147,2.738c0,1.43-0.479,2.429-1.118,3.049c-0.5,0.489-1.189,0.789-1.891,0.869
					c-0.319,0.05-0.6,0.061-0.809,0.05L126.709,207.434L126.709,207.434z M128.298,202.118c-0.74,0-1.271,0.659-1.271,1.579
					c0,0.81,0.489,1.379,1.249,1.379c0.591,0,1.051-0.29,1.279-0.68c0.05-0.08,0.08-0.18,0.08-0.319
					c0-1.109-0.409-1.959-1.329-1.959H128.298z"/>
			</g>
		</g>
		<g>
			
				<radialGradient id="pM9_T1_path1_1_" cx="250.137" cy="1184.6304" r="16.1868" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
				<stop  offset="0" style="stop-color:#C0FF6C"/>
				<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
				<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
				<stop  offset="0.66" style="stop-color:#B4FA6B"/>
				<stop  offset="0.7448" style="stop-color:#AAF76A"/>
				<stop  offset="0.8174" style="stop-color:#9EF269"/>
				<stop  offset="0.8817" style="stop-color:#91EC68"/>
				<stop  offset="0.9398" style="stop-color:#86E666"/>
				<stop  offset="0.9915" style="stop-color:#7EDE64"/>
				<stop  offset="1" style="stop-color:#7DDD64"/>
			</radialGradient>
			<path id="pM9_T1_path1" fill="url(#pM9_T1_path1_1_)" stroke="#000000" d="M198.265,205.118c0,5.787-11.338,10.479-25.314,10.479
				c-13.981,0-25.315-4.689-25.315-10.479c0-5.787,11.334-10.475,25.315-10.475C186.927,194.643,198.265,199.331,198.265,205.118z"
				/>
			<g>
				<path d="M169.938,202.057h-2.049v-0.739h4.987v0.739h-2.061v5.997h-0.879L169.938,202.057L169.938,202.057z"/>
				<path d="M175.227,202.377h-0.02l-1.13,0.609l-0.17-0.67l1.42-0.759h0.749v6.496h-0.851L175.227,202.377L175.227,202.377z"/>
			</g>
		</g>
	</g>
	<g>
		<g>
			<g>
				<path fill="#FFFFFF" d="M63.228,195.901c8.75,8.75,12.167,9.25,27.125,9.25"/>
				<polygon fill="#FFFFFF" points="87.544,208.854 89.117,205.151 87.544,201.448 96.322,205.151 				"/>
				<polygon fill="#FFFFFF" points="67.832,195.269 64.102,196.776 62.594,200.506 59.007,191.68 				"/>
			</g>
			<g>
				<path fill="none" stroke="#272525" d="M63.228,195.901c8.75,8.75,12.167,9.25,27.125,9.25"/>
				<polygon fill="#272525" points="87.544,208.854 89.117,205.151 87.544,201.448 96.322,205.151 				"/>
				<polygon fill="#272525" points="67.832,195.269 64.102,196.776 62.594,200.506 59.007,191.68 				"/>
			</g>
		</g>
		<g>
			<g>
				<path fill="#FFFFFF" d="M62.894,214.318c8.75-8.75,12.167-9.25,27.125-9.25"/>
				<polygon fill="#FFFFFF" points="62.261,209.713 63.768,213.444 67.5,214.952 58.673,218.539 				"/>
			</g>
			<g>
				<path fill="none" stroke="#272525" d="M62.894,214.318c8.75-8.75,12.167-9.25,27.125-9.25"/>
				<polygon fill="#272525" points="62.261,209.713 63.768,213.444 67.5,214.952 58.673,218.539 				"/>
			</g>
		</g>
	</g>
	<g>
		<g>
			<g>
				<path fill="#FFFFFF" d="M200.894,212.901c8.75,8.75,12.167,9.25,27.125,9.25"/>
				<polygon fill="#FFFFFF" points="225.21,225.854 226.783,222.151 225.21,218.448 233.988,222.151 				"/>
				<polygon fill="#FFFFFF" points="205.499,212.269 201.768,213.776 200.261,217.506 196.673,208.68 				"/>
			</g>
			<g>
				<path fill="none" stroke="#272525" d="M200.894,212.901c8.75,8.75,12.167,9.25,27.125,9.25"/>
				<polygon fill="#272525" points="225.21,225.854 226.783,222.151 225.21,218.448 233.988,222.151 				"/>
				<polygon fill="#272525" points="205.499,212.269 201.768,213.776 200.261,217.506 196.673,208.68 				"/>
			</g>
		</g>
		<g>
			<g>
				<path fill="#FFFFFF" d="M200.561,231.318c8.75-8.75,12.167-9.25,27.125-9.25"/>
				<polygon fill="#FFFFFF" points="199.928,226.713 201.435,230.444 205.166,231.952 196.34,235.539 				"/>
			</g>
			<g>
				<path fill="none" stroke="#272525" d="M200.561,231.318c8.75-8.75,12.167-9.25,27.125-9.25"/>
				<polygon fill="#272525" points="199.928,226.713 201.435,230.444 205.166,231.952 196.34,235.539 				"/>
			</g>
		</g>
	</g>
	<g>
		
			<radialGradient id="M3_path4_1_" cx="250.137" cy="1128.5327" r="16.1863" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
			<stop  offset="0" style="stop-color:#C0FF6C"/>
			<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
			<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
			<stop  offset="0.66" style="stop-color:#B4FA6B"/>
			<stop  offset="0.7448" style="stop-color:#AAF76A"/>
			<stop  offset="0.8174" style="stop-color:#9EF269"/>
			<stop  offset="0.8817" style="stop-color:#91EC68"/>
			<stop  offset="0.9398" style="stop-color:#86E666"/>
			<stop  offset="0.9915" style="stop-color:#7EDE64"/>
			<stop  offset="1" style="stop-color:#7DDD64"/>
		</radialGradient>
		<path id="M3_path4" fill="url(#M3_path4_1_)" stroke="#000000" d="M198.265,240.785c0,5.787-11.338,10.479-25.314,10.479
			c-13.981,0-25.315-4.689-25.315-10.479c0-5.787,11.334-10.475,25.315-10.475C186.927,230.31,198.265,234.998,198.265,240.785z"/>
		<g>
			<path d="M172.801,240.763c-0.05-0.939-0.11-2.069-0.1-2.909h-0.03c-0.229,0.79-0.51,1.64-0.851,2.559l-1.188,3.269h-0.659
				l-1.09-3.208c-0.319-0.949-0.59-1.819-0.779-2.619h-0.021c-0.021,0.84-0.069,1.97-0.13,2.979l-0.181,2.889h-0.829l0.471-6.736
				h1.108l1.149,3.258c0.279,0.83,0.51,1.569,0.68,2.27h0.029c0.17-0.68,0.41-1.42,0.71-2.27l1.199-3.258h1.108l0.42,6.736h-0.85
				L172.801,240.763z"/>
			<path d="M175.063,242.711c0.25,0.16,0.83,0.41,1.439,0.41c1.13,0,1.479-0.72,1.47-1.26c-0.011-0.909-0.83-1.299-1.68-1.299
				h-0.489v-0.66h0.489c0.64,0,1.449-0.329,1.449-1.099c0-0.521-0.329-0.979-1.14-0.979c-0.521,0-1.02,0.229-1.3,0.43l-0.229-0.64
				c0.34-0.25,0.998-0.5,1.698-0.5c1.279,0,1.858,0.76,1.858,1.549c0,0.67-0.399,1.239-1.199,1.529v0.021
				c0.8,0.159,1.449,0.76,1.449,1.669c0,1.039-0.811,1.949-2.369,1.949c-0.729,0-1.369-0.23-1.688-0.44L175.063,242.711z"/>
		</g>
	</g>
	<g id="M3_pM9_T1">
		<g>
			
				<radialGradient id="M3_pM9_T1_path3_1_" cx="304.4792" cy="1158.4321" r="16.1865" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
				<stop  offset="0" style="stop-color:#C0FF6C"/>
				<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
				<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
				<stop  offset="0.66" style="stop-color:#B4FA6B"/>
				<stop  offset="0.7448" style="stop-color:#AAF76A"/>
				<stop  offset="0.8174" style="stop-color:#9EF269"/>
				<stop  offset="0.8817" style="stop-color:#91EC68"/>
				<stop  offset="0.9398" style="stop-color:#86E666"/>
				<stop  offset="0.9915" style="stop-color:#7EDE64"/>
				<stop  offset="1" style="stop-color:#7DDD64"/>
			</radialGradient>
			<path id="M3_pM9_T1_path3" fill="url(#M3_pM9_T1_path3_1_)" stroke="#000000" d="M284.848,221.776
				c0,5.787-11.338,10.479-25.314,10.479c-13.981,0-25.315-4.689-25.315-10.479c0-5.787,11.334-10.476,25.315-10.476
				C273.51,211.301,284.848,215.989,284.848,221.776z"/>
			<g>
				<path d="M259.385,221.754c-0.05-0.939-0.11-2.069-0.1-2.909h-0.03c-0.229,0.79-0.51,1.64-0.851,2.559l-1.188,3.269h-0.659
					l-1.09-3.208c-0.319-0.949-0.59-1.819-0.779-2.619h-0.021c-0.021,0.84-0.069,1.97-0.13,2.979l-0.181,2.889h-0.829l0.471-6.736
					h1.108l1.149,3.258c0.279,0.83,0.51,1.569,0.68,2.27h0.029c0.17-0.68,0.41-1.42,0.71-2.27l1.199-3.258h1.108l0.42,6.736h-0.85
					L259.385,221.754z"/>
				<path d="M261.648,223.703c0.25,0.16,0.83,0.41,1.439,0.41c1.13,0,1.479-0.72,1.47-1.26c-0.011-0.909-0.83-1.299-1.68-1.299
					h-0.489v-0.66h0.489c0.64,0,1.449-0.329,1.449-1.099c0-0.521-0.329-0.979-1.14-0.979c-0.521,0-1.02,0.229-1.3,0.43l-0.229-0.64
					c0.34-0.25,0.999-0.5,1.698-0.5c1.279,0,1.858,0.76,1.858,1.549c0,0.67-0.399,1.239-1.199,1.529v0.021
					c0.8,0.159,1.449,0.76,1.449,1.669c0,1.039-0.81,1.949-2.369,1.949c-0.729,0-1.369-0.23-1.688-0.44L261.648,223.703z"/>
			</g>
		</g>
		<g>
			
				<radialGradient id="M3_pM9_T1_path2_1_" cx="336.2268" cy="1158.4331" r="16.186" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
				<stop  offset="0" style="stop-color:#C0FF6C"/>
				<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
				<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
				<stop  offset="0.66" style="stop-color:#B4FA6B"/>
				<stop  offset="0.7448" style="stop-color:#AAF76A"/>
				<stop  offset="0.8174" style="stop-color:#9EF269"/>
				<stop  offset="0.8817" style="stop-color:#91EC68"/>
				<stop  offset="0.9398" style="stop-color:#86E666"/>
				<stop  offset="0.9915" style="stop-color:#7EDE64"/>
				<stop  offset="1" style="stop-color:#7DDD64"/>
			</radialGradient>
			<path id="M3_pM9_T1_path2" fill="url(#M3_pM9_T1_path2_1_)" stroke="#000000" d="M335.431,221.776
				c0,5.786-11.337,10.478-25.314,10.478c-13.981,0-25.315-4.689-25.315-10.478s11.334-10.476,25.315-10.476
				C324.093,211.301,335.431,215.989,335.431,221.776z"/>
			<g>
				<path d="M301.417,221.455c0-0.62-0.02-1.12-0.04-1.579h0.79l0.04,0.829h0.02c0.36-0.59,0.931-0.939,1.72-0.939
					c1.17,0,2.049,0.989,2.049,2.459c0,1.738-1.06,2.599-2.198,2.599c-0.64,0-1.199-0.28-1.489-0.76h-0.02v2.628h-0.87
					L301.417,221.455L301.417,221.455z M302.287,222.744c0,0.13,0.02,0.25,0.039,0.359c0.16,0.61,0.689,1.029,1.318,1.029
					c0.931,0,1.471-0.759,1.471-1.868c0-0.97-0.51-1.8-1.439-1.8c-0.6,0-1.159,0.43-1.329,1.09c-0.029,0.11-0.06,0.24-0.06,0.359
					V222.744z"/>
				<path d="M312.813,221.754c-0.05-0.939-0.109-2.069-0.1-2.909h-0.03c-0.229,0.79-0.51,1.64-0.85,2.559l-1.189,3.269h-0.658
					l-1.091-3.208c-0.318-0.949-0.59-1.819-0.778-2.619h-0.021c-0.02,0.84-0.068,1.97-0.13,2.979l-0.18,2.889h-0.829l0.47-6.736
					h1.109l1.148,3.258c0.279,0.83,0.511,1.569,0.681,2.27h0.028c0.17-0.68,0.41-1.42,0.71-2.27l1.199-3.258h1.109l0.42,6.736h-0.85
					L312.813,221.754z"/>
				<path d="M315.376,224.092c0.189,0.021,0.409,0,0.709-0.029c0.51-0.07,0.989-0.28,1.359-0.63c0.43-0.39,0.738-0.959,0.858-1.729
					h-0.029c-0.359,0.44-0.879,0.7-1.528,0.7c-1.17,0-1.919-0.88-1.919-1.989c0-1.229,0.889-2.309,2.219-2.309
					c1.329,0,2.148,1.079,2.148,2.738c0,1.43-0.479,2.429-1.119,3.049c-0.5,0.489-1.189,0.789-1.891,0.869
					c-0.318,0.05-0.6,0.062-0.809,0.05L315.376,224.092L315.376,224.092z M316.965,218.776c-0.74,0-1.27,0.659-1.27,1.579
					c0,0.81,0.488,1.379,1.249,1.379c0.59,0,1.05-0.29,1.278-0.68c0.051-0.08,0.08-0.18,0.08-0.319c0-1.109-0.409-1.959-1.329-1.959
					H316.965z"/>
			</g>
		</g>
		<g>
			
				<radialGradient id="M3_pM9_T1_path1_1_" cx="368.3411" cy="1158.4331" r="16.186" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
				<stop  offset="0" style="stop-color:#C0FF6C"/>
				<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
				<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
				<stop  offset="0.66" style="stop-color:#B4FA6B"/>
				<stop  offset="0.7448" style="stop-color:#AAF76A"/>
				<stop  offset="0.8174" style="stop-color:#9EF269"/>
				<stop  offset="0.8817" style="stop-color:#91EC68"/>
				<stop  offset="0.9398" style="stop-color:#86E666"/>
				<stop  offset="0.9915" style="stop-color:#7EDE64"/>
				<stop  offset="1" style="stop-color:#7DDD64"/>
			</radialGradient>
			<path id="M3_pM9_T1_path1" fill="url(#M3_pM9_T1_path1_1_)" stroke="#000000" d="M386.599,221.776
				c0,5.786-11.338,10.478-25.313,10.478c-13.982,0-25.316-4.689-25.316-10.478s11.334-10.476,25.316-10.476
				C375.261,211.301,386.599,215.989,386.599,221.776z"/>
			<g>
				<path d="M358.273,218.715h-2.05v-0.739h4.987v0.739h-2.06v5.997h-0.879L358.273,218.715L358.273,218.715z"/>
				<path d="M363.563,219.036h-0.021l-1.13,0.609l-0.17-0.67l1.42-0.759h0.749v6.496h-0.851v-5.676H363.563z"/>
			</g>
		</g>
	</g>
	<g>
		<g>
			<g>
				<path fill="#FFFFFF" d="M414.353,212.236c-8.75,8.75-12.167,9.25-27.125,9.25"/>
				<polygon fill="#FFFFFF" points="414.985,216.84 413.479,213.109 409.748,211.603 418.574,208.015 				"/>
			</g>
			<g>
				<path fill="none" stroke="#272525" d="M414.353,212.236c-8.75,8.75-12.167,9.25-27.125,9.25"/>
				<polygon fill="#272525" points="414.985,216.84 413.479,213.109 409.748,211.603 418.574,208.015 				"/>
			</g>
		</g>
		<g>
			<g>
				<path fill="#FFFFFF" d="M414.686,230.652c-8.75-8.75-12.166-9.25-27.125-9.25"/>
				<polygon fill="#FFFFFF" points="410.082,231.285 413.813,229.779 415.32,226.046 418.906,234.873 				"/>
			</g>
			<g>
				<path fill="none" stroke="#272525" d="M414.686,230.652c-8.75-8.75-12.166-9.25-27.125-9.25"/>
				<polygon fill="#272525" points="410.082,231.285 413.813,229.779 415.32,226.046 418.906,234.873 				"/>
			</g>
		</g>
	</g>
	<g>
		<g>
			<g>
				<path fill="#FFFFFF" d="M476.832,162.046c-8.75,8.75-9.25,12.167-9.25,27.125"/>
				<polygon fill="#FFFFFF" points="463.879,186.363 467.582,187.936 471.286,186.363 467.582,195.141 				"/>
				<polygon fill="#FFFFFF" points="477.465,166.651 475.958,162.92 472.227,161.413 481.053,157.826 				"/>
			</g>
			<g>
				<path fill="none" stroke="#272525" d="M476.832,162.046c-8.75,8.75-9.25,12.167-9.25,27.125"/>
				<polygon fill="#272525" points="463.879,186.363 467.582,187.936 471.286,186.363 467.582,195.141 				"/>
				<polygon fill="#272525" points="477.465,166.651 475.958,162.92 472.227,161.413 481.053,157.826 				"/>
			</g>
		</g>
		<g>
			<g>
				<path fill="#FFFFFF" d="M458.414,161.713c8.75,8.75,9.25,12.167,9.25,27.125"/>
				<polygon fill="#FFFFFF" points="463.019,161.081 459.288,162.587 457.781,166.319 454.194,157.493 				"/>
			</g>
			<g>
				<path fill="none" stroke="#272525" d="M458.414,161.713c8.75,8.75,9.25,12.167,9.25,27.125"/>
				<polygon fill="#272525" points="463.019,161.081 459.288,162.587 457.781,166.319 454.194,157.493 				"/>
			</g>
		</g>
	</g>
	<g>
		
			<radialGradient id="M9_path2_1_" cx="412.4836" cy="1267.4829" r="16.1863" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
			<stop  offset="0" style="stop-color:#C0FF6C"/>
			<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
			<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
			<stop  offset="0.66" style="stop-color:#B4FA6B"/>
			<stop  offset="0.7448" style="stop-color:#AAF76A"/>
			<stop  offset="0.8174" style="stop-color:#9EF269"/>
			<stop  offset="0.8817" style="stop-color:#91EC68"/>
			<stop  offset="0.9398" style="stop-color:#86E666"/>
			<stop  offset="0.9915" style="stop-color:#7EDE64"/>
			<stop  offset="1" style="stop-color:#7DDD64"/>
		</radialGradient>
		<path id="M9_path2" fill="url(#M9_path2_1_)" stroke="#000000" d="M456.932,152.443c0,5.785-11.338,10.477-25.313,10.477
			c-13.982,0-25.316-4.689-25.316-10.477c0-5.789,11.334-10.477,25.316-10.477C445.594,141.968,456.932,146.656,456.932,152.443z"/>
		<g>
			<path d="M431.468,152.422c-0.05-0.939-0.109-2.069-0.1-2.909h-0.03c-0.229,0.79-0.51,1.64-0.85,2.559l-1.189,3.269h-0.659
				l-1.09-3.208c-0.318-0.949-0.59-1.819-0.778-2.619h-0.021c-0.02,0.84-0.069,1.97-0.13,2.979l-0.18,2.889h-0.829l0.47-6.736h1.109
				l1.148,3.258c0.279,0.83,0.51,1.569,0.68,2.27h0.029c0.17-0.68,0.41-1.42,0.71-2.27l1.199-3.258h1.109l0.42,6.736h-0.851
				L431.468,152.422z"/>
			<path d="M434.031,154.76c0.189,0.021,0.41,0,0.71-0.029c0.51-0.07,0.988-0.28,1.358-0.63c0.431-0.39,0.739-0.959,0.859-1.729
				h-0.03c-0.358,0.44-0.879,0.7-1.527,0.7c-1.17,0-1.919-0.88-1.919-1.989c0-1.229,0.889-2.309,2.219-2.309
				c1.329,0,2.147,1.079,2.147,2.738c0,1.43-0.479,2.429-1.119,3.049c-0.5,0.489-1.188,0.789-1.89,0.869
				c-0.319,0.05-0.6,0.061-0.81,0.05L434.031,154.76L434.031,154.76z M435.62,149.444c-0.74,0-1.271,0.659-1.271,1.579
				c0,0.81,0.489,1.379,1.249,1.379c0.591,0,1.051-0.29,1.279-0.68c0.05-0.08,0.08-0.18,0.08-0.319c0-1.109-0.409-1.959-1.329-1.959
				H435.62z"/>
		</g>
	</g>
	<g>
		
			<radialGradient id="T1_path3_1_" cx="457.2551" cy="1267.4829" r="16.1863" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
			<stop  offset="0" style="stop-color:#C0FF6C"/>
			<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
			<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
			<stop  offset="0.66" style="stop-color:#B4FA6B"/>
			<stop  offset="0.7448" style="stop-color:#AAF76A"/>
			<stop  offset="0.8174" style="stop-color:#9EF269"/>
			<stop  offset="0.8817" style="stop-color:#91EC68"/>
			<stop  offset="0.9398" style="stop-color:#86E666"/>
			<stop  offset="0.9915" style="stop-color:#7EDE64"/>
			<stop  offset="1" style="stop-color:#7DDD64"/>
		</radialGradient>
		<path id="T1_path3" fill="url(#T1_path3_1_)" stroke="#000000" d="M528.266,152.443c0,5.785-11.338,10.477-25.313,10.477
			c-13.982,0-25.316-4.689-25.316-10.477c0-5.789,11.334-10.477,25.316-10.477C516.928,141.968,528.266,146.656,528.266,152.443z"/>
		<g>
			<path d="M499.94,149.381h-2.05v-0.739h4.987v0.739h-2.06v5.997h-0.88v-5.997H499.94z"/>
			<path d="M505.229,149.702h-0.02l-1.13,0.609l-0.17-0.67l1.42-0.759h0.749v6.496h-0.851L505.229,149.702L505.229,149.702z"/>
		</g>
	</g>
	<g>
		<g>
			<line fill="none" stroke="#000000" x1="524.394" y1="202.99" x2="547.227" y2="202.99"/>
			<polygon points="544.418,206.693 545.991,202.99 544.418,199.286 553.197,202.99 			"/>
			<polygon points="527.202,199.287 525.63,202.99 527.202,206.694 518.425,202.99 			"/>
		</g>
	</g>
	<g id="M9_T1">
		<g>
			
				<radialGradient id="M9_T1_path2_1_" cx="504.6399" cy="1187.269" r="16.1863" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
				<stop  offset="0" style="stop-color:#C0FF6C"/>
				<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
				<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
				<stop  offset="0.66" style="stop-color:#B4FA6B"/>
				<stop  offset="0.7448" style="stop-color:#AAF76A"/>
				<stop  offset="0.8174" style="stop-color:#9EF269"/>
				<stop  offset="0.8817" style="stop-color:#91EC68"/>
				<stop  offset="0.9398" style="stop-color:#86E666"/>
				<stop  offset="0.9915" style="stop-color:#7EDE64"/>
				<stop  offset="1" style="stop-color:#7DDD64"/>
			</radialGradient>
			<path id="M9_T1_path2" fill="url(#M9_T1_path2_1_)" stroke="#000000" d="M603.765,203.442c0,5.786-11.338,10.478-25.313,10.478
				c-13.982,0-25.316-4.689-25.316-10.478s11.334-10.476,25.316-10.476C592.427,192.967,603.765,197.655,603.765,203.442z"/>
			<g>
				<path d="M578.3,203.42c-0.049-0.939-0.108-2.069-0.1-2.909h-0.029c-0.229,0.79-0.51,1.64-0.85,2.559l-1.189,3.269h-0.66
					l-1.09-3.208c-0.317-0.949-0.59-1.819-0.778-2.619h-0.021c-0.021,0.84-0.07,1.97-0.131,2.979l-0.18,2.889h-0.828l0.469-6.736
					h1.109l1.149,3.258c0.279,0.83,0.51,1.569,0.68,2.27h0.029c0.17-0.68,0.41-1.42,0.709-2.27l1.199-3.258h1.109l0.42,6.736h-0.851
					L578.3,203.42z"/>
				<path d="M580.863,205.758c0.19,0.021,0.409,0,0.711-0.029c0.51-0.07,0.987-0.28,1.358-0.63c0.431-0.39,0.738-0.959,0.859-1.729
					h-0.031c-0.358,0.44-0.879,0.7-1.526,0.7c-1.17,0-1.92-0.88-1.92-1.989c0-1.229,0.889-2.309,2.219-2.309
					s2.147,1.079,2.147,2.738c0,1.43-0.479,2.429-1.119,3.049c-0.5,0.489-1.188,0.789-1.889,0.869c-0.32,0.05-0.6,0.062-0.811,0.05
					L580.863,205.758L580.863,205.758z M582.452,200.442c-0.74,0-1.271,0.659-1.271,1.579c0,0.81,0.49,1.379,1.25,1.379
					c0.591,0,1.05-0.29,1.279-0.68c0.049-0.08,0.08-0.18,0.08-0.319c0-1.109-0.41-1.959-1.33-1.959H582.452z"/>
			</g>
		</g>
		<g>
			
				<radialGradient id="M9_T1_path1_1_" cx="536.7532" cy="1187.269" r="16.1863" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
				<stop  offset="0" style="stop-color:#C0FF6C"/>
				<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
				<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
				<stop  offset="0.66" style="stop-color:#B4FA6B"/>
				<stop  offset="0.7448" style="stop-color:#AAF76A"/>
				<stop  offset="0.8174" style="stop-color:#9EF269"/>
				<stop  offset="0.8817" style="stop-color:#91EC68"/>
				<stop  offset="0.9398" style="stop-color:#86E666"/>
				<stop  offset="0.9915" style="stop-color:#7EDE64"/>
				<stop  offset="1" style="stop-color:#7DDD64"/>
			</radialGradient>
			<path id="M9_T1_path1" fill="url(#M9_T1_path1_1_)" stroke="#000000" d="M654.931,203.442c0,5.786-11.338,10.478-25.314,10.478
				c-13.981,0-25.315-4.689-25.315-10.478s11.334-10.476,25.315-10.476C643.593,192.967,654.931,197.655,654.931,203.442z"/>
			<g>
				<path d="M626.606,200.381h-2.05v-0.739h4.987v0.739h-2.06v5.997h-0.88v-5.997H626.606z"/>
				<path d="M631.895,200.702h-0.02l-1.13,0.609l-0.17-0.67l1.42-0.759h0.749v6.496h-0.85V200.702L631.895,200.702z"/>
			</g>
		</g>
	</g>
</g>
<g>
	<g>
		<g>
			
				<radialGradient id="M9_T1_star_path4_1_" cx="687.6985" cy="917.7915" r="16.1863" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
				<stop  offset="0" style="stop-color:#C0FF6C"/>
				<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
				<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
				<stop  offset="0.66" style="stop-color:#B4FA6B"/>
				<stop  offset="0.7448" style="stop-color:#AAF76A"/>
				<stop  offset="0.8174" style="stop-color:#9EF269"/>
				<stop  offset="0.8817" style="stop-color:#91EC68"/>
				<stop  offset="0.9398" style="stop-color:#86E666"/>
				<stop  offset="0.9915" style="stop-color:#7EDE64"/>
				<stop  offset="1" style="stop-color:#7DDD64"/>
			</radialGradient>
			<path id="M9_T1_star_path4" fill="url(#M9_T1_star_path4_1_)" stroke="#000000" d="M895.432,374.776
				c0,5.786-11.338,10.478-25.313,10.478c-13.982,0-25.316-4.689-25.316-10.478s11.334-10.476,25.316-10.476
				C884.094,364.301,895.432,368.989,895.432,374.776z"/>
			<g>
				<path d="M869.968,374.754c-0.051-0.939-0.11-2.069-0.1-2.909h-0.031c-0.229,0.79-0.51,1.64-0.85,2.559l-1.189,3.269h-0.658
					l-1.09-3.208c-0.319-0.949-0.59-1.819-0.778-2.619h-0.021c-0.02,0.84-0.068,1.97-0.129,2.979l-0.18,2.889h-0.83l0.471-6.736
					h1.109l1.147,3.258c0.279,0.83,0.51,1.569,0.68,2.27h0.029c0.17-0.68,0.41-1.42,0.711-2.27l1.199-3.258h1.109l0.42,6.736h-0.851
					L869.968,374.754z"/>
				<path d="M872.531,377.092c0.188,0.021,0.41,0,0.709-0.029c0.51-0.07,0.989-0.28,1.358-0.63c0.431-0.39,0.74-0.959,0.859-1.729
					h-0.029c-0.358,0.44-0.879,0.7-1.528,0.7c-1.17,0-1.918-0.88-1.918-1.989c0-1.229,0.889-2.309,2.219-2.309
					c1.328,0,2.147,1.079,2.147,2.738c0,1.43-0.479,2.429-1.119,3.049c-0.5,0.489-1.188,0.789-1.891,0.869
					c-0.318,0.05-0.6,0.061-0.809,0.05L872.531,377.092L872.531,377.092z M874.12,371.776c-0.74,0-1.271,0.659-1.271,1.579
					c0,0.81,0.488,1.379,1.248,1.379c0.59,0,1.052-0.29,1.279-0.68c0.051-0.08,0.08-0.18,0.08-0.319
					c0-1.109-0.408-1.959-1.328-1.959H874.12z"/>
			</g>
		</g>
		<g>
			
				<radialGradient id="M9_T1_star_path3_1_" cx="719.1848" cy="917.7915" r="16.1863" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
				<stop  offset="0" style="stop-color:#C0FF6C"/>
				<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
				<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
				<stop  offset="0.66" style="stop-color:#B4FA6B"/>
				<stop  offset="0.7448" style="stop-color:#AAF76A"/>
				<stop  offset="0.8174" style="stop-color:#9EF269"/>
				<stop  offset="0.8817" style="stop-color:#91EC68"/>
				<stop  offset="0.9398" style="stop-color:#86E666"/>
				<stop  offset="0.9915" style="stop-color:#7EDE64"/>
				<stop  offset="1" style="stop-color:#7DDD64"/>
			</radialGradient>
			<path id="M9_T1_star_path3" fill="url(#M9_T1_star_path3_1_)" stroke="#000000" d="M945.598,374.776
				c0,5.786-11.338,10.478-25.314,10.478c-13.981,0-25.315-4.689-25.315-10.478s11.334-10.476,25.315-10.476
				C934.26,364.301,945.598,368.989,945.598,374.776z"/>
			<g>
				<path d="M915.198,371.715h-2.049v-0.739h4.986v0.739h-2.06v5.997h-0.879L915.198,371.715L915.198,371.715z"/>
				<path d="M920.487,372.036h-0.021l-1.13,0.609l-0.17-0.67l1.42-0.759h0.749v6.496h-0.85L920.487,372.036L920.487,372.036z"/>
				<path d="M926.546,371.206l-0.949,1.25v0.02l1.51-0.2v0.68l-1.51-0.18v0.021l0.959,1.199l-0.629,0.359l-0.6-1.399h-0.021
					l-0.648,1.409l-0.57-0.359l0.95-1.22v-0.02l-1.479,0.189v-0.68l1.47,0.19v-0.021l-0.939-1.219l0.61-0.35l0.619,1.389h0.021
					l0.609-1.399L926.546,371.206z"/>
			</g>
		</g>
	</g>
	<g>
		
			<radialGradient id="pM9_T1_M3_path4_2_" cx="569.9133" cy="944.6597" r="16.1863" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
			<stop  offset="0" style="stop-color:#C0FF6C"/>
			<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
			<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
			<stop  offset="0.66" style="stop-color:#B4FA6B"/>
			<stop  offset="0.7448" style="stop-color:#AAF76A"/>
			<stop  offset="0.8174" style="stop-color:#9EF269"/>
			<stop  offset="0.8817" style="stop-color:#91EC68"/>
			<stop  offset="0.9398" style="stop-color:#86E666"/>
			<stop  offset="0.9915" style="stop-color:#7EDE64"/>
			<stop  offset="1" style="stop-color:#7DDD64"/>
		</radialGradient>
		<path id="pM9_T1_M3_path4" fill="url(#pM9_T1_M3_path4_2_)" stroke="#000000" d="M707.765,357.692
			c0,5.787-11.338,10.479-25.314,10.479c-13.981,0-25.315-4.689-25.315-10.479c0-5.787,11.334-10.475,25.315-10.475
			C696.427,347.217,707.765,351.905,707.765,357.692z"/>
		<g>
			<path d="M673.75,357.372c0-0.62-0.02-1.12-0.04-1.579h0.79l0.04,0.829h0.02c0.36-0.59,0.931-0.939,1.72-0.939
				c1.17,0,2.049,0.989,2.049,2.459c0,1.738-1.06,2.599-2.198,2.599c-0.64,0-1.199-0.28-1.489-0.76h-0.02v2.628h-0.87
				L673.75,357.372L673.75,357.372z M674.62,358.661c0,0.13,0.02,0.25,0.039,0.359c0.16,0.61,0.689,1.029,1.318,1.029
				c0.931,0,1.471-0.759,1.471-1.868c0-0.97-0.511-1.8-1.439-1.8c-0.6,0-1.159,0.43-1.329,1.09c-0.029,0.11-0.06,0.24-0.06,0.359
				V358.661L674.62,358.661z"/>
			<path d="M685.147,357.671c-0.051-0.939-0.11-2.069-0.101-2.909h-0.03c-0.229,0.79-0.51,1.64-0.85,2.559l-1.189,3.269h-0.658
				l-1.091-3.208c-0.318-0.949-0.59-1.819-0.778-2.619h-0.021c-0.02,0.84-0.068,1.97-0.13,2.979l-0.18,2.889h-0.829l0.47-6.736
				h1.109l1.148,3.258c0.279,0.83,0.511,1.569,0.681,2.27h0.028c0.17-0.68,0.41-1.42,0.71-2.27l1.199-3.258h1.109l0.42,6.736h-0.85
				L685.147,357.671z"/>
			<path d="M687.71,360.009c0.189,0.021,0.409,0,0.709-0.029c0.51-0.07,0.989-0.28,1.359-0.63c0.43-0.39,0.738-0.959,0.858-1.729
				h-0.029c-0.359,0.44-0.88,0.7-1.528,0.7c-1.17,0-1.919-0.88-1.919-1.989c0-1.229,0.889-2.309,2.219-2.309
				c1.329,0,2.148,1.079,2.148,2.738c0,1.43-0.479,2.429-1.119,3.049c-0.5,0.489-1.189,0.789-1.891,0.869
				c-0.318,0.05-0.6,0.061-0.809,0.05L687.71,360.009L687.71,360.009z M689.299,354.693c-0.74,0-1.27,0.659-1.27,1.579
				c0,0.81,0.488,1.379,1.249,1.379c0.59,0,1.05-0.29,1.278-0.68c0.051-0.08,0.08-0.18,0.08-0.319c0-1.109-0.408-1.959-1.329-1.959
				H689.299z"/>
		</g>
	</g>
	<g>
		
			<radialGradient id="pM9_T1_M3_path5_2_" cx="601.7668" cy="944.6597" r="16.1858" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
			<stop  offset="0" style="stop-color:#C0FF6C"/>
			<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
			<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
			<stop  offset="0.66" style="stop-color:#B4FA6B"/>
			<stop  offset="0.7448" style="stop-color:#AAF76A"/>
			<stop  offset="0.8174" style="stop-color:#9EF269"/>
			<stop  offset="0.8817" style="stop-color:#91EC68"/>
			<stop  offset="0.9398" style="stop-color:#86E666"/>
			<stop  offset="0.9915" style="stop-color:#7EDE64"/>
			<stop  offset="1" style="stop-color:#7DDD64"/>
		</radialGradient>
		<path id="pM9_T1_M3_path5" fill="url(#pM9_T1_M3_path5_2_)" stroke="#000000" d="M758.515,357.693
			c0,5.786-11.338,10.478-25.314,10.478c-13.981,0-25.315-4.689-25.315-10.478s11.334-10.476,25.315-10.476
			C747.177,347.218,758.515,351.906,758.515,357.693z"/>
		<g>
			<path d="M730.19,354.632h-2.05v-0.739h4.987v0.739h-2.06v5.997h-0.88v-5.997H730.19z"/>
			<path d="M735.479,354.953h-0.02l-1.13,0.609l-0.17-0.67l1.42-0.759h0.749v6.496h-0.85V354.953L735.479,354.953z"/>
		</g>
	</g>
	<g>
		
			<radialGradient id="pM9_T1_M3_path6_2_" cx="633.6184" cy="944.6597" r="16.1863" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
			<stop  offset="0" style="stop-color:#C0FF6C"/>
			<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
			<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
			<stop  offset="0.66" style="stop-color:#B4FA6B"/>
			<stop  offset="0.7448" style="stop-color:#AAF76A"/>
			<stop  offset="0.8174" style="stop-color:#9EF269"/>
			<stop  offset="0.8817" style="stop-color:#91EC68"/>
			<stop  offset="0.9398" style="stop-color:#86E666"/>
			<stop  offset="0.9915" style="stop-color:#7EDE64"/>
			<stop  offset="1" style="stop-color:#7DDD64"/>
		</radialGradient>
		<path id="pM9_T1_M3_path6" fill="url(#pM9_T1_M3_path6_2_)" stroke="#000000" d="M809.265,357.693
			c0,5.786-11.338,10.478-25.313,10.478c-13.981,0-25.315-4.689-25.315-10.478s11.334-10.476,25.315-10.476
			C797.927,347.218,809.265,351.906,809.265,357.693z"/>
		<g>
			<path d="M783.802,357.671c-0.051-0.939-0.11-2.069-0.1-2.909h-0.031c-0.229,0.79-0.51,1.64-0.85,2.559l-1.189,3.269h-0.658
				l-1.09-3.208c-0.319-0.949-0.59-1.819-0.778-2.619h-0.021c-0.02,0.84-0.068,1.97-0.129,2.979l-0.18,2.889h-0.83l0.471-6.736
				h1.109l1.147,3.258c0.279,0.83,0.51,1.569,0.68,2.27h0.029c0.17-0.68,0.41-1.42,0.711-2.27l1.199-3.258h1.109l0.42,6.736h-0.851
				L783.802,357.671z"/>
			<path d="M786.063,359.62c0.25,0.16,0.83,0.41,1.439,0.41c1.131,0,1.48-0.72,1.471-1.26c-0.012-0.909-0.83-1.299-1.68-1.299h-0.49
				v-0.66h0.49c0.639,0,1.449-0.329,1.449-1.099c0-0.521-0.33-0.979-1.139-0.979c-0.521,0-1.021,0.229-1.302,0.43l-0.229-0.64
				c0.34-0.25,0.998-0.5,1.698-0.5c1.279,0,1.857,0.76,1.857,1.549c0,0.67-0.398,1.239-1.199,1.529v0.021
				c0.802,0.159,1.449,0.76,1.449,1.669c0,1.039-0.809,1.949-2.369,1.949c-0.729,0-1.369-0.23-1.688-0.44L786.063,359.62z"/>
		</g>
	</g>
	<g>
		
			<radialGradient id="M3_path7_1_" cx="571.4836" cy="1001.1509" r="16.1858" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
			<stop  offset="0" style="stop-color:#C0FF6C"/>
			<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
			<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
			<stop  offset="0.66" style="stop-color:#B4FA6B"/>
			<stop  offset="0.7448" style="stop-color:#AAF76A"/>
			<stop  offset="0.8174" style="stop-color:#9EF269"/>
			<stop  offset="0.8817" style="stop-color:#91EC68"/>
			<stop  offset="0.9398" style="stop-color:#86E666"/>
			<stop  offset="0.9915" style="stop-color:#7EDE64"/>
			<stop  offset="1" style="stop-color:#7DDD64"/>
		</radialGradient>
		<path id="M3_path7" fill="url(#M3_path7_1_)" stroke="#000000" d="M710.265,321.776c0,5.786-11.338,10.478-25.313,10.478
			c-13.981,0-25.315-4.689-25.315-10.478S670.969,311.3,684.95,311.3C698.927,311.301,710.265,315.989,710.265,321.776z"/>
		<g>
			<path d="M684.802,321.754c-0.051-0.939-0.11-2.069-0.1-2.909h-0.031c-0.229,0.79-0.51,1.64-0.85,2.559l-1.189,3.269h-0.658
				l-1.09-3.208c-0.319-0.949-0.59-1.819-0.778-2.619h-0.021c-0.02,0.84-0.068,1.97-0.129,2.979l-0.18,2.889h-0.83l0.471-6.736
				h1.109l1.147,3.258c0.279,0.83,0.51,1.569,0.68,2.27h0.029c0.17-0.68,0.41-1.42,0.711-2.27l1.199-3.258h1.109l0.42,6.736h-0.851
				L684.802,321.754z"/>
			<path d="M687.063,323.703c0.25,0.16,0.83,0.41,1.439,0.41c1.131,0,1.48-0.72,1.471-1.26c-0.012-0.909-0.83-1.299-1.68-1.299
				h-0.49v-0.66h0.49c0.639,0,1.449-0.329,1.449-1.099c0-0.521-0.33-0.979-1.139-0.979c-0.521,0-1.021,0.229-1.302,0.43l-0.229-0.64
				c0.34-0.25,0.998-0.5,1.698-0.5c1.279,0,1.857,0.76,1.857,1.549c0,0.67-0.398,1.239-1.199,1.529v0.021
				c0.802,0.159,1.449,0.76,1.449,1.669c0,1.039-0.809,1.949-2.369,1.949c-0.729,0-1.369-0.23-1.688-0.44L687.063,323.703z"/>
		</g>
	</g>
	<g>
		
			<radialGradient id="pM9_path5_1_" cx="314.1555" cy="862.5142" r="16.186" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
			<stop  offset="0" style="stop-color:#C0FF6C"/>
			<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
			<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
			<stop  offset="0.66" style="stop-color:#B4FA6B"/>
			<stop  offset="0.7448" style="stop-color:#AAF76A"/>
			<stop  offset="0.8174" style="stop-color:#9EF269"/>
			<stop  offset="0.8817" style="stop-color:#91EC68"/>
			<stop  offset="0.9398" style="stop-color:#86E666"/>
			<stop  offset="0.9915" style="stop-color:#7EDE64"/>
			<stop  offset="1" style="stop-color:#7DDD64"/>
		</radialGradient>
		<path id="pM9_path5" fill="url(#pM9_path5_1_)" stroke="#000000" d="M300.265,409.92c0,5.787-11.338,10.479-25.314,10.479
			c-13.981,0-25.315-4.689-25.315-10.479c0-5.787,11.334-10.475,25.315-10.475C288.927,399.446,300.265,404.133,300.265,409.92z"/>
		<g>
			<path d="M266.25,409.6c0-0.62-0.021-1.12-0.04-1.579H267l0.04,0.829h0.02c0.36-0.59,0.931-0.939,1.719-0.939
				c1.171,0,2.05,0.989,2.05,2.459c0,1.738-1.06,2.599-2.198,2.599c-0.64,0-1.199-0.28-1.489-0.76h-0.02v2.628h-0.87L266.25,409.6
				L266.25,409.6z M267.12,410.889c0,0.13,0.02,0.25,0.039,0.359c0.159,0.61,0.689,1.029,1.318,1.029
				c0.931,0,1.471-0.759,1.471-1.868c0-0.97-0.511-1.8-1.439-1.8c-0.6,0-1.159,0.43-1.329,1.09c-0.03,0.11-0.06,0.24-0.06,0.359
				V410.889z"/>
			<path d="M277.646,409.9c-0.05-0.939-0.109-2.069-0.1-2.909h-0.03c-0.229,0.79-0.51,1.64-0.85,2.559l-1.189,3.269h-0.659
				l-1.09-3.208c-0.318-0.949-0.59-1.819-0.778-2.619h-0.021c-0.02,0.84-0.069,1.97-0.13,2.979l-0.18,2.889h-0.829l0.47-6.736h1.109
				l1.148,3.258c0.279,0.83,0.51,1.569,0.68,2.27h0.029c0.17-0.68,0.41-1.42,0.71-2.27l1.199-3.258h1.109l0.42,6.736h-0.851
				L277.646,409.9z"/>
			<path d="M280.21,412.238c0.188,0.021,0.409,0,0.709-0.029c0.51-0.07,0.989-0.28,1.358-0.63c0.431-0.39,0.739-0.959,0.859-1.729
				h-0.03c-0.358,0.44-0.879,0.7-1.527,0.7c-1.17,0-1.919-0.88-1.919-1.989c0-1.229,0.889-2.309,2.219-2.309
				c1.329,0,2.147,1.079,2.147,2.738c0,1.43-0.479,2.429-1.118,3.049c-0.5,0.489-1.189,0.789-1.891,0.869
				c-0.318,0.05-0.6,0.061-0.809,0.05L280.21,412.238L280.21,412.238z M281.799,406.921c-0.74,0-1.271,0.659-1.271,1.579
				c0,0.81,0.489,1.379,1.249,1.379c0.591,0,1.051-0.29,1.279-0.68c0.05-0.08,0.08-0.18,0.08-0.319c0-1.109-0.409-1.959-1.329-1.959
				H281.799z"/>
		</g>
	</g>
	<g>
		
			<radialGradient id="M3_T1_path4_1_" cx="390.3074" cy="860.9409" r="16.1865" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
			<stop  offset="0" style="stop-color:#C0FF6C"/>
			<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
			<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
			<stop  offset="0.66" style="stop-color:#B4FA6B"/>
			<stop  offset="0.7448" style="stop-color:#AAF76A"/>
			<stop  offset="0.8174" style="stop-color:#9EF269"/>
			<stop  offset="0.8817" style="stop-color:#91EC68"/>
			<stop  offset="0.9398" style="stop-color:#86E666"/>
			<stop  offset="0.9915" style="stop-color:#7EDE64"/>
			<stop  offset="1" style="stop-color:#7DDD64"/>
		</radialGradient>
		<path id="M3_T1_path4" fill="url(#M3_T1_path4_1_)" stroke="#000000" d="M421.598,410.922c0,5.785-11.338,10.477-25.314,10.477
			c-13.981,0-25.315-4.689-25.315-10.477c0-5.789,11.334-10.477,25.315-10.477C410.26,400.448,421.598,405.135,421.598,410.922z"/>
		<g>
			<path d="M393.273,407.862h-2.05v-0.739h4.987v0.739h-2.06v5.997h-0.879L393.273,407.862L393.273,407.862z"/>
			<path d="M398.563,408.182h-0.021l-1.13,0.609l-0.17-0.67l1.42-0.759h0.749v6.496h-0.851v-5.676H398.563z"/>
		</g>
	</g>
	<g>
		
			<radialGradient id="M3_T1_path3_1_" cx="359.031" cy="860.9409" r="16.1865" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
			<stop  offset="0" style="stop-color:#C0FF6C"/>
			<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
			<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
			<stop  offset="0.66" style="stop-color:#B4FA6B"/>
			<stop  offset="0.7448" style="stop-color:#AAF76A"/>
			<stop  offset="0.8174" style="stop-color:#9EF269"/>
			<stop  offset="0.8817" style="stop-color:#91EC68"/>
			<stop  offset="0.9398" style="stop-color:#86E666"/>
			<stop  offset="0.9915" style="stop-color:#7EDE64"/>
			<stop  offset="1" style="stop-color:#7DDD64"/>
		</radialGradient>
		<path id="M3_T1_path3" fill="url(#M3_T1_path3_1_)" stroke="#000000" d="M371.765,410.922c0,5.785-11.338,10.477-25.313,10.477
			c-13.981,0-25.315-4.689-25.315-10.477c0-5.789,11.334-10.477,25.315-10.477C360.427,400.448,371.765,405.135,371.765,410.922z"/>
		<g>
			<path d="M346.302,410.9c-0.051-0.939-0.11-2.069-0.1-2.909h-0.031c-0.229,0.79-0.51,1.64-0.85,2.559l-1.189,3.269h-0.658
				l-1.09-3.208c-0.319-0.949-0.59-1.819-0.778-2.619h-0.021c-0.02,0.84-0.068,1.97-0.129,2.979l-0.18,2.889h-0.83l0.471-6.736
				h1.109l1.147,3.258c0.279,0.83,0.51,1.569,0.681,2.27h0.028c0.17-0.68,0.41-1.42,0.711-2.27l1.199-3.258h1.109l0.42,6.736h-0.851
				L346.302,410.9z"/>
			<path d="M348.563,412.848c0.25,0.16,0.83,0.41,1.439,0.41c1.131,0,1.48-0.72,1.471-1.26c-0.012-0.909-0.83-1.299-1.68-1.299
				h-0.49v-0.66h0.49c0.639,0,1.449-0.329,1.449-1.099c0-0.521-0.33-0.979-1.14-0.979c-0.521,0-1.02,0.229-1.301,0.43l-0.229-0.64
				c0.34-0.25,0.998-0.5,1.699-0.5c1.278,0,1.856,0.76,1.856,1.549c0,0.67-0.397,1.239-1.199,1.529v0.021
				c0.802,0.159,1.449,0.76,1.449,1.669c0,1.039-0.809,1.949-2.369,1.949c-0.729,0-1.369-0.23-1.688-0.44L348.563,412.848z"/>
		</g>
	</g>
	<g>
		
			<radialGradient id="pM9_path3_1_" cx="164.0032" cy="997.9907" r="16.1863" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
			<stop  offset="0" style="stop-color:#C0FF6C"/>
			<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
			<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
			<stop  offset="0.66" style="stop-color:#B4FA6B"/>
			<stop  offset="0.7448" style="stop-color:#AAF76A"/>
			<stop  offset="0.8174" style="stop-color:#9EF269"/>
			<stop  offset="0.8817" style="stop-color:#91EC68"/>
			<stop  offset="0.9398" style="stop-color:#86E666"/>
			<stop  offset="0.9915" style="stop-color:#7EDE64"/>
			<stop  offset="1" style="stop-color:#7DDD64"/>
		</radialGradient>
		<path id="pM9_path3" fill="url(#pM9_path3_1_)" stroke="#000000" d="M61.028,323.785c0,5.786-11.338,10.478-25.314,10.478
			c-13.981,0-25.315-4.689-25.315-10.478s11.334-10.476,25.315-10.476C49.69,313.31,61.028,317.998,61.028,323.785z"/>
		<g>
			<path d="M27.013,323.463c0-0.62-0.02-1.12-0.04-1.579h0.79l0.04,0.829h0.021c0.359-0.59,0.93-0.939,1.719-0.939
				c1.17,0,2.049,0.989,2.049,2.459c0,1.738-1.059,2.599-2.198,2.599c-0.64,0-1.199-0.28-1.489-0.76h-0.02v2.628h-0.87
				L27.013,323.463L27.013,323.463z M27.883,324.752c0,0.13,0.02,0.25,0.039,0.359c0.16,0.61,0.689,1.029,1.319,1.029
				c0.93,0,1.47-0.759,1.47-1.868c0-0.97-0.51-1.8-1.439-1.8c-0.6,0-1.159,0.43-1.329,1.09c-0.029,0.11-0.06,0.24-0.06,0.359
				V324.752z"/>
			<path d="M38.409,323.763c-0.051-0.939-0.11-2.069-0.101-2.909h-0.03c-0.229,0.79-0.51,1.64-0.85,2.559l-1.188,3.269h-0.659
				l-1.09-3.208c-0.319-0.949-0.591-1.819-0.779-2.619h-0.021c-0.02,0.84-0.068,1.97-0.13,2.979l-0.18,2.889h-0.829l0.47-6.736
				h1.109l1.148,3.258c0.279,0.83,0.511,1.569,0.681,2.27h0.028c0.171-0.68,0.41-1.42,0.711-2.27l1.198-3.258h1.109l0.42,6.736
				h-0.85L38.409,323.763z"/>
			<path d="M40.973,326.101c0.189,0.021,0.409,0,0.709-0.029c0.51-0.07,0.989-0.28,1.359-0.63c0.43-0.39,0.738-0.959,0.858-1.729
				H43.87c-0.359,0.44-0.879,0.7-1.528,0.7c-1.17,0-1.919-0.88-1.919-1.989c0-1.229,0.889-2.309,2.219-2.309
				c1.329,0,2.148,1.079,2.148,2.738c0,1.43-0.479,2.429-1.119,3.049c-0.5,0.489-1.189,0.789-1.89,0.869
				c-0.319,0.05-0.601,0.061-0.81,0.05L40.973,326.101L40.973,326.101z M42.562,320.785c-0.74,0-1.27,0.659-1.27,1.579
				c0,0.81,0.488,1.379,1.249,1.379c0.59,0,1.05-0.29,1.278-0.68c0.051-0.08,0.08-0.18,0.08-0.319c0-1.109-0.408-1.959-1.329-1.959
				H42.562z"/>
		</g>
	</g>
	<g>
		
			<radialGradient id="T1_path4_1_" cx="164.0032" cy="949.2329" r="16.1863" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
			<stop  offset="0" style="stop-color:#C0FF6C"/>
			<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
			<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
			<stop  offset="0.66" style="stop-color:#B4FA6B"/>
			<stop  offset="0.7448" style="stop-color:#AAF76A"/>
			<stop  offset="0.8174" style="stop-color:#9EF269"/>
			<stop  offset="0.8817" style="stop-color:#91EC68"/>
			<stop  offset="0.9398" style="stop-color:#86E666"/>
			<stop  offset="0.9915" style="stop-color:#7EDE64"/>
			<stop  offset="1" style="stop-color:#7DDD64"/>
		</radialGradient>
		<path id="T1_path4" fill="url(#T1_path4_1_)" stroke="#000000" d="M61.028,354.785c0,5.786-11.338,10.478-25.314,10.478
			c-13.981,0-25.315-4.689-25.315-10.478s11.334-10.476,25.315-10.476C49.69,344.31,61.028,348.998,61.028,354.785z"/>
		<g>
			<path d="M32.702,351.724h-2.05v-0.739h4.987v0.739h-2.06v5.997h-0.879L32.702,351.724L32.702,351.724z"/>
			<path d="M37.991,352.044h-0.021l-1.13,0.609l-0.17-0.67l1.42-0.759h0.749v6.496h-0.85L37.991,352.044L37.991,352.044z"/>
		</g>
	</g>
	<g>
		<g>
			
				<radialGradient id="pM9_T1_path4_1_" cx="219.0696" cy="973.8726" r="16.1863" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
				<stop  offset="0" style="stop-color:#C0FF6C"/>
				<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
				<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
				<stop  offset="0.66" style="stop-color:#B4FA6B"/>
				<stop  offset="0.7448" style="stop-color:#AAF76A"/>
				<stop  offset="0.8174" style="stop-color:#9EF269"/>
				<stop  offset="0.8817" style="stop-color:#91EC68"/>
				<stop  offset="0.9398" style="stop-color:#86E666"/>
				<stop  offset="0.9915" style="stop-color:#7EDE64"/>
				<stop  offset="1" style="stop-color:#7DDD64"/>
			</radialGradient>
			<path id="pM9_T1_path4" fill="url(#pM9_T1_path4_1_)" stroke="#000000" d="M148.765,339.118c0,5.787-11.338,10.479-25.313,10.479
				c-13.982,0-25.316-4.689-25.316-10.479c0-5.787,11.334-10.475,25.316-10.475C137.427,328.643,148.765,333.331,148.765,339.118z"
				/>
			<g>
				<path d="M114.75,338.796c0-0.62-0.021-1.12-0.04-1.579h0.79l0.04,0.829h0.02c0.36-0.59,0.931-0.939,1.719-0.939
					c1.171,0,2.05,0.989,2.05,2.459c0,1.738-1.06,2.599-2.198,2.599c-0.64,0-1.199-0.28-1.489-0.76h-0.02v2.628h-0.87
					L114.75,338.796L114.75,338.796z M115.62,340.085c0,0.13,0.02,0.25,0.039,0.359c0.159,0.61,0.689,1.029,1.318,1.029
					c0.931,0,1.471-0.759,1.471-1.868c0-0.97-0.511-1.8-1.439-1.8c-0.6,0-1.159,0.43-1.329,1.09c-0.03,0.11-0.06,0.24-0.06,0.359
					V340.085z"/>
				<path d="M126.146,339.096c-0.05-0.939-0.109-2.069-0.1-2.909h-0.03c-0.229,0.79-0.51,1.64-0.85,2.559l-1.189,3.269h-0.659
					l-1.09-3.208c-0.318-0.949-0.59-1.819-0.778-2.619h-0.021c-0.02,0.84-0.069,1.97-0.13,2.979l-0.18,2.889h-0.829l0.47-6.736
					h1.109l1.148,3.258c0.279,0.83,0.51,1.569,0.68,2.27h0.029c0.17-0.68,0.41-1.42,0.71-2.27l1.199-3.258h1.109l0.42,6.736h-0.851
					L126.146,339.096z"/>
				<path d="M128.709,341.434c0.188,0.021,0.409,0,0.709-0.029c0.51-0.07,0.989-0.28,1.358-0.63c0.431-0.39,0.739-0.959,0.859-1.729
					h-0.03c-0.358,0.44-0.879,0.7-1.527,0.7c-1.17,0-1.919-0.88-1.919-1.989c0-1.229,0.889-2.309,2.219-2.309
					c1.329,0,2.147,1.079,2.147,2.738c0,1.43-0.479,2.429-1.119,3.049c-0.5,0.489-1.188,0.789-1.89,0.869
					c-0.319,0.05-0.6,0.061-0.809,0.05L128.709,341.434L128.709,341.434z M130.298,336.118c-0.74,0-1.271,0.659-1.271,1.579
					c0,0.81,0.489,1.379,1.249,1.379c0.591,0,1.051-0.29,1.279-0.68c0.05-0.08,0.08-0.18,0.08-0.319
					c0-1.109-0.409-1.959-1.329-1.959H130.298z"/>
			</g>
		</g>
		<g>
			
				<radialGradient id="pM9_T1_path3_1_" cx="251.3928" cy="973.8726" r="16.186" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
				<stop  offset="0" style="stop-color:#C0FF6C"/>
				<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
				<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
				<stop  offset="0.66" style="stop-color:#B4FA6B"/>
				<stop  offset="0.7448" style="stop-color:#AAF76A"/>
				<stop  offset="0.8174" style="stop-color:#9EF269"/>
				<stop  offset="0.8817" style="stop-color:#91EC68"/>
				<stop  offset="0.9398" style="stop-color:#86E666"/>
				<stop  offset="0.9915" style="stop-color:#7EDE64"/>
				<stop  offset="1" style="stop-color:#7DDD64"/>
			</radialGradient>
			<path id="pM9_T1_path3" fill="url(#pM9_T1_path3_1_)" stroke="#000000" d="M200.265,339.118c0,5.787-11.338,10.479-25.314,10.479
				c-13.981,0-25.315-4.689-25.315-10.479c0-5.787,11.334-10.475,25.315-10.475C188.927,328.643,200.265,333.331,200.265,339.118z"
				/>
			<g>
				<path d="M171.938,336.057h-2.049v-0.739h4.987v0.739h-2.061v5.997h-0.879L171.938,336.057L171.938,336.057z"/>
				<path d="M177.227,336.377h-0.02l-1.13,0.609l-0.17-0.67l1.42-0.759h0.749v6.496h-0.851L177.227,336.377L177.227,336.377z"/>
			</g>
		</g>
	</g>
	<g>
		<g>
			<g>
				<path fill="#FFFFFF" d="M65.228,329.901c8.75,8.75,12.167,9.25,27.125,9.25"/>
				<polygon fill="#FFFFFF" points="89.544,342.854 91.117,339.151 89.544,335.448 98.321,339.151 				"/>
				<polygon fill="#FFFFFF" points="69.832,329.269 66.102,330.776 64.594,334.506 61.007,325.68 				"/>
			</g>
			<g>
				<path fill="none" stroke="#272525" d="M65.228,329.901c8.75,8.75,12.167,9.25,27.125,9.25"/>
				<polygon fill="#272525" points="89.544,342.854 91.117,339.151 89.544,335.448 98.321,339.151 				"/>
				<polygon fill="#272525" points="69.832,329.269 66.102,330.776 64.594,334.506 61.007,325.68 				"/>
			</g>
		</g>
		<g>
			<g>
				<path fill="#FFFFFF" d="M64.894,348.318c8.75-8.75,12.167-9.25,27.125-9.25"/>
				<polygon fill="#FFFFFF" points="64.261,343.713 65.768,347.444 69.5,348.952 60.673,352.539 				"/>
			</g>
			<g>
				<path fill="none" stroke="#272525" d="M64.894,348.318c8.75-8.75,12.167-9.25,27.125-9.25"/>
				<polygon fill="#272525" points="64.261,343.713 65.768,347.444 69.5,348.952 60.673,352.539 				"/>
			</g>
		</g>
	</g>
	<g>
		<g>
			<g>
				<path fill="#FFFFFF" d="M202.894,346.901c8.75,8.75,12.167,9.25,27.125,9.25"/>
				<polygon fill="#FFFFFF" points="227.21,359.854 228.783,356.151 227.21,352.448 235.988,356.151 				"/>
				<polygon fill="#FFFFFF" points="207.499,346.269 203.769,347.776 202.261,351.506 198.673,342.68 				"/>
			</g>
			<g>
				<path fill="none" stroke="#272525" d="M202.894,346.901c8.75,8.75,12.167,9.25,27.125,9.25"/>
				<polygon fill="#272525" points="227.21,359.854 228.783,356.151 227.21,352.448 235.988,356.151 				"/>
				<polygon fill="#272525" points="207.499,346.269 203.769,347.776 202.261,351.506 198.673,342.68 				"/>
			</g>
		</g>
		<g>
			<g>
				<path fill="#FFFFFF" d="M202.561,365.318c8.75-8.75,12.167-9.25,27.125-9.25"/>
				<polygon fill="#FFFFFF" points="201.928,360.713 203.435,364.444 207.166,365.952 198.34,369.539 				"/>
			</g>
			<g>
				<path fill="none" stroke="#272525" d="M202.561,365.318c8.75-8.75,12.167-9.25,27.125-9.25"/>
				<polygon fill="#272525" points="201.928,360.713 203.435,364.444 207.166,365.952 198.34,369.539 				"/>
			</g>
		</g>
	</g>
	<g>
		
			<radialGradient id="M3_path5_1_" cx="251.3928" cy="917.7749" r="16.186" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
			<stop  offset="0" style="stop-color:#C0FF6C"/>
			<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
			<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
			<stop  offset="0.66" style="stop-color:#B4FA6B"/>
			<stop  offset="0.7448" style="stop-color:#AAF76A"/>
			<stop  offset="0.8174" style="stop-color:#9EF269"/>
			<stop  offset="0.8817" style="stop-color:#91EC68"/>
			<stop  offset="0.9398" style="stop-color:#86E666"/>
			<stop  offset="0.9915" style="stop-color:#7EDE64"/>
			<stop  offset="1" style="stop-color:#7DDD64"/>
		</radialGradient>
		<path id="M3_path5" fill="url(#M3_path5_1_)" stroke="#000000" d="M200.265,374.785c0,5.787-11.338,10.479-25.314,10.479
			c-13.981,0-25.315-4.689-25.315-10.479c0-5.787,11.334-10.475,25.315-10.475C188.927,364.31,200.265,368.998,200.265,374.785z"/>
		<g>
			<path d="M174.801,374.764c-0.05-0.939-0.11-2.069-0.1-2.909h-0.03c-0.229,0.79-0.51,1.64-0.851,2.559l-1.188,3.269h-0.659
				l-1.09-3.208c-0.319-0.949-0.59-1.819-0.779-2.619h-0.021c-0.021,0.84-0.069,1.97-0.13,2.979l-0.181,2.889h-0.829l0.471-6.736
				h1.108l1.149,3.258c0.279,0.83,0.51,1.569,0.68,2.27h0.029c0.17-0.68,0.41-1.42,0.71-2.27l1.199-3.258h1.108l0.42,6.736h-0.85
				L174.801,374.764z"/>
			<path d="M177.063,376.712c0.25,0.16,0.83,0.41,1.439,0.41c1.13,0,1.479-0.72,1.47-1.26c-0.011-0.909-0.83-1.299-1.68-1.299
				h-0.489v-0.66h0.489c0.64,0,1.449-0.329,1.449-1.099c0-0.521-0.329-0.979-1.14-0.979c-0.521,0-1.02,0.229-1.3,0.43l-0.229-0.64
				c0.34-0.25,0.998-0.5,1.698-0.5c1.279,0,1.858,0.76,1.858,1.549c0,0.67-0.399,1.239-1.199,1.529v0.021
				c0.8,0.159,1.449,0.76,1.449,1.669c0,1.039-0.811,1.949-2.369,1.949c-0.729,0-1.369-0.23-1.688-0.44L177.063,376.712z"/>
		</g>
	</g>
	<g id="pM9_T1_M3">
		<g>
			
				<radialGradient id="pM9_T1_M3_path3_1_" cx="305.7346" cy="947.6733" r="16.1868" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
				<stop  offset="0" style="stop-color:#C0FF6C"/>
				<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
				<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
				<stop  offset="0.66" style="stop-color:#B4FA6B"/>
				<stop  offset="0.7448" style="stop-color:#AAF76A"/>
				<stop  offset="0.8174" style="stop-color:#9EF269"/>
				<stop  offset="0.8817" style="stop-color:#91EC68"/>
				<stop  offset="0.9398" style="stop-color:#86E666"/>
				<stop  offset="0.9915" style="stop-color:#7EDE64"/>
				<stop  offset="1" style="stop-color:#7DDD64"/>
			</radialGradient>
			<path id="pM9_T1_M3_path3" fill="url(#pM9_T1_M3_path3_1_)" stroke="#000000" d="M286.849,355.776
				c0,5.787-11.338,10.479-25.315,10.479c-13.981,0-25.315-4.689-25.315-10.479c0-5.787,11.334-10.476,25.315-10.476
				C275.51,345.301,286.849,349.989,286.849,355.776z"/>
			<g>
				<path d="M252.833,355.455c0-0.62-0.021-1.12-0.04-1.579h0.79l0.04,0.829h0.02c0.36-0.59,0.93-0.939,1.719-0.939
					c1.171,0,2.05,0.989,2.05,2.459c0,1.738-1.06,2.599-2.198,2.599c-0.641,0-1.199-0.28-1.489-0.76h-0.02v2.628h-0.87
					L252.833,355.455L252.833,355.455z M253.704,356.744c0,0.13,0.02,0.25,0.039,0.359c0.159,0.61,0.689,1.029,1.318,1.029
					c0.931,0,1.471-0.759,1.471-1.868c0-0.97-0.511-1.8-1.439-1.8c-0.6,0-1.159,0.43-1.329,1.09c-0.03,0.11-0.06,0.24-0.06,0.359
					V356.744z"/>
				<path d="M264.23,355.754c-0.05-0.939-0.109-2.069-0.1-2.909h-0.03c-0.229,0.79-0.51,1.64-0.85,2.559l-1.189,3.269h-0.659
					l-1.09-3.208c-0.318-0.949-0.59-1.819-0.778-2.619h-0.021c-0.02,0.84-0.069,1.97-0.13,2.979l-0.18,2.889h-0.829l0.47-6.736
					h1.109l1.148,3.258c0.279,0.83,0.51,1.569,0.681,2.27h0.028c0.17-0.68,0.41-1.42,0.71-2.27l1.199-3.258h1.109l0.42,6.736h-0.851
					L264.23,355.754z"/>
				<path d="M266.793,358.092c0.188,0.021,0.409,0,0.709-0.029c0.51-0.07,0.989-0.28,1.358-0.63c0.431-0.39,0.739-0.959,0.859-1.729
					h-0.03c-0.358,0.44-0.879,0.7-1.527,0.7c-1.17,0-1.919-0.88-1.919-1.989c0-1.229,0.889-2.309,2.219-2.309
					c1.329,0,2.147,1.079,2.147,2.738c0,1.43-0.479,2.429-1.118,3.049c-0.5,0.489-1.189,0.789-1.891,0.869
					c-0.318,0.05-0.6,0.061-0.809,0.05L266.793,358.092L266.793,358.092z M268.382,352.776c-0.74,0-1.271,0.659-1.271,1.579
					c0,0.81,0.489,1.379,1.249,1.379c0.591,0,1.051-0.29,1.279-0.68c0.05-0.08,0.08-0.18,0.08-0.319
					c0-1.109-0.409-1.959-1.329-1.959H268.382z"/>
			</g>
		</g>
		<g>
			
				<radialGradient id="pM9_T1_M3_path2_1_" cx="337.4817" cy="947.6743" r="16.1863" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
				<stop  offset="0" style="stop-color:#C0FF6C"/>
				<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
				<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
				<stop  offset="0.66" style="stop-color:#B4FA6B"/>
				<stop  offset="0.7448" style="stop-color:#AAF76A"/>
				<stop  offset="0.8174" style="stop-color:#9EF269"/>
				<stop  offset="0.8817" style="stop-color:#91EC68"/>
				<stop  offset="0.9398" style="stop-color:#86E666"/>
				<stop  offset="0.9915" style="stop-color:#7EDE64"/>
				<stop  offset="1" style="stop-color:#7DDD64"/>
			</radialGradient>
			<path id="pM9_T1_M3_path2" fill="url(#pM9_T1_M3_path2_1_)" stroke="#000000" d="M337.431,355.776
				c0,5.786-11.338,10.478-25.313,10.478c-13.982,0-25.316-4.689-25.316-10.478s11.334-10.476,25.316-10.476
				C326.093,345.301,337.431,349.989,337.431,355.776z"/>
			<g>
				<path d="M309.107,352.715h-2.05v-0.739h4.987v0.739h-2.06v5.997h-0.879L309.107,352.715L309.107,352.715z"/>
				<path d="M314.395,353.036h-0.02l-1.13,0.609l-0.17-0.67l1.42-0.759h0.749v6.496h-0.851L314.395,353.036L314.395,353.036z"/>
			</g>
		</g>
		<g>
			
				<radialGradient id="pM9_T1_M3_path1_1_" cx="369.5959" cy="947.6743" r="16.1863" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
				<stop  offset="0" style="stop-color:#C0FF6C"/>
				<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
				<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
				<stop  offset="0.66" style="stop-color:#B4FA6B"/>
				<stop  offset="0.7448" style="stop-color:#AAF76A"/>
				<stop  offset="0.8174" style="stop-color:#9EF269"/>
				<stop  offset="0.8817" style="stop-color:#91EC68"/>
				<stop  offset="0.9398" style="stop-color:#86E666"/>
				<stop  offset="0.9915" style="stop-color:#7EDE64"/>
				<stop  offset="1" style="stop-color:#7DDD64"/>
			</radialGradient>
			<path id="pM9_T1_M3_path1" fill="url(#pM9_T1_M3_path1_1_)" stroke="#000000" d="M388.599,355.776
				c0,5.786-11.338,10.478-25.313,10.478c-13.982,0-25.316-4.689-25.316-10.478s11.334-10.476,25.316-10.476
				C377.261,345.301,388.599,349.989,388.599,355.776z"/>
			<g>
				<path d="M363.135,355.754c-0.05-0.939-0.109-2.069-0.1-2.909h-0.03c-0.229,0.79-0.51,1.64-0.85,2.559l-1.189,3.269h-0.659
					l-1.09-3.208c-0.318-0.949-0.59-1.819-0.778-2.619h-0.021c-0.02,0.84-0.069,1.97-0.13,2.979l-0.18,2.889h-0.829l0.47-6.736
					h1.109l1.148,3.258c0.279,0.83,0.51,1.569,0.68,2.27h0.029c0.17-0.68,0.41-1.42,0.71-2.27l1.199-3.258h1.109l0.42,6.736h-0.851
					L363.135,355.754z"/>
				<path d="M365.398,357.703c0.25,0.16,0.829,0.41,1.438,0.41c1.13,0,1.479-0.72,1.47-1.26c-0.011-0.909-0.83-1.299-1.68-1.299
					h-0.489v-0.66h0.489c0.64,0,1.449-0.329,1.449-1.099c0-0.521-0.329-0.979-1.14-0.979c-0.521,0-1.02,0.229-1.3,0.43l-0.229-0.64
					c0.34-0.25,0.999-0.5,1.699-0.5c1.278,0,1.857,0.76,1.857,1.549c0,0.67-0.398,1.239-1.199,1.529v0.021
					c0.801,0.159,1.449,0.76,1.449,1.669c0,1.039-0.81,1.949-2.369,1.949c-0.729,0-1.369-0.23-1.688-0.44L365.398,357.703z"/>
			</g>
		</g>
	</g>
	<g>
		<g>
			<g>
				<path fill="#FFFFFF" d="M302.081,399.506c8.75-8.75,9.25-12.167,9.25-27.125"/>
				<polygon fill="#FFFFFF" points="315.034,375.19 311.331,373.617 307.627,375.19 311.331,366.412 				"/>
				<polygon fill="#FFFFFF" points="301.448,394.902 302.955,398.632 306.688,400.14 297.86,403.727 				"/>
			</g>
			<g>
				<path fill="none" stroke="#272525" d="M302.081,399.506c8.75-8.75,9.25-12.167,9.25-27.125"/>
				<polygon fill="#272525" points="315.034,375.19 311.331,373.617 307.627,375.19 311.331,366.412 				"/>
				<polygon fill="#272525" points="301.448,394.902 302.955,398.632 306.688,400.14 297.86,403.727 				"/>
			</g>
		</g>
		<g>
			<g>
				<path fill="#FFFFFF" d="M320.498,399.839c-8.75-8.75-9.25-12.167-9.25-27.125"/>
				<polygon fill="#FFFFFF" points="315.894,400.472 319.624,398.965 321.132,395.234 324.719,404.06 				"/>
			</g>
			<g>
				<path fill="none" stroke="#272525" d="M320.498,399.839c-8.75-8.75-9.25-12.167-9.25-27.125"/>
				<polygon fill="#272525" points="315.894,400.472 319.624,398.965 321.132,395.234 324.719,404.06 				"/>
			</g>
		</g>
	</g>
	<g>
		<g>
			<g>
				<path fill="#FFFFFF" d="M392.228,329.901c8.75,8.75,12.166,9.25,27.125,9.25"/>
				<polygon fill="#FFFFFF" points="416.544,342.854 418.116,339.151 416.544,335.448 425.322,339.151 				"/>
				<polygon fill="#FFFFFF" points="396.832,329.269 393.102,330.776 391.595,334.506 388.007,325.68 				"/>
			</g>
			<g>
				<path fill="none" stroke="#272525" d="M392.228,329.901c8.75,8.75,12.166,9.25,27.125,9.25"/>
				<polygon fill="#272525" points="416.544,342.854 418.116,339.151 416.544,335.448 425.322,339.151 				"/>
				<polygon fill="#272525" points="396.832,329.269 393.102,330.776 391.595,334.506 388.007,325.68 				"/>
			</g>
		</g>
		<g>
			<g>
				<path fill="#FFFFFF" d="M391.894,348.318c8.75-8.75,12.167-9.25,27.125-9.25"/>
				<polygon fill="#FFFFFF" points="391.261,343.713 392.769,347.444 396.499,348.952 387.673,352.539 				"/>
			</g>
			<g>
				<path fill="none" stroke="#272525" d="M391.894,348.318c8.75-8.75,12.167-9.25,27.125-9.25"/>
				<polygon fill="#272525" points="391.261,343.713 392.769,347.444 396.499,348.952 387.673,352.539 				"/>
			</g>
		</g>
	</g>
	<g>
		
			<radialGradient id="M3_path8_1_" cx="370.3811" cy="1001.1499" r="16.1865" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
			<stop  offset="0" style="stop-color:#C0FF6C"/>
			<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
			<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
			<stop  offset="0.66" style="stop-color:#B4FA6B"/>
			<stop  offset="0.7448" style="stop-color:#AAF76A"/>
			<stop  offset="0.8174" style="stop-color:#9EF269"/>
			<stop  offset="0.8817" style="stop-color:#91EC68"/>
			<stop  offset="0.9398" style="stop-color:#86E666"/>
			<stop  offset="0.9915" style="stop-color:#7EDE64"/>
			<stop  offset="1" style="stop-color:#7DDD64"/>
		</radialGradient>
		<path id="M3_path8" fill="url(#M3_path8_1_)" stroke="#000000" d="M389.849,321.776c0,5.787-11.338,10.479-25.315,10.479
			c-13.98,0-25.314-4.689-25.314-10.479c0-5.787,11.334-10.476,25.314-10.476C378.511,311.301,389.849,315.989,389.849,321.776z"/>
		<g>
			<path d="M364.386,321.754c-0.051-0.939-0.11-2.069-0.1-2.909h-0.031c-0.229,0.79-0.51,1.64-0.85,2.559l-1.189,3.269h-0.658
				l-1.09-3.208c-0.319-0.949-0.59-1.819-0.778-2.619h-0.021c-0.02,0.84-0.068,1.97-0.129,2.979l-0.18,2.889h-0.83l0.471-6.736
				h1.109l1.147,3.258c0.279,0.83,0.51,1.569,0.681,2.27h0.028c0.17-0.68,0.41-1.42,0.711-2.27l1.199-3.258h1.109l0.42,6.736h-0.851
				L364.386,321.754z"/>
			<path d="M366.648,323.703c0.25,0.16,0.829,0.41,1.438,0.41c1.131,0,1.48-0.72,1.471-1.26c-0.012-0.909-0.83-1.299-1.68-1.299
				h-0.49v-0.66h0.49c0.639,0,1.449-0.329,1.449-1.099c0-0.521-0.33-0.979-1.139-0.979c-0.521,0-1.021,0.229-1.302,0.43l-0.229-0.64
				c0.34-0.25,0.998-0.5,1.699-0.5c1.278,0,1.856,0.76,1.856,1.549c0,0.67-0.397,1.239-1.199,1.529v0.021
				c0.802,0.159,1.449,0.76,1.449,1.669c0,1.039-0.809,1.949-2.369,1.949c-0.729,0-1.369-0.23-1.688-0.44L366.648,323.703z"/>
		</g>
	</g>
	<g id="M3_pM9_T1_M3">
		<g>
			
				<radialGradient id="M3_pM9_T1_M3_path4_1_" cx="456.3137" cy="973.2319" r="16.1868" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
				<stop  offset="0" style="stop-color:#C0FF6C"/>
				<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
				<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
				<stop  offset="0.66" style="stop-color:#B4FA6B"/>
				<stop  offset="0.7448" style="stop-color:#AAF76A"/>
				<stop  offset="0.8174" style="stop-color:#9EF269"/>
				<stop  offset="0.8817" style="stop-color:#91EC68"/>
				<stop  offset="0.9398" style="stop-color:#86E666"/>
				<stop  offset="0.9915" style="stop-color:#7EDE64"/>
				<stop  offset="1" style="stop-color:#7DDD64"/>
			</radialGradient>
			<path id="M3_pM9_T1_M3_path4" fill="url(#M3_pM9_T1_M3_path4_1_)" stroke="#000000" d="M526.766,339.526
				c0,5.787-11.338,10.479-25.315,10.479c-13.98,0-25.314-4.689-25.314-10.479c0-5.787,11.334-10.476,25.314-10.476
				C515.428,329.051,526.766,333.739,526.766,339.526z"/>
			<g>
				<path d="M492.75,339.205c0-0.62-0.02-1.12-0.04-1.579h0.79l0.04,0.829h0.02c0.36-0.59,0.931-0.939,1.72-0.939
					c1.17,0,2.049,0.989,2.049,2.459c0,1.738-1.06,2.599-2.198,2.599c-0.64,0-1.199-0.28-1.489-0.76h-0.02v2.628h-0.87
					L492.75,339.205L492.75,339.205z M493.62,340.494c0,0.13,0.02,0.25,0.039,0.359c0.16,0.61,0.689,1.029,1.318,1.029
					c0.931,0,1.471-0.759,1.471-1.868c0-0.97-0.511-1.8-1.439-1.8c-0.6,0-1.159,0.43-1.329,1.09c-0.029,0.11-0.06,0.24-0.06,0.359
					V340.494z"/>
				<path d="M504.147,339.504c-0.051-0.939-0.11-2.069-0.101-2.909h-0.03c-0.229,0.79-0.51,1.64-0.85,2.559l-1.189,3.269h-0.658
					l-1.091-3.208c-0.318-0.949-0.59-1.819-0.778-2.619h-0.021c-0.02,0.84-0.068,1.97-0.13,2.979l-0.18,2.889h-0.829l0.47-6.736
					h1.109l1.148,3.258c0.279,0.83,0.511,1.569,0.681,2.27h0.028c0.171-0.68,0.41-1.42,0.71-2.27l1.199-3.258h1.109l0.42,6.736
					h-0.85L504.147,339.504z"/>
				<path d="M506.71,341.842c0.189,0.021,0.409,0,0.709-0.029c0.51-0.07,0.989-0.28,1.359-0.63c0.43-0.39,0.738-0.959,0.858-1.729
					h-0.029c-0.359,0.44-0.879,0.7-1.528,0.7c-1.17,0-1.919-0.88-1.919-1.989c0-1.229,0.889-2.309,2.219-2.309
					c1.329,0,2.148,1.079,2.148,2.738c0,1.43-0.479,2.429-1.119,3.049c-0.5,0.489-1.189,0.789-1.891,0.869
					c-0.318,0.05-0.6,0.061-0.809,0.05L506.71,341.842L506.71,341.842z M508.299,336.526c-0.74,0-1.27,0.659-1.27,1.579
					c0,0.81,0.488,1.379,1.249,1.379c0.59,0,1.05-0.29,1.278-0.68c0.051-0.08,0.08-0.18,0.08-0.319c0-1.109-0.409-1.959-1.329-1.959
					H508.299z"/>
			</g>
		</g>
		<g>
			
				<radialGradient id="M3_pM9_T1_M3_path3_1_" cx="488.2698" cy="973.2329" r="16.1863" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
				<stop  offset="0" style="stop-color:#C0FF6C"/>
				<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
				<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
				<stop  offset="0.66" style="stop-color:#B4FA6B"/>
				<stop  offset="0.7448" style="stop-color:#AAF76A"/>
				<stop  offset="0.8174" style="stop-color:#9EF269"/>
				<stop  offset="0.8817" style="stop-color:#91EC68"/>
				<stop  offset="0.9398" style="stop-color:#86E666"/>
				<stop  offset="0.9915" style="stop-color:#7EDE64"/>
				<stop  offset="1" style="stop-color:#7DDD64"/>
			</radialGradient>
			<path id="M3_pM9_T1_M3_path3" fill="url(#M3_pM9_T1_M3_path3_1_)" stroke="#000000" d="M577.682,339.526
				c0,5.786-11.338,10.478-25.313,10.478c-13.982,0-25.316-4.689-25.316-10.478s11.334-10.476,25.316-10.476
				C566.344,329.051,577.682,333.739,577.682,339.526z"/>
			<g>
				<path d="M549.358,336.465h-2.05v-0.739h4.987v0.739h-2.06v5.997h-0.88v-5.997H549.358z"/>
				<path d="M554.647,336.786h-0.021l-1.13,0.609l-0.17-0.67l1.42-0.759h0.749v6.496h-0.851v-5.676H554.647z"/>
			</g>
		</g>
		<g>
			
				<radialGradient id="M3_pM9_T1_M3_path2_1_" cx="520.2278" cy="973.2329" r="16.1858" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
				<stop  offset="0" style="stop-color:#C0FF6C"/>
				<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
				<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
				<stop  offset="0.66" style="stop-color:#B4FA6B"/>
				<stop  offset="0.7448" style="stop-color:#AAF76A"/>
				<stop  offset="0.8174" style="stop-color:#9EF269"/>
				<stop  offset="0.8817" style="stop-color:#91EC68"/>
				<stop  offset="0.9398" style="stop-color:#86E666"/>
				<stop  offset="0.9915" style="stop-color:#7EDE64"/>
				<stop  offset="1" style="stop-color:#7DDD64"/>
			</radialGradient>
			<path id="M3_pM9_T1_M3_path2" fill="url(#M3_pM9_T1_M3_path2_1_)" stroke="#000000" d="M628.599,339.526
				c0,5.786-11.338,10.478-25.313,10.478c-13.982,0-25.316-4.689-25.316-10.478s11.334-10.476,25.316-10.476
				C617.261,329.051,628.599,333.739,628.599,339.526z"/>
			<g>
				<path d="M603.135,339.504c-0.05-0.939-0.109-2.069-0.1-2.909h-0.03c-0.229,0.79-0.51,1.64-0.85,2.559l-1.189,3.269h-0.659
					l-1.09-3.208c-0.318-0.949-0.59-1.819-0.779-2.619h-0.021c-0.021,0.84-0.069,1.97-0.13,2.979l-0.18,2.889h-0.829l0.47-6.736
					h1.109l1.148,3.258c0.279,0.83,0.51,1.569,0.68,2.27h0.029c0.17-0.68,0.41-1.42,0.71-2.27l1.199-3.258h1.109l0.42,6.736h-0.851
					L603.135,339.504z"/>
				<path d="M605.397,341.453c0.25,0.16,0.83,0.41,1.439,0.41c1.13,0,1.479-0.72,1.47-1.26c-0.011-0.909-0.83-1.299-1.68-1.299
					h-0.489v-0.66h0.489c0.64,0,1.449-0.329,1.449-1.099c0-0.521-0.329-0.979-1.14-0.979c-0.521,0-1.02,0.229-1.3,0.43l-0.229-0.64
					c0.34-0.25,0.999-0.5,1.698-0.5c1.279,0,1.858,0.76,1.858,1.549c0,0.67-0.399,1.239-1.199,1.529v0.021
					c0.8,0.159,1.449,0.76,1.449,1.669c0,1.039-0.81,1.949-2.369,1.949c-0.729,0-1.369-0.23-1.688-0.44L605.397,341.453z"/>
			</g>
		</g>
		<g>
			
				<radialGradient id="M3_pM9_T1_M3_path1_1_" cx="424.3567" cy="973.2319" r="16.1868" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
				<stop  offset="0" style="stop-color:#C0FF6C"/>
				<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
				<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
				<stop  offset="0.66" style="stop-color:#B4FA6B"/>
				<stop  offset="0.7448" style="stop-color:#AAF76A"/>
				<stop  offset="0.8174" style="stop-color:#9EF269"/>
				<stop  offset="0.8817" style="stop-color:#91EC68"/>
				<stop  offset="0.9398" style="stop-color:#86E666"/>
				<stop  offset="0.9915" style="stop-color:#7EDE64"/>
				<stop  offset="1" style="stop-color:#7DDD64"/>
			</radialGradient>
			<path id="M3_pM9_T1_M3_path1" fill="url(#M3_pM9_T1_M3_path1_1_)" stroke="#000000" d="M475.849,339.526
				c0,5.787-11.338,10.479-25.315,10.479c-13.98,0-25.314-4.689-25.314-10.479c0-5.787,11.334-10.476,25.314-10.476
				C464.511,329.051,475.849,333.739,475.849,339.526z"/>
			<g>
				<path d="M450.386,339.504c-0.051-0.939-0.11-2.069-0.1-2.909h-0.031c-0.229,0.79-0.51,1.64-0.85,2.559l-1.189,3.269h-0.658
					l-1.09-3.208c-0.319-0.949-0.59-1.819-0.778-2.619h-0.021c-0.02,0.84-0.068,1.97-0.129,2.979l-0.18,2.889h-0.83l0.471-6.736
					h1.109l1.147,3.258c0.279,0.83,0.51,1.569,0.681,2.27h0.028c0.17-0.68,0.41-1.42,0.711-2.27l1.199-3.258h1.109l0.42,6.736
					h-0.851L450.386,339.504z"/>
				<path d="M452.648,341.453c0.25,0.16,0.829,0.41,1.438,0.41c1.131,0,1.48-0.72,1.471-1.26c-0.012-0.909-0.83-1.299-1.68-1.299
					h-0.49v-0.66h0.49c0.639,0,1.449-0.329,1.449-1.099c0-0.521-0.33-0.979-1.139-0.979c-0.521,0-1.021,0.229-1.302,0.43
					l-0.229-0.64c0.34-0.25,0.998-0.5,1.699-0.5c1.278,0,1.856,0.76,1.856,1.549c0,0.67-0.397,1.239-1.199,1.529v0.021
					c0.802,0.159,1.449,0.76,1.449,1.669c0,1.039-0.809,1.949-2.369,1.949c-0.729,0-1.369-0.23-1.688-0.44L452.648,341.453z"/>
			</g>
		</g>
	</g>
	<g>
		<g>
			<g>
				<path fill="#FFFFFF" d="M656.354,329.236c-8.75,8.75-12.168,9.25-27.125,9.25"/>
				<polygon fill="#FFFFFF" points="656.985,333.84 655.479,330.109 651.748,328.603 660.574,325.015 				"/>
			</g>
			<g>
				<path fill="none" stroke="#272525" d="M656.354,329.236c-8.75,8.75-12.168,9.25-27.125,9.25"/>
				<polygon fill="#272525" points="656.985,333.84 655.479,330.109 651.748,328.603 660.574,325.015 				"/>
			</g>
		</g>
		<g>
			<g>
				<path fill="#FFFFFF" d="M656.686,347.652c-8.75-8.75-12.166-9.25-27.125-9.25"/>
				<polygon fill="#FFFFFF" points="652.082,348.285 655.813,346.779 657.32,343.046 660.906,351.873 				"/>
			</g>
			<g>
				<path fill="none" stroke="#272525" d="M656.686,347.652c-8.75-8.75-12.166-9.25-27.125-9.25"/>
				<polygon fill="#272525" points="652.082,348.285 655.813,346.779 657.32,343.046 660.906,351.873 				"/>
			</g>
		</g>
	</g>
	<g>
		<g>
			<g>
				<path fill="#FFFFFF" d="M842.686,366.32c-8.75-8.75-12.167-9.25-27.125-9.25"/>
				<polygon fill="#FFFFFF" points="818.369,353.367 816.796,357.07 818.369,360.774 809.591,357.07 				"/>
				<polygon fill="#FFFFFF" points="838.081,366.953 841.813,365.446 843.32,361.714 846.906,370.541 				"/>
			</g>
			<g>
				<path fill="none" stroke="#272525" d="M842.686,366.32c-8.75-8.75-12.167-9.25-27.125-9.25"/>
				<polygon fill="#272525" points="818.369,353.367 816.796,357.07 818.369,360.774 809.591,357.07 				"/>
				<polygon fill="#272525" points="838.081,366.953 841.813,365.446 843.32,361.714 846.906,370.541 				"/>
			</g>
		</g>
		<g>
			<g>
				<path fill="#FFFFFF" d="M843.019,347.903c-8.75,8.75-12.167,9.25-27.125,9.25"/>
				<polygon fill="#FFFFFF" points="843.652,352.507 842.145,348.777 838.413,347.269 847.24,343.682 				"/>
			</g>
			<g>
				<path fill="none" stroke="#272525" d="M843.019,347.903c-8.75,8.75-12.167,9.25-27.125,9.25"/>
				<polygon fill="#272525" points="843.652,352.507 842.145,348.777 838.413,347.269 847.24,343.682 				"/>
			</g>
		</g>
	</g>
	<g>
		
			<radialGradient id="path16609_1_" cx="687.6985" cy="972.8394" r="16.1868" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
			<stop  offset="0" style="stop-color:#C0FF6C"/>
			<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
			<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
			<stop  offset="0.66" style="stop-color:#B4FA6B"/>
			<stop  offset="0.7448" style="stop-color:#AAF76A"/>
			<stop  offset="0.8174" style="stop-color:#9EF269"/>
			<stop  offset="0.8817" style="stop-color:#91EC68"/>
			<stop  offset="0.9398" style="stop-color:#86E666"/>
			<stop  offset="0.9915" style="stop-color:#7EDE64"/>
			<stop  offset="1" style="stop-color:#7DDD64"/>
		</radialGradient>
		<path id="path16609_74_" fill="url(#path16609_1_)" stroke="#000000" d="M895.431,339.776c0,5.786-11.338,10.478-25.313,10.478
			c-13.981,0-25.315-4.689-25.315-10.478s11.334-10.476,25.315-10.476C884.093,329.301,895.431,333.989,895.431,339.776z"/>
		<g>
			<path d="M869.968,339.754c-0.051-0.939-0.11-2.069-0.1-2.909h-0.031c-0.229,0.79-0.51,1.64-0.85,2.559l-1.189,3.269h-0.658
				l-1.09-3.208c-0.319-0.949-0.59-1.819-0.778-2.619h-0.021c-0.02,0.84-0.068,1.97-0.129,2.979l-0.18,2.889h-0.83l0.471-6.736
				h1.109l1.147,3.258c0.279,0.83,0.51,1.569,0.68,2.27h0.029c0.17-0.68,0.41-1.42,0.711-2.27l1.199-3.258h1.109l0.42,6.736h-0.851
				L869.968,339.754z"/>
			<path d="M872.229,341.703c0.25,0.16,0.83,0.41,1.439,0.41c1.131,0,1.48-0.72,1.471-1.26c-0.012-0.909-0.83-1.299-1.68-1.299
				h-0.49v-0.66h0.49c0.639,0,1.449-0.329,1.449-1.099c0-0.521-0.33-0.979-1.139-0.979c-0.521,0-1.021,0.229-1.302,0.43l-0.229-0.64
				c0.34-0.25,0.998-0.5,1.698-0.5c1.279,0,1.857,0.76,1.857,1.549c0,0.67-0.398,1.239-1.199,1.529v0.021
				c0.802,0.159,1.449,0.76,1.449,1.669c0,1.039-0.809,1.949-2.369,1.949c-0.729,0-1.369-0.23-1.688-0.44L872.229,341.703z"/>
		</g>
	</g>
</g>
<g>
	<g>
		
			<radialGradient id="path16609_2_" cx="164.0032" cy="800.3394" r="16.1858" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
			<stop  offset="0" style="stop-color:#C0FF6C"/>
			<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
			<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
			<stop  offset="0.66" style="stop-color:#B4FA6B"/>
			<stop  offset="0.7448" style="stop-color:#AAF76A"/>
			<stop  offset="0.8174" style="stop-color:#9EF269"/>
			<stop  offset="0.8817" style="stop-color:#91EC68"/>
			<stop  offset="0.9398" style="stop-color:#86E666"/>
			<stop  offset="0.9915" style="stop-color:#7EDE64"/>
			<stop  offset="1" style="stop-color:#7DDD64"/>
		</radialGradient>
		<path id="path16609_29_" fill="url(#path16609_2_)" stroke="#000000" d="M61.027,449.453c0,5.785-11.338,10.477-25.313,10.477
			c-13.981,0-25.315-4.688-25.315-10.477c0-5.79,11.334-10.477,25.315-10.477C49.689,438.977,61.027,443.665,61.027,449.453z"/>
		<g>
			<path d="M35.564,449.429c-0.05-0.938-0.109-2.068-0.1-2.908h-0.03c-0.229,0.789-0.51,1.641-0.85,2.559l-1.189,3.27h-0.659
				l-1.09-3.209c-0.318-0.947-0.59-1.818-0.778-2.617h-0.021c-0.02,0.84-0.069,1.969-0.13,2.979l-0.18,2.889h-0.829l0.47-6.736
				h1.109l1.148,3.258c0.279,0.83,0.51,1.57,0.681,2.27h0.028c0.17-0.68,0.41-1.42,0.71-2.27l1.199-3.258h1.109l0.42,6.736h-0.851
				L35.564,449.429z"/>
			<path d="M37.827,451.378c0.25,0.16,0.83,0.41,1.438,0.41c1.13,0,1.479-0.721,1.47-1.26c-0.011-0.91-0.83-1.301-1.68-1.301h-0.489
				v-0.658h0.489c0.64,0,1.449-0.33,1.449-1.1c0-0.521-0.329-0.979-1.139-0.979c-0.521,0-1.021,0.229-1.301,0.43l-0.229-0.641
				c0.34-0.25,0.999-0.5,1.699-0.5c1.278,0,1.857,0.76,1.857,1.549c0,0.67-0.398,1.24-1.199,1.529v0.021
				c0.801,0.158,1.449,0.76,1.449,1.668c0,1.039-0.81,1.949-2.369,1.949c-0.729,0-1.368-0.23-1.688-0.439L37.827,451.378z"/>
		</g>
	</g>
	<g>
		
			<radialGradient id="path16609_3_" cx="164.0032" cy="751.5815" r="16.1858" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
			<stop  offset="0" style="stop-color:#C0FF6C"/>
			<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
			<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
			<stop  offset="0.66" style="stop-color:#B4FA6B"/>
			<stop  offset="0.7448" style="stop-color:#AAF76A"/>
			<stop  offset="0.8174" style="stop-color:#9EF269"/>
			<stop  offset="0.8817" style="stop-color:#91EC68"/>
			<stop  offset="0.9398" style="stop-color:#86E666"/>
			<stop  offset="0.9915" style="stop-color:#7EDE64"/>
			<stop  offset="1" style="stop-color:#7DDD64"/>
		</radialGradient>
		<path id="path16609_28_" fill="url(#path16609_3_)" stroke="#000000" d="M61.027,480.453c0,5.785-11.338,10.477-25.313,10.477
			c-13.981,0-25.315-4.688-25.315-10.477s11.334-10.477,25.315-10.477C49.689,469.976,61.027,474.666,61.027,480.453z"/>
		<g>
			<path d="M32.702,477.39h-2.05v-0.738h4.987v0.738h-2.06v5.998h-0.879L32.702,477.39L32.702,477.39z"/>
			<path d="M36.083,483.388v-0.541l0.688-0.668c1.659-1.58,2.408-2.42,2.418-3.398c0-0.66-0.318-1.27-1.289-1.27
				c-0.59,0-1.079,0.299-1.379,0.549l-0.279-0.617c0.449-0.381,1.09-0.66,1.839-0.66c1.398,0,1.988,0.959,1.988,1.889
				c0,1.199-0.868,2.168-2.237,3.488l-0.521,0.479v0.021h2.919v0.729H36.083z"/>
		</g>
	</g>
	<g>
		
			<radialGradient id="path16609_4_" cx="219.0706" cy="776.2222" r="16.1855" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
			<stop  offset="0" style="stop-color:#C0FF6C"/>
			<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
			<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
			<stop  offset="0.66" style="stop-color:#B4FA6B"/>
			<stop  offset="0.7448" style="stop-color:#AAF76A"/>
			<stop  offset="0.8174" style="stop-color:#9EF269"/>
			<stop  offset="0.8817" style="stop-color:#91EC68"/>
			<stop  offset="0.9398" style="stop-color:#86E666"/>
			<stop  offset="0.9915" style="stop-color:#7EDE64"/>
			<stop  offset="1" style="stop-color:#7DDD64"/>
		</radialGradient>
		<path id="path16609_27_" fill="url(#path16609_4_)" stroke="#000000" d="M148.766,464.785c0,5.787-11.338,10.479-25.315,10.479
			c-13.98,0-25.314-4.688-25.314-10.479c0-5.787,11.334-10.475,25.314-10.475C137.428,454.31,148.766,458.998,148.766,464.785z"/>
		<g>
			<path d="M123.301,464.763c-0.05-0.938-0.11-2.068-0.1-2.908h-0.03c-0.229,0.789-0.51,1.641-0.851,2.559l-1.188,3.27h-0.659
				l-1.09-3.209c-0.319-0.947-0.59-1.818-0.779-2.617h-0.021c-0.021,0.84-0.069,1.969-0.13,2.979l-0.181,2.889h-0.829l0.471-6.736
				h1.108l1.149,3.258c0.279,0.83,0.51,1.57,0.68,2.27h0.029c0.17-0.68,0.41-1.42,0.71-2.27l1.199-3.258h1.108l0.42,6.736h-0.85
				L123.301,464.763z"/>
			<path d="M125.564,466.712c0.25,0.16,0.83,0.41,1.439,0.41c1.13,0,1.479-0.721,1.47-1.26c-0.011-0.91-0.83-1.301-1.68-1.301
				h-0.489v-0.658h0.489c0.64,0,1.449-0.33,1.449-1.1c0-0.521-0.329-0.979-1.14-0.979c-0.521,0-1.02,0.229-1.3,0.43l-0.229-0.641
				c0.34-0.25,0.999-0.5,1.698-0.5c1.279,0,1.858,0.76,1.858,1.549c0,0.67-0.399,1.24-1.199,1.529v0.021
				c0.8,0.158,1.449,0.76,1.449,1.668c0,1.039-0.811,1.949-2.369,1.949c-0.729,0-1.369-0.23-1.688-0.439L125.564,466.712z"/>
		</g>
	</g>
	<g>
		
			<radialGradient id="path16609_5_" cx="251.3918" cy="776.2222" r="16.1858" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
			<stop  offset="0" style="stop-color:#C0FF6C"/>
			<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
			<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
			<stop  offset="0.66" style="stop-color:#B4FA6B"/>
			<stop  offset="0.7448" style="stop-color:#AAF76A"/>
			<stop  offset="0.8174" style="stop-color:#9EF269"/>
			<stop  offset="0.8817" style="stop-color:#91EC68"/>
			<stop  offset="0.9398" style="stop-color:#86E666"/>
			<stop  offset="0.9915" style="stop-color:#7EDE64"/>
			<stop  offset="1" style="stop-color:#7DDD64"/>
		</radialGradient>
		<path id="path16609_26_" fill="url(#path16609_5_)" stroke="#000000" d="M200.264,464.785c0,5.787-11.338,10.479-25.313,10.479
			c-13.982,0-25.316-4.688-25.316-10.479c0-5.787,11.334-10.475,25.316-10.475C188.926,454.31,200.264,458.998,200.264,464.785z"/>
		<g>
			<path d="M171.938,461.724h-2.049v-0.738h4.987v0.738h-2.061v5.998h-0.879L171.938,461.724L171.938,461.724z"/>
			<path d="M175.319,467.722v-0.541l0.689-0.668c1.659-1.58,2.408-2.42,2.418-3.398c0-0.66-0.319-1.27-1.289-1.27
				c-0.59,0-1.079,0.299-1.379,0.549l-0.28-0.617c0.45-0.381,1.09-0.66,1.839-0.66c1.399,0,1.989,0.959,1.989,1.889
				c0,1.199-0.869,2.168-2.238,3.488l-0.521,0.479v0.021h2.919v0.729H175.319z"/>
		</g>
	</g>
	<g>
		<g>
			<g>
				<path fill="#FFFFFF" d="M65.227,455.568c8.75,8.75,12.168,9.25,27.125,9.25"/>
				<polygon fill="#FFFFFF" points="89.543,468.521 91.116,464.818 89.543,461.115 98.321,464.818 				"/>
				<polygon fill="#FFFFFF" points="69.831,454.935 66.101,456.443 64.593,460.173 61.006,451.347 				"/>
			</g>
			<g>
				<path fill="none" stroke="#272525" d="M65.227,455.568c8.75,8.75,12.168,9.25,27.125,9.25"/>
				<polygon fill="#272525" points="89.543,468.521 91.116,464.818 89.543,461.115 98.321,464.818 				"/>
				<polygon fill="#272525" points="69.831,454.935 66.101,456.443 64.593,460.173 61.006,451.347 				"/>
			</g>
		</g>
		<g>
			<g>
				<path fill="#FFFFFF" d="M64.895,473.986c8.75-8.75,12.166-9.25,27.125-9.25"/>
				<polygon fill="#FFFFFF" points="64.262,469.38 65.769,473.111 69.5,474.619 60.674,478.207 				"/>
			</g>
			<g>
				<path fill="none" stroke="#272525" d="M64.895,473.986c8.75-8.75,12.166-9.25,27.125-9.25"/>
				<polygon fill="#272525" points="64.262,469.38 65.769,473.111 69.5,474.619 60.674,478.207 				"/>
			</g>
		</g>
	</g>
</g>
<g>
	<g>
		
			<radialGradient id="M9_path3_1_" cx="164.0032" cy="665.0767" r="16.1853" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
			<stop  offset="0" style="stop-color:#C0FF6C"/>
			<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
			<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
			<stop  offset="0.66" style="stop-color:#B4FA6B"/>
			<stop  offset="0.7448" style="stop-color:#AAF76A"/>
			<stop  offset="0.8174" style="stop-color:#9EF269"/>
			<stop  offset="0.8817" style="stop-color:#91EC68"/>
			<stop  offset="0.9398" style="stop-color:#86E666"/>
			<stop  offset="0.9915" style="stop-color:#7EDE64"/>
			<stop  offset="1" style="stop-color:#7DDD64"/>
		</radialGradient>
		<path id="M9_path3" fill="url(#M9_path3_1_)" stroke="#000000" d="M61.027,535.453c0,5.785-11.338,10.477-25.313,10.477
			c-13.981,0-25.315-4.688-25.315-10.477s11.334-10.477,25.315-10.477C49.689,524.976,61.027,529.666,61.027,535.453z"/>
		<g>
			<path d="M35.564,535.429c-0.05-0.938-0.109-2.068-0.1-2.908h-0.03c-0.229,0.789-0.51,1.641-0.85,2.559l-1.189,3.27h-0.659
				l-1.09-3.209c-0.318-0.947-0.59-1.818-0.778-2.619h-0.021c-0.02,0.842-0.069,1.971-0.13,2.98l-0.18,2.889h-0.829l0.47-6.736
				h1.109l1.148,3.258c0.279,0.83,0.51,1.568,0.681,2.27h0.028c0.17-0.68,0.41-1.42,0.71-2.27l1.199-3.258h1.109l0.42,6.736h-0.851
				L35.564,535.429z"/>
			<path d="M38.127,537.767c0.189,0.021,0.41,0,0.71-0.027c0.51-0.07,0.989-0.281,1.358-0.631c0.431-0.391,0.739-0.959,0.859-1.729
				h-0.03c-0.358,0.439-0.879,0.699-1.527,0.699c-1.17,0-1.919-0.879-1.919-1.988c0-1.229,0.889-2.309,2.219-2.309
				c1.329,0,2.147,1.078,2.147,2.736c0,1.432-0.479,2.43-1.118,3.051c-0.5,0.488-1.189,0.789-1.891,0.867
				c-0.318,0.051-0.6,0.062-0.81,0.051L38.127,537.767L38.127,537.767z M39.717,532.453c-0.74,0-1.271,0.658-1.271,1.578
				c0,0.811,0.489,1.379,1.249,1.379c0.591,0,1.051-0.289,1.279-0.68c0.05-0.08,0.08-0.18,0.08-0.318
				c0-1.109-0.409-1.959-1.329-1.959H39.717L39.717,532.453z"/>
		</g>
	</g>
	<g>
		
			<radialGradient id="path16609_6_" cx="164.0032" cy="616.3198" r="16.1853" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
			<stop  offset="0" style="stop-color:#C0FF6C"/>
			<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
			<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
			<stop  offset="0.66" style="stop-color:#B4FA6B"/>
			<stop  offset="0.7448" style="stop-color:#AAF76A"/>
			<stop  offset="0.8174" style="stop-color:#9EF269"/>
			<stop  offset="0.8817" style="stop-color:#91EC68"/>
			<stop  offset="0.9398" style="stop-color:#86E666"/>
			<stop  offset="0.9915" style="stop-color:#7EDE64"/>
			<stop  offset="1" style="stop-color:#7DDD64"/>
		</radialGradient>
		<path id="path16609_32_" fill="url(#path16609_6_)" stroke="#000000" d="M61.027,566.453c0,5.785-11.338,10.477-25.313,10.477
			c-13.981,0-25.315-4.688-25.315-10.477s11.334-10.477,25.315-10.477C49.689,555.976,61.027,560.666,61.027,566.453z"/>
		<g>
			<path d="M32.702,563.39h-2.05v-0.738h4.987v0.738h-2.06v5.998h-0.879L32.702,563.39L32.702,563.39z"/>
			<path d="M36.083,569.388v-0.541l0.688-0.668c1.659-1.58,2.408-2.42,2.418-3.398c0-0.66-0.318-1.27-1.289-1.27
				c-0.59,0-1.079,0.299-1.379,0.549l-0.279-0.617c0.449-0.381,1.09-0.66,1.839-0.66c1.398,0,1.988,0.959,1.988,1.889
				c0,1.199-0.868,2.168-2.237,3.488l-0.521,0.479v0.021h2.919v0.729H36.083L36.083,569.388z"/>
		</g>
	</g>
	<g>
		
			<radialGradient id="path16609_7_" cx="219.0706" cy="640.9585" r="16.186" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
			<stop  offset="0" style="stop-color:#C0FF6C"/>
			<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
			<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
			<stop  offset="0.66" style="stop-color:#B4FA6B"/>
			<stop  offset="0.7448" style="stop-color:#AAF76A"/>
			<stop  offset="0.8174" style="stop-color:#9EF269"/>
			<stop  offset="0.8817" style="stop-color:#91EC68"/>
			<stop  offset="0.9398" style="stop-color:#86E666"/>
			<stop  offset="0.9915" style="stop-color:#7EDE64"/>
			<stop  offset="1" style="stop-color:#7DDD64"/>
		</radialGradient>
		<path id="path16609_31_" fill="url(#path16609_7_)" stroke="#000000" d="M148.766,550.785c0,5.787-11.338,10.479-25.315,10.479
			c-13.98,0-25.314-4.688-25.314-10.479c0-5.787,11.334-10.475,25.314-10.475C137.428,540.31,148.766,544.998,148.766,550.785z"/>
		<g>
			<path d="M123.301,550.763c-0.05-0.938-0.11-2.068-0.1-2.908h-0.03c-0.229,0.789-0.51,1.641-0.851,2.559l-1.188,3.27h-0.659
				l-1.09-3.209c-0.319-0.947-0.59-1.818-0.779-2.619h-0.021c-0.021,0.842-0.069,1.971-0.13,2.98l-0.181,2.889h-0.829l0.471-6.736
				h1.108l1.149,3.258c0.279,0.83,0.51,1.568,0.68,2.27h0.029c0.17-0.68,0.41-1.42,0.71-2.27l1.199-3.258h1.108l0.42,6.736h-0.85
				L123.301,550.763z"/>
			<path d="M125.864,553.101c0.19,0.021,0.41,0,0.711-0.027c0.51-0.07,0.988-0.281,1.358-0.631c0.43-0.391,0.739-0.959,0.859-1.729
				h-0.03c-0.359,0.439-0.879,0.699-1.528,0.699c-1.17,0-1.919-0.879-1.919-1.988c0-1.229,0.89-2.309,2.22-2.309
				c1.328,0,2.147,1.078,2.147,2.736c0,1.432-0.479,2.43-1.119,3.051c-0.5,0.488-1.188,0.789-1.89,0.867
				c-0.319,0.051-0.601,0.062-0.811,0.051L125.864,553.101L125.864,553.101z M127.454,547.787c-0.74,0-1.271,0.658-1.271,1.578
				c0,0.811,0.489,1.379,1.249,1.379c0.59,0,1.05-0.289,1.279-0.68c0.05-0.08,0.08-0.18,0.08-0.318c0-1.109-0.409-1.959-1.329-1.959
				H127.454L127.454,547.787z"/>
		</g>
	</g>
	<g>
		
			<radialGradient id="path16609_8_" cx="251.3918" cy="640.9585" r="16.1863" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
			<stop  offset="0" style="stop-color:#C0FF6C"/>
			<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
			<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
			<stop  offset="0.66" style="stop-color:#B4FA6B"/>
			<stop  offset="0.7448" style="stop-color:#AAF76A"/>
			<stop  offset="0.8174" style="stop-color:#9EF269"/>
			<stop  offset="0.8817" style="stop-color:#91EC68"/>
			<stop  offset="0.9398" style="stop-color:#86E666"/>
			<stop  offset="0.9915" style="stop-color:#7EDE64"/>
			<stop  offset="1" style="stop-color:#7DDD64"/>
		</radialGradient>
		<path id="path16609_30_" fill="url(#path16609_8_)" stroke="#000000" d="M200.264,550.785c0,5.787-11.338,10.479-25.313,10.479
			c-13.982,0-25.316-4.688-25.316-10.479c0-5.787,11.334-10.475,25.316-10.475C188.926,540.31,200.264,544.998,200.264,550.785z"/>
		<g>
			<path d="M171.938,547.724h-2.049v-0.738h4.987v0.738h-2.061v5.998h-0.879L171.938,547.724L171.938,547.724z"/>
			<path d="M175.319,553.722v-0.541l0.689-0.668c1.659-1.58,2.408-2.42,2.418-3.398c0-0.66-0.319-1.27-1.289-1.27
				c-0.59,0-1.079,0.299-1.379,0.549l-0.28-0.617c0.45-0.381,1.09-0.66,1.839-0.66c1.399,0,1.989,0.959,1.989,1.889
				c0,1.199-0.869,2.168-2.238,3.488l-0.521,0.479v0.021h2.919v0.729H175.319L175.319,553.722z"/>
		</g>
	</g>
	<g>
		<g>
			<g>
				<path fill="#FFFFFF" d="M65.227,541.568c8.75,8.75,12.168,9.25,27.125,9.25"/>
				<polygon fill="#FFFFFF" points="89.543,554.521 91.116,550.818 89.543,547.115 98.321,550.818 				"/>
				<polygon fill="#FFFFFF" points="69.831,540.935 66.101,542.443 64.593,546.173 61.006,537.347 				"/>
			</g>
			<g>
				<path fill="none" stroke="#272525" d="M65.227,541.568c8.75,8.75,12.168,9.25,27.125,9.25"/>
				<polygon fill="#272525" points="89.543,554.521 91.116,550.818 89.543,547.115 98.321,550.818 				"/>
				<polygon fill="#272525" points="69.831,540.935 66.101,542.443 64.593,546.173 61.006,537.347 				"/>
			</g>
		</g>
		<g>
			<g>
				<path fill="#FFFFFF" d="M64.895,559.986c8.75-8.75,12.166-9.25,27.125-9.25"/>
				<polygon fill="#FFFFFF" points="64.262,555.38 65.769,559.111 69.5,560.619 60.674,564.207 				"/>
			</g>
			<g>
				<path fill="none" stroke="#272525" d="M64.895,559.986c8.75-8.75,12.166-9.25,27.125-9.25"/>
				<polygon fill="#272525" points="64.262,555.38 65.769,559.111 69.5,560.619 60.674,564.207 				"/>
			</g>
		</g>
	</g>
</g>
<g>
	<g>
		
			<radialGradient id="pM9_path4_1_" cx="164.0032" cy="537.6782" r="16.1858" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
			<stop  offset="0" style="stop-color:#C0FF6C"/>
			<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
			<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
			<stop  offset="0.66" style="stop-color:#B4FA6B"/>
			<stop  offset="0.7448" style="stop-color:#AAF76A"/>
			<stop  offset="0.8174" style="stop-color:#9EF269"/>
			<stop  offset="0.8817" style="stop-color:#91EC68"/>
			<stop  offset="0.9398" style="stop-color:#86E666"/>
			<stop  offset="0.9915" style="stop-color:#7EDE64"/>
			<stop  offset="1" style="stop-color:#7DDD64"/>
		</radialGradient>
		<path id="pM9_path4" fill="url(#pM9_path4_1_)" stroke="#000000" d="M61.028,616.453c0,5.785-11.338,10.477-25.314,10.477
			c-13.981,0-25.315-4.688-25.315-10.477s11.334-10.477,25.315-10.477C49.69,605.976,61.028,610.666,61.028,616.453z"/>
		<g>
			<path d="M27.013,616.13c0-0.621-0.02-1.121-0.04-1.58h0.79l0.04,0.83h0.021c0.359-0.59,0.93-0.939,1.719-0.939
				c1.17,0,2.049,0.988,2.049,2.459c0,1.738-1.059,2.6-2.198,2.6c-0.64,0-1.199-0.281-1.489-0.76h-0.02v2.627h-0.87L27.013,616.13
				L27.013,616.13z M27.883,617.419c0,0.129,0.02,0.25,0.039,0.359c0.16,0.609,0.689,1.027,1.319,1.027
				c0.93,0,1.47-0.758,1.47-1.867c0-0.971-0.51-1.801-1.439-1.801c-0.6,0-1.159,0.432-1.329,1.092
				c-0.029,0.109-0.06,0.238-0.06,0.357V617.419z"/>
			<path d="M38.409,616.429c-0.051-0.938-0.11-2.068-0.101-2.908h-0.03c-0.229,0.789-0.51,1.641-0.85,2.559l-1.188,3.27h-0.659
				l-1.09-3.209c-0.319-0.947-0.591-1.818-0.779-2.619h-0.021c-0.02,0.842-0.068,1.971-0.13,2.98l-0.18,2.889h-0.829l0.47-6.736
				h1.109l1.148,3.258c0.279,0.83,0.511,1.568,0.681,2.27h0.028c0.171-0.68,0.41-1.42,0.711-2.27l1.198-3.258h1.109l0.42,6.736
				h-0.85L38.409,616.429z"/>
			<path d="M40.973,618.767c0.189,0.021,0.409,0,0.709-0.027c0.51-0.07,0.989-0.281,1.359-0.631c0.43-0.391,0.738-0.959,0.858-1.729
				H43.87c-0.359,0.439-0.879,0.699-1.528,0.699c-1.17,0-1.919-0.879-1.919-1.988c0-1.229,0.889-2.309,2.219-2.309
				c1.329,0,2.148,1.078,2.148,2.736c0,1.432-0.479,2.43-1.119,3.051c-0.5,0.488-1.189,0.789-1.89,0.867
				c-0.319,0.051-0.601,0.062-0.81,0.051L40.973,618.767L40.973,618.767z M42.562,613.453c-0.74,0-1.27,0.658-1.27,1.578
				c0,0.811,0.488,1.379,1.249,1.379c0.59,0,1.05-0.289,1.278-0.68c0.051-0.08,0.08-0.18,0.08-0.318
				c0-1.109-0.408-1.959-1.329-1.959H42.562L42.562,613.453z"/>
		</g>
	</g>
	<g id="Tr">
		
			<radialGradient id="Tr_path1_1_" cx="164.0032" cy="488.9214" r="16.1858" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
			<stop  offset="0" style="stop-color:#C0FF6C"/>
			<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
			<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
			<stop  offset="0.66" style="stop-color:#B4FA6B"/>
			<stop  offset="0.7448" style="stop-color:#AAF76A"/>
			<stop  offset="0.8174" style="stop-color:#9EF269"/>
			<stop  offset="0.8817" style="stop-color:#91EC68"/>
			<stop  offset="0.9398" style="stop-color:#86E666"/>
			<stop  offset="0.9915" style="stop-color:#7EDE64"/>
			<stop  offset="1" style="stop-color:#7DDD64"/>
		</radialGradient>
		<path id="Tr_path1" fill="url(#Tr_path1_1_)" stroke="#000000" d="M61.028,647.453c0,5.785-11.338,10.477-25.314,10.477
			c-13.981,0-25.315-4.688-25.315-10.477s11.334-10.477,25.315-10.477C49.69,636.976,61.028,641.666,61.028,647.453z"/>
		<g>
			<path d="M33.857,644.39h-2.049v-0.738h4.987v0.738h-2.061v5.998h-0.879L33.857,644.39L33.857,644.39z"/>
			<path d="M37.067,647.06c0-0.568-0.01-1.061-0.04-1.51h0.771l0.03,0.949h0.04c0.22-0.648,0.749-1.059,1.339-1.059
				c0.101,0,0.17,0.01,0.25,0.029v0.828c-0.09-0.02-0.181-0.029-0.301-0.029c-0.618,0-1.06,0.471-1.18,1.131
				c-0.02,0.119-0.039,0.26-0.039,0.408v2.578h-0.87V647.06z"/>
		</g>
	</g>
	<g id="Tr_pM9">
		<g>
			
				<radialGradient id="Tr_pM9_path2_1_" cx="219.0706" cy="513.5601" r="16.186" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
				<stop  offset="0" style="stop-color:#C0FF6C"/>
				<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
				<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
				<stop  offset="0.66" style="stop-color:#B4FA6B"/>
				<stop  offset="0.7448" style="stop-color:#AAF76A"/>
				<stop  offset="0.8174" style="stop-color:#9EF269"/>
				<stop  offset="0.8817" style="stop-color:#91EC68"/>
				<stop  offset="0.9398" style="stop-color:#86E666"/>
				<stop  offset="0.9915" style="stop-color:#7EDE64"/>
				<stop  offset="1" style="stop-color:#7DDD64"/>
			</radialGradient>
			<path id="Tr_pM9_path2" fill="url(#Tr_pM9_path2_1_)" stroke="#000000" d="M148.766,631.785c0,5.787-11.338,10.479-25.315,10.479
				c-13.98,0-25.314-4.688-25.314-10.479c0-5.787,11.334-10.475,25.314-10.475C137.428,621.31,148.766,625.998,148.766,631.785z"/>
			<g>
				<path d="M121.594,628.724h-2.049v-0.738h4.987v0.738h-2.061v5.998h-0.879L121.594,628.724L121.594,628.724z"/>
				<path d="M124.804,631.394c0-0.568-0.01-1.061-0.04-1.51h0.771l0.029,0.949h0.04c0.221-0.648,0.749-1.059,1.339-1.059
					c0.102,0,0.17,0.01,0.25,0.029v0.828c-0.09-0.02-0.18-0.029-0.3-0.029c-0.619,0-1.06,0.471-1.18,1.131
					c-0.021,0.119-0.039,0.26-0.039,0.408v2.578h-0.87V631.394L124.804,631.394z"/>
			</g>
		</g>
		<g>
			
				<radialGradient id="Tr_pM9_path1_1_" cx="251.3928" cy="513.5601" r="16.186" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
				<stop  offset="0" style="stop-color:#C0FF6C"/>
				<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
				<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
				<stop  offset="0.66" style="stop-color:#B4FA6B"/>
				<stop  offset="0.7448" style="stop-color:#AAF76A"/>
				<stop  offset="0.8174" style="stop-color:#9EF269"/>
				<stop  offset="0.8817" style="stop-color:#91EC68"/>
				<stop  offset="0.9398" style="stop-color:#86E666"/>
				<stop  offset="0.9915" style="stop-color:#7EDE64"/>
				<stop  offset="1" style="stop-color:#7DDD64"/>
			</radialGradient>
			<path id="Tr_pM9_path1" fill="url(#Tr_pM9_path1_1_)" stroke="#000000" d="M200.265,631.785c0,5.787-11.338,10.479-25.314,10.479
				c-13.981,0-25.315-4.688-25.315-10.479c0-5.787,11.334-10.475,25.315-10.475C188.927,621.31,200.265,625.998,200.265,631.785z"/>
			<g>
				<path d="M166.249,631.464c0-0.621-0.021-1.121-0.04-1.58h0.79l0.04,0.83h0.02c0.36-0.59,0.93-0.939,1.719-0.939
					c1.17,0,2.05,0.988,2.05,2.459c0,1.738-1.06,2.6-2.198,2.6c-0.641,0-1.199-0.281-1.489-0.76h-0.02v2.627h-0.87L166.249,631.464
					L166.249,631.464z M167.119,632.753c0,0.129,0.02,0.25,0.039,0.359c0.159,0.609,0.689,1.027,1.318,1.027
					c0.931,0,1.47-0.758,1.47-1.867c0-0.971-0.51-1.801-1.438-1.801c-0.6,0-1.159,0.432-1.329,1.092
					c-0.03,0.109-0.06,0.238-0.06,0.357V632.753L167.119,632.753z"/>
				<path d="M177.645,631.763c-0.05-0.938-0.109-2.068-0.1-2.908h-0.03c-0.229,0.789-0.51,1.641-0.85,2.559l-1.189,3.27h-0.659
					l-1.09-3.209c-0.318-0.947-0.59-1.818-0.778-2.619h-0.021c-0.02,0.842-0.069,1.971-0.13,2.98l-0.18,2.889h-0.829l0.47-6.736
					h1.109l1.148,3.258c0.279,0.83,0.51,1.568,0.68,2.27h0.029c0.17-0.68,0.41-1.42,0.71-2.27l1.199-3.258h1.109l0.42,6.736h-0.851
					L177.645,631.763z"/>
				<path d="M180.208,634.101c0.188,0.021,0.409,0,0.709-0.027c0.51-0.07,0.988-0.281,1.358-0.631
					c0.431-0.391,0.739-0.959,0.859-1.729h-0.03c-0.358,0.439-0.879,0.699-1.527,0.699c-1.17,0-1.919-0.879-1.919-1.988
					c0-1.229,0.889-2.309,2.219-2.309c1.329,0,2.147,1.078,2.147,2.736c0,1.432-0.479,2.43-1.119,3.051
					c-0.5,0.488-1.188,0.789-1.89,0.867c-0.319,0.051-0.6,0.062-0.809,0.051L180.208,634.101L180.208,634.101z M181.797,628.787
					c-0.74,0-1.271,0.658-1.271,1.578c0,0.811,0.489,1.379,1.249,1.379c0.591,0,1.051-0.289,1.279-0.68
					c0.05-0.08,0.08-0.18,0.08-0.318c0-1.109-0.409-1.959-1.329-1.959H181.797L181.797,628.787z"/>
			</g>
		</g>
	</g>
	<g>
		
			<radialGradient id="M9_path4_1_" cx="303.4866" cy="537.6782" r="16.1855" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
			<stop  offset="0" style="stop-color:#C0FF6C"/>
			<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
			<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
			<stop  offset="0.66" style="stop-color:#B4FA6B"/>
			<stop  offset="0.7448" style="stop-color:#AAF76A"/>
			<stop  offset="0.8174" style="stop-color:#9EF269"/>
			<stop  offset="0.8817" style="stop-color:#91EC68"/>
			<stop  offset="0.9398" style="stop-color:#86E666"/>
			<stop  offset="0.9915" style="stop-color:#7EDE64"/>
			<stop  offset="1" style="stop-color:#7DDD64"/>
		</radialGradient>
		<path id="M9_path4" fill="url(#M9_path4_1_)" stroke="#000000" d="M283.266,616.453c0,5.785-11.338,10.477-25.313,10.477
			c-13.982,0-25.316-4.688-25.316-10.477s11.334-10.477,25.316-10.477C271.928,605.976,283.266,610.666,283.266,616.453z"/>
		<g>
			<path d="M257.802,616.429c-0.05-0.938-0.11-2.068-0.1-2.908h-0.03c-0.229,0.789-0.51,1.641-0.851,2.559l-1.188,3.27h-0.659
				l-1.09-3.209c-0.319-0.947-0.59-1.818-0.779-2.619h-0.021c-0.021,0.842-0.069,1.971-0.13,2.98l-0.181,2.889h-0.829l0.471-6.736
				h1.108l1.149,3.258c0.279,0.83,0.51,1.568,0.68,2.27h0.029c0.17-0.68,0.41-1.42,0.71-2.27l1.199-3.258h1.108l0.42,6.736h-0.85
				L257.802,616.429z"/>
			<path d="M260.365,618.767c0.189,0.021,0.409,0,0.71-0.027c0.51-0.07,0.988-0.281,1.358-0.631c0.43-0.391,0.739-0.959,0.859-1.729
				h-0.03c-0.359,0.439-0.879,0.699-1.528,0.699c-1.17,0-1.919-0.879-1.919-1.988c0-1.229,0.89-2.309,2.22-2.309
				c1.328,0,2.147,1.078,2.147,2.736c0,1.432-0.479,2.43-1.119,3.051c-0.5,0.488-1.188,0.789-1.89,0.867
				c-0.319,0.051-0.6,0.062-0.811,0.051v-0.721H260.365z M261.954,613.453c-0.74,0-1.271,0.658-1.271,1.578
				c0,0.811,0.489,1.379,1.249,1.379c0.59,0,1.05-0.289,1.279-0.68c0.05-0.08,0.08-0.18,0.08-0.318c0-1.109-0.409-1.959-1.329-1.959
				H261.954L261.954,613.453z"/>
		</g>
	</g>
	<g>
		
			<radialGradient id="Tr_path2_1_" cx="303.4866" cy="488.9214" r="16.1855" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
			<stop  offset="0" style="stop-color:#C0FF6C"/>
			<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
			<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
			<stop  offset="0.66" style="stop-color:#B4FA6B"/>
			<stop  offset="0.7448" style="stop-color:#AAF76A"/>
			<stop  offset="0.8174" style="stop-color:#9EF269"/>
			<stop  offset="0.8817" style="stop-color:#91EC68"/>
			<stop  offset="0.9398" style="stop-color:#86E666"/>
			<stop  offset="0.9915" style="stop-color:#7EDE64"/>
			<stop  offset="1" style="stop-color:#7DDD64"/>
		</radialGradient>
		<path id="Tr_path2" fill="url(#Tr_path2_1_)" stroke="#000000" d="M283.266,647.453c0,5.785-11.338,10.477-25.313,10.477
			c-13.982,0-25.316-4.688-25.316-10.477s11.334-10.477,25.316-10.477C271.928,636.976,283.266,641.666,283.266,647.453z"/>
		<g>
			<path d="M256.095,644.39h-2.049v-0.738h4.987v0.738h-2.061v5.998h-0.879L256.095,644.39L256.095,644.39z"/>
			<path d="M259.305,647.06c0-0.568-0.01-1.061-0.04-1.51h0.771l0.029,0.949h0.04c0.221-0.648,0.749-1.059,1.339-1.059
				c0.102,0,0.17,0.01,0.25,0.029v0.828c-0.09-0.02-0.18-0.029-0.3-0.029c-0.619,0-1.06,0.471-1.18,1.131
				c-0.021,0.119-0.039,0.26-0.039,0.408v2.578h-0.87V647.06z"/>
		</g>
	</g>
	<g>
		<g>
			<g>
				<path fill="#FFFFFF" d="M65.228,622.568c8.75,8.75,12.167,9.25,27.125,9.25"/>
				<polygon fill="#FFFFFF" points="89.544,635.521 91.117,631.818 89.544,628.115 98.322,631.818 				"/>
				<polygon fill="#FFFFFF" points="69.832,621.935 66.102,623.443 64.594,627.173 61.007,618.347 				"/>
			</g>
			<g>
				<path fill="none" stroke="#272525" d="M65.228,622.568c8.75,8.75,12.167,9.25,27.125,9.25"/>
				<polygon fill="#272525" points="89.544,635.521 91.117,631.818 89.544,628.115 98.322,631.818 				"/>
				<polygon fill="#272525" points="69.832,621.935 66.102,623.443 64.594,627.173 61.007,618.347 				"/>
			</g>
		</g>
		<g>
			<g>
				<path fill="#FFFFFF" d="M64.895,640.986c8.75-8.75,12.166-9.25,27.125-9.25"/>
				<polygon fill="#FFFFFF" points="64.262,636.38 65.769,640.111 69.5,641.619 60.674,645.207 				"/>
			</g>
			<g>
				<path fill="none" stroke="#272525" d="M64.895,640.986c8.75-8.75,12.166-9.25,27.125-9.25"/>
				<polygon fill="#272525" points="64.262,636.38 65.769,640.111 69.5,641.619 60.674,645.207 				"/>
			</g>
		</g>
	</g>
	<g>
		<g>
			<g>
				<path fill="#FFFFFF" d="M228.353,621.902c-8.75,8.75-12.167,9.25-27.125,9.25"/>
				<polygon fill="#FFFFFF" points="228.985,626.505 227.479,622.777 223.747,621.269 232.573,617.681 				"/>
			</g>
			<g>
				<path fill="none" stroke="#272525" d="M228.353,621.902c-8.75,8.75-12.167,9.25-27.125,9.25"/>
				<polygon fill="#272525" points="228.985,626.505 227.479,622.777 223.747,621.269 232.573,617.681 				"/>
			</g>
		</g>
		<g>
			<g>
				<path fill="#FFFFFF" d="M228.686,640.318c-8.75-8.75-12.166-9.25-27.125-9.25"/>
				<polygon fill="#FFFFFF" points="224.081,640.951 227.812,639.445 229.319,635.712 232.906,644.539 				"/>
			</g>
			<g>
				<path fill="none" stroke="#272525" d="M228.686,640.318c-8.75-8.75-12.166-9.25-27.125-9.25"/>
				<polygon fill="#272525" points="224.081,640.951 227.812,639.445 229.319,635.712 232.906,644.539 				"/>
			</g>
		</g>
	</g>
</g>
<g>
	<g>
		
			<radialGradient id="path16609_9_" cx="196.012" cy="358.3765" r="16.1858" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
			<stop  offset="0" style="stop-color:#C0FF6C"/>
			<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
			<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
			<stop  offset="0.66" style="stop-color:#B4FA6B"/>
			<stop  offset="0.7448" style="stop-color:#AAF76A"/>
			<stop  offset="0.8174" style="stop-color:#9EF269"/>
			<stop  offset="0.8817" style="stop-color:#91EC68"/>
			<stop  offset="0.9398" style="stop-color:#86E666"/>
			<stop  offset="0.9915" style="stop-color:#7EDE64"/>
			<stop  offset="1" style="stop-color:#7DDD64"/>
		</radialGradient>
		<path id="path16609_47_" fill="url(#path16609_9_)" stroke="#000000" d="M112.028,730.453c0,5.785-11.338,10.477-25.314,10.477
			c-13.981,0-25.315-4.688-25.315-10.477s11.334-10.477,25.315-10.477C100.69,719.976,112.028,724.666,112.028,730.453z"/>
		<g>
			<path d="M83.702,727.39h-2.05v-0.738h4.987v0.738h-2.06v5.998h-0.879L83.702,727.39L83.702,727.39z"/>
			<path d="M88.991,727.71h-0.021l-1.13,0.609l-0.17-0.67l1.42-0.76h0.749v6.496h-0.85L88.991,727.71L88.991,727.71z"/>
		</g>
	</g>
	<g>
		
			<radialGradient id="Tr_path3_1_" cx="196.012" cy="309.6191" r="16.186" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
			<stop  offset="0" style="stop-color:#C0FF6C"/>
			<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
			<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
			<stop  offset="0.66" style="stop-color:#B4FA6B"/>
			<stop  offset="0.7448" style="stop-color:#AAF76A"/>
			<stop  offset="0.8174" style="stop-color:#9EF269"/>
			<stop  offset="0.8817" style="stop-color:#91EC68"/>
			<stop  offset="0.9398" style="stop-color:#86E666"/>
			<stop  offset="0.9915" style="stop-color:#7EDE64"/>
			<stop  offset="1" style="stop-color:#7DDD64"/>
		</radialGradient>
		<path id="Tr_path3" fill="url(#Tr_path3_1_)" stroke="#000000" d="M112.028,761.453c0,5.785-11.338,10.477-25.314,10.477
			c-13.981,0-25.315-4.688-25.315-10.477s11.334-10.477,25.315-10.477C100.69,750.976,112.028,755.666,112.028,761.453z"/>
		<g>
			<path d="M84.857,758.39h-2.049v-0.738h4.987v0.738h-2.061v5.998h-0.879L84.857,758.39L84.857,758.39z"/>
			<path d="M88.067,761.06c0-0.568-0.01-1.061-0.04-1.51h0.771l0.03,0.949h0.04c0.22-0.648,0.749-1.059,1.339-1.059
				c0.101,0,0.17,0.01,0.25,0.029v0.828c-0.09-0.02-0.181-0.029-0.301-0.029c-0.618,0-1.06,0.471-1.18,1.131
				c-0.02,0.119-0.039,0.26-0.039,0.408v2.578h-0.87V761.06L88.067,761.06z"/>
		</g>
	</g>
	<g>
		
			<radialGradient id="Tr_path4_1_" cx="366.8772" cy="309.6191" r="16.1858" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
			<stop  offset="0" style="stop-color:#C0FF6C"/>
			<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
			<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
			<stop  offset="0.66" style="stop-color:#B4FA6B"/>
			<stop  offset="0.7448" style="stop-color:#AAF76A"/>
			<stop  offset="0.8174" style="stop-color:#9EF269"/>
			<stop  offset="0.8817" style="stop-color:#91EC68"/>
			<stop  offset="0.9398" style="stop-color:#86E666"/>
			<stop  offset="0.9915" style="stop-color:#7EDE64"/>
			<stop  offset="1" style="stop-color:#7DDD64"/>
		</radialGradient>
		<path id="Tr_path4" fill="url(#Tr_path4_1_)" stroke="#000000" d="M384.266,761.453c0,5.785-11.338,10.477-25.313,10.477
			c-13.982,0-25.316-4.688-25.316-10.477s11.334-10.477,25.316-10.477C372.928,750.976,384.266,755.666,384.266,761.453z"/>
		<g>
			<path d="M357.095,758.39h-2.049v-0.738h4.987v0.738h-2.061v5.998h-0.879L357.095,758.39L357.095,758.39z"/>
			<path d="M360.305,761.06c0-0.568-0.01-1.061-0.04-1.51h0.771l0.03,0.949h0.04c0.22-0.648,0.748-1.059,1.339-1.059
				c0.101,0,0.17,0.01,0.25,0.029v0.828c-0.091-0.02-0.181-0.029-0.301-0.029c-0.618,0-1.06,0.471-1.18,1.131
				c-0.02,0.119-0.039,0.26-0.039,0.408v2.578h-0.87V761.06z"/>
		</g>
	</g>
	<g>
		<g>
			<g>
				<path fill="#FFFFFF" d="M116.228,736.568c8.75,8.75,12.167,9.25,27.125,9.25"/>
				<polygon fill="#FFFFFF" points="140.544,749.521 142.117,745.818 140.544,742.115 149.322,745.818 				"/>
				<polygon fill="#FFFFFF" points="120.832,735.935 117.102,737.443 115.594,741.173 112.007,732.347 				"/>
			</g>
			<g>
				<path fill="none" stroke="#272525" d="M116.228,736.568c8.75,8.75,12.167,9.25,27.125,9.25"/>
				<polygon fill="#272525" points="140.544,749.521 142.117,745.818 140.544,742.115 149.322,745.818 				"/>
				<polygon fill="#272525" points="120.832,735.935 117.102,737.443 115.594,741.173 112.007,732.347 				"/>
			</g>
		</g>
		<g>
			<g>
				<path fill="#FFFFFF" d="M115.895,754.986c8.75-8.75,12.166-9.25,27.125-9.25"/>
				<polygon fill="#FFFFFF" points="115.262,750.38 116.769,754.111 120.5,755.619 111.674,759.207 				"/>
			</g>
			<g>
				<path fill="none" stroke="#272525" d="M115.895,754.986c8.75-8.75,12.166-9.25,27.125-9.25"/>
				<polygon fill="#272525" points="115.262,750.38 116.769,754.111 120.5,755.619 111.674,759.207 				"/>
			</g>
		</g>
	</g>
	<g>
		<g>
			<g>
				<path fill="#FFFFFF" d="M329.353,735.902c-8.75,8.75-12.167,9.25-27.125,9.25"/>
				<polygon fill="#FFFFFF" points="329.986,740.505 328.479,736.777 324.747,735.269 333.573,731.681 				"/>
			</g>
			<g>
				<path fill="none" stroke="#272525" d="M329.353,735.902c-8.75,8.75-12.167,9.25-27.125,9.25"/>
				<polygon fill="#272525" points="329.986,740.505 328.479,736.777 324.747,735.269 333.573,731.681 				"/>
			</g>
		</g>
		<g>
			<g>
				<path fill="#FFFFFF" d="M329.686,754.318c-8.75-8.75-12.166-9.25-27.125-9.25"/>
				<polygon fill="#FFFFFF" points="325.081,754.951 328.813,753.445 330.32,749.712 333.906,758.539 				"/>
			</g>
			<g>
				<path fill="none" stroke="#272525" d="M329.686,754.318c-8.75-8.75-12.166-9.25-27.125-9.25"/>
				<polygon fill="#272525" points="325.081,754.951 328.813,753.445 330.32,749.712 333.906,758.539 				"/>
			</g>
		</g>
	</g>
	<g>
		
			<radialGradient id="path16609_10_" cx="164.0032" cy="358.3765" r="16.1858" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
			<stop  offset="0" style="stop-color:#C0FF6C"/>
			<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
			<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
			<stop  offset="0.66" style="stop-color:#B4FA6B"/>
			<stop  offset="0.7448" style="stop-color:#AAF76A"/>
			<stop  offset="0.8174" style="stop-color:#9EF269"/>
			<stop  offset="0.8817" style="stop-color:#91EC68"/>
			<stop  offset="0.9398" style="stop-color:#86E666"/>
			<stop  offset="0.9915" style="stop-color:#7EDE64"/>
			<stop  offset="1" style="stop-color:#7DDD64"/>
		</radialGradient>
		<path id="path16609_48_" fill="url(#path16609_10_)" stroke="#000000" d="M61.028,730.453c0,5.785-11.338,10.477-25.314,10.477
			c-13.981,0-25.315-4.688-25.315-10.477s11.334-10.477,25.315-10.477C49.69,719.976,61.028,724.666,61.028,730.453z"/>
		<g>
			<path d="M27.013,730.13c0-0.621-0.02-1.121-0.04-1.58h0.79l0.04,0.83h0.021c0.359-0.59,0.93-0.939,1.719-0.939
				c1.17,0,2.049,0.988,2.049,2.459c0,1.738-1.059,2.6-2.198,2.6c-0.64,0-1.199-0.281-1.489-0.76h-0.02v2.627h-0.87L27.013,730.13
				L27.013,730.13z M27.883,731.419c0,0.129,0.02,0.25,0.039,0.359c0.16,0.609,0.689,1.027,1.319,1.027
				c0.93,0,1.47-0.758,1.47-1.867c0-0.971-0.51-1.801-1.439-1.801c-0.6,0-1.159,0.432-1.329,1.092
				c-0.029,0.109-0.06,0.238-0.06,0.357V731.419z"/>
			<path d="M38.409,730.429c-0.051-0.938-0.11-2.068-0.101-2.908h-0.03c-0.229,0.789-0.51,1.641-0.85,2.559l-1.188,3.27h-0.659
				l-1.09-3.209c-0.319-0.947-0.591-1.818-0.779-2.619h-0.021c-0.02,0.842-0.068,1.971-0.13,2.98l-0.18,2.889h-0.829l0.47-6.736
				h1.109l1.148,3.258c0.279,0.83,0.511,1.568,0.681,2.27h0.028c0.171-0.68,0.41-1.42,0.711-2.27l1.198-3.258h1.109l0.42,6.736
				h-0.85L38.409,730.429z"/>
			<path d="M40.973,732.767c0.189,0.021,0.409,0,0.709-0.027c0.51-0.07,0.989-0.281,1.359-0.631c0.43-0.391,0.738-0.959,0.858-1.729
				H43.87c-0.359,0.439-0.879,0.699-1.528,0.699c-1.17,0-1.919-0.879-1.919-1.988c0-1.229,0.889-2.309,2.219-2.309
				c1.329,0,2.148,1.078,2.148,2.736c0,1.432-0.479,2.43-1.119,3.051c-0.5,0.488-1.189,0.789-1.89,0.867
				c-0.319,0.051-0.601,0.062-0.81,0.051L40.973,732.767L40.973,732.767z M42.562,727.453c-0.74,0-1.27,0.658-1.27,1.578
				c0,0.811,0.488,1.379,1.249,1.379c0.59,0,1.05-0.289,1.278-0.68c0.051-0.08,0.08-0.18,0.08-0.318
				c0-1.109-0.408-1.959-1.329-1.959H42.562L42.562,727.453z"/>
		</g>
	</g>
	<g id="Tr_pM9_T1">
		<g>
			
				<radialGradient id="Tr_pM9_T1_path3_1_" cx="251.0793" cy="334.2588" r="16.1858" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
				<stop  offset="0" style="stop-color:#C0FF6C"/>
				<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
				<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
				<stop  offset="0.66" style="stop-color:#B4FA6B"/>
				<stop  offset="0.7448" style="stop-color:#AAF76A"/>
				<stop  offset="0.8174" style="stop-color:#9EF269"/>
				<stop  offset="0.8817" style="stop-color:#91EC68"/>
				<stop  offset="0.9398" style="stop-color:#86E666"/>
				<stop  offset="0.9915" style="stop-color:#7EDE64"/>
				<stop  offset="1" style="stop-color:#7DDD64"/>
			</radialGradient>
			<path id="Tr_pM9_T1_path3" fill="url(#Tr_pM9_T1_path3_1_)" stroke="#000000" d="M199.766,745.785
				c0,5.787-11.338,10.479-25.315,10.479c-13.98,0-25.314-4.688-25.314-10.479c0-5.787,11.334-10.475,25.314-10.475
				C188.428,735.31,199.766,739.998,199.766,745.785z"/>
			<g>
				<path d="M172.594,742.724h-2.049v-0.738h4.987v0.738h-2.061v5.998h-0.879L172.594,742.724L172.594,742.724z"/>
				<path d="M175.804,745.394c0-0.568-0.01-1.061-0.04-1.51h0.771l0.029,0.949h0.04c0.221-0.648,0.749-1.059,1.339-1.059
					c0.102,0,0.17,0.01,0.25,0.029v0.828c-0.09-0.02-0.18-0.029-0.3-0.029c-0.619,0-1.06,0.471-1.18,1.131
					c-0.021,0.119-0.039,0.26-0.039,0.408v2.578h-0.87V745.394L175.804,745.394z"/>
			</g>
		</g>
		<g>
			
				<radialGradient id="Tr_pM9_T1_path2_1_" cx="283.4016" cy="334.2588" r="16.1858" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
				<stop  offset="0" style="stop-color:#C0FF6C"/>
				<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
				<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
				<stop  offset="0.66" style="stop-color:#B4FA6B"/>
				<stop  offset="0.7448" style="stop-color:#AAF76A"/>
				<stop  offset="0.8174" style="stop-color:#9EF269"/>
				<stop  offset="0.8817" style="stop-color:#91EC68"/>
				<stop  offset="0.9398" style="stop-color:#86E666"/>
				<stop  offset="0.9915" style="stop-color:#7EDE64"/>
				<stop  offset="1" style="stop-color:#7DDD64"/>
			</radialGradient>
			<path id="Tr_pM9_T1_path2" fill="url(#Tr_pM9_T1_path2_1_)" stroke="#000000" d="M251.265,745.785
				c0,5.787-11.338,10.479-25.314,10.479c-13.981,0-25.315-4.688-25.315-10.479c0-5.787,11.334-10.475,25.315-10.475
				C239.927,735.31,251.265,739.998,251.265,745.785z"/>
			<g>
				<path d="M217.249,745.464c0-0.621-0.021-1.121-0.04-1.58h0.79l0.04,0.83h0.02c0.36-0.59,0.93-0.939,1.719-0.939
					c1.17,0,2.05,0.988,2.05,2.459c0,1.738-1.06,2.6-2.198,2.6c-0.641,0-1.199-0.281-1.489-0.76h-0.02v2.627h-0.87L217.249,745.464
					L217.249,745.464z M218.119,746.753c0,0.129,0.02,0.25,0.039,0.359c0.159,0.609,0.689,1.027,1.318,1.027
					c0.931,0,1.47-0.758,1.47-1.867c0-0.971-0.51-1.801-1.438-1.801c-0.6,0-1.159,0.432-1.329,1.092
					c-0.03,0.109-0.06,0.238-0.06,0.357V746.753L218.119,746.753z"/>
				<path d="M228.645,745.763c-0.05-0.938-0.109-2.068-0.1-2.908h-0.03c-0.229,0.789-0.51,1.641-0.85,2.559l-1.189,3.27h-0.659
					l-1.09-3.209c-0.318-0.947-0.59-1.818-0.778-2.619h-0.021c-0.02,0.842-0.069,1.971-0.13,2.98l-0.18,2.889h-0.829l0.47-6.736
					h1.109l1.148,3.258c0.279,0.83,0.51,1.568,0.68,2.27h0.029c0.17-0.68,0.41-1.42,0.71-2.27l1.199-3.258h1.109l0.42,6.736h-0.851
					L228.645,745.763z"/>
				<path d="M231.208,748.101c0.188,0.021,0.409,0,0.709-0.027c0.51-0.07,0.988-0.281,1.358-0.631
					c0.431-0.391,0.739-0.959,0.859-1.729h-0.03c-0.358,0.439-0.879,0.699-1.527,0.699c-1.17,0-1.919-0.879-1.919-1.988
					c0-1.229,0.889-2.309,2.219-2.309c1.329,0,2.147,1.078,2.147,2.736c0,1.432-0.479,2.43-1.119,3.051
					c-0.5,0.488-1.188,0.789-1.89,0.867c-0.319,0.051-0.6,0.062-0.809,0.051L231.208,748.101L231.208,748.101z M232.797,742.787
					c-0.74,0-1.271,0.658-1.271,1.578c0,0.811,0.489,1.379,1.249,1.379c0.591,0,1.051-0.289,1.279-0.68
					c0.05-0.08,0.08-0.18,0.08-0.318c0-1.109-0.409-1.959-1.329-1.959H232.797L232.797,742.787z"/>
			</g>
		</g>
		<g>
			
				<radialGradient id="Tr_pM9_T1_path1_1_" cx="315.262" cy="334.2588" r="16.186" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
				<stop  offset="0" style="stop-color:#C0FF6C"/>
				<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
				<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
				<stop  offset="0.66" style="stop-color:#B4FA6B"/>
				<stop  offset="0.7448" style="stop-color:#AAF76A"/>
				<stop  offset="0.8174" style="stop-color:#9EF269"/>
				<stop  offset="0.8817" style="stop-color:#91EC68"/>
				<stop  offset="0.9398" style="stop-color:#86E666"/>
				<stop  offset="0.9915" style="stop-color:#7EDE64"/>
				<stop  offset="1" style="stop-color:#7DDD64"/>
			</radialGradient>
			<path id="Tr_pM9_T1_path1" fill="url(#Tr_pM9_T1_path1_1_)" stroke="#000000" d="M302.029,745.787
				c0,5.785-11.339,10.477-25.315,10.477c-13.981,0-25.315-4.688-25.315-10.477s11.334-10.477,25.315-10.477
				C290.69,735.31,302.029,740,302.029,745.787z"/>
			<g>
				<path d="M273.702,742.724h-2.05v-0.738h4.987v0.738h-2.06v5.998h-0.879L273.702,742.724L273.702,742.724z"/>
				<path d="M278.991,743.044h-0.021l-1.13,0.609l-0.17-0.67l1.42-0.76h0.749v6.496h-0.85L278.991,743.044L278.991,743.044z"/>
			</g>
		</g>
	</g>
	<g>
		<g>
			
				<radialGradient id="M9_T1_path4_1_" cx="366.8772" cy="358.3765" r="16.1855" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
				<stop  offset="0" style="stop-color:#C0FF6C"/>
				<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
				<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
				<stop  offset="0.66" style="stop-color:#B4FA6B"/>
				<stop  offset="0.7448" style="stop-color:#AAF76A"/>
				<stop  offset="0.8174" style="stop-color:#9EF269"/>
				<stop  offset="0.8817" style="stop-color:#91EC68"/>
				<stop  offset="0.9398" style="stop-color:#86E666"/>
				<stop  offset="0.9915" style="stop-color:#7EDE64"/>
				<stop  offset="1" style="stop-color:#7DDD64"/>
			</radialGradient>
			<path id="M9_T1_path4" fill="url(#M9_T1_path4_1_)" stroke="#000000" d="M384.266,730.453c0,5.785-11.338,10.477-25.313,10.477
				c-13.982,0-25.316-4.688-25.316-10.477s11.334-10.477,25.316-10.477C372.928,719.976,384.266,724.666,384.266,730.453z"/>
			<g>
				<path d="M358.802,730.429c-0.05-0.938-0.109-2.068-0.1-2.908h-0.03c-0.229,0.789-0.51,1.641-0.85,2.559l-1.189,3.27h-0.659
					l-1.09-3.209c-0.318-0.947-0.59-1.818-0.778-2.619h-0.021c-0.02,0.842-0.069,1.971-0.13,2.98l-0.18,2.889h-0.829l0.47-6.736
					h1.109l1.148,3.258c0.279,0.83,0.51,1.568,0.68,2.27h0.029c0.17-0.68,0.41-1.42,0.71-2.27l1.199-3.258h1.109l0.42,6.736h-0.851
					L358.802,730.429z"/>
				<path d="M361.365,732.767c0.189,0.021,0.41,0,0.71-0.027c0.51-0.07,0.989-0.281,1.358-0.631
					c0.431-0.391,0.739-0.959,0.859-1.729h-0.03c-0.358,0.439-0.879,0.699-1.527,0.699c-1.17,0-1.919-0.879-1.919-1.988
					c0-1.229,0.889-2.309,2.219-2.309c1.329,0,2.147,1.078,2.147,2.736c0,1.432-0.479,2.43-1.118,3.051
					c-0.5,0.488-1.189,0.789-1.891,0.867c-0.319,0.051-0.6,0.062-0.81,0.051L361.365,732.767L361.365,732.767z M362.954,727.453
					c-0.74,0-1.271,0.658-1.271,1.578c0,0.811,0.489,1.379,1.249,1.379c0.591,0,1.051-0.289,1.279-0.68
					c0.05-0.08,0.08-0.18,0.08-0.318c0-1.109-0.409-1.959-1.329-1.959H362.954L362.954,727.453z"/>
			</g>
		</g>
		<g>
			
				<radialGradient id="M9_T1_path3_1_" cx="398.7366" cy="358.3765" r="16.1858" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
				<stop  offset="0" style="stop-color:#C0FF6C"/>
				<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
				<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
				<stop  offset="0.66" style="stop-color:#B4FA6B"/>
				<stop  offset="0.7448" style="stop-color:#AAF76A"/>
				<stop  offset="0.8174" style="stop-color:#9EF269"/>
				<stop  offset="0.8817" style="stop-color:#91EC68"/>
				<stop  offset="0.9398" style="stop-color:#86E666"/>
				<stop  offset="0.9915" style="stop-color:#7EDE64"/>
				<stop  offset="1" style="stop-color:#7DDD64"/>
			</radialGradient>
			<path id="M9_T1_path3" fill="url(#M9_T1_path3_1_)" stroke="#000000" d="M435.029,730.453c0,5.785-11.338,10.477-25.315,10.477
				c-13.98,0-25.314-4.688-25.314-10.477s11.334-10.477,25.314-10.477C423.691,719.976,435.029,724.666,435.029,730.453z"/>
			<g>
				<path d="M406.702,727.39h-2.049v-0.738h4.986v0.738h-2.06v5.998h-0.879L406.702,727.39L406.702,727.39z"/>
				<path d="M411.991,727.71h-0.021l-1.13,0.609l-0.17-0.67l1.42-0.76h0.749v6.496h-0.85L411.991,727.71L411.991,727.71z"/>
			</g>
		</g>
	</g>
</g>
<g>
	<g>
		
			<radialGradient id="pM9_T1_M3_path5_3_" cx="196.012" cy="194.0166" r="16.186" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
			<stop  offset="0" style="stop-color:#C0FF6C"/>
			<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
			<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
			<stop  offset="0.66" style="stop-color:#B4FA6B"/>
			<stop  offset="0.7448" style="stop-color:#AAF76A"/>
			<stop  offset="0.8174" style="stop-color:#9EF269"/>
			<stop  offset="0.8817" style="stop-color:#91EC68"/>
			<stop  offset="0.9398" style="stop-color:#86E666"/>
			<stop  offset="0.9915" style="stop-color:#7EDE64"/>
			<stop  offset="1" style="stop-color:#7DDD64"/>
		</radialGradient>
		<path id="pM9_T1_M3_path5_1_" fill="url(#pM9_T1_M3_path5_3_)" stroke="#000000" d="M112.028,834.953
			c0,5.785-11.338,10.477-25.314,10.477c-13.981,0-25.315-4.688-25.315-10.477s11.334-10.477,25.315-10.477
			C100.69,824.476,112.028,829.166,112.028,834.953z"/>
		<g>
			<path d="M83.702,831.89h-2.05v-0.738h4.987v0.738h-2.06v5.998h-0.879L83.702,831.89L83.702,831.89z"/>
			<path d="M88.991,832.21h-0.021l-1.13,0.609l-0.17-0.67l1.42-0.76h0.749v6.496h-0.85L88.991,832.21L88.991,832.21z"/>
		</g>
	</g>
	<g>
		
			<radialGradient id="Tr_path5_1_" cx="228.6487" cy="145.2593" r="16.1858" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
			<stop  offset="0" style="stop-color:#C0FF6C"/>
			<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
			<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
			<stop  offset="0.66" style="stop-color:#B4FA6B"/>
			<stop  offset="0.7448" style="stop-color:#AAF76A"/>
			<stop  offset="0.8174" style="stop-color:#9EF269"/>
			<stop  offset="0.8817" style="stop-color:#91EC68"/>
			<stop  offset="0.9398" style="stop-color:#86E666"/>
			<stop  offset="0.9915" style="stop-color:#7EDE64"/>
			<stop  offset="1" style="stop-color:#7DDD64"/>
		</radialGradient>
		<path id="Tr_path5" fill="url(#Tr_path5_1_)" stroke="#000000" d="M164.028,865.953c0,5.785-11.338,10.477-25.314,10.477
			c-13.981,0-25.315-4.688-25.315-10.477s11.334-10.477,25.315-10.477C152.69,855.476,164.028,860.166,164.028,865.953z"/>
		<g>
			<path d="M136.857,862.89h-2.049v-0.738h4.987v0.738h-2.061v5.998h-0.879L136.857,862.89L136.857,862.89z"/>
			<path d="M140.067,865.56c0-0.568-0.01-1.061-0.04-1.51h0.771l0.03,0.949h0.04c0.22-0.648,0.749-1.059,1.339-1.059
				c0.101,0,0.17,0.01,0.25,0.029v0.828c-0.09-0.02-0.181-0.029-0.3-0.029c-0.619,0-1.061,0.471-1.181,1.131
				c-0.02,0.119-0.039,0.26-0.039,0.408v2.578h-0.87V865.56L140.067,865.56z"/>
		</g>
	</g>
	<g>
		
			<radialGradient id="Tr_path6_1_" cx="431.5227" cy="145.2593" r="16.1855" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
			<stop  offset="0" style="stop-color:#C0FF6C"/>
			<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
			<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
			<stop  offset="0.66" style="stop-color:#B4FA6B"/>
			<stop  offset="0.7448" style="stop-color:#AAF76A"/>
			<stop  offset="0.8174" style="stop-color:#9EF269"/>
			<stop  offset="0.8817" style="stop-color:#91EC68"/>
			<stop  offset="0.9398" style="stop-color:#86E666"/>
			<stop  offset="0.9915" style="stop-color:#7EDE64"/>
			<stop  offset="1" style="stop-color:#7DDD64"/>
		</radialGradient>
		<path id="Tr_path6" fill="url(#Tr_path6_1_)" stroke="#000000" d="M487.266,865.953c0,5.785-11.338,10.477-25.313,10.477
			c-13.982,0-25.316-4.688-25.316-10.477s11.334-10.477,25.316-10.477C475.928,855.476,487.266,860.166,487.266,865.953z"/>
		<g>
			<path d="M460.095,862.89h-2.049v-0.738h4.987v0.738h-2.061v5.998h-0.879L460.095,862.89L460.095,862.89z"/>
			<path d="M463.305,865.56c0-0.568-0.01-1.061-0.04-1.51h0.771l0.03,0.949h0.04c0.22-0.648,0.748-1.059,1.339-1.059
				c0.101,0,0.17,0.01,0.25,0.029v0.828c-0.091-0.02-0.181-0.029-0.301-0.029c-0.618,0-1.06,0.471-1.18,1.131
				c-0.02,0.119-0.039,0.26-0.039,0.408v2.578h-0.87V865.56z"/>
		</g>
	</g>
	<g>
		<g>
			<g>
				<path fill="#FFFFFF" d="M168.228,841.068c8.75,8.75,12.167,9.25,27.125,9.25"/>
				<polygon fill="#FFFFFF" points="192.544,854.021 194.117,850.318 192.544,846.615 201.322,850.318 				"/>
				<polygon fill="#FFFFFF" points="172.832,840.435 169.102,841.943 167.594,845.673 164.007,836.847 				"/>
			</g>
			<g>
				<path fill="none" stroke="#272525" d="M168.228,841.068c8.75,8.75,12.167,9.25,27.125,9.25"/>
				<polygon fill="#272525" points="192.544,854.021 194.117,850.318 192.544,846.615 201.322,850.318 				"/>
				<polygon fill="#272525" points="172.832,840.435 169.102,841.943 167.594,845.673 164.007,836.847 				"/>
			</g>
		</g>
		<g>
			<g>
				<path fill="#FFFFFF" d="M167.895,859.486c8.75-8.75,12.166-9.25,27.125-9.25"/>
				<polygon fill="#FFFFFF" points="167.262,854.88 168.769,858.611 172.5,860.119 163.674,863.707 				"/>
			</g>
			<g>
				<path fill="none" stroke="#272525" d="M167.895,859.486c8.75-8.75,12.166-9.25,27.125-9.25"/>
				<polygon fill="#272525" points="167.262,854.88 168.769,858.611 172.5,860.119 163.674,863.707 				"/>
			</g>
		</g>
	</g>
	<g>
		<g>
			<g>
				<path fill="#FFFFFF" d="M432.353,840.402c-8.75,8.75-12.167,9.25-27.125,9.25"/>
				<polygon fill="#FFFFFF" points="432.986,845.005 431.479,841.277 427.747,839.769 436.573,836.181 				"/>
			</g>
			<g>
				<path fill="none" stroke="#272525" d="M432.353,840.402c-8.75,8.75-12.167,9.25-27.125,9.25"/>
				<polygon fill="#272525" points="432.986,845.005 431.479,841.277 427.747,839.769 436.573,836.181 				"/>
			</g>
		</g>
		<g>
			<g>
				<path fill="#FFFFFF" d="M432.686,858.818c-8.75-8.75-12.166-9.25-27.125-9.25"/>
				<polygon fill="#FFFFFF" points="428.081,859.451 431.813,857.945 433.32,854.212 436.906,863.039 				"/>
			</g>
			<g>
				<path fill="none" stroke="#272525" d="M432.686,858.818c-8.75-8.75-12.166-9.25-27.125-9.25"/>
				<polygon fill="#272525" points="428.081,859.451 431.813,857.945 433.32,854.212 436.906,863.039 				"/>
			</g>
		</g>
	</g>
	<g>
		
			<radialGradient id="pM9_T1_M3_path4_3_" cx="164.0032" cy="194.0166" r="16.186" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
			<stop  offset="0" style="stop-color:#C0FF6C"/>
			<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
			<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
			<stop  offset="0.66" style="stop-color:#B4FA6B"/>
			<stop  offset="0.7448" style="stop-color:#AAF76A"/>
			<stop  offset="0.8174" style="stop-color:#9EF269"/>
			<stop  offset="0.8817" style="stop-color:#91EC68"/>
			<stop  offset="0.9398" style="stop-color:#86E666"/>
			<stop  offset="0.9915" style="stop-color:#7EDE64"/>
			<stop  offset="1" style="stop-color:#7DDD64"/>
		</radialGradient>
		<path id="pM9_T1_M3_path4_1_" fill="url(#pM9_T1_M3_path4_3_)" stroke="#000000" d="M61.028,834.953
			c0,5.785-11.338,10.477-25.314,10.477c-13.981,0-25.315-4.688-25.315-10.477s11.334-10.477,25.315-10.477
			C49.69,824.476,61.028,829.166,61.028,834.953z"/>
		<g>
			<path d="M27.013,834.63c0-0.621-0.02-1.121-0.04-1.58h0.79l0.04,0.83h0.021c0.359-0.59,0.93-0.939,1.719-0.939
				c1.17,0,2.049,0.988,2.049,2.459c0,1.738-1.059,2.6-2.198,2.6c-0.64,0-1.199-0.281-1.489-0.76h-0.02v2.627h-0.87L27.013,834.63
				L27.013,834.63z M27.883,835.919c0,0.129,0.02,0.25,0.039,0.359c0.16,0.609,0.689,1.027,1.319,1.027
				c0.93,0,1.47-0.758,1.47-1.867c0-0.971-0.51-1.801-1.439-1.801c-0.6,0-1.159,0.432-1.329,1.092
				c-0.029,0.109-0.06,0.238-0.06,0.357V835.919z"/>
			<path d="M38.409,834.929c-0.051-0.938-0.11-2.068-0.101-2.908h-0.03c-0.229,0.789-0.51,1.641-0.85,2.559l-1.188,3.27h-0.659
				l-1.09-3.209c-0.319-0.947-0.591-1.818-0.779-2.619h-0.021c-0.02,0.842-0.068,1.971-0.13,2.98l-0.18,2.889h-0.829l0.47-6.736
				h1.109l1.148,3.258c0.279,0.83,0.511,1.568,0.681,2.27h0.028c0.171-0.68,0.41-1.42,0.711-2.27l1.198-3.258h1.109l0.42,6.736
				h-0.85L38.409,834.929z"/>
			<path d="M40.973,837.267c0.189,0.021,0.409,0,0.709-0.027c0.51-0.07,0.989-0.281,1.359-0.631c0.43-0.391,0.738-0.959,0.858-1.729
				H43.87c-0.359,0.439-0.879,0.699-1.528,0.699c-1.17,0-1.919-0.879-1.919-1.988c0-1.229,0.889-2.309,2.219-2.309
				c1.329,0,2.148,1.078,2.148,2.736c0,1.432-0.479,2.43-1.119,3.051c-0.5,0.488-1.189,0.789-1.89,0.867
				c-0.319,0.051-0.601,0.062-0.81,0.051L40.973,837.267L40.973,837.267z M42.562,831.953c-0.74,0-1.27,0.658-1.27,1.578
				c0,0.811,0.488,1.379,1.249,1.379c0.59,0,1.05-0.289,1.278-0.68c0.051-0.08,0.08-0.18,0.08-0.318
				c0-1.109-0.408-1.959-1.329-1.959H42.562L42.562,831.953z"/>
		</g>
	</g>
	<g>
		
			<radialGradient id="pM9_T1_M3_path6_3_" cx="228.3352" cy="194.0166" r="16.1856" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
			<stop  offset="0" style="stop-color:#C0FF6C"/>
			<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
			<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
			<stop  offset="0.66" style="stop-color:#B4FA6B"/>
			<stop  offset="0.7448" style="stop-color:#AAF76A"/>
			<stop  offset="0.8174" style="stop-color:#9EF269"/>
			<stop  offset="0.8817" style="stop-color:#91EC68"/>
			<stop  offset="0.9398" style="stop-color:#86E666"/>
			<stop  offset="0.9915" style="stop-color:#7EDE64"/>
			<stop  offset="1" style="stop-color:#7DDD64"/>
		</radialGradient>
		<path id="pM9_T1_M3_path6_1_" fill="url(#pM9_T1_M3_path6_3_)" stroke="#000000" d="M163.527,834.953
			c0,5.785-11.338,10.477-25.313,10.477c-13.981,0-25.315-4.688-25.315-10.477s11.334-10.477,25.315-10.477
			C152.189,824.476,163.527,829.166,163.527,834.953z"/>
		<g>
			<path d="M138.064,834.929c-0.05-0.938-0.109-2.068-0.1-2.908h-0.03c-0.229,0.789-0.51,1.641-0.85,2.559l-1.189,3.27h-0.659
				l-1.09-3.209c-0.318-0.947-0.59-1.818-0.778-2.619h-0.021c-0.02,0.842-0.069,1.971-0.13,2.98l-0.18,2.889h-0.829l0.47-6.736
				h1.109l1.148,3.258c0.279,0.83,0.51,1.568,0.681,2.27h0.028c0.17-0.68,0.41-1.42,0.71-2.27l1.199-3.258h1.109l0.42,6.736h-0.851
				L138.064,834.929z"/>
			<path d="M140.327,836.878c0.25,0.16,0.83,0.41,1.438,0.41c1.13,0,1.479-0.721,1.47-1.26c-0.011-0.91-0.83-1.301-1.68-1.301
				h-0.489v-0.658h0.489c0.64,0,1.449-0.33,1.449-1.1c0-0.521-0.329-0.979-1.139-0.979c-0.521,0-1.021,0.229-1.301,0.43
				l-0.229-0.641c0.34-0.25,0.999-0.5,1.699-0.5c1.278,0,1.857,0.76,1.857,1.549c0,0.67-0.398,1.24-1.199,1.529v0.021
				c0.801,0.158,1.449,0.76,1.449,1.668c0,1.039-0.81,1.949-2.369,1.949c-0.729,0-1.369-0.23-1.688-0.439L140.327,836.878z"/>
		</g>
	</g>
	<g id="Tr_pM9_T1_M3">
		<g>
			
				<radialGradient id="Tr_pM9_T1_M3_path4_1_" cx="283.7161" cy="169.8989" r="16.1855" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
				<stop  offset="0" style="stop-color:#C0FF6C"/>
				<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
				<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
				<stop  offset="0.66" style="stop-color:#B4FA6B"/>
				<stop  offset="0.7448" style="stop-color:#AAF76A"/>
				<stop  offset="0.8174" style="stop-color:#9EF269"/>
				<stop  offset="0.8817" style="stop-color:#91EC68"/>
				<stop  offset="0.9398" style="stop-color:#86E666"/>
				<stop  offset="0.9915" style="stop-color:#7EDE64"/>
				<stop  offset="1" style="stop-color:#7DDD64"/>
			</radialGradient>
			<path id="Tr_pM9_T1_M3_path4" fill="url(#Tr_pM9_T1_M3_path4_1_)" stroke="#000000" d="M251.766,850.285
				c0,5.787-11.338,10.479-25.315,10.479c-13.98,0-25.314-4.688-25.314-10.479c0-5.787,11.334-10.475,25.314-10.475
				C240.428,839.81,251.766,844.498,251.766,850.285z"/>
			<g>
				<path d="M224.594,847.224h-2.049v-0.738h4.987v0.738h-2.061v5.998h-0.879L224.594,847.224L224.594,847.224z"/>
				<path d="M227.804,849.894c0-0.568-0.01-1.061-0.04-1.51h0.771l0.029,0.949h0.04c0.221-0.648,0.749-1.059,1.339-1.059
					c0.102,0,0.17,0.01,0.25,0.029v0.828c-0.09-0.02-0.18-0.029-0.3-0.029c-0.619,0-1.06,0.471-1.18,1.131
					c-0.021,0.119-0.039,0.26-0.039,0.408v2.578h-0.87V849.894L227.804,849.894z"/>
			</g>
		</g>
		<g>
			
				<radialGradient id="Tr_pM9_T1_M3_path3_1_" cx="316.0383" cy="169.8989" r="16.1855" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
				<stop  offset="0" style="stop-color:#C0FF6C"/>
				<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
				<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
				<stop  offset="0.66" style="stop-color:#B4FA6B"/>
				<stop  offset="0.7448" style="stop-color:#AAF76A"/>
				<stop  offset="0.8174" style="stop-color:#9EF269"/>
				<stop  offset="0.8817" style="stop-color:#91EC68"/>
				<stop  offset="0.9398" style="stop-color:#86E666"/>
				<stop  offset="0.9915" style="stop-color:#7EDE64"/>
				<stop  offset="1" style="stop-color:#7DDD64"/>
			</radialGradient>
			<path id="Tr_pM9_T1_M3_path3" fill="url(#Tr_pM9_T1_M3_path3_1_)" stroke="#000000" d="M303.265,850.285
				c0,5.787-11.338,10.479-25.314,10.479c-13.981,0-25.315-4.688-25.315-10.479c0-5.787,11.334-10.475,25.315-10.475
				C291.927,839.81,303.265,844.498,303.265,850.285z"/>
			<g>
				<path d="M269.249,849.964c0-0.621-0.021-1.121-0.04-1.58h0.79l0.04,0.83h0.02c0.36-0.59,0.93-0.939,1.719-0.939
					c1.171,0,2.05,0.988,2.05,2.459c0,1.738-1.06,2.6-2.198,2.6c-0.641,0-1.199-0.281-1.489-0.76h-0.02v2.627h-0.87L269.249,849.964
					L269.249,849.964z M270.119,851.253c0,0.129,0.02,0.25,0.039,0.359c0.159,0.609,0.689,1.027,1.318,1.027
					c0.931,0,1.47-0.758,1.47-1.867c0-0.971-0.51-1.801-1.438-1.801c-0.6,0-1.159,0.432-1.329,1.092
					c-0.03,0.109-0.06,0.238-0.06,0.357V851.253z"/>
				<path d="M280.645,850.263c-0.05-0.938-0.109-2.068-0.1-2.908h-0.03c-0.229,0.789-0.51,1.641-0.85,2.559l-1.189,3.27h-0.659
					l-1.09-3.209c-0.318-0.947-0.59-1.818-0.778-2.619h-0.021c-0.02,0.842-0.069,1.971-0.13,2.98l-0.18,2.889h-0.829l0.47-6.736
					h1.109l1.148,3.258c0.279,0.83,0.51,1.568,0.68,2.27h0.029c0.17-0.68,0.41-1.42,0.71-2.27l1.199-3.258h1.109l0.42,6.736h-0.851
					L280.645,850.263z"/>
				<path d="M283.208,852.601c0.188,0.021,0.409,0,0.709-0.027c0.51-0.07,0.989-0.281,1.358-0.631
					c0.431-0.391,0.739-0.959,0.859-1.729h-0.03c-0.358,0.439-0.879,0.699-1.527,0.699c-1.17,0-1.919-0.879-1.919-1.988
					c0-1.229,0.889-2.309,2.219-2.309c1.329,0,2.147,1.078,2.147,2.736c0,1.432-0.479,2.43-1.118,3.051
					c-0.5,0.488-1.189,0.789-1.891,0.867c-0.318,0.051-0.6,0.062-0.809,0.051L283.208,852.601L283.208,852.601z M284.797,847.287
					c-0.74,0-1.271,0.658-1.271,1.578c0,0.811,0.489,1.379,1.249,1.379c0.591,0,1.051-0.289,1.279-0.68
					c0.05-0.08,0.08-0.18,0.08-0.318c0-1.109-0.409-1.959-1.329-1.959H284.797L284.797,847.287z"/>
			</g>
		</g>
		<g>
			
				<radialGradient id="Tr_pM9_T1_M3_path2_1_" cx="347.8987" cy="169.8989" r="16.1858" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
				<stop  offset="0" style="stop-color:#C0FF6C"/>
				<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
				<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
				<stop  offset="0.66" style="stop-color:#B4FA6B"/>
				<stop  offset="0.7448" style="stop-color:#AAF76A"/>
				<stop  offset="0.8174" style="stop-color:#9EF269"/>
				<stop  offset="0.8817" style="stop-color:#91EC68"/>
				<stop  offset="0.9398" style="stop-color:#86E666"/>
				<stop  offset="0.9915" style="stop-color:#7EDE64"/>
				<stop  offset="1" style="stop-color:#7DDD64"/>
			</radialGradient>
			<path id="Tr_pM9_T1_M3_path2" fill="url(#Tr_pM9_T1_M3_path2_1_)" stroke="#000000" d="M354.029,850.287
				c0,5.785-11.338,10.477-25.315,10.477c-13.98,0-25.314-4.688-25.314-10.477s11.334-10.477,25.314-10.477
				C342.691,839.81,354.029,844.5,354.029,850.287z"/>
			<g>
				<path d="M325.702,847.224h-2.049v-0.738h4.986v0.738h-2.06v5.998h-0.879L325.702,847.224L325.702,847.224z"/>
				<path d="M330.991,847.544h-0.021l-1.13,0.609l-0.17-0.67l1.42-0.76h0.749v6.496h-0.85L330.991,847.544L330.991,847.544z"/>
			</g>
		</g>
		<g>
			
				<radialGradient id="Tr_pM9_T1_M3_path1_1_" cx="379.9075" cy="169.8989" r="16.1855" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
				<stop  offset="0" style="stop-color:#C0FF6C"/>
				<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
				<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
				<stop  offset="0.66" style="stop-color:#B4FA6B"/>
				<stop  offset="0.7448" style="stop-color:#AAF76A"/>
				<stop  offset="0.8174" style="stop-color:#9EF269"/>
				<stop  offset="0.8817" style="stop-color:#91EC68"/>
				<stop  offset="0.9398" style="stop-color:#86E666"/>
				<stop  offset="0.9915" style="stop-color:#7EDE64"/>
				<stop  offset="1" style="stop-color:#7DDD64"/>
			</radialGradient>
			<path id="Tr_pM9_T1_M3_path1" fill="url(#Tr_pM9_T1_M3_path1_1_)" stroke="#000000" d="M405.028,850.287
				c0,5.785-11.338,10.477-25.314,10.477c-13.98,0-25.314-4.688-25.314-10.477s11.334-10.477,25.314-10.477
				C393.69,839.81,405.028,844.5,405.028,850.287z"/>
			<g>
				<path d="M379.565,850.263c-0.051-0.938-0.11-2.068-0.101-2.908h-0.03c-0.229,0.789-0.51,1.641-0.85,2.559l-1.189,3.27h-0.658
					l-1.09-3.209c-0.319-0.947-0.591-1.818-0.779-2.619h-0.021c-0.02,0.842-0.068,1.971-0.13,2.98l-0.18,2.889h-0.829l0.47-6.736
					h1.109l1.148,3.258c0.279,0.83,0.511,1.568,0.681,2.27h0.028c0.171-0.68,0.41-1.42,0.71-2.27l1.199-3.258h1.109l0.42,6.736
					h-0.85L379.565,850.263z"/>
				<path d="M381.827,852.212c0.25,0.16,0.83,0.41,1.438,0.41c1.131,0,1.479-0.721,1.471-1.26c-0.012-0.91-0.83-1.301-1.681-1.301
					h-0.488v-0.658h0.488c0.641,0,1.449-0.33,1.449-1.1c0-0.521-0.329-0.979-1.139-0.979c-0.521,0-1.021,0.229-1.3,0.43
					l-0.229-0.641c0.34-0.25,0.999-0.5,1.699-0.5c1.279,0,1.857,0.76,1.857,1.549c0,0.67-0.398,1.24-1.198,1.529v0.021
					c0.8,0.158,1.448,0.76,1.448,1.668c0,1.039-0.81,1.949-2.368,1.949c-0.729,0-1.369-0.23-1.688-0.439L381.827,852.212z"/>
			</g>
		</g>
	</g>
	<g id="M9_T1_M3">
		<g>
			
				<radialGradient id="M9_T1_M3_path3_1_" cx="431.5227" cy="194.0166" r="16.1858" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
				<stop  offset="0" style="stop-color:#C0FF6C"/>
				<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
				<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
				<stop  offset="0.66" style="stop-color:#B4FA6B"/>
				<stop  offset="0.7448" style="stop-color:#AAF76A"/>
				<stop  offset="0.8174" style="stop-color:#9EF269"/>
				<stop  offset="0.8817" style="stop-color:#91EC68"/>
				<stop  offset="0.9398" style="stop-color:#86E666"/>
				<stop  offset="0.9915" style="stop-color:#7EDE64"/>
				<stop  offset="1" style="stop-color:#7DDD64"/>
			</radialGradient>
			<path id="M9_T1_M3_path3" fill="url(#M9_T1_M3_path3_1_)" stroke="#000000" d="M487.266,834.953
				c0,5.785-11.338,10.477-25.313,10.477c-13.982,0-25.316-4.688-25.316-10.477s11.334-10.477,25.316-10.477
				C475.928,824.476,487.266,829.166,487.266,834.953z"/>
			<g>
				<path d="M461.802,834.929c-0.05-0.938-0.109-2.068-0.1-2.908h-0.03c-0.229,0.789-0.51,1.641-0.85,2.559l-1.189,3.27h-0.659
					l-1.09-3.209c-0.318-0.947-0.59-1.818-0.778-2.619h-0.021c-0.02,0.842-0.069,1.971-0.13,2.98l-0.18,2.889h-0.829l0.47-6.736
					h1.109l1.148,3.258c0.279,0.83,0.51,1.568,0.68,2.27h0.029c0.17-0.68,0.41-1.42,0.71-2.27l1.199-3.258h1.109l0.42,6.736h-0.851
					L461.802,834.929z"/>
				<path d="M464.365,837.267c0.189,0.021,0.41,0,0.71-0.027c0.51-0.07,0.989-0.281,1.358-0.631
					c0.431-0.391,0.739-0.959,0.859-1.729h-0.03c-0.358,0.439-0.879,0.699-1.527,0.699c-1.17,0-1.919-0.879-1.919-1.988
					c0-1.229,0.889-2.309,2.219-2.309c1.329,0,2.147,1.078,2.147,2.736c0,1.432-0.479,2.43-1.118,3.051
					c-0.5,0.488-1.189,0.789-1.891,0.867c-0.319,0.051-0.6,0.062-0.81,0.051L464.365,837.267L464.365,837.267z M465.954,831.953
					c-0.74,0-1.271,0.658-1.271,1.578c0,0.811,0.489,1.379,1.249,1.379c0.591,0,1.051-0.289,1.279-0.68
					c0.05-0.08,0.08-0.18,0.08-0.318c0-1.109-0.409-1.959-1.329-1.959H465.954L465.954,831.953z"/>
			</g>
		</g>
		<g>
			
				<radialGradient id="M9_T1_M3_path2_1_" cx="463.3826" cy="194.0166" r="16.1858" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
				<stop  offset="0" style="stop-color:#C0FF6C"/>
				<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
				<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
				<stop  offset="0.66" style="stop-color:#B4FA6B"/>
				<stop  offset="0.7448" style="stop-color:#AAF76A"/>
				<stop  offset="0.8174" style="stop-color:#9EF269"/>
				<stop  offset="0.8817" style="stop-color:#91EC68"/>
				<stop  offset="0.9398" style="stop-color:#86E666"/>
				<stop  offset="0.9915" style="stop-color:#7EDE64"/>
				<stop  offset="1" style="stop-color:#7DDD64"/>
			</radialGradient>
			<path id="M9_T1_M3_path2" fill="url(#M9_T1_M3_path2_1_)" stroke="#000000" d="M538.029,834.953
				c0,5.785-11.338,10.477-25.315,10.477c-13.98,0-25.314-4.688-25.314-10.477s11.334-10.477,25.314-10.477
				C526.691,824.476,538.029,829.166,538.029,834.953z"/>
			<g>
				<path d="M509.702,831.89h-2.049v-0.738h4.986v0.738h-2.06v5.998h-0.879L509.702,831.89L509.702,831.89z"/>
				<path d="M514.991,832.21h-0.021l-1.13,0.609l-0.17-0.67l1.42-0.76h0.749v6.496h-0.85L514.991,832.21L514.991,832.21z"/>
			</g>
		</g>
		<g>
			
				<radialGradient id="M9_T1_M3_path1_1_" cx="495.3918" cy="194.0166" r="16.1856" gradientTransform="matrix(1.5933 0 0 -0.6358 -225.5932 958.3084)" gradientUnits="userSpaceOnUse">
				<stop  offset="0" style="stop-color:#C0FF6C"/>
				<stop  offset="0.4082" style="stop-color:#BFFF6C"/>
				<stop  offset="0.5552" style="stop-color:#BAFC6C"/>
				<stop  offset="0.66" style="stop-color:#B4FA6B"/>
				<stop  offset="0.7448" style="stop-color:#AAF76A"/>
				<stop  offset="0.8174" style="stop-color:#9EF269"/>
				<stop  offset="0.8817" style="stop-color:#91EC68"/>
				<stop  offset="0.9398" style="stop-color:#86E666"/>
				<stop  offset="0.9915" style="stop-color:#7EDE64"/>
				<stop  offset="1" style="stop-color:#7DDD64"/>
			</radialGradient>
			<path id="M9_T1_M3_path1" fill="url(#M9_T1_M3_path1_1_)" stroke="#000000" d="M589.028,834.953
				c0,5.785-11.338,10.477-25.314,10.477c-13.98,0-25.314-4.688-25.314-10.477s11.334-10.477,25.314-10.477
				C577.69,824.476,589.028,829.166,589.028,834.953z"/>
			<g>
				<path d="M563.565,834.929c-0.051-0.938-0.11-2.068-0.101-2.908h-0.03c-0.229,0.789-0.51,1.641-0.85,2.559l-1.189,3.27h-0.658
					l-1.09-3.209c-0.319-0.947-0.591-1.818-0.779-2.619h-0.021c-0.02,0.842-0.068,1.971-0.13,2.98l-0.18,2.889h-0.829l0.47-6.736
					h1.109l1.148,3.258c0.279,0.83,0.511,1.568,0.681,2.27h0.028c0.171-0.68,0.41-1.42,0.71-2.27l1.199-3.258h1.109l0.42,6.736
					h-0.85L563.565,834.929z"/>
				<path d="M565.827,836.878c0.25,0.16,0.83,0.41,1.438,0.41c1.131,0,1.479-0.721,1.471-1.26c-0.012-0.91-0.83-1.301-1.681-1.301
					h-0.488v-0.658h0.488c0.641,0,1.449-0.33,1.449-1.1c0-0.521-0.329-0.979-1.139-0.979c-0.521,0-1.021,0.229-1.3,0.43
					l-0.229-0.641c0.34-0.25,0.999-0.5,1.699-0.5c1.279,0,1.857,0.76,1.857,1.549c0,0.67-0.398,1.24-1.198,1.529v0.021
					c0.8,0.158,1.448,0.76,1.448,1.668c0,1.039-0.81,1.949-2.368,1.949c-0.729,0-1.369-0.23-1.688-0.439L565.827,836.878z"/>
			</g>
		</g>
	</g>
</g>
</svg>
</window>