summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Minar <mic.liamg@gmail.com>2015-08-29 13:27:54 +0200
committerMichal Minar <mic.liamg@gmail.com>2015-08-29 13:27:54 +0200
commit4039213b0fa187c614801eb21d8578d902ea267e (patch)
treef689a44722cb1ebbcb42754e7b4ff2cea25bf6d1
parent070284b9a065523e21aaff8a40e8cb4d4821a099 (diff)
downloadxminad-4039213b0fa187c614801eb21d8578d902ea267e.tar.gz
xminad-4039213b0fa187c614801eb21d8578d902ea267e.tar.xz
xminad-4039213b0fa187c614801eb21d8578d902ea267e.zip
Fixup
Signed-off-by: Michal Minar <mic.liamg@gmail.com>
-rw-r--r--config/xmobar.config40
-rw-r--r--pic/Makefile22
-rw-r--r--pic/ORIGIN20
-rw-r--r--pic/bar-0.svg61
-rw-r--r--pic/bar-1.svg68
-rw-r--r--pic/bar-2.svg75
-rw-r--r--pic/bar-3.svg82
-rw-r--r--pic/bar-4.svg89
-rw-r--r--pic/bar-5.svg96
-rw-r--r--pic/bar-6.svg103
-rw-r--r--pic/bar-7.svg110
-rw-r--r--pic/bar-8.svg117
-rw-r--r--pic/bar-base.svg125
-rw-r--r--pic/cpu-core-i7.svg1609
-rw-r--r--pic/disk-usage.svg1292
-rw-r--r--pic/ethernet.svg815
-rw-r--r--pic/memory.svg191
-rw-r--r--pic/wlan.svg861
18 files changed, 5776 insertions, 0 deletions
diff --git a/config/xmobar.config b/config/xmobar.config
new file mode 100644
index 0000000..8985b0a
--- /dev/null
+++ b/config/xmobar.config
@@ -0,0 +1,40 @@
+Config { font = "xft:Sans:size=10"
+ , additionalFonts = []
+ , borderColor = "black"
+ , border = TopB
+ , bgColor = "#3c3c3c"
+ , fgColor = "#dfdfdf"
+ , alpha = 255
+ , position = BottomSize L 100 24
+ , textOffset = -1
+ , iconOffset = -1
+ , lowerOnStart = True
+ , pickBroadest = False
+ , persistent = True
+ , hideOnStart = False
+ , iconRoot = "."
+ , allDesktops = True
+ , overrideRedirect = False
+ , commands = [ Run UnsafeStdinReader
+ , Run Cpu ["-L","3","-H","50",
+ "--normal","green","--high","red",
+ "--template", "<action=`mate-system-monitor --show-processes-tab`>\
+ \<icon={{DATA_DIR}}/cpu-core-i7.xpm/> <ipat></action>",
+ "--", "--load-icon-pattern", "<icon={{DATA_DIR}}/bar-%%.xpm/>"] 10
+ , Run Memory ["-t","<action=`mate-system-monitor --show-resources-tab`>\
+ \<icon={{DATA_DIR}}/memory.xpm/> <usedipat></action>",
+ "--", "--used-icon-pattern", "<icon={{DATA_DIR}}/bar-%%.xpm/>"] 10
+ , Run DiskU [("/", "<action=`baobab` button=1>\
+ \<icon={{DATA_DIR}}/disk-usage.xpm/> / <usedipat></action>")]
+ ["--", "--used-icon-pattern", "<icon={{DATA_DIR}}/bar-%%.xpm/>"] 20
+ , Run Network "enp0s25" ["-L","0","-H","32",
+ "--normal","green","--high","red",
+ "-t", "<icon={{DATA_DIR}}/ethernet.xpm/> <rx>KB|<tx>KB"] 10
+ , Run Network "wlp3s0" ["-L","0","-H","32",
+ "--normal","green","--high","red",
+ "-t", "<icon={{DATA_DIR}}/wlan.xpm/> <rx>KB|<tx>KB"] 10
+ ]
+ , sepChar = "%"
+ , alignSep = "}{"
+ , template = "%UnsafeStdinReader% }{ %cpu% %memory% %disku% %enp0s25% %wlp3s0%"
+ }
diff --git a/pic/Makefile b/pic/Makefile
new file mode 100644
index 0000000..00e464b
--- /dev/null
+++ b/pic/Makefile
@@ -0,0 +1,22 @@
+HEIGHT=20
+OUT=$(addsuffix .xpm, $(basename $(filter-out bar-base.svg, $(wildcard *.svg))))
+DESTDIR=$(HOME)/.local/share/xminad
+DESTS=$(addprefix $(DESTDIR)/, $(OUT))
+
+.PHONY: all clean install
+
+all: $(OUT)
+
+install: $(DESTS)
+
+$(DESTDIR):
+ mkdir $(HOME)/.local/share/xminad
+
+$(DESTDIR)/%: $(DESTDIR) %
+ install -m 0644 $* $@
+
+%.xpm: %.svg
+ convert -resize x$(HEIGHT) -background none $? $@
+
+clean:
+ rm *.xpm
diff --git a/pic/ORIGIN b/pic/ORIGIN
new file mode 100644
index 0000000..c0bab92
--- /dev/null
+++ b/pic/ORIGIN
@@ -0,0 +1,20 @@
+Source of svg pictures
+----------------------
+
+## memory.svg
+- URL: https://upload.wikimedia.org/wikipedia/commons/8/8c/Integrated_circuit_icon.svg
+- LICENSE: LGPL
+- AUTHOR: Everaldo Coelho
+
+## cpu-core-i7.svg
+- URL: https://upload.wikimedia.org/wikipedia/commons/b/b4/Abstract_i7_CPU_icon.svg
+- LICENSE: WTF Public License
+- AUTHOR: Sven Slootweg
+
+## ethernet.svg, wlan.svg
+- URL: http://gnome-look.org/content/show.php/?content=128143
+- LICENSE: GPL
+
+## disk-usage.svg
+- URL: http://mate-desktop.org
+- LICENSE: GPL
diff --git a/pic/bar-0.svg b/pic/bar-0.svg
new file mode 100644
index 0000000..3d0078c
--- /dev/null
+++ b/pic/bar-0.svg
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ 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="210mm"
+ height="297mm"
+ viewBox="0 0 744.09448819 1052.3622047"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="bar-0.svg">
+ <defs
+ id="defs4" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="0.49497475"
+ inkscape:cx="-235.52965"
+ inkscape:cy="570.61028"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:window-width="1920"
+ inkscape:window-height="1008"
+ inkscape:window-x="0"
+ inkscape:window-y="48"
+ inkscape:window-maximized="0" />
+ <metadata
+ id="metadata7">
+ <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 />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1">
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:50;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 612.23128,30.662889 0,991.036411 -480.36808,0 0,-991.036411 480.36808,0 z"
+ id="rect3336"
+ inkscape:connector-curvature="0" />
+ </g>
+</svg>
diff --git a/pic/bar-1.svg b/pic/bar-1.svg
new file mode 100644
index 0000000..c346670
--- /dev/null
+++ b/pic/bar-1.svg
@@ -0,0 +1,68 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ 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="210mm"
+ height="297mm"
+ viewBox="0 0 744.09448819 1052.3622047"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="bar-1.svg">
+ <defs
+ id="defs4" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="0.49497475"
+ inkscape:cx="-237.54996"
+ inkscape:cy="570.61028"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:window-width="1920"
+ inkscape:window-height="1008"
+ inkscape:window-x="0"
+ inkscape:window-y="48"
+ inkscape:window-maximized="0" />
+ <metadata
+ id="metadata7">
+ <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 />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1">
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:50;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 612.23128,30.662889 0,991.036411 -480.36808,0 0,-991.036411 480.36808,0 z"
+ id="rect3336"
+ inkscape:connector-curvature="0" />
+ <rect
+ style="fill:#999999;fill-opacity:1;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none"
+ id="rect4143"
+ width="400"
+ height="96.974648"
+ x="172.04724"
+ y="900.45532" />
+ </g>
+</svg>
diff --git a/pic/bar-2.svg b/pic/bar-2.svg
new file mode 100644
index 0000000..d46e3b0
--- /dev/null
+++ b/pic/bar-2.svg
@@ -0,0 +1,75 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ 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="210mm"
+ height="297mm"
+ viewBox="0 0 744.09448819 1052.3622047"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="bar-2.svg">
+ <defs
+ id="defs4" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="0.49497475"
+ inkscape:cx="67.516108"
+ inkscape:cy="570.61028"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:window-width="1920"
+ inkscape:window-height="1008"
+ inkscape:window-x="0"
+ inkscape:window-y="48"
+ inkscape:window-maximized="0" />
+ <metadata
+ id="metadata7">
+ <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>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1">
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:50;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 612.23128,30.662889 0,991.036411 -480.36808,0 0,-991.036411 480.36808,0 z"
+ id="rect3336"
+ inkscape:connector-curvature="0" />
+ <rect
+ style="fill:#999999;fill-opacity:1;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none"
+ id="rect4143"
+ width="400"
+ height="96.974648"
+ x="172.04724"
+ y="900.45532" />
+ <rect
+ style="fill:#999999;fill-opacity:1;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none"
+ id="rect4143-7"
+ width="400"
+ height="96.974648"
+ x="172.04724"
+ y="777.66632" />
+ </g>
+</svg>
diff --git a/pic/bar-3.svg b/pic/bar-3.svg
new file mode 100644
index 0000000..9cd58b5
--- /dev/null
+++ b/pic/bar-3.svg
@@ -0,0 +1,82 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ 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="210mm"
+ height="297mm"
+ viewBox="0 0 744.09448819 1052.3622047"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="bar-3.svg">
+ <defs
+ id="defs4" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="0.49497475"
+ inkscape:cx="48.352608"
+ inkscape:cy="562.53225"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:window-width="1920"
+ inkscape:window-height="1008"
+ inkscape:window-x="0"
+ inkscape:window-y="48"
+ inkscape:window-maximized="0" />
+ <metadata
+ id="metadata7">
+ <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 />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1">
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:50;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 612.23128,30.662889 0,991.036411 -480.36808,0 0,-991.036411 480.36808,0 z"
+ id="rect3336"
+ inkscape:connector-curvature="0" />
+ <rect
+ style="fill:#999999;fill-opacity:1;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none"
+ id="rect4143"
+ width="400"
+ height="96.974648"
+ x="172.04724"
+ y="900.45532" />
+ <rect
+ style="fill:#999999;fill-opacity:1;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none"
+ id="rect4143-7"
+ width="400"
+ height="96.974648"
+ x="172.04724"
+ y="779.66632" />
+ <rect
+ style="fill:#999999;fill-opacity:1;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none"
+ id="rect4143-7-2"
+ width="400"
+ height="96.974648"
+ x="172.04724"
+ y="658.87732" />
+ </g>
+</svg>
diff --git a/pic/bar-4.svg b/pic/bar-4.svg
new file mode 100644
index 0000000..d85090a
--- /dev/null
+++ b/pic/bar-4.svg
@@ -0,0 +1,89 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ 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="210mm"
+ height="297mm"
+ viewBox="0 0 744.09448819 1052.3622047"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="bar-4.svg">
+ <defs
+ id="defs4" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="0.49497475"
+ inkscape:cx="41.601968"
+ inkscape:cy="570.61028"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:window-width="1920"
+ inkscape:window-height="1008"
+ inkscape:window-x="0"
+ inkscape:window-y="48"
+ inkscape:window-maximized="0" />
+ <metadata
+ id="metadata7">
+ <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 />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1">
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:50;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 612.23128,30.662889 0,991.036411 -480.36808,0 0,-991.036411 480.36808,0 z"
+ id="rect3336"
+ inkscape:connector-curvature="0" />
+ <rect
+ style="fill:#999999;fill-opacity:1;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none"
+ id="rect4143"
+ width="400"
+ height="96.974648"
+ x="172.04724"
+ y="900.45532" />
+ <rect
+ style="fill:#999999;fill-opacity:1;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none"
+ id="rect4143-7"
+ width="400"
+ height="96.974648"
+ x="172.04724"
+ y="777.66632" />
+ <rect
+ style="fill:#999999;fill-opacity:1;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none"
+ id="rect4143-7-2"
+ width="400"
+ height="96.974648"
+ x="172.04724"
+ y="656.87732" />
+ <rect
+ style="fill:#999999;fill-opacity:1;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none"
+ id="rect4143-7-2-7"
+ width="400"
+ height="96.974648"
+ x="172.04724"
+ y="536.08826" />
+ </g>
+</svg>
diff --git a/pic/bar-5.svg b/pic/bar-5.svg
new file mode 100644
index 0000000..3e3fbbe
--- /dev/null
+++ b/pic/bar-5.svg
@@ -0,0 +1,96 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ 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="210mm"
+ height="297mm"
+ viewBox="0 0 744.09448819 1052.3622047"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="bar-5.svg">
+ <defs
+ id="defs4" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="0.49497475"
+ inkscape:cx="133.72095"
+ inkscape:cy="570.61028"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:window-width="1920"
+ inkscape:window-height="1008"
+ inkscape:window-x="0"
+ inkscape:window-y="48"
+ inkscape:window-maximized="0" />
+ <metadata
+ id="metadata7">
+ <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 />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1">
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#ffff00;stroke-width:50;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 612.23128,30.662889 0,991.036411 -480.36808,0 0,-991.036411 480.36808,0 z"
+ id="rect3336"
+ inkscape:connector-curvature="0" />
+ <rect
+ style="fill:#ffff00;fill-opacity:1;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none"
+ id="rect4143"
+ width="400"
+ height="96.974648"
+ x="172.04724"
+ y="900.45532" />
+ <rect
+ style="fill:#ffff00;fill-opacity:1;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none"
+ id="rect4143-7"
+ width="400"
+ height="96.974648"
+ x="172.04724"
+ y="777.66632" />
+ <rect
+ style="fill:#ffff00;fill-opacity:1;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none"
+ id="rect4143-7-2"
+ width="400"
+ height="96.974648"
+ x="172.04724"
+ y="656.87732" />
+ <rect
+ style="fill:#ffff00;fill-opacity:1;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none"
+ id="rect4143-7-2-7"
+ width="400"
+ height="96.974648"
+ x="172.04724"
+ y="536.08826" />
+ <rect
+ style="fill:#ffff00;fill-opacity:1;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none"
+ id="rect4143-7-2-7-3"
+ width="400"
+ height="96.974648"
+ x="172.04724"
+ y="415.29926" />
+ </g>
+</svg>
diff --git a/pic/bar-6.svg b/pic/bar-6.svg
new file mode 100644
index 0000000..5aaaee3
--- /dev/null
+++ b/pic/bar-6.svg
@@ -0,0 +1,103 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ 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="210mm"
+ height="297mm"
+ viewBox="0 0 744.09448819 1052.3622047"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="bar-6.svg">
+ <defs
+ id="defs4" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="0.49497475"
+ inkscape:cx="133.72095"
+ inkscape:cy="570.61028"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:window-width="1920"
+ inkscape:window-height="1008"
+ inkscape:window-x="0"
+ inkscape:window-y="48"
+ inkscape:window-maximized="0" />
+ <metadata
+ id="metadata7">
+ <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 />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1">
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#ff7f2a;stroke-width:50;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 612.23128,30.662889 0,991.036411 -480.36808,0 0,-991.036411 480.36808,0 z"
+ id="rect3336"
+ inkscape:connector-curvature="0" />
+ <rect
+ style="fill:#ff7f2a;fill-opacity:1;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none"
+ id="rect4143"
+ width="400"
+ height="96.974648"
+ x="172.04724"
+ y="900.45532" />
+ <rect
+ style="fill:#ff7f2a;fill-opacity:1;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none"
+ id="rect4143-7"
+ width="400"
+ height="96.974648"
+ x="172.04724"
+ y="777.66632" />
+ <rect
+ style="fill:#ff7f2a;fill-opacity:1;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none"
+ id="rect4143-7-2"
+ width="400"
+ height="96.974648"
+ x="172.04724"
+ y="656.87732" />
+ <rect
+ style="fill:#ff7f2a;fill-opacity:1;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none"
+ id="rect4143-7-2-7"
+ width="400"
+ height="96.974648"
+ x="172.04724"
+ y="536.08826" />
+ <rect
+ style="fill:#ff7f2a;fill-opacity:1;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none"
+ id="rect4143-7-2-7-3"
+ width="400"
+ height="96.974648"
+ x="172.04724"
+ y="415.29926" />
+ <rect
+ style="fill:#ff7f2a;fill-opacity:1;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none"
+ id="rect4143-7-2-7-3-1"
+ width="400"
+ height="96.974648"
+ x="172.04724"
+ y="294.51025" />
+ </g>
+</svg>
diff --git a/pic/bar-7.svg b/pic/bar-7.svg
new file mode 100644
index 0000000..6b7253a
--- /dev/null
+++ b/pic/bar-7.svg
@@ -0,0 +1,110 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ 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="210mm"
+ height="297mm"
+ viewBox="0 0 744.09448819 1052.3622047"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="bar-7.svg">
+ <defs
+ id="defs4" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="0.49497475"
+ inkscape:cx="-4.0305816"
+ inkscape:cy="562.53225"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:window-width="1920"
+ inkscape:window-height="1008"
+ inkscape:window-x="0"
+ inkscape:window-y="48"
+ inkscape:window-maximized="0" />
+ <metadata
+ id="metadata7">
+ <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 />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1">
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#ff5555;stroke-width:50;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 612.23128,30.662889 0,991.036411 -480.36808,0 0,-991.036411 480.36808,0 z"
+ id="rect3336"
+ inkscape:connector-curvature="0" />
+ <rect
+ style="fill:#ff5555;fill-opacity:1;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none"
+ id="rect4143"
+ width="400"
+ height="96.974648"
+ x="172.04724"
+ y="900.45532" />
+ <rect
+ style="fill:#ff5555;fill-opacity:1;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none"
+ id="rect4143-7"
+ width="400"
+ height="96.974648"
+ x="172.04724"
+ y="777.66632" />
+ <rect
+ style="fill:#ff5555;fill-opacity:1;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none"
+ id="rect4143-7-2"
+ width="400"
+ height="96.974648"
+ x="172.04724"
+ y="656.87732" />
+ <rect
+ style="fill:#ff5555;fill-opacity:1;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none"
+ id="rect4143-7-2-7"
+ width="400"
+ height="96.974648"
+ x="172.04724"
+ y="536.08826" />
+ <rect
+ style="fill:#ff5555;fill-opacity:1;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none"
+ id="rect4143-7-2-7-3"
+ width="400"
+ height="96.974648"
+ x="172.04724"
+ y="415.29926" />
+ <rect
+ style="fill:#ff5555;fill-opacity:1;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none"
+ id="rect4143-7-2-7-3-1"
+ width="400"
+ height="96.974648"
+ x="172.04724"
+ y="294.51025" />
+ <rect
+ style="fill:#ff5555;fill-opacity:1;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none"
+ id="rect4143-7-2-7-3-1-5"
+ width="400"
+ height="96.974648"
+ x="172.04724"
+ y="173.72121" />
+ </g>
+</svg>
diff --git a/pic/bar-8.svg b/pic/bar-8.svg
new file mode 100644
index 0000000..85d188c
--- /dev/null
+++ b/pic/bar-8.svg
@@ -0,0 +1,117 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ 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="210mm"
+ height="297mm"
+ viewBox="0 0 744.09448819 1052.3622047"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="bar-8.svg">
+ <defs
+ id="defs4" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="0.49497475"
+ inkscape:cx="-325.25909"
+ inkscape:cy="562.53225"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:window-width="1920"
+ inkscape:window-height="1008"
+ inkscape:window-x="0"
+ inkscape:window-y="48"
+ inkscape:window-maximized="0" />
+ <metadata
+ id="metadata7">
+ <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 />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1">
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#ff0000;stroke-width:50;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 612.23128,30.662889 0,991.036411 -480.36808,0 0,-991.036411 480.36808,0 z"
+ id="rect3336"
+ inkscape:connector-curvature="0" />
+ <rect
+ style="fill:#ff0000;fill-opacity:1;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none"
+ id="rect4143"
+ width="400"
+ height="96.974648"
+ x="172.04724"
+ y="900.45532" />
+ <rect
+ style="fill:#ff0000;fill-opacity:1;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none"
+ id="rect4143-7"
+ width="400"
+ height="96.974648"
+ x="172.04724"
+ y="777.66632" />
+ <rect
+ style="fill:#ff0000;fill-opacity:1;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none"
+ id="rect4143-7-2"
+ width="400"
+ height="96.974648"
+ x="172.04724"
+ y="656.87732" />
+ <rect
+ style="fill:#ff0000;fill-opacity:1;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none"
+ id="rect4143-7-2-7"
+ width="400"
+ height="96.974648"
+ x="172.04724"
+ y="536.08826" />
+ <rect
+ style="fill:#ff0000;fill-opacity:1;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none"
+ id="rect4143-7-2-7-3"
+ width="400"
+ height="96.974648"
+ x="172.04724"
+ y="415.29926" />
+ <rect
+ style="fill:#ff0000;fill-opacity:1;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none"
+ id="rect4143-7-2-7-3-1"
+ width="400"
+ height="96.974648"
+ x="172.04724"
+ y="294.51025" />
+ <rect
+ style="fill:#ff0000;fill-opacity:1;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none"
+ id="rect4143-7-2-7-3-1-5"
+ width="400"
+ height="96.974648"
+ x="172.04724"
+ y="173.72121" />
+ <rect
+ style="fill:#ff0000;fill-opacity:1;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none"
+ id="rect4143-7-2-7-3-1-5-3"
+ width="400"
+ height="96.974648"
+ x="172.04724"
+ y="52.932194" />
+ </g>
+</svg>
diff --git a/pic/bar-base.svg b/pic/bar-base.svg
new file mode 100644
index 0000000..995cae3
--- /dev/null
+++ b/pic/bar-base.svg
@@ -0,0 +1,125 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ 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="210mm"
+ height="297mm"
+ viewBox="0 0 744.09448819 1052.3622047"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="bar-base.svg">
+ <defs
+ id="defs4" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="0.49497475"
+ inkscape:cx="374.60248"
+ inkscape:cy="570.61028"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:window-width="958"
+ inkscape:window-height="1026"
+ inkscape:window-x="960"
+ inkscape:window-y="24"
+ inkscape:window-maximized="0" />
+ <metadata
+ id="metadata7">
+ <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>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1">
+ <g
+ id="g4334"
+ transform="translate(9.2505641,-1.7624841)">
+ <path
+ inkscape:connector-curvature="0"
+ id="rect3336"
+ d="m 602.98072,32.425373 0,991.036427 -480.36808,0 0,-991.036427 480.36808,0 z"
+ style="fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:19.63191414;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <g
+ transform="translate(4.1925235,2.3631756)"
+ id="g4250">
+ <rect
+ style="fill:#999999;fill-opacity:1;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none"
+ id="rect4143"
+ width="426.28436"
+ height="96.974648"
+ x="145.46198"
+ y="899.85461" />
+ <rect
+ style="fill:#999999;fill-opacity:1;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none"
+ id="rect4143-7"
+ width="426.28436"
+ height="96.974648"
+ x="145.46198"
+ y="779.06561" />
+ <rect
+ style="fill:#999999;fill-opacity:1;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none"
+ id="rect4143-7-2"
+ width="426.28436"
+ height="96.974648"
+ x="145.46198"
+ y="658.27661" />
+ <rect
+ style="fill:#999999;fill-opacity:1;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none"
+ id="rect4143-7-2-7"
+ width="426.28436"
+ height="96.974648"
+ x="145.46198"
+ y="537.48755" />
+ <rect
+ style="fill:#999999;fill-opacity:1;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none"
+ id="rect4143-7-2-7-3"
+ width="426.28436"
+ height="96.974648"
+ x="145.46198"
+ y="416.69858" />
+ <rect
+ style="fill:#999999;fill-opacity:1;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none"
+ id="rect4143-7-2-7-3-1"
+ width="426.28436"
+ height="96.974648"
+ x="145.46198"
+ y="295.90958" />
+ <rect
+ style="fill:#999999;fill-opacity:1;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none"
+ id="rect4143-7-2-7-3-1-5"
+ width="426.28436"
+ height="96.974648"
+ x="145.46198"
+ y="175.12051" />
+ <rect
+ style="fill:#999999;fill-opacity:1;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none"
+ id="rect4143-7-2-7-3-1-5-3"
+ width="426.28436"
+ height="96.974648"
+ x="145.46198"
+ y="54.331501" />
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/pic/cpu-core-i7.svg b/pic/cpu-core-i7.svg
new file mode 100644
index 0000000..3e63485
--- /dev/null
+++ b/pic/cpu-core-i7.svg
@@ -0,0 +1,1609 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg 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:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="1024" height="1024" id="svg2" version="1.1" inkscape:version="0.48.1 r9760" sodipodi:docname="cpu.svg">
+ <defs id="defs4">
+ <linearGradient id="linearGradient5332">
+ <stop style="stop-color:#808000;stop-opacity:1;" offset="0" id="stop5334"/>
+ <stop style="stop-color:#c6c600;stop-opacity:1;" offset="1" id="stop5336"/>
+ </linearGradient>
+ <linearGradient id="linearGradient4922">
+ <stop style="stop-color:#00720e;stop-opacity:1;" offset="0" id="stop4924"/>
+ <stop style="stop-color:#009120;stop-opacity:1;" offset="1" id="stop4926"/>
+ </linearGradient>
+ <linearGradient id="linearGradient4602">
+ <stop style="stop-color:#808000;stop-opacity:1;" offset="0" id="stop4604"/>
+ <stop style="stop-color:#9a9a00;stop-opacity:1;" offset="1" id="stop4606"/>
+ </linearGradient>
+ <linearGradient id="linearGradient4078">
+ <stop id="stop4080" offset="0" style="stop-color:#b1c100;stop-opacity:1;"/>
+ <stop id="stop4082" offset="1" style="stop-color:#8c9100;stop-opacity:1;"/>
+ </linearGradient>
+ <linearGradient id="linearGradient3898">
+ <stop style="stop-color:#7e7e7e;stop-opacity:1;" offset="0" id="stop3900"/>
+ <stop id="stop3908" offset="0.5" style="stop-color:#393939;stop-opacity:0.88793105;"/>
+ <stop style="stop-color:#7e7e7e;stop-opacity:1;" offset="1" id="stop3902"/>
+ </linearGradient>
+ <linearGradient id="linearGradient3890">
+ <stop style="stop-color:#cdcdcd;stop-opacity:1;" offset="0" id="stop3892"/>
+ <stop style="stop-color:#b1cab6;stop-opacity:1;" offset="1" id="stop3894"/>
+ </linearGradient>
+ <linearGradient id="linearGradient3882">
+ <stop style="stop-color:#800000;stop-opacity:1;" offset="0" id="stop3884"/>
+ <stop style="stop-color:#580000;stop-opacity:1;" offset="1" id="stop3886"/>
+ </linearGradient>
+ <linearGradient id="linearGradient3855">
+ <stop style="stop-color:#707070;stop-opacity:1;" offset="0" id="stop3857"/>
+ <stop style="stop-color:#939393;stop-opacity:1;" offset="1" id="stop3859"/>
+ </linearGradient>
+ <linearGradient id="linearGradient3847">
+ <stop style="stop-color:#126409;stop-opacity:1;" offset="0" id="stop3849"/>
+ <stop style="stop-color:#1c4f16;stop-opacity:1;" offset="1" id="stop3851"/>
+ </linearGradient>
+ <linearGradient id="linearGradient3836">
+ <stop style="stop-color:#c6c6c6;stop-opacity:1;" offset="0" id="stop3838"/>
+ <stop style="stop-color:#828282;stop-opacity:1;" offset="1" id="stop3840"/>
+ </linearGradient>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3836" id="linearGradient3842" x1="131.30443" y1="265.38214" x2="935.4032" y2="616.91522" gradientUnits="userSpaceOnUse" gradientTransform="translate(0,28.362183)"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3847" id="linearGradient3853" x1="155.5625" y1="511.85938" x2="777.80499" y2="550.24518" gradientUnits="userSpaceOnUse"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3855" id="linearGradient3861" x1="333.35034" y1="487.68692" x2="733.37067" y2="663.45343" gradientUnits="userSpaceOnUse"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3882" id="linearGradient3888" x1="196.57016" y1="339.22711" x2="202.17984" y2="345.28802" gradientUnits="userSpaceOnUse"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3890" id="linearGradient3896" x1="195.71428" y1="341.82648" x2="203.03571" y2="341.82648" gradientUnits="userSpaceOnUse"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient3904" x1="196.6875" y1="352.97156" x2="202.0625" y2="352.97156" gradientUnits="userSpaceOnUse"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient3906" x1="196.6875" y1="302.60938" x2="202.0625" y2="302.60938" gradientUnits="userSpaceOnUse"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3890" id="linearGradient3926" gradientUnits="userSpaceOnUse" x1="195.71428" y1="341.82648" x2="203.03571" y2="341.82648"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient3928" gradientUnits="userSpaceOnUse" x1="196.6875" y1="302.60938" x2="202.0625" y2="302.60938"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient3930" gradientUnits="userSpaceOnUse" x1="196.6875" y1="352.97156" x2="202.0625" y2="352.97156"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3882" id="linearGradient3932" gradientUnits="userSpaceOnUse" x1="196.57016" y1="339.22711" x2="202.17984" y2="345.28802"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3890" id="linearGradient3944" gradientUnits="userSpaceOnUse" x1="195.71428" y1="341.82648" x2="203.03571" y2="341.82648"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient3946" gradientUnits="userSpaceOnUse" x1="196.6875" y1="302.60938" x2="202.0625" y2="302.60938"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient3948" gradientUnits="userSpaceOnUse" x1="196.6875" y1="352.97156" x2="202.0625" y2="352.97156"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3882" id="linearGradient3950" gradientUnits="userSpaceOnUse" x1="196.57016" y1="339.22711" x2="202.17984" y2="345.28802"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3890" id="linearGradient3962" gradientUnits="userSpaceOnUse" x1="195.71428" y1="341.82648" x2="203.03571" y2="341.82648"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient3964" gradientUnits="userSpaceOnUse" x1="196.6875" y1="302.60938" x2="202.0625" y2="302.60938"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient3966" gradientUnits="userSpaceOnUse" x1="196.6875" y1="352.97156" x2="202.0625" y2="352.97156"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3882" id="linearGradient3968" gradientUnits="userSpaceOnUse" x1="196.57016" y1="339.22711" x2="202.17984" y2="345.28802"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3890" id="linearGradient3980" gradientUnits="userSpaceOnUse" x1="195.71428" y1="341.82648" x2="203.03571" y2="341.82648"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient3982" gradientUnits="userSpaceOnUse" x1="196.6875" y1="302.60938" x2="202.0625" y2="302.60938"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient3984" gradientUnits="userSpaceOnUse" x1="196.6875" y1="352.97156" x2="202.0625" y2="352.97156"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3882" id="linearGradient3986" gradientUnits="userSpaceOnUse" x1="196.57016" y1="339.22711" x2="202.17984" y2="345.28802"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3890" id="linearGradient3998" gradientUnits="userSpaceOnUse" x1="195.71428" y1="341.82648" x2="203.03571" y2="341.82648"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4000" gradientUnits="userSpaceOnUse" x1="196.6875" y1="302.60938" x2="202.0625" y2="302.60938"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4002" gradientUnits="userSpaceOnUse" x1="196.6875" y1="352.97156" x2="202.0625" y2="352.97156"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3882" id="linearGradient4004" gradientUnits="userSpaceOnUse" x1="196.57016" y1="339.22711" x2="202.17984" y2="345.28802"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3890" id="linearGradient4016" gradientUnits="userSpaceOnUse" x1="195.71428" y1="341.82648" x2="203.03571" y2="341.82648"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4018" gradientUnits="userSpaceOnUse" x1="196.6875" y1="302.60938" x2="202.0625" y2="302.60938"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4020" gradientUnits="userSpaceOnUse" x1="196.6875" y1="352.97156" x2="202.0625" y2="352.97156"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3882" id="linearGradient4022" gradientUnits="userSpaceOnUse" x1="196.57016" y1="339.22711" x2="202.17984" y2="345.28802"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3890" id="linearGradient4034" gradientUnits="userSpaceOnUse" x1="195.71428" y1="341.82648" x2="203.03571" y2="341.82648"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4036" gradientUnits="userSpaceOnUse" x1="196.6875" y1="302.60938" x2="202.0625" y2="302.60938"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4038" gradientUnits="userSpaceOnUse" x1="196.6875" y1="352.97156" x2="202.0625" y2="352.97156"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3882" id="linearGradient4040" gradientUnits="userSpaceOnUse" x1="196.57016" y1="339.22711" x2="202.17984" y2="345.28802"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3890" id="linearGradient4052" gradientUnits="userSpaceOnUse" x1="195.71428" y1="341.82648" x2="203.03571" y2="341.82648"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4054" gradientUnits="userSpaceOnUse" x1="196.6875" y1="302.60938" x2="202.0625" y2="302.60938"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4056" gradientUnits="userSpaceOnUse" x1="196.6875" y1="352.97156" x2="202.0625" y2="352.97156"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3882" id="linearGradient4058" gradientUnits="userSpaceOnUse" x1="196.57016" y1="339.22711" x2="202.17984" y2="345.28802"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3890" id="linearGradient4070" gradientUnits="userSpaceOnUse" x1="195.71428" y1="341.82648" x2="203.03571" y2="341.82648"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4072" gradientUnits="userSpaceOnUse" x1="196.6875" y1="302.60938" x2="202.0625" y2="302.60938"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4074" gradientUnits="userSpaceOnUse" x1="196.6875" y1="352.97156" x2="202.0625" y2="352.97156"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4078" id="linearGradient4076" gradientUnits="userSpaceOnUse" x1="196.57016" y1="339.22711" x2="202.17984" y2="345.28802"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3890" id="linearGradient4094" gradientUnits="userSpaceOnUse" x1="195.71428" y1="341.82648" x2="203.03571" y2="341.82648"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4096" gradientUnits="userSpaceOnUse" x1="196.6875" y1="302.60938" x2="202.0625" y2="302.60938"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4098" gradientUnits="userSpaceOnUse" x1="196.6875" y1="352.97156" x2="202.0625" y2="352.97156"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4078" id="linearGradient4100" gradientUnits="userSpaceOnUse" x1="196.57016" y1="339.22711" x2="202.17984" y2="345.28802"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3890" id="linearGradient4112" gradientUnits="userSpaceOnUse" x1="195.71428" y1="341.82648" x2="203.03571" y2="341.82648"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4114" gradientUnits="userSpaceOnUse" x1="196.6875" y1="302.60938" x2="202.0625" y2="302.60938"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4116" gradientUnits="userSpaceOnUse" x1="196.6875" y1="352.97156" x2="202.0625" y2="352.97156"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4078" id="linearGradient4118" gradientUnits="userSpaceOnUse" x1="196.57016" y1="339.22711" x2="202.17984" y2="345.28802"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3890" id="linearGradient4130" gradientUnits="userSpaceOnUse" x1="195.71428" y1="341.82648" x2="203.03571" y2="341.82648"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4132" gradientUnits="userSpaceOnUse" x1="196.6875" y1="302.60938" x2="202.0625" y2="302.60938"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4134" gradientUnits="userSpaceOnUse" x1="196.6875" y1="352.97156" x2="202.0625" y2="352.97156"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4078" id="linearGradient4136" gradientUnits="userSpaceOnUse" x1="196.57016" y1="339.22711" x2="202.17984" y2="345.28802"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3890" id="linearGradient4148" gradientUnits="userSpaceOnUse" x1="195.71428" y1="341.82648" x2="203.03571" y2="341.82648"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4150" gradientUnits="userSpaceOnUse" x1="196.6875" y1="302.60938" x2="202.0625" y2="302.60938"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4152" gradientUnits="userSpaceOnUse" x1="196.6875" y1="352.97156" x2="202.0625" y2="352.97156"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4078" id="linearGradient4154" gradientUnits="userSpaceOnUse" x1="196.57016" y1="339.22711" x2="202.17984" y2="345.28802"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3890" id="linearGradient4166" gradientUnits="userSpaceOnUse" x1="195.71428" y1="341.82648" x2="203.03571" y2="341.82648"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4168" gradientUnits="userSpaceOnUse" x1="196.6875" y1="302.60938" x2="202.0625" y2="302.60938"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4170" gradientUnits="userSpaceOnUse" x1="196.6875" y1="352.97156" x2="202.0625" y2="352.97156"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4078" id="linearGradient4172" gradientUnits="userSpaceOnUse" x1="196.57016" y1="339.22711" x2="202.17984" y2="345.28802"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3890" id="linearGradient4184" gradientUnits="userSpaceOnUse" x1="195.71428" y1="341.82648" x2="203.03571" y2="341.82648"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4186" gradientUnits="userSpaceOnUse" x1="196.6875" y1="302.60938" x2="202.0625" y2="302.60938"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4188" gradientUnits="userSpaceOnUse" x1="196.6875" y1="352.97156" x2="202.0625" y2="352.97156"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4078" id="linearGradient4190" gradientUnits="userSpaceOnUse" x1="196.57016" y1="339.22711" x2="202.17984" y2="345.28802"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3890" id="linearGradient4202" gradientUnits="userSpaceOnUse" x1="195.71428" y1="341.82648" x2="203.03571" y2="341.82648"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4204" gradientUnits="userSpaceOnUse" x1="196.6875" y1="302.60938" x2="202.0625" y2="302.60938"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4206" gradientUnits="userSpaceOnUse" x1="196.6875" y1="352.97156" x2="202.0625" y2="352.97156"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4078" id="linearGradient4208" gradientUnits="userSpaceOnUse" x1="196.57016" y1="339.22711" x2="202.17984" y2="345.28802"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3890" id="linearGradient4220" gradientUnits="userSpaceOnUse" x1="195.71428" y1="341.82648" x2="203.03571" y2="341.82648"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4222" gradientUnits="userSpaceOnUse" x1="196.6875" y1="302.60938" x2="202.0625" y2="302.60938"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4224" gradientUnits="userSpaceOnUse" x1="196.6875" y1="352.97156" x2="202.0625" y2="352.97156"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3882" id="linearGradient4226" gradientUnits="userSpaceOnUse" x1="196.57016" y1="339.22711" x2="202.17984" y2="345.28802"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3890" id="linearGradient4238" gradientUnits="userSpaceOnUse" x1="195.71428" y1="341.82648" x2="203.03571" y2="341.82648"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4240" gradientUnits="userSpaceOnUse" x1="196.6875" y1="302.60938" x2="202.0625" y2="302.60938"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4242" gradientUnits="userSpaceOnUse" x1="196.6875" y1="352.97156" x2="202.0625" y2="352.97156"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3882" id="linearGradient4244" gradientUnits="userSpaceOnUse" x1="196.57016" y1="339.22711" x2="202.17984" y2="345.28802"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3890" id="linearGradient4256" gradientUnits="userSpaceOnUse" x1="195.71428" y1="341.82648" x2="203.03571" y2="341.82648"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4258" gradientUnits="userSpaceOnUse" x1="196.6875" y1="302.60938" x2="202.0625" y2="302.60938"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4260" gradientUnits="userSpaceOnUse" x1="196.6875" y1="352.97156" x2="202.0625" y2="352.97156"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3882" id="linearGradient4262" gradientUnits="userSpaceOnUse" x1="196.57016" y1="339.22711" x2="202.17984" y2="345.28802"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3890" id="linearGradient4274" gradientUnits="userSpaceOnUse" x1="195.71428" y1="341.82648" x2="203.03571" y2="341.82648"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4276" gradientUnits="userSpaceOnUse" x1="196.6875" y1="302.60938" x2="202.0625" y2="302.60938"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4278" gradientUnits="userSpaceOnUse" x1="196.6875" y1="352.97156" x2="202.0625" y2="352.97156"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3882" id="linearGradient4280" gradientUnits="userSpaceOnUse" x1="196.57016" y1="339.22711" x2="202.17984" y2="345.28802"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3890" id="linearGradient4292" gradientUnits="userSpaceOnUse" x1="195.71428" y1="341.82648" x2="203.03571" y2="341.82648"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4294" gradientUnits="userSpaceOnUse" x1="196.6875" y1="302.60938" x2="202.0625" y2="302.60938"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4296" gradientUnits="userSpaceOnUse" x1="196.6875" y1="352.97156" x2="202.0625" y2="352.97156"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3882" id="linearGradient4298" gradientUnits="userSpaceOnUse" x1="196.57016" y1="339.22711" x2="202.17984" y2="345.28802"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3890" id="linearGradient4310" gradientUnits="userSpaceOnUse" x1="195.71428" y1="341.82648" x2="203.03571" y2="341.82648"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4312" gradientUnits="userSpaceOnUse" x1="196.6875" y1="302.60938" x2="202.0625" y2="302.60938"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4314" gradientUnits="userSpaceOnUse" x1="196.6875" y1="352.97156" x2="202.0625" y2="352.97156"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3882" id="linearGradient4316" gradientUnits="userSpaceOnUse" x1="196.57016" y1="339.22711" x2="202.17984" y2="345.28802"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3890" id="linearGradient4328" gradientUnits="userSpaceOnUse" x1="195.71428" y1="341.82648" x2="203.03571" y2="341.82648"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4330" gradientUnits="userSpaceOnUse" x1="196.6875" y1="302.60938" x2="202.0625" y2="302.60938"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4332" gradientUnits="userSpaceOnUse" x1="196.6875" y1="352.97156" x2="202.0625" y2="352.97156"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3882" id="linearGradient4334" gradientUnits="userSpaceOnUse" x1="196.57016" y1="339.22711" x2="202.17984" y2="345.28802"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3890" id="linearGradient4346" gradientUnits="userSpaceOnUse" x1="195.71428" y1="341.82648" x2="203.03571" y2="341.82648"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4348" gradientUnits="userSpaceOnUse" x1="196.6875" y1="302.60938" x2="202.0625" y2="302.60938"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4350" gradientUnits="userSpaceOnUse" x1="196.6875" y1="352.97156" x2="202.0625" y2="352.97156"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3882" id="linearGradient4352" gradientUnits="userSpaceOnUse" x1="196.57016" y1="339.22711" x2="202.17984" y2="345.28802"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3890" id="linearGradient4364" gradientUnits="userSpaceOnUse" x1="195.71428" y1="341.82648" x2="203.03571" y2="341.82648"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4366" gradientUnits="userSpaceOnUse" x1="196.6875" y1="302.60938" x2="202.0625" y2="302.60938"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4368" gradientUnits="userSpaceOnUse" x1="196.6875" y1="352.97156" x2="202.0625" y2="352.97156"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3882" id="linearGradient4370" gradientUnits="userSpaceOnUse" x1="196.57016" y1="339.22711" x2="202.17984" y2="345.28802"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3890" id="linearGradient4382" gradientUnits="userSpaceOnUse" x1="195.71428" y1="341.82648" x2="203.03571" y2="341.82648"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4384" gradientUnits="userSpaceOnUse" x1="196.6875" y1="302.60938" x2="202.0625" y2="302.60938"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4386" gradientUnits="userSpaceOnUse" x1="196.6875" y1="352.97156" x2="202.0625" y2="352.97156"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3882" id="linearGradient4388" gradientUnits="userSpaceOnUse" x1="196.57016" y1="339.22711" x2="202.17984" y2="345.28802"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3890" id="linearGradient4400" gradientUnits="userSpaceOnUse" x1="195.71428" y1="341.82648" x2="203.03571" y2="341.82648"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4402" gradientUnits="userSpaceOnUse" x1="196.6875" y1="302.60938" x2="202.0625" y2="302.60938"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4404" gradientUnits="userSpaceOnUse" x1="196.6875" y1="352.97156" x2="202.0625" y2="352.97156"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3882" id="linearGradient4406" gradientUnits="userSpaceOnUse" x1="196.57016" y1="339.22711" x2="202.17984" y2="345.28802"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3890" id="linearGradient4418" gradientUnits="userSpaceOnUse" x1="195.71428" y1="341.82648" x2="203.03571" y2="341.82648"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4420" gradientUnits="userSpaceOnUse" x1="196.6875" y1="302.60938" x2="202.0625" y2="302.60938"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4422" gradientUnits="userSpaceOnUse" x1="196.6875" y1="352.97156" x2="202.0625" y2="352.97156"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3882" id="linearGradient4424" gradientUnits="userSpaceOnUse" x1="196.57016" y1="339.22711" x2="202.17984" y2="345.28802"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3890" id="linearGradient4436" gradientUnits="userSpaceOnUse" x1="195.71428" y1="341.82648" x2="203.03571" y2="341.82648"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4438" gradientUnits="userSpaceOnUse" x1="196.6875" y1="302.60938" x2="202.0625" y2="302.60938"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4440" gradientUnits="userSpaceOnUse" x1="196.6875" y1="352.97156" x2="202.0625" y2="352.97156"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3882" id="linearGradient4442" gradientUnits="userSpaceOnUse" x1="196.57016" y1="339.22711" x2="202.17984" y2="345.28802"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3890" id="linearGradient4454" gradientUnits="userSpaceOnUse" x1="195.71428" y1="341.82648" x2="203.03571" y2="341.82648"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4456" gradientUnits="userSpaceOnUse" x1="196.6875" y1="302.60938" x2="202.0625" y2="302.60938"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4458" gradientUnits="userSpaceOnUse" x1="196.6875" y1="352.97156" x2="202.0625" y2="352.97156"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3882" id="linearGradient4460" gradientUnits="userSpaceOnUse" x1="196.57016" y1="339.22711" x2="202.17984" y2="345.28802"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3890" id="linearGradient4482" gradientUnits="userSpaceOnUse" x1="195.71428" y1="341.82648" x2="203.03571" y2="341.82648"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4484" gradientUnits="userSpaceOnUse" x1="196.6875" y1="302.60938" x2="202.0625" y2="302.60938"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4486" gradientUnits="userSpaceOnUse" x1="196.6875" y1="352.97156" x2="202.0625" y2="352.97156"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4078" id="linearGradient4488" gradientUnits="userSpaceOnUse" x1="196.57016" y1="339.22711" x2="202.17984" y2="345.28802"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3890" id="linearGradient4500" gradientUnits="userSpaceOnUse" x1="195.71428" y1="341.82648" x2="203.03571" y2="341.82648"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4502" gradientUnits="userSpaceOnUse" x1="196.6875" y1="302.60938" x2="202.0625" y2="302.60938"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4504" gradientUnits="userSpaceOnUse" x1="196.6875" y1="352.97156" x2="202.0625" y2="352.97156"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4078" id="linearGradient4506" gradientUnits="userSpaceOnUse" x1="196.57016" y1="339.22711" x2="202.17984" y2="345.28802"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3890" id="linearGradient4518" gradientUnits="userSpaceOnUse" x1="195.71428" y1="341.82648" x2="203.03571" y2="341.82648"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4520" gradientUnits="userSpaceOnUse" x1="196.6875" y1="302.60938" x2="202.0625" y2="302.60938"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4522" gradientUnits="userSpaceOnUse" x1="196.6875" y1="352.97156" x2="202.0625" y2="352.97156"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4078" id="linearGradient4524" gradientUnits="userSpaceOnUse" x1="196.57016" y1="339.22711" x2="202.17984" y2="345.28802"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3890" id="linearGradient4536" gradientUnits="userSpaceOnUse" x1="195.71428" y1="341.82648" x2="203.03571" y2="341.82648"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4538" gradientUnits="userSpaceOnUse" x1="196.6875" y1="302.60938" x2="202.0625" y2="302.60938"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4540" gradientUnits="userSpaceOnUse" x1="196.6875" y1="352.97156" x2="202.0625" y2="352.97156"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4078" id="linearGradient4542" gradientUnits="userSpaceOnUse" x1="196.57016" y1="339.22711" x2="202.17984" y2="345.28802"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3890" id="linearGradient4554" gradientUnits="userSpaceOnUse" x1="195.71428" y1="341.82648" x2="203.03571" y2="341.82648"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4556" gradientUnits="userSpaceOnUse" x1="196.6875" y1="302.60938" x2="202.0625" y2="302.60938"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4558" gradientUnits="userSpaceOnUse" x1="196.6875" y1="352.97156" x2="202.0625" y2="352.97156"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4078" id="linearGradient4560" gradientUnits="userSpaceOnUse" x1="196.57016" y1="339.22711" x2="202.17984" y2="345.28802"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3890" id="linearGradient4572" gradientUnits="userSpaceOnUse" x1="195.71428" y1="341.82648" x2="203.03571" y2="341.82648"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4574" gradientUnits="userSpaceOnUse" x1="196.6875" y1="302.60938" x2="202.0625" y2="302.60938"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4576" gradientUnits="userSpaceOnUse" x1="196.6875" y1="352.97156" x2="202.0625" y2="352.97156"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4078" id="linearGradient4578" gradientUnits="userSpaceOnUse" x1="196.57016" y1="339.22711" x2="202.17984" y2="345.28802"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3890" id="linearGradient4590" gradientUnits="userSpaceOnUse" x1="195.71428" y1="341.82648" x2="203.03571" y2="341.82648"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4592" gradientUnits="userSpaceOnUse" x1="196.6875" y1="302.60938" x2="202.0625" y2="302.60938"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4594" gradientUnits="userSpaceOnUse" x1="196.6875" y1="352.97156" x2="202.0625" y2="352.97156"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4078" id="linearGradient4596" gradientUnits="userSpaceOnUse" x1="196.57016" y1="339.22711" x2="202.17984" y2="345.28802"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient4628" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient4660" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient4668" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient4684" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient4692" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient4700" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient4708" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient4716" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient4724" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient4732" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3890" id="linearGradient4744" gradientUnits="userSpaceOnUse" x1="195.71428" y1="341.82648" x2="203.03571" y2="341.82648"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4746" gradientUnits="userSpaceOnUse" x1="196.6875" y1="302.60938" x2="202.0625" y2="302.60938"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4748" gradientUnits="userSpaceOnUse" x1="196.6875" y1="352.97156" x2="202.0625" y2="352.97156"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4078" id="linearGradient4750" gradientUnits="userSpaceOnUse" x1="196.57016" y1="339.22711" x2="202.17984" y2="345.28802"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3890" id="linearGradient4762" gradientUnits="userSpaceOnUse" x1="195.71428" y1="341.82648" x2="203.03571" y2="341.82648"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4764" gradientUnits="userSpaceOnUse" x1="196.6875" y1="302.60938" x2="202.0625" y2="302.60938"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4766" gradientUnits="userSpaceOnUse" x1="196.6875" y1="352.97156" x2="202.0625" y2="352.97156"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4078" id="linearGradient4768" gradientUnits="userSpaceOnUse" x1="196.57016" y1="339.22711" x2="202.17984" y2="345.28802"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3890" id="linearGradient4780" gradientUnits="userSpaceOnUse" x1="195.71428" y1="341.82648" x2="203.03571" y2="341.82648"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4782" gradientUnits="userSpaceOnUse" x1="196.6875" y1="302.60938" x2="202.0625" y2="302.60938"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4784" gradientUnits="userSpaceOnUse" x1="196.6875" y1="352.97156" x2="202.0625" y2="352.97156"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4078" id="linearGradient4786" gradientUnits="userSpaceOnUse" x1="196.57016" y1="339.22711" x2="202.17984" y2="345.28802"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3890" id="linearGradient4798" gradientUnits="userSpaceOnUse" x1="195.71428" y1="341.82648" x2="203.03571" y2="341.82648"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4800" gradientUnits="userSpaceOnUse" x1="196.6875" y1="302.60938" x2="202.0625" y2="302.60938"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4802" gradientUnits="userSpaceOnUse" x1="196.6875" y1="352.97156" x2="202.0625" y2="352.97156"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4078" id="linearGradient4804" gradientUnits="userSpaceOnUse" x1="196.57016" y1="339.22711" x2="202.17984" y2="345.28802"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3890" id="linearGradient4816" gradientUnits="userSpaceOnUse" x1="195.71428" y1="341.82648" x2="203.03571" y2="341.82648"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4818" gradientUnits="userSpaceOnUse" x1="196.6875" y1="302.60938" x2="202.0625" y2="302.60938"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4820" gradientUnits="userSpaceOnUse" x1="196.6875" y1="352.97156" x2="202.0625" y2="352.97156"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4078" id="linearGradient4822" gradientUnits="userSpaceOnUse" x1="196.57016" y1="339.22711" x2="202.17984" y2="345.28802"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3890" id="linearGradient4834" gradientUnits="userSpaceOnUse" x1="195.71428" y1="341.82648" x2="203.03571" y2="341.82648"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4836" gradientUnits="userSpaceOnUse" x1="196.6875" y1="302.60938" x2="202.0625" y2="302.60938"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient4838" gradientUnits="userSpaceOnUse" x1="196.6875" y1="352.97156" x2="202.0625" y2="352.97156"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3882" id="linearGradient4840" gradientUnits="userSpaceOnUse" x1="196.57016" y1="339.22711" x2="202.17984" y2="345.28802"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4922" id="linearGradient4928" x1="588.51514" y1="866.61544" x2="601.55085" y2="866.61544" gradientUnits="userSpaceOnUse"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4922" id="linearGradient4936" x1="764.51514" y1="866.61542" x2="777.55084" y2="866.61542" gradientUnits="userSpaceOnUse"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4922" id="linearGradient4938" x1="748.51514" y1="866.61542" x2="761.55084" y2="866.61542" gradientUnits="userSpaceOnUse"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4922" id="linearGradient4940" x1="732.51514" y1="866.61542" x2="745.55084" y2="866.61542" gradientUnits="userSpaceOnUse"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4922" id="linearGradient4942" x1="700.51514" y1="866.61542" x2="713.55084" y2="866.61542" gradientUnits="userSpaceOnUse"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4922" id="linearGradient4944" x1="716.51514" y1="866.61542" x2="729.55084" y2="866.61542" gradientUnits="userSpaceOnUse"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4922" id="linearGradient4946" x1="684.51514" y1="866.61542" x2="697.55084" y2="866.61542" gradientUnits="userSpaceOnUse"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4922" id="linearGradient4948" x1="668.51514" y1="866.61542" x2="681.55084" y2="866.61542" gradientUnits="userSpaceOnUse"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4922" id="linearGradient4950" x1="652.51514" y1="866.61542" x2="665.55084" y2="866.61542" gradientUnits="userSpaceOnUse"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4922" id="linearGradient4952" x1="636.51514" y1="866.61542" x2="649.55084" y2="866.61542" gradientUnits="userSpaceOnUse"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4922" id="linearGradient4954" x1="620.51514" y1="866.61542" x2="633.55084" y2="866.61542" gradientUnits="userSpaceOnUse"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4922" id="linearGradient4956" x1="604.51514" y1="866.61542" x2="617.55084" y2="866.61542" gradientUnits="userSpaceOnUse"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4922" id="linearGradient4964" x1="764.51514" y1="866.61542" x2="777.55084" y2="866.61542" gradientUnits="userSpaceOnUse"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4922" id="linearGradient4966" x1="748.51514" y1="866.61542" x2="761.55084" y2="866.61542" gradientUnits="userSpaceOnUse"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4922" id="linearGradient4968" x1="732.51514" y1="866.61542" x2="745.55084" y2="866.61542" gradientUnits="userSpaceOnUse"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4922" id="linearGradient4970" x1="716.51514" y1="866.61542" x2="729.55084" y2="866.61542" gradientUnits="userSpaceOnUse"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4922" id="linearGradient4972" x1="700.51514" y1="866.61542" x2="713.55084" y2="866.61542" gradientUnits="userSpaceOnUse"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4922" id="linearGradient4974" x1="684.51514" y1="866.61542" x2="697.55084" y2="866.61542" gradientUnits="userSpaceOnUse"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4922" id="linearGradient4976" x1="668.51514" y1="866.61542" x2="681.55084" y2="866.61542" gradientUnits="userSpaceOnUse"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4922" id="linearGradient4978" x1="652.51514" y1="866.61542" x2="665.55084" y2="866.61542" gradientUnits="userSpaceOnUse"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4922" id="linearGradient4980" x1="636.51514" y1="866.61542" x2="649.55084" y2="866.61542" gradientUnits="userSpaceOnUse"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4922" id="linearGradient4982" x1="620.51514" y1="866.61542" x2="633.55084" y2="866.61542" gradientUnits="userSpaceOnUse"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4922" id="linearGradient4984" x1="604.51514" y1="866.61542" x2="617.55084" y2="866.61542" gradientUnits="userSpaceOnUse"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4922" id="linearGradient4986" x1="588.51514" y1="866.61542" x2="601.55084" y2="866.61542" gradientUnits="userSpaceOnUse"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4922" id="linearGradient5014" gradientUnits="userSpaceOnUse" x1="684.51514" y1="866.61542" x2="697.55084" y2="866.61542"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4922" id="linearGradient5016" gradientUnits="userSpaceOnUse" x1="700.51514" y1="866.61542" x2="713.55084" y2="866.61542"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4922" id="linearGradient5018" gradientUnits="userSpaceOnUse" x1="716.51514" y1="866.61542" x2="729.55084" y2="866.61542"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4922" id="linearGradient5020" gradientUnits="userSpaceOnUse" x1="732.51514" y1="866.61542" x2="745.55084" y2="866.61542"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4922" id="linearGradient5022" gradientUnits="userSpaceOnUse" x1="748.51514" y1="866.61542" x2="761.55084" y2="866.61542"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4922" id="linearGradient5024" gradientUnits="userSpaceOnUse" x1="764.51514" y1="866.61542" x2="777.55084" y2="866.61542"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4922" id="linearGradient5026" gradientUnits="userSpaceOnUse" x1="588.51514" y1="866.61542" x2="601.55084" y2="866.61542"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4922" id="linearGradient5028" gradientUnits="userSpaceOnUse" x1="604.51514" y1="866.61542" x2="617.55084" y2="866.61542"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4922" id="linearGradient5030" gradientUnits="userSpaceOnUse" x1="620.51514" y1="866.61542" x2="633.55084" y2="866.61542"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4922" id="linearGradient5032" gradientUnits="userSpaceOnUse" x1="636.51514" y1="866.61542" x2="649.55084" y2="866.61542"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4922" id="linearGradient5034" gradientUnits="userSpaceOnUse" x1="652.51514" y1="866.61542" x2="665.55084" y2="866.61542"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4922" id="linearGradient5036" gradientUnits="userSpaceOnUse" x1="668.51514" y1="866.61542" x2="681.55084" y2="866.61542"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3890" id="linearGradient5048" gradientUnits="userSpaceOnUse" x1="195.71428" y1="341.82648" x2="203.03571" y2="341.82648"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient5050" gradientUnits="userSpaceOnUse" x1="196.6875" y1="302.60938" x2="202.0625" y2="302.60938"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient5052" gradientUnits="userSpaceOnUse" x1="196.6875" y1="352.97156" x2="202.0625" y2="352.97156"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4078" id="linearGradient5054" gradientUnits="userSpaceOnUse" x1="196.57016" y1="339.22711" x2="202.17984" y2="345.28802"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3890" id="linearGradient5066" gradientUnits="userSpaceOnUse" x1="195.71428" y1="341.82648" x2="203.03571" y2="341.82648"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient5068" gradientUnits="userSpaceOnUse" x1="196.6875" y1="302.60938" x2="202.0625" y2="302.60938"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient5070" gradientUnits="userSpaceOnUse" x1="196.6875" y1="352.97156" x2="202.0625" y2="352.97156"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4078" id="linearGradient5072" gradientUnits="userSpaceOnUse" x1="196.57016" y1="339.22711" x2="202.17984" y2="345.28802"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3890" id="linearGradient5084" gradientUnits="userSpaceOnUse" x1="195.71428" y1="341.82648" x2="203.03571" y2="341.82648"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient5086" gradientUnits="userSpaceOnUse" x1="196.6875" y1="302.60938" x2="202.0625" y2="302.60938"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient5088" gradientUnits="userSpaceOnUse" x1="196.6875" y1="352.97156" x2="202.0625" y2="352.97156"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4078" id="linearGradient5090" gradientUnits="userSpaceOnUse" x1="196.57016" y1="339.22711" x2="202.17984" y2="345.28802"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3890" id="linearGradient5102" gradientUnits="userSpaceOnUse" x1="195.71428" y1="341.82648" x2="203.03571" y2="341.82648"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient5104" gradientUnits="userSpaceOnUse" x1="196.6875" y1="302.60938" x2="202.0625" y2="302.60938"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient5106" gradientUnits="userSpaceOnUse" x1="196.6875" y1="352.97156" x2="202.0625" y2="352.97156"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4078" id="linearGradient5108" gradientUnits="userSpaceOnUse" x1="196.57016" y1="339.22711" x2="202.17984" y2="345.28802"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3890" id="linearGradient5120" gradientUnits="userSpaceOnUse" x1="195.71428" y1="341.82648" x2="203.03571" y2="341.82648"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient5122" gradientUnits="userSpaceOnUse" x1="196.6875" y1="302.60938" x2="202.0625" y2="302.60938"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient5124" gradientUnits="userSpaceOnUse" x1="196.6875" y1="352.97156" x2="202.0625" y2="352.97156"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4078" id="linearGradient5126" gradientUnits="userSpaceOnUse" x1="196.57016" y1="339.22711" x2="202.17984" y2="345.28802"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3890" id="linearGradient5138" gradientUnits="userSpaceOnUse" x1="195.71428" y1="341.82648" x2="203.03571" y2="341.82648"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient5140" gradientUnits="userSpaceOnUse" x1="196.6875" y1="302.60938" x2="202.0625" y2="302.60938"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient5142" gradientUnits="userSpaceOnUse" x1="196.6875" y1="352.97156" x2="202.0625" y2="352.97156"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4078" id="linearGradient5144" gradientUnits="userSpaceOnUse" x1="196.57016" y1="339.22711" x2="202.17984" y2="345.28802"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3890" id="linearGradient5156" gradientUnits="userSpaceOnUse" x1="195.71428" y1="341.82648" x2="203.03571" y2="341.82648"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient5158" gradientUnits="userSpaceOnUse" x1="196.6875" y1="302.60938" x2="202.0625" y2="302.60938"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient5160" gradientUnits="userSpaceOnUse" x1="196.6875" y1="352.97156" x2="202.0625" y2="352.97156"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3882" id="linearGradient5162" gradientUnits="userSpaceOnUse" x1="196.57016" y1="339.22711" x2="202.17984" y2="345.28802"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3890" id="linearGradient5174" gradientUnits="userSpaceOnUse" x1="195.71428" y1="341.82648" x2="203.03571" y2="341.82648"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient5176" gradientUnits="userSpaceOnUse" x1="196.6875" y1="302.60938" x2="202.0625" y2="302.60938"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient5178" gradientUnits="userSpaceOnUse" x1="196.6875" y1="352.97156" x2="202.0625" y2="352.97156"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3882" id="linearGradient5180" gradientUnits="userSpaceOnUse" x1="196.57016" y1="339.22711" x2="202.17984" y2="345.28802"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3890" id="linearGradient5192" gradientUnits="userSpaceOnUse" x1="195.71428" y1="341.82648" x2="203.03571" y2="341.82648"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient5194" gradientUnits="userSpaceOnUse" x1="196.6875" y1="302.60938" x2="202.0625" y2="302.60938"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient5196" gradientUnits="userSpaceOnUse" x1="196.6875" y1="352.97156" x2="202.0625" y2="352.97156"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4078" id="linearGradient5198" gradientUnits="userSpaceOnUse" x1="196.57016" y1="339.22711" x2="202.17984" y2="345.28802"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3890" id="linearGradient5210" gradientUnits="userSpaceOnUse" x1="195.71428" y1="341.82648" x2="203.03571" y2="341.82648"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient5212" gradientUnits="userSpaceOnUse" x1="196.6875" y1="302.60938" x2="202.0625" y2="302.60938"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient5214" gradientUnits="userSpaceOnUse" x1="196.6875" y1="352.97156" x2="202.0625" y2="352.97156"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3882" id="linearGradient5216" gradientUnits="userSpaceOnUse" x1="196.57016" y1="339.22711" x2="202.17984" y2="345.28802"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3890" id="linearGradient5228" gradientUnits="userSpaceOnUse" x1="195.71428" y1="341.82648" x2="203.03571" y2="341.82648"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient5230" gradientUnits="userSpaceOnUse" x1="196.6875" y1="302.60938" x2="202.0625" y2="302.60938"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient5232" gradientUnits="userSpaceOnUse" x1="196.6875" y1="352.97156" x2="202.0625" y2="352.97156"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3882" id="linearGradient5234" gradientUnits="userSpaceOnUse" x1="196.57016" y1="339.22711" x2="202.17984" y2="345.28802"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3890" id="linearGradient5246" gradientUnits="userSpaceOnUse" x1="195.71428" y1="341.82648" x2="203.03571" y2="341.82648"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient5248" gradientUnits="userSpaceOnUse" x1="196.6875" y1="302.60938" x2="202.0625" y2="302.60938"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient5250" gradientUnits="userSpaceOnUse" x1="196.6875" y1="352.97156" x2="202.0625" y2="352.97156"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4078" id="linearGradient5252" gradientUnits="userSpaceOnUse" x1="196.57016" y1="339.22711" x2="202.17984" y2="345.28802"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3890" id="linearGradient5264" gradientUnits="userSpaceOnUse" x1="195.71428" y1="341.82648" x2="203.03571" y2="341.82648"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient5266" gradientUnits="userSpaceOnUse" x1="196.6875" y1="302.60938" x2="202.0625" y2="302.60938"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient5268" gradientUnits="userSpaceOnUse" x1="196.6875" y1="352.97156" x2="202.0625" y2="352.97156"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3882" id="linearGradient5270" gradientUnits="userSpaceOnUse" x1="196.57016" y1="339.22711" x2="202.17984" y2="345.28802"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3890" id="linearGradient5282" gradientUnits="userSpaceOnUse" x1="195.71428" y1="341.82648" x2="203.03571" y2="341.82648"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient5284" gradientUnits="userSpaceOnUse" x1="196.6875" y1="302.60938" x2="202.0625" y2="302.60938"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient5286" gradientUnits="userSpaceOnUse" x1="196.6875" y1="352.97156" x2="202.0625" y2="352.97156"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4078" id="linearGradient5288" gradientUnits="userSpaceOnUse" x1="196.57016" y1="339.22711" x2="202.17984" y2="345.28802"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3890" id="linearGradient5300" gradientUnits="userSpaceOnUse" x1="195.71428" y1="341.82648" x2="203.03571" y2="341.82648"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient5302" gradientUnits="userSpaceOnUse" x1="196.6875" y1="302.60938" x2="202.0625" y2="302.60938"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient5304" gradientUnits="userSpaceOnUse" x1="196.6875" y1="352.97156" x2="202.0625" y2="352.97156"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4078" id="linearGradient5306" gradientUnits="userSpaceOnUse" x1="196.57016" y1="339.22711" x2="202.17984" y2="345.28802"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3890" id="linearGradient5318" gradientUnits="userSpaceOnUse" x1="195.71428" y1="341.82648" x2="203.03571" y2="341.82648"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient5320" gradientUnits="userSpaceOnUse" x1="196.6875" y1="302.60938" x2="202.0625" y2="302.60938"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient5322" gradientUnits="userSpaceOnUse" x1="196.6875" y1="352.97156" x2="202.0625" y2="352.97156"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3882" id="linearGradient5324" gradientUnits="userSpaceOnUse" x1="196.57016" y1="339.22711" x2="202.17984" y2="345.28802"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient5332" id="linearGradient5338" x1="797.01038" y1="215.87796" x2="809.1322" y2="220.54991" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0.77902914,0,0,0.77902914,176.11607,74.279207)"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient5332" id="linearGradient5342" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0.58015537,0,0,0.58015537,342.62053,133.60453)" x1="797.01038" y1="215.87796" x2="809.1322" y2="220.54991"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient5332" id="linearGradient5346" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0.58015537,0,0,0.58015537,314.62053,139.60453)" x1="797.01038" y1="215.87796" x2="809.1322" y2="220.54991"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3890" id="linearGradient5358" gradientUnits="userSpaceOnUse" x1="195.71428" y1="341.82648" x2="203.03571" y2="341.82648"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient5360" gradientUnits="userSpaceOnUse" x1="196.6875" y1="302.60938" x2="202.0625" y2="302.60938"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient5362" gradientUnits="userSpaceOnUse" x1="196.6875" y1="352.97156" x2="202.0625" y2="352.97156"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3882" id="linearGradient5364" gradientUnits="userSpaceOnUse" x1="196.57016" y1="339.22711" x2="202.17984" y2="345.28802"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3890" id="linearGradient5376" gradientUnits="userSpaceOnUse" x1="195.71428" y1="341.82648" x2="203.03571" y2="341.82648"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient5378" gradientUnits="userSpaceOnUse" x1="196.6875" y1="302.60938" x2="202.0625" y2="302.60938"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient5380" gradientUnits="userSpaceOnUse" x1="196.6875" y1="352.97156" x2="202.0625" y2="352.97156"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3882" id="linearGradient5382" gradientUnits="userSpaceOnUse" x1="196.57016" y1="339.22711" x2="202.17984" y2="345.28802"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3890" id="linearGradient5394" gradientUnits="userSpaceOnUse" x1="195.71428" y1="341.82648" x2="203.03571" y2="341.82648"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient5396" gradientUnits="userSpaceOnUse" x1="196.6875" y1="302.60938" x2="202.0625" y2="302.60938"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient5398" gradientUnits="userSpaceOnUse" x1="196.6875" y1="352.97156" x2="202.0625" y2="352.97156"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4078" id="linearGradient5400" gradientUnits="userSpaceOnUse" x1="196.57016" y1="339.22711" x2="202.17984" y2="345.28802"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3890" id="linearGradient5412" gradientUnits="userSpaceOnUse" x1="195.71428" y1="341.82648" x2="203.03571" y2="341.82648"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient5414" gradientUnits="userSpaceOnUse" x1="196.6875" y1="302.60938" x2="202.0625" y2="302.60938"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient5416" gradientUnits="userSpaceOnUse" x1="196.6875" y1="352.97156" x2="202.0625" y2="352.97156"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3882" id="linearGradient5418" gradientUnits="userSpaceOnUse" x1="196.57016" y1="339.22711" x2="202.17984" y2="345.28802"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3890" id="linearGradient5430" gradientUnits="userSpaceOnUse" x1="195.71428" y1="341.82648" x2="203.03571" y2="341.82648"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient5432" gradientUnits="userSpaceOnUse" x1="196.6875" y1="302.60938" x2="202.0625" y2="302.60938"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient5434" gradientUnits="userSpaceOnUse" x1="196.6875" y1="352.97156" x2="202.0625" y2="352.97156"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3882" id="linearGradient5436" gradientUnits="userSpaceOnUse" x1="196.57016" y1="339.22711" x2="202.17984" y2="345.28802"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3890" id="linearGradient5448" gradientUnits="userSpaceOnUse" x1="195.71428" y1="341.82648" x2="203.03571" y2="341.82648"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient5450" gradientUnits="userSpaceOnUse" x1="196.6875" y1="302.60938" x2="202.0625" y2="302.60938"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient5452" gradientUnits="userSpaceOnUse" x1="196.6875" y1="352.97156" x2="202.0625" y2="352.97156"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4078" id="linearGradient5454" gradientUnits="userSpaceOnUse" x1="196.57016" y1="339.22711" x2="202.17984" y2="345.28802"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3890" id="linearGradient5466" gradientUnits="userSpaceOnUse" x1="195.71428" y1="341.82648" x2="203.03571" y2="341.82648"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient5468" gradientUnits="userSpaceOnUse" x1="196.6875" y1="302.60938" x2="202.0625" y2="302.60938"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient3898" id="linearGradient5470" gradientUnits="userSpaceOnUse" x1="196.6875" y1="352.97156" x2="202.0625" y2="352.97156"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4078" id="linearGradient5472" gradientUnits="userSpaceOnUse" x1="196.57016" y1="339.22711" x2="202.17984" y2="345.28802"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient5480" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient5488" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient5496" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient5504" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient5512" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient5520" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient5528" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient5536" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient5544" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient5552" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient5560" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient5568" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient5576" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient5584" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient5592" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient5600" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient5608" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient5616" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient5624" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient5632" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient5640" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient5648" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient5656" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient5664" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient5672" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient5680" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient5688" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient5696" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient5704" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient5712" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient5720" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient5728" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient5736" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient5744" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient5752" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient5760" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient5768" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient5776" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient5784" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient5792" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient5800" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient5808" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient5816" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient5824" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient5832" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient5840" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient5848" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient5856" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient5864" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient5872" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient5880" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient5888" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient5896" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient5904" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient5912" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient5920" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient5928" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient5936" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient5944" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient5952" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient5960" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient5968" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient5976" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient5984" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient5992" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6000" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6008" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6016" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6024" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6032" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6040" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6048" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6056" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6064" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6072" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6080" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6088" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6096" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6104" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6112" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6120" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6128" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6136" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6144" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6152" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6160" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6168" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6176" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6184" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6192" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6200" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6208" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6216" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6224" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6232" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6240" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6248" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6256" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6264" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6272" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6280" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6288" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6296" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6304" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6312" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6320" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6328" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6336" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6344" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6352" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6360" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6368" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6376" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6384" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6392" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6400" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6408" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6416" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6424" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6432" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6440" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6448" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6456" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6464" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6472" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6480" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6488" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6496" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6504" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6512" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6520" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6528" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6536" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6544" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6552" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6560" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6568" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6576" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6584" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6598" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6606" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6614" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6622" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6630" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ <linearGradient inkscape:collect="always" xlink:href="#linearGradient4602" id="linearGradient6638" gradientUnits="userSpaceOnUse" x1="234.35539" y1="219.91858" x2="253.54829" y2="219.91858"/>
+ </defs>
+ <sodipodi:namedview id="base" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="0.24748737" inkscape:cx="455.89239" inkscape:cy="388.00611" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="false" inkscape:window-width="1366" inkscape:window-height="713" inkscape:window-x="0" inkscape:window-y="0" inkscape:window-maximized="1"/>
+ <metadata id="metadata7">
+ <rdf:RDF>
+ <cc:Work rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g inkscape:label="Layer 1" inkscape:groupmode="layer" id="layer1" transform="translate(0,-28.362183)">
+ <path style="fill:url(#linearGradient3842);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" d="m 130.59375,88.674683 -70,69.999997 0,796.38393 32.959821,36.70982 837.071429,0 33.0625,-32.16964 0,-853.85714 -16.35268,-17.066967 z" id="rect2985" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccccccc"/>
+ <path style="fill:url(#linearGradient3853);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" d="M 212.90625 155.28125 L 155.5625 212.625 L 155.5625 810.78125 L 213.1875 868.4375 L 810.8125 868.4375 L 868.71875 810.5 L 868.71875 212.90625 L 811.09375 155.28125 L 212.90625 155.28125 z M 275.78125 256.28125 L 748.53125 256.28125 C 759.16411 256.28125 767.71875 264.83589 767.71875 275.46875 L 767.71875 748.21875 C 767.71875 758.85161 759.16411 767.40625 748.53125 767.40625 L 275.78125 767.40625 C 265.14839 767.40625 256.59375 758.85161 256.59375 748.21875 L 256.59375 275.46875 C 256.59375 264.83589 265.14839 256.28125 275.78125 256.28125 z " id="rect2987" transform="translate(0,28.362183)"/>
+ <rect style="fill:#f6f6f6;fill-opacity:0.16746412;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect2989" width="511.13715" height="511.13715" x="256.57874" y="284.64624" ry="19.192883"/>
+ <rect y="298.78839" x="270.72089" height="482.85287" width="482.85287" id="rect3066" style="fill:url(#linearGradient3861);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <text xml:space="preserve" style="font-size:113.27169037000000174px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2b2b2b;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:System" x="378.35626" y="661.77124" id="text3863" sodipodi:linespacing="125%"><tspan sodipodi:role="line" id="tspan3865" x="378.35626" y="661.77124" style="font-size:407.77810669000001553px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Padauk;-inkscape-font-specification:Padauk Medium;fill:#2b2b2b;fill-opacity:1">i7</tspan></text>
+ <g id="g3910">
+ <rect y="326.55862" x="195.71428" height="30.535715" width="7.3214283" id="rect3867" style="fill:url(#linearGradient3896);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <path id="rect3873" transform="translate(0,28.362183)" d="M 196.6875 299.0625 L 196.6875 304.15625 L 197.15625 304.15625 L 197.15625 306.15625 L 201.59375 306.15625 L 201.59375 304.15625 L 202.0625 304.15625 L 202.0625 299.0625 L 196.6875 299.0625 z " style="fill:url(#linearGradient3906);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <path inkscape:connector-curvature="0" style="fill:url(#linearGradient3904);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" d="m 196.6875,356.51843 0,-5.09375 0.46875,0 0,-2 4.4375,0 0,2 0.46875,0 0,5.09375 -5.375,0 z" id="path3880"/>
+ <rect y="333.43362" x="196.69643" height="17.142855" width="5.3571429" id="rect3871" style="fill:url(#linearGradient3888);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ </g>
+ <g id="g3916" transform="translate(0,36)">
+ <rect style="fill:url(#linearGradient3926);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect3918" width="7.3214283" height="30.535715" x="195.71428" y="326.55862"/>
+ <path style="fill:url(#linearGradient3928);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" d="m 196.6875,299.0625 0,5.09375 0.46875,0 0,2 4.4375,0 0,-2 0.46875,0 0,-5.09375 -5.375,0 z" transform="translate(0,28.362183)" id="path3920" inkscape:connector-curvature="0"/>
+ <path id="path3922" d="m 196.6875,356.51843 0,-5.09375 0.46875,0 0,-2 4.4375,0 0,2 0.46875,0 0,5.09375 -5.375,0 z" style="fill:url(#linearGradient3930);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" inkscape:connector-curvature="0"/>
+ <rect style="fill:url(#linearGradient3932);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect3924" width="5.3571429" height="17.142855" x="196.69643" y="333.43362"/>
+ </g>
+ <g transform="translate(0,82)" id="g3934">
+ <rect y="326.55862" x="195.71428" height="30.535715" width="7.3214283" id="rect3936" style="fill:url(#linearGradient3944);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <path inkscape:connector-curvature="0" id="path3938" transform="translate(0,28.362183)" d="m 196.6875,299.0625 0,5.09375 0.46875,0 0,2 4.4375,0 0,-2 0.46875,0 0,-5.09375 -5.375,0 z" style="fill:url(#linearGradient3946);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <path inkscape:connector-curvature="0" style="fill:url(#linearGradient3948);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" d="m 196.6875,356.51843 0,-5.09375 0.46875,0 0,-2 4.4375,0 0,2 0.46875,0 0,5.09375 -5.375,0 z" id="path3940"/>
+ <rect y="333.43362" x="196.69643" height="17.142855" width="5.3571429" id="rect3942" style="fill:url(#linearGradient3950);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ </g>
+ <g id="g3952" transform="translate(0,122)">
+ <rect style="fill:url(#linearGradient3962);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect3954" width="7.3214283" height="30.535715" x="195.71428" y="326.55862"/>
+ <path style="fill:url(#linearGradient3964);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" d="m 196.6875,299.0625 0,5.09375 0.46875,0 0,2 4.4375,0 0,-2 0.46875,0 0,-5.09375 -5.375,0 z" transform="translate(0,28.362183)" id="path3956" inkscape:connector-curvature="0"/>
+ <path id="path3958" d="m 196.6875,356.51843 0,-5.09375 0.46875,0 0,-2 4.4375,0 0,2 0.46875,0 0,5.09375 -5.375,0 z" style="fill:url(#linearGradient3966);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" inkscape:connector-curvature="0"/>
+ <rect style="fill:url(#linearGradient3968);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect3960" width="5.3571429" height="17.142855" x="196.69643" y="333.43362"/>
+ </g>
+ <g transform="translate(0,158)" id="g3970">
+ <rect y="326.55862" x="195.71428" height="30.535715" width="7.3214283" id="rect3972" style="fill:url(#linearGradient3980);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <path inkscape:connector-curvature="0" id="path3974" transform="translate(0,28.362183)" d="m 196.6875,299.0625 0,5.09375 0.46875,0 0,2 4.4375,0 0,-2 0.46875,0 0,-5.09375 -5.375,0 z" style="fill:url(#linearGradient3982);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <path inkscape:connector-curvature="0" style="fill:url(#linearGradient3984);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" d="m 196.6875,356.51843 0,-5.09375 0.46875,0 0,-2 4.4375,0 0,2 0.46875,0 0,5.09375 -5.375,0 z" id="path3976"/>
+ <rect y="333.43362" x="196.69643" height="17.142855" width="5.3571429" id="rect3978" style="fill:url(#linearGradient3986);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ </g>
+ <g id="g3988" transform="translate(0,190)">
+ <rect style="fill:url(#linearGradient3998);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect3990" width="7.3214283" height="30.535715" x="195.71428" y="326.55862"/>
+ <path style="fill:url(#linearGradient4000);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" d="m 196.6875,299.0625 0,5.09375 0.46875,0 0,2 4.4375,0 0,-2 0.46875,0 0,-5.09375 -5.375,0 z" transform="translate(0,28.362183)" id="path3992" inkscape:connector-curvature="0"/>
+ <path id="path3994" d="m 196.6875,356.51843 0,-5.09375 0.46875,0 0,-2 4.4375,0 0,2 0.46875,0 0,5.09375 -5.375,0 z" style="fill:url(#linearGradient4002);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" inkscape:connector-curvature="0"/>
+ <rect style="fill:url(#linearGradient4004);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect3996" width="5.3571429" height="17.142855" x="196.69643" y="333.43362"/>
+ </g>
+ <g transform="translate(14,172)" id="g4006">
+ <rect y="326.55862" x="195.71428" height="30.535715" width="7.3214283" id="rect4008" style="fill:url(#linearGradient4016);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <path inkscape:connector-curvature="0" id="path4010" transform="translate(0,28.362183)" d="m 196.6875,299.0625 0,5.09375 0.46875,0 0,2 4.4375,0 0,-2 0.46875,0 0,-5.09375 -5.375,0 z" style="fill:url(#linearGradient4018);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <path inkscape:connector-curvature="0" style="fill:url(#linearGradient4020);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" d="m 196.6875,356.51843 0,-5.09375 0.46875,0 0,-2 4.4375,0 0,2 0.46875,0 0,5.09375 -5.375,0 z" id="path4012"/>
+ <rect y="333.43362" x="196.69643" height="17.142855" width="5.3571429" id="rect4014" style="fill:url(#linearGradient4022);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ </g>
+ <g id="g4024" transform="translate(14,116)">
+ <rect style="fill:url(#linearGradient4034);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect4026" width="7.3214283" height="30.535715" x="195.71428" y="326.55862"/>
+ <path style="fill:url(#linearGradient4036);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" d="m 196.6875,299.0625 0,5.09375 0.46875,0 0,2 4.4375,0 0,-2 0.46875,0 0,-5.09375 -5.375,0 z" transform="translate(0,28.362183)" id="path4028" inkscape:connector-curvature="0"/>
+ <path id="path4030" d="m 196.6875,356.51843 0,-5.09375 0.46875,0 0,-2 4.4375,0 0,2 0.46875,0 0,5.09375 -5.375,0 z" style="fill:url(#linearGradient4038);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" inkscape:connector-curvature="0"/>
+ <rect style="fill:url(#linearGradient4040);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect4032" width="5.3571429" height="17.142855" x="196.69643" y="333.43362"/>
+ </g>
+ <g transform="translate(14,24)" id="g4042">
+ <rect y="326.55862" x="195.71428" height="30.535715" width="7.3214283" id="rect4044" style="fill:url(#linearGradient4052);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <path inkscape:connector-curvature="0" id="path4046" transform="translate(0,28.362183)" d="m 196.6875,299.0625 0,5.09375 0.46875,0 0,2 4.4375,0 0,-2 0.46875,0 0,-5.09375 -5.375,0 z" style="fill:url(#linearGradient4054);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <path inkscape:connector-curvature="0" style="fill:url(#linearGradient4056);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" d="m 196.6875,356.51843 0,-5.09375 0.46875,0 0,-2 4.4375,0 0,2 0.46875,0 0,5.09375 -5.375,0 z" id="path4048"/>
+ <rect y="333.43362" x="196.69643" height="17.142855" width="5.3571429" id="rect4050" style="fill:url(#linearGradient4058);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ </g>
+ <g id="g4060" transform="translate(14,244)">
+ <rect style="fill:url(#linearGradient4070);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect4062" width="7.3214283" height="30.535715" x="195.71428" y="326.55862"/>
+ <path style="fill:url(#linearGradient4072);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" d="m 196.6875,299.0625 0,5.09375 0.46875,0 0,2 4.4375,0 0,-2 0.46875,0 0,-5.09375 -5.375,0 z" transform="translate(0,28.362183)" id="path4064" inkscape:connector-curvature="0"/>
+ <path id="path4066" d="m 196.6875,356.51843 0,-5.09375 0.46875,0 0,-2 4.4375,0 0,2 0.46875,0 0,5.09375 -5.375,0 z" style="fill:url(#linearGradient4074);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" inkscape:connector-curvature="0"/>
+ <rect style="fill:url(#linearGradient4076);fill-opacity:1.0;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect4068" width="5.3571429" height="17.142855" x="196.69643" y="333.43362"/>
+ </g>
+ <g transform="translate(0,258)" id="g4084">
+ <rect y="326.55862" x="195.71428" height="30.535715" width="7.3214283" id="rect4086" style="fill:url(#linearGradient4094);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <path inkscape:connector-curvature="0" id="path4088" transform="translate(0,28.362183)" d="m 196.6875,299.0625 0,5.09375 0.46875,0 0,2 4.4375,0 0,-2 0.46875,0 0,-5.09375 -5.375,0 z" style="fill:url(#linearGradient4096);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <path inkscape:connector-curvature="0" style="fill:url(#linearGradient4098);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" d="m 196.6875,356.51843 0,-5.09375 0.46875,0 0,-2 4.4375,0 0,2 0.46875,0 0,5.09375 -5.375,0 z" id="path4090"/>
+ <rect y="333.43362" x="196.69643" height="17.142855" width="5.3571429" id="rect4092" style="fill:url(#linearGradient4100);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ </g>
+ <g id="g4102" transform="translate(0,304)">
+ <rect style="fill:url(#linearGradient4112);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect4104" width="7.3214283" height="30.535715" x="195.71428" y="326.55862"/>
+ <path style="fill:url(#linearGradient4114);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" d="m 196.6875,299.0625 0,5.09375 0.46875,0 0,2 4.4375,0 0,-2 0.46875,0 0,-5.09375 -5.375,0 z" transform="translate(0,28.362183)" id="path4106" inkscape:connector-curvature="0"/>
+ <path id="path4108" d="m 196.6875,356.51843 0,-5.09375 0.46875,0 0,-2 4.4375,0 0,2 0.46875,0 0,5.09375 -5.375,0 z" style="fill:url(#linearGradient4116);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" inkscape:connector-curvature="0"/>
+ <rect style="fill:url(#linearGradient4118);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect4110" width="5.3571429" height="17.142855" x="196.69643" y="333.43362"/>
+ </g>
+ <g transform="translate(0,340)" id="g4120">
+ <rect y="326.55862" x="195.71428" height="30.535715" width="7.3214283" id="rect4122" style="fill:url(#linearGradient4130);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <path inkscape:connector-curvature="0" id="path4124" transform="translate(0,28.362183)" d="m 196.6875,299.0625 0,5.09375 0.46875,0 0,2 4.4375,0 0,-2 0.46875,0 0,-5.09375 -5.375,0 z" style="fill:url(#linearGradient4132);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <path inkscape:connector-curvature="0" style="fill:url(#linearGradient4134);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" d="m 196.6875,356.51843 0,-5.09375 0.46875,0 0,-2 4.4375,0 0,2 0.46875,0 0,5.09375 -5.375,0 z" id="path4126"/>
+ <rect y="333.43362" x="196.69643" height="17.142855" width="5.3571429" id="rect4128" style="fill:url(#linearGradient4136);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ </g>
+ <g id="g4138" transform="translate(0,384)">
+ <rect style="fill:url(#linearGradient4148);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect4140" width="7.3214283" height="30.535715" x="195.71428" y="326.55862"/>
+ <path style="fill:url(#linearGradient4150);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" d="m 196.6875,299.0625 0,5.09375 0.46875,0 0,2 4.4375,0 0,-2 0.46875,0 0,-5.09375 -5.375,0 z" transform="translate(0,28.362183)" id="path4142" inkscape:connector-curvature="0"/>
+ <path id="path4144" d="m 196.6875,356.51843 0,-5.09375 0.46875,0 0,-2 4.4375,0 0,2 0.46875,0 0,5.09375 -5.375,0 z" style="fill:url(#linearGradient4152);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" inkscape:connector-curvature="0"/>
+ <rect style="fill:url(#linearGradient4154);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect4146" width="5.3571429" height="17.142855" x="196.69643" y="333.43362"/>
+ </g>
+ <g transform="translate(14,316)" id="g4156">
+ <rect y="326.55862" x="195.71428" height="30.535715" width="7.3214283" id="rect4158" style="fill:url(#linearGradient4166);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <path inkscape:connector-curvature="0" id="path4160" transform="translate(0,28.362183)" d="m 196.6875,299.0625 0,5.09375 0.46875,0 0,2 4.4375,0 0,-2 0.46875,0 0,-5.09375 -5.375,0 z" style="fill:url(#linearGradient4168);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <path inkscape:connector-curvature="0" style="fill:url(#linearGradient4170);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" d="m 196.6875,356.51843 0,-5.09375 0.46875,0 0,-2 4.4375,0 0,2 0.46875,0 0,5.09375 -5.375,0 z" id="path4162"/>
+ <rect y="333.43362" x="196.69643" height="17.142855" width="5.3571429" id="rect4164" style="fill:url(#linearGradient4172);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ </g>
+ <g id="g4174" transform="translate(14,392)">
+ <rect style="fill:url(#linearGradient4184);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect4176" width="7.3214283" height="30.535715" x="195.71428" y="326.55862"/>
+ <path style="fill:url(#linearGradient4186);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" d="m 196.6875,299.0625 0,5.09375 0.46875,0 0,2 4.4375,0 0,-2 0.46875,0 0,-5.09375 -5.375,0 z" transform="translate(0,28.362183)" id="path4178" inkscape:connector-curvature="0"/>
+ <path id="path4180" d="m 196.6875,356.51843 0,-5.09375 0.46875,0 0,-2 4.4375,0 0,2 0.46875,0 0,5.09375 -5.375,0 z" style="fill:url(#linearGradient4188);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" inkscape:connector-curvature="0"/>
+ <rect style="fill:url(#linearGradient4190);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect4182" width="5.3571429" height="17.142855" x="196.69643" y="333.43362"/>
+ </g>
+ <g transform="translate(14,70)" id="g4192">
+ <rect y="326.55862" x="195.71428" height="30.535715" width="7.3214283" id="rect4194" style="fill:url(#linearGradient4202);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <path inkscape:connector-curvature="0" id="path4196" transform="translate(0,28.362183)" d="m 196.6875,299.0625 0,5.09375 0.46875,0 0,2 4.4375,0 0,-2 0.46875,0 0,-5.09375 -5.375,0 z" style="fill:url(#linearGradient4204);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <path inkscape:connector-curvature="0" style="fill:url(#linearGradient4206);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" d="m 196.6875,356.51843 0,-5.09375 0.46875,0 0,-2 4.4375,0 0,2 0.46875,0 0,5.09375 -5.375,0 z" id="path4198"/>
+ <rect y="333.43362" x="196.69643" height="17.142855" width="5.3571429" id="rect4200" style="fill:url(#linearGradient4208);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ </g>
+ <g transform="translate(0,448)" id="g4210">
+ <rect y="326.55862" x="195.71428" height="30.535715" width="7.3214283" id="rect4212" style="fill:url(#linearGradient4220);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <path inkscape:connector-curvature="0" id="path4214" transform="translate(0,28.362183)" d="m 196.6875,299.0625 0,5.09375 0.46875,0 0,2 4.4375,0 0,-2 0.46875,0 0,-5.09375 -5.375,0 z" style="fill:url(#linearGradient4222);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <path inkscape:connector-curvature="0" style="fill:url(#linearGradient4224);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" d="m 196.6875,356.51843 0,-5.09375 0.46875,0 0,-2 4.4375,0 0,2 0.46875,0 0,5.09375 -5.375,0 z" id="path4216"/>
+ <rect y="333.43362" x="196.69643" height="17.142855" width="5.3571429" id="rect4218" style="fill:url(#linearGradient4226);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ </g>
+ <g id="g4228" transform="translate(14,458)">
+ <rect style="fill:url(#linearGradient4238);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect4230" width="7.3214283" height="30.535715" x="195.71428" y="326.55862"/>
+ <path style="fill:url(#linearGradient4240);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" d="m 196.6875,299.0625 0,5.09375 0.46875,0 0,2 4.4375,0 0,-2 0.46875,0 0,-5.09375 -5.375,0 z" transform="translate(0,28.362183)" id="path4232" inkscape:connector-curvature="0"/>
+ <path id="path4234" d="m 196.6875,356.51843 0,-5.09375 0.46875,0 0,-2 4.4375,0 0,2 0.46875,0 0,5.09375 -5.375,0 z" style="fill:url(#linearGradient4242);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" inkscape:connector-curvature="0"/>
+ <rect style="fill:url(#linearGradient4244);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect4236" width="5.3571429" height="17.142855" x="196.69643" y="333.43362"/>
+ </g>
+ <g id="g4246" transform="matrix(0,1,-1,0,659.20148,58.451488)">
+ <rect style="fill:url(#linearGradient4256);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect4248" width="7.3214283" height="30.535715" x="195.71428" y="326.55862"/>
+ <path style="fill:url(#linearGradient4258);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" d="m 196.6875,299.0625 0,5.09375 0.46875,0 0,2 4.4375,0 0,-2 0.46875,0 0,-5.09375 -5.375,0 z" transform="translate(0,28.362183)" id="path4250" inkscape:connector-curvature="0"/>
+ <path id="path4252" d="m 196.6875,356.51843 0,-5.09375 0.46875,0 0,-2 4.4375,0 0,2 0.46875,0 0,5.09375 -5.375,0 z" style="fill:url(#linearGradient4260);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" inkscape:connector-curvature="0"/>
+ <rect style="fill:url(#linearGradient4262);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect4254" width="5.3571429" height="17.142855" x="196.69643" y="333.43362"/>
+ </g>
+ <g transform="matrix(0,1,-1,0,671.20148,46.451488)" id="g4264">
+ <rect y="326.55862" x="195.71428" height="30.535715" width="7.3214283" id="rect4266" style="fill:url(#linearGradient4274);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <path inkscape:connector-curvature="0" id="path4268" transform="translate(0,28.362183)" d="m 196.6875,299.0625 0,5.09375 0.46875,0 0,2 4.4375,0 0,-2 0.46875,0 0,-5.09375 -5.375,0 z" style="fill:url(#linearGradient4276);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <path inkscape:connector-curvature="0" style="fill:url(#linearGradient4278);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" d="m 196.6875,356.51843 0,-5.09375 0.46875,0 0,-2 4.4375,0 0,2 0.46875,0 0,5.09375 -5.375,0 z" id="path4270"/>
+ <rect y="333.43362" x="196.69643" height="17.142855" width="5.3571429" id="rect4272" style="fill:url(#linearGradient4280);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ </g>
+ <g id="g4282" transform="matrix(0,1,-1,0,677.20148,34.451488)">
+ <rect style="fill:url(#linearGradient4292);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect4284" width="7.3214283" height="30.535715" x="195.71428" y="326.55862"/>
+ <path style="fill:url(#linearGradient4294);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" d="m 196.6875,299.0625 0,5.09375 0.46875,0 0,2 4.4375,0 0,-2 0.46875,0 0,-5.09375 -5.375,0 z" transform="translate(0,28.362183)" id="path4286" inkscape:connector-curvature="0"/>
+ <path id="path4288" d="m 196.6875,356.51843 0,-5.09375 0.46875,0 0,-2 4.4375,0 0,2 0.46875,0 0,5.09375 -5.375,0 z" style="fill:url(#linearGradient4296);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" inkscape:connector-curvature="0"/>
+ <rect style="fill:url(#linearGradient4298);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect4290" width="5.3571429" height="17.142855" x="196.69643" y="333.43362"/>
+ </g>
+ <g id="g4300" transform="matrix(0,1,-1,0,723.20148,46.451488)">
+ <rect style="fill:url(#linearGradient4310);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect4302" width="7.3214283" height="30.535715" x="195.71428" y="326.55862"/>
+ <path style="fill:url(#linearGradient4312);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" d="m 196.6875,299.0625 0,5.09375 0.46875,0 0,2 4.4375,0 0,-2 0.46875,0 0,-5.09375 -5.375,0 z" transform="translate(0,28.362183)" id="path4304" inkscape:connector-curvature="0"/>
+ <path id="path4306" d="m 196.6875,356.51843 0,-5.09375 0.46875,0 0,-2 4.4375,0 0,2 0.46875,0 0,5.09375 -5.375,0 z" style="fill:url(#linearGradient4314);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" inkscape:connector-curvature="0"/>
+ <rect style="fill:url(#linearGradient4316);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect4308" width="5.3571429" height="17.142855" x="196.69643" y="333.43362"/>
+ </g>
+ <g transform="matrix(0,1,-1,0,729.20148,58.451488)" id="g4318">
+ <rect y="326.55862" x="195.71428" height="30.535715" width="7.3214283" id="rect4320" style="fill:url(#linearGradient4328);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <path inkscape:connector-curvature="0" id="path4322" transform="translate(0,28.362183)" d="m 196.6875,299.0625 0,5.09375 0.46875,0 0,2 4.4375,0 0,-2 0.46875,0 0,-5.09375 -5.375,0 z" style="fill:url(#linearGradient4330);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <path inkscape:connector-curvature="0" style="fill:url(#linearGradient4332);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" d="m 196.6875,356.51843 0,-5.09375 0.46875,0 0,-2 4.4375,0 0,2 0.46875,0 0,5.09375 -5.375,0 z" id="path4324"/>
+ <rect y="333.43362" x="196.69643" height="17.142855" width="5.3571429" id="rect4326" style="fill:url(#linearGradient4334);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ </g>
+ <g id="g4336" transform="matrix(0,1,-1,0,767.20148,58.451488)">
+ <rect style="fill:url(#linearGradient4346);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect4338" width="7.3214283" height="30.535715" x="195.71428" y="326.55862"/>
+ <path style="fill:url(#linearGradient4348);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" d="m 196.6875,299.0625 0,5.09375 0.46875,0 0,2 4.4375,0 0,-2 0.46875,0 0,-5.09375 -5.375,0 z" transform="translate(0,28.362183)" id="path4340" inkscape:connector-curvature="0"/>
+ <path id="path4342" d="m 196.6875,356.51843 0,-5.09375 0.46875,0 0,-2 4.4375,0 0,2 0.46875,0 0,5.09375 -5.375,0 z" style="fill:url(#linearGradient4350);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" inkscape:connector-curvature="0"/>
+ <rect style="fill:url(#linearGradient4352);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect4344" width="5.3571429" height="17.142855" x="196.69643" y="333.43362"/>
+ </g>
+ <g transform="matrix(0,1,-1,0,741.20148,34.451488)" id="g4354">
+ <rect y="326.55862" x="195.71428" height="30.535715" width="7.3214283" id="rect4356" style="fill:url(#linearGradient4364);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <path inkscape:connector-curvature="0" id="path4358" transform="translate(0,28.362183)" d="m 196.6875,299.0625 0,5.09375 0.46875,0 0,2 4.4375,0 0,-2 0.46875,0 0,-5.09375 -5.375,0 z" style="fill:url(#linearGradient4366);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <path inkscape:connector-curvature="0" style="fill:url(#linearGradient4368);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" d="m 196.6875,356.51843 0,-5.09375 0.46875,0 0,-2 4.4375,0 0,2 0.46875,0 0,5.09375 -5.375,0 z" id="path4360"/>
+ <rect y="333.43362" x="196.69643" height="17.142855" width="5.3571429" id="rect4362" style="fill:url(#linearGradient4370);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ </g>
+ <g id="g4372" transform="matrix(0,1,-1,0,859.20148,34.451488)">
+ <rect style="fill:url(#linearGradient4382);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect4374" width="7.3214283" height="30.535715" x="195.71428" y="326.55862"/>
+ <path style="fill:url(#linearGradient4384);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" d="m 196.6875,299.0625 0,5.09375 0.46875,0 0,2 4.4375,0 0,-2 0.46875,0 0,-5.09375 -5.375,0 z" transform="translate(0,28.362183)" id="path4376" inkscape:connector-curvature="0"/>
+ <path id="path4378" d="m 196.6875,356.51843 0,-5.09375 0.46875,0 0,-2 4.4375,0 0,2 0.46875,0 0,5.09375 -5.375,0 z" style="fill:url(#linearGradient4386);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" inkscape:connector-curvature="0"/>
+ <rect style="fill:url(#linearGradient4388);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect4380" width="5.3571429" height="17.142855" x="196.69643" y="333.43362"/>
+ </g>
+ <g transform="matrix(0,1,-1,0,859.20148,46.451488)" id="g4390">
+ <rect y="326.55862" x="195.71428" height="30.535715" width="7.3214283" id="rect4392" style="fill:url(#linearGradient4400);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <path inkscape:connector-curvature="0" id="path4394" transform="translate(0,28.362183)" d="m 196.6875,299.0625 0,5.09375 0.46875,0 0,2 4.4375,0 0,-2 0.46875,0 0,-5.09375 -5.375,0 z" style="fill:url(#linearGradient4402);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <path inkscape:connector-curvature="0" style="fill:url(#linearGradient4404);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" d="m 196.6875,356.51843 0,-5.09375 0.46875,0 0,-2 4.4375,0 0,2 0.46875,0 0,5.09375 -5.375,0 z" id="path4396"/>
+ <rect y="333.43362" x="196.69643" height="17.142855" width="5.3571429" id="rect4398" style="fill:url(#linearGradient4406);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ </g>
+ <g id="g4408" transform="matrix(0,1,-1,0,883.20148,58.451488)">
+ <rect style="fill:url(#linearGradient4418);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect4410" width="7.3214283" height="30.535715" x="195.71428" y="326.55862"/>
+ <path style="fill:url(#linearGradient4420);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" d="m 196.6875,299.0625 0,5.09375 0.46875,0 0,2 4.4375,0 0,-2 0.46875,0 0,-5.09375 -5.375,0 z" transform="translate(0,28.362183)" id="path4412" inkscape:connector-curvature="0"/>
+ <path id="path4414" d="m 196.6875,356.51843 0,-5.09375 0.46875,0 0,-2 4.4375,0 0,2 0.46875,0 0,5.09375 -5.375,0 z" style="fill:url(#linearGradient4422);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" inkscape:connector-curvature="0"/>
+ <rect style="fill:url(#linearGradient4424);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect4416" width="5.3571429" height="17.142855" x="196.69643" y="333.43362"/>
+ </g>
+ <g transform="matrix(0,1,-1,0,937.20148,34.451488)" id="g4426">
+ <rect y="326.55862" x="195.71428" height="30.535715" width="7.3214283" id="rect4428" style="fill:url(#linearGradient4436);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <path inkscape:connector-curvature="0" id="path4430" transform="translate(0,28.362183)" d="m 196.6875,299.0625 0,5.09375 0.46875,0 0,2 4.4375,0 0,-2 0.46875,0 0,-5.09375 -5.375,0 z" style="fill:url(#linearGradient4438);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <path inkscape:connector-curvature="0" style="fill:url(#linearGradient4440);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" d="m 196.6875,356.51843 0,-5.09375 0.46875,0 0,-2 4.4375,0 0,2 0.46875,0 0,5.09375 -5.375,0 z" id="path4432"/>
+ <rect y="333.43362" x="196.69643" height="17.142855" width="5.3571429" id="rect4434" style="fill:url(#linearGradient4442);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ </g>
+ <g id="g4444" transform="matrix(0,1,-1,0,929.20148,46.451488)">
+ <rect style="fill:url(#linearGradient4454);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect4446" width="7.3214283" height="30.535715" x="195.71428" y="326.55862"/>
+ <path style="fill:url(#linearGradient4456);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" d="m 196.6875,299.0625 0,5.09375 0.46875,0 0,2 4.4375,0 0,-2 0.46875,0 0,-5.09375 -5.375,0 z" transform="translate(0,28.362183)" id="path4448" inkscape:connector-curvature="0"/>
+ <path id="path4450" d="m 196.6875,356.51843 0,-5.09375 0.46875,0 0,-2 4.4375,0 0,2 0.46875,0 0,5.09375 -5.375,0 z" style="fill:url(#linearGradient4458);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" inkscape:connector-curvature="0"/>
+ <rect style="fill:url(#linearGradient4460);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect4452" width="5.3571429" height="17.142855" x="196.69643" y="333.43362"/>
+ </g>
+ <g transform="matrix(0,1,-1,0,929.20148,46.451488)" id="g4462">
+ <rect y="326.55862" x="195.71428" height="30.535715" width="7.3214283" id="rect4464" style="fill:url(#linearGradient4454);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <path inkscape:connector-curvature="0" id="path4466" transform="translate(0,28.362183)" d="m 196.6875,299.0625 0,5.09375 0.46875,0 0,2 4.4375,0 0,-2 0.46875,0 0,-5.09375 -5.375,0 z" style="fill:url(#linearGradient4456);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <path inkscape:connector-curvature="0" style="fill:url(#linearGradient4458);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" d="m 196.6875,356.51843 0,-5.09375 0.46875,0 0,-2 4.4375,0 0,2 0.46875,0 0,5.09375 -5.375,0 z" id="path4468"/>
+ <rect y="333.43362" x="196.69643" height="17.142855" width="5.3571429" id="rect4470" style="fill:url(#linearGradient4460);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ </g>
+ <g id="g4472" transform="matrix(0,1,-1,0,789.20148,46.451488)">
+ <rect style="fill:url(#linearGradient4482);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect4474" width="7.3214283" height="30.535715" x="195.71428" y="326.55862"/>
+ <path style="fill:url(#linearGradient4484);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" d="m 196.6875,299.0625 0,5.09375 0.46875,0 0,2 4.4375,0 0,-2 0.46875,0 0,-5.09375 -5.375,0 z" transform="translate(0,28.362183)" id="path4476" inkscape:connector-curvature="0"/>
+ <path id="path4478" d="m 196.6875,356.51843 0,-5.09375 0.46875,0 0,-2 4.4375,0 0,2 0.46875,0 0,5.09375 -5.375,0 z" style="fill:url(#linearGradient4486);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" inkscape:connector-curvature="0"/>
+ <rect style="fill:url(#linearGradient4488);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect4480" width="5.3571429" height="17.142855" x="196.69643" y="333.43362"/>
+ </g>
+ <g transform="matrix(0,1,-1,0,803.20148,34.451488)" id="g4490">
+ <rect y="326.55862" x="195.71428" height="30.535715" width="7.3214283" id="rect4492" style="fill:url(#linearGradient4500);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <path inkscape:connector-curvature="0" id="path4494" transform="translate(0,28.362183)" d="m 196.6875,299.0625 0,5.09375 0.46875,0 0,2 4.4375,0 0,-2 0.46875,0 0,-5.09375 -5.375,0 z" style="fill:url(#linearGradient4502);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <path inkscape:connector-curvature="0" style="fill:url(#linearGradient4504);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" d="m 196.6875,356.51843 0,-5.09375 0.46875,0 0,-2 4.4375,0 0,2 0.46875,0 0,5.09375 -5.375,0 z" id="path4496"/>
+ <rect y="333.43362" x="196.69643" height="17.142855" width="5.3571429" id="rect4498" style="fill:url(#linearGradient4506);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ </g>
+ <g id="g4508" transform="matrix(0,1,-1,0,831.20148,58.451488)">
+ <rect style="fill:url(#linearGradient4518);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect4510" width="7.3214283" height="30.535715" x="195.71428" y="326.55862"/>
+ <path style="fill:url(#linearGradient4520);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" d="m 196.6875,299.0625 0,5.09375 0.46875,0 0,2 4.4375,0 0,-2 0.46875,0 0,-5.09375 -5.375,0 z" transform="translate(0,28.362183)" id="path4512" inkscape:connector-curvature="0"/>
+ <path id="path4514" d="m 196.6875,356.51843 0,-5.09375 0.46875,0 0,-2 4.4375,0 0,2 0.46875,0 0,5.09375 -5.375,0 z" style="fill:url(#linearGradient4522);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" inkscape:connector-curvature="0"/>
+ <rect style="fill:url(#linearGradient4524);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect4516" width="5.3571429" height="17.142855" x="196.69643" y="333.43362"/>
+ </g>
+ <g transform="matrix(0,1,-1,0,951.20148,58.451488)" id="g4526">
+ <rect y="326.55862" x="195.71428" height="30.535715" width="7.3214283" id="rect4528" style="fill:url(#linearGradient4536);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <path inkscape:connector-curvature="0" id="path4530" transform="translate(0,28.362183)" d="m 196.6875,299.0625 0,5.09375 0.46875,0 0,2 4.4375,0 0,-2 0.46875,0 0,-5.09375 -5.375,0 z" style="fill:url(#linearGradient4538);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <path inkscape:connector-curvature="0" style="fill:url(#linearGradient4540);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" d="m 196.6875,356.51843 0,-5.09375 0.46875,0 0,-2 4.4375,0 0,2 0.46875,0 0,5.09375 -5.375,0 z" id="path4532"/>
+ <rect y="333.43362" x="196.69643" height="17.142855" width="5.3571429" id="rect4534" style="fill:url(#linearGradient4542);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ </g>
+ <g id="g4544" transform="matrix(0,1,-1,0,979.20148,34.451488)">
+ <rect style="fill:url(#linearGradient4554);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect4546" width="7.3214283" height="30.535715" x="195.71428" y="326.55862"/>
+ <path style="fill:url(#linearGradient4556);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" d="m 196.6875,299.0625 0,5.09375 0.46875,0 0,2 4.4375,0 0,-2 0.46875,0 0,-5.09375 -5.375,0 z" transform="translate(0,28.362183)" id="path4548" inkscape:connector-curvature="0"/>
+ <path id="path4550" d="m 196.6875,356.51843 0,-5.09375 0.46875,0 0,-2 4.4375,0 0,2 0.46875,0 0,5.09375 -5.375,0 z" style="fill:url(#linearGradient4558);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" inkscape:connector-curvature="0"/>
+ <rect style="fill:url(#linearGradient4560);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect4552" width="5.3571429" height="17.142855" x="196.69643" y="333.43362"/>
+ </g>
+ <g transform="matrix(0,1,-1,0,987.20148,46.451488)" id="g4562">
+ <rect y="326.55862" x="195.71428" height="30.535715" width="7.3214283" id="rect4564" style="fill:url(#linearGradient4572);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <path inkscape:connector-curvature="0" id="path4566" transform="translate(0,28.362183)" d="m 196.6875,299.0625 0,5.09375 0.46875,0 0,2 4.4375,0 0,-2 0.46875,0 0,-5.09375 -5.375,0 z" style="fill:url(#linearGradient4574);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <path inkscape:connector-curvature="0" style="fill:url(#linearGradient4576);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" d="m 196.6875,356.51843 0,-5.09375 0.46875,0 0,-2 4.4375,0 0,2 0.46875,0 0,5.09375 -5.375,0 z" id="path4568"/>
+ <rect y="333.43362" x="196.69643" height="17.142855" width="5.3571429" id="rect4570" style="fill:url(#linearGradient4578);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ </g>
+ <g id="g4580" transform="matrix(0,1,-1,0,1043.2015,46.451488)">
+ <rect style="fill:url(#linearGradient4590);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect4582" width="7.3214283" height="30.535715" x="195.71428" y="326.55862"/>
+ <path style="fill:url(#linearGradient4592);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" d="m 196.6875,299.0625 0,5.09375 0.46875,0 0,2 4.4375,0 0,-2 0.46875,0 0,-5.09375 -5.375,0 z" transform="translate(0,28.362183)" id="path4584" inkscape:connector-curvature="0"/>
+ <path id="path4586" d="m 196.6875,356.51843 0,-5.09375 0.46875,0 0,-2 4.4375,0 0,2 0.46875,0 0,5.09375 -5.375,0 z" style="fill:url(#linearGradient4594);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" inkscape:connector-curvature="0"/>
+ <rect style="fill:url(#linearGradient4596);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect4588" width="5.3571429" height="17.142855" x="196.69643" y="333.43362"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,177.80346,241.27799)" id="g4622">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path4624" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient4628);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path4626" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g4654" transform="matrix(0.1973684,0,0,0.1973684,183.80346,217.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path4656" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path4658" style="fill:url(#linearGradient4660);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,145.80346,211.27799)" id="g4662">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path4664" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient4668);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path4666" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g4678" transform="matrix(0.1973684,0,0,0.1973684,167.80346,277.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path4680" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path4682" style="fill:url(#linearGradient4684);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,131.80346,283.27799)" id="g4686">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path4688" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient4692);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path4690" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g4694" transform="matrix(0.1973684,0,0,0.1973684,241.80346,187.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path4696" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path4698" style="fill:url(#linearGradient4700);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,193.80346,179.27799)" id="g4702">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path4704" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient4708);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path4706" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g4710" transform="matrix(0.1973684,0,0,0.1973684,301.80346,215.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path4712" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path4714" style="fill:url(#linearGradient4716);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,293.80346,167.27799)" id="g4718">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path4720" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient4724);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path4722" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g4726" transform="matrix(0.1973684,0,0,0.1973684,219.80346,205.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path4728" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path4730" style="fill:url(#linearGradient4732);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g id="g4734" transform="translate(14,-44)">
+ <rect style="fill:url(#linearGradient4744);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect4736" width="7.3214283" height="30.535715" x="195.71428" y="326.55862"/>
+ <path style="fill:url(#linearGradient4746);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" d="m 196.6875,299.0625 0,5.09375 0.46875,0 0,2 4.4375,0 0,-2 0.46875,0 0,-5.09375 -5.375,0 z" transform="translate(0,28.362183)" id="path4738" inkscape:connector-curvature="0"/>
+ <path id="path4740" d="m 196.6875,356.51843 0,-5.09375 0.46875,0 0,-2 4.4375,0 0,2 0.46875,0 0,5.09375 -5.375,0 z" style="fill:url(#linearGradient4748);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" inkscape:connector-curvature="0"/>
+ <rect style="fill:url(#linearGradient4750);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect4742" width="5.3571429" height="17.142855" x="196.69643" y="333.43362"/>
+ </g>
+ <g transform="translate(0,-56)" id="g4752">
+ <rect y="326.55862" x="195.71428" height="30.535715" width="7.3214283" id="rect4754" style="fill:url(#linearGradient4762);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <path inkscape:connector-curvature="0" id="path4756" transform="translate(0,28.362183)" d="m 196.6875,299.0625 0,5.09375 0.46875,0 0,2 4.4375,0 0,-2 0.46875,0 0,-5.09375 -5.375,0 z" style="fill:url(#linearGradient4764);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <path inkscape:connector-curvature="0" style="fill:url(#linearGradient4766);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" d="m 196.6875,356.51843 0,-5.09375 0.46875,0 0,-2 4.4375,0 0,2 0.46875,0 0,5.09375 -5.375,0 z" id="path4758"/>
+ <rect y="333.43362" x="196.69643" height="17.142855" width="5.3571429" id="rect4760" style="fill:url(#linearGradient4768);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ </g>
+ <g id="g4770" transform="translate(14,-92)">
+ <rect style="fill:url(#linearGradient4780);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect4772" width="7.3214283" height="30.535715" x="195.71428" y="326.55862"/>
+ <path style="fill:url(#linearGradient4782);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" d="m 196.6875,299.0625 0,5.09375 0.46875,0 0,2 4.4375,0 0,-2 0.46875,0 0,-5.09375 -5.375,0 z" transform="translate(0,28.362183)" id="path4774" inkscape:connector-curvature="0"/>
+ <path id="path4776" d="m 196.6875,356.51843 0,-5.09375 0.46875,0 0,-2 4.4375,0 0,2 0.46875,0 0,5.09375 -5.375,0 z" style="fill:url(#linearGradient4784);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" inkscape:connector-curvature="0"/>
+ <rect style="fill:url(#linearGradient4786);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect4778" width="5.3571429" height="17.142855" x="196.69643" y="333.43362"/>
+ </g>
+ <g transform="matrix(0,1,-1,0,587.20148,46.451488)" id="g4788">
+ <rect y="326.55862" x="195.71428" height="30.535715" width="7.3214283" id="rect4790" style="fill:url(#linearGradient4798);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <path inkscape:connector-curvature="0" id="path4792" transform="translate(0,28.362183)" d="m 196.6875,299.0625 0,5.09375 0.46875,0 0,2 4.4375,0 0,-2 0.46875,0 0,-5.09375 -5.375,0 z" style="fill:url(#linearGradient4800);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <path inkscape:connector-curvature="0" style="fill:url(#linearGradient4802);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" d="m 196.6875,356.51843 0,-5.09375 0.46875,0 0,-2 4.4375,0 0,2 0.46875,0 0,5.09375 -5.375,0 z" id="path4794"/>
+ <rect y="333.43362" x="196.69643" height="17.142855" width="5.3571429" id="rect4796" style="fill:url(#linearGradient4804);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ </g>
+ <g id="g4806" transform="matrix(0,1,-1,0,629.20148,46.451488)">
+ <rect style="fill:url(#linearGradient4816);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect4808" width="7.3214283" height="30.535715" x="195.71428" y="326.55862"/>
+ <path style="fill:url(#linearGradient4818);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" d="m 196.6875,299.0625 0,5.09375 0.46875,0 0,2 4.4375,0 0,-2 0.46875,0 0,-5.09375 -5.375,0 z" transform="translate(0,28.362183)" id="path4810" inkscape:connector-curvature="0"/>
+ <path id="path4812" d="m 196.6875,356.51843 0,-5.09375 0.46875,0 0,-2 4.4375,0 0,2 0.46875,0 0,5.09375 -5.375,0 z" style="fill:url(#linearGradient4820);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" inkscape:connector-curvature="0"/>
+ <rect style="fill:url(#linearGradient4822);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect4814" width="5.3571429" height="17.142855" x="196.69643" y="333.43362"/>
+ </g>
+ <g transform="matrix(0,1,-1,0,587.20148,58.451488)" id="g4824">
+ <rect y="326.55862" x="195.71428" height="30.535715" width="7.3214283" id="rect4826" style="fill:url(#linearGradient4834);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <path inkscape:connector-curvature="0" id="path4828" transform="translate(0,28.362183)" d="m 196.6875,299.0625 0,5.09375 0.46875,0 0,2 4.4375,0 0,-2 0.46875,0 0,-5.09375 -5.375,0 z" style="fill:url(#linearGradient4836);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <path inkscape:connector-curvature="0" style="fill:url(#linearGradient4838);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" d="m 196.6875,356.51843 0,-5.09375 0.46875,0 0,-2 4.4375,0 0,2 0.46875,0 0,5.09375 -5.375,0 z" id="path4830"/>
+ <rect y="333.43362" x="196.69643" height="17.142855" width="5.3571429" id="rect4832" style="fill:url(#linearGradient4840);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ </g>
+ <g id="g4866" transform="matrix(0.75263914,0,0,0.67543859,-11.51852,296.87313)" style="fill:#acac00;fill-opacity:1">
+ <rect transform="matrix(1,0,-0.20961777,0.97778341,0,0)" y="824.97607" x="684.51514" height="83.27874" width="13.035714" id="rect4842" style="fill:url(#linearGradient4946);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <rect style="fill:url(#linearGradient4942);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect4844" width="13.035714" height="83.27874" x="700.51514" y="824.97607" transform="matrix(1,0,-0.20961777,0.97778341,0,0)"/>
+ <rect style="fill:url(#linearGradient4944);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect4846" width="13.035714" height="83.27874" x="716.51514" y="824.97607" transform="matrix(1,0,-0.20961777,0.97778341,0,0)"/>
+ <rect transform="matrix(1,0,-0.20961777,0.97778341,0,0)" y="824.97607" x="732.51514" height="83.27874" width="13.035714" id="rect4848" style="fill:url(#linearGradient4940);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <rect transform="matrix(1,0,-0.20961777,0.97778341,0,0)" y="824.97607" x="748.51514" height="83.27874" width="13.035714" id="rect4850" style="fill:url(#linearGradient4938);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <rect style="fill:url(#linearGradient4936);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect4852" width="13.035714" height="83.27874" x="764.51514" y="824.97607" transform="matrix(1,0,-0.20961777,0.97778341,0,0)"/>
+ <rect style="fill:url(#linearGradient4928);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect4854" width="13.035714" height="83.27874" x="588.51514" y="824.97607" transform="matrix(1,0,-0.20961777,0.97778341,0,0)"/>
+ <rect transform="matrix(1,0,-0.20961777,0.97778341,0,0)" y="824.97607" x="604.51514" height="83.27874" width="13.035714" id="rect4856" style="fill:url(#linearGradient4956);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <rect transform="matrix(1,0,-0.20961777,0.97778341,0,0)" y="824.97607" x="620.51514" height="83.27874" width="13.035714" id="rect4858" style="fill:url(#linearGradient4954);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <rect style="fill:url(#linearGradient4952);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect4860" width="13.035714" height="83.27874" x="636.51514" y="824.97607" transform="matrix(1,0,-0.20961777,0.97778341,0,0)"/>
+ <rect style="fill:url(#linearGradient4950);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect4862" width="13.035714" height="83.27874" x="652.51514" y="824.97607" transform="matrix(1,0,-0.20961777,0.97778341,0,0)"/>
+ <rect transform="matrix(1,0,-0.20961777,0.97778341,0,0)" y="824.97607" x="668.51514" height="83.27874" width="13.035714" id="rect4864" style="fill:url(#linearGradient4948);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ </g>
+ <g transform="matrix(0.75263914,0,0,0.67543859,132.98819,296.87313)" id="g4880">
+ <rect style="fill:url(#linearGradient4974);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect4882" width="13.035714" height="83.27874" x="684.51514" y="824.97607" transform="matrix(1,0,-0.20961777,0.97778341,0,0)"/>
+ <rect transform="matrix(1,0,-0.20961777,0.97778341,0,0)" y="824.97607" x="700.51514" height="83.27874" width="13.035714" id="rect4884" style="fill:url(#linearGradient4972);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <rect transform="matrix(1,0,-0.20961777,0.97778341,0,0)" y="824.97607" x="716.51514" height="83.27874" width="13.035714" id="rect4886" style="fill:url(#linearGradient4970);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <rect style="fill:url(#linearGradient4968);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect4888" width="13.035714" height="83.27874" x="732.51514" y="824.97607" transform="matrix(1,0,-0.20961777,0.97778341,0,0)"/>
+ <rect style="fill:url(#linearGradient4966);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect4890" width="13.035714" height="83.27874" x="748.51514" y="824.97607" transform="matrix(1,0,-0.20961777,0.97778341,0,0)"/>
+ <rect transform="matrix(1,0,-0.20961777,0.97778341,0,0)" y="824.97607" x="764.51514" height="83.27874" width="13.035714" id="rect4892" style="fill:url(#linearGradient4964);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <rect transform="matrix(1,0,-0.20961777,0.97778341,0,0)" y="824.97607" x="588.51514" height="83.27874" width="13.035714" id="rect4894" style="fill:url(#linearGradient4986);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <rect style="fill:url(#linearGradient4984);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect4896" width="13.035714" height="83.27874" x="604.51514" y="824.97607" transform="matrix(1,0,-0.20961777,0.97778341,0,0)"/>
+ <rect style="fill:url(#linearGradient4982);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect4898" width="13.035714" height="83.27874" x="620.51514" y="824.97607" transform="matrix(1,0,-0.20961777,0.97778341,0,0)"/>
+ <rect transform="matrix(1,0,-0.20961777,0.97778341,0,0)" y="824.97607" x="636.51514" height="83.27874" width="13.035714" id="rect4900" style="fill:url(#linearGradient4980);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <rect transform="matrix(1,0,-0.20961777,0.97778341,0,0)" y="824.97607" x="652.51514" height="83.27874" width="13.035714" id="rect4902" style="fill:url(#linearGradient4978);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <rect style="fill:url(#linearGradient4976);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect4904" width="13.035714" height="83.27874" x="668.51514" y="824.97607" transform="matrix(1,0,-0.20961777,0.97778341,0,0)"/>
+ </g>
+ <g id="g4988" transform="matrix(0.75263914,0,0,0.67543859,277.56851,296.87313)">
+ <rect transform="matrix(1,0,-0.20961777,0.97778341,0,0)" y="824.97607" x="684.51514" height="83.27874" width="13.035714" id="rect4990" style="fill:url(#linearGradient5014);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <rect style="fill:url(#linearGradient5016);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect4992" width="13.035714" height="83.27874" x="700.51514" y="824.97607" transform="matrix(1,0,-0.20961777,0.97778341,0,0)"/>
+ <rect style="fill:url(#linearGradient5018);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect4994" width="13.035714" height="83.27874" x="716.51514" y="824.97607" transform="matrix(1,0,-0.20961777,0.97778341,0,0)"/>
+ <rect transform="matrix(1,0,-0.20961777,0.97778341,0,0)" y="824.97607" x="732.51514" height="83.27874" width="13.035714" id="rect4996" style="fill:url(#linearGradient5020);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <rect transform="matrix(1,0,-0.20961777,0.97778341,0,0)" y="824.97607" x="748.51514" height="83.27874" width="13.035714" id="rect4998" style="fill:url(#linearGradient5022);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <rect style="fill:url(#linearGradient5024);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect5000" width="13.035714" height="83.27874" x="764.51514" y="824.97607" transform="matrix(1,0,-0.20961777,0.97778341,0,0)"/>
+ <rect style="fill:url(#linearGradient5026);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect5002" width="13.035714" height="83.27874" x="588.51514" y="824.97607" transform="matrix(1,0,-0.20961777,0.97778341,0,0)"/>
+ <rect transform="matrix(1,0,-0.20961777,0.97778341,0,0)" y="824.97607" x="604.51514" height="83.27874" width="13.035714" id="rect5004" style="fill:url(#linearGradient5028);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <rect transform="matrix(1,0,-0.20961777,0.97778341,0,0)" y="824.97607" x="620.51514" height="83.27874" width="13.035714" id="rect5006" style="fill:url(#linearGradient5030);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <rect style="fill:url(#linearGradient5032);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect5008" width="13.035714" height="83.27874" x="636.51514" y="824.97607" transform="matrix(1,0,-0.20961777,0.97778341,0,0)"/>
+ <rect style="fill:url(#linearGradient5034);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect5010" width="13.035714" height="83.27874" x="652.51514" y="824.97607" transform="matrix(1,0,-0.20961777,0.97778341,0,0)"/>
+ <rect transform="matrix(1,0,-0.20961777,0.97778341,0,0)" y="824.97607" x="668.51514" height="83.27874" width="13.035714" id="rect5012" style="fill:url(#linearGradient5036);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ </g>
+ <g transform="matrix(0,1,-1,0,1139.2015,202.45149)" id="g5038">
+ <rect y="326.55862" x="195.71428" height="30.535715" width="7.3214283" id="rect5040" style="fill:url(#linearGradient5048);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <path inkscape:connector-curvature="0" id="path5042" transform="translate(0,28.362183)" d="m 196.6875,299.0625 0,5.09375 0.46875,0 0,2 4.4375,0 0,-2 0.46875,0 0,-5.09375 -5.375,0 z" style="fill:url(#linearGradient5050);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <path inkscape:connector-curvature="0" style="fill:url(#linearGradient5052);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" d="m 196.6875,356.51843 0,-5.09375 0.46875,0 0,-2 4.4375,0 0,2 0.46875,0 0,5.09375 -5.375,0 z" id="path5044"/>
+ <rect y="333.43362" x="196.69643" height="17.142855" width="5.3571429" id="rect5046" style="fill:url(#linearGradient5054);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ </g>
+ <g id="g5056" transform="matrix(0,1,-1,0,1139.2015,212.45149)">
+ <rect style="fill:url(#linearGradient5066);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect5058" width="7.3214283" height="30.535715" x="195.71428" y="326.55862"/>
+ <path style="fill:url(#linearGradient5068);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" d="m 196.6875,299.0625 0,5.09375 0.46875,0 0,2 4.4375,0 0,-2 0.46875,0 0,-5.09375 -5.375,0 z" transform="translate(0,28.362183)" id="path5060" inkscape:connector-curvature="0"/>
+ <path id="path5062" d="m 196.6875,356.51843 0,-5.09375 0.46875,0 0,-2 4.4375,0 0,2 0.46875,0 0,5.09375 -5.375,0 z" style="fill:url(#linearGradient5070);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" inkscape:connector-curvature="0"/>
+ <rect style="fill:url(#linearGradient5072);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect5064" width="5.3571429" height="17.142855" x="196.69643" y="333.43362"/>
+ </g>
+ <g transform="matrix(0,1,-1,0,1179.2015,222.45149)" id="g5074">
+ <rect y="326.55862" x="195.71428" height="30.535715" width="7.3214283" id="rect5076" style="fill:url(#linearGradient5084);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <path inkscape:connector-curvature="0" id="path5078" transform="translate(0,28.362183)" d="m 196.6875,299.0625 0,5.09375 0.46875,0 0,2 4.4375,0 0,-2 0.46875,0 0,-5.09375 -5.375,0 z" style="fill:url(#linearGradient5086);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <path inkscape:connector-curvature="0" style="fill:url(#linearGradient5088);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" d="m 196.6875,356.51843 0,-5.09375 0.46875,0 0,-2 4.4375,0 0,2 0.46875,0 0,5.09375 -5.375,0 z" id="path5080"/>
+ <rect y="333.43362" x="196.69643" height="17.142855" width="5.3571429" id="rect5082" style="fill:url(#linearGradient5090);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ </g>
+ <g id="g5092" transform="matrix(0,1,-1,0,1139.2015,232.45149)">
+ <rect style="fill:url(#linearGradient5102);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect5094" width="7.3214283" height="30.535715" x="195.71428" y="326.55862"/>
+ <path style="fill:url(#linearGradient5104);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" d="m 196.6875,299.0625 0,5.09375 0.46875,0 0,2 4.4375,0 0,-2 0.46875,0 0,-5.09375 -5.375,0 z" transform="translate(0,28.362183)" id="path5096" inkscape:connector-curvature="0"/>
+ <path id="path5098" d="m 196.6875,356.51843 0,-5.09375 0.46875,0 0,-2 4.4375,0 0,2 0.46875,0 0,5.09375 -5.375,0 z" style="fill:url(#linearGradient5106);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" inkscape:connector-curvature="0"/>
+ <rect style="fill:url(#linearGradient5108);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect5100" width="5.3571429" height="17.142855" x="196.69643" y="333.43362"/>
+ </g>
+ <g transform="matrix(0,1,-1,0,1139.2015,254.45149)" id="g5110">
+ <rect y="326.55862" x="195.71428" height="30.535715" width="7.3214283" id="rect5112" style="fill:url(#linearGradient5120);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <path inkscape:connector-curvature="0" id="path5114" transform="translate(0,28.362183)" d="m 196.6875,299.0625 0,5.09375 0.46875,0 0,2 4.4375,0 0,-2 0.46875,0 0,-5.09375 -5.375,0 z" style="fill:url(#linearGradient5122);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <path inkscape:connector-curvature="0" style="fill:url(#linearGradient5124);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" d="m 196.6875,356.51843 0,-5.09375 0.46875,0 0,-2 4.4375,0 0,2 0.46875,0 0,5.09375 -5.375,0 z" id="path5116"/>
+ <rect y="333.43362" x="196.69643" height="17.142855" width="5.3571429" id="rect5118" style="fill:url(#linearGradient5126);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ </g>
+ <g id="g5128" transform="matrix(0,1,-1,0,1139.2015,264.45149)">
+ <rect style="fill:url(#linearGradient5138);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect5130" width="7.3214283" height="30.535715" x="195.71428" y="326.55862"/>
+ <path style="fill:url(#linearGradient5140);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" d="m 196.6875,299.0625 0,5.09375 0.46875,0 0,2 4.4375,0 0,-2 0.46875,0 0,-5.09375 -5.375,0 z" transform="translate(0,28.362183)" id="path5132" inkscape:connector-curvature="0"/>
+ <path id="path5134" d="m 196.6875,356.51843 0,-5.09375 0.46875,0 0,-2 4.4375,0 0,2 0.46875,0 0,5.09375 -5.375,0 z" style="fill:url(#linearGradient5142);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" inkscape:connector-curvature="0"/>
+ <rect style="fill:url(#linearGradient5144);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect5136" width="5.3571429" height="17.142855" x="196.69643" y="333.43362"/>
+ </g>
+ <g id="g5146" transform="matrix(0,1,-1,0,1139.2015,274.45149)">
+ <rect style="fill:url(#linearGradient5156);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect5148" width="7.3214283" height="30.535715" x="195.71428" y="326.55862"/>
+ <path style="fill:url(#linearGradient5158);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" d="m 196.6875,299.0625 0,5.09375 0.46875,0 0,2 4.4375,0 0,-2 0.46875,0 0,-5.09375 -5.375,0 z" transform="translate(0,28.362183)" id="path5150" inkscape:connector-curvature="0"/>
+ <path id="path5152" d="m 196.6875,356.51843 0,-5.09375 0.46875,0 0,-2 4.4375,0 0,2 0.46875,0 0,5.09375 -5.375,0 z" style="fill:url(#linearGradient5160);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" inkscape:connector-curvature="0"/>
+ <rect style="fill:url(#linearGradient5162);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect5154" width="5.3571429" height="17.142855" x="196.69643" y="333.43362"/>
+ </g>
+ <g transform="matrix(0,1,-1,0,1139.2015,284.45149)" id="g5164">
+ <rect y="326.55862" x="195.71428" height="30.535715" width="7.3214283" id="rect5166" style="fill:url(#linearGradient5174);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <path inkscape:connector-curvature="0" id="path5168" transform="translate(0,28.362183)" d="m 196.6875,299.0625 0,5.09375 0.46875,0 0,2 4.4375,0 0,-2 0.46875,0 0,-5.09375 -5.375,0 z" style="fill:url(#linearGradient5176);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <path inkscape:connector-curvature="0" style="fill:url(#linearGradient5178);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" d="m 196.6875,356.51843 0,-5.09375 0.46875,0 0,-2 4.4375,0 0,2 0.46875,0 0,5.09375 -5.375,0 z" id="path5170"/>
+ <rect y="333.43362" x="196.69643" height="17.142855" width="5.3571429" id="rect5172" style="fill:url(#linearGradient5180);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ </g>
+ <g transform="matrix(0,1,-1,0,1139.2015,294.45149)" id="g5182">
+ <rect y="326.55862" x="195.71428" height="30.535715" width="7.3214283" id="rect5184" style="fill:url(#linearGradient5192);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <path inkscape:connector-curvature="0" id="path5186" transform="translate(0,28.362183)" d="m 196.6875,299.0625 0,5.09375 0.46875,0 0,2 4.4375,0 0,-2 0.46875,0 0,-5.09375 -5.375,0 z" style="fill:url(#linearGradient5194);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <path inkscape:connector-curvature="0" style="fill:url(#linearGradient5196);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" d="m 196.6875,356.51843 0,-5.09375 0.46875,0 0,-2 4.4375,0 0,2 0.46875,0 0,5.09375 -5.375,0 z" id="path5188"/>
+ <rect y="333.43362" x="196.69643" height="17.142855" width="5.3571429" id="rect5190" style="fill:url(#linearGradient5198);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ </g>
+ <g transform="matrix(0,1,-1,0,1139.2015,222.45149)" id="g5200">
+ <rect y="326.55862" x="195.71428" height="30.535715" width="7.3214283" id="rect5202" style="fill:url(#linearGradient5210);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <path inkscape:connector-curvature="0" id="path5204" transform="translate(0,28.362183)" d="m 196.6875,299.0625 0,5.09375 0.46875,0 0,2 4.4375,0 0,-2 0.46875,0 0,-5.09375 -5.375,0 z" style="fill:url(#linearGradient5212);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <path inkscape:connector-curvature="0" style="fill:url(#linearGradient5214);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" d="m 196.6875,356.51843 0,-5.09375 0.46875,0 0,-2 4.4375,0 0,2 0.46875,0 0,5.09375 -5.375,0 z" id="path5206"/>
+ <rect y="333.43362" x="196.69643" height="17.142855" width="5.3571429" id="rect5208" style="fill:url(#linearGradient5216);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ </g>
+ <g id="g5218" transform="matrix(0,1,-1,0,1179.2015,212.45149)">
+ <rect style="fill:url(#linearGradient5228);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect5220" width="7.3214283" height="30.535715" x="195.71428" y="326.55862"/>
+ <path style="fill:url(#linearGradient5230);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" d="m 196.6875,299.0625 0,5.09375 0.46875,0 0,2 4.4375,0 0,-2 0.46875,0 0,-5.09375 -5.375,0 z" transform="translate(0,28.362183)" id="path5222" inkscape:connector-curvature="0"/>
+ <path id="path5224" d="m 196.6875,356.51843 0,-5.09375 0.46875,0 0,-2 4.4375,0 0,2 0.46875,0 0,5.09375 -5.375,0 z" style="fill:url(#linearGradient5232);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" inkscape:connector-curvature="0"/>
+ <rect style="fill:url(#linearGradient5234);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect5226" width="5.3571429" height="17.142855" x="196.69643" y="333.43362"/>
+ </g>
+ <g id="g5236" transform="matrix(0,1,-1,0,1179.2015,232.45149)">
+ <rect style="fill:url(#linearGradient5246);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect5238" width="7.3214283" height="30.535715" x="195.71428" y="326.55862"/>
+ <path style="fill:url(#linearGradient5248);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" d="m 196.6875,299.0625 0,5.09375 0.46875,0 0,2 4.4375,0 0,-2 0.46875,0 0,-5.09375 -5.375,0 z" transform="translate(0,28.362183)" id="path5240" inkscape:connector-curvature="0"/>
+ <path id="path5242" d="m 196.6875,356.51843 0,-5.09375 0.46875,0 0,-2 4.4375,0 0,2 0.46875,0 0,5.09375 -5.375,0 z" style="fill:url(#linearGradient5250);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" inkscape:connector-curvature="0"/>
+ <rect style="fill:url(#linearGradient5252);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect5244" width="5.3571429" height="17.142855" x="196.69643" y="333.43362"/>
+ </g>
+ <g transform="matrix(0,1,-1,0,1179.2015,274.45149)" id="g5254">
+ <rect y="326.55862" x="195.71428" height="30.535715" width="7.3214283" id="rect5256" style="fill:url(#linearGradient5264);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <path inkscape:connector-curvature="0" id="path5258" transform="translate(0,28.362183)" d="m 196.6875,299.0625 0,5.09375 0.46875,0 0,2 4.4375,0 0,-2 0.46875,0 0,-5.09375 -5.375,0 z" style="fill:url(#linearGradient5266);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <path inkscape:connector-curvature="0" style="fill:url(#linearGradient5268);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" d="m 196.6875,356.51843 0,-5.09375 0.46875,0 0,-2 4.4375,0 0,2 0.46875,0 0,5.09375 -5.375,0 z" id="path5260"/>
+ <rect y="333.43362" x="196.69643" height="17.142855" width="5.3571429" id="rect5262" style="fill:url(#linearGradient5270);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ </g>
+ <g transform="matrix(0,1,-1,0,1179.2015,284.45149)" id="g5272">
+ <rect y="326.55862" x="195.71428" height="30.535715" width="7.3214283" id="rect5274" style="fill:url(#linearGradient5282);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <path inkscape:connector-curvature="0" id="path5276" transform="translate(0,28.362183)" d="m 196.6875,299.0625 0,5.09375 0.46875,0 0,2 4.4375,0 0,-2 0.46875,0 0,-5.09375 -5.375,0 z" style="fill:url(#linearGradient5284);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <path inkscape:connector-curvature="0" style="fill:url(#linearGradient5286);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" d="m 196.6875,356.51843 0,-5.09375 0.46875,0 0,-2 4.4375,0 0,2 0.46875,0 0,5.09375 -5.375,0 z" id="path5278"/>
+ <rect y="333.43362" x="196.69643" height="17.142855" width="5.3571429" id="rect5280" style="fill:url(#linearGradient5288);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ </g>
+ <g id="g5290" transform="matrix(0,1,-1,0,1179.2015,316.45149)">
+ <rect style="fill:url(#linearGradient5300);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect5292" width="7.3214283" height="30.535715" x="195.71428" y="326.55862"/>
+ <path style="fill:url(#linearGradient5302);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" d="m 196.6875,299.0625 0,5.09375 0.46875,0 0,2 4.4375,0 0,-2 0.46875,0 0,-5.09375 -5.375,0 z" transform="translate(0,28.362183)" id="path5294" inkscape:connector-curvature="0"/>
+ <path id="path5296" d="m 196.6875,356.51843 0,-5.09375 0.46875,0 0,-2 4.4375,0 0,2 0.46875,0 0,5.09375 -5.375,0 z" style="fill:url(#linearGradient5304);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" inkscape:connector-curvature="0"/>
+ <rect style="fill:url(#linearGradient5306);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect5298" width="5.3571429" height="17.142855" x="196.69643" y="333.43362"/>
+ </g>
+ <g id="g5308" transform="matrix(0,1,-1,0,1179.2015,326.45149)">
+ <rect style="fill:url(#linearGradient5318);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect5310" width="7.3214283" height="30.535715" x="195.71428" y="326.55862"/>
+ <path style="fill:url(#linearGradient5320);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" d="m 196.6875,299.0625 0,5.09375 0.46875,0 0,2 4.4375,0 0,-2 0.46875,0 0,-5.09375 -5.375,0 z" transform="translate(0,28.362183)" id="path5312" inkscape:connector-curvature="0"/>
+ <path id="path5314" d="m 196.6875,356.51843 0,-5.09375 0.46875,0 0,-2 4.4375,0 0,2 0.46875,0 0,5.09375 -5.375,0 z" style="fill:url(#linearGradient5322);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" inkscape:connector-curvature="0"/>
+ <rect style="fill:url(#linearGradient5324);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect5316" width="5.3571429" height="17.142855" x="196.69643" y="333.43362"/>
+ </g>
+ <rect style="fill:url(#linearGradient5338);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect5326" width="12.591013" height="12.591013" x="797.01038" y="236.15892" ry="2.2624493"/>
+ <rect ry="1.6848819" y="254.15892" x="805.01038" height="9.3767271" width="9.3767271" id="rect5340" style="fill:url(#linearGradient5342);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <rect style="fill:url(#linearGradient5346);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect5344" width="9.3767271" height="9.3767271" x="777.01038" y="260.15894" ry="1.6848819"/>
+ <g id="g5348" transform="matrix(0,1,-1,0,1069.2015,58.451488)">
+ <rect style="fill:url(#linearGradient5358);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect5350" width="7.3214283" height="30.535715" x="195.71428" y="326.55862"/>
+ <path style="fill:url(#linearGradient5360);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" d="m 196.6875,299.0625 0,5.09375 0.46875,0 0,2 4.4375,0 0,-2 0.46875,0 0,-5.09375 -5.375,0 z" transform="translate(0,28.362183)" id="path5352" inkscape:connector-curvature="0"/>
+ <path id="path5354" d="m 196.6875,356.51843 0,-5.09375 0.46875,0 0,-2 4.4375,0 0,2 0.46875,0 0,5.09375 -5.375,0 z" style="fill:url(#linearGradient5362);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" inkscape:connector-curvature="0"/>
+ <rect style="fill:url(#linearGradient5364);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect5356" width="5.3571429" height="17.142855" x="196.69643" y="333.43362"/>
+ </g>
+ <g transform="matrix(0,1,-1,0,1103.2015,34.451488)" id="g5366">
+ <rect y="326.55862" x="195.71428" height="30.535715" width="7.3214283" id="rect5368" style="fill:url(#linearGradient5376);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <path inkscape:connector-curvature="0" id="path5370" transform="translate(0,28.362183)" d="m 196.6875,299.0625 0,5.09375 0.46875,0 0,2 4.4375,0 0,-2 0.46875,0 0,-5.09375 -5.375,0 z" style="fill:url(#linearGradient5378);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <path inkscape:connector-curvature="0" style="fill:url(#linearGradient5380);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" d="m 196.6875,356.51843 0,-5.09375 0.46875,0 0,-2 4.4375,0 0,2 0.46875,0 0,5.09375 -5.375,0 z" id="path5372"/>
+ <rect y="333.43362" x="196.69643" height="17.142855" width="5.3571429" id="rect5374" style="fill:url(#linearGradient5382);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ </g>
+ <g transform="matrix(-1,0,0,-1,1030.75,643.65296)" id="g5384">
+ <rect y="326.55862" x="195.71428" height="30.535715" width="7.3214283" id="rect5386" style="fill:url(#linearGradient5394);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <path inkscape:connector-curvature="0" id="path5388" transform="translate(0,28.362183)" d="m 196.6875,299.0625 0,5.09375 0.46875,0 0,2 4.4375,0 0,-2 0.46875,0 0,-5.09375 -5.375,0 z" style="fill:url(#linearGradient5396);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <path inkscape:connector-curvature="0" style="fill:url(#linearGradient5398);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" d="m 196.6875,356.51843 0,-5.09375 0.46875,0 0,-2 4.4375,0 0,2 0.46875,0 0,5.09375 -5.375,0 z" id="path5390"/>
+ <rect y="333.43362" x="196.69643" height="17.142855" width="5.3571429" id="rect5392" style="fill:url(#linearGradient5400);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ </g>
+ <g transform="matrix(-1,0,0,-1,1016.75,655.65297)" id="g5402">
+ <rect y="326.55862" x="195.71428" height="30.535715" width="7.3214283" id="rect5404" style="fill:url(#linearGradient5412);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <path inkscape:connector-curvature="0" id="path5406" transform="translate(0,28.362183)" d="m 196.6875,299.0625 0,5.09375 0.46875,0 0,2 4.4375,0 0,-2 0.46875,0 0,-5.09375 -5.375,0 z" style="fill:url(#linearGradient5414);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <path inkscape:connector-curvature="0" style="fill:url(#linearGradient5416);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" d="m 196.6875,356.51843 0,-5.09375 0.46875,0 0,-2 4.4375,0 0,2 0.46875,0 0,5.09375 -5.375,0 z" id="path5408"/>
+ <rect y="333.43362" x="196.69643" height="17.142855" width="5.3571429" id="rect5410" style="fill:url(#linearGradient5418);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ </g>
+ <g id="g5420" transform="matrix(-1,0,0,-1,1030.75,677.65297)">
+ <rect style="fill:url(#linearGradient5430);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect5422" width="7.3214283" height="30.535715" x="195.71428" y="326.55862"/>
+ <path style="fill:url(#linearGradient5432);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" d="m 196.6875,299.0625 0,5.09375 0.46875,0 0,2 4.4375,0 0,-2 0.46875,0 0,-5.09375 -5.375,0 z" transform="translate(0,28.362183)" id="path5424" inkscape:connector-curvature="0"/>
+ <path id="path5426" d="m 196.6875,356.51843 0,-5.09375 0.46875,0 0,-2 4.4375,0 0,2 0.46875,0 0,5.09375 -5.375,0 z" style="fill:url(#linearGradient5434);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" inkscape:connector-curvature="0"/>
+ <rect style="fill:url(#linearGradient5436);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect5428" width="5.3571429" height="17.142855" x="196.69643" y="333.43362"/>
+ </g>
+ <g id="g5438" transform="matrix(0,1,-1,0,1139.2015,442.45149)">
+ <rect style="fill:url(#linearGradient5448);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect5440" width="7.3214283" height="30.535715" x="195.71428" y="326.55862"/>
+ <path style="fill:url(#linearGradient5450);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" d="m 196.6875,299.0625 0,5.09375 0.46875,0 0,2 4.4375,0 0,-2 0.46875,0 0,-5.09375 -5.375,0 z" transform="translate(0,28.362183)" id="path5442" inkscape:connector-curvature="0"/>
+ <path id="path5444" d="m 196.6875,356.51843 0,-5.09375 0.46875,0 0,-2 4.4375,0 0,2 0.46875,0 0,5.09375 -5.375,0 z" style="fill:url(#linearGradient5452);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" inkscape:connector-curvature="0"/>
+ <rect style="fill:url(#linearGradient5454);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="rect5446" width="5.3571429" height="17.142855" x="196.69643" y="333.43362"/>
+ </g>
+ <g transform="matrix(0,1,-1,0,1139.2015,452.45149)" id="g5456">
+ <rect y="326.55862" x="195.71428" height="30.535715" width="7.3214283" id="rect5458" style="fill:url(#linearGradient5466);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <path inkscape:connector-curvature="0" id="path5460" transform="translate(0,28.362183)" d="m 196.6875,299.0625 0,5.09375 0.46875,0 0,2 4.4375,0 0,-2 0.46875,0 0,-5.09375 -5.375,0 z" style="fill:url(#linearGradient5468);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ <path inkscape:connector-curvature="0" style="fill:url(#linearGradient5470);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" d="m 196.6875,356.51843 0,-5.09375 0.46875,0 0,-2 4.4375,0 0,2 0.46875,0 0,5.09375 -5.375,0 z" id="path5462"/>
+ <rect y="333.43362" x="196.69643" height="17.142855" width="5.3571429" id="rect5464" style="fill:url(#linearGradient5472);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"/>
+ </g>
+ <g id="g5474" transform="matrix(0.1973684,0,0,0.1973684,361.80346,197.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path5476" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path5478" style="fill:url(#linearGradient5480);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,361.80346,157.27799)" id="g5482">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path5484" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient5488);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path5486" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g5490" transform="matrix(0.1973684,0,0,0.1973684,409.80346,171.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path5492" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path5494" style="fill:url(#linearGradient5496);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,461.80346,211.27799)" id="g5498">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path5500" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient5504);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path5502" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g5506" transform="matrix(0.1973684,0,0,0.1973684,503.80346,173.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path5508" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path5510" style="fill:url(#linearGradient5512);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,527.80346,169.27799)" id="g5514">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path5516" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient5520);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path5518" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g5522" transform="matrix(0.1973684,0,0,0.1973684,527.80346,211.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path5524" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path5526" style="fill:url(#linearGradient5528);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,581.80346,173.27799)" id="g5530">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path5532" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient5536);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path5534" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g5538" transform="matrix(0.1973684,0,0,0.1973684,589.80346,205.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path5540" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path5542" style="fill:url(#linearGradient5544);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,621.80346,199.27799)" id="g5546">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path5548" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient5552);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path5550" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g5554" transform="matrix(0.1973684,0,0,0.1973684,621.80346,167.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path5556" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path5558" style="fill:url(#linearGradient5560);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,651.80346,163.27799)" id="g5562">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path5564" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient5568);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path5566" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g5570" transform="matrix(0.1973684,0,0,0.1973684,671.80346,181.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path5572" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path5574" style="fill:url(#linearGradient5576);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,707.80346,201.27799)" id="g5578">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path5580" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient5584);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path5582" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g5586" transform="matrix(0.1973684,0,0,0.1973684,713.80346,165.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path5588" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path5590" style="fill:url(#linearGradient5592);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,751.80346,165.27799)" id="g5594">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path5596" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient5600);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path5598" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g5602" transform="matrix(0.1973684,0,0,0.1973684,751.80346,241.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path5604" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path5606" style="fill:url(#linearGradient5608);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,737.80346,255.27799)" id="g5610">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path5612" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient5616);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path5614" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g5618" transform="matrix(0.1973684,0,0,0.1973684,791.80346,261.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path5620" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path5622" style="fill:url(#linearGradient5624);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,771.80346,297.27799)" id="g5626">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path5628" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient5632);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path5630" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g5634" transform="matrix(0.1973684,0,0,0.1973684,747.80346,289.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path5636" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path5638" style="fill:url(#linearGradient5640);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,475.80346,161.27799)" id="g5642">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path5644" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient5648);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path5646" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g5650" transform="matrix(0.1973684,0,0,0.1973684,461.80346,167.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path5652" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path5654" style="fill:url(#linearGradient5656);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,787.80346,221.27799)" id="g5658">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path5660" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient5664);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path5662" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g5666" transform="matrix(0.1973684,0,0,0.1973684,787.80346,321.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path5668" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path5670" style="fill:url(#linearGradient5672);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,751.80346,329.27799)" id="g5674">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path5676" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient5680);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path5678" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g5682" transform="matrix(0.1973684,0,0,0.1973684,771.80346,391.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path5684" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path5686" style="fill:url(#linearGradient5688);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,757.80346,463.27799)" id="g5690">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path5692" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient5696);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path5694" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g5698" transform="matrix(0.1973684,0,0,0.1973684,743.80346,481.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path5700" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path5702" style="fill:url(#linearGradient5704);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,797.80346,449.27799)" id="g5706">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path5708" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient5712);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path5710" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g5714" transform="matrix(0.1973684,0,0,0.1973684,797.80346,407.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path5716" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path5718" style="fill:url(#linearGradient5720);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,777.80346,347.27799)" id="g5722">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path5724" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient5728);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path5726" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g5730" transform="matrix(0.1973684,0,0,0.1973684,777.80346,507.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path5732" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path5734" style="fill:url(#linearGradient5736);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,759.80346,521.27799)" id="g5738">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path5740" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient5744);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path5742" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g5746" transform="matrix(0.1973684,0,0,0.1973684,753.80346,533.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path5748" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path5750" style="fill:url(#linearGradient5752);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,801.80346,527.27799)" id="g5754">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path5756" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient5760);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path5758" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g5762" transform="matrix(0.1973684,0,0,0.1973684,793.80346,551.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path5764" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path5766" style="fill:url(#linearGradient5768);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,771.80346,559.27799)" id="g5770">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path5772" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient5776);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path5774" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g5778" transform="matrix(0.1973684,0,0,0.1973684,745.80346,571.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path5780" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path5782" style="fill:url(#linearGradient5784);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,787.80346,577.27799)" id="g5786">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path5788" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient5792);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path5790" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g5794" transform="matrix(0.1973684,0,0,0.1973684,801.80346,597.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path5796" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path5798" style="fill:url(#linearGradient5800);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,785.80346,613.27799)" id="g5802">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path5804" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient5808);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path5806" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g5810" transform="matrix(0.1973684,0,0,0.1973684,755.80346,625.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path5812" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path5814" style="fill:url(#linearGradient5816);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,767.80346,637.27799)" id="g5818">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path5820" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient5824);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path5822" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g5826" transform="matrix(0.1973684,0,0,0.1973684,767.80346,643.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path5828" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path5830" style="fill:url(#linearGradient5832);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,767.80346,649.27799)" id="g5834">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path5836" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient5840);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path5838" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g5842" transform="matrix(0.1973684,0,0,0.1973684,767.80346,655.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path5844" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path5846" style="fill:url(#linearGradient5848);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,767.80346,661.27799)" id="g5850">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path5852" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient5856);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path5854" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g5858" transform="matrix(0.1973684,0,0,0.1973684,767.80346,667.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path5860" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path5862" style="fill:url(#linearGradient5864);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,773.80346,667.27799)" id="g5866">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path5868" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient5872);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path5870" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g5874" transform="matrix(0.1973684,0,0,0.1973684,773.80346,661.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path5876" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path5878" style="fill:url(#linearGradient5880);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,773.80346,655.27799)" id="g5882">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path5884" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient5888);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path5886" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g5890" transform="matrix(0.1973684,0,0,0.1973684,773.80346,649.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path5892" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path5894" style="fill:url(#linearGradient5896);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,773.80346,643.27799)" id="g5898">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path5900" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient5904);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path5902" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g5906" transform="matrix(0.1973684,0,0,0.1973684,773.80346,637.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path5908" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path5910" style="fill:url(#linearGradient5912);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,773.80346,673.27799)" id="g5914">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path5916" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient5920);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path5918" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g5922" transform="matrix(0.1973684,0,0,0.1973684,773.80346,679.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path5924" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path5926" style="fill:url(#linearGradient5928);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,745.80346,695.27799)" id="g5930">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path5932" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient5936);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path5934" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g5938" transform="matrix(0.1973684,0,0,0.1973684,789.80346,707.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path5940" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path5942" style="fill:url(#linearGradient5944);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,797.80346,659.27799)" id="g5946">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path5948" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient5952);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path5950" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g5954" transform="matrix(0.1973684,0,0,0.1973684,801.80346,741.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path5956" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path5958" style="fill:url(#linearGradient5960);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,767.80346,735.27799)" id="g5962">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path5964" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient5968);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path5966" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g5970" transform="matrix(0.1973684,0,0,0.1973684,741.80346,747.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path5972" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path5974" style="fill:url(#linearGradient5976);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,775.80346,759.27799)" id="g5978">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path5980" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient5984);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path5982" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g5986" transform="matrix(0.1973684,0,0,0.1973684,755.80346,781.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path5988" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path5990" style="fill:url(#linearGradient5992);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,727.80346,795.27799)" id="g5994">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path5996" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient6000);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path5998" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g6002" transform="matrix(0.1973684,0,0,0.1973684,691.80346,775.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6004" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6006" style="fill:url(#linearGradient6008);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,667.80346,843.27799)" id="g6010">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6012" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient6016);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6014" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g6018" transform="matrix(0.1973684,0,0,0.1973684,655.80346,843.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6020" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6022" style="fill:url(#linearGradient6024);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,643.80346,843.27799)" id="g6026">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6028" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient6032);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6030" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g6034" transform="matrix(0.1973684,0,0,0.1973684,631.80346,843.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6036" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6038" style="fill:url(#linearGradient6040);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,619.80346,843.27799)" id="g6042">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6044" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient6048);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6046" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g6050" transform="matrix(0.1973684,0,0,0.1973684,607.80346,843.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6052" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6054" style="fill:url(#linearGradient6056);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,595.80346,843.27799)" id="g6058">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6060" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient6064);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6062" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g6066" transform="matrix(0.1973684,0,0,0.1973684,583.80346,843.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6068" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6070" style="fill:url(#linearGradient6072);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,571.80346,843.27799)" id="g6074">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6076" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient6080);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6078" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g6082" transform="matrix(0.1973684,0,0,0.1973684,559.80346,843.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6084" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6086" style="fill:url(#linearGradient6088);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,547.80346,843.27799)" id="g6090">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6092" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient6096);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6094" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g6098" transform="matrix(0.1973684,0,0,0.1973684,535.80346,843.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6100" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6102" style="fill:url(#linearGradient6104);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,523.80346,843.27799)" id="g6106">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6108" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient6112);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6110" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g6114" transform="matrix(0.1973684,0,0,0.1973684,511.80346,843.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6116" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6118" style="fill:url(#linearGradient6120);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,499.80346,843.27799)" id="g6122">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6124" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient6128);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6126" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g6130" transform="matrix(0.1973684,0,0,0.1973684,487.80346,843.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6132" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6134" style="fill:url(#linearGradient6136);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,475.80346,843.27799)" id="g6138">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6140" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient6144);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6142" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g6146" transform="matrix(0.1973684,0,0,0.1973684,463.80346,843.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6148" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6150" style="fill:url(#linearGradient6152);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,451.80346,843.27799)" id="g6154">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6156" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient6160);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6158" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g6162" transform="matrix(0.1973684,0,0,0.1973684,439.80346,843.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6164" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6166" style="fill:url(#linearGradient6168);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,427.80346,843.27799)" id="g6170">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6172" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient6176);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6174" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g6178" transform="matrix(0.1973684,0,0,0.1973684,415.80346,843.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6180" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6182" style="fill:url(#linearGradient6184);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,403.29838,843.27799)" id="g6186">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6188" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient6192);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6190" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g6194" transform="matrix(0.1973684,0,0,0.1973684,390.43481,843.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6196" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6198" style="fill:url(#linearGradient6200);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,378.43481,843.27799)" id="g6202">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6204" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient6208);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6206" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g6210" transform="matrix(0.1973684,0,0,0.1973684,354.43481,843.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6212" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6214" style="fill:url(#linearGradient6216);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,366.43481,843.27799)" id="g6218">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6220" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient6224);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6222" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,342.43481,843.27799)" id="g6226">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6228" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient6232);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6230" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g6234" transform="matrix(0.1973684,0,0,0.1973684,330.43481,843.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6236" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6238" style="fill:url(#linearGradient6240);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,318.43481,843.27799)" id="g6242">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6244" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient6248);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6246" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g6250" transform="matrix(0.1973684,0,0,0.1973684,306.43481,843.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6252" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6254" style="fill:url(#linearGradient6256);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,294.43481,843.27799)" id="g6258">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6260" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient6264);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6262" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g6266" transform="matrix(0.1973684,0,0,0.1973684,282.43481,843.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6268" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6270" style="fill:url(#linearGradient6272);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,270.43481,843.27799)" id="g6274">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6276" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient6280);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6278" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g6282" transform="matrix(0.1973684,0,0,0.1973684,258.43481,843.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6284" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6286" style="fill:url(#linearGradient6288);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,246.43481,843.27799)" id="g6290">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6292" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient6296);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6294" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g6298" transform="matrix(0.1973684,0,0,0.1973684,224.43481,823.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6300" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6302" style="fill:url(#linearGradient6304);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,198.43481,837.27799)" id="g6306">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6308" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient6312);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6310" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g6314" transform="matrix(0.1973684,0,0,0.1973684,180.43481,811.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6316" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6318" style="fill:url(#linearGradient6320);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,202.43481,791.27799)" id="g6322">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6324" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient6328);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6326" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g6330" transform="matrix(0.1973684,0,0,0.1973684,186.43481,765.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6332" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6334" style="fill:url(#linearGradient6336);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,144.43481,781.27799)" id="g6338">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6340" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient6344);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6342" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g6346" transform="matrix(0.1973684,0,0,0.1973684,238.43481,773.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6348" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6350" style="fill:url(#linearGradient6352);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,710.43481,825.27799)" id="g6354">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6356" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient6360);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6358" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g6362" transform="matrix(0.1973684,0,0,0.1973684,128.43481,721.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6364" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6366" style="fill:url(#linearGradient6368);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,186.43481,707.27799)" id="g6370">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6372" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient6376);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6374" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g6378" transform="matrix(0.1973684,0,0,0.1973684,164.43481,643.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6380" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6382" style="fill:url(#linearGradient6384);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,120.43481,643.27799)" id="g6386">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6388" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient6392);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6390" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g6394" transform="matrix(0.1973684,0,0,0.1973684,134.43481,631.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6396" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6398" style="fill:url(#linearGradient6400);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,190.43481,607.27799)" id="g6402">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6404" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient6408);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6406" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g6410" transform="matrix(0.1973684,0,0,0.1973684,162.43481,575.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6412" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6414" style="fill:url(#linearGradient6416);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,188.43481,553.27799)" id="g6418">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6420" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient6424);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6422" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g6426" transform="matrix(0.1973684,0,0,0.1973684,128.43481,553.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6428" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6430" style="fill:url(#linearGradient6432);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,122.43481,561.27799)" id="g6434">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6436" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient6440);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6438" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g6442" transform="matrix(0.1973684,0,0,0.1973684,122.43481,543.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6444" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6446" style="fill:url(#linearGradient6448);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,132.43481,509.27799)" id="g6450">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6452" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient6456);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6454" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g6458" transform="matrix(0.1973684,0,0,0.1973684,184.43481,497.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6460" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6462" style="fill:url(#linearGradient6464);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,190.43481,515.27799)" id="g6466">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6468" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient6472);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6470" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g6474" transform="matrix(0.1973684,0,0,0.1973684,124.43481,471.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6476" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6478" style="fill:url(#linearGradient6480);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,132.43481,451.27799)" id="g6482">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6484" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient6488);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6486" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g6490" transform="matrix(0.1973684,0,0,0.1973684,132.43481,435.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6492" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6494" style="fill:url(#linearGradient6496);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,120.43481,391.27799)" id="g6498">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6500" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient6504);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6502" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g6506" transform="matrix(0.1973684,0,0,0.1973684,134.43481,371.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6508" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6510" style="fill:url(#linearGradient6512);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,124.43481,353.27799)" id="g6514">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6516" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient6520);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6518" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g6522" transform="matrix(0.1973684,0,0,0.1973684,140.43481,327.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6524" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6526" style="fill:url(#linearGradient6528);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,120.43481,313.27799)" id="g6530">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6532" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient6536);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6534" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g6538" transform="matrix(0.1973684,0,0,0.1973684,194.43481,313.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6540" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6542" style="fill:url(#linearGradient6544);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,186.43481,325.27799)" id="g6546">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6548" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient6552);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6550" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g6554" transform="matrix(0.1973684,0,0,0.1973684,192.43481,377.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6556" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6558" style="fill:url(#linearGradient6560);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,184.43481,413.27799)" id="g6562">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6564" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient6568);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6566" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g6570" transform="matrix(0.1973684,0,0,0.1973684,190.43481,413.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6572" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6574" style="fill:url(#linearGradient6576);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,194.43481,453.27799)" id="g6578">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6580" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient6584);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6582" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g6586" transform="matrix(0.1973684,0,0,0.1973684,194.43481,453.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6588" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6590" style="fill:url(#linearGradient6584);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,328.43481,763.27799)" id="g6592">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6594" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient6598);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6596" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g6600" transform="matrix(0.1973684,0,0,0.1973684,370.43481,783.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6602" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6604" style="fill:url(#linearGradient6606);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,450.43481,771.27799)" id="g6608">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6610" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient6614);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6612" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g6616" transform="matrix(0.1973684,0,0,0.1973684,546.43481,763.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6618" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6620" style="fill:url(#linearGradient6622);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,572.43481,775.27799)" id="g6624">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6626" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient6630);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6628" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ <g id="g6632" transform="matrix(0.1973684,0,0,0.1973684,628.43481,763.27799)">
+ <path sodipodi:type="arc" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6634" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="translate(0,28.362183)"/>
+ <path transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6636" style="fill:url(#linearGradient6638);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ </g>
+ <g transform="matrix(0.1973684,0,0,0.1973684,628.43481,763.27799)" id="g6640">
+ <path transform="translate(0,28.362183)" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" sodipodi:ry="9.5964489" sodipodi:rx="9.5964489" sodipodi:cy="219.91858" sodipodi:cx="243.95184" id="path6642" style="fill:#acac00;fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" sodipodi:type="arc"/>
+ <path sodipodi:type="arc" style="fill:url(#linearGradient6638);fill-opacity:1;stroke:#1a1a1a;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" id="path6644" sodipodi:cx="243.95184" sodipodi:cy="219.91858" sodipodi:rx="9.5964489" sodipodi:ry="9.5964489" d="m 253.54829,219.91858 c 0,5.29997 -4.29647,9.59645 -9.59645,9.59645 -5.29997,0 -9.59645,-4.29648 -9.59645,-9.59645 0,-5.29997 4.29648,-9.59645 9.59645,-9.59645 5.29998,0 9.59645,4.29648 9.59645,9.59645 z" transform="matrix(0.89473684,0,0,0.89473684,25.679142,51.511508)"/>
+ </g>
+ </g>
+</svg> \ No newline at end of file
diff --git a/pic/disk-usage.svg b/pic/disk-usage.svg
new file mode 100644
index 0000000..c9daaaa
--- /dev/null
+++ b/pic/disk-usage.svg
@@ -0,0 +1,1292 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://web.resource.org/cc/"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ sodipodi:docname="baobab-scalable.svg"
+ sodipodi:docbase="/home/develop/Desktop"
+ inkscape:version="0.44"
+ sodipodi:version="0.32"
+ id="svg13684"
+ height="48.000000px"
+ width="48.000000px">
+ <defs
+ id="defs3">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5060">
+ <stop
+ style="stop-color:black;stop-opacity:1;"
+ offset="0"
+ id="stop5062" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop5064" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5048">
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="0"
+ id="stop5050" />
+ <stop
+ id="stop5056"
+ offset="0.5"
+ style="stop-color:black;stop-opacity:1;" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop5052" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6687"
+ id="linearGradient6746"
+ gradientUnits="userSpaceOnUse"
+ x1="-20.750000"
+ y1="29.000000"
+ x2="-19.500000"
+ y2="18.750000" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient6687">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop6689" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6691" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6687"
+ id="linearGradient6744"
+ gradientUnits="userSpaceOnUse"
+ x1="-20.750000"
+ y1="29.000000"
+ x2="-19.500000"
+ y2="18.750000" />
+ <linearGradient
+ id="linearGradient6719">
+ <stop
+ style="stop-color:#73d216;stop-opacity:1;"
+ offset="0"
+ id="stop6721" />
+ <stop
+ style="stop-color:#d5f7b3;stop-opacity:1.0000000;"
+ offset="1.0000000"
+ id="stop6723" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6719"
+ id="linearGradient6742"
+ gradientUnits="userSpaceOnUse"
+ x1="-17.863041"
+ y1="30.827509"
+ x2="-20.821646"
+ y2="25.015009" />
+ <linearGradient
+ id="linearGradient6711">
+ <stop
+ style="stop-color:#5b8ccb;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop6713" />
+ <stop
+ style="stop-color:#3465a4;stop-opacity:1.0000000;"
+ offset="1.0000000"
+ id="stop6715" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6711"
+ id="linearGradient6740"
+ gradientUnits="userSpaceOnUse"
+ x1="-16.387411"
+ y1="24.453547"
+ x2="-9.7352734"
+ y2="28.195539" />
+ <linearGradient
+ id="linearGradient6699">
+ <stop
+ style="stop-color:#ff7171;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop6701" />
+ <stop
+ style="stop-color:#cc0000;stop-opacity:1.0000000;"
+ offset="1.0000000"
+ id="stop6703" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6699"
+ id="linearGradient6738"
+ gradientUnits="userSpaceOnUse"
+ x1="-22.976406"
+ y1="18.516047"
+ x2="-14.360273"
+ y2="33.016045" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4542">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop4544" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop4546" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4542"
+ id="radialGradient4548"
+ cx="24.306795"
+ cy="42.07798"
+ fx="24.306795"
+ fy="42.07798"
+ r="15.821514"
+ gradientTransform="matrix(1.000000,0.000000,0.000000,0.284916,-2.846681e-15,30.08928)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2456">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop2458" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop2460" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient269">
+ <stop
+ id="stop270"
+ offset="0.0000000"
+ style="stop-color:#a3a3a3;stop-opacity:1.0000000;" />
+ <stop
+ id="stop271"
+ offset="1.0000000"
+ style="stop-color:#4c4c4c;stop-opacity:1.0000000;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient259">
+ <stop
+ id="stop260"
+ offset="0.0000000"
+ style="stop-color:#fafafa;stop-opacity:1.0000000;" />
+ <stop
+ id="stop261"
+ offset="1.0000000"
+ style="stop-color:#bbbbbb;stop-opacity:1.0000000;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient15662">
+ <stop
+ id="stop15664"
+ offset="0.0000000"
+ style="stop-color:#ffffff;stop-opacity:1.0000000;" />
+ <stop
+ id="stop15666"
+ offset="1.0000000"
+ style="stop-color:#f8f8f8;stop-opacity:1.0000000;" />
+ </linearGradient>
+ <linearGradient
+ y2="99.2984"
+ x2="118.302"
+ y1="82.0938"
+ x1="97.2412"
+ gradientUnits="userSpaceOnUse"
+ id="aigrd13">
+ <stop
+ id="stop12995"
+ style="stop-color:#E8F066"
+ offset="0" />
+ <stop
+ id="stop12997"
+ style="stop-color:#949941"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ y2="100.6528"
+ x2="115.5175"
+ y1="89.1104"
+ x1="90.8311"
+ gradientUnits="userSpaceOnUse"
+ id="aigrd12">
+ <stop
+ id="stop12988"
+ style="stop-color:#E8F066"
+ offset="0" />
+ <stop
+ id="stop12990"
+ style="stop-color:#777A34"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ y2="92.6123"
+ x2="124.8197"
+ y1="75.1099"
+ x1="105.0923"
+ gradientUnits="userSpaceOnUse"
+ id="aigrd11">
+ <stop
+ id="stop12981"
+ style="stop-color:#3FA6CC"
+ offset="0" />
+ <stop
+ id="stop12983"
+ style="stop-color:#00687A"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ y2="94.8"
+ x2="126.1107"
+ y1="84.7578"
+ x1="107.8672"
+ gradientUnits="userSpaceOnUse"
+ id="aigrd10">
+ <stop
+ id="stop12974"
+ style="stop-color:#2C7894"
+ offset="0" />
+ <stop
+ id="stop12976"
+ style="stop-color:#0E3D47"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ y2="95.8999"
+ x2="118.2002"
+ y1="78.1079"
+ x1="105.8184"
+ gradientUnits="userSpaceOnUse"
+ id="aigrd9">
+ <stop
+ id="stop12967"
+ style="stop-color:#C1553A"
+ offset="0" />
+ <stop
+ id="stop12969"
+ style="stop-color:#803926"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ y2="98.8832"
+ x2="118.3481"
+ y1="81.1763"
+ x1="106.0254"
+ gradientUnits="userSpaceOnUse"
+ id="aigrd8">
+ <stop
+ id="stop12960"
+ style="stop-color:#C09287"
+ offset="0" />
+ <stop
+ id="stop12962"
+ style="stop-color:#803926"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#aigrd8"
+ id="linearGradient1681"
+ gradientUnits="userSpaceOnUse"
+ x1="106.0254"
+ y1="81.1763"
+ x2="118.3481"
+ y2="98.8832" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#aigrd9"
+ id="linearGradient1683"
+ gradientUnits="userSpaceOnUse"
+ x1="105.8184"
+ y1="78.1079"
+ x2="118.2002"
+ y2="95.8999" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#aigrd10"
+ id="linearGradient1685"
+ gradientUnits="userSpaceOnUse"
+ x1="107.8672"
+ y1="84.7578"
+ x2="126.1107"
+ y2="94.8" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#aigrd11"
+ id="linearGradient1687"
+ gradientUnits="userSpaceOnUse"
+ x1="105.0923"
+ y1="75.1099"
+ x2="124.8197"
+ y2="92.6123" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#aigrd12"
+ id="linearGradient1689"
+ gradientUnits="userSpaceOnUse"
+ x1="90.8311"
+ y1="89.1104"
+ x2="115.5175"
+ y2="100.6528" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#aigrd13"
+ id="linearGradient1691"
+ gradientUnits="userSpaceOnUse"
+ x1="97.2412"
+ y1="82.0938"
+ x2="118.302"
+ y2="99.2984" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2456"
+ id="radialGradient2462"
+ gradientTransform="scale(1.164226,0.85894)"
+ cx="28.283663"
+ cy="47.400623"
+ fx="28.283663"
+ fy="47.400623"
+ r="13.804391"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ gradientTransform="translate(0.176777,1.856155)"
+ y2="18.366575"
+ x2="17.742729"
+ y1="31.494707"
+ x1="28.702885"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4510"
+ xlink:href="#linearGradient6028"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="54.698483"
+ x2="48.798885"
+ y1="3.6100161"
+ x1="10.501720"
+ gradientTransform="matrix(0.585396,0,0,-0.365873,-68.77675,48.58146)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4505"
+ xlink:href="#linearGradient6036"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="18.366575"
+ x2="17.742729"
+ y1="31.494707"
+ x1="28.702885"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4488"
+ xlink:href="#linearGradient6028"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="34.3075"
+ x2="32.511"
+ y1="11.1885"
+ x1="14.9966"
+ gradientTransform="matrix(0.720815,0,0,0.450511,-71.91209,28.89042)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4486"
+ xlink:href="#aigrd1"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="14.2033"
+ x2="35.3912"
+ y1="32.4165"
+ x1="12.2744"
+ gradientTransform="matrix(0.720815,0,0,0.474259,-71.91209,28.34185)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4483"
+ xlink:href="#aigrd2"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="matrix(0.560704,0,0,0.350441,-39.84727,30.77528)"
+ y2="11.669628"
+ x2="15.889072"
+ y1="24.919628"
+ x1="25.985928"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4480"
+ xlink:href="#linearGradient4409"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="54.698483"
+ x2="48.798885"
+ y1="3.6100161"
+ x1="10.501720"
+ gradientTransform="matrix(0.585396,0,0,0.365873,-68.86514,30.15039)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4476"
+ xlink:href="#linearGradient6036"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="25.000000"
+ x2="23.637569"
+ y1="26.000000"
+ x1="23.637569"
+ gradientTransform="matrix(1,0,0,1.296875,1.000008,-4.074684)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4472"
+ xlink:href="#linearGradient2228"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="19.285715"
+ x2="25.642859"
+ y1="18.000000"
+ x1="22.500000"
+ gradientTransform="translate(1.000008,3.940941)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4466"
+ xlink:href="#linearGradient2179"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="22.357141"
+ x2="19.499998"
+ y1="32.428574"
+ x1="32.571430"
+ gradientTransform="matrix(1,0,0,0.885726,1.000008,4.98679)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4462"
+ xlink:href="#linearGradient2187"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.657619"
+ fy="34.511105"
+ fx="23.098124"
+ cy="34.511105"
+ cx="23.098124"
+ gradientTransform="matrix(0.987016,-3.036258e-7,1.235702e-7,0.154497,0.46639,29.0816)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient4460"
+ xlink:href="#linearGradient2212"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="18.366575"
+ x2="17.742729"
+ y1="31.494707"
+ x1="28.702885"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4451"
+ xlink:href="#linearGradient6028"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="54.698483"
+ x2="48.798885"
+ y1="3.6100161"
+ x1="10.501720"
+ gradientTransform="translate(-0.58452,-0.97977)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4449"
+ xlink:href="#linearGradient6036"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="11.669628"
+ x2="15.889072"
+ y1="24.919628"
+ x1="25.985928"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4447"
+ xlink:href="#linearGradient4409"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="14.2033"
+ x2="35.3912"
+ y1="32.4165"
+ x1="12.2744"
+ gradientTransform="matrix(1.190476,0,0,1.190476,-4.808944,-3.479771)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4445"
+ xlink:href="#aigrd2"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="34.3075"
+ x2="32.511"
+ y1="11.1885"
+ x1="14.9966"
+ gradientTransform="matrix(1.190476,0,0,1.190476,-4.808944,-3.47977)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4443"
+ xlink:href="#aigrd1"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="11.669628"
+ x2="15.889072"
+ y1="24.919628"
+ x1="25.985928"
+ id="linearGradient4415"
+ xlink:href="#linearGradient4409"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="34.3075"
+ x2="32.511"
+ y1="11.1885"
+ x1="14.9966"
+ gradientTransform="matrix(1.190476,0,0,1.190476,-4.808944,-3.47977)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3526"
+ xlink:href="#aigrd1"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="14.2033"
+ x2="35.3912"
+ y1="32.4165"
+ x1="12.2744"
+ gradientTransform="matrix(1.190476,0,0,1.190476,-4.808944,-3.479771)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3523"
+ xlink:href="#aigrd2"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(-0.58452,-0.97977)"
+ y2="54.698483"
+ x2="48.798885"
+ y1="3.6100161"
+ x1="10.501720"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3519"
+ xlink:href="#linearGradient6036"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="18.366575"
+ x2="17.742729"
+ y1="31.494707"
+ x1="28.702885"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3515"
+ xlink:href="#linearGradient6028"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="54.698483"
+ x2="48.798885"
+ y1="3.6100161"
+ x1="10.501720"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3513"
+ xlink:href="#linearGradient6036"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="14.2033"
+ x2="35.3912"
+ y1="32.4165"
+ x1="12.2744"
+ gradientTransform="matrix(1.190476,0,0,1.190476,-4.224424,-2.500001)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3511"
+ xlink:href="#aigrd2"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="34.3075"
+ x2="32.511"
+ y1="11.1885"
+ x1="14.9966"
+ gradientTransform="matrix(1.190476,0,0,1.190476,-4.224424,-2.5)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3509"
+ xlink:href="#aigrd1"
+ inkscape:collect="always" />
+ <radialGradient
+ r="22.627417"
+ fy="41.63604"
+ fx="23.334524"
+ cy="41.63604"
+ cx="23.334524"
+ gradientTransform="matrix(1,0,0,0.25,0,31.22703)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3507"
+ xlink:href="#linearGradient23419"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="matrix(1,0,0,1.296875,54,-6.015625)"
+ gradientUnits="userSpaceOnUse"
+ y2="25.000000"
+ x2="23.637569"
+ y1="26.000000"
+ x1="23.637569"
+ id="linearGradient2234"
+ xlink:href="#linearGradient2228"
+ inkscape:collect="always" />
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.987016,-3.036258e-7,1.235702e-7,0.154497,0.46639,29.0816)"
+ r="20.657619"
+ fy="34.511105"
+ fx="23.098124"
+ cy="34.511105"
+ cx="23.098124"
+ id="radialGradient2218"
+ xlink:href="#linearGradient2212"
+ inkscape:collect="always" />
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.079809,-1.569056e-2,3.703840e-3,0.254894,-1.909396,24.91386)"
+ r="21.000000"
+ fy="34.481731"
+ fx="22.324371"
+ cy="34.481731"
+ cx="22.324371"
+ id="radialGradient2208"
+ xlink:href="#linearGradient2202"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(54,2)"
+ gradientUnits="userSpaceOnUse"
+ y2="22.357141"
+ x2="19.499998"
+ y1="32.428574"
+ x1="32.571430"
+ id="linearGradient2193"
+ xlink:href="#linearGradient2187"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(54,2)"
+ gradientUnits="userSpaceOnUse"
+ y2="19.285715"
+ x2="25.642859"
+ y1="18.000000"
+ x1="22.500000"
+ id="linearGradient2185"
+ xlink:href="#linearGradient2179"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(46,2)"
+ gradientUnits="userSpaceOnUse"
+ y2="30.801352"
+ x2="43.937759"
+ y1="29.488153"
+ x1="43.013878"
+ id="linearGradient2177"
+ xlink:href="#linearGradient2171"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="19.510229"
+ x2="22.046951"
+ y1="17.955566"
+ x1="21.963238"
+ gradientTransform="matrix(0.221322,0,0,0.754967,83.70216,17.58408)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient2163"
+ xlink:href="#linearGradient2165"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(54,8.41421)"
+ gradientUnits="userSpaceOnUse"
+ y2="20.045433"
+ x2="25.241875"
+ y1="17.621065"
+ x1="24.929953"
+ id="linearGradient2155"
+ xlink:href="#linearGradient2149"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient2149"
+ inkscape:collect="always">
+ <stop
+ id="stop2151"
+ offset="0"
+ style="stop-color:#888a85;stop-opacity:1;" />
+ <stop
+ id="stop2153"
+ offset="1"
+ style="stop-color:#eeeeec" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2165">
+ <stop
+ style="stop-color:#babdb6"
+ offset="0"
+ id="stop2167" />
+ <stop
+ style="stop-color:#555753;stop-opacity:1.0000000"
+ offset="1"
+ id="stop2169" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2171"
+ inkscape:collect="always">
+ <stop
+ id="stop2173"
+ offset="0"
+ style="stop-color:#eeeeec" />
+ <stop
+ id="stop2175"
+ offset="1"
+ style="stop-color:#babdb6" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2179"
+ inkscape:collect="always">
+ <stop
+ id="stop2181"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop2183"
+ offset="1"
+ style="stop-color:#eeeeec" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2187"
+ inkscape:collect="always">
+ <stop
+ id="stop2189"
+ offset="0"
+ style="stop-color:#babdb6" />
+ <stop
+ id="stop2191"
+ offset="1"
+ style="stop-color:#eeeeec" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2202"
+ inkscape:collect="always">
+ <stop
+ id="stop2204"
+ offset="0"
+ style="stop-color:#2e3436;stop-opacity:1;" />
+ <stop
+ id="stop2206"
+ offset="1"
+ style="stop-color:#2e3436;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2212"
+ inkscape:collect="always">
+ <stop
+ id="stop2214"
+ offset="0"
+ style="stop-color:#2e3436;stop-opacity:1;" />
+ <stop
+ id="stop2216"
+ offset="1"
+ style="stop-color:#2e3436;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2228">
+ <stop
+ id="stop2230"
+ offset="0"
+ style="stop-color:#a4a7a2;stop-opacity:1;" />
+ <stop
+ id="stop2232"
+ offset="1"
+ style="stop-color:#555753;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.25,0,31.22703)"
+ r="22.627417"
+ fy="41.63604"
+ fx="23.334524"
+ cy="41.63604"
+ cx="23.334524"
+ id="radialGradient23425"
+ xlink:href="#linearGradient23419"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient23419"
+ inkscape:collect="always">
+ <stop
+ id="stop23421"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ id="stop23423"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ y2="34.3075"
+ x2="32.511"
+ y1="11.1885"
+ x1="14.9966"
+ gradientTransform="matrix(1.190476,0,0,1.190476,-4.224424,-2.5)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient23400"
+ xlink:href="#aigrd1"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="34.3075"
+ x2="32.511"
+ y1="11.1885"
+ x1="14.9966"
+ gradientUnits="userSpaceOnUse"
+ id="aigrd1">
+ <stop
+ id="stop3034"
+ style="stop-color:#EBEBEB"
+ offset="0" />
+ <stop
+ id="stop3036"
+ style="stop-color:#FFFFFF"
+ offset="0.5" />
+ <stop
+ id="stop3038"
+ style="stop-color:#EBEBEB"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ y2="14.2033"
+ x2="35.3912"
+ y1="32.4165"
+ x1="12.2744"
+ gradientTransform="matrix(1.190476,0,0,1.190476,-4.224424,-2.500001)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient23397"
+ xlink:href="#aigrd2"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="14.2033"
+ x2="35.3912"
+ y1="32.4165"
+ x1="12.2744"
+ gradientUnits="userSpaceOnUse"
+ id="aigrd2">
+ <stop
+ id="stop3043"
+ style="stop-color:#FBFBFB"
+ offset="0" />
+ <stop
+ id="stop3045"
+ style="stop-color:#B6B6B6"
+ offset="0.5" />
+ <stop
+ id="stop3047"
+ style="stop-color:#E4E4E4"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ y2="54.698483"
+ x2="48.798885"
+ y1="3.6100161"
+ x1="10.501720"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient23387"
+ xlink:href="#linearGradient6036"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient6036"
+ inkscape:collect="always">
+ <stop
+ id="stop6038"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop6040"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ y2="18.366575"
+ x2="17.742729"
+ y1="31.494707"
+ x1="28.702885"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient23353"
+ xlink:href="#linearGradient6028"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient6028"
+ inkscape:collect="always">
+ <stop
+ id="stop6030"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop6032"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4409"
+ inkscape:collect="always">
+ <stop
+ id="stop4411"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop4413"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4524">
+ <stop
+ id="stop4526"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop4528"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4538">
+ <stop
+ id="stop4540"
+ offset="0"
+ style="stop-color:#808080;stop-opacity:1;" />
+ <stop
+ id="stop4542"
+ offset="1"
+ style="stop-color:#686a65;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="matrix(1,0,0,1.084542,3.204508,-7.842482)"
+ inkscape:collect="always"
+ xlink:href="#linearGradient4236"
+ id="linearGradient4242"
+ x1="12.277412"
+ y1="37.205811"
+ x2="12.221823"
+ y2="33.758667"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4236">
+ <stop
+ style="stop-color:#eeeeee;stop-opacity:1;"
+ offset="0"
+ id="stop4238" />
+ <stop
+ style="stop-color:#eeeeee;stop-opacity:0;"
+ offset="1"
+ id="stop4240" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4184"
+ id="linearGradient4209"
+ gradientUnits="userSpaceOnUse"
+ x1="7.0625000"
+ y1="35.281250"
+ x2="24.687500"
+ y2="35.281250"
+ gradientTransform="matrix(0.673759,0,0,1.084542,6.241576,-9.24763)" />
+ <linearGradient
+ id="linearGradient4184">
+ <stop
+ style="stop-color:#838383;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop4186" />
+ <stop
+ style="stop-color:#bbbbbb;stop-opacity:0.0000000;"
+ offset="1.0000000"
+ id="stop4188" />
+ </linearGradient>
+ <linearGradient
+ y2="609.50507"
+ x2="302.85715"
+ y1="366.64789"
+ x1="302.85715"
+ gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient2307"
+ xlink:href="#linearGradient5048"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient2115">
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="0"
+ id="stop2117" />
+ <stop
+ id="stop2119"
+ offset="0.5"
+ style="stop-color:black;stop-opacity:1;" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop2121" />
+ </linearGradient>
+ <radialGradient
+ r="117.14286"
+ fy="486.64789"
+ fx="605.71429"
+ cy="486.64789"
+ cx="605.71429"
+ gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient2309"
+ xlink:href="#linearGradient5060"
+ inkscape:collect="always" />
+ <radialGradient
+ r="117.14286"
+ fy="486.64789"
+ fx="605.71429"
+ cy="486.64789"
+ cx="605.71429"
+ gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient2311"
+ xlink:href="#linearGradient5060"
+ inkscape:collect="always" />
+ </defs>
+ <sodipodi:namedview
+ inkscape:showpageshadow="false"
+ inkscape:window-y="223"
+ inkscape:window-x="318"
+ inkscape:window-height="725"
+ inkscape:window-width="879"
+ inkscape:document-units="px"
+ inkscape:grid-bbox="true"
+ showgrid="false"
+ inkscape:current-layer="layer2"
+ inkscape:cy="21.187141"
+ inkscape:cx="-1.9783457"
+ inkscape:zoom="2.0000001"
+ inkscape:pageshadow="2"
+ inkscape:pageopacity="0.0"
+ borderopacity="1.0"
+ bordercolor="#666666"
+ pagecolor="#ffffff"
+ id="base"
+ inkscape:grid-points="true" />
+ <metadata
+ id="metadata4">
+ <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>Spreadsheet</dc:title>
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Jakub Steiner</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:source>http://jimmac.musichall.cz</dc:source>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>spreadheet</rdf:li>
+ <rdf:li>document</rdf:li>
+ <rdf:li>office</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/by-sa/2.0/" />
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/by/2.0/">
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Reproduction" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Distribution" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/Notice" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/Attribution" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/ShareAlike" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:groupmode="layer"
+ inkscape:label="Layer 1"
+ id="layer1"
+ style="display:inline" />
+ <g
+ inkscape:groupmode="layer"
+ id="layer2"
+ inkscape:label="emblem"
+ style="display:inline">
+ <g
+ inkscape:label="Layer 1"
+ id="g2220"
+ transform="translate(-1.259367,1.685763)">
+ <g
+ id="g2222"
+ transform="matrix(2.071411e-2,0,0,2.825857e-2,43.54809,30.20506)">
+ <rect
+ y="-150.69685"
+ x="-1559.2523"
+ height="478.35718"
+ width="1339.6335"
+ id="rect2224"
+ style="opacity:0.40206185;color:black;fill:url(#linearGradient2307);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ <path
+ sodipodi:nodetypes="cccc"
+ id="path2226"
+ d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z "
+ style="opacity:0.40206185;color:black;fill:url(#radialGradient2309);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ <path
+ style="opacity:0.40206185;color:black;fill:url(#radialGradient2311);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z "
+ id="path2228"
+ sodipodi:nodetypes="cccc" />
+ </g>
+ <path
+ sodipodi:nodetypes="ccccccccc"
+ id="path1417"
+ d="M 11.595947,10.530688 L 38.476667,10.553056 L 42.492024,23.64558 L 42.517278,32.801506 C 42.517278,34.796839 41.565961,35.523596 39.456617,35.523596 L 10.432307,35.557148 C 8.2441489,35.557148 7.4776109,34.797782 7.4776109,32.689134 L 7.5028649,23.7015 L 11.595947,10.530688 z "
+ style="fill:url(#linearGradient4462);fill-opacity:1;fill-rule:evenodd;stroke:#686a65;stroke-width:1.00000012px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ id="path2159"
+ d="M 8.0000079,23.940941 L 41.849754,24.040687 L 37.416007,11.897602 L 12.44195,11.98599 L 8.0000079,23.940941 z "
+ style="fill:url(#linearGradient4466);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+ <path
+ sodipodi:nodetypes="ccccccccc"
+ id="path2157"
+ d="M 12.189025,11.505341 L 37.778261,11.461116 L 41.51435,24.089316 L 41.501723,32.761393 C 41.501723,33.868144 41.089891,34.551146 39.608779,34.551146 L 10.336991,34.562202 C 9.105851,34.562202 8.5348099,34.200944 8.5348099,32.841913 L 8.4969289,24.064124 L 12.189025,11.505341 z "
+ style="opacity:0.61538463;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:white;stroke-width:1.00000048px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+ <rect
+ style="opacity:1;color:black;fill:url(#linearGradient4209);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.40899992;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ id="rect4174"
+ width="11.875"
+ height="6.0327663"
+ x="11"
+ y="26" />
+ <path
+ style="opacity:0.81142853;fill:url(#linearGradient4242);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="M 11.062502,32 C 11.062502,32 11.062502,27.649375 11.062502,27.649375 C 12.89803,31.09738 19.358993,32 24,32 C 24,32 11.062502,32 11.062502,32 z "
+ id="path4194"
+ sodipodi:nodetypes="cscc" />
+ <path
+ style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:white;stroke-width:1.00000048px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.42372885"
+ d="M 29.5,26.559777 L 29.5,31.580712"
+ id="path4284" />
+ <path
+ id="path4286"
+ d="M 31.5,26.559777 L 31.5,31.580712"
+ style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:white;stroke-width:1.00000048px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.42372885" />
+ <path
+ style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:white;stroke-width:1.00000048px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.42372885"
+ d="M 33.5,26.559777 L 33.5,31.580712"
+ id="path4288" />
+ <path
+ id="path4290"
+ d="M 35.5,26.559777 L 35.5,31.580712"
+ style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:white;stroke-width:1.00000048px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.42372885" />
+ <path
+ style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:white;stroke-width:1.00000048px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.42372885"
+ d="M 37.5,26.559777 L 37.5,31.580712"
+ id="path4292" />
+ <path
+ style="opacity:0.09714284;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:black;stroke-width:1.00000048px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1"
+ d="M 28.5,26.549899 L 28.5,31.570834"
+ id="path4294" />
+ <path
+ id="path4296"
+ d="M 30.5,26.609676 L 30.5,31.630611"
+ style="opacity:0.09714284;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:black;stroke-width:1.00000048px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" />
+ <path
+ style="opacity:0.09714284;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:black;stroke-width:1.00000048px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1"
+ d="M 32.5,26.609676 L 32.5,31.630611"
+ id="path4298" />
+ <path
+ id="path4300"
+ d="M 34.5,26.609676 L 34.5,31.630611"
+ style="opacity:0.09714284;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:black;stroke-width:1.00000048px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" />
+ <path
+ style="opacity:0.09714284;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:black;stroke-width:1.00000048px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1"
+ d="M 36.5,26.609676 L 36.5,31.630611"
+ id="path4302" />
+ <path
+ style="opacity:0.18681317;fill:white;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="M 10,26.001126 L 10,32 L 22.5625,32 L 10.34375,31.627189 L 10,26.001126 z "
+ id="path4572" />
+ </g>
+ <path
+ sodipodi:type="arc"
+ style="fill:url(#radialGradient2462);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ id="path1693"
+ sodipodi:cx="32.92857"
+ sodipodi:cy="40.714287"
+ sodipodi:rx="16.071428"
+ sodipodi:ry="11.857142"
+ d="M 48.999998 40.714287 A 16.071428 11.857142 0 1 1 16.857141,40.714287 A 16.071428 11.857142 0 1 1 48.999998 40.714287 z"
+ transform="matrix(0.861667,0,0,0.851476,-14.43255,-0.96466)" />
+ <g
+ id="g6727"
+ transform="translate(32.50887,5.678481)"
+ inkscape:r_cx="true"
+ inkscape:r_cy="true">
+ <path
+ id="path3931"
+ d="M -27.528542,18.092794 C -30.097576,19.791125 -31.511475,22.097833 -31.511475,24.590696 L -31.511475,26.659988 C -31.511475,29.150828 -30.097576,31.458211 -27.528542,33.156541 C -25.102053,34.760445 -21.895416,35.644009 -18.499359,35.644009 C -15.104587,35.644009 -11.89795,34.760445 -9.4701774,33.156541 C -6.9024275,31.458211 -5.4885277,29.151503 -5.4885277,26.659988 L -5.4885277,24.590696 C -5.4885277,22.097833 -6.9030696,19.79045 -9.4701774,18.092794 C -11.897308,16.490239 -15.103945,15.606001 -18.499359,15.606001 C -21.895416,15.606001 -25.102053,16.490239 -27.528542,18.092794 z "
+ style="fill:#670000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-miterlimit:4"
+ inkscape:r_cx="true"
+ inkscape:r_cy="true" />
+ <path
+ id="path3933"
+ d="M -7.0244261,24.453547 C -8.4030105,21.067003 -13.077484,18.573465 -18.636768,18.573465 C -24.196053,18.573465 -28.870526,21.067003 -30.249111,24.453547 L -30.663906,24.453547 L -30.663906,26.523514 C -30.663906,30.913678 -25.27863,34.472213 -18.636768,34.472213 C -11.994265,34.472213 -6.6102729,30.913678 -6.6102729,26.523514 L -6.6102729,24.453547 L -7.0244261,24.453547 L -7.0244261,24.453547 z "
+ style="fill:#a40000;fill-rule:nonzero;stroke:none;stroke-miterlimit:4"
+ inkscape:r_cx="true"
+ inkscape:r_cy="true" />
+ <path
+ id="path3935"
+ d="M -6.6102729,24.453547 C -6.6102729,28.844385 -11.994265,32.402921 -18.636768,32.402921 C -25.279272,32.402921 -30.663906,28.844385 -30.663906,24.453547 C -30.663906,20.062708 -25.27863,16.504173 -18.636768,16.504173 C -11.994265,16.504173 -6.6102729,20.062708 -6.6102729,24.453547 L -6.6102729,24.453547 z "
+ style="fill:url(#linearGradient6738);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-miterlimit:4"
+ inkscape:r_cx="true"
+ inkscape:r_cy="true" />
+ <path
+ id="path3937"
+ d="M -6.6102729,26.833098 L -6.6256833,24.666681 C -7.9297843,29.167459 -10.862246,31.074203 -14.549173,32.007678 L -14.549173,34.002103 C -10.558534,32.998483 -6.9871844,30.713358 -6.6102729,26.833098 L -6.6102729,26.833098 z "
+ style="fill:#204a87;fill-rule:nonzero;stroke:none;stroke-miterlimit:4"
+ inkscape:r_cx="true"
+ inkscape:r_cy="true" />
+ <path
+ id="path3939"
+ d="M -6.6102729,24.453547 C -6.8857329,29.533025 -13.16802,31.849176 -14.571646,31.937532 L -18.637411,24.453547 L -6.610915,24.453547 L -6.6102729,24.453547 z "
+ style="fill:url(#linearGradient6740);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-miterlimit:4"
+ inkscape:r_cx="true"
+ inkscape:r_cy="true" />
+ <path
+ id="path3941"
+ d="M -21.154435,34.298198 L -21.154435,32.228906 C -18.891039,32.523652 -16.814494,32.575587 -14.571646,32.015097 L -14.549173,34.002778 C -16.428593,34.619249 -19.36876,34.648251 -21.154435,34.298873 L -21.154435,34.298198 z "
+ style="fill:#4e9a06;fill-rule:nonzero;stroke:none;stroke-miterlimit:4"
+ inkscape:r_cx="true"
+ inkscape:r_cy="true" />
+ <path
+ id="path3943"
+ d="M -18.637411,24.454221 L -14.571646,31.937532 C -17.06106,32.88652 -21.154435,32.228906 -21.154435,32.228906 L -18.637411,24.454221 z "
+ style="fill:url(#linearGradient6742);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-miterlimit:4"
+ inkscape:r_cx="true"
+ inkscape:r_cy="true" />
+ <path
+ transform="matrix(0.979592,0,0,0.979592,-0.380102,0.497449)"
+ d="M -6.875 24.375 A 11.75 7.75 0 1 1 -30.375,24.375 A 11.75 7.75 0 1 1 -6.875 24.375 z"
+ sodipodi:ry="7.75"
+ sodipodi:rx="11.75"
+ sodipodi:cy="24.375"
+ sodipodi:cx="-18.625"
+ id="path5959"
+ style="opacity:0.31111115;color:black;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient6744);stroke-width:1.02083337;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible"
+ sodipodi:type="arc"
+ inkscape:r_cx="true"
+ inkscape:r_cy="true" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:0.13333327;color:black;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient6746);stroke-width:1.02083337;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible"
+ id="path6707"
+ sodipodi:cx="-18.625"
+ sodipodi:cy="24.375"
+ sodipodi:rx="11.75"
+ sodipodi:ry="7.75"
+ d="M -6.875 24.375 A 11.75 7.75 0 1 1 -30.375,24.375 A 11.75 7.75 0 1 1 -6.875 24.375 z"
+ transform="matrix(0.979592,0,0,0.979592,-0.380102,2.497449)"
+ inkscape:r_cx="true"
+ inkscape:r_cy="true" />
+ </g>
+ </g>
+</svg>
diff --git a/pic/ethernet.svg b/pic/ethernet.svg
new file mode 100644
index 0000000..5595ba4
--- /dev/null
+++ b/pic/ethernet.svg
@@ -0,0 +1,815 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ 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:xlink="http://www.w3.org/1999/xlink"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ version="1.0"
+ width="96"
+ height="96"
+ id="svg2408">
+ <defs
+ id="defs2410">
+ <linearGradient
+ id="linearGradient4384">
+ <stop
+ id="stop4386"
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop4388"
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4367">
+ <stop
+ id="stop4369"
+ style="stop-color:#ffffff;stop-opacity:0.71755725"
+ offset="0" />
+ <stop
+ id="stop4371"
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="45.447727"
+ y1="92.539597"
+ x2="45.447727"
+ y2="7.0165396"
+ id="ButtonShadow"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(1.0058652,0.994169)">
+ <stop
+ id="stop3750"
+ style="stop-color:#000000;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop3752"
+ style="stop-color:#000000;stop-opacity:0.58823532"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3737">
+ <stop
+ id="stop3739"
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop3741"
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <filter
+ color-interpolation-filters="sRGB"
+ id="filter3174">
+ <feGaussianBlur
+ id="feGaussianBlur3176"
+ stdDeviation="1.71" />
+ </filter>
+ <filter
+ x="-0.192"
+ y="-0.192"
+ width="1.3839999"
+ height="1.3839999"
+ color-interpolation-filters="sRGB"
+ id="filter3794">
+ <feGaussianBlur
+ id="feGaussianBlur3796"
+ stdDeviation="5.28" />
+ </filter>
+ <linearGradient
+ x1="48"
+ y1="20.220806"
+ x2="48"
+ y2="138.66119"
+ id="linearGradient3613"
+ xlink:href="#linearGradient3737"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="45.447727"
+ y1="92.539597"
+ x2="45.447727"
+ y2="7.0165396"
+ id="ButtonShadow-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0058652,0,0,0.994169,100,0)">
+ <stop
+ id="stop3750-8"
+ style="stop-color:#000000;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop3752-5"
+ style="stop-color:#000000;stop-opacity:0.58823532"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="32.251034"
+ y1="6.1317081"
+ x2="32.251034"
+ y2="90.238609"
+ id="linearGradient3780"
+ xlink:href="#ButtonShadow-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
+ <linearGradient
+ x1="32.251034"
+ y1="6.1317081"
+ x2="32.251034"
+ y2="90.238609"
+ id="linearGradient3772"
+ xlink:href="#ButtonShadow-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
+ <linearGradient
+ x1="32.251034"
+ y1="6.1317081"
+ x2="32.251034"
+ y2="90.238609"
+ id="linearGradient3725"
+ xlink:href="#ButtonShadow-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
+ <linearGradient
+ x1="32.251034"
+ y1="6.1317081"
+ x2="32.251034"
+ y2="90.238609"
+ id="linearGradient3721"
+ xlink:href="#ButtonShadow-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,-97)" />
+ <linearGradient
+ x1="32.251034"
+ y1="6.1317081"
+ x2="32.251034"
+ y2="90.238609"
+ id="linearGradient3026"
+ xlink:href="#ButtonShadow-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
+ <clipPath
+ id="clipPath4355">
+ <rect
+ width="84"
+ height="80"
+ rx="6"
+ ry="6"
+ x="6"
+ y="6"
+ id="rect4357"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+ </clipPath>
+ <radialGradient
+ cx="48"
+ cy="87.792389"
+ r="42"
+ fx="48"
+ fy="87.792389"
+ id="radialGradient4375"
+ xlink:href="#linearGradient4367"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,-6.7114942e-8,8.4282233e-8,1.2557894,109.99999,-24.505592)" />
+ <linearGradient
+ x1="48"
+ y1="88"
+ x2="48"
+ y2="-40"
+ id="linearGradient4390"
+ xlink:href="#linearGradient4384"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,-1,0,92)" />
+ <linearGradient
+ x1="48"
+ y1="82"
+ x2="112.12357"
+ y2="82.454597"
+ id="linearGradient4429"
+ xlink:href="#linearGradient4384"
+ gradientUnits="userSpaceOnUse"
+ spreadMethod="reflect" />
+ <linearGradient
+ id="linearGradient3892">
+ <stop
+ id="stop3894"
+ style="stop-color:#000000;stop-opacity:0.58823532"
+ offset="0" />
+ <stop
+ id="stop3896"
+ style="stop-color:#000000;stop-opacity:0.47058824"
+ offset="0.11780351" />
+ <stop
+ id="stop3898"
+ style="stop-color:#000000;stop-opacity:0.39215687"
+ offset="0.23809524" />
+ <stop
+ id="stop3900"
+ style="stop-color:#000000;stop-opacity:0.3137255"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="90"
+ y1="88"
+ x2="48"
+ y2="88"
+ id="linearGradient3228"
+ xlink:href="#linearGradient3892"
+ gradientUnits="userSpaceOnUse"
+ spreadMethod="reflect" />
+ <linearGradient
+ id="linearGradient4081">
+ <stop
+ id="stop4083"
+ style="stop-color:#8c8c8c;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop4085"
+ style="stop-color:#dcdcdc;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="48"
+ y1="90"
+ x2="48"
+ y2="5.9877172"
+ id="linearGradient3161"
+ xlink:href="#linearGradient4081"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="48.233639"
+ y1="48.047016"
+ x2="126.13924"
+ y2="66.232674"
+ id="linearGradient4077-0"
+ xlink:href="#linearGradient4071-3"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient4071-3">
+ <stop
+ id="stop4073-8"
+ style="stop-color:#000000;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop4075-4"
+ style="stop-color:#000000;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="48.055065"
+ y1="48.031517"
+ x2="126.67282"
+ y2="62.838562"
+ id="linearGradient4069-9"
+ xlink:href="#linearGradient4047-2"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient4047-2">
+ <stop
+ id="stop4049-0"
+ style="stop-color:#000000;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop4051-5"
+ style="stop-color:#000000;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="47.997307"
+ y1="48.028725"
+ x2="127.05216"
+ y2="60.289631"
+ id="linearGradient4061-6"
+ xlink:href="#linearGradient4047-2"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="47.99826"
+ y1="48.028797"
+ x2="127.41583"
+ y2="57.664623"
+ id="linearGradient4053-2"
+ xlink:href="#linearGradient4047-2"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ cx="48.410488"
+ cy="47.59774"
+ r="30.640047"
+ fx="48.410488"
+ fy="47.59774"
+ id="radialGradient3814-9"
+ xlink:href="#linearGradient3796-9"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.98495914,-30,0.71591078)" />
+ <linearGradient
+ id="linearGradient3796-9">
+ <stop
+ id="stop3798-4"
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="0" />
+ <stop
+ id="stop3800-9"
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <radialGradient
+ cx="48.265148"
+ cy="47.886696"
+ r="28.878813"
+ fx="48.265148"
+ fy="47.886696"
+ id="radialGradient5008"
+ xlink:href="#linearGradient3780-6-5"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.013812,-30,-0.66140908)" />
+ <linearGradient
+ id="linearGradient3780-6-5">
+ <stop
+ id="stop3782-4"
+ style="stop-color:#000000;stop-opacity:0"
+ offset="0" />
+ <stop
+ id="stop3784-9"
+ style="stop-color:#000000;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="48.233643"
+ y1="48.04702"
+ x2="126.13924"
+ y2="66.232674"
+ id="linearGradient4145-0"
+ xlink:href="#linearGradient4115-2"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient4115-2">
+ <stop
+ id="stop4117-3"
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop4119-6"
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="48.055069"
+ y1="48.031521"
+ x2="126.67282"
+ y2="62.838566"
+ id="linearGradient4137-7"
+ xlink:href="#linearGradient4115-2"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="47.997311"
+ y1="48.028728"
+ x2="127.05216"
+ y2="60.289635"
+ id="linearGradient4129-8"
+ xlink:href="#linearGradient4115-2"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="47.998264"
+ y1="48.028801"
+ x2="127.41583"
+ y2="57.664627"
+ id="linearGradient4121-6"
+ xlink:href="#linearGradient4115-2"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="48.233639"
+ y1="48.047016"
+ x2="126.13924"
+ y2="66.232674"
+ id="linearGradient4089-7"
+ xlink:href="#linearGradient4071-3"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="48.055065"
+ y1="48.031517"
+ x2="126.67282"
+ y2="62.838562"
+ id="linearGradient4091-0"
+ xlink:href="#linearGradient4047-2"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="47.997307"
+ y1="48.028725"
+ x2="127.05216"
+ y2="60.289631"
+ id="linearGradient4093-5"
+ xlink:href="#linearGradient4047-2"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="47.99826"
+ y1="48.028797"
+ x2="127.41583"
+ y2="57.664623"
+ id="linearGradient4095-8"
+ xlink:href="#linearGradient4047-2"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="48.233639"
+ y1="48.047016"
+ x2="126.13924"
+ y2="66.232674"
+ id="linearGradient4107-8"
+ xlink:href="#linearGradient4071-3"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="48.055065"
+ y1="48.031517"
+ x2="126.67282"
+ y2="62.838562"
+ id="linearGradient4109-3"
+ xlink:href="#linearGradient4047-2"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="47.997307"
+ y1="48.028725"
+ x2="127.05216"
+ y2="60.289631"
+ id="linearGradient4111-3"
+ xlink:href="#linearGradient4047-2"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="47.99826"
+ y1="48.028797"
+ x2="127.41583"
+ y2="57.664623"
+ id="linearGradient4113-5"
+ xlink:href="#linearGradient4047-2"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="48.233643"
+ y1="48.04702"
+ x2="126.13924"
+ y2="66.232674"
+ id="linearGradient4157-8"
+ xlink:href="#linearGradient4115-2"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="48.055069"
+ y1="48.031521"
+ x2="126.67282"
+ y2="62.838566"
+ id="linearGradient4159-8"
+ xlink:href="#linearGradient4115-2"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="47.997311"
+ y1="48.028728"
+ x2="127.05216"
+ y2="60.289635"
+ id="linearGradient4161-2"
+ xlink:href="#linearGradient4115-2"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="47.998264"
+ y1="48.028801"
+ x2="127.41583"
+ y2="57.664627"
+ id="linearGradient4163-3"
+ xlink:href="#linearGradient4115-2"
+ gradientUnits="userSpaceOnUse" />
+ <clipPath
+ id="clipPath4311">
+ <rect
+ width="84"
+ height="80"
+ rx="6"
+ ry="6"
+ x="6"
+ y="8"
+ id="rect4313"
+ style="fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+ </clipPath>
+ <linearGradient
+ id="linearGradient4281-6">
+ <stop
+ id="stop4283-9"
+ style="stop-color:#1e1e1e;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop4285-8"
+ style="stop-color:#505050;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="49.485001"
+ y1="13.214173"
+ x2="49.485001"
+ y2="79.814171"
+ id="linearGradient3832"
+ xlink:href="#linearGradient4281-6"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.9009009,0,0,0.9009009,3.418919,4.095339)" />
+ <clipPath
+ id="clipPath3942">
+ <path
+ d="m 72.75,15.90625 c -0.458475,0 -0.896962,0.171332 -1.21875,0.5 L 59.3125,28.625 l -5.5625,0 c -0.45801,-0.0037 -0.925877,0.176379 -1.25,0.5 l -8.09375,8.09375 c -0.657336,0.643577 -0.657336,1.856423 0,2.5 L 54.3125,49.625 c 0.330688,0.330415 0.782663,0.511205 1.25,0.5 0.448625,-0.0037 0.901269,-0.183008 1.21875,-0.5 l 8.125,-8.125 c 0.323621,-0.324123 0.503658,-0.76074 0.5,-1.21875 l 0,-5.59375 L 77.59375,22.5 c 0.657336,-0.643577 0.657336,-1.856423 0,-2.5 L 74,16.40625 c -0.321788,-0.328668 -0.791525,-0.5 -1.25,-0.5 z M 40.4375,41.875 c -0.448625,0.0037 -0.901269,0.214258 -1.21875,0.53125 L 31.09375,50.5 c -0.323621,0.324123 -0.503658,0.79199 -0.5,1.25 l 0,5.5625 -12.1875,12.21875 c -0.657336,0.643577 -0.657336,1.825173 0,2.46875 L 22,75.59375 c 0.643577,0.657336 1.825173,0.657336 2.46875,0 l 12.21875,-12.1875 5.5625,0 c 0.45801,0.0037 0.925877,-0.176379 1.25,-0.5 l 8.09375,-8.125 c 0.657336,-0.643577 0.657336,-1.825173 0,-2.46875 L 41.6875,42.40625 c -0.330688,-0.330415 -0.782663,-0.542455 -1.25,-0.53125 z"
+ inkscape:connector-curvature="0"
+ id="path3944"
+ style="opacity:0.8;fill:#ff00ff;fill-opacity:1;stroke:none" />
+ </clipPath>
+ <filter
+ color-interpolation-filters="sRGB"
+ id="filter3946">
+ <feGaussianBlur
+ id="feGaussianBlur3948"
+ stdDeviation="0.90265505" />
+ </filter>
+ </defs>
+ <metadata
+ id="metadata2413">
+ <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 />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer2"
+ style="display:none">
+ <rect
+ width="86"
+ height="85"
+ rx="6"
+ ry="6"
+ x="5"
+ y="7"
+ id="rect3745"
+ style="opacity:0.9;fill:url(#ButtonShadow);fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter3174)" />
+ </g>
+ <g
+ id="layer3"
+ style="display:inline">
+ <path
+ d="m 12,-95.03125 c -5.5110903,0 -10.03125,4.52016 -10.03125,10.03125 l 0,71 c 0,5.5110902 4.5201598,10.03125 10.03125,10.03125 l 72,0 c 5.51109,0 10.03125,-4.5201597 10.03125,-10.03125 l 0,-71 c 0,-5.51109 -4.52016,-10.03125 -10.03125,-10.03125 l -72,0 z"
+ transform="scale(1,-1)"
+ id="path3786"
+ style="opacity:0.07999998;fill:url(#linearGradient3026);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
+ <path
+ d="m 12,-94.03125 c -4.971633,0 -9.03125,4.059617 -9.03125,9.03125 l 0,71 c 0,4.9716329 4.0596171,9.03125 9.03125,9.03125 l 72,0 c 4.971633,0 9.03125,-4.059617 9.03125,-9.03125 l 0,-71 c 0,-4.971633 -4.059617,-9.03125 -9.03125,-9.03125 l -72,0 z"
+ transform="scale(1,-1)"
+ id="path3778"
+ style="opacity:0.1;fill:url(#linearGradient3780);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
+ <path
+ d="m 12,-93 c -4.4091333,0 -8,3.590867 -8,8 l 0,71 c 0,4.4091333 3.5908667,8 8,8 l 72,0 c 4.409133,0 8,-3.5908667 8,-8 l 0,-71 c 0,-4.409133 -3.590867,-8 -8,-8 l -72,0 z"
+ transform="scale(1,-1)"
+ id="path3770"
+ style="opacity:0.2;fill:url(#linearGradient3772);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
+ <rect
+ width="86"
+ height="85"
+ rx="7"
+ ry="7"
+ x="5"
+ y="-92"
+ transform="scale(1,-1)"
+ id="rect3723"
+ style="opacity:0.3;fill:url(#linearGradient3725);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
+ <rect
+ width="84"
+ height="84"
+ rx="6"
+ ry="6"
+ x="6"
+ y="-91"
+ transform="scale(1,-1)"
+ id="rect3716"
+ style="opacity:0.45;fill:url(#linearGradient3721);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
+ </g>
+ <g
+ id="layer1">
+ <rect
+ width="84"
+ height="84"
+ rx="6"
+ ry="6"
+ x="6"
+ y="6"
+ id="rect2419-3"
+ style="fill:url(#linearGradient3161);fill-opacity:1;fill-rule:nonzero;stroke:none" />
+ <g
+ transform="translate(0,-2)"
+ clip-path="url(#clipPath4311)"
+ id="g4165"
+ style="display:inline">
+ <g
+ transform="matrix(0.1413721,0.99271966,-1.1651755,0.12044784,96.937266,-5.1946837)"
+ id="g4011"
+ style="opacity:0.9">
+ <path
+ d="m 108.8959,48 a 60.895905,60.895905 0 0 1 -6.54616,27.466658 L 48,48 z"
+ transform="matrix(0.99411049,-0.1083712,0.1083712,0.99411049,-5.1582185,5.4918915)"
+ id="path4009"
+ style="opacity:0.05;color:#000000;fill:url(#linearGradient4077-0);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ d="m 108.8959,48 a 60.895905,60.895905 0 0 1 -4.45721,22.86887 L 48,48 z"
+ transform="matrix(0.99786084,-0.06537382,0.06537382,0.99786084,-3.0940115,3.2415713)"
+ id="path4007"
+ style="opacity:0.07000002;color:#000000;fill:url(#linearGradient4069-9);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ d="m 108.8959,48 a 60.895905,60.895905 0 0 1 -3.12994,19.271878 L 48,48 z"
+ transform="matrix(0.99945136,-0.0331207,0.0331207,0.99945136,-1.5634586,1.6161281)"
+ id="path4005"
+ style="opacity:0.1;color:#000000;fill:url(#linearGradient4061-6);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ d="m 108.8959,48 a 60.895905,60.895905 0 0 1 -2.07497,15.76102 L 48,48 z"
+ id="path4003"
+ style="opacity:0.1;color:#000000;fill:url(#linearGradient4053-2);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ </g>
+ <g
+ transform="matrix(1.8327427,0,0,1.8327427,14.258316,-39.234412)"
+ id="g3802"
+ style="display:inline">
+ <path
+ d="m 19.196345,49.867051 c -3.738265,2.562962 -5.605177,-4.899096 -1.154974,-4.811997 4.387142,-0.236076 3.979146,6.80144 -0.14484,6.614579 -3.173748,0.242635 -5.09871,-3.898691 -3.103604,-6.28528 2.027686,-2.980787 7.171211,-1.684158 7.738852,1.817453 0.968958,3.636165 -3.157198,7.038605 -6.567267,5.522909 -3.946222,-1.269714 -4.48984,-7.147021 -1.107149,-9.366244 3.569732,-2.795822 9.391656,0.237279 9.205832,4.758257 0.256767,4.350812 -4.689261,7.672183 -8.648236,5.934817 -4.719427,-1.551169 -5.691985,-8.420221 -1.909414,-11.472668 3.658906,-3.435008 10.362961,-1.458224 11.674531,3.358788 1.593108,4.559419 -2.064292,9.921397 -6.919377,10.009261 -4.934051,0.46502 -9.383474,-4.338798 -8.522574,-9.226302 0.480479,-5.045837 6.04397,-8.597229 10.838865,-7.042849 5.1784,1.246192 7.964231,7.581112 5.661928,12.315394 -2.070284,5.179524 -9.065521,7.066028 -13.621189,4.001758 C 7.424311,52.974618 6.691724,45.101154 10.86947,40.924263 15.165407,36.095492 23.773883,37.139042 26.998584,42.664618 30.58674,48.101276 27.744117,56.314514 21.553387,58.35975 15.46747,60.756196 7.906078,56.617317 6.81501,50.123425 5.34029,43.713067 10.328048,36.760898 16.940044,36.314613 23.487404,35.466926 29.995015,40.908568 30.123743,47.552814 30.647278,54.136819 25.107934,60.440072 18.464686,60.577977 11.669268,61.115926 5.164462,55.397447 5.024582,48.540282 4.472186,41.532358 10.370345,34.824958 17.442071,34.683103 24.66497,34.112562 31.571299,40.201404 31.717502,47.482327 32.261527,54.5531 26.639293,61.392472 19.567107,62.088193 12.506556,63.107347 5.157505,58.125948 3.75402,51.076328 1.988348,43.843498 6.54485,35.711895 13.76939,33.696801 21.164576,31.301406 29.973677,35.569118 32.454424,42.989908 35.283072,50.44745 31.339725,59.682116 23.876503,62.614561 16.252559,65.960228 6.418708,62.163433 3.166022,54.460386 -0.460677,46.73027 3.193552,36.558153 10.997688,33.021039 18.82455,29.10366 29.333904,32.601966 33.163654,40.497601 37.380936,48.411784 34.052463,59.257606 26.075805,63.388192 18.084772,67.914672 6.904432,64.770022 2.465338,56.722662 -2.3791,48.665231 0.567179,37.152082 8.674015,32.396769 16.646023,27.323544 28.235397,29.850105 33.441397,37.715231 39.06385,45.591587 37.04047,57.558366 29.289653,63.288465 21.671547,69.341197 9.63076,68.020226 3.297684,60.713708 -3.239068,53.668826 -3.050394,41.865619 3.303584,34.770507 9.272825,27.629169 20.397635,26.076583 28.315846,30.782782 36.185506,35.070105 40.094,45.001749 37.640404,53.557449 35.536967,62.211074 27.24013,68.797901 18.324149,68.819371 8.97298,69.194434 -0.191259,62.643413 -2.500705,53.506455 -5.341332,43.680473 -0.124703,32.229448 9.356333,28.223707 19.155827,23.693354 31.93586,27.784588 37.162944,37.26447 42.789387,46.72108 39.87111,60.054899 30.865902,66.353962 22.019424,72.970624 8.507105,71.477204 1.102802,63.362119 -6.341386,55.695116 -6.885903,42.806473 -0.631601,34.262885 5.0606,25.930536 16.515151,22.560296 25.92533,25.974441 35.26606,28.979358 41.9654,38.384321 41.762522,48.19335 41.906082,58.482225 34.780338,68.44676 24.805876,71.241542 13.885322,74.667794 0.953279,69.321177 -4.070078,58.967248 -9.666937,48.284333 -5.970775,33.868505 4.097694,27.218693 13.975245,20.253564 28.655611,22.05766 36.761841,30.94387 44.881854,39.331612 45.633312,53.326287 39.026242,62.823852 33.154466,71.852547 21.238489,76.018338 10.949015,73.085142 0.615493,70.524097 -7.504412,61.056765 -8.311604,50.418275 -9.559429,38.880739 -2.469393,26.941601 8.508072,22.946112 20.270481,18.274573 34.934134,23.160118 41.359271,34.112802 48.322248,45.22282 45.613647,61.051693 35.510744,69.352771 26.493267,77.160606 12.387989,77.789013 2.485316,71.256878 -6.825165,65.484188 -11.784926,53.82063 -9.779737,43.088463 -8.135633,32.303809 0.28228,22.917795 10.906023,20.332233 22.733464,17.16242 36.299386,22.381522 42.685854,32.892291 49.471849,43.486021 48.065091,58.327124 39.734958,67.674972 32.529312,76.136853 20.262656,79.496936 9.6632,76.384758 -0.916474,73.578219 -9.49146,64.441103 -11.417262,53.637295 c -2.468307,-12.1985 3.355421,-25.652156 14.214149,-31.8639 11.254823,-6.788152 26.723545,-4.953857 36.275015,3.999132 8.648345,7.755808 11.835188,20.655975 8.326714,31.654229 -2.022046,6.678916 -6.325835,12.653212 -12.119166,16.565345"
+ inkscape:connector-curvature="0"
+ id="path2875"
+ style="opacity:0.2;fill:none;stroke:url(#radialGradient3814-9);stroke-width:0.47875074;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ d="m 16.908938,49.337251 c -3.885859,-1.858917 1.368699,-6.941434 3.411713,-3.237252 2.27904,3.498707 -3.707115,6.507095 -5.513003,3.024002 -1.707843,-2.496891 0.785978,-6.049192 3.698336,-5.541192 3.416899,0.252456 4.793862,5.102047 2.181575,7.233199 -2.532331,2.525401 -7.29345,0.746141 -7.666384,-2.780808 -0.830168,-3.851348 3.748869,-7.091646 7.182845,-5.362045 3.99743,1.609549 4.267549,7.842669 0.458223,9.838071 -3.458953,2.278819 -8.542946,-0.213769 -8.994268,-4.297839 -0.965935,-4.621489 4.225535,-8.686104 8.535322,-7.023322 4.565892,1.379208 6.124601,7.836419 2.783172,11.204943 -2.995629,3.47784 -9.146812,3.015559 -11.526228,-0.938725 -2.727361,-3.840055 -0.887875,-9.784956 3.543912,-11.3989 4.381333,-2.002293 9.948059,0.889201 10.947213,5.574331 1.435048,4.854329 -2.455147,10.157563 -7.445769,10.512333 -5.246827,0.757312 -10.12361,-4.103745 -9.76636,-9.309468 0.01802,-5.709742 6.150207,-10.054138 11.57326,-8.600431 6.015751,1.241214 9.24753,8.822414 6.232018,14.102269 -2.769616,5.536748 -10.880373,7.099984 -15.505506,2.976515 -4.864393,-3.870308 -5.050974,-12.060578 -0.224597,-16.04446 4.575316,-4.259956 12.667493,-3.458359 16.17678,1.771651 3.80895,4.986067 2.422534,12.928076 -2.98489,16.19134 C 18.83607,60.791052 11.015878,59.227103 7.745554,53.82483 4.073662,48.48741 5.689263,40.416158 11.266632,37.042537 c 5.505428,-3.784787 13.828761,-2.11756 17.305945,3.635501 3.901854,5.673775 2.172224,14.2515 -3.750918,17.831693 C 19.260525,62.317493 10.959688,60.940083 7.026422,55.449838 2.83248,50.122863 3.440245,41.707002 8.57556,37.201902 c 5.113999,-4.890263 13.971988,-5.004077 19.06357,-0.0154 5.485683,4.948417 6.159129,14.226849 1.230226,19.794981 -4.793832,5.87194 -14.268338,7.014588 -20.228373,2.265378 C 2.264469,54.561726 0.716478,44.663639 5.510874,38.326026 c 4.638949,-6.658312 14.747644,-8.484394 21.367356,-3.741925 6.943491,4.580474 9.058149,14.892702 4.379458,21.796791 -4.509806,7.231865 -15.018202,9.646206 -22.208356,5.043756 -7.522829,-4.426155 -10.247414,-15.12259 -5.7334,-22.600306 4.329687,-7.816124 15.205716,-10.862146 22.971917,-6.449418 7.96379,4.150685 11.391467,14.890068 7.391869,22.912398 C 29.868774,63.65776 19.057936,67.678948 10.658608,64.02246 2.056799,60.628514 -2.577656,50.090481 0.426598,41.405945 3.118724,32.678099 12.923095,27.224564 21.782139,29.08272 c 8.714266,1.519526 15.278557,9.938154 15.167759,18.691695 0.21089,8.514533 -6.106135,16.450934 -14.313894,18.4971 C 14.514038,68.652416 5.15011,64.953633 0.895634,57.625429 -3.856667,50.107065 -2.819578,39.451315 3.603229,33.20866 10.34073,26.20139 22.24448,25.053527 30.046749,30.9535 38.432132,36.86629 41.137786,49.329185 35.819171,58.136192 30.709482,67.260839 18.348245,71.19508 8.88455,66.77652 -0.765119,62.639525 -5.956898,50.808382 -2.796187,40.857932 -0.023226,31.087582 10.326114,24.514791 20.329971,25.602598 29.892861,26.328142 38.109875,34.154427 39.771483,43.521972 41.736908,52.637894 37.17956,62.621059 29.009762,67.11528 20.609649,72.122662 9.022168,70.992831 1.982115,64.111296 -6.027249,56.751141 -7.771885,43.566581 -1.63707,34.511911 4.495996,24.82888 18.117434,21.02072 28.375069,26.147736 38.801504,30.967779 44.292627,43.907928 40.830785,54.802542 37.785762,65.471629 26.624431,72.740326 15.667763,71.815494 5.446409,71.27305 -3.644656,63.445025 -6.119946,53.58231 -8.92247,43.860185 -4.98883,32.678169 3.383683,26.958442 c 8.903096,-6.509618 22.098819,-6.347498 30.603741,0.789 9.43435,7.461299 12.381322,21.851982 6.419813,32.344931 C 34.571809,71.10276 20.256636,76.395216 8.623553,72.024532 -2.087777,68.312834 -9.307712,57.001931 -8.637065,45.747378 -8.31008,35.341121 -1.067145,25.716465 8.718892,22.266986 18.376544,18.495371 30.101898,20.963649 37.278284,28.479002 45.50753,36.70744 47.658333,50.353127 42.042169,60.604252 36.547576,71.223635 23.664019,77.118205 12.011791,74.70404 1.623111,72.794391 -6.971449,64.294867 -9.446729,54.091965 -12.164166,44.050584 -8.718564,32.650926 -0.741539,25.931955 8.125603,18.103718 21.966122,16.503896 32.238726,22.489513 43.173969,28.527234 49.014857,42.130599 46.184819,54.246468 43.910973,65.050114 34.807761,73.80318 24.08837,76.141804 17.630379,77.651323 10.668065,76.947994 4.695209,74.03875"
+ inkscape:connector-curvature="0"
+ id="path3650"
+ style="opacity:0.1;fill:none;stroke:url(#radialGradient5008);stroke-width:0.47875074;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ </g>
+ <g
+ transform="matrix(1.062807,-0.13087531,-0.74010065,3.227468,32.525111,-100.66774)"
+ id="g4027"
+ style="opacity:0.9;fill:#ffffff">
+ <path
+ d="m 108.8959,48 a 60.895905,60.895905 0 0 1 -6.54616,27.466658 L 48,48 z"
+ transform="matrix(0.99411049,-0.1083712,0.1083712,0.99411049,-5.1582185,5.4918915)"
+ id="path4029"
+ style="opacity:0.2;color:#000000;fill:url(#linearGradient4145-0);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ d="m 108.8959,48 a 60.895905,60.895905 0 0 1 -4.45721,22.86887 L 48,48 z"
+ transform="matrix(0.99786084,-0.06537382,0.06537382,0.99786084,-3.0940115,3.2415713)"
+ id="path4031"
+ style="opacity:0.4;color:#000000;fill:url(#linearGradient4137-7);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ d="m 108.8959,48 a 60.895905,60.895905 0 0 1 -3.12994,19.271878 L 48,48 z"
+ transform="matrix(0.99945136,-0.0331207,0.0331207,0.99945136,-1.5634586,1.6161281)"
+ id="path4033"
+ style="opacity:0.6;color:#000000;fill:url(#linearGradient4129-8);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ d="m 108.8959,48 a 60.895905,60.895905 0 0 1 -2.07497,15.76102 L 48,48 z"
+ id="path4035"
+ style="opacity:0.8;color:#000000;fill:url(#linearGradient4121-6);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ </g>
+ <g
+ transform="matrix(-0.61678932,0.78712829,-0.78712829,-0.61678932,115.00148,40.011929)"
+ id="g4079"
+ style="opacity:0.5">
+ <path
+ d="m 108.8959,48 a 60.895905,60.895905 0 0 1 -6.54616,27.466658 L 48,48 z"
+ transform="matrix(0.99411049,-0.1083712,0.1083712,0.99411049,-5.1582185,5.4918915)"
+ id="path4081"
+ style="opacity:0.05;color:#000000;fill:url(#linearGradient4089-7);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ d="m 108.8959,48 a 60.895905,60.895905 0 0 1 -4.45721,22.86887 L 48,48 z"
+ transform="matrix(0.99786084,-0.06537382,0.06537382,0.99786084,-3.0940115,3.2415713)"
+ id="path4083"
+ style="opacity:0.07000002;color:#000000;fill:url(#linearGradient4091-0);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ d="m 108.8959,48 a 60.895905,60.895905 0 0 1 -3.12994,19.271878 L 48,48 z"
+ transform="matrix(0.99945136,-0.0331207,0.0331207,0.99945136,-1.5634586,1.6161281)"
+ id="path4085"
+ style="opacity:0.1;color:#000000;fill:url(#linearGradient4093-5);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ d="m 108.8959,48 a 60.895905,60.895905 0 0 1 -2.07497,15.76102 L 48,48 z"
+ id="path4087"
+ style="opacity:0.1;color:#000000;fill:url(#linearGradient4095-8);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ </g>
+ <g
+ transform="matrix(-0.06817198,-1.0460056,2.710673,0.60162586,-79.095447,69.080129)"
+ id="g4097"
+ style="opacity:0.8">
+ <path
+ d="m 108.8959,48 a 60.895905,60.895905 0 0 1 -6.54616,27.466658 L 48,48 z"
+ transform="matrix(0.99411049,-0.1083712,0.1083712,0.99411049,-5.1582185,5.4918915)"
+ id="path4099"
+ style="opacity:0.05;color:#000000;fill:url(#linearGradient4107-8);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ d="m 108.8959,48 a 60.895905,60.895905 0 0 1 -4.45721,22.86887 L 48,48 z"
+ transform="matrix(0.99786084,-0.06537382,0.06537382,0.99786084,-3.0940115,3.2415713)"
+ id="path4101"
+ style="opacity:0.07000002;color:#000000;fill:url(#linearGradient4109-3);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ d="m 108.8959,48 a 60.895905,60.895905 0 0 1 -3.12994,19.271878 L 48,48 z"
+ transform="matrix(0.99945136,-0.0331207,0.0331207,0.99945136,-1.5634586,1.6161281)"
+ id="path4103"
+ style="opacity:0.1;color:#000000;fill:url(#linearGradient4111-3);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ d="m 108.8959,48 a 60.895905,60.895905 0 0 1 -2.07497,15.76102 L 48,48 z"
+ id="path4105"
+ style="opacity:0.1;color:#000000;fill:url(#linearGradient4113-5);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ </g>
+ <g
+ transform="matrix(-1.062807,0.1308753,0.74010064,-3.227468,62.996694,196.66774)"
+ id="g4147"
+ style="opacity:0.9;fill:#ffffff">
+ <path
+ d="m 108.8959,48 a 60.895905,60.895905 0 0 1 -6.54616,27.466658 L 48,48 z"
+ transform="matrix(0.99411049,-0.1083712,0.1083712,0.99411049,-5.1582185,5.4918915)"
+ id="path4149"
+ style="opacity:0.2;color:#000000;fill:url(#linearGradient4157-8);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ d="m 108.8959,48 a 60.895905,60.895905 0 0 1 -4.45721,22.86887 L 48,48 z"
+ transform="matrix(0.99786084,-0.06537382,0.06537382,0.99786084,-3.0940115,3.2415713)"
+ id="path4151"
+ style="opacity:0.4;color:#000000;fill:url(#linearGradient4159-8);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ d="m 108.8959,48 a 60.895905,60.895905 0 0 1 -3.12994,19.271878 L 48,48 z"
+ transform="matrix(0.99945136,-0.0331207,0.0331207,0.99945136,-1.5634586,1.6161281)"
+ id="path4153"
+ style="opacity:0.6;color:#000000;fill:url(#linearGradient4161-2);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ d="m 108.8959,48 a 60.895905,60.895905 0 0 1 -2.07497,15.76102 L 48,48 z"
+ id="path4155"
+ style="opacity:0.8;color:#000000;fill:url(#linearGradient4163-3);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ </g>
+ </g>
+ <path
+ d="M 120.78125,6.125 C 118.04223,6.6826484 116,9.0915 116,12 l 0,68 c 0,3.324 2.676,6 6,6 l 72,0 c 3.324,0 6,-2.676 6,-6 l 0,-68 c 0,-2.9085 -2.04223,-5.3173516 -4.78125,-5.875 2.20512,0.5362071 3.8125,2.4908437 3.8125,4.875 l 0,68 c 0,2.80489 -2.22636,5.03125 -5.03125,5.03125 l -72,0 c -2.80489,0 -5.03125,-2.22636 -5.03125,-5.03125 l 0,-68 c 0,-2.3841563 1.60738,-4.3387929 3.8125,-4.875 z"
+ inkscape:connector-curvature="0"
+ id="rect4359"
+ style="opacity:0.2;fill:url(#radialGradient4375);fill-opacity:1;fill-rule:nonzero;stroke:none" />
+ <path
+ d="M 12,86 C 8.676,86 6,83.324 6,80 L 6,12 C 6,8.676 8.676,6 12,6 l 72,0 c 3.324,0 6,2.676 6,6 l 0,68 c 0,3.324 -2.676,6 -6,6 z m 0,-0.96875 72,0 c 2.80489,0 5.03125,-2.22636 5.03125,-5.03125 l 0,-68 C 89.03125,9.19511 86.80489,6.96875 84,6.96875 l -72,0 C 9.1951102,6.96875 6.96875,9.19511 6.96875,12 l 0,68 c 0,2.80489 2.2263602,5.03125 5.03125,5.03125 z"
+ inkscape:connector-curvature="0"
+ id="rect4377"
+ style="opacity:0.4;fill:url(#linearGradient4390);fill-opacity:1;fill-rule:nonzero;stroke:none" />
+ <path
+ d="m 6,78 0,2 c 0,3.324 2.676,6 6,6 l 72,0 c 3.324,0 6,-2.676 6,-6 l 0,-2 c 0,3.324 -2.676,6 -6,6 L 12,84 C 8.676,84 6,81.324 6,78 z"
+ inkscape:connector-curvature="0"
+ id="rect4414"
+ style="opacity:0.1;fill:url(#linearGradient4429);fill-opacity:1;fill-rule:nonzero;stroke:none" />
+ <path
+ d="m 6,100 0,1 c 0,3.324 2.676,6 6,6 l 72,0 c 3.324,0 6,-2.676 6,-6 l 0,-1 c 0,3.324 -2.676,6 -6,6 l -72,0 c -3.324,0 -6,-2.676 -6,-6 z"
+ inkscape:connector-curvature="0"
+ id="path4412"
+ style="opacity:0.15;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+ </g>
+ <g
+ id="layer4"
+ style="display:inline">
+ <path
+ d="m 6,80 0,4 c 0,3.324 2.676,6 6,6 l 72,0 c 3.324,0 6,-2.676 6,-6 l 0,-4 c 0,3.324 -2.676,6 -6,6 L 12,86 C 8.676,86 6,83.324 6,80 z"
+ inkscape:connector-curvature="0"
+ id="path3888"
+ style="fill:url(#linearGradient3228);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
+ <path
+ d="m 6,82 0,2 c 0,3.324 2.676,6 6,6 l 72,0 c 3.324,0 6,-2.676 6,-6 l 0,-2 c 0,3.324 -2.676,6 -6,6 L 12,88 C 8.676,88 6,85.324 6,82 z"
+ inkscape:connector-curvature="0"
+ id="rect4345"
+ style="opacity:0.1;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.5;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ d="m 6,83 0,1 c 0,3.324 2.676,6 6,6 l 72,0 c 3.324,0 6,-2.676 6,-6 l 0,-1 c 0,3.324 -2.676,6 -6,6 L 12,89 C 8.676,89 6,86.324 6,83 z"
+ inkscape:connector-curvature="0"
+ id="rect4336"
+ style="opacity:0.15;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.5;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ </g>
+ <g
+ id="layer5"
+ style="display:none">
+ <rect
+ width="66"
+ height="62"
+ rx="12"
+ ry="12"
+ x="15"
+ y="15"
+ clip-path="url(#clipPath4355)"
+ id="rect3171"
+ style="opacity:0.1;fill:url(#linearGradient3613);fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;filter:url(#filter3794)" />
+ </g>
+ <g
+ id="layer6">
+ <path
+ d="m 78.03125,21.75 c -0.07587,0.284437 -0.227658,0.54455 -0.4375,0.75 l -12.1875,12.1875 0,1 L 77.59375,23.5 c 0.447494,-0.438127 0.599286,-1.14343 0.4375,-1.75 z m -34.0625,17.21875 c -0.161786,0.60657 -0.01,1.311873 0.4375,1.75 L 54.3125,50.625 c 0.330688,0.330415 0.782663,0.511205 1.25,0.5 0.448625,-0.0037 0.901269,-0.183008 1.21875,-0.5 l 8.125,-8.125 c 0.323621,-0.324123 0.503658,-0.76074 0.5,-1.21875 l 0,-1 c 0.0037,0.45801 -0.176379,0.894627 -0.5,1.21875 l -8.125,8.125 c -0.317481,0.316992 -0.770125,0.4963 -1.21875,0.5 -0.467337,0.0112 -0.919312,-0.169585 -1.25,-0.5 l -9.90625,-9.90625 c -0.209842,-0.20545 -0.361634,-0.465563 -0.4375,-0.75 z M 52,54.0625 c -0.07808,0.266628 -0.205257,0.521964 -0.40625,0.71875 L 43.5,62.90625 c -0.324123,0.323621 -0.79199,0.5037 -1.25,0.5 l -5.5625,0 -12.21875,12.1875 c -0.643577,0.657336 -1.825173,0.657336 -2.46875,0 L 18.40625,72 C 18.198304,71.796407 18.07638,71.527212 18,71.25 17.822728,71.855364 17.949907,72.553209 18.40625,73 L 22,76.59375 c 0.643577,0.657336 1.825173,0.657336 2.46875,0 l 12.21875,-12.1875 5.5625,0 c 0.45801,0.0037 0.925877,-0.176379 1.25,-0.5 l 8.09375,-8.125 C 52.04314,55.341266 52.165065,54.661581 52,54.0625 z"
+ inkscape:connector-curvature="0"
+ id="path3853"
+ style="opacity:0.6;fill:#ffffff;fill-opacity:1;stroke:none" />
+ <path
+ d="m 72.75,15.90625 c -0.458475,0 -0.896962,0.171332 -1.21875,0.5 L 59.3125,28.625 l -5.5625,0 c -0.45801,-0.0037 -0.925877,0.176379 -1.25,0.5 l -8.09375,8.09375 c -0.657336,0.643577 -0.657336,1.856423 0,2.5 L 54.3125,49.625 c 0.330688,0.330415 0.782663,0.511205 1.25,0.5 0.448625,-0.0037 0.901269,-0.183008 1.21875,-0.5 l 8.125,-8.125 c 0.323621,-0.324123 0.503658,-0.76074 0.5,-1.21875 l 0,-5.59375 L 77.59375,22.5 c 0.657336,-0.643577 0.657336,-1.856423 0,-2.5 L 74,16.40625 c -0.321788,-0.328668 -0.791525,-0.5 -1.25,-0.5 z M 40.4375,41.875 c -0.448625,0.0037 -0.901269,0.214258 -1.21875,0.53125 L 31.09375,50.5 c -0.323621,0.324123 -0.503658,0.79199 -0.5,1.25 l 0,5.5625 -12.1875,12.21875 c -0.657336,0.643577 -0.657336,1.825173 0,2.46875 L 22,75.59375 c 0.643577,0.657336 1.825173,0.657336 2.46875,0 l 12.21875,-12.1875 5.5625,0 c 0.45801,0.0037 0.925877,-0.176379 1.25,-0.5 l 8.09375,-8.125 c 0.657336,-0.643577 0.657336,-1.825173 0,-2.46875 L 41.6875,42.40625 c -0.330688,-0.330415 -0.782663,-0.542455 -1.25,-0.53125 z"
+ inkscape:connector-curvature="0"
+ id="path3804"
+ style="opacity:0.8;fill:url(#linearGradient3832);fill-opacity:1;stroke:none" />
+ <path
+ d="m 72.75,16.90625 c -0.458475,0 -0.896962,0.171332 -1.21875,0.5 L 59.3125,29.625 l -5.5625,0 c -0.45801,-0.0037 -0.925877,0.176379 -1.25,0.5 l -8.09375,8.09375 c -0.657336,0.643577 -0.657336,1.856423 0,2.5 L 54.3125,50.625 c 0.330688,0.330415 0.782663,0.511205 1.25,0.5 0.448625,-0.0037 0.901269,-0.183008 1.21875,-0.5 l 8.125,-8.125 c 0.323621,-0.324123 0.503658,-0.76074 0.5,-1.21875 l 0,-5.59375 L 77.59375,23.5 c 0.657336,-0.643577 0.657336,-1.856423 0,-2.5 L 74,17.40625 c -0.321788,-0.328668 -0.791525,-0.5 -1.25,-0.5 z M 40.4375,42.875 c -0.448625,0.0037 -0.901269,0.214258 -1.21875,0.53125 L 31.09375,51.5 c -0.323621,0.324123 -0.503658,0.79199 -0.5,1.25 l 0,5.5625 -12.1875,12.21875 c -0.657336,0.643577 -0.657336,1.825173 0,2.46875 L 22,76.59375 c 0.643577,0.657336 1.825173,0.657336 2.46875,0 l 12.21875,-12.1875 5.5625,0 c 0.45801,0.0037 0.925877,-0.176379 1.25,-0.5 l 8.09375,-8.125 c 0.657336,-0.643577 0.657336,-1.825173 0,-2.46875 L 41.6875,43.40625 c -0.330688,-0.330415 -0.782663,-0.542455 -1.25,-0.53125 z"
+ inkscape:connector-curvature="0"
+ clip-path="url(#clipPath3942)"
+ id="path3935"
+ style="opacity:0.4;fill:none;stroke:#000000;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;filter:url(#filter3946)" />
+ </g>
+</svg>
diff --git a/pic/memory.svg b/pic/memory.svg
new file mode 100644
index 0000000..bd822ef
--- /dev/null
+++ b/pic/memory.svg
@@ -0,0 +1,191 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg width="144pt" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 144 144" height="144pt">
+ <g stroke-width="0" fill="#fff">
+ <path d="m144 144h-144v-144h144v144z" fill="none"/>
+ <path opacity=".2" d="m143.13 99.64l-0.018-4.848-2.863-2.229s-2.715-2.174-3.678-2.945c-0.115-1.471-0.55-7.043-0.55-7.043l-0.235-3.461-5.27-4.076-11.354-8.451-1.643 0.558c-1.332-1.002-2.876-2.162-4.648-3.494l-0.123-1.813-5.269-4.076-11.355-8.451-1.618 0.55c-1.364-1.024-2.745-2.062-4.128-3.1l-0.127-1.867-5.27-4.076-11.355-8.451-1.639 0.557c-4.434-3.347-7.516-5.689-8.004-6.101-1.182-0.998-2.954-1.195-4.319-0.468l0.052-0.027c-1.23 0.618-12.945 5.394-22.358 9.23-14.737 6.007-19.142 7.82-19.938 8.258-1.21 0.667-1.961 1.93-1.958 3.313l0.038 14.949-4.259 2.067s0.329 18.254 0.358 19.923c-1.044 0.514-6.213 3.059-6.213 3.059l-0.326 5.436 11.341 11.096 9.795-4.847s0.586-1.089 0.645-1.198c0.087-0.139 1.384-2.225 1.384-2.225s0.693-4.377 1.338-8.443l0.364 0.33c0.1 5.517 0.24 13.291 0.259 14.354-1.044 0.514-6.214 3.059-6.214 3.059l-0.326 5.436 11.34 11.096 9.796-4.848s0.586-1.088 0.646-1.198c0.086-0.139 1.384-2.224 1.384-2.224s0.769-4.85 1.439-9.083l1.386 1.255c0.099 5.508 0.237 13.174 0.257 14.228-1.044 0.515-6.213 3.06-6.213 3.06l-0.327 5.436 11.341 11.094 9.794-4.846s0.586-1.089 0.646-1.199c0.087-0.139 1.384-2.224 1.384-2.224s0.755-4.767 1.422-8.974l7.496 6.787c1.178 1.066 2.953 1.271 4.358 0.529l45.428-23.983c1.245-0.657 1.981-1.915 1.976-3.322l-0.009-1.979 7.235 5.781 8.705-5.869zm-7.69-7.289l-1.607-1.286-0.168-2.156 0.168 2.156 1.607 1.286zm-2.31-11.688l-4.35-3.385-1.725-1.369v-0.001l1.723 1.368 4.352 3.387z" fill="#000030"/>
+ <g>
+ <g>
+ <linearGradient id="aigrd1" y2="93.892" gradientUnits="userSpaceOnUse" x2="125.84" gradientTransform="matrix(.9988 -.05 .05 .9988 4.8774 1.0598)" y1="93.892" x1="110.93">
+ <stop stop-color="#FFFFE1" offset="0"/>
+ <stop stop-color="#FFB800" offset="1"/>
+ </linearGradient>
+ <path d="m120.22 86.378l9.936 8.158 5.239-3.188-10.042-8.04-5.133 3.069z" fill="url(#aigrd1)"/>
+ <linearGradient id="aigrd2" y2="74.259" gradientUnits="userSpaceOnUse" x2="113.88" gradientTransform="matrix(1.0736 -.0537 .0541 1.082 2.6032 6.2865)" y1="74.259" x1="100.85">
+ <stop stop-color="#FFFFE1" offset="0"/>
+ <stop stop-color="#FFB800" offset="1"/>
+ </linearGradient>
+ <path d="m116.96 86.945l-0.744-1.843-2.153-20.509 14.126 11.214-0.32 17.209 1.854 4.127-12.762-10.198z" fill="url(#aigrd2)"/>
+ <path d="m107.4 67.259l14.082 11.236 6.8-2.682-14.231-11.07-6.65 2.516z"/>
+ <linearGradient id="aigrd3" y2="86.498" gradientUnits="userSpaceOnUse" x2="135.43" y1="86.498" x1="121.48">
+ <stop stop-color="#FFAE00" offset="0"/>
+ <stop stop-color="#4C1C00" offset="1"/>
+ </linearGradient>
+ <path d="m121.48 78.495l6.7-2.643 1.283 16.424 0.77 1.9 5.168-3.144 0.026 2.261-5.71 3.85-2.283-4.014-1.478-13.98-4.47 1.793-0.007-2.447z" fill="url(#aigrd3)"/>
+ <linearGradient id="aigrd4" y2="81.199" gradientUnits="userSpaceOnUse" x2="135.43" y1="81.199" x1="107.4">
+ <stop stop-color="#FFAE00" offset="0"/>
+ <stop stop-color="#4C1C00" offset="1"/>
+ </linearGradient>
+ <path d="m114.31 61.738l11.355 8.451 5.268 4.076 0.236 3.461s0.435 5.572 0.55 7.045c0.964 0.771 3.677 2.943 3.677 2.943l2.865 2.23 0.017 4.846-8.706 5.87-14.971-11.964-1.172-2.902s-0.956-9.102-1.156-11.014c-1.429-1.141-10.541-8.412-10.541-8.412l9.291-3.514 3.287-1.117zm21.09 29.295l-0.224 0.136-6.188-4.953-0.808-10.338v-0.026l0.098-0.038-4.354-3.386-9.868-7.834 0.019 0.173-0.028-0.022-6.65 2.516 7.575 6.044 1.238 11.799 0.744 1.843 12.762 10.198 5.71-3.85-0.026-2.261z" fill="url(#aigrd4)"/>
+ </g>
+ <g>
+ <linearGradient id="aigrd5" y2="75.485" gradientUnits="userSpaceOnUse" x2="103.69" gradientTransform="matrix(.9988 -.05 .05 .9988 4.8774 1.0598)" y1="75.485" x1="88.788">
+ <stop stop-color="#FFFFE1" offset="0"/>
+ <stop stop-color="#FFB800" offset="1"/>
+ </linearGradient>
+ <path d="m97.187 69.102l9.936 8.158 5.24-3.187-10.042-8.041-5.134 3.069z" fill="url(#aigrd5)"/>
+ <linearGradient id="aigrd6" y2="57.27" gradientUnits="userSpaceOnUse" x2="93.282" gradientTransform="matrix(1.0736 -.0537 .0541 1.082 2.6032 6.2865)" y1="57.27" x1="80.245">
+ <stop stop-color="#FFFFE1" offset="0"/>
+ <stop stop-color="#FFB800" offset="1"/>
+ </linearGradient>
+ <path d="m93.917 69.669l-0.745-1.843-2.152-20.509 14.125 11.214-0.319 17.208 1.854 4.128-12.753-10.198z" fill="url(#aigrd6)"/>
+ <path d="m84.359 49.983l14.082 11.236 6.8-2.681-14.23-11.07-6.651 2.515z"/>
+ <linearGradient id="aigrd7" y2="69.223" gradientUnits="userSpaceOnUse" x2="112.39" y1="69.223" x1="98.441">
+ <stop stop-color="#FFAE00" offset="0"/>
+ <stop stop-color="#4C1C00" offset="1"/>
+ </linearGradient>
+ <path d="m98.441 61.219l6.701-2.643 1.28 16.424 0.77 1.901 5.168-3.144 0.025 2.26-5.709 3.851-2.283-4.014-1.478-13.982-4.47 1.795-0.008-2.448z" fill="url(#aigrd7)"/>
+ <linearGradient id="aigrd8" y2="63.923" gradientUnits="userSpaceOnUse" x2="112.39" y1="63.923" x1="84.361">
+ <stop stop-color="#FFAE00" offset="0"/>
+ <stop stop-color="#4C1C00" offset="1"/>
+ </linearGradient>
+ <path d="m91.274 44.462l11.355 8.451 5.269 4.076 0.235 3.461s0.436 5.572 0.551 7.043c0.963 0.772 3.677 2.944 3.677 2.944l2.864 2.229 0.018 4.848-8.706 5.869-14.974-11.962-1.172-2.902s-0.956-9.103-1.156-11.015c-1.43-1.14-10.542-8.412-10.542-8.412l9.291-3.514 3.287-1.116zm21.086 29.296l-0.225 0.136-6.187-4.954-0.808-10.338v-0.026l0.097-0.038-4.353-3.386-9.868-7.834 0.019 0.173-0.028-0.022-6.651 2.515 7.575 6.044 1.238 11.799 0.745 1.843 12.762 10.199 5.709-3.851-0.025-2.26z" fill="url(#aigrd8)"/>
+ </g>
+ <g>
+ <linearGradient id="aigrd9" y2="57.44" gradientUnits="userSpaceOnUse" x2="82.073" gradientTransform="matrix(.9988 -.05 .05 .9988 4.8774 1.0598)" y1="57.44" x1="67.166">
+ <stop stop-color="#FFFFE1" offset="0"/>
+ <stop stop-color="#FFB800" offset="1"/>
+ </linearGradient>
+ <path d="m74.689 52.158l9.936 8.158 5.24-3.188-10.042-8.04-5.134 3.069z" fill="url(#aigrd9)"/>
+ <linearGradient id="aigrd10" y2="40.611" gradientUnits="userSpaceOnUse" x2="73.166" gradientTransform="matrix(1.0736 -.0537 .0541 1.082 2.6032 6.2865)" y1="40.611" x1="60.129">
+ <stop stop-color="#FFFFE1" offset="0"/>
+ <stop stop-color="#FFB800" offset="1"/>
+ </linearGradient>
+ <path d="m71.419 52.726l-0.744-1.843-2.152-20.509 14.125 11.214-0.32 17.208 1.854 4.127-12.763-10.197z" fill="url(#aigrd10)"/>
+ <path d="m61.861 33.04l14.082 11.235 6.8-2.681-14.23-11.07-6.651 2.516z"/>
+ <linearGradient id="aigrd11" y2="52.278" gradientUnits="userSpaceOnUse" x2="89.891" y1="52.278" x1="75.943">
+ <stop stop-color="#FFAE00" offset="0"/>
+ <stop stop-color="#4C1C00" offset="1"/>
+ </linearGradient>
+ <path d="m75.943 44.275l6.701-2.642 1.283 16.424 0.77 1.901 5.168-3.144 0.026 2.26-5.71 3.85-2.283-4.013-1.478-13.982-4.47 1.794-0.008-2.448z" fill="url(#aigrd11)"/>
+ <linearGradient id="aigrd12" y2="46.98" gradientUnits="userSpaceOnUse" x2="89.894" y1="46.98" x1="61.862">
+ <stop stop-color="#FFAE00" offset="0"/>
+ <stop stop-color="#4C1C00" offset="1"/>
+ </linearGradient>
+ <path d="m68.776 27.519l11.355 8.451 5.269 4.076 0.236 3.461s0.435 5.572 0.549 7.044c0.965 0.771 3.678 2.944 3.678 2.944l2.864 2.229 0.018 4.846-8.706 5.87-14.972-11.963-1.171-2.902s-0.956-9.103-1.156-11.015c-1.429-1.14-10.542-8.411-10.542-8.411l9.292-3.514 3.287-1.117zm21.089 29.294l-0.225 0.137-6.186-4.954-0.809-10.338v-0.026l0.097-0.038-4.353-3.386-9.868-7.834 0.018 0.173-0.028-0.022-6.651 2.516 7.575 6.044 1.239 11.799 0.744 1.843 12.762 10.198 5.71-3.85-0.026-2.26z" fill="url(#aigrd12)"/>
+ </g>
+ </g>
+ <path d="m14.394 42.281c0 1.741 0.064 24.125 0.064 25.429 0.96 0.876 57.135 51.722 58.678 53.132 1.836-1.001 43.896-23.151 45.43-23.984 0-1.752-0.104-24.117-0.104-25.428-0.97-0.877-60.272-45.204-61.821-46.612-1.831 1.01-40.727 16.625-42.246 17.463z"/>
+ <linearGradient id="aigrd13" y2="122.72" gradientUnits="userSpaceOnUse" x2="59.021" y1="122.72" x1="59.021">
+ <stop stop-color="#FFFFE1" offset="0"/>
+ <stop stop-color="#FFB800" offset="1"/>
+ </linearGradient>
+ <path d="m59.021 122.72" fill="url(#aigrd13)"/>
+ <path stroke-width="1" d="m20.399 54.962" stroke="#000"/>
+ <path stroke-width="1" d="m71.144 99.011" stroke="#000"/>
+ <path stroke-width="1" d="m117.31 71.981" stroke="#000"/>
+ <path stroke-width="1" d="m66.882 26.915" stroke="#000"/>
+ <linearGradient id="aigrd14" y2="114.79" gradientUnits="userSpaceOnUse" x2="119.89" y1="-14.248" x1="-46.78">
+ <stop stop-color="#fff" offset="0"/>
+ <stop stop-color="#36364C" offset="1"/>
+ </linearGradient>
+ <path d="m59.132 21.975c1.323 1.115 21.635 16.364 36.467 27.499 20.898 15.688 24.934 18.731 25.399 19.152 0.788 0.713 1.239 1.741 1.245 2.804l0.104 25.428c0.006 1.407-0.73 2.664-1.975 3.322l-45.428 23.982c-1.405 0.742-3.181 0.538-4.359-0.529l-58.677-53.13c-0.789-0.714-1.229-1.728-1.232-2.793l-0.064-25.429c-0.004-1.382 0.747-2.646 1.958-3.313 0.795-0.438 5.201-2.251 19.938-8.258 9.413-3.836 21.127-8.612 22.358-9.23l-0.052 0.028c1.365-0.728 3.137-0.53 4.319 0.468zm-44.738 20.306c0 0.141 0.064 22.524 0.064 25.429 0.96 0.876 57.135 51.722 58.678 53.132 1.836-1.001 43.896-23.151 45.43-23.984 0-1.752-0.104-24.117-0.104-25.428-0.97-0.877-60.272-45.204-61.821-46.612-1.831 1.01-40.727 16.625-42.246 17.463z" fill="url(#aigrd14)"/>
+ <linearGradient id="aigrd15" y2="106.86" gradientUnits="userSpaceOnUse" x2="67.66" y1="88.609" x1="115.06">
+ <stop stop-color="#fff" offset="0"/>
+ <stop stop-color="#4B4B73" offset="1"/>
+ </linearGradient>
+ <path d="m75.171 99.623l-0.035 18.689 41.854-21.761v-23.014l-12.977 6.604-0.022 7.913-13.865 7.328 0.008-8.178-12.666 6.443s-1.465 1.039-1.896 2.812c-0.43 1.774-0.398 3.166-0.398 3.166z" fill="url(#aigrd15)"/>
+ <linearGradient id="aigrd16" y2="118.63" gradientUnits="userSpaceOnUse" x2="69.04" y1="36.283" x1="66.248">
+ <stop stop-color="#fff" offset="0"/>
+ <stop stop-color="#4B4B73" offset="1"/>
+ </linearGradient>
+ <path d="m56.64 26.086l60.35 45.716-13.322 7.138s-7.119-5.336-8.018-5.971c-0.898-0.634-5.568-4.916-12.281-1.365-5.288 3.07-1.023 7.506-1.023 7.506l7.506 6.652-12.398 6.279s-2.023 0.68-3.316 0.563c-1.295-0.121-2.875-1.428-2.875-1.428l-54.337-48.472 39.712-16.618z" fill="url(#aigrd16)"/>
+ <linearGradient id="aigrd17" y2="71.006" gradientUnits="userSpaceOnUse" x2="90.117" y1="91.38" x1="96.926">
+ <stop stop-color="#fff" offset="0"/>
+ <stop stop-color="#DCDCE4" offset=".1023"/>
+ <stop stop-color="#B0B0C2" offset=".2513"/>
+ <stop stop-color="#8C8CA5" offset=".4021"/>
+ <stop stop-color="#6F6F8F" offset=".5524"/>
+ <stop stop-color="#5B5B80" offset=".7024"/>
+ <stop stop-color="#4F4F76" offset=".8517"/>
+ <stop stop-color="#4B4B73" offset="1"/>
+ </linearGradient>
+ <path d="m84.32 73.239h-0.002c-1.023 0.596-1.592 1.24-1.689 1.92-0.012 0.08-0.018 0.162-0.018 0.246 0 0.825 0.544 1.754 1.052 2.346 0.132 0.115 8.528 7.498 8.528 7.498s0.034 4.709 0.049 6.708c2.043-1.079 9.098-4.808 9.908-5.235 0.001-0.908 0.008-5.78 0.01-6.549-0.693-0.516-7.709-5.741-7.709-5.741-0.029-0.043-0.412-0.315-0.412-0.315-1.625-1.176-5.004-3.624-9.717-0.877z" fill="url(#aigrd17)"/>
+ <linearGradient id="aigrd18" y2="136.01" gradientUnits="userSpaceOnUse" x2="81.652" y1="47.14" x1="20.673">
+ <stop stop-color="#fff" offset="0"/>
+ <stop stop-color="#4B4B73" offset="1"/>
+ </linearGradient>
+ <path d="m72.562 98.98l0.035 18.69-56.936-51.308v-22.391l54.684 49.032s1.416 1.037 1.832 2.811c0.416 1.775 0.386 3.167 0.386 3.167z" fill="url(#aigrd18)"/>
+ <linearGradient id="aigrd19" y2="106.56" gradientUnits="userSpaceOnUse" x2="85.87" y1="20.898" x1="85.87">
+ <stop stop-color="#fff" offset="0"/>
+ <stop stop-color="#4B4B73" offset="1"/>
+ </linearGradient>
+ <path d="m66.252 56.538c15.441-10.4-10.114-24.625-9.612-29.043l58.459 44.485-11.09 5.595-8.359-6.312s-6.068-4.599-13.135-0.853c-6.994 3.924-1.535 9.723-1.535 9.723l6.652 5.629-12.725 6.156s-25.187-24.247-8.655-35.381z" fill="url(#aigrd19)"/>
+ <g>
+ <g>
+ <linearGradient id="aigrd20" y2="111.81" gradientUnits="userSpaceOnUse" x2="69.8" y1="111.81" x1="38.503">
+ <stop stop-color="#FFAE00" offset="0"/>
+ <stop stop-color="#4C1C00" offset="1"/>
+ </linearGradient>
+ <path d="m55.067 89.538l14.733 13.502-0.22 5.152s-5.348 2.645-5.553 2.746c-0.378 2.389-2.358 14.881-2.358 14.881s-1.297 2.084-1.384 2.223c-0.06 0.111-0.646 1.199-0.646 1.199l-9.795 4.848-11.341-11.096 0.327-5.436 6.213-3.059c-0.031-1.668-0.359-19.924-0.359-19.924l8.649-4.197 1.734-0.842zm-0.496 3.394l12.339 11.308-0.092 2.155c-2.143 1.061-4.635 2.293-5.363 2.653-0.271 1.71-2.498 15.761-2.498 15.761l-1.128 1.813-0.259 0.481-7.181 3.554-8.977-8.783 0.152-2.498s4.651-2.296 5.401-2.66c0.142-0.203 0.93-1.344 0.93-1.344l-0.343-19.034 7.019-3.406z" fill="url(#aigrd20)"/>
+ <linearGradient id="aigrd21" y2="107.92" gradientUnits="userSpaceOnUse" x2="83.903" gradientTransform="matrix(.9993 .037 -.037 .9993 -1.43 1.8062)" y1="107.92" x1="53.175">
+ <stop stop-color="#FFAE00" offset="0"/>
+ <stop stop-color="#4C1C00" offset="1"/>
+ </linearGradient>
+ <path d="m47.552 96.338l0.343 19.034s-0.789 1.141-0.93 1.344c-0.75 0.364-5.401 2.66-5.401 2.66l-0.152 2.498 8.977 8.783 7.181-3.554 0.259-0.481 1.128-1.813 2.498-15.761c0.728-0.36 3.221-1.593 5.363-2.653l0.092-2.155-12.339-11.308-7.019 3.406z" fill="url(#aigrd21)"/>
+ <path d="m47.552 96.338l12.188 11.45 7.17-3.548-12.339-11.308-7.019 3.406z"/>
+ <linearGradient id="aigrd22" y2="107.14" gradientUnits="userSpaceOnUse" x2="65.05" gradientTransform="matrix(.9993 .037 -.037 .9993 -1.43 1.8062)" y1="107.14" x1="52.447">
+ <stop stop-color="#FFFFE1" offset="0"/>
+ <stop stop-color="#FFB800" offset="1"/>
+ </linearGradient>
+ <path d="m46.922 116.77l0.973-1.402-0.343-19.034 12.188 11.45-2.591 16.348-0.939 1.51-9.288-8.871z" fill="url(#aigrd22)"/>
+ <linearGradient id="aigrd23" y2="118.82" gradientUnits="userSpaceOnUse" x2="62.183" gradientTransform="matrix(.9993 .037 -.037 .9993 -1.43 1.8062)" y1="118.82" x1="47.275">
+ <stop stop-color="#FFFFE1" offset="0"/>
+ <stop stop-color="#FFB800" offset="1"/>
+ </linearGradient>
+ <path d="m41.524 119.38l9.189 8.991 5.497-2.721-9.305-8.882-5.38 2.611z" fill="url(#aigrd23)"/>
+ <linearGradient id="aigrd24" y2="94.095" gradientUnits="userSpaceOnUse" x2="50.093" y1="94.095" x1="18.796">
+ <stop stop-color="#FFAE00" offset="0"/>
+ <stop stop-color="#4C1C00" offset="1"/>
+ </linearGradient>
+ <path d="m35.36 71.819l14.733 13.503-0.22 5.151s-5.348 2.646-5.553 2.747c-0.378 2.388-2.358 14.88-2.358 14.88s-1.297 2.086-1.384 2.225c-0.06 0.109-0.645 1.198-0.645 1.198l-9.796 4.847-11.34-11.095 0.326-5.436s5.169-2.546 6.213-3.06c-0.03-1.668-0.359-19.923-0.359-19.923l8.649-4.197 1.734-0.841zm-0.496 3.393l12.339 11.309-0.093 2.154c-2.142 1.061-4.635 2.294-5.363 2.654-0.271 1.709-2.498 15.76-2.498 15.76l-1.128 1.813-0.259 0.48-7.181 3.554-8.977-8.783 0.151-2.498s4.651-2.295 5.401-2.66c0.142-0.203 0.93-1.344 0.93-1.344l-0.342-19.033 7.018-3.406z" fill="url(#aigrd24)"/>
+ <linearGradient id="aigrd25" y2="90.94" gradientUnits="userSpaceOnUse" x2="63.554" gradientTransform="matrix(.9993 .037 -.037 .9993 -1.43 1.8062)" y1="90.94" x1="32.826">
+ <stop stop-color="#FFAE00" offset="0"/>
+ <stop stop-color="#4C1C00" offset="1"/>
+ </linearGradient>
+ <path d="m27.846 78.618l0.342 19.033s-0.788 1.141-0.93 1.344c-0.75 0.365-5.401 2.66-5.401 2.66l-0.151 2.498 8.977 8.783 7.181-3.554 0.259-0.48 1.128-1.813s2.227-14.051 2.498-15.76c0.728-0.36 3.221-1.594 5.363-2.654l0.093-2.154-12.341-11.32-7.018 3.406z" fill="url(#aigrd25)"/>
+ <path d="m27.846 78.618l12.187 11.449 7.17-3.547-12.339-11.308-7.018 3.406z"/>
+ <linearGradient id="aigrd26" y2="90.161" gradientUnits="userSpaceOnUse" x2="44.701" gradientTransform="matrix(.9993 .037 -.037 .9993 -1.43 1.8062)" y1="90.161" x1="32.098">
+ <stop stop-color="#FFFFE1" offset="0"/>
+ <stop stop-color="#FFB800" offset="1"/>
+ </linearGradient>
+ <path d="m27.214 99.055l0.973-1.403-0.342-19.033 12.187 11.449-2.591 16.348-0.939 1.511-9.288-8.871z" fill="url(#aigrd26)"/>
+ <linearGradient id="aigrd27" y2="101.84" gradientUnits="userSpaceOnUse" x2="41.834" gradientTransform="matrix(.9993 .037 -.037 .9993 -1.43 1.8062)" y1="101.84" x1="26.926">
+ <stop stop-color="#FFFFE1" offset="0"/>
+ <stop stop-color="#FFB800" offset="1"/>
+ </linearGradient>
+ <path d="m21.817 101.65l9.189 8.991 5.497-2.72-9.306-8.882-5.38 2.61z" fill="url(#aigrd27)"/>
+ <linearGradient id="aigrd28" y2="76.534" gradientUnits="userSpaceOnUse" x2="31.506" y1="76.534" x1=".209">
+ <stop stop-color="#FFAE00" offset="0"/>
+ <stop stop-color="#4C1C00" offset="1"/>
+ </linearGradient>
+ <path d="m16.773 54.258l14.733 13.503-0.22 5.151s-5.348 2.646-5.553 2.748c-0.379 2.388-2.358 14.879-2.358 14.879s-1.297 2.086-1.384 2.225c-0.059 0.109-0.646 1.199-0.646 1.199l-9.795 4.847-11.341-11.094 0.326-5.436s5.169-2.546 6.214-3.06c-0.03-1.668-0.359-19.923-0.359-19.923l8.648-4.197 1.734-0.842zm-0.496 3.393l12.339 11.309-0.092 2.155c-2.142 1.06-4.635 2.294-5.363 2.653-0.271 1.709-2.498 15.761-2.498 15.761l-1.128 1.813-0.259 0.481-7.181 3.553-8.977-8.783 0.151-2.498s4.651-2.296 5.401-2.659c0.142-0.204 0.93-1.345 0.93-1.345l-0.341-19.034 7.018-3.406z" fill="url(#aigrd28)"/>
+ </g>
+ <linearGradient id="aigrd29" y2="74.08" gradientUnits="userSpaceOnUse" x2="44.329" gradientTransform="matrix(.9993 .037 -.037 .9993 -1.43 1.8062)" y1="74.08" x1="13.602">
+ <stop stop-color="#FFAE00" offset="0"/>
+ <stop stop-color="#4C1C00" offset="1"/>
+ </linearGradient>
+ <path d="m9.259 61.057l0.342 19.034s-0.789 1.141-0.93 1.345c-0.75 0.363-5.401 2.659-5.401 2.659l-0.151 2.498 8.977 8.783 7.181-3.553 0.259-0.481 1.128-1.813s2.226-14.052 2.498-15.761c0.728-0.359 3.222-1.593 5.363-2.653l0.092-2.155-12.34-11.309-7.018 3.406z" fill="url(#aigrd29)"/>
+ <path d="m9.259 61.057l12.188 11.449 7.17-3.546-12.34-11.309-7.018 3.406z"/>
+ <linearGradient id="aigrd30" y2="73.301" gradientUnits="userSpaceOnUse" x2="25.477" gradientTransform="matrix(.9993 .037 -.037 .9993 -1.43 1.8062)" y1="73.301" x1="12.874">
+ <stop stop-color="#FFFFE1" offset="0"/>
+ <stop stop-color="#FFB800" offset="1"/>
+ </linearGradient>
+ <path d="m8.628 81.495l0.973-1.404-0.342-19.034 12.188 11.449-2.591 16.349-0.94 1.511-9.288-8.871z" fill="url(#aigrd30)"/>
+ <linearGradient id="aigrd31" y2="84.978" gradientUnits="userSpaceOnUse" x2="22.609" gradientTransform="matrix(.9993 .037 -.037 .9993 -1.43 1.8062)" y1="84.978" x1="7.7017">
+ <stop stop-color="#FFFFE1" offset="0"/>
+ <stop stop-color="#FFB800" offset="1"/>
+ </linearGradient>
+ <path d="m3.23 84.095l9.189 8.99 5.496-2.719-9.305-8.883-5.38 2.611z" fill="url(#aigrd31)"/>
+ </g>
+ </g>
+</svg> \ No newline at end of file
diff --git a/pic/wlan.svg b/pic/wlan.svg
new file mode 100644
index 0000000..1882c75
--- /dev/null
+++ b/pic/wlan.svg
@@ -0,0 +1,861 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ 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:xlink="http://www.w3.org/1999/xlink"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ version="1.0"
+ width="96"
+ height="96"
+ id="svg2408">
+ <defs
+ id="defs2410">
+ <linearGradient
+ id="linearGradient4384">
+ <stop
+ id="stop4386"
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop4388"
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4367">
+ <stop
+ id="stop4369"
+ style="stop-color:#ffffff;stop-opacity:0.71755725"
+ offset="0" />
+ <stop
+ id="stop4371"
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="45.447727"
+ y1="92.539597"
+ x2="45.447727"
+ y2="7.0165396"
+ id="ButtonShadow"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(1.0058652,0.994169)">
+ <stop
+ id="stop3750"
+ style="stop-color:#000000;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop3752"
+ style="stop-color:#000000;stop-opacity:0.58823532"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3737">
+ <stop
+ id="stop3739"
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop3741"
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <filter
+ color-interpolation-filters="sRGB"
+ id="filter3174">
+ <feGaussianBlur
+ id="feGaussianBlur3176"
+ stdDeviation="1.71" />
+ </filter>
+ <filter
+ x="-0.192"
+ y="-0.192"
+ width="1.3839999"
+ height="1.3839999"
+ color-interpolation-filters="sRGB"
+ id="filter3794">
+ <feGaussianBlur
+ id="feGaussianBlur3796"
+ stdDeviation="5.28" />
+ </filter>
+ <linearGradient
+ x1="48"
+ y1="20.220806"
+ x2="48"
+ y2="138.66119"
+ id="linearGradient3613"
+ xlink:href="#linearGradient3737"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="45.447727"
+ y1="92.539597"
+ x2="45.447727"
+ y2="7.0165396"
+ id="ButtonShadow-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0058652,0,0,0.994169,100,0)">
+ <stop
+ id="stop3750-8"
+ style="stop-color:#000000;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop3752-5"
+ style="stop-color:#000000;stop-opacity:0.58823532"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="32.251034"
+ y1="6.1317081"
+ x2="32.251034"
+ y2="90.238609"
+ id="linearGradient3780"
+ xlink:href="#ButtonShadow-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
+ <linearGradient
+ x1="32.251034"
+ y1="6.1317081"
+ x2="32.251034"
+ y2="90.238609"
+ id="linearGradient3772"
+ xlink:href="#ButtonShadow-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
+ <linearGradient
+ x1="32.251034"
+ y1="6.1317081"
+ x2="32.251034"
+ y2="90.238609"
+ id="linearGradient3725"
+ xlink:href="#ButtonShadow-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
+ <linearGradient
+ x1="32.251034"
+ y1="6.1317081"
+ x2="32.251034"
+ y2="90.238609"
+ id="linearGradient3721"
+ xlink:href="#ButtonShadow-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,-97)" />
+ <linearGradient
+ x1="32.251034"
+ y1="6.1317081"
+ x2="32.251034"
+ y2="90.238609"
+ id="linearGradient3026"
+ xlink:href="#ButtonShadow-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
+ <clipPath
+ id="clipPath4355">
+ <rect
+ width="84"
+ height="80"
+ rx="6"
+ ry="6"
+ x="6"
+ y="6"
+ id="rect4357"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+ </clipPath>
+ <radialGradient
+ cx="48"
+ cy="87.792389"
+ r="42"
+ fx="48"
+ fy="87.792389"
+ id="radialGradient4375"
+ xlink:href="#linearGradient4367"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,-6.7114942e-8,8.4282233e-8,1.2557894,109.99999,-24.505592)" />
+ <linearGradient
+ x1="48"
+ y1="88"
+ x2="48"
+ y2="-40"
+ id="linearGradient4390"
+ xlink:href="#linearGradient4384"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,-1,0,92)" />
+ <linearGradient
+ x1="48"
+ y1="82"
+ x2="112.12357"
+ y2="82.454597"
+ id="linearGradient4429"
+ xlink:href="#linearGradient4384"
+ gradientUnits="userSpaceOnUse"
+ spreadMethod="reflect" />
+ <linearGradient
+ id="linearGradient3892">
+ <stop
+ id="stop3894"
+ style="stop-color:#000000;stop-opacity:0.58823532"
+ offset="0" />
+ <stop
+ id="stop3896"
+ style="stop-color:#000000;stop-opacity:0.47058824"
+ offset="0.11780351" />
+ <stop
+ id="stop3898"
+ style="stop-color:#000000;stop-opacity:0.39215687"
+ offset="0.23809524" />
+ <stop
+ id="stop3900"
+ style="stop-color:#000000;stop-opacity:0.3137255"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="90"
+ y1="88"
+ x2="48"
+ y2="88"
+ id="linearGradient3228"
+ xlink:href="#linearGradient3892"
+ gradientUnits="userSpaceOnUse"
+ spreadMethod="reflect" />
+ <linearGradient
+ id="linearGradient4081">
+ <stop
+ id="stop4083"
+ style="stop-color:#8c8c8c;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop4085"
+ style="stop-color:#dcdcdc;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="48"
+ y1="90"
+ x2="48"
+ y2="5.9877172"
+ id="linearGradient3161"
+ xlink:href="#linearGradient4081"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="48.233639"
+ y1="48.047016"
+ x2="126.13924"
+ y2="66.232674"
+ id="linearGradient4077-0"
+ xlink:href="#linearGradient4071-3"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient4071-3">
+ <stop
+ id="stop4073-8"
+ style="stop-color:#000000;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop4075-4"
+ style="stop-color:#000000;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="48.055065"
+ y1="48.031517"
+ x2="126.67282"
+ y2="62.838562"
+ id="linearGradient4069-9"
+ xlink:href="#linearGradient4047-2"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient4047-2">
+ <stop
+ id="stop4049-0"
+ style="stop-color:#000000;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop4051-5"
+ style="stop-color:#000000;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="47.997307"
+ y1="48.028725"
+ x2="127.05216"
+ y2="60.289631"
+ id="linearGradient4061-6"
+ xlink:href="#linearGradient4047-2"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="47.99826"
+ y1="48.028797"
+ x2="127.41583"
+ y2="57.664623"
+ id="linearGradient4053-2"
+ xlink:href="#linearGradient4047-2"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ cx="48.410488"
+ cy="47.59774"
+ r="30.640047"
+ fx="48.410488"
+ fy="47.59774"
+ id="radialGradient3814-9"
+ xlink:href="#linearGradient3796-9"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.98495914,-30,0.71591078)" />
+ <linearGradient
+ id="linearGradient3796-9">
+ <stop
+ id="stop3798-4"
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="0" />
+ <stop
+ id="stop3800-9"
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <radialGradient
+ cx="48.265148"
+ cy="47.886696"
+ r="28.878813"
+ fx="48.265148"
+ fy="47.886696"
+ id="radialGradient5008"
+ xlink:href="#linearGradient3780-6-5"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.013812,-30,-0.66140908)" />
+ <linearGradient
+ id="linearGradient3780-6-5">
+ <stop
+ id="stop3782-4"
+ style="stop-color:#000000;stop-opacity:0"
+ offset="0" />
+ <stop
+ id="stop3784-9"
+ style="stop-color:#000000;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="48.233643"
+ y1="48.04702"
+ x2="126.13924"
+ y2="66.232674"
+ id="linearGradient4145-0"
+ xlink:href="#linearGradient4115-2"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient4115-2">
+ <stop
+ id="stop4117-3"
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop4119-6"
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="48.055069"
+ y1="48.031521"
+ x2="126.67282"
+ y2="62.838566"
+ id="linearGradient4137-7"
+ xlink:href="#linearGradient4115-2"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="47.997311"
+ y1="48.028728"
+ x2="127.05216"
+ y2="60.289635"
+ id="linearGradient4129-8"
+ xlink:href="#linearGradient4115-2"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="47.998264"
+ y1="48.028801"
+ x2="127.41583"
+ y2="57.664627"
+ id="linearGradient4121-6"
+ xlink:href="#linearGradient4115-2"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="48.233639"
+ y1="48.047016"
+ x2="126.13924"
+ y2="66.232674"
+ id="linearGradient4089-7"
+ xlink:href="#linearGradient4071-3"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="48.055065"
+ y1="48.031517"
+ x2="126.67282"
+ y2="62.838562"
+ id="linearGradient4091-0"
+ xlink:href="#linearGradient4047-2"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="47.997307"
+ y1="48.028725"
+ x2="127.05216"
+ y2="60.289631"
+ id="linearGradient4093-5"
+ xlink:href="#linearGradient4047-2"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="47.99826"
+ y1="48.028797"
+ x2="127.41583"
+ y2="57.664623"
+ id="linearGradient4095-8"
+ xlink:href="#linearGradient4047-2"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="48.233639"
+ y1="48.047016"
+ x2="126.13924"
+ y2="66.232674"
+ id="linearGradient4107-8"
+ xlink:href="#linearGradient4071-3"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="48.055065"
+ y1="48.031517"
+ x2="126.67282"
+ y2="62.838562"
+ id="linearGradient4109-3"
+ xlink:href="#linearGradient4047-2"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="47.997307"
+ y1="48.028725"
+ x2="127.05216"
+ y2="60.289631"
+ id="linearGradient4111-3"
+ xlink:href="#linearGradient4047-2"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="47.99826"
+ y1="48.028797"
+ x2="127.41583"
+ y2="57.664623"
+ id="linearGradient4113-5"
+ xlink:href="#linearGradient4047-2"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="48.233643"
+ y1="48.04702"
+ x2="126.13924"
+ y2="66.232674"
+ id="linearGradient4157-8"
+ xlink:href="#linearGradient4115-2"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="48.055069"
+ y1="48.031521"
+ x2="126.67282"
+ y2="62.838566"
+ id="linearGradient4159-8"
+ xlink:href="#linearGradient4115-2"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="47.997311"
+ y1="48.028728"
+ x2="127.05216"
+ y2="60.289635"
+ id="linearGradient4161-2"
+ xlink:href="#linearGradient4115-2"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="47.998264"
+ y1="48.028801"
+ x2="127.41583"
+ y2="57.664627"
+ id="linearGradient4163-3"
+ xlink:href="#linearGradient4115-2"
+ gradientUnits="userSpaceOnUse" />
+ <clipPath
+ id="clipPath4311">
+ <rect
+ width="84"
+ height="80"
+ rx="6"
+ ry="6"
+ x="6"
+ y="8"
+ id="rect4313"
+ style="fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+ </clipPath>
+ <clipPath
+ id="clipPath3984">
+ <path
+ d="m 48,23.9375 c -11.129309,0 -21.279077,4.158995 -29,11 L 23.59375,40.5 C 30.067609,34.678175 38.608602,31.125 48,31.125 c 9.352132,0 17.879606,3.502692 24.34375,9.28125 L 76.90625,34.875 C 69.195817,28.078449 59.088783,23.9375 48,23.9375 z m 0,11.9375 c -8.245651,0 -15.777512,3.060491 -21.5,8.125 l 4.53125,5.46875 c 4.48971,-4.039617 10.4572,-6.5 16.96875,-6.5 6.488637,0 12.45319,2.423229 16.9375,6.4375 l 4.5,-5.46875 C 63.723072,38.907524 56.214275,35.875 48,35.875 z M 46.90625,48 c -4.909389,0.248835 -9.332034,2.197421 -12.78125,5.25 l 4.4375,5.34375 C 41.057955,56.327835 44.363969,54.9375 48,54.9375 c 3.620158,0 6.914617,1.376632 9.40625,3.625 L 61.8125,53.21875 C 58.11696,49.977947 53.306065,48 48,48 47.637481,48 47.264249,47.98186 46.90625,48 z M 48,60.15625 c -2.394145,0 -4.579044,0.861492 -6.28125,2.28125 L 48,70 54.25,62.40625 c -1.697086,-1.402531 -3.871992,-2.25 -6.25,-2.25 z"
+ inkscape:connector-curvature="0"
+ id="path3986"
+ style="opacity:0.8;color:#000000;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ </clipPath>
+ <filter
+ color-interpolation-filters="sRGB"
+ id="filter3988">
+ <feGaussianBlur
+ id="feGaussianBlur3990"
+ stdDeviation="0.77976563" />
+ </filter>
+ <linearGradient
+ id="linearGradient4281-6-3">
+ <stop
+ id="stop4283-9-4"
+ style="stop-color:#1e1e1e;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop4285-8-1"
+ style="stop-color:#505050;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="55.215981"
+ y1="23.784462"
+ x2="55.215981"
+ y2="70.177101"
+ id="linearGradient4101"
+ xlink:href="#linearGradient4281-6-3"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-110,0)" />
+ <linearGradient
+ x1="53.967808"
+ y1="21.067192"
+ x2="53.967808"
+ y2="71.71994"
+ id="linearGradient4110"
+ xlink:href="#linearGradient4281-6-3"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,1)" />
+ <clipPath
+ id="clipPath4133">
+ <path
+ d="M 48,22 C 35.83628,22 24.693685,26.368769 16.03125,33.59375 l 5.25,6.34375 C 28.521081,33.886691 37.826328,30.25 48,30.25 c 10.189415,0 19.50539,3.651146 26.75,9.71875 l 5.28125,-6.3125 C 71.359156,26.397381 60.195491,22 48,22 z m 0,12.96875 c -9.02001,0 -17.294832,3.205036 -23.71875,8.5625 L 29.46875,49.75 C 34.488025,45.574449 40.961346,43.09375 48,43.09375 c 7.054389,0 13.538547,2.49506 18.5625,6.6875 L 71.75,43.5625 C 65.32129,38.188053 57.035899,34.96875 48,34.96875 z M 48,48 c -5.842484,0 -11.183976,2.091608 -15.34375,5.5625 l 5.09375,6.125 c 2.782535,-2.326554 6.339014,-3.75 10.25,-3.75 3.919328,0 7.496163,1.414564 10.28125,3.75 L 63.375,53.59375 C 59.210523,50.106224 53.858056,48 48,48 z m 0,12.75 c -2.739739,0 -5.240931,0.992398 -7.1875,2.625 L 48,72 55.1875,63.40625 C 53.238647,61.765786 50.747147,60.75 48,60.75 z"
+ inkscape:connector-curvature="0"
+ id="path4135"
+ style="opacity:0.8;color:#000000;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ </clipPath>
+ <filter
+ color-interpolation-filters="sRGB"
+ id="filter4137">
+ <feGaussianBlur
+ id="feGaussianBlur4139"
+ stdDeviation="0.855" />
+ </filter>
+ </defs>
+ <metadata
+ id="metadata2413">
+ <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 />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer2"
+ style="display:none">
+ <rect
+ width="86"
+ height="85"
+ rx="6"
+ ry="6"
+ x="5"
+ y="7"
+ id="rect3745"
+ style="opacity:0.9;fill:url(#ButtonShadow);fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter3174)" />
+ </g>
+ <g
+ id="layer3"
+ style="display:inline">
+ <path
+ d="m 12,-95.03125 c -5.5110903,0 -10.03125,4.52016 -10.03125,10.03125 l 0,71 c 0,5.5110902 4.5201598,10.03125 10.03125,10.03125 l 72,0 c 5.51109,0 10.03125,-4.5201597 10.03125,-10.03125 l 0,-71 c 0,-5.51109 -4.52016,-10.03125 -10.03125,-10.03125 l -72,0 z"
+ transform="scale(1,-1)"
+ id="path3786"
+ style="opacity:0.07999998;fill:url(#linearGradient3026);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
+ <path
+ d="m 12,-94.03125 c -4.971633,0 -9.03125,4.059617 -9.03125,9.03125 l 0,71 c 0,4.9716329 4.0596171,9.03125 9.03125,9.03125 l 72,0 c 4.971633,0 9.03125,-4.059617 9.03125,-9.03125 l 0,-71 c 0,-4.971633 -4.059617,-9.03125 -9.03125,-9.03125 l -72,0 z"
+ transform="scale(1,-1)"
+ id="path3778"
+ style="opacity:0.1;fill:url(#linearGradient3780);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
+ <path
+ d="m 12,-93 c -4.4091333,0 -8,3.590867 -8,8 l 0,71 c 0,4.4091333 3.5908667,8 8,8 l 72,0 c 4.409133,0 8,-3.5908667 8,-8 l 0,-71 c 0,-4.409133 -3.590867,-8 -8,-8 l -72,0 z"
+ transform="scale(1,-1)"
+ id="path3770"
+ style="opacity:0.2;fill:url(#linearGradient3772);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
+ <rect
+ width="86"
+ height="85"
+ rx="7"
+ ry="7"
+ x="5"
+ y="-92"
+ transform="scale(1,-1)"
+ id="rect3723"
+ style="opacity:0.3;fill:url(#linearGradient3725);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
+ <rect
+ width="84"
+ height="84"
+ rx="6"
+ ry="6"
+ x="6"
+ y="-91"
+ transform="scale(1,-1)"
+ id="rect3716"
+ style="opacity:0.45;fill:url(#linearGradient3721);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
+ </g>
+ <g
+ id="layer1">
+ <rect
+ width="84"
+ height="84"
+ rx="6"
+ ry="6"
+ x="6"
+ y="6"
+ id="rect2419-3"
+ style="fill:url(#linearGradient3161);fill-opacity:1;fill-rule:nonzero;stroke:none" />
+ <g
+ transform="translate(0,-2)"
+ clip-path="url(#clipPath4311)"
+ id="g4165"
+ style="display:inline">
+ <g
+ transform="matrix(0.1413721,0.99271966,-1.1651755,0.12044784,96.937266,-5.1946837)"
+ id="g4011"
+ style="opacity:0.9">
+ <path
+ d="m 108.8959,48 a 60.895905,60.895905 0 0 1 -6.54616,27.466658 L 48,48 z"
+ transform="matrix(0.99411049,-0.1083712,0.1083712,0.99411049,-5.1582185,5.4918915)"
+ id="path4009"
+ style="opacity:0.05;color:#000000;fill:url(#linearGradient4077-0);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ d="m 108.8959,48 a 60.895905,60.895905 0 0 1 -4.45721,22.86887 L 48,48 z"
+ transform="matrix(0.99786084,-0.06537382,0.06537382,0.99786084,-3.0940115,3.2415713)"
+ id="path4007"
+ style="opacity:0.07000002;color:#000000;fill:url(#linearGradient4069-9);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ d="m 108.8959,48 a 60.895905,60.895905 0 0 1 -3.12994,19.271878 L 48,48 z"
+ transform="matrix(0.99945136,-0.0331207,0.0331207,0.99945136,-1.5634586,1.6161281)"
+ id="path4005"
+ style="opacity:0.1;color:#000000;fill:url(#linearGradient4061-6);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ d="m 108.8959,48 a 60.895905,60.895905 0 0 1 -2.07497,15.76102 L 48,48 z"
+ id="path4003"
+ style="opacity:0.1;color:#000000;fill:url(#linearGradient4053-2);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ </g>
+ <g
+ transform="matrix(1.8327427,0,0,1.8327427,14.258316,-39.234412)"
+ id="g3802"
+ style="display:inline">
+ <path
+ d="m 19.196345,49.867051 c -3.738265,2.562962 -5.605177,-4.899096 -1.154974,-4.811997 4.387142,-0.236076 3.979146,6.80144 -0.14484,6.614579 -3.173748,0.242635 -5.09871,-3.898691 -3.103604,-6.28528 2.027686,-2.980787 7.171211,-1.684158 7.738852,1.817453 0.968958,3.636165 -3.157198,7.038605 -6.567267,5.522909 -3.946222,-1.269714 -4.48984,-7.147021 -1.107149,-9.366244 3.569732,-2.795822 9.391656,0.237279 9.205832,4.758257 0.256767,4.350812 -4.689261,7.672183 -8.648236,5.934817 -4.719427,-1.551169 -5.691985,-8.420221 -1.909414,-11.472668 3.658906,-3.435008 10.362961,-1.458224 11.674531,3.358788 1.593108,4.559419 -2.064292,9.921397 -6.919377,10.009261 -4.934051,0.46502 -9.383474,-4.338798 -8.522574,-9.226302 0.480479,-5.045837 6.04397,-8.597229 10.838865,-7.042849 5.1784,1.246192 7.964231,7.581112 5.661928,12.315394 -2.070284,5.179524 -9.065521,7.066028 -13.621189,4.001758 C 7.424311,52.974618 6.691724,45.101154 10.86947,40.924263 15.165407,36.095492 23.773883,37.139042 26.998584,42.664618 30.58674,48.101276 27.744117,56.314514 21.553387,58.35975 15.46747,60.756196 7.906078,56.617317 6.81501,50.123425 5.34029,43.713067 10.328048,36.760898 16.940044,36.314613 23.487404,35.466926 29.995015,40.908568 30.123743,47.552814 30.647278,54.136819 25.107934,60.440072 18.464686,60.577977 11.669268,61.115926 5.164462,55.397447 5.024582,48.540282 4.472186,41.532358 10.370345,34.824958 17.442071,34.683103 24.66497,34.112562 31.571299,40.201404 31.717502,47.482327 32.261527,54.5531 26.639293,61.392472 19.567107,62.088193 12.506556,63.107347 5.157505,58.125948 3.75402,51.076328 1.988348,43.843498 6.54485,35.711895 13.76939,33.696801 21.164576,31.301406 29.973677,35.569118 32.454424,42.989908 35.283072,50.44745 31.339725,59.682116 23.876503,62.614561 16.252559,65.960228 6.418708,62.163433 3.166022,54.460386 -0.460677,46.73027 3.193552,36.558153 10.997688,33.021039 18.82455,29.10366 29.333904,32.601966 33.163654,40.497601 37.380936,48.411784 34.052463,59.257606 26.075805,63.388192 18.084772,67.914672 6.904432,64.770022 2.465338,56.722662 -2.3791,48.665231 0.567179,37.152082 8.674015,32.396769 16.646023,27.323544 28.235397,29.850105 33.441397,37.715231 39.06385,45.591587 37.04047,57.558366 29.289653,63.288465 21.671547,69.341197 9.63076,68.020226 3.297684,60.713708 -3.239068,53.668826 -3.050394,41.865619 3.303584,34.770507 9.272825,27.629169 20.397635,26.076583 28.315846,30.782782 36.185506,35.070105 40.094,45.001749 37.640404,53.557449 35.536967,62.211074 27.24013,68.797901 18.324149,68.819371 8.97298,69.194434 -0.191259,62.643413 -2.500705,53.506455 -5.341332,43.680473 -0.124703,32.229448 9.356333,28.223707 19.155827,23.693354 31.93586,27.784588 37.162944,37.26447 42.789387,46.72108 39.87111,60.054899 30.865902,66.353962 22.019424,72.970624 8.507105,71.477204 1.102802,63.362119 -6.341386,55.695116 -6.885903,42.806473 -0.631601,34.262885 5.0606,25.930536 16.515151,22.560296 25.92533,25.974441 35.26606,28.979358 41.9654,38.384321 41.762522,48.19335 41.906082,58.482225 34.780338,68.44676 24.805876,71.241542 13.885322,74.667794 0.953279,69.321177 -4.070078,58.967248 -9.666937,48.284333 -5.970775,33.868505 4.097694,27.218693 13.975245,20.253564 28.655611,22.05766 36.761841,30.94387 44.881854,39.331612 45.633312,53.326287 39.026242,62.823852 33.154466,71.852547 21.238489,76.018338 10.949015,73.085142 0.615493,70.524097 -7.504412,61.056765 -8.311604,50.418275 -9.559429,38.880739 -2.469393,26.941601 8.508072,22.946112 20.270481,18.274573 34.934134,23.160118 41.359271,34.112802 48.322248,45.22282 45.613647,61.051693 35.510744,69.352771 26.493267,77.160606 12.387989,77.789013 2.485316,71.256878 -6.825165,65.484188 -11.784926,53.82063 -9.779737,43.088463 -8.135633,32.303809 0.28228,22.917795 10.906023,20.332233 22.733464,17.16242 36.299386,22.381522 42.685854,32.892291 49.471849,43.486021 48.065091,58.327124 39.734958,67.674972 32.529312,76.136853 20.262656,79.496936 9.6632,76.384758 -0.916474,73.578219 -9.49146,64.441103 -11.417262,53.637295 c -2.468307,-12.1985 3.355421,-25.652156 14.214149,-31.8639 11.254823,-6.788152 26.723545,-4.953857 36.275015,3.999132 8.648345,7.755808 11.835188,20.655975 8.326714,31.654229 -2.022046,6.678916 -6.325835,12.653212 -12.119166,16.565345"
+ inkscape:connector-curvature="0"
+ id="path2875"
+ style="opacity:0.2;fill:none;stroke:url(#radialGradient3814-9);stroke-width:0.47875074;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ d="m 16.908938,49.337251 c -3.885859,-1.858917 1.368699,-6.941434 3.411713,-3.237252 2.27904,3.498707 -3.707115,6.507095 -5.513003,3.024002 -1.707843,-2.496891 0.785978,-6.049192 3.698336,-5.541192 3.416899,0.252456 4.793862,5.102047 2.181575,7.233199 -2.532331,2.525401 -7.29345,0.746141 -7.666384,-2.780808 -0.830168,-3.851348 3.748869,-7.091646 7.182845,-5.362045 3.99743,1.609549 4.267549,7.842669 0.458223,9.838071 -3.458953,2.278819 -8.542946,-0.213769 -8.994268,-4.297839 -0.965935,-4.621489 4.225535,-8.686104 8.535322,-7.023322 4.565892,1.379208 6.124601,7.836419 2.783172,11.204943 -2.995629,3.47784 -9.146812,3.015559 -11.526228,-0.938725 -2.727361,-3.840055 -0.887875,-9.784956 3.543912,-11.3989 4.381333,-2.002293 9.948059,0.889201 10.947213,5.574331 1.435048,4.854329 -2.455147,10.157563 -7.445769,10.512333 -5.246827,0.757312 -10.12361,-4.103745 -9.76636,-9.309468 0.01802,-5.709742 6.150207,-10.054138 11.57326,-8.600431 6.015751,1.241214 9.24753,8.822414 6.232018,14.102269 -2.769616,5.536748 -10.880373,7.099984 -15.505506,2.976515 -4.864393,-3.870308 -5.050974,-12.060578 -0.224597,-16.04446 4.575316,-4.259956 12.667493,-3.458359 16.17678,1.771651 3.80895,4.986067 2.422534,12.928076 -2.98489,16.19134 C 18.83607,60.791052 11.015878,59.227103 7.745554,53.82483 4.073662,48.48741 5.689263,40.416158 11.266632,37.042537 c 5.505428,-3.784787 13.828761,-2.11756 17.305945,3.635501 3.901854,5.673775 2.172224,14.2515 -3.750918,17.831693 C 19.260525,62.317493 10.959688,60.940083 7.026422,55.449838 2.83248,50.122863 3.440245,41.707002 8.57556,37.201902 c 5.113999,-4.890263 13.971988,-5.004077 19.06357,-0.0154 5.485683,4.948417 6.159129,14.226849 1.230226,19.794981 -4.793832,5.87194 -14.268338,7.014588 -20.228373,2.265378 C 2.264469,54.561726 0.716478,44.663639 5.510874,38.326026 c 4.638949,-6.658312 14.747644,-8.484394 21.367356,-3.741925 6.943491,4.580474 9.058149,14.892702 4.379458,21.796791 -4.509806,7.231865 -15.018202,9.646206 -22.208356,5.043756 -7.522829,-4.426155 -10.247414,-15.12259 -5.7334,-22.600306 4.329687,-7.816124 15.205716,-10.862146 22.971917,-6.449418 7.96379,4.150685 11.391467,14.890068 7.391869,22.912398 C 29.868774,63.65776 19.057936,67.678948 10.658608,64.02246 2.056799,60.628514 -2.577656,50.090481 0.426598,41.405945 3.118724,32.678099 12.923095,27.224564 21.782139,29.08272 c 8.714266,1.519526 15.278557,9.938154 15.167759,18.691695 0.21089,8.514533 -6.106135,16.450934 -14.313894,18.4971 C 14.514038,68.652416 5.15011,64.953633 0.895634,57.625429 -3.856667,50.107065 -2.819578,39.451315 3.603229,33.20866 10.34073,26.20139 22.24448,25.053527 30.046749,30.9535 38.432132,36.86629 41.137786,49.329185 35.819171,58.136192 30.709482,67.260839 18.348245,71.19508 8.88455,66.77652 -0.765119,62.639525 -5.956898,50.808382 -2.796187,40.857932 -0.023226,31.087582 10.326114,24.514791 20.329971,25.602598 29.892861,26.328142 38.109875,34.154427 39.771483,43.521972 41.736908,52.637894 37.17956,62.621059 29.009762,67.11528 20.609649,72.122662 9.022168,70.992831 1.982115,64.111296 -6.027249,56.751141 -7.771885,43.566581 -1.63707,34.511911 4.495996,24.82888 18.117434,21.02072 28.375069,26.147736 38.801504,30.967779 44.292627,43.907928 40.830785,54.802542 37.785762,65.471629 26.624431,72.740326 15.667763,71.815494 5.446409,71.27305 -3.644656,63.445025 -6.119946,53.58231 -8.92247,43.860185 -4.98883,32.678169 3.383683,26.958442 c 8.903096,-6.509618 22.098819,-6.347498 30.603741,0.789 9.43435,7.461299 12.381322,21.851982 6.419813,32.344931 C 34.571809,71.10276 20.256636,76.395216 8.623553,72.024532 -2.087777,68.312834 -9.307712,57.001931 -8.637065,45.747378 -8.31008,35.341121 -1.067145,25.716465 8.718892,22.266986 18.376544,18.495371 30.101898,20.963649 37.278284,28.479002 45.50753,36.70744 47.658333,50.353127 42.042169,60.604252 36.547576,71.223635 23.664019,77.118205 12.011791,74.70404 1.623111,72.794391 -6.971449,64.294867 -9.446729,54.091965 -12.164166,44.050584 -8.718564,32.650926 -0.741539,25.931955 8.125603,18.103718 21.966122,16.503896 32.238726,22.489513 43.173969,28.527234 49.014857,42.130599 46.184819,54.246468 43.910973,65.050114 34.807761,73.80318 24.08837,76.141804 17.630379,77.651323 10.668065,76.947994 4.695209,74.03875"
+ inkscape:connector-curvature="0"
+ id="path3650"
+ style="opacity:0.1;fill:none;stroke:url(#radialGradient5008);stroke-width:0.47875074;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ </g>
+ <g
+ transform="matrix(1.062807,-0.13087531,-0.74010065,3.227468,32.525111,-100.66774)"
+ id="g4027"
+ style="opacity:0.9;fill:#ffffff">
+ <path
+ d="m 108.8959,48 a 60.895905,60.895905 0 0 1 -6.54616,27.466658 L 48,48 z"
+ transform="matrix(0.99411049,-0.1083712,0.1083712,0.99411049,-5.1582185,5.4918915)"
+ id="path4029"
+ style="opacity:0.2;color:#000000;fill:url(#linearGradient4145-0);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ d="m 108.8959,48 a 60.895905,60.895905 0 0 1 -4.45721,22.86887 L 48,48 z"
+ transform="matrix(0.99786084,-0.06537382,0.06537382,0.99786084,-3.0940115,3.2415713)"
+ id="path4031"
+ style="opacity:0.4;color:#000000;fill:url(#linearGradient4137-7);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ d="m 108.8959,48 a 60.895905,60.895905 0 0 1 -3.12994,19.271878 L 48,48 z"
+ transform="matrix(0.99945136,-0.0331207,0.0331207,0.99945136,-1.5634586,1.6161281)"
+ id="path4033"
+ style="opacity:0.6;color:#000000;fill:url(#linearGradient4129-8);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ d="m 108.8959,48 a 60.895905,60.895905 0 0 1 -2.07497,15.76102 L 48,48 z"
+ id="path4035"
+ style="opacity:0.8;color:#000000;fill:url(#linearGradient4121-6);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ </g>
+ <g
+ transform="matrix(-0.61678932,0.78712829,-0.78712829,-0.61678932,115.00148,40.011929)"
+ id="g4079"
+ style="opacity:0.5">
+ <path
+ d="m 108.8959,48 a 60.895905,60.895905 0 0 1 -6.54616,27.466658 L 48,48 z"
+ transform="matrix(0.99411049,-0.1083712,0.1083712,0.99411049,-5.1582185,5.4918915)"
+ id="path4081"
+ style="opacity:0.05;color:#000000;fill:url(#linearGradient4089-7);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ d="m 108.8959,48 a 60.895905,60.895905 0 0 1 -4.45721,22.86887 L 48,48 z"
+ transform="matrix(0.99786084,-0.06537382,0.06537382,0.99786084,-3.0940115,3.2415713)"
+ id="path4083"
+ style="opacity:0.07000002;color:#000000;fill:url(#linearGradient4091-0);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ d="m 108.8959,48 a 60.895905,60.895905 0 0 1 -3.12994,19.271878 L 48,48 z"
+ transform="matrix(0.99945136,-0.0331207,0.0331207,0.99945136,-1.5634586,1.6161281)"
+ id="path4085"
+ style="opacity:0.1;color:#000000;fill:url(#linearGradient4093-5);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ d="m 108.8959,48 a 60.895905,60.895905 0 0 1 -2.07497,15.76102 L 48,48 z"
+ id="path4087"
+ style="opacity:0.1;color:#000000;fill:url(#linearGradient4095-8);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ </g>
+ <g
+ transform="matrix(-0.06817198,-1.0460056,2.710673,0.60162586,-79.095447,69.080129)"
+ id="g4097"
+ style="opacity:0.8">
+ <path
+ d="m 108.8959,48 a 60.895905,60.895905 0 0 1 -6.54616,27.466658 L 48,48 z"
+ transform="matrix(0.99411049,-0.1083712,0.1083712,0.99411049,-5.1582185,5.4918915)"
+ id="path4099"
+ style="opacity:0.05;color:#000000;fill:url(#linearGradient4107-8);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ d="m 108.8959,48 a 60.895905,60.895905 0 0 1 -4.45721,22.86887 L 48,48 z"
+ transform="matrix(0.99786084,-0.06537382,0.06537382,0.99786084,-3.0940115,3.2415713)"
+ id="path4101"
+ style="opacity:0.07000002;color:#000000;fill:url(#linearGradient4109-3);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ d="m 108.8959,48 a 60.895905,60.895905 0 0 1 -3.12994,19.271878 L 48,48 z"
+ transform="matrix(0.99945136,-0.0331207,0.0331207,0.99945136,-1.5634586,1.6161281)"
+ id="path4103"
+ style="opacity:0.1;color:#000000;fill:url(#linearGradient4111-3);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ d="m 108.8959,48 a 60.895905,60.895905 0 0 1 -2.07497,15.76102 L 48,48 z"
+ id="path4105"
+ style="opacity:0.1;color:#000000;fill:url(#linearGradient4113-5);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ </g>
+ <g
+ transform="matrix(-1.062807,0.1308753,0.74010064,-3.227468,62.996694,196.66774)"
+ id="g4147"
+ style="opacity:0.9;fill:#ffffff">
+ <path
+ d="m 108.8959,48 a 60.895905,60.895905 0 0 1 -6.54616,27.466658 L 48,48 z"
+ transform="matrix(0.99411049,-0.1083712,0.1083712,0.99411049,-5.1582185,5.4918915)"
+ id="path4149"
+ style="opacity:0.2;color:#000000;fill:url(#linearGradient4157-8);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ d="m 108.8959,48 a 60.895905,60.895905 0 0 1 -4.45721,22.86887 L 48,48 z"
+ transform="matrix(0.99786084,-0.06537382,0.06537382,0.99786084,-3.0940115,3.2415713)"
+ id="path4151"
+ style="opacity:0.4;color:#000000;fill:url(#linearGradient4159-8);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ d="m 108.8959,48 a 60.895905,60.895905 0 0 1 -3.12994,19.271878 L 48,48 z"
+ transform="matrix(0.99945136,-0.0331207,0.0331207,0.99945136,-1.5634586,1.6161281)"
+ id="path4153"
+ style="opacity:0.6;color:#000000;fill:url(#linearGradient4161-2);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ d="m 108.8959,48 a 60.895905,60.895905 0 0 1 -2.07497,15.76102 L 48,48 z"
+ id="path4155"
+ style="opacity:0.8;color:#000000;fill:url(#linearGradient4163-3);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ </g>
+ </g>
+ <path
+ d="M 120.78125,6.125 C 118.04223,6.6826484 116,9.0915 116,12 l 0,68 c 0,3.324 2.676,6 6,6 l 72,0 c 3.324,0 6,-2.676 6,-6 l 0,-68 c 0,-2.9085 -2.04223,-5.3173516 -4.78125,-5.875 2.20512,0.5362071 3.8125,2.4908437 3.8125,4.875 l 0,68 c 0,2.80489 -2.22636,5.03125 -5.03125,5.03125 l -72,0 c -2.80489,0 -5.03125,-2.22636 -5.03125,-5.03125 l 0,-68 c 0,-2.3841563 1.60738,-4.3387929 3.8125,-4.875 z"
+ inkscape:connector-curvature="0"
+ id="rect4359"
+ style="opacity:0.2;fill:url(#radialGradient4375);fill-opacity:1;fill-rule:nonzero;stroke:none" />
+ <path
+ d="M 12,86 C 8.676,86 6,83.324 6,80 L 6,12 C 6,8.676 8.676,6 12,6 l 72,0 c 3.324,0 6,2.676 6,6 l 0,68 c 0,3.324 -2.676,6 -6,6 z m 0,-0.96875 72,0 c 2.80489,0 5.03125,-2.22636 5.03125,-5.03125 l 0,-68 C 89.03125,9.19511 86.80489,6.96875 84,6.96875 l -72,0 C 9.1951102,6.96875 6.96875,9.19511 6.96875,12 l 0,68 c 0,2.80489 2.2263602,5.03125 5.03125,5.03125 z"
+ inkscape:connector-curvature="0"
+ id="rect4377"
+ style="opacity:0.4;fill:url(#linearGradient4390);fill-opacity:1;fill-rule:nonzero;stroke:none" />
+ <path
+ d="m 6,78 0,2 c 0,3.324 2.676,6 6,6 l 72,0 c 3.324,0 6,-2.676 6,-6 l 0,-2 c 0,3.324 -2.676,6 -6,6 L 12,84 C 8.676,84 6,81.324 6,78 z"
+ inkscape:connector-curvature="0"
+ id="rect4414"
+ style="opacity:0.1;fill:url(#linearGradient4429);fill-opacity:1;fill-rule:nonzero;stroke:none" />
+ <path
+ d="m 6,100 0,1 c 0,3.324 2.676,6 6,6 l 72,0 c 3.324,0 6,-2.676 6,-6 l 0,-1 c 0,3.324 -2.676,6 -6,6 l -72,0 c -3.324,0 -6,-2.676 -6,-6 z"
+ inkscape:connector-curvature="0"
+ id="path4412"
+ style="opacity:0.15;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+ </g>
+ <g
+ id="layer4"
+ style="display:inline">
+ <path
+ d="m 6,80 0,4 c 0,3.324 2.676,6 6,6 l 72,0 c 3.324,0 6,-2.676 6,-6 l 0,-4 c 0,3.324 -2.676,6 -6,6 L 12,86 C 8.676,86 6,83.324 6,80 z"
+ inkscape:connector-curvature="0"
+ id="path3888"
+ style="fill:url(#linearGradient3228);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
+ <path
+ d="m 6,82 0,2 c 0,3.324 2.676,6 6,6 l 72,0 c 3.324,0 6,-2.676 6,-6 l 0,-2 c 0,3.324 -2.676,6 -6,6 L 12,88 C 8.676,88 6,85.324 6,82 z"
+ inkscape:connector-curvature="0"
+ id="rect4345"
+ style="opacity:0.1;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.5;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ d="m 6,83 0,1 c 0,3.324 2.676,6 6,6 l 72,0 c 3.324,0 6,-2.676 6,-6 l 0,-1 c 0,3.324 -2.676,6 -6,6 L 12,89 C 8.676,89 6,86.324 6,83 z"
+ inkscape:connector-curvature="0"
+ id="rect4336"
+ style="opacity:0.15;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.5;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ </g>
+ <g
+ id="layer5"
+ style="display:none">
+ <rect
+ width="66"
+ height="62"
+ rx="12"
+ ry="12"
+ x="15"
+ y="15"
+ clip-path="url(#clipPath4355)"
+ id="rect3171"
+ style="opacity:0.1;fill:url(#linearGradient3613);fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;filter:url(#filter3794)" />
+ </g>
+ <g
+ id="layer6">
+ <path
+ d="M 48,22 C 35.83628,22 24.693685,26.368769 16.03125,33.59375 l 5.25,6.34375 C 28.521081,33.886691 37.826328,30.25 48,30.25 c 10.189415,0 19.50539,3.651146 26.75,9.71875 l 5.28125,-6.3125 C 71.359156,26.397381 60.195491,22 48,22 z m 0,12.96875 c -9.02001,0 -17.294832,3.205036 -23.71875,8.5625 L 29.46875,49.75 C 34.488025,45.574449 40.961346,43.09375 48,43.09375 c 7.054389,0 13.538547,2.49506 18.5625,6.6875 L 71.75,43.5625 C 65.32129,38.188053 57.035899,34.96875 48,34.96875 z M 48,48 c -5.842484,0 -11.183976,2.091608 -15.34375,5.5625 l 5.09375,6.125 c 2.782535,-2.326554 6.339014,-3.75 10.25,-3.75 3.919328,0 7.496163,1.414564 10.28125,3.75 L 63.375,53.59375 C 59.210523,50.106224 53.858056,48 48,48 z m 0,12.75 c -2.739739,0 -5.240931,0.992398 -7.1875,2.625 L 48,72 55.1875,63.40625 C 53.238647,61.765786 50.747147,60.75 48,60.75 z"
+ inkscape:connector-curvature="0"
+ id="path3876"
+ style="opacity:0.8;color:#000000;fill:url(#linearGradient4110);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ d="m -62,23.9375 c -11.129309,0 -21.279077,4.158995 -29,11 l 4.59375,5.5625 c 6.473859,-5.821825 15.014852,-9.375 24.40625,-9.375 9.352132,0 17.879606,3.502692 24.34375,9.28125 l 4.5625,-5.53125 C -40.804183,28.078449 -50.911217,23.9375 -62,23.9375 z m 0,11.9375 c -8.245651,0 -15.777512,3.060491 -21.5,8.125 l 4.53125,5.46875 c 4.48971,-4.039617 10.4572,-6.5 16.96875,-6.5 6.488637,0 12.45319,2.423229 16.9375,6.4375 l 4.5,-5.46875 C -46.276928,38.907524 -53.785725,35.875 -62,35.875 z M -63.09375,48 c -4.909389,0.248835 -9.332034,2.197421 -12.78125,5.25 l 4.4375,5.34375 c 2.495455,-2.265915 5.801469,-3.65625 9.4375,-3.65625 3.620158,0 6.914617,1.376632 9.40625,3.625 l 4.40625,-5.34375 C -51.88304,49.977947 -56.693935,48 -62,48 c -0.362519,0 -0.735751,-0.01814 -1.09375,0 z M -62,60.15625 c -2.394145,0 -4.579044,0.861492 -6.28125,2.28125 L -62,70 l 6.25,-7.59375 c -1.697086,-1.402531 -3.871992,-2.25 -6.25,-2.25 z"
+ inkscape:connector-curvature="0"
+ id="path3180"
+ style="opacity:0.8;color:#000000;fill:url(#linearGradient4101);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ d="m -62,31.125 c -9.391398,0 -17.932391,3.553175 -24.40625,9.375 L -90.5,35.53125 c -0.163251,0.140433 -0.338852,0.263467 -0.5,0.40625 l 4.59375,5.5625 c 6.473859,-5.821825 15.014852,-9.375 24.40625,-9.375 9.352132,0 17.879606,3.502692 24.34375,9.28125 l 4.5625,-5.53125 c -0.160929,-0.141855 -0.336996,-0.266722 -0.5,-0.40625 l -4.0625,4.9375 C -44.120394,34.627692 -52.647868,31.125 -62,31.125 z m 0,11.84375 c -6.51155,0 -12.47904,2.460383 -16.96875,6.5 L -83,44.59375 c -0.162694,0.138356 -0.340107,0.264742 -0.5,0.40625 l 4.53125,5.46875 c 4.48971,-4.039617 10.4572,-6.5 16.96875,-6.5 6.488637,0 12.45319,2.423229 16.9375,6.4375 l 4.5,-5.46875 c -0.16198,-0.142579 -0.335161,-0.266905 -0.5,-0.40625 l -4,4.875 C -49.54681,45.391979 -55.511363,42.96875 -62,42.96875 z m 13.3125,10.84375 -3.90625,4.75 c -2.491633,-2.248368 -5.786092,-3.625 -9.40625,-3.625 -3.636031,0 -6.942045,1.390335 -9.4375,3.65625 l -3.9375,-4.75 c -0.164471,0.13705 -0.339686,0.264371 -0.5,0.40625 l 4.4375,5.34375 c 2.495455,-2.265915 5.801469,-3.65625 9.4375,-3.65625 3.620158,0 6.914617,1.376632 9.40625,3.625 l 4.40625,-5.34375 c -0.161315,-0.141465 -0.334486,-0.269657 -0.5,-0.40625 z M -56.25,63.03125 -62,70 -67.78125,63.0625 c -0.169608,0.12417 -0.338816,0.240561 -0.5,0.375 L -62,71 l 6.25,-7.59375 c -0.1607,-0.132808 -0.330965,-0.252394 -0.5,-0.375 z"
+ inkscape:connector-curvature="0"
+ id="path3969"
+ style="opacity:0.6;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ d="m 48,24.9375 c -11.129309,0 -21.279077,4.158995 -29,11 L 23.59375,41.5 C 30.067609,35.678175 38.608602,32.125 48,32.125 c 9.352132,0 17.879606,3.502692 24.34375,9.28125 L 76.90625,35.875 C 69.195817,29.078449 59.088783,24.9375 48,24.9375 z m 0,11.9375 c -8.245651,0 -15.777512,3.060491 -21.5,8.125 l 4.53125,5.46875 c 4.48971,-4.039617 10.4572,-6.5 16.96875,-6.5 6.488637,0 12.45319,2.423229 16.9375,6.4375 l 4.5,-5.46875 C 63.723072,39.907524 56.214275,36.875 48,36.875 z M 46.90625,49 c -4.909389,0.248835 -9.332034,2.197421 -12.78125,5.25 l 4.4375,5.34375 C 41.057955,57.327835 44.363969,55.9375 48,55.9375 c 3.620158,0 6.914617,1.376632 9.40625,3.625 L 61.8125,54.21875 C 58.11696,50.977947 53.306065,49 48,49 47.637481,49 47.264249,48.98186 46.90625,49 z M 48,61.15625 c -2.394145,0 -4.579044,0.861492 -6.28125,2.28125 L 48,71 54.25,63.40625 c -1.697086,-1.402531 -3.871992,-2.25 -6.25,-2.25 z"
+ inkscape:connector-curvature="0"
+ transform="translate(-110,0)"
+ clip-path="url(#clipPath3984)"
+ id="path3978"
+ style="opacity:0.4;color:#000000;fill:none;stroke:#000000;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter3988);enable-background:accumulate" />
+ <path
+ d="m 48,30.25 c -10.173672,0 -19.478919,3.636691 -26.71875,9.6875 l -4.75,-5.75 c -0.166828,0.135567 -0.334963,0.268599 -0.5,0.40625 l 5.25,6.34375 C 28.521081,34.886691 37.826328,31.25 48,31.25 c 10.189415,0 19.50539,3.651146 26.75,9.71875 l 5.28125,-6.3125 c -0.165221,-0.138296 -0.33298,-0.270042 -0.5,-0.40625 L 74.75,39.96875 C 67.50539,33.901146 58.189415,30.25 48,30.25 z m 0,12.84375 c -7.038654,0 -13.511975,2.480699 -18.53125,6.65625 l -4.6875,-5.625 c -0.168587,0.135653 -0.33387,0.2677 -0.5,0.40625 L 29.46875,50.75 C 34.488025,46.574449 40.961346,44.09375 48,44.09375 c 7.054389,0 13.538547,2.49506 18.5625,6.6875 L 71.75,44.5625 c -0.166254,-0.13899 -0.331281,-0.270161 -0.5,-0.40625 l -4.6875,5.625 C 61.538547,45.58881 55.054389,43.09375 48,43.09375 z M 33.15625,54.1875 c -0.161898,0.128211 -0.341496,0.242745 -0.5,0.375 l 5.09375,6.125 c 2.782535,-2.326554 6.339014,-3.75 10.25,-3.75 3.919328,0 7.496163,1.414564 10.28125,3.75 L 63.375,54.59375 c -0.163522,-0.13694 -0.332857,-0.273613 -0.5,-0.40625 l -4.59375,5.5 C 55.496163,57.352064 51.919328,55.9375 48,55.9375 c -3.910986,0 -7.467465,1.423446 -10.25,3.75 l -4.59375,-5.5 z m 8.15625,9.78125 c -0.17153,0.128147 -0.336141,0.26882 -0.5,0.40625 L 48,73 55.1875,64.40625 C 55.023449,64.268159 54.85907,64.129005 54.6875,64 L 48,72 41.3125,63.96875 z"
+ inkscape:connector-curvature="0"
+ id="path4118"
+ style="opacity:0.6;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ d="M 48,23 C 35.83628,23 24.693685,27.368769 16.03125,34.59375 l 5.25,6.34375 C 28.521081,34.886691 37.826328,31.25 48,31.25 c 10.189415,0 19.50539,3.651146 26.75,9.71875 l 5.28125,-6.3125 C 71.359156,27.397381 60.195491,23 48,23 z m 0,12.96875 c -9.02001,0 -17.294832,3.205036 -23.71875,8.5625 L 29.46875,50.75 C 34.488025,46.574449 40.961346,44.09375 48,44.09375 c 7.054389,0 13.538547,2.49506 18.5625,6.6875 L 71.75,44.5625 C 65.32129,39.188053 57.035899,35.96875 48,35.96875 z M 48,49 c -5.842484,0 -11.183976,2.091608 -15.34375,5.5625 l 5.09375,6.125 c 2.782535,-2.326554 6.339014,-3.75 10.25,-3.75 3.919328,0 7.496163,1.414564 10.28125,3.75 L 63.375,54.59375 C 59.210523,51.106224 53.858056,49 48,49 z m 0,12.75 c -2.739739,0 -5.240931,0.992398 -7.1875,2.625 L 48,73 55.1875,64.40625 C 53.238647,62.765786 50.747147,61.75 48,61.75 z"
+ inkscape:connector-curvature="0"
+ clip-path="url(#clipPath4133)"
+ id="path4127"
+ style="opacity:0.4;color:#000000;fill:none;stroke:#000000;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter4137);enable-background:accumulate" />
+ <path
+ d="m 73,101 c -1.662,0 -3,1.338 -3,3 l 0,2 -1,0 c -0.554,0 -1,0.446 -1,1 l 0,8 c 0,0.554 0.446,1 1,1 l 10,0 c 0.554,0 1,-0.446 1,-1 l 0,-8 c 0,-0.554 -0.446,-1 -1,-1 l -1,0 0,-2 c 0,-1.662 -1.338,-3 -3,-3 l -2,0 z m 0,2 2,0 c 0.554,0 1,0.446 1,1 l 0,2 -4,0 0,-2 c 0,-0.554 0.446,-1 1,-1 z"
+ inkscape:connector-curvature="0"
+ id="rect4062"
+ style="opacity:0.4;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ </g>
+</svg>