[evince] Revert "icon: update app icon"



commit 1b402964104141aeed48a5f70070a2304c187ad5
Author: Germán Poo-Caamaño <gpoo gnome org>
Date:   Fri Jul 27 10:27:08 2018 -0400

    Revert "icon: update app icon"
    
    This reverts commit 1dad69e1ba412741c236754aad092d9aa302609c.
    
    As per comment in MR #44:
    "It pains me to ask you to postpone the merge until after 3.30.
    Because we rolled out the initiative too late, it's been decided
    to aim for 3.32 with the actual icons."

 configure.ac                                    |    7 +-
 data/icons/16x16/Makefile.am                    |    2 +-
 data/icons/{scalable => 16x16}/apps/Makefile.am |    8 +-
 data/icons/16x16/apps/org.gnome.Evince.png      |  Bin 0 -> 861 bytes
 data/icons/22x22/Makefile.am                    |    2 +-
 data/icons/22x22/apps/Makefile.am               |   16 +
 data/icons/22x22/apps/org.gnome.Evince.png      |  Bin 0 -> 1244 bytes
 data/icons/24x24/Makefile.am                    |    2 +-
 data/icons/24x24/apps/Makefile.am               |   16 +
 data/icons/24x24/apps/org.gnome.Evince.png      |  Bin 0 -> 1304 bytes
 data/icons/256x256/Makefile.am                  |    3 +
 data/icons/256x256/apps/Makefile.am             |   16 +
 data/icons/256x256/apps/org.gnome.Evince.png    |  Bin 0 -> 26368 bytes
 data/icons/48x48/Makefile.am                    |    3 +-
 data/icons/48x48/apps/Makefile.am               |   16 +
 data/icons/48x48/apps/org.gnome.Evince.png      |  Bin 0 -> 3091 bytes
 data/icons/Makefile.am                          |    2 +-
 data/icons/scalable/Makefile.am                 |    2 +-
 data/icons/scalable/apps/org.gnome.Evince.svg   |  691 -------
 data/icons/source.svg                           | 2414 +++++++++++++++++++++++
 20 files changed, 2498 insertions(+), 702 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 8428cd5c..b82fe740 100644
--- a/configure.ac
+++ b/configure.ac
@@ -959,22 +959,27 @@ data/org.gnome.Evince-previewer.desktop.in
 data/Makefile
 data/icons/Makefile
 data/icons/16x16/Makefile
+data/icons/16x16/apps/Makefile
 data/icons/16x16/actions/Makefile
 data/icons/16x16/mimetypes/Makefile
 data/icons/22x22/Makefile
+data/icons/22x22/apps/Makefile
 data/icons/22x22/actions/Makefile
 data/icons/22x22/mimetypes/Makefile
 data/icons/24x24/Makefile
+data/icons/24x24/apps/Makefile
 data/icons/24x24/actions/Makefile
 data/icons/24x24/mimetypes/Makefile
 data/icons/32x32/Makefile
 data/icons/32x32/actions/Makefile
 data/icons/32x32/mimetypes/Makefile
 data/icons/48x48/Makefile
+data/icons/48x48/apps/Makefile
 data/icons/48x48/actions/Makefile
+data/icons/256x256/Makefile
+data/icons/256x256/apps/Makefile
 data/icons/scalable/Makefile
 data/icons/scalable/actions/Makefile
-data/icons/scalable/apps/Makefile
 data/icons/scalable/mimetypes/Makefile
 data/icons/symbolic/Makefile
 data/icons/symbolic/apps/Makefile
diff --git a/data/icons/16x16/Makefile.am b/data/icons/16x16/Makefile.am
index 02d9f743..b02d3a8c 100644
--- a/data/icons/16x16/Makefile.am
+++ b/data/icons/16x16/Makefile.am
@@ -1,3 +1,3 @@
-SUBDIRS = actions mimetypes
+SUBDIRS = actions apps mimetypes
 
 -include $(top_srcdir)/git.mk
diff --git a/data/icons/scalable/apps/Makefile.am b/data/icons/16x16/apps/Makefile.am
similarity index 63%
rename from data/icons/scalable/apps/Makefile.am
rename to data/icons/16x16/apps/Makefile.am
index 13b4eb41..68d72ca5 100644
--- a/data/icons/scalable/apps/Makefile.am
+++ b/data/icons/16x16/apps/Makefile.am
@@ -1,13 +1,13 @@
-themedir = $(pkgdatadir)/icons/hicolor
-size = scalable
+themedir = $(datadir)/icons/hicolor
+size = 16x16
 context = apps
 
 iconsdir = $(themedir)/$(size)/$(context)
 
 icons_DATA = \
-       org.gnome.Evince.svg
+       org.gnome.Evince.png
 
-noinst_DATA =
+noinst_DATA = 
 
 EXTRA_DIST =           \
        $(icons_DATA)   \
diff --git a/data/icons/16x16/apps/org.gnome.Evince.png b/data/icons/16x16/apps/org.gnome.Evince.png
new file mode 100644
index 00000000..53b4cfb0
Binary files /dev/null and b/data/icons/16x16/apps/org.gnome.Evince.png differ
diff --git a/data/icons/22x22/Makefile.am b/data/icons/22x22/Makefile.am
index 02d9f743..b02d3a8c 100644
--- a/data/icons/22x22/Makefile.am
+++ b/data/icons/22x22/Makefile.am
@@ -1,3 +1,3 @@
-SUBDIRS = actions mimetypes
+SUBDIRS = actions apps mimetypes
 
 -include $(top_srcdir)/git.mk
diff --git a/data/icons/22x22/apps/Makefile.am b/data/icons/22x22/apps/Makefile.am
new file mode 100644
index 00000000..5bd24083
--- /dev/null
+++ b/data/icons/22x22/apps/Makefile.am
@@ -0,0 +1,16 @@
+themedir = $(datadir)/icons/hicolor
+size = 22x22
+context = apps
+
+iconsdir = $(themedir)/$(size)/$(context)
+
+icons_DATA = \
+       org.gnome.Evince.png
+
+noinst_DATA = 
+
+EXTRA_DIST =           \
+       $(icons_DATA)   \
+       $(noinst_DATA)
+
+-include $(top_srcdir)/git.mk
diff --git a/data/icons/22x22/apps/org.gnome.Evince.png b/data/icons/22x22/apps/org.gnome.Evince.png
new file mode 100644
index 00000000..caead4c9
Binary files /dev/null and b/data/icons/22x22/apps/org.gnome.Evince.png differ
diff --git a/data/icons/24x24/Makefile.am b/data/icons/24x24/Makefile.am
index 02d9f743..b02d3a8c 100644
--- a/data/icons/24x24/Makefile.am
+++ b/data/icons/24x24/Makefile.am
@@ -1,3 +1,3 @@
-SUBDIRS = actions mimetypes
+SUBDIRS = actions apps mimetypes
 
 -include $(top_srcdir)/git.mk
diff --git a/data/icons/24x24/apps/Makefile.am b/data/icons/24x24/apps/Makefile.am
new file mode 100644
index 00000000..9fbd116a
--- /dev/null
+++ b/data/icons/24x24/apps/Makefile.am
@@ -0,0 +1,16 @@
+themedir = $(datadir)/icons/hicolor
+size = 24x24
+context = apps
+
+iconsdir = $(themedir)/$(size)/$(context)
+
+icons_DATA = \
+       org.gnome.Evince.png
+
+noinst_DATA = 
+
+EXTRA_DIST =           \
+       $(icons_DATA)   \
+       $(noinst_DATA)
+
+-include $(top_srcdir)/git.mk
diff --git a/data/icons/24x24/apps/org.gnome.Evince.png b/data/icons/24x24/apps/org.gnome.Evince.png
new file mode 100644
index 00000000..4b98e65f
Binary files /dev/null and b/data/icons/24x24/apps/org.gnome.Evince.png differ
diff --git a/data/icons/256x256/Makefile.am b/data/icons/256x256/Makefile.am
new file mode 100644
index 00000000..906a50e6
--- /dev/null
+++ b/data/icons/256x256/Makefile.am
@@ -0,0 +1,3 @@
+SUBDIRS = apps
+
+-include $(top_srcdir)/git.mk
diff --git a/data/icons/256x256/apps/Makefile.am b/data/icons/256x256/apps/Makefile.am
new file mode 100644
index 00000000..5b14e801
--- /dev/null
+++ b/data/icons/256x256/apps/Makefile.am
@@ -0,0 +1,16 @@
+themedir = $(datadir)/icons/hicolor
+size = 256x256
+context = apps
+
+iconsdir = $(themedir)/$(size)/$(context)
+
+icons_DATA = \
+       org.gnome.Evince.png
+
+noinst_DATA = 
+
+EXTRA_DIST =           \
+       $(icons_DATA)   \
+       $(noinst_DATA)
+
+-include $(top_srcdir)/git.mk
diff --git a/data/icons/256x256/apps/org.gnome.Evince.png b/data/icons/256x256/apps/org.gnome.Evince.png
new file mode 100644
index 00000000..bccd4bdd
Binary files /dev/null and b/data/icons/256x256/apps/org.gnome.Evince.png differ
diff --git a/data/icons/48x48/Makefile.am b/data/icons/48x48/Makefile.am
index 6b7db23f..ae033087 100644
--- a/data/icons/48x48/Makefile.am
+++ b/data/icons/48x48/Makefile.am
@@ -1,3 +1,4 @@
-SUBDIRS = actions
+SUBDIRS = actions apps
+
 
 -include $(top_srcdir)/git.mk
diff --git a/data/icons/48x48/apps/Makefile.am b/data/icons/48x48/apps/Makefile.am
new file mode 100644
index 00000000..f8428fa8
--- /dev/null
+++ b/data/icons/48x48/apps/Makefile.am
@@ -0,0 +1,16 @@
+themedir = $(datadir)/icons/hicolor
+size = 48x48
+context = apps
+
+iconsdir = $(themedir)/$(size)/$(context)
+
+icons_DATA = \
+       org.gnome.Evince.png
+
+noinst_DATA = 
+
+EXTRA_DIST =           \
+       $(icons_DATA)   \
+       $(noinst_DATA)
+
+-include $(top_srcdir)/git.mk
diff --git a/data/icons/48x48/apps/org.gnome.Evince.png b/data/icons/48x48/apps/org.gnome.Evince.png
new file mode 100644
index 00000000..8b7084c2
Binary files /dev/null and b/data/icons/48x48/apps/org.gnome.Evince.png differ
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am
index bd8d2271..237d7a89 100644
--- a/data/icons/Makefile.am
+++ b/data/icons/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = 16x16 22x22 24x24 32x32 48x48 scalable symbolic
+SUBDIRS = 16x16 22x22 24x24 32x32 48x48 256x256 scalable symbolic
 
 
 -include $(top_srcdir)/git.mk
diff --git a/data/icons/scalable/Makefile.am b/data/icons/scalable/Makefile.am
index b02d3a8c..02d9f743 100644
--- a/data/icons/scalable/Makefile.am
+++ b/data/icons/scalable/Makefile.am
@@ -1,3 +1,3 @@
-SUBDIRS = actions apps mimetypes
+SUBDIRS = actions mimetypes
 
 -include $(top_srcdir)/git.mk
diff --git a/data/icons/source.svg b/data/icons/source.svg
new file mode 100644
index 00000000..1b00bac2
--- /dev/null
+++ b/data/icons/source.svg
@@ -0,0 +1,2414 @@
+<?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";
+   inkscape:export-ydpi="90.000000"
+   inkscape:export-xdpi="90.000000"
+   inkscape:export-filename="/home/lapo/firewall.png"
+   width="400"
+   height="300"
+   id="svg11300"
+   sodipodi:version="0.32"
+   inkscape:version="0.47 r22583"
+   sodipodi:docname="evince.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   version="1.0"
+   style="display:inline;enable-background:new">
+  <title
+     id="title4872">Firewall</title>
+  <sodipodi:namedview
+     stroke="#ef2929"
+     fill="#f57900"
+     id="base"
+     pagecolor="#474747"
+     bordercolor="#666666"
+     borderopacity="0.25490196"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="1"
+     inkscape:cx="316.36458"
+     inkscape:cy="67.236219"
+     inkscape:current-layer="g19534"
+     showgrid="false"
+     inkscape:grid-bbox="true"
+     inkscape:document-units="px"
+     inkscape:showpageshadow="false"
+     inkscape:window-width="1030"
+     inkscape:window-height="866"
+     inkscape:window-x="289"
+     inkscape:window-y="106"
+     width="400px"
+     height="300px"
+     inkscape:snap-nodes="false"
+     inkscape:snap-bbox="true"
+     gridtolerance="10000"
+     inkscape:object-nodes="true"
+     inkscape:snap-grids="true"
+     showguides="false"
+     inkscape:guide-bbox="true"
+     inkscape:window-maximized="0">
+    <inkscape:grid
+       spacingy="1px"
+       spacingx="1px"
+       id="grid5883"
+       type="xygrid"
+       enabled="true"
+       visible="true"
+       empspacing="4"
+       snapvisiblegridlinesonly="true" />
+    <inkscape:grid
+       type="xygrid"
+       id="grid11592"
+       empspacing="2"
+       visible="true"
+       enabled="false"
+       spacingx="0.5px"
+       spacingy="0.5px"
+       color="#ff0000"
+       opacity="0.1254902"
+       empcolor="#ff0000"
+       empopacity="0.25098039"
+       snapvisiblegridlinesonly="true" />
+    <sodipodi:guide
+       orientation="-0.70710678,0.70710678"
+       position="309.8125,173.625"
+       id="guide9630" />
+  </sodipodi:namedview>
+  <defs
+     id="defs3">
+    <inkscape:path-effect
+       is_visible="true"
+       id="path-effect19574"
+       effect="spiro" />
+    <inkscape:path-effect
+       effect="spiro"
+       id="path-effect19572"
+       is_visible="true" />
+    <inkscape:path-effect
+       is_visible="true"
+       id="path-effect19494"
+       effect="spiro" />
+    <inkscape:path-effect
+       effect="spiro"
+       id="path-effect19492"
+       is_visible="true" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient19423">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop19425" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop19427" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient19287">
+      <stop
+         style="stop-color:#6d6d6d;stop-opacity:1"
+         offset="0"
+         id="stop19289" />
+      <stop
+         style="stop-color:#cccccc;stop-opacity:1"
+         offset="1"
+         id="stop19291" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient15276">
+      <stop
+         style="stop-color:#ffff4c;stop-opacity:1;"
+         offset="0"
+         id="stop15278" />
+      <stop
+         style="stop-color:#ffff4c;stop-opacity:0;"
+         offset="1"
+         id="stop15280" />
+    </linearGradient>
+    <inkscape:path-effect
+       effect="spiro"
+       id="path-effect15274"
+       is_visible="true" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient15264">
+      <stop
+         style="stop-color:#cc0000;stop-opacity:1;"
+         offset="0"
+         id="stop15266" />
+      <stop
+         style="stop-color:#ff4c4c;stop-opacity:1"
+         offset="1"
+         id="stop15268" />
+    </linearGradient>
+    <inkscape:path-effect
+       is_visible="true"
+       id="path-effect15244"
+       effect="spiro" />
+    <inkscape:path-effect
+       effect="spiro"
+       id="path-effect14728"
+       is_visible="true" />
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 150 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="400 : 150 : 1"
+       inkscape:persp3d-origin="200 : 100 : 1"
+       id="perspective13432" />
+    <radialGradient
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.420118,2.537033e-17,22.39793)"
+       r="21.125"
+       fy="38.625"
+       fx="24.625"
+       cy="38.625"
+       cx="24.625"
+       id="radialGradient4588"
+       xlink:href="#linearGradient4582"
+       inkscape:collect="always" />
+    <radialGradient
+       r="20.530962"
+       fy="35.87817"
+       fx="24.44569"
+       cy="35.87817"
+       cx="24.44569"
+       gradientTransform="matrix(2.049266,-1.696401e-32,0,2.049266,-25.65002,-37.31089)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient1366"
+       xlink:href="#linearGradient11520"
+       inkscape:collect="always" />
+    <radialGradient
+       r="6.5659914"
+       fy="44.565483"
+       fx="30.203562"
+       cy="44.565483"
+       cx="30.203562"
+       gradientTransform="matrix(1,0,0,0.338462,2.220359e-14,29.48178)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient1356"
+       xlink:href="#linearGradient11508"
+       inkscape:collect="always" />
+    <radialGradient
+       r="3.8335035"
+       fy="15.048258"
+       fx="27.577173"
+       cy="15.048258"
+       cx="27.577173"
+       gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient1354"
+       xlink:href="#linearGradient11494"
+       inkscape:collect="always" />
+    <radialGradient
+       r="3.8335035"
+       fy="16.049133"
+       fx="27.577173"
+       cy="16.049133"
+       cx="27.577173"
+       gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient1352"
+       xlink:href="#linearGradient11494"
+       inkscape:collect="always" />
+    <radialGradient
+       r="20.530962"
+       fy="35.87817"
+       fx="24.44569"
+       cy="35.87817"
+       cx="24.44569"
+       gradientTransform="matrix(1.995058,-1.651527e-32,0,1.995058,-24.32488,-35.70087)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient1350"
+       xlink:href="#linearGradient11520"
+       inkscape:collect="always" />
+    <radialGradient
+       r="6.5659914"
+       fy="44.565483"
+       fx="30.203562"
+       cy="44.565483"
+       cx="30.203562"
+       gradientTransform="matrix(1,0,0,0.338462,-1.353344e-14,29.48178)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient1348"
+       xlink:href="#linearGradient11508"
+       inkscape:collect="always" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11508"
+       id="radialGradient11532"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.338462,3.185827e-15,29.48178)"
+       cx="30.203562"
+       cy="44.565483"
+       fx="30.203562"
+       fy="44.565483"
+       r="6.5659914" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11520"
+       id="radialGradient11526"
+       cx="24.44569"
+       cy="35.87817"
+       fx="24.44569"
+       fy="35.87817"
+       r="20.530962"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.995058,-1.651527e-32,0,1.995058,-24.32488,-35.70087)" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11508"
+       id="radialGradient11514"
+       cx="30.203562"
+       cy="44.565483"
+       fx="30.203562"
+       fy="44.565483"
+       r="6.5659914"
+       gradientTransform="matrix(1,0,0,0.338462,2.166583e-14,29.48178)"
+       gradientUnits="userSpaceOnUse" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11494"
+       id="radialGradient11504"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)"
+       cx="27.577173"
+       cy="16.049133"
+       fx="27.577173"
+       fy="16.049133"
+       r="3.8335035" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11494"
+       id="radialGradient11500"
+       cx="27.577173"
+       cy="15.048258"
+       fx="27.577173"
+       fy="15.048258"
+       r="3.8335035"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11399"
+       id="radialGradient11441"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.487395,0,20.06483)"
+       cx="12.071428"
+       cy="39.142857"
+       fx="12.071428"
+       fy="39.142857"
+       r="8.5" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11415"
+       id="linearGradient11439"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-60.85714,0.428571)"
+       x1="13.267134"
+       y1="19.774456"
+       x2="26.758644"
+       y2="33.462429" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11415"
+       id="linearGradient11427"
+       gradientUnits="userSpaceOnUse"
+       x1="9.6957054"
+       y1="9.3458843"
+       x2="35.679932"
+       y2="39.033859"
+       gradientTransform="translate(-60.57143,0)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11415"
+       id="linearGradient11425"
+       gradientUnits="userSpaceOnUse"
+       x1="15.82836"
+       y1="3.774456"
+       x2="43.615788"
+       y2="34.462429"
+       gradientTransform="translate(-60.28571,-0.285714)" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient11399">
+      <stop
+         style="stop-color:#000000;stop-opacity:1;"
+         offset="0"
+         id="stop11401" />
+      <stop
+         style="stop-color:#000000;stop-opacity:0;"
+         offset="1"
+         id="stop11403" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient11415">
+      <stop
+         style="stop-color:#204a87;stop-opacity:0.0000000;"
+         offset="0.0000000"
+         id="stop11417" />
+      <stop
+         id="stop11423"
+         offset="0.50000000"
+         style="stop-color:#204a87;stop-opacity:1.0000000;" />
+      <stop
+         style="stop-color:#204a87;stop-opacity:0;"
+         offset="1"
+         id="stop11419" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient11494">
+      <stop
+         style="stop-color:#ef2929;stop-opacity:1;"
+         offset="0"
+         id="stop11496" />
+      <stop
+         style="stop-color:#ef2929;stop-opacity:0;"
+         offset="1"
+         id="stop11498" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient11508">
+      <stop
+         style="stop-color:#000000;stop-opacity:1;"
+         offset="0"
+         id="stop11510" />
+      <stop
+         style="stop-color:#000000;stop-opacity:0;"
+         offset="1"
+         id="stop11512" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient11520">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1.0000000;"
+         offset="0.0000000"
+         id="stop11522" />
+      <stop
+         style="stop-color:#dcdcdc;stop-opacity:1.0000000;"
+         offset="1.0000000"
+         id="stop11524" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient4570">
+      <stop
+         id="stop4572"
+         offset="0"
+         style="stop-color:#eceeea;stop-opacity:1;" />
+      <stop
+         id="stop4574"
+         offset="1"
+         style="stop-color:#d3d7cf;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient4582"
+       inkscape:collect="always">
+      <stop
+         id="stop4584"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:1;" />
+      <stop
+         id="stop4586"
+         offset="1"
+         style="stop-color:#000000;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient4598">
+      <stop
+         id="stop4600"
+         offset="0"
+         style="stop-color:#e6eef7;stop-opacity:1;" />
+      <stop
+         id="stop4602"
+         offset="1"
+         style="stop-color:#8ab0d8;stop-opacity:1;" />
+    </linearGradient>
+    <inkscape:perspective
+       id="perspective13489"
+       inkscape:persp3d-origin="8 : 5.3333333 : 1"
+       inkscape:vp_z="16 : 8 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 8 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective13551"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <linearGradient
+       id="linearGradient4598-1">
+      <stop
+         id="stop4600-0"
+         offset="0"
+         style="stop-color:#e6eef7;stop-opacity:1;" />
+      <stop
+         id="stop4602-9"
+         offset="1"
+         style="stop-color:#8ab0d8;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       gradientTransform="matrix(0.333758,0,0,0.333758,0.625724,-0.830472)"
+       gradientUnits="userSpaceOnUse"
+       y2="24.109001"
+       x2="53.568085"
+       y1="24.109001"
+       x1="24.689142"
+       id="linearGradient4596-5"
+       xlink:href="#linearGradient4590-7"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient4590-7"
+       inkscape:collect="always">
+      <stop
+         id="stop4592-2"
+         offset="0"
+         style="stop-color:#cc0000;stop-opacity:1;" />
+      <stop
+         id="stop4594-4"
+         offset="1"
+         style="stop-color:#cc0000;stop-opacity:0;" />
+    </linearGradient>
+    <radialGradient
+       r="20.530962"
+       fy="35.87817"
+       fx="24.44569"
+       cy="35.87817"
+       cx="24.44569"
+       gradientTransform="matrix(2.049266,-1.696401e-32,0,2.049266,-25.65002,-37.31089)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient1366-1"
+       xlink:href="#linearGradient11520-1"
+       inkscape:collect="always" />
+    <radialGradient
+       r="6.5659914"
+       fy="44.565483"
+       fx="30.203562"
+       cy="44.565483"
+       cx="30.203562"
+       gradientTransform="matrix(1,0,0,0.338462,2.220359e-14,29.48178)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient1356-7"
+       xlink:href="#linearGradient11508-5"
+       inkscape:collect="always" />
+    <radialGradient
+       r="3.8335035"
+       fy="15.048258"
+       fx="27.577173"
+       cy="15.048258"
+       cx="27.577173"
+       gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient1354-8"
+       xlink:href="#linearGradient11494-7"
+       inkscape:collect="always" />
+    <radialGradient
+       r="3.8335035"
+       fy="16.049133"
+       fx="27.577173"
+       cy="16.049133"
+       cx="27.577173"
+       gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient1352-6"
+       xlink:href="#linearGradient11494-7"
+       inkscape:collect="always" />
+    <radialGradient
+       r="20.530962"
+       fy="35.87817"
+       fx="24.44569"
+       cy="35.87817"
+       cx="24.44569"
+       gradientTransform="matrix(1.995058,-1.651527e-32,0,1.995058,-24.32488,-35.70087)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient1350-6"
+       xlink:href="#linearGradient11520-1"
+       inkscape:collect="always" />
+    <radialGradient
+       r="6.5659914"
+       fy="44.565483"
+       fx="30.203562"
+       cy="44.565483"
+       cx="30.203562"
+       gradientTransform="matrix(1,0,0,0.338462,-1.353344e-14,29.48178)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient1348-5"
+       xlink:href="#linearGradient11508-5"
+       inkscape:collect="always" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11508-5"
+       id="radialGradient11532-5"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.338462,3.185827e-15,29.48178)"
+       cx="30.203562"
+       cy="44.565483"
+       fx="30.203562"
+       fy="44.565483"
+       r="6.5659914" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11520-1"
+       id="radialGradient11526-8"
+       cx="24.44569"
+       cy="35.87817"
+       fx="24.44569"
+       fy="35.87817"
+       r="20.530962"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.995058,-1.651527e-32,0,1.995058,-24.32488,-35.70087)" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11508-5"
+       id="radialGradient11514-5"
+       cx="30.203562"
+       cy="44.565483"
+       fx="30.203562"
+       fy="44.565483"
+       r="6.5659914"
+       gradientTransform="matrix(1,0,0,0.338462,2.166583e-14,29.48178)"
+       gradientUnits="userSpaceOnUse" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11494-7"
+       id="radialGradient11504-2"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)"
+       cx="27.577173"
+       cy="16.049133"
+       fx="27.577173"
+       fy="16.049133"
+       r="3.8335035" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11494-7"
+       id="radialGradient11500-4"
+       cx="27.577173"
+       cy="15.048258"
+       fx="27.577173"
+       fy="15.048258"
+       r="3.8335035"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11399-2"
+       id="radialGradient11441-5"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.487395,0,20.06483)"
+       cx="12.071428"
+       cy="39.142857"
+       fx="12.071428"
+       fy="39.142857"
+       r="8.5" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11415-7"
+       id="linearGradient11439-9"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-60.85714,0.428571)"
+       x1="13.267134"
+       y1="19.774456"
+       x2="26.758644"
+       y2="33.462429" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11415-7"
+       id="linearGradient11427-1"
+       gradientUnits="userSpaceOnUse"
+       x1="9.6957054"
+       y1="9.3458843"
+       x2="35.679932"
+       y2="39.033859"
+       gradientTransform="translate(-60.57143,0)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11415-7"
+       id="linearGradient11425-1"
+       gradientUnits="userSpaceOnUse"
+       x1="15.82836"
+       y1="3.774456"
+       x2="43.615788"
+       y2="34.462429"
+       gradientTransform="translate(-60.28571,-0.285714)" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient11399-2">
+      <stop
+         style="stop-color:#000000;stop-opacity:1;"
+         offset="0"
+         id="stop11401-7" />
+      <stop
+         style="stop-color:#000000;stop-opacity:0;"
+         offset="1"
+         id="stop11403-4" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient11415-7">
+      <stop
+         style="stop-color:#204a87;stop-opacity:0.0000000;"
+         offset="0.0000000"
+         id="stop11417-0" />
+      <stop
+         id="stop11423-5"
+         offset="0.50000000"
+         style="stop-color:#204a87;stop-opacity:1.0000000;" />
+      <stop
+         style="stop-color:#204a87;stop-opacity:0;"
+         offset="1"
+         id="stop11419-5" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient11494-7">
+      <stop
+         style="stop-color:#ef2929;stop-opacity:1;"
+         offset="0"
+         id="stop11496-2" />
+      <stop
+         style="stop-color:#ef2929;stop-opacity:0;"
+         offset="1"
+         id="stop11498-4" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient11508-5">
+      <stop
+         style="stop-color:#000000;stop-opacity:1;"
+         offset="0"
+         id="stop11510-8" />
+      <stop
+         style="stop-color:#000000;stop-opacity:0;"
+         offset="1"
+         id="stop11512-9" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient11520-1">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1.0000000;"
+         offset="0.0000000"
+         id="stop11522-3" />
+      <stop
+         style="stop-color:#dcdcdc;stop-opacity:1.0000000;"
+         offset="1.0000000"
+         id="stop11524-4" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient4570-3">
+      <stop
+         id="stop4572-1"
+         offset="0"
+         style="stop-color:#eceeea;stop-opacity:1;" />
+      <stop
+         id="stop4574-3"
+         offset="1"
+         style="stop-color:#d3d7cf;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient4598-4">
+      <stop
+         id="stop4600-1"
+         offset="0"
+         style="stop-color:#e6eef7;stop-opacity:1;" />
+      <stop
+         id="stop4602-1"
+         offset="1"
+         style="stop-color:#8ab0d8;stop-opacity:1;" />
+    </linearGradient>
+    <inkscape:perspective
+       id="perspective13663"
+       inkscape:persp3d-origin="11 : 7.3333333 : 1"
+       inkscape:vp_z="22 : 11 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 11 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <radialGradient
+       r="20.530962"
+       fy="35.878170"
+       fx="24.445690"
+       cy="35.878170"
+       cx="24.445690"
+       gradientTransform="matrix(2.049266,-1.696401e-32,0.000000,2.049266,-25.65002,-37.31089)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient1366-7"
+       xlink:href="#linearGradient11520-8"
+       inkscape:collect="always" />
+    <radialGradient
+       r="6.5659914"
+       fy="44.565483"
+       fx="30.203562"
+       cy="44.565483"
+       cx="30.203562"
+       gradientTransform="matrix(1.000000,0.000000,0.000000,0.338462,2.220359e-14,29.48178)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient1356-4"
+       xlink:href="#linearGradient11508-4"
+       inkscape:collect="always" />
+    <radialGradient
+       r="3.8335034"
+       fy="15.048258"
+       fx="27.577173"
+       cy="15.048258"
+       cx="27.577173"
+       gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient1354-0"
+       xlink:href="#linearGradient11494-0"
+       inkscape:collect="always" />
+    <radialGradient
+       r="3.8335034"
+       fy="16.049133"
+       fx="27.577173"
+       cy="16.049133"
+       cx="27.577173"
+       gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient1352-5"
+       xlink:href="#linearGradient11494-0"
+       inkscape:collect="always" />
+    <radialGradient
+       r="20.530962"
+       fy="35.878170"
+       fx="24.445690"
+       cy="35.878170"
+       cx="24.445690"
+       gradientTransform="matrix(1.995058,-1.651527e-32,0.000000,1.995058,-24.32488,-35.70087)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient1350-3"
+       xlink:href="#linearGradient11520-8"
+       inkscape:collect="always" />
+    <radialGradient
+       r="6.5659914"
+       fy="44.565483"
+       fx="30.203562"
+       cy="44.565483"
+       cx="30.203562"
+       gradientTransform="matrix(1.000000,0.000000,0.000000,0.338462,-1.353344e-14,29.48178)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient1348-8"
+       xlink:href="#linearGradient11508-4"
+       inkscape:collect="always" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11508-4"
+       id="radialGradient11532-7"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.000000,0.000000,0.000000,0.338462,3.185827e-15,29.48178)"
+       cx="30.203562"
+       cy="44.565483"
+       fx="30.203562"
+       fy="44.565483"
+       r="6.5659914" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11520-8"
+       id="radialGradient11526-7"
+       cx="24.445690"
+       cy="35.878170"
+       fx="24.445690"
+       fy="35.878170"
+       r="20.530962"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.995058,-1.651527e-32,0.000000,1.995058,-24.32488,-35.70087)" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11508-4"
+       id="radialGradient11514-0"
+       cx="30.203562"
+       cy="44.565483"
+       fx="30.203562"
+       fy="44.565483"
+       r="6.5659914"
+       gradientTransform="matrix(1.000000,0.000000,0.000000,0.338462,2.166583e-14,29.48178)"
+       gradientUnits="userSpaceOnUse" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11494-0"
+       id="radialGradient11504-8"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)"
+       cx="27.577173"
+       cy="16.049133"
+       fx="27.577173"
+       fy="16.049133"
+       r="3.8335034" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11494-0"
+       id="radialGradient11500-0"
+       cx="27.577173"
+       cy="15.048258"
+       fx="27.577173"
+       fy="15.048258"
+       r="3.8335034"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11399-6"
+       id="radialGradient11441-2"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.000000,0.000000,0.000000,0.487395,0.000000,20.06483)"
+       cx="12.071428"
+       cy="39.142857"
+       fx="12.071428"
+       fy="39.142857"
+       r="8.5000000" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11415-3"
+       id="linearGradient11439-7"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-60.85714,0.428571)"
+       x1="13.267134"
+       y1="19.774456"
+       x2="26.758644"
+       y2="33.462429" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11415-3"
+       id="linearGradient11427-7"
+       gradientUnits="userSpaceOnUse"
+       x1="9.6957054"
+       y1="9.3458843"
+       x2="35.679932"
+       y2="39.033859"
+       gradientTransform="translate(-60.57143,0.000000)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11415-3"
+       id="linearGradient11425-7"
+       gradientUnits="userSpaceOnUse"
+       x1="15.828360"
+       y1="3.7744560"
+       x2="43.615788"
+       y2="34.462429"
+       gradientTransform="translate(-60.28571,-0.285714)" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient11399-6">
+      <stop
+         style="stop-color:#000000;stop-opacity:1;"
+         offset="0"
+         id="stop11401-79" />
+      <stop
+         style="stop-color:#000000;stop-opacity:0;"
+         offset="1"
+         id="stop11403-5" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient11415-3">
+      <stop
+         style="stop-color:#204a87;stop-opacity:0.0000000;"
+         offset="0.0000000"
+         id="stop11417-7" />
+      <stop
+         id="stop11423-9"
+         offset="0.50000000"
+         style="stop-color:#204a87;stop-opacity:1.0000000;" />
+      <stop
+         style="stop-color:#204a87;stop-opacity:0;"
+         offset="1"
+         id="stop11419-58" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient11494-0">
+      <stop
+         style="stop-color:#ef2929;stop-opacity:1;"
+         offset="0"
+         id="stop11496-6" />
+      <stop
+         style="stop-color:#ef2929;stop-opacity:0;"
+         offset="1"
+         id="stop11498-1" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient11508-4">
+      <stop
+         style="stop-color:#000000;stop-opacity:1;"
+         offset="0"
+         id="stop11510-0" />
+      <stop
+         style="stop-color:#000000;stop-opacity:0;"
+         offset="1"
+         id="stop11512-1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient11520-8">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1.0000000;"
+         offset="0.0000000"
+         id="stop11522-0" />
+      <stop
+         style="stop-color:#dcdcdc;stop-opacity:1.0000000;"
+         offset="1.0000000"
+         id="stop11524-9" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient4570-4">
+      <stop
+         id="stop4572-8"
+         offset="0"
+         style="stop-color:#eceeea;stop-opacity:1;" />
+      <stop
+         id="stop4574-2"
+         offset="1"
+         style="stop-color:#d3d7cf;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient4590-77">
+      <stop
+         id="stop4592-25"
+         offset="0"
+         style="stop-color:#cc0000;stop-opacity:1;" />
+      <stop
+         id="stop4594-39"
+         offset="1"
+         style="stop-color:#ffa2a2;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient4598-5">
+      <stop
+         id="stop4600-2"
+         offset="0"
+         style="stop-color:#e6eef7;stop-opacity:1;" />
+      <stop
+         id="stop4602-19"
+         offset="1"
+         style="stop-color:#8ab0d8;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3497">
+      <stop
+         id="stop3499"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+      <stop
+         id="stop3501"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0.56730771;" />
+    </linearGradient>
+    <inkscape:perspective
+       id="perspective13788"
+       inkscape:persp3d-origin="24 : 16 : 1"
+       inkscape:vp_z="48 : 24 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 24 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective14398"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter4608-0-4"
+       x="-0.15294158"
+       width="1.3058832"
+       y="-1.2776994"
+       height="3.5553987">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="12.776994"
+         id="feGaussianBlur4610-6-6" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter4568-9"
+       x="-0.076470785"
+       width="1.1529416"
+       y="-0.63884968"
+       height="2.2776995">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="6.388497"
+         id="feGaussianBlur4570-5" />
+    </filter>
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath4315-9">
+      <rect
+         y="60.00013"
+         x="56.000088"
+         width="183.99991"
+         
style="fill:url(#radialGradient4319);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.23381771;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+         ry="25.053387"
+         rx="25.053392"
+         id="rect4317-6"
+         height="183.99988" />
+    </clipPath>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11520-9-3"
+       id="radialGradient4622-7"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(13.339021,1.2973092e-6,-3.2847942e-7,3.3774477,-169.04322,33.20622)"
+       cx="17.320858"
+       cy="6.8678637"
+       fx="17.320858"
+       fy="6.8678637"
+       r="20.530962" />
+    <linearGradient
+       id="linearGradient11520-9-3">
+      <stop
+         id="stop11522-2-3"
+         offset="0.0000000"
+         style="stop-color:#ffffff;stop-opacity:1" />
+      <stop
+         id="stop11524-8-1"
+         offset="1.0000000"
+         style="stop-color:#d4d4d4;stop-opacity:1" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4205-6"
+       id="radialGradient4624-2"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.5655573,0,0,0.95658347,-83.702508,9.332189)"
+       cx="176.67326"
+       cy="214.94498"
+       fx="176.67326"
+       fy="214.94498"
+       r="91.999954" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient4205-6">
+      <stop
+         style="stop-color:#eeeeec;stop-opacity:1;"
+         offset="0"
+         id="stop4207-5" />
+      <stop
+         style="stop-color:#eeeeec;stop-opacity:0;"
+         offset="1"
+         id="stop4209-2" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4085-01"
+       id="linearGradient4626-1"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,1)"
+       x1="131.5"
+       y1="234.5"
+       x2="131.5"
+       y2="206.98183" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient4085-01">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop4087-9" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop4089-6" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter4105-6"
+       x="-0.036813226"
+       width="1.0736265"
+       y="-0.16209599"
+       height="1.324192">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="2.6382812"
+         id="feGaussianBlur4107-6" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4085-0-9"
+       id="radialGradient4628-9"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.0831076,0,0,0.225958,-158.48028,172.9742)"
+       cx="132.00293"
+       cy="272.15036"
+       fx="132.00293"
+       fy="272.15036"
+       r="92.331871" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient4085-0-9">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop4087-8-1" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop4089-1-5" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter4155-7">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.98531245"
+         id="feGaussianBlur4157-5" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4238-2"
+       id="radialGradient4630-0"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(4.0735165,0.53628862,-0.11022212,0.8372201,-438.12668,-54.628172)"
+       cx="148"
+       cy="152"
+       fx="148"
+       fy="152"
+       r="90" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient4238-2">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop4240-3" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop4242-7" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter4246-8">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.83"
+         id="feGaussianBlur4248-9" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4538-3"
+       id="linearGradient4632-8"
+       gradientUnits="userSpaceOnUse"
+       x1="195.48103"
+       y1="234.23958"
+       x2="100.51903"
+       y2="69.760551" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient4538-3">
+      <stop
+         style="stop-color:#2e3436;stop-opacity:1"
+         offset="0"
+         id="stop4540-0" />
+      <stop
+         style="stop-color:#babdb6;stop-opacity:1"
+         offset="1"
+         id="stop4542-5" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter4321-0">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.91999947"
+         id="feGaussianBlur4323-4" />
+    </filter>
+    <filter
+       inkscape:collect="always"
+       id="filter15260">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="2.1718829"
+         id="feGaussianBlur15262" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient15264"
+       id="linearGradient15270"
+       x1="155"
+       y1="162.95799"
+       x2="230.13904"
+       y2="138.95799"
+       gradientUnits="userSpaceOnUse" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient15276"
+       id="radialGradient15282"
+       cx="192.5"
+       cy="162"
+       fx="192.5"
+       fy="162"
+       r="35.5"
+       gradientTransform="matrix(1,0,0,0.50704225,0,76.859155)"
+       gradientUnits="userSpaceOnUse" />
+    <inkscape:perspective
+       id="perspective15292"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective19147"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4788"
+       id="radialGradient5150"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(6.4215263,5.8880003e-8,-1.5792387e-8,1.4577864,-1775.5499,-25.551629)"
+       cx="327.5"
+       cy="58"
+       fx="327.5"
+       fy="58"
+       r="12.5" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient4788">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop4790" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop4792" />
+    </linearGradient>
+    <inkscape:perspective
+       id="perspective19200"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <radialGradient
+       r="12.5"
+       fy="58"
+       fx="327.5"
+       cy="58"
+       cx="327.5"
+       gradientTransform="matrix(27.361286,2.5088001e-7,-6.7289301e-8,6.2114377,-8812.2583,-248.08536)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient19161-8"
+       xlink:href="#linearGradient4788-0"
+       inkscape:collect="always" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient4788-0">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop4790-7" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop4792-63" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4788-7-5"
+       id="radialGradient5152-4"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-10.298767,4.5253845e-6,0.73688678,-7.3385946,3381.0701,487.59388)"
+       cx="326.0206"
+       cy="58"
+       fx="326.0206"
+       fy="58"
+       r="12.5" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient4788-7-5">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop4790-8-0" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop4792-6-1" />
+    </linearGradient>
+    <radialGradient
+       r="12.5"
+       fy="58"
+       fx="327.5"
+       cy="58"
+       cx="327.5"
+       gradientTransform="matrix(28.198876,2.5856001e-7,-6.9349178e-8,6.4015838,-9081.3849,-310.29191)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient19214"
+       xlink:href="#linearGradient4788-0"
+       inkscape:collect="always" />
+    <inkscape:perspective
+       id="perspective19258"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11520-9-3-3"
+       id="radialGradient4622-7-6"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(13.339021,1.2973092e-6,-3.2847942e-7,3.3774477,-169.04322,33.20622)"
+       cx="17.320858"
+       cy="6.8678637"
+       fx="17.320858"
+       fy="6.8678637"
+       r="20.530962" />
+    <linearGradient
+       id="linearGradient11520-9-3-3">
+      <stop
+         id="stop11522-2-3-0"
+         offset="0.0000000"
+         style="stop-color:#ffffff;stop-opacity:1" />
+      <stop
+         id="stop11524-8-1-2"
+         offset="1.0000000"
+         style="stop-color:#d4d4d4;stop-opacity:1" />
+    </linearGradient>
+    <radialGradient
+       r="20.530962"
+       fy="6.8678637"
+       fx="17.320858"
+       cy="6.8678637"
+       cx="17.320858"
+       gradientTransform="matrix(13.339021,1.2973092e-6,-3.2847942e-7,3.3774477,-225.04331,-26.793902)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient19267"
+       xlink:href="#linearGradient11520-9-3-3"
+       inkscape:collect="always" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient19287"
+       id="linearGradient19293"
+       x1="23.494705"
+       y1="40.499714"
+       x2="23.494705"
+       y2="6.3689661"
+       gradientUnits="userSpaceOnUse" />
+    <inkscape:perspective
+       id="perspective19303"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <linearGradient
+       gradientTransform="matrix(0.2129797,0,0,0.2129797,290.17958,39.850771)"
+       inkscape:collect="always"
+       xlink:href="#linearGradient15264-7"
+       id="linearGradient15270-0"
+       x1="155"
+       y1="162.95799"
+       x2="230.13904"
+       y2="138.95799"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient15264-7">
+      <stop
+         style="stop-color:#cc0000;stop-opacity:1;"
+         offset="0"
+         id="stop15266-4" />
+      <stop
+         style="stop-color:#ff4c4c;stop-opacity:1"
+         offset="1"
+         id="stop15268-2" />
+    </linearGradient>
+    <inkscape:path-effect
+       effect="spiro"
+       id="path-effect14728-4"
+       is_visible="true" />
+    <inkscape:path-effect
+       is_visible="true"
+       id="path-effect15244-6"
+       effect="spiro" />
+    <filter
+       inkscape:collect="always"
+       id="filter19340"
+       x="-0.10069961"
+       width="1.2013992"
+       y="-0.14999932"
+       height="1.2999986">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="1.5734313"
+         id="feGaussianBlur19342" />
+    </filter>
+    <inkscape:perspective
+       id="perspective19352"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <radialGradient
+       r="12.5"
+       fy="58"
+       fx="327.5"
+       cy="58"
+       cx="327.5"
+       gradientTransform="matrix(28.198876,2.5856001e-7,-6.9349178e-8,6.4015838,-9081.3849,-310.29191)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient19214-0"
+       xlink:href="#linearGradient4788-0-0"
+       inkscape:collect="always" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient4788-0-0">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop4790-7-0" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop4792-63-9" />
+    </linearGradient>
+    <radialGradient
+       r="12.5"
+       fy="61.038906"
+       fx="328.46164"
+       cy="61.038906"
+       cx="328.46164"
+       gradientTransform="matrix(5.978557,-0.09499585,0.03999999,2.5173968,-1636.9687,-63.456649)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient19366"
+       xlink:href="#linearGradient4788-0-0"
+       inkscape:collect="always" />
+    <filter
+       inkscape:collect="always"
+       id="filter19403"
+       x="-0.052468619"
+       width="1.1049372"
+       y="-0.52468619"
+       height="2.0493724">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.81982218"
+         id="feGaussianBlur19405" />
+    </filter>
+    <filter
+       inkscape:collect="always"
+       id="filter19417"
+       x="-0.14635983"
+       width="1.2927197"
+       y="-1.4635983"
+       height="3.9271967">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="2.2868724"
+         id="feGaussianBlur19419" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient19423"
+       id="linearGradient19429"
+       x1="318.625"
+       y1="57.121716"
+       x2="318.625"
+       y2="59.501892"
+       gradientUnits="userSpaceOnUse" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11520-9-3-3"
+       id="radialGradient19482"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(13.435439,1.2741189e-6,-3.3085377e-7,3.3170734,-170.58685,32.675235)"
+       cx="17.320858"
+       cy="6.8678637"
+       fx="17.320858"
+       fy="6.8678637"
+       r="20.530962" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient19287"
+       id="linearGradient19484"
+       gradientUnits="userSpaceOnUse"
+       x1="23.494705"
+       y1="40.499714"
+       x2="23.494705"
+       y2="6.3689661"
+       gradientTransform="matrix(1.0072283,0,0,0.98212429,-0.32173056,0.06260007)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient15264-7"
+       id="linearGradient19486"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.2129797,0,0,0.2129797,290.9547,39.850771)"
+       x1="155"
+       y1="162.95799"
+       x2="230.13904"
+       y2="138.95799" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4788-0-0"
+       id="radialGradient19488"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(5.893031,-0.09395458,0.03942777,2.489803,-1609.1274,-61.801524)"
+       cx="328.46164"
+       cy="61.038906"
+       fx="328.46164"
+       fy="61.038906"
+       r="12.5" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient19423"
+       id="linearGradient19490"
+       gradientUnits="userSpaceOnUse"
+       x1="318.625"
+       y1="57.121716"
+       x2="318.625"
+       y2="59.501892"
+       gradientTransform="matrix(0.99370582,0,0,0.95659858,1.750889,2.7397148)" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11520-9-3-3"
+       id="radialGradient19524"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(13.435439,1.2615007e-6,-3.3085377e-7,3.2842229,-170.58685,32.386318)"
+       cx="17.320858"
+       cy="6.8678637"
+       fx="17.320858"
+       fy="6.8678637"
+       r="20.530962" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient19287"
+       id="linearGradient19526"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.0072283,0,0,0.97239785,-0.32173056,0.09666169)"
+       x1="23.494705"
+       y1="40.499714"
+       x2="23.494705"
+       y2="6.3689661" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient15264-7"
+       id="linearGradient19528"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.2129797,0,0,0.2129797,290.9547,39.850771)"
+       x1="155"
+       y1="162.95799"
+       x2="230.13904"
+       y2="138.95799" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4788-0-0"
+       id="radialGradient19530"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(5.893031,-0.09395458,0.03942777,2.489803,-1609.1274,-61.801524)"
+       cx="328.46164"
+       cy="61.038906"
+       fx="328.46164"
+       fy="61.038906"
+       r="12.5" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient19423"
+       id="linearGradient19532"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.99370582,0,0,0.95659858,1.750889,2.7397148)"
+       x1="318.625"
+       y1="57.121716"
+       x2="318.625"
+       y2="59.501892" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11520-9-3-3"
+       id="radialGradient19562"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(10.481,9.9479321e-7,-2.5809936e-7,2.5898698,-132.1502,26.279565)"
+       cx="17.320858"
+       cy="6.8678637"
+       fx="17.320858"
+       fy="6.8678637"
+       r="20.530962" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient19287"
+       id="linearGradient19564"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.78573984,0,0,0.76681271,0.67379478,0.81661308)"
+       x1="23.494705"
+       y1="40.499714"
+       x2="23.494705"
+       y2="6.3689661" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient15264-7"
+       id="linearGradient19566"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.2129797,0,0,0.2129797,279.62949,41.957787)"
+       x1="155"
+       y1="162.95799"
+       x2="230.13904"
+       y2="138.95799" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4788-0-0"
+       id="radialGradient19568"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(5.893031,-0.09395458,0.03942777,2.489803,-1609.1274,-61.801524)"
+       cx="328.46164"
+       cy="61.038906"
+       fx="328.46164"
+       fy="61.038906"
+       r="12.5" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient19423"
+       id="linearGradient19570"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.75930998,0,0,0.95659858,61.008122,4.846731)"
+       x1="318.625"
+       y1="57.121716"
+       x2="318.625"
+       y2="59.501892" />
+    <inkscape:perspective
+       id="perspective19584"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4788-0-0-8"
+       id="radialGradient19530-3"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(5.893031,-0.09395458,0.03942777,2.489803,-1609.1274,-61.801524)"
+       cx="328.46164"
+       cy="61.038906"
+       fx="328.46164"
+       fy="61.038906"
+       r="12.5" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient4788-0-0-8">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop4790-7-0-2" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop4792-63-9-3" />
+    </linearGradient>
+    <radialGradient
+       r="12.5"
+       fy="61.038906"
+       fx="328.46164"
+       cy="61.038906"
+       cx="328.46164"
+       gradientTransform="matrix(3.8783326,-0.06183357,0.02594828,1.6385938,-963.29424,-19.954697)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient19593"
+       xlink:href="#linearGradient4788-0-0-8"
+       inkscape:collect="always" />
+  </defs>
+  <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:creator>
+          <cc:Agent>
+            <dc:title>Lapo Calamandrei</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:source />
+        <cc:license
+           rdf:resource="" />
+        <dc:title>Firewall</dc:title>
+        <dc:subject>
+          <rdf:Bag />
+        </dc:subject>
+        <dc:date />
+        <dc:rights>
+          <cc:Agent>
+            <dc:title />
+          </cc:Agent>
+        </dc:rights>
+        <dc:publisher>
+          <cc:Agent>
+            <dc:title />
+          </cc:Agent>
+        </dc:publisher>
+        <dc:identifier />
+        <dc:relation />
+        <dc:language />
+        <dc:coverage />
+        <dc:description />
+        <dc:contributor>
+          <cc:Agent>
+            <dc:title />
+          </cc:Agent>
+        </dc:contributor>
+      </cc:Work>
+      <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
+     style="display:inline"
+     inkscape:groupmode="layer"
+     inkscape:label="artwork"
+     id="layer1">
+    <g
+       inkscape:groupmode="layer"
+       id="layer2"
+       inkscape:label="baseplate"
+       style="display:none"
+       sodipodi:insensitive="true">
+      <rect
+         
style="fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect6284"
+         width="48"
+         height="48"
+         x="296.0625"
+         y="51.99633"
+         inkscape:label="48x48" />
+      <rect
+         inkscape:label="32x32"
+         y="127.99634"
+         x="303"
+         height="32"
+         width="32"
+         id="rect6592"
+         
style="fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 />
+      <rect
+         inkscape:label="24x24"
+         y="178"
+         x="302"
+         height="24"
+         width="24"
+         id="rect5028"
+         
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 />
+      <rect
+         inkscape:label="16x16"
+         y="221"
+         x="303"
+         height="16"
+         width="16"
+         id="rect6833"
+         
style="fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 />
+      <rect
+         
style="fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect6749"
+         width="22"
+         height="22"
+         x="303"
+         y="179.05884"
+         inkscape:label="22x22" />
+      <text
+         id="context"
+         inkscape:label="context"
+         
style="font-size:18px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new;font-family:DejaVu
 Sans;-inkscape-font-specification:DejaVu Sans"
+         x="31.87059"
+         xml:space="preserve"
+         y="18.860306"><tspan
+           id="tspan2716"
+           sodipodi:role="line"
+           x="31.87059"
+           y="18.860306"
+           
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:DejaVu 
Sans;-inkscape-font-specification:DejaVu Sans">apps</tspan></text>
+      <text
+         id="icon-name"
+         inkscape:label="icon-name"
+         sodipodi:linespacing="125%"
+         
style="font-size:18px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new;font-family:DejaVu
 Sans;-inkscape-font-specification:DejaVu Sans Bold"
+         x="239.87057"
+         xml:space="preserve"
+         y="18.860306"><tspan
+           id="tspan3023"
+           sodipodi:role="line"
+           x="239.87057"
+           y="18.860306"
+           
style="font-size:18px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:DejaVu
 Sans;-inkscape-font-specification:DejaVu Sans Bold">evince</tspan></text>
+      <rect
+         inkscape:label="256x256"
+         y="32"
+         x="20"
+         height="256"
+         width="256"
+         id="rect6282"
+         
style="fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         inkscape:export-xdpi="90"
+         inkscape:export-ydpi="90" />
+    </g>
+    <g
+       inkscape:groupmode="layer"
+       id="layer4"
+       inkscape:label="smallsizes"
+       style="display:inline">
+      <g
+         id="g6154"
+         style="fill:#ffffff"
+         transform="matrix(1.25,0,0,1.25,-78,-47.25)" />
+      <g
+         style="display:inline;enable-background:new"
+         id="g4612"
+         transform="translate(-5.7500038,-1.678085)">
+        <rect
+           
style="opacity:0.5;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter4608-0-4);enable-background:accumulate"
+           id="rect4550-5"
+           width="200.5"
+           height="24"
+           x="47.5"
+           y="222"
+           rx="25.040651"
+           ry="12"
+           transform="matrix(0.94655935,0,0,0.68862801,7.8958598,80.83692)" />
+        <rect
+           transform="matrix(0.94655935,0,0,0.68862801,7.8958593,76.836915)"
+           ry="12"
+           rx="25.040651"
+           y="222"
+           x="47.5"
+           height="24"
+           width="200.5"
+           id="rect4550"
+           
style="opacity:0.5;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter4568-9);enable-background:accumulate"
 />
+        <g
+           clip-path="url(#clipPath4315-9)"
+           id="g4288">
+          <rect
+             y="60.000122"
+             x="56.000088"
+             width="183.99991"
+             
style="fill:url(#radialGradient4622-7);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.23381771;marker:none;visibility:visible;display:inline;overflow:visible"
+             ry="25.053387"
+             rx="25.053392"
+             id="rect11518-2"
+             height="183.99988" />
+          <rect
+             y="60.00013"
+             x="56.000088"
+             width="183.99991"
+             
style="fill:url(#radialGradient4624-2);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.23381771;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+             ry="25.053387"
+             rx="25.053392"
+             id="rect11518-2-8"
+             height="183.99988" />
+          <path
+             inkscape:connector-curvature="0"
+             
style="fill:url(#linearGradient4626-1);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.23381771;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter4105-6);enable-background:new"
+             d="m 62,189.9375 0,30 C 62,230.59424 70.405762,239 81.0625,239 l 133.875,0 C 225.59424,239 
234,230.59424 234,219.9375 l 0,-30 C 234,200.59424 225.59424,209 214.9375,209 l -133.875,0 C 70.405762,209 
62,200.59424 62,189.9375 z"
+             id="path4060"
+             sodipodi:nodetypes="ccccccccc" />
+          <path
+             inkscape:connector-curvature="0"
+             
style="fill:url(#radialGradient4628-9);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.23381771;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter4155-7);enable-background:new"
+             d="m 62,212.9375 0,6 C 62,229.59424 70.405762,238 81.0625,238 l 133.87499,0 c 10.65674,0 
19.0625,-8.40576 19.0625,-19.0625 l 0,-6 c 0,10.65674 -8.40576,19.0625 -19.0625,19.0625 L 81.0625,232 C 
70.405762,232 62,223.59424 62,212.9375 z"
+             id="path4060-9"
+             sodipodi:nodetypes="ccccccccc"
+             transform="matrix(1,0,0,-1,0,300.9375)" />
+          <path
+             inkscape:connector-curvature="0"
+             
style="color:#000000;fill:url(#radialGradient4630-0);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter4246-8);enable-background:accumulate"
+             d="m 60,76 c -1.108,0 -2,0.892 -2,2 l 0,148 c 0,1.108 0.892,2 2,2 1.108,0 2,-0.892 2,-2 L 62,78 
c 0,-1.108 -0.892,-2 -2,-2 z m 176,0 c -1.108,0 -2,0.892 -2,2 l 0,148 c 0,1.108 0.892,2 2,2 1.108,0 2,-0.892 
2,-2 l 0,-148 c 0,-1.108 -0.892,-2 -2,-2 z"
+             id="rect4213" />
+          <rect
+             y="60.00013"
+             x="56.000088"
+             width="183.99991"
+             
style="fill:none;stroke:url(#linearGradient4632-8);stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter4321-0);enable-background:new"
+             ry="25.053387"
+             rx="25.053392"
+             id="rect11518-2-8-3"
+             height="183.99988" />
+        </g>
+        <g
+           id="g19245"
+           style="opacity:0.4212766">
+          <rect
+             y="213.67809"
+             x="83.75"
+             height="1"
+             width="129"
+             id="rect4626-5-3"
+             
style="opacity:0.33516487000000000;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
 />
+          <rect
+             
style="opacity:0.33516487000000000;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+             id="rect4628-1"
+             width="129"
+             height="1"
+             x="83.75"
+             y="215.67809" />
+          <rect
+             y="217.67809"
+             x="83.75"
+             height="1"
+             width="82.928574"
+             id="rect4630-2-1"
+             
style="opacity:0.33516487000000000;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
 />
+        </g>
+      </g>
+      <path
+         sodipodi:type="inkscape:offset"
+         inkscape:radius="0"
+         inkscape:original="M 134.9375 79.84375 C 126.76504 79.377858 118.47082 81.024346 110.84375 84.09375 
C 98.772748 88.951555 88.061974 97.433037 81.21875 108.5 C 74.375527 119.56696 71.547752 133.23403 74.21875 
145.96875 C 76.036186 154.63388 80.316723 162.72408 86.125 169.40625 C 88.150385 171.73637 90.425215 
173.82083 92.78125 175.8125 C 80.287878 183.93956 67.357425 191.38837 54 198 C 70.690006 194.76715 86.990619 
189.57858 102.53125 182.6875 C 104.07042 183.57565 105.61986 184.44702 107.21875 185.21875 C 123.16571 
192.9158 141.37885 194.7595 159.0625 193.84375 C 183.69623 192.56808 208.05098 186.16469 230.125 175.15625 L 
230 137 C 209.46409 160.17851 179.7714 175.0194 148.90625 177.53125 C 138.8092 178.35297 128.4288 177.73765 
118.84375 174.65625 C 124.79967 171.42012 130.61139 167.94996 136.25 164.1875 C 146.96596 157.03709 157.28533 
148.73202 163.96875 137.71875 C 167.31047 132.21212 169.71002 126.07621 170.53125 119.6875 C 171.35249 
113.29879 170.57872 106.6561 
 167.9375
  100.78125 C 165.69 95.782225 162.11452 91.418728 157.78125 88.0625 C 153.44798 84.706272 148.35416 
82.338224 143.03125 81.03125 C 140.3698 80.377763 137.66165 79.999047 134.9375 79.84375 z M 128.3125 
100.34375 C 129.78755 100.2989 131.25005 100.38957 132.71875 100.59375 C 135.65616 101.0021 138.52561 
101.93275 141.0625 103.46875 C 143.59939 105.00476 145.79238 107.15391 147.28125 109.71875 C 149.09598 
112.84494 149.81585 116.54834 149.59375 120.15625 C 149.37164 123.76416 148.22986 127.27798 146.53125 
130.46875 C 143.13402 136.8503 137.66064 141.8131 132.15625 146.5 C 123.36259 153.98766 114.12397 160.93449 
104.6875 167.59375 C 101.68847 165.39711 98.92776 162.88482 96.625 159.96875 C 92.667138 154.95677 89.974192 
148.90759 89.25 142.5625 C 88.294735 134.19284 90.842692 125.5789 95.6875 118.6875 C 100.5323 111.79609 
107.55907 106.59406 115.34375 103.375 C 119.45463 101.6751 123.88736 100.47831 128.3125 100.34375 z "
+         xlink:href="#path15242"
+         
style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter15260);enable-background:accumulate;opacity:0.16595745"
+         id="path15246"
+         inkscape:href="#path15242"
+         d="m 133.5,77.625 c -8.69379,-0.599702 -17.56214,1.135194 -25.65625,4.46875 -12.164778,5.010057 
-22.922328,13.691817 -29.75,24.9375 -6.827672,11.24568 -9.584898,25.06354 -6.875,37.9375 1.883519,8.94807 
6.314889,17.28105 12.34375,24.15625 2.404493,2.74204 5.124048,5.18967 7.96875,7.46875 C 79.419542,184.40633 
66.917108,191.60632 54,198 c 16.422813,-2.95579 32.445757,-7.93538 47.71875,-14.65625 1.24336,0.67903 
2.47115,1.39333 3.75,2 16.52331,7.83853 35.33772,9.58618 53.59375,8.5 24.61044,-1.46425 48.91598,-7.8547 
71.0625,-18.6875 L 230,137 c -20.53591,23.17851 -50.2286,38.0194 -81.09375,40.53125 -10.00777,0.81445 
-20.29771,0.22793 -29.8125,-2.78125 5.87932,-3.25593 11.61545,-6.75819 17.15625,-10.5625 10.55033,-7.24384 
20.63612,-15.64995 27.21875,-26.625 3.29131,-5.48752 5.66763,-11.57025 6.5625,-17.90625 0.89486,-6.336 
0.29948,-12.94051 -2.09375,-18.875 -2.18263,-5.412272 -5.83687,-10.198881 -10.34375,-13.90625 
-4.50688,-3.707368 -9.85882,-6.349233 -15.5,-7.84375 C 13
 9.27316,
 78.283991 136.39793,77.824901 133.5,77.625 z m -5.1875,22.71875 c 1.47505,-0.0448 2.93755,0.0458 
4.40625,0.25 2.93741,0.40835 5.80686,1.339 8.34375,2.875 2.53689,1.53601 4.72988,3.68516 6.21875,6.25 
1.81473,3.12619 2.5346,6.82959 2.3125,10.4375 -0.22211,3.60791 -1.36389,7.12173 -3.0625,10.3125 
-3.39723,6.38155 -8.87061,11.34435 -14.375,16.03125 -8.79366,7.48766 -18.03228,14.43449 -27.46875,21.09375 
-2.99903,-2.19664 -5.75974,-4.70893 -8.0625,-7.625 -3.957862,-5.01198 -6.650808,-11.06116 -7.375,-17.40625 
-0.955265,-8.36966 1.592692,-16.9836 6.4375,-23.875 4.8448,-6.89141 11.87157,-12.09344 19.65625,-15.3125 
4.11088,-1.6999 8.54361,-2.89669 12.96875,-3.03125 z"
+         transform="matrix(0.97855803,0,0,1.0076384,1.0460996,1.4477781)" />
+      <path
+         sodipodi:nodetypes="csssssccsssssc"
+         inkscape:original-d="m 54,198 c 0,0 77.29947,-23.87701 82.26203,-33.80214 2.48129,-4.96257 
30.96792,-55.35294 31.66578,-63.41711 0.69786,-8.064172 -39.41979,-17.919787 -57.09893,-16.679146 
-35.358292,2.481284 -39.080217,48.219256 -36.598933,61.866306 2.481283,13.64706 38.941173,62.13369 
84.844923,47.86631 45.90374,-14.26738 71.06417,-18.68983 71.06417,-18.68983 L 230,137 c 0,0 
-46.35294,38.04813 -81.09091,40.52941 -34.73797,2.48129 -62.75401,-18.22994 -59.652406,-34.97861 
1.550803,-8.37433 12.144386,-32.13369 26.101606,-39.18984 13.95722,-7.056147 26.03743,1.3877 31.93048,6.35027 
11.7861,9.92513 -3.96257,26.25668 -15.12834,36.80214 C 120.99465,157.05882 54,199.24064 54,198 z"
+         inkscape:path-effect="#path-effect15244"
+         id="path15242"
+         d="m 54,198 c 29.296493,-5.67472 57.43968,-17.23899 82.26203,-33.80214 10.71596,-7.15041 
21.03617,-15.46466 27.71959,-26.47793 3.34172,-5.50663 5.71598,-11.64656 6.53721,-18.03527 0.82124,-6.38871 
0.0502,-13.02906 -2.59102,-18.90391 -2.2475,-4.999025 -5.81542,-9.372668 -10.14869,-12.728896 
-4.33327,-3.356228 -9.41808,-5.704193 -14.74099,-7.011167 -10.6458,-2.613947 -22.03983,-1.031622 
-32.20925,3.060917 -12.071002,4.857805 -22.779227,13.342493 -29.622451,24.409456 -6.843223,11.06696 
-9.64748,24.72213 -6.976482,37.45685 1.817436,8.66513 6.086409,16.74655 11.894686,23.42872 5.808276,6.68218 
13.124484,11.98613 21.097967,15.83465 15.94696,7.69705 34.16862,9.51869 51.85227,8.60294 24.63373,-1.27567 
48.99015,-7.68139 71.06417,-18.68983 L 230,137 c -20.53591,23.17851 -50.22576,38.01756 -81.09091,40.52941 
-12.73048,1.03603 -25.96982,-0.0449 -37.40868,-5.72741 -5.71943,-2.84126 -10.91114,-6.82225 
-14.869006,-11.83424 -3.957862,-5.01198 -6.650528,-11.07187 -7.37472,-17.41696 
 -0.95526
 5,-8.36966 1.582804,-16.9779 6.427612,-23.8693 4.844804,-6.89141 11.889314,-12.10148 19.673994,-15.32054 
5.48118,-2.26653 11.48926,-3.592279 17.36407,-2.77557 2.93741,0.40835 5.81237,1.35573 8.34926,2.89173 
2.53689,1.53601 4.72828,3.66927 6.21715,6.23411 1.81473,3.12619 2.54269,6.82592 2.32059,10.43383 
-0.22211,3.60791 -1.36516,7.12545 -3.06377,10.31622 -3.39723,6.38155 -8.88077,11.36519 -14.38516,16.05209 C 
108.34685,166.79023 82.030901,184.12533 54,198"
+         
style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 />
+      <path
+         
style="color:#000000;fill:url(#linearGradient15270);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         d="m 54,197 c 30.096791,-8.40702 58.54101,-22.68759 83.26203,-41.80214 8.37222,-6.47349 
16.48547,-13.6951 21.59296,-22.96406 2.55375,-4.63448 4.31024,-9.74687 4.78802,-15.01677 0.47778,-5.26989 
-0.35676,-10.69942 -2.7152,-15.43628 -2.02762,-4.072416 -5.14831,-7.569516 -8.86177,-10.197443 
-3.71347,-2.627926 -8.0081,-4.397016 -12.46086,-5.32909 -8.90551,-1.864147 -18.26835,-0.377219 
-26.7763,2.847387 -10.24328,3.882317 -19.605475,10.369024 -26.19175,19.122206 -6.586276,8.75318 
-10.261094,19.82311 -9.407183,30.7441 0.553757,7.08221 2.97346,13.97437 6.710083,20.01606 3.736622,6.04169 
8.768736,11.24246 14.505914,15.43163 11.474356,8.37833 25.536116,12.61584 39.628926,14.41862 32.07327,4.10287 
65.57066,-4.15278 92.06417,-22.68983 L 230,136 c -20.76647,22.91246 -50.30016,37.67346 -81.09091,40.52941 
-13.28988,1.23268 -27.1382,0.22509 -39.14105,-5.61204 -6.00142,-2.91857 -11.460563,-7.03373 
-15.64093,-12.23562 -4.180366,-5.20189 -7.049649,-11.50815 -7.870426,-18.13095 -1.197
 774,-9.6
 6476 2.078706,-19.63575 8.121769,-27.27274 6.043067,-7.63699 14.685417,-13.0092 23.979837,-15.917097 
5.12946,-1.604829 10.56452,-2.497751 15.89533,-1.812701 5.33081,0.68505 10.56122,3.061914 14.03515,7.162968 
2.8144,3.32247 4.35282,7.63301 4.62475,11.97878 0.27193,4.34576 -0.6787,8.72015 -2.40884,12.71592 
-3.46029,7.99156 -9.84051,14.31608 -16.34425,20.10744 C 110.58949,168.5025 83.326149,185.33339 54,197"
+         id="path14726"
+         inkscape:path-effect="#path-effect14728"
+         inkscape:original-d="m 54,197 c 0,0 78.29947,-31.87701 83.26203,-41.80214 2.48129,-4.96257 
22.96792,-45.35294 23.66578,-53.41711 0.69786,-8.064172 -30.41979,-13.919787 -48.09893,-12.679146 
-35.358292,2.481284 -38.080217,36.219256 -35.598933,49.866306 2.481283,13.64706 14.941173,64.13369 
60.844923,49.86631 45.90374,-14.26738 92.06417,-22.68983 92.06417,-22.68983 L 230,136 c 0,0 
-46.35294,38.04813 -81.09091,40.52941 -34.73797,2.48129 -65.75401,-19.22994 -62.652406,-35.97861 
1.550803,-8.37433 18.144386,-36.13369 32.101606,-43.189837 13.95722,-7.05615 24.03743,0.3877 
29.93048,5.350267 11.7861,9.92513 -2.96257,34.25668 -14.12834,44.80214 C 122.99465,158.05882 54,198.24064 
54,197 z"
+         sodipodi:nodetypes="csssssccsssssc" />
+      <path
+         
style="opacity:0.3404255;color:#000000;fill:url(#radialGradient15282);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         d="m 157,177 c 13.15849,-1.85142 26.10378,-5.21383 38.5,-10 11.0053,-4.24913 21.57748,-9.61913 
31.5,-16 l 1,-10 c -9.69413,9.30408 -20.76939,17.16667 -32.75,23.25 -12.02728,6.10703 -24.96396,10.41926 
-38.25,12.75"
+         id="path15272"
+         inkscape:path-effect="#path-effect15274"
+         inkscape:original-d="m 157,177 c 15,-4.25 19.5,-2 38.5,-10 19,-8 31.5,-16 31.5,-16 l 1,-10 c 0,0 
-20.75,17.25 -32.75,23.25 -12,6 -25.5,7 -38.25,12.75 z"
+         sodipodi:nodetypes="csccsc" />
+      <path
+         sodipodi:nodetypes="cccccc"
+         id="rect4785"
+         d="m 164.7255,61 43.91304,0 c 12.51,0 24,11.458405 24,23.5 l 0,77.5 -120.60869,0 52.69565,-101 z"
+         
style="fill:url(#radialGradient19214);fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <path
+         sodipodi:nodetypes="ccccc"
+         id="path10688-3"
+         d="m 108.01138,61.956913 33.86028,0 -40.23067,87.464897 -16.608085,-0.98277 22.978475,-86.482127 
0,0 0,0 z"
+         
style="fill:url(#radialGradient5152-4);fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <g
+         id="g19436">
+        <rect
+           
style="opacity:0.34468085;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter19417);enable-background:accumulate"
+           id="rect19407"
+           width="37.5"
+           height="3.75"
+           x="301.75"
+           y="92.5"
+           rx="1.875"
+           ry="1.875" />
+        <rect
+           ry="1.875"
+           rx="1.875"
+           y="92.5"
+           x="301.75"
+           height="3.75"
+           width="37.5"
+           id="rect19397"
+           
style="opacity:0.70212766;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter19403);enable-background:accumulate"
 />
+        <g
+           transform="translate(296,50.998038)"
+           id="layer1-5"
+           inkscape:label="Layer 1">
+          <rect
+             
style="color:#000000;fill:url(#radialGradient4622-7-6);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient19293);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             id="rect2362-5"
+             width="40.015385"
+             height="40.995502"
+             x="4.4947042"
+             y="3.5019624"
+             rx="5.25"
+             ry="5.249999" />
+          <rect
+             ry="4.1893401"
+             rx="4.1893401"
+             y="4.5014553"
+             x="5.4887967"
+             height="38.996178"
+             width="38.016666"
+             id="rect4578-6"
+             
style="color:#000000;fill:none;stroke:#ffffff;stroke-width:1.00000048;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
 />
+          <g
+             style="opacity:0.45106383"
+             id="g19431">
+            <rect
+               
style="opacity:0.33516487000000000;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
+               id="rect4626-5"
+               width="28"
+               height="1"
+               x="10"
+               y="35" />
+            <rect
+               y="37"
+               x="10"
+               height="1"
+               width="28"
+               id="rect4628"
+               
style="opacity:0.33516487000000000;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
 />
+            <rect
+               
style="opacity:0.33516487000000000;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
+               id="rect4630-2"
+               width="18"
+               height="1"
+               x="10"
+               y="39" />
+          </g>
+        </g>
+        <path
+           transform="translate(0,1.1767767)"
+           d="m 317.15625,56.90625 c -1.15726,0.114073 -2.29623,0.409587 -3.375,0.84375 -2.56389,1.031867 
-4.812,2.902309 -6.21875,5.28125 -1.40674,2.37894 -1.92504,5.273741 -1.3125,7.96875 0.41158,1.810826 
1.30933,3.507894 2.53125,4.90625 0.41537,0.475352 0.89518,0.87174 1.375,1.28125 -2.72468,1.783506 
-5.54104,3.417806 -8.46875,4.84375 3.84254,-0.424743 7.57612,-1.498425 11.125,-3.03125 0.12858,0.06758 
0.24466,0.154812 0.375,0.21875 3.33446,1.635641 7.1644,2.065536 10.875,1.90625 5.25193,-0.225451 
10.44169,-1.581239 15.125,-3.96875 l -0.0313,-8.125 c -4.1325,5.203075 -10.60798,8.442944 -17.25,8.625 
-1.70702,0.04679 -3.3969,-0.246049 -5.03125,-0.71875 0.9065,-0.524608 1.82672,-1.028085 2.6875,-1.625 
2.2997,-1.594749 4.49491,-3.485467 5.84375,-5.9375 0.67442,-1.226016 1.12728,-2.57487 1.25,-3.96875 
0.12272,-1.393879 -0.10989,-2.833878 -0.71875,-4.09375 -1.01194,-2.094024 -3.05719,-3.588344 -5.3125,-4.15625 
-1.12766,-0.283952 -2.31149,-0.364073 -3.46875,-0.25 z m 1.3125,4.312
 5 c 0.62
 966,0.09179 1.24253,0.286353 1.78125,0.625 0.53872,0.338646 1.00232,0.819401 1.3125,1.375 0.37418,0.670235 
0.52021,1.452866 0.46875,2.21875 -0.0515,0.765884 -0.29688,1.509208 -0.65625,2.1875 -0.71874,1.356583 
-1.89999,2.434765 -3.0625,3.4375 -1.64862,1.422039 -3.4559,2.628572 -5.21875,3.90625 -0.51603,-0.41675 
-1.11991,-0.72973 -1.53125,-1.25 -0.79019,-0.99945 -1.34787,-2.181623 -1.5625,-3.4375 -0.29135,-1.704749 
0.0661,-3.506165 0.9375,-5 0.8715,-1.493835 2.24492,-2.675665 3.8125,-3.40625 1.15351,-0.537606 
2.45942,-0.839834 3.71875,-0.65625 z"
+           inkscape:href="#path15242-9"
+           id="path19338"
+           
style="opacity:0.34468085;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter19340);enable-background:accumulate"
+           xlink:href="#path15242-9"
+           inkscape:original="M 317.15625 56.90625 C 315.99899 57.020323 314.86002 57.315837 313.78125 57.75 
C 311.21736 58.781867 308.96925 60.652309 307.5625 63.03125 C 306.15576 65.41019 305.63746 68.304991 306.25 
71 C 306.66158 72.810826 307.55933 74.507894 308.78125 75.90625 C 309.19662 76.381602 309.67643 76.77799 
310.15625 77.1875 C 307.43157 78.971006 304.61521 80.605306 301.6875 82.03125 C 305.53004 81.606507 309.26362 
80.532825 312.8125 79 C 312.94108 79.067578 313.05716 79.154812 313.1875 79.21875 C 316.52196 80.854391 
320.3519 81.284286 324.0625 81.125 C 329.31443 80.899549 334.50419 79.543761 339.1875 77.15625 L 339.15625 
69.03125 C 335.02375 74.234325 328.54827 77.474194 321.90625 77.65625 C 320.19923 77.70304 318.50935 
77.410201 316.875 76.9375 C 317.7815 76.412892 318.70172 75.909415 319.5625 75.3125 C 321.8622 73.717751 
324.05741 71.827033 325.40625 69.375 C 326.08067 68.148984 326.53353 66.80013 326.65625 65.40625 C 326.77897 
64.012371 326.54636 62.572372 3
 25.9375 
 61.3125 C 324.92556 59.218476 322.88031 57.724156 320.625 57.15625 C 319.49734 56.872298 318.31351 56.792177 
317.15625 56.90625 z M 318.46875 61.21875 C 319.09841 61.31054 319.71128 61.505103 320.25 61.84375 C 
320.78872 62.182396 321.25232 62.663151 321.5625 63.21875 C 321.93668 63.888985 322.08271 64.671616 322.03125 
65.4375 C 321.97975 66.203384 321.73437 66.946708 321.375 67.625 C 320.65626 68.981583 319.47501 70.059765 
318.3125 71.0625 C 316.66388 72.484539 314.8566 73.691072 313.09375 74.96875 C 312.57772 74.552 311.97384 
74.23902 311.5625 73.71875 C 310.77231 72.7193 310.21463 71.537127 310 70.28125 C 309.70865 68.576501 
310.06605 66.775085 310.9375 65.28125 C 311.809 63.787415 313.18242 62.605585 314.75 61.875 C 315.90351 
61.337394 317.20942 61.035166 318.46875 61.21875 z "
+           inkscape:radius="0"
+           sodipodi:type="inkscape:offset" />
+        <path
+           
style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           d="m 301.68048,82.02075 c 6.39619,-0.707015 12.60706,-3.032096 17.89514,-6.699165 
2.2997,-1.594749 4.47154,-3.493055 5.82038,-5.945088 0.67442,-1.226016 1.13133,-2.580671 1.25405,-3.974551 
0.12272,-1.393879 -0.0964,-2.827053 -0.70526,-4.086925 -1.01194,-2.094024 -3.07014,-3.590915 
-5.32545,-4.158821 -2.25532,-0.567905 -4.67792,-0.261823 -6.83546,0.606503 -2.56389,1.031867 
-4.81685,2.874035 -6.2236,5.252976 -1.40674,2.37894 -1.93377,5.290785 -1.32123,7.985794 0.41158,1.810826 
1.31978,3.495314 2.5417,4.89367 1.22192,1.398356 2.75163,2.51459 4.41886,3.33241 3.33446,1.635641 
7.14909,2.065254 10.85969,1.905968 5.25193,-0.225451 10.45191,-1.59304 15.13522,-3.980551 l -0.0296,-8.123982 
c -4.1325,5.203075 -10.62869,8.449889 -17.27071,8.631945 -2.54722,0.06982 -5.16145,-0.308503 
-7.40125,-1.523603 -1.11991,-0.60755 -2.134,-1.421351 -2.92419,-2.420802 -0.79019,-0.99945 -1.35218,-2.186952 
-1.56681,-3.442829 -0.29135,-1.704749 0.074,-3.501345 0.94545,-4.99518 0.8715,-1.493835
  2.23358
 ,-2.683374 3.80116,-3.413959 1.15351,-0.537606 2.44811,-0.83466 3.70744,-0.651076 0.62966,0.09179 
1.24418,0.304005 1.7829,0.642652 0.53872,0.338646 1.00002,0.805299 1.3102,1.360898 0.37418,0.670235 
0.52036,1.456245 0.4689,2.222129 -0.0515,0.765884 -0.29473,1.512021 -0.6541,2.190313 -0.71874,1.356583 
-1.87432,2.422931 -3.03683,3.425666 -5.04548,4.352035 -10.65621,8.047994 -16.64658,10.965608 l -2e-5,0"
+           id="path15242-9"
+           inkscape:path-effect="#path-effect15244-6"
+           inkscape:original-d="m 301.68048,82.02075 c 0,0 16.83822,-4.585314 17.89514,-6.699165 
0.52846,-1.056933 6.22054,-12.289059 6.36917,-14.006564 0.14863,-1.717503 -8.39561,-3.81655 
-12.16091,-3.552318 -7.5306,0.528462 -8.0733,10.332225 -7.54483,13.23877 0.52845,2.906544 8.04368,13.170717 
17.82025,10.132048 9.77656,-3.03866 15.13522,-3.980551 15.13522,-3.980551 l -0.0296,-8.123982 c 0,0 
-9.87223,8.103483 -17.27071,8.631945 -7.39849,0.528463 -12.55283,-3.820112 -11.89225,-7.387234 
0.33028,-1.783566 1.77401,-6.906327 4.74661,-8.409139 2.9726,-1.502821 5.54544,0.295548 6.80054,1.352474 
2.5102,2.11385 -0.84394,5.592142 -3.22203,7.838108 -2.37809,2.245967 -16.64658,11.229839 -16.64658,10.965608 
l -2e-5,0 z"
+           sodipodi:nodetypes="csssssccssssscc" />
+        <path
+           sodipodi:nodetypes="csssssccssssscc"
+           inkscape:original-d="m 301.68048,81.807769 c 0,0 16.6762,-6.789157 17.73312,-8.903008 
0.52846,-1.056925 4.8917,-9.659254 5.04033,-11.376758 0.14864,-1.717504 -6.4788,-2.964633 -10.24409,-2.700402 
-7.5306,0.528463 -7.86032,7.651467 -7.33185,10.558011 0.52846,2.906553 2.99466,13.534179 12.77123,10.49551 
9.77656,-3.03866 19.5453,-4.644967 19.5453,-4.644967 l -0.0296,-6.420149 c 0,0 -9.87223,8.103484 
-17.27071,8.631946 -7.39849,0.528463 -14.00427,-4.095585 -13.3437,-7.662717 0.3303,-1.783556 
3.86439,-7.695743 6.837,-9.198555 2.9726,-1.502821 5.11948,0.08257 6.37458,1.139501 2.5102,2.113851 
-0.63097,7.295976 -3.00905,9.541943 C 316.37496,73.51409 301.6805,82.072 301.6805,81.807769 l -2e-5,0 z"
+           inkscape:path-effect="#path-effect14728-4"
+           id="path14726-0"
+           d="m 301.68048,81.807769 c 6.41277,-1.782616 12.47274,-4.825054 17.73312,-8.903008 
1.78031,-1.380134 3.50454,-2.919812 4.5908,-4.893214 0.54313,-0.986702 0.91712,-2.074647 1.0201,-3.196239 
0.10298,-1.121591 -0.0721,-2.277297 -0.57057,-3.287305 -0.42948,-0.87025 -1.09212,-1.618966 
-1.88226,-2.182409 -0.79014,-0.563442 -1.70531,-0.943723 -2.65489,-1.143934 -1.89916,-0.400423 
-3.89865,-0.07923 -5.70694,0.625941 -2.14101,0.834919 -4.08621,2.225121 -5.44088,4.081429 -1.35468,1.856308 
-2.0915,4.187299 -1.89097,6.476582 0.12999,1.483935 0.64546,2.925126 1.43277,4.189683 0.78731,1.264558 
1.84216,2.35445 3.04339,3.235367 2.40245,1.761835 5.3431,2.668295 8.29507,3.07046 6.78803,0.924777 
13.89908,-0.765173 19.5453,-4.644967 l -0.0296,-6.420149 c -4.42283,4.879888 -10.71291,8.023683 
-17.27071,8.631946 -2.83048,0.262538 -5.77989,0.04794 -8.33626,-1.195249 -1.27818,-0.621595 
-2.44087,-1.498042 -3.3312,-2.60594 -0.89033,-1.107897 -1.50143,-2.451005 -1.67624,-3.861528 -0.2551,-2.
 058398 0
 .44273,-4.182017 1.72978,-5.80854 1.28705,-1.626522 3.1277,-2.770693 5.10722,-3.390015 1.09247,-0.341795 
2.25003,-0.531968 3.38538,-0.386066 1.13535,0.145902 2.24932,0.652126 2.9892,1.525567 0.59941,0.707618 
0.92706,1.625675 0.98498,2.551235 0.0579,0.92556 -0.14455,1.857215 -0.51304,2.708234 -0.73697,1.702038 
-2.09583,3.049031 -3.48099,4.282474 -5.02013,4.470258 -10.82667,8.054894 -17.07254,10.539645 l -2e-5,0"
+           
style="color:#000000;fill:url(#linearGradient15270-0);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 />
+        <path
+           
style="fill:url(#radialGradient19366);fill-opacity:1;stroke:none;display:inline;enable-background:new;opacity:0.74468085"
+           d="m 323.72418,54.875 11.36465,0 c 2.65263,0 5.08898,2.429649 5.08898,4.982959 l 0,27.68316 
-30.94833,-0.37868 14.4947,-32.287439 z"
+           id="rect4785-8"
+           sodipodi:nodetypes="cccccc" />
+        <rect
+           ry="4.125"
+           rx="4.125"
+           y="54.875"
+           x="301.125"
+           height="8.25"
+           width="39"
+           id="rect19421"
+           
style="opacity:1;color:#000000;fill:url(#linearGradient19429);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 />
+      </g>
+      <g
+         id="g19452"
+         transform="matrix(0.64508593,0,0,0.64508593,111.84168,94.369929)">
+        <rect
+           ry="1.875"
+           rx="1.875"
+           y="92.5"
+           x="301.75"
+           height="3.75"
+           width="37.5"
+           id="rect19454"
+           
style="opacity:0.34468085;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter19417);enable-background:accumulate"
 />
+        <rect
+           
style="opacity:0.70212761;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter19403);enable-background:accumulate"
+           id="rect19456"
+           width="37.5"
+           height="3.75"
+           x="301.75"
+           y="92.5"
+           rx="1.875"
+           ry="1.875" />
+        <g
+           inkscape:label="Layer 1"
+           id="g19458"
+           transform="translate(296,50.998038)">
+          <rect
+             ry="5.1561518"
+             rx="5.2879486"
+             y="3.5019624"
+             x="4.2054629"
+             height="40.26268"
+             width="40.304626"
+             id="rect19460"
+             
style="color:#000000;fill:url(#radialGradient19482);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient19484);stroke-width:1.55018127;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 />
+          <rect
+             
style="color:#000000;fill:none;stroke:#ffffff;stroke-width:1.55018175;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
+             id="rect19462"
+             width="37.204346"
+             height="37.204346"
+             x="5.7556438"
+             y="5.0101147"
+             rx="4.0998244"
+             ry="3.9968441" />
+          <g
+             id="g19464"
+             style="opacity:0.45106387"
+             transform="translate(0,-1.5501811)">
+            <rect
+               
style="opacity:0.33516487;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
+               id="rect19468"
+               width="31.003622"
+               height="1.5501814"
+               x="9.6310959"
+               y="36.788826" />
+            <rect
+               y="39.889187"
+               x="9.6310959"
+               height="1.5501808"
+               width="18.602173"
+               id="rect19470"
+               
style="opacity:0.33516487;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
 />
+          </g>
+        </g>
+        <path
+           sodipodi:type="inkscape:offset"
+           inkscape:radius="0"
+           inkscape:original="M 317.15625 56.90625 C 315.99899 57.020323 314.86002 57.315837 313.78125 57.75 
C 311.21736 58.781867 308.96925 60.652309 307.5625 63.03125 C 306.15576 65.41019 305.63746 68.304991 306.25 
71 C 306.66158 72.810826 307.55933 74.507894 308.78125 75.90625 C 309.19662 76.381602 309.67643 76.77799 
310.15625 77.1875 C 307.43157 78.971006 304.61521 80.605306 301.6875 82.03125 C 305.53004 81.606507 309.26362 
80.532825 312.8125 79 C 312.94108 79.067578 313.05716 79.154812 313.1875 79.21875 C 316.52196 80.854391 
320.3519 81.284286 324.0625 81.125 C 329.31443 80.899549 334.50419 79.543761 339.1875 77.15625 L 339.15625 
69.03125 C 335.02375 74.234325 328.54827 77.474194 321.90625 77.65625 C 320.19923 77.70304 318.50935 
77.410201 316.875 76.9375 C 317.7815 76.412892 318.70172 75.909415 319.5625 75.3125 C 321.8622 73.717751 
324.05741 71.827033 325.40625 69.375 C 326.08067 68.148984 326.53353 66.80013 326.65625 65.40625 C 326.77897 
64.012371 326.54636 62.572372 3
 25.9375 
 61.3125 C 324.92556 59.218476 322.88031 57.724156 320.625 57.15625 C 319.49734 56.872298 318.31351 56.792177 
317.15625 56.90625 z M 318.46875 61.21875 C 319.09841 61.31054 319.71128 61.505103 320.25 61.84375 C 
320.78872 62.182396 321.25232 62.663151 321.5625 63.21875 C 321.93668 63.888985 322.08271 64.671616 322.03125 
65.4375 C 321.97975 66.203384 321.73437 66.946708 321.375 67.625 C 320.65626 68.981583 319.47501 70.059765 
318.3125 71.0625 C 316.66388 72.484539 314.8566 73.691072 313.09375 74.96875 C 312.57772 74.552 311.97384 
74.23902 311.5625 73.71875 C 310.77231 72.7193 310.21463 71.537127 310 70.28125 C 309.70865 68.576501 
310.06605 66.775085 310.9375 65.28125 C 311.809 63.787415 313.18242 62.605585 314.75 61.875 C 315.90351 
61.337394 317.20942 61.035166 318.46875 61.21875 z "
+           xlink:href="#path15242-9"
+           
style="opacity:0.34468085;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter19340);enable-background:accumulate"
+           id="path19472"
+           inkscape:href="#path15242-9"
+           d="m 317.15625,56.90625 c -1.15726,0.114073 -2.29623,0.409587 -3.375,0.84375 -2.56389,1.031867 
-4.812,2.902309 -6.21875,5.28125 -1.40674,2.37894 -1.92504,5.273741 -1.3125,7.96875 0.41158,1.810826 
1.30933,3.507894 2.53125,4.90625 0.41537,0.475352 0.89518,0.87174 1.375,1.28125 -2.72468,1.783506 
-5.54104,3.417806 -8.46875,4.84375 3.84254,-0.424743 7.57612,-1.498425 11.125,-3.03125 0.12858,0.06758 
0.24466,0.154812 0.375,0.21875 3.33446,1.635641 7.1644,2.065536 10.875,1.90625 5.25193,-0.225451 
10.44169,-1.581239 15.125,-3.96875 l -0.0313,-8.125 c -4.1325,5.203075 -10.60798,8.442944 -17.25,8.625 
-1.70702,0.04679 -3.3969,-0.246049 -5.03125,-0.71875 0.9065,-0.524608 1.82672,-1.028085 2.6875,-1.625 
2.2997,-1.594749 4.49491,-3.485467 5.84375,-5.9375 0.67442,-1.226016 1.12728,-2.57487 1.25,-3.96875 
0.12272,-1.393879 -0.10989,-2.833878 -0.71875,-4.09375 -1.01194,-2.094024 -3.05719,-3.588344 -5.3125,-4.15625 
-1.12766,-0.283952 -2.31149,-0.364073 -3.46875,-0.25 z m 1.3125,4.312
 5 c 0.62
 966,0.09179 1.24253,0.286353 1.78125,0.625 0.53872,0.338646 1.00232,0.819401 1.3125,1.375 0.37418,0.670235 
0.52021,1.452866 0.46875,2.21875 -0.0515,0.765884 -0.29688,1.509208 -0.65625,2.1875 -0.71874,1.356583 
-1.89999,2.434765 -3.0625,3.4375 -1.64862,1.422039 -3.4559,2.628572 -5.21875,3.90625 -0.51603,-0.41675 
-1.11991,-0.72973 -1.53125,-1.25 -0.79019,-0.99945 -1.34787,-2.181623 -1.5625,-3.4375 -0.29135,-1.704749 
0.0661,-3.506165 0.9375,-5 0.8715,-1.493835 2.24492,-2.675665 3.8125,-3.40625 1.15351,-0.537606 
2.45942,-0.839834 3.71875,-0.65625 z"
+           transform="translate(0.38754528,1.1767767)" />
+        <path
+           sodipodi:nodetypes="csssssccssssscc"
+           inkscape:original-d="m 301.97115,82.02075 c 0,0 16.83822,-4.585314 17.89514,-6.699165 
0.52846,-1.056933 6.22054,-12.289059 6.36917,-14.006564 0.14863,-1.717503 -8.39561,-3.81655 
-12.16091,-3.552318 -7.5306,0.528462 -8.0733,10.332225 -7.54483,13.23877 0.52845,2.906544 8.04368,13.170717 
17.82025,10.132048 9.77656,-3.03866 15.13522,-3.980551 15.13522,-3.980551 l -0.0296,-8.123982 c 0,0 
-9.87223,8.103483 -17.27071,8.631945 -7.39849,0.528463 -12.55283,-3.820112 -11.89225,-7.387234 
0.33028,-1.783566 1.77401,-6.906327 4.74661,-8.409139 2.9726,-1.502821 5.54544,0.295548 6.80054,1.352474 
2.5102,2.11385 -0.84394,5.592142 -3.22203,7.838108 -2.37809,2.245967 -16.64658,11.229839 -16.64658,10.965608 
l -2e-5,0 z"
+           inkscape:path-effect="#path-effect19492"
+           id="path19474"
+           d="m 301.97115,82.02075 c 6.39619,-0.707015 12.60706,-3.032096 17.89514,-6.699165 
2.2997,-1.594749 4.47154,-3.493055 5.82038,-5.945088 0.67442,-1.226016 1.13133,-2.580671 1.25405,-3.974551 
0.12272,-1.393879 -0.0964,-2.827053 -0.70526,-4.086925 -1.01194,-2.094024 -3.07014,-3.590915 
-5.32545,-4.158821 -2.25532,-0.567905 -4.67792,-0.261823 -6.83546,0.606503 -2.56389,1.031867 
-4.81685,2.874035 -6.2236,5.252976 -1.40674,2.37894 -1.93377,5.290785 -1.32123,7.985794 0.41158,1.810826 
1.31978,3.495314 2.5417,4.89367 1.22192,1.398356 2.75163,2.51459 4.41886,3.33241 3.33446,1.635641 
7.14909,2.065254 10.85969,1.905968 5.25193,-0.225451 10.45191,-1.59304 15.13522,-3.980551 l -0.0296,-8.123982 
c -4.1325,5.203075 -10.62869,8.449889 -17.27071,8.631945 -2.54722,0.06982 -5.16145,-0.308503 
-7.40125,-1.523603 -1.11991,-0.60755 -2.134,-1.421351 -2.92419,-2.420802 -0.79019,-0.99945 -1.35218,-2.186952 
-1.56681,-3.442829 -0.29135,-1.704749 0.074,-3.501345 0.94545,-4.99518 0.8715,-1.493835
  2.23358
 ,-2.683374 3.80116,-3.413959 1.15351,-0.537606 2.44811,-0.83466 3.70744,-0.651076 0.62966,0.09179 
1.24418,0.304005 1.7829,0.642652 0.53872,0.338646 1.00002,0.805299 1.3102,1.360898 0.37418,0.670235 
0.52036,1.456245 0.4689,2.222129 -0.0515,0.765884 -0.29473,1.512021 -0.6541,2.190313 -0.71874,1.356583 
-1.87432,2.422931 -3.03683,3.425666 -5.04548,4.352035 -10.65621,8.047994 -16.64658,10.965608 l -2e-5,0"
+           
style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 />
+        <path
+           
style="color:#000000;fill:url(#linearGradient19486);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           d="m 302.4556,81.807769 c 6.41277,-1.782616 12.47274,-4.825054 17.73312,-8.903008 
1.78031,-1.380134 3.50454,-2.919812 4.5908,-4.893214 0.54313,-0.986702 0.91712,-2.074647 1.0201,-3.196239 
0.10298,-1.121591 -0.0721,-2.277297 -0.57057,-3.287305 -0.42948,-0.87025 -1.09212,-1.618966 
-1.88226,-2.182409 -0.79014,-0.563442 -1.70531,-0.943723 -2.65489,-1.143934 -1.89916,-0.400423 
-3.89865,-0.07923 -5.70694,0.625941 -2.14101,0.834919 -4.08621,2.225121 -5.44088,4.081429 -1.35468,1.856308 
-2.0915,4.187299 -1.89097,6.476582 0.12999,1.483935 0.64546,2.925126 1.43277,4.189683 0.78731,1.264558 
1.84216,2.35445 3.04339,3.235367 2.40245,1.761835 5.3431,2.668295 8.29507,3.07046 6.78803,0.924777 
13.89908,-0.765173 19.5453,-4.644967 l -0.0296,-6.420149 c -4.42283,4.879888 -10.71291,8.023683 
-17.27071,8.631946 -2.83048,0.262538 -5.77989,0.04794 -8.33626,-1.195249 -1.27818,-0.621595 
-2.44087,-1.498042 -3.3312,-2.60594 -0.89033,-1.107897 -1.50143,-2.451005 -1.67624,-3.861528 -0.2551,-2.0
 58398 0.
 44273,-4.182017 1.72978,-5.80854 1.28705,-1.626522 3.1277,-2.770693 5.10722,-3.390015 1.09247,-0.341795 
2.25003,-0.531968 3.38538,-0.386066 1.13535,0.145902 2.24932,0.652126 2.9892,1.525567 0.59941,0.707618 
0.92706,1.625675 0.98498,2.551235 0.0579,0.92556 -0.14455,1.857215 -0.51304,2.708234 -0.73697,1.702038 
-2.09583,3.049031 -3.48099,4.282474 -5.02013,4.470258 -10.82667,8.054894 -17.07254,10.539645 l -2e-5,0"
+           id="path19476"
+           inkscape:path-effect="#path-effect19494"
+           inkscape:original-d="m 302.4556,81.807769 c 0,0 16.6762,-6.789157 17.73312,-8.903008 
0.52846,-1.056925 4.8917,-9.659254 5.04033,-11.376758 0.14864,-1.717504 -6.4788,-2.964633 -10.24409,-2.700402 
-7.5306,0.528463 -7.86032,7.651467 -7.33185,10.558011 0.52846,2.906553 2.99466,13.534179 12.77123,10.49551 
9.77656,-3.03866 19.5453,-4.644967 19.5453,-4.644967 l -0.0296,-6.420149 c 0,0 -9.87223,8.103484 
-17.27071,8.631946 -7.39849,0.528463 -14.00427,-4.095585 -13.3437,-7.662717 0.3303,-1.783556 
3.86439,-7.695743 6.837,-9.198555 2.9726,-1.502821 5.11948,0.08257 6.37458,1.139501 2.5102,2.113851 
-0.63097,7.295976 -3.00905,9.541943 -2.37808,2.245966 -17.07254,10.803876 -17.07254,10.539645 l -2e-5,0 z"
+           sodipodi:nodetypes="csssssccssssscc" />
+        <path
+           sodipodi:nodetypes="cccccc"
+           id="path19478"
+           d="m 323.51683,55.233062 11.20207,0 c 2.61468,0 5.01618,2.403017 5.01618,4.928339 l 0,27.379718 
-30.5056,-0.374529 14.28735,-31.933528 z"
+           
style="opacity:0.74468085;fill:url(#radialGradient19488);fill-opacity:1;stroke:none;display:inline;enable-background:new"
 />
+        <rect
+           
style="color:#000000;fill:url(#linearGradient19490);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           id="rect19480"
+           width="38.754528"
+           height="9.1936083"
+           x="300.98056"
+           y="55.233063"
+           rx="4.5968041"
+           ry="4.5968041" />
+      </g>
+      <g
+         transform="matrix(0.47460481,0,0,0.47460481,161.97367,153.71442)"
+         id="g19496">
+        <rect
+           
style="opacity:0.34468085;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter19417);enable-background:accumulate"
+           id="rect19498"
+           width="37.5"
+           height="3.75"
+           x="301.75"
+           y="92.5"
+           rx="1.875"
+           ry="1.875" />
+        <rect
+           ry="1.875"
+           rx="1.875"
+           y="92.5"
+           x="301.75"
+           height="3.75"
+           width="37.5"
+           id="rect19500"
+           
style="opacity:0.70212761;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter19403);enable-background:accumulate"
 />
+        <g
+           transform="translate(296,50.998038)"
+           id="g19502"
+           inkscape:label="Layer 1">
+          <rect
+             
style="color:#000000;fill:url(#radialGradient19524);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient19526);stroke-width:2.10701656;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             id="rect19504"
+             width="40.304626"
+             height="39.863941"
+             x="4.2054629"
+             y="3.5019624"
+             rx="5.2879486"
+             ry="5.1050878" />
+          <rect
+             ry="3.8272915"
+             rx="3.9625862"
+             y="5.6328101"
+             x="6.3783393"
+             height="35.626076"
+             width="35.958954"
+             id="rect19506"
+             
style="color:#000000;fill:none;stroke:#ffffff;stroke-width:2.10701704;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
 />
+          <g
+             transform="translate(0,-1.5501811)"
+             style="opacity:0.45106387"
+             id="g19508">
+            <rect
+               y="35.434509"
+               x="9.6310959"
+               height="2.1070178"
+               width="31.003622"
+               id="rect19510"
+               
style="opacity:0.33516487;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
 />
+            <rect
+               
style="opacity:0.33516487;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
+               id="rect19512"
+               width="18.602173"
+               height="2.1070161"
+               x="9.6310959"
+               y="39.648544" />
+          </g>
+        </g>
+        <path
+           transform="translate(0.38754528,1.1767767)"
+           d="m 317.15625,56.90625 c -1.15726,0.114073 -2.29623,0.409587 -3.375,0.84375 -2.56389,1.031867 
-4.812,2.902309 -6.21875,5.28125 -1.40674,2.37894 -1.92504,5.273741 -1.3125,7.96875 0.41158,1.810826 
1.30933,3.507894 2.53125,4.90625 0.41537,0.475352 0.89518,0.87174 1.375,1.28125 -2.72468,1.783506 
-5.54104,3.417806 -8.46875,4.84375 3.84254,-0.424743 7.57612,-1.498425 11.125,-3.03125 0.12858,0.06758 
0.24466,0.154812 0.375,0.21875 3.33446,1.635641 7.1644,2.065536 10.875,1.90625 5.25193,-0.225451 
10.44169,-1.581239 15.125,-3.96875 l -0.0313,-8.125 c -4.1325,5.203075 -10.60798,8.442944 -17.25,8.625 
-1.70702,0.04679 -3.3969,-0.246049 -5.03125,-0.71875 0.9065,-0.524608 1.82672,-1.028085 2.6875,-1.625 
2.2997,-1.594749 4.49491,-3.485467 5.84375,-5.9375 0.67442,-1.226016 1.12728,-2.57487 1.25,-3.96875 
0.12272,-1.393879 -0.10989,-2.833878 -0.71875,-4.09375 -1.01194,-2.094024 -3.05719,-3.588344 -5.3125,-4.15625 
-1.12766,-0.283952 -2.31149,-0.364073 -3.46875,-0.25 z m 1.3125,4.312
 5 c 0.62
 966,0.09179 1.24253,0.286353 1.78125,0.625 0.53872,0.338646 1.00232,0.819401 1.3125,1.375 0.37418,0.670235 
0.52021,1.452866 0.46875,2.21875 -0.0515,0.765884 -0.29688,1.509208 -0.65625,2.1875 -0.71874,1.356583 
-1.89999,2.434765 -3.0625,3.4375 -1.64862,1.422039 -3.4559,2.628572 -5.21875,3.90625 -0.51603,-0.41675 
-1.11991,-0.72973 -1.53125,-1.25 -0.79019,-0.99945 -1.34787,-2.181623 -1.5625,-3.4375 -0.29135,-1.704749 
0.0661,-3.506165 0.9375,-5 0.8715,-1.493835 2.24492,-2.675665 3.8125,-3.40625 1.15351,-0.537606 
2.45942,-0.839834 3.71875,-0.65625 z"
+           inkscape:href="#path15242-9"
+           id="path19514"
+           
style="opacity:0.34468085;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter19340);enable-background:accumulate"
+           xlink:href="#path15242-9"
+           inkscape:original="M 317.15625 56.90625 C 315.99899 57.020323 314.86002 57.315837 313.78125 57.75 
C 311.21736 58.781867 308.96925 60.652309 307.5625 63.03125 C 306.15576 65.41019 305.63746 68.304991 306.25 
71 C 306.66158 72.810826 307.55933 74.507894 308.78125 75.90625 C 309.19662 76.381602 309.67643 76.77799 
310.15625 77.1875 C 307.43157 78.971006 304.61521 80.605306 301.6875 82.03125 C 305.53004 81.606507 309.26362 
80.532825 312.8125 79 C 312.94108 79.067578 313.05716 79.154812 313.1875 79.21875 C 316.52196 80.854391 
320.3519 81.284286 324.0625 81.125 C 329.31443 80.899549 334.50419 79.543761 339.1875 77.15625 L 339.15625 
69.03125 C 335.02375 74.234325 328.54827 77.474194 321.90625 77.65625 C 320.19923 77.70304 318.50935 
77.410201 316.875 76.9375 C 317.7815 76.412892 318.70172 75.909415 319.5625 75.3125 C 321.8622 73.717751 
324.05741 71.827033 325.40625 69.375 C 326.08067 68.148984 326.53353 66.80013 326.65625 65.40625 C 326.77897 
64.012371 326.54636 62.572372 3
 25.9375 
 61.3125 C 324.92556 59.218476 322.88031 57.724156 320.625 57.15625 C 319.49734 56.872298 318.31351 56.792177 
317.15625 56.90625 z M 318.46875 61.21875 C 319.09841 61.31054 319.71128 61.505103 320.25 61.84375 C 
320.78872 62.182396 321.25232 62.663151 321.5625 63.21875 C 321.93668 63.888985 322.08271 64.671616 322.03125 
65.4375 C 321.97975 66.203384 321.73437 66.946708 321.375 67.625 C 320.65626 68.981583 319.47501 70.059765 
318.3125 71.0625 C 316.66388 72.484539 314.8566 73.691072 313.09375 74.96875 C 312.57772 74.552 311.97384 
74.23902 311.5625 73.71875 C 310.77231 72.7193 310.21463 71.537127 310 70.28125 C 309.70865 68.576501 
310.06605 66.775085 310.9375 65.28125 C 311.809 63.787415 313.18242 62.605585 314.75 61.875 C 315.90351 
61.337394 317.20942 61.035166 318.46875 61.21875 z "
+           inkscape:radius="0"
+           sodipodi:type="inkscape:offset" />
+        <path
+           
style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           d="m 301.97115,82.02075 c 6.39619,-0.707015 12.60706,-3.032096 17.89514,-6.699165 
2.2997,-1.594749 4.47154,-3.493055 5.82038,-5.945088 0.67442,-1.226016 1.13133,-2.580671 1.25405,-3.974551 
0.12272,-1.393879 -0.0964,-2.827053 -0.70526,-4.086925 -1.01194,-2.094024 -3.07014,-3.590915 
-5.32545,-4.158821 -2.25532,-0.567905 -4.67792,-0.261823 -6.83546,0.606503 -2.56389,1.031867 
-4.81685,2.874035 -6.2236,5.252976 -1.40674,2.37894 -1.93377,5.290785 -1.32123,7.985794 0.41158,1.810826 
1.31978,3.495314 2.5417,4.89367 1.22192,1.398356 2.75163,2.51459 4.41886,3.33241 3.33446,1.635641 
7.14909,2.065254 10.85969,1.905968 5.25193,-0.225451 10.45191,-1.59304 15.13522,-3.980551 l -0.0296,-8.123982 
c -4.1325,5.203075 -10.62869,8.449889 -17.27071,8.631945 -2.54722,0.06982 -5.16145,-0.308503 
-7.40125,-1.523603 -1.11991,-0.60755 -2.134,-1.421351 -2.92419,-2.420802 -0.79019,-0.99945 -1.35218,-2.186952 
-1.56681,-3.442829 -0.29135,-1.704749 0.074,-3.501345 0.94545,-4.99518 0.8715,-1.493835
  2.23358
 ,-2.683374 3.80116,-3.413959 1.15351,-0.537606 2.44811,-0.83466 3.70744,-0.651076 0.62966,0.09179 
1.24418,0.304005 1.7829,0.642652 0.53872,0.338646 1.00002,0.805299 1.3102,1.360898 0.37418,0.670235 
0.52036,1.456245 0.4689,2.222129 -0.0515,0.765884 -0.29473,1.512021 -0.6541,2.190313 -0.71874,1.356583 
-1.87432,2.422931 -3.03683,3.425666 -5.04548,4.352035 -10.65621,8.047994 -16.64658,10.965608 l -2e-5,0"
+           id="path19516"
+           inkscape:path-effect="#path-effect19492"
+           inkscape:original-d="m 301.97115,82.02075 c 0,0 16.83822,-4.585314 17.89514,-6.699165 
0.52846,-1.056933 6.22054,-12.289059 6.36917,-14.006564 0.14863,-1.717503 -8.39561,-3.81655 
-12.16091,-3.552318 -7.5306,0.528462 -8.0733,10.332225 -7.54483,13.23877 0.52845,2.906544 8.04368,13.170717 
17.82025,10.132048 9.77656,-3.03866 15.13522,-3.980551 15.13522,-3.980551 l -0.0296,-8.123982 c 0,0 
-9.87223,8.103483 -17.27071,8.631945 -7.39849,0.528463 -12.55283,-3.820112 -11.89225,-7.387234 
0.33028,-1.783566 1.77401,-6.906327 4.74661,-8.409139 2.9726,-1.502821 5.54544,0.295548 6.80054,1.352474 
2.5102,2.11385 -0.84394,5.592142 -3.22203,7.838108 -2.37809,2.245967 -16.64658,11.229839 -16.64658,10.965608 
l -2e-5,0 z"
+           sodipodi:nodetypes="csssssccssssscc" />
+        <path
+           sodipodi:nodetypes="csssssccssssscc"
+           inkscape:original-d="m 302.4556,81.807769 c 0,0 16.6762,-6.789157 17.73312,-8.903008 
0.52846,-1.056925 4.8917,-9.659254 5.04033,-11.376758 0.14864,-1.717504 -6.4788,-2.964633 -10.24409,-2.700402 
-7.5306,0.528463 -7.86032,7.651467 -7.33185,10.558011 0.52846,2.906553 2.99466,13.534179 12.77123,10.49551 
9.77656,-3.03866 19.5453,-4.644967 19.5453,-4.644967 l -0.0296,-6.420149 c 0,0 -9.87223,8.103484 
-17.27071,8.631946 -7.39849,0.528463 -14.00427,-4.095585 -13.3437,-7.662717 0.3303,-1.783556 
3.86439,-7.695743 6.837,-9.198555 2.9726,-1.502821 5.11948,0.08257 6.37458,1.139501 2.5102,2.113851 
-0.63097,7.295976 -3.00905,9.541943 -2.37808,2.245966 -17.07254,10.803876 -17.07254,10.539645 l -2e-5,0 z"
+           inkscape:path-effect="#path-effect19494"
+           id="path19518"
+           d="m 302.4556,81.807769 c 6.41277,-1.782616 12.47274,-4.825054 17.73312,-8.903008 
1.78031,-1.380134 3.50454,-2.919812 4.5908,-4.893214 0.54313,-0.986702 0.91712,-2.074647 1.0201,-3.196239 
0.10298,-1.121591 -0.0721,-2.277297 -0.57057,-3.287305 -0.42948,-0.87025 -1.09212,-1.618966 
-1.88226,-2.182409 -0.79014,-0.563442 -1.70531,-0.943723 -2.65489,-1.143934 -1.89916,-0.400423 
-3.89865,-0.07923 -5.70694,0.625941 -2.14101,0.834919 -4.08621,2.225121 -5.44088,4.081429 -1.35468,1.856308 
-2.0915,4.187299 -1.89097,6.476582 0.12999,1.483935 0.64546,2.925126 1.43277,4.189683 0.78731,1.264558 
1.84216,2.35445 3.04339,3.235367 2.40245,1.761835 5.3431,2.668295 8.29507,3.07046 6.78803,0.924777 
13.89908,-0.765173 19.5453,-4.644967 l -0.0296,-6.420149 c -4.42283,4.879888 -10.71291,8.023683 
-17.27071,8.631946 -2.83048,0.262538 -5.77989,0.04794 -8.33626,-1.195249 -1.27818,-0.621595 
-2.44087,-1.498042 -3.3312,-2.60594 -0.89033,-1.107897 -1.50143,-2.451005 -1.67624,-3.861528 -0.2551,-2.0
 58398 0.
 44273,-4.182017 1.72978,-5.80854 1.28705,-1.626522 3.1277,-2.770693 5.10722,-3.390015 1.09247,-0.341795 
2.25003,-0.531968 3.38538,-0.386066 1.13535,0.145902 2.24932,0.652126 2.9892,1.525567 0.59941,0.707618 
0.92706,1.625675 0.98498,2.551235 0.0579,0.92556 -0.14455,1.857215 -0.51304,2.708234 -0.73697,1.702038 
-2.09583,3.049031 -3.48099,4.282474 -5.02013,4.470258 -10.82667,8.054894 -17.07254,10.539645 l -2e-5,0"
+           
style="color:#000000;fill:url(#linearGradient19528);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 />
+        <path
+           
style="opacity:0.74468085;fill:url(#radialGradient19530);fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           d="m 323.51683,55.233062 11.20207,0 c 2.61468,0 5.01618,2.403017 5.01618,4.928339 l 0,27.379718 
-30.5056,-0.374529 14.28735,-31.933528 z"
+           id="path19520"
+           sodipodi:nodetypes="cccccc" />
+        <rect
+           ry="4.5968041"
+           rx="4.5968041"
+           y="55.233063"
+           x="300.98056"
+           height="9.1936083"
+           width="38.754528"
+           id="rect19522"
+           
style="color:#000000;fill:url(#linearGradient19532);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 />
+      </g>
+      <g
+         id="g19534"
+         transform="matrix(0.47460481,0,0,0.47460481,166.47367,194.71442)">
+        <g
+           inkscape:label="Layer 1"
+           id="g19540"
+           transform="translate(284.67479,53.105054)">
+          <rect
+             ry="4.0257659"
+             rx="4.125134"
+             y="3.5019624"
+             x="4.2054629"
+             height="31.435875"
+             width="31.441681"
+             id="rect19542"
+             
style="color:#000000;fill:url(#radialGradient19562);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient19564);stroke-width:2.10701656;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 />
+          <rect
+             
style="color:#000000;fill:none;stroke:#ffffff;stroke-width:2.10701704;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
+             id="rect19544"
+             width="27.161785"
+             height="27.198011"
+             x="6.3783393"
+             y="5.6328101"
+             rx="2.9931605"
+             ry="2.9218688" />
+          <g
+             id="g19546"
+             style="opacity:0.45106387"
+             transform="translate(0,-1.5501811)" />
+        </g>
+        <path
+           sodipodi:nodetypes="csssssccssssscc"
+           inkscape:original-d="m 290.64594,84.127766 c 0,0 16.83822,-4.585314 17.89514,-6.699165 
0.52846,-1.056933 7.14236,-13.869321 7.29099,-15.586826 0.14863,-1.717503 -9.31743,-2.236288 
-13.08273,-1.972056 -7.5306,0.528462 -8.0733,10.332225 -7.54483,13.23877 0.52845,2.906544 8.04368,14.619291 
17.82025,11.580622 9.77656,-3.03866 6.31209,-0.161584 6.31209,-0.161584 l -0.0296,-9.835933 c 0,0 
-1.0491,4.547893 -8.44758,5.076355 -7.39849,0.528463 -10.84088,-4.478555 -10.1803,-8.045677 0.33028,-1.783566 
1.37895,-5.852818 4.35155,-7.35563 2.9726,-1.502821 2.38491,0.03217 3.64001,1.089097 2.5102,2.11385 
-1.63407,5.855519 -4.01216,8.101485 -2.37809,2.245967 -14.01281,10.834773 -14.01281,10.570542 l -2e-5,0 z"
+           inkscape:path-effect="#path-effect19574"
+           id="path19554"
+           d="m 290.64594,84.127766 c 6.31698,-1.074448 12.42552,-3.361221 17.89514,-6.699165 
2.73809,-1.670971 5.38777,-3.680031 7.0079,-6.448505 0.81006,-1.384236 1.34297,-2.94506 1.43147,-4.546461 
0.0885,-1.6014 -0.28184,-3.242259 -1.14838,-4.59186 -0.65435,-1.019128 -1.57906,-1.85624 -2.636,-2.447581 
-1.05693,-0.591341 -2.24337,-0.939796 -3.4484,-1.061081 -2.41005,-0.24257 -4.84856,0.420512 -6.99833,1.536606 
-2.41002,1.251203 -4.53715,3.099594 -5.94021,5.424479 -1.40307,2.324885 -2.04956,5.135537 -1.60462,7.814291 
0.31455,1.893784 1.16118,3.683926 2.34883,5.192193 1.18764,1.508267 2.70946,2.739208 4.38572,3.674893 
3.35253,1.87137 7.24981,2.548067 11.0857,2.713536 2.10442,0.09078 4.21507,0.03675 6.31209,-0.161584 l 
-0.0296,-9.835933 c -1.75724,2.934605 -5.03152,4.902195 -8.44758,5.076355 -2.37077,0.120868 -4.78685,-0.6009 
-6.66284,-2.055489 -1.87599,-1.454588 -3.185,-3.639733 -3.51746,-5.990188 -0.21972,-1.553376 
-0.0102,-3.189663 0.74208,-4.566392 0.75224,-1.376729 2.074
 29,-2.46
 6007 3.60947,-2.789238 0.65118,-0.137106 1.33569,-0.136948 1.97701,0.04065 0.64132,0.177596 1.23718,0.537066 
1.663,1.048449 0.54881,0.659092 0.7907,1.544905 0.7398,2.401065 -0.0509,0.85616 -0.37938,1.681767 
-0.85795,2.393504 -0.95714,1.423475 -2.45646,2.371046 -3.89401,3.306916 -4.90727,3.194718 -9.59311,6.72948 
-14.01281,10.570542 l -2e-5,0"
+           
style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 />
+        <path
+           
style="color:#000000;fill:url(#linearGradient19566);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           d="m 291.13039,83.914785 c 6.29516,-2.101897 12.28694,-5.110101 17.73312,-8.903008 
1.90857,-1.329191 3.78712,-2.792875 5.06167,-4.738357 0.63728,-0.972741 1.11355,-2.059786 1.31837,-3.204511 
0.20482,-1.144724 0.13106,-2.348425 -0.2862,-3.43389 -0.37545,-0.976699 -1.02307,-1.841595 -1.82869,-2.509342 
-0.80562,-0.667747 -1.76602,-1.140529 -2.77641,-1.412575 -2.02079,-0.544092 -4.19793,-0.280874 
-6.16575,0.431384 -2.33188,0.844033 -4.45057,2.33343 -5.90605,4.341329 -1.45548,2.007899 -2.21706,4.541025 
-1.95255,7.006813 0.30455,2.839031 1.97827,5.471564 4.34316,7.071608 2.07355,1.402928 4.5903,2.024351 
7.08552,2.228532 2.49522,0.204181 5.00327,0.01702 7.50562,-0.06083 1.34363,-0.0418 2.68824,-0.05204 
4.03235,-0.03071 l -0.0296,-4.181444 c -3.24828,1.410175 -6.81929,2.070735 -10.35707,1.915832 
-2.32016,-0.101589 -4.67221,-0.568372 -6.67058,-1.751585 -0.99918,-0.591606 -1.89957,-1.359599 
-2.59829,-2.287044 -0.69872,-0.927445 -1.1921,-2.016515 -1.37521,-3.163178 -0.31264,
 -1.95776
 1 0.31413,-4.018265 1.55998,-5.560475 1.24586,-1.54221 3.07337,-2.572292 5.01364,-2.979637 1.02243,-0.214652 
2.09654,-0.262332 3.10508,0.01022 1.00854,0.272554 1.9471,0.888759 2.47937,1.787722 0.37036,0.625517 
0.53184,1.364109 0.50924,2.090697 -0.0226,0.726588 -0.22402,1.441381 -0.53605,2.097946 -0.62406,1.313131 
-1.66637,2.374966 -2.71886,3.377972 -4.92787,4.696169 -10.51483,8.699726 -16.54579,11.85653 -10e-6,0 -10e-6,0 
-2e-5,0 -10e-6,0 -3e-5,0 -4e-5,-10e-7 l 4e-5,-1e-6"
+           id="path19556"
+           inkscape:path-effect="#path-effect19572"
+           inkscape:original-d="m 291.13039,83.914785 c 0,0 16.6762,-6.789157 17.73312,-8.903008 
0.52846,-1.056925 5.94521,-9.659254 6.09384,-11.376758 0.14864,-1.717504 -7.00556,-3.754764 
-10.77085,-3.490533 -7.5306,0.528463 -8.38707,8.441598 -7.8586,11.348142 0.52846,2.906553 -5.43341,10.110275 
4.34316,7.071608 4.88828,-1.519332 12.09562,1.714532 14.59114,2.167703 2.49552,0.453171 4.03235,-0.03071 
4.03235,-0.03071 l -0.0296,-4.181444 c 0,0 -2.95859,1.38737 -10.35707,1.915832 -7.39849,0.528463 
-11.30465,-3.634675 -10.64408,-7.201807 0.3303,-1.783556 3.60101,-7.0373 6.57362,-8.540112 2.9726,-1.502821 
4.32935,0.741013 5.58445,1.797944 2.5102,2.113851 -0.36759,5.320648 -2.74567,7.566615 -2.37808,2.245966 
-16.54579,12.120761 -16.54579,11.85653 l -2e-5,0 -4e-5,-1e-6 z"
+           sodipodi:nodetypes="cssssssccsssssccc" />
+        <rect
+           
style="color:#000000;fill:url(#linearGradient19570);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           id="rect19560"
+           width="29.613091"
+           height="9.1936083"
+           x="289.65533"
+           y="57.34008"
+           rx="3.5125077"
+           ry="4.5968041" />
+        <path
+           
style="opacity:0.74468085;fill:url(#radialGradient19593);fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           d="m 308.62114,57.068318 7.37232,0 c 1.72078,0 3.30126,1.58148 3.30126,3.243448 l 0,18.019192 
-20.0764,-0.246486 9.40282,-21.016154 z"
+           id="path19520-7"
+           sodipodi:nodetypes="cccccc" />
+      </g>
+    </g>
+    <g
+       inkscape:groupmode="layer"
+       id="layer5"
+       inkscape:label="hires"
+       style="display:inline">
+      <g
+         id="g8198"
+         transform="matrix(5.0928038,0,0,2.2388776,20.301687,129.4805)"
+         style="opacity:0.4" />
+      <g
+         id="g8230"
+         inkscape:label="base"
+         style="display:inline"
+         transform="matrix(4.8890868,0,0,4.8890868,322.06038,251.81989)" />
+      <path
+         sodipodi:type="inkscape:offset"
+         inkscape:radius="-1.0153296"
+         inkscape:original="M 711.96875 227 C 709.68001 227.00001 707.67461 227.86289 706.5 229.1875 L 706.5 
231.625 C 706.5 232.11623 706.8838 232.5 707.375 232.5 L 716.625 232.5 C 717.11622 232.50001 717.5 232.11622 
717.5 231.625 L 717.5 229.25 C 716.33242 227.89578 714.28785 227 711.96875 227 z "
+         
style="opacity:0.35;fill:none;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="path5171-2"
+         d="m 711.96875,228 c -1.90789,1e-5 -3.49694,0.75848 -4.46875,1.71875 l 0,1.78125 9,0 0,-1.75 c 
-0.96562,-0.98703 -2.59089,-1.75 -4.53125,-1.75 z"
+         transform="translate(-7.8685593e-7,2.029528e-6)" />
+    </g>
+  </g>
+</svg>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]