]> git.decadent.org.uk Git - i-t-talk.git/commitdiff
Copy-and-hack my kernel talk slides
authorBen Hutchings <ben@decadent.org.uk>
Sat, 8 Nov 2014 16:16:26 +0000 (16:16 +0000)
committerBen Hutchings <ben@decadent.org.uk>
Sat, 8 Nov 2014 16:16:26 +0000 (16:16 +0000)
16 files changed:
Makefile [new file with mode: 0644]
index.html [new file with mode: 0644]
s5-blank/s5-blank.html [new file with mode: 0644]
s5-blank/ui/default/blank.gif [new file with mode: 0644]
s5-blank/ui/default/bodybg.gif [new file with mode: 0644]
s5-blank/ui/default/framing.css [new file with mode: 0644]
s5-blank/ui/default/iepngfix.htc [new file with mode: 0644]
s5-blank/ui/default/opera.css [new file with mode: 0644]
s5-blank/ui/default/outline.css [new file with mode: 0644]
s5-blank/ui/default/pretty.css [new file with mode: 0644]
s5-blank/ui/default/print.css [new file with mode: 0644]
s5-blank/ui/default/s5-core.css [new file with mode: 0644]
s5-blank/ui/default/slides.css [new file with mode: 0644]
s5-blank/ui/default/slides.js [new file with mode: 0644]
s5-checksums.txt [new file with mode: 0644]
tux-debian.svg [new file with mode: 0644]

diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..7c39a4f
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,26 @@
+all: s5-checksums.txt
+
+clean:
+       rm -rf s5-checksums.txt s5-blank *.dia.svg *.xcf.png
+
+s5-checksums.txt: /usr/share/s5/s5-blank
+       s5 blank .
+       sed -i 's/url(bodybg.gif)//; s/\btext-transform: capitalize\s*;//' \
+               s5-blank/ui/default/pretty.css
+
+%.dia.svg: %.dia
+       dia --export=$@ $<
+
+%.xcf.png: %.xcf
+       gimp -i -d -b '                                                 '\
+'(let* ((image (car (gimp-file-load RUN-NONINTERACTIVE "$<" "$<")))    '\
+'       (layer (car (gimp-image-flatten image))))                      '\
+' (gimp-file-save RUN-NONINTERACTIVE image layer "$@" "$@"))           '\
+'(gimp-quit 0)'
+
+pub:
+       rm -rf pub
+       mkdir pub
+       cp -R -t pub index.html s5-blank $(wildcard *.svg *.png)
+
+.PHONY: all clean pub
diff --git a/index.html b/index.html
new file mode 100644 (file)
index 0000000..11a89d1
--- /dev/null
@@ -0,0 +1,99 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
+       "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<title>initramfs-tools - mini-DebConf Cambridge 2014</title>
+<!-- metadata -->
+<meta name="generator" content="S5" />
+<meta name="version" content="S5 1.1" />
+<meta name="author" content="Ben Hutchings" />
+<!-- configuration parameters -->
+<meta name="defaultView" content="slideshow" />
+<meta name="controlVis" content="hidden" />
+<!-- style sheet links -->
+<link rel="stylesheet" href="s5-blank/ui/default/slides.css" type="text/css" media="projection" id="slideProj" />
+<link rel="stylesheet" href="s5-blank/ui/default/outline.css" type="text/css" media="screen" id="outlineStyle" />
+<link rel="stylesheet" href="s5-blank/ui/default/print.css" type="text/css" media="print" id="slidePrint" />
+<link rel="stylesheet" href="s5-blank/ui/default/opera.css" type="text/css" media="projection" id="operaFix" />
+<style type="text/css">
+  .logo { position: absolute; right: 0; top: 0; height: 100% }
+  table { border-collapse: collapse }
+  th { border-bottom: 2pt solid black }
+  th, td { padding: 0 6pt }
+  .package { font-family: monospace }
+  var { font-family: sans }
+</style>
+<style type="text/css" media="print">
+  .slide { page-break-after: always }
+</style>
+<!-- S5 JS -->
+<script src="s5-blank/ui/default/slides.js" type="text/javascript"></script>
+</head>
+<body>
+
+<div class="layout">
+<div id="controls"><!-- DO NOT EDIT --></div>
+<div id="currentSlide"><!-- DO NOT EDIT --></div>
+<div id="header">
+</div>
+<div id="footer">
+<h1>mini-DebConf Cambridge 2014</h1>
+<h2>initramfs-tools</h2>
+</div>
+
+</div>
+
+<div class="presentation">
+
+<div class="slide">
+<h1>initramfs-tools</h1>
+<object data="tux-debian.svg" width="35%" align="right"></object>
+<h3>Ben&nbsp;Hutchings</h3>
+</div>
+
+<div class="slide">
+  <h1>Questions?</h1>
+</div>
+
+<div class="slide">
+  <h1>Credits</h1>
+  <ul>
+    <li>
+      Linux 'Tux' logo &copy; Larry Ewing, Simon Budig.
+      <!--
+Redistribution is free but has to include this notice.
+      -->
+      <ul>
+       <li>Modified by Ben to add Debian open-ND logo</li>
+      </ul>
+    </li>
+    <li>
+      Debian open-ND logo &copy; Software in the Public Interest, Inc.
+      <!--
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+      -->
+    </li>
+  </ul>
+</div>
+
+</body>
+</html>
diff --git a/s5-blank/s5-blank.html b/s5-blank/s5-blank.html
new file mode 100644 (file)
index 0000000..2fd4d77
--- /dev/null
@@ -0,0 +1,66 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
+       "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<title>S5: An Introduction</title>
+<!-- metadata -->
+<meta name="generator" content="S5" />
+<meta name="version" content="S5 1.1" />
+<meta name="presdate" content="20050728" />
+<meta name="author" content="Eric A. Meyer" />
+<meta name="company" content="Complex Spiral Consulting" />
+<!-- configuration parameters -->
+<meta name="defaultView" content="slideshow" />
+<meta name="controlVis" content="hidden" />
+<!-- style sheet links -->
+<link rel="stylesheet" href="ui/default/slides.css" type="text/css" media="projection" id="slideProj" />
+<link rel="stylesheet" href="ui/default/outline.css" type="text/css" media="screen" id="outlineStyle" />
+<link rel="stylesheet" href="ui/default/print.css" type="text/css" media="print" id="slidePrint" />
+<link rel="stylesheet" href="ui/default/opera.css" type="text/css" media="projection" id="operaFix" />
+<!-- S5 JS -->
+<script src="ui/default/slides.js" type="text/javascript"></script>
+</head>
+<body>
+
+<div class="layout">
+<div id="controls"><!-- DO NOT EDIT --></div>
+<div id="currentSlide"><!-- DO NOT EDIT --></div>
+<div id="header"></div>
+<div id="footer">
+<h1>[location/date of presentation]</h1>
+<h2>[slide show title here]</h2>
+</div>
+
+</div>
+
+
+<div class="presentation">
+
+<div class="slide">
+<h1>[slide show title here]</h1>
+<h3>[name of presenter]</h3>
+<h4>[affiliation of presenter]</h4>
+</div>
+
+
+<div class="slide">
+<h1>[slide title]</h1>
+<ul>
+<li>[point one]</li>
+<li>[point two]</li>
+<li>[point three]</li>
+<li>[point four]</li>
+<li>[point five]</li>
+</ul>
+<div class="handout">
+[any material that should appear in print but not on the slide]
+</div>
+</div>
+
+
+</div>
+
+</body>
+</html>
diff --git a/s5-blank/ui/default/blank.gif b/s5-blank/ui/default/blank.gif
new file mode 100644 (file)
index 0000000..75b945d
Binary files /dev/null and b/s5-blank/ui/default/blank.gif differ
diff --git a/s5-blank/ui/default/bodybg.gif b/s5-blank/ui/default/bodybg.gif
new file mode 100644 (file)
index 0000000..5f448a1
Binary files /dev/null and b/s5-blank/ui/default/bodybg.gif differ
diff --git a/s5-blank/ui/default/framing.css b/s5-blank/ui/default/framing.css
new file mode 100644 (file)
index 0000000..14d8509
--- /dev/null
@@ -0,0 +1,23 @@
+/* The following styles size, place, and layer the slide components.
+   Edit these if you want to change the overall slide layout.
+   The commented lines can be uncommented (and modified, if necessary) 
+    to help you with the rearrangement process. */
+
+/* target = 1024x768 */
+
+div#header, div#footer, .slide {width: 100%; top: 0; left: 0;}
+div#header {top: 0; height: 3em; z-index: 1;}
+div#footer {top: auto; bottom: 0; height: 2.5em; z-index: 5;}
+.slide {top: 0; width: 92%; padding: 3.5em 4% 4%; z-index: 2;  list-style: none;}
+div#controls {left: 50%; bottom: 0; width: 50%; z-index: 100;}
+div#controls form {position: absolute; bottom: 0; right: 0; width: 100%;
+  margin: 0;}
+#currentSlide {position: absolute; width: 10%; left: 45%; bottom: 1em; z-index: 10;}
+html>body #currentSlide {position: fixed;}
+
+/*
+div#header {background: #FCC;}
+div#footer {background: #CCF;}
+div#controls {background: #BBD;}
+div#currentSlide {background: #FFC;}
+*/
diff --git a/s5-blank/ui/default/iepngfix.htc b/s5-blank/ui/default/iepngfix.htc
new file mode 100644 (file)
index 0000000..7099619
--- /dev/null
@@ -0,0 +1,103 @@
+<public:component>
+<public:attach event="onpropertychange" onevent="iePNGFix(0)" />
+
+<script type="text/javascript">
+
+// IE5.5+ PNG Alpha Fix v1.0
+// (c) 2004-2008 Angus Turnbull http://www.twinhelix.com
+
+// This is licensed under the GNU LGPL, version 2.1 or later.
+// For details, see: http://creativecommons.org/licenses/LGPL/2.1/
+
+
+// This must be a path to a blank image, relative to the HTML document(s).
+// In production use I suggest '/images/blank.gif' or similar. That's all!
+if (typeof blankImg == 'undefined') var blankImg = 'blank.gif';
+
+
+
+function filt(s, b)
+{
+ var f = 'DXImageTransform.Microsoft.AlphaImageLoader';
+ var sM = (currentStyle.backgroundRepeat == 'no-repeat') ? 'crop' : 'scale';
+ s = (s || '').replace(/\(/g, '%28').replace(/\)/g, '%29');
+
+ if (s && !(/IMG|INPUT/.test(nodeName) && !b) &&
+  currentStyle.width == 'auto' && currentStyle.height == 'auto')
+ {
+  style.width = offsetWidth + 'px';
+  style.height = clientHeight + 'px';
+  if (currentStyle.display == 'inline') style.display = 'inline-block';
+ }
+
+ if (filters[f])
+ {
+  filters[f].enabled = s ? true : false;
+  if (s) with (filters[f]) { src = s }
+ }
+ else if (s) style.filter = 'progid:'+f+'(src="'+s+'",sizingMethod="' + sM + '")';
+}
+
+function iePNGFix(init)
+{
+ if (!/MSIE (5\.5|6)/.test(navigator.userAgent) || typeof filters == 'unknown') return;
+ var evt = init ? { propertyName: 'src,background' } : event;
+ var isSrc = /src/.test(evt.propertyName);
+ var isBg = /background/.test(evt.propertyName);
+ var isClass = !init &&
+  ((this.className != this._png_class) && (this.className || this._png_class));
+ if (!(isSrc || isBg || isClass)) return;
+ this._png_class = this.className;
+ var blank = blankImg.match(/([^\/]+)$/)[1];
+
+ // Required for Whatever:hover support - erase any set BG if className changes.
+ if (isClass && ((style.backgroundImage.indexOf('url(') == -1) ||
+     (style.backgroundImage.indexOf(blank) > -1)))
+ {
+  setTimeout(function() { this.style.backgroundImage = '' }, 0);
+  return;
+ }
+
+ if (isSrc && this.src && /IMG|INPUT/.test(nodeName))
+ {
+  if ((/\.png/i).test(src))
+  {
+   filt(src, 1);
+   src = blankImg;
+  }
+  else if (src.indexOf(blank) == -1) filt();
+ }
+
+ var bgSrc = currentStyle.backgroundImage || style.backgroundImage;
+ if ((bgSrc + this.src).indexOf(blank) == -1)
+ {
+  var bgPNG = bgSrc.match(/^url[("']+(.*\.png[^\)"']*)[\)"']+[^\)]*$/i);
+
+  if (bgPNG)
+  {
+   style.backgroundImage = 'url("' + blankImg + '")';
+   filt(bgPNG[1], 0);
+   // Unclickable elements inside PNG backgrounds.
+   var tags = ['a', 'input', 'select', 'textarea', 'iframe', 'object'],
+    t = tags.length, tFix = [];
+   while (t--)
+   {
+    var elms = all.tags(tags[t]), e = elms.length;
+    while (e--) tFix.push(elms[e]);
+   }
+   var t = tFix.length;
+   if (t && (/relative|absolute/i).test(currentStyle.position))
+    alert('IEPNGFix: Children of positioned element are unclickable:\n\n<' +
+     nodeName + (id && ' id=' + id) + '>');
+    while (t--)
+     if (!(/relative|absolute/i).test(tFix[t].currentStyle.position))
+      tFix[t].style.position = 'relative';
+  }
+  else filt();
+ }
+}
+
+iePNGFix(1);
+
+</script>
+</public:component>
diff --git a/s5-blank/ui/default/opera.css b/s5-blank/ui/default/opera.css
new file mode 100644 (file)
index 0000000..9e9d2a3
--- /dev/null
@@ -0,0 +1,7 @@
+/* DO NOT CHANGE THESE unless you really want to break Opera Show */
+.slide {
+       visibility: visible !important;
+       position: static !important;
+       page-break-before: always;
+}
+#slide0 {page-break-before: avoid;}
diff --git a/s5-blank/ui/default/outline.css b/s5-blank/ui/default/outline.css
new file mode 100644 (file)
index 0000000..62db519
--- /dev/null
@@ -0,0 +1,15 @@
+/* don't change this unless you want the layout stuff to show up in the outline view! */
+
+.layout div, #footer *, #controlForm * {display: none;}
+#footer, #controls, #controlForm, #navLinks, #toggle {
+  display: block; visibility: visible; margin: 0; padding: 0;}
+#toggle {float: right; padding: 0.5em;}
+html>body #toggle {position: fixed; top: 0; right: 0;}
+
+/* making the outline look pretty-ish */
+
+#slide0 h1, #slide0 h2, #slide0 h3, #slide0 h4 {border: none; margin: 0;}
+#slide0 h1 {padding-top: 1.5em;}
+.slide h1 {margin: 1.5em 0 0; padding-top: 0.25em;
+  border-top: 1px solid #888; border-bottom: 1px solid #AAA;}
+#toggle {border: 1px solid; border-width: 0 0 1px 1px; background: #FFF;}
diff --git a/s5-blank/ui/default/pretty.css b/s5-blank/ui/default/pretty.css
new file mode 100644 (file)
index 0000000..b177e1f
--- /dev/null
@@ -0,0 +1,86 @@
+/* Following are the presentation styles -- edit away! */
+
+body {background: #FFF  -16px 0 no-repeat; color: #000; font-size: 2em;}
+:link, :visited {text-decoration: none; color: #00C;}
+#controls :active {color: #88A !important;}
+#controls :focus {outline: 1px dotted #227;}
+h1, h2, h3, h4 {font-size: 100%; margin: 0; padding: 0; font-weight: inherit;}
+ul, pre {margin: 0; line-height: 1em;}
+html, body {margin: 0; padding: 0;}
+
+blockquote, q {font-style: italic;}
+blockquote {padding: 0 2em 0.5em; margin: 0 1.5em 0.5em; text-align: center; font-size: 1em;}
+blockquote p {margin: 0;}
+blockquote i {font-style: normal;}
+blockquote b {display: block; margin-top: 0.5em; font-weight: normal; font-size: smaller; font-style: normal;}
+blockquote b i {font-style: italic;}
+
+kbd {font-weight: bold; font-size: 1em;}
+sup {font-size: smaller; line-height: 1px;}
+
+.slide code {padding: 2px 0.25em; font-weight: bold; color: #533;}
+.slide code.bad, code del {color: red;}
+.slide code.old {color: silver;}
+.slide pre {padding: 0; margin: 0.25em 0 0.5em 0.5em; color: #533; font-size: 90%;}
+.slide pre code {display: block;}
+.slide ul {margin-left: 5%; margin-right: 7%; list-style: disc;}
+.slide li {margin-top: 0.75em; margin-right: 0;}
+.slide ul ul {line-height: 1;}
+.slide ul ul li {margin: .2em; font-size: 85%; list-style: square;}
+.slide img.leader {display: block; margin: 0 auto;}
+
+div#header, div#footer {background: #005; color: #AAB;
+  font-family: Verdana, Helvetica, sans-serif;}
+div#header {background: #005  -16px 0 no-repeat;
+  line-height: 1px;}
+div#footer {font-size: 0.5em; font-weight: bold; padding: 1em 0;}
+#footer h1, #footer h2 {display: block; padding: 0 1em;}
+#footer h2 {font-style: italic;}
+
+div.long {font-size: 0.75em;}
+.slide h1 {position: absolute; top: 0.7em; left: 87px; z-index: 1;
+  margin: 0; padding: 0.3em 0 0 50px; white-space: nowrap;
+  font: bold 150%/1em Helvetica, sans-serif; 
+  color: #DDE; background: #005;}
+.slide h3 {font-size: 130%;}
+h1 abbr {font-variant: small-caps;}
+
+div#controls {position: absolute; left: 50%; bottom: 0;
+  width: 50%;
+  text-align: right; font: bold 0.9em Verdana, Helvetica, sans-serif;}
+html>body div#controls {position: fixed; padding: 0 0 1em 0;
+  top: auto;}
+div#controls form {position: absolute; bottom: 0; right: 0; width: 100%;
+  margin: 0; padding: 0;}
+#controls #navLinks a {padding: 0; margin: 0 0.5em; 
+  background: #005; border: none; color: #779; 
+  cursor: pointer;}
+#controls #navList {height: 1em;}
+#controls #navList #jumplist {position: absolute; bottom: 0; right: 0; background: #DDD; color: #227;}
+
+#currentSlide {text-align: center; font-size: 0.5em; color: #449;}
+
+#slide0 {padding-top: 3.5em; font-size: 90%;}
+#slide0 h1 {position: static; margin: 1em 0 0; padding: 0;
+   font: bold 2em Helvetica, sans-serif; white-space: normal;
+   color: #000; background: transparent;}
+#slide0 h2 {font: bold italic 1em Helvetica, sans-serif; margin: 0.25em;}
+#slide0 h3 {margin-top: 1.5em; font-size: 1.5em;}
+#slide0 h4 {margin-top: 0; font-size: 1em;}
+
+ul.urls {list-style: none; display: inline; margin: 0;}
+.urls li {display: inline; margin: 0;}
+.note {display: none;}
+.external {border-bottom: 1px dotted gray;}
+html>body .external {border-bottom: none;}
+.external:after {content: " \274F"; font-size: smaller; color: #77B;}
+
+.incremental, .incremental *, .incremental *:after {color: #DDE; visibility: visible;}
+img.incremental {visibility: hidden;}
+.slide .current {color: #B02;}
+
+
+/* diagnostics
+
+li:after {content: " [" attr(class) "]"; color: #F88;}
+ */
\ No newline at end of file
diff --git a/s5-blank/ui/default/print.css b/s5-blank/ui/default/print.css
new file mode 100644 (file)
index 0000000..46b2c00
--- /dev/null
@@ -0,0 +1 @@
+/* The following rule is necessary to have all slides appear in print! DO NOT REMOVE IT! */\r.slide, ul {page-break-inside: avoid; visibility: visible !important;}\rh1 {page-break-after: avoid;}\r\rbody {font-size: 12pt; background: white;}\r* {color: black;}\r\r#slide0 h1 {font-size: 200%; border: none; margin: 0.5em 0 0.25em;}\r#slide0 h3 {margin: 0; padding: 0;}\r#slide0 h4 {margin: 0 0 0.5em; padding: 0;}\r#slide0 {margin-bottom: 3em;}\r\rh1 {border-top: 2pt solid gray; border-bottom: 1px dotted silver;}\r.extra {background: transparent !important;}\rdiv.extra, pre.extra, .example {font-size: 10pt; color: #333;}\rul.extra a {font-weight: bold;}\rp.example {display: none;}\r\r#header {display: none;}\r#footer h1 {margin: 0; border-bottom: 1px solid; color: gray; font-style: italic;}\r#footer h2, #controls {display: none;}\r\r/* The following rule keeps the layout stuff out of print.  Remove at your own risk! */\r.layout, .layout * {display: none !important;}
\ No newline at end of file
diff --git a/s5-blank/ui/default/s5-core.css b/s5-blank/ui/default/s5-core.css
new file mode 100644 (file)
index 0000000..86444e0
--- /dev/null
@@ -0,0 +1,9 @@
+/* Do not edit or override these styles! The system will likely break if you do. */
+
+div#header, div#footer, div#controls, .slide {position: absolute;}
+html>body div#header, html>body div#footer, 
+  html>body div#controls, html>body .slide {position: fixed;}
+.handout {display: none;}
+.layout {display: block;}
+.slide, .hideme, .incremental {visibility: hidden;}
+#slide0 {visibility: visible;}
diff --git a/s5-blank/ui/default/slides.css b/s5-blank/ui/default/slides.css
new file mode 100644 (file)
index 0000000..0786d7d
--- /dev/null
@@ -0,0 +1,3 @@
+@import url(s5-core.css); /* required to make the slide show run at all */
+@import url(framing.css); /* sets basic placement and size of slide components */
+@import url(pretty.css);  /* stuff that makes the slides look better than blah */
\ No newline at end of file
diff --git a/s5-blank/ui/default/slides.js b/s5-blank/ui/default/slides.js
new file mode 100644 (file)
index 0000000..38fe853
--- /dev/null
@@ -0,0 +1,553 @@
+// S5 v1.1 slides.js -- released into the Public Domain
+//
+// Please see http://www.meyerweb.com/eric/tools/s5/credits.html for information 
+// about all the wonderful and talented contributors to this code!
+
+var undef;
+var slideCSS = '';
+var snum = 0;
+var smax = 1;
+var incpos = 0;
+var number = undef;
+var s5mode = true;
+var defaultView = 'slideshow';
+var controlVis = 'visible';
+
+var isIE = navigator.appName == 'Microsoft Internet Explorer' && navigator.userAgent.indexOf('Opera') < 1 ? 1 : 0;
+var isOp = navigator.userAgent.indexOf('Opera') > -1 ? 1 : 0;
+var isGe = navigator.userAgent.indexOf('Gecko') > -1 && navigator.userAgent.indexOf('Safari') < 1 ? 1 : 0;
+
+function hasClass(object, className) {
+       if (!object.className) return false;
+       return (object.className.search('(^|\\s)' + className + '(\\s|$)') != -1);
+}
+
+function hasValue(object, value) {
+       if (!object) return false;
+       return (object.search('(^|\\s)' + value + '(\\s|$)') != -1);
+}
+
+function removeClass(object,className) {
+       if (!object) return;
+       object.className = object.className.replace(new RegExp('(^|\\s)'+className+'(\\s|$)'), RegExp.$1+RegExp.$2);
+}
+
+function addClass(object,className) {
+       if (!object || hasClass(object, className)) return;
+       if (object.className) {
+               object.className += ' '+className;
+       } else {
+               object.className = className;
+       }
+}
+
+function GetElementsWithClassName(elementName,className) {
+       var allElements = document.getElementsByTagName(elementName);
+       var elemColl = new Array();
+       for (var i = 0; i< allElements.length; i++) {
+               if (hasClass(allElements[i], className)) {
+                       elemColl[elemColl.length] = allElements[i];
+               }
+       }
+       return elemColl;
+}
+
+function isParentOrSelf(element, id) {
+       if (element == null || element.nodeName=='BODY') return false;
+       else if (element.id == id) return true;
+       else return isParentOrSelf(element.parentNode, id);
+}
+
+function nodeValue(node) {
+       var result = "";
+       if (node.nodeType == 1) {
+               var children = node.childNodes;
+               for (var i = 0; i < children.length; ++i) {
+                       result += nodeValue(children[i]);
+               }               
+       }
+       else if (node.nodeType == 3) {
+               result = node.nodeValue;
+       }
+       return(result);
+}
+
+function slideLabel() {
+       var slideColl = GetElementsWithClassName('*','slide');
+       var list = document.getElementById('jumplist');
+       smax = slideColl.length;
+       for (var n = 0; n < smax; n++) {
+               var obj = slideColl[n];
+
+               var did = 'slide' + n.toString();
+               obj.setAttribute('id',did);
+               if (isOp) continue;
+
+               var otext = '';
+               var menu = obj.firstChild;
+               if (!menu) continue; // to cope with empty slides
+               while (menu && menu.nodeType == 3) {
+                       menu = menu.nextSibling;
+               }
+               if (!menu) continue; // to cope with slides with only text nodes
+
+               var menunodes = menu.childNodes;
+               for (var o = 0; o < menunodes.length; o++) {
+                       otext += nodeValue(menunodes[o]);
+               }
+               list.options[list.length] = new Option(n + ' : '  + otext, n);
+       }
+}
+
+function currentSlide() {
+       var cs;
+       if (document.getElementById) {
+               cs = document.getElementById('currentSlide');
+       } else {
+               cs = document.currentSlide;
+       }
+       cs.innerHTML = '<span id="csHere">' + snum + '<\/span> ' + 
+               '<span id="csSep">\/<\/span> ' + 
+               '<span id="csTotal">' + (smax-1) + '<\/span>';
+       if (snum == 0) {
+               cs.style.visibility = 'hidden';
+       } else {
+               cs.style.visibility = 'visible';
+       }
+}
+
+function go(step) {
+       if (document.getElementById('slideProj').disabled || step == 0) return;
+       var jl = document.getElementById('jumplist');
+       var cid = 'slide' + snum;
+       var ce = document.getElementById(cid);
+       if (incrementals[snum].length > 0) {
+               for (var i = 0; i < incrementals[snum].length; i++) {
+                       removeClass(incrementals[snum][i], 'current');
+                       removeClass(incrementals[snum][i], 'incremental');
+               }
+       }
+       if (step != 'j') {
+               snum += step;
+               lmax = smax - 1;
+               if (snum > lmax) snum = lmax;
+               if (snum < 0) snum = 0;
+       } else
+               snum = parseInt(jl.value);
+       var nid = 'slide' + snum;
+       var ne = document.getElementById(nid);
+       if (!ne) {
+               ne = document.getElementById('slide0');
+               snum = 0;
+       }
+       if (step < 0) {incpos = incrementals[snum].length} else {incpos = 0;}
+       if (incrementals[snum].length > 0 && incpos == 0) {
+               for (var i = 0; i < incrementals[snum].length; i++) {
+                       if (hasClass(incrementals[snum][i], 'current'))
+                               incpos = i + 1;
+                       else
+                               addClass(incrementals[snum][i], 'incremental');
+               }
+       }
+       if (incrementals[snum].length > 0 && incpos > 0)
+               addClass(incrementals[snum][incpos - 1], 'current');
+       ce.style.visibility = 'hidden';
+       ne.style.visibility = 'visible';
+       jl.selectedIndex = snum;
+       currentSlide();
+       number = 0;
+}
+
+function goTo(target) {
+       if (target >= smax || target == snum) return;
+       go(target - snum);
+}
+
+function subgo(step) {
+       if (step > 0) {
+               removeClass(incrementals[snum][incpos - 1],'current');
+               removeClass(incrementals[snum][incpos], 'incremental');
+               addClass(incrementals[snum][incpos],'current');
+               incpos++;
+       } else {
+               incpos--;
+               removeClass(incrementals[snum][incpos],'current');
+               addClass(incrementals[snum][incpos], 'incremental');
+               addClass(incrementals[snum][incpos - 1],'current');
+       }
+}
+
+function toggle() {
+       var slideColl = GetElementsWithClassName('*','slide');
+       var slides = document.getElementById('slideProj');
+       var outline = document.getElementById('outlineStyle');
+       if (!slides.disabled) {
+               slides.disabled = true;
+               outline.disabled = false;
+               s5mode = false;
+               fontSize('1em');
+               for (var n = 0; n < smax; n++) {
+                       var slide = slideColl[n];
+                       slide.style.visibility = 'visible';
+               }
+       } else {
+               slides.disabled = false;
+               outline.disabled = true;
+               s5mode = true;
+               fontScale();
+               for (var n = 0; n < smax; n++) {
+                       var slide = slideColl[n];
+                       slide.style.visibility = 'hidden';
+               }
+               slideColl[snum].style.visibility = 'visible';
+       }
+}
+
+function showHide(action) {
+       var obj = GetElementsWithClassName('*','hideme')[0];
+       switch (action) {
+       case 's': obj.style.visibility = 'visible'; break;
+       case 'h': obj.style.visibility = 'hidden'; break;
+       case 'k':
+               if (obj.style.visibility != 'visible') {
+                       obj.style.visibility = 'visible';
+               } else {
+                       obj.style.visibility = 'hidden';
+               }
+       break;
+       }
+}
+
+// 'keys' code adapted from MozPoint (http://mozpoint.mozdev.org/)
+function keys(key) {
+       if (!key) {
+               key = event;
+               key.which = key.keyCode;
+       }
+       if (key.which == 84) {
+               toggle();
+               return;
+       }
+       if (s5mode) {
+               switch (key.which) {
+                       case 10: // return
+                       case 13: // enter
+                               if (window.event && isParentOrSelf(window.event.srcElement, 'controls')) return;
+                               if (key.target && isParentOrSelf(key.target, 'controls')) return;
+                               if(number != undef) {
+                                       goTo(number);
+                                       break;
+                               }
+                       case 32: // spacebar
+                       case 34: // page down
+                       case 39: // rightkey
+                       case 40: // downkey
+                               if(number != undef) {
+                                       go(number);
+                               } else if (!incrementals[snum] || incpos >= incrementals[snum].length) {
+                                       go(1);
+                               } else {
+                                       subgo(1);
+                               }
+                               break;
+                       case 33: // page up
+                       case 37: // leftkey
+                       case 38: // upkey
+                               if(number != undef) {
+                                       go(-1 * number);
+                               } else if (!incrementals[snum] || incpos <= 0) {
+                                       go(-1);
+                               } else {
+                                       subgo(-1);
+                               }
+                               break;
+                       case 36: // home
+                               goTo(0);
+                               break;
+                       case 35: // end
+                               goTo(smax-1);
+                               break;
+                       case 67: // c
+                               showHide('k');
+                               break;
+               }
+               if (key.which < 48 || key.which > 57) {
+                       number = undef;
+               } else {
+                       if (window.event && isParentOrSelf(window.event.srcElement, 'controls')) return;
+                       if (key.target && isParentOrSelf(key.target, 'controls')) return;
+                       number = (((number != undef) ? number : 0) * 10) + (key.which - 48);
+               }
+       }
+       return false;
+}
+
+function clicker(e) {
+       number = undef;
+       var target;
+       if (window.event) {
+               target = window.event.srcElement;
+               e = window.event;
+       } else target = e.target;
+       if (target.getAttribute('href') != null || hasValue(target.rel, 'external') || isParentOrSelf(target, 'controls') || isParentOrSelf(target,'embed') || isParentOrSelf(target,'object')) return true;
+       if (!e.which || e.which == 1) {
+               if (!incrementals[snum] || incpos >= incrementals[snum].length) {
+                       go(1);
+               } else {
+                       subgo(1);
+               }
+       }
+}
+
+function findSlide(hash) {
+       var target = null;
+       var slides = GetElementsWithClassName('*','slide');
+       for (var i = 0; i < slides.length; i++) {
+               var targetSlide = slides[i];
+               if ( (targetSlide.name && targetSlide.name == hash)
+                || (targetSlide.id && targetSlide.id == hash) ) {
+                       target = targetSlide;
+                       break;
+               }
+       }
+       while(target != null && target.nodeName != 'BODY') {
+               if (hasClass(target, 'slide')) {
+                       return parseInt(target.id.slice(5));
+               }
+               target = target.parentNode;
+       }
+       return null;
+}
+
+function slideJump() {
+       if (window.location.hash == null) return;
+       var sregex = /^#slide(\d+)$/;
+       var matches = sregex.exec(window.location.hash);
+       var dest = null;
+       if (matches != null) {
+               dest = parseInt(matches[1]);
+       } else {
+               dest = findSlide(window.location.hash.slice(1));
+       }
+       if (dest != null)
+               go(dest - snum);
+}
+
+function fixLinks() {
+       var thisUri = window.location.href;
+       thisUri = thisUri.slice(0, thisUri.length - window.location.hash.length);
+       var aelements = document.getElementsByTagName('A');
+       for (var i = 0; i < aelements.length; i++) {
+               var a = aelements[i].href;
+               var slideID = a.match('\#slide[0-9]{1,2}');
+               if ((slideID) && (slideID[0].slice(0,1) == '#')) {
+                       var dest = findSlide(slideID[0].slice(1));
+                       if (dest != null) {
+                               if (aelements[i].addEventListener) {
+                                       aelements[i].addEventListener("click", new Function("e",
+                                               "if (document.getElementById('slideProj').disabled) return;" +
+                                               "go("+dest+" - snum); " +
+                                               "if (e.preventDefault) e.preventDefault();"), true);
+                               } else if (aelements[i].attachEvent) {
+                                       aelements[i].attachEvent("onclick", new Function("",
+                                               "if (document.getElementById('slideProj').disabled) return;" +
+                                               "go("+dest+" - snum); " +
+                                               "event.returnValue = false;"));
+                               }
+                       }
+               }
+       }
+}
+
+function externalLinks() {
+       if (!document.getElementsByTagName) return;
+       var anchors = document.getElementsByTagName('a');
+       for (var i=0; i<anchors.length; i++) {
+               var anchor = anchors[i];
+               if (anchor.getAttribute('href') && hasValue(anchor.rel, 'external')) {
+                       anchor.target = '_blank';
+                       addClass(anchor,'external');
+               }
+       }
+}
+
+function createControls() {
+       var controlsDiv = document.getElementById("controls");
+       if (!controlsDiv) return;
+       var hider = ' onmouseover="showHide(\'s\');" onmouseout="showHide(\'h\');"';
+       var hideDiv, hideList = '';
+       if (controlVis == 'hidden') {
+               hideDiv = hider;
+       } else {
+               hideList = hider;
+       }
+       controlsDiv.innerHTML = '<form action="#" id="controlForm"' + hideDiv + '>' +
+       '<div id="navLinks">' +
+       '<a accesskey="t" id="toggle" href="javascript:toggle();">&#216;<\/a>' +
+       '<a accesskey="z" id="prev" href="javascript:go(-1);">&laquo;<\/a>' +
+       '<a accesskey="x" id="next" href="javascript:go(1);">&raquo;<\/a>' +
+       '<div id="navList"' + hideList + '><select id="jumplist" onchange="go(\'j\');"><\/select><\/div>' +
+       '<\/div><\/form>';
+       if (controlVis == 'hidden') {
+               var hidden = document.getElementById('navLinks');
+       } else {
+               var hidden = document.getElementById('jumplist');
+       }
+       addClass(hidden,'hideme');
+}
+
+function fontScale() {  // causes layout problems in FireFox that get fixed if browser's Reload is used; same may be true of other Gecko-based browsers
+       if (!s5mode) return false;
+       var vScale = 22;  // both yield 32 (after rounding) at 1024x768
+       var hScale = 32;  // perhaps should auto-calculate based on theme's declared value?
+       if (window.innerHeight) {
+               var vSize = window.innerHeight;
+               var hSize = window.innerWidth;
+       } else if (document.documentElement.clientHeight) {
+               var vSize = document.documentElement.clientHeight;
+               var hSize = document.documentElement.clientWidth;
+       } else if (document.body.clientHeight) {
+               var vSize = document.body.clientHeight;
+               var hSize = document.body.clientWidth;
+       } else {
+               var vSize = 700;  // assuming 1024x768, minus chrome and such
+               var hSize = 1024; // these do not account for kiosk mode or Opera Show
+       }
+       var newSize = Math.min(Math.round(vSize/vScale),Math.round(hSize/hScale));
+       fontSize(newSize + 'px');
+       if (isGe) {  // hack to counter incremental reflow bugs
+               var obj = document.getElementsByTagName('body')[0];
+               obj.style.display = 'none';
+               obj.style.display = 'block';
+       }
+}
+
+function fontSize(value) {
+       if (!(s5ss = document.getElementById('s5ss'))) {
+               if (!isIE) {
+                       document.getElementsByTagName('head')[0].appendChild(s5ss = document.createElement('style'));
+                       s5ss.setAttribute('media','screen, projection');
+                       s5ss.setAttribute('id','s5ss');
+               } else {
+                       document.createStyleSheet();
+                       document.s5ss = document.styleSheets[document.styleSheets.length - 1];
+               }
+       }
+       if (!isIE) {
+               while (s5ss.lastChild) s5ss.removeChild(s5ss.lastChild);
+               s5ss.appendChild(document.createTextNode('body {font-size: ' + value + ' !important;}'));
+       } else {
+               document.s5ss.addRule('body','font-size: ' + value + ' !important;');
+       }
+}
+
+function notOperaFix() {
+       slideCSS = document.getElementById('slideProj').href;
+       var slides = document.getElementById('slideProj');
+       var outline = document.getElementById('outlineStyle');
+       slides.setAttribute('media','screen');
+       outline.disabled = true;
+       if (isGe) {
+               slides.setAttribute('href','null');   // Gecko fix
+               slides.setAttribute('href',slideCSS); // Gecko fix
+       }
+       if (isIE && document.styleSheets && document.styleSheets[0]) {
+               document.styleSheets[0].addRule('img', 'behavior: url(ui/default/iepngfix.htc)');
+               document.styleSheets[0].addRule('div', 'behavior: url(ui/default/iepngfix.htc)');
+               document.styleSheets[0].addRule('.slide', 'behavior: url(ui/default/iepngfix.htc)');
+       }
+}
+
+function getIncrementals(obj) {
+       var incrementals = new Array();
+       if (!obj) 
+               return incrementals;
+       var children = obj.childNodes;
+       for (var i = 0; i < children.length; i++) {
+               var child = children[i];
+               if (hasClass(child, 'incremental')) {
+                       if (child.nodeName == 'OL' || child.nodeName == 'UL') {
+                               removeClass(child, 'incremental');
+                               for (var j = 0; j < child.childNodes.length; j++) {
+                                       if (child.childNodes[j].nodeType == 1) {
+                                               addClass(child.childNodes[j], 'incremental');
+                                       }
+                               }
+                       } else {
+                               incrementals[incrementals.length] = child;
+                               removeClass(child,'incremental');
+                       }
+               }
+               if (hasClass(child, 'show-first')) {
+                       if (child.nodeName == 'OL' || child.nodeName == 'UL') {
+                               removeClass(child, 'show-first');
+                               if (child.childNodes[isGe].nodeType == 1) {
+                                       removeClass(child.childNodes[isGe], 'incremental');
+                               }
+                       } else {
+                               incrementals[incrementals.length] = child;
+                       }
+               }
+               incrementals = incrementals.concat(getIncrementals(child));
+       }
+       return incrementals;
+}
+
+function createIncrementals() {
+       var incrementals = new Array();
+       for (var i = 0; i < smax; i++) {
+               incrementals[i] = getIncrementals(document.getElementById('slide'+i));
+       }
+       return incrementals;
+}
+
+function defaultCheck() {
+       var allMetas = document.getElementsByTagName('meta');
+       for (var i = 0; i< allMetas.length; i++) {
+               if (allMetas[i].name == 'defaultView') {
+                       defaultView = allMetas[i].content;
+               }
+               if (allMetas[i].name == 'controlVis') {
+                       controlVis = allMetas[i].content;
+               }
+       }
+}
+
+// Key trap fix, new function body for trap()
+function trap(e) {
+       if (!e) {
+               e = event;
+               e.which = e.keyCode;
+       }
+       try {
+               modifierKey = e.ctrlKey || e.altKey || e.metaKey;
+       }
+       catch(e) {
+               modifierKey = false;
+       }
+       return modifierKey || e.which == 0;
+}
+
+function startup() {
+       defaultCheck();
+       if (!isOp) 
+               createControls();
+       slideLabel();
+       fixLinks();
+       externalLinks();
+       fontScale();
+       if (!isOp) {
+               notOperaFix();
+               incrementals = createIncrementals();
+               slideJump();
+               if (defaultView == 'outline') {
+                       toggle();
+               }
+               document.onkeyup = keys;
+               document.onkeypress = trap;
+               document.onclick = clicker;
+       }
+}
+
+window.onload = startup;
+window.onresize = function(){setTimeout('fontScale()', 50);}
\ No newline at end of file
diff --git a/s5-checksums.txt b/s5-checksums.txt
new file mode 100644 (file)
index 0000000..acdd1a6
--- /dev/null
@@ -0,0 +1,26 @@
+CKSUM_CMD cksum
+CKSUM_ARGS 
+FILE ui/default/outline.css
+CKSUM 523633996 696 ui/default/outline.css
+FILE ui/default/slides.js
+CKSUM 31736210 15750 ui/default/slides.js
+FILE ui/default/iepngfix.htc
+CKSUM 2763588416 3136 ui/default/iepngfix.htc
+FILE ui/default/s5-core.css
+CKSUM 864334465 394 ui/default/s5-core.css
+FILE ui/default/print.css
+CKSUM 375568688 952 ui/default/print.css
+FILE ui/default/pretty.css
+CKSUM 1741082334 3597 ui/default/pretty.css
+FILE ui/default/bodybg.gif
+CKSUM 2985617690 10119 ui/default/bodybg.gif
+FILE ui/default/slides.css
+CKSUM 309889927 238 ui/default/slides.css
+FILE ui/default/framing.css
+CKSUM 3316470056 950 ui/default/framing.css
+FILE ui/default/opera.css
+CKSUM 2069341145 207 ui/default/opera.css
+FILE ui/default/blank.gif
+CKSUM 2796276349 49 ui/default/blank.gif
+FILE s5-blank.html
+CKSUM 2321827938 1808 s5-blank.html
diff --git a/tux-debian.svg b/tux-debian.svg
new file mode 100644 (file)
index 0000000..7820dfc
--- /dev/null
@@ -0,0 +1,3955 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:i="http://ns.adobe.com/AdobeIllustrator/10.0/"
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="311.47"
+   height="368.12"
+   id="svg4655"
+   version="1.1"
+   inkscape:version="0.48.1 r9760"
+   sodipodi:docname="penguin.svg">
+  <metadata
+     id="metadata6285">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="640"
+     inkscape:window-height="480"
+     id="namedview6283"
+     showgrid="false"
+     inkscape:zoom="0.71444095"
+     inkscape:cx="155.735"
+     inkscape:cy="184.06"
+     inkscape:window-x="0"
+     inkscape:window-y="25"
+     inkscape:window-maximized="0"
+     inkscape:current-layer="svg4655" />
+  <defs
+     id="defs4657">
+    <marker
+       id="ArrowEnd"
+       viewBox="0 0 10 10"
+       refX="0"
+       refY="5"
+       markerUnits="strokeWidth"
+       markerWidth="4"
+       markerHeight="3"
+       orient="auto">
+      <path
+         d="M 0 0 L 10 5 L 0 10 z"
+         id="path4660" />
+    </marker>
+    <marker
+       id="ArrowStart"
+       viewBox="0 0 10 10"
+       refX="10"
+       refY="5"
+       markerUnits="strokeWidth"
+       markerWidth="4"
+       markerHeight="3"
+       orient="auto">
+      <path
+         d="M 10 0 L 0 5 L 10 10 z"
+         id="path4663" />
+    </marker>
+  </defs>
+  <path
+     inkscape:connector-curvature="0"
+     id="path4667"
+     d="m 281.082,246.606 c -4.752,19.584 -28.872,60.48 -41.688,78.48 -12.816,18.072 -11.232,34.344 -34.92,28.008 -23.616,-6.336 -30.24,-5.184 -54.648,-3.744 -24.264,1.44 -19.008,-0.72 -34.2,6.12 -15.12,6.84 -65.8799,-82.944 -69.9839,-99.648 -4.032,-16.704 -5.976,-14.688 4.536,-32.76 10.512,-18.072 12.024,-35.928 25.92,-57.816 13.896,-21.96 29.9519,-33.12 28.7999,-49.896 -4.536,-62.2795 -8.1359,-93.3835 19.512,-107.78353 26.352,-13.68003 48.384,-5.54401 57.096,-0.86402 3.744,2.01599 11.376,5.90395 17.064,12.74395 5.688,6.6961 10.8,16.8481 13.68,29.664 5.904,25.7041 -2.448,17.2081 4.248,46.656 6.624,29.3756 20.088,43.7756 36.504,67.0316 16.416,23.256 33.552,61.632 28.08,83.808 z"
+     style="fill:#000000;stroke:none" />
+  <g
+     id="g4669">
+    <path
+       inkscape:connector-curvature="0"
+       id="path4671"
+       d="m 126.066,95.0464 c 4.32,-1.7279 4.464,-1.5839 7.344,-7.8479 2.304,-4.824 3.456,-7.272 3.384,-14.616 0,-7.2001 -2.232,-9.6481 -5.616,-14.328 -3.24,-4.464 -8.424,-4.68 -11.664,-4.104 -1.872,0.2879 -4.32,2.664 -5.976,6.1919 -1.08,2.376 -1.944,5.4001 -2.016,8.5681 -0.216,8.496 0.504,11.736 2.448,17.496 2.304,6.7679 7.92,10.296 12.096,8.6399 z"
+       style="fill:#666666;stroke:none" />
+    <g
+       id="g4673">
+      <path
+         inkscape:connector-curvature="0"
+         id="path4675"
+         d="m 126.066,95.0197 c 4.293,-1.7168 4.436,-1.5737 7.297,-7.7974 2.289,-4.7929 3.434,-7.2252 3.362,-14.5219 0,-7.1536 -2.252,-9.7364 -5.579,-14.2357 -3.295,-4.3443 -8.273,-4.6185 -11.489,-4.0619 -1.916,0.283 -4.258,2.7284 -5.941,6.127 -1.16,2.3105 -2.06,5.3371 -2.131,8.5191 -0.212,8.4382 0.532,11.6667 2.463,17.3865 2.286,6.7244 7.869,10.2297 12.018,8.5843 z"
+         style="fill:#6d6d6d;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4677"
+         d="m 126.067,94.993 c 4.264,-1.7057 4.406,-1.5635 7.249,-7.7468 2.274,-4.7619 3.412,-7.1785 3.341,-14.4278 0,-7.1072 -2.273,-9.8248 -5.544,-14.1434 -3.349,-4.2246 -8.121,-4.557 -11.313,-4.0198 -1.961,0.2779 -4.196,2.7926 -5.905,6.062 -1.242,2.245 -2.177,5.2741 -2.248,8.4701 -0.207,8.3804 0.561,11.5975 2.48,17.2771 2.268,6.6807 7.817,10.1633 11.94,8.5286 z"
+         style="fill:#757575;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4679"
+         d="m 126.067,94.9663 c 4.236,-1.6947 4.378,-1.5533 7.202,-7.6963 2.26,-4.7308 3.389,-7.1316 3.319,-14.3337 0,-7.0608 -2.293,-9.9132 -5.508,-14.0511 -3.403,-4.1049 -7.969,-4.4955 -11.137,-3.9777 -2.006,0.273 -4.133,2.8571 -5.87,5.9971 -1.323,2.1795 -2.293,5.2111 -2.363,8.4212 -0.203,8.3225 0.588,11.5281 2.495,17.1675 2.25,6.6372 7.767,10.0971 11.862,8.473 z"
+         style="fill:#7c7c7c;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4681"
+         d="m 126.067,94.9396 c 4.209,-1.6836 4.349,-1.5431 7.155,-7.6457 2.245,-4.6998 3.367,-7.0849 3.297,-14.2396 0,-7.0144 -2.313,-10.0017 -5.472,-13.9588 -3.457,-3.9852 -7.818,-4.434 -10.962,-3.9356 -2.049,0.268 -4.07,2.9213 -5.834,5.9321 -1.404,2.1141 -2.409,5.1481 -2.479,8.3723 -0.198,8.2646 0.617,11.4588 2.511,17.0579 2.232,6.5936 7.716,10.0308 11.784,8.4174 z"
+         style="fill:#848484;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4683"
+         d="m 126.067,94.9129 c 4.181,-1.6725 4.321,-1.5329 7.108,-7.5952 2.23,-4.6687 3.345,-7.038 3.275,-14.1455 0,-6.968 -2.333,-10.09 -5.435,-13.8665 -3.512,-3.8655 -7.667,-4.3725 -10.787,-3.8935 -2.094,0.263 -4.008,2.9857 -5.799,5.8672 -1.484,2.0485 -2.525,5.0851 -2.594,8.3233 -0.194,8.2068 0.644,11.3895 2.526,16.9485 2.214,6.55 7.665,9.9645 11.706,8.3617 z"
+         style="fill:#8c8c8c;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4685"
+         d="m 126.068,94.8863 c 4.153,-1.6614 4.291,-1.5228 7.06,-7.5447 2.215,-4.6377 3.322,-6.9913 3.253,-14.0514 0,-6.9216 -2.353,-10.1784 -5.399,-13.7742 -3.566,-3.7458 -7.515,-4.311 -10.611,-3.8514 -2.138,0.2579 -3.946,3.0501 -5.764,5.8023 -1.565,1.983 -2.64,5.022 -2.709,8.2742 -0.189,8.149 0.672,11.3202 2.541,16.8391 2.196,6.5063 7.614,9.8982 11.629,8.3061 z"
+         style="fill:#939393;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4687"
+         d="m 126.068,94.8596 c 4.125,-1.6503 4.263,-1.5126 7.013,-7.4942 2.2,-4.6066 3.3,-6.9444 3.231,-13.9573 0,-6.8752 -2.373,-10.2668 -5.363,-13.6819 -3.62,-3.6261 -7.363,-4.2495 -10.435,-3.8093 -2.183,0.253 -3.884,3.1144 -5.729,5.7373 -1.646,1.9175 -2.756,4.9591 -2.825,8.2254 -0.184,8.0911 0.701,11.2509 2.557,16.7295 2.178,6.4628 7.563,9.8319 11.551,8.2505 z"
+         style="fill:#9b9b9b;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4689"
+         d="m 126.068,94.8329 c 4.097,-1.6393 4.234,-1.5025 6.966,-7.4436 2.185,-4.5756 3.278,-6.8977 3.209,-13.8632 0,-6.8288 -2.393,-10.3553 -5.326,-13.5896 -3.676,-3.5064 -7.212,-4.188 -10.26,-3.7672 -2.228,0.248 -3.822,3.1788 -5.694,5.6723 -1.726,1.8521 -2.872,4.896 -2.94,8.1765 -0.18,8.0332 0.728,11.1815 2.572,16.62 2.16,6.4192 7.512,9.7656 11.473,8.1948 z"
+         style="fill:#a3a3a3;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4691"
+         d="m 126.068,94.8062 c 4.07,-1.6282 4.206,-1.4922 6.919,-7.3931 2.17,-4.5445 3.256,-6.8508 3.188,-13.7691 0,-6.7824 -2.414,-10.4436 -5.291,-13.4973 -3.73,-3.3867 -7.061,-4.1265 -10.085,-3.7251 -2.271,0.243 -3.759,3.2431 -5.657,5.6075 -1.808,1.7865 -2.989,4.833 -3.057,8.1274 -0.175,7.9754 0.757,11.1123 2.589,16.5105 2.142,6.3756 7.46,9.6993 11.394,8.1392 z"
+         style="fill:#aaaaaa;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4693"
+         d="m 126.069,94.7794 c 4.041,-1.617 4.176,-1.4819 6.871,-7.3424 2.155,-4.5136 3.233,-6.804 3.166,-13.675 0,-6.736 -2.434,-10.5321 -5.255,-13.405 -3.784,-3.267 -6.909,-4.065 -9.909,-3.683 -2.316,0.238 -3.697,3.3074 -5.622,5.5425 -1.889,1.721 -3.105,4.77 -3.172,8.0785 -0.171,7.9175 0.785,11.043 2.604,16.401 2.124,6.3319 7.409,9.6329 11.317,8.0834 z"
+         style="fill:#b2b2b2;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4695"
+         d="m 126.069,94.7527 c 4.014,-1.6058 4.148,-1.4718 6.824,-7.2919 2.14,-4.4825 3.211,-6.7572 3.144,-13.5809 0,-6.6896 -2.454,-10.6204 -5.218,-13.3127 -3.839,-3.1473 -6.758,-4.0035 -9.734,-3.6409 -2.36,0.233 -3.635,3.3719 -5.587,5.4775 -1.969,1.6556 -3.221,4.707 -3.288,8.0296 -0.166,7.8597 0.813,10.9737 2.62,16.2915 2.106,6.2884 7.358,9.5667 11.239,8.0278 z"
+         style="fill:#bababa;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4697"
+         d="m 126.069,94.726 c 3.986,-1.5947 4.119,-1.4615 6.777,-7.2414 2.125,-4.4514 3.189,-6.7103 3.122,-13.4867 0,-6.6433 -2.474,-10.7088 -5.182,-13.2205 -3.893,-3.0275 -6.606,-3.942 -9.558,-3.5988 -2.405,0.228 -3.573,3.4362 -5.552,5.4126 -2.05,1.59 -3.337,4.6441 -3.403,7.9806 -0.162,7.8019 0.841,10.9045 2.635,16.182 2.088,6.2448 7.307,9.5004 11.161,7.9722 z"
+         style="fill:#c1c1c1;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4699"
+         d="m 126.069,94.6993 c 3.958,-1.5837 4.091,-1.4513 6.73,-7.1908 2.111,-4.4204 3.166,-6.6636 3.1,-13.3927 0,-6.5968 -2.494,-10.7972 -5.146,-13.1281 -3.947,-2.9079 -6.454,-3.8805 -9.382,-3.5567 -2.45,0.223 -3.51,3.5005 -5.517,5.3477 -2.131,1.5245 -3.453,4.5809 -3.519,7.9316 -0.157,7.744 0.87,10.8351 2.651,16.0725 2.07,6.2012 7.257,9.4341 11.083,7.9165 z"
+         style="fill:#c9c9c9;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4701"
+         d="m 126.07,94.6726 c 3.93,-1.5726 4.061,-1.4412 6.682,-7.1403 2.096,-4.3893 3.144,-6.6167 3.078,-13.2985 0,-6.5505 -2.514,-10.8857 -5.11,-13.0359 -4.001,-2.7881 -6.303,-3.8189 -9.207,-3.5146 -2.493,0.2181 -3.447,3.5649 -5.481,5.2828 -2.212,1.4589 -3.569,4.5179 -3.634,7.8827 -0.153,7.6861 0.897,10.7658 2.666,15.9629 2.052,6.1576 7.206,9.3678 11.006,7.8609 z"
+         style="fill:#d1d1d1;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4703"
+         d="m 126.07,94.646 c 3.902,-1.5616 4.033,-1.4311 6.634,-7.0898 2.082,-4.3583 3.123,-6.57 3.057,-13.2045 0,-6.504 -2.534,-10.974 -5.073,-12.9435 -4.056,-2.6685 -6.152,-3.7575 -9.032,-3.4725 -2.538,0.213 -3.385,3.6292 -5.446,5.2177 -2.292,1.3936 -3.685,4.455 -3.75,7.8338 -0.148,7.6282 0.926,10.6965 2.682,15.8535 2.034,6.114 7.155,9.3015 10.928,7.8053 z"
+         style="fill:#d8d8d8;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4705"
+         d="m 126.07,94.6193 c 3.875,-1.5505 4.004,-1.4208 6.587,-7.0393 2.067,-4.3272 3.1,-6.5231 3.036,-13.1103 0,-6.4576 -2.555,-11.0624 -5.038,-12.8513 -4.11,-2.5487 -6,-3.6959 -8.856,-3.4304 -2.582,0.2081 -3.323,3.6937 -5.41,5.1529 -2.374,1.328 -3.802,4.3919 -3.866,7.7847 -0.144,7.5705 0.954,10.6272 2.698,15.7441 2.016,6.0703 7.103,9.2352 10.849,7.7496 z"
+         style="fill:#e0e0e0;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4707"
+         d="m 126.07,94.5926 c 3.847,-1.5393 3.976,-1.4107 6.54,-6.9887 2.052,-4.2962 3.078,-6.4764 3.014,-13.0163 0,-6.4112 -2.575,-11.1508 -5.002,-12.7589 -4.164,-2.4291 -5.848,-3.6345 -8.68,-3.3883 -2.627,0.203 -3.261,3.7579 -5.375,5.0879 -2.455,1.2625 -3.918,4.3289 -3.981,7.7358 -0.14,7.5126 0.981,10.5579 2.713,15.6345 1.998,6.0268 7.052,9.1689 10.771,7.694 z"
+         style="fill:#e8e8e8;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4709"
+         d="m 126.071,94.5659 c 3.818,-1.5283 3.946,-1.4005 6.492,-6.9382 2.037,-4.2651 3.056,-6.4295 2.992,-12.9221 0,-6.3648 -2.595,-11.2393 -4.965,-12.6667 -4.22,-2.3093 -5.697,-3.5729 -8.505,-3.3462 -2.672,0.1981 -3.199,3.8223 -5.34,5.0229 -2.535,1.1971 -4.034,4.266 -4.097,7.687 -0.135,7.4547 1.01,10.4885 2.729,15.525 1.98,5.9831 7.001,9.1026 10.694,7.6383 z"
+         style="fill:#efefef;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4711"
+         d="m 126.071,94.5392 c 3.791,-1.5172 3.918,-1.3902 6.445,-6.8876 2.022,-4.2341 3.034,-6.3828 2.97,-12.8281 0,-6.3184 -2.615,-11.3276 -4.929,-12.5743 -4.274,-2.1897 -5.546,-3.5115 -8.33,-3.3041 -2.715,0.193 -3.136,3.8866 -5.304,4.9579 -2.616,1.1316 -4.15,4.203 -4.212,7.638 -0.131,7.3969 1.038,10.4193 2.744,15.4155 1.962,5.9396 6.95,9.0363 10.616,7.5827 z"
+         style="fill:#f7f7f7;stroke:none" />
+    </g>
+    <path
+       inkscape:connector-curvature="0"
+       id="path4713"
+       d="m 126.071,94.5125 c 3.763,-1.5061 3.889,-1.3801 6.398,-6.8371 2.007,-4.203 3.011,-6.336 2.948,-12.7339 0,-6.272 -2.635,-11.416 -4.893,-12.4821 -4.328,-2.0699 -5.394,-3.4499 -8.154,-3.262 -2.76,0.1881 -3.074,3.951 -5.269,4.8931 -2.697,1.066 -4.266,4.1399 -4.328,7.5889 -0.126,7.3391 1.066,10.35 2.76,15.306 1.944,5.896 6.899,8.97 10.538,7.5271 z"
+       style="fill:#ffffff;stroke:none" />
+  </g>
+  <path
+     inkscape:connector-curvature="0"
+     id="path4715"
+     d="m 122.034,65.7425 c 2.16,0 4.896,1.44 6.192,3.384 1.368,1.944 2.376,4.68 2.376,7.776 0,4.608 -0.504,9.72 -3.24,11.304 -0.864,0.5039 -2.736,0.936 -3.816,0.936 -2.448,0 -2.664,-1.5841 -4.968,-3.96 -0.792,-0.864 -3.168,-5.04 -3.168,-8.496 0,-2.16 -0.504,-5.256 1.368,-7.992 1.296,-2.016 2.952,-2.952 5.256,-2.952 z"
+     style="fill:#000000;stroke:none" />
+  <g
+     id="g4717">
+    <path
+       inkscape:connector-curvature="0"
+       id="path4719"
+       d="m 121.458,69.6054 c 0.844,-1.305 4.222,-0.6899 5.45,1.996 1.229,2.6871 0.998,8.522 0.154,8.8291 -2.226,0.691 -1.536,-2.534 -3.455,-5.451 -1.919,-2.763 -2.994,-4.0681 -2.149,-5.3741 z"
+       style="fill:#000000;stroke:none" />
+    <g
+       id="g4721">
+      <path
+         inkscape:connector-curvature="0"
+         id="path4723"
+         d="m 121.512,69.6606 c 0.834,-1.2885 4.169,-0.6813 5.381,1.9707 1.214,2.6529 0.986,8.414 0.152,8.7171 -2.198,0.6822 -1.516,-2.5019 -3.411,-5.3819 -1.895,-2.728 -2.956,-4.0165 -2.122,-5.3059 z"
+         style="fill:#070707;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4725"
+         d="m 121.566,69.7156 c 0.823,-1.2718 4.115,-0.6725 5.312,1.9454 1.198,2.6189 0.973,8.306 0.15,8.6053 -2.169,0.6735 -1.497,-2.4699 -3.367,-5.3128 -1.871,-2.693 -2.918,-3.9651 -2.095,-5.2379 z"
+         style="fill:#0f0f0f;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4727"
+         d="m 121.62,69.7708 c 0.812,-1.2554 4.062,-0.6639 5.243,1.9201 1.182,2.5848 0.96,8.198 0.148,8.4932 -2.141,0.6648 -1.477,-2.4376 -3.323,-5.2436 -1.846,-2.658 -2.881,-3.9136 -2.068,-5.1697 z"
+         style="fill:#161616;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4729"
+         d="m 121.674,69.8258 c 0.801,-1.2388 4.008,-0.6551 5.174,1.8948 1.167,2.5509 0.947,8.09 0.146,8.3815 -2.113,0.656 -1.458,-2.4057 -3.28,-5.1746 -1.821,-2.623 -2.842,-3.8621 -2.04,-5.1017 z"
+         style="fill:#1e1e1e;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4731"
+         d="m 121.728,69.881 c 0.791,-1.2223 3.955,-0.6465 5.105,1.8695 1.151,2.5167 0.935,7.982 0.144,8.2695 -2.085,0.6472 -1.438,-2.3735 -3.236,-5.1055 -1.797,-2.5881 -2.804,-3.8106 -2.013,-5.0335 z"
+         style="fill:#262626;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4733"
+         d="m 121.782,69.936 c 0.78,-1.2057 3.901,-0.6377 5.036,1.8442 1.135,2.4828 0.922,7.874 0.142,8.1576 -2.057,0.6386 -1.419,-2.3413 -3.192,-5.0363 -1.773,-2.5531 -2.766,-3.759 -1.986,-4.9655 z"
+         style="fill:#2d2d2d;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4735"
+         d="m 121.836,69.9911 c 0.769,-1.1891 3.848,-0.629 4.967,1.8189 1.12,2.4487 0.909,7.766 0.14,8.0457 -2.028,0.6298 -1.399,-2.3093 -3.148,-4.9672 -1.749,-2.518 -2.729,-3.7076 -1.959,-4.8974 z"
+         style="fill:#353535;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4737"
+         d="m 121.89,70.0462 c 0.759,-1.1725 3.794,-0.6203 4.898,1.7936 1.104,2.4147 0.897,7.658 0.138,7.9339 -2,0.621 -1.38,-2.2772 -3.104,-4.8982 -1.725,-2.483 -2.691,-3.656 -1.932,-4.8293 z"
+         style="fill:#3d3d3d;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4739"
+         d="m 121.944,70.1013 c 0.748,-1.156 3.741,-0.6116 4.829,1.7683 1.088,2.3806 0.884,7.55 0.136,7.822 -1.972,0.6122 -1.36,-2.2452 -3.061,-4.8291 -1.7,-2.448 -2.652,-3.6046 -1.904,-4.7612 z"
+         style="fill:#444444;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4741"
+         d="m 121.998,70.1565 c 0.737,-1.1396 3.687,-0.603 4.76,1.7429 1.073,2.3465 0.871,7.4421 0.134,7.7101 -1.944,0.6035 -1.341,-2.213 -3.017,-4.76 -1.676,-2.413 -2.614,-3.5531 -1.877,-4.693 z"
+         style="fill:#4c4c4c;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4743"
+         d="m 122.052,70.2115 c 0.727,-1.1229 3.634,-0.5942 4.691,1.7177 1.057,2.3125 0.859,7.334 0.132,7.5981 -1.916,0.5948 -1.321,-2.1808 -2.973,-4.6908 -1.652,-2.378 -2.577,-3.5015 -1.85,-4.625 z"
+         style="fill:#545454;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4745"
+         d="m 122.106,70.2667 c 0.716,-1.1065 3.58,-0.5856 4.622,1.6923 1.041,2.2785 0.846,7.2261 0.13,7.4863 -1.887,0.5859 -1.302,-2.1489 -2.929,-4.6218 -1.628,-2.343 -2.539,-3.4501 -1.823,-4.5568 z"
+         style="fill:#5b5b5b;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4747"
+         d="m 122.16,70.3217 c 0.705,-1.0898 3.527,-0.5768 4.553,1.6672 1.026,2.2443 0.833,7.1179 0.128,7.3743 -1.859,0.5772 -1.282,-2.1167 -2.885,-4.5527 -1.603,-2.308 -2.501,-3.3985 -1.796,-4.4888 z"
+         style="fill:#636363;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4749"
+         d="m 122.214,70.3769 c 0.694,-1.0733 3.473,-0.5682 4.484,1.6417 1.01,2.2104 0.82,7.0101 0.126,7.2625 -1.831,0.5684 -1.263,-2.0847 -2.842,-4.4836 -1.578,-2.273 -2.462,-3.3471 -1.768,-4.4206 z"
+         style="fill:#6b6b6b;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4751"
+         d="m 122.268,70.4319 c 0.684,-1.0567 3.42,-0.5594 4.414,1.6165 0.995,2.1763 0.809,6.902 0.125,7.1505 -1.803,0.5598 -1.243,-2.0524 -2.798,-4.4144 -1.554,-2.238 -2.425,-3.2955 -1.741,-4.3526 z"
+         style="fill:#727272;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4753"
+         d="m 122.322,70.4871 c 0.673,-1.0402 3.366,-0.5508 4.345,1.5911 0.98,2.1423 0.796,6.7941 0.123,7.0387 -1.775,0.5509 -1.224,-2.0204 -2.754,-4.3454 -1.53,-2.203 -2.387,-3.244 -1.714,-4.2844 z"
+         style="fill:#7a7a7a;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4755"
+         d="m 122.376,70.5421 c 0.662,-1.0236 3.313,-0.542 4.276,1.566 0.964,2.1081 0.783,6.6859 0.121,6.9267 -1.746,0.5422 -1.204,-1.9884 -2.71,-4.2763 -1.506,-2.168 -2.349,-3.1926 -1.687,-4.2164 z"
+         style="fill:#828282;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4757"
+         d="m 122.43,70.5973 c 0.652,-1.0072 3.259,-0.5334 4.207,1.5405 0.949,2.0741 0.771,6.5781 0.119,6.8148 -1.718,0.5335 -1.185,-1.9561 -2.666,-4.2071 -1.482,-2.133 -2.311,-3.141 -1.66,-4.1482 z"
+         style="fill:#898989;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4759"
+         d="m 122.484,70.6523 c 0.641,-0.9905 3.206,-0.5246 4.138,1.5154 0.933,2.04 0.758,6.4699 0.117,6.7028 -1.69,0.5248 -1.165,-1.9241 -2.623,-4.138 -1.457,-2.098 -2.273,-3.0896 -1.632,-4.0802 z"
+         style="fill:#919191;stroke:none" />
+    </g>
+    <path
+       inkscape:connector-curvature="0"
+       id="path4761"
+       d="m 122.538,70.7075 c 0.63,-0.974 3.152,-0.516 4.069,1.4899 0.917,2.0061 0.745,6.362 0.115,6.5911 -1.662,0.5159 -1.146,-1.892 -2.579,-4.069 -1.433,-2.063 -2.235,-3.038 -1.605,-4.012 z"
+       style="fill:#999999;stroke:none" />
+  </g>
+  <g
+     id="g4763">
+    <path
+       inkscape:connector-curvature="0"
+       id="path4765"
+       d="m 170.706,95.9825 c 10.8,-1.1521 14.616,-5.3281 16.56,-12.6001 1.728,-6.4799 1.8,-13.6799 -3.024,-22.104 -4.536,-8.064 -7.128,-9.3599 -13.68,-9.8639 -10.08,-0.8641 -14.832,6.1919 -17.064,11.232 -2.376,5.4719 -1.872,4.6799 -1.728,11.592 0.144,7.272 2.376,10.296 4.896,14.832 2.52,4.464 12.816,6.9839 14.04,6.912 z"
+       style="fill:#666666;stroke:none" />
+    <g
+       id="g4767">
+      <path
+         inkscape:connector-curvature="0"
+         id="path4769"
+         d="m 170.711,95.941 c 10.759,-1.1312 14.618,-5.3538 16.515,-12.5689 1.701,-6.5252 1.691,-13.6734 -3.096,-21.8999 -4.433,-7.7969 -7.094,-9.1116 -13.568,-9.6116 -10.049,-0.8608 -14.669,5.9134 -16.919,10.8739 -2.314,5.2736 -1.892,4.6851 -1.743,11.5143 0.154,7.2717 2.316,10.2634 4.834,14.801 2.52,4.4743 12.753,6.9641 13.977,6.8912 z"
+         style="fill:#6d6d6d;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4771"
+         d="m 170.717,95.8996 c 10.717,-1.1106 14.619,-5.3795 16.468,-12.5378 1.675,-6.5704 1.584,-13.6669 -3.167,-21.6958 -4.331,-7.53 -7.059,-8.8634 -13.456,-9.3592 -10.017,-0.8578 -14.506,5.6349 -16.774,10.5157 -2.251,5.0753 -1.913,4.6903 -1.759,11.4367 0.164,7.2713 2.258,10.2308 4.772,14.7699 2.52,4.4847 12.692,6.9443 13.916,6.8705 z"
+         style="fill:#757575;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4773"
+         d="m 170.722,95.8581 c 10.675,-1.0898 14.621,-5.4052 16.423,-12.5067 1.648,-6.6156 1.475,-13.6602 -3.239,-21.4916 -4.229,-7.2629 -7.025,-8.615 -13.344,-9.1069 -9.986,-0.8546 -14.342,5.3564 -16.629,10.1577 -2.189,4.8769 -1.934,4.6954 -1.774,11.3589 0.173,7.271 2.198,10.1982 4.709,14.7389 2.52,4.495 12.63,6.9246 13.854,6.8497 z"
+         style="fill:#7c7c7c;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4775"
+         d="m 170.727,95.8167 c 10.634,-1.069 14.623,-5.431 16.377,-12.4757 1.622,-6.6607 1.367,-13.6536 -3.31,-21.2874 -4.126,-6.996 -6.991,-8.3667 -13.232,-8.8545 -9.955,-0.8514 -14.179,5.0778 -16.484,9.7996 -2.127,4.6785 -1.955,4.7005 -1.79,11.2812 0.184,7.2706 2.139,10.1656 4.647,14.7078 2.52,4.5053 12.568,6.9048 13.792,6.829 z"
+         style="fill:#848484;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4777"
+         d="m 170.732,95.7752 c 10.593,-1.0482 14.625,-5.4567 16.332,-12.4445 1.595,-6.706 1.258,-13.647 -3.382,-21.0833 -4.024,-6.7289 -6.957,-8.1184 -13.12,-8.6022 -9.924,-0.8483 -14.016,4.7993 -16.339,9.4415 -2.065,4.4802 -1.975,4.7057 -1.806,11.2035 0.194,7.2703 2.08,10.133 4.586,14.6767 2.52,4.5158 12.505,6.8851 13.729,6.8083 z"
+         style="fill:#8c8c8c;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4779"
+         d="m 170.737,95.7337 c 10.552,-1.0275 14.628,-5.4824 16.287,-12.4134 1.568,-6.7511 1.149,-13.6403 -3.453,-20.879 -3.922,-6.4621 -6.923,-7.8702 -13.009,-8.3499 -9.892,-0.8452 -13.853,4.5207 -16.194,9.0833 -2.003,4.2819 -1.996,4.711 -1.821,11.1259 0.203,7.2699 2.02,10.1003 4.523,14.6457 2.52,4.5261 12.444,6.8651 13.667,6.7874 z"
+         style="fill:#939393;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4781"
+         d="m 170.742,95.6923 c 10.51,-1.0068 14.63,-5.5082 16.241,-12.3823 1.542,-6.7964 1.041,-13.6338 -3.524,-20.675 -3.82,-6.195 -6.889,-7.6218 -12.897,-8.0975 -9.861,-0.8419 -13.69,4.2422 -16.049,8.7253 -1.941,4.0835 -2.017,4.7161 -1.837,11.0481 0.214,7.2696 1.961,10.0678 4.461,14.6147 2.52,4.5364 12.382,6.8453 13.605,6.7667 z"
+         style="fill:#9b9b9b;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4783"
+         d="m 170.747,95.6508 c 10.469,-0.9859 14.632,-5.5339 16.196,-12.3511 1.515,-6.8416 0.932,-13.6272 -3.596,-20.4708 -3.718,-5.9281 -6.855,-7.3736 -12.785,-7.8452 -9.83,-0.8389 -13.527,3.9636 -15.904,8.3672 -1.879,3.8852 -2.037,4.7212 -1.852,10.9704 0.223,7.2692 1.901,10.0351 4.399,14.5836 2.52,4.5468 12.319,6.8255 13.542,6.7459 z"
+         style="fill:#a3a3a3;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4785"
+         d="m 170.753,95.6094 c 10.427,-0.9653 14.633,-5.5597 16.149,-12.3201 1.489,-6.8868 0.825,-13.6206 -3.667,-20.2667 -3.615,-5.661 -6.821,-7.1252 -12.673,-7.5928 -9.799,-0.8357 -13.364,3.6851 -15.759,8.0091 -1.816,3.6868 -2.058,4.7264 -1.868,10.8927 0.233,7.2689 1.843,10.0026 4.337,14.5526 2.52,4.5571 12.257,6.8057 13.481,6.7252 z"
+         style="fill:#aaaaaa;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4787"
+         d="m 170.758,95.568 c 10.386,-0.9446 14.635,-5.5855 16.104,-12.289 1.462,-6.932 0.716,-13.6141 -3.739,-20.0625 -3.513,-5.3941 -6.786,-6.8771 -12.561,-7.3406 -9.767,-0.8325 -13.201,3.4065 -15.614,7.651 -1.754,3.4885 -2.079,4.7316 -1.883,10.815 0.243,7.2685 1.783,9.9701 4.274,14.5216 2.52,4.5674 12.196,6.7859 13.419,6.7045 z"
+         style="fill:#b2b2b2;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4789"
+         d="m 170.763,95.5265 c 10.344,-0.9237 14.637,-5.6112 16.058,-12.2579 1.436,-6.9772 0.608,-13.6074 -3.81,-19.8584 -3.41,-5.127 -6.752,-6.6286 -12.449,-7.0881 -9.736,-0.8294 -13.038,3.1279 -15.469,7.2929 -1.692,3.2902 -2.099,4.7367 -1.899,10.7373 0.253,7.2682 1.724,9.9374 4.213,14.4905 2.52,4.5778 12.133,6.7661 13.356,6.6837 z"
+         style="fill:#bababa;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4791"
+         d="m 170.768,95.485 c 10.303,-0.903 14.639,-5.6369 16.013,-12.2268 1.409,-7.0224 0.499,-13.6008 -3.882,-19.6542 -3.308,-4.86 -6.718,-6.3803 -12.337,-6.8358 -9.705,-0.8262 -12.875,2.8494 -15.324,6.9348 -1.63,3.0918 -2.12,4.7419 -1.914,10.6597 0.262,7.2678 1.664,9.9048 4.15,14.4594 2.52,4.5881 12.071,6.7464 13.294,6.6629 z"
+         style="fill:#c1c1c1;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4793"
+         d="m 170.773,95.4436 c 10.262,-0.8823 14.641,-5.6627 15.967,-12.1957 1.383,-7.0676 0.391,-13.5942 -3.953,-19.45 -3.206,-4.593 -6.684,-6.1321 -12.225,-6.5835 -9.674,-0.8231 -12.711,2.5708 -15.179,6.5767 -1.568,2.8934 -2.141,4.747 -1.93,10.5819 0.273,7.2674 1.605,9.8722 4.088,14.4284 2.52,4.5985 12.009,6.7266 13.232,6.6422 z"
+         style="fill:#c9c9c9;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4795"
+         d="m 170.778,95.4022 c 10.221,-0.8616 14.643,-5.6885 15.922,-12.1647 1.356,-7.1127 0.282,-13.5876 -4.025,-19.2459 -3.103,-4.326 -6.649,-5.8837 -12.113,-6.331 -9.642,-0.82 -12.548,2.2923 -15.034,6.2186 -1.506,2.695 -2.162,4.7521 -1.945,10.5042 0.282,7.2671 1.545,9.8396 4.025,14.3973 2.52,4.6089 11.948,6.7068 13.17,6.6215 z"
+         style="fill:#d1d1d1;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4797"
+         d="m 170.783,95.3607 c 10.179,-0.8408 14.645,-5.7142 15.876,-12.1335 1.33,-7.158 0.174,-13.581 -4.096,-19.0417 -3.001,-4.0591 -6.615,-5.6355 -12.001,-6.0788 -9.611,-0.8168 -12.385,2.0138 -14.889,5.8605 -1.444,2.4968 -2.182,4.7573 -1.961,10.4265 0.292,7.2668 1.486,9.807 3.964,14.3663 2.52,4.6192 11.885,6.6869 13.107,6.6007 z"
+         style="fill:#d8d8d8;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4799"
+         d="m 170.789,95.3192 c 10.137,-0.82 14.646,-5.7399 15.83,-12.1023 1.303,-7.2033 0.066,-13.5744 -4.168,-18.8377 -2.898,-3.792 -6.581,-5.3871 -11.889,-5.8263 -9.58,-0.8137 -12.222,1.7352 -14.744,5.5023 -1.381,2.2984 -2.203,4.7625 -1.977,10.3489 0.303,7.2663 1.428,9.7743 3.902,14.3352 2.52,4.6296 11.823,6.6671 13.046,6.5799 z"
+         style="fill:#e0e0e0;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4801"
+         d="m 170.794,95.2778 c 10.096,-0.7993 14.648,-5.7657 15.785,-12.0713 1.276,-7.2484 -0.043,-13.5678 -4.24,-18.6334 -2.796,-3.525 -6.547,-5.1389 -11.777,-5.5741 -9.549,-0.8105 -12.059,1.4567 -14.599,5.1443 -1.319,2.1 -2.224,4.7676 -1.992,10.2711 0.312,7.2661 1.368,9.7418 3.839,14.3042 2.52,4.6399 11.761,6.6473 12.984,6.5592 z"
+         style="fill:#e8e8e8;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4803"
+         d="m 170.799,95.2363 c 10.055,-0.7784 14.65,-5.7914 15.739,-12.0402 1.25,-7.2935 -0.151,-13.5612 -4.311,-18.4293 -2.694,-3.2579 -6.512,-4.8905 -11.665,-5.3216 -9.517,-0.8074 -11.896,1.1781 -14.454,4.7862 -1.257,1.9017 -2.244,4.7727 -2.008,10.1934 0.323,7.2657 1.309,9.7091 3.778,14.2731 2.52,4.6502 11.699,6.6275 12.921,6.5384 z"
+         style="fill:#efefef;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4805"
+         d="m 170.804,95.1949 c 10.013,-0.7578 14.652,-5.8172 15.694,-12.0091 1.223,-7.3388 -0.26,-13.5546 -4.383,-18.2251 -2.591,-2.991 -6.478,-4.6423 -11.553,-5.0694 -9.486,-0.8042 -11.733,0.8996 -14.309,4.4281 -1.195,1.7033 -2.265,4.7779 -2.023,10.1157 0.332,7.2653 1.249,9.6766 3.715,14.2421 2.52,4.6606 11.637,6.6077 12.859,6.5177 z"
+         style="fill:#f7f7f7;stroke:none" />
+    </g>
+    <path
+       inkscape:connector-curvature="0"
+       id="path4807"
+       d="m 170.809,95.1534 c 9.972,-0.737 14.654,-5.8429 15.648,-11.978 1.197,-7.384 -0.368,-13.548 -4.454,-18.021 -2.489,-2.7239 -6.444,-4.3939 -11.441,-4.8169 -9.455,-0.8011 -11.57,0.621 -14.164,4.0699 -1.133,1.505 -2.286,4.7831 -2.039,10.0381 0.342,7.2649 1.19,9.6439 3.653,14.211 2.52,4.671 11.575,6.5879 12.797,6.4969 z"
+       style="fill:#ffffff;stroke:none" />
+  </g>
+  <path
+     inkscape:connector-curvature="0"
+     id="path4809"
+     d="m 169.842,65.4544 c 5.4,0 8.568,4.824 9.648,11.0161 0.432,2.8079 -0.216,6.048 -1.944,8.28 -1.944,2.5919 -5.4,4.176 -8.208,4.176 -2.664,0 -5.688,0.432 -7.272,-1.728 -1.584,-2.232 -1.944,-7.2001 -1.944,-10.728 0,-3.96 1.152,-6.768 3.168,-9 1.512,-1.656 4.248,-2.0161 6.552,-2.0161 z"
+     style="fill:#000000;stroke:none" />
+  <g
+     id="g4811">
+    <path
+       inkscape:connector-curvature="0"
+       id="path4813"
+       d="m 170.187,67.6765 c 0.98,-0.6531 2.612,0 4.489,2.122 2.039,2.285 2.937,4.0799 0.489,5.3849 -1.877,0.9801 -2.448,-1.9579 -3.59,-3.1819 -1.795,-1.958 -3.346,-3.019 -1.388,-4.325 z"
+       style="fill:#000000;stroke:none" />
+    <g
+       id="g4815">
+      <path
+         inkscape:connector-curvature="0"
+         id="path4817"
+         d="m 170.227,67.7351 c 0.96,-0.6491 2.573,0 4.422,2.0905 2.009,2.2511 2.865,4.0195 0.482,5.3051 -1.837,0.977 -2.403,-1.9289 -3.525,-3.1347 -1.768,-1.9261 -3.296,-2.9657 -1.379,-4.2609 z"
+         style="fill:#070707;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4819"
+         d="m 170.267,67.7938 c 0.939,-0.6451 2.534,0 4.356,2.059 1.978,2.2172 2.792,3.9588 0.474,5.2251 -1.798,0.9739 -2.358,-1.8998 -3.46,-3.0875 -1.742,-1.8941 -3.247,-2.9122 -1.37,-4.1966 z"
+         style="fill:#0f0f0f;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4821"
+         d="m 170.307,67.8524 c 0.919,-0.6412 2.496,0 4.289,2.0275 1.948,2.1833 2.72,3.8984 0.467,5.1453 -1.759,0.9709 -2.313,-1.8708 -3.396,-3.0402 -1.715,-1.8623 -3.197,-2.859 -1.36,-4.1326 z"
+         style="fill:#161616;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4823"
+         d="m 170.347,67.911 c 0.899,-0.6372 2.457,0 4.222,1.9961 1.918,2.1494 2.648,3.8377 0.46,5.0653 -1.719,0.9678 -2.268,-1.8417 -3.331,-2.9929 -1.688,-1.8305 -3.147,-2.8056 -1.351,-4.0685 z"
+         style="fill:#1e1e1e;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4825"
+         d="m 170.387,67.9697 c 0.878,-0.6332 2.418,0 4.155,1.9645 1.888,2.1155 2.576,3.7773 0.453,4.9855 -1.68,0.9648 -2.223,-1.8127 -3.266,-2.9457 -1.662,-1.7986 -3.098,-2.7523 -1.342,-4.0043 z"
+         style="fill:#262626;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4827"
+         d="m 170.427,68.0284 c 0.858,-0.6294 2.379,0 4.089,1.933 1.857,2.0816 2.503,3.7166 0.445,4.9055 -1.641,0.9617 -2.178,-1.7836 -3.201,-2.8984 -1.636,-1.7667 -3.048,-2.6989 -1.333,-3.9401 z"
+         style="fill:#2d2d2d;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4829"
+         d="m 170.467,68.087 c 0.837,-0.6254 2.34,0 4.022,1.9015 1.827,2.0477 2.431,3.6562 0.438,4.8257 -1.601,0.9587 -2.133,-1.7546 -3.137,-2.8512 -1.608,-1.7348 -2.998,-2.6456 -1.323,-3.876 z"
+         style="fill:#353535;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4831"
+         d="m 170.506,68.1457 c 0.818,-0.6215 2.302,0 3.956,1.87 1.797,2.0137 2.359,3.5955 0.431,4.7457 -1.562,0.9556 -2.088,-1.7255 -3.072,-2.8039 -1.582,-1.7029 -2.949,-2.5922 -1.315,-3.8118 z"
+         style="fill:#3d3d3d;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4833"
+         d="m 170.546,68.2043 c 0.798,-0.6174 2.263,0 3.889,1.8385 1.767,1.9799 2.287,3.5351 0.424,4.6659 -1.523,0.9526 -2.043,-1.6965 -3.007,-2.7567 -1.556,-1.671 -2.899,-2.5389 -1.306,-3.7477 z"
+         style="fill:#444444;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4835"
+         d="m 170.586,68.263 c 0.777,-0.6136 2.224,0 3.823,1.807 1.736,1.946 2.214,3.4745 0.416,4.5859 -1.483,0.9495 -1.998,-1.6674 -2.942,-2.7095 -1.529,-1.6389 -2.85,-2.4854 -1.297,-3.6834 z"
+         style="fill:#4c4c4c;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4837"
+         d="m 170.626,68.3216 c 0.757,-0.6096 2.185,0 3.756,1.7755 1.706,1.9121 2.142,3.4139 0.409,4.5061 -1.444,0.9465 -1.953,-1.6384 -2.878,-2.6623 -1.502,-1.607 -2.799,-2.4321 -1.287,-3.6193 z"
+         style="fill:#545454;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4839"
+         d="m 170.666,68.3802 c 0.736,-0.6055 2.146,0 3.689,1.7441 1.676,1.8782 2.07,3.3534 0.402,4.4261 -1.405,0.9435 -1.908,-1.6093 -2.813,-2.6149 -1.476,-1.5752 -2.75,-2.3789 -1.278,-3.5553 z"
+         style="fill:#5b5b5b;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4841"
+         d="m 170.706,68.4389 c 0.716,-0.6017 2.108,0 3.622,1.7125 1.646,1.8443 1.998,3.2928 0.395,4.3463 -1.365,0.9403 -1.863,-1.5803 -2.748,-2.5677 -1.449,-1.5433 -2.701,-2.3255 -1.269,-3.4911 z"
+         style="fill:#636363;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4843"
+         d="m 170.746,68.4976 c 0.696,-0.5978 2.069,0 3.556,1.681 1.615,1.8104 1.925,3.2323 0.387,4.2663 -1.326,0.9374 -1.818,-1.5512 -2.683,-2.5204 -1.423,-1.5114 -2.651,-2.2722 -1.26,-3.4269 z"
+         style="fill:#6b6b6b;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4845"
+         d="m 170.786,68.5562 c 0.675,-0.5938 2.03,0 3.489,1.6495 1.585,1.7765 1.853,3.1717 0.38,4.1865 -1.287,0.9342 -1.774,-1.5222 -2.619,-2.4733 -1.396,-1.4794 -2.601,-2.2187 -1.25,-3.3627 z"
+         style="fill:#727272;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4847"
+         d="m 170.826,68.6149 c 0.655,-0.5898 1.991,0 3.422,1.6179 1.555,1.7427 1.781,3.1113 0.373,4.1066 -1.247,0.9313 -1.729,-1.4931 -2.554,-2.4259 -1.369,-1.4476 -2.551,-2.1655 -1.241,-3.2986 z"
+         style="fill:#7a7a7a;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4849"
+         d="m 170.866,68.6735 c 0.634,-0.5859 1.952,0 3.355,1.5865 1.525,1.7087 1.709,3.0506 0.366,4.0267 -1.208,0.9281 -1.684,-1.4641 -2.489,-2.3787 -1.343,-1.4158 -2.502,-2.1121 -1.232,-3.2345 z"
+         style="fill:#828282;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4851"
+         d="m 170.905,68.7321 c 0.615,-0.5819 1.914,0 3.29,1.5551 1.494,1.6747 1.636,2.9901 0.358,3.9467 -1.168,0.9252 -1.639,-1.435 -2.424,-2.3315 -1.316,-1.3838 -2.453,-2.0586 -1.224,-3.1703 z"
+         style="fill:#898989;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4853"
+         d="m 170.945,68.7908 c 0.595,-0.5779 1.875,0 3.223,1.5235 1.464,1.6409 1.564,2.9295 0.351,3.8669 -1.129,0.922 -1.594,-1.406 -2.36,-2.2843 -1.289,-1.3519 -2.402,-2.0053 -1.214,-3.1061 z"
+         style="fill:#919191;stroke:none" />
+    </g>
+    <path
+       inkscape:connector-curvature="0"
+       id="path4855"
+       d="m 170.985,68.8495 c 0.574,-0.574 1.836,0 3.156,1.492 1.434,1.607 1.492,2.8689 0.344,3.7869 -1.09,0.9191 -1.549,-1.3769 -2.295,-2.237 -1.263,-1.32 -2.353,-1.9519 -1.205,-3.0419 z"
+       style="fill:#999999;stroke:none" />
+  </g>
+  <g
+     id="g4857">
+    <path
+       inkscape:connector-curvature="0"
+       id="path4859"
+       d="m 137.586,129.246 c -9.36,0.36 -24.192,-25.848 -24.552,-14.976 -0.288,9.216 0.216,9.072 0.216,18 0,5.976 -2.736,6.408 -8.64,15.408 -3.024,4.752 -5.3999,9.864 -7.2719,15.048 -1.152,3.096 -2.232,6.336 -3.096,9.504 -0.36,1.584 -1.008,3.24 -1.368,4.824 -2.952,10.872 -13.464,24.264 -15.912,35.136 -2.448,10.8 -5.328,17.712 -4.968,32.184 0.36,14.472 0.504,10.296 4.896,13.896 4.32,3.6 8.784,6.984 15.624,13.032 7.2,6.264 22.1759,17.208 24.1919,20.592 2.16,3.456 2.088,11.232 0.792,13.752 -1.296,2.448 -12.6,3.816 -12.528,3.816 -0.072,0 9.864,13.68 11.808,15.624 1.872,1.872 9.936,10.872 42.768,4.752 18.504,-3.456 32.832,-13.824 43.2,-23.832 13.392,-13.032 6.624,-16.776 8.352,-23.328 2.52,-9.432 10.728,-12.96 12.6,-23.616 0.216,-1.512 0.72,-2.664 2.088,-4.896 2.088,-3.168 1.584,-9.432 1.584,-15.192 0,-14.976 -1.728,-30.24 -5.184,-41.472 -3.168,-10.512 -8.208,-17.856 -12.528,-27.36 -8.64,-18.936 -8.208,-27.432 -15.912,-39.528 -8.784,-13.968 -4.464,-23.256 -16.128,-22.68 -14.544,0.792 -26.28,20.736 -40.032,21.312 z"
+       style="fill:#666666;stroke:none" />
+    <g
+       id="g4861">
+      <path
+         inkscape:connector-curvature="0"
+         id="path4863"
+         d="m 137.569,130.331 c -9.281,0.353 -23.746,-25.511 -24.242,-15.179 -0.316,8.755 0.1,8.678 0.03,17.247 -0.15,5.87 -2.953,6.637 -8.726,15.481 -3.013,4.763 -5.2738,9.812 -6.9926,14.877 -0.9684,3.253 -1.5602,6.422 -2.43,9.526 -0.4155,1.642 -1.4969,3.187 -2.1855,5.042 -3.2526,10.78 -13.5436,24.182 -15.9603,34.878 -2.4656,10.809 -5.3697,17.694 -4.9612,32.14 0.3665,14 0.3948,10.177 4.7738,13.817 4.2826,3.616 8.8385,7.069 15.6621,13.102 7.1832,6.248 22.2367,17.216 24.2427,20.588 2.15,3.444 2.131,11.318 0.844,13.824 -1.284,2.438 -12.579,3.874 -12.508,3.874 -0.071,0 9.816,13.567 11.757,15.508 1.87,1.87 9.902,10.808 42.678,4.704 18.525,-3.455 33.124,-13.753 43.078,-23.856 12.789,-12.762 6.107,-16.774 7.826,-23.292 2.513,-9.416 11.277,-12.96 13.143,-23.601 0.216,-1.507 0.754,-2.654 2.113,-4.876 2.096,-3.202 1.561,-9.447 1.582,-15.185 0.067,-15.026 -1.705,-30.234 -5.159,-41.433 -3.171,-10.483 -8.204,-17.817 -12.515,-27.305 -8.624,-18.906 -8.221,-27.415 -15.932,-39.474 -8.586,-13.613 -4.601,-22.583 -16.011,-21.991 -14.377,0.826 -26.377,21.016 -40.107,21.584 z"
+         style="fill:#6d6d6d;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4865"
+         d="m 137.551,131.416 c -9.201,0.346 -23.299,-25.175 -23.931,-15.383 -0.343,8.295 -0.016,8.284 -0.156,16.494 -0.301,5.764 -3.17,6.867 -8.812,15.555 -3.002,4.774 -5.1477,9.76 -6.7134,14.706 -0.7847,3.41 -0.8883,6.508 -1.764,9.548 -0.471,1.699 -1.9857,3.133 -3.0029,5.259 -3.5532,10.688 -13.6233,24.1 -16.0086,34.62 -2.4833,10.819 -5.4115,17.677 -4.9544,32.096 0.373,13.529 0.2855,10.058 4.6515,13.739 4.2452,3.632 8.8931,7.154 15.7003,13.171 7.1663,6.233 22.2975,17.224 24.2945,20.585 2.14,3.432 2.173,11.404 0.894,13.896 -1.271,2.428 -12.558,3.932 -12.486,3.932 -0.072,0 9.767,13.453 11.705,15.392 1.867,1.867 9.867,10.744 42.588,4.655 18.545,-3.453 33.415,-13.681 42.956,-23.879 12.186,-12.492 5.591,-16.772 7.3,-23.257 2.506,-9.399 11.826,-12.96 13.686,-23.586 0.215,-1.501 0.788,-2.643 2.138,-4.855 2.104,-3.236 1.538,-9.462 1.58,-15.178 0.133,-15.076 -1.681,-30.228 -5.135,-41.394 -3.173,-10.455 -8.199,-17.779 -12.501,-27.25 -8.609,-18.877 -8.234,-27.399 -15.952,-39.42 -8.389,-13.258 -4.739,-21.911 -15.895,-21.301 -14.21,0.859 -26.474,21.295 -40.182,21.855 z"
+         style="fill:#757575;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4867"
+         d="m 137.534,132.501 c -9.122,0.338 -22.853,-24.838 -23.622,-15.586 -0.37,7.833 -0.131,7.89 -0.341,15.741 -0.452,5.657 -3.387,7.096 -8.899,15.628 -2.99,4.785 -5.0205,9.708 -6.4331,14.535 -0.6011,3.566 -0.2165,6.594 -1.098,9.57 -0.5265,1.756 -2.4745,3.08 -3.8205,5.477 -3.8538,10.596 -13.7028,24.017 -16.0568,34.361 -2.501,10.829 -5.4532,17.66 -4.9476,32.052 0.3795,13.058 0.1763,9.939 4.5292,13.66 4.2078,3.649 8.9476,7.239 15.7386,13.242 7.1494,6.217 22.3582,17.232 24.3452,20.581 2.13,3.42 2.216,11.49 0.946,13.968 -1.259,2.417 -12.538,3.99 -12.466,3.99 -0.072,0 9.718,13.34 11.654,15.276 1.865,1.864 9.833,10.68 42.499,4.607 18.564,-3.453 33.705,-13.61 42.833,-23.903 11.583,-12.222 5.074,-16.77 6.774,-23.222 2.499,-9.382 12.375,-12.959 14.229,-23.571 0.215,-1.495 0.822,-2.632 2.163,-4.834 2.111,-3.271 1.515,-9.477 1.578,-15.172 0.199,-15.125 -1.658,-30.221 -5.11,-41.354 -3.176,-10.427 -8.196,-17.741 -12.487,-27.195 -8.595,-18.848 -8.248,-27.383 -15.973,-39.366 -8.192,-12.903 -4.877,-21.239 -15.779,-20.612 -14.043,0.893 -26.571,21.575 -40.256,22.127 z"
+         style="fill:#7c7c7c;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4869"
+         d="m 137.517,133.586 c -9.043,0.331 -22.407,-24.502 -23.312,-15.79 -0.398,7.373 -0.247,7.496 -0.527,14.988 -0.602,5.551 -3.604,7.326 -8.985,15.702 -2.98,4.796 -4.8944,9.656 -6.1538,14.364 -0.4174,3.723 0.4554,6.679 -0.432,9.592 -0.582,1.813 -2.9634,3.026 -4.638,5.694 -4.1544,10.504 -13.7825,23.935 -16.1051,34.103 -2.5186,10.839 -5.495,17.643 -4.9408,32.008 0.386,12.586 0.067,9.82 4.407,13.582 4.1703,3.664 9.0021,7.324 15.7767,13.311 7.1325,6.202 22.419,17.24 24.396,20.577 2.12,3.409 2.259,11.577 0.998,14.041 -1.247,2.407 -12.517,4.048 -12.446,4.048 -0.071,0 9.67,13.227 11.603,15.16 1.862,1.862 9.798,10.616 42.409,4.558 18.584,-3.451 33.997,-13.538 42.711,-23.926 10.98,-11.952 4.557,-16.768 6.248,-23.186 2.492,-9.367 12.924,-12.959 14.772,-23.557 0.215,-1.49 0.856,-2.622 2.188,-4.813 2.119,-3.305 1.492,-9.493 1.576,-15.165 0.266,-15.175 -1.635,-30.215 -5.086,-41.315 -3.179,-10.399 -8.191,-17.703 -12.473,-27.141 -8.579,-18.818 -8.262,-27.366 -15.994,-39.312 -7.993,-12.547 -5.013,-20.565 -15.661,-19.922 -13.876,0.927 -26.669,21.855 -40.331,22.399 z"
+         style="fill:#848484;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4871"
+         d="m 137.499,134.671 c -8.963,0.323 -21.961,-24.165 -23.001,-15.994 -0.426,6.912 -0.363,7.102 -0.713,14.236 -0.753,5.445 -3.821,7.554 -9.071,15.775 -2.969,4.807 -4.7683,9.604 -5.8746,14.192 -0.2337,3.881 1.1273,6.766 0.234,9.615 -0.6375,1.87 -3.4522,2.972 -5.4554,5.911 -4.455,10.413 -13.8622,23.853 -16.1534,33.845 -2.5363,10.849 -5.5367,17.626 -4.9341,31.964 0.3926,12.115 -0.0421,9.701 4.2848,13.504 4.1329,3.68 9.0566,7.409 15.8149,13.38 7.1157,6.187 22.4798,17.248 24.4468,20.574 2.11,3.397 2.301,11.663 1.049,14.113 -1.235,2.397 -12.496,4.105 -12.425,4.105 -0.071,0 9.622,13.114 11.552,15.045 1.86,1.859 9.763,10.552 42.319,4.509 18.605,-3.45 34.288,-13.467 42.589,-23.949 10.377,-11.682 4.04,-16.766 5.721,-23.151 2.486,-9.35 13.474,-12.959 15.316,-23.542 0.214,-1.484 0.89,-2.611 2.213,-4.793 2.126,-3.338 1.468,-9.507 1.573,-15.158 0.333,-15.224 -1.611,-30.208 -5.061,-41.276 -3.181,-10.37 -8.186,-17.664 -12.459,-27.085 -8.564,-18.789 -8.275,-27.35 -16.014,-39.258 -7.796,-12.192 -5.151,-19.893 -15.545,-19.233 -13.709,0.961 -26.765,22.134 -40.406,22.671 z"
+         style="fill:#8c8c8c;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4873"
+         d="m 137.482,135.756 c -8.884,0.316 -21.515,-23.829 -22.691,-16.197 -0.454,6.451 -0.479,6.708 -0.899,13.482 -0.904,5.339 -4.037,7.784 -9.158,15.849 -2.957,4.818 -4.641,9.552 -5.5943,14.021 -0.0501,4.037 1.7993,6.852 0.9003,9.637 -0.6933,1.928 -3.9414,2.919 -6.2733,6.129 -4.7556,10.32 -13.9417,23.77 -16.2016,33.587 -2.554,10.858 -5.5785,17.608 -4.9273,31.92 0.3991,11.643 -0.1514,9.581 4.1625,13.424 4.0955,3.697 9.1112,7.494 15.8531,13.451 7.0988,6.17 22.5406,17.256 24.4976,20.57 2.1,3.386 2.344,11.749 1.101,14.185 -1.223,2.386 -12.476,4.163 -12.404,4.163 -0.072,0 9.573,13.001 11.501,14.929 1.856,1.856 9.728,10.488 42.228,4.461 18.625,-3.449 34.579,-13.396 42.467,-23.973 9.774,-11.412 3.523,-16.764 5.195,-23.116 2.479,-9.333 14.023,-12.958 15.859,-23.527 0.214,-1.478 0.924,-2.6 2.239,-4.772 2.133,-3.373 1.444,-9.522 1.57,-15.151 0.4,-15.274 -1.587,-30.202 -5.036,-41.237 -3.184,-10.342 -8.183,-17.625 -12.446,-27.03 -8.548,-18.76 -8.288,-27.333 -16.034,-39.204 -7.598,-11.837 -5.289,-19.221 -15.428,-18.544 -13.543,0.995 -26.863,22.414 -40.481,22.943 z"
+         style="fill:#939393;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4875"
+         d="m 137.464,136.841 c -8.804,0.308 -21.068,-23.492 -22.381,-16.401 -0.481,5.991 -0.594,6.314 -1.084,12.73 -1.054,5.232 -4.254,8.013 -9.244,15.922 -2.946,4.829 -4.515,9.5 -5.3151,13.85 0.1336,4.194 2.4711,6.937 1.5661,9.658 -0.749,1.986 -4.43,2.866 -7.0905,6.347 -5.0562,10.229 -14.0214,23.688 -16.2499,33.329 -2.5717,10.868 -5.6202,17.591 -4.9205,31.876 0.4056,11.171 -0.2606,9.462 4.0403,13.346 4.058,3.713 9.1656,7.579 15.8912,13.52 7.082,6.155 22.6014,17.264 24.5484,20.567 2.091,3.374 2.387,11.835 1.152,14.257 -1.21,2.376 -12.454,4.221 -12.383,4.221 -0.071,0 9.524,12.887 11.45,14.813 1.854,1.854 9.693,10.424 42.138,4.412 18.645,-3.447 34.871,-13.324 42.345,-23.996 9.171,-11.142 3.007,-16.762 4.669,-23.08 2.472,-9.317 14.572,-12.959 16.402,-23.513 0.213,-1.473 0.958,-2.589 2.264,-4.751 2.141,-3.407 1.421,-9.538 1.568,-15.144 0.466,-15.324 -1.564,-30.196 -5.012,-41.198 -3.186,-10.314 -8.178,-17.587 -12.432,-26.976 -8.533,-18.73 -8.301,-27.316 -16.054,-39.149 -7.401,-11.482 -5.426,-18.548 -15.312,-17.855 -13.375,1.029 -26.96,22.694 -40.556,23.215 z"
+         style="fill:#9b9b9b;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4877"
+         d="m 137.447,137.926 c -8.726,0.301 -20.622,-23.156 -22.071,-16.604 -0.509,5.529 -0.71,5.919 -1.271,11.976 -1.204,5.126 -4.47,8.243 -9.329,15.996 -2.935,4.84 -4.389,9.448 -5.0358,13.679 0.3168,4.351 3.1428,7.023 2.2318,9.68 -0.804,2.043 -4.9186,2.812 -7.9077,6.564 -5.3568,10.137 -14.101,23.607 -16.2982,33.071 -2.5893,10.878 -5.662,17.574 -4.9137,31.832 0.4121,10.7 -0.3699,9.343 3.918,13.268 4.0207,3.728 9.2202,7.664 15.9294,13.59 7.0651,6.139 22.6612,17.271 24.5992,20.562 2.081,3.363 2.43,11.922 1.204,14.33 -1.198,2.366 -12.434,4.279 -12.363,4.279 -0.071,0 9.476,12.774 11.399,14.697 1.851,1.851 9.659,10.36 42.048,4.364 18.666,-3.447 35.162,-13.253 42.223,-24.02 8.568,-10.873 2.49,-16.761 4.143,-23.045 2.464,-9.301 15.121,-12.958 16.944,-23.498 0.214,-1.467 0.992,-2.579 2.29,-4.73 2.148,-3.441 1.398,-9.553 1.566,-15.138 0.532,-15.373 -1.541,-30.189 -4.987,-41.158 -3.189,-10.285 -8.174,-17.549 -12.419,-26.921 -8.518,-18.701 -8.314,-27.3 -16.074,-39.096 -7.204,-11.126 -5.564,-17.875 -15.196,-17.165 -13.208,1.063 -27.056,22.974 -40.63,23.487 z"
+         style="fill:#a3a3a3;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4879"
+         d="m 137.43,139.011 c -8.647,0.293 -20.176,-22.819 -21.761,-16.808 -0.536,5.069 -0.826,5.526 -1.457,11.223 -1.355,5.021 -4.687,8.473 -9.415,16.07 -2.925,4.851 -4.263,9.396 -4.757,13.508 0.501,4.507 3.815,7.109 2.898,9.702 -0.859,2.1 -5.4072,2.759 -8.725,6.782 -5.6574,10.045 -14.1806,23.524 -16.3465,32.812 -2.6069,10.888 -5.7036,17.557 -4.9068,31.788 0.4186,10.229 -0.4792,9.224 3.7958,13.189 3.9832,3.745 9.2747,7.749 15.9675,13.66 7.0483,6.124 22.722,17.28 24.651,20.559 2.07,3.351 2.472,12.008 1.255,14.402 -1.186,2.355 -12.414,4.337 -12.343,4.337 -0.071,0 9.428,12.66 11.348,14.581 1.849,1.848 9.624,10.296 41.958,4.315 18.686,-3.445 35.453,-13.181 42.101,-24.043 7.965,-10.603 1.973,-16.759 3.617,-23.01 2.457,-9.284 15.67,-12.958 17.487,-23.483 0.214,-1.461 1.026,-2.568 2.315,-4.709 2.156,-3.476 1.375,-9.568 1.564,-15.131 0.599,-15.423 -1.518,-30.183 -4.963,-41.119 -3.192,-10.257 -8.169,-17.511 -12.405,-26.866 -8.502,-18.672 -8.328,-27.284 -16.095,-39.042 -7.005,-10.771 -5.701,-17.203 -15.078,-16.476 -13.042,1.097 -27.154,23.254 -40.705,23.759 z"
+         style="fill:#aaaaaa;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4881"
+         d="m 137.412,140.096 c -8.567,0.286 -19.729,-22.483 -21.45,-17.012 -0.564,4.608 -0.942,5.132 -1.643,10.471 -1.505,4.914 -4.904,8.701 -9.502,16.143 -2.913,4.862 -4.136,9.344 -4.476,13.336 0.684,4.665 4.486,7.195 3.564,9.725 -0.915,2.157 -5.8968,2.705 -9.5432,6.999 -5.958,9.953 -14.2603,23.442 -16.3948,32.554 -2.6246,10.898 -5.7454,17.54 -4.9001,31.744 0.4252,9.757 -0.5883,9.105 3.6736,13.111 3.9458,3.761 9.3292,7.834 16.0057,13.729 7.0314,6.109 22.7828,17.288 24.7018,20.556 2.06,3.339 2.515,12.094 1.306,14.474 -1.173,2.345 -12.392,4.394 -12.321,4.394 -0.071,0 9.379,12.548 11.296,14.465 1.846,1.847 9.59,10.233 41.868,4.267 18.706,-3.444 35.745,-13.11 41.979,-24.066 7.362,-10.333 1.456,-16.757 3.091,-22.974 2.45,-9.268 16.219,-12.958 18.03,-23.469 0.213,-1.456 1.06,-2.557 2.34,-4.689 2.164,-3.509 1.352,-9.583 1.562,-15.124 0.665,-15.472 -1.494,-30.177 -4.938,-41.08 -3.195,-10.228 -8.166,-17.472 -12.392,-26.811 -8.487,-18.642 -8.341,-27.267 -16.115,-38.987 -6.808,-10.416 -5.838,-16.531 -14.962,-15.787 -12.874,1.131 -27.251,23.533 -40.78,24.031 z"
+         style="fill:#b2b2b2;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4883"
+         d="m 137.395,141.181 c -8.488,0.279 -19.283,-22.146 -21.141,-17.215 -0.591,4.147 -1.057,4.737 -1.828,9.717 -1.656,4.808 -5.121,8.931 -9.588,16.217 -2.902,4.873 -4.01,9.292 -4.197,13.165 0.868,4.822 5.158,7.281 4.23,9.747 -0.971,2.215 -6.3854,2.651 -10.3604,7.216 -6.2586,9.861 -14.3399,23.36 -16.4431,32.297 -2.6422,10.907 -5.7871,17.522 -4.8933,31.7 0.4317,9.285 -0.6976,8.986 3.5513,13.032 3.9084,3.777 9.3838,7.919 16.0439,13.799 7.0146,6.092 22.8436,17.296 24.7526,20.552 2.05,3.327 2.558,12.18 1.358,14.546 -1.161,2.334 -12.372,4.452 -12.301,4.452 -0.071,0 9.33,12.435 11.245,14.349 1.844,1.844 9.555,10.169 41.778,4.219 18.727,-3.443 36.036,-13.039 41.857,-24.09 6.759,-10.063 0.939,-16.755 2.565,-22.939 2.443,-9.252 16.768,-12.958 18.573,-23.453 0.213,-1.451 1.094,-2.547 2.365,-4.669 2.171,-3.543 1.329,-9.598 1.56,-15.117 0.732,-15.522 -1.471,-30.171 -4.914,-41.041 -3.197,-10.2 -8.161,-17.433 -12.378,-26.756 -8.471,-18.612 -8.354,-27.25 -16.135,-38.933 -6.61,-10.061 -5.976,-15.858 -14.845,-15.098 -12.708,1.165 -27.348,23.813 -40.855,24.303 z"
+         style="fill:#bababa;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4885"
+         d="m 137.377,142.266 c -8.408,0.271 -18.837,-21.81 -20.83,-17.419 -0.619,3.687 -1.173,4.344 -2.014,8.965 -1.807,4.701 -5.338,9.16 -9.674,16.29 -2.891,4.884 -3.884,9.24 -3.918,12.994 1.052,4.978 5.83,7.367 4.896,9.769 -1.026,2.272 -6.874,2.598 -11.1777,7.434 -6.5592,9.769 -14.4195,23.277 -16.4913,32.038 -2.6599,10.917 -5.8289,17.505 -4.8865,31.656 0.4382,8.814 -0.8068,8.867 3.4291,12.953 3.8709,3.793 9.4382,8.004 16.082,13.869 6.9977,6.077 22.9044,17.304 24.8034,20.549 2.041,3.315 2.6,12.266 1.409,14.618 -1.149,2.324 -12.351,4.51 -12.28,4.51 -0.071,0 9.282,12.321 11.194,14.233 1.841,1.841 9.521,10.106 41.688,4.17 18.747,-3.441 36.327,-12.967 41.735,-24.113 6.156,-9.793 0.423,-16.753 2.038,-22.904 2.437,-9.235 17.318,-12.957 19.117,-23.438 0.212,-1.445 1.128,-2.537 2.39,-4.648 2.179,-3.578 1.305,-9.613 1.557,-15.11 0.799,-15.572 -1.447,-30.165 -4.888,-41.002 -3.2,-10.172 -8.157,-17.395 -12.365,-26.701 -8.456,-18.583 -8.367,-27.234 -16.155,-38.88 -6.413,-9.705 -6.114,-15.185 -14.729,-14.408 -12.541,1.199 -27.445,24.093 -40.93,24.575 z"
+         style="fill:#c1c1c1;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4887"
+         d="m 137.36,143.351 c -8.329,0.264 -18.391,-21.473 -20.52,-17.622 -0.647,3.225 -1.289,3.949 -2.2,8.211 -1.957,4.596 -5.555,9.39 -9.761,16.364 -2.879,4.895 -3.756,9.188 -3.638,12.823 1.236,5.135 6.502,7.453 5.562,9.79 -1.081,2.33 -7.3626,2.545 -11.9949,7.652 -6.8598,9.677 -14.4991,23.195 -16.5396,31.78 -2.6776,10.927 -5.8706,17.488 -4.8797,31.612 0.4447,8.343 -0.9161,8.748 3.3068,12.875 3.8335,3.809 9.4928,8.089 16.1202,13.939 6.9809,6.061 22.9652,17.311 24.8542,20.544 2.031,3.304 2.643,12.353 1.461,14.691 -1.137,2.314 -12.33,4.568 -12.26,4.568 -0.07,0 9.234,12.208 11.143,14.117 1.839,1.839 9.486,10.042 41.599,4.121 18.766,-3.44 36.618,-12.895 41.612,-24.136 5.553,-9.523 -0.094,-16.751 1.512,-22.868 2.43,-9.219 17.867,-12.957 19.66,-23.424 0.212,-1.439 1.162,-2.526 2.415,-4.627 2.187,-3.612 1.282,-9.628 1.555,-15.104 0.865,-15.621 -1.424,-30.158 -4.864,-40.962 -3.202,-10.144 -8.153,-17.357 -12.35,-26.646 -8.442,-18.554 -8.381,-27.218 -16.176,-38.826 -6.216,-9.35 -6.251,-14.513 -14.613,-13.719 -12.373,1.233 -27.542,24.373 -41.004,24.847 z"
+         style="fill:#c9c9c9;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4889"
+         d="m 137.343,144.436 c -8.25,0.256 -17.945,-21.137 -20.21,-17.826 -0.675,2.765 -1.405,3.555 -2.386,7.459 -2.108,4.489 -5.772,9.619 -9.847,16.437 -2.869,4.906 -3.63,9.136 -3.358,12.652 1.419,5.292 7.174,7.538 6.228,9.812 -1.137,2.387 -7.8522,2.491 -12.8132,7.869 -7.1604,9.586 -14.5787,23.114 -16.5878,31.522 -2.6952,10.937 -5.9124,17.471 -4.8729,31.568 0.4512,7.871 -1.0253,8.629 3.1845,12.797 3.7961,3.825 9.5474,8.174 16.1584,14.008 6.964,6.046 23.026,17.32 24.905,20.541 2.021,3.292 2.686,12.439 1.513,14.763 -1.125,2.303 -12.31,4.626 -12.239,4.626 -0.071,0 9.185,12.094 11.091,14.001 1.836,1.836 9.452,9.978 41.509,4.073 18.786,-3.439 36.909,-12.824 41.49,-24.16 4.95,-9.253 -0.611,-16.749 0.986,-22.833 2.423,-9.202 18.416,-12.957 20.203,-23.409 0.212,-1.434 1.196,-2.515 2.44,-4.606 2.194,-3.646 1.259,-9.644 1.553,-15.097 0.932,-15.671 -1.4,-30.152 -4.839,-40.923 -3.206,-10.115 -8.149,-17.319 -12.337,-26.592 -8.426,-18.524 -8.395,-27.201 -16.197,-38.771 -6.017,-8.995 -6.388,-13.84 -14.495,-13.03 -12.207,1.267 -27.64,24.653 -41.079,25.119 z"
+         style="fill:#d1d1d1;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4891"
+         d="m 137.325,145.521 c -8.17,0.249 -17.498,-20.8 -19.9,-18.03 -0.702,2.304 -1.521,3.162 -2.571,6.706 -2.259,4.383 -5.989,9.848 -9.933,16.511 -2.858,4.917 -3.504,9.084 -3.079,12.48 1.603,5.449 7.846,7.625 6.894,9.835 -1.193,2.444 -8.341,2.438 -13.6304,8.087 -7.461,9.493 -14.6584,23.031 -16.6361,31.263 -2.7129,10.947 -5.9541,17.454 -4.8662,31.524 0.4578,7.4 -1.1345,8.51 3.0624,12.718 3.7587,3.842 9.6018,8.259 16.1965,14.078 6.9472,6.031 23.0868,17.328 24.9558,20.538 2.011,3.28 2.729,12.525 1.564,14.835 -1.112,2.293 -12.289,4.683 -12.218,4.683 -0.071,0 9.136,11.982 11.04,13.886 1.834,1.834 9.417,9.914 41.419,4.024 18.807,-3.438 37.2,-12.753 41.368,-24.183 4.346,-8.983 -1.128,-16.747 0.46,-22.798 2.416,-9.186 18.964,-12.956 20.746,-23.394 0.211,-1.428 1.23,-2.504 2.465,-4.586 2.202,-3.68 1.236,-9.658 1.551,-15.09 0.998,-15.72 -1.377,-30.145 -4.815,-40.884 -3.208,-10.086 -8.144,-17.28 -12.323,-26.536 -8.411,-18.495 -8.408,-27.185 -16.217,-38.717 -5.82,-8.64 -6.526,-13.168 -14.379,-12.341 -12.04,1.301 -27.736,24.932 -41.154,25.391 z"
+         style="fill:#d8d8d8;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4893"
+         d="m 137.308,146.606 c -8.091,0.241 -17.052,-20.464 -19.59,-18.233 -0.729,1.843 -1.637,2.767 -2.757,5.953 -2.409,4.276 -6.206,10.077 -10.02,16.584 -2.846,4.928 -3.377,9.032 -2.799,12.309 1.787,5.606 8.518,7.711 7.56,9.857 -1.248,2.502 -8.829,2.384 -14.4476,8.304 -7.7616,9.402 -14.738,22.949 -16.6844,31.006 -2.7306,10.956 -5.9959,17.436 -4.8594,31.48 0.4643,6.928 -1.2437,8.39 2.9401,12.639 3.7213,3.857 9.6564,8.344 16.2347,14.148 6.9303,6.015 23.1476,17.336 25.0076,20.534 2,3.268 2.771,12.611 1.615,14.907 -1.1,2.283 -12.268,4.741 -12.198,4.741 -0.07,0 9.088,11.868 10.989,13.77 1.831,1.831 9.382,9.85 41.329,3.976 18.827,-3.437 37.492,-12.682 41.246,-24.207 3.743,-8.714 -1.645,-16.746 -0.066,-22.762 2.409,-9.17 19.513,-12.957 21.289,-23.38 0.211,-1.422 1.264,-2.494 2.49,-4.565 2.21,-3.714 1.213,-9.673 1.549,-15.083 1.065,-15.77 -1.354,-30.139 -4.791,-40.845 -3.21,-10.058 -8.14,-17.241 -12.309,-26.481 -8.395,-18.466 -8.421,-27.168 -16.237,-38.664 -5.622,-8.284 -6.663,-12.495 -14.262,-11.651 -11.873,1.335 -27.834,25.212 -41.229,25.663 z"
+         style="fill:#e0e0e0;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4895"
+         d="m 137.29,147.691 c -8.011,0.234 -16.605,-20.127 -19.279,-18.437 -0.757,1.383 -1.753,2.373 -2.943,5.2 -2.56,4.171 -6.423,10.307 -10.106,16.658 -2.835,4.939 -3.251,8.98 -2.52,12.138 1.971,5.762 9.19,7.796 8.226,9.879 -1.303,2.559 -9.318,2.33 -15.2649,8.521 -8.0622,9.31 -14.8176,22.867 -16.7326,30.748 -2.7483,10.966 -6.0376,17.419 -4.8526,31.436 0.4708,6.456 -1.353,8.271 2.8178,12.561 3.6839,3.873 9.7109,8.428 16.2729,14.217 6.9135,5.999 23.2084,17.344 25.0584,20.53 1.991,3.257 2.814,12.698 1.666,14.98 -1.087,2.272 -12.247,4.799 -12.177,4.799 -0.07,0 9.04,11.755 10.938,13.654 1.829,1.828 9.348,9.786 41.239,3.927 18.847,-3.435 37.783,-12.61 41.124,-24.23 3.14,-8.444 -2.161,-16.744 -0.592,-22.727 2.402,-9.153 20.062,-12.956 21.832,-23.365 0.21,-1.417 1.298,-2.483 2.515,-4.544 2.217,-3.748 1.19,-9.689 1.547,-15.076 1.131,-15.82 -1.331,-30.133 -4.766,-40.806 -3.213,-10.03 -8.136,-17.203 -12.296,-26.427 -8.38,-18.436 -8.434,-27.151 -16.257,-38.609 -5.425,-7.929 -6.801,-11.822 -14.146,-10.962 -11.706,1.369 -27.931,25.492 -41.304,25.935 z"
+         style="fill:#e8e8e8;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4897"
+         d="m 137.273,148.776 c -7.933,0.226 -16.159,-19.791 -18.969,-18.64 -0.785,0.921 -1.869,1.979 -3.13,4.447 -2.709,4.064 -6.639,10.536 -10.191,16.731 -2.824,4.95 -3.125,8.928 -2.24,11.967 2.153,5.919 9.861,7.882 8.892,9.901 -1.359,2.616 -9.808,2.277 -16.0831,8.739 -8.3628,9.218 -14.8972,22.784 -16.7809,30.489 -2.7659,10.976 -6.0794,17.402 -4.8458,31.392 0.4773,5.985 -1.4622,8.152 2.6956,12.482 3.6464,3.89 9.7654,8.514 16.311,14.288 6.8966,5.983 23.2682,17.351 25.1092,20.526 1.981,3.245 2.857,12.783 1.718,15.052 -1.075,2.262 -12.226,4.857 -12.156,4.857 -0.07,0 8.991,11.641 10.886,13.538 1.826,1.826 9.313,9.722 41.149,3.878 18.868,-3.434 38.075,-12.538 41.002,-24.254 2.537,-8.173 -2.678,-16.741 -1.118,-22.691 2.394,-9.136 20.611,-12.956 22.374,-23.35 0.211,-1.411 1.332,-2.472 2.541,-4.523 2.225,-3.783 1.167,-9.704 1.545,-15.07 1.197,-15.869 -1.307,-30.126 -4.742,-40.766 -3.215,-10.002 -8.131,-17.165 -12.282,-26.372 -8.365,-18.407 -8.447,-27.135 -16.277,-38.555 -5.228,-7.574 -6.938,-11.15 -14.03,-10.273 -11.538,1.403 -28.027,25.772 -41.378,26.207 z"
+         style="fill:#efefef;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4899"
+         d="m 137.256,149.861 c -7.854,0.219 -15.714,-19.454 -18.66,-18.844 -0.812,0.461 -1.984,1.585 -3.315,3.694 -2.86,3.958 -6.856,10.766 -10.277,16.805 -2.814,4.961 -2.999,8.876 -1.961,11.796 2.337,6.076 10.533,7.968 9.558,9.923 -1.415,2.673 -10.296,2.223 -16.9003,8.956 -8.6634,9.126 -14.9769,22.702 -16.8293,30.231 -2.7835,10.986 -6.121,17.385 -4.8389,31.348 0.4838,5.514 -1.5715,8.033 2.5733,12.404 3.609,3.906 9.82,8.599 16.3492,14.357 6.8798,5.968 23.329,17.36 25.16,20.523 1.971,3.233 2.899,12.869 1.77,15.124 -1.064,2.252 -12.206,4.915 -12.136,4.915 -0.07,0 8.942,11.528 10.835,13.422 1.824,1.823 9.279,9.658 41.059,3.83 18.888,-3.433 38.366,-12.467 40.88,-24.278 1.934,-7.903 -3.195,-16.739 -1.645,-22.655 2.388,-9.121 21.161,-12.956 22.918,-23.336 0.211,-1.405 1.366,-2.461 2.566,-4.502 2.233,-3.817 1.143,-9.719 1.542,-15.063 1.265,-15.919 -1.283,-30.12 -4.716,-40.727 -3.219,-9.974 -8.127,-17.127 -12.269,-26.317 -8.349,-18.378 -8.461,-27.119 -16.298,-38.501 -5.029,-7.219 -7.075,-10.478 -13.912,-9.584 -11.372,1.436 -28.125,26.052 -41.453,26.479 z"
+         style="fill:#f7f7f7;stroke:none" />
+    </g>
+    <path
+       inkscape:connector-curvature="0"
+       id="path4901"
+       d="m 137.238,150.946 c -7.774,0.211 -15.267,-19.118 -18.349,-19.048 -0.84,0 -2.1,1.191 -3.501,2.941 -3.011,3.852 -7.073,10.995 -10.364,16.878 -2.802,4.972 -2.872,8.824 -1.681,11.625 2.521,6.233 11.205,8.054 10.224,9.945 -1.47,2.731 -10.785,2.17 -17.7176,9.174 -8.964,9.034 -15.0565,22.62 -16.8775,29.973 -2.8012,10.995 -6.1628,17.368 -4.8322,31.304 0.4904,5.042 -1.6807,7.914 2.4511,12.325 3.5716,3.922 9.8745,8.684 16.3874,14.427 6.8629,5.953 23.3898,17.368 25.2108,20.52 1.961,3.221 2.942,12.955 1.821,15.196 -1.051,2.241 -12.185,4.972 -12.115,4.972 -0.07,0 8.894,11.416 10.784,13.307 1.821,1.82 9.244,9.594 40.969,3.781 18.908,-3.431 38.657,-12.395 40.758,-24.301 1.331,-7.633 -3.712,-16.737 -2.171,-22.62 2.381,-9.104 21.71,-12.956 23.461,-23.321 0.21,-1.4 1.4,-2.451 2.591,-4.482 2.24,-3.851 1.12,-9.734 1.54,-15.056 1.331,-15.968 -1.26,-30.114 -4.692,-40.688 -3.221,-9.945 -8.123,-17.088 -12.255,-26.262 -8.334,-18.348 -8.474,-27.102 -16.318,-38.447 -4.832,-6.863 -7.213,-9.805 -13.796,-8.894 -11.205,1.47 -28.222,26.331 -41.528,26.751 z"
+       style="fill:#ffffff;stroke:none" />
+  </g>
+  <g
+     id="g4903">
+    <path
+       inkscape:connector-curvature="0"
+       id="path4905"
+       d="m 142.554,79.8545 c 5.256,-0.648 12.456,0.6479 15.768,3.0959 3.096,2.3041 5.256,3.5281 8.064,4.4641 9.432,3.096 21.816,4.5359 21.24,13.0315 -0.648,10.152 -3.6,14.688 -12.024,17.352 -6.768,2.088 -18.864,13.824 -28.224,13.824 -4.176,0 -10.008,0.216 -13.392,-1.008 -3.24,-1.152 -7.776,-6.624 -13.104,-11.016 -5.328,-4.32 -10.296,-8.928 -10.44,-14.976 -0.216,-6.4076 3.96,-8.4955 9.864,-13.6075 3.096,-2.7361 8.712,-7.272 12.6,-9.2881 3.6,-1.7999 5.904,-1.44 9.648,-1.8719 z"
+       style="fill:#995900;stroke:none" />
+    <g
+       id="g4907">
+      <path
+         inkscape:connector-curvature="0"
+         id="path4909"
+         d="m 142.664,79.9478 c 5.226,-0.6443 12.384,0.6442 15.677,3.0781 3.078,2.2908 5.226,3.511 8.018,4.4384 9.374,3.0782 21.728,4.529 21.159,12.9727 -0.641,10.091 -3.669,14.581 -12.041,17.224 -6.723,2.073 -18.768,13.588 -28.071,13.639 -4.209,0.032 -9.925,0.234 -13.286,-0.977 -3.215,-1.142 -7.738,-6.608 -13.032,-10.968 -5.291,-4.292 -10.259,-8.775 -10.316,-14.766 -0.155,-6.2531 3.911,-8.4118 9.772,-13.4881 3.072,-2.7107 8.595,-7.3034 12.464,-9.3334 3.563,-1.8023 5.933,-1.3903 9.656,-1.8197 z"
+         style="fill:#9e5e00;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4911"
+         d="m 142.773,80.041 c 5.196,-0.6405 12.313,0.6406 15.587,3.0604 3.06,2.2776 5.196,3.4938 7.971,4.4128 9.317,3.0603 21.642,4.5219 21.079,12.9138 -0.634,10.029 -3.737,14.474 -12.058,17.095 -6.677,2.058 -18.672,13.353 -27.918,13.455 -4.243,0.064 -9.842,0.252 -13.181,-0.946 -3.19,-1.132 -7.699,-6.592 -12.96,-10.921 -5.254,-4.264 -10.222,-8.621 -10.192,-14.555 -0.093,-6.0985 3.863,-8.3281 9.68,-13.3687 3.048,-2.6853 8.478,-7.3349 12.328,-9.3786 3.527,-1.8048 5.963,-1.3407 9.664,-1.7677 z"
+         style="fill:#a36400;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4913"
+         d="m 142.883,80.1344 c 5.165,-0.6368 12.241,0.6368 15.496,3.0425 3.042,2.2643 5.165,3.4768 7.925,4.3871 9.259,3.0425 21.554,4.515 20.997,12.855 -0.627,9.967 -3.805,14.367 -12.074,16.966 -6.632,2.043 -18.577,13.118 -27.766,13.27 -4.276,0.096 -9.759,0.27 -13.075,-0.914 -3.165,-1.122 -7.661,-6.576 -12.887,-10.873 -5.217,-4.236 -10.185,-8.468 -10.069,-14.345 -0.03,-5.9441 3.815,-8.2444 9.589,-13.2492 3.023,-2.6601 8.361,-7.3663 12.191,-9.4241 3.49,-1.807 5.994,-1.2909 9.673,-1.7153 z"
+         style="fill:#a86a00;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4915"
+         d="m 142.992,80.2277 c 5.135,-0.633 12.17,0.6331 15.406,3.0247 3.024,2.251 5.135,3.4597 7.878,4.3615 9.202,3.0246 21.467,4.508 20.917,12.7961 -0.62,9.905 -3.874,14.26 -12.091,16.838 -6.587,2.027 -18.481,12.881 -27.613,13.085 -4.309,0.128 -9.676,0.288 -12.969,-0.883 -3.14,-1.113 -7.623,-6.561 -12.816,-10.826 -5.18,-4.208 -10.148,-8.315 -9.945,-14.135 0.032,-5.7886 3.767,-8.1597 9.497,-13.1287 3,-2.6349 8.244,-7.3978 12.056,-9.4695 3.453,-1.8093 6.023,-1.2412 9.68,-1.6631 z"
+         style="fill:#ad7000;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4917"
+         d="m 143.102,80.321 c 5.105,-0.6293 12.098,0.6294 15.314,3.0069 3.007,2.2378 5.105,3.4425 7.832,4.3358 9.145,3.0068 21.38,4.501 20.837,12.7363 -0.614,9.844 -3.943,14.154 -12.109,16.71 -6.541,2.012 -18.385,12.646 -27.46,12.901 -4.342,0.159 -9.592,0.305 -12.863,-0.852 -3.115,-1.103 -7.584,-6.545 -12.743,-10.779 -5.143,-4.18 -10.112,-8.161 -9.821,-13.924 0.093,-5.6341 3.718,-8.076 9.405,-13.0093 2.975,-2.6095 8.127,-7.4292 11.919,-9.5148 3.417,-1.8117 6.053,-1.1915 9.689,-1.6109 z"
+         style="fill:#b27500;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4919"
+         d="m 143.212,80.4143 c 5.074,-0.6255 12.026,0.6257 15.223,2.9891 2.99,2.2246 5.075,3.4255 7.786,4.3102 9.088,2.9889 21.292,4.494 20.756,12.6774 -0.607,9.783 -4.011,14.047 -12.126,16.581 -6.496,1.997 -18.289,12.411 -27.307,12.716 -4.376,0.192 -9.51,0.324 -12.758,-0.82 -3.09,-1.093 -7.546,-6.529 -12.67,-10.731 -5.106,-4.152 -10.075,-8.008 -9.698,-13.714 0.155,-5.4795 3.671,-7.9923 9.314,-12.8898 2.95,-2.5843 8.009,-7.4608 11.782,-9.5601 3.38,-1.8141 6.083,-1.1419 9.698,-1.5588 z"
+         style="fill:#b77b00;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4921"
+         d="m 143.321,80.5076 c 5.044,-0.6218 11.955,0.622 15.133,2.9713 2.972,2.2113 5.045,3.4084 7.739,4.2845 9.031,2.9711 21.206,4.487 20.675,12.6186 -0.599,9.721 -4.079,13.94 -12.142,16.453 -6.451,1.981 -18.193,12.174 -27.154,12.531 -4.409,0.223 -9.427,0.341 -12.652,-0.789 -3.065,-1.083 -7.508,-6.513 -12.599,-10.684 -5.069,-4.124 -10.038,-7.855 -9.574,-13.503 0.217,-5.3251 3.623,-7.9086 9.222,-12.7704 2.927,-2.5589 7.893,-7.4922 11.647,-9.6054 3.343,-1.8165 6.112,-1.0922 9.705,-1.5066 z"
+         style="fill:#bc8100;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4923"
+         d="m 143.431,80.6009 c 5.014,-0.6181 11.882,0.6183 15.042,2.9535 2.954,2.198 5.014,3.3912 7.693,4.2589 8.973,2.9531 21.118,4.4799 20.594,12.5597 -0.593,9.659 -4.148,13.833 -12.159,16.324 -6.406,1.966 -18.098,11.939 -27.002,12.347 -4.442,0.255 -9.343,0.359 -12.546,-0.758 -3.04,-1.074 -7.469,-6.498 -12.526,-10.636 -5.032,-4.096 -10.001,-7.702 -9.45,-13.294 0.278,-5.1696 3.574,-7.824 9.13,-12.6499 2.902,-2.5336 7.775,-7.5236 11.51,-9.6509 3.307,-1.8187 6.142,-1.0424 9.714,-1.4543 z"
+         style="fill:#c18700;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4925"
+         d="m 143.54,80.6942 c 4.984,-0.6143 11.811,0.6146 14.952,2.9357 2.936,2.1848 4.984,3.3742 7.646,4.2332 8.916,2.9354 21.031,4.473 20.514,12.5009 -0.586,9.597 -4.217,13.726 -12.176,16.195 -6.36,1.951 -18.002,11.704 -26.849,12.162 -4.476,0.287 -9.26,0.377 -12.441,-0.726 -3.015,-1.064 -7.43,-6.482 -12.454,-10.589 -4.995,-4.068 -9.964,-7.548 -9.326,-13.083 0.34,-5.015 3.526,-7.7402 9.038,-12.5305 2.878,-2.5083 7.659,-7.555 11.374,-9.6962 3.271,-1.8211 6.172,-0.9927 9.722,-1.4021 z"
+         style="fill:#c68c00;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4927"
+         d="m 143.65,80.7874 c 4.953,-0.6104 11.739,0.6111 14.861,2.918 2.918,2.1716 4.954,3.3571 7.6,4.2075 8.858,2.9176 20.943,4.466 20.433,12.4411 -0.579,9.536 -4.285,13.62 -12.193,16.067 -6.315,1.936 -17.906,11.468 -26.696,11.978 -4.509,0.319 -9.178,0.395 -12.335,-0.695 -2.99,-1.054 -7.393,-6.466 -12.382,-10.542 -4.958,-4.04 -9.927,-7.395 -9.203,-12.872 0.402,-4.8606 3.478,-7.6565 8.947,-12.4111 2.854,-2.4829 7.541,-7.5865 11.238,-9.7414 3.233,-1.8236 6.201,-0.9431 9.73,-1.3501 z"
+         style="fill:#cc9200;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4929"
+         d="m 143.759,80.8808 c 4.924,-0.6068 11.668,0.6073 14.771,2.9001 2.9,2.1583 4.923,3.3399 7.553,4.1819 8.801,2.8997 20.856,4.459 20.352,12.3822 -0.572,9.475 -4.353,13.513 -12.209,15.939 -6.27,1.921 -17.811,11.232 -26.544,11.793 -4.542,0.351 -9.094,0.413 -12.229,-0.664 -2.965,-1.044 -7.354,-6.45 -12.31,-10.494 -4.921,-4.012 -9.89,-7.242 -9.078,-12.662 0.463,-4.7061 3.429,-7.5729 8.854,-12.2916 2.83,-2.4577 7.425,-7.618 11.102,-9.7868 3.197,-1.8259 6.231,-0.8934 9.738,-1.2978 z"
+         style="fill:#d19800;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4931"
+         d="m 143.869,80.9741 c 4.893,-0.603 11.596,0.6036 14.679,2.8823 2.883,2.1451 4.894,3.3229 7.508,4.1562 8.743,2.8819 20.769,4.4521 20.271,12.3234 -0.565,9.413 -4.422,13.406 -12.227,15.81 -6.224,1.906 -17.714,10.997 -26.39,11.608 -4.576,0.383 -9.011,0.431 -12.124,-0.632 -2.94,-1.035 -7.315,-6.435 -12.237,-10.447 -4.884,-3.984 -9.853,-7.088 -8.955,-12.452 0.525,-4.5505 3.381,-7.4881 8.763,-12.1712 2.805,-2.4324 7.307,-7.6494 10.965,-9.8321 3.161,-1.8283 6.261,-0.8437 9.747,-1.2456 z"
+         style="fill:#d69e00;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4933"
+         d="m 143.978,81.0674 c 4.863,-0.5993 11.525,0.5999 14.589,2.8645 2.865,2.1318 4.864,3.3057 7.461,4.1306 8.686,2.864 20.682,4.445 20.191,12.2645 -0.558,9.351 -4.491,13.299 -12.244,15.681 -6.179,1.891 -17.618,10.762 -26.237,11.424 -4.609,0.415 -8.929,0.449 -12.018,-0.601 -2.915,-1.025 -7.278,-6.419 -12.166,-10.399 -4.847,-3.956 -9.816,-6.935 -8.831,-12.242 0.588,-4.3961 3.333,-7.4044 8.671,-12.0517 2.782,-2.4071 7.191,-7.6808 10.83,-9.8776 3.123,-1.8305 6.291,-0.7938 9.754,-1.1933 z"
+         style="fill:#dba300;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4935"
+         d="m 144.088,81.1607 c 4.832,-0.5955 11.453,0.5962 14.498,2.8467 2.847,2.1185 4.833,3.2887 7.415,4.1049 8.628,2.8462 20.594,4.4381 20.11,12.2057 -0.552,9.289 -4.559,13.192 -12.261,15.553 -6.134,1.875 -17.523,10.525 -26.085,11.239 -4.642,0.446 -8.845,0.466 -11.912,-0.57 -2.89,-1.015 -7.239,-6.403 -12.093,-10.352 -4.81,-3.928 -9.779,-6.782 -8.708,-12.031 0.65,-4.2416 3.285,-7.3208 8.58,-11.9322 2.757,-2.3818 7.073,-7.7123 10.693,-9.923 3.087,-1.8328 6.321,-0.7442 9.763,-1.1411 z"
+         style="fill:#e0a900;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4937"
+         d="m 144.197,81.254 c 4.803,-0.5918 11.382,0.5925 14.408,2.8289 2.829,2.1053 4.803,3.2716 7.368,4.0793 8.571,2.8282 20.507,4.431 20.029,12.1458 -0.544,9.228 -4.627,13.086 -12.277,15.425 -6.089,1.86 -17.427,10.29 -25.932,11.054 -4.676,0.479 -8.762,0.485 -11.807,-0.538 -2.865,-1.005 -7.2,-6.387 -12.021,-10.305 -4.773,-3.9 -9.742,-6.628 -8.583,-11.82 0.711,-4.087 3.236,-7.2371 8.487,-11.8128 2.733,-2.3565 6.957,-7.7438 10.557,-9.9682 3.051,-1.8353 6.351,-0.6946 9.771,-1.089 z"
+         style="fill:#e5af00;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4939"
+         d="m 144.307,81.3473 c 4.772,-0.5881 11.31,0.5888 14.317,2.8111 2.811,2.0921 4.773,3.2544 7.321,4.0536 8.514,2.8105 20.42,4.424 19.949,12.087 -0.537,9.167 -4.696,12.979 -12.294,15.296 -6.043,1.845 -17.331,10.055 -25.779,10.87 -4.709,0.51 -8.68,0.502 -11.701,-0.507 -2.84,-0.996 -7.163,-6.372 -11.949,-10.257 -4.736,-3.872 -9.706,-6.475 -8.46,-11.611 0.773,-3.932 3.188,-7.1523 8.396,-11.6924 2.709,-2.3311 6.839,-7.7752 10.421,-10.0135 3.013,-1.8377 6.38,-0.6448 9.779,-1.0368 z"
+         style="fill:#eab500;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4941"
+         d="m 144.417,81.4406 c 4.741,-0.5843 11.238,0.5851 14.226,2.7933 2.793,2.0788 4.742,3.2374 7.275,4.028 8.456,2.7925 20.333,4.417 19.868,12.0281 -0.531,9.105 -4.765,12.872 -12.311,15.168 -5.998,1.829 -17.236,9.818 -25.627,10.685 -4.742,0.542 -8.596,0.52 -11.595,-0.476 -2.815,-0.986 -7.124,-6.356 -11.876,-10.21 -4.699,-3.844 -9.669,-6.322 -8.337,-11.4 0.835,-3.777 3.14,-7.0687 8.305,-11.5729 2.684,-2.3059 6.722,-7.8067 10.284,-10.0589 2.977,-1.84 6.41,-0.5952 9.788,-0.9846 z"
+         style="fill:#efba00;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4943"
+         d="m 144.526,81.5338 c 4.712,-0.5804 11.166,0.5815 14.136,2.7756 2.775,2.0655 4.712,3.2203 7.228,4.0023 8.399,2.7748 20.246,4.4101 19.788,11.9693 -0.524,9.043 -4.833,12.765 -12.328,15.039 -5.953,1.814 -17.14,9.583 -25.474,10.5 -4.775,0.574 -8.513,0.538 -11.489,-0.444 -2.79,-0.976 -7.086,-6.34 -11.805,-10.162 -4.662,-3.816 -9.632,-6.169 -8.212,-11.19 0.896,-3.623 3.091,-6.985 8.212,-11.4535 2.661,-2.2806 6.605,-7.838 10.149,-10.1043 2.94,-1.8423 6.439,-0.5454 9.795,-0.9324 z"
+         style="fill:#f4c000;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4945"
+         d="m 144.636,81.6272 c 4.681,-0.5768 11.094,0.5777 14.044,2.7577 2.758,2.0523 4.683,3.2031 7.183,3.9767 8.341,2.7568 20.158,4.403 19.706,11.9104 -0.516,8.981 -4.901,12.658 -12.345,14.91 -5.907,1.799 -17.043,9.348 -25.32,10.316 -4.809,0.606 -8.43,0.556 -11.384,-0.413 -2.765,-0.966 -7.047,-6.324 -11.732,-10.115 -4.625,-3.788 -9.595,-6.015 -8.089,-10.979 0.958,-3.468 3.043,-6.9012 8.121,-11.334 2.636,-2.2553 6.488,-7.8696 10.012,-10.1496 2.904,-1.8447 6.469,-0.4957 9.804,-0.8802 z"
+         style="fill:#f9c600;stroke:none" />
+    </g>
+    <path
+       inkscape:connector-curvature="0"
+       id="path4947"
+       d="m 144.745,81.7205 c 4.651,-0.573 11.023,0.574 13.954,2.7399 2.74,2.0391 4.652,3.1861 7.136,3.951 8.284,2.7391 20.071,4.3961 19.626,11.8506 -0.51,8.92 -4.97,12.552 -12.362,14.782 -5.862,1.784 -16.948,9.112 -25.168,10.131 -4.842,0.638 -8.347,0.574 -11.278,-0.382 -2.74,-0.956 -7.009,-6.308 -11.66,-10.067 -4.588,-3.76 -9.558,-5.862 -7.965,-10.769 1.02,-3.313 2.995,-6.8166 8.029,-11.2136 2.612,-2.2299 6.371,-7.901 9.876,-10.1949 2.867,-1.8471 6.499,-0.4461 9.812,-0.828 z"
+       style="fill:#ffcc00;stroke:none" />
+  </g>
+  <g
+     id="g4949">
+    <path
+       inkscape:connector-curvature="0"
+       id="path4951"
+       d="m 145.578,84.6064 c 1.008,2.0881 3.6,2.3761 5.328,3.3121 1.656,0.936 2.592,1.152 3.24,0.7919 1.44,-0.7919 0.36,-3.384 -1.08,-4.32 -1.368,-0.936 -8.064,-1.1519 -7.488,0.216 z"
+       style="fill:#ffcc00;stroke:none" />
+    <g
+       id="g4953">
+      <path
+         inkscape:connector-curvature="0"
+         id="path4955"
+         d="m 145.721,84.6281 c 0.982,2.035 3.508,2.3157 5.193,3.2281 1.614,0.9123 2.526,1.1228 3.158,0.7719 1.403,-0.7719 0.35,-3.2983 -1.053,-4.2106 -1.333,-0.9123 -7.86,-1.1228 -7.298,0.2106 z"
+         style="fill:#f9c600;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4957"
+         d="m 145.863,84.6497 c 0.957,1.9822 3.418,2.2555 5.058,3.1442 1.572,0.8886 2.461,1.0936 3.076,0.7518 1.367,-0.7518 0.342,-3.2125 -1.025,-4.1012 -1.299,-0.8885 -7.656,-1.0935 -7.109,0.2052 z"
+         style="fill:#f4c000;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4959"
+         d="m 146.005,84.6712 c 0.932,1.9294 3.327,2.1954 4.924,3.0604 1.53,0.8649 2.394,1.0644 2.993,0.7317 1.331,-0.7317 0.333,-3.1268 -0.998,-3.9917 -1.264,-0.8648 -7.451,-1.0644 -6.919,0.1996 z"
+         style="fill:#efba00;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4961"
+         d="m 146.148,84.6928 c 0.906,1.8764 3.235,2.1353 4.788,2.9765 1.488,0.8412 2.329,1.0352 2.912,0.7116 1.294,-0.7116 0.323,-3.0411 -0.971,-3.8822 -1.229,-0.841 -7.247,-1.0352 -6.729,0.1941 z"
+         style="fill:#eab500;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4963"
+         d="m 146.29,84.7144 c 0.881,1.8236 3.144,2.0751 4.653,2.8926 1.447,0.8175 2.264,1.0059 2.83,0.6914 1.257,-0.6914 0.314,-2.9552 -0.943,-3.7727 -1.195,-0.8173 -7.043,-1.006 -6.54,0.1887 z"
+         style="fill:#e5af00;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4965"
+         d="m 146.433,84.7361 c 0.855,1.7706 3.052,2.0148 4.518,2.8085 1.404,0.7939 2.198,0.9769 2.747,0.6714 1.221,-0.6714 0.306,-2.8694 -0.916,-3.6633 -1.16,-0.7935 -6.838,-0.9767 -6.349,0.1834 z"
+         style="fill:#e0a900;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4967"
+         d="m 146.575,84.7577 c 0.83,1.7176 2.962,1.9545 4.383,2.7247 1.363,0.7701 2.132,0.9476 2.666,0.6512 1.184,-0.6512 0.296,-2.7837 -0.889,-3.5538 -1.125,-0.7697 -6.634,-0.9476 -6.16,0.1779 z"
+         style="fill:#dba300;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4969"
+         d="m 146.717,84.7792 c 0.804,1.6649 2.871,1.8944 4.249,2.6408 1.32,0.7465 2.066,0.9185 2.583,0.6312 1.148,-0.6312 0.287,-2.698 -0.861,-3.4444 -1.091,-0.746 -6.43,-0.9183 -5.971,0.1724 z"
+         style="fill:#d69e00;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4971"
+         d="m 146.86,84.8008 c 0.778,1.612 2.779,1.8342 4.113,2.557 1.279,0.7227 2.001,0.8891 2.501,0.611 1.112,-0.611 0.278,-2.6122 -0.833,-3.3349 -1.057,-0.7222 -6.226,-0.8892 -5.781,0.1669 z"
+         style="fill:#d19800;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4973"
+         d="m 147.002,84.8224 c 0.753,1.559 2.688,1.7741 3.979,2.473 1.236,0.6991 1.935,0.8601 2.419,0.591 1.075,-0.591 0.269,-2.5264 -0.807,-3.2255 -1.021,-0.6985 -6.021,-0.8599 -5.591,0.1615 z"
+         style="fill:#cc9200;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4975"
+         d="m 147.145,84.8441 c 0.727,1.5061 2.596,1.7138 3.843,2.3891 1.195,0.6752 1.869,0.8308 2.337,0.5708 1.039,-0.5708 0.26,-2.4407 -0.779,-3.116 -0.987,-0.6748 -5.817,-0.8308 -5.401,0.1561 z"
+         style="fill:#c68c00;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4977"
+         d="m 147.287,84.8657 c 0.702,1.4531 2.506,1.6536 3.709,2.3052 1.152,0.6515 1.803,0.8015 2.254,0.5507 1.002,-0.5507 0.251,-2.3549 -0.751,-3.0065 -0.953,-0.651 -5.613,-0.8016 -5.212,0.1506 z"
+         style="fill:#c18700;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4979"
+         d="m 147.429,84.8872 c 0.677,1.4004 2.415,1.5935 3.574,2.2214 1.111,0.6279 1.738,0.7724 2.173,0.5307 0.965,-0.5307 0.241,-2.2693 -0.725,-2.8972 -0.917,-0.6273 -5.408,-0.7724 -5.022,0.1451 z"
+         style="fill:#bc8100;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4981"
+         d="m 147.572,84.9088 c 0.651,1.3475 2.323,1.5332 3.439,2.1375 1.068,0.6042 1.672,0.7432 2.09,0.5106 0.929,-0.5106 0.233,-2.1835 -0.697,-2.7877 -0.883,-0.6036 -5.204,-0.7432 -4.832,0.1396 z"
+         style="fill:#b77b00;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4983"
+         d="m 147.714,84.9305 c 0.626,1.2944 2.232,1.4729 3.304,2.0534 1.027,0.5806 1.606,0.7141 2.008,0.4906 0.893,-0.4906 0.224,-2.0978 -0.669,-2.6783 -0.849,-0.5797 -5,-0.714 -4.643,0.1343 z"
+         style="fill:#b27500;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4985"
+         d="m 147.857,84.9521 c 0.6,1.2416 2.14,1.4127 3.168,1.9696 0.985,0.5568 1.541,0.6847 1.927,0.4703 0.856,-0.4703 0.214,-2.0119 -0.643,-2.5688 -0.813,-0.556 -4.795,-0.6847 -4.452,0.1289 z"
+         style="fill:#ad7000;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4987"
+         d="m 147.999,84.9737 c 0.575,1.1887 2.05,1.3526 3.034,1.8856 0.943,0.5332 1.475,0.6557 1.844,0.4503 0.82,-0.4503 0.205,-1.9262 -0.615,-2.4593 -0.779,-0.5322 -4.591,-0.6556 -4.263,0.1234 z"
+         style="fill:#a86a00;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4989"
+         d="m 148.141,84.9952 c 0.549,1.1358 1.959,1.2925 2.899,1.8019 0.901,0.5094 1.41,0.6264 1.763,0.4301 0.783,-0.4301 0.196,-1.8405 -0.588,-2.3499 -0.744,-0.5084 -4.387,-0.6263 -4.074,0.1179 z"
+         style="fill:#a36400;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4991"
+         d="m 148.284,85.0168 c 0.523,1.083 1.867,1.2323 2.764,1.7179 0.859,0.4858 1.343,0.5972 1.68,0.4101 0.746,-0.4101 0.187,-1.7547 -0.56,-2.2404 -0.71,-0.4848 -4.183,-0.5972 -3.884,0.1124 z"
+         style="fill:#9e5e00;stroke:none" />
+    </g>
+    <path
+       inkscape:connector-curvature="0"
+       id="path4993"
+       d="m 148.426,85.0385 c 0.498,1.03 1.776,1.1719 2.629,1.634 0.817,0.462 1.278,0.5679 1.598,0.3899 0.71,-0.3899 0.178,-1.6689 -0.533,-2.1309 -0.675,-0.461 -3.978,-0.568 -3.694,0.107 z"
+       style="fill:#995900;stroke:none" />
+  </g>
+  <g
+     id="g4995">
+    <path
+       inkscape:connector-curvature="0"
+       id="path4997"
+       d="m 130.471,87.2864 c -0.325,0.8131 1.952,2.359 3.091,1.3011 1.221,-1.057 2.685,-2.0331 3.174,-2.359 2.196,-1.465 1.383,-2.522 -2.278,-1.871 -3.662,0.651 -3.662,2.1149 -3.987,2.9289 z"
+       style="fill:#ffcc00;stroke:none" />
+    <g
+       id="g4999">
+      <path
+         inkscape:connector-curvature="0"
+         id="path5001"
+         d="m 130.53,87.2762 c -0.317,0.7941 1.907,2.3043 3.019,1.2709 1.193,-1.0326 2.623,-1.9861 3.101,-2.3045 2.145,-1.431 1.351,-2.4636 -2.225,-1.8277 -3.578,0.636 -3.578,2.0661 -3.895,2.8613 z"
+         style="fill:#f9c600;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5003"
+         d="m 130.589,87.2658 c -0.31,0.7754 1.861,2.2499 2.948,1.2409 1.164,-1.0081 2.56,-1.939 3.027,-2.2498 2.094,-1.3973 1.319,-2.4053 -2.173,-1.7845 -3.492,0.621 -3.492,2.0171 -3.802,2.7934 z"
+         style="fill:#f4c000;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5005"
+         d="m 130.647,87.2555 c -0.302,0.7565 1.817,2.1952 2.877,1.2107 1.136,-0.9836 2.498,-1.892 2.953,-2.1951 2.044,-1.3634 1.287,-2.347 -2.119,-1.7412 -3.408,0.6059 -3.408,1.9682 -3.711,2.7256 z"
+         style="fill:#efba00;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5007"
+         d="m 130.706,87.2452 c -0.295,0.7376 1.772,2.1406 2.805,1.1807 1.108,-0.9593 2.436,-1.8451 2.88,-2.1407 1.993,-1.3293 1.255,-2.2886 -2.067,-1.6977 -3.323,0.5908 -3.323,1.9192 -3.618,2.6577 z"
+         style="fill:#eab500;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5009"
+         d="m 130.765,87.235 c -0.287,0.7187 1.726,2.086 2.733,1.1505 1.08,-0.9348 2.374,-1.7981 2.807,-2.086 1.942,-1.2955 1.223,-2.2303 -2.015,-1.6545 -3.238,0.5757 -3.238,1.8702 -3.525,2.59 z"
+         style="fill:#e5af00;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5011"
+         d="m 130.824,87.2246 c -0.28,0.7 1.681,2.0314 2.661,1.1205 1.052,-0.9103 2.313,-1.751 2.733,-2.0314 1.892,-1.2616 1.191,-2.1719 -1.961,-1.6112 -3.153,0.5607 -3.153,1.8212 -3.433,2.5221 z"
+         style="fill:#e0a900;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5013"
+         d="m 130.882,87.2143 c -0.272,0.6811 1.636,1.9768 2.591,1.0904 1.023,-0.8859 2.25,-1.7041 2.659,-1.9768 1.841,-1.2277 1.159,-2.1136 -1.909,-1.568 -3.068,0.5457 -3.068,1.7724 -3.341,2.4544 z"
+         style="fill:#dba300;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5015"
+         d="m 130.941,87.204 c -0.264,0.6622 1.591,1.9223 2.519,1.0603 0.995,-0.8614 2.188,-1.6571 2.586,-1.9223 1.789,-1.1937 1.127,-2.0552 -1.856,-1.5246 -2.984,0.5307 -2.984,1.7235 -3.249,2.3866 z"
+         style="fill:#d69e00;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5017"
+         d="m 131,87.1938 c -0.257,0.6433 1.546,1.8675 2.447,1.03 0.967,-0.8369 2.126,-1.6099 2.513,-1.8675 1.738,-1.1599 1.095,-1.9969 -1.804,-1.4814 -2.899,0.5156 -2.899,1.6745 -3.156,2.3189 z"
+         style="fill:#d19800;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5019"
+         d="m 131.059,87.1834 c -0.25,0.6246 1.5,1.813 2.375,1 0.939,-0.8125 2.064,-1.5629 2.439,-1.8129 1.688,-1.126 1.063,-1.9386 -1.75,-1.438 -2.814,0.5005 -2.814,1.6255 -3.064,2.2509 z"
+         style="fill:#cc9200;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5021"
+         d="m 131.117,87.1731 c -0.241,0.6057 1.456,1.7584 2.304,0.97 0.911,-0.7881 2.002,-1.5161 2.366,-1.7585 1.637,-1.092 1.031,-1.8801 -1.698,-1.3946 -2.729,0.4854 -2.729,1.5765 -2.972,2.1831 z"
+         style="fill:#c68c00;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5023"
+         d="m 131.176,87.1628 c -0.234,0.5869 1.41,1.7038 2.233,0.9399 0.882,-0.7636 1.939,-1.469 2.292,-1.7038 1.586,-1.0582 0.999,-1.8218 -1.645,-1.3514 -2.645,0.4704 -2.645,1.5275 -2.88,2.1153 z"
+         style="fill:#c18700;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5025"
+         d="m 131.235,87.1526 c -0.227,0.5679 1.365,1.6492 2.161,0.9097 0.854,-0.7392 1.877,-1.422 2.218,-1.6492 1.536,-1.0243 0.967,-1.7635 -1.592,-1.3082 -2.56,0.4554 -2.56,1.4787 -2.787,2.0477 z"
+         style="fill:#bc8100;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5027"
+         d="m 131.294,87.1422 c -0.22,0.5491 1.32,1.5946 2.089,0.8797 0.826,-0.7147 1.815,-1.375 2.145,-1.5947 1.485,-0.9903 0.935,-1.7051 -1.539,-1.2648 -2.475,0.4404 -2.475,1.4298 -2.695,1.9798 z"
+         style="fill:#b77b00;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5029"
+         d="m 131.352,87.1319 c -0.211,0.5303 1.275,1.54 2.018,0.8495 0.797,-0.6902 1.753,-1.3279 2.072,-1.54 1.434,-0.9564 0.903,-1.6467 -1.487,-1.2215 -2.39,0.4253 -2.39,1.3808 -2.603,1.912 z"
+         style="fill:#b27500;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5031"
+         d="m 131.411,87.1216 c -0.204,0.5115 1.23,1.4855 1.946,0.8194 0.769,-0.6657 1.691,-1.2809 1.998,-1.4853 1.384,-0.9226 0.871,-1.5885 -1.434,-1.1783 -2.305,0.4103 -2.305,1.3319 -2.51,1.8442 z"
+         style="fill:#ad7000;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5033"
+         d="m 131.47,87.1114 c -0.197,0.4925 1.184,1.4307 1.875,0.7893 0.74,-0.6414 1.628,-1.234 1.924,-1.4309 1.333,-0.8886 0.839,-1.53 -1.381,-1.1348 -2.221,0.3951 -2.221,1.2828 -2.418,1.7764 z"
+         style="fill:#a86a00;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5035"
+         d="m 131.529,87.101 c -0.189,0.4737 1.139,1.3762 1.803,0.7593 0.712,-0.617 1.566,-1.1871 1.851,-1.3763 1.281,-0.8547 0.807,-1.4717 -1.329,-1.0915 -2.135,0.3801 -2.135,1.2339 -2.325,1.7085 z"
+         style="fill:#a36400;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5037"
+         d="m 131.587,87.0908 c -0.181,0.4548 1.095,1.3216 1.732,0.7291 0.684,-0.5925 1.504,-1.14 1.778,-1.3216 1.23,-0.8209 0.775,-1.4134 -1.276,-1.0483 -2.051,0.365 -2.051,1.1849 -2.234,1.6408 z"
+         style="fill:#9e5e00;stroke:none" />
+    </g>
+    <path
+       inkscape:connector-curvature="0"
+       id="path5039"
+       d="m 131.646,87.0804 c -0.174,0.436 1.049,1.267 1.66,0.699 0.656,-0.5679 1.442,-1.0929 1.704,-1.2669 1.18,-0.787 0.743,-1.3551 -1.223,-1.0051 -1.966,0.3501 -1.966,1.1361 -2.141,1.573 z"
+       style="fill:#995900;stroke:none" />
+  </g>
+  <g
+     id="g5041">
+    <path
+       inkscape:connector-curvature="0"
+       id="path5043"
+       d="m 134.547,108.884 c -0.229,2.858 6.343,-4.286 6.743,-4.915 0.857,-1.543 3.715,-5.8855 4.172,-7.7145 0.857,-3.2001 2.401,-5.543 1.429,-8.9151 -0.343,-1.086 -2.743,-1.372 -3.829,-0.686 -3.086,1.8291 -2.629,4.0581 -2.972,6.1151 -1.143,5.8289 -5.143,11.7155 -5.543,16.1155 z"
+       style="fill:#ffcc00;stroke:none" />
+    <g
+       id="g5045">
+      <path
+         inkscape:connector-curvature="0"
+         id="path5047"
+         d="m 134.816,108.438 c -0.219,2.787 6.178,-4.188 6.567,-4.802 0.833,-1.506 3.614,-5.7448 4.057,-7.5289 0.83,-3.1213 2.332,-5.4081 1.38,-8.6944 -0.336,-1.0585 -2.677,-1.3337 -3.735,-0.6632 -3.006,1.7879 -2.557,3.9606 -2.889,5.9667 -1.105,5.6851 -4.997,11.4308 -5.38,15.7218 z"
+         style="fill:#ffcc02;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5049"
+         d="m 135.084,107.992 c -0.209,2.715 6.014,-4.091 6.392,-4.69 0.81,-1.469 3.512,-5.6031 3.941,-7.3421 0.805,-3.0428 2.264,-5.2733 1.331,-8.4741 -0.329,-1.0308 -2.61,-1.2952 -3.64,-0.6404 -2.926,1.7469 -2.486,3.8632 -2.805,5.8186 -1.069,5.5412 -4.852,11.146 -5.219,15.328 z"
+         style="fill:#ffcc05;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5051"
+         d="m 135.353,107.545 c -0.199,2.645 5.849,-3.993 6.216,-4.577 0.786,-1.431 3.41,-5.4614 3.825,-7.1554 0.779,-2.9641 2.197,-5.1385 1.282,-8.2535 -0.322,-1.0033 -2.543,-1.257 -3.545,-0.6177 -2.847,1.7058 -2.414,3.7658 -2.722,5.6703 -1.031,5.3975 -4.705,10.8613 -5.056,14.9333 z"
+         style="fill:#ffcc07;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5053"
+         d="m 135.622,107.099 c -0.189,2.573 5.684,-3.896 6.04,-4.465 0.762,-1.394 3.309,-5.3197 3.709,-6.9687 0.753,-2.8855 2.129,-5.0036 1.234,-8.033 -0.316,-0.9757 -2.478,-1.2187 -3.451,-0.5949 -2.767,1.6647 -2.342,3.6684 -2.639,5.522 -0.994,5.2536 -4.559,10.5766 -4.893,14.5396 z"
+         style="fill:#ffcd0a;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5055"
+         d="m 135.89,106.652 c -0.179,2.503 5.519,-3.798 5.865,-4.351 0.738,-1.357 3.207,-5.179 3.594,-6.7831 0.726,-2.8067 2.06,-4.8687 1.184,-7.8125 -0.308,-0.948 -2.411,-1.1802 -3.356,-0.5719 -2.687,1.6235 -2.271,3.5709 -2.556,5.3737 -0.957,5.1097 -4.413,10.2908 -4.731,14.1448 z"
+         style="fill:#ffcd0c;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5057"
+         d="m 136.159,106.206 c -0.169,2.431 5.354,-3.701 5.689,-4.239 0.715,-1.32 3.106,-5.0373 3.478,-6.5964 0.7,-2.7281 1.992,-4.7339 1.135,-7.5919 -0.301,-0.9205 -2.344,-1.142 -3.261,-0.5492 -2.608,1.5824 -2.199,3.4736 -2.472,5.2255 -0.92,4.9658 -4.268,10.006 -4.569,13.751 z"
+         style="fill:#ffcd0f;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5059"
+         d="m 136.427,105.759 c -0.159,2.361 5.19,-3.603 5.514,-4.126 0.691,-1.282 3.004,-4.8956 3.362,-6.4096 0.674,-2.6495 1.924,-4.5991 1.087,-7.3715 -0.295,-0.8929 -2.278,-1.1036 -3.167,-0.5265 -2.528,1.5414 -2.128,3.3763 -2.389,5.0773 -0.883,4.822 -4.122,9.7213 -4.407,13.3563 z"
+         style="fill:#ffcd11;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5061"
+         d="m 136.696,105.313 c -0.149,2.289 5.025,-3.505 5.338,-4.014 0.667,-1.245 2.902,-4.7539 3.247,-6.223 0.647,-2.5708 1.855,-4.4642 1.037,-7.151 -0.287,-0.8652 -2.211,-1.0652 -3.072,-0.5036 -2.448,1.5003 -2.056,3.2789 -2.306,4.9291 -0.845,4.6782 -3.976,9.4365 -4.244,12.9625 z"
+         style="fill:#ffce14;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5063"
+         d="m 136.965,104.866 c -0.139,2.219 4.86,-3.407 5.162,-3.9 0.643,-1.208 2.801,-4.6132 3.131,-6.0373 0.622,-2.4921 1.787,-4.3293 0.988,-6.9304 -0.28,-0.8377 -2.145,-1.0269 -2.977,-0.4808 -2.368,1.4591 -1.984,3.1814 -2.223,4.7807 -0.808,4.5344 -3.83,9.1518 -4.081,12.5678 z"
+         style="fill:#ffce16;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5065"
+         d="m 137.233,104.42 c -0.129,2.147 4.696,-3.31 4.987,-3.788 0.62,-1.1705 2.699,-4.4715 3.015,-5.8505 0.596,-2.4135 1.719,-4.1946 0.94,-6.7101 -0.274,-0.81 -2.079,-0.9885 -2.883,-0.458 -2.289,1.4181 -1.913,3.084 -2.139,4.6325 -0.771,4.3905 -3.685,8.8661 -3.92,12.1741 z"
+         style="fill:#ffce19;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5067"
+         d="m 137.502,103.974 c -0.119,2.076 4.531,-3.213 4.811,-3.676 0.596,-1.1331 2.598,-4.3298 2.9,-5.6638 0.569,-2.3349 1.65,-4.0597 0.89,-6.4895 -0.266,-0.7825 -2.012,-0.9502 -2.788,-0.4353 -2.209,1.3769 -1.841,2.9866 -2.056,4.4843 -0.734,4.2466 -3.539,8.5813 -3.757,11.7803 z"
+         style="fill:#ffce1c;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5069"
+         d="m 137.77,103.527 c -0.109,2.005 4.366,-3.115 4.636,-3.5626 0.572,-1.0959 2.496,-4.1886 2.784,-5.4776 0.543,-2.2561 1.582,-3.9247 0.841,-6.2689 -0.259,-0.7549 -1.945,-0.9118 -2.693,-0.4124 -2.129,1.3357 -1.77,2.8891 -1.973,4.3359 -0.696,4.1028 -3.393,8.2966 -3.595,11.3856 z"
+         style="fill:#ffcf1e;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5071"
+         d="m 138.039,103.081 c -0.099,1.934 4.201,-3.018 4.46,-3.4503 0.548,-1.0587 2.394,-4.0471 2.668,-5.2912 0.517,-2.1775 1.515,-3.7899 0.793,-6.0485 -0.253,-0.7272 -1.879,-0.8734 -2.599,-0.3895 -2.05,1.2946 -1.698,2.7917 -1.89,4.1877 -0.659,3.959 -3.246,8.0118 -3.432,10.9918 z"
+         style="fill:#ffcf21;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5073"
+         d="m 138.308,102.634 c -0.089,1.863 4.036,-2.9194 4.284,-3.337 0.525,-1.0215 2.293,-3.9057 2.552,-5.1047 0.491,-2.0989 1.447,-3.6551 0.744,-5.828 -0.246,-0.6997 -1.813,-0.8352 -2.504,-0.3668 -1.97,1.2535 -1.626,2.6943 -1.806,4.0395 -0.622,3.8151 -3.101,7.7266 -3.27,10.597 z"
+         style="fill:#ffcf23;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5075"
+         d="m 138.576,102.188 c -0.079,1.792 3.872,-2.8223 4.108,-3.2248 0.502,-0.9842 2.192,-3.7643 2.438,-4.9182 0.464,-2.0203 1.378,-3.5203 0.694,-5.6075 -0.238,-0.6721 -1.746,-0.7968 -2.41,-0.3441 -1.889,1.2125 -1.554,2.5971 -1.722,3.8913 -0.585,3.6712 -2.955,7.4418 -3.108,10.2033 z"
+         style="fill:#ffcf26;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5077"
+         d="m 138.845,101.741 c -0.069,1.721 3.707,-2.7242 3.932,-3.1115 0.478,-0.947 2.091,-3.6228 2.322,-4.7319 0.439,-1.9415 1.31,-3.3853 0.646,-5.3869 -0.232,-0.6445 -1.68,-0.7584 -2.316,-0.3212 -1.81,1.1713 -1.482,2.4996 -1.639,3.743 -0.548,3.5273 -2.809,7.1568 -2.945,9.8085 z"
+         style="fill:#ffd028;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5079"
+         d="m 139.113,101.295 c -0.059,1.65 3.543,-2.627 3.757,-2.9993 0.454,-0.9097 1.989,-3.4813 2.206,-4.5454 0.413,-1.8629 1.242,-3.2505 0.597,-5.1664 -0.225,-0.6169 -1.613,-0.7201 -2.221,-0.2984 -1.73,1.1302 -1.411,2.4022 -1.556,3.5947 -0.51,3.3835 -2.663,6.8718 -2.783,9.4148 z"
+         style="fill:#ffd02b;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5081"
+         d="m 139.382,100.848 c -0.049,1.579 3.378,-2.5288 3.581,-2.886 0.431,-0.8726 1.887,-3.3399 2.091,-4.359 0.386,-1.7842 1.173,-3.1156 0.548,-4.9459 -0.218,-0.5893 -1.547,-0.6818 -2.127,-0.2757 -1.65,1.0892 -1.339,2.3048 -1.472,3.4465 -0.474,3.2398 -2.518,6.587 -2.621,9.0201 z"
+         style="fill:#ffd02d;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5083"
+         d="m 139.651,100.402 c -0.039,1.508 3.212,-2.4317 3.405,-2.7738 0.407,-0.8352 1.786,-3.1985 1.975,-4.1725 0.36,-1.7056 1.105,-2.9808 0.499,-4.7254 -0.211,-0.5617 -1.481,-0.6434 -2.032,-0.2529 -1.57,1.0481 -1.267,2.2074 -1.389,3.2983 -0.436,3.0959 -2.372,6.3019 -2.458,8.6263 z"
+         style="fill:#ffd030;stroke:none" />
+    </g>
+    <path
+       inkscape:connector-curvature="0"
+       id="path5085"
+       d="m 139.919,99.9554 c -0.029,1.4366 3.048,-2.3339 3.23,-2.6609 0.383,-0.798 1.684,-3.057 1.859,-3.9861 0.334,-1.6269 1.037,-2.8459 0.45,-4.5049 -0.204,-0.5341 -1.414,-0.605 -1.937,-0.23 -1.491,1.0069 -1.196,2.1099 -1.306,3.1499 -0.399,2.952 -2.226,6.017 -2.296,8.232 z"
+       style="fill:#ffd133;stroke:none" />
+  </g>
+  <g
+     id="g5087">
+    <path
+       inkscape:connector-curvature="0"
+       id="path5089"
+       d="m 157.242,96.9904 c -3.168,3.4556 -5.4,6.7676 -7.2,8.9996 -1.872,2.304 -6.48,5.04 -4.176,7.704 1.944,2.376 9.936,-1.944 16.128,-6.552 6.12,-4.608 15.696,-8.7115 11.016,-13.9676 -2.448,-2.6639 -8.208,-2.0879 -10.44,-0.6479 -1.728,1.0799 -2.736,1.656 -5.328,4.4639 z"
+       style="fill:#ffcc00;stroke:none" />
+    <g
+       id="g5091">
+      <path
+         inkscape:connector-curvature="0"
+         id="path5093"
+         d="m 157.378,97.1439 c -3.118,3.3781 -5.313,6.6281 -7.086,8.8091 -1.841,2.249 -6.375,4.945 -4.13,7.534 1.893,2.31 9.724,-1.943 15.795,-6.469 6.001,-4.525 15.38,-8.5742 10.82,-13.6816 -2.386,-2.5883 -8.022,-1.9977 -10.209,-0.5839 -1.692,1.0616 -2.665,1.6698 -5.19,4.3914 z"
+         style="fill:#ffcc02;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5095"
+         d="m 157.515,97.2973 c -3.069,3.2997 -5.226,6.4877 -6.973,8.6187 -1.81,2.193 -6.271,4.85 -4.085,7.364 1.843,2.243 9.513,-1.943 15.463,-6.386 5.882,-4.442 15.064,-8.4368 10.623,-13.3956 -2.323,-2.5127 -7.835,-1.9073 -9.978,-0.5199 -1.655,1.0433 -2.593,1.6835 -5.05,4.3188 z"
+         style="fill:#ffcc05;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5097"
+         d="m 157.651,97.4508 c -3.019,3.2212 -5.139,6.3472 -6.859,8.4282 -1.78,2.138 -6.166,4.754 -4.04,7.194 1.794,2.176 9.302,-1.942 15.131,-6.303 5.762,-4.359 14.748,-8.2994 10.427,-13.1097 -2.261,-2.437 -7.649,-1.8169 -9.747,-0.4557 -1.619,1.0248 -2.522,1.6973 -4.912,4.2462 z"
+         style="fill:#ffcc07;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5099"
+         d="m 157.787,97.6042 c -2.97,3.1428 -5.052,6.2068 -6.745,8.2378 -1.749,2.082 -6.062,4.659 -3.994,7.023 1.743,2.111 9.09,-1.941 14.798,-6.219 5.643,-4.276 14.432,-8.162 10.231,-12.8238 -2.199,-2.3613 -7.463,-1.7266 -9.517,-0.3915 -1.582,1.0063 -2.451,1.711 -4.773,4.1735 z"
+         style="fill:#ffcd0a;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5101"
+         d="m 157.923,97.7577 c -2.92,3.0653 -4.965,6.0663 -6.631,8.0473 -1.718,2.027 -5.957,4.564 -3.949,6.853 1.693,2.044 8.878,-1.94 14.466,-6.136 5.524,-4.194 14.116,-8.0245 10.034,-12.5378 -2.137,-2.2857 -7.276,-1.6362 -9.285,-0.3275 -1.546,0.988 -2.38,1.7248 -4.635,4.101 z"
+         style="fill:#ffcd0c;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5103"
+         d="m 158.06,97.9112 c -2.871,2.9868 -4.879,5.9258 -6.518,7.8568 -1.687,1.971 -5.853,4.468 -3.903,6.683 1.642,1.978 8.666,-1.94 14.133,-6.053 5.404,-4.111 13.801,-7.8871 9.838,-12.2519 -2.075,-2.21 -7.089,-1.5458 -9.054,-0.2633 -1.51,0.9696 -2.309,1.7385 -4.496,4.0284 z"
+         style="fill:#ffcd0f;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5105"
+         d="m 158.196,98.0646 c -2.821,2.9084 -4.792,5.7854 -6.404,7.6664 -1.657,1.916 -5.748,4.373 -3.858,6.512 1.592,1.912 8.455,-1.938 13.801,-5.969 5.285,-4.028 13.485,-7.7497 9.641,-11.9659 -2.012,-2.1344 -6.902,-1.4556 -8.823,-0.1993 -1.473,0.9512 -2.237,1.7523 -4.357,3.9558 z"
+         style="fill:#ffcd11;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5107"
+         d="m 158.332,98.218 c -2.771,2.83 -4.705,5.645 -6.29,7.476 -1.626,1.86 -5.644,4.278 -3.813,6.342 1.542,1.845 8.244,-1.938 13.469,-5.886 5.166,-3.945 13.169,-7.6123 9.445,-11.68 -1.95,-2.0587 -6.716,-1.3651 -8.592,-0.1351 -1.437,0.9327 -2.166,1.766 -4.219,3.8831 z"
+         style="fill:#ffce14;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5109"
+         d="m 158.468,98.3715 c -2.722,2.7525 -4.617,5.5045 -6.176,7.2855 -1.595,1.805 -5.539,4.182 -3.767,6.172 1.491,1.779 8.032,-1.937 13.136,-5.803 5.047,-3.862 12.853,-7.4749 9.249,-11.394 -1.888,-1.9831 -6.53,-1.2749 -8.362,-0.0711 -1.4,0.9144 -2.095,1.7798 -4.08,3.8106 z"
+         style="fill:#ffce16;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5111"
+         d="m 158.605,98.5249 c -2.673,2.6741 -4.531,5.3641 -6.063,7.0951 -1.564,1.749 -5.435,4.087 -3.722,6.001 1.441,1.713 7.821,-1.936 12.804,-5.719 4.927,-3.78 12.537,-7.3375 9.052,-11.1081 -1.825,-1.9075 -6.343,-1.1844 -8.13,-0.0069 -1.364,0.896 -2.024,1.7935 -3.941,3.7379 z"
+         style="fill:#ffce19;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5113"
+         d="m 158.741,98.6784 c -2.623,2.5956 -4.444,5.2246 -5.949,6.9046 -1.534,1.693 -5.33,3.992 -3.676,5.831 1.39,1.646 7.609,-1.935 12.471,-5.636 4.808,-3.697 12.221,-7.2001 8.856,-10.8221 -1.763,-1.8318 -6.157,-1.0941 -7.9,0.0571 -1.327,0.8776 -1.952,1.8073 -3.802,3.6654 z"
+         style="fill:#ffce1c;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5115"
+         d="m 158.877,98.8318 c -2.573,2.5172 -4.357,5.0842 -5.835,6.7142 -1.503,1.638 -5.226,3.896 -3.631,5.661 1.34,1.58 7.397,-1.935 12.139,-5.553 4.689,-3.614 11.905,-7.0628 8.659,-10.5361 -1.701,-1.7562 -5.97,-1.0039 -7.668,0.1211 -1.291,0.8593 -1.881,1.8211 -3.664,3.5928 z"
+         style="fill:#ffcf1e;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5117"
+         d="m 159.013,98.9853 c -2.523,2.4397 -4.27,4.9437 -5.721,6.5237 -1.472,1.582 -5.121,3.801 -3.586,5.491 1.291,1.513 7.186,-1.934 11.807,-5.47 4.569,-3.531 11.589,-6.9254 8.463,-10.2502 -1.639,-1.6806 -5.784,-0.9134 -7.438,0.1853 -1.254,0.8408 -1.809,1.8348 -3.525,3.5202 z"
+         style="fill:#ffcf21;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5119"
+         d="m 159.15,99.1388 c -2.475,2.3612 -4.184,4.8032 -5.608,6.3332 -1.441,1.527 -5.017,3.706 -3.54,5.32 1.24,1.447 6.974,-1.933 11.474,-5.386 4.45,-3.448 11.273,-6.788 8.267,-9.9643 -1.577,-1.6048 -5.598,-0.823 -7.207,0.2495 -1.218,0.8223 -1.739,1.8485 -3.386,3.4476 z"
+         style="fill:#ffcf23;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5121"
+         d="m 159.286,99.2922 c -2.425,2.2828 -4.097,4.6628 -5.494,6.1428 -1.411,1.471 -4.912,3.61 -3.495,5.15 1.19,1.381 6.763,-1.932 11.142,-5.303 4.331,-3.366 10.957,-6.6506 8.07,-9.6783 -1.514,-1.5292 -5.411,-0.7328 -6.976,0.3135 -1.182,0.804 -1.667,1.8622 -3.247,3.375 z"
+         style="fill:#ffcf26;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5123"
+         d="m 159.422,99.4456 c -2.375,2.2044 -4.009,4.5224 -5.38,5.9524 -1.38,1.416 -4.808,3.515 -3.449,4.98 1.139,1.314 6.551,-1.932 10.809,-5.22 4.211,-3.283 10.641,-6.5131 7.874,-9.3923 -1.452,-1.4537 -5.225,-0.6424 -6.745,0.3775 -1.146,0.7857 -1.596,1.8761 -3.109,3.3024 z"
+         style="fill:#ffd028;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5125"
+         d="m 159.558,99.5991 c -2.325,2.1269 -3.922,4.3819 -5.266,5.7619 -1.349,1.36 -4.703,3.42 -3.404,4.809 1.089,1.248 6.34,-1.93 10.477,-5.136 4.092,-3.2 10.325,-6.3757 7.677,-9.1064 -1.389,-1.3779 -5.038,-0.5521 -6.513,0.4417 -1.11,0.7672 -1.525,1.8898 -2.971,3.2298 z"
+         style="fill:#ffd02b;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5127"
+         d="m 159.695,99.7525 c -2.276,2.0485 -3.836,4.2415 -5.153,5.5715 -1.318,1.305 -4.599,3.324 -3.359,4.639 1.039,1.182 6.129,-1.93 10.145,-5.053 3.973,-3.117 10.009,-6.2383 7.481,-8.8205 -1.327,-1.3022 -4.852,-0.4617 -6.283,0.5059 -1.073,0.7487 -1.453,1.9034 -2.831,3.1571 z"
+         style="fill:#ffd02d;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5129"
+         d="m 159.831,99.906 c -2.227,1.97 -3.749,4.101 -5.039,5.381 -1.288,1.249 -4.494,3.229 -3.313,4.469 0.988,1.115 5.916,-1.929 9.812,-4.97 3.854,-3.034 9.693,-6.1009 7.285,-8.5345 -1.266,-1.2267 -4.666,-0.3713 -6.052,0.5699 -1.037,0.7304 -1.383,1.9172 -2.693,3.0846 z"
+         style="fill:#ffd030;stroke:none" />
+    </g>
+    <path
+       inkscape:connector-curvature="0"
+       id="path5131"
+       d="m 159.967,100.059 c -2.177,1.892 -3.662,3.961 -4.925,5.191 -1.257,1.193 -4.39,3.133 -3.268,4.298 0.938,1.049 5.705,-1.928 9.48,-4.886 3.734,-2.952 9.377,-5.9635 7.088,-8.2485 -1.203,-1.151 -4.479,-0.2811 -5.821,0.634 -1,0.712 -1.311,1.931 -2.554,3.0115 z"
+       style="fill:#ffd133;stroke:none" />
+  </g>
+  <path
+     inkscape:connector-curvature="0"
+     id="path5133"
+     d="m 131.106,119.958 c 3.528,0.36 6.768,0.504 8.928,0.504 5.472,0 12.816,-2.304 20.016,-5.976 7.056,-3.672 9.216,-5.112 14.256,-8.064 4.824,-2.88 10.512,-6.5515 8.352,-7.6315 -2.16,-1.152 -4.68,0.072 -11.664,4.4635 -6.768,4.248 -10.584,6.264 -18.072,9.576 -2.88,1.296 -7.344,3.096 -10.368,3.24 -2.88,0.144 -6.768,0.072 -9,0.072 -2.664,0 -6.12,-1.08 -8.928,-2.304 0,-0.072 6.48,6.12 6.48,6.12 z"
+     style="fill:#ffcc00;stroke:none" />
+  <path
+     inkscape:connector-curvature="0"
+     id="path5135"
+     d="m 124.914,118.014 c -4.824,-2.592 -11.232,-5.976 -12.528,-10.944 -0.072,-0.36 0.936,-0.936 1.368,-0.792 l 11.16,11.736 z"
+     style="fill:#b27f19;stroke:none" />
+  <g
+     id="g5137">
+    <path
+       inkscape:connector-curvature="0"
+       id="path5139"
+       d="m 124.914,117.942 c -4.896,-2.592 -11.16,-5.976 -12.384,-10.728 -0.072,-0.36 0.864,-0.936 1.368,-0.72 3.672,3.672 2.808,2.736 11.016,11.448 z"
+       style="fill:#af7c19;stroke:none" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path5141"
+       d="m 124.842,117.942 c -4.896,-2.664 -11.016,-6.048 -12.168,-10.656 -0.072,-0.36 0.864,-0.936 1.44,-0.648 3.456,3.528 3.024,3.024 10.728,11.304 z"
+       style="fill:#aa7716;stroke:none" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path5143"
+       d="m 124.842,117.87 c -4.968,-2.592 -10.944,-6.048 -12.096,-10.44 0,-0.36 0.864,-0.936 1.512,-0.576 3.24,3.312 3.24,3.168 10.584,11.016 z"
+       style="fill:#a87516;stroke:none" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path5145"
+       d="m 124.77,117.798 c -4.896,-2.592 -10.872,-5.976 -11.88,-10.296 -0.072,-0.288 0.864,-0.864 1.512,-0.504 3.096,3.168 3.456,3.384 10.368,10.8 z"
+       style="fill:#a37014;stroke:none" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path5147"
+       d="m 124.77,117.726 c -4.968,-2.592 -10.8,-5.976 -11.736,-10.08 -0.072,-0.36 0.792,-0.936 1.512,-0.432 2.952,2.952 3.672,3.6 10.224,10.512 z"
+       style="fill:#a06d14;stroke:none" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path5149"
+       d="m 124.77,117.726 c -5.04,-2.664 -10.728,-6.048 -11.592,-10.008 -0.072,-0.288 0.792,-0.864 1.584,-0.36 2.736,2.808 3.888,3.816 10.008,10.368 z"
+       style="fill:#9b6811;stroke:none" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path5151"
+       d="m 124.698,117.654 c -5.04,-2.664 -10.584,-6.048 -11.376,-9.792 -0.072,-0.288 0.72,-0.864 1.584,-0.288 2.592,2.592 4.104,3.96 9.792,10.08 z"
+       style="fill:#996611;stroke:none" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path5153"
+       d="m 124.698,117.582 c -5.112,-2.592 -10.512,-6.048 -11.304,-9.576 0,-0.36 0.72,-0.936 1.656,-0.288 2.376,2.448 4.32,4.248 9.648,9.864 z"
+       style="fill:#966311;stroke:none" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path5155"
+       d="m 124.698,117.582 c -5.184,-2.664 -10.44,-6.12 -11.16,-9.504 0,-0.288 0.72,-0.864 1.728,-0.144 2.16,2.232 4.536,4.392 9.432,9.648 z"
+       style="fill:#915e0f;stroke:none" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path5157"
+       d="m 124.626,117.51 c -5.184,-2.664 -10.296,-6.12 -10.944,-9.288 0,-0.288 0.648,-0.864 1.728,-0.144 2.016,2.088 4.752,4.608 9.216,9.432 z"
+       style="fill:#8e5b0f;stroke:none" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path5159"
+       d="m 124.626,117.438 c -5.184,-2.664 -10.296,-6.048 -10.8,-9.144 -0.072,-0.288 0.648,-0.864 1.728,0 1.872,1.8 4.968,4.824 9.072,9.144 z"
+       style="fill:#89560a;stroke:none" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path5161"
+       d="m 124.554,117.366 c -5.184,-2.664 -10.152,-6.048 -10.584,-8.928 -0.072,-0.288 0.576,-0.864 1.728,0 1.728,1.656 5.184,5.04 8.856,8.928 z"
+       style="fill:#87540a;stroke:none" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path5163"
+       d="m 124.554,117.366 c -5.256,-2.736 -10.08,-6.12 -10.44,-8.856 -0.072,-0.216 0.576,-0.792 1.8,0.144 1.512,1.44 5.4,5.184 8.64,8.712 z"
+       style="fill:#824f07;stroke:none" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path5165"
+       d="m 124.554,117.294 c -5.328,-2.664 -10.008,-6.12 -10.368,-8.64 0,-0.288 0.576,-0.864 1.872,0.144 1.296,1.296 5.616,5.472 8.496,8.496 z"
+       style="fill:#7f4c07;stroke:none" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path5167"
+       d="m 124.482,117.222 c -5.328,-2.664 -9.864,-6.12 -10.152,-8.424 0,-0.288 0.504,-0.864 1.872,0.216 1.152,1.08 5.832,5.616 8.28,8.208 z"
+       style="fill:#7c4907;stroke:none" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path5169"
+       d="m 124.482,117.222 c -5.4,-2.736 -9.792,-6.192 -10.008,-8.352 0,-0.216 0.504,-0.792 1.944,0.288 0.936,0.936 6.048,5.832 8.064,8.064 z"
+       style="fill:#774405;stroke:none" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path5171"
+       d="m 124.482,117.15 c -5.472,-2.736 -9.72,-6.192 -9.864,-8.136 0,-0.288 0.432,-0.864 1.944,0.36 0.792,0.72 6.264,6.048 7.92,7.776 z"
+       style="fill:#754205;stroke:none" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path5173"
+       d="m 124.41,117.078 c -5.4,-2.736 -9.648,-6.12 -9.648,-7.992 -0.072,-0.216 0.432,-0.792 1.944,0.432 0.648,0.576 6.48,6.264 7.704,7.56 z"
+       style="fill:#703d02;stroke:none" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path5175"
+       d="m 124.41,117.006 c -5.472,-2.664 -9.576,-6.12 -9.576,-7.776 0,-0.216 0.432,-0.792 2.016,0.504 0.432,0.36 6.696,6.408 7.56,7.272 z"
+       style="fill:#6d3a02;stroke:none" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path5177"
+       d="m 124.338,117.006 c -5.472,-2.736 -9.432,-6.192 -9.36,-7.704 0,-0.216 0.432,-0.792 2.088,0.576 0.216,0.216 6.912,6.696 7.272,7.128 z"
+       style="fill:#683500;stroke:none" />
+  </g>
+  <path
+     inkscape:connector-curvature="0"
+     id="path5179"
+     d="m 124.338,116.934 c -5.544,-2.736 -9.36,-6.192 -9.216,-7.488 0,-0.216 0.36,-0.792 2.088,0.648 0.072,0 7.128,6.84 7.128,6.84 z"
+     style="fill:#663300;stroke:none" />
+  <path
+     inkscape:connector-curvature="0"
+     id="path5181"
+     d="m 130.602,119.598 c 0,0 -3.744,-0.864 -5.4,-1.368 0,0 -11.448,-11.952 -11.376,-11.952 1.656,0.648 5.76,4.536 7.56,6.12 0.648,0.576 2.16,1.44 3.888,1.944 0.072,0 5.328,5.256 5.328,5.256 z"
+     style="fill:#cc9933;stroke:none" />
+  <g
+     id="g5183">
+    <path
+       inkscape:connector-curvature="0"
+       id="path5185"
+       d="m 130.602,119.526 c 0,0 -3.888,-0.864 -5.544,-1.44 0,0 -11.232,-11.664 -11.16,-11.664 1.656,0.648 5.76,4.536 7.56,6.048 0.648,0.576 2.232,1.44 3.888,1.944 0.072,0 5.256,5.112 5.256,5.112 z"
+       style="fill:#c69330;stroke:none" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path5187"
+       d="m 130.53,119.526 c 0,0 -3.96,-0.936 -5.616,-1.584 0,0 -10.944,-11.376 -10.872,-11.376 1.584,0.648 5.688,4.464 7.488,5.976 0.648,0.576 2.232,1.512 3.96,1.944 0.072,0 5.04,5.04 5.04,5.04 z"
+       style="fill:#c18e2d;stroke:none" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path5189"
+       d="m 130.53,119.454 c 0,0 -4.104,-0.936 -5.76,-1.584 0,0 -10.728,-11.232 -10.656,-11.232 1.584,0.72 5.688,4.536 7.416,5.976 0.72,0.576 2.376,1.512 4.032,2.016 0.072,0 4.968,4.824 4.968,4.824 z"
+       style="fill:#bc892b;stroke:none" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path5191"
+       d="m 130.458,119.454 c 0,0 -4.104,-1.008 -5.832,-1.728 0,0 -10.512,-10.944 -10.44,-10.944 1.584,0.72 5.688,4.536 7.416,5.976 0.72,0.504 2.448,1.44 4.104,1.944 0.072,0 4.752,4.752 4.752,4.752 z"
+       style="fill:#b78428;stroke:none" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path5193"
+       d="m 130.458,119.382 c 0,0 -4.248,-1.008 -5.976,-1.8 0,0 -10.224,-10.656 -10.152,-10.656 1.512,0.72 5.616,4.536 7.344,5.904 0.72,0.504 2.448,1.512 4.104,1.944 0.072,0 4.68,4.608 4.68,4.608 z"
+       style="fill:#b27f26;stroke:none" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path5195"
+       d="m 130.458,119.382 c 0,0 -4.392,-1.008 -6.12,-1.944 0,0 -10.008,-10.368 -9.936,-10.368 1.512,0.72 5.616,4.464 7.344,5.832 0.72,0.504 2.52,1.512 4.176,1.944 0.072,0 4.536,4.536 4.536,4.536 z"
+       style="fill:#af7c26;stroke:none" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path5197"
+       d="m 130.386,119.31 c 0,0 -4.464,-1.008 -6.192,-1.944 0,0 -9.792,-10.152 -9.72,-10.152 1.512,0.72 5.616,4.464 7.344,5.76 0.72,0.504 2.592,1.512 4.176,1.944 0.072,0 4.392,4.392 4.392,4.392 z"
+       style="fill:#aa7723;stroke:none" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path5199"
+       d="m 130.386,119.238 c 0,0 -4.608,-1.008 -6.336,-2.016 0,0 -9.504,-9.936 -9.432,-9.936 1.44,0.792 5.544,4.536 7.2,5.76 0.792,0.504 2.664,1.584 4.32,2.016 0.072,0 4.248,4.176 4.248,4.176 z"
+       style="fill:#a57221;stroke:none" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path5201"
+       d="m 130.386,119.238 c 0,0 -4.752,-1.08 -6.48,-2.16 0,0 -9.288,-9.648 -9.216,-9.648 1.44,0.792 5.544,4.464 7.2,5.688 0.792,0.504 2.736,1.584 4.32,2.016 0.072,0 4.176,4.104 4.176,4.104 z"
+       style="fill:#a06d1e;stroke:none" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path5203"
+       d="m 130.314,119.166 c 0,0 -4.824,-1.08 -6.552,-2.232 0,0 -9.072,-9.36 -9,-9.36 1.44,0.792 5.544,4.464 7.2,5.616 0.792,0.504 2.808,1.584 4.392,2.016 0.072,0 3.96,3.96 3.96,3.96 z"
+       style="fill:#9b681c;stroke:none" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path5205"
+       d="m 130.314,119.166 c 0,0 -4.896,-1.152 -6.768,-2.304 0,0 -8.712,-9.144 -8.64,-9.144 1.44,0.864 5.472,4.464 7.128,5.616 0.792,0.432 2.808,1.584 4.392,1.944 0.072,0 3.888,3.888 3.888,3.888 z"
+       style="fill:#966316;stroke:none" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path5207"
+       d="m 130.242,119.094 c 0,0 -4.968,-1.152 -6.84,-2.376 0,0 -8.496,-8.856 -8.424,-8.856 1.44,0.864 5.472,4.464 7.128,5.544 0.792,0.432 2.88,1.584 4.464,1.944 0.072,0 3.672,3.744 3.672,3.744 z"
+       style="fill:#915e14;stroke:none" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path5209"
+       d="m 130.242,119.094 c 0,0 -5.112,-1.224 -6.984,-2.52 0,0 -8.28,-8.568 -8.208,-8.568 1.44,0.864 5.472,4.392 7.128,5.472 0.792,0.432 2.952,1.584 4.464,1.944 0.072,0 3.6,3.672 3.6,3.672 z"
+       style="fill:#8c5911;stroke:none" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path5211"
+       d="m 130.242,119.022 c 0,0 -5.256,-1.224 -7.128,-2.592 0,0 -7.992,-8.352 -7.92,-8.352 1.368,0.936 5.4,4.464 6.984,5.472 0.864,0.432 3.024,1.656 4.608,2.016 0.072,0 3.456,3.456 3.456,3.456 z"
+       style="fill:#87540f;stroke:none" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path5213"
+       d="m 130.17,118.95 c 0,0 -5.328,-1.224 -7.2,-2.592 0,0 -7.776,-8.136 -7.704,-8.136 1.368,0.936 5.4,4.464 6.984,5.4 0.864,0.432 3.096,1.656 4.608,2.016 0.072,0 3.312,3.312 3.312,3.312 z"
+       style="fill:#824f0c;stroke:none" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path5215"
+       d="m 130.17,118.95 c 0,0 -5.472,-1.224 -7.344,-2.736 0,0 -7.56,-7.848 -7.488,-7.848 1.368,0.936 5.4,4.392 6.984,5.328 0.864,0.432 3.168,1.656 4.68,2.016 0.072,0 3.168,3.24 3.168,3.24 z"
+       style="fill:#7f4c0c;stroke:none" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path5217"
+       d="m 130.17,118.878 c 0,0 -5.616,-1.224 -7.488,-2.808 0,0 -7.272,-7.56 -7.2,-7.56 1.296,0.936 5.328,4.392 6.912,5.256 0.864,0.432 3.168,1.728 4.68,2.016 0.072,0 3.096,3.096 3.096,3.096 z"
+       style="fill:#7a470a;stroke:none" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path5219"
+       d="m 130.098,118.878 c 0,0 -5.616,-1.296 -7.56,-2.952 0,0 -7.056,-7.272 -6.984,-7.272 1.296,0.936 5.328,4.392 6.912,5.256 0.864,0.36 3.24,1.656 4.752,1.944 0.072,0 2.88,3.024 2.88,3.024 z"
+       style="fill:#754207;stroke:none" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path5221"
+       d="m 130.098,118.806 c 0,0 -5.76,-1.296 -7.704,-2.952 0,0 -6.84,-7.128 -6.768,-7.128 1.296,1.008 5.328,4.464 6.84,5.256 0.936,0.36 3.384,1.656 4.824,2.016 0.072,0 2.808,2.808 2.808,2.808 z"
+       style="fill:#703d05;stroke:none" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path5223"
+       d="m 130.026,118.806 c 0,0 -5.832,-1.368 -7.776,-3.096 0,0 -6.552,-6.84 -6.48,-6.84 1.224,1.008 5.256,4.392 6.768,5.184 0.936,0.36 3.384,1.728 4.896,2.016 0.072,0 2.592,2.736 2.592,2.736 z"
+       style="fill:#6b3802;stroke:none" />
+  </g>
+  <path
+     inkscape:connector-curvature="0"
+     id="path5225"
+     d="m 130.026,118.734 c 0,0 -5.976,-1.368 -7.92,-3.168 0,0 -6.336,-6.552 -6.264,-6.552 1.224,1.008 5.256,4.392 6.768,5.112 0.936,0.36 3.456,1.728 4.896,2.016 0.072,0 2.52,2.592 2.52,2.592 z"
+     style="fill:#663300;stroke:none" />
+  <g
+     id="g5227">
+    <path
+       inkscape:connector-curvature="0"
+       id="path5229"
+       d="m 131.034,119.886 c 3.528,0.36 6.84,0.504 9,0.504 5.472,0 12.744,-2.304 19.944,-5.904 6.984,-3.672 9.144,-5.112 14.112,-8.064 4.824,-2.808 10.584,-6.4796 8.424,-7.5595 -2.16,-1.1521 -4.608,0.1439 -11.592,4.4635 -6.768,4.248 -10.656,6.336 -18.072,9.576 -2.88,1.296 -7.272,3.096 -10.296,3.24 -2.88,0.144 -6.768,0.072 -9,0.072 -2.664,0 -6.048,-1.08 -8.856,-2.304 0,-0.072 6.336,5.976 6.336,5.976 z"
+       style="fill:#f7c400;stroke:none" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path5231"
+       d="m 130.89,119.814 c 3.6,0.432 6.984,0.504 9.216,0.504 5.4,0 12.6,-2.304 19.728,-5.904 7.056,-3.6 9.072,-5.04 14.112,-7.92 4.824,-2.88 10.584,-6.48 8.424,-7.5596 -2.16,-1.0799 -4.536,0.2161 -11.52,4.5356 -6.768,4.176 -10.728,6.336 -18,9.504 -2.952,1.296 -7.272,3.096 -10.296,3.24 -2.88,0.144 -6.768,0.072 -8.928,0.072 -2.664,0 -6.048,-1.08 -8.856,-2.232 0,-0.072 6.12,5.76 6.12,5.76 z"
+       style="fill:#efbc00;stroke:none" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path5233"
+       d="m 130.818,119.742 c 3.6,0.432 7.056,0.504 9.288,0.504 5.4,0 12.528,-2.304 19.656,-5.832 6.984,-3.6 9,-5.04 13.968,-7.92 4.824,-2.808 10.584,-6.408 8.496,-7.4155 -2.16,-1.152 -4.536,0.216 -11.448,4.4635 -6.696,4.176 -10.8,6.408 -18,9.504 -2.88,1.296 -7.2,3.024 -10.224,3.24 -2.88,0.144 -6.696,0.072 -8.928,0.072 -2.664,0 -5.976,-1.08 -8.712,-2.232 0,-0.072 5.904,5.616 5.904,5.616 z"
+       style="fill:#e8b500;stroke:none" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path5235"
+       d="m 130.746,119.742 c 3.6,0.432 7.128,0.432 9.36,0.432 5.4,0 12.456,-2.232 19.584,-5.832 6.984,-3.528 8.856,-4.968 13.896,-7.776 4.752,-2.808 10.584,-6.336 8.496,-7.4155 -2.16,-1.08 -4.464,0.2879 -11.376,4.5355 -6.696,4.104 -10.872,6.336 -17.928,9.432 -2.952,1.296 -7.2,3.024 -10.224,3.168 -2.88,0.216 -6.696,0.144 -8.928,0.144 -2.592,0 -5.904,-1.08 -8.64,-2.232 0,-0.072 5.76,5.544 5.76,5.544 z"
+       style="fill:#e2af00;stroke:none" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path5237"
+       d="m 130.602,119.67 c 3.672,0.432 7.272,0.432 9.504,0.432 5.4,0 12.384,-2.232 19.512,-5.76 6.912,-3.528 8.784,-4.968 13.752,-7.776 4.752,-2.736 10.656,-6.264 8.568,-7.3436 -2.16,-1.0799 -4.392,0.3601 -11.304,4.5356 -6.696,4.104 -10.944,6.408 -17.928,9.432 -2.952,1.296 -7.128,3.024 -10.152,3.168 -2.88,0.216 -6.696,0.144 -8.928,0.144 -2.592,0 -5.832,-1.08 -8.568,-2.232 0,-0.072 5.544,5.4 5.544,5.4 z"
+       style="fill:#dba800;stroke:none" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path5239"
+       d="m 130.53,119.598 c 3.744,0.504 7.344,0.432 9.648,0.432 5.4,0 12.24,-2.232 19.296,-5.76 6.984,-3.456 8.784,-4.824 13.752,-7.632 4.752,-2.808 10.656,-6.264 8.496,-7.3435 -2.088,-1.0801 -4.248,0.3599 -11.16,4.6075 -6.696,4.032 -11.016,6.408 -17.856,9.432 -3.024,1.296 -7.128,2.952 -10.152,3.096 -2.88,0.216 -6.696,0.144 -8.856,0.144 -2.592,0 -5.832,-1.008 -8.568,-2.16 0,-0.072 5.4,5.184 5.4,5.184 z"
+       style="fill:#d3a000;stroke:none" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path5241"
+       d="m 130.458,119.526 c 3.744,0.504 7.416,0.432 9.72,0.432 5.4,0 12.168,-2.232 19.224,-5.688 6.912,-3.456 8.64,-4.824 13.608,-7.632 4.752,-2.736 10.728,-6.192 8.568,-7.1996 -2.088,-1.0799 -4.248,0.3601 -11.088,4.5356 -6.696,4.032 -11.088,6.48 -17.856,9.432 -2.952,1.296 -7.056,2.88 -10.08,3.096 -2.88,0.216 -6.696,0.144 -8.856,0.144 -2.592,0 -5.76,-1.008 -8.496,-2.16 0,-0.072 5.256,5.04 5.256,5.04 z"
+       style="fill:#cc9900;stroke:none" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path5243"
+       d="m 130.314,119.454 c 3.816,0.504 7.56,0.432 9.864,0.432 5.4,0 12.096,-2.232 19.152,-5.616 6.912,-3.456 8.568,-4.824 13.464,-7.632 4.752,-2.664 10.728,-6.12 8.64,-7.1275 -2.088,-1.08 -4.176,0.4319 -11.016,4.5355 -6.624,4.032 -11.16,6.552 -17.784,9.432 -3.024,1.296 -7.056,2.88 -10.08,3.096 -2.88,0.216 -6.624,0.144 -8.856,0.144 -2.592,0 -5.688,-1.008 -8.352,-2.16 0,-0.072 4.968,4.896 4.968,4.896 z"
+       style="fill:#c49100;stroke:none" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path5245"
+       d="m 130.242,119.382 c 3.816,0.576 7.632,0.432 10.008,0.432 5.328,0 11.952,-2.232 18.936,-5.616 6.912,-3.384 8.568,-4.752 13.464,-7.488 4.752,-2.736 10.728,-6.12 8.64,-7.1275 -2.088,-1.0801 -4.104,0.5035 -10.944,4.6075 -6.624,3.96 -11.232,6.552 -17.784,9.36 -3.024,1.296 -6.984,2.88 -10.008,3.096 -2.88,0.216 -6.624,0.144 -8.784,0.144 -2.592,0 -5.688,-1.008 -8.352,-2.088 0,-0.072 4.824,4.68 4.824,4.68 z"
+       style="fill:#bc8900;stroke:none" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path5247"
+       d="m 130.17,119.31 c 3.816,0.576 7.704,0.432 10.08,0.432 5.328,0 11.88,-2.232 18.864,-5.544 6.912,-3.384 8.424,-4.752 13.32,-7.488 4.752,-2.664 10.8,-6.048 8.712,-7.0556 -2.088,-1.0079 -4.032,0.5756 -10.872,4.6076 -6.624,3.96 -11.304,6.624 -17.712,9.36 -3.096,1.296 -6.984,2.88 -10.008,3.096 -2.88,0.216 -6.624,0.144 -8.784,0.144 -2.592,0 -5.616,-1.008 -8.28,-2.088 0,-0.072 4.68,4.536 4.68,4.536 z"
+       style="fill:#b58200;stroke:none" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path5249"
+       d="m 130.026,119.31 c 3.888,0.576 7.776,0.288 10.224,0.288 5.328,0 11.88,-2.088 18.792,-5.472 6.84,-3.312 8.352,-4.68 13.248,-7.344 4.68,-2.664 10.8,-5.976 8.712,-6.9835 -2.088,-1.0801 -4.032,0.5755 -10.728,4.6075 -6.696,3.96 -11.376,6.552 -17.784,9.288 -3.024,1.296 -6.84,2.808 -9.864,3.024 -2.88,0.216 -6.696,0.144 -8.856,0.144 -2.52,0 -5.544,-0.936 -8.208,-2.016 0,-0.072 4.464,4.464 4.464,4.464 z"
+       style="fill:#af7c00;stroke:none" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path5251"
+       d="m 129.954,119.238 c 3.888,0.576 7.848,0.288 10.296,0.288 5.328,0 11.808,-2.088 18.72,-5.4 6.84,-3.312 8.208,-4.68 13.104,-7.344 4.68,-2.592 10.872,-5.904 8.784,-6.9115 -2.088,-1.008 -3.96,0.6475 -10.656,4.6075 -6.696,3.96 -11.448,6.624 -17.712,9.288 -3.096,1.296 -6.84,2.808 -9.864,3.024 -2.88,0.216 -6.696,0.144 -8.856,0.144 -2.52,0 -5.472,-0.936 -8.136,-2.016 0,-0.072 4.32,4.32 4.32,4.32 z"
+       style="fill:#a87500;stroke:none" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path5253"
+       d="m 129.882,119.166 c 3.888,0.648 7.92,0.288 10.44,0.288 5.256,0 11.664,-2.088 18.504,-5.4 6.84,-3.24 8.208,-4.608 13.104,-7.2 4.68,-2.664 10.872,-5.904 8.784,-6.9116 -2.088,-1.008 -3.888,0.7196 -10.584,4.6796 -6.696,3.888 -11.52,6.624 -17.712,9.216 -3.096,1.296 -6.768,2.808 -9.792,3.024 -2.88,0.216 -6.696,0.144 -8.784,0.144 -2.52,0 -5.472,-0.936 -8.136,-1.944 0,-0.072 4.176,4.104 4.176,4.104 z"
+       style="fill:#a06d00;stroke:none" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path5255"
+       d="m 129.738,119.094 c 3.96,0.648 8.064,0.288 10.584,0.288 5.256,0 11.592,-2.088 18.432,-5.328 6.84,-3.24 8.136,-4.608 12.96,-7.2 4.68,-2.592 10.872,-5.832 8.856,-6.84 -2.088,-1.0076 -3.816,0.792 -10.512,4.68 -6.624,3.888 -11.592,6.696 -17.64,9.216 -3.168,1.296 -6.768,2.808 -9.792,3.024 -2.88,0.216 -6.624,0.144 -8.784,0.144 -2.52,0 -5.4,-0.936 -7.992,-1.944 0,-0.072 3.888,3.96 3.888,3.96 z"
+       style="fill:#996600;stroke:none" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path5257"
+       d="m 129.666,119.022 c 3.96,0.648 8.136,0.288 10.656,0.288 5.256,0 11.52,-2.088 18.36,-5.256 6.768,-3.24 7.992,-4.608 12.816,-7.2 4.68,-2.52 10.944,-5.76 8.928,-6.696 -2.088,-1.0075 -3.816,0.792 -10.44,4.608 -6.624,3.888 -11.664,6.768 -17.64,9.216 -3.096,1.296 -6.696,2.736 -9.72,3.024 -2.88,0.216 -6.624,0.144 -8.784,0.144 -2.52,0 -5.328,-0.936 -7.92,-1.944 0,-0.072 3.744,3.816 3.744,3.816 z"
+       style="fill:#915e00;stroke:none" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path5259"
+       d="m 129.594,118.95 c 4.032,0.72 8.208,0.288 10.8,0.288 5.256,0 11.376,-2.088 18.144,-5.256 6.84,-3.168 7.992,-4.464 12.816,-7.056 4.68,-2.592 10.944,-5.76 8.856,-6.696 -2.016,-1.0076 -3.672,0.792 -10.296,4.68 -6.624,3.816 -11.736,6.768 -17.568,9.216 -3.168,1.296 -6.696,2.664 -9.72,2.952 -2.88,0.216 -6.624,0.144 -8.712,0.144 -2.52,0 -5.328,-0.864 -7.92,-1.872 0,-0.072 3.6,3.6 3.6,3.6 z"
+       style="fill:#895600;stroke:none" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path5261"
+       d="m 129.45,118.878 c 4.104,0.72 8.352,0.288 10.944,0.288 5.256,0 11.304,-2.088 18.072,-5.184 6.768,-3.168 7.92,-4.464 12.672,-7.056 4.68,-2.52 11.016,-5.688 8.928,-6.624 -2.016,-1.0075 -3.6,0.864 -10.224,4.68 -6.624,3.816 -11.808,6.84 -17.568,9.216 -3.168,1.296 -6.624,2.664 -9.648,2.952 -2.88,0.216 -6.624,0.144 -8.712,0.144 -2.52,0 -5.256,-0.864 -7.848,-1.872 0,-0.072 3.384,3.456 3.384,3.456 z"
+       style="fill:#824f00;stroke:none" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path5263"
+       d="m 129.378,118.878 c 4.104,0.72 8.424,0.216 11.016,0.216 5.256,0 11.232,-2.016 18,-5.184 6.768,-3.096 7.776,-4.392 12.6,-6.912 4.608,-2.52 11.016,-5.616 8.928,-6.624 -2.016,-0.9356 -3.528,0.936 -10.152,4.752 -6.624,3.744 -11.88,6.768 -17.496,9.144 -3.24,1.296 -6.624,2.664 -9.648,2.88 -2.88,0.288 -6.624,0.216 -8.712,0.216 -2.448,0 -5.184,-0.864 -7.776,-1.872 0,-0.072 3.24,3.384 3.24,3.384 z"
+       style="fill:#7c4900;stroke:none" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path5265"
+       d="m 129.306,118.806 c 4.104,0.72 8.496,0.216 11.088,0.216 5.256,0 11.16,-2.016 17.928,-5.112 6.696,-3.096 7.704,-4.392 12.456,-6.912 4.608,-2.448 11.016,-5.544 9,-6.48 -2.016,-1.0075 -3.528,0.936 -10.08,4.68 -6.552,3.744 -11.952,6.84 -17.496,9.144 -3.168,1.296 -6.552,2.592 -9.576,2.88 -2.88,0.288 -6.552,0.216 -8.712,0.216 -2.448,0 -5.112,-0.864 -7.632,-1.872 0,-0.072 3.024,3.24 3.024,3.24 z"
+       style="fill:#754200;stroke:none" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path5267"
+       d="m 129.162,118.734 c 4.176,0.792 8.64,0.216 11.304,0.216 5.184,0 11.016,-2.016 17.712,-5.112 6.768,-3.024 7.632,-4.32 12.456,-6.768 4.608,-2.52 11.016,-5.544 9,-6.48 -2.016,-0.9356 -3.456,1.008 -10.008,4.752 -6.552,3.672 -12.024,6.84 -17.424,9.072 -3.24,1.296 -6.552,2.592 -9.576,2.88 -2.88,0.288 -6.552,0.216 -8.64,0.216 -2.448,0 -5.112,-0.864 -7.632,-1.8 0,-0.072 2.808,3.024 2.808,3.024 z"
+       style="fill:#6d3a00;stroke:none" />
+  </g>
+  <path
+     inkscape:connector-curvature="0"
+     id="path5269"
+     d="m 129.09,118.662 c 4.176,0.792 8.712,0.216 11.376,0.216 5.184,0 10.944,-2.016 17.64,-5.04 6.696,-3.024 7.56,-4.32 12.312,-6.768 4.608,-2.448 11.088,-5.472 9.072,-6.408 -2.016,-0.9356 -3.384,1.08 -9.936,4.752 -6.552,3.672 -12.096,6.912 -17.424,9.072 -3.24,1.296 -6.48,2.592 -9.504,2.88 -2.88,0.288 -6.552,0.216 -8.64,0.216 -2.448,0 -5.04,-0.864 -7.56,-1.8 0,-0.072 2.664,2.88 2.664,2.88 z"
+     style="fill:#663300;stroke:none" />
+  <g
+     id="g5271">
+    <path
+       inkscape:connector-curvature="0"
+       id="path5273"
+       d="m 164.01,169.566 c 0.864,-2.808 28.872,-9.432 33.48,-7.272 4.536,2.16 26.28,33.768 22.392,35.496 -3.888,1.656 -12.24,-10.512 -24.408,-16.128 -12.168,-5.616 -32.328,-9.216 -31.464,-12.096 z"
+       style="fill:#ffffff;stroke:none" />
+    <g
+       id="g5275">
+      <path
+         inkscape:connector-curvature="0"
+         id="path5277"
+         d="m 164.835,169.623 c 0.848,-2.761 28.145,-9.076 32.69,-6.997 4.476,2.079 25.768,32.897 21.944,34.591 -3.824,1.625 -11.965,-10.346 -23.941,-15.874 -11.975,-5.527 -31.541,-8.89 -30.693,-11.72 z"
+         style="fill:#f9f9f9;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5279"
+         d="m 165.659,169.68 c 0.832,-2.714 27.418,-8.72 31.9,-6.722 4.417,1.998 25.258,32.026 21.497,33.685 -3.76,1.594 -11.69,-10.18 -23.474,-15.619 -11.783,-5.438 -30.755,-8.565 -29.923,-11.344 z"
+         style="fill:#f4f4f4;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5281"
+         d="m 166.484,169.737 c 0.815,-2.668 26.691,-8.364 31.11,-6.447 4.358,1.917 24.746,31.155 21.05,32.779 -3.697,1.563 -11.417,-10.014 -23.008,-15.364 -11.591,-5.349 -29.968,-8.239 -29.152,-10.968 z"
+         style="fill:#efefef;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5283"
+         d="m 167.308,169.794 c 0.8,-2.621 25.964,-8.009 30.32,-6.173 4.299,1.837 24.235,30.285 20.603,31.874 -3.633,1.532 -11.142,-9.847 -22.541,-15.109 -11.399,-5.261 -29.181,-7.914 -28.382,-10.592 z"
+         style="fill:#eaeaea;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5285"
+         d="m 168.133,169.85 c 0.783,-2.573 25.236,-7.652 29.53,-5.897 4.239,1.756 23.723,29.414 20.155,30.968 -3.569,1.501 -10.867,-9.681 -22.074,-14.854 -11.206,-5.172 -28.395,-7.589 -27.611,-10.217 z"
+         style="fill:#e5e5e5;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5287"
+         d="m 168.957,169.907 c 0.768,-2.527 24.51,-7.296 28.74,-5.622 4.18,1.675 23.212,28.543 19.708,30.063 -3.505,1.469 -10.592,-9.516 -21.607,-14.6 -11.014,-5.083 -27.608,-7.263 -26.841,-9.841 z"
+         style="fill:#e0e0e0;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5289"
+         d="m 169.782,169.964 c 0.751,-2.48 23.782,-6.941 27.95,-5.347 4.12,1.593 22.701,27.671 19.26,29.157 -3.441,1.438 -10.318,-9.349 -21.14,-14.345 -10.822,-4.994 -26.822,-6.938 -26.07,-9.465 z"
+         style="fill:#dbdbdb;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5291"
+         d="m 170.606,170.021 c 0.735,-2.433 23.056,-6.585 27.16,-5.073 4.061,1.513 22.19,26.801 18.813,28.252 -3.377,1.407 -10.043,-9.183 -20.673,-14.09 -10.629,-4.906 -26.035,-6.612 -25.3,-9.089 z"
+         style="fill:#d6d6d6;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5293"
+         d="m 171.431,170.078 c 0.719,-2.387 22.328,-6.229 26.37,-4.798 4.001,1.432 21.678,25.93 18.365,27.346 -3.313,1.376 -9.768,-9.017 -20.206,-13.835 -10.437,-4.817 -25.248,-6.287 -24.529,-8.713 z"
+         style="fill:#d1d1d1;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5295"
+         d="m 172.255,170.134 c 0.703,-2.339 21.602,-5.873 25.58,-4.522 3.942,1.351 21.167,25.059 17.918,26.44 -3.249,1.345 -9.493,-8.851 -19.739,-13.58 -10.245,-4.728 -24.462,-5.962 -23.759,-8.338 z"
+         style="fill:#cccccc;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5297"
+         d="m 173.08,170.191 c 0.687,-2.292 20.874,-5.517 24.79,-4.247 3.882,1.27 20.655,24.188 17.47,25.535 -3.185,1.314 -9.219,-8.685 -19.272,-13.326 -10.052,-4.639 -23.675,-5.636 -22.988,-7.962 z"
+         style="fill:#c6c6c6;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5299"
+         d="m 173.904,170.248 c 0.671,-2.246 20.148,-5.161 24,-3.973 3.823,1.19 20.145,23.318 17.023,24.63 -3.121,1.283 -8.944,-8.519 -18.805,-13.071 -9.86,-4.551 -22.889,-5.311 -22.218,-7.586 z"
+         style="fill:#c1c1c1;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5301"
+         d="m 174.729,170.305 c 0.654,-2.199 19.42,-4.805 23.21,-3.698 3.764,1.108 19.633,22.446 16.576,23.724 -3.058,1.252 -8.67,-8.353 -18.339,-12.816 -9.668,-4.462 -22.102,-4.985 -21.447,-7.21 z"
+         style="fill:#bcbcbc;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5303"
+         d="m 175.553,170.362 c 0.639,-2.152 18.694,-4.45 22.42,-3.423 3.705,1.027 19.122,21.575 16.129,22.818 -2.994,1.221 -8.395,-8.186 -17.872,-12.561 -9.476,-4.373 -21.315,-4.66 -20.677,-6.834 z"
+         style="fill:#b7b7b7;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5305"
+         d="m 176.378,170.418 c 0.622,-2.105 17.966,-4.093 21.63,-3.147 3.645,0.946 18.61,20.704 15.681,21.912 -2.93,1.19 -8.121,-8.02 -17.405,-12.306 -9.283,-4.284 -20.529,-4.335 -19.906,-6.459 z"
+         style="fill:#b2b2b2;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5307"
+         d="m 177.202,170.475 c 0.607,-2.058 17.239,-3.737 20.84,-2.873 3.586,0.866 18.099,19.834 15.234,21.008 -2.866,1.158 -7.846,-7.855 -16.938,-12.052 -9.091,-4.196 -19.742,-4.009 -19.136,-6.083 z"
+         style="fill:#adadad;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5309"
+         d="m 178.027,170.532 c 0.59,-2.011 16.512,-3.382 20.05,-2.598 3.526,0.785 17.588,18.963 14.786,20.102 -2.802,1.127 -7.571,-7.688 -16.471,-11.797 -8.899,-4.107 -18.956,-3.684 -18.365,-5.707 z"
+         style="fill:#a8a8a8;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5311"
+         d="m 178.851,170.589 c 0.574,-1.965 15.785,-3.026 19.26,-2.323 3.467,0.704 17.077,18.092 14.339,19.196 -2.738,1.096 -7.296,-7.522 -16.004,-11.542 -8.706,-4.018 -18.169,-3.358 -17.595,-5.331 z"
+         style="fill:#a3a3a3;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5313"
+         d="m 179.676,170.646 c 0.558,-1.918 15.058,-2.67 18.47,-2.048 3.407,0.623 16.565,17.221 13.891,18.29 -2.674,1.065 -7.022,-7.356 -15.537,-11.287 -8.514,-3.929 -17.382,-3.033 -16.824,-4.955 z"
+         style="fill:#9e9e9e;stroke:none" />
+    </g>
+    <path
+       inkscape:connector-curvature="0"
+       id="path5315"
+       d="m 180.5,170.702 c 0.542,-1.871 14.331,-2.314 17.68,-1.773 3.348,0.542 16.054,16.35 13.444,17.385 -2.61,1.034 -6.747,-7.19 -15.07,-11.032 -8.322,-3.841 -16.596,-2.708 -16.054,-4.58 z"
+       style="fill:#999999;stroke:none" />
+  </g>
+  <g
+     id="g5363">
+    <path
+       inkscape:connector-curvature="0"
+       id="path5365"
+       d="m 135.03,168.158 c 1.736,0.192 12.437,-2.218 12.823,-1.254 0.385,0.772 -6.652,2.893 -8.966,5.303 -0.771,0.771 -2.796,2.603 -4.049,2.41 -0.964,-0.096 -1.543,-2.121 -2.989,-3.664 -3.471,-3.47 -5.688,-3.181 -5.013,-4.531 0.578,-1.06 5.206,1.446 8.194,1.736 z"
+       style="fill:#ffffff;stroke:none" />
+    <g
+       id="g5367">
+      <path
+         inkscape:connector-curvature="0"
+         id="path5369"
+         d="m 135.075,168.198 c 1.7,0.188 12.176,-2.171 12.554,-1.227 0.377,0.755 -6.512,2.832 -8.778,5.191 -0.754,0.755 -2.737,2.549 -3.964,2.36 -0.943,-0.094 -1.51,-2.077 -2.926,-3.587 -3.398,-3.397 -5.568,-3.115 -4.907,-4.436 0.566,-1.038 5.096,1.415 8.021,1.699 z"
+         style="fill:#fbfbfb;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5371"
+         d="m 135.121,168.238 c 1.663,0.184 11.914,-2.124 12.283,-1.201 0.369,0.739 -6.372,2.771 -8.589,5.08 -0.738,0.739 -2.678,2.494 -3.878,2.309 -0.924,-0.092 -1.478,-2.032 -2.864,-3.51 -3.325,-3.324 -5.448,-3.048 -4.802,-4.341 0.554,-1.015 4.987,1.385 7.85,1.663 z"
+         style="fill:#f8f8f8;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5373"
+         d="m 135.166,168.278 c 1.626,0.18 11.652,-2.078 12.014,-1.175 0.361,0.723 -6.232,2.711 -8.4,4.969 -0.723,0.722 -2.62,2.439 -3.794,2.258 -0.903,-0.09 -1.446,-1.987 -2.801,-3.433 -3.252,-3.251 -5.329,-2.981 -4.696,-4.245 0.541,-0.993 4.877,1.354 7.677,1.626 z"
+         style="fill:#f5f5f5;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5375"
+         d="m 135.211,168.318 c 1.59,0.176 11.391,-2.031 11.745,-1.148 0.352,0.706 -6.093,2.649 -8.212,4.856 -0.707,0.707 -2.561,2.385 -3.709,2.208 -0.883,-0.088 -1.413,-1.943 -2.738,-3.356 -3.179,-3.178 -5.209,-2.914 -4.591,-4.15 0.529,-0.971 4.768,1.324 7.505,1.59 z"
+         style="fill:#f2f2f2;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5377"
+         d="m 135.256,168.358 c 1.554,0.172 11.13,-1.985 11.475,-1.122 0.345,0.69 -5.953,2.589 -8.023,4.745 -0.69,0.69 -2.503,2.33 -3.624,2.157 -0.863,-0.086 -1.381,-1.898 -2.675,-3.279 -3.106,-3.105 -5.09,-2.847 -4.486,-4.055 0.518,-0.948 4.659,1.294 7.333,1.554 z"
+         style="fill:#efefef;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5379"
+         d="m 135.301,168.398 c 1.517,0.168 10.868,-1.938 11.206,-1.096 0.336,0.674 -5.813,2.528 -7.835,4.634 -0.674,0.674 -2.444,2.275 -3.539,2.106 -0.842,-0.084 -1.348,-1.853 -2.611,-3.202 -3.033,-3.032 -4.971,-2.78 -4.381,-3.959 0.505,-0.926 4.549,1.263 7.16,1.517 z"
+         style="fill:#ebebeb;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5381"
+         d="m 135.347,168.438 c 1.48,0.164 10.606,-1.892 10.935,-1.069 0.329,0.657 -5.673,2.467 -7.646,4.522 -0.658,0.657 -2.385,2.22 -3.453,2.055 -0.823,-0.082 -1.316,-1.809 -2.549,-3.124 -2.96,-2.96 -4.851,-2.714 -4.276,-3.865 0.493,-0.904 4.44,1.233 6.989,1.481 z"
+         style="fill:#e8e8e8;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5383"
+         d="m 135.392,168.478 c 1.444,0.16 10.345,-1.845 10.666,-1.043 0.32,0.641 -5.533,2.406 -7.458,4.41 -0.641,0.642 -2.326,2.166 -3.368,2.005 -0.802,-0.08 -1.284,-1.764 -2.486,-3.047 -2.887,-2.887 -4.732,-2.647 -4.17,-3.769 0.481,-0.882 4.33,1.202 6.816,1.444 z"
+         style="fill:#e5e5e5;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5385"
+         d="m 135.437,168.518 c 1.408,0.156 10.084,-1.799 10.397,-1.017 0.312,0.625 -5.394,2.345 -7.27,4.299 -0.625,0.625 -2.267,2.111 -3.283,1.954 -0.782,-0.078 -1.251,-1.719 -2.423,-2.97 -2.814,-2.814 -4.612,-2.58 -4.065,-3.674 0.469,-0.859 4.221,1.172 6.644,1.408 z"
+         style="fill:#e2e2e2;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5387"
+         d="m 135.482,168.557 c 1.371,0.152 9.822,-1.751 10.127,-0.99 0.304,0.609 -5.253,2.285 -7.081,4.188 -0.609,0.609 -2.208,2.056 -3.198,1.903 -0.761,-0.076 -1.218,-1.675 -2.36,-2.893 -2.741,-2.741 -4.492,-2.513 -3.959,-3.579 0.456,-0.837 4.111,1.142 6.471,1.371 z"
+         style="fill:#dfdfdf;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5389"
+         d="m 135.527,168.597 c 1.335,0.148 9.561,-1.704 9.858,-0.963 0.296,0.592 -5.114,2.223 -6.893,4.076 -0.592,0.593 -2.149,2.001 -3.113,1.853 -0.741,-0.074 -1.186,-1.631 -2.297,-2.817 -2.668,-2.667 -4.373,-2.446 -3.854,-3.483 0.445,-0.815 4.002,1.111 6.299,1.334 z"
+         style="fill:#dbdbdb;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5391"
+         d="m 135.573,168.637 c 1.298,0.144 9.299,-1.658 9.587,-0.937 0.288,0.576 -4.973,2.163 -6.704,3.964 -0.576,0.577 -2.091,1.947 -3.027,1.803 -0.721,-0.072 -1.154,-1.586 -2.235,-2.74 -2.595,-2.594 -4.253,-2.379 -3.748,-3.388 0.432,-0.792 3.892,1.081 6.127,1.298 z"
+         style="fill:#d8d8d8;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5393"
+         d="m 135.618,168.677 c 1.261,0.14 9.037,-1.611 9.318,-0.911 0.28,0.56 -4.834,2.102 -6.515,3.853 -0.561,0.561 -2.033,1.892 -2.943,1.752 -0.701,-0.07 -1.121,-1.541 -2.172,-2.663 -2.522,-2.521 -4.133,-2.312 -3.643,-3.292 0.42,-0.77 3.783,1.05 5.955,1.261 z"
+         style="fill:#d5d5d5;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5395"
+         d="m 135.663,168.717 c 1.225,0.136 8.776,-1.565 9.049,-0.884 0.271,0.543 -4.694,2.041 -6.327,3.741 -0.545,0.544 -1.974,1.837 -2.858,1.701 -0.68,-0.068 -1.089,-1.497 -2.109,-2.585 -2.449,-2.449 -4.014,-2.246 -3.537,-3.198 0.407,-0.748 3.673,1.02 5.782,1.225 z"
+         style="fill:#d2d2d2;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5397"
+         d="m 135.708,168.757 c 1.189,0.132 8.515,-1.518 8.779,-0.858 0.264,0.527 -4.554,1.98 -6.138,3.63 -0.528,0.528 -1.915,1.782 -2.773,1.65 -0.66,-0.066 -1.056,-1.452 -2.046,-2.508 -2.376,-2.376 -3.894,-2.179 -3.432,-3.103 0.396,-0.725 3.564,0.99 5.61,1.189 z"
+         style="fill:#cfcfcf;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5399"
+         d="m 135.753,168.797 c 1.152,0.128 8.253,-1.472 8.51,-0.832 0.255,0.511 -4.415,1.92 -5.95,3.518 -0.512,0.512 -1.856,1.728 -2.688,1.6 -0.64,-0.064 -1.023,-1.407 -1.983,-2.431 -2.303,-2.303 -3.774,-2.112 -3.327,-3.007 0.384,-0.703 3.455,0.959 5.438,1.152 z"
+         style="fill:#cccccc;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5401"
+         d="m 135.799,168.837 c 1.115,0.124 7.991,-1.425 8.239,-0.805 0.248,0.494 -4.274,1.858 -5.761,3.406 -0.496,0.496 -1.797,1.673 -2.602,1.549 -0.62,-0.062 -0.992,-1.363 -1.921,-2.354 -2.23,-2.23 -3.655,-2.045 -3.221,-2.912 0.371,-0.681 3.345,0.929 5.266,1.116 z"
+         style="fill:#c8c8c8;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5403"
+         d="m 135.844,168.877 c 1.079,0.12 7.73,-1.379 7.97,-0.779 0.239,0.478 -4.135,1.798 -5.573,3.295 -0.479,0.479 -1.738,1.618 -2.517,1.498 -0.6,-0.06 -0.959,-1.318 -1.858,-2.277 -2.157,-2.157 -3.535,-1.978 -3.116,-2.816 0.36,-0.659 3.236,0.898 5.094,1.079 z"
+         style="fill:#c5c5c5;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5405"
+         d="m 135.889,168.917 c 1.043,0.116 7.469,-1.332 7.701,-0.753 0.231,0.462 -3.995,1.737 -5.385,3.184 -0.463,0.463 -1.68,1.563 -2.432,1.447 -0.579,-0.058 -0.926,-1.273 -1.795,-2.2 -2.084,-2.084 -3.415,-1.911 -3.01,-2.721 0.347,-0.636 3.126,0.868 4.921,1.043 z"
+         style="fill:#c2c2c2;stroke:none" />
+    </g>
+    <path
+       inkscape:connector-curvature="0"
+       id="path5407"
+       d="m 135.934,168.956 c 1.006,0.112 7.207,-1.285 7.431,-0.726 0.223,0.446 -3.855,1.676 -5.196,3.072 -0.447,0.447 -1.621,1.509 -2.347,1.397 -0.559,-0.056 -0.894,-1.229 -1.732,-2.123 -2.011,-2.011 -3.296,-1.844 -2.905,-2.626 0.335,-0.614 3.017,0.838 4.749,1.006 z"
+       style="fill:#bfbfbf;stroke:none" />
+  </g>
+  <g
+     id="g5409">
+    <path
+       inkscape:connector-curvature="0"
+       id="path5411"
+       d="m 170.536,15.1695 c -1.597,2.1309 -2.84,16.955 1.065,18.642 3.906,1.5969 20.417,-3.6401 19.885,-7.013 -0.799,-5.415 -7.723,-11.096 -11.363,-12.7831 -3.018,-1.509 -7.989,-0.9759 -9.587,1.1541 z"
+       style="fill:#000000;stroke:none" />
+    <g
+       id="g5413">
+      <path
+         inkscape:connector-curvature="0"
+         id="path5415"
+         d="m 170.746,15.404 c -1.558,2.0792 -2.787,16.525 1.026,18.1733 3.813,1.5628 19.805,-3.5882 19.283,-6.8861 -0.786,-5.2858 -7.442,-10.7992 -10.989,-12.4338 -2.956,-1.4633 -7.76,-0.9317 -9.32,1.1466 z"
+         style="fill:#050505;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5417"
+         d="m 170.957,15.6385 c -1.52,2.0273 -2.734,16.0951 0.986,17.7047 3.72,1.5285 19.192,-3.5363 18.681,-6.7592 -0.773,-5.1567 -7.16,-10.5025 -10.614,-12.0847 -2.895,-1.4175 -7.533,-0.8875 -9.053,1.1392 z"
+         style="fill:#0a0a0a;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5419"
+         d="m 171.167,15.873 c -1.481,1.9755 -2.681,15.6651 0.946,17.236 3.629,1.4944 18.581,-3.4845 18.081,-6.6323 -0.762,-5.0274 -6.88,-10.2056 -10.241,-11.7354 -2.833,-1.3718 -7.305,-0.8432 -8.786,1.1317 z"
+         style="fill:#0f0f0f;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5421"
+         d="m 171.377,16.1075 c -1.442,1.9237 -2.628,15.2352 0.907,16.7673 3.536,1.4603 17.968,-3.4325 17.479,-6.5054 -0.749,-4.8981 -6.599,-9.9087 -9.867,-11.3862 -2.771,-1.3259 -7.076,-0.7989 -8.519,1.1243 z"
+         style="fill:#141414;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5423"
+         d="m 171.587,16.3419 c -1.403,1.8721 -2.575,14.8053 0.867,16.2988 3.444,1.426 17.356,-3.3808 16.878,-6.3785 -0.737,-4.769 -6.318,-9.612 -9.493,-11.037 -2.709,-1.2803 -6.848,-0.7547 -8.252,1.1167 z"
+         style="fill:#191919;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5425"
+         d="m 171.797,16.5765 c -1.364,1.8201 -2.522,14.3753 0.828,15.8301 3.351,1.3917 16.744,-3.329 16.276,-6.2516 -0.724,-4.6398 -6.037,-9.3152 -9.119,-10.6878 -2.647,-1.2346 -6.619,-0.7105 -7.985,1.1093 z"
+         style="fill:#1e1e1e;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5427"
+         d="m 172.008,16.811 c -1.326,1.7683 -2.47,13.9453 0.788,15.3614 3.258,1.3576 16.131,-3.277 15.674,-6.1247 -0.711,-4.5106 -5.755,-9.0184 -8.745,-10.3386 -2.585,-1.1887 -6.391,-0.6663 -7.717,1.1019 z"
+         style="fill:#232323;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5429"
+         d="m 172.218,17.0455 c -1.287,1.7166 -2.417,13.5154 0.748,14.8928 3.166,1.3234 15.52,-3.2253 15.073,-5.9978 -0.699,-4.3814 -5.474,-8.7217 -8.371,-9.9895 -2.523,-1.143 -6.163,-0.6219 -7.45,1.0945 z"
+         style="fill:#282828;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5431"
+         d="m 172.428,17.28 c -1.248,1.6647 -2.363,13.0854 0.709,14.4241 3.073,1.2892 14.907,-3.1733 14.471,-5.8709 -0.686,-4.2522 -5.193,-8.4248 -7.996,-9.6402 -2.462,-1.0972 -5.935,-0.5777 -7.184,1.087 z"
+         style="fill:#2d2d2d;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5433"
+         d="m 172.638,17.5145 c -1.209,1.6129 -2.31,12.6555 0.67,13.9554 2.98,1.255 14.295,-3.1215 13.869,-5.7439 -0.673,-4.1231 -4.912,-8.1281 -7.622,-9.291 -2.4,-1.0515 -5.707,-0.5335 -6.917,1.0795 z"
+         style="fill:#333333;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5435"
+         d="m 172.848,17.749 c -1.17,1.5612 -2.257,12.2255 0.63,13.4868 2.888,1.2208 13.683,-3.0697 13.268,-5.6171 -0.661,-3.9938 -4.631,-7.8312 -7.248,-8.9418 -2.338,-1.0058 -5.478,-0.4892 -6.65,1.0721 z"
+         style="fill:#383838;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5437"
+         d="m 173.059,17.9835 c -1.132,1.5093 -2.205,11.7956 0.59,13.0181 2.795,1.1866 13.071,-3.0177 12.666,-5.4902 -0.648,-3.8645 -4.349,-7.5343 -6.874,-8.5925 -2.276,-0.96 -5.25,-0.4451 -6.382,1.0646 z"
+         style="fill:#3d3d3d;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5439"
+         d="m 173.269,18.218 c -1.093,1.4575 -2.152,11.3656 0.551,12.5495 2.703,1.1524 12.458,-2.966 12.065,-5.3633 -0.636,-3.7354 -4.069,-7.2376 -6.501,-8.2434 -2.214,-0.9142 -5.022,-0.4007 -6.115,1.0572 z"
+         style="fill:#424242;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5441"
+         d="m 173.479,18.4525 c -1.054,1.4057 -2.099,10.9357 0.511,12.0809 2.611,1.1182 11.847,-2.9141 11.464,-5.2365 -0.624,-3.6061 -3.788,-6.9408 -6.127,-7.8941 -2.152,-0.8685 -4.793,-0.3565 -5.848,1.0497 z"
+         style="fill:#474747;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5443"
+         d="m 173.689,18.687 c -1.016,1.3539 -2.046,10.5057 0.472,11.6122 2.518,1.084 11.234,-2.8622 10.862,-5.1095 -0.611,-3.477 -3.507,-6.644 -5.753,-7.545 -2.09,-0.8227 -4.565,-0.3122 -5.581,1.0423 z"
+         style="fill:#4c4c4c;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5445"
+         d="m 173.899,18.9215 c -0.977,1.3021 -1.992,10.0758 0.433,11.1436 2.425,1.0497 10.621,-2.8105 10.26,-4.9826 -0.598,-3.3479 -3.226,-6.3473 -5.378,-7.1958 -2.029,-0.7771 -4.337,-0.268 -5.315,1.0348 z"
+         style="fill:#515151;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5447"
+         d="m 174.11,19.156 c -0.939,1.2503 -1.94,9.6458 0.392,10.6749 2.333,1.0156 10.01,-2.7585 9.659,-4.8557 -0.586,-3.2186 -2.944,-6.0504 -5.004,-6.8466 -1.967,-0.7312 -4.109,-0.2238 -5.047,1.0274 z"
+         style="fill:#565656;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5449"
+         d="m 174.32,19.3905 c -0.9,1.1986 -1.887,9.2159 0.353,10.2062 2.24,0.9815 9.397,-2.7067 9.057,-4.7287 -0.573,-3.0895 -2.663,-5.7537 -4.63,-6.4975 -1.905,-0.6854 -3.881,-0.1794 -4.78,1.02 z"
+         style="fill:#5b5b5b;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5451"
+         d="m 174.53,19.625 c -0.861,1.1467 -1.834,8.7859 0.314,9.7376 2.147,0.9472 8.785,-2.6548 8.455,-4.6019 -0.56,-2.9602 -2.382,-5.4568 -4.256,-6.1482 -1.843,-0.6397 -3.652,-0.1352 -4.513,1.0125 z"
+         style="fill:#606060;stroke:none" />
+    </g>
+    <path
+       inkscape:connector-curvature="0"
+       id="path5453"
+       d="m 174.74,19.8595 c -0.822,1.0949 -1.781,8.356 0.274,9.2689 2.055,0.913 8.173,-2.6029 7.854,-4.475 -0.548,-2.831 -2.101,-5.16 -3.882,-5.7989 -1.781,-0.594 -3.424,-0.091 -4.246,1.005 z"
+       style="fill:#666666;stroke:none" />
+  </g>
+  <g
+     id="g5455">
+    <path
+       inkscape:connector-curvature="0"
+       id="path5457"
+       d="m 197.748,108.518 c -0.738,0.902 0.574,8.365 5.412,13.285 4.839,4.838 7.791,4.838 9.759,2.706 3.772,-4.018 0.738,-7.791 -1.558,-10.415 -2.296,-2.624 -5.248,-1.722 -7.955,-4.346 -2.706,-2.624 -4.592,-2.46 -5.658,-1.23 z"
+       style="fill:#000000;stroke:none" />
+    <g
+       id="g5459">
+      <path
+         inkscape:connector-curvature="0"
+         id="path5461"
+         d="m 197.819,108.585 c -0.733,0.895 0.569,8.3 5.37,13.182 4.801,4.801 7.73,4.801 9.683,2.685 3.742,-3.987 0.732,-7.73 -1.546,-10.334 -2.278,-2.604 -5.207,-1.709 -7.893,-4.312 -2.685,-2.604 -4.557,-2.441 -5.614,-1.221 z"
+         style="fill:#050505;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5463"
+         d="m 197.889,108.652 c -0.727,0.888 0.565,8.235 5.328,13.079 4.764,4.763 7.67,4.763 9.607,2.664 3.714,-3.956 0.727,-7.67 -1.534,-10.253 -2.26,-2.584 -5.166,-1.696 -7.831,-4.279 -2.664,-2.583 -4.521,-2.422 -5.57,-1.211 z"
+         style="fill:#0a0a0a;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5465"
+         d="m 197.959,108.719 c -0.721,0.881 0.561,8.17 5.286,12.976 4.726,4.725 7.609,4.725 9.532,2.642 3.684,-3.924 0.72,-7.609 -1.522,-10.172 -2.243,-2.563 -5.126,-1.682 -7.77,-4.244 -2.643,-2.563 -4.485,-2.403 -5.526,-1.202 z"
+         style="fill:#0f0f0f;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5467"
+         d="m 198.029,108.786 c -0.715,0.874 0.557,8.105 5.244,12.872 4.689,4.688 7.549,4.688 9.456,2.622 3.655,-3.893 0.715,-7.549 -1.51,-10.091 -2.224,-2.543 -5.085,-1.669 -7.707,-4.211 -2.622,-2.543 -4.45,-2.384 -5.483,-1.192 z"
+         style="fill:#141414;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5469"
+         d="m 198.1,108.853 c -0.71,0.867 0.551,8.04 5.202,12.769 4.65,4.65 7.488,4.65 9.379,2.601 3.626,-3.862 0.71,-7.489 -1.497,-10.011 -2.207,-2.522 -5.044,-1.655 -7.646,-4.177 -2.601,-2.522 -4.414,-2.364 -5.438,-1.182 z"
+         style="fill:#191919;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5471"
+         d="m 198.17,108.92 c -0.703,0.86 0.547,7.975 5.16,12.666 4.613,4.612 7.428,4.612 9.304,2.579 3.596,-3.83 0.703,-7.427 -1.485,-9.929 -2.189,-2.502 -5.004,-1.642 -7.585,-4.143 -2.579,-2.502 -4.378,-2.346 -5.394,-1.173 z"
+         style="fill:#1e1e1e;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5473"
+         d="m 198.24,108.987 c -0.697,0.853 0.543,7.91 5.118,12.562 4.576,4.575 7.367,4.575 9.228,2.559 3.567,-3.8 0.698,-7.367 -1.473,-9.848 -2.171,-2.482 -4.963,-1.629 -7.522,-4.11 -2.559,-2.481 -4.343,-2.326 -5.351,-1.163 z"
+         style="fill:#232323;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5475"
+         d="m 198.311,109.054 c -0.692,0.846 0.538,7.845 5.076,12.459 4.537,4.537 7.306,4.537 9.152,2.538 3.537,-3.769 0.692,-7.307 -1.461,-9.768 -2.154,-2.461 -4.922,-1.615 -7.461,-4.076 -2.538,-2.461 -4.307,-2.307 -5.306,-1.153 z"
+         style="fill:#282828;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5477"
+         d="m 198.381,109.121 c -0.686,0.839 0.534,7.78 5.034,12.356 4.5,4.499 7.246,4.499 9.076,2.516 3.509,-3.737 0.687,-7.246 -1.449,-9.686 -2.135,-2.441 -4.881,-1.602 -7.399,-4.042 -2.516,-2.441 -4.271,-2.288 -5.262,-1.144 z"
+         style="fill:#2d2d2d;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5479"
+         d="m 198.451,109.187 c -0.68,0.832 0.53,7.715 4.992,12.253 4.463,4.462 7.186,4.462 9.001,2.496 3.479,-3.706 0.68,-7.186 -1.437,-9.606 -2.118,-2.42 -4.841,-1.588 -7.337,-4.008 -2.496,-2.42 -4.236,-2.269 -5.219,-1.135 z"
+         style="fill:#333333;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5481"
+         d="m 198.522,109.254 c -0.675,0.825 0.525,7.65 4.95,12.15 4.424,4.425 7.124,4.425 8.924,2.475 3.45,-3.675 0.675,-7.125 -1.425,-9.525 -2.099,-2.4 -4.799,-1.575 -7.275,-3.975 -2.474,-2.399 -4.2,-2.25 -5.174,-1.125 z"
+         style="fill:#383838;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5483"
+         d="m 198.592,109.321 c -0.669,0.818 0.52,7.585 4.908,12.047 4.387,4.387 7.064,4.387 8.849,2.453 3.42,-3.643 0.669,-7.064 -1.413,-9.443 -2.082,-2.38 -4.759,-1.562 -7.214,-3.941 -2.453,-2.38 -4.164,-2.231 -5.13,-1.116 z"
+         style="fill:#3d3d3d;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5485"
+         d="m 198.662,109.388 c -0.663,0.811 0.516,7.52 4.866,11.944 4.35,4.349 7.004,4.349 8.773,2.432 3.391,-3.612 0.663,-7.004 -1.401,-9.363 -2.064,-2.359 -4.718,-1.548 -7.151,-3.907 -2.433,-2.359 -4.129,-2.212 -5.087,-1.106 z"
+         style="fill:#424242;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5487"
+         d="m 198.732,109.455 c -0.657,0.804 0.512,7.455 4.824,11.84 4.312,4.312 6.944,4.312 8.698,2.412 3.361,-3.582 0.657,-6.944 -1.389,-9.282 -2.046,-2.339 -4.678,-1.535 -7.09,-3.874 -2.411,-2.338 -4.093,-2.192 -5.043,-1.096 z"
+         style="fill:#474747;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5489"
+         d="m 198.803,109.522 c -0.652,0.797 0.507,7.39 4.782,11.737 4.274,4.274 6.882,4.274 8.621,2.39 3.332,-3.55 0.652,-6.883 -1.377,-9.201 -2.028,-2.318 -4.636,-1.521 -7.028,-3.839 -2.39,-2.318 -4.057,-2.174 -4.998,-1.087 z"
+         style="fill:#4c4c4c;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5491"
+         d="m 198.873,109.589 c -0.646,0.79 0.503,7.325 4.74,11.634 4.237,4.236 6.822,4.236 8.545,2.369 3.304,-3.519 0.646,-6.822 -1.364,-9.12 -2.01,-2.298 -4.596,-1.508 -6.966,-3.806 -2.369,-2.298 -4.022,-2.154 -4.955,-1.077 z"
+         style="fill:#515151;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5493"
+         d="m 198.943,109.656 c -0.64,0.783 0.499,7.26 4.698,11.53 4.199,4.199 6.762,4.199 8.47,2.349 3.274,-3.488 0.64,-6.762 -1.352,-9.039 -1.993,-2.278 -4.556,-1.495 -6.905,-3.773 -2.348,-2.277 -3.986,-2.135 -4.911,-1.067 z"
+         style="fill:#565656;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5495"
+         d="m 199.014,109.723 c -0.635,0.776 0.494,7.195 4.656,11.427 4.161,4.161 6.701,4.161 8.393,2.327 3.245,-3.456 0.635,-6.701 -1.34,-8.958 -1.975,-2.257 -4.514,-1.481 -6.842,-3.738 -2.328,-2.257 -3.951,-2.116 -4.867,-1.058 z"
+         style="fill:#5b5b5b;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5497"
+         d="m 199.084,109.79 c -0.629,0.769 0.489,7.13 4.614,11.324 4.124,4.123 6.64,4.123 8.318,2.306 3.215,-3.425 0.629,-6.641 -1.328,-8.877 -1.957,-2.237 -4.474,-1.469 -6.781,-3.705 -2.306,-2.236 -3.915,-2.097 -4.823,-1.048 z"
+         style="fill:#606060;stroke:none" />
+    </g>
+    <path
+       inkscape:connector-curvature="0"
+       id="path5499"
+       d="m 199.154,109.856 c -0.623,0.762 0.485,7.065 4.572,11.221 4.086,4.086 6.58,4.086 8.242,2.285 3.186,-3.394 0.623,-6.58 -1.316,-8.796 -1.939,-2.217 -4.433,-1.455 -6.719,-3.671 -2.285,-2.216 -3.879,-2.078 -4.779,-1.039 z"
+       style="fill:#666666;stroke:none" />
+  </g>
+  <g
+     id="g5501">
+    <path
+       inkscape:connector-curvature="0"
+       id="path5503"
+       d="m 121.098,47.3824 c -0.72,2.16 8.712,5.112 10.8,6.9841 2.808,2.5199 3.024,7.488 6.336,5.4719 2.16,-1.296 0.504,-4.176 -3.456,-8.568 -5.832,-6.4799 -13.032,-5.6879 -13.68,-3.888 z"
+       style="fill:#000000;stroke:none" />
+    <g
+       id="g5505">
+      <path
+         inkscape:connector-curvature="0"
+         id="path5507"
+         d="m 121.587,47.5792 c -0.716,2.0732 8.275,4.8998 10.336,6.7407 2.745,2.4567 2.961,7.2487 6.146,5.3129 2.095,-1.2543 0.45,-4.0721 -3.342,-8.2806 -5.575,-6.2024 -12.492,-5.5041 -13.14,-3.773 z"
+         style="fill:#050505;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5509"
+         d="m 122.075,47.7758 c -0.71,1.9866 7.839,4.6878 9.873,6.4977 2.683,2.3932 2.898,7.0093 5.956,5.1535 2.029,-1.2125 0.395,-3.968 -3.227,-7.9929 -5.32,-5.9249 -11.953,-5.3205 -12.602,-3.6583 z"
+         style="fill:#0a0a0a;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5511"
+         d="m 122.563,47.9726 c -0.705,1.8997 7.403,4.4755 9.41,6.2544 2.62,2.3297 2.836,6.7699 5.765,4.9943 1.964,-1.1707 0.342,-3.864 -3.112,-7.7055 -5.063,-5.6473 -11.414,-5.1366 -12.063,-3.5432 z"
+         style="fill:#0f0f0f;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5513"
+         d="m 123.052,48.1693 c -0.701,1.8129 6.966,4.2633 8.946,6.0112 2.557,2.2663 2.773,6.5306 5.575,4.8352 1.898,-1.129 0.287,-3.7601 -2.998,-7.418 -4.807,-5.3698 -10.874,-4.9528 -11.523,-3.4284 z"
+         style="fill:#141414;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5515"
+         d="m 123.54,48.3659 c -0.696,1.7263 6.53,4.0513 8.483,5.768 2.494,2.203 2.71,6.2913 5.385,4.676 1.833,-1.0872 0.232,-3.6559 -2.884,-7.1305 -4.551,-5.0922 -10.335,-4.7689 -10.984,-3.3135 z"
+         style="fill:#191919;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5517"
+         d="m 124.029,48.5627 c -0.692,1.6394 6.093,3.8391 8.02,5.5248 2.43,2.1396 2.646,6.0518 5.193,4.5167 1.768,-1.0455 0.179,-3.552 -2.769,-6.8429 -4.294,-4.8147 -9.795,-4.5852 -10.444,-3.1986 z"
+         style="fill:#1e1e1e;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5519"
+         d="m 124.517,48.7593 c -0.686,1.5528 5.657,3.627 7.557,5.2817 2.367,2.0762 2.583,5.8125 5.003,4.3576 1.702,-1.0038 0.124,-3.448 -2.654,-6.5556 -4.039,-4.5371 -9.256,-4.4013 -9.906,-3.0837 z"
+         style="fill:#232323;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5521"
+         d="m 125.005,48.9561 c -0.681,1.466 5.221,3.4147 7.094,5.0383 2.304,2.0128 2.52,5.5733 4.813,4.1984 1.637,-0.9619 0.07,-3.344 -2.54,-6.2679 -3.782,-4.2596 -8.717,-4.2177 -9.367,-2.9688 z"
+         style="fill:#282828;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5523"
+         d="m 125.494,49.1527 c -0.677,1.3793 4.784,3.2027 6.63,4.7953 2.242,1.9493 2.457,5.3338 4.623,4.0392 1.571,-0.9203 0.015,-3.24 -2.426,-5.9805 -3.526,-3.9821 -8.177,-4.0339 -8.827,-2.854 z"
+         style="fill:#2d2d2d;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5525"
+         d="m 125.982,49.3495 c -0.672,1.2924 4.348,2.9904 6.167,4.552 2.179,1.8859 2.394,5.0944 4.432,3.88 1.506,-0.8785 -0.038,-3.1361 -2.311,-5.693 -3.269,-3.7046 -7.637,-3.8501 -8.288,-2.739 z"
+         style="fill:#333333;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5527"
+         d="m 126.471,49.5461 c -0.668,1.2058 3.911,2.7784 5.703,4.3088 2.116,1.8227 2.331,4.8552 4.242,3.7208 1.441,-0.8367 -0.093,-3.032 -2.197,-5.4054 -3.013,-3.427 -7.098,-3.6662 -7.748,-2.6242 z"
+         style="fill:#383838;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5529"
+         d="m 126.959,49.7429 c -0.662,1.1189 3.475,2.5662 5.24,4.0656 2.053,1.7592 2.268,4.6158 4.052,3.5616 1.375,-0.7951 -0.147,-2.9281 -2.082,-5.1181 -2.757,-3.1493 -6.559,-3.4823 -7.21,-2.5091 z"
+         style="fill:#3d3d3d;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5531"
+         d="m 127.447,49.9396 c -0.657,1.0322 3.039,2.354 4.777,3.8224 1.99,1.6957 2.206,4.3764 3.861,3.4023 1.31,-0.7532 -0.201,-2.824 -1.967,-4.8304 -2.501,-2.8719 -6.019,-3.2987 -6.671,-2.3943 z"
+         style="fill:#424242;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5533"
+         d="m 127.936,50.1363 c -0.653,0.9455 2.602,2.1419 4.313,3.5792 1.927,1.6323 2.143,4.1371 3.671,3.2431 1.244,-0.7114 -0.255,-2.72 -1.853,-4.543 -2.244,-2.5942 -5.48,-3.1148 -6.131,-2.2793 z"
+         style="fill:#474747;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5535"
+         d="m 128.424,50.333 c -0.648,0.8587 2.166,1.9297 3.85,3.336 1.864,1.5689 2.08,3.8977 3.481,3.084 1.179,-0.6698 -0.31,-2.6161 -1.739,-4.2555 -1.988,-2.3168 -4.94,-2.9311 -5.592,-2.1645 z"
+         style="fill:#4c4c4c;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5537"
+         d="m 128.913,50.5297 c -0.644,0.772 1.729,1.7176 3.386,3.0928 1.802,1.5056 2.017,3.6584 3.29,2.9247 1.114,-0.6279 -0.364,-2.512 -1.624,-3.9679 -1.732,-2.0393 -4.4,-2.7473 -5.052,-2.0496 z"
+         style="fill:#515151;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5539"
+         d="m 129.401,50.7264 c -0.638,0.6852 1.293,1.5054 2.923,2.8496 1.739,1.4422 1.954,3.419 3.1,2.7656 1.048,-0.5863 -0.418,-2.408 -1.509,-3.6805 -1.476,-1.7617 -3.862,-2.5634 -4.514,-1.9347 z"
+         style="fill:#565656;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5541"
+         d="m 129.889,50.9231 c -0.633,0.5984 0.857,1.2932 2.46,2.6063 1.676,1.3788 1.891,3.1797 2.91,2.6065 0.983,-0.5445 -0.473,-2.3041 -1.395,-3.393 -1.22,-1.4841 -3.322,-2.3796 -3.975,-1.8198 z"
+         style="fill:#5b5b5b;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5543"
+         d="m 130.378,51.1198 c -0.629,0.5117 0.42,1.0811 1.996,2.3632 1.613,1.3153 1.828,2.9403 2.72,2.4471 0.917,-0.5027 -0.527,-2.1999 -1.281,-3.1054 -0.963,-1.2066 -2.782,-2.1959 -3.435,-1.7049 z"
+         style="fill:#606060;stroke:none" />
+    </g>
+    <path
+       inkscape:connector-curvature="0"
+       id="path5545"
+       d="m 130.866,51.3165 c -0.624,0.425 -0.016,0.869 1.533,2.12 1.55,1.2519 1.765,2.701 2.529,2.288 0.852,-0.461 -0.581,-2.0961 -1.166,-2.818 -0.707,-0.9291 -2.243,-2.0121 -2.896,-1.59 z"
+       style="fill:#666666;stroke:none" />
+  </g>
+  <g
+     id="g5547">
+    <path
+       inkscape:connector-curvature="0"
+       id="path5549"
+       d="m 171.066,46.5905 c -0.072,1.0799 2.952,1.728 4.896,2.448 1.944,0.648 5.76,3.2399 7.56,5.256 1.8,1.944 5.688,7.7039 6.552,6.192 0.864,-1.3681 -2.016,-5.3281 -2.808,-6.9841 -0.792,-1.6559 -3.24,-5.2559 -7.128,-6.4799 -3.384,-1.008 -9,-1.2961 -9.072,-0.432 z"
+       style="fill:#000000;stroke:none" />
+    <g
+       id="g5551">
+      <path
+         inkscape:connector-curvature="0"
+         id="path5553"
+         d="m 171.375,46.6671 c -0.071,1.0503 2.869,1.6847 4.758,2.3876 1.89,0.6329 5.598,3.1606 7.346,5.1221 1.746,1.893 5.534,7.493 6.375,6.0268 0.839,-1.3278 -1.936,-5.1736 -2.739,-6.7955 -0.8,-1.6217 -3.175,-5.0904 -6.952,-6.3006 -3.281,-0.9959 -8.717,-1.2806 -8.788,-0.4404 z"
+         style="fill:#060606;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5555"
+         d="m 171.684,46.7439 c -0.071,1.0204 2.785,1.6413 4.62,2.3271 1.836,0.6178 5.435,3.0811 7.131,4.9882 1.692,1.842 5.381,7.282 6.198,5.8616 0.814,-1.2876 -1.856,-5.0192 -2.67,-6.607 -0.808,-1.5875 -3.109,-4.9249 -6.776,-6.1214 -3.177,-0.9836 -8.433,-1.265 -8.503,-0.4485 z"
+         style="fill:#0c0c0c;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5557"
+         d="m 171.993,46.8206 c -0.071,0.9907 2.702,1.5979 4.483,2.2666 1.781,0.6027 5.271,3.0018 6.915,4.8543 1.639,1.791 5.228,7.071 6.022,5.6966 0.788,-1.2475 -1.776,-4.865 -2.602,-6.4187 -0.816,-1.5532 -3.044,-4.7592 -6.599,-5.9419 -3.075,-0.9716 -8.149,-1.2495 -8.219,-0.4569 z"
+         style="fill:#131313;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5559"
+         d="m 172.302,46.8972 c -0.07,0.961 2.618,1.5546 4.345,2.2063 1.727,0.5876 5.109,2.9223 6.7,4.7204 1.586,1.74 5.075,6.8599 5.845,5.5314 0.764,-1.2073 -1.696,-4.7106 -2.532,-6.2303 -0.824,-1.519 -2.979,-4.5935 -6.424,-5.7625 -2.971,-0.9594 -7.865,-1.2341 -7.934,-0.4653 z"
+         style="fill:#191919;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5561"
+         d="m 172.611,46.974 c -0.07,0.9312 2.535,1.5112 4.207,2.1457 1.672,0.5725 4.946,2.843 6.486,4.5865 1.531,1.689 4.921,6.649 5.668,5.3662 0.738,-1.167 -1.616,-4.5562 -2.464,-6.0417 -0.832,-1.4847 -2.914,-4.428 -6.247,-5.5833 -2.869,-0.9472 -7.582,-1.2185 -7.65,-0.4734 z"
+         style="fill:#1f1f1f;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5563"
+         d="m 172.92,47.0507 c -0.069,0.9014 2.451,1.4679 4.069,2.0853 1.618,0.5574 4.784,2.7635 6.271,4.4526 1.478,1.638 4.768,6.438 5.492,5.201 0.713,-1.1268 -1.537,-4.4018 -2.396,-5.8533 -0.839,-1.4504 -2.848,-4.2623 -6.07,-5.4038 -2.766,-0.9351 -7.299,-1.2031 -7.366,-0.4818 z"
+         style="fill:#262626;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5565"
+         d="m 173.229,47.1273 c -0.069,0.8718 2.368,1.4246 3.931,2.0249 1.564,0.5423 4.621,2.6842 6.056,4.3187 1.424,1.587 4.615,6.227 5.315,5.0359 0.688,-1.0865 -1.456,-4.2475 -2.326,-5.6648 -0.848,-1.4162 -2.783,-4.0968 -5.895,-5.2245 -2.662,-0.923 -7.015,-1.1876 -7.081,-0.4902 z"
+         style="fill:#2c2c2c;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5567"
+         d="m 173.537,47.204 c -0.068,0.8421 2.285,1.3812 3.794,1.9645 1.51,0.5271 4.458,2.6048 5.842,4.1848 1.37,1.536 4.461,6.0159 5.138,4.8708 0.662,-1.0465 -1.377,-4.0932 -2.258,-5.4764 -0.856,-1.382 -2.718,-3.9312 -5.718,-5.0452 -2.56,-0.9108 -6.732,-1.172 -6.798,-0.4985 z"
+         style="fill:#333333;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5569"
+         d="m 173.846,47.2808 c -0.067,0.8122 2.202,1.3378 3.656,1.9039 1.456,0.5121 4.296,2.5254 5.627,4.0509 1.317,1.485 4.308,5.805 4.961,4.7057 0.638,-1.0062 -1.296,-3.9389 -2.189,-5.288 -0.863,-1.3478 -2.652,-3.7656 -5.542,-4.8659 -2.456,-0.8986 -6.448,-1.1564 -6.513,-0.5066 z"
+         style="fill:#393939;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5571"
+         d="m 174.155,47.3575 c -0.067,0.7825 2.118,1.2944 3.518,1.8435 1.402,0.497 4.133,2.4459 5.412,3.917 1.263,1.434 4.155,5.5939 4.785,4.5404 0.612,-0.966 -1.217,-3.7845 -2.12,-5.0995 -0.872,-1.3134 -2.587,-3.5999 -5.366,-4.6864 -2.353,-0.8865 -6.165,-1.1411 -6.229,-0.515 z"
+         style="fill:#3f3f3f;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5573"
+         d="m 174.464,47.4341 c -0.066,0.7528 2.035,1.2512 3.38,1.7831 1.348,0.4819 3.971,2.3666 5.198,3.7831 1.209,1.383 4.001,5.383 4.607,4.3753 0.588,-0.9258 -1.136,-3.6301 -2.051,-4.911 -0.879,-1.2792 -2.522,-3.4344 -5.19,-4.5071 -2.25,-0.8744 -5.881,-1.1256 -5.944,-0.5234 z"
+         style="fill:#464646;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5575"
+         d="m 174.773,47.5109 c -0.066,0.723 1.951,1.2078 3.242,1.7226 1.293,0.4668 3.808,2.2871 4.983,3.6492 1.155,1.332 3.848,5.172 4.431,4.2101 0.562,-0.8856 -1.057,-3.4758 -1.983,-4.7226 -0.887,-1.245 -2.456,-3.2688 -5.013,-4.3278 -2.147,-0.8621 -5.598,-1.11 -5.66,-0.5315 z"
+         style="fill:#4c4c4c;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5577"
+         d="m 175.082,47.5876 c -0.066,0.6932 1.868,1.1644 3.105,1.6621 1.238,0.4517 3.644,2.2078 4.767,3.5153 1.102,1.281 3.695,4.961 4.254,4.0451 0.537,-0.8455 -0.976,-3.3215 -1.913,-4.5342 -0.896,-1.2107 -2.391,-3.1032 -4.838,-4.1485 -2.043,-0.85 -5.313,-1.0944 -5.375,-0.5398 z"
+         style="fill:#525252;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5579"
+         d="m 175.391,47.6642 c -0.065,0.6636 1.784,1.1211 2.967,1.6018 1.184,0.4365 3.482,2.1283 4.552,3.3814 1.049,1.2299 3.542,4.7499 4.078,3.8799 0.512,-0.8053 -0.897,-3.1672 -1.845,-4.3458 -0.903,-1.1765 -2.326,-2.9375 -4.661,-3.969 -1.941,-0.8379 -5.03,-1.079 -5.091,-0.5483 z"
+         style="fill:#595959;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5581"
+         d="m 175.7,47.7409 c -0.065,0.6338 1.701,1.0778 2.829,1.5413 1.13,0.4215 3.319,2.049 4.338,3.2475 0.994,1.179 3.388,4.539 3.9,3.7147 0.487,-0.7649 -0.816,-3.0127 -1.776,-4.1572 -0.911,-1.1423 -2.26,-2.772 -4.485,-3.7897 -1.837,-0.8258 -4.746,-1.0636 -4.806,-0.5566 z"
+         style="fill:#5f5f5f;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5583"
+         d="m 176.009,47.8177 c -0.064,0.604 1.617,1.0344 2.691,1.4808 1.076,0.4063 3.157,1.9695 4.123,3.1136 0.941,1.1279 3.235,4.328 3.724,3.5495 0.462,-0.7248 -0.737,-2.8584 -1.707,-3.9687 -0.919,-1.108 -2.195,-2.6065 -4.309,-3.6105 -1.734,-0.8136 -4.463,-1.048 -4.522,-0.5647 z"
+         style="fill:#666666;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5585"
+         d="m 176.318,47.8943 c -0.064,0.5743 1.534,0.9911 2.553,1.4204 1.022,0.3913 2.994,1.8902 3.908,2.9797 0.887,1.077 3.082,4.117 3.548,3.3844 0.436,-0.6845 -0.657,-2.704 -1.639,-3.7803 -0.927,-1.0738 -2.13,-2.4408 -4.132,-3.4311 -1.632,-0.8014 -4.18,-1.0325 -4.238,-0.5731 z"
+         style="fill:#6c6c6c;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5587"
+         d="m 176.626,47.971 c -0.063,0.5446 1.451,0.9477 2.416,1.36 0.968,0.3762 2.831,1.8108 3.694,2.8458 0.833,1.026 2.928,3.9059 3.37,3.2193 0.411,-0.6445 -0.577,-2.5498 -1.569,-3.592 -0.936,-1.0395 -2.065,-2.2751 -3.957,-3.2517 -1.528,-0.7892 -3.896,-1.0169 -3.954,-0.5814 z"
+         style="fill:#727272;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5589"
+         d="m 176.935,48.0478 c -0.062,0.5147 1.368,0.9043 2.278,1.2994 0.913,0.3611 2.669,1.7314 3.479,2.7119 0.78,0.975 2.775,3.695 3.194,3.0542 0.386,-0.6042 -0.497,-2.3954 -1.501,-3.4035 -0.943,-1.0053 -1.999,-2.1096 -3.78,-3.0723 -1.425,-0.7772 -3.613,-1.0015 -3.67,-0.5897 z"
+         style="fill:#797979;stroke:none" />
+    </g>
+    <path
+       inkscape:connector-curvature="0"
+       id="path5591"
+       d="m 177.244,48.1245 c -0.062,0.485 1.284,0.8609 2.14,1.239 0.859,0.3459 2.506,1.6519 3.264,2.578 0.726,0.9239 2.622,3.4839 3.017,2.8889 0.361,-0.564 -0.417,-2.241 -1.432,-3.215 -0.951,-0.971 -1.934,-1.944 -3.604,-2.893 -1.322,-0.7649 -3.329,-0.9859 -3.385,-0.5979 z"
+       style="fill:#7f7f7f;stroke:none" />
+  </g>
+  <g
+     id="g5593">
+    <path
+       inkscape:connector-curvature="0"
+       id="path5595"
+       d="m 281.226,263.526 c 4.464,6.48 -0.144,14.904 3.096,20.088 5.328,8.496 16.056,17.064 20.16,19.44 2.952,1.8 7.128,3.528 6.984,8.784 -0.216,5.976 -3.168,7.56 -4.824,9.216 -3.312,3.312 -20.016,11.592 -31.104,19.152 -13.968,9.576 -18.792,13.824 -23.328,18.36 -7.056,7.056 -13.752,9.432 -24.48,9.432 -10.728,0 -15.552,-2.232 -18.864,-5.184 -3.312,-2.88 -6.984,-10.224 -6.624,-21.168 0.288,-10.872 3.744,-20.808 5.4,-37.728 0.72,-7.272 0.648,-16.272 0.648,-24.264 0,-10.08 0.144,-18.648 2.304,-19.944 3.888,-2.448 4.752,-2.592 9.36,-2.592 4.608,0 6.696,0.288 8.208,1.8 1.44,1.44 0.864,4.752 0.36,9.432 -0.432,4.68 1.8,6.192 4.032,8.136 2.232,1.872 4.248,4.248 11.304,4.824 7.056,0.504 9.648,-0.648 12.96,-2.736 3.312,-2.088 7.992,-5.832 9.72,-7.992 1.656,-2.088 5.76,-9.288 6.552,-9.288 0.72,0 5.472,-1.656 8.136,2.232 z"
+       style="fill:#995900;stroke:none" />
+    <g
+       id="g5597">
+      <path
+         inkscape:connector-curvature="0"
+         id="path5599"
+         d="m 281.226,263.526 c 4.464,6.48 -0.144,14.904 3.096,20.088 5.328,8.496 16.056,17.064 20.16,19.44 2.952,1.8 7.128,3.528 6.984,8.784 -0.216,5.976 -3.168,7.56 -4.824,9.216 -3.312,3.312 -20.12,11.556 -31.259,19.008 -13.885,9.371 -18.903,13.54 -23.522,17.903 -6.912,6.739 -13.414,9.083 -23.915,9.018 -10.411,-0.047 -15.116,-2.181 -18.414,-5.119 -3.297,-2.866 -6.93,-9.965 -6.613,-20.578 0.205,-10.85 3.701,-20.682 5.256,-37.278 0.666,-7.38 0.407,-16.304 0.335,-24.375 -0.076,-10.069 -0.072,-18.627 2.084,-19.923 3.888,-2.444 4.752,-2.592 9.36,-2.592 4.608,0 6.7,0.292 8.208,1.8 1.491,1.491 0.767,4.886 0.205,9.407 -0.63,4.659 1.458,6.487 3.795,8.608 2.34,2.059 4.489,4.471 11.534,5.022 7.233,0.482 10.015,-0.832 13.363,-3.107 3.302,-2.207 7.773,-5.904 9.512,-8.168 1.641,-2.132 5.727,-9.386 6.519,-9.386 0.72,0 5.472,-1.656 8.136,2.232 z"
+         style="fill:#9e5e00;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5601"
+         d="m 281.226,263.526 c 4.464,6.48 -0.144,14.904 3.096,20.088 5.328,8.496 16.056,17.064 20.16,19.44 2.952,1.8 7.128,3.528 6.984,8.784 -0.216,5.976 -3.168,7.56 -4.824,9.216 -3.312,3.312 -20.225,11.52 -31.413,18.864 -13.803,9.166 -19.016,13.256 -23.717,17.446 -6.768,6.422 -13.075,8.734 -23.35,8.604 -10.094,-0.094 -14.681,-2.131 -17.964,-5.054 -3.283,-2.852 -6.876,-9.706 -6.602,-19.988 0.122,-10.828 3.657,-20.556 5.112,-36.828 0.612,-7.488 0.165,-16.336 0.021,-24.487 -0.151,-10.058 -0.288,-18.605 1.865,-19.901 3.888,-2.44 4.752,-2.592 9.36,-2.592 4.608,0 6.703,0.296 8.208,1.8 1.541,1.541 0.67,5.019 0.051,9.382 -0.828,4.637 1.116,6.782 3.556,9.079 2.448,2.247 4.731,4.695 11.765,5.22 7.409,0.461 10.383,-1.015 13.767,-3.477 3.29,-2.326 7.552,-5.976 9.302,-8.345 1.627,-2.175 5.695,-9.483 6.487,-9.483 0.72,0 5.472,-1.656 8.136,2.232 z"
+         style="fill:#a36400;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5603"
+         d="m 281.226,263.526 c 4.464,6.48 -0.144,14.904 3.096,20.088 5.328,8.496 16.056,17.064 20.16,19.44 2.952,1.8 7.128,3.528 6.984,8.784 -0.216,5.976 -3.168,7.56 -4.824,9.216 -3.312,3.312 -20.329,11.484 -31.568,18.72 -13.72,8.961 -19.127,12.971 -23.911,16.989 -6.624,6.105 -12.737,8.384 -22.785,8.19 -9.777,-0.141 -14.245,-2.081 -17.514,-4.99 -3.269,-2.837 -6.822,-9.446 -6.591,-19.397 0.039,-10.807 3.614,-20.43 4.968,-36.378 0.558,-7.596 -0.076,-16.369 -0.292,-24.598 -0.227,-10.048 -0.504,-18.584 1.645,-19.88 3.888,-2.437 4.752,-2.592 9.36,-2.592 4.608,0 6.707,0.299 8.208,1.8 1.591,1.592 0.573,5.152 -0.104,9.357 -1.026,4.615 0.774,7.077 3.319,9.551 2.556,2.433 4.972,4.917 11.995,5.418 7.585,0.439 10.75,-1.199 14.17,-3.849 3.279,-2.444 7.333,-6.048 9.093,-8.521 1.613,-2.218 5.663,-9.58 6.455,-9.58 0.72,0 5.472,-1.656 8.136,2.232 z"
+         style="fill:#a86a00;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5605"
+         d="m 281.226,263.526 c 4.464,6.48 -0.144,14.904 3.096,20.088 5.328,8.496 16.056,17.064 20.16,19.44 2.952,1.8 7.128,3.528 6.984,8.784 -0.216,5.976 -3.168,7.56 -4.824,9.216 -3.312,3.312 -20.433,11.448 -31.723,18.576 -13.637,8.756 -19.238,12.687 -24.106,16.532 -6.48,5.788 -12.398,8.035 -22.219,7.776 -9.461,-0.188 -13.809,-2.031 -17.064,-4.925 -3.254,-2.823 -6.768,-9.187 -6.581,-18.807 -0.043,-10.785 3.572,-20.304 4.824,-35.928 0.504,-7.704 -0.316,-16.401 -0.604,-24.71 -0.303,-10.037 -0.72,-18.562 1.425,-19.858 3.888,-2.433 4.752,-2.592 9.36,-2.592 4.608,0 6.711,0.303 8.208,1.8 1.642,1.642 0.475,5.285 -0.259,9.332 -1.224,4.593 0.432,7.372 3.082,10.022 2.664,2.621 5.212,5.141 12.225,5.616 7.762,0.418 11.117,-1.382 14.573,-4.219 3.269,-2.563 7.114,-6.12 8.885,-8.698 1.598,-2.261 5.63,-9.677 6.422,-9.677 0.72,0 5.472,-1.656 8.136,2.232 z"
+         style="fill:#ad7000;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5607"
+         d="m 281.226,263.526 c 4.464,6.48 -0.144,14.904 3.096,20.088 5.328,8.496 16.056,17.064 20.16,19.44 2.952,1.8 7.128,3.528 6.984,8.784 -0.216,5.976 -3.168,7.56 -4.824,9.216 -3.312,3.312 -20.538,11.412 -31.878,18.432 -13.554,8.55 -19.35,12.402 -24.3,16.074 -6.336,5.472 -12.06,7.686 -21.654,7.362 -9.144,-0.234 -13.374,-1.98 -16.614,-4.86 -3.24,-2.808 -6.714,-8.928 -6.57,-18.216 -0.126,-10.764 3.528,-20.178 4.68,-35.478 0.45,-7.812 -0.558,-16.434 -0.918,-24.822 -0.378,-10.026 -0.936,-18.54 1.206,-19.836 3.888,-2.43 4.752,-2.592 9.36,-2.592 4.608,0 6.714,0.306 8.208,1.8 1.692,1.692 0.378,5.418 -0.414,9.306 -1.422,4.572 0.09,7.668 2.844,10.494 2.772,2.808 5.454,5.364 12.456,5.814 7.938,0.396 11.484,-1.566 14.976,-4.59 3.258,-2.682 6.894,-6.192 8.676,-8.874 1.584,-2.304 5.598,-9.774 6.39,-9.774 0.72,0 5.472,-1.656 8.136,2.232 z"
+         style="fill:#b27500;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5609"
+         d="m 281.226,263.526 c 4.464,6.48 -0.144,14.904 3.096,20.088 5.328,8.496 16.056,17.064 20.16,19.44 2.952,1.8 7.128,3.528 6.984,8.784 -0.216,5.976 -3.168,7.56 -4.824,9.216 -3.312,3.312 -20.642,11.376 -32.033,18.288 -13.471,8.345 -19.461,12.118 -24.494,15.617 -6.192,5.155 -11.722,7.337 -21.089,6.948 -8.827,-0.281 -12.938,-1.929 -16.164,-4.795 -3.225,-2.794 -6.66,-8.669 -6.559,-17.626 -0.209,-10.742 3.485,-20.052 4.536,-35.028 0.396,-7.92 -0.799,-16.466 -1.231,-24.933 -0.454,-10.015 -1.152,-18.519 0.986,-19.815 3.888,-2.426 4.752,-2.592 9.36,-2.592 4.608,0 6.718,0.31 8.208,1.8 1.743,1.743 0.281,5.552 -0.569,9.281 -1.62,4.551 -0.252,7.963 2.607,10.966 2.88,2.995 5.695,5.587 12.686,6.012 8.115,0.374 11.851,-1.75 15.379,-4.961 3.248,-2.801 6.675,-6.264 8.468,-9.05 1.569,-2.348 5.565,-9.872 6.357,-9.872 0.72,0 5.472,-1.656 8.136,2.232 z"
+         style="fill:#b77b00;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5611"
+         d="m 281.226,263.526 c 4.464,6.48 -0.144,14.904 3.096,20.088 5.328,8.496 16.056,17.064 20.16,19.44 2.952,1.8 7.128,3.528 6.984,8.784 -0.216,5.976 -3.168,7.56 -4.824,9.216 -3.312,3.312 -20.747,11.34 -32.187,18.144 -13.389,8.14 -19.574,11.834 -24.689,15.16 -6.048,4.838 -11.383,6.988 -20.524,6.534 -8.51,-0.328 -12.503,-1.879 -15.714,-4.73 -3.211,-2.78 -6.606,-8.41 -6.548,-17.036 -0.292,-10.72 3.441,-19.926 4.392,-34.578 0.342,-8.028 -1.041,-16.498 -1.545,-25.045 -0.529,-10.004 -1.368,-18.497 0.767,-19.793 3.888,-2.422 4.752,-2.592 9.36,-2.592 4.608,0 6.721,0.314 8.208,1.8 1.793,1.793 0.184,5.685 -0.723,9.256 -1.818,4.529 -0.594,8.258 2.368,11.437 2.988,3.183 5.937,5.811 12.917,6.21 8.291,0.353 12.219,-1.933 15.783,-5.331 3.236,-2.92 6.454,-6.336 8.258,-9.227 1.555,-2.391 5.533,-9.969 6.325,-9.969 0.72,0 5.472,-1.656 8.136,2.232 z"
+         style="fill:#bc8100;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5613"
+         d="m 281.226,263.526 c 4.464,6.48 -0.144,14.904 3.096,20.088 5.328,8.496 16.056,17.064 20.16,19.44 2.952,1.8 7.128,3.528 6.984,8.784 -0.216,5.976 -3.168,7.56 -4.824,9.216 -3.312,3.312 -20.851,11.304 -32.342,18 -13.306,7.935 -19.685,11.549 -24.883,14.703 -5.904,4.521 -11.045,6.638 -19.959,6.12 -8.193,-0.375 -12.067,-1.829 -15.264,-4.666 -3.197,-2.765 -6.552,-8.15 -6.537,-16.445 -0.375,-10.699 3.398,-19.8 4.248,-34.128 0.288,-8.136 -1.282,-16.531 -1.858,-25.156 -0.605,-9.994 -1.584,-18.476 0.547,-19.772 3.888,-2.419 4.752,-2.592 9.36,-2.592 4.608,0 6.725,0.317 8.208,1.8 1.843,1.844 0.087,5.818 -0.878,9.231 -2.016,4.507 -0.936,8.553 2.131,11.909 3.096,3.369 6.178,6.033 13.147,6.408 8.467,0.331 12.586,-2.117 16.186,-5.703 3.225,-3.038 6.235,-6.408 8.049,-9.403 1.541,-2.434 5.501,-10.066 6.293,-10.066 0.72,0 5.472,-1.656 8.136,2.232 z"
+         style="fill:#c18700;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5615"
+         d="m 281.226,263.526 c 4.464,6.48 -0.144,14.904 3.096,20.088 5.328,8.496 16.056,17.064 20.16,19.44 2.952,1.8 7.128,3.528 6.984,8.784 -0.216,5.976 -3.168,7.56 -4.824,9.216 -3.312,3.312 -20.955,11.268 -32.497,17.856 -13.223,7.73 -19.796,11.265 -25.078,14.246 -5.76,4.204 -10.706,6.289 -19.393,5.706 -7.877,-0.422 -11.631,-1.779 -14.814,-4.601 -3.182,-2.751 -6.498,-7.891 -6.527,-15.855 -0.457,-10.677 3.356,-19.674 4.104,-33.678 0.234,-8.244 -1.522,-16.563 -2.17,-25.268 -0.681,-9.983 -1.8,-18.454 0.327,-19.75 3.888,-2.415 4.752,-2.592 9.36,-2.592 4.608,0 6.729,0.321 8.208,1.8 1.894,1.894 -0.011,5.951 -1.033,9.206 -2.214,4.485 -1.278,8.848 1.894,12.38 3.204,3.557 6.418,6.257 13.377,6.606 8.644,0.31 12.953,-2.3 16.589,-6.073 3.215,-3.157 6.016,-6.48 7.841,-9.58 1.526,-2.477 5.468,-10.163 6.26,-10.163 0.72,0 5.472,-1.656 8.136,2.232 z"
+         style="fill:#c68c00;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5617"
+         d="m 281.226,263.526 c 4.464,6.48 -0.144,14.904 3.096,20.088 5.328,8.496 16.056,17.064 20.16,19.44 2.952,1.8 7.128,3.528 6.984,8.784 -0.216,5.976 -3.168,7.56 -4.824,9.216 -3.312,3.312 -21.06,11.232 -32.652,17.712 -13.14,7.524 -19.908,10.98 -25.272,13.788 -5.616,3.888 -10.368,5.94 -18.828,5.292 -7.56,-0.468 -11.196,-1.728 -14.364,-4.536 -3.168,-2.736 -6.444,-7.632 -6.516,-15.264 -0.54,-10.656 3.312,-19.548 3.96,-33.228 0.18,-8.352 -1.764,-16.596 -2.484,-25.38 -0.756,-9.972 -2.016,-18.432 0.108,-19.728 3.888,-2.412 4.752,-2.592 9.36,-2.592 4.608,0 6.732,0.324 8.208,1.8 1.944,1.944 -0.108,6.084 -1.188,9.18 -2.412,4.464 -1.62,9.144 1.656,12.852 3.312,3.744 6.66,6.48 13.608,6.804 8.82,0.288 13.32,-2.484 16.992,-6.444 3.204,-3.276 5.796,-6.552 7.632,-9.756 1.512,-2.52 5.436,-10.26 6.228,-10.26 0.72,0 5.472,-1.656 8.136,2.232 z"
+         style="fill:#cc9200;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5619"
+         d="m 281.226,263.526 c 4.464,6.48 -0.144,14.904 3.096,20.088 5.328,8.496 16.056,17.064 20.16,19.44 2.952,1.8 7.128,3.528 6.984,8.784 -0.216,5.976 -3.168,7.56 -4.824,9.216 -3.312,3.312 -21.164,11.196 -32.807,17.568 -13.057,7.319 -20.019,10.696 -25.466,13.331 -5.472,3.571 -10.03,5.591 -18.263,4.878 -7.243,-0.515 -10.76,-1.677 -13.914,-4.471 -3.153,-2.722 -6.39,-7.373 -6.505,-14.674 -0.623,-10.634 3.269,-19.422 3.816,-32.778 0.126,-8.46 -2.005,-16.628 -2.797,-25.491 -0.832,-9.961 -2.232,-18.411 -0.112,-19.707 3.888,-2.408 4.752,-2.592 9.36,-2.592 4.608,0 6.736,0.328 8.208,1.8 1.995,1.995 -0.205,6.218 -1.343,9.155 -2.61,4.443 -1.962,9.439 1.419,13.324 3.42,3.931 6.901,6.703 13.838,7.002 8.997,0.266 13.687,-2.668 17.395,-6.815 3.194,-3.395 5.577,-6.624 7.424,-9.932 1.497,-2.564 5.403,-10.358 6.195,-10.358 0.72,0 5.472,-1.656 8.136,2.232 z"
+         style="fill:#d19800;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5621"
+         d="m 281.226,263.526 c 4.464,6.48 -0.144,14.904 3.096,20.088 5.328,8.496 16.056,17.064 20.16,19.44 2.952,1.8 7.128,3.528 6.984,8.784 -0.216,5.976 -3.168,7.56 -4.824,9.216 -3.312,3.312 -21.269,11.16 -32.961,17.424 -12.975,7.114 -20.132,10.412 -25.661,12.874 -5.328,3.254 -9.691,5.242 -17.698,4.464 -6.926,-0.562 -10.325,-1.627 -13.464,-4.406 -3.139,-2.708 -6.336,-7.114 -6.494,-14.084 -0.706,-10.612 3.225,-19.296 3.672,-32.328 0.072,-8.568 -2.247,-16.66 -3.111,-25.603 -0.907,-9.95 -2.448,-18.389 -0.331,-19.685 3.888,-2.404 4.752,-2.592 9.36,-2.592 4.608,0 6.739,0.332 8.208,1.8 2.045,2.045 -0.302,6.351 -1.497,9.13 -2.808,4.421 -2.304,9.734 1.18,13.795 3.528,4.119 7.143,6.927 14.069,7.2 9.173,0.245 14.055,-2.851 17.799,-7.185 3.182,-3.514 5.356,-6.696 7.214,-10.109 1.483,-2.607 5.371,-10.455 6.163,-10.455 0.72,0 5.472,-1.656 8.136,2.232 z"
+         style="fill:#d69e00;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5623"
+         d="m 281.226,263.526 c 4.464,6.48 -0.144,14.904 3.096,20.088 5.328,8.496 16.056,17.064 20.16,19.44 2.952,1.8 7.128,3.528 6.984,8.784 -0.216,5.976 -3.168,7.56 -4.824,9.216 -3.312,3.312 -21.373,11.124 -33.116,17.28 -12.892,6.909 -20.243,10.127 -25.855,12.417 -5.184,2.937 -9.353,4.892 -17.133,4.05 -6.609,-0.609 -9.889,-1.577 -13.014,-4.342 -3.125,-2.693 -6.282,-6.854 -6.483,-13.493 -0.789,-10.591 3.182,-19.17 3.528,-31.878 0.018,-8.676 -2.488,-16.693 -3.424,-25.714 -0.983,-9.94 -2.664,-18.368 -0.551,-19.664 3.888,-2.401 4.752,-2.592 9.36,-2.592 4.608,0 6.743,0.335 8.208,1.8 2.095,2.096 -0.399,6.484 -1.652,9.105 -3.006,4.399 -2.646,10.029 0.943,14.267 3.636,4.305 7.384,7.149 14.299,7.398 9.349,0.223 14.422,-3.035 18.202,-7.557 3.171,-3.632 5.137,-6.768 7.005,-10.285 1.469,-2.65 5.339,-10.552 6.131,-10.552 0.72,0 5.472,-1.656 8.136,2.232 z"
+         style="fill:#dba300;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5625"
+         d="m 281.226,263.526 c 4.464,6.48 -0.144,14.904 3.096,20.088 5.328,8.496 16.056,17.064 20.16,19.44 2.952,1.8 7.128,3.528 6.984,8.784 -0.216,5.976 -3.168,7.56 -4.824,9.216 -3.312,3.312 -21.477,11.088 -33.271,17.136 -12.809,6.704 -20.354,9.843 -26.05,11.96 -5.04,2.62 -9.014,4.543 -16.567,3.636 -6.293,-0.656 -9.453,-1.527 -12.564,-4.277 -3.11,-2.679 -6.228,-6.595 -6.473,-12.903 -0.871,-10.569 3.14,-19.044 3.384,-31.428 -0.036,-8.784 -2.728,-16.725 -3.736,-25.826 -1.059,-9.929 -2.88,-18.346 -0.771,-19.642 3.888,-2.397 4.752,-2.592 9.36,-2.592 4.608,0 6.747,0.339 8.208,1.8 2.146,2.146 -0.497,6.617 -1.807,9.08 -3.204,4.377 -2.988,10.324 0.706,14.738 3.744,4.493 7.624,7.373 14.529,7.596 9.526,0.202 14.789,-3.218 18.605,-7.927 3.161,-3.751 4.918,-6.84 6.797,-10.462 1.454,-2.693 5.306,-10.649 6.098,-10.649 0.72,0 5.472,-1.656 8.136,2.232 z"
+         style="fill:#e0a900;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5627"
+         d="m 281.226,263.526 c 4.464,6.48 -0.144,14.904 3.096,20.088 5.328,8.496 16.056,17.064 20.16,19.44 2.952,1.8 7.128,3.528 6.984,8.784 -0.216,5.976 -3.168,7.56 -4.824,9.216 -3.312,3.312 -21.582,11.052 -33.426,16.992 -12.726,6.498 -20.466,9.558 -26.244,11.502 -4.896,2.304 -8.676,4.194 -16.002,3.222 -5.976,-0.702 -9.018,-1.476 -12.114,-4.212 -3.096,-2.664 -6.174,-6.336 -6.462,-12.312 -0.954,-10.548 3.096,-18.918 3.24,-30.978 -0.09,-8.892 -2.97,-16.758 -4.05,-25.938 -1.134,-9.918 -3.096,-18.324 -0.99,-19.62 3.888,-2.394 4.752,-2.592 9.36,-2.592 4.608,0 6.75,0.342 8.208,1.8 2.196,2.196 -0.594,6.75 -1.962,9.054 -3.402,4.356 -3.33,10.62 0.468,15.21 3.852,4.68 7.866,7.596 14.76,7.794 9.702,0.18 15.156,-3.402 19.008,-8.298 3.15,-3.87 4.698,-6.912 6.588,-10.638 1.44,-2.736 5.274,-10.746 6.066,-10.746 0.72,0 5.472,-1.656 8.136,2.232 z"
+         style="fill:#e5af00;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5629"
+         d="m 281.226,263.526 c 4.464,6.48 -0.144,14.904 3.096,20.088 5.328,8.496 16.056,17.064 20.16,19.44 2.952,1.8 7.128,3.528 6.984,8.784 -0.216,5.976 -3.168,7.56 -4.824,9.216 -3.312,3.312 -21.686,11.016 -33.581,16.848 -12.643,6.293 -20.577,9.274 -26.438,11.045 -4.752,1.987 -8.338,3.845 -15.437,2.808 -5.659,-0.749 -8.582,-1.425 -11.664,-4.147 -3.081,-2.65 -6.12,-6.077 -6.451,-11.722 -1.037,-10.526 3.053,-18.792 3.096,-30.528 -0.144,-9 -3.211,-16.79 -4.363,-26.049 -1.21,-9.907 -3.312,-18.303 -1.21,-19.599 3.888,-2.39 4.752,-2.592 9.36,-2.592 4.608,0 6.754,0.346 8.208,1.8 2.247,2.247 -0.691,6.884 -2.117,9.029 -3.6,4.335 -3.672,10.915 0.231,15.682 3.96,4.867 8.107,7.819 14.99,7.992 9.879,0.158 15.523,-3.586 19.411,-8.669 3.14,-3.989 4.479,-6.984 6.38,-10.814 1.425,-2.78 5.241,-10.844 6.033,-10.844 0.72,0 5.472,-1.656 8.136,2.232 z"
+         style="fill:#eab500;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5631"
+         d="m 281.226,263.526 c 4.464,6.48 -0.144,14.904 3.096,20.088 5.328,8.496 16.056,17.064 20.16,19.44 2.952,1.8 7.128,3.528 6.984,8.784 -0.216,5.976 -3.168,7.56 -4.824,9.216 -3.312,3.312 -21.791,10.98 -33.735,16.704 -12.561,6.088 -20.69,8.99 -26.633,10.588 -4.608,1.67 -7.999,3.496 -14.872,2.394 -5.342,-0.796 -8.147,-1.375 -11.214,-4.082 -3.067,-2.636 -6.066,-5.818 -6.44,-11.132 -1.12,-10.504 3.009,-18.666 2.952,-30.078 -0.198,-9.108 -3.453,-16.822 -4.677,-26.161 -1.285,-9.896 -3.528,-18.281 -1.429,-19.577 3.888,-2.386 4.752,-2.592 9.36,-2.592 4.608,0 6.757,0.35 8.208,1.8 2.297,2.297 -0.788,7.017 -2.271,9.004 -3.798,4.313 -4.014,11.21 -0.008,16.153 4.068,5.055 8.349,8.043 15.221,8.19 10.055,0.137 15.891,-3.769 19.815,-9.039 3.128,-4.108 4.258,-7.056 6.17,-10.991 1.411,-2.823 5.209,-10.941 6.001,-10.941 0.72,0 5.472,-1.656 8.136,2.232 z"
+         style="fill:#efba00;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5633"
+         d="m 281.226,263.526 c 4.464,6.48 -0.144,14.904 3.096,20.088 5.328,8.496 16.056,17.064 20.16,19.44 2.952,1.8 7.128,3.528 6.984,8.784 -0.216,5.976 -3.168,7.56 -4.824,9.216 -3.312,3.312 -21.895,10.944 -33.89,16.56 -12.478,5.883 -20.801,8.705 -26.827,10.131 -4.464,1.353 -7.661,3.146 -14.307,1.98 -5.025,-0.843 -7.711,-1.325 -10.764,-4.018 -3.053,-2.621 -6.012,-5.558 -6.429,-10.541 -1.203,-10.483 2.966,-18.54 2.808,-29.628 -0.252,-9.216 -3.694,-16.855 -4.99,-26.272 -1.361,-9.886 -3.744,-18.26 -1.649,-19.556 3.888,-2.383 4.752,-2.592 9.36,-2.592 4.608,0 6.761,0.353 8.208,1.8 2.347,2.348 -0.885,7.15 -2.426,8.979 -3.996,4.291 -4.356,11.505 -0.245,16.625 4.176,5.241 8.59,8.265 15.451,8.388 10.231,0.115 16.258,-3.953 20.218,-9.411 3.117,-4.226 4.039,-7.128 5.961,-11.167 1.397,-2.866 5.177,-11.038 5.969,-11.038 0.72,0 5.472,-1.656 8.136,2.232 z"
+         style="fill:#f4c000;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5635"
+         d="m 281.226,263.526 c 4.464,6.48 -0.144,14.904 3.096,20.088 5.328,8.496 16.056,17.064 20.16,19.44 2.952,1.8 7.128,3.528 6.984,8.784 -0.216,5.976 -3.168,7.56 -4.824,9.216 -3.312,3.312 -21.999,10.908 -34.045,16.416 -12.395,5.678 -20.912,8.421 -27.022,9.674 -4.32,1.036 -7.322,2.797 -13.741,1.566 -4.709,-0.89 -7.275,-1.275 -10.314,-3.953 -3.038,-2.607 -5.958,-5.299 -6.419,-9.951 -1.285,-10.461 2.924,-18.414 2.664,-29.178 -0.306,-9.324 -3.934,-16.887 -5.302,-26.384 -1.437,-9.875 -3.96,-18.238 -1.869,-19.534 3.888,-2.379 4.752,-2.592 9.36,-2.592 4.608,0 6.765,0.357 8.208,1.8 2.398,2.398 -0.983,7.283 -2.581,8.954 -4.194,4.269 -4.698,11.8 -0.482,17.096 4.284,5.429 8.83,8.489 15.681,8.586 10.408,0.094 16.625,-4.136 20.621,-9.781 3.107,-4.345 3.82,-7.2 5.753,-11.344 1.382,-2.909 5.144,-11.135 5.936,-11.135 0.72,0 5.472,-1.656 8.136,2.232 z"
+         style="fill:#f9c600;stroke:none" />
+    </g>
+    <path
+       inkscape:connector-curvature="0"
+       id="path5637"
+       d="m 281.226,263.526 c 4.464,6.48 -0.144,14.904 3.096,20.088 5.328,8.496 16.056,17.064 20.16,19.44 2.952,1.8 7.128,3.528 6.984,8.784 -0.216,5.976 -3.168,7.56 -4.824,9.216 -3.312,3.312 -22.104,10.872 -34.2,16.272 -12.312,5.472 -21.024,8.136 -27.216,9.216 -4.176,0.72 -6.984,2.448 -13.176,1.152 -4.392,-0.936 -6.84,-1.224 -9.864,-3.888 -3.024,-2.592 -5.904,-5.04 -6.408,-9.36 -1.368,-10.44 2.88,-18.288 2.52,-28.728 -0.36,-9.432 -4.176,-16.92 -5.616,-26.496 -1.512,-9.864 -4.176,-18.216 -2.088,-19.512 3.888,-2.376 4.752,-2.592 9.36,-2.592 4.608,0 6.768,0.36 8.208,1.8 2.448,2.448 -1.08,7.416 -2.736,8.928 -4.392,4.248 -5.04,12.096 -0.72,17.568 4.392,5.616 9.072,8.712 15.912,8.784 10.584,0.072 16.992,-4.32 21.024,-10.152 3.096,-4.464 3.6,-7.272 5.544,-11.52 1.368,-2.952 5.112,-11.232 5.904,-11.232 0.72,0 5.472,-1.656 8.136,2.232 z"
+       style="fill:#ffcc00;stroke:none" />
+  </g>
+  <g
+     id="g5639">
+    <path
+       inkscape:connector-curvature="0"
+       id="path5641"
+       d="m 213.859,276.759 c -0.709,-0.257 -3.931,-15.208 -2.191,-16.239 3.351,-1.997 4.253,-2.32 8.377,-2.32 4.124,0 6.057,0.323 7.346,1.611 2.126,2.127 -1.16,6.702 -2.449,7.991 -3.737,3.673 -10.374,9.215 -11.083,8.957 z"
+       style="fill:#ffcc00;stroke:none" />
+    <g
+       id="g5643">
+      <path
+         inkscape:connector-curvature="0"
+         id="path5645"
+         d="m 214.088,276.282 c -0.77,-0.325 -4.102,-14.718 -2.368,-15.742 3.344,-1.991 4.279,-2.211 8.322,-2.211 4.124,0 5.976,0.269 7.282,1.602 2.106,2.136 -1.119,6.573 -2.398,7.852 -3.727,3.663 -10.081,8.812 -10.838,8.499 z"
+         style="fill:#ffcc02;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5647"
+         d="m 214.317,275.806 c -0.832,-0.393 -4.273,-14.229 -2.546,-15.247 3.338,-1.984 4.305,-2.101 8.268,-2.101 4.124,0 5.896,0.214 7.217,1.592 2.087,2.146 -1.076,6.444 -2.346,7.714 -3.718,3.653 -9.788,8.409 -10.593,8.042 z"
+         style="fill:#ffcc05;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5649"
+         d="m 214.545,275.329 c -0.892,-0.461 -4.443,-13.739 -2.722,-14.751 3.332,-1.977 4.33,-1.991 8.213,-1.991 4.124,0 5.815,0.159 7.152,1.582 2.068,2.156 -1.034,6.315 -2.294,7.575 -3.708,3.644 -9.495,8.007 -10.349,7.585 z"
+         style="fill:#ffcc07;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5651"
+         d="m 214.774,274.852 c -0.954,-0.528 -4.614,-13.249 -2.9,-14.254 3.326,-1.972 4.356,-1.882 8.158,-1.882 4.124,0 5.735,0.104 7.089,1.572 2.048,2.166 -0.993,6.187 -2.243,7.437 -3.699,3.634 -9.202,7.604 -10.104,7.127 z"
+         style="fill:#ffcd0a;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5653"
+         d="m 215.003,274.375 c -1.015,-0.596 -4.785,-12.759 -3.077,-13.758 3.319,-1.965 4.382,-1.772 8.103,-1.772 4.124,0 5.654,0.049 7.024,1.563 2.029,2.175 -0.951,6.057 -2.191,7.298 -3.689,3.624 -8.909,7.201 -9.859,6.669 z"
+         style="fill:#ffcd0c;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5655"
+         d="m 215.232,273.898 c -1.076,-0.663 -4.956,-12.269 -3.254,-13.261 3.312,-1.959 4.407,-1.663 8.048,-1.663 4.124,0 5.574,-0.006 6.959,1.553 2.011,2.185 -0.908,5.929 -2.139,7.159 -3.679,3.615 -8.615,6.799 -9.614,6.212 z"
+         style="fill:#ffcd0f;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5657"
+         d="m 215.46,273.421 c -1.137,-0.731 -5.126,-11.779 -3.431,-12.765 3.306,-1.952 4.433,-1.553 7.994,-1.553 4.124,0 5.493,-0.061 6.895,1.543 1.991,2.194 -0.867,5.8 -2.088,7.021 -3.67,3.605 -8.322,6.396 -9.37,5.754 z"
+         style="fill:#ffcd11;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5659"
+         d="m 215.689,272.945 c -1.198,-0.799 -5.297,-11.29 -3.608,-12.27 3.299,-1.946 4.459,-1.443 7.939,-1.443 4.124,0 5.412,-0.116 6.83,1.533 1.972,2.204 -0.825,5.671 -2.037,6.883 -3.659,3.595 -8.028,5.993 -9.124,5.297 z"
+         style="fill:#ffce14;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5661"
+         d="m 215.918,272.468 c -1.26,-0.867 -5.468,-10.8 -3.786,-11.773 3.293,-1.94 4.485,-1.334 7.884,-1.334 4.124,0 5.332,-0.171 6.766,1.524 1.953,2.213 -0.783,5.542 -1.985,6.743 -3.65,3.586 -7.735,5.591 -8.879,4.84 z"
+         style="fill:#ffce16;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5663"
+         d="m 216.147,271.991 c -1.321,-0.934 -5.639,-10.311 -3.963,-11.277 3.286,-1.933 4.51,-1.225 7.829,-1.225 4.124,0 5.252,-0.225 6.702,1.515 1.933,2.223 -0.741,5.413 -1.934,6.605 -3.64,3.576 -7.442,5.187 -8.634,4.382 z"
+         style="fill:#ffce19;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5665"
+         d="m 216.375,271.514 c -1.382,-1.002 -5.809,-9.821 -4.14,-10.781 3.28,-1.926 4.537,-1.115 7.775,-1.115 4.124,0 5.171,-0.279 6.637,1.505 1.914,2.233 -0.699,5.284 -1.882,6.467 -3.631,3.566 -7.149,4.784 -8.39,3.924 z"
+         style="fill:#ffce1c;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5667"
+         d="m 216.604,271.037 c -1.443,-1.069 -5.98,-9.331 -4.317,-10.284 3.273,-1.921 4.562,-1.006 7.72,-1.006 4.124,0 5.09,-0.334 6.572,1.495 1.895,2.243 -0.657,5.156 -1.83,6.328 -3.621,3.557 -6.856,4.382 -8.145,3.467 z"
+         style="fill:#ffcf1e;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5669"
+         d="m 216.833,270.56 c -1.505,-1.137 -6.151,-8.841 -4.495,-9.788 3.268,-1.914 4.588,-0.896 7.666,-0.896 4.124,0 5.009,-0.389 6.508,1.486 1.875,2.251 -0.616,5.026 -1.779,6.189 -3.612,3.547 -6.563,3.979 -7.9,3.009 z"
+         style="fill:#ffcf21;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5671"
+         d="m 217.062,270.083 c -1.566,-1.204 -6.322,-8.351 -4.672,-9.292 3.261,-1.907 4.613,-0.786 7.61,-0.786 4.124,0 4.93,-0.444 6.444,1.476 1.856,2.261 -0.573,4.897 -1.727,6.051 -3.602,3.537 -6.27,3.576 -7.655,2.551 z"
+         style="fill:#ffcf23;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5673"
+         d="m 217.29,269.607 c -1.627,-1.273 -6.492,-7.862 -4.849,-8.796 3.255,-1.901 4.64,-0.677 7.556,-0.677 4.124,0 4.849,-0.499 6.379,1.466 1.837,2.271 -0.531,4.769 -1.675,5.912 -3.593,3.528 -5.977,3.174 -7.411,2.095 z"
+         style="fill:#ffcf26;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5675"
+         d="m 217.519,269.13 c -1.688,-1.341 -6.663,-7.372 -5.026,-8.3 3.248,-1.895 4.665,-0.567 7.501,-0.567 4.124,0 4.768,-0.554 6.315,1.456 1.817,2.281 -0.49,4.64 -1.624,5.774 -3.583,3.518 -5.684,2.771 -7.166,1.637 z"
+         style="fill:#ffd028;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5677"
+         d="m 217.748,268.653 c -1.749,-1.408 -6.834,-6.882 -5.203,-7.804 3.241,-1.888 4.69,-0.457 7.446,-0.457 4.124,0 4.687,-0.609 6.25,1.447 1.798,2.29 -0.448,4.51 -1.572,5.635 -3.573,3.509 -5.391,2.368 -6.921,1.179 z"
+         style="fill:#ffd02b;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5679"
+         d="m 217.977,268.176 c -1.811,-1.476 -7.005,-6.392 -5.381,-7.307 3.235,-1.882 4.717,-0.348 7.392,-0.348 4.124,0 4.607,-0.664 6.186,1.437 1.778,2.3 -0.406,4.382 -1.522,5.496 -3.563,3.5 -5.097,1.966 -6.675,0.722 z"
+         style="fill:#ffd02d;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5681"
+         d="m 218.205,267.699 c -1.871,-1.543 -7.175,-5.902 -5.557,-6.811 3.228,-1.875 4.742,-0.238 7.336,-0.238 4.124,0 4.527,-0.719 6.122,1.427 1.759,2.31 -0.364,4.253 -1.47,5.358 -3.553,3.49 -4.804,1.563 -6.431,0.264 z"
+         style="fill:#ffd030;stroke:none" />
+    </g>
+    <path
+       inkscape:connector-curvature="0"
+       id="path5683"
+       d="m 218.434,267.222 c -1.933,-1.611 -7.346,-5.413 -5.735,-6.315 3.222,-1.869 4.768,-0.129 7.282,-0.129 4.124,0 4.446,-0.773 6.057,1.418 1.74,2.319 -0.322,4.124 -1.418,5.219 -3.544,3.481 -4.511,1.161 -6.186,-0.193 z"
+       style="fill:#ffd133;stroke:none" />
+  </g>
+  <g
+     id="g5685">
+    <path
+       inkscape:connector-curvature="0"
+       id="path5687"
+       d="m 280.365,264.371 c 3.742,5.46 -0.061,12.76 2.638,17.116 -6.809,-6.257 -9.938,-8.834 -19.324,0.368 2.577,-3.742 3.129,-6.257 4.724,-9.815 1.104,-2.454 4.355,-9.57 5.03,-9.57 0.613,0 4.724,-1.35 6.932,1.901 z"
+       style="fill:#ffcc00;stroke:none" />
+    <g
+       id="g5689">
+      <path
+         inkscape:connector-curvature="0"
+         id="path5691"
+         d="m 280.326,264.409 c 3.655,5.335 0.035,12.601 2.578,16.723 -6.668,-6.097 -9.729,-8.666 -18.908,0.323 2.421,-3.528 3.026,-6.095 4.606,-9.593 1.122,-2.461 4.243,-9.301 4.951,-9.31 0.627,-0.007 4.616,-1.318 6.773,1.857 z"
+         style="fill:#ffcc02;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5693"
+         d="m 280.287,264.446 c 3.568,5.21 0.132,12.442 2.518,16.332 -6.527,-5.937 -9.52,-8.499 -18.492,0.278 2.266,-3.315 2.922,-5.934 4.487,-9.372 1.14,-2.468 4.132,-9.032 4.873,-9.051 0.641,-0.014 4.508,-1.285 6.614,1.813 z"
+         style="fill:#ffcc05;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5695"
+         d="m 280.249,264.484 c 3.479,5.085 0.227,12.282 2.456,15.939 -6.386,-5.777 -9.31,-8.331 -18.076,0.233 2.111,-3.1 2.819,-5.772 4.37,-9.15 1.157,-2.475 4.021,-8.763 4.794,-8.792 0.656,-0.02 4.399,-1.253 6.456,1.77 z"
+         style="fill:#ffcc07;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5697"
+         d="m 280.21,264.521 c 3.392,4.96 0.323,12.123 2.396,15.548 -6.245,-5.617 -9.101,-8.164 -17.66,0.188 1.955,-2.887 2.716,-5.611 4.251,-8.929 1.176,-2.482 3.91,-8.494 4.716,-8.533 0.67,-0.027 4.291,-1.22 6.297,1.726 z"
+         style="fill:#ffcd0a;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5699"
+         d="m 280.171,264.559 c 3.305,4.835 0.419,11.964 2.335,15.155 -6.104,-5.457 -8.891,-7.996 -17.244,0.143 1.8,-2.673 2.613,-5.449 4.133,-8.707 1.194,-2.489 3.799,-8.225 4.637,-8.274 0.685,-0.034 4.183,-1.188 6.139,1.683 z"
+         style="fill:#ffcd0c;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5701"
+         d="m 280.132,264.596 c 3.218,4.71 0.516,11.805 2.275,14.764 -5.963,-5.298 -8.682,-7.829 -16.828,0.098 1.644,-2.46 2.51,-5.288 4.015,-8.486 1.212,-2.496 3.687,-7.956 4.558,-8.015 0.699,-0.04 4.075,-1.155 5.98,1.639 z"
+         style="fill:#ffcd0f;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5703"
+         d="m 280.093,264.634 c 3.13,4.585 0.612,11.645 2.215,14.372 -5.822,-5.138 -8.473,-7.662 -16.412,0.052 1.489,-2.245 2.406,-5.125 3.896,-8.264 1.23,-2.503 3.576,-7.687 4.48,-7.756 0.713,-0.047 3.967,-1.122 5.821,1.596 z"
+         style="fill:#ffcd11;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5705"
+         d="m 280.054,264.671 c 3.043,4.46 0.708,11.487 2.154,13.98 -5.681,-4.978 -8.263,-7.494 -15.996,0.008 1.334,-2.032 2.303,-4.964 3.779,-8.043 1.247,-2.51 3.464,-7.418 4.401,-7.497 0.727,-0.053 3.858,-1.09 5.662,1.552 z"
+         style="fill:#ffce14;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5707"
+         d="m 280.015,264.709 c 2.956,4.335 0.804,11.327 2.094,13.588 -5.54,-4.818 -8.054,-7.327 -15.58,-0.037 1.178,-1.819 2.2,-4.803 3.66,-7.822 1.266,-2.517 3.353,-7.149 4.323,-7.238 0.741,-0.06 3.75,-1.057 5.503,1.509 z"
+         style="fill:#ffce16;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5709"
+         d="m 279.976,264.746 c 2.869,4.21 0.901,11.168 2.034,13.196 -5.399,-4.658 -7.845,-7.159 -15.164,-0.082 1.022,-1.605 2.096,-4.641 3.542,-7.6 1.283,-2.524 3.241,-6.88 4.244,-6.979 0.755,-0.067 3.642,-1.025 5.344,1.465 z"
+         style="fill:#ffce19;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5711"
+         d="m 279.937,264.784 c 2.782,4.084 0.997,11.008 1.973,12.804 -5.258,-4.498 -7.635,-6.992 -14.748,-0.127 0.867,-1.391 1.994,-4.48 3.424,-7.379 1.302,-2.531 3.13,-6.611 4.166,-6.72 0.769,-0.073 3.533,-0.992 5.185,1.422 z"
+         style="fill:#ffce1c;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5713"
+         d="m 279.898,264.821 c 2.694,3.96 1.093,10.85 1.913,12.412 -5.117,-4.338 -7.426,-6.825 -14.332,-0.172 0.712,-1.177 1.89,-4.318 3.306,-7.157 1.319,-2.538 3.018,-6.342 4.086,-6.461 0.784,-0.08 3.426,-0.959 5.027,1.378 z"
+         style="fill:#ffcf1e;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5715"
+         d="m 279.86,264.859 c 2.606,3.834 1.188,10.69 1.852,12.02 -4.976,-4.178 -7.217,-6.658 -13.916,-0.217 0.556,-0.964 1.786,-4.157 3.187,-6.936 1.337,-2.545 2.908,-6.073 4.008,-6.202 0.799,-0.086 3.318,-0.927 4.869,1.335 z"
+         style="fill:#ffcf21;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5717"
+         d="m 279.821,264.896 c 2.519,3.71 1.285,10.531 1.791,11.628 -4.835,-4.018 -7.007,-6.49 -13.5,-0.262 0.401,-0.75 1.684,-3.995 3.07,-6.714 1.355,-2.552 2.796,-5.804 3.929,-5.943 0.813,-0.093 3.209,-0.894 4.71,1.291 z"
+         style="fill:#ffcf23;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5719"
+         d="m 279.782,264.934 c 2.432,3.584 1.381,10.371 1.731,11.236 -4.694,-3.858 -6.798,-6.323 -13.084,-0.307 0.245,-0.536 1.58,-3.833 2.951,-6.493 1.373,-2.559 2.685,-5.535 3.851,-5.684 0.827,-0.1 3.101,-0.862 4.551,1.248 z"
+         style="fill:#ffcf26;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5721"
+         d="m 279.743,264.971 c 2.344,3.46 1.477,10.213 1.671,10.845 -4.553,-3.699 -6.589,-6.156 -12.668,-0.353 0.089,-0.322 1.477,-3.671 2.832,-6.271 1.392,-2.566 2.574,-5.266 3.773,-5.425 0.841,-0.106 2.993,-0.829 4.392,1.204 z"
+         style="fill:#ffd028;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5723"
+         d="m 279.704,265.009 c 2.257,3.334 1.573,10.053 1.61,10.452 -4.412,-3.539 -6.379,-5.988 -12.252,-0.397 -0.065,-0.109 1.374,-3.51 2.715,-6.05 1.409,-2.573 2.462,-4.997 3.694,-5.166 0.855,-0.113 2.884,-0.796 4.233,1.161 z"
+         style="fill:#ffd02b;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5725"
+         d="m 279.665,265.046 c 2.17,3.21 1.67,9.894 1.55,10.061 -4.271,-3.379 -6.17,-5.821 -11.836,-0.442 -0.221,0.104 1.27,-3.349 2.596,-5.829 1.427,-2.58 2.351,-4.728 3.616,-4.907 0.869,-0.119 2.776,-0.764 4.074,1.117 z"
+         style="fill:#ffd02d;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5727"
+         d="m 279.626,265.084 c 2.082,3.084 1.766,9.735 1.49,9.668 -4.13,-3.219 -5.961,-5.653 -11.42,-0.487 -0.377,0.318 1.167,-3.187 2.478,-5.607 1.445,-2.587 2.239,-4.459 3.536,-4.648 0.884,-0.126 2.669,-0.731 3.916,1.074 z"
+         style="fill:#ffd030;stroke:none" />
+    </g>
+    <path
+       inkscape:connector-curvature="0"
+       id="path5729"
+       d="m 279.587,265.121 c 1.995,2.959 1.862,9.576 1.429,9.277 -3.989,-3.059 -5.751,-5.486 -11.004,-0.532 -0.532,0.532 1.064,-3.026 2.36,-5.386 1.463,-2.594 2.128,-4.19 3.458,-4.389 0.898,-0.133 2.56,-0.699 3.757,1.03 z"
+       style="fill:#ffd133;stroke:none" />
+  </g>
+  <g
+     id="g5731">
+    <path
+       inkscape:connector-curvature="0"
+       id="path5733"
+       d="m 283.458,284.478 c 5.976,7.848 17.064,16.272 21.024,18.576 2.88,1.656 7.056,3.6 6.984,8.784 -0.144,5.904 -3.168,7.56 -4.824,9.216 -3.312,3.312 -22.176,10.944 -34.2,16.272 -12.24,5.4 -21.096,8.208 -27.216,9.216 -4.104,0.648 -7.056,2.376 -13.176,1.152 -4.32,-0.864 -6.912,-1.296 -9.864,-3.888 -2.952,-2.52 -5.976,-5.184 -6.408,-9.36 -1.224,-10.368 3.672,-16.92 8.424,-25.92 3.888,-7.2 11.736,-8.64 16.632,-7.992 17.568,2.376 16.416,-8.64 21.24,-13.464 4.464,-4.464 17.208,-8.064 21.384,-2.592 z"
+       style="fill:#ffcc00;stroke:none" />
+    <g
+       id="g5735">
+      <path
+         inkscape:connector-curvature="0"
+         id="path5737"
+         d="m 283.406,284.551 c 5.962,7.83 17.024,16.234 20.975,18.533 2.873,1.652 7.04,3.591 6.968,8.763 -0.144,5.89 -3.161,7.542 -4.813,9.195 -3.304,3.304 -22.34,10.993 -34.24,16.089 -12.259,5.175 -20.648,7.873 -26.802,8.958 -4.077,0.684 -7.156,2.394 -13.258,1.177 -4.303,-0.856 -6.766,-1.232 -9.707,-3.811 -2.938,-2.51 -5.756,-4.962 -6.184,-9.118 -1.211,-10.34 3.365,-16.657 8.044,-25.65 3.889,-7.375 11.791,-8.434 16.665,-7.778 17.513,2.415 16.206,-8.959 21.019,-13.772 4.453,-4.453 17.167,-8.045 21.333,-2.586 z"
+         style="fill:#ffcc02;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5739"
+         d="m 283.355,284.625 c 5.948,7.811 16.983,16.195 20.925,18.488 2.866,1.648 7.023,3.583 6.951,8.743 -0.143,5.876 -3.153,7.524 -4.801,9.173 -3.297,3.296 -22.504,11.043 -34.28,15.907 -12.278,4.949 -20.201,7.538 -26.388,8.699 -4.051,0.721 -7.256,2.413 -13.341,1.202 -4.286,-0.846 -6.618,-1.167 -9.55,-3.733 -2.924,-2.501 -5.536,-4.741 -5.959,-8.877 -1.198,-10.312 3.058,-16.394 7.664,-25.379 3.89,-7.551 11.845,-8.229 16.698,-7.564 17.458,2.454 15.996,-9.278 20.797,-14.08 4.443,-4.443 17.127,-8.026 21.284,-2.579 z"
+         style="fill:#ffcc05;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5741"
+         d="m 283.303,284.698 c 5.934,7.792 16.944,16.157 20.876,18.445 2.859,1.644 7.006,3.574 6.934,8.722 -0.143,5.862 -3.145,7.507 -4.79,9.151 -3.288,3.289 -22.668,11.093 -34.319,15.725 -12.298,4.724 -19.753,7.203 -25.974,8.441 -4.024,0.756 -7.357,2.431 -13.423,1.226 -4.269,-0.837 -6.472,-1.102 -9.393,-3.655 -2.911,-2.492 -5.317,-4.519 -5.735,-8.635 -1.185,-10.285 2.75,-16.132 7.284,-25.11 3.891,-7.725 11.9,-8.023 16.731,-7.349 17.403,2.494 15.785,-9.598 20.575,-14.388 4.433,-4.432 17.087,-8.007 21.234,-2.573 z"
+         style="fill:#ffcc07;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5743"
+         d="m 283.251,284.771 c 5.92,7.774 16.904,16.119 20.826,18.401 2.853,1.641 6.99,3.566 6.919,8.702 -0.143,5.848 -3.138,7.489 -4.779,9.129 -3.281,3.281 -22.832,11.143 -34.359,15.543 -12.317,4.498 -19.306,6.868 -25.56,8.182 -3.997,0.793 -7.457,2.45 -13.506,1.251 -4.252,-0.828 -6.325,-1.036 -9.236,-3.577 -2.897,-2.482 -5.096,-4.298 -5.51,-8.393 -1.172,-10.257 2.443,-15.869 6.904,-24.84 3.892,-7.901 11.955,-7.818 16.763,-7.135 17.349,2.533 15.576,-9.917 20.355,-14.696 4.422,-4.422 17.046,-7.988 21.183,-2.567 z"
+         style="fill:#ffcd0a;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5745"
+         d="m 283.199,284.844 c 5.906,7.756 16.864,16.081 20.777,18.358 2.847,1.636 6.973,3.557 6.902,8.681 -0.142,5.834 -3.131,7.471 -4.767,9.107 -3.273,3.273 -22.996,11.193 -34.399,15.361 -12.337,4.273 -18.858,6.533 -25.147,7.924 -3.97,0.829 -7.556,2.468 -13.587,1.276 -4.235,-0.82 -6.179,-0.972 -9.079,-3.5 -2.883,-2.473 -4.877,-4.076 -5.287,-8.152 -1.158,-10.229 2.137,-15.606 6.524,-24.569 3.894,-8.076 12.01,-7.612 16.797,-6.92 17.293,2.571 15.366,-10.237 20.133,-15.005 4.412,-4.411 17.006,-7.969 21.133,-2.561 z"
+         style="fill:#ffcd0c;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5747"
+         d="m 283.147,284.917 c 5.892,7.737 16.824,16.043 20.728,18.314 2.84,1.633 6.957,3.549 6.886,8.66 -0.142,5.821 -3.124,7.454 -4.756,9.086 -3.266,3.266 -23.161,11.243 -34.439,15.179 -12.356,4.047 -18.411,6.198 -24.733,7.665 -3.943,0.866 -7.656,2.487 -13.669,1.301 -4.218,-0.811 -6.033,-0.907 -8.923,-3.422 -2.869,-2.464 -4.656,-3.855 -5.062,-7.91 -1.145,-10.202 1.83,-15.344 6.144,-24.299 3.895,-8.252 12.065,-7.407 16.83,-6.706 17.238,2.61 15.155,-10.557 19.912,-15.313 4.401,-4.401 16.965,-7.95 21.082,-2.555 z"
+         style="fill:#ffcd0f;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5749"
+         d="m 283.096,284.99 c 5.877,7.719 16.783,16.004 20.678,18.27 2.833,1.629 6.94,3.541 6.869,8.64 -0.142,5.807 -3.116,7.436 -4.745,9.065 -3.257,3.257 -23.324,11.292 -34.478,14.995 -12.375,3.823 -17.963,5.864 -24.319,7.408 -3.917,0.901 -7.757,2.505 -13.752,1.325 -4.201,-0.802 -5.886,-0.842 -8.765,-3.344 -2.856,-2.454 -4.437,-3.633 -4.838,-7.669 -1.132,-10.173 1.522,-15.081 5.764,-24.029 3.896,-8.426 12.119,-7.201 16.863,-6.491 17.183,2.649 14.945,-10.876 19.69,-15.621 4.391,-4.39 16.925,-7.931 21.033,-2.549 z"
+         style="fill:#ffcd11;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5751"
+         d="m 283.044,285.063 c 5.863,7.701 16.743,15.966 20.629,18.227 2.826,1.625 6.923,3.532 6.852,8.619 -0.141,5.793 -3.108,7.418 -4.733,9.043 -3.25,3.25 -23.489,11.342 -34.518,14.813 -12.395,3.597 -17.516,5.529 -23.905,7.149 -3.89,0.938 -7.857,2.524 -13.834,1.35 -4.184,-0.793 -5.74,-0.777 -8.609,-3.266 -2.841,-2.445 -4.217,-3.412 -4.613,-7.427 -1.119,-10.146 1.215,-14.818 5.384,-23.759 3.897,-8.602 12.174,-6.996 16.896,-6.277 17.128,2.688 14.735,-11.195 19.468,-15.929 4.38,-4.38 16.885,-7.912 20.983,-2.543 z"
+         style="fill:#ffce14;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5753"
+         d="m 282.992,285.136 c 5.85,7.682 16.703,15.928 20.579,18.183 2.82,1.621 6.907,3.524 6.837,8.599 -0.141,5.779 -3.101,7.4 -4.722,9.021 -3.242,3.242 -23.653,11.392 -34.558,14.631 -12.414,3.372 -17.068,5.194 -23.491,6.891 -3.863,0.974 -7.957,2.542 -13.917,1.375 -4.167,-0.784 -5.592,-0.713 -8.451,-3.189 -2.828,-2.436 -3.997,-3.191 -4.389,-7.186 -1.106,-10.118 0.908,-14.555 5.004,-23.488 3.898,-8.777 12.229,-6.79 16.928,-6.063 17.074,2.727 14.526,-11.515 19.248,-16.237 4.369,-4.369 16.844,-7.893 20.932,-2.537 z"
+         style="fill:#ffce16;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5755"
+         d="m 282.94,285.209 c 5.836,7.664 16.663,15.89 20.53,18.14 2.813,1.617 6.891,3.515 6.82,8.578 -0.14,5.765 -3.093,7.382 -4.71,8.999 -3.235,3.234 -23.817,11.442 -34.598,14.449 -12.433,3.146 -16.621,4.859 -23.077,6.632 -3.837,1.01 -8.057,2.561 -13.999,1.4 -4.15,-0.775 -5.446,-0.648 -8.295,-3.111 -2.814,-2.426 -3.777,-2.969 -4.164,-6.944 -1.093,-10.09 0.601,-14.293 4.624,-23.219 3.899,-8.952 12.283,-6.584 16.961,-5.848 17.019,2.766 14.315,-11.834 19.026,-16.545 4.359,-4.359 16.804,-7.874 20.882,-2.531 z"
+         style="fill:#ffce19;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5757"
+         d="m 282.888,285.282 c 5.822,7.645 16.623,15.852 20.481,18.096 2.806,1.614 6.874,3.507 6.804,8.557 -0.141,5.752 -3.086,7.365 -4.7,8.978 -3.226,3.227 -23.981,11.492 -34.637,14.267 -12.453,2.921 -16.173,4.524 -22.663,6.374 -3.81,1.046 -8.158,2.579 -14.082,1.424 -4.133,-0.766 -5.299,-0.583 -8.137,-3.033 -2.8,-2.417 -3.557,-2.748 -3.94,-6.703 -1.08,-10.062 0.293,-14.029 4.244,-22.948 3.9,-9.127 12.338,-6.379 16.994,-5.634 16.964,2.805 14.105,-12.153 18.805,-16.853 4.348,-4.348 16.763,-7.855 20.831,-2.525 z"
+         style="fill:#ffce1c;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5759"
+         d="m 282.837,285.355 c 5.807,7.627 16.582,15.814 20.431,18.053 2.799,1.609 6.857,3.498 6.787,8.536 -0.14,5.738 -3.079,7.347 -4.688,8.957 -3.219,3.218 -24.145,11.541 -34.677,14.084 -12.472,2.695 -15.726,4.189 -22.25,6.115 -3.783,1.083 -8.257,2.598 -14.163,1.449 -4.116,-0.757 -5.153,-0.518 -7.981,-2.955 -2.786,-2.408 -3.337,-2.526 -3.716,-6.461 -1.066,-10.035 -0.013,-13.767 3.864,-22.678 3.902,-9.303 12.393,-6.173 17.028,-5.42 16.908,2.844 13.895,-12.473 18.583,-17.161 4.338,-4.338 16.723,-7.836 20.782,-2.519 z"
+         style="fill:#ffcf1e;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5761"
+         d="m 282.785,285.428 c 5.793,7.609 16.543,15.776 20.382,18.009 2.792,1.606 6.84,3.49 6.77,8.516 -0.139,5.724 -3.071,7.329 -4.676,8.935 -3.211,3.211 -24.309,11.591 -34.717,13.902 -12.491,2.47 -15.278,3.854 -21.836,5.857 -3.756,1.119 -8.357,2.616 -14.246,1.474 -4.099,-0.749 -5.006,-0.454 -7.823,-2.878 -2.773,-2.398 -3.118,-2.305 -3.492,-6.219 -1.053,-10.007 -0.32,-13.505 3.484,-22.408 3.903,-9.478 12.448,-5.968 17.061,-5.206 16.853,2.883 13.684,-12.792 18.361,-17.469 4.328,-4.328 16.683,-7.818 20.732,-2.513 z"
+         style="fill:#ffcf21;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5763"
+         d="m 282.733,285.501 c 5.779,7.59 16.503,15.737 20.332,17.966 2.786,1.601 6.825,3.481 6.755,8.495 -0.139,5.71 -3.064,7.311 -4.665,8.913 -3.204,3.203 -24.474,11.641 -34.757,13.72 -12.511,2.244 -14.831,3.519 -21.422,5.598 -3.729,1.155 -8.457,2.634 -14.328,1.499 -4.082,-0.74 -4.86,-0.389 -7.667,-2.8 -2.759,-2.389 -2.897,-2.083 -3.267,-5.978 -1.04,-9.979 -0.627,-13.242 3.104,-22.138 3.904,-9.653 12.503,-5.762 17.093,-4.991 16.799,2.922 13.475,-13.111 18.141,-17.777 4.317,-4.317 16.642,-7.799 20.681,-2.507 z"
+         style="fill:#ffcf23;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5765"
+         d="m 282.681,285.574 c 5.766,7.572 16.463,15.699 20.283,17.922 2.779,1.598 6.808,3.473 6.738,8.475 -0.139,5.696 -3.056,7.293 -4.654,8.891 -3.195,3.195 -24.637,11.691 -34.797,13.537 -12.529,2.02 -14.382,3.185 -21.007,5.341 -3.703,1.191 -8.558,2.652 -14.411,1.523 -4.065,-0.731 -4.713,-0.324 -7.509,-2.722 -2.745,-2.38 -2.678,-1.862 -3.043,-5.736 -1.027,-9.952 -0.935,-12.979 2.724,-21.868 3.905,-9.828 12.557,-5.557 17.126,-4.777 16.744,2.961 13.265,-13.431 17.919,-18.085 4.307,-4.307 16.602,-7.78 20.631,-2.501 z"
+         style="fill:#ffcf26;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5767"
+         d="m 282.629,285.648 c 5.752,7.553 16.423,15.66 20.234,17.878 2.772,1.593 6.791,3.464 6.722,8.454 -0.139,5.682 -3.049,7.275 -4.643,8.869 -3.188,3.188 -24.801,11.741 -34.837,13.355 -12.548,1.794 -13.935,2.85 -20.593,5.082 -3.676,1.228 -8.658,2.671 -14.493,1.548 -4.048,-0.722 -4.566,-0.259 -7.353,-2.644 -2.731,-2.37 -2.457,-1.64 -2.818,-5.495 -1.014,-9.923 -1.242,-12.716 2.344,-21.597 3.906,-10.004 12.612,-5.351 17.159,-4.563 16.689,3 13.054,-13.75 17.698,-18.393 4.296,-4.296 16.561,-7.761 20.58,-2.494 z"
+         style="fill:#ffd028;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5769"
+         d="m 282.578,285.721 c 5.737,7.534 16.382,15.622 20.184,17.834 2.765,1.59 6.774,3.456 6.705,8.433 -0.138,5.669 -3.041,7.259 -4.631,8.848 -3.18,3.18 -24.966,11.791 -34.877,13.173 -12.568,1.569 -13.487,2.514 -20.179,4.824 -3.65,1.263 -8.758,2.689 -14.575,1.573 -4.031,-0.713 -4.42,-0.195 -7.196,-2.567 -2.718,-2.361 -2.238,-1.419 -2.594,-5.253 -1.001,-9.896 -1.549,-12.454 1.964,-21.328 3.907,-10.178 12.666,-5.145 17.192,-4.348 16.634,3.039 12.844,-14.07 17.476,-18.701 4.286,-4.286 16.521,-7.742 20.531,-2.488 z"
+         style="fill:#ffd02b;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5771"
+         d="m 282.526,285.794 c 5.723,7.516 16.342,15.584 20.135,17.79 2.758,1.587 6.758,3.448 6.688,8.413 -0.137,5.655 -3.033,7.241 -4.619,8.827 -3.173,3.172 -25.13,11.84 -34.917,12.99 -12.587,1.343 -13.04,2.179 -19.765,4.565 -3.623,1.3 -8.858,2.708 -14.658,1.598 -4.014,-0.704 -4.273,-0.13 -7.039,-2.489 -2.703,-2.352 -2.018,-1.197 -2.369,-5.012 -0.988,-9.868 -1.856,-12.19 1.584,-21.057 3.908,-10.354 12.721,-4.94 17.225,-4.134 16.579,3.078 12.634,-14.389 17.254,-19.009 4.275,-4.275 16.481,-7.723 20.481,-2.482 z"
+         style="fill:#ffd02d;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5773"
+         d="m 282.474,285.867 c 5.709,7.498 16.302,15.546 20.085,17.747 2.752,1.582 6.742,3.439 6.673,8.392 -0.138,5.641 -3.027,7.223 -4.608,8.805 -3.165,3.164 -25.294,11.89 -34.957,12.808 -12.606,1.117 -12.592,1.844 -19.352,4.307 -3.595,1.336 -8.958,2.726 -14.739,1.622 -3.997,-0.695 -4.127,-0.065 -6.882,-2.411 -2.69,-2.342 -1.798,-0.976 -2.146,-4.77 -0.974,-9.84 -2.163,-11.928 1.204,-20.787 3.91,-10.529 12.777,-4.735 17.258,-3.92 16.524,3.117 12.425,-14.708 17.034,-19.317 4.264,-4.265 16.44,-7.704 20.43,-2.476 z"
+         style="fill:#ffd030;stroke:none" />
+    </g>
+    <path
+       inkscape:connector-curvature="0"
+       id="path5775"
+       d="m 282.422,285.94 c 5.695,7.479 16.262,15.508 20.036,17.703 2.745,1.579 6.725,3.431 6.656,8.372 -0.137,5.627 -3.019,7.205 -4.597,8.783 -3.157,3.156 -25.458,11.94 -34.996,12.626 -12.626,0.892 -12.145,1.509 -18.938,4.048 -3.569,1.373 -9.058,2.745 -14.822,1.647 -3.98,-0.686 -3.98,0 -6.725,-2.333 -2.676,-2.333 -1.578,-0.755 -1.921,-4.529 -0.961,-9.812 -2.47,-11.665 0.824,-20.516 3.911,-10.705 12.831,-4.529 17.291,-3.706 16.469,3.156 12.214,-15.028 16.812,-19.625 4.254,-4.254 16.4,-7.685 20.38,-2.47 z"
+       style="fill:#ffd133;stroke:none" />
+  </g>
+  <g
+     id="g5777">
+    <path
+       inkscape:connector-curvature="0"
+       id="path5779"
+       d="m 30.0901,274.614 c -6.48,4.68 -22.89594,4.248 -27.07194,9.72 -4.104,5.472 0.144,13.392 0.072,28.08 0,6.264 -1.08,11.016 -1.8,14.832 -1.007998,4.824 -1.655998,8.208 0.36,11.664 3.672,6.12 9.57594,7.632 43.34394,14.688 18.072,3.744 35.136,13.464 46.584,14.4 11.4479,0.864 13.8959,-2.952 20.8799,-9.144 6.912,-6.192 9.144,-4.248 8.928,-17.856 -0.216,-13.536 -8.928,-17.568 -18.792,-33.192 -9.8639,-15.624 -11.4479,-18.504 -17.9999,-28.872 -6.552,-10.224 -19.512,-28.8 -26.928,-29.016 -5.904,-0.144 -9.216,3.024 -12.888,6.768 -3.672,3.744 -8.208,13.248 -14.688,17.928 z"
+       style="fill:#995900;stroke:none" />
+    <g
+       id="g5781">
+      <path
+         inkscape:connector-curvature="0"
+         id="path5783"
+         d="m 30.1945,274.902 c -6.3972,4.702 -22.47474,3.788 -27.06114,9.512 -4.1544,5.414 0.2268,13.276 0.0972,27.954 -0.0252,6.231 -1.152,10.882 -1.9368,14.878 -1.036798,4.871 -1.677598,8.201 0.3492,11.618 3.7872,6.163 9.69474,7.124 43.45554,14.169 18.0612,3.737 34.542,13.306 46.3428,14.112 11.1857,0.792 13.5647,-2.829 20.4627,-8.96 6.897,-6.196 9.025,-4.277 8.859,-17.406 -0.075,-13.522 -8.305,-17.349 -18.169,-32.973 -9.8639,-15.624 -11.4479,-18.504 -17.9999,-28.872 -6.552,-10.224 -19.512,-28.8 -26.928,-29.016 -5.904,-0.144 -9.216,3.024 -12.888,6.768 -3.672,3.744 -8.154,13.479 -14.5836,18.216 z"
+         style="fill:#9e5e00;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5785"
+         d="m 30.2989,275.19 c -6.3144,4.724 -22.05354,3.327 -27.05034,9.303 -4.204797,5.357 0.3096,13.161 0.1224,27.828 -0.0504,6.199 -1.224,10.749 -2.0736,14.925 -1.065598,4.918 -1.699198,8.194 0.3384,11.571 3.9024,6.206 9.81354,6.617 43.56714,13.651 18.0504,3.73 33.948,13.147 46.1016,13.824 10.9225,0.72 13.2335,-2.707 20.0445,-8.777 6.884,-6.199 8.907,-4.305 8.792,-16.956 0.064,-13.507 -7.683,-17.129 -17.547,-32.753 -9.8639,-15.624 -11.4479,-18.504 -17.9999,-28.872 -6.552,-10.224 -19.512,-28.8 -26.928,-29.016 -5.904,-0.144 -9.216,3.024 -12.888,6.768 -3.672,3.744 -8.1,13.709 -14.4792,18.504 z"
+         style="fill:#a36400;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5787"
+         d="m 30.4033,275.478 c -6.2316,4.745 -21.63234,2.866 -27.03954,9.094 -4.255197,5.299 0.3924,13.046 0.1476,27.702 -0.0756,6.167 -1.296,10.616 -2.2104,14.972 -1.094398,4.965 -1.720798,8.187 0.3276,11.524 4.0176,6.25 9.93234,6.109 43.67874,13.133 18.0396,3.722 33.354,12.989 45.8604,13.536 10.6593,0.648 12.9023,-2.585 19.6273,-8.593 6.869,-6.203 8.788,-4.335 8.723,-16.506 0.205,-13.493 -7.06,-16.91 -16.924,-32.534 -9.8639,-15.624 -11.4479,-18.504 -17.9999,-28.872 -6.552,-10.224 -19.512,-28.8 -26.928,-29.016 -5.904,-0.144 -9.216,3.024 -12.888,6.768 -3.672,3.744 -8.046,13.94 -14.3748,18.792 z"
+         style="fill:#a86a00;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5789"
+         d="m 30.5077,275.766 c -6.1488,4.767 -21.21114,2.405 -27.02874,8.885 -4.305597,5.242 0.4752,12.931 0.1728,27.576 -0.1008,6.135 -1.368,10.483 -2.3472,15.019 -1.123198,5.012 -1.742398,8.18 0.3168,11.477 4.1328,6.293 10.05114,5.602 43.79034,12.615 18.0288,3.715 32.76,12.83 45.6192,13.248 10.3971,0.576 12.5711,-2.463 19.2101,-8.41 6.854,-6.206 8.668,-4.363 8.654,-16.056 0.346,-13.478 -6.437,-16.69 -16.301,-32.314 -9.8639,-15.624 -11.4479,-18.504 -17.9999,-28.872 -6.552,-10.224 -19.512,-28.8 -26.928,-29.016 -5.904,-0.144 -9.216,3.024 -12.888,6.768 -3.672,3.744 -7.992,14.17 -14.2704,19.08 z"
+         style="fill:#ad7000;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5791"
+         d="m 30.6121,276.054 c -6.066,4.788 -20.78995,1.944 -27.01794,8.676 -4.355997,5.184 0.558,12.816 0.198,27.45 -0.126,6.102 -1.44,10.35 -2.484,15.066 -1.151998,5.058 -1.763998,8.172 0.306,11.43 4.248,6.336 10.16994,5.094 43.90194,12.096 18.018,3.708 32.166,12.672 45.378,12.96 10.1339,0.504 12.2399,-2.34 18.7919,-8.226 6.84,-6.21 8.55,-4.392 8.586,-15.606 0.486,-13.464 -5.814,-16.47 -15.678,-32.094 -9.8639,-15.624 -11.4479,-18.504 -17.9999,-28.872 -6.552,-10.224 -19.512,-28.8 -26.928,-29.016 -5.904,-0.144 -9.216,3.024 -12.888,6.768 -3.672,3.744 -7.938,14.4 -14.166,19.368 z"
+         style="fill:#b27500;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5793"
+         d="m 30.7165,276.342 c -5.9832,4.81 -20.3687,1.484 -27.00714,8.468 -4.406397,5.126 0.6408,12.7 0.2232,27.324 -0.1512,6.069 -1.512,10.216 -2.6208,15.112 -1.180798,5.105 -1.785598,8.165 0.2952,11.384 4.3632,6.379 10.28874,4.586 44.01354,11.577 18.0072,3.701 31.572,12.514 45.1368,12.672 9.8717,0.432 11.9087,-2.217 18.3747,-8.042 6.825,-6.214 8.431,-4.421 8.517,-15.156 0.627,-13.45 -5.191,-16.251 -15.055,-31.875 -9.8639,-15.624 -11.4479,-18.504 -17.9999,-28.872 -6.552,-10.224 -19.512,-28.8 -26.928,-29.016 -5.904,-0.144 -9.216,3.024 -12.888,6.768 -3.672,3.744 -7.884,14.631 -14.0616,19.656 z"
+         style="fill:#b77b00;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5795"
+         d="m 30.8209,276.63 c -5.9004,4.832 -19.9475,1.023 -26.99634,8.259 -4.456797,5.069 0.7236,12.585 0.2484,27.198 -0.1764,6.037 -1.584,10.083 -2.7576,15.159 -1.209598,5.152 -1.807198,8.158 0.2844,11.337 4.4784,6.422 10.40754,4.079 44.12514,11.059 17.9964,3.694 30.978,12.355 44.8956,12.384 9.6085,0.36 11.5775,-2.095 17.9565,-7.859 6.812,-6.217 8.313,-4.449 8.45,-14.706 0.766,-13.435 -4.569,-16.031 -14.433,-31.655 -9.8639,-15.624 -11.4479,-18.504 -17.9999,-28.872 -6.552,-10.224 -19.512,-28.8 -26.928,-29.016 -5.904,-0.144 -9.216,3.024 -12.888,6.768 -3.672,3.744 -7.83,14.861 -13.9572,19.944 z"
+         style="fill:#bc8100;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5797"
+         d="m 30.9253,276.918 c -5.8176,4.853 -19.5263,0.562 -26.98554,8.05 -4.507197,5.011 0.8064,12.47 0.2736,27.072 -0.2016,6.005 -1.656,9.95 -2.8944,15.206 -1.2383977,5.199 -1.828798,8.151 0.2736,11.29 4.5936,6.466 10.52634,3.571 44.23674,10.541 17.9856,3.686 30.384,12.197 44.6544,12.096 9.3457,0.288 11.2463,-1.973 17.5393,-7.675 6.797,-6.221 8.194,-4.479 8.381,-14.256 0.907,-13.421 -3.946,-15.812 -13.81,-31.436 -9.8639,-15.624 -11.4479,-18.504 -17.9999,-28.872 -6.552,-10.224 -19.512,-28.8 -26.928,-29.016 -5.904,-0.144 -9.216,3.024 -12.888,6.768 -3.672,3.744 -7.776,15.092 -13.8528,20.232 z"
+         style="fill:#c18700;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5799"
+         d="m 31.0297,277.206 c -5.7348,4.875 -19.1052,0.101 -26.97474,7.841 -4.557597,4.954 0.8892,12.355 0.2988,26.946 -0.2268,5.973 -1.728,9.817 -3.0312,15.253 -1.2671977,5.246 -1.850398,8.144 0.2628,11.243 4.7088,6.509 10.64514,3.064 44.34834,10.023 17.9748,3.679 29.79,12.038 44.4132,11.808 9.0829,0.216 10.9151,-1.851 17.1221,-7.492 6.782,-6.224 8.074,-4.507 8.312,-13.806 1.048,-13.406 -3.323,-15.592 -13.187,-31.216 -9.8639,-15.624 -11.4479,-18.504 -17.9999,-28.872 -6.552,-10.224 -19.512,-28.8 -26.928,-29.016 -5.904,-0.144 -9.216,3.024 -12.888,6.768 -3.672,3.744 -7.722,15.322 -13.7484,20.52 z"
+         style="fill:#c68c00;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5801"
+         d="m 31.1341,277.494 c -5.652,4.896 -18.684,-0.36 -26.96394,7.632 -4.607997,4.896 0.972,12.24 0.324,26.82 -0.252,5.94 -1.8,9.684 -3.168,15.3 -1.2959977,5.292 -1.871998,8.136 0.252,11.196 4.824,6.552 10.76394,2.556 44.45994,9.504 17.964,3.672 29.196,11.88 44.172,11.52 8.8201,0.144 10.5839,-1.728 16.7039,-7.308 6.768,-6.228 7.956,-4.536 8.244,-13.356 1.188,-13.392 -2.7,-15.372 -12.564,-30.996 -9.8639,-15.624 -11.4479,-18.504 -17.9999,-28.872 -6.552,-10.224 -19.512,-28.8 -26.928,-29.016 -5.904,-0.144 -9.216,3.024 -12.888,6.768 -3.672,3.744 -7.668,15.552 -13.644,20.808 z"
+         style="fill:#cc9200;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5803"
+         d="m 31.2385,277.782 c -5.5692,4.918 -18.2628,-0.82 -26.95314,7.424 -4.658397,4.838 1.0548,12.124 0.3492,26.694 -0.2772,5.907 -1.872,9.55 -3.3048,15.346 -1.32479769,5.339 -1.893598,8.129 0.2412,11.15 4.9392,6.595 10.88274,2.048 44.57154,8.985 17.9532,3.665 28.602,11.722 43.9308,11.232 8.5573,0.072 10.2527,-1.605 16.2867,-7.124 6.753,-6.232 7.837,-4.565 8.175,-12.906 1.329,-13.378 -2.077,-15.153 -11.941,-30.777 -9.8639,-15.624 -11.4479,-18.504 -17.9999,-28.872 -6.552,-10.224 -19.512,-28.8 -26.928,-29.016 -5.904,-0.144 -9.216,3.024 -12.888,6.768 -3.672,3.744 -7.614,15.783 -13.5396,21.096 z"
+         style="fill:#d19800;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5805"
+         d="m 31.3429,278.07 c -5.4864,4.94 -17.8416,-1.281 -26.94234,7.215 -4.708797,4.781 1.1376,12.009 0.3744,26.568 -0.3024,5.875 -1.944,9.417 -3.4416,15.393 -1.3535977,5.386 -1.915198,8.122 0.2304,11.103 5.0544,6.638 11.00154,1.541 44.68314,8.467 17.9424,3.658 28.008,11.563 43.6896,10.944 8.2945,0 9.9217,-1.483 15.8685,-6.941 6.74,-6.235 7.719,-4.593 8.108,-12.456 1.468,-13.363 -1.455,-14.933 -11.319,-30.557 -9.8639,-15.624 -11.4479,-18.504 -17.9999,-28.872 -6.552,-10.224 -19.512,-28.8 -26.928,-29.016 -5.904,-0.144 -9.216,3.024 -12.888,6.768 -3.672,3.744 -7.56,16.013 -13.4352,21.384 z"
+         style="fill:#d69e00;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5807"
+         d="m 31.4473,278.358 c -5.4036,4.961 -17.4204,-1.742 -26.93154,7.006 -4.759197,4.723 1.2204,11.894 0.3996,26.442 -0.3276,5.843 -2.016,9.284 -3.5784,15.44 -1.3823977,5.433 -1.936798,8.115 0.2196,11.056 5.1696,6.682 11.12034,1.033 44.79474,7.949 17.9316,3.65 27.414,11.405 43.4484,10.656 8.0317,-0.072 9.5905,-1.361 15.4513,-6.757 6.725,-6.239 7.6,-4.623 8.039,-12.006 1.609,-13.349 -0.832,-14.714 -10.696,-30.338 -9.8639,-15.624 -11.4479,-18.504 -17.9999,-28.872 -6.552,-10.224 -19.512,-28.8 -26.928,-29.016 -5.904,-0.144 -9.216,3.024 -12.888,6.768 -3.672,3.744 -7.506,16.244 -13.3308,21.672 z"
+         style="fill:#dba300;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5809"
+         d="m 31.5517,278.646 c -5.3208,4.983 -16.9992,-2.203 -26.92074,6.797 -4.809597,4.666 1.3032,11.779 0.4248,26.316 -0.3528,5.811 -2.088,9.151 -3.7152,15.487 -1.4111977,5.48 -1.958398,8.108 0.2088,11.009 5.2848,6.725 11.23914,0.526 44.90634,7.431 17.9208,3.643 26.82,11.246 43.2072,10.368 7.7689,-0.144 9.2593,-1.239 15.0341,-6.574 6.71,-6.242 7.48,-4.651 7.97,-11.556 1.75,-13.334 -0.209,-14.494 -10.073,-30.118 -9.8639,-15.624 -11.4479,-18.504 -17.9999,-28.872 -6.552,-10.224 -19.512,-28.8 -26.928,-29.016 -5.904,-0.144 -9.216,3.024 -12.888,6.768 -3.672,3.744 -7.452,16.474 -13.2264,21.96 z"
+         style="fill:#e0a900;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5811"
+         d="m 31.6561,278.934 c -5.238,5.004 -16.578,-2.664 -26.90994,6.588 -4.859997,4.608 1.386,11.664 0.45,26.19 -0.378,5.778 -2.16,9.018 -3.852,15.534 -1.4399977,5.526 -1.979998,8.1 0.198,10.962 5.4,6.768 11.35794,0.018 45.01794,6.912 17.91,3.636 26.226,11.088 42.966,10.08 7.5061,-0.216 8.9281,-1.116 14.6159,-6.39 6.696,-6.246 7.362,-4.68 7.902,-11.106 1.89,-13.32 0.414,-14.274 -9.45,-29.898 -9.8639,-15.624 -11.4479,-18.504 -17.9999,-28.872 -6.552,-10.224 -19.512,-28.8 -26.928,-29.016 -5.904,-0.144 -9.216,3.024 -12.888,6.768 -3.672,3.744 -7.398,16.704 -13.122,22.248 z"
+         style="fill:#e5af00;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5813"
+         d="m 31.7605,279.222 c -5.1552,5.026 -16.1568,-3.124 -26.89914,6.38 -4.9103975,4.55 1.4688,11.548 0.4752,26.064 -0.4032,5.745 -2.232,8.884 -3.9888,15.58 -1.468798,5.573 -2.001598,8.093 0.1872,10.916 5.5152,6.811 11.47674,-0.49 45.12954,6.393 17.8992,3.629 25.632,10.93 42.7248,9.792 7.2433,-0.288 8.5969,-0.993 14.1987,-6.206 6.681,-6.25 7.243,-4.709 7.833,-10.656 2.031,-13.306 1.037,-14.055 -8.827,-29.679 -9.8639,-15.624 -11.4479,-18.504 -17.9999,-28.872 -6.552,-10.224 -19.512,-28.8 -26.928,-29.016 -5.904,-0.144 -9.216,3.024 -12.888,6.768 -3.672,3.744 -7.344,16.935 -13.0176,22.536 z"
+         style="fill:#eab500;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5815"
+         d="m 31.8649,279.51 c -5.0724,5.048 -15.7356,-3.585 -26.88834,6.171 -4.9607975,4.493 1.5516,11.433 0.5004,25.938 -0.4284,5.713 -2.304,8.751 -4.1256,15.627 -1.497598,5.62 -2.023198,8.086 0.1764,10.869 5.6304,6.854 11.59554,-0.997 45.24114,5.875 17.8884,3.622 25.038,10.771 42.4836,9.504 6.9804,-0.36 8.2657,-0.871 13.7805,-6.023 6.668,-6.253 7.125,-4.737 7.766,-10.206 2.17,-13.291 1.659,-13.835 -8.205,-29.459 -9.8639,-15.624 -11.4479,-18.504 -17.9999,-28.872 -6.552,-10.224 -19.512,-28.8 -26.928,-29.016 -5.904,-0.144 -9.216,3.024 -12.888,6.768 -3.672,3.744 -7.29,17.165 -12.9132,22.824 z"
+         style="fill:#efba00;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5817"
+         d="m 31.9693,279.798 c -4.9896,5.069 -15.3144,-4.046 -26.87754,5.962 -5.0111976,4.435 1.6344,11.318 0.5256,25.812 -0.4536,5.681 -2.376,8.618 -4.2624,15.674 -1.526398,5.667 -2.044798,8.079 0.1656,10.822 5.7456,6.898 11.71434,-1.505 45.35274,5.357 17.8776,3.614 24.444,10.613 42.2424,9.216 6.7176,-0.432 7.9344,-0.749 13.3633,-5.839 6.653,-6.257 7.006,-4.767 7.697,-9.756 2.311,-13.277 2.282,-13.616 -7.582,-29.24 -9.8639,-15.624 -11.4479,-18.504 -17.9999,-28.872 -6.552,-10.224 -19.512,-28.8 -26.928,-29.016 -5.904,-0.144 -9.216,3.024 -12.888,6.768 -3.672,3.744 -7.236,17.396 -12.8088,23.112 z"
+         style="fill:#f4c000;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5819"
+         d="m 32.0737,280.086 c -4.9068,5.091 -14.8932,-4.507 -26.86674,5.753 -5.061598,4.378 1.7172,11.203 0.5508,25.686 -0.4788,5.649 -2.448,8.485 -4.3992,15.721 -1.555198,5.714 -2.066398,8.072 0.1548,10.775 5.8608,6.941 11.83314,-2.012 45.46434,4.839 17.8668,3.607 23.85,10.454 42.0012,8.928 6.4548,-0.504 7.6032,-0.627 12.9461,-5.656 6.638,-6.26 6.886,-4.795 7.628,-9.306 2.452,-13.262 2.905,-13.396 -6.959,-29.02 -9.8639,-15.624 -11.4479,-18.504 -17.9999,-28.872 -6.552,-10.224 -19.512,-28.8 -26.928,-29.016 -5.904,-0.144 -9.216,3.024 -12.888,6.768 -3.672,3.744 -7.182,17.626 -12.7044,23.4 z"
+         style="fill:#f9c600;stroke:none" />
+    </g>
+    <path
+       inkscape:connector-curvature="0"
+       id="path5821"
+       d="m 32.1781,280.374 c -4.824,5.112 -14.472,-4.968 -26.85594,5.544 -5.111998,4.32 1.8,11.088 0.576,25.56 -0.504,5.616 -2.52,8.352 -4.536,15.768 -1.583998,5.76 -2.087998,8.064 0.144,10.728 5.976,6.984 11.95194,-2.52 45.57594,4.32 17.856,3.6 23.256,10.296 41.76,8.64 6.192,-0.576 7.272,-0.504 12.5279,-5.472 6.624,-6.264 6.768,-4.824 7.56,-8.856 2.592,-13.248 3.528,-13.176 -6.336,-28.8 -9.8639,-15.624 -11.4479,-18.504 -17.9999,-28.872 -6.552,-10.224 -19.512,-28.8 -26.928,-29.016 -5.904,-0.144 -9.216,3.024 -12.888,6.768 -3.672,3.744 -7.128,17.856 -12.6,23.688 z"
+       style="fill:#ffcc00;stroke:none" />
+  </g>
+  <g
+     id="g5823">
+    <path
+       inkscape:connector-curvature="0"
+       id="path5825"
+       d="m 35.2968,286 c -4.2783,4.538 -18.2798,-1.361 -24.8916,3.63 -4.73183,3.501 2.3984,7.909 1.4261,20.873 -0.3889,4.926 -3.82445,5.834 -2.39834,12.64 1.10204,5.121 2.26884,4.991 4.21334,7.325 5.3153,6.223 4.0839,1.685 34.3554,7.778 16.0109,3.242 20.9375,9.27 37.5965,7.779 5.5746,-0.518 6.6118,-0.454 11.279,-4.926 5.9638,-5.575 2.9169,-4.408 3.5648,-7.973 2.269,-11.863 0.454,-13.937 -8.4265,-28.003 C 83.1351,291.056 83.913,290.279 78.079,281.009 72.245,271.869 64.2071,255.21 57.5306,255.08 c -5.2506,-0.13 -8.2973,2.722 -11.603,6.093 -3.3061,3.371 -5.7694,19.642 -10.6308,24.827 z"
+       style="fill:#ffcc00;stroke:none" />
+    <g
+       id="g5827">
+      <path
+         inkscape:connector-curvature="0"
+         id="path5829"
+         d="m 35.5911,286.091 c -4.4612,4.702 -18.6048,-1.196 -25.0601,3.706 -4.70084,3.513 2.5782,8.049 1.6088,20.679 -0.4008,4.897 -3.73313,5.877 -2.45825,12.634 0.98705,5.093 2.35815,4.938 4.33385,7.201 5.6862,6.131 4.6733,1.826 34.1193,7.743 15.9183,3.211 20.8155,9.215 37.3724,7.733 5.5414,-0.513 6.4782,-0.463 11.1547,-4.849 5.8652,-5.407 2.8596,-4.287 3.4122,-8.057 2.067,-11.788 0.443,-13.982 -8.1878,-27.65 -8.8304,-13.983 -8.1427,-14.699 -13.942,-23.913 -5.7992,-9.085 -13.7007,-25.805 -20.3374,-25.934 -5.2193,-0.129 -8.2479,2.706 -11.5339,6.057 -3.2864,3.351 -5.6436,19.504 -10.4818,24.65 z"
+         style="fill:#ffcc02;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5831"
+         d="m 35.8854,286.182 c -4.6441,4.866 -18.9298,-1.031 -25.2287,3.781 -4.66976,3.527 2.7581,8.191 1.7917,20.487 -0.4128,4.867 -3.64192,5.918 -2.51827,12.626 0.87197,5.066 2.44737,4.886 4.45437,7.078 6.057,6.04 5.2628,1.967 33.8831,7.708 15.8258,3.18 20.6937,9.16 37.1484,7.686 5.5082,-0.506 6.3446,-0.471 11.0304,-4.77 5.7676,-5.24 2.8022,-4.167 3.2599,-8.141 1.8647,-11.715 0.4317,-14.027 -7.9495,-27.298 -8.7802,-13.899 -8.1829,-14.553 -13.9474,-23.712 -5.7644,-9.031 -13.5295,-25.811 -20.1265,-25.939 -5.188,-0.129 -8.1984,2.689 -11.4647,6.02 -3.2667,3.331 -5.5179,19.367 -10.3328,24.474 z"
+         style="fill:#ffcc05;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5833"
+         d="m 36.1797,286.273 c -4.827,5.03 -19.2548,-0.866 -25.3972,3.856 -4.63877,3.541 2.9379,8.332 1.9744,20.294 -0.4248,4.838 -3.5506,5.961 -2.5782,12.62 0.7569,5.038 2.5366,4.833 4.5749,6.954 6.4278,5.949 5.8522,2.109 33.647,7.674 15.7332,3.148 20.5717,9.103 36.9243,7.639 5.4749,-0.501 6.211,-0.48 10.9061,-4.693 5.669,-5.072 2.7448,-4.046 3.1073,-8.224 1.6627,-11.642 0.4202,-14.073 -7.7108,-26.946 -8.7302,-13.815 -8.2232,-14.407 -13.9529,-23.511 -5.7297,-8.976 -13.3584,-25.817 -19.9155,-25.945 -5.1568,-0.127 -8.149,2.674 -11.3956,5.984 -3.247,3.311 -5.3922,19.23 -10.1838,24.298 z"
+         style="fill:#ffcc07;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5835"
+         d="m 36.474,286.364 c -5.0099,5.194 -19.5798,-0.701 -25.5658,3.931 -4.60769,3.554 3.1177,8.474 2.1572,20.101 -0.4367,4.809 -3.45929,6.004 -2.6381,12.613 0.6419,5.011 2.6259,4.781 4.6953,6.831 6.7987,5.857 6.4417,2.25 33.4109,7.639 15.6407,3.118 20.4498,9.048 36.7003,7.593 5.4417,-0.495 6.0774,-0.489 10.7818,-4.615 5.5704,-4.905 2.6875,-3.926 2.9548,-8.308 1.4616,-11.569 0.4088,-14.119 -7.4722,-26.594 -8.6802,-13.731 -8.2634,-14.261 -13.9584,-23.31 -5.6949,-8.922 -13.1872,-25.823 -19.7045,-25.95 -5.1255,-0.127 -8.0995,2.657 -11.3265,5.948 -3.2273,3.29 -5.2664,19.093 -10.0348,24.121 z"
+         style="fill:#ffcd0a;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5837"
+         d="m 36.7682,286.454 c -5.1927,5.359 -19.9047,-0.535 -25.7342,4.008 -4.5767,3.567 3.2975,8.614 2.3399,19.908 -0.4487,4.779 -3.368,6.045 -2.698,12.606 0.5268,4.982 2.7151,4.728 4.8158,6.707 7.1696,5.766 7.0311,2.391 33.1748,7.604 15.548,3.087 20.3278,8.993 36.4762,7.546 5.4085,-0.488 5.9437,-0.497 10.6574,-4.537 5.4719,-4.737 2.6302,-3.805 2.8023,-8.392 C 99.8616,320.41 99,317.741 91.3688,305.664 82.7387,292.016 83.0652,291.547 77.405,282.554 71.7449,273.686 64.389,256.725 57.9114,256.598 c -5.0942,-0.126 -8.05,2.642 -11.2573,5.912 -3.2076,3.271 -5.1407,18.956 -9.8859,23.944 z"
+         style="fill:#ffcd0c;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5839"
+         d="m 37.0625,286.545 c -5.3757,5.523 -20.2297,-0.37 -25.9028,4.083 -4.54562,3.581 3.4774,8.756 2.5227,19.715 -0.4606,4.75 -3.2767,6.088 -2.7579,12.599 0.4117,4.955 2.8043,4.676 4.9363,6.584 7.5404,5.675 7.6205,2.532 32.9386,7.569 15.4555,3.056 20.2059,8.938 36.2522,7.5 5.3753,-0.483 5.8101,-0.506 10.5331,-4.459 5.3743,-4.57 2.5728,-3.685 2.6497,-8.476 1.0573,-11.421 0.3863,-14.209 -6.9949,-25.888 -8.5801,-13.564 -8.3439,-13.971 -13.9693,-22.909 -5.6254,-8.813 -12.8449,-25.835 -19.2826,-25.961 -5.063,-0.125 -8.0006,2.625 -11.1882,5.876 -3.1879,3.25 -5.015,18.818 -9.7369,23.767 z"
+         style="fill:#ffcd0f;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5841"
+         d="m 37.3568,286.636 c -5.5586,5.687 -20.5547,-0.205 -26.0714,4.158 -4.51454,3.594 3.6573,8.897 2.7055,19.522 -0.4725,4.721 -3.1853,6.131 -2.8179,12.593 0.2967,4.927 2.8936,4.623 5.0569,6.46 7.9112,5.583 8.2099,2.674 32.7025,7.534 15.3629,3.026 20.0839,8.883 36.0281,7.454 5.342,-0.477 5.6765,-0.515 10.4088,-4.381 5.2757,-4.403 2.5155,-3.565 2.4971,-8.56 0.8554,-11.348 0.3751,-14.255 -6.7563,-25.536 -8.53,-13.48 -8.3841,-13.825 -13.9747,-22.708 -5.5906,-8.759 -12.6737,-25.842 -19.0717,-25.966 -5.0316,-0.125 -7.9511,2.609 -11.119,5.839 -3.1682,3.23 -4.8892,18.682 -9.5879,23.591 z"
+         style="fill:#ffcd11;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5843"
+         d="m 37.6511,286.727 c -5.7415,5.851 -20.8797,-0.04 -26.2399,4.233 -4.48355,3.608 3.837,9.039 2.8882,19.33 -0.4845,4.691 -3.094,6.172 -2.8778,12.585 0.1817,4.9 2.9829,4.571 5.1773,6.337 8.2821,5.492 8.7994,2.815 32.4664,7.499 15.2704,2.995 19.9621,8.827 35.8041,7.407 5.3088,-0.471 5.5429,-0.523 10.2845,-4.303 5.1771,-4.235 2.4581,-3.444 2.3446,-8.643 0.6534,-11.274 0.3637,-14.3 -6.5177,-25.184 -8.4799,-13.395 -8.4243,-13.679 -13.9802,-22.507 -5.5558,-8.704 -12.5025,-25.848 -18.8607,-25.972 -5.0004,-0.123 -7.9017,2.593 -11.0499,5.803 -3.1485,3.21 -4.7635,18.545 -9.4389,23.415 z"
+         style="fill:#ffce14;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5845"
+         d="m 37.9454,286.818 c -5.9244,6.015 -21.2048,0.125 -26.4085,4.309 -4.45247,3.621 4.0169,9.179 3.071,19.136 -0.4964,4.662 -3.0027,6.215 -2.9377,12.579 0.0666,4.872 3.0721,4.518 5.2978,6.213 8.653,5.401 9.3888,2.956 32.2302,7.464 15.1779,2.964 19.8402,8.772 35.5801,7.361 5.2756,-0.465 5.4093,-0.532 10.1602,-4.225 5.0785,-4.068 2.4007,-3.324 2.192,-8.728 0.4515,-11.2 0.3525,-14.345 -6.2791,-24.831 -8.4298,-13.311 -8.4645,-13.534 -13.9856,-22.306 -5.5211,-8.65 -12.3314,-25.854 -18.6498,-25.977 -4.9691,-0.123 -7.8522,2.576 -10.9808,5.767 -3.1288,3.189 -4.6377,18.407 -9.2898,23.238 z"
+         style="fill:#ffce16;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5847"
+         d="m 38.2396,286.908 c -6.1072,6.18 -21.5297,0.291 -26.5769,4.385 -4.42148,3.634 4.1967,9.321 3.2537,18.944 -0.5084,4.632 -2.9114,6.257 -2.9976,12.572 -0.0485,4.844 3.1613,4.465 5.4183,6.088 9.0238,5.31 9.9782,3.098 31.9941,7.43 15.0852,2.933 19.7182,8.717 35.356,7.315 5.2423,-0.459 5.2756,-0.541 10.0358,-4.148 4.9805,-3.9 2.3435,-3.203 2.0395,-8.811 0.2495,-11.127 0.3412,-14.391 -6.0404,-24.478 -8.3798,-13.228 -8.5048,-13.389 -13.9911,-22.106 -5.4863,-8.595 -12.1602,-25.86 -18.4388,-25.983 -4.9378,-0.122 -7.8028,2.561 -10.9117,5.731 -3.1091,3.17 -4.5119,18.27 -9.1409,23.061 z"
+         style="fill:#ffce19;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5849"
+         d="m 38.5339,286.999 c -6.2901,6.344 -21.8547,0.456 -26.7455,4.46 -4.3904,3.648 4.3766,9.462 3.4365,18.751 -0.5203,4.603 -2.8201,6.299 -3.0575,12.565 -0.1635,4.817 3.2506,4.413 5.5388,5.965 9.3946,5.219 10.5676,3.24 31.7579,7.395 14.9927,2.903 19.5963,8.662 35.132,7.268 5.2091,-0.453 5.142,-0.549 9.9115,-4.069 4.8821,-3.733 2.2861,-3.083 1.887,-8.895 0.0475,-11.054 0.3299,-14.436 -5.8019,-24.126 C 82.263,293.169 82.0478,293.07 76.5962,284.408 71.1446,275.867 64.6071,258.542 58.3683,258.42 c -4.9065,-0.121 -7.7533,2.544 -10.8425,5.694 -3.0894,3.15 -4.3862,18.134 -8.9919,22.885 z"
+         style="fill:#ffce1c;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5851"
+         d="m 38.8282,287.09 c -6.473,6.509 -22.1797,0.621 -26.914,4.535 -4.35941,3.661 4.5563,9.604 3.6193,18.558 -0.5323,4.574 -2.7289,6.342 -3.1175,12.559 -0.2786,4.789 3.3398,4.36 5.6592,5.841 9.7655,5.127 11.1572,3.381 31.5219,7.36 14.9001,2.872 19.4743,8.607 34.9079,7.222 5.1759,-0.447 5.0084,-0.558 9.7872,-3.992 4.7837,-3.565 2.2288,-2.962 1.7344,-8.978 -0.1544,-10.98 0.3186,-14.482 -5.5632,-23.774 -8.2797,-13.06 -8.5852,-13.098 -14.002,-21.704 -5.4168,-8.486 -11.8179,-25.872 -18.0169,-25.993 -4.8752,-0.121 -7.7039,2.528 -10.7734,5.658 -3.0697,3.129 -4.2604,17.996 -8.8429,22.708 z"
+         style="fill:#ffcf1e;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5853"
+         d="m 39.1225,287.181 c -6.656,6.673 -22.5047,0.785 -27.0826,4.611 -4.32833,3.674 4.7362,9.745 3.8021,18.365 -0.5443,4.544 -2.6376,6.384 -3.1775,12.551 -0.3936,4.761 3.4291,4.308 5.7798,5.718 10.1364,5.036 11.7466,3.522 31.2857,7.325 14.8076,2.841 19.3524,8.551 34.6839,7.176 5.1426,-0.441 4.8748,-0.567 9.6629,-3.914 4.6854,-3.398 2.1714,-2.842 1.5818,-9.063 -0.3563,-10.906 0.3074,-14.527 -5.3246,-23.421 -8.2296,-12.976 -8.6254,-12.952 -14.0074,-21.503 -5.382,-8.432 -11.6467,-25.878 -17.806,-25.999 -4.8439,-0.119 -7.6544,2.512 -10.7042,5.622 -3.05,3.109 -4.1347,17.859 -8.6939,22.532 z"
+         style="fill:#ffcf21;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5855"
+         d="m 39.4168,287.272 c -6.8389,6.837 -22.8297,0.95 -27.2511,4.686 -4.29734,3.688 4.916,9.886 3.9848,18.172 -0.5562,4.515 -2.5463,6.426 -3.2374,12.545 -0.5086,4.733 3.5184,4.255 5.9003,5.594 10.5072,4.945 12.336,3.663 31.0496,7.29 14.715,2.811 19.2304,8.496 34.4598,7.129 5.1094,-0.435 4.7412,-0.575 9.5386,-3.836 4.587,-3.231 2.114,-2.721 1.4293,-9.146 -0.5583,-10.833 0.296,-14.572 -5.086,-23.069 -8.1796,-12.892 -8.6656,-12.806 -14.0129,-21.302 -5.3473,-8.378 -11.4756,-25.885 -17.595,-26.004 -4.8127,-0.119 -7.605,2.496 -10.6351,5.585 -3.0303,3.09 -4.009,17.723 -8.5449,22.356 z"
+         style="fill:#ffcf23;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5857"
+         d="m 39.711,287.363 c -7.0217,7.001 -23.1546,1.115 -27.4196,4.761 -4.26626,3.701 5.0959,10.028 4.1676,17.979 -0.5682,4.486 -2.4549,6.469 -3.2973,12.538 -0.6237,4.706 3.6076,4.203 6.0208,5.471 10.878,4.853 12.9254,3.804 30.8134,7.255 14.6224,2.78 19.1086,8.441 34.2358,7.083 5.0762,-0.429 4.6075,-0.584 9.4142,-3.758 4.4887,-3.064 2.0568,-2.601 1.2768,-9.23 -0.7603,-10.759 0.2848,-14.618 -4.8473,-22.716 -8.1295,-12.809 -8.7059,-12.661 -14.0184,-21.102 -5.3125,-8.323 -11.3044,-25.891 -17.384,-26.01 -4.7814,-0.118 -7.5556,2.48 -10.566,5.55 -3.0106,3.069 -3.8832,17.585 -8.396,22.179 z"
+         style="fill:#ffcf26;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5859"
+         d="m 40.0053,287.453 c -7.2046,7.166 -23.4796,1.281 -27.5881,4.837 -4.23528,3.715 5.2756,10.169 4.3503,17.787 -0.5801,4.456 -2.3636,6.511 -3.3572,12.531 -0.7388,4.678 3.6968,4.15 6.1412,5.347 11.2489,4.762 13.5149,3.946 30.5774,7.22 14.5298,2.749 18.9866,8.386 34.0117,7.037 5.043,-0.424 4.4739,-0.594 9.2899,-3.68 4.3903,-2.897 1.9994,-2.481 1.1242,-9.314 -0.9622,-10.686 0.2735,-14.664 -4.6087,-22.364 -8.0794,-12.725 -8.7461,-12.516 -14.0238,-20.901 -5.2777,-8.269 -11.1332,-25.897 -17.1731,-26.015 -4.7501,-0.117 -7.5061,2.464 -10.4968,5.513 -2.9909,3.049 -3.7575,17.448 -8.247,22.002 z"
+         style="fill:#ffd028;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5861"
+         d="m 40.2996,287.544 c -7.3875,7.33 -23.8046,1.446 -27.7567,4.913 -4.20419,3.728 5.4555,10.31 4.5331,17.593 -0.592,4.427 -2.2723,6.553 -3.4171,12.524 -0.8539,4.651 3.786,4.098 6.2617,5.224 11.6198,4.671 14.1043,4.087 30.3412,7.185 14.4373,2.719 18.8647,8.33 33.7877,6.991 5.0097,-0.418 4.3403,-0.603 9.1656,-3.603 4.292,-2.729 1.942,-2.36 0.9716,-9.398 -1.1641,-10.612 0.2623,-14.708 -4.37,-22.011 -8.0294,-12.641 -8.7864,-12.37 -14.0294,-20.7 -5.2429,-8.214 -10.962,-25.903 -16.962,-26.02 -4.7189,-0.117 -7.4567,2.447 -10.4277,5.476 -2.9712,3.029 -3.6318,17.312 -8.098,21.826 z"
+         style="fill:#ffd02b;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5863"
+         d="m 40.5939,287.635 c -7.5704,7.494 -24.1296,1.611 -27.9253,4.988 -4.17311,3.741 5.6354,10.451 4.7159,17.4 -0.604,4.398 -2.181,6.596 -3.477,12.518 -0.9689,4.623 3.8753,4.045 6.3822,5.1 11.9906,4.579 14.6937,4.228 30.105,7.15 14.3448,2.688 18.7428,8.275 33.5637,6.944 4.9765,-0.411 4.2067,-0.611 9.0413,-3.524 4.1936,-2.562 1.8847,-2.24 0.8191,-9.482 -1.3661,-10.538 0.2509,-14.754 -4.1315,-21.659 -7.9793,-12.557 -8.8265,-12.224 -14.0348,-20.499 -5.2081,-8.16 -10.7908,-25.909 -16.7511,-26.026 -4.6875,-0.115 -7.4072,2.432 -10.3585,5.441 -2.9515,3.009 -3.506,17.174 -7.949,21.649 z"
+         style="fill:#ffd02d;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5865"
+         d="m 40.8882,287.726 c -7.7534,7.658 -24.4547,1.776 -28.0938,5.063 -4.14212,3.755 5.8152,10.593 4.8986,17.208 -0.6159,4.368 -2.0897,6.637 -3.537,12.51 -1.0839,4.596 3.9646,3.993 6.5028,4.977 12.3614,4.488 15.2831,4.369 29.8689,7.115 14.2522,2.657 18.6208,8.22 33.3395,6.898 4.9434,-0.406 4.0732,-0.62 8.9171,-3.447 4.0952,-2.394 1.8273,-2.119 0.6665,-9.565 -1.568,-10.465 0.2397,-14.8 -3.8928,-21.307 C 81.6287,294.705 80.6912,295.1 75.5177,286.88 70.3444,278.775 64.8981,260.965 58.9776,260.849 c -4.6563,-0.115 -7.3578,2.415 -10.2895,5.404 -2.9318,2.989 -3.3802,17.037 -7.7999,21.473 z"
+         style="fill:#ffd030;stroke:none" />
+    </g>
+    <path
+       inkscape:connector-curvature="0"
+       id="path5867"
+       d="m 41.1824,287.817 c -7.9362,7.822 -24.7796,1.941 -28.2623,5.138 -4.11104,3.769 5.995,10.734 5.0814,17.015 -0.6279,4.339 -1.9984,6.68 -3.5969,12.504 -1.199,4.568 4.0538,3.939 6.6232,4.853 12.7323,4.397 15.8726,4.511 29.6328,7.08 14.1596,2.626 18.4989,8.165 33.1155,6.852 4.9101,-0.4 3.9395,-0.629 8.7927,-3.369 3.9969,-2.227 1.77,-1.999 0.514,-9.649 -1.77,-10.392 0.2284,-14.845 -3.6542,-20.955 -7.8792,-12.389 -8.907,-11.933 -14.0457,-20.097 -5.1386,-8.051 -10.4485,-25.922 -16.3292,-26.037 -4.625,-0.114 -7.3083,2.399 -10.2203,5.368 -2.9121,2.969 -3.2545,16.9 -7.651,21.297 z"
+       style="fill:#ffd133;stroke:none" />
+  </g>
+  <g
+     id="g5869">
+    <path
+       inkscape:connector-curvature="0"
+       id="path5871"
+       d="m 66.3781,219.678 c -0.936,2.088 -1.728,20.016 2.952,27 4.68,6.912 3.312,10.872 -1.872,5.616 -5.4,-5.112 -8.928,-12.816 -9,-18.144 0,-3.096 2.376,-15.84 3.312,-17.208 1.008,-1.44 5.328,1.152 4.608,2.736 z"
+       style="fill:#000000;stroke:none" />
+    <g
+       id="g5873">
+      <path
+         inkscape:connector-curvature="0"
+         id="path5875"
+         d="m 66.2881,220.028 c -0.9036,2.34 -1.656,19.699 3.0096,26.668 4.6656,6.902 3.186,10.491 -1.8396,5.357 -5.2308,-4.997 -8.6076,-12.47 -8.7408,-17.787 -0.0432,-3.114 2.2356,-15.419 3.132,-16.791 0.9612,-1.393 5.1264,0.99 4.4388,2.553 z"
+         style="fill:#030303;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5877"
+         d="m 66.1981,220.377 c -0.8712,2.592 -1.584,19.382 3.0672,26.337 4.6512,6.891 3.06,10.109 -1.8072,5.098 -5.0616,-4.882 -8.2872,-12.125 -8.4816,-17.431 -0.0864,-3.132 2.0952,-14.998 2.952,-16.373 0.9144,-1.346 4.9248,0.828 4.2696,2.369 z"
+         style="fill:#070707;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5879"
+         d="m 66.1081,220.726 c -0.8388,2.844 -1.512,19.066 3.1248,26.006 4.6368,6.88 2.934,9.728 -1.7748,4.839 -4.8924,-4.767 -7.9668,-11.779 -8.2224,-17.075 -0.1296,-3.15 1.9548,-14.576 2.772,-15.955 0.8676,-1.3 4.7232,0.666 4.1004,2.185 z"
+         style="fill:#0b0b0b;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5881"
+         d="m 66.0181,221.075 c -0.8064,3.096 -1.44,18.749 3.1824,25.675 4.6224,6.869 2.808,9.346 -1.7424,4.58 -4.7232,-4.652 -7.6464,-11.434 -7.9632,-16.719 -0.1728,-3.168 1.8144,-14.155 2.592,-15.537 0.8208,-1.253 4.5216,0.504 3.9312,2.001 z"
+         style="fill:#0f0f0f;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5883"
+         d="m 65.9281,221.424 c -0.774,3.348 -1.368,18.432 3.24,25.344 4.608,6.858 2.682,8.964 -1.71,4.32 -4.554,-4.536 -7.326,-11.088 -7.704,-16.362 -0.216,-3.186 1.674,-13.734 2.412,-15.12 0.774,-1.206 4.32,0.342 3.762,1.818 z"
+         style="fill:#131313;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5885"
+         d="m 65.8381,221.774 c -0.7416,3.6 -1.296,18.115 3.2976,25.012 4.5936,6.848 2.556,8.583 -1.6776,4.061 -4.3848,-4.421 -7.0056,-10.742 -7.4448,-16.005 -0.2592,-3.204 1.5336,-13.313 2.232,-14.703 0.7272,-1.159 4.1184,0.18 3.5928,1.635 z"
+         style="fill:#161616;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5887"
+         d="m 65.7481,222.123 c -0.7092,3.852 -1.224,17.798 3.3552,24.681 4.5792,6.837 2.43,8.201 -1.6452,3.802 -4.2156,-4.306 -6.6852,-10.397 -7.1856,-15.649 -0.3024,-3.222 1.3932,-12.892 2.052,-14.285 0.6804,-1.112 3.9168,0.018 3.4236,1.451 z"
+         style="fill:#1a1a1a;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5889"
+         d="m 65.6581,222.472 c -0.6768,4.104 -1.152,17.482 3.4128,24.35 4.5648,6.826 2.304,7.82 -1.6128,3.543 -4.0464,-4.191 -6.3648,-10.051 -6.9264,-15.293 -0.3456,-3.24 1.2528,-12.47 1.872,-13.867 0.6336,-1.066 3.7152,-0.144 3.2544,1.267 z"
+         style="fill:#1e1e1e;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5891"
+         d="m 65.5681,222.821 c -0.6444,4.356 -1.08,17.165 3.4704,24.019 4.5504,6.815 2.178,7.438 -1.5804,3.284 -3.8772,-4.076 -6.0444,-9.706 -6.6672,-14.937 -0.3888,-3.258 1.1124,-12.049 1.692,-13.449 0.5868,-1.019 3.5136,-0.306 3.0852,1.083 z"
+         style="fill:#222222;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5893"
+         d="m 65.4781,223.17 c -0.612,4.608 -1.008,16.848 3.528,23.688 4.536,6.804 2.052,7.056 -1.548,3.024 -3.708,-3.96 -5.724,-9.36 -6.408,-14.58 -0.432,-3.276 0.972,-11.628 1.512,-13.032 0.54,-0.972 3.312,-0.468 2.916,0.9 z"
+         style="fill:#262626;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5895"
+         d="m 65.3881,223.52 c -0.5796,4.86 -0.936,16.531 3.5856,23.356 4.5216,6.794 1.926,6.675 -1.5156,2.765 -3.5388,-3.845 -5.4036,-9.014 -6.1488,-14.223 -0.4752,-3.294 0.8316,-11.207 1.332,-12.615 0.4932,-0.925 3.1104,-0.63 2.7468,0.717 z"
+         style="fill:#2a2a2a;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5897"
+         d="m 65.2981,223.869 c -0.5472,5.112 -0.864,16.214 3.6432,23.025 4.5072,6.783 1.8,6.293 -1.4832,2.506 -3.3696,-3.73 -5.0832,-8.669 -5.8896,-13.867 -0.5184,-3.312 0.6912,-10.786 1.152,-12.197 0.4464,-0.878 2.9088,-0.792 2.5776,0.533 z"
+         style="fill:#2d2d2d;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5899"
+         d="m 65.2081,224.218 c -0.5148,5.364 -0.792,15.898 3.7008,22.694 4.4928,6.772 1.674,5.912 -1.4508,2.247 -3.2004,-3.615 -4.7628,-8.323 -5.6304,-13.511 -0.5616,-3.33 0.5508,-10.364 0.972,-11.779 0.3996,-0.832 2.7072,-0.954 2.4084,0.349 z"
+         style="fill:#313131;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5901"
+         d="m 65.1181,224.567 c -0.4824,5.616 -0.72,15.581 3.7584,22.363 4.4784,6.761 1.548,5.53 -1.4184,1.988 -3.0312,-3.5 -4.4424,-7.978 -5.3712,-13.155 -0.6048,-3.348 0.4104,-9.943 0.792,-11.361 0.3528,-0.785 2.5056,-1.116 2.2392,0.165 z"
+         style="fill:#353535;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5903"
+         d="m 65.0281,224.916 c -0.45,5.868 -0.648,15.264 3.816,22.032 4.464,6.75 1.422,5.148 -1.386,1.728 -2.862,-3.384 -4.122,-7.632 -5.112,-12.798 -0.648,-3.366 0.27,-9.522 0.612,-10.944 0.306,-0.738 2.304,-1.278 2.07,-0.018 z"
+         style="fill:#393939;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5905"
+         d="m 64.9381,225.266 c -0.4176,6.12 -0.576,14.947 3.8736,21.7 4.4496,6.74 1.296,4.767 -1.3536,1.469 -2.6928,-3.269 -3.8016,-7.286 -4.8528,-12.441 -0.6912,-3.384 0.1296,-9.101 0.432,-10.527 0.2592,-0.691 2.1024,-1.44 1.9008,-0.201 z"
+         style="fill:#3d3d3d;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5907"
+         d="m 64.8481,225.615 c -0.3852,6.372 -0.504,14.63 3.9312,21.369 4.4352,6.729 1.17,4.385 -1.3212,1.21 -2.5236,-3.154 -3.4812,-6.941 -4.5936,-12.085 -0.7344,-3.402 -0.0108,-8.68 0.252,-10.109 0.2124,-0.644 1.9008,-1.602 1.7316,-0.385 z"
+         style="fill:#414141;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5909"
+         d="m 64.7581,225.964 c -0.3528,6.624 -0.432,14.314 3.9888,21.038 4.4208,6.718 1.044,4.004 -1.2888,0.951 -2.3544,-3.039 -3.1608,-6.595 -4.3344,-11.729 -0.7776,-3.42 -0.1512,-8.258 0.072,-9.691 0.1656,-0.598 1.6992,-1.764 1.5624,-0.569 z"
+         style="fill:#444444;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5911"
+         d="m 64.6681,226.313 c -0.3204,6.876 -0.36,13.997 4.0464,20.707 4.4064,6.707 0.918,3.622 -1.2564,0.692 -2.1852,-2.924 -2.8404,-6.25 -4.0752,-11.373 -0.8208,-3.438 -0.2916,-7.837 -0.108,-9.273 0.1188,-0.551 1.4976,-1.926 1.3932,-0.753 z"
+         style="fill:#484848;stroke:none" />
+    </g>
+    <path
+       inkscape:connector-curvature="0"
+       id="path5913"
+       d="m 64.5781,226.662 c -0.288,7.128 -0.288,13.68 4.104,20.376 4.392,6.696 0.792,3.24 -1.224,0.432 -2.016,-2.808 -2.52,-5.904 -3.816,-11.016 -0.864,-3.456 -0.432,-7.416 -0.288,-8.856 0.072,-0.504 1.296,-2.088 1.224,-0.936 z"
+       style="fill:#4c4c4c;stroke:none" />
+  </g>
+  <g
+     id="g5915">
+    <path
+       inkscape:connector-curvature="0"
+       id="path5917"
+       d="m 66.3781,219.678 c 4.32,-9.432 6.696,-19.584 12.888,-29.448 6.12,-9.792 3.672,-13.608 -0.864,-8.64 -4.536,4.968 -9.504,15.48 -9.504,15.48 0,0 -5.832,9.216 -7.128,19.872 -0.216,1.8 3.888,4.248 4.608,2.736 z"
+       style="fill:#000000;stroke:none" />
+    <g
+       id="g5919">
+      <path
+         inkscape:connector-curvature="0"
+         id="path5921"
+         d="m 66.5633,219.068 c 4.2796,-9.5 6.6155,-19.247 12.5857,-28.802 5.9018,-9.488 3.6095,-13.279 -0.7633,-8.472 -4.403,4.847 -9.3012,15.236 -9.3678,15.381 0,0 -5.6373,8.992 -6.8776,19.239 -0.2082,1.77 3.7208,4.145 4.423,2.654 z"
+         style="fill:#020202;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5923"
+         d="m 66.7485,218.457 c 4.2392,-9.567 6.535,-18.909 12.2834,-28.156 5.6836,-9.183 3.547,-12.95 -0.6626,-8.303 -4.2701,4.725 -9.0985,14.991 -9.2317,15.282 0,0 -5.4426,8.767 -6.6272,18.605 -0.2004,1.742 3.5537,4.042 4.2381,2.572 z"
+         style="fill:#050505;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5925"
+         d="m 66.9336,217.846 c 4.1988,-9.634 6.4546,-18.572 11.9812,-27.51 5.4654,-8.878 3.4845,-12.621 -0.5618,-8.135 -4.1372,4.605 -8.8959,14.748 -9.0957,15.184 0,0 -5.2479,8.542 -6.3767,17.972 -0.1927,1.712 3.3866,3.938 4.053,2.489 z"
+         style="fill:#070707;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5927"
+         d="m 67.1188,217.235 c 4.1584,-9.701 6.3741,-18.234 11.6788,-26.864 5.2472,-8.573 3.4221,-12.292 -0.461,-7.966 -4.0043,4.483 -8.6932,14.503 -8.9596,15.085 0,0 -5.0531,8.317 -6.1263,17.338 -0.1848,1.683 3.2195,3.835 3.8681,2.407 z"
+         style="fill:#0a0a0a;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5929"
+         d="m 67.3039,216.624 c 4.1181,-9.768 6.2937,-17.897 11.3766,-26.218 5.029,-8.268 3.3596,-11.962 -0.3603,-7.797 -3.8713,4.361 -8.4904,14.259 -8.8234,14.985 0,0 -4.8585,8.093 -5.8759,16.706 -0.1771,1.653 3.0523,3.731 3.683,2.324 z"
+         style="fill:#0c0c0c;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5931"
+         d="m 67.4891,216.014 c 4.0776,-9.836 6.2131,-17.56 11.0743,-25.573 4.8108,-7.963 3.297,-11.633 -0.2596,-7.629 -3.7384,4.241 -8.2877,14.015 -8.6873,14.887 0,0 -4.6638,7.868 -5.6255,16.072 -0.1693,1.624 2.8852,3.628 3.4981,2.243 z"
+         style="fill:#0f0f0f;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5933"
+         d="m 67.6743,215.403 c 4.0372,-9.903 6.1326,-17.223 10.772,-24.927 4.5926,-7.658 3.2345,-11.304 -0.1589,-7.46 -3.6054,4.119 -8.085,13.771 -8.5512,14.788 0,0 -4.469,7.644 -5.375,15.439 -0.1616,1.594 2.718,3.524 3.3131,2.16 z"
+         style="fill:#111111;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5935"
+         d="m 67.8594,214.792 c 3.9969,-9.97 6.0522,-16.885 10.4697,-24.281 4.3744,-7.353 3.1721,-10.975 -0.0581,-7.291 -3.4725,3.998 -7.8823,13.526 -8.4151,14.689 0,0 -4.2743,7.419 -5.1246,14.805 -0.1537,1.565 2.5509,3.421 3.1281,2.078 z"
+         style="fill:#141414;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5937"
+         d="m 68.0446,214.181 c 3.9564,-10.037 5.9717,-16.548 10.1674,-23.635 4.1562,-7.048 3.1096,-10.645 0.0426,-7.123 -3.3395,3.877 -7.6795,13.283 -8.2789,14.591 0,0 -4.0797,7.194 -4.8742,14.172 -0.146,1.535 2.3837,3.317 2.9431,1.995 z"
+         style="fill:#161616;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5939"
+         d="m 68.2297,213.57 c 3.9161,-10.105 5.8913,-16.21 9.8652,-22.989 3.938,-6.743 3.0471,-10.316 0.1433,-6.954 -3.2066,3.755 -7.4768,13.038 -8.1428,14.491 0,0 -3.8849,6.97 -4.6238,13.539 -0.1382,1.506 2.2166,3.214 2.7581,1.913 z"
+         style="fill:#191919;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5941"
+         d="m 68.4149,212.96 c 3.8757,-10.173 5.8108,-15.873 9.5629,-22.344 3.7198,-6.438 2.9846,-9.987 0.244,-6.785 -3.0736,3.634 -7.2741,12.793 -8.0067,14.392 0,0 -3.6902,6.745 -4.3733,12.906 -0.1304,1.476 2.0494,3.111 2.5731,1.831 z"
+         style="fill:#1c1c1c;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5943"
+         d="m 68.6001,212.349 c 3.8352,-10.24 5.7303,-15.536 9.2605,-21.698 3.5016,-6.133 2.9222,-9.658 0.3448,-6.617 -2.9407,3.513 -7.0714,12.55 -7.8706,14.294 0,0 -3.4954,6.52 -4.1229,12.272 -0.1226,1.447 1.8823,3.008 2.3882,1.749 z"
+         style="fill:#1e1e1e;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5945"
+         d="m 68.7852,211.738 c 3.7949,-10.307 5.6498,-15.198 8.9583,-21.052 3.2834,-5.828 2.8596,-9.328 0.4455,-6.448 -2.8077,3.392 -6.8686,12.305 -7.7344,14.195 0,0 -3.3008,6.295 -3.8725,11.639 -0.1149,1.417 1.7151,2.904 2.2031,1.666 z"
+         style="fill:#212121;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5947"
+         d="m 68.9704,211.127 c 3.7544,-10.374 5.5693,-14.861 8.656,-20.406 3.0652,-5.523 2.7971,-8.999 0.5462,-6.279 -2.6748,3.27 -6.6659,12.061 -7.5983,14.096 0,0 -3.1061,6.071 -3.6221,11.005 -0.107,1.388 1.548,2.801 2.0182,1.584 z"
+         style="fill:#232323;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5949"
+         d="m 69.1555,210.516 c 3.7141,-10.441 5.4889,-14.523 8.3538,-19.76 2.847,-5.218 2.7346,-8.67 0.6469,-6.111 -2.5418,3.149 -6.4632,11.817 -7.4622,13.997 0,0 -2.9113,5.847 -3.3716,10.373 -0.0993,1.358 1.3808,2.697 1.8331,1.501 z"
+         style="fill:#262626;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5951"
+         d="m 69.3407,209.906 c 3.6737,-10.509 5.4084,-14.187 8.0514,-19.115 2.6288,-4.913 2.6722,-8.341 0.7477,-5.942 -2.4089,3.028 -6.2605,11.573 -7.3261,13.898 0,0 -2.7166,5.622 -3.1212,9.739 -0.0915,1.329 1.2137,2.594 1.6482,1.42 z"
+         style="fill:#282828;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5953"
+         d="m 69.5259,209.295 c 3.6332,-10.576 5.3279,-13.849 7.7491,-18.469 2.4106,-4.608 2.6097,-8.011 0.8484,-5.773 -2.2759,2.906 -6.0577,11.328 -7.1899,13.799 0,0 -2.522,5.397 -2.8708,9.106 -0.0838,1.299 1.0465,2.49 1.4632,1.337 z"
+         style="fill:#2b2b2b;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5955"
+         d="m 69.711,208.684 c 3.5929,-10.643 5.2475,-13.512 7.4469,-17.823 2.1924,-4.303 2.5472,-7.682 0.9491,-5.605 -2.143,2.786 -5.855,11.085 -7.0538,13.701 0,0 -2.3272,5.172 -2.6204,8.472 -0.0759,1.27 0.8794,2.387 1.2782,1.255 z"
+         style="fill:#2d2d2d;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5957"
+         d="m 69.8962,208.073 c 3.5525,-10.71 5.1669,-13.174 7.1446,-17.177 1.9742,-3.998 2.4846,-7.353 1.0498,-5.436 -2.01,2.664 -5.6523,10.84 -6.9177,13.602 0,0 -2.1325,4.947 -2.3699,7.839 -0.0682,1.24 0.7122,2.283 1.0932,1.172 z"
+         style="fill:#303030;stroke:none" />
+    </g>
+    <path
+       inkscape:connector-curvature="0"
+       id="path5959"
+       d="m 70.0813,207.462 c 3.5121,-10.778 5.0865,-12.837 6.8423,-16.531 1.756,-3.694 2.4222,-7.024 1.1506,-5.268 -1.8771,2.543 -5.4496,10.596 -6.7816,13.503 0,0 -1.9378,4.723 -2.1195,7.206 -0.0604,1.211 0.5451,2.18 0.9082,1.09 z"
+       style="fill:#333333;stroke:none" />
+  </g>
+  <g
+     id="g5961">
+    <path
+       inkscape:connector-curvature="0"
+       id="path5963"
+       d="m 250.626,226.59 c 2.088,-5.904 1.872,-20.952 -3.456,-30.672 -1.872,-3.528 -3.672,-7.632 -4.752,-7.848 -1.152,-0.216 -3.24,2.088 -3.024,2.448 0.288,0.576 10.008,14.256 7.992,32.832 -0.144,1.512 2.736,4.608 3.24,3.24 z"
+       style="fill:#000000;stroke:none" />
+    <g
+       id="g5965">
+      <path
+         inkscape:connector-curvature="0"
+         id="path5967"
+         d="m 250.532,225.828 c 2.026,-5.719 1.753,-20.38 -3.343,-29.663 -1.816,-3.407 -3.536,-7.374 -4.595,-7.59 -1.122,-0.214 -3.125,2.022 -2.925,2.367 0.258,0.562 9.605,13.778 7.729,31.752 -0.13,1.488 2.646,4.457 3.134,3.134 z"
+         style="fill:#030303;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5969"
+         d="m 250.437,225.065 c 1.966,-5.533 1.636,-19.808 -3.228,-28.654 -1.761,-3.286 -3.401,-7.115 -4.44,-7.332 -1.091,-0.211 -3.009,1.956 -2.825,2.287 0.228,0.548 9.202,13.299 7.466,30.672 -0.117,1.464 2.556,4.305 3.027,3.027 z"
+         style="fill:#070707;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5971"
+         d="m 250.343,224.302 c 1.904,-5.347 1.517,-19.235 -3.115,-27.645 -1.706,-3.165 -3.265,-6.856 -4.283,-7.073 -1.061,-0.21 -2.895,1.889 -2.726,2.206 0.197,0.534 8.799,12.82 7.204,29.592 -0.104,1.44 2.465,4.153 2.92,2.92 z"
+         style="fill:#0b0b0b;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5973"
+         d="m 250.248,223.539 c 1.843,-5.162 1.399,-18.663 -3.001,-26.636 -1.65,-3.044 -3.13,-6.598 -4.127,-6.815 -1.03,-0.207 -2.779,1.823 -2.626,2.126 0.167,0.52 8.396,12.341 6.941,28.511 -0.091,1.417 2.375,4.002 2.813,2.814 z"
+         style="fill:#0f0f0f;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5975"
+         d="m 250.154,222.776 c 1.781,-4.976 1.28,-18.09 -2.888,-25.626 -1.595,-2.923 -2.994,-6.34 -3.97,-6.557 -1,-0.205 -2.664,1.756 -2.527,2.045 0.136,0.506 7.993,11.862 6.678,27.431 -0.078,1.393 2.285,3.85 2.707,2.707 z"
+         style="fill:#131313;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5977"
+         d="m 250.059,222.013 c 1.72,-4.79 1.163,-17.518 -2.774,-24.617 -1.539,-2.802 -2.858,-6.081 -3.813,-6.299 -0.969,-0.203 -2.549,1.691 -2.427,1.965 0.105,0.492 7.589,11.383 6.414,26.351 -0.064,1.369 2.196,3.698 2.6,2.6 z"
+         style="fill:#161616;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5979"
+         d="m 249.965,221.251 c 1.659,-4.605 1.044,-16.946 -2.66,-23.609 -1.484,-2.681 -2.723,-5.822 -3.658,-6.04 -0.938,-0.201 -2.434,1.624 -2.327,1.884 0.075,0.478 7.186,10.904 6.151,25.271 -0.051,1.344 2.106,3.546 2.494,2.494 z"
+         style="fill:#1a1a1a;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5981"
+         d="m 249.87,220.488 c 1.598,-4.42 0.926,-16.374 -2.546,-22.6 -1.429,-2.56 -2.587,-5.564 -3.501,-5.782 -0.908,-0.198 -2.319,1.558 -2.228,1.804 0.044,0.464 6.782,10.425 5.888,24.19 -0.037,1.321 2.016,3.395 2.387,2.388 z"
+         style="fill:#1e1e1e;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5983"
+         d="m 249.776,219.725 c 1.536,-4.234 0.807,-15.801 -2.433,-21.59 -1.373,-2.439 -2.452,-5.306 -3.345,-5.524 -0.877,-0.197 -2.203,1.491 -2.128,1.723 0.014,0.45 6.379,9.946 5.625,23.11 -0.024,1.297 1.926,3.243 2.281,2.281 z"
+         style="fill:#222222;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5985"
+         d="m 249.681,218.962 c 1.475,-4.048 0.69,-15.229 -2.319,-20.581 -1.317,-2.318 -2.316,-5.047 -3.188,-5.266 -0.847,-0.194 -2.088,1.425 -2.029,1.642 -0.016,0.436 5.976,9.468 5.362,22.031 -0.01,1.273 1.836,3.091 2.174,2.174 z"
+         style="fill:#262626;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5987"
+         d="m 249.587,218.199 c 1.413,-3.862 0.571,-14.656 -2.206,-19.572 -1.262,-2.197 -2.18,-4.788 -3.032,-5.008 -0.816,-0.191 -1.973,1.36 -1.929,1.562 -0.047,0.422 5.573,8.989 5.099,20.951 0.003,1.249 1.746,2.94 2.068,2.067 z"
+         style="fill:#2a2a2a;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5989"
+         d="m 249.492,217.436 c 1.353,-3.677 0.453,-14.084 -2.091,-18.563 -1.207,-2.076 -2.045,-4.53 -2.876,-4.749 -0.786,-0.19 -1.858,1.293 -1.83,1.481 -0.077,0.408 5.17,8.51 4.836,19.87 0.017,1.226 1.656,2.789 1.961,1.961 z"
+         style="fill:#2d2d2d;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5991"
+         d="m 249.398,216.673 c 1.291,-3.491 0.334,-13.511 -1.978,-17.553 -1.151,-1.955 -1.909,-4.272 -2.72,-4.492 -0.755,-0.187 -1.742,1.227 -1.73,1.401 -0.107,0.394 4.767,8.031 4.574,18.79 0.029,1.201 1.565,2.637 1.854,1.854 z"
+         style="fill:#313131;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5993"
+         d="m 249.303,215.911 c 1.23,-3.306 0.217,-12.94 -1.864,-16.545 -1.096,-1.834 -1.774,-4.013 -2.563,-4.233 -0.725,-0.185 -1.627,1.16 -1.631,1.32 -0.138,0.38 4.364,7.552 4.311,17.71 0.043,1.177 1.475,2.485 1.747,1.748 z"
+         style="fill:#353535;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5995"
+         d="m 249.209,215.148 c 1.168,-3.12 0.098,-12.367 -1.751,-15.536 -1.04,-1.713 -1.638,-3.754 -2.407,-3.975 -0.694,-0.183 -1.512,1.094 -1.531,1.24 -0.168,0.366 3.961,7.073 4.048,16.63 0.056,1.153 1.385,2.333 1.641,1.641 z"
+         style="fill:#393939;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5997"
+         d="m 249.114,214.385 c 1.107,-2.935 -0.02,-11.795 -1.637,-14.527 -0.984,-1.592 -1.502,-3.496 -2.25,-3.716 -0.664,-0.181 -1.397,1.028 -1.432,1.159 -0.198,0.352 3.558,6.594 3.785,15.549 0.069,1.13 1.295,2.182 1.534,1.535 z"
+         style="fill:#3d3d3d;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5999"
+         d="m 249.02,213.622 c 1.046,-2.749 -0.139,-11.222 -1.523,-13.517 -0.93,-1.471 -1.367,-3.238 -2.094,-3.459 -0.634,-0.179 -1.282,0.962 -1.333,1.079 -0.229,0.338 3.155,6.115 3.522,14.469 0.083,1.106 1.205,2.03 1.428,1.428 z"
+         style="fill:#414141;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6001"
+         d="m 248.925,212.859 c 0.985,-2.563 -0.256,-10.65 -1.409,-12.508 -0.874,-1.35 -1.231,-2.979 -1.938,-3.2 -0.603,-0.177 -1.166,0.895 -1.233,0.998 -0.259,0.324 2.751,5.636 3.259,13.389 0.096,1.082 1.115,1.878 1.321,1.321 z"
+         style="fill:#444444;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6003"
+         d="m 248.831,212.096 c 0.923,-2.377 -0.375,-10.077 -1.296,-11.499 -0.818,-1.229 -1.096,-2.72 -1.781,-2.942 -0.573,-0.174 -1.052,0.829 -1.134,0.918 -0.289,0.31 2.348,5.157 2.996,12.309 0.11,1.058 1.025,1.726 1.215,1.214 z"
+         style="fill:#484848;stroke:none" />
+    </g>
+    <path
+       inkscape:connector-curvature="0"
+       id="path6005"
+       d="m 248.736,211.333 c 0.862,-2.192 -0.493,-9.505 -1.182,-10.49 -0.763,-1.108 -0.96,-2.462 -1.625,-2.684 -0.542,-0.172 -0.936,0.763 -1.034,0.837 -0.32,0.296 1.945,4.679 2.733,11.229 0.123,1.034 0.935,1.575 1.108,1.108 z"
+       style="fill:#4c4c4c;stroke:none" />
+  </g>
+  <g
+     id="g6007">
+    <path
+       inkscape:connector-curvature="0"
+       id="path6009"
+       d="m 242.418,188.07 c -10.224,-13.968 -23.472,-18.504 -22.104,-14.112 0,0 10.152,5.76 19.08,16.56 1.728,2.088 4.608,-0.288 3.024,-2.448 z"
+       style="fill:#000000;stroke:none" />
+    <g
+       id="g6011">
+      <path
+         inkscape:connector-curvature="0"
+         id="path6013"
+         d="m 241.968,187.684 c -9.924,-13.495 -22.894,-17.912 -21.539,-13.7 0.017,0.011 9.902,5.614 18.609,16.071 1.678,2.016 4.467,-0.285 2.93,-2.371 z"
+         style="fill:#030303;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6015"
+         d="m 241.518,187.297 c -9.624,-13.022 -22.317,-17.319 -20.975,-13.287 0.036,0.023 9.652,5.467 18.139,15.582 1.628,1.943 4.325,-0.283 2.836,-2.295 z"
+         style="fill:#070707;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6017"
+         d="m 241.068,186.91 c -9.324,-12.549 -21.739,-16.726 -20.41,-12.874 0.053,0.034 9.401,5.32 17.668,15.093 1.578,1.87 4.183,-0.28 2.742,-2.219 z"
+         style="fill:#0b0b0b;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6019"
+         d="m 240.618,186.524 c -9.024,-12.077 -21.162,-16.134 -19.846,-12.462 0.071,0.045 9.151,5.174 17.198,14.604 1.528,1.798 4.042,-0.278 2.648,-2.142 z"
+         style="fill:#0f0f0f;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6021"
+         d="m 240.167,186.137 c -8.723,-11.603 -20.583,-15.541 -19.28,-12.049 0.088,0.056 8.901,5.027 16.727,14.114 1.478,1.726 3.9,-0.275 2.553,-2.065 z"
+         style="fill:#131313;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6023"
+         d="m 239.717,185.75 c -8.423,-11.13 -20.005,-14.948 -18.716,-11.636 0.106,0.067 8.651,4.88 16.257,13.625 1.428,1.654 3.759,-0.272 2.459,-1.989 z"
+         style="fill:#161616;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6025"
+         d="m 239.267,185.364 c -8.123,-10.658 -19.428,-14.356 -18.151,-11.224 0.124,0.078 8.4,4.734 15.786,13.136 1.378,1.581 3.617,-0.27 2.365,-1.912 z"
+         style="fill:#1a1a1a;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6027"
+         d="m 238.817,184.977 c -7.824,-10.185 -18.85,-13.763 -17.587,-10.811 0.142,0.089 8.151,4.587 15.315,12.647 1.329,1.508 3.476,-0.267 2.272,-1.836 z"
+         style="fill:#1e1e1e;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6029"
+         d="m 238.367,184.59 c -7.524,-9.711 -18.273,-13.17 -17.022,-10.398 0.159,0.1 7.9,4.44 14.844,12.158 1.279,1.436 3.335,-0.265 2.178,-1.76 z"
+         style="fill:#222222;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6031"
+         d="m 237.917,184.203 c -7.224,-9.238 -17.695,-12.578 -16.458,-9.985 0.177,0.111 7.65,4.293 14.374,11.668 1.229,1.364 3.193,-0.262 2.084,-1.683 z"
+         style="fill:#262626;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6033"
+         d="m 237.467,183.817 c -6.924,-8.766 -17.118,-11.986 -15.893,-9.573 0.194,0.122 7.4,4.147 13.903,11.179 1.179,1.291 3.052,-0.259 1.99,-1.606 z"
+         style="fill:#2a2a2a;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6035"
+         d="m 237.016,183.43 c -6.623,-8.293 -16.539,-11.393 -15.328,-9.16 0.213,0.133 7.15,4 13.433,10.69 1.129,1.219 2.91,-0.257 1.895,-1.53 z"
+         style="fill:#2d2d2d;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6037"
+         d="m 236.566,183.043 c -6.323,-7.819 -15.962,-10.8 -14.763,-8.747 0.23,0.144 6.899,3.853 12.962,10.201 1.079,1.146 2.768,-0.254 1.801,-1.454 z"
+         style="fill:#313131;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6039"
+         d="m 236.116,182.657 c -6.023,-7.347 -15.384,-10.208 -14.199,-8.335 0.248,0.155 6.649,3.707 12.492,9.712 1.029,1.073 2.627,-0.252 1.707,-1.377 z"
+         style="fill:#353535;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6041"
+         d="m 235.666,182.27 c -5.723,-6.874 -14.807,-9.615 -13.634,-7.922 0.265,0.166 6.399,3.56 12.021,9.222 0.978,1.002 2.485,-0.249 1.613,-1.3 z"
+         style="fill:#393939;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6043"
+         d="m 235.216,181.883 c -5.423,-6.401 -14.229,-9.022 -13.07,-7.509 0.283,0.177 6.149,3.413 11.551,8.733 0.928,0.929 2.344,-0.246 1.519,-1.224 z"
+         style="fill:#3d3d3d;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6045"
+         d="m 234.766,181.497 c -5.123,-5.928 -13.651,-8.43 -12.505,-7.097 0.301,0.188 5.898,3.267 11.08,8.244 0.878,0.856 2.202,-0.244 1.425,-1.147 z"
+         style="fill:#414141;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6047"
+         d="m 234.316,181.11 c -4.824,-5.455 -13.074,-7.837 -11.941,-6.684 0.319,0.199 5.649,3.12 10.609,7.755 0.829,0.784 2.061,-0.241 1.332,-1.071 z"
+         style="fill:#444444;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6049"
+         d="m 233.865,180.723 c -4.523,-4.982 -12.495,-7.244 -11.375,-6.272 0.336,0.211 5.398,2.974 10.138,7.267 0.779,0.711 1.92,-0.239 1.237,-0.995 z"
+         style="fill:#484848;stroke:none" />
+    </g>
+    <path
+       inkscape:connector-curvature="0"
+       id="path6051"
+       d="m 233.415,180.336 c -4.223,-4.509 -11.918,-6.652 -10.811,-5.859 0.354,0.222 5.148,2.827 9.668,6.777 0.729,0.639 1.778,-0.236 1.143,-0.918 z"
+       style="fill:#4c4c4c;stroke:none" />
+  </g>
+  <g
+     id="g6053">
+    <path
+       inkscape:connector-curvature="0"
+       id="path6055"
+       d="m 250.626,226.59 c 0.144,6.264 -5.76,22.248 -7.992,21.672 -2.52,-0.576 0.504,-5.256 2.808,-13.176 0.936,-3.312 1.656,-11.448 1.944,-11.736 0.936,-0.936 3.24,1.728 3.24,3.24 z"
+       style="fill:#000000;stroke:none" />
+    <g
+       id="g6057">
+      <path
+         inkscape:connector-curvature="0"
+         id="path6059"
+         d="m 250.442,227.112 c 0.103,6.083 -5.637,21.594 -7.796,21.018 -2.422,-0.567 0.547,-5.146 2.814,-12.928 0.899,-3.177 1.595,-10.947 1.887,-11.249 0.913,-0.927 3.146,1.527 3.095,3.159 z"
+         style="fill:#050505;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6061"
+         d="m 250.258,227.634 c 0.062,5.902 -5.514,20.939 -7.601,20.364 -2.322,-0.558 0.592,-5.036 2.821,-12.681 0.861,-3.041 1.534,-10.446 1.831,-10.761 0.888,-0.918 3.052,1.326 2.949,3.078 z"
+         style="fill:#0a0a0a;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6063"
+         d="m 250.074,228.155 c 0.021,5.722 -5.391,20.285 -7.405,19.711 -2.224,-0.549 0.635,-4.926 2.828,-12.433 0.823,-2.907 1.473,-9.946 1.773,-10.274 0.865,-0.91 2.958,1.125 2.804,2.996 z"
+         style="fill:#0f0f0f;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6065"
+         d="m 249.89,228.677 c -0.02,5.54 -5.268,19.63 -7.21,19.057 -2.125,-0.541 0.679,-4.816 2.835,-12.186 0.786,-2.771 1.412,-9.445 1.716,-9.786 0.841,-0.901 2.864,0.924 2.659,2.915 z"
+         style="fill:#141414;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6067"
+         d="m 249.706,229.198 c -0.062,5.36 -5.145,18.977 -7.014,18.404 -2.027,-0.532 0.722,-4.706 2.841,-11.938 0.748,-2.637 1.351,-8.945 1.659,-9.299 0.818,-0.893 2.77,0.723 2.514,2.833 z"
+         style="fill:#191919;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6069"
+         d="m 249.522,229.72 c -0.103,5.179 -5.022,18.322 -6.818,17.75 -1.929,-0.523 0.765,-4.596 2.847,-11.691 0.711,-2.501 1.29,-8.444 1.602,-8.811 0.795,-0.884 2.676,0.522 2.369,2.752 z"
+         style="fill:#1e1e1e;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6071"
+         d="m 249.338,230.242 c -0.144,4.998 -4.899,17.667 -6.623,17.096 -1.83,-0.515 0.81,-4.486 2.854,-11.443 0.673,-2.367 1.229,-7.944 1.545,-8.325 0.771,-0.875 2.583,0.321 2.224,2.672 z"
+         style="fill:#232323;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6073"
+         d="m 249.154,230.763 c -0.185,4.817 -4.777,17.013 -6.427,16.443 -1.732,-0.506 0.853,-4.376 2.86,-11.196 0.636,-2.231 1.168,-7.443 1.488,-7.837 0.748,-0.866 2.489,0.12 2.079,2.59 z"
+         style="fill:#282828;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6075"
+         d="m 248.97,231.285 c -0.226,4.636 -4.654,16.359 -6.232,15.789 -1.632,-0.497 0.897,-4.266 2.867,-10.948 0.599,-2.097 1.107,-6.943 1.432,-7.35 0.723,-0.858 2.394,-0.081 1.933,2.509 z"
+         style="fill:#2d2d2d;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6077"
+         d="m 248.786,231.806 c -0.267,4.456 -4.531,15.705 -6.036,15.136 -1.534,-0.489 0.94,-4.156 2.873,-10.701 0.561,-1.961 1.046,-6.442 1.375,-6.862 0.7,-0.849 2.3,-0.282 1.788,2.427 z"
+         style="fill:#333333;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6079"
+         d="m 248.602,232.328 c -0.308,4.275 -4.408,15.05 -5.841,14.482 -1.435,-0.48 0.984,-4.046 2.88,-10.453 0.524,-1.826 0.985,-5.942 1.318,-6.375 0.676,-0.841 2.206,-0.483 1.643,2.346 z"
+         style="fill:#383838;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6081"
+         d="m 248.418,232.85 c -0.35,4.093 -4.285,14.395 -5.645,13.828 -1.337,-0.471 1.028,-3.936 2.886,-10.206 0.486,-1.691 0.924,-5.441 1.261,-5.887 0.653,-0.832 2.113,-0.684 1.498,2.265 z"
+         style="fill:#3d3d3d;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6083"
+         d="m 248.234,233.371 c -0.391,3.913 -4.162,13.742 -5.45,13.175 -1.238,-0.462 1.072,-3.826 2.894,-9.958 0.448,-1.556 0.863,-4.941 1.203,-5.4 0.629,-0.823 2.019,-0.886 1.353,2.183 z"
+         style="fill:#424242;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6085"
+         d="m 248.05,233.893 c -0.432,3.732 -4.039,13.087 -5.254,12.521 -1.14,-0.454 1.115,-3.716 2.9,-9.711 0.411,-1.421 0.802,-4.44 1.146,-4.913 0.606,-0.814 1.925,-1.086 1.208,2.103 z"
+         style="fill:#474747;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6087"
+         d="m 247.866,234.414 c -0.473,3.552 -3.916,12.433 -5.059,11.868 -1.041,-0.445 1.159,-3.606 2.907,-9.463 0.373,-1.286 0.741,-3.94 1.089,-4.426 0.582,-0.805 1.831,-1.287 1.063,2.021 z"
+         style="fill:#4c4c4c;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6089"
+         d="m 247.682,234.936 c -0.514,3.37 -3.793,11.778 -4.863,11.214 -0.942,-0.436 1.202,-3.496 2.913,-9.216 0.336,-1.151 0.68,-3.439 1.033,-3.938 0.558,-0.797 1.736,-1.488 0.917,1.94 z"
+         style="fill:#515151;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6091"
+         d="m 247.498,235.458 c -0.555,3.189 -3.67,11.124 -4.667,10.56 -0.844,-0.428 1.246,-3.386 2.919,-8.968 0.298,-1.016 0.619,-2.939 0.976,-3.451 0.535,-0.788 1.643,-1.689 0.772,1.859 z"
+         style="fill:#565656;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6093"
+         d="m 247.314,235.979 c -0.596,3.009 -3.548,10.47 -4.472,9.907 -0.745,-0.419 1.29,-3.276 2.926,-8.721 0.261,-0.881 0.558,-2.438 0.919,-2.963 0.511,-0.78 1.549,-1.89 0.627,1.777 z"
+         style="fill:#5b5b5b;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6095"
+         d="m 247.13,236.501 c -0.638,2.828 -3.425,9.815 -4.276,9.253 -0.647,-0.41 1.333,-3.167 2.932,-8.473 0.224,-0.746 0.497,-1.938 0.862,-2.476 0.488,-0.771 1.455,-2.091 0.482,1.696 z"
+         style="fill:#606060;stroke:none" />
+    </g>
+    <path
+       inkscape:connector-curvature="0"
+       id="path6097"
+       d="m 246.946,237.022 c -0.679,2.647 -3.302,9.161 -4.081,8.599 -0.548,-0.401 1.377,-3.056 2.939,-8.225 0.186,-0.611 0.436,-1.437 0.805,-1.989 0.464,-0.762 1.361,-2.292 0.337,1.615 z"
+       style="fill:#666666;stroke:none" />
+  </g>
+  <g
+     id="g6099">
+    <path
+       inkscape:connector-curvature="0"
+       id="path6101"
+       d="m 228.666,188.862 c -1.537,1.622 -2.903,9.991 0.939,12.894 3.843,2.818 10.589,-2.391 10.589,-5.38 -0.086,-6.746 -9.991,-9.222 -11.528,-7.514 z"
+       style="fill:#000000;stroke:none" />
+    <g
+       id="g6103">
+      <path
+         inkscape:connector-curvature="0"
+         id="path6105"
+         d="m 228.803,189.003 c -1.559,1.611 -2.876,9.822 0.857,12.666 3.732,2.764 10.349,-2.273 10.384,-5.279 -0.047,-6.575 -9.681,-9.082 -11.241,-7.387 z"
+         style="fill:#010101;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6107"
+         d="m 228.94,189.143 c -1.582,1.601 -2.849,9.654 0.775,12.439 3.62,2.709 10.109,-2.155 10.178,-5.178 -0.007,-6.404 -9.371,-8.943 -10.953,-7.261 z"
+         style="fill:#030303;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6109"
+         d="m 229.077,189.284 c -1.604,1.589 -2.823,9.484 0.692,12.211 3.51,2.654 9.869,-2.037 9.974,-5.077 0.031,-6.233 -9.061,-8.803 -10.666,-7.134 z"
+         style="fill:#050505;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6111"
+         d="m 229.213,189.424 c -1.626,1.579 -2.795,9.316 0.611,11.984 3.398,2.599 9.629,-1.919 9.768,-4.976 0.071,-6.062 -8.751,-8.664 -10.379,-7.008 z"
+         style="fill:#070707;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6113"
+         d="m 229.35,189.564 c -1.649,1.568 -2.768,9.147 0.529,11.757 3.287,2.544 9.389,-1.801 9.563,-4.875 0.109,-5.891 -8.441,-8.524 -10.092,-6.882 z"
+         style="fill:#090909;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6115"
+         d="m 229.487,189.705 c -1.671,1.557 -2.741,8.978 0.446,11.529 3.176,2.489 9.15,-1.683 9.359,-4.774 0.148,-5.72 -8.132,-8.385 -9.805,-6.755 z"
+         style="fill:#0b0b0b;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6117"
+         d="m 229.624,189.845 c -1.694,1.546 -2.715,8.809 0.364,11.302 3.065,2.434 8.909,-1.566 9.153,-4.673 0.188,-5.549 -7.821,-8.245 -9.517,-6.629 z"
+         style="fill:#0d0d0d;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6119"
+         d="m 229.761,189.986 c -1.716,1.535 -2.688,8.64 0.282,11.074 2.953,2.38 8.669,-1.448 8.948,-4.572 0.226,-5.378 -7.512,-8.106 -9.23,-6.502 z"
+         style="fill:#0f0f0f;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6121"
+         d="m 229.897,190.126 c -1.738,1.524 -2.66,8.471 0.201,10.847 2.842,2.325 8.429,-1.33 8.742,-4.471 0.266,-5.207 -7.201,-7.966 -8.943,-6.376 z"
+         style="fill:#111111;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6123"
+         d="m 230.034,190.266 c -1.76,1.514 -2.633,8.303 0.118,10.619 2.731,2.271 8.19,-1.211 8.538,-4.369 0.305,-5.036 -6.892,-7.827 -8.656,-6.25 z"
+         style="fill:#131313;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6125"
+         d="m 230.171,190.407 c -1.783,1.503 -2.607,8.133 0.036,10.391 2.62,2.216 7.949,-1.093 8.332,-4.268 0.344,-4.865 -6.581,-7.687 -8.368,-6.123 z"
+         style="fill:#151515;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6127"
+         d="m 230.308,190.547 c -1.805,1.492 -2.58,7.965 -0.046,10.164 2.508,2.161 7.709,-0.975 8.127,-4.167 0.383,-4.694 -6.272,-7.548 -8.081,-5.997 z"
+         style="fill:#161616;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6129"
+         d="m 230.445,190.688 c -1.828,1.481 -2.553,7.796 -0.129,9.936 2.398,2.106 7.47,-0.858 7.922,-4.066 0.423,-4.523 -5.961,-7.408 -7.793,-5.87 z"
+         style="fill:#181818;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6131"
+         d="m 230.581,190.828 c -1.849,1.47 -2.525,7.627 -0.21,9.709 2.286,2.052 7.23,-0.74 7.717,-3.965 0.461,-4.352 -5.652,-7.269 -7.507,-5.744 z"
+         style="fill:#1a1a1a;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6133"
+         d="m 230.718,190.968 c -1.872,1.46 -2.499,7.459 -0.292,9.482 2.175,1.997 6.989,-0.622 7.511,-3.864 0.501,-4.181 -5.341,-7.129 -7.219,-5.618 z"
+         style="fill:#1c1c1c;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6135"
+         d="m 230.855,191.109 c -1.895,1.448 -2.472,7.289 -0.375,9.254 2.064,1.942 6.75,-0.504 7.307,-3.763 0.54,-4.01 -5.032,-6.99 -6.932,-5.491 z"
+         style="fill:#1e1e1e;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6137"
+         d="m 230.992,191.249 c -1.917,1.438 -2.445,7.121 -0.457,9.027 1.953,1.887 6.51,-0.386 7.102,-3.662 0.578,-3.839 -4.722,-6.85 -6.645,-5.365 z"
+         style="fill:#202020;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6139"
+         d="m 231.129,191.39 c -1.94,1.426 -2.418,6.951 -0.539,8.799 1.841,1.832 6.27,-0.268 6.896,-3.561 0.618,-3.668 -4.412,-6.711 -6.357,-5.238 z"
+         style="fill:#222222;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6141"
+         d="m 231.265,191.53 c -1.961,1.416 -2.391,6.783 -0.62,8.572 1.73,1.777 6.029,-0.15 6.691,-3.46 0.657,-3.497 -4.102,-6.571 -6.071,-5.112 z"
+         style="fill:#242424;stroke:none" />
+    </g>
+    <path
+       inkscape:connector-curvature="0"
+       id="path6143"
+       d="m 231.402,191.67 c -1.984,1.405 -2.364,6.614 -0.703,8.344 1.619,1.723 5.79,-0.032 6.486,-3.358 0.696,-3.326 -3.792,-6.432 -5.783,-4.986 z"
+       style="fill:#262626;stroke:none" />
+  </g>
+  <g
+     id="g6145">
+    <path
+       inkscape:connector-curvature="0"
+       id="path6147"
+       d="m 228.306,257.694 c 1.512,1.512 2.808,-2.232 4.32,-3.456 1.512,-1.224 3.96,-3.888 8.856,-3.888 4.896,0 4.536,-0.144 4.32,-2.016 -0.144,-1.8 -1.584,-1.656 -5.904,-1.008 -4.32,0.576 -7.2,2.808 -8.928,4.824 -1.656,1.944 -3.528,4.68 -2.664,5.544 z"
+       style="fill:#000000;stroke:none" />
+    <g
+       id="g6149">
+      <path
+         inkscape:connector-curvature="0"
+         id="path6151"
+         d="m 228.639,257.327 c 1.459,1.45 2.703,-2.12 4.205,-3.307 1.501,-1.186 3.93,-3.732 8.639,-3.732 4.71,-0.001 4.415,-0.128 4.209,-1.94 -0.138,-1.743 -1.543,-1.593 -5.749,-0.979 -4.206,0.543 -7.029,2.702 -8.712,4.648 -1.615,1.878 -3.437,4.475 -2.592,5.31 z"
+         style="fill:#050505;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6153"
+         d="m 228.972,256.959 c 1.407,1.388 2.599,-2.008 4.089,-3.157 1.491,-1.149 3.901,-3.576 8.424,-3.577 4.522,-0.001 4.293,-0.111 4.096,-1.863 -0.131,-1.687 -1.501,-1.53 -5.594,-0.951 -4.092,0.51 -6.857,2.596 -8.495,4.472 -1.574,1.812 -3.347,4.271 -2.52,5.076 z"
+         style="fill:#0a0a0a;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6155"
+         d="m 229.305,256.591 c 1.354,1.327 2.494,-1.895 3.974,-3.007 1.48,-1.112 3.871,-3.421 8.207,-3.422 4.336,-0.002 4.171,-0.094 3.985,-1.786 -0.126,-1.631 -1.46,-1.467 -5.439,-0.923 -3.979,0.478 -6.686,2.491 -8.28,4.297 -1.531,1.745 -3.256,4.065 -2.447,4.841 z"
+         style="fill:#0f0f0f;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6157"
+         d="m 229.638,256.223 c 1.301,1.265 2.389,-1.783 3.858,-2.857 1.47,-1.075 3.842,-3.265 7.991,-3.267 4.15,-0.002 4.05,-0.077 3.873,-1.709 -0.119,-1.575 -1.419,-1.404 -5.284,-0.895 -3.865,0.445 -6.514,2.385 -8.063,4.121 -1.49,1.679 -3.165,3.861 -2.375,4.607 z"
+         style="fill:#141414;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6159"
+         d="m 229.97,255.856 c 1.249,1.202 2.285,-1.671 3.744,-2.708 1.458,-1.037 3.812,-3.109 7.774,-3.112 3.963,-0.003 3.929,-0.06 3.761,-1.632 -0.113,-1.519 -1.377,-1.341 -5.128,-0.867 -3.751,0.413 -6.344,2.279 -7.847,3.945 -1.449,1.613 -3.075,3.656 -2.304,4.374 z"
+         style="fill:#191919;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6161"
+         d="m 230.303,255.488 c 1.196,1.141 2.181,-1.559 3.629,-2.558 1.447,-1 3.782,-2.954 7.558,-2.957 3.776,-0.003 3.806,-0.043 3.649,-1.555 -0.107,-1.462 -1.336,-1.278 -4.974,-0.839 -3.637,0.38 -6.172,2.174 -7.63,3.77 -1.408,1.546 -2.984,3.451 -2.232,4.139 z"
+         style="fill:#1e1e1e;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6163"
+         d="m 230.636,255.12 c 1.143,1.079 2.076,-1.446 3.513,-2.409 1.437,-0.962 3.753,-2.797 7.342,-2.801 3.589,-0.003 3.685,-0.026 3.537,-1.479 -0.1,-1.405 -1.294,-1.214 -4.818,-0.81 -3.524,0.348 -6.001,2.068 -7.415,3.594 -1.366,1.48 -2.893,3.246 -2.159,3.905 z"
+         style="fill:#232323;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6165"
+         d="m 230.969,254.752 c 1.09,1.017 1.971,-1.334 3.398,-2.259 1.426,-0.925 3.723,-2.641 7.125,-2.645 3.403,-0.005 3.564,-0.01 3.426,-1.403 -0.095,-1.349 -1.253,-1.151 -4.664,-0.782 -3.409,0.315 -5.829,1.962 -7.198,3.419 -1.325,1.413 -2.803,3.041 -2.087,3.67 z"
+         style="fill:#282828;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6167"
+         d="m 231.302,254.385 c 1.038,0.955 1.866,-1.222 3.282,-2.11 1.416,-0.887 3.694,-2.486 6.909,-2.49 3.217,-0.005 3.443,0.007 3.314,-1.326 -0.088,-1.293 -1.212,-1.088 -4.508,-0.754 -3.296,0.283 -5.658,1.857 -6.982,3.243 -1.284,1.347 -2.712,2.836 -2.015,3.437 z"
+         style="fill:#2d2d2d;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6169"
+         d="m 231.635,254.017 c 0.985,0.893 1.762,-1.11 3.167,-1.96 1.405,-0.85 3.664,-2.33 6.693,-2.335 3.029,-0.006 3.32,0.023 3.202,-1.249 -0.082,-1.237 -1.171,-1.025 -4.354,-0.726 -3.182,0.25 -5.486,1.751 -6.765,3.067 -1.243,1.281 -2.622,2.632 -1.943,3.203 z"
+         style="fill:#333333;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6171"
+         d="m 231.968,253.649 c 0.932,0.831 1.657,-0.998 3.051,-1.81 1.395,-0.813 3.635,-2.174 6.477,-2.18 2.843,-0.006 3.199,0.04 3.09,-1.172 -0.076,-1.18 -1.129,-0.962 -4.198,-0.697 -3.068,0.217 -5.315,1.644 -6.55,2.891 -1.201,1.214 -2.53,2.427 -1.87,2.968 z"
+         style="fill:#383838;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6173"
+         d="m 232.3,253.281 c 0.88,0.77 1.553,-0.885 2.937,-1.66 1.383,-0.776 3.605,-2.019 6.26,-2.025 2.656,-0.006 3.078,0.057 2.979,-1.095 -0.07,-1.124 -1.088,-0.899 -4.044,-0.669 -2.954,0.184 -5.144,1.539 -6.333,2.715 -1.16,1.148 -2.44,2.222 -1.799,2.734 z"
+         style="fill:#3d3d3d;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6175"
+         d="m 232.633,252.914 c 0.827,0.707 1.448,-0.774 2.821,-1.512 1.373,-0.737 3.576,-1.862 6.044,-1.869 2.47,-0.007 2.956,0.074 2.867,-1.019 -0.063,-1.067 -1.046,-0.835 -3.888,-0.64 -2.841,0.152 -4.973,1.433 -6.117,2.54 -1.118,1.081 -2.35,2.017 -1.727,2.5 z"
+         style="fill:#424242;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6177"
+         d="m 232.966,252.546 c 0.774,0.645 1.344,-0.661 2.706,-1.362 1.362,-0.7 3.546,-1.706 5.828,-1.713 2.283,-0.008 2.834,0.09 2.755,-0.943 -0.058,-1.011 -1.006,-0.772 -3.734,-0.612 -2.727,0.119 -4.801,1.327 -5.9,2.364 -1.077,1.015 -2.259,1.812 -1.655,2.266 z"
+         style="fill:#474747;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6179"
+         d="m 233.299,252.178 c 0.721,0.584 1.239,-0.549 2.59,-1.212 1.352,-0.663 3.516,-1.551 5.612,-1.558 2.096,-0.009 2.713,0.107 2.643,-0.866 -0.051,-0.955 -0.964,-0.709 -3.578,-0.584 -2.613,0.087 -4.63,1.222 -5.685,2.188 -1.035,0.949 -2.168,1.608 -1.582,2.032 z"
+         style="fill:#4c4c4c;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6181"
+         d="m 233.632,251.81 c 0.669,0.522 1.134,-0.436 2.475,-1.062 1.341,-0.626 3.486,-1.395 5.395,-1.403 1.91,-0.009 2.591,0.124 2.531,-0.789 -0.044,-0.898 -0.922,-0.646 -3.423,-0.556 -2.499,0.054 -4.458,1.116 -5.468,2.013 -0.994,0.882 -2.077,1.402 -1.51,1.797 z"
+         style="fill:#515151;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6183"
+         d="m 233.965,251.443 c 0.616,0.459 1.029,-0.325 2.36,-0.913 1.33,-0.588 3.456,-1.24 5.178,-1.248 1.723,-0.009 2.47,0.141 2.42,-0.712 -0.039,-0.842 -0.881,-0.583 -3.268,-0.528 -2.386,0.022 -4.287,1.01 -5.252,1.837 -0.953,0.816 -1.987,1.198 -1.438,1.564 z"
+         style="fill:#565656;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6185"
+         d="m 234.298,251.075 c 0.563,0.398 0.925,-0.212 2.244,-0.763 1.32,-0.551 3.427,-1.084 4.963,-1.093 1.536,-0.01 2.348,0.158 2.307,-0.635 -0.032,-0.786 -0.839,-0.52 -3.113,-0.5 -2.271,-0.011 -4.115,0.905 -5.035,1.662 -0.912,0.749 -1.897,0.992 -1.366,1.329 z"
+         style="fill:#5b5b5b;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6187"
+         d="m 234.63,250.707 c 0.511,0.336 0.821,-0.1 2.13,-0.613 1.308,-0.514 3.397,-0.928 4.746,-0.938 1.35,-0.01 2.227,0.175 2.196,-0.558 -0.026,-0.73 -0.799,-0.457 -2.958,-0.472 -2.158,-0.043 -3.945,0.799 -4.82,1.486 -0.87,0.683 -1.805,0.788 -1.294,1.095 z"
+         style="fill:#606060;stroke:none" />
+    </g>
+    <path
+       inkscape:connector-curvature="0"
+       id="path6189"
+       d="m 234.963,250.339 c 0.458,0.274 0.716,0.012 2.014,-0.464 1.298,-0.476 3.368,-0.772 4.53,-0.782 1.163,-0.011 2.105,0.191 2.084,-0.482 -0.02,-0.673 -0.757,-0.393 -2.803,-0.443 -2.044,-0.076 -3.773,0.693 -4.603,1.31 -0.829,0.617 -1.715,0.583 -1.222,0.861 z"
+       style="fill:#666666;stroke:none" />
+  </g>
+  <g
+     id="g6191">
+    <path
+       inkscape:connector-curvature="0"
+       id="path6193"
+       d="m 247.818,248.262 c 0,2.304 4.68,3.096 9.144,3.744 4.392,0.648 7.92,1.512 8.136,6.12 0.216,4.536 -0.936,7.776 1.08,7.416 4.32,-0.792 5.904,-5.472 5.832,-7.632 0,-2.16 -3.168,-6.048 -8.856,-8.208 -4.176,-1.584 -7.2,-2.304 -10.872,-2.448 -4.896,-0.216 -4.464,1.008 -4.464,1.008 z"
+       style="fill:#000000;stroke:none" />
+    <g
+       id="g6195">
+      <path
+         inkscape:connector-curvature="0"
+         id="path6197"
+         d="m 247.944,248.301 c 0.012,2.239 4.643,2.97 9.049,3.639 4.352,0.674 7.75,1.51 8.111,6.002 0.344,4.415 -0.854,7.514 1.135,7.189 4.145,-0.74 5.688,-5.201 5.608,-7.332 -0.015,-2.152 -3.118,-5.911 -8.734,-8.039 -4.129,-1.564 -7.11,-2.298 -10.74,-2.452 -4.754,-0.217 -4.438,0.952 -4.429,0.993 z"
+         style="fill:#030303;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6199"
+         d="m 248.07,248.339 c 0.024,2.174 4.606,2.845 8.953,3.534 4.312,0.701 7.581,1.508 8.087,5.885 0.471,4.294 -0.771,7.251 1.19,6.962 3.97,-0.689 5.473,-4.93 5.384,-7.033 -0.029,-2.144 -3.069,-5.773 -8.611,-7.87 -4.082,-1.543 -7.022,-2.291 -10.609,-2.456 -4.612,-0.218 -4.411,0.896 -4.394,0.978 z"
+         style="fill:#070707;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6201"
+         d="m 248.196,248.377 c 0.035,2.109 4.569,2.72 8.858,3.43 4.271,0.727 7.411,1.505 8.063,5.766 0.598,4.174 -0.69,6.989 1.244,6.736 3.796,-0.637 5.257,-4.66 5.16,-6.734 -0.044,-2.136 -3.019,-5.635 -8.489,-7.7 -4.035,-1.523 -6.932,-2.285 -10.477,-2.46 -4.47,-0.219 -4.385,0.839 -4.359,0.962 z"
+         style="fill:#0b0b0b;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6203"
+         d="m 248.322,248.416 c 0.047,2.043 4.532,2.594 8.762,3.324 4.232,0.754 7.242,1.504 8.039,5.649 0.725,4.052 -0.608,6.727 1.299,6.509 3.621,-0.586 5.041,-4.389 4.936,-6.435 -0.059,-2.128 -2.97,-5.497 -8.367,-7.531 -3.988,-1.502 -6.842,-2.278 -10.345,-2.464 -4.328,-0.22 -4.359,0.783 -4.324,0.948 z"
+         style="fill:#0f0f0f;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6205"
+         d="m 248.448,248.454 c 0.059,1.978 4.495,2.469 8.667,3.219 4.191,0.781 7.073,1.502 8.014,5.532 0.853,3.931 -0.526,6.464 1.354,6.282 3.446,-0.535 4.825,-4.118 4.712,-6.136 -0.074,-2.119 -2.92,-5.359 -8.245,-7.361 -3.941,-1.482 -6.753,-2.272 -10.213,-2.469 -4.186,-0.221 -4.333,0.727 -4.289,0.933 z"
+         style="fill:#131313;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6207"
+         d="m 248.574,248.492 c 0.071,1.913 4.459,2.344 8.572,3.115 4.15,0.807 6.903,1.5 7.989,5.413 0.981,3.811 -0.444,6.202 1.409,6.056 3.271,-0.483 4.609,-3.848 4.488,-5.836 -0.088,-2.112 -2.87,-5.222 -8.123,-7.193 -3.893,-1.461 -6.663,-2.265 -10.08,-2.472 -4.045,-0.222 -4.308,0.67 -4.255,0.917 z"
+         style="fill:#161616;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6209"
+         d="m 248.7,248.531 c 0.082,1.847 4.422,2.218 8.476,3.009 4.111,0.833 6.734,1.498 7.965,5.296 1.108,3.69 -0.361,5.94 1.464,5.829 3.096,-0.432 4.393,-3.577 4.264,-5.537 -0.103,-2.104 -2.821,-5.084 -8,-7.023 -3.847,-1.442 -6.575,-2.26 -9.949,-2.477 -3.903,-0.223 -4.282,0.614 -4.22,0.903 z"
+         style="fill:#1a1a1a;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6211"
+         d="m 248.826,248.569 c 0.094,1.782 4.385,2.093 8.381,2.905 4.07,0.859 6.564,1.495 7.94,5.178 1.236,3.568 -0.279,5.677 1.519,5.602 2.921,-0.381 4.177,-3.306 4.04,-5.238 -0.118,-2.096 -2.771,-4.946 -7.878,-6.854 -3.8,-1.421 -6.485,-2.253 -9.817,-2.48 -3.762,-0.224 -4.256,0.557 -4.185,0.887 z"
+         style="fill:#1e1e1e;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6213"
+         d="m 248.952,248.607 c 0.106,1.717 4.348,1.968 8.285,2.8 4.03,0.886 6.395,1.494 7.916,5.06 1.363,3.448 -0.197,5.415 1.574,5.376 2.746,-0.329 3.962,-3.036 3.816,-4.939 -0.133,-2.087 -2.722,-4.808 -7.756,-6.684 -3.753,-1.401 -6.395,-2.247 -9.685,-2.485 -3.62,-0.225 -4.229,0.501 -4.15,0.872 z"
+         style="fill:#222222;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6215"
+         d="m 249.078,248.645 c 0.118,1.652 4.311,1.842 8.19,2.695 3.99,0.913 6.225,1.492 7.891,4.943 1.491,3.327 -0.115,5.152 1.629,5.149 2.571,-0.278 3.746,-2.765 3.592,-4.64 -0.147,-2.079 -2.672,-4.671 -7.634,-6.515 -3.705,-1.38 -6.306,-2.24 -9.553,-2.489 -3.478,-0.226 -4.203,0.445 -4.115,0.857 z"
+         style="fill:#262626;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6217"
+         d="m 249.204,248.684 c 0.129,1.587 4.274,1.716 8.094,2.59 3.95,0.939 6.056,1.489 7.867,4.825 1.618,3.206 -0.033,4.89 1.684,4.922 2.396,-0.227 3.53,-2.494 3.368,-4.34 -0.162,-2.072 -2.623,-4.534 -7.512,-6.347 -3.658,-1.359 -6.216,-2.233 -9.421,-2.492 -3.336,-0.227 -4.177,0.389 -4.08,0.842 z"
+         style="fill:#2a2a2a;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6219"
+         d="m 249.33,248.722 c 0.141,1.522 4.237,1.591 7.999,2.485 3.909,0.966 5.886,1.488 7.842,4.707 1.746,3.085 0.05,4.628 1.739,4.696 2.221,-0.175 3.314,-2.224 3.144,-4.041 -0.177,-2.064 -2.573,-4.396 -7.389,-6.177 -3.612,-1.339 -6.128,-2.227 -9.29,-2.497 -3.194,-0.228 -4.151,0.333 -4.045,0.827 z"
+         style="fill:#2d2d2d;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6221"
+         d="m 249.456,248.76 c 0.153,1.457 4.2,1.466 7.903,2.381 3.87,0.992 5.717,1.485 7.819,4.589 1.872,2.964 0.131,4.365 1.793,4.469 2.047,-0.124 3.098,-1.953 2.92,-3.742 -0.192,-2.055 -2.524,-4.258 -7.267,-6.008 -3.565,-1.319 -6.038,-2.22 -9.158,-2.5 -3.052,-0.229 -4.125,0.276 -4.01,0.811 z"
+         style="fill:#313131;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6223"
+         d="m 249.582,248.799 c 0.165,1.391 4.163,1.34 7.808,2.275 3.829,1.018 5.547,1.483 7.794,4.472 2,2.843 0.213,4.103 1.848,4.242 1.872,-0.073 2.882,-1.682 2.696,-3.443 -0.206,-2.047 -2.474,-4.12 -7.145,-5.838 -3.517,-1.299 -5.948,-2.215 -9.026,-2.505 -2.91,-0.23 -4.099,0.22 -3.975,0.797 z"
+         style="fill:#353535;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6225"
+         d="m 249.708,248.837 c 0.176,1.326 4.126,1.215 7.713,2.17 3.788,1.045 5.377,1.482 7.769,4.354 2.127,2.723 0.295,3.841 1.902,4.016 1.698,-0.021 2.667,-1.412 2.473,-3.144 -0.221,-2.039 -2.424,-3.982 -7.023,-5.669 -3.47,-1.278 -5.859,-2.208 -8.894,-2.509 -2.768,-0.231 -4.073,0.164 -3.94,0.782 z"
+         style="fill:#393939;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6227"
+         d="m 249.834,248.875 c 0.188,1.261 4.089,1.09 7.617,2.066 3.749,1.071 5.208,1.479 7.745,4.236 2.255,2.601 0.377,3.578 1.957,3.789 1.523,0.03 2.452,-1.141 2.249,-2.844 -0.236,-2.032 -2.375,-3.845 -6.901,-5.5 -3.423,-1.258 -5.769,-2.202 -8.762,-2.513 -2.626,-0.232 -4.046,0.107 -3.905,0.766 z"
+         style="fill:#3d3d3d;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6229"
+         d="m 249.96,248.914 c 0.2,1.195 4.052,0.964 7.522,1.96 3.708,1.098 5.038,1.477 7.72,4.118 2.383,2.481 0.46,3.317 2.012,3.563 1.348,0.081 2.236,-0.87 2.025,-2.545 -0.251,-2.023 -2.325,-3.707 -6.778,-5.331 -3.376,-1.237 -5.681,-2.195 -8.631,-2.517 -2.484,-0.233 -4.02,0.051 -3.87,0.752 z"
+         style="fill:#414141;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6231"
+         d="m 250.086,248.952 c 0.212,1.13 4.015,0.839 7.426,1.856 3.669,1.124 4.869,1.475 7.696,4 2.51,2.36 0.542,3.054 2.067,3.336 1.173,0.133 2.02,-0.6 1.801,-2.246 -0.265,-2.015 -2.276,-3.569 -6.656,-5.161 -3.329,-1.217 -5.591,-2.189 -8.499,-2.521 -2.343,-0.234 -3.994,-0.006 -3.835,0.736 z"
+         style="fill:#444444;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6233"
+         d="m 250.212,248.99 c 0.223,1.065 3.978,0.714 7.331,1.751 3.628,1.151 4.699,1.473 7.671,3.883 2.638,2.239 0.624,2.791 2.122,3.109 0.998,0.184 1.804,-0.329 1.577,-1.947 -0.28,-2.007 -2.226,-3.431 -6.534,-4.992 -3.282,-1.196 -5.501,-2.182 -8.367,-2.525 -2.201,-0.235 -3.968,-0.062 -3.8,0.721 z"
+         style="fill:#484848;stroke:none" />
+    </g>
+    <path
+       inkscape:connector-curvature="0"
+       id="path6235"
+       d="m 250.338,249.028 c 0.235,1 3.941,0.588 7.235,1.646 3.588,1.177 4.53,1.471 7.647,3.765 2.765,2.118 0.706,2.529 2.177,2.883 0.823,0.235 1.588,-0.059 1.353,-1.648 -0.295,-1.999 -2.177,-3.294 -6.412,-4.823 -3.235,-1.176 -5.412,-2.176 -8.235,-2.529 -2.059,-0.236 -3.942,-0.118 -3.765,0.706 z"
+       style="fill:#4c4c4c;stroke:none" />
+  </g>
+  <g
+     id="g6237">
+    <path
+       inkscape:connector-curvature="0"
+       id="path6239"
+       d="m 265.161,253.851 c 1.647,1 1.353,2.059 2.412,2.765 0.529,0.352 1.412,0.352 0.882,-1 -0.706,-1.588 -1.294,-2.471 -4.941,-3.942 -2.353,-0.941 -1.882,0.059 1.647,2.177 z"
+       style="fill:#4c4c4c;stroke:none" />
+    <g
+       id="g6241">
+      <path
+         inkscape:connector-curvature="0"
+         id="path6243"
+         d="m 265.205,253.864 c 1.607,0.975 1.32,2.008 2.353,2.697 0.516,0.343 1.377,0.343 0.86,-0.976 -0.689,-1.549 -1.262,-2.41 -4.82,-3.845 -2.295,-0.918 -1.836,0.058 1.607,2.124 z"
+         style="fill:#505050;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6245"
+         d="m 265.249,253.876 c 1.566,0.951 1.286,1.958 2.293,2.629 0.503,0.335 1.343,0.335 0.839,-0.951 -0.671,-1.51 -1.23,-2.35 -4.699,-3.749 -2.237,-0.894 -1.79,0.057 1.567,2.071 z"
+         style="fill:#545454;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6247"
+         d="m 265.292,253.888 c 1.526,0.926 1.254,1.908 2.235,2.562 0.49,0.326 1.308,0.326 0.817,-0.927 -0.654,-1.471 -1.199,-2.289 -4.578,-3.652 -2.18,-0.872 -1.743,0.055 1.526,2.017 z"
+         style="fill:#575757;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6249"
+         d="m 265.336,253.9 c 1.485,0.902 1.22,1.857 2.175,2.494 0.478,0.318 1.274,0.318 0.796,-0.902 -0.637,-1.432 -1.167,-2.229 -4.457,-3.556 -2.122,-0.848 -1.697,0.054 1.486,1.964 z"
+         style="fill:#5b5b5b;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6251"
+         d="m 265.379,253.912 c 1.446,0.878 1.188,1.807 2.117,2.426 0.464,0.309 1.239,0.309 0.774,-0.877 -0.62,-1.394 -1.136,-2.168 -4.336,-3.459 -2.065,-0.826 -1.651,0.052 1.445,1.91 z"
+         style="fill:#5f5f5f;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6253"
+         d="m 265.423,253.924 c 1.405,0.853 1.154,1.757 2.058,2.359 0.451,0.3 1.204,0.3 0.752,-0.853 -0.602,-1.355 -1.104,-2.108 -4.215,-3.363 -2.007,-0.802 -1.605,0.051 1.405,1.857 z"
+         style="fill:#636363;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6255"
+         d="m 265.467,253.937 c 1.364,0.828 1.121,1.705 1.998,2.29 0.438,0.292 1.17,0.292 0.731,-0.828 -0.585,-1.316 -1.072,-2.047 -4.094,-3.266 -1.949,-0.78 -1.559,0.049 1.365,1.804 z"
+         style="fill:#676767;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6257"
+         d="m 265.51,253.949 c 1.325,0.804 1.088,1.655 1.94,2.223 0.425,0.283 1.135,0.283 0.709,-0.804 -0.568,-1.277 -1.041,-1.987 -3.973,-3.17 -1.892,-0.756 -1.513,0.048 1.324,1.751 z"
+         style="fill:#6b6b6b;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6259"
+         d="m 265.554,253.961 c 1.284,0.779 1.055,1.605 1.88,2.155 0.413,0.275 1.101,0.275 0.688,-0.779 -0.55,-1.238 -1.009,-1.927 -3.852,-3.073 -1.834,-0.734 -1.467,0.046 1.284,1.697 z"
+         style="fill:#6e6e6e;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6261"
+         d="m 265.598,253.973 c 1.243,0.755 1.021,1.554 1.821,2.087 0.399,0.266 1.066,0.266 0.666,-0.755 -0.533,-1.199 -0.977,-1.865 -3.731,-2.976 -1.776,-0.71 -1.421,0.045 1.244,1.644 z"
+         style="fill:#727272;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6263"
+         d="m 265.641,253.985 c 1.204,0.731 0.989,1.504 1.762,2.02 0.387,0.257 1.032,0.257 0.645,-0.731 -0.516,-1.16 -0.946,-1.805 -3.61,-2.879 -1.719,-0.687 -1.375,0.043 1.203,1.59 z"
+         style="fill:#767676;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6265"
+         d="m 265.685,253.997 c 1.163,0.706 0.955,1.454 1.703,1.952 0.373,0.249 0.997,0.249 0.623,-0.706 -0.499,-1.121 -0.914,-1.744 -3.489,-2.783 -1.661,-0.664 -1.329,0.042 1.163,1.537 z"
+         style="fill:#7a7a7a;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6267"
+         d="m 265.729,254.009 c 1.122,0.682 0.922,1.404 1.643,1.885 0.361,0.24 0.963,0.24 0.602,-0.682 -0.482,-1.082 -0.882,-1.684 -3.368,-2.686 -1.603,-0.641 -1.282,0.04 1.123,1.483 z"
+         style="fill:#7e7e7e;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6269"
+         d="m 265.772,254.022 c 1.082,0.657 0.889,1.352 1.585,1.816 0.348,0.232 0.928,0.232 0.58,-0.657 -0.464,-1.043 -0.851,-1.623 -3.247,-2.59 -1.546,-0.618 -1.236,0.039 1.082,1.431 z"
+         style="fill:#828282;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6271"
+         d="m 265.816,254.034 c 1.042,0.632 0.856,1.302 1.525,1.748 0.335,0.223 0.893,0.223 0.558,-0.632 -0.446,-1.005 -0.818,-1.563 -3.125,-2.493 -1.488,-0.595 -1.19,0.037 1.042,1.377 z"
+         style="fill:#858585;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6273"
+         d="m 265.86,254.046 c 1.001,0.608 0.822,1.252 1.466,1.681 0.322,0.214 0.858,0.214 0.536,-0.608 -0.429,-0.966 -0.786,-1.502 -3.004,-2.397 -1.43,-0.572 -1.144,0.036 1.002,1.324 z"
+         style="fill:#898989;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6275"
+         d="m 265.903,254.058 c 0.961,0.584 0.79,1.201 1.408,1.613 0.308,0.206 0.823,0.206 0.514,-0.583 -0.412,-0.927 -0.755,-1.442 -2.883,-2.3 -1.373,-0.549 -1.098,0.034 0.961,1.27 z"
+         style="fill:#8d8d8d;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6277"
+         d="m 265.947,254.07 c 0.921,0.559 0.756,1.151 1.348,1.546 0.296,0.197 0.789,0.197 0.493,-0.559 -0.394,-0.888 -0.723,-1.381 -2.762,-2.204 -1.315,-0.526 -1.052,0.033 0.921,1.217 z"
+         style="fill:#919191;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6279"
+         d="m 265.991,254.082 c 0.88,0.535 0.723,1.101 1.289,1.478 0.283,0.189 0.754,0.189 0.471,-0.534 -0.377,-0.849 -0.691,-1.321 -2.641,-2.107 -1.257,-0.503 -1.006,0.031 0.881,1.163 z"
+         style="fill:#959595;stroke:none" />
+    </g>
+    <path
+       inkscape:connector-curvature="0"
+       id="path6281"
+       d="m 266.034,254.094 c 0.84,0.51 0.69,1.05 1.23,1.41 0.27,0.18 0.72,0.18 0.45,-0.51 -0.36,-0.81 -0.66,-1.26 -2.52,-2.01 -1.2,-0.48 -0.96,0.03 0.84,1.11 z"
+       style="fill:#999999;stroke:none" />
+  </g>
+  <g
+     transform="translate(104.88731,182.32409)"
+     id="Layer_1"
+     i:layer="yes"
+     i:dimmedPercent="50"
+     i:rgbTrio="#4F008000FFFF">
+    <g
+       id="g6365">
+      <path
+         style="fill:#d70751"
+         inkscape:connector-curvature="0"
+         i:knockout="Off"
+         d="m 51.986,57.297 c -1.797,0.025 0.34,0.926 2.686,1.287 0.648,-0.506 1.236,-1.018 1.76,-1.516 -1.461,0.358 -2.948,0.366 -4.446,0.229"
+         id="path6367" />
+      <path
+         style="fill:#d70751"
+         inkscape:connector-curvature="0"
+         i:knockout="Off"
+         d="m 61.631,54.893 c 1.07,-1.477 1.85,-3.094 2.125,-4.766 -0.24,1.192 -0.887,2.221 -1.496,3.307 -3.359,2.115 -0.316,-1.256 -0.002,-2.537 -3.612,4.546 -0.496,2.726 -0.627,3.996"
+         id="path6369" />
+      <path
+         style="fill:#d70751"
+         inkscape:connector-curvature="0"
+         i:knockout="Off"
+         d="m 65.191,45.629 c 0.217,-3.236 -0.637,-2.213 -0.924,-0.978 0.335,0.174 0.6,2.281 0.924,0.978"
+         id="path6371" />
+      <path
+         style="fill:#d70751"
+         inkscape:connector-curvature="0"
+         i:knockout="Off"
+         d="m 45.172,1.399 c 0.959,0.172 2.072,0.304 1.916,0.533 1.049,-0.23 1.287,-0.442 -1.916,-0.533"
+         id="path6373" />
+      <path
+         style="fill:#d70751"
+         inkscape:connector-curvature="0"
+         i:knockout="Off"
+         d="M 47.088,1.932 46.41,2.072 47.041,2.016 47.088,1.932"
+         id="path6375" />
+      <path
+         style="fill:#d70751"
+         inkscape:connector-curvature="0"
+         i:knockout="Off"
+         d="m 76.992,46.856 c 0.107,2.906 -0.85,4.316 -1.713,6.812 l -1.553,0.776 c -1.271,2.468 0.123,1.567 -0.787,3.53 -1.984,1.764 -6.021,5.52 -7.313,5.863 -0.943,-0.021 0.639,-1.113 0.846,-1.541 -2.656,1.824 -2.131,2.738 -6.193,3.846 L 60.16,65.878 C 50.142,70.591 36.226,61.251 36.409,48.507 c -0.107,0.809 -0.304,0.607 -0.526,0.934 -0.517,-6.557 3.028,-13.143 9.007,-15.832 5.848,-2.895 12.704,-1.707 16.893,2.197 -2.301,-3.014 -6.881,-6.209 -12.309,-5.91 -5.317,0.084 -10.291,3.463 -11.951,7.131 -2.724,1.715 -3.04,6.611 -4.227,7.507 -1.597,11.737 3.004,16.808 10.787,22.773 1.225,0.826 0.345,0.951 0.511,1.58 -2.586,-1.211 -4.954,-3.039 -6.901,-5.277 1.033,1.512 2.148,2.982 3.589,4.137 -2.438,-0.826 -5.695,-5.908 -6.646,-6.115 4.203,7.525 17.052,13.197 23.78,10.383 -3.113,0.115 -7.068,0.064 -10.566,-1.229 -1.469,-0.756 -3.467,-2.322 -3.11,-2.615 9.182,3.43 18.667,2.598 26.612,-3.771 2.021,-1.574 4.229,-4.252 4.867,-4.289 -0.961,1.445 0.164,0.695 -0.574,1.971 2.014,-3.248 -0.875,-1.322 2.082,-5.609 l 1.092,1.504 c -0.406,-2.696 3.348,-5.97 2.967,-10.234 0.861,-1.304 0.961,1.403 0.047,4.403 1.268,-3.328 0.334,-3.863 0.66,-6.609 0.352,0.923 0.814,1.904 1.051,2.878 -0.826,-3.216 0.848,-5.416 1.262,-7.285 -0.408,-0.181 -1.275,1.422 -1.473,-2.377 0.029,-1.65 0.459,-0.865 0.625,-1.271 -0.324,-0.186 -1.174,-1.451 -1.691,-3.877 0.375,-0.57 1.002,1.478 1.512,1.562 -0.328,-1.929 -0.893,-3.4 -0.916,-4.88 -1.49,-3.114 -0.527,0.415 -1.736,-1.337 -1.586,-4.947 1.316,-1.148 1.512,-3.396 2.404,3.483 3.775,8.881 4.404,11.117 -0.48,-2.726 -1.256,-5.367 -2.203,-7.922 0.73,0.307 -1.176,-5.609 0.949,-1.691 C 83.519,18.706 76.074,10.902 69.225,7.24 70.063,8.007 71.121,8.97 70.741,9.121 67.335,7.093 67.934,6.935 67.446,6.078 64.671,4.949 64.489,6.169 62.651,6.08 57.421,3.306 56.413,3.601 51.6,1.863 l 0.219,1.023 c -3.465,-1.154 -4.037,0.438 -7.782,0.004 -0.228,-0.178 1.2,-0.644 2.375,-0.815 -3.35,0.442 -3.193,-0.66 -6.471,0.122 0.808,-0.567 1.662,-0.942 2.524,-1.424 -2.732,0.166 -6.522,1.59 -5.352,0.295 -4.456,1.988 -12.37,4.779 -16.811,8.943 l -0.14,-0.933 c -2.035,2.443 -8.874,7.296 -9.419,10.46 l -0.544,0.127 c -1.059,1.793 -1.744,3.825 -2.584,5.67 -1.385,2.36 -2.03,0.908 -1.833,1.278 -2.724,5.523 -4.077,10.164 -5.246,13.97 0.833,1.245 0.02,7.495 0.335,12.497 -1.368,24.704 17.338,48.69 37.785,54.228 2.997,1.072 7.454,1.031 11.245,1.141 -4.473,-1.279 -5.051,-0.678 -9.408,-2.197 -3.143,-1.48 -3.832,-3.17 -6.058,-5.102 l 0.881,1.557 c -4.366,-1.545 -2.539,-1.912 -6.091,-3.037 l 0.941,-1.229 C 28.751,98.334 26.418,96.056 25.78,94.795 l -1.548,0.061 c -1.86,-2.295 -2.851,-3.949 -2.779,-5.23 l -0.5,0.891 c -0.567,-0.973 -6.843,-8.607 -3.587,-6.83 -0.605,-0.553 -1.409,-0.9 -2.281,-2.484 l 0.663,-0.758 c -1.567,-2.016 -2.884,-4.6 -2.784,-5.461 0.836,1.129 1.416,1.34 1.99,1.533 -3.957,-9.818 -4.179,-0.541 -7.176,-9.994 L 8.412,66.472 C 7.926,65.74 7.631,64.945 7.24,64.165 l 0.276,-2.75 C 4.667,58.121 6.719,47.409 7.13,41.534 7.415,39.145 9.508,36.602 11.1,32.614 l -0.97,-0.167 c 1.854,-3.234 10.586,-12.988 14.63,-12.486 1.959,-2.461 -0.389,-0.009 -0.772,-0.629 4.303,-4.453 5.656,-3.146 8.56,-3.947 3.132,-1.859 -2.688,0.725 -1.203,-0.709 5.414,-1.383 3.837,-3.144 10.9,-3.846 0.745,0.424 -1.729,0.655 -2.35,1.205 4.511,-2.207 14.275,-1.705 20.617,1.225 7.359,3.439 15.627,13.605 15.953,23.17 l 0.371,0.1 c -0.188,3.802 0.582,8.199 -0.752,12.238 l 0.908,-1.912"
+         id="path6377" />
+      <path
+         style="fill:#d70751"
+         inkscape:connector-curvature="0"
+         i:knockout="Off"
+         d="m 32.372,59.764 -0.252,1.26 c 1.181,1.604 2.118,3.342 3.626,4.596 -1.085,-2.118 -1.891,-2.993 -3.374,-5.856"
+         id="path6379" />
+      <path
+         style="fill:#d70751"
+         inkscape:connector-curvature="0"
+         i:knockout="Off"
+         d="m 35.164,59.654 c -0.625,-0.691 -0.995,-1.523 -1.409,-2.352 0.396,1.457 1.207,2.709 1.962,3.982 l -0.553,-1.63"
+         id="path6381" />
+      <path
+         style="fill:#d70751"
+         inkscape:connector-curvature="0"
+         i:knockout="Off"
+         d="m 84.568,48.916 -0.264,0.662 c -0.484,3.438 -1.529,6.84 -3.131,9.994 1.77,-3.328 2.915,-6.968 3.395,-10.656"
+         id="path6383" />
+      <path
+         style="fill:#d70751"
+         inkscape:connector-curvature="0"
+         i:knockout="Off"
+         d="M 45.527,0.537 C 46.742,0.092 48.514,0.293 49.803,0 48.123,0.141 46.451,0.225 44.8,0.438 l 0.727,0.099"
+         id="path6385" />
+      <path
+         style="fill:#d70751"
+         inkscape:connector-curvature="0"
+         i:knockout="Off"
+         d="m 2.872,23.219 c 0.28,2.592 -1.95,3.598 0.494,1.889 1.31,-2.951 -0.512,-0.815 -0.494,-1.889"
+         id="path6387" />
+      <path
+         style="fill:#d70751"
+         inkscape:connector-curvature="0"
+         i:knockout="Off"
+         d="M 0,35.215 C 0.563,33.487 0.665,32.449 0.88,31.449 -0.676,33.438 0.164,33.862 0,35.215"
+         id="path6389" />
+    </g>
+  </g>
+</svg>