spring 2011 - 1.01 bugfix release
authorEdouard Tisserant
Mon, 28 Mar 2011 11:42:06 +0200
changeset 588 aa5a08d20ba1
parent 587 c6354f7fe26e
child 589 22e83880cdd9
spring 2011 - 1.01 bugfix release
Beremiz.py
images/icons.svg
images/splash.png
--- a/Beremiz.py	Mon Mar 28 11:42:00 2011 +0200
+++ b/Beremiz.py	Mon Mar 28 11:42:06 2011 +0200
@@ -22,9 +22,11 @@
 #License along with this library; if not, write to the Free Software
 #Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
-__version__ = "$Revision$"
+
+updateinfo_url = None
 
 import os, sys, getopt, wx
+from wx.lib.agw.advancedsplash import AdvancedSplash
 import tempfile
 import shutil
 import random
@@ -41,7 +43,7 @@
         print "\n   %s [Projectpath] [Buildpath]\n"%sys.argv[0]
     
     try:
-        opts, args = getopt.getopt(sys.argv[1:], "h", ["help"])
+        opts, args = getopt.getopt(sys.argv[1:], "hu:", ["help", "updatecheck="])
     except getopt.GetoptError:
         # print help information and exit:
         usage()
@@ -51,6 +53,8 @@
         if o in ("-h", "--help"):
             usage()
             sys.exit()
+        if o in ("-u", "--updatecheck"):
+            updateinfo_url = a
     
     if len(args) > 2:
         usage()
@@ -74,10 +78,32 @@
     app.SetAppName('beremiz')
     wx.InitAllImageHandlers()
     
+    # popup splash
     bmp = wx.Image(Bpath("images","splash.png")).ConvertToBitmap()
-    splash=wx.SplashScreen(bmp,wx.SPLASH_CENTRE_ON_SCREEN, 1000, None)
+    #splash=AdvancedSplash(None, bitmap=bmp, style=wx.SPLASH_CENTRE_ON_SCREEN, timeout=4000)
+    splash=AdvancedSplash(None, bitmap=bmp)
     wx.Yield()
 
+    if updateinfo_url is not None:
+        updateinfo = "Fetching %s" % updateinfo_url
+        # warn for possible updates
+        def updateinfoproc():
+            global updateinfo
+            try :
+                import urllib2
+                updateinfo = urllib2.urlopen(updateinfo_url,None).read()
+            except :
+                updateinfo = "update info unavailable." 
+                
+        from threading import Thread
+        splash.SetText(text=updateinfo)
+        wx.Yield()
+        updateinfoThread = Thread(target=updateinfoproc)
+        updateinfoThread.start()
+        updateinfoThread.join(2)
+        splash.SetText(text=updateinfo)
+        wx.Yield()
+
 # Import module for internationalization
 import gettext
 import __builtin__
@@ -1580,7 +1606,7 @@
 
 if __name__ == '__main__':
     # Install a exception handle for bug reports
-    AddExceptHook(os.getcwd(),__version__)
+    AddExceptHook(os.getcwd(),updateinfo_url)
     
     frame = Beremiz(None, projectOpen, buildpath)
     frame.Show()
--- a/images/icons.svg	Mon Mar 28 11:42:00 2011 +0200
+++ b/images/icons.svg	Mon Mar 28 11:42:06 2011 +0200
@@ -15,7 +15,7 @@
    height="1052.3622"
    id="svg2"
    sodipodi:version="0.32"
-   inkscape:version="0.47pre4 r22446"
+   inkscape:version="0.48.0 r9654"
    sodipodi:docname="icons.svg"
    inkscape:output_extension="org.inkscape.output.svg.inkscape">
   <metadata
@@ -30,8 +30,8 @@
     </rdf:RDF>
   </metadata>
   <sodipodi:namedview
-     inkscape:window-height="976"
-     inkscape:window-width="1680"
+     inkscape:window-height="821"
+     inkscape:window-width="1440"
      inkscape:pageshadow="2"
      inkscape:pageopacity="0.0"
      guidetolerance="10.0"
@@ -42,12 +42,12 @@
      pagecolor="#ffffff"
      id="base"
      showgrid="false"
-     inkscape:zoom="0.99999996"
-     inkscape:cx="344.60065"
-     inkscape:cy="257.87946"
+     inkscape:zoom="2.2843846"
+     inkscape:cx="401.64326"
+     inkscape:cy="291.77707"
      inkscape:window-x="0"
-     inkscape:window-y="25"
-     inkscape:current-layer="g17803"
+     inkscape:window-y="27"
+     inkscape:current-layer="svg2"
      showguides="true"
      inkscape:guide-bbox="true"
      inkscape:window-maximized="1">
@@ -66,6 +66,32 @@
   <defs
      id="defs4">
     <linearGradient
+       id="linearGradient47318">
+      <stop
+         id="stop47320"
+         style="stop-color:#1a6e8e;stop-opacity:1"
+         offset="0" />
+      <stop
+         offset="0.93846154"
+         style="stop-color:#6eaec6;stop-opacity:1;"
+         id="stop47324" />
+      <stop
+         id="stop47322"
+         style="stop-color:#c3efff;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient47304">
+      <stop
+         offset="0"
+         style="stop-color:#1a6e8e;stop-opacity:1"
+         id="stop47306" />
+      <stop
+         offset="1"
+         style="stop-color:#c3efff;stop-opacity:1"
+         id="stop47308" />
+    </linearGradient>
+    <linearGradient
        inkscape:collect="always"
        id="linearGradient18358">
       <stop
@@ -202,7 +228,7 @@
        id="linearGradient8148"
        xlink:href="#linearGradient18976"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(639.7774,-1958.7953)" />
+       gradientTransform="matrix(1,0,0,1.4285712,639.7774,-3222.8089)" />
     <linearGradient
        id="linearGradient18369">
       <stop
@@ -83219,19 +83245,6 @@
        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="filter6738"
-       x="-0.099361308"
-       width="1.1987226"
-       y="-0.13923511"
-       height="1.2784702">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="1.37674"
-         id="feGaussianBlur6740" />
-    </filter>
     <radialGradient
        inkscape:collect="always"
        xlink:href="#linearGradient6660"
@@ -83276,19 +83289,6 @@
          offset="1"
          id="stop6672-0" />
     </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter6682"
-       x="-0.10346198"
-       width="1.206924"
-       y="-0.14283103"
-       height="1.2856621">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="3.7737508"
-         id="feGaussianBlur6684" />
-    </filter>
     <linearGradient
        inkscape:collect="always"
        xlink:href="#linearGradient6668"
@@ -83298,19 +83298,6 @@
        y1="125.71601"
        x2="603.23932"
        y2="161.22426" />
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter6656"
-       x="-0.10299674"
-       width="1.2059935"
-       y="-0.14372727"
-       height="1.2874546">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="2.4930357"
-         id="feGaussianBlur6658" />
-    </filter>
     <linearGradient
        inkscape:collect="always"
        xlink:href="#linearGradient6984-2"
@@ -83332,19 +83319,6 @@
          offset="1"
          id="stop6988" />
     </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter6980"
-       x="-0.3417767"
-       width="1.6835535"
-       y="-0.39873952"
-       height="1.797479">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="2.4294983"
-         id="feGaussianBlur6982" />
-    </filter>
     <linearGradient
        inkscape:collect="always"
        xlink:href="#linearGradient3162"
@@ -83366,15 +83340,6 @@
          offset="1"
          id="stop3166" />
     </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter3924">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="0.69880146"
-         id="feGaussianBlur3926" />
-    </filter>
     <linearGradient
        inkscape:collect="always"
        xlink:href="#linearGradient3170"
@@ -83396,19 +83361,6 @@
          offset="1"
          id="stop3174" />
     </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter3290"
-       x="-0.1935844"
-       width="1.3871688"
-       y="-0.077732712"
-       height="1.1554654">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="6.1392663"
-         id="feGaussianBlur3292" />
-    </filter>
     <linearGradient
        inkscape:collect="always"
        xlink:href="#linearGradient3928"
@@ -83430,19 +83382,6 @@
          offset="1"
          id="stop3932" />
     </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter4562"
-       x="-0.1666266"
-       width="1.3332531"
-       y="-0.19931929"
-       height="1.3986386">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="3.9312575"
-         id="feGaussianBlur4564" />
-    </filter>
     <linearGradient
        inkscape:collect="always"
        xlink:href="#linearGradient4514"
@@ -83464,50 +83403,6 @@
          offset="1"
          id="stop4518" />
     </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter4510"
-       x="-0.18303306"
-       width="1.3660661"
-       y="-0.40488458"
-       height="1.8097692">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="2.4945546"
-         id="feGaussianBlur4512" />
-    </filter>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter4306"
-       x="-0.3510766"
-       width="1.7021532"
-       y="-0.46025348"
-       height="1.920507">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="6.8015707"
-         id="feGaussianBlur4308" />
-    </filter>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter5038">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="0.48564338"
-         id="feGaussianBlur5040" />
-    </filter>
-    <filter
-       color-interpolation-filters="sRGB"
-       id="filter5516"
-       inkscape:collect="always">
-      <feGaussianBlur
-         id="feGaussianBlur5518"
-         stdDeviation="4.4015448"
-         inkscape:collect="always" />
-    </filter>
     <linearGradient
        inkscape:collect="always"
        xlink:href="#linearGradient3162"
@@ -83517,19 +83412,6 @@
        y1="-47.179314"
        x2="677.43018"
        y2="90.277565" />
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter3470"
-       x="-0.12501824"
-       width="1.2500365"
-       y="-0.14942043"
-       height="1.2988409">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="6.1564971"
-         id="feGaussianBlur3472" />
-    </filter>
     <linearGradient
        inkscape:collect="always"
        xlink:href="#linearGradient3490"
@@ -83551,15 +83433,6 @@
          offset="1"
          id="stop3494" />
     </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter3402">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="2.4151709"
-         id="feGaussianBlur3404" />
-    </filter>
     <linearGradient
        inkscape:collect="always"
        xlink:href="#linearGradient3314"
@@ -83581,19 +83454,6 @@
          offset="1"
          id="stop3318-2" />
     </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter3550"
-       x="-0.12487995"
-       width="1.2497599"
-       y="-0.077703081"
-       height="1.1554062">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="2.0086389"
-         id="feGaussianBlur3552" />
-    </filter>
     <linearGradient
        inkscape:collect="always"
        xlink:href="#linearGradient3712"
@@ -83615,15 +83475,6 @@
          offset="1"
          id="stop3716" />
     </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter3752">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="0.88690958"
-         id="feGaussianBlur3754" />
-    </filter>
     <linearGradient
        inkscape:collect="always"
        xlink:href="#linearGradient3572"
@@ -83646,15 +83497,6 @@
          offset="1"
          id="stop3576" />
     </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter3708">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="1.0642915"
-         id="feGaussianBlur3710" />
-    </filter>
     <linearGradient
        inkscape:collect="always"
        xlink:href="#linearGradient3766"
@@ -83676,32 +83518,6 @@
          offset="1"
          id="stop3770" />
     </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter3826"
-       x="-0.10675188"
-       width="1.2135038"
-       y="-0.078929588"
-       height="1.1578592">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="0.95942412"
-         id="feGaussianBlur3828" />
-    </filter>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter3916"
-       x="-0.21274059"
-       width="1.4254812"
-       y="-0.11734801"
-       height="1.234696">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="6.6971213"
-         id="feGaussianBlur3918" />
-    </filter>
     <linearGradient
        inkscape:collect="always"
        xlink:href="#linearGradient5046"
@@ -83722,81 +83538,6 @@
          offset="1"
          id="stop5050" />
     </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       id="filter5458"
-       inkscape:collect="always">
-      <feGaussianBlur
-         id="feGaussianBlur5460"
-         stdDeviation="1.2963317"
-         inkscape:collect="always" />
-    </filter>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter5936"
-       x="-0.22530203"
-       width="1.4506041"
-       y="-0.15197495"
-       height="1.30395">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="3.4935351"
-         id="feGaussianBlur5938" />
-    </filter>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter5856"
-       x="-0.13142619"
-       width="1.2628524"
-       y="-0.088652052"
-       height="1.1773041">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="2.0378955"
-         id="feGaussianBlur5858" />
-    </filter>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter5804"
-       x="-0.14115155"
-       width="1.2823031"
-       y="-0.18827961"
-       height="1.3765593">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="3.2463945"
-         id="feGaussianBlur5806" />
-    </filter>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter7010">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="1.5888518"
-         id="feGaussianBlur7012" />
-    </filter>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter7014">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="1.5888518"
-         id="feGaussianBlur7016" />
-    </filter>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter7006">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="1.5888518"
-         id="feGaussianBlur7008" />
-    </filter>
     <linearGradient
        inkscape:collect="always"
        xlink:href="#linearGradient5954"
@@ -83818,24 +83559,6 @@
          offset="1"
          id="stop5958" />
     </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter5970">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="2.8700385"
-         id="feGaussianBlur5972" />
-    </filter>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter5992">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="2.0413311"
-         id="feGaussianBlur5994" />
-    </filter>
     <linearGradient
        inkscape:collect="always"
        xlink:href="#linearGradient5998"
@@ -83857,15 +83580,6 @@
          offset="1"
          id="stop6002" />
     </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter6556">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="2.0283753"
-         id="feGaussianBlur6558" />
-    </filter>
     <linearGradient
        inkscape:collect="always"
        xlink:href="#linearGradient5998"
@@ -83876,19 +83590,6 @@
        y1="96.364906"
        x2="854.15143"
        y2="127.56078" />
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter6584"
-       x="-0.12194335"
-       width="1.2438867"
-       y="-0.19913603"
-       height="1.3982722">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="6.881032"
-         id="feGaussianBlur6586" />
-    </filter>
     <inkscape:perspective
        id="perspective18982"
        inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
@@ -83896,19 +83597,6 @@
        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="filter6738-5"
-       x="-0.099361308"
-       width="1.1987226"
-       y="-0.13923511"
-       height="1.2784702">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="1.37674"
-         id="feGaussianBlur6740-9" />
-    </filter>
     <radialGradient
        inkscape:collect="always"
        xlink:href="#linearGradient6660-6"
@@ -83953,19 +83641,6 @@
          offset="1"
          id="stop6672-0-7" />
     </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter6682-2"
-       x="-0.10346198"
-       width="1.206924"
-       y="-0.14283103"
-       height="1.2856621">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="3.7737508"
-         id="feGaussianBlur6684-8" />
-    </filter>
     <linearGradient
        inkscape:collect="always"
        xlink:href="#linearGradient6668-7"
@@ -83975,19 +83650,6 @@
        y1="125.71601"
        x2="603.23932"
        y2="161.22426" />
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter6656-8"
-       x="-0.10299674"
-       width="1.2059935"
-       y="-0.14372727"
-       height="1.2874546">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="2.4930357"
-         id="feGaussianBlur6658-6" />
-    </filter>
     <linearGradient
        inkscape:collect="always"
        xlink:href="#linearGradient6984-2-1"
@@ -84009,19 +83671,6 @@
          offset="1"
          id="stop6988-7" />
     </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter6980-0"
-       x="-0.3417767"
-       width="1.6835535"
-       y="-0.39873952"
-       height="1.797479">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="2.4294983"
-         id="feGaussianBlur6982-3" />
-    </filter>
     <linearGradient
        inkscape:collect="always"
        xlink:href="#linearGradient3162-9"
@@ -84043,15 +83692,6 @@
          offset="1"
          id="stop3166-4" />
     </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter3924-2">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="0.69880146"
-         id="feGaussianBlur3926-3" />
-    </filter>
     <linearGradient
        inkscape:collect="always"
        xlink:href="#linearGradient3170-5"
@@ -84073,19 +83713,6 @@
          offset="1"
          id="stop3174-6" />
     </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter3290-1"
-       x="-0.1935844"
-       width="1.3871688"
-       y="-0.077732712"
-       height="1.1554654">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="6.1392663"
-         id="feGaussianBlur3292-2" />
-    </filter>
     <linearGradient
        inkscape:collect="always"
        xlink:href="#linearGradient3928-9"
@@ -84107,19 +83734,6 @@
          offset="1"
          id="stop3932-8" />
     </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter4562-7"
-       x="-0.1666266"
-       width="1.3332531"
-       y="-0.19931929"
-       height="1.3986386">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="3.9312575"
-         id="feGaussianBlur4564-0" />
-    </filter>
     <linearGradient
        inkscape:collect="always"
        xlink:href="#linearGradient4514-4"
@@ -84141,50 +83755,6 @@
          offset="1"
          id="stop4518-4" />
     </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter4510-5"
-       x="-0.18303306"
-       width="1.3660661"
-       y="-0.40488458"
-       height="1.8097692">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="2.4945546"
-         id="feGaussianBlur4512-0" />
-    </filter>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter4306-0"
-       x="-0.3510766"
-       width="1.7021532"
-       y="-0.46025348"
-       height="1.920507">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="6.8015707"
-         id="feGaussianBlur4308-4" />
-    </filter>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter5038-3">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="0.48564338"
-         id="feGaussianBlur5040-8" />
-    </filter>
-    <filter
-       color-interpolation-filters="sRGB"
-       id="filter5516-1"
-       inkscape:collect="always">
-      <feGaussianBlur
-         id="feGaussianBlur5518-3"
-         stdDeviation="4.4015448"
-         inkscape:collect="always" />
-    </filter>
     <linearGradient
        inkscape:collect="always"
        xlink:href="#linearGradient3162-9"
@@ -84194,19 +83764,6 @@
        y1="-47.179314"
        x2="677.43018"
        y2="90.277565" />
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter3470-1"
-       x="-0.12501824"
-       width="1.2500365"
-       y="-0.14942043"
-       height="1.2988409">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="6.1564971"
-         id="feGaussianBlur3472-3" />
-    </filter>
     <linearGradient
        inkscape:collect="always"
        xlink:href="#linearGradient3490-7"
@@ -84228,15 +83785,6 @@
          offset="1"
          id="stop3494-6" />
     </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter3402-3">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="2.4151709"
-         id="feGaussianBlur3404-3" />
-    </filter>
     <linearGradient
        inkscape:collect="always"
        xlink:href="#linearGradient3314-2"
@@ -84258,19 +83806,6 @@
          offset="1"
          id="stop3318-2-0" />
     </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter3550-2"
-       x="-0.12487995"
-       width="1.2497599"
-       y="-0.077703081"
-       height="1.1554062">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="2.0086389"
-         id="feGaussianBlur3552-5" />
-    </filter>
     <linearGradient
        inkscape:collect="always"
        xlink:href="#linearGradient3712-2"
@@ -84292,15 +83827,6 @@
          offset="1"
          id="stop3716-3" />
     </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter3752-8">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="0.88690958"
-         id="feGaussianBlur3754-9" />
-    </filter>
     <linearGradient
        inkscape:collect="always"
        xlink:href="#linearGradient3572-2"
@@ -84323,15 +83849,6 @@
          offset="1"
          id="stop3576-7" />
     </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter3708-3">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="1.0642915"
-         id="feGaussianBlur3710-9" />
-    </filter>
     <linearGradient
        inkscape:collect="always"
        xlink:href="#linearGradient3766-3"
@@ -84353,32 +83870,6 @@
          offset="1"
          id="stop3770-6" />
     </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter3826-4"
-       x="-0.10675188"
-       width="1.2135038"
-       y="-0.078929588"
-       height="1.1578592">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="0.95942412"
-         id="feGaussianBlur3828-6" />
-    </filter>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter3916-1"
-       x="-0.21274059"
-       width="1.4254812"
-       y="-0.11734801"
-       height="1.234696">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="6.6971213"
-         id="feGaussianBlur3918-7" />
-    </filter>
     <linearGradient
        inkscape:collect="always"
        xlink:href="#linearGradient5046-8"
@@ -84399,81 +83890,6 @@
          offset="1"
          id="stop5050-9" />
     </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       id="filter5458-1"
-       inkscape:collect="always">
-      <feGaussianBlur
-         id="feGaussianBlur5460-1"
-         stdDeviation="1.2963317"
-         inkscape:collect="always" />
-    </filter>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter5936-3"
-       x="-0.22530203"
-       width="1.4506041"
-       y="-0.15197495"
-       height="1.30395">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="3.4935351"
-         id="feGaussianBlur5938-7" />
-    </filter>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter5856-4"
-       x="-0.13142619"
-       width="1.2628524"
-       y="-0.088652052"
-       height="1.1773041">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="2.0378955"
-         id="feGaussianBlur5858-7" />
-    </filter>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter5804-3"
-       x="-0.14115155"
-       width="1.2823031"
-       y="-0.18827961"
-       height="1.3765593">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="3.2463945"
-         id="feGaussianBlur5806-7" />
-    </filter>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter7010-0">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="1.5888518"
-         id="feGaussianBlur7012-7" />
-    </filter>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter7014-3">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="1.5888518"
-         id="feGaussianBlur7016-8" />
-    </filter>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter7006-8">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="1.5888518"
-         id="feGaussianBlur7008-8" />
-    </filter>
     <linearGradient
        inkscape:collect="always"
        xlink:href="#linearGradient5954-3"
@@ -84495,24 +83911,6 @@
          offset="1"
          id="stop5958-6" />
     </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter5970-4">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="2.8700385"
-         id="feGaussianBlur5972-8" />
-    </filter>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter5992-1">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="2.0413311"
-         id="feGaussianBlur5994-8" />
-    </filter>
     <linearGradient
        inkscape:collect="always"
        xlink:href="#linearGradient5998-5"
@@ -84534,15 +83932,6 @@
          offset="1"
          id="stop6002-7" />
     </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter6556-4">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="2.0283753"
-         id="feGaussianBlur6558-0" />
-    </filter>
     <linearGradient
        inkscape:collect="always"
        xlink:href="#linearGradient5998-5"
@@ -84553,19 +83942,6 @@
        y1="96.364906"
        x2="854.15143"
        y2="127.56078" />
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter6584-7"
-       x="-0.12194335"
-       width="1.2438867"
-       y="-0.19913603"
-       height="1.3982722">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="6.881032"
-         id="feGaussianBlur6586-1" />
-    </filter>
     <clipPath
        clipPathUnits="userSpaceOnUse"
        id="clipPath20326">
@@ -84574,6 +83950,17 @@
          d="m 124.54129,-83.095357 0,413.721007 207.71766,0 c 1.46448,-30.88869 8.59726,-60.22411 20.28604,-87.00142 1.24637,0.079 2.66139,0.33866 2.85719,0.14286 0.26926,-0.26935 -0.26926,-0.87361 0,-1.14287 0.57144,-0.57144 2.85719,0.57144 3.42863,0 0.26926,-0.26936 -0.26927,-0.87362 0,-1.14288 0.53875,-0.53875 1.60427,0.34058 2.28575,0 0.48188,-0.24092 0.66099,-0.90196 1.14287,-1.14287 2.81486,-1.40757 -1.03169,3.31749 3.42863,-1.14288 0.2694,-0.26926 -1.14288,0.38081 -1.14288,0 0,-0.53875 0.90196,-0.66099 1.14288,-1.14288 0.17052,-0.34071 -0.26926,-0.87361 0,-1.14287 0.2694,-0.26926 0.8023,0.17052 1.14288,0 0.48188,-0.24092 0.66099,-0.90196 1.14287,-1.14288 0.34076,-0.17051 0.8023,0.17052 1.14288,0 0.48188,-0.24091 0.66099,-0.90195 1.14287,-1.14287 0.34076,-0.17052 0.87362,0.26926 1.14288,0 0.26926,-0.26936 -0.26926,-0.87362 0,-1.14288 0.38094,-0.3808 1.90494,0.38081 2.28575,0 0.26926,-0.26935 -0.26926,-0.87361 0,-1.14287 0.35388,-0.35384 5.36054,0.35383 5.71438,0 0.26926,-0.26936 -0.26926,-0.87362 0,-1.14288 0.53875,-0.53875 1.60428,0.34058 2.28575,0 0.48188,-0.24092 0.66099,-0.90196 1.14288,-1.14288 0.34076,-0.17051 0.87361,0.26927 1.14287,0 0.26926,-0.26935 -0.26926,-0.87361 0,-1.14287 0.57144,-0.57144 2.85719,0.57144 3.42863,0 1.52368,-1.52368 -1.90481,-1.14288 1.14287,-1.14288 3.04769,0 -0.38094,0.38099 1.14288,-1.14287 0.2694,-0.26926 0.8023,0.17051 1.14288,0 0.96376,-0.48188 1.32198,-1.80387 2.28575,-2.28575 0.45312,-0.22675 3.19502,0.2336 3.42862,0 0.26927,-0.26936 -0.26926,-0.87362 0,-1.14288 0.2694,-0.26926 0.8023,0.17052 1.14288,0 0.48188,-0.24092 0.66099,-0.90196 1.14288,-1.14287 0.34076,-0.17052 0.80229,0.17051 1.14287,0 0.48188,-0.24092 0.76207,-0.76207 1.14288,-1.14288 0.38094,-0.38094 0.90195,-0.66099 1.14287,-1.14288 0.17052,-0.34071 -0.26926,-0.87361 0,-1.14287 0.2694,-0.26926 0.8023,0.17051 1.14288,0 0.48188,-0.24092 0.76207,-0.76207 1.14287,-1.14288 0.38095,0 0.8023,0.17052 1.14288,0 1.37145,-0.68572 2.05718,-2.7429 3.42863,-3.42862 0.34076,-0.17052 0.77349,0.0923 1.14287,0 1.16871,-0.29217 2.35113,-0.60413 3.42863,-1.14288 0.34076,-0.17052 -1.14288,0.38081 -1.14288,0 0,-1.89521 1.60273,-0.80139 2.28576,-1.14288 0.48188,-0.24091 0.66099,-0.90195 1.14287,-1.14287 0.34076,-0.17052 0.87361,0.26926 1.14288,0 0.26926,-0.26935 -0.26927,-0.87362 0,-1.14288 0.2694,-0.26926 0.8023,0.17052 1.14287,0 0.48188,-0.24092 0.661,-0.90196 1.14288,-1.14287 0.45313,-0.22675 3.19502,0.2336 3.42862,0 0.26927,-0.26936 -0.26926,-0.87362 0,-1.14288 0.2694,-0.26926 0.8023,0.17052 1.14288,0 0.48188,-0.24092 0.66099,-0.90196 1.14288,-1.14287 0.45312,-0.22675 3.19502,0.2336 3.42862,0 0.26927,-0.26936 -0.26926,-0.87362 0,-1.14288 0.2694,-0.26926 0.8023,0.17052 1.14288,0 0.96376,-0.48188 1.32199,-1.80387 2.28575,-2.28575 0.61999,-0.30995 4.25881,0.31269 4.5715,0 0.26926,-0.26935 -0.26926,-0.87362 0,-1.14288 0.53876,-0.53875 1.747,0.53875 2.28575,0 0.26927,-0.26935 -0.26926,-0.87361 0,-1.14287 0.2694,-0.26926 0.8023,0.17051 1.14288,0 0.96376,-0.48189 1.32199,-1.80387 2.28575,-2.28575 0.68148,-0.34058 1.60428,0.34057 2.28575,0 0.48189,-0.24092 0.76207,-0.76207 1.14288,-1.14288 0.38094,0 0.8023,0.17052 1.14287,0 0.48189,-0.24092 0.661,-0.90196 1.14288,-1.14288 0.34076,-0.17051 0.87361,0.26927 1.14288,0 0.26926,-0.26935 -0.26927,-0.87361 0,-1.14287 0.53875,-0.53875 1.747,0.53875 2.28575,0 0.26926,-0.26935 -0.26926,-0.87362 0,-1.14288 0.2694,-0.26926 0.87361,0.26926 1.14287,0 0.26926,-0.26935 -0.26926,-0.87361 0,-1.14287 0.17738,-0.17738 2.98382,0.14811 3.42863,0 0.80815,-0.26936 1.4776,-0.87362 2.28575,-1.14288 0.36142,-0.12023 0.8023,0.17052 1.14288,0 0.48188,-0.24092 0.66099,-0.90196 1.14287,-1.14287 0.68148,-0.34058 1.56295,0.24091 2.28575,0 0.80815,-0.26936 1.68341,-0.54054 2.28576,-1.14288 1.18909,-0.59452 1.7118,-1.00185 1.85717,-1.14288 -0.38236,-0.0686 -2.19222,0.33505 -0.7143,-1.14287 0.57144,-0.57144 2.85719,0.57144 3.42863,0 0.26926,-0.26935 -0.26926,-0.87362 0,-1.14288 0.60234,-0.60234 1.68341,-0.54053 2.28575,-1.14287 0.26926,-0.26936 -0.34058,-0.97236 0,-1.14288 0.68147,-0.34058 1.56295,0.24092 2.28575,0 1.02224,-0.34071 1.32199,-1.80387 2.28575,-2.28575 0.34076,-0.17052 0.8023,0.17052 1.14288,0 0.48188,-0.24092 0.66099,-0.90196 1.14287,-1.14288 0.34076,-0.17051 0.87362,0.26927 1.14288,0 0.26926,-0.26935 -0.26926,-0.87361 0,-1.14287 0.2694,-0.26926 0.8023,0.17052 1.14288,0 1.37145,-0.68573 2.05717,-2.7429 3.42862,-3.42863 0.68148,-0.34058 1.747,0.53875 2.28575,0 0.26927,-0.26935 -0.3808,-1.14287 0,-1.14287 0.53876,0 0.60413,1.14287 1.14288,1.14287 0.53875,0 0.66099,-0.90196 1.14288,-1.14287 0.34076,-0.17052 0.80229,0.17051 1.14287,0 0.48188,-0.24092 0.66099,-0.90196 1.14288,-1.14288 0.68147,-0.34058 1.747,0.53875 2.28575,0 2.36465,-2.36484 -3.6135,0.0924 1.14287,-2.28575 0.68148,-0.34058 1.60428,0.34058 2.28576,0 0.48188,-0.24092 0.66099,-0.90196 1.14287,-1.14288 0.34076,-0.17051 0.8023,0.17052 1.14288,0 2.52694,-1.26347 0.35465,-0.70931 1.14287,-2.28575 0.24097,-0.48188 0.76207,-0.76207 1.14288,-1.14287 0.38094,-0.38095 0.66099,-0.90196 1.14287,-1.14288 0.34076,-0.17052 0.76207,0 1.14288,0 0,-0.38094 -0.26926,-0.87361 0,-1.14288 0.2694,-0.26926 0.87361,0.26927 1.14288,0 0.26926,-0.26935 -0.26927,-0.87361 0,-1.14287 0.26939,-0.26926 0.80229,0.17052 1.14287,0 0.48188,-0.24092 0.76207,-0.76207 1.14288,-1.14288 0.38094,-0.38094 0.90195,-0.66099 1.14287,-1.14287 0.17052,-0.34072 -0.26926,-0.87362 0,-1.14288 0.2694,-0.26926 0.87362,0.26926 1.14288,0 0.26926,-0.26935 -0.26926,-0.87361 0,-1.14287 0.2694,-0.26927 0.8023,0.17051 1.14287,0 0.48189,-0.24092 0.661,-0.90196 1.14288,-1.14288 3.36325,-1.68163 -1.50466,2.64759 2.28575,-1.14288 0.34076,-0.17051 0.87362,0.26927 1.14288,0 0.26926,-0.26935 -0.34058,-0.97235 0,-1.14287 0.68147,-0.34058 1.52382,0 2.28575,0 0.2694,-0.26926 0.8023,0.17052 1.14287,0 0.48189,-0.24092 0.661,-0.90196 1.14288,-1.14288 0.60952,-0.30492 1.67623,0.30492 2.28575,0 0.48188,-0.24092 0.66099,-0.90195 1.14288,-1.14287 0.45312,-0.22675 3.19502,0.2336 3.42862,0 0.26927,-0.26936 -0.34057,-0.97236 0,-1.14288 0.68148,-0.34058 1.56295,0.24092 2.28576,0 0.51109,-0.17038 0.66099,-0.90196 1.14287,-1.14287 0.68147,-0.34058 1.60428,0.34057 2.28575,0 0.48188,-0.24092 0.661,-0.90196 1.14288,-1.14288 0.34076,-0.17052 0.8023,0.17052 1.14287,0 0.48189,-0.24092 0.76207,-0.76207 1.14288,-1.14288 0.38094,-0.38094 1.52368,-0.76207 1.14288,-1.14287 0.95576,-0.97588 2.10531,-2.16566 2.28575,-2.28575 1.96986,-1.3134 1.72757,-1.14288 3.42862,-1.14288 0.38095,0 0.8023,0.17052 1.14288,0 0.48188,-0.24092 0.66099,-0.90196 1.14288,-1.14287 0.34075,-0.17052 0.80229,0.17051 1.14287,0 0.96377,-0.48189 1.32199,-1.80387 2.28575,-2.28576 3.36326,-1.68162 -1.50466,2.64759 2.28575,-1.14287 0.68148,-0.34058 1.747,0.53875 2.28576,0 0.26926,-0.26935 -0.26927,-0.87362 0,-1.14288 0.26939,-0.26926 0.80229,0.17052 1.14287,0 0.48188,-0.24092 0.66099,-0.90195 1.14288,-1.14287 0.68147,-0.34058 1.747,0.53875 2.28575,0 0.26926,-0.26936 -0.26926,-0.87362 0,-1.14288 0.2694,-0.26926 0.8023,0.17052 1.14287,0 0.48189,-0.24092 0.661,-0.90196 1.14288,-1.14287 0.34076,-0.17052 0.8023,0.17051 1.14287,0 2.27661,-1.13831 0.0843,-3.42863 2.28576,-3.42863 1.26347,-2.52695 0.70931,-0.35466 2.28575,-1.14288 0.96376,-0.48188 1.32198,-1.80387 2.28575,-2.28575 0.34076,-0.17052 0.87361,0.26926 1.14287,0 0.26927,-0.26935 -0.26926,-0.87361 0,-1.14287 0.38095,-0.38081 1.90495,0.3808 2.28576,0 0.26926,-0.26936 -0.26927,-0.87362 0,-1.14288 0.26939,-0.26926 0.87361,0.26926 1.14287,0 0.26926,-0.26935 -0.17052,-0.8023 0,-1.14288 0.24097,-0.48188 0.76207,-0.76206 1.14288,-1.14287 0.38094,-0.38094 0.66099,-0.90196 1.14287,-1.14288 0.34076,-0.17051 0.87362,0.26926 1.14288,0 2.36465,-2.36484 -3.6135,0.0924 1.14287,-2.28575 0.68148,-0.34058 1.747,0.53875 2.28576,0 0.26926,-0.26935 -0.26927,-0.87361 0,-1.14287 0.26939,-0.26927 0.87361,0.26926 1.14287,0 0.26926,-0.26936 -0.26926,-0.87362 0,-1.14288 0.53875,-0.53875 1.60428,0.34058 2.28575,0 0.48189,-0.24092 0.661,-0.90196 1.14288,-1.14288 0.34076,-0.17051 0.87361,0.26927 1.14287,0 0.26927,-0.26935 -0.26926,-0.87361 0,-1.14287 0.53876,-0.53875 1.747,0.53875 2.28576,0 0.26926,-0.26935 -0.17052,-0.8023 0,-1.14288 0.24096,-0.48188 0.76207,-0.76207 1.14287,-1.14287 0.38095,-0.38095 0.661,-0.90196 1.14288,-1.14288 0.34076,-0.17052 0.87361,0.26926 1.14287,0 0.53875,-0.53875 -0.53875,-1.747 0,-2.28575 0.53875,-0.53875 1.747,0.53875 2.28575,0 0.26927,-0.26935 -0.34057,-0.97236 0,-1.14288 0.68148,-0.34057 1.52387,0 2.28576,0 0.38099,0 0.87361,0.26927 1.14287,0 0.26926,-0.26935 -0.17052,-0.80229 0,-1.14287 2.3781,-4.75638 -0.0789,1.22178 2.28575,-1.14288 0.26926,-0.26935 -0.17051,-0.8023 0,-1.14287 0.12051,-0.24097 0.45871,-0.41331 0.7143,-0.57144 57.61991,8.60828 108.4275,38.87373 144.43092,82.57277 l 0,-269.432947 -619.43863,0 z M 517.69053,154.62279 c 0,0.38099 -0.38081,1.14287 0,1.14287 0.3808,0 -0.26926,-0.87361 0,-1.14287 z m 45.85789,-23.71467 c -0.0813,0.33847 -0.39992,0.85715 -0.14286,0.85715 0.28,0 0.21326,-0.49212 0.14286,-0.85715 z"
          id="path20328" />
     </clipPath>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient47318"
+       id="radialGradient47316"
+       cx="34.214542"
+       cy="729.54486"
+       fx="34.214542"
+       fy="729.54486"
+       r="29.282583"
+       gradientTransform="matrix(-1.5911416,0.00673219,-0.00661722,-1.5639708,93.482276,2010.1183)"
+       gradientUnits="userSpaceOnUse" />
   </defs>
   <g
      id="g19063"
@@ -86462,12 +85849,13 @@
      id="g18993"
      transform="translate(1165.0472,-113.94633)">
     <path
-       style="fill:url(#linearGradient8148);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       style="fill:url(#linearGradient8148);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
        id="splash"
-       d="M -1031,897.23816 L -555,897.23816 L -555,1107.2382 L -1031,1107.2382 L -1031,897.23816 z" />
+       d="m -1031,857.23823 476,0 0,299.99997 -476,0 0,-299.99997 z"
+       inkscape:connector-curvature="0" />
     <g
        id="g17803"
-       transform="matrix(0.2224431,0,0,0.2224431,-580.61956,532.50667)">
+       transform="matrix(0.2224431,0,0,0.2224431,-580.61956,512.50667)">
       <g
          id="use16743"
          mask="url(#mask6467)"
@@ -86478,24 +85866,29 @@
         <path
            style="font-size:314.89779663px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter17760);enable-background:accumulate;font-family:Arial Black"
            id="path17845"
-           d="m -1470.2813,1725.0291 c -56.0138,0.054 -112.0828,20.5177 -156.0937,61.5937 -85.0794,79.4058 -95.9453,209.1111 -29.5938,301.1563 l 9.7813,69.3437 0.9062,6.4375 5.125,-4 30.5938,-23.9687 c 87.5525,67.3697 213.0935,63.1007 295.9375,-14.2188 18.4642,-17.2329 33.4323,-36.8343 44.875,-57.9062 6.4003,0.736 13.3613,1.0937 20.875,1.0937 24.9087,0 44.0178,-3.5634 57.3437,-10.6875 13.3257,-7.1242 24.6943,-18.8804 34.125,-35.2812 l -61.6562,-5.6875 c -3.8953,4.9202 -7.5237,8.3649 -10.9063,10.3125 -5.5355,3.0752 -11.381,4.5937 -17.5312,4.5937 -2.2646,0 -4.435,-0.18 -6.5,-0.5625 3.5746,-10.6475 6.37,-21.5105 8.3437,-32.5 l 91.8125,0 0,-7.0625 c -10e-5,-21.5262 -3.5522,-39.0091 -10.625,-52.4375 -7.0731,-13.4281 -17.3756,-23.6769 -30.9062,-30.75 -13.3838,-6.9958 -31.5824,-10.5176 -54.5938,-10.5937 -7.0146,-25.9757 -18.6908,-50.9762 -35.0625,-73.6875 l -9.7812,-69.3438 -0.9063,-6.4375 -5.125,4 -30.5937,23.9688 c -41.0402,-31.5796 -90.4197,-47.4228 -139.8438,-47.375 z m 228.125,206.2187 c 6.3617,0.8346 11.6486,3.3459 15.875,7.5313 5.279,5.2278 8.5511,13.9044 9.7813,26 l -24.7813,0 c 0.5248,-11.1718 0.225,-22.3843 -0.875,-33.5313 z m 118.9731,-33.6623 58.582,0 0,26.754 c 5.6377,-11.583 11.4549,-19.5528 17.4516,-23.9095 5.9965,-4.3563 13.4025,-6.5346 22.2182,-6.5347 9.2253,1e-4 19.3222,2.8703 30.2904,8.6104 l -19.3736,44.5901 c -7.3805,-3.0751 -13.2233,-4.6127 -17.5285,-4.6128 -8.2005,10e-5 -14.5559,3.3828 -19.066,10.1481 -6.458,9.5331 -9.6869,27.3691 -9.6868,53.508 l 0,54.7381 -62.8873,0 0,-163.2917 z m 320.2793,97.1755 -125.46709,0 c 1.12748,10.0456 3.84388,17.5285 8.14921,22.4487 6.04775,7.073 13.94069,10.6094 23.67883,10.6094 6.15024,0 11.99306,-1.5376 17.5285,-4.6128 3.38256,-1.9476 7.02151,-5.3815 10.91686,-10.3018 l 61.65724,5.6891 c -9.43072,16.4009 -20.80885,28.1634 -34.13443,35.2876 -13.3259,7.1241 -32.44322,10.6862 -57.35199,10.6862 -21.62881,0 -38.64475,-3.0495 -51.04789,-9.1486 -12.40324,-6.0991 -22.67944,-15.7859 -30.82862,-29.0604 -8.14922,-13.2745 -12.22382,-28.881 -12.22382,-46.8195 0,-25.5239 8.17483,-46.1788 24.52452,-61.9648 16.34962,-15.7857 38.9265,-23.6787 67.7307,-23.6788 23.3712,1e-4 41.82222,3.5366 55.35313,10.6093 13.53059,7.0731 23.83241,17.3236 30.9055,30.7517 7.0727,13.4284 10.60915,30.9056 10.60935,52.4318 l 0,7.0729 z m -63.6561,-29.983 c -1.23021,-12.0956 -4.48476,-20.7573 -9.76368,-25.9852 -5.27917,-5.2277 -12.22393,-7.8416 -20.8343,-7.8417 -9.94316,10e-5 -17.88735,3.9466 -23.8326,11.8394 -3.79279,4.9204 -6.20167,12.2496 -7.22666,21.9875 l 61.65724,0 z m 93.17774,-67.1925 58.4283,0 0,23.8326 c 8.40539,-9.9429 16.88773,-17.0158 25.44706,-21.2187 8.55912,-4.2026 18.88657,-6.304 30.98238,-6.3041 13.01809,1e-4 23.31991,2.3065 30.90549,6.9191 7.58526,4.6129 13.78685,11.4808 18.6048,20.6037 9.84037,-10.6605 18.80962,-17.9128 26.90778,-21.7569 8.09773,-3.8438 18.09204,-5.7658 29.98294,-5.7659 17.52823,1e-4 31.21274,5.2023 41.05357,15.6065 9.84026,10.4044 14.76054,26.6772 14.76083,48.8184 l 0,102.557 -62.73354,0 0,-93.024 c -2.3e-4,-7.3803 -1.43531,-12.8644 -4.30524,-16.4522 -4.20297,-5.6377 -9.43076,-8.4566 -15.68339,-8.4567 -7.38062,10e-5 -13.32595,2.6652 -17.83601,7.9954 -4.51044,5.3304 -6.76557,13.8897 -6.76538,25.6777 l 0,84.2598 -62.73355,0 0,-89.9488 c -1.2e-4,-7.1753 -0.41015,-12.0444 -1.23007,-14.6071 -1.3327,-4.1001 -3.63907,-7.4059 -6.91914,-9.9174 -3.2803,-2.5113 -7.12426,-3.767 -11.5319,-3.7671 -7.1755,10e-5 -13.06958,2.7165 -17.68225,8.1492 -4.61284,5.4329 -6.91922,14.3509 -6.91914,26.754 l 0,83.3372 -62.73354,0 0,-163.2917 z m 316.74293,-62.1185 62.57978,0 0,42.5911 -62.57978,0 0,-42.5911 z m 0,62.1185 62.57978,0 0,163.2917 -62.57978,0 0,-163.2917 z m 95.79168,0 151.45231,0 0,36.5945 -82.41466,83.9523 87.48869,0 0,42.7449 -162.67669,0 0,-40.5923 78.10941,-79.9545 -71.95906,0 0,-42.7449 z" />
+           d="m -1470.2813,1725.0291 c -56.0138,0.054 -112.0828,20.5177 -156.0937,61.5937 -85.0794,79.4058 -95.9453,209.1111 -29.5938,301.1563 l 9.7813,69.3437 0.9062,6.4375 5.125,-4 30.5938,-23.9687 c 87.5525,67.3697 213.0935,63.1007 295.9375,-14.2188 18.4642,-17.2329 33.4323,-36.8343 44.875,-57.9062 6.4003,0.736 13.3613,1.0937 20.875,1.0937 24.9087,0 44.0178,-3.5634 57.3437,-10.6875 13.3257,-7.1242 24.6943,-18.8804 34.125,-35.2812 l -61.6562,-5.6875 c -3.8953,4.9202 -7.5237,8.3649 -10.9063,10.3125 -5.5355,3.0752 -11.381,4.5937 -17.5312,4.5937 -2.2646,0 -4.435,-0.18 -6.5,-0.5625 3.5746,-10.6475 6.37,-21.5105 8.3437,-32.5 l 91.8125,0 0,-7.0625 c -10e-5,-21.5262 -3.5522,-39.0091 -10.625,-52.4375 -7.0731,-13.4281 -17.3756,-23.6769 -30.9062,-30.75 -13.3838,-6.9958 -31.5824,-10.5176 -54.5938,-10.5937 -7.0146,-25.9757 -18.6908,-50.9762 -35.0625,-73.6875 l -9.7812,-69.3438 -0.9063,-6.4375 -5.125,4 -30.5937,23.9688 c -41.0402,-31.5796 -90.4197,-47.4228 -139.8438,-47.375 z m 228.125,206.2187 c 6.3617,0.8346 11.6486,3.3459 15.875,7.5313 5.279,5.2278 8.5511,13.9044 9.7813,26 l -24.7813,0 c 0.5248,-11.1718 0.225,-22.3843 -0.875,-33.5313 z m 118.9731,-33.6623 58.582,0 0,26.754 c 5.6377,-11.583 11.4549,-19.5528 17.4516,-23.9095 5.9965,-4.3563 13.4025,-6.5346 22.2182,-6.5347 9.2253,1e-4 19.3222,2.8703 30.2904,8.6104 l -19.3736,44.5901 c -7.3805,-3.0751 -13.2233,-4.6127 -17.5285,-4.6128 -8.2005,10e-5 -14.5559,3.3828 -19.066,10.1481 -6.458,9.5331 -9.6869,27.3691 -9.6868,53.508 l 0,54.7381 -62.8873,0 0,-163.2917 z m 320.2793,97.1755 -125.46709,0 c 1.12748,10.0456 3.84388,17.5285 8.14921,22.4487 6.04775,7.073 13.94069,10.6094 23.67883,10.6094 6.15024,0 11.99306,-1.5376 17.5285,-4.6128 3.38256,-1.9476 7.02151,-5.3815 10.91686,-10.3018 l 61.65724,5.6891 c -9.43072,16.4009 -20.80885,28.1634 -34.13443,35.2876 -13.3259,7.1241 -32.44322,10.6862 -57.35199,10.6862 -21.62881,0 -38.64475,-3.0495 -51.04789,-9.1486 -12.40324,-6.0991 -22.67944,-15.7859 -30.82862,-29.0604 -8.14922,-13.2745 -12.22382,-28.881 -12.22382,-46.8195 0,-25.5239 8.17483,-46.1788 24.52452,-61.9648 16.34962,-15.7857 38.9265,-23.6787 67.7307,-23.6788 23.3712,1e-4 41.82222,3.5366 55.35313,10.6093 13.53059,7.0731 23.83241,17.3236 30.9055,30.7517 7.0727,13.4284 10.60915,30.9056 10.60935,52.4318 l 0,7.0729 z m -63.6561,-29.983 c -1.23021,-12.0956 -4.48476,-20.7573 -9.76368,-25.9852 -5.27917,-5.2277 -12.22393,-7.8416 -20.8343,-7.8417 -9.94316,10e-5 -17.88735,3.9466 -23.8326,11.8394 -3.79279,4.9204 -6.20167,12.2496 -7.22666,21.9875 l 61.65724,0 z m 93.17774,-67.1925 58.4283,0 0,23.8326 c 8.40539,-9.9429 16.88773,-17.0158 25.44706,-21.2187 8.55912,-4.2026 18.88657,-6.304 30.98238,-6.3041 13.01809,1e-4 23.31991,2.3065 30.90549,6.9191 7.58526,4.6129 13.78685,11.4808 18.6048,20.6037 9.84037,-10.6605 18.80962,-17.9128 26.90778,-21.7569 8.09773,-3.8438 18.09204,-5.7658 29.98294,-5.7659 17.52823,1e-4 31.21274,5.2023 41.05357,15.6065 9.84026,10.4044 14.76054,26.6772 14.76083,48.8184 l 0,102.557 -62.73354,0 0,-93.024 c -2.3e-4,-7.3803 -1.43531,-12.8644 -4.30524,-16.4522 -4.20297,-5.6377 -9.43076,-8.4566 -15.68339,-8.4567 -7.38062,10e-5 -13.32595,2.6652 -17.83601,7.9954 -4.51044,5.3304 -6.76557,13.8897 -6.76538,25.6777 l 0,84.2598 -62.73355,0 0,-89.9488 c -1.2e-4,-7.1753 -0.41015,-12.0444 -1.23007,-14.6071 -1.3327,-4.1001 -3.63907,-7.4059 -6.91914,-9.9174 -3.2803,-2.5113 -7.12426,-3.767 -11.5319,-3.7671 -7.1755,10e-5 -13.06958,2.7165 -17.68225,8.1492 -4.61284,5.4329 -6.91922,14.3509 -6.91914,26.754 l 0,83.3372 -62.73354,0 0,-163.2917 z m 316.74293,-62.1185 62.57978,0 0,42.5911 -62.57978,0 0,-42.5911 z m 0,62.1185 62.57978,0 0,163.2917 -62.57978,0 0,-163.2917 z m 95.79168,0 151.45231,0 0,36.5945 -82.41466,83.9523 87.48869,0 0,42.7449 -162.67669,0 0,-40.5923 78.10941,-79.9545 -71.95906,0 0,-42.7449 z"
+           inkscape:connector-curvature="0" />
         <path
            style="fill:#d19f34;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:40;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
            id="use16735"
-           d="m -1336.1632,1788.2263 c 0,0 56.3913,141.5671 -147.8368,147.7737 -204.2612,6.2076 -147.8368,147.7737 -147.8368,147.7737 -37.8479,-37.8317 -61.2676,-90.0855 -61.2676,-147.7737 0,-57.6882 23.4197,-109.942 61.2676,-147.7737 37.8479,-37.8318 90.124,-61.2415 147.8368,-61.2415 57.7128,0 109.9889,23.4097 147.8368,61.2415 z" />
+           d="m -1336.1632,1788.2263 c 0,0 56.3913,141.5671 -147.8368,147.7737 -204.2612,6.2076 -147.8368,147.7737 -147.8368,147.7737 -37.8479,-37.8317 -61.2676,-90.0855 -61.2676,-147.7737 0,-57.6882 23.4197,-109.942 61.2676,-147.7737 37.8479,-37.8318 90.124,-61.2415 147.8368,-61.2415 57.7128,0 109.9889,23.4097 147.8368,61.2415 z"
+           inkscape:connector-curvature="0" />
         <path
            style="fill:#469837;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:40;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
            id="use16737"
-           d="m -1631.8368,2083.7737 c 0,0 -56.3913,-141.5671 147.8368,-147.7737 204.2612,-6.2076 147.8368,-147.7737 147.8368,-147.7737 37.8479,37.8317 61.2676,90.0855 61.2676,147.7737 0,57.6882 -23.4197,109.942 -61.2676,147.7737 -37.8479,37.8318 -90.124,61.2415 -147.8368,61.2415 -57.7128,0 -109.9889,-23.4097 -147.8368,-61.2415 z" />
+           d="m -1631.8368,2083.7737 c 0,0 -56.3913,-141.5671 147.8368,-147.7737 204.2612,-6.2076 147.8368,-147.7737 147.8368,-147.7737 37.8479,37.8317 61.2676,90.0855 61.2676,147.7737 0,57.6882 -23.4197,109.942 -61.2676,147.7737 -37.8479,37.8318 -90.124,61.2415 -147.8368,61.2415 -57.7128,0 -109.9889,-23.4097 -147.8368,-61.2415 z"
+           inkscape:connector-curvature="0" />
         <path
            style="fill:none;stroke:#4c4c4c;stroke-width:49.86504364;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10.43299961;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
            id="path16739"
            transform="matrix(0.8023362,0,0,0.8019941,-2094.2929,1769.2301)"
-           d="m 1021.2642,207.94408 c 0,143.9361 -116.68326,260.61936 -260.61936,260.61936 -143.9361,0 -260.61936,-116.68326 -260.61936,-260.61936 0,-143.936098 116.68326,-260.61936 260.61936,-260.61936 143.9361,0 260.61936,116.683262 260.61936,260.61936 l 0,0 z" />
+           d="m 1021.2642,207.94408 c 0,143.9361 -116.68326,260.61936 -260.61936,260.61936 -143.9361,0 -260.61936,-116.68326 -260.61936,-260.61936 0,-143.936098 116.68326,-260.61936 260.61936,-260.61936 143.9361,0 260.61936,116.683262 260.61936,260.61936 l 0,0 z"
+           inkscape:connector-curvature="0" />
         <path
            style="font-size:306.80871582px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:40;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Arial Black"
            id="path16741"
-           d="m -1577.2331,1825.1726 127.038,0 c 21.1728,2e-4 37.4271,5.2435 48.7628,15.7299 11.3353,10.4868 17.0031,23.4703 17.0033,38.9503 -2e-4,12.9836 -4.045,24.1194 -12.1345,33.4074 -5.3933,6.1923 -13.2833,11.086 -23.6698,14.6813 15.7797,3.7953 27.3898,10.312 34.8306,19.5501 7.4402,9.2383 11.1605,20.8485 11.1607,34.8306 -2e-4,11.3855 -2.6468,21.6224 -7.9399,30.7108 -5.2934,9.0884 -12.5342,16.2792 -21.7223,21.5725 -5.6929,3.2958 -14.2819,5.6927 -25.7671,7.1908 -15.2807,1.9975 -25.4177,2.9962 -30.4112,2.9962 l -117.1506,0 0,-219.6199 z m 68.4627,86.1401 29.5124,0 c 10.5863,10e-5 17.9519,-1.8225 22.0968,-5.468 4.1445,-3.6452 6.2169,-8.9135 6.217,-15.8049 -1e-4,-6.3916 -2.0725,-11.3853 -6.217,-14.9809 -4.1449,-3.5952 -11.3607,-5.3929 -21.6474,-5.3931 l -29.9618,0 0,41.6469 z m 0,86.29 34.6059,0 c 11.6849,0 19.9244,-2.0723 24.7184,-6.2171 4.7938,-4.1447 7.1907,-9.7126 7.1909,-16.7037 -2e-4,-6.4916 -2.3722,-11.71 -7.116,-15.655 -4.7441,-3.9449 -13.0584,-5.9174 -24.9432,-5.9175 l -34.456,0 0,44.4933 z" />
+           d="m -1577.2331,1825.1726 127.038,0 c 21.1728,2e-4 37.4271,5.2435 48.7628,15.7299 11.3353,10.4868 17.0031,23.4703 17.0033,38.9503 -2e-4,12.9836 -4.045,24.1194 -12.1345,33.4074 -5.3933,6.1923 -13.2833,11.086 -23.6698,14.6813 15.7797,3.7953 27.3898,10.312 34.8306,19.5501 7.4402,9.2383 11.1605,20.8485 11.1607,34.8306 -2e-4,11.3855 -2.6468,21.6224 -7.9399,30.7108 -5.2934,9.0884 -12.5342,16.2792 -21.7223,21.5725 -5.6929,3.2958 -14.2819,5.6927 -25.7671,7.1908 -15.2807,1.9975 -25.4177,2.9962 -30.4112,2.9962 l -117.1506,0 0,-219.6199 z m 68.4627,86.1401 29.5124,0 c 10.5863,10e-5 17.9519,-1.8225 22.0968,-5.468 4.1445,-3.6452 6.2169,-8.9135 6.217,-15.8049 -1e-4,-6.3916 -2.0725,-11.3853 -6.217,-14.9809 -4.1449,-3.5952 -11.3607,-5.3929 -21.6474,-5.3931 l -29.9618,0 0,41.6469 z m 0,86.29 34.6059,0 c 11.6849,0 19.9244,-2.0723 24.7184,-6.2171 4.7938,-4.1447 7.1907,-9.7126 7.1909,-16.7037 -2e-4,-6.4916 -2.3722,-11.71 -7.116,-15.655 -4.7441,-3.9449 -13.0584,-5.9174 -24.9432,-5.9175 l -34.456,0 0,44.4933 z"
+           inkscape:connector-curvature="0" />
         <g
            id="use16745"
            mask="url(#mask6467)"
@@ -86503,11 +85896,13 @@
           <path
              style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter6447);enable-background:accumulate"
              id="use6863"
-             d="m 507.8125,-566.84375 c -7.54052,0.31127 -14.32442,4.87714 -17.4375,11.84375 -3.32061,7.43106 -1.79456,16.12851 3.84375,22 71.38742,76.4228 67.29917,195.79932 -9.15625,267.15625 C 418.92868,-204.1201 321.00173,-198.52349 249.15625,-248 l 26.65625,-20.875 5.125,-4 -6.03125,-2.40625 -105.9375,-42.59375 -6,-2.4375 0.90625,6.4375 15.9375,113 0.90625,6.4375 5.125,-4 30.59375,-23.96875 c 87.55252,67.36975 213.09347,63.10079 295.9375,-14.21875 92.27769,-86.12407 97.25455,-231.41793 11.09375,-323.65625 -3.63563,-4.00109 -8.72059,-6.38195 -14.125,-6.5625 -0.50858,-0.0174 -1.02855,-0.0208 -1.53125,0 z" />
+             d="m 507.8125,-566.84375 c -7.54052,0.31127 -14.32442,4.87714 -17.4375,11.84375 -3.32061,7.43106 -1.79456,16.12851 3.84375,22 71.38742,76.4228 67.29917,195.79932 -9.15625,267.15625 C 418.92868,-204.1201 321.00173,-198.52349 249.15625,-248 l 26.65625,-20.875 5.125,-4 -6.03125,-2.40625 -105.9375,-42.59375 -6,-2.4375 0.90625,6.4375 15.9375,113 0.90625,6.4375 5.125,-4 30.59375,-23.96875 c 87.55252,67.36975 213.09347,63.10079 295.9375,-14.21875 92.27769,-86.12407 97.25455,-231.41793 11.09375,-323.65625 -3.63563,-4.00109 -8.72059,-6.38195 -14.125,-6.5625 -0.50858,-0.0174 -1.02855,-0.0208 -1.53125,0 z"
+             inkscape:connector-curvature="0" />
           <path
              style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:49.86504364;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
              id="use6865"
-             d="m 507.8125,-566.84375 c -7.54052,0.31127 -14.32442,4.87714 -17.4375,11.84375 -3.32061,7.43106 -1.79456,16.12851 3.84375,22 71.38742,76.4228 67.29917,195.79932 -9.15625,267.15625 C 418.92868,-204.1201 321.00173,-198.52349 249.15625,-248 l 26.65625,-20.875 5.125,-4 -6.03125,-2.40625 -105.9375,-42.59375 -6,-2.4375 0.90625,6.4375 15.9375,113 0.90625,6.4375 5.125,-4 30.59375,-23.96875 c 87.55252,67.36975 213.09347,63.10079 295.9375,-14.21875 92.27769,-86.12407 97.25455,-231.41793 11.09375,-323.65625 -3.63563,-4.00109 -8.72059,-6.38195 -14.125,-6.5625 -0.50858,-0.0174 -1.02855,-0.0208 -1.53125,0 z" />
+             d="m 507.8125,-566.84375 c -7.54052,0.31127 -14.32442,4.87714 -17.4375,11.84375 -3.32061,7.43106 -1.79456,16.12851 3.84375,22 71.38742,76.4228 67.29917,195.79932 -9.15625,267.15625 C 418.92868,-204.1201 321.00173,-198.52349 249.15625,-248 l 26.65625,-20.875 5.125,-4 -6.03125,-2.40625 -105.9375,-42.59375 -6,-2.4375 0.90625,6.4375 15.9375,113 0.90625,6.4375 5.125,-4 30.59375,-23.96875 c 87.55252,67.36975 213.09347,63.10079 295.9375,-14.21875 92.27769,-86.12407 97.25455,-231.41793 11.09375,-323.65625 -3.63563,-4.00109 -8.72059,-6.38195 -14.125,-6.5625 -0.50858,-0.0174 -1.02855,-0.0208 -1.53125,0 z"
+             inkscape:connector-curvature="0" />
         </g>
         <g
            id="g7285"
@@ -86516,16 +85911,19 @@
           <path
              style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter6447);enable-background:accumulate"
              id="path7287"
-             d="m 507.8125,-566.84375 c -7.54052,0.31127 -14.32442,4.87714 -17.4375,11.84375 -3.32061,7.43106 -1.79456,16.12851 3.84375,22 71.38742,76.4228 67.29917,195.79932 -9.15625,267.15625 C 418.92868,-204.1201 321.00173,-198.52349 249.15625,-248 l 26.65625,-20.875 5.125,-4 -6.03125,-2.40625 -105.9375,-42.59375 -6,-2.4375 0.90625,6.4375 15.9375,113 0.90625,6.4375 5.125,-4 30.59375,-23.96875 c 87.55252,67.36975 213.09347,63.10079 295.9375,-14.21875 92.27769,-86.12407 97.25455,-231.41793 11.09375,-323.65625 -3.63563,-4.00109 -8.72059,-6.38195 -14.125,-6.5625 -0.50858,-0.0174 -1.02855,-0.0208 -1.53125,0 z" />
+             d="m 507.8125,-566.84375 c -7.54052,0.31127 -14.32442,4.87714 -17.4375,11.84375 -3.32061,7.43106 -1.79456,16.12851 3.84375,22 71.38742,76.4228 67.29917,195.79932 -9.15625,267.15625 C 418.92868,-204.1201 321.00173,-198.52349 249.15625,-248 l 26.65625,-20.875 5.125,-4 -6.03125,-2.40625 -105.9375,-42.59375 -6,-2.4375 0.90625,6.4375 15.9375,113 0.90625,6.4375 5.125,-4 30.59375,-23.96875 c 87.55252,67.36975 213.09347,63.10079 295.9375,-14.21875 92.27769,-86.12407 97.25455,-231.41793 11.09375,-323.65625 -3.63563,-4.00109 -8.72059,-6.38195 -14.125,-6.5625 -0.50858,-0.0174 -1.02855,-0.0208 -1.53125,0 z"
+             inkscape:connector-curvature="0" />
           <path
              style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:49.86504364;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
              id="path7289"
-             d="m 507.8125,-566.84375 c -7.54052,0.31127 -14.32442,4.87714 -17.4375,11.84375 -3.32061,7.43106 -1.79456,16.12851 3.84375,22 71.38742,76.4228 67.29917,195.79932 -9.15625,267.15625 C 418.92868,-204.1201 321.00173,-198.52349 249.15625,-248 l 26.65625,-20.875 5.125,-4 -6.03125,-2.40625 -105.9375,-42.59375 -6,-2.4375 0.90625,6.4375 15.9375,113 0.90625,6.4375 5.125,-4 30.59375,-23.96875 c 87.55252,67.36975 213.09347,63.10079 295.9375,-14.21875 92.27769,-86.12407 97.25455,-231.41793 11.09375,-323.65625 -3.63563,-4.00109 -8.72059,-6.38195 -14.125,-6.5625 -0.50858,-0.0174 -1.02855,-0.0208 -1.53125,0 z" />
+             d="m 507.8125,-566.84375 c -7.54052,0.31127 -14.32442,4.87714 -17.4375,11.84375 -3.32061,7.43106 -1.79456,16.12851 3.84375,22 71.38742,76.4228 67.29917,195.79932 -9.15625,267.15625 C 418.92868,-204.1201 321.00173,-198.52349 249.15625,-248 l 26.65625,-20.875 5.125,-4 -6.03125,-2.40625 -105.9375,-42.59375 -6,-2.4375 0.90625,6.4375 15.9375,113 0.90625,6.4375 5.125,-4 30.59375,-23.96875 c 87.55252,67.36975 213.09347,63.10079 295.9375,-14.21875 92.27769,-86.12407 97.25455,-231.41793 11.09375,-323.65625 -3.63563,-4.00109 -8.72059,-6.38195 -14.125,-6.5625 -0.50858,-0.0174 -1.02855,-0.0208 -1.53125,0 z"
+             inkscape:connector-curvature="0" />
         </g>
         <path
            style="font-size:314.89779663px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#dadada;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10.43299961;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Arial Black"
            id="text16729"
-           d="m -1166.8587,1976.761 -125.4671,0 c 1.1275,10.0456 3.8439,17.5285 8.1492,22.4487 6.0478,7.073 13.9407,10.6094 23.6789,10.6094 6.1502,0 11.993,-1.5376 17.5285,-4.6128 3.3825,-1.9476 7.0215,-5.3815 10.9168,-10.3018 l 61.6573,5.6891 c -9.4307,16.4009 -20.8089,28.1634 -34.1345,35.2876 -13.3259,7.1241 -32.4432,10.6862 -57.3519,10.6862 -21.6289,0 -38.6448,-3.0495 -51.0479,-9.1486 -12.4033,-6.0991 -22.6795,-15.7859 -30.8286,-29.0604 -8.1493,-13.2745 -12.2239,-28.881 -12.2239,-46.8195 0,-25.5239 8.1749,-46.1788 24.5245,-61.9648 16.3497,-15.7857 38.9265,-23.6787 67.7307,-23.6788 23.3712,1e-4 41.8223,3.5366 55.3532,10.6093 13.5306,7.0731 23.8324,17.3236 30.9055,30.7517 7.0727,13.4284 10.6091,30.9056 10.6093,52.4318 l 0,7.0729 z m -63.6561,-29.983 c -1.2302,-12.0956 -4.4847,-20.7573 -9.7637,-25.9852 -5.2791,-5.2277 -12.2239,-7.8416 -20.8343,-7.8417 -9.9431,10e-5 -17.8873,3.9466 -23.8325,11.8394 -3.7928,4.9204 -6.2017,12.2496 -7.2267,21.9875 l 61.6572,0 z m 93.3316,-67.1925 58.582,0 0,26.754 c 5.6377,-11.583 11.4549,-19.5528 17.4516,-23.9095 5.9965,-4.3563 13.4025,-6.5346 22.2182,-6.5347 9.2253,1e-4 19.3222,2.8703 30.2904,8.6104 l -19.3736,44.5901 c -7.3805,-3.0751 -13.2233,-4.6127 -17.5285,-4.6128 -8.2005,10e-5 -14.5559,3.3828 -19.066,10.1481 -6.458,9.5331 -9.6869,27.3691 -9.6868,53.508 l 0,54.7381 -62.8873,0 0,-163.2917 z m 320.2793,97.1755 -125.46709,0 c 1.12748,10.0456 3.84388,17.5285 8.14921,22.4487 6.04775,7.073 13.94069,10.6094 23.67883,10.6094 6.15024,0 11.99306,-1.5376 17.5285,-4.6128 3.38256,-1.9476 7.02151,-5.3815 10.91686,-10.3018 l 61.65724,5.6891 c -9.43072,16.4009 -20.80885,28.1634 -34.13443,35.2876 -13.3259,7.1241 -32.44322,10.6862 -57.35199,10.6862 -21.62881,0 -38.64475,-3.0495 -51.04789,-9.1486 -12.40324,-6.0991 -22.67944,-15.7859 -30.82862,-29.0604 -8.14922,-13.2745 -12.22382,-28.881 -12.22382,-46.8195 0,-25.5239 8.17483,-46.1788 24.52452,-61.9648 16.34962,-15.7857 38.9265,-23.6787 67.7307,-23.6788 23.3712,1e-4 41.82222,3.5366 55.35313,10.6093 13.53059,7.0731 23.83241,17.3236 30.9055,30.7517 7.0727,13.4284 10.60915,30.9056 10.60935,52.4318 l 0,7.0729 z m -63.6561,-29.983 c -1.23021,-12.0956 -4.48476,-20.7573 -9.76368,-25.9852 -5.27917,-5.2277 -12.22393,-7.8416 -20.8343,-7.8417 -9.94316,10e-5 -17.88735,3.9466 -23.8326,11.8394 -3.79279,4.9204 -6.20167,12.2496 -7.22666,21.9875 l 61.65724,0 z m 93.17774,-67.1925 58.4283,0 0,23.8326 c 8.40539,-9.9429 16.88773,-17.0158 25.44706,-21.2187 8.55912,-4.2026 18.88657,-6.304 30.98238,-6.3041 13.01809,1e-4 23.31991,2.3065 30.90549,6.9191 7.58526,4.6129 13.78685,11.4808 18.6048,20.6037 9.84037,-10.6605 18.80962,-17.9128 26.90778,-21.7569 8.09773,-3.8438 18.09204,-5.7658 29.98294,-5.7659 17.52823,1e-4 31.21274,5.2023 41.05357,15.6065 9.84026,10.4044 14.76054,26.6772 14.76083,48.8184 l 0,102.557 -62.73354,0 0,-93.024 c -2.3e-4,-7.3803 -1.43531,-12.8644 -4.30524,-16.4522 -4.20297,-5.6377 -9.43076,-8.4566 -15.68339,-8.4567 -7.38062,10e-5 -13.32595,2.6652 -17.83601,7.9954 -4.51044,5.3304 -6.76557,13.8897 -6.76538,25.6777 l 0,84.2598 -62.73355,0 0,-89.9488 c -1.2e-4,-7.1753 -0.41015,-12.0444 -1.23007,-14.6071 -1.3327,-4.1001 -3.63907,-7.4059 -6.91914,-9.9174 -3.2803,-2.5113 -7.12426,-3.767 -11.5319,-3.7671 -7.1755,10e-5 -13.06958,2.7165 -17.68225,8.1492 -4.61284,5.4329 -6.91922,14.3509 -6.91914,26.754 l 0,83.3372 -62.73354,0 0,-163.2917 z m 316.74293,-62.1185 62.57978,0 0,42.5911 -62.57978,0 0,-42.5911 z m 0,62.1185 62.57978,0 0,163.2917 -62.57978,0 0,-163.2917 z m 95.79168,0 151.45231,0 0,36.5945 -82.41466,83.9523 87.48869,0 0,42.7449 -162.67669,0 0,-40.5923 78.10941,-79.9545 -71.95906,0 0,-42.7449 z" />
+           d="m -1166.8587,1976.761 -125.4671,0 c 1.1275,10.0456 3.8439,17.5285 8.1492,22.4487 6.0478,7.073 13.9407,10.6094 23.6789,10.6094 6.1502,0 11.993,-1.5376 17.5285,-4.6128 3.3825,-1.9476 7.0215,-5.3815 10.9168,-10.3018 l 61.6573,5.6891 c -9.4307,16.4009 -20.8089,28.1634 -34.1345,35.2876 -13.3259,7.1241 -32.4432,10.6862 -57.3519,10.6862 -21.6289,0 -38.6448,-3.0495 -51.0479,-9.1486 -12.4033,-6.0991 -22.6795,-15.7859 -30.8286,-29.0604 -8.1493,-13.2745 -12.2239,-28.881 -12.2239,-46.8195 0,-25.5239 8.1749,-46.1788 24.5245,-61.9648 16.3497,-15.7857 38.9265,-23.6787 67.7307,-23.6788 23.3712,1e-4 41.8223,3.5366 55.3532,10.6093 13.5306,7.0731 23.8324,17.3236 30.9055,30.7517 7.0727,13.4284 10.6091,30.9056 10.6093,52.4318 l 0,7.0729 z m -63.6561,-29.983 c -1.2302,-12.0956 -4.4847,-20.7573 -9.7637,-25.9852 -5.2791,-5.2277 -12.2239,-7.8416 -20.8343,-7.8417 -9.9431,10e-5 -17.8873,3.9466 -23.8325,11.8394 -3.7928,4.9204 -6.2017,12.2496 -7.2267,21.9875 l 61.6572,0 z m 93.3316,-67.1925 58.582,0 0,26.754 c 5.6377,-11.583 11.4549,-19.5528 17.4516,-23.9095 5.9965,-4.3563 13.4025,-6.5346 22.2182,-6.5347 9.2253,1e-4 19.3222,2.8703 30.2904,8.6104 l -19.3736,44.5901 c -7.3805,-3.0751 -13.2233,-4.6127 -17.5285,-4.6128 -8.2005,10e-5 -14.5559,3.3828 -19.066,10.1481 -6.458,9.5331 -9.6869,27.3691 -9.6868,53.508 l 0,54.7381 -62.8873,0 0,-163.2917 z m 320.2793,97.1755 -125.46709,0 c 1.12748,10.0456 3.84388,17.5285 8.14921,22.4487 6.04775,7.073 13.94069,10.6094 23.67883,10.6094 6.15024,0 11.99306,-1.5376 17.5285,-4.6128 3.38256,-1.9476 7.02151,-5.3815 10.91686,-10.3018 l 61.65724,5.6891 c -9.43072,16.4009 -20.80885,28.1634 -34.13443,35.2876 -13.3259,7.1241 -32.44322,10.6862 -57.35199,10.6862 -21.62881,0 -38.64475,-3.0495 -51.04789,-9.1486 -12.40324,-6.0991 -22.67944,-15.7859 -30.82862,-29.0604 -8.14922,-13.2745 -12.22382,-28.881 -12.22382,-46.8195 0,-25.5239 8.17483,-46.1788 24.52452,-61.9648 16.34962,-15.7857 38.9265,-23.6787 67.7307,-23.6788 23.3712,1e-4 41.82222,3.5366 55.35313,10.6093 13.53059,7.0731 23.83241,17.3236 30.9055,30.7517 7.0727,13.4284 10.60915,30.9056 10.60935,52.4318 l 0,7.0729 z m -63.6561,-29.983 c -1.23021,-12.0956 -4.48476,-20.7573 -9.76368,-25.9852 -5.27917,-5.2277 -12.22393,-7.8416 -20.8343,-7.8417 -9.94316,10e-5 -17.88735,3.9466 -23.8326,11.8394 -3.79279,4.9204 -6.20167,12.2496 -7.22666,21.9875 l 61.65724,0 z m 93.17774,-67.1925 58.4283,0 0,23.8326 c 8.40539,-9.9429 16.88773,-17.0158 25.44706,-21.2187 8.55912,-4.2026 18.88657,-6.304 30.98238,-6.3041 13.01809,1e-4 23.31991,2.3065 30.90549,6.9191 7.58526,4.6129 13.78685,11.4808 18.6048,20.6037 9.84037,-10.6605 18.80962,-17.9128 26.90778,-21.7569 8.09773,-3.8438 18.09204,-5.7658 29.98294,-5.7659 17.52823,1e-4 31.21274,5.2023 41.05357,15.6065 9.84026,10.4044 14.76054,26.6772 14.76083,48.8184 l 0,102.557 -62.73354,0 0,-93.024 c -2.3e-4,-7.3803 -1.43531,-12.8644 -4.30524,-16.4522 -4.20297,-5.6377 -9.43076,-8.4566 -15.68339,-8.4567 -7.38062,10e-5 -13.32595,2.6652 -17.83601,7.9954 -4.51044,5.3304 -6.76557,13.8897 -6.76538,25.6777 l 0,84.2598 -62.73355,0 0,-89.9488 c -1.2e-4,-7.1753 -0.41015,-12.0444 -1.23007,-14.6071 -1.3327,-4.1001 -3.63907,-7.4059 -6.91914,-9.9174 -3.2803,-2.5113 -7.12426,-3.767 -11.5319,-3.7671 -7.1755,10e-5 -13.06958,2.7165 -17.68225,8.1492 -4.61284,5.4329 -6.91922,14.3509 -6.91914,26.754 l 0,83.3372 -62.73354,0 0,-163.2917 z m 316.74293,-62.1185 62.57978,0 0,42.5911 -62.57978,0 0,-42.5911 z m 0,62.1185 62.57978,0 0,163.2917 -62.57978,0 0,-163.2917 z m 95.79168,0 151.45231,0 0,36.5945 -82.41466,83.9523 87.48869,0 0,42.7449 -162.67669,0 0,-40.5923 78.10941,-79.9545 -71.95906,0 0,-42.7449 z"
+           inkscape:connector-curvature="0" />
         <text
            style="font-size:71.35877228px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Bitstream Vera Sans"
            xml:space="preserve"
@@ -86536,191 +85934,6 @@
              y="2147.7705"
              x="-1259.6362">Free Software for Automation </tspan></text>
       </g>
-      <g
-         id="g7307"
-         transform="matrix(0.98338159,0,0,0.98338159,-2039.4906,1697.0247)"
-         clip-path="url(#clipPath20326)">
-        <path
-           id="path7095"
-           d="m 299.90625,-48.90625 c -17.20652,0.176712 -36.84121,19.943697 -40.71875,26.40625 -4.13603,6.89338 -71.69672,51.033087 -79.96875,62.0625 -8.27206,11.029412 -16.54415,28.939334 -23.4375,39.96875 -6.89338,11.029411 19.31249,64.81249 19.3125,64.8125 l 6.65625,90.5625 c -10.86233,5.23789 -25.03988,14.09701 -27.96875,25.8125 -4.06787,16.27156 3.91494,29.26901 22.4375,31.21875 18.52257,1.94976 22.40206,1.93621 38,-7.8125 15.59792,-9.74873 35.11695,-11.70908 21.46875,-33.15625 -7.32429,-11.5096 -18.01784,-16.77895 -26.65625,-19.25 6.86359,-5.68992 15.96112,-12.69471 23.96875,-17.0625 14.2176,-7.75506 25.86254,-44.17573 27.28125,-48.75 1.41412,-0.87068 2.74346,-1.69541 3.90625,-2.4375 l 19.625,-8.25 c -0.15816,21.81829 0.0917,63.06583 3.5625,90.84375 l -0.34375,3.15625 0.90625,1.03125 c 1.56503,10.75252 3.68738,18.82478 6.59375,21.8125 0.13037,0.15116 0.28458,0.32767 0.5,0.5 0.43084,0.34467 0.894,0.67422 1.40625,1 0.008,0.005 0.0237,-0.005 0.0312,0 0.14741,0.0935 0.31485,0.18935 0.46875,0.28125 16.57135,10.22366 71.71312,15.78997 100.125,1.46875 31.7096,-9.65074 52.397,-9.66176 67.5625,-19.3125 5.17,-3.29003 26.3182,-16.43587 52.125,-32.9375 37.0623,-23.15733 80.8805,-52.33889 105.0312,-71.34375 0.8157,-0.63649 1.5424,-1.23025 2.3126,-1.84375 0.7817,-0.62749 1.5803,-1.24212 2.3124,-1.84375 1.3111,-1.06915 2.5118,-2.07871 3.6563,-3.0625 0.1328,-0.11479 0.2445,-0.19896 0.375,-0.3125 1.1639,-1.00684 2.2165,-1.96795 3.1875,-2.875 0.0731,-0.0685 0.1468,-0.11964 0.2188,-0.1875 0.9844,-0.92534 1.8293,-1.81431 2.5937,-2.625 0.0321,-0.034 0.062,-0.0599 0.0937,-0.0937 0.7725,-0.82404 1.4429,-1.58657 1.9688,-2.28125 0.01,-0.0127 0.0217,-0.0186 0.0312,-0.0312 0.2594,-0.34419 0.4922,-0.65826 0.6876,-0.96875 0.005,-0.008 -0.005,-0.0228 0,-0.0312 0.1981,-0.31646 0.3707,-0.59496 0.5,-0.875 8.272,-17.9228 28.9356,-49.634177 17.9062,-57.90625 -0.0505,-0.03786 -0.0978,-0.0829 -0.1562,-0.09375 -11.532,-8.523202 -96.3875,-55.066668 -108.75,-59.1875 -6.1486,-2.049523 -15.6957,0.639431 -23.75,3.875 -57.3925,-17.9794585 -164.82544,-51.990818 -178.9063,-59.03125 -19.30147,-9.65073 -24.82722,-8.27389 -42.75,-11.03125 -1.12017,-0.172334 -2.25915,-0.230531 -3.40625,-0.21875 z"
-           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter6738-5)" />
-        <g
-           transform="translate(-406.71,115.809)"
-           id="g7018">
-          <path
-             style="fill:url(#radialGradient7346-2);fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter6738-5)"
-             d="m 597.55188,119.04835 c 0,0 -12.6548,4.10426 -14.36491,10.94469 -1.42717,5.70868 0.2402,11.95248 6.73861,12.63652 6.49842,0.68405 12.37804,-1.00778 17.85039,-4.42799 5.47234,-3.42022 11.1849,-0.72061 6.39659,-8.24509 -4.7883,-7.52447 -15.93664,-10.90813 -16.62068,-10.90813 z"
-             id="path6642"
-             sodipodi:nodetypes="cssssc" />
-          <path
-             style="fill:url(#linearGradient7348-5);fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter6682-2)"
-             d="m 601.44545,113.72473 c 0,0 -36.07025,11.69846 -40.94461,31.19589 -4.06789,16.27155 3.89949,29.24615 22.42205,31.19589 18.52256,1.94975 22.42204,1.94974 38.01998,-7.79897 15.59795,-9.74872 35.09538,-11.69846 21.44718,-33.14563 -13.6482,-21.44717 -38.99486,-21.44718 -40.9446,-21.44718 z"
-             id="path5042"
-             sodipodi:nodetypes="cssssc" />
-          <path
-             sodipodi:nodetypes="cssszc"
-             id="path6640"
-             d="m 600.14852,120.2013 c 0,0 -21.87599,7.09492 -24.83221,18.91978 -2.46711,9.86842 0.41523,20.66191 11.64885,21.84439 11.23362,1.18249 20.01888,3.77259 29.47877,-2.13984 9.45989,-5.91243 13.13097,-7.44974 12.43629,-19.76775 -0.70334,-12.47146 -27.54921,-18.85658 -28.7317,-18.85658 z"
-             style="fill:url(#linearGradient7350-9);fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter6656-8)" />
-          <path
-             style="fill:url(#linearGradient7352-9);fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter6980-0)"
-             d="m 591.13769,127.5664 8.77385,-2.43718 15.7198,8.2864 -11.02824,3.41205 -11.02823,9.87058 -2.43718,-19.13185 z"
-             id="path6742"
-             sodipodi:nodetypes="cccccc" />
-          <path
-             style="fill:#f61541;fill-opacity:1;fill-rule:evenodd;stroke:none"
-             d="m 588.69485,122.27206 -6.89338,-93.750001 c 0,0 -26.19485,-53.768383 -19.30147,-64.797794 6.89338,-11.029412 15.16544,-28.952206 23.4375,-39.981618 8.27206,-11.029412 75.82721,-55.147057 79.96324,-62.040437 4.13602,-6.89339 26.19485,-28.95221 44.11764,-26.19486 17.9228,2.75736 23.4375,1.37868 42.73897,11.02941 19.30147,9.65074 215.07353,70.312505 215.07353,70.312505 L 693.47426,38.172794 667.27941,49.202206 c 0,0 -12.40809,41.360294 -27.57353,49.632353 -15.16544,8.272061 -34.46691,26.194851 -34.46691,26.194851 l -13.78676,6.89338 -2.75736,-9.65073 z"
-             id="path2384" />
-          <path
-             style="opacity:0.77777866;fill:url(#linearGradient7354-0);fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter3924-2)"
-             d="m 683.82353,-147.19118 c 0,0 5.51471,-12.40809 15.16544,-2.75735 9.65074,9.65073 9.65074,9.65073 9.65074,9.65073 0,0 4.13602,39.98162 -1.37868,56.525741 -5.51471,16.544118 -2.75735,37.224265 -5.51471,48.253676 -2.75735,11.029412 -11.02941,23.437501 -12.40808,34.4669124 -1.37868,11.0294116 2.75735,15.1654406 1.37867,22.0588236 -1.37867,6.893382 0,15.165441 0,15.165441 L 620.40442,4.4632352 c 0,0 30.33087,-128.2169152 41.36029,-132.3529452 11.02941,-4.13603 22.05882,-20.68014 22.05882,-19.30147 z"
-             id="path2388-2"
-             sodipodi:nodetypes="cscssssccsc" />
-          <path
-             id="path2390"
-             d="m 726.29044,-145.8125 c 0,0 -28.9522,-13.78677 -19.30147,-4.13603 9.65074,9.65073 9.65074,9.65073 9.65074,9.65073 0,0 4.13602,39.98162 -1.37868,56.525741 -5.51471,16.544118 -2.75735,37.224265 -5.51471,48.253676 -2.75735,11.029412 -11.02941,23.437501 -12.40808,34.4669124 -1.37868,11.0294116 2.75735,15.1654406 1.37867,22.0588236 -1.37867,6.893382 0,15.165441 0,15.165441 l 74.44854,-62.040441 c 0,0 -32.98866,-47.855372 -35.84559,-59.283092 -2.75736,-11.029413 -5.51471,-42.738961 -11.02942,-60.661761 z"
-             style="opacity:0.52564105;fill:url(#linearGradient7356-6-6);fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter3290-1)"
-             sodipodi:nodetypes="cscssssccsc" />
-          <path
-             style="opacity:0.57265003;fill:url(#linearGradient7358-0);fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter4562-7)"
-             d="m 736.11525,-92.397665 56.62372,-7.297188 -5.24946,31.9748 -38.29712,15.3614 -13.07714,-40.039012 z"
-             id="path3298"
-             sodipodi:nodetypes="ccccc" />
-          <path
-             style="opacity:0.35042701;fill:url(#linearGradient7360-4);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter4510-5)"
-             d="m 732.97059,-111.34559 31.70956,-9.65073 -31.70956,-4.13603 0,13.78676 z"
-             id="path3300"
-             transform="matrix(1.50529,0,0,1.59649,-372.039,71.9903)" />
-          <path
-             style="opacity:0.41880302;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter4306-0)"
-             d="m 755.51471,-55.577206 2.75735,34.466912 42.73897,-30.330882 -45.49632,-4.13603 z"
-             id="path3302"
-             transform="matrix(1.38481,0,0,1.38481,-299.487,14.7553)" />
-          <path
-             style="opacity:0.17948698;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter5038-3)"
-             d="m 858.64338,-114.375 45.49633,28.952206 20.68014,-8.272059 -66.17647,-20.680147 z"
-             id="path3304" />
-          <path
-             style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
-             d="m 690.71691,24.386029 c 0,0 -2.75735,121.323531 11.02941,132.352941 13.78677,11.02941 70.3125,12.40809 102.02206,2.75735 31.70956,-9.65073 52.38971,-9.65073 67.55515,-19.30147 15.16544,-9.65073 166.81987,-103.400732 175.09187,-121.323526 8.2721,-17.92279459 28.9522,-49.632353 17.9228,-57.904412 -11.0294,-8.272059 -96.50732,-55.147059 -108.91541,-59.283088 -12.40808,-4.136034 -38.60294,11.029411 -38.60294,11.029411 0,0 -44.11764,-15.165445 -59.28309,-9.650735 -15.16544,5.514706 -99.2647,73.069853 -114.43014,82.720588 -15.16544,9.6507355 -51.01103,39.981618 -52.38971,38.602941 z"
-             id="path2386" />
-          <path
-             id="path5462"
-             d="m 807.19359,-51.078801 34.1205,-25.346658 16.57281,-7.798972 48.74358,14.623072 54.5928,47.768703 44.84412,-28.271273 7.7989,-5.849229 -80.91429,-31.195888 16.57281,-5.849229 73.11538,36.070245 23.3969,16.572815 0,8.773844 -35.0954,0.974871 L 966.09764,-0.3854838 879.33408,50.307833 789.6459,99.051407 718.48028,144.87037 700.9326,143.8955 697.03311,117.57397 734.07823,97.101664 707.7567,62.006291 728.229,31.785275 l 25.34666,2.924615 2.92461,-35.0953738 50.69332,-50.6933172 z"
-             style="opacity:0.70512803;fill:#dfcab4;fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter5516-1)" />
-          <path
-             style="fill:url(#linearGradient7362-1);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter3470-1)"
-             d="m 577.29033,-43.030554 1.87206,45.2597802 23.31923,51.1090088 c 0,0 2.75735,15.165441 20.68014,15.165441 17.9228,0 53.76839,-24.816176 53.76839,-24.816176 L 632.96787,31.936571 595.38039,-4.5721199 577.29033,-43.030554 z"
-             id="path3310"
-             sodipodi:nodetypes="cccscccc" />
-          <path
-             style="fill:url(#linearGradient7364-0);fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter3402-3)"
-             d="M 583.58395,-63.849265 605.23897,-3.1875 c 0,0 19.30147,35.845588 39.98162,39.981618 20.68015,4.136029 42.73897,2.757353 42.73897,2.757353 0,0 -51.21143,-20.729829 -56.26049,-34.8707171 -5.04906,-14.1408882 -8.66152,-27.7348479 -8.66152,-27.7348479 l -24.57369,-53.68127 -14.87991,12.886099 z"
-             id="path3308"
-             sodipodi:nodetypes="ccsczccc" />
-          <path
-             style="opacity:0.67521398;fill:url(#linearGradient7366-8);fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter3550-2)"
-             d="m 588.29105,45.20474 18.3266,29.50298 35.87429,14.879909 -44.14635,31.305751 -10.05454,-75.68864 z"
-             id="path3312"
-             sodipodi:nodetypes="ccccc" />
-          <path
-             sodipodi:nodetypes="cscccc"
-             id="path3554"
-             d="m 687.35726,-14.037443 c 0,0 -12.70202,-19.330168 -20.70884,-20.374322 -21.61577,-2.81887 -24.04916,-2.757353 -24.04916,-2.757353 l 17.9228,-16.544117 32.78241,25.583202 -5.94721,14.09259 z"
-             style="fill:url(#linearGradient7368-3);fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter3752-8)" />
-          <path
-             style="opacity:0.71794894;fill:url(#linearGradient7370-5);fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter3708-3)"
-             d="m 688.86983,-19.987186 c 0,0 -12.21459,-17.380425 -20.22141,-18.424579 -21.61577,-2.81887 -17.88503,1.013546 -24.04916,-2.757353 -6.16413,-3.770899 -10.96367,-26.467019 1.64146,-39.593393 12.8413,-13.372291 38.34016,-11.809554 38.34016,-11.809554 0,0 14.69308,37.538252 15.06152,54.814998 0.37876,17.760542 -10.77257,17.769881 -10.77257,17.769881 z"
-             id="path3306"
-             sodipodi:nodetypes="cszzczc" />
-          <path
-             style="fill:url(#linearGradient7372-0);fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter3826-4)"
-             d="m 694.1085,-17.689453 -5.60552,14.1356364 c 0,0 -8.14519,-2.8552094 -9.8634,-5.9991699 -1.71821,-3.1439605 -1.59134,-14.9605665 -1.59134,-14.9605665 -10.6202,-13.42766 0.56901,-6.037239 2.6809,-7.311537 l 14.37936,14.135637 z"
-             id="path3756"
-             sodipodi:nodetypes="cczccc" />
-          <path
-             style="opacity:0.628205;fill:#810b22;fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter3916-1)"
-             d="m 608.3198,-67.65162 25.10294,-28.27127 47.52499,-6.8241 2.92461,59.9546 L 673.14876,5.951181 659.01312,34.222454 622.94288,5.951181 608.3198,-67.65162 z"
-             id="path3830"
-             sodipodi:nodetypes="cccccccc" />
-          <path
-             style="fill:url(#linearGradient7374-3);fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter5458-1)"
-             d="m 713.92654,153.96895 c 0,0 85.78692,-43.27338 159.66766,-83.955887 6.64285,-3.657895 14.08167,-7.56122 20.47335,-11.110258 6.39167,-3.549037 10.93207,-6.887245 16.93258,-10.2552 6.0005,-3.367955 13.29485,-5.659229 18.76421,-8.773876 5.46935,-3.114647 10.04014,-7.058 14.83834,-9.847114 4.79821,-2.789114 9.48292,-4.861165 13.47,-7.252521 3.98708,-2.391356 7.82283,-4.323318 10.85879,-6.244691 3.03595,-1.921373 3.56086,-5.952861 5.50571,-7.332026 1.94485,-1.3791649 5.18699,-0.6805024 5.90074,-1.4452339 1.70603,-1.827884 3.60825,-4.9400521 5.65129,-6.82315339 2.04305,-1.88310139 3.39888,-1.42157109 5.66089,-3.28753601 2.26201,-1.865965 4.64658,-5.269031 7.0095,-7.0455058 2.3629,-1.7764749 4.3281,-3.7944979 6.6739,-5.4091279 2.3458,-1.614631 5.9191,-3.428586 8.1297,-4.80902 2.2106,-1.380434 4.6344,-3.660303 6.5917,-4.734185 1.9574,-1.073882 4.41,0.0625 5.9961,-0.632472 1.5861,-0.694976 0.7962,-0.728299 1.8929,-0.972015 8.7739,-1.94975 21.1798,7.409061 21.1798,7.409061 0,0 -25.7343,39.532709 -44.2569,50.256308 -9.26126,5.36178 -54.37635,35.651299 -99.36958,64.356638 -44.99324,28.705335 -89.86462,55.826505 -98.63846,54.851635 -17.54769,-1.94974 -92.13246,6.08601 -94.0822,4.13626 0,0 3.32396,0.90845 3.32396,0.90845"
-             id="path5044"
-             sodipodi:nodetypes="cssssssssssssssssscssscc" />
-          <path
-             id="path5520"
-             d="m 702.79768,19.317874 17.468,-4.832277 18.22746,33.589877 1.51896,21.580298 -18.98695,-21.065519 -1.51896,-14.672287 -16.70851,-14.600092 z"
-             style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter5936-3)" />
-          <path
-             style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter5856-4)"
-             d="m 695.97358,57.337862 17.468,-4.832277 18.22746,33.589877 1.51896,21.580298 -18.98695,-21.065519 -1.51896,-14.672287 -16.70851,-14.600092 z"
-             id="path5522" />
-          <path
-             id="path5524"
-             d="m 867.82376,-49.40219 13.71089,-11.852997 30.86549,22.535349 10.62207,18.846436 -26.18351,-10.89424 -7.66117,-12.605148 -21.35377,-6.0294 z"
-             style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter5804-3)"
-             transform="matrix(1.75943,0,0,1.7303,-661.978,26.212)" />
-          <path
-             sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
-             id="path5526"
-             d="m 798.76017,-28.577466 c 0,0 7.58579,9.999851 7.58579,9.999851 0,0 3.41727,9.647493 3.41727,9.647493 0,0 7.80287,9.19613365 7.80287,9.19613365 0,0 5.09841,8.91936315 5.09841,8.91936315 0,0 4.34889,9.9872492 4.34889,9.9872492 0,0 8.69733,9.54608 8.69733,9.54608 0,0 4.69792,9.366438 4.69792,9.366438 0,0 6.55577,9.117828 6.55577,9.117828 0,0 -3.86371,-9.236197 -3.86371,-9.236197 0,0 -4.93256,-9.485695 -4.93256,-9.485695 0,0 -4.29785,-6.516638 -4.29785,-6.516638 0,0 -4.30053,-8.212222 -4.30053,-8.212222 0,0 -5.15823,-10.0796536 -5.15823,-10.0796536 0,0 -3.93858,-8.1392972 -3.93858,-8.1392972 0,0 -3.48643,-9.4358992 -3.48643,-9.4358992 0,0 -4.38558,-7.17318 -4.38558,-7.17318 0,0 5.90437,5.521359 5.90437,5.521359 0,0 5.5778,9.1503881 5.5778,9.1503881 0,0 5.12857,9.4551689 5.12857,9.4551689 0,0 5.9829,6.5001855 5.9829,6.5001855 0,0 5.80806,7.6935535 5.80806,7.6935535 0,0 6.73086,7.951846 6.73086,7.951846 0,0 5.15434,9.027606 5.15434,9.027606 0,0 5.1359,7.039527 5.1359,7.039527 0,0 -6.45431,-10.29233 -6.45431,-10.29233 0,0 -5.41002,-10.031439 -5.41002,-10.031439 0,0 -4.81366,-10.144467 -4.81366,-10.144467 0,0 -4.8675,-10.31973235 -4.8675,-10.31973235 0,0 -5.0615,-9.03266155 -5.0615,-9.03266155 0,0 -5.58502,-9.7619081 -5.58502,-9.7619081 0,0 -4.95718,-10.557355 -4.95718,-10.557355 0,0 -5.4718,-10.019396 -5.4718,-10.019396 0,0 6.75525,9.809576 6.75525,9.809576 0,0 2.64459,7.556848 2.64459,7.556848 0,0 7.68187,11.770232 7.68187,11.770232 0,0 5.48237,6.8864768 5.48237,6.8864768 0,0 6.13887,9.0657409 6.13887,9.0657409 0,0 4.44022,7.3981273 4.44022,7.3981273 0,0 5.81349,10.032609 5.81349,10.032609 0,0 4.90873,9.194609 4.90873,9.194609 0,0 -2.8294,-10.289561 -2.8294,-10.289561 0,0 -4.66984,-8.617867 -4.66984,-8.617867 0,0 -3.80468,-9.6965832 -3.80468,-9.6965832 0,0 -5.9902,-10.7119378 -5.9902,-10.7119378 0,0 -3.38947,-11.376494 -3.38947,-11.376494 0,0 -4.40258,-10.991105 -4.40258,-10.991105 0,0 -4.54855,-9.39265 -4.54855,-9.39265 0,0 -4.26061,-8.642097 -4.26061,-8.642097 0,0 5.91529,7.094296 5.91529,7.094296 0,0 5.34794,7.12724 5.34794,7.12724 0,0 4.4236,9.316761 4.4236,9.316761 0,0 7.32511,9.992013 7.32511,9.992013 0,0 4.38194,7.8530542 4.38194,7.8530542 0,0 5.0209,6.6634965 5.0209,6.6634965 0,0 5.22866,9.4994263 5.22866,9.4994263 0,0 4.31886,10.476239 4.31886,10.476239 0,0 -3.93909,-9.623818 -3.93909,-9.623818 0,0 -1.91361,-8.2327885 -1.91361,-8.2327885 0,0 -5.20217,-10.9840401 -5.20217,-10.9840401 0,0 -4.22821,-8.2084914 -4.22821,-8.2084914 0,0 -3.93356,-8.534032 -3.93356,-8.534032 0,0 -3.46574,-10.251155 -3.46574,-10.251155 0,0 -2.8286,-9.580496 -2.8286,-9.580496 0,0 -4.41739,-10.010975 -4.41739,-10.010975 0,0 4.62866,10.627088 4.62866,10.627088 0,0 7.66627,6.610905 7.66627,6.610905 0,0 5.7001,10.091611 5.7001,10.091611 0,0 6.07739,8.008696 6.07739,8.008696 0,0 5.8761,9.3695845 5.8761,9.3695845 0,0 5.24041,6.7778037 5.24041,6.7778037 0,0 6.15244,7.7260918 6.15244,7.7260918 0,0 6.41652,9.053738 6.41652,9.053738 0,0 -3.54919,-9.3210184 -3.54919,-9.3210184 0,0 -5.89951,-6.7065436 -5.89951,-6.7065436 0,0 -6.18502,-10.544983 -6.18502,-10.544983 0,0 -4.0649,-10.238111 -4.0649,-10.238111 0,0 -4.1004,-8.308515 -4.1004,-8.308515 0,0 -5.26776,-7.890537 -5.26776,-7.890537 0,0 -2.69964,-9.162872 -2.69964,-9.162872 0,0 -4.36605,-10.780011 -4.36605,-10.780011 0,0 5.59783,6.559193 5.59783,6.559193 0,0 7.71491,6.157383 7.71491,6.157383 0,0 7.32122,7.636149 7.32122,7.636149 0,0 5.98914,4.551511 5.98914,4.551511 0,0 8.79498,6.752384 8.79498,6.752384 0,0 8.31611,6.376407 8.31611,6.376407 0,0 5.61356,8.077035 5.61356,8.077035 0,0 6.08027,5.2815581 6.08027,5.2815581 0,0 0.5189,2.597755 0.5189,2.597755 0,0 -2.63455,0.6241767 -2.63455,0.6241767 0,0 -1.01197,1.3548899 -1.01197,1.3548899 0,0 -3.28809,0.4452485 -3.28809,0.4452485 0,0 0.18981,2.0835113 0.18981,2.0835113 0,0 -0.49334,2.211875 -0.49334,2.211875 0,0 -2.56173,-0.1264629 -2.56173,-0.1264629 0,0 -1.06551,2.2968589 -1.06551,2.2968589 0,0 -2.63198,-3.84477767 -2.63198,-3.84477767 0,0 -2.28798,-2.09023123 -2.28798,-2.09023123 0,0 -1.81605,-4.8289564 -1.81605,-4.8289564 0,0 -1.58678,-1.6510888 -1.58678,-1.6510888 0,0 -1.60027,-4.4232614 -1.60027,-4.4232614 0,0 -1.75628,-0.133725 -1.75628,-0.133725 0,0 -2.83338,-4.627814 -2.83338,-4.627814 0,0 -1.1543,-2.511718 -1.1543,-2.511718 0,0 -3.86497,-1.743419 -3.86497,-1.743419 0,0 0.82687,-0.705522 0.82687,-0.705522 0,0 -0.0742,-0.688145 -0.0742,-0.688145 0,0 -1.4868,-3.003999 -1.4868,-3.003999 0,0 -0.86814,0.530691 -0.86814,0.530691 0,0 -2.43764,-1.382211 -2.43764,-1.382211 0,0 -1.22488,-1.904432 -1.22488,-1.904432 0,0 -2.24004,-1.172977 -2.24004,-1.172977 0,0 -7.97567,-0.445557 -7.97567,-0.445557 0,0 -7.28275,2.981764 -7.28275,2.981764 0,0 -8.9852,-0.644771 -8.9852,-0.644771 0,0 -9.07244,0.122789 -9.07244,0.122789 0,0 -9.45808,0.06689 -9.45808,0.06689 0,0 -7.58737,0.681644 -7.58737,0.681644 0,0 -8.35439,0.552999 -8.35439,0.552999 0,0 -9.42589,0.09695 -9.42589,0.09695 0,0 0.46619,0.176707 0.46619,0.176707"
-             style="fill:none;stroke:#ffffff;stroke-width:2.0999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:2.1, 4.2;stroke-dashoffset:0;filter:url(#filter7010-0)"
-             transform="matrix(0.969187,-0.246326,0.246326,0.969187,27.7004,209.656)" />
-          <path
-             transform="matrix(-0.969187,0.246326,-0.246326,-0.969187,1698.94,-219.536)"
-             style="fill:none;stroke:#ffffff;stroke-width:2.0999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:2.1, 4.2;stroke-dashoffset:0;filter:url(#filter7014-3)"
-             d="m 798.76017,-28.577466 c 0,0 7.58579,9.999851 7.58579,9.999851 0,0 3.41727,9.647493 3.41727,9.647493 0,0 7.80287,9.19613365 7.80287,9.19613365 0,0 5.09841,8.91936315 5.09841,8.91936315 0,0 4.34889,9.9872492 4.34889,9.9872492 0,0 8.69733,9.54608 8.69733,9.54608 0,0 4.69792,9.366438 4.69792,9.366438 0,0 6.55577,9.117828 6.55577,9.117828 0,0 -3.86371,-9.236197 -3.86371,-9.236197 0,0 -4.93256,-9.485695 -4.93256,-9.485695 0,0 -4.29785,-6.516638 -4.29785,-6.516638 0,0 -4.30053,-8.212222 -4.30053,-8.212222 0,0 -5.15823,-10.0796536 -5.15823,-10.0796536 0,0 -3.93858,-8.1392972 -3.93858,-8.1392972 0,0 -3.48643,-9.4358992 -3.48643,-9.4358992 0,0 -4.38558,-7.17318 -4.38558,-7.17318 0,0 5.90437,5.521359 5.90437,5.521359 0,0 5.5778,9.1503881 5.5778,9.1503881 0,0 5.12857,9.4551689 5.12857,9.4551689 0,0 5.9829,6.5001855 5.9829,6.5001855 0,0 5.80806,7.6935535 5.80806,7.6935535 0,0 6.73086,7.951846 6.73086,7.951846 0,0 5.15434,9.027606 5.15434,9.027606 0,0 5.1359,7.039527 5.1359,7.039527 0,0 -6.45431,-10.29233 -6.45431,-10.29233 0,0 -5.41002,-10.031439 -5.41002,-10.031439 0,0 -4.81366,-10.144467 -4.81366,-10.144467 0,0 -4.8675,-10.31973235 -4.8675,-10.31973235 0,0 -5.0615,-9.03266155 -5.0615,-9.03266155 0,0 -5.58502,-9.7619081 -5.58502,-9.7619081 0,0 -4.95718,-10.557355 -4.95718,-10.557355 0,0 -5.4718,-10.019396 -5.4718,-10.019396 0,0 6.75525,9.809576 6.75525,9.809576 0,0 2.64459,7.556848 2.64459,7.556848 0,0 7.68187,11.770232 7.68187,11.770232 0,0 5.48237,6.8864768 5.48237,6.8864768 0,0 6.13887,9.0657409 6.13887,9.0657409 0,0 4.44022,7.3981273 4.44022,7.3981273 0,0 5.81349,10.032609 5.81349,10.032609 0,0 4.90873,9.194609 4.90873,9.194609 0,0 -2.8294,-10.289561 -2.8294,-10.289561 0,0 -4.66984,-8.617867 -4.66984,-8.617867 0,0 -3.80468,-9.6965832 -3.80468,-9.6965832 0,0 -5.9902,-10.7119378 -5.9902,-10.7119378 0,0 -3.38947,-11.376494 -3.38947,-11.376494 0,0 -4.40258,-10.991105 -4.40258,-10.991105 0,0 -4.54855,-9.39265 -4.54855,-9.39265 0,0 -4.26061,-8.642097 -4.26061,-8.642097 0,0 5.91529,7.094296 5.91529,7.094296 0,0 5.34794,7.12724 5.34794,7.12724 0,0 4.4236,9.316761 4.4236,9.316761 0,0 7.32511,9.992013 7.32511,9.992013 0,0 4.38194,7.8530542 4.38194,7.8530542 0,0 5.0209,6.6634965 5.0209,6.6634965 0,0 5.22866,9.4994263 5.22866,9.4994263 0,0 4.31886,10.476239 4.31886,10.476239 0,0 -3.93909,-9.623818 -3.93909,-9.623818 0,0 -1.91361,-8.2327885 -1.91361,-8.2327885 0,0 -5.20217,-10.9840401 -5.20217,-10.9840401 0,0 -4.22821,-8.2084914 -4.22821,-8.2084914 0,0 -3.93356,-8.534032 -3.93356,-8.534032 0,0 -3.46574,-10.251155 -3.46574,-10.251155 0,0 -2.8286,-9.580496 -2.8286,-9.580496 0,0 -4.41739,-10.010975 -4.41739,-10.010975 0,0 4.62866,10.627088 4.62866,10.627088 0,0 7.66627,6.610905 7.66627,6.610905 0,0 5.7001,10.091611 5.7001,10.091611 0,0 6.07739,8.008696 6.07739,8.008696 0,0 5.8761,9.3695845 5.8761,9.3695845 0,0 5.24041,6.7778037 5.24041,6.7778037 0,0 6.15244,7.7260918 6.15244,7.7260918 0,0 6.41652,9.053738 6.41652,9.053738 0,0 -3.54919,-9.3210184 -3.54919,-9.3210184 0,0 -5.89951,-6.7065436 -5.89951,-6.7065436 0,0 -6.18502,-10.544983 -6.18502,-10.544983 0,0 -4.0649,-10.238111 -4.0649,-10.238111 0,0 -4.1004,-8.308515 -4.1004,-8.308515 0,0 -5.26776,-7.890537 -5.26776,-7.890537 0,0 -2.69964,-9.162872 -2.69964,-9.162872 0,0 -4.36605,-10.780011 -4.36605,-10.780011 0,0 5.59783,6.559193 5.59783,6.559193 0,0 7.71491,6.157383 7.71491,6.157383 0,0 7.32122,7.636149 7.32122,7.636149 0,0 5.98914,4.551511 5.98914,4.551511 0,0 8.79498,6.752384 8.79498,6.752384 0,0 8.31611,6.376407 8.31611,6.376407 0,0 5.61356,8.077035 5.61356,8.077035 0,0 6.08027,5.2815581 6.08027,5.2815581 0,0 0.5189,2.597755 0.5189,2.597755 0,0 -2.63455,0.6241767 -2.63455,0.6241767 0,0 -1.01197,1.3548899 -1.01197,1.3548899 0,0 -3.28809,0.4452485 -3.28809,0.4452485 0,0 0.18981,2.0835113 0.18981,2.0835113 0,0 -0.49334,2.211875 -0.49334,2.211875 0,0 -2.56173,-0.1264629 -2.56173,-0.1264629 0,0 -1.06551,2.2968589 -1.06551,2.2968589 0,0 -2.63198,-3.84477767 -2.63198,-3.84477767 0,0 -2.28798,-2.09023123 -2.28798,-2.09023123 0,0 -1.81605,-4.8289564 -1.81605,-4.8289564 0,0 -1.58678,-1.6510888 -1.58678,-1.6510888 0,0 -1.60027,-4.4232614 -1.60027,-4.4232614 0,0 -1.75628,-0.133725 -1.75628,-0.133725 0,0 -2.83338,-4.627814 -2.83338,-4.627814 0,0 -1.1543,-2.511718 -1.1543,-2.511718 0,0 -3.86497,-1.743419 -3.86497,-1.743419 0,0 0.82687,-0.705522 0.82687,-0.705522 0,0 -0.0742,-0.688145 -0.0742,-0.688145 0,0 -1.4868,-3.003999 -1.4868,-3.003999 0,0 -0.86814,0.530691 -0.86814,0.530691 0,0 -2.43764,-1.382211 -2.43764,-1.382211 0,0 -1.22488,-1.904432 -1.22488,-1.904432 0,0 -2.24004,-1.172977 -2.24004,-1.172977 0,0 -7.97567,-0.445557 -7.97567,-0.445557 0,0 -7.28275,2.981764 -7.28275,2.981764 0,0 -8.9852,-0.644771 -8.9852,-0.644771 0,0 -9.07244,0.122789 -9.07244,0.122789 0,0 -9.45808,0.06689 -9.45808,0.06689 0,0 -7.58737,0.681644 -7.58737,0.681644 0,0 -8.35439,0.552999 -8.35439,0.552999 0,0 -9.42589,0.09695 -9.42589,0.09695 0,0 0.46619,0.176707 0.46619,0.176707"
-             id="path5728"
-             sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
-          <path
-             sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
-             id="path5730"
-             d="m 798.76017,-28.577466 c 0,0 7.58579,9.999851 7.58579,9.999851 0,0 3.41727,9.647493 3.41727,9.647493 0,0 7.80287,9.19613365 7.80287,9.19613365 0,0 5.09841,8.91936315 5.09841,8.91936315 0,0 4.34889,9.9872492 4.34889,9.9872492 0,0 8.69733,9.54608 8.69733,9.54608 0,0 4.69792,9.366438 4.69792,9.366438 0,0 6.55577,9.117828 6.55577,9.117828 0,0 -3.86371,-9.236197 -3.86371,-9.236197 0,0 -4.93256,-9.485695 -4.93256,-9.485695 0,0 -4.29785,-6.516638 -4.29785,-6.516638 0,0 -4.30053,-8.212222 -4.30053,-8.212222 0,0 -5.15823,-10.0796536 -5.15823,-10.0796536 0,0 -3.93858,-8.1392972 -3.93858,-8.1392972 0,0 -3.48643,-9.4358992 -3.48643,-9.4358992 0,0 -4.38558,-7.17318 -4.38558,-7.17318 0,0 5.90437,5.521359 5.90437,5.521359 0,0 5.5778,9.1503881 5.5778,9.1503881 0,0 5.12857,9.4551689 5.12857,9.4551689 0,0 5.9829,6.5001855 5.9829,6.5001855 0,0 5.80806,7.6935535 5.80806,7.6935535 0,0 6.73086,7.951846 6.73086,7.951846 0,0 5.15434,9.027606 5.15434,9.027606 0,0 5.1359,7.039527 5.1359,7.039527 0,0 -6.45431,-10.29233 -6.45431,-10.29233 0,0 -5.41002,-10.031439 -5.41002,-10.031439 0,0 -4.81366,-10.144467 -4.81366,-10.144467 0,0 -4.8675,-10.31973235 -4.8675,-10.31973235 0,0 -5.0615,-9.03266155 -5.0615,-9.03266155 0,0 -5.58502,-9.7619081 -5.58502,-9.7619081 0,0 -4.95718,-10.557355 -4.95718,-10.557355 0,0 -5.4718,-10.019396 -5.4718,-10.019396 0,0 6.75525,9.809576 6.75525,9.809576 0,0 2.64459,7.556848 2.64459,7.556848 0,0 7.68187,11.770232 7.68187,11.770232 0,0 5.48237,6.8864768 5.48237,6.8864768 0,0 6.13887,9.0657409 6.13887,9.0657409 0,0 4.44022,7.3981273 4.44022,7.3981273 0,0 5.81349,10.032609 5.81349,10.032609 0,0 4.90873,9.194609 4.90873,9.194609 0,0 -2.8294,-10.289561 -2.8294,-10.289561 0,0 -4.66984,-8.617867 -4.66984,-8.617867 0,0 -3.80468,-9.6965832 -3.80468,-9.6965832 0,0 -5.9902,-10.7119378 -5.9902,-10.7119378 0,0 -3.38947,-11.376494 -3.38947,-11.376494 0,0 -4.40258,-10.991105 -4.40258,-10.991105 0,0 -4.54855,-9.39265 -4.54855,-9.39265 0,0 -4.26061,-8.642097 -4.26061,-8.642097 0,0 5.91529,7.094296 5.91529,7.094296 0,0 5.34794,7.12724 5.34794,7.12724 0,0 4.4236,9.316761 4.4236,9.316761 0,0 7.32511,9.992013 7.32511,9.992013 0,0 4.38194,7.8530542 4.38194,7.8530542 0,0 5.0209,6.6634965 5.0209,6.6634965 0,0 5.22866,9.4994263 5.22866,9.4994263 0,0 4.31886,10.476239 4.31886,10.476239 0,0 -3.93909,-9.623818 -3.93909,-9.623818 0,0 -1.91361,-8.2327885 -1.91361,-8.2327885 0,0 -5.20217,-10.9840401 -5.20217,-10.9840401 0,0 -4.22821,-8.2084914 -4.22821,-8.2084914 0,0 -3.93356,-8.534032 -3.93356,-8.534032 0,0 -3.46574,-10.251155 -3.46574,-10.251155 0,0 -2.8286,-9.580496 -2.8286,-9.580496 0,0 -4.41739,-10.010975 -4.41739,-10.010975 0,0 4.62866,10.627088 4.62866,10.627088 0,0 7.66627,6.610905 7.66627,6.610905 0,0 5.7001,10.091611 5.7001,10.091611 0,0 6.07739,8.008696 6.07739,8.008696 0,0 5.8761,9.3695845 5.8761,9.3695845 0,0 5.24041,6.7778037 5.24041,6.7778037 0,0 6.15244,7.7260918 6.15244,7.7260918 0,0 6.41652,9.053738 6.41652,9.053738 0,0 -3.54919,-9.3210184 -3.54919,-9.3210184 0,0 -5.89951,-6.7065436 -5.89951,-6.7065436 0,0 -6.18502,-10.544983 -6.18502,-10.544983 0,0 -4.0649,-10.238111 -4.0649,-10.238111 0,0 -4.1004,-8.308515 -4.1004,-8.308515 0,0 -5.26776,-7.890537 -5.26776,-7.890537 0,0 -2.69964,-9.162872 -2.69964,-9.162872 0,0 -4.36605,-10.780011 -4.36605,-10.780011 0,0 5.59783,6.559193 5.59783,6.559193 0,0 7.71491,6.157383 7.71491,6.157383 0,0 7.32122,7.636149 7.32122,7.636149 0,0 5.98914,4.551511 5.98914,4.551511 0,0 8.79498,6.752384 8.79498,6.752384 0,0 8.31611,6.376407 8.31611,6.376407 0,0 5.61356,8.077035 5.61356,8.077035 0,0 6.08027,5.2815581 6.08027,5.2815581 0,0 0.5189,2.597755 0.5189,2.597755 0,0 -2.63455,0.6241767 -2.63455,0.6241767 0,0 -1.01197,1.3548899 -1.01197,1.3548899 0,0 -3.28809,0.4452485 -3.28809,0.4452485 0,0 0.18981,2.0835113 0.18981,2.0835113 0,0 -0.49334,2.211875 -0.49334,2.211875 0,0 -2.56173,-0.1264629 -2.56173,-0.1264629 0,0 -1.06551,2.2968589 -1.06551,2.2968589 0,0 -2.63198,-3.84477767 -2.63198,-3.84477767 0,0 -2.28798,-2.09023123 -2.28798,-2.09023123 0,0 -1.81605,-4.8289564 -1.81605,-4.8289564 0,0 -1.58678,-1.6510888 -1.58678,-1.6510888 0,0 -1.60027,-4.4232614 -1.60027,-4.4232614 0,0 -1.75628,-0.133725 -1.75628,-0.133725 0,0 -2.83338,-4.627814 -2.83338,-4.627814 0,0 -1.1543,-2.511718 -1.1543,-2.511718 0,0 -3.86497,-1.743419 -3.86497,-1.743419 0,0 0.82687,-0.705522 0.82687,-0.705522 0,0 -0.0742,-0.688145 -0.0742,-0.688145 0,0 -1.4868,-3.003999 -1.4868,-3.003999 0,0 -0.86814,0.530691 -0.86814,0.530691 0,0 -2.43764,-1.382211 -2.43764,-1.382211 0,0 -1.22488,-1.904432 -1.22488,-1.904432 0,0 -2.24004,-1.172977 -2.24004,-1.172977 0,0 -7.97567,-0.445557 -7.97567,-0.445557 0,0 -7.28275,2.981764 -7.28275,2.981764 0,0 -8.9852,-0.644771 -8.9852,-0.644771 0,0 -9.07244,0.122789 -9.07244,0.122789 0,0 -9.45808,0.06689 -9.45808,0.06689 0,0 -7.58737,0.681644 -7.58737,0.681644 0,0 -8.35439,0.552999 -8.35439,0.552999 0,0 -9.42589,0.09695 -9.42589,0.09695 0,0 0.46619,0.176707 0.46619,0.176707"
-             style="fill:none;stroke:#ffffff;stroke-width:2.0999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:2.1, 4.2;stroke-dashoffset:0;filter:url(#filter7006-8)"
-             transform="matrix(-0.969187,0.246326,-0.246326,-0.969187,1636.55,-180.541)" />
-          <path
-             style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter5936-3)"
-             d="m 741.79254,65.136834 17.468,-4.832277 18.22746,33.589877 1.51896,21.580296 -18.98695,-21.065517 -1.51896,-14.672287 -16.70851,-14.600092 z"
-             id="path5940" />
-          <path
-             id="path5942"
-             d="m 780.7874,3.7199307 17.468,-4.832277 13.65842,-46.3495837 1.21436,67.399255 -20.50997,42.301129 -9.74323,-18.571772 -2.08758,-39.9467513 z"
-             style="opacity:0.59829096;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter5936-3)"
-             transform="matrix(3.20047,0,0,1,-1734.67,-5.84923)"
-             sodipodi:nodetypes="ccccccc" />
-          <path
-             id="path5944"
-             d="m 701.74632,156.73897 c 13.78677,11.02941 72.4239,17.67652 102.02206,2.75735 32.68443,-16.47483 32.89228,-9.65073 56.83156,-16.37686 17.30564,-4.8623 177.54346,-106.325342 185.81546,-124.248136 8.2721,-17.9227946 28.9522,-49.632339 17.9228,-57.904412 -3.2304,-2.42283 -22.9054,51.185688 -42.6241,68.425076 C 849.63228,179.83703 687.95956,145.70956 701.74632,156.73897 z"
-             style="fill:url(#linearGradient7376-1);fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter5970-4)"
-             sodipodi:nodetypes="cssssss" />
-          <path
-             id="path5974"
-             d="m 694.02384,31.016332 19.41774,21.489253 24.07669,65.760645 31.99505,6.10959 30.6206,-8.64367 c -8.98723,21.98881 25.80891,25.01056 46.21854,32.30094 l -70.54216,8.31968 -62.11973,0.0666 -19.96182,-23.01526 4.33027,-40.993815 -4.03518,-61.393923 z"
-             style="opacity:0.65384605;fill:#e8daca;fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter5992-1)"
-             sodipodi:nodetypes="ccccccccccc" />
-          <path
-             sodipodi:nodetypes="cccccc"
-             style="opacity:0.47008499;fill:url(#linearGradient7378-6);fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter5992-1)"
-             d="m 804.7844,107.54264 60.09061,23.91763 -48.12012,16.11866 -46.52178,-6.75754 -11.18798,-21.06552 45.73927,-12.21323 z"
-             id="path5996" />
-          <path
-             id="path6026"
-             d="m 693.06101,26.24801 c 0,0 101.51012,-70.791179 165.50018,-117.749853 8.29331,-6.085993 45.79237,19.006094 54.40209,15.114019 39.72262,-17.956863 43.5458,-18.037711 41.46826,-18.730226 -12.40808,-4.136032 -39.11464,8.97414 -39.11464,8.97414 0,0 -0.4232,1.514536 -1.65916,1.110627 -1.23596,-0.40391 -3.96801,0.445663 -6.1545,-0.222133 -2.1865,-0.667797 -5.5307,-4.061479 -8.3823,-4.853134 -2.8516,-0.79167 -3.37088,-1.47698 -6.60215,-2.25248 -3.23127,-0.77551 -6.15317,-0.87204 -9.47869,-1.49136 -3.32551,-0.61933 -8.1132,-4.43541 -11.24753,-4.75854 -3.13434,-0.32313 -5.82945,2.64295 -8.48718,2.75605 -2.65772,0.11309 -3.67839,1.36879 -5.57407,2.05813 -0.94784,0.34467 -3.22825,-0.76324 -4.61719,0.08112 -1.38893,0.84437 -2.78498,4.831399 -4.67528,6.028319 -1.89029,1.19692 -5.28073,0.712617 -7.59574,1.956672 -2.31501,1.244056 -3.61557,3.152778 -6.17905,4.967676 -2.56347,1.814899 -6.23447,2.227243 -9.23208,4.608213 -2.99762,2.380971 -6.58274,5.479584 -9.55013,7.678196 -2.96739,2.198612 -5.83089,5.343862 -8.85823,7.551313 -3.02734,2.20745 -6.99852,1.879718 -10.10054,4.227776 -3.10202,2.348058 -5.48261,6.945375 -8.51922,9.069101 -3.03661,2.123726 -5.77026,2.490897 -8.73764,4.754135 -2.96738,2.263238 -4.7402,6.371962 -7.44977,8.683957 -2.70958,2.311996 -4.97209,4.61038 -7.53557,6.554529 -5.12695,3.888298 -12.16549,6.714379 -15.94608,9.495966 -3.78059,2.781588 -5.82813,4.479118 -7.72381,5.68546 -1.89568,1.206342 -2.64612,5.366071 -4.90708,7.56189 -2.26096,2.19582 -5.3454,2.139962 -7.83619,4.9149745 -2.49078,2.7750126 -4.78134,3.4316212 -7.36651,6.3755434 -2.58517,2.9439221 -7.87198,9.1249701 -10.41608,11.8275171 -2.5441,2.702547 -2.50041,6.089042 -4.86799,8.13993 -2.36759,2.050887 -6.17897,1.32942 -8.23459,2.318364 -2.05562,0.988944 -2.49468,4.273137 -4.10288,3.789853 -1.60821,-0.483283 4.02779,-0.547338 3.00244,-2.913133 0,0 5.39253,4.492017 5.39253,4.492017"
-             style="fill:none;stroke:#ffffff;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;filter:url(#filter6556-4)"
-             sodipodi:nodetypes="cssscssssssssssssssssssssssssssssscc" />
-          <path
-             id="path6564"
-             d="m 955.88948,41.251379 -9.12526,35.616086 -79.31601,47.314545 -45.54691,-1.88318 -1.43927,-14.24142 135.42745,-66.806031 z"
-             style="opacity:0.52564105;fill:url(#linearGradient7380-6);fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter6584-7)"
-             sodipodi:nodetypes="cccccc" />
-          <path
-             sodipodi:nodetypes="cccccc"
-             id="path6992"
-             d="m 591.62513,131.7096 8.28641,-1.4623 5.48365,-5.60552 9.3222,-13.6482 -21.99553,2.55904 -1.09673,18.15698 z"
-             style="fill:#bd1032;fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter6980-0)" />
-        </g>
-      </g>
     </g>
     <text
        x="-793.12799"
@@ -86732,27 +85945,27 @@
          style="font-size:35.50580597px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;stroke:none;font-family:Purisa;-inkscape-font-specification:Purisa Light"
          x="-793.12799"
          y="1077.5087"
-         id="tspan16413">Christmas 2009</tspan></text>
+         id="tspan16413">Spring 2011</tspan></text>
     <text
        sodipodi:linespacing="125%"
        style="font-size:21.80060768px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill-opacity:1;stroke:none;font-family:Purisa;-inkscape-font-specification:Purisa Light"
        xml:space="preserve"
        id="text17031"
-       y="1097.0403"
+       y="1111.0403"
        x="-793.12335"><tspan
          id="tspan17033"
-         y="1097.0403"
+         y="1111.0403"
          x="-793.12335"
-         style="font-size:21.80060768px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;stroke:none;font-family:Purisa;-inkscape-font-specification:Purisa Light">1.0 preview release</tspan></text>
+         style="font-size:21.80060768px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;stroke:none;font-family:Purisa;-inkscape-font-specification:Purisa Light">1.01 bugfix release</tspan></text>
   </g>
   <text
-     style="font-size:51.04000092px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
+     style="font-size:51.04000092px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
      xml:space="preserve"
      id="text18989"
-     y="761.85242"
+     y="727.85242"
      x="176.98375"><tspan
        id="tspan18991"
-       y="761.85242"
+       y="727.85242"
        x="176.98375"
        style="font-size:51.04000092px">%% splash %%</tspan></text>
   <g
Binary file images/splash.png has changed