summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2013-08-08 01:59:41 -0700
committerelijah <elijah@riseup.net>2013-08-08 01:59:41 -0700
commit3040cf5057a6efb03ae43addd2b6ef01623553da (patch)
tree1c1010056a441f49c686d810cf25dfd74202f304
parent56ac11d34752c356fd3da5321d71e2c840cfd3fe (diff)
parent979c128b6b9a02a0393fac8078aa82f52e4789f3 (diff)
Merge branch 'master' of ssh://leap.se/leap_assets
Conflicts: Rakefile
-rw-r--r--Rakefile12
-rw-r--r--android/leap-debug-icon.pngbin0 -> 47668 bytes
-rw-r--r--android/res/drawable-hdpi/kid-jumping-silhouette-light.pngbin0 -> 1272 bytes
-rw-r--r--android/res/drawable-hdpi/leap-debug-launcher.pngbin0 -> 4730 bytes
-rw-r--r--android/res/drawable-ldpi/kid-jumping-silhouette-light.pngbin0 -> 632 bytes
-rw-r--r--android/res/drawable-ldpi/leap-debug-launcher.pngbin0 -> 1811 bytes
-rw-r--r--android/res/drawable-mdpi/kid-jumping-silhouette-light.pngbin0 -> 845 bytes
-rw-r--r--android/res/drawable-mdpi/leap-debug-launcher.pngbin0 -> 2673 bytes
-rw-r--r--android/res/drawable-xhdpi/kid-jumping-silhouette-light.pngbin0 -> 1731 bytes
-rw-r--r--android/res/drawable-xhdpi/leap-debug-launcher.pngbin0 -> 6848 bytes
-rw-r--r--svg/android/leap-debug-launcher.svg931
-rw-r--r--svg/common/caution.svg146
-rw-r--r--svg/kid-jumping-silhouette-light.svg99
13 files changed, 1186 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index a71b3c6..0333385 100644
--- a/Rakefile
+++ b/Rakefile
@@ -64,19 +64,27 @@ qt_light_icon_target = [
]
svg_to_png = [
+
['svg/android/leap-launcher.svg', android_launcher_target],
['svg/android/leap-launcher.svg', {:size => 512, :dest => 'android/leap-icon.png'}],
+ ['svg/kid-jumping-silhouette-light.svg', android_icon_target],
+ ['svg/android/leap-debug-launcher.svg', android_launcher_target],
+ ['svg/android/leap-debug-launcher.svg', {:size => 512, :dest => 'android/leap-debug-icon.png'}],
+ ['svg/android/leap-launcher.svg', {:size => 128, :dest => 'mac/leap-128x128.png'}],
+
['svg/masks/mask-launcher.svg', android_launcher_target],
['svg/masks/mask-icon.svg', {:size => 512, :dest => 'android/bitmask-icon.png'}],
+ ['svg/masks/mask-launcher.svg', {:size => 128, :dest => 'mac/bitmask-128x128.png'}],
+
['svg/android/icons/*.svg', android_icon_target],
['svg/status/dark/*.svg', status_dark_icon_target],
['svg/status/light/*.svg', status_light_icon_target],
['svg/qt/dark/*.svg', qt_dark_icon_target],
['svg/qt/light/*.svg', qt_light_icon_target],
- ['svg/android/leap-launcher.svg', {:size => 128, :dest => 'mac/leap-128x128.png'}],
- ['svg/masks/mask-launcher.svg', {:size => 128, :dest => 'mac/bitmask-128x128.png'}],
+
['svg/kid-jumping.svg', {:width => 128, :dest => 'qt/leap-small.png'}],
['svg/kid-jumping-bw.svg', {:size => 16, :dest => 'web/favicon.png'}],
+
['svg/web/*.svg', {:size => 32, :dest => 'web/32'}]
]
diff --git a/android/leap-debug-icon.png b/android/leap-debug-icon.png
new file mode 100644
index 0000000..52aa9b3
--- /dev/null
+++ b/android/leap-debug-icon.png
Binary files differ
diff --git a/android/res/drawable-hdpi/kid-jumping-silhouette-light.png b/android/res/drawable-hdpi/kid-jumping-silhouette-light.png
new file mode 100644
index 0000000..98d6051
--- /dev/null
+++ b/android/res/drawable-hdpi/kid-jumping-silhouette-light.png
Binary files differ
diff --git a/android/res/drawable-hdpi/leap-debug-launcher.png b/android/res/drawable-hdpi/leap-debug-launcher.png
new file mode 100644
index 0000000..1a79ea1
--- /dev/null
+++ b/android/res/drawable-hdpi/leap-debug-launcher.png
Binary files differ
diff --git a/android/res/drawable-ldpi/kid-jumping-silhouette-light.png b/android/res/drawable-ldpi/kid-jumping-silhouette-light.png
new file mode 100644
index 0000000..4f0ba1d
--- /dev/null
+++ b/android/res/drawable-ldpi/kid-jumping-silhouette-light.png
Binary files differ
diff --git a/android/res/drawable-ldpi/leap-debug-launcher.png b/android/res/drawable-ldpi/leap-debug-launcher.png
new file mode 100644
index 0000000..27bfe70
--- /dev/null
+++ b/android/res/drawable-ldpi/leap-debug-launcher.png
Binary files differ
diff --git a/android/res/drawable-mdpi/kid-jumping-silhouette-light.png b/android/res/drawable-mdpi/kid-jumping-silhouette-light.png
new file mode 100644
index 0000000..e8c99c1
--- /dev/null
+++ b/android/res/drawable-mdpi/kid-jumping-silhouette-light.png
Binary files differ
diff --git a/android/res/drawable-mdpi/leap-debug-launcher.png b/android/res/drawable-mdpi/leap-debug-launcher.png
new file mode 100644
index 0000000..867005e
--- /dev/null
+++ b/android/res/drawable-mdpi/leap-debug-launcher.png
Binary files differ
diff --git a/android/res/drawable-xhdpi/kid-jumping-silhouette-light.png b/android/res/drawable-xhdpi/kid-jumping-silhouette-light.png
new file mode 100644
index 0000000..51af141
--- /dev/null
+++ b/android/res/drawable-xhdpi/kid-jumping-silhouette-light.png
Binary files differ
diff --git a/android/res/drawable-xhdpi/leap-debug-launcher.png b/android/res/drawable-xhdpi/leap-debug-launcher.png
new file mode 100644
index 0000000..a540c2c
--- /dev/null
+++ b/android/res/drawable-xhdpi/leap-debug-launcher.png
Binary files differ
diff --git a/svg/android/leap-debug-launcher.svg b/svg/android/leap-debug-launcher.svg
new file mode 100644
index 0000000..fbc4c65
--- /dev/null
+++ b/svg/android/leap-debug-launcher.svg
@@ -0,0 +1,931 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ id="svg3039"
+ version="1.1"
+ inkscape:version="0.48.3.1 r9886"
+ width="512"
+ height="512"
+ sodipodi:docname="leap-debug-launcher.svg"
+ inkscape:export-filename="/home/elijah/Documents/LEAP/leap.se/kid-jumping-all-color.png"
+ inkscape:export-xdpi="28.905836"
+ inkscape:export-ydpi="28.905836"
+ style="enable-background:new">
+ <metadata
+ id="metadata3045">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <defs
+ id="defs3043">
+ <mask
+ maskUnits="userSpaceOnUse"
+ id="mask4103">
+ <rect
+ ry="32"
+ rx="32"
+ y="535.36218"
+ x="111"
+ height="472"
+ width="472"
+ id="rect4105"
+ style="fill:#d5d5d5;fill-opacity:1;stroke:none" />
+ </mask>
+ <mask
+ maskUnits="userSpaceOnUse"
+ id="mask4107">
+ <rect
+ ry="32"
+ rx="32"
+ y="994.36218"
+ x="117"
+ height="472"
+ width="472"
+ id="rect4109"
+ style="fill:#d5d5d5;fill-opacity:1;stroke:none" />
+ </mask>
+ </defs>
+ <sodipodi:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="16"
+ gridtolerance="10000"
+ guidetolerance="10"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="1601"
+ inkscape:window-height="991"
+ id="namedview3041"
+ showgrid="true"
+ fit-margin-top="20"
+ fit-margin-left="20"
+ fit-margin-right="20"
+ fit-margin-bottom="20"
+ inkscape:zoom="1"
+ inkscape:cx="203.35799"
+ inkscape:cy="280.50303"
+ inkscape:window-x="104"
+ inkscape:window-y="33"
+ inkscape:window-maximized="0"
+ inkscape:current-layer="layer4"
+ inkscape:snap-global="false"
+ inkscape:object-nodes="true"
+ inkscape:snap-smooth-nodes="false"
+ inkscape:snap-grids="false"
+ inkscape:snap-to-guides="false"
+ inkscape:object-paths="true"
+ showguides="false"
+ inkscape:guide-bbox="true"
+ showborder="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3099"
+ empspacing="16"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true"
+ spacingx="4px"
+ spacingy="4px" />
+ <sodipodi:guide
+ orientation="0,1"
+ position="32,480"
+ id="guide3320" />
+ <sodipodi:guide
+ orientation="0,1"
+ position="32,32"
+ id="guide3322" />
+ <sodipodi:guide
+ orientation="1,0"
+ position="32,32"
+ id="guide3324" />
+ <sodipodi:guide
+ orientation="1,0"
+ position="480,480"
+ id="guide3326" />
+ </sodipodi:namedview>
+ <g
+ inkscape:groupmode="layer"
+ id="layer4"
+ inkscape:label="jump"
+ style="display:inline"
+ transform="translate(20,-103.16583)">
+ <rect
+ style="fill:#d5d5d5;fill-opacity:1;stroke:none"
+ id="rect3328"
+ width="472"
+ height="472"
+ x="0"
+ y="123.16583"
+ rx="32"
+ ry="32" />
+ <g
+ id="g3209"
+ transform="matrix(0.55698858,0,0,0.55698858,26.455909,198.45591)">
+ <path
+ sodipodi:nodetypes="csssssssssssssssssssssssscssssssssssssscssscsssssssssscssscssssssscsssssccssssscsssssssscsscsssssssssssscsssssssssssssssssssssssssssscccsssscccsccsssssccccsssccscsccsccssssssssssscscscscssssssssscssssccccsscsccsssscssssssssssssssscscsccccccssscssssssssccsssssssssssssssssscscc"
+ inkscape:connector-curvature="0"
+ id="path4046"
+ d="m -641.71397,542.51241 c -5.07508,-1.19504 -8.66981,-3.1416 -14.11638,-7.64408 -2.50451,-2.07039 -5.93394,-4.8273 -7.62096,-6.12648 -1.68701,-1.29918 -5.49669,-5.64717 -8.46595,-9.66221 -5.48443,-7.41604 -9.86933,-11.04889 -19.2233,-15.92631 -2.86499,-1.49389 -5.49587,-3.61977 -5.8464,-4.72417 -0.43381,-1.3668 -1.24482,-1.84915 -2.53977,-1.51051 -1.06525,0.27857 -3.46271,-0.56133 -5.448,-1.90858 -1.95006,-1.32334 -3.7648,-2.40608 -4.03276,-2.40608 -0.7027,0 -14.49569,-10.36148 -24.4175,-18.34276 -4.67857,-3.76352 -10.03215,-8.03852 -11.89686,-9.5 -1.8647,-1.46148 -4.18263,-3.40017 -5.15094,-4.30819 -3.08982,-2.89742 -20.55773,-14.51807 -26.92315,-17.9108 -3.38015,-1.8016 -6.58676,-4.09972 -7.12581,-5.10694 -0.53905,-1.00722 -1.8866,-1.83131 -2.99456,-1.83131 -1.10796,0 -3.22963,-0.62391 -4.71482,-1.38648 -1.48518,-0.76256 -5.40034,-2.07473 -8.70034,-2.91594 -3.3,-0.84121 -10.275,-3.5373 -15.5,-5.99133 -5.225,-2.45402 -13.46268,-6.33313 -18.30597,-8.62025 -4.84328,-2.28711 -10.24328,-4.43137 -12,-4.76501 -1.75671,-0.33365 -4.46396,-1.24569 -6.0161,-2.02676 -1.96275,-0.9877 -4.39877,-1.22387 -8,-0.7756 -5.00257,0.6227 -5.32186,0.5115 -9.42793,-3.28344 -2.3375,-2.16038 -4.25,-4.80882 -4.25,-5.88541 0,-1.0766 1.59168,-3.50016 3.53707,-5.38571 2.96456,-2.87336 4.21898,-3.40818 7.75,-3.30418 2.31711,0.0682 4.72807,-0.2931 5.35767,-0.80299 0.62961,-0.50989 1.52961,-0.82166 2,-0.69282 0.4704,0.12884 5.80173,-0.11777 11.84741,-0.54801 6.04569,-0.43025 14.05802,-0.96454 17.80518,-1.18731 5.9885,-0.35601 8.18379,-1.1249 18.13958,-6.35326 6.74391,-3.54162 13.8335,-6.46604 17.52275,-7.22804 5.6804,-1.17327 6.49959,-1.11613 9.84094,0.68637 3.77427,2.03604 4.89368,4.16009 8.67791,16.46617 1.63687,5.32299 2.96518,8.87897 4.48252,12 1.14789,2.36112 14.16419,9.35375 22.21664,11.93525 6.34026,2.0326 22.20078,8.24614 28.32233,11.0956 1.1,0.51203 5.825,2.31313 10.5,4.00244 4.675,1.68932 11.54195,4.46658 15.25988,6.17169 l 6.75988,3.1002 11.24012,-1.71854 c 6.18207,-0.9452 13.94012,-2.33088 17.24012,-3.07928 3.3,-0.74841 8.29549,-1.65174 11.10108,-2.00741 l 5.10108,-0.64666 2.26885,-10.17665 c 2.36138,-10.59171 7.46555,-26.23069 9.29225,-28.4711 0.58048,-0.71195 1.09622,-5.48053 1.14608,-10.59684 0.0563,-5.7727 0.55811,-9.86543 1.32262,-10.78627 0.67757,-0.81613 1.45574,-5.21519 1.72925,-9.77569 0.27352,-4.5605 1.01173,-8.91168 1.64049,-9.66928 0.77437,-0.93306 0.81929,-1.78074 0.13925,-2.62746 -0.55217,-0.6875 -1.2972,-3.05 -1.65563,-5.25 -0.35843,-2.2 -1.10341,-6.7 -1.65552,-10 -2.27136,-13.57606 -2.27351,-14.54384 -0.039,-17.5662 1.16005,-1.56905 2.12513,-3.65854 2.14462,-4.64331 0.0195,-0.98477 0.67854,-2.91549 1.46456,-4.29049 2.0951,-3.665 1.8138,-5.96533 -1.00019,-8.17881 -2.28131,-1.79448 -2.44559,-2.43114 -1.87658,-7.27256 l 0.62361,-5.30591 -5.04646,-1.67616 c -6.96458,-2.31327 -7.71928,-3.4369 -6.25524,-9.31311 0.65138,-2.6144 2.05519,-6.24167 3.11959,-8.06061 1.0644,-1.81894 1.93527,-3.92378 1.93527,-4.67742 0,-2.12529 4.76612,-5.38934 7.01189,-4.80206 2.45492,0.64198 2.62079,-1.22734 0.23811,-2.68342 -1.5579,-0.95205 -1.24091,-1.51389 2.88761,-5.11811 l 4.63762,-4.04866 -1.89309,-6.18158 c -2.77159,-9.05017 -2.96584,-10.71224 -1.32555,-11.34168 0.79388,-0.30464 1.44341,-1.22889 1.44341,-2.05389 0,-0.9389 -0.57526,-1.27925 -1.53785,-0.90987 -2.6938,1.03371 -2.77388,-2.21393 -0.18834,-7.63802 1.37329,-2.88097 2.77077,-6.43066 3.10551,-7.8882 l 3.61907,-8.4931 c -1.07772,-1.13265 2.57731,-15.23051 4.49928,-17.35426 0.82628,-0.91303 1.50233,-2.43361 1.50233,-3.37906 0,-2.15114 4.57598,-6.47898 7.67206,-7.25605 2.61715,-0.65686 2.8572,-1.54712 1.15299,-4.276 -1.86554,-2.98719 0.6409,-25.52472 4.125,-37.09146 1.57387,-5.225 2.87092,-10.175 2.88235,-11 0.0114,-0.825 0.33687,-3.18244 0.72321,-5.23875 0.77916,-4.14717 -2.69126,-16.79902 -5.17295,-18.858643 -0.76044,-0.63112 -1.38264,-0.87372 -1.38264,-0.53909 0,0.9394 -11.06712,-3.40431 -15.05329,-5.90824 -1.95431,-1.22761 -6.74665,-3.84016 -10.64964,-5.80568 -3.903,-1.96552 -8.82902,-4.76141 -10.94671,-6.2131 -7.99565,-5.48105 -14.22855,-7.52754 -23.33772,-7.66264 -5.37533,-0.0797 -9.41701,0.36041 -10.96651,1.19424 -3.8837,2.08991 -12.12148,4.0071 -17.2733,4.02003 -2.63213,0.007 -7.6708,-1.09611 -11.36906,-2.48813 -8.45552,-3.18265 -11.18228,-3.21276 -12.35192,-0.13638 -0.96185,2.52985 -3.58809,4.04103 -5.24413,3.01755 -0.55648,-0.34393 -1.64691,-2.14539 -2.42317,-4.00325 -1.05066,-2.51458 -2.02837,-3.37792 -3.82539,-3.37792 -2.71543,0 -6.55916,-4.20057 -6.55916,-7.1681 0,-3.7574 4.88566,-11.77079 7.50824,-12.31492 1.37047,-0.28434 3.50426,-0.74115 4.74176,-1.01513 2.69125,-0.59584 9.26355,-6.67509 14.18584,-13.12162 7.26284,-9.51185 13.11824,-11.5293 19.96902,-6.88023 2.02618,1.375 3.8959,2.5 4.15493,2.5 0.25904,0 2.82656,1.55391 5.70559,3.45313 3.05684,2.01651 10.64308,5.19197 18.23462,7.63268 13.2176,4.24949 15.60406,4.83927 28,6.91978 11.50464,1.93091 21.47341,4.89974 28.80161,8.57751 l 6.91178,3.46878 6.14331,-2.44678 c 5.80065,-2.31032 12.3634,-3.63629 19.1433,-3.8678 4.32398,-0.14765 15.6638,2.0265 16.87216,3.23486 0.56531,0.56531 4.28994,1.02784 8.27695,1.02784 7.22195,0 7.25939,-0.014 9.99483,-3.75 1.51014,-2.0625 3.07445,-4.14391 3.47624,-4.62535 0.40178,-0.48144 2.81259,0.13258 5.35736,1.36448 5.49256,2.6589 6.99369,1.93039 3.2243,-1.56478 -1.88156,-1.74468 -2.70184,-3.505 -2.70184,-5.79816 0,-1.81107 -0.3375,-3.63135 -0.75,-4.04507 -0.4125,-0.41371 -0.7955,-6.90121 -0.8511,-14.41667 -0.0556,-7.51545 -0.4291,-14.8158 -0.82998,-16.22299 -0.82663,-2.9016895 2.15665,-10.94145951 4.05999,-10.94145951 2.108,0 2.21416,-2.63462999 0.28023,-6.95420999 -2.32838,-5.2006005 -2.36846,-6.0457905 -0.2867,-6.0457905 1.27968,0 1.37622,-0.2967 0.45695,-1.40435 -0.64473,-0.77685 -0.88499,-2.52203 -0.53771,-3.90572 0.49722,-1.98104 0.1827,-2.64264 -1.51198,-3.18051 -3.03621,-0.96365 -1.96016,-2.95171 1.79854,-3.32287 2.84588,-0.28103 3.06227,-0.52262 2.09197,-2.33565 -1.44346,-2.69713 -0.48799,-3.43063 2.62262,-2.01335 3.7966,1.72985 7.87037,1.41186 10.73004,-0.83755 1.39842,-1.1 2.95807,-2 3.46588,-2 0.50781,0 1.5457,-1.16298 2.30641,-2.58439 2.13032,-3.980541 6.68435,-6.884991 8.47072,-5.402441 1.15499,0.95856 2.359,0.66416 5.99268,-1.46533 2.86155,-1.676969 5.27863,-2.432769 6.52006,-2.038759 1.18999,0.37769 3.06365,-0.12971 4.72207,-1.27875 4.86136,-3.36825 6.26616,-3.45483 9.98866,-0.61559 2.8072,2.1412 3.6449,2.38576 4.3462,1.26884 0.4779,-0.76097 0.6698,-2.05858 0.4267,-2.88358 -0.6569,-2.22847 12.6542,-6.51647 15.5004,-4.99326 2.6748,1.43152 1.7281,2.85752 -1.4888,2.24257 -2.972,-0.56813 -2.9915,-0.49408 -0.9506,3.59705 1.9005,3.80963 5.7668,4.247169 9.7618,1.10471 l 2.6048,-2.04892 5.7421,3.02404 5.7421,3.024049 2.2619,-2.124919 c 2.7465,-2.58024 3.0868,-1.98029 4.1061,7.23935 l 0.708,6.40293 3.6976,0.60026 c 4.4271,0.71869 6.8024,2.49231 6.8024,5.07933 0,1.10899 1.0425,2.29869 2.5,2.85281 1.375,0.52277 2.5,1.30373 2.5,1.73546 0,0.43174 1.1641,2.04047 2.587,3.57497 1.9976,2.1543 2.8944,2.53489 3.9361,1.67039 0.9876,-0.81964 1.902,-0.82367 3.4129,-0.015 2.5971,1.38988 2.6094,3.07112 0.046,6.3294505 -1.2416,1.57843 -1.6248,2.80773 -0.9963,3.19615 0.5617,0.34715 0.7458,1.7286 0.4092,3.06988999 -0.4616,1.83942001 -0.2107,2.43872001 1.0213,2.43872001 1.0196,0 1.8619,-1.14210001 2.2413,-3.03907 0.8836,-4.41811 2.7292,-3.05936 3.5617,2.62225 0.5552,3.78877 0.3833,5.17153 -0.7495,6.02706 -0.8085,0.61063 -1.47,1.82157 -1.47,2.69098 0,2.6573795 2.1794,3.1123795 3.9111,0.8165495 1.2924,-1.7132895 1.8947,-1.9118895 2.8628,-0.9438195 1.7788,1.7787795 1.5027,10.1780695 -0.4706,14.3160695 l -1.6966,3.55788 3.1148,2.84493 c 2.4896,2.27389 3.0594,3.5236 2.839,6.22605 -0.1516,1.85961 -0.3398,5.06862 -0.4181,7.13112 -0.1985,5.225 -2.977,7.75 -8.5281,7.75 -4.5272,0 -6.1475,0.64042 -13.3398,5.27265 -3.1285,2.01494 -5.1139,2.60763 -7.6482,2.28316 -3.5817,-0.45857 -5.1842,0.65494 -7.5672,5.25811 -1.88,3.63149 -0.03,4.80497 7.9102,5.01827 12.9941,0.34905 35.8502,-6.36888 47.0307,-13.82341 5.3356,-3.55754 18.1068,-7.93016 29.5,-10.10025 9.0623,-1.72614 35.1468,-10.58392 47,-15.96026 2.2,-0.99788 6.1521,-2.72562 8.7824,-3.83943 3.3569,-1.42146 8.2485,-5.46548 16.4103,-13.56697 9.0983,-9.0311095 12.2182,-11.54186951 14.3418,-11.54186951 1.4927,0 4.6831,-0.70918 7.0897,-1.57596 2.4067,-0.86676999 5.2193,-1.75171999 6.2502,-1.96654999 1.031,-0.21484 2.9277,-1.08066 4.2149,-1.92405 1.2871,-0.84339 3.2785,-1.53344 4.4251,-1.53344 2.4009,0 7.5719,2.44575 10.4856,4.95939 1.1,0.94899999 4.62791,2.76505 7.83991,4.03568 3.212,1.27063 6.0791,2.9333 6.3713,3.69483 0.5677,1.47928 -2.3451,5.3100995 -4.0375,5.3100995 -0.5589,0 -1.841,0.74641 -2.8491,1.6587 -1.5935,1.44207 -2.3366,1.49246 -5.6897,0.38583 -3.35991,-1.10887 -4.19681,-1.05009 -6.49591,0.45631 -2.0882,1.36825 -2.639,2.52493 -2.639,5.54159 0,4.4876 -3.1644,7.58932 -8.6015,8.43128 -1.8692,0.28946 -5.0352,0.78323 -7.0355,1.09728 -2.5477,0.4 -4.6962,1.75103 -7.1742,4.51139 -3.6157,4.02759 -14.7323,10.91762 -17.6149,10.91762 -0.8806,0 -2.3825,0.39342 -3.3375,0.87428 -8.0974,4.07697 -11.7911,6.26739 -18.7364,11.11085 -20.1817,14.07412 -29.5492,19.56828 -50.0266,29.34134 -23.5979,11.26231 -26.075,12.13518 -37.3205,13.15045 -4.0408,0.36481 -13.2658,2.153863 -20.5,3.975643 l -13.1529,3.31235 -15.90822,8.2211 c -11.20683,8.13363 -16.2173,10.72429 -17.66899,18.60624 -4.58959,8.22927 -7.82755,15.09367 -10.08165,24.1275 -1.11754,4.47881 -5.12004,12.40596 -5.37124,15.61516 -0.2512,3.2092 -1.0989,7.2592 -1.8838,9 -0.7849,1.7408 -1.4878,3.57322 -2.074,5.41509 -1.5069,4.28804 -2.4362,5.30621 -3.5651,7.9641 -0.8111,1.90984 -1.3445,4.09443 -1.8304,5.04947 -1.1723,2.30448 -2.3523,5.16805 -6.0728,14.73643 -1.7108,4.4 -4.7013,10.59261 -6.64552,13.76135 -1.94419,3.16874 -3.7271,6.82136 -3.96204,8.11693 -0.23493,1.29557 -1.0488,3.87797 -1.80861,5.73865 -0.7598,1.86069 -1.6969,5.5704 -2.08245,8.24381 l -0.70099,4.86073 17.82791,-0.66724 c 9.8053,-0.36699 23.2279,-1.10958 29.8279,-1.6502 6.6,-0.54063 22.1295,-0.90625 34.5101,-0.8125 21.5787,0.16341 22.735,0.0737 27.9476,-2.16871 6.3395,-2.72717 9.8018,-2.84252 20.0423,-0.66773 5.1741,1.09883 13.0234,1.61075 25.3106,1.65072 19.4993,0.0634 22.5381,0.74885 27.0399,6.09894 3.1218,3.71008 5.3987,16.40728 3.7766,21.06051 -2.147,6.15888 -1.5699,7.69819 4.0064,10.68503 8.1319,4.35568 28.8562,18.32794 37.5836,25.33865 4.3895,3.52608 9.2114,7.31106 10.7153,8.41106 1.5039,1.1 5.2843,3.95883 8.4009,6.35296 12.6672,9.73056 33.87971,23.03497 40.02091,25.10092 6.095,2.0504 6.5642,2.07091 11.5,0.50277 6.8292,-2.16969 11.7117,-4.57691 20.1458,-9.93243 11.6433,-7.39341 13.0097,-8.81208 14.5097,-15.06467 1.0309,-4.29757 2.3335,-6.59107 5.558,-9.78629 2.3163,-2.29529 4.3736,-5.02557 4.5718,-6.06728 0.1983,-1.04171 1.585,-2.80737 3.0816,-3.92368 2.2837,-1.70344 3.1275,-1.84447 5.25,-0.87742 1.9265,0.8778 2.5456,1.93143 2.5991,4.42368 0.039,1.79929 0.4233,4.17144 0.8547,5.27144 0.4315,1.1 0.4264,3.25432 -0.011,4.78739 -0.503,1.76246 -0.2697,4.52021 0.6345,7.5 0.7866,2.59193 1.435,5.96507 1.4409,7.49585 0.021,5.3195 -4.4442,11.99698 -12.4495,18.61875 -4.2005,3.47446 -8.3991,7.50538 -9.3304,8.9576 -0.9313,1.45223 -2.4217,3.44548 -3.312,4.42945 -1.9454,2.15013 -4.893,10.90387 -4.9081,14.57579 -0.038,9.16741 -8.8684,24.61796 -15.5146,27.14485 -7.09,2.6956 -13.5536,0.0808 -26.6727,-10.78996 -5.334,-4.41988 -14.82421,-11.421 -21.08931,-15.55806 -13.2707,-8.76309 -42.0552,-23.08082 -55.7125,-27.71199 -12.119,-4.1095 -20.3976,-8.05508 -30.7849,-14.67204 -4.5566,-2.9027 -8.8769,-5.27763 -9.6006,-5.27763 -0.7236,0 -3.6183,2.51397 -6.4326,5.5866 -4.7326,5.16706 -5.3634,5.53663 -8.3994,4.92122 -1.8054,-0.36596 -4.4961,-1.5257 -5.9793,-2.5772 -1.4833,-1.0515 -2.9429,-1.51372 -3.2436,-1.02716 -0.7039,1.13904 -13.2652,0.59601 -16.6402,-0.71937 -1.4193,-0.55317 -5.643,-1.77379 -9.386,-2.71248 -5.4614,-1.36967 -7.542,-1.48602 -10.5354,-0.58917 -2.0516,0.61466 -5.9279,1.12411 -8.6141,1.13211 -2.6862,0.008 -6.9089,0.72503 -9.3839,1.5934 -2.475,0.86836 -5.7345,1.74005 -7.2433,1.93709 -1.5088,0.19703 -5.5588,1.02846 -9,1.84761 -4.2635,1.01489 -14.6991,1.684 -32.7567,2.10031 -34.05104,0.78501 -48.2551,1.72438 -55.00005,3.63735 -10.31994,2.92689 -12.00283,3.9426 -14.43825,8.71427 -1.30685,2.56048 -4.95162,8.2321 -8.09949,12.60361 -3.14787,4.3715 -9.25625,15.1715 -13.57417,24 -4.31792,8.82849 -9.64672,18.75181 -11.84178,22.05181 -4.0472,6.08446 -17.50721,27.84269 -19.79548,31.99959 -2.14121,3.88973 -19.43969,27.8576 -26.07121,36.12291 -3.47621,4.33262 -7.75121,9.67534 -9.5,11.87269 -1.74879,2.19736 -5.71898,6.74676 -8.82264,10.10978 -3.10365,3.36302 -6.92865,8.08442 -8.5,10.492 -1.57134,2.40757 -3.42217,5.05818 -4.11296,5.89022 -0.69078,0.83205 -2.95934,3.98781 -5.04124,7.01281 -5.69087,8.26883 -11.25577,10.31719 -21.48528,7.90842 z"
+ style="fill:none;stroke:#000000;stroke-width:28.72590256;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ transform="translate(874.43147,51.709324)" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3292"
+ d="m 190.01976,491.61849 18.18305,86.11032 24.51469,16.49292 z"
+ style="fill:#cc3f00;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3220"
+ d="m 499.40254,306.00482 -128.16525,85.8644 29.67373,-87.12712 z"
+ style="fill:#76cc66;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="path3226"
+ d="m 371.23729,391.86922 70.08051,-3.78813 82.85169,-87.19068 -24.76695,5.11441 z"
+ style="fill:#48bdb2;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="cccccc"
+ inkscape:connector-curvature="0"
+ id="path3228"
+ d="m 441.3178,388.08109 29.67373,-32.83051 40.40678,17.04661 -50.67797,30.69915 -32.48579,0.36438 z"
+ style="fill:#009948;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="path3230"
+ d="m 371.23729,391.86922 -46.72034,15.7839 20.70339,6.12712 34.13382,-3.75052 z"
+ style="fill:#005004;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="path3234"
+ d="m 371.23729,391.86922 70.08051,-3.78813 -8.84801,11.49929 -53.65623,10.59816 z"
+ style="fill:#3b6774;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="path3238"
+ d="m 511.39831,372.29719 41.66949,29.04237 -45.05539,-11.29394 -47.79207,11.70072 z"
+ style="fill:#244812;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="path3240"
+ d="m 511.39831,372.29719 12.27118,-71.65678 46.44492,4.10169 z"
+ style="fill:#99ccff;stroke:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="path3242"
+ d="m 553.8178,401.08956 13.78636,-13.20696 -23.37535,-16.84812 -32.8305,1.26271 z"
+ style="fill:#1f8f96;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="path3244"
+ d="m 546.22881,372.53448 23.8856,-67.79238 -58.7161,67.55509 z"
+ style="fill:#00c7c7;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="path3246"
+ d="m 570.11441,304.7421 0,0 12.62712,31.5678 1.49576,-26.14831 z"
+ style="fill:#004699;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="path3248"
+ d="m 570.11441,304.7421 -8.20763,22.72882 23.45975,12.46398 z"
+ style="fill:#006eff;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="path3250"
+ d="m 561.90678,327.47092 c 19.4558,8.987 37.41708,19.46851 53.87288,31.45551 l -60.8178,-11.88348 z"
+ style="fill:#ffe533;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="path3252"
+ d="m 554.96186,347.04295 -9.73305,25.49153 41.93221,31.96186 z"
+ style="fill:#815200;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3254"
+ d="m 554.96186,347.04295 84.6017,77.02542 -52.40254,-19.57203 z"
+ style="fill:#8f4124;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="path3256"
+ d="m 554.96186,347.04295 133.84746,82.07627 -70.90466,-70.31779 z"
+ style="fill:#ffb526;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3258"
+ d="m 688.80932,429.11922 -49.24576,-5.05085 -84.6017,-77.02542 z"
+ style="fill:#cf5300;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3260"
+ d="m 639.56356,424.06837 47.35169,32.19916 1.89407,-27.14831 z"
+ style="fill:#592b80;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="cccccccc"
+ inkscape:connector-curvature="0"
+ id="path3262"
+ d="m 688.80932,429.11922 3.15678,-22.09746 -18.1699,-7.43382 -49.64154,-32.78651 64.65466,62.31779 -1.89407,27.14831 18.84111,7.90254 -16.94704,-35.05085"
+ style="fill:#8e51a0;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="cccccc"
+ inkscape:connector-curvature="0"
+ id="path3264"
+ d="m 705.38136,465.29507 7.76227,-1.73964 13.95383,-25.96587 -38.28814,-8.47034 0,0 z"
+ style="fill:#004d99;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="path3266"
+ d="m 688.80932,429.11922 3.15678,-22.09746 14.85778,-4.33635 26.81171,-15.86704 z"
+ style="fill:#5833ff;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="path3268"
+ d="m 688.80932,429.11922 44.82627,-42.30085 -2.66313,37.14619 -4.74296,13.79009 z"
+ style="fill:#007ce1;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="cccccc"
+ inkscape:connector-curvature="0"
+ id="path3272"
+ d="m 733.63559,386.81837 20.61017,-8.48305 -4.43856,-18.75423 -7.7075,6.09315 -13.0482,23.73729 z"
+ style="fill:#66e9ff;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="path3274"
+ d="m 754.12712,398.32685 -20.49153,-11.50848 -2.41313,33.89619 23.0233,-23.01907"
+ style="fill:#99bacc;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3278"
+ d="m 324.51695,407.65312 -74.27013,-68.09709 120.99047,52.31319 z"
+ style="fill:#996600;stroke:none;display:inline;enable-background:new" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3280"
+ d="m 371.23729,391.86922 29.67373,-87.12712 -82.26029,64.39004 z"
+ style="fill:#bcc13d;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="path3282"
+ d="m 318.65073,369.13214 82.26029,-64.39004 -86.58083,19.18819 -64.08337,15.62574 z"
+ style="fill:#ff9a09;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="path3116"
+ d="m 310.62712,422.17431 -6.47582,100.09375 65.67876,-107.65786 -59.20294,7.56411"
+ style="fill:#314e00;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3114"
+ d="m 310.62712,422.17431 -31.6199,-56.24833 45.50973,41.72714"
+ style="fill:#b98a00;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="path3288"
+ d="m 324.51695,407.65312 -13.88983,14.52119 60.59322,-8.64407 -46.70339,-5.87712"
+ style="fill:#3e7a00;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="path3290"
+ d="m 304.1513,522.26806 -83.21949,20.27338 29.39655,48.42639 z"
+ style="fill:#006600;stroke:none;display:inline;enable-background:new" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3294"
+ d="m 190.01976,491.61849 60.3086,99.34934 -17.61096,3.25393 z"
+ style="fill:#ff0000;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3296"
+ d="M 190.01976,491.61849 86.495763,458.79295 195.77186,518.85897 190.01976,491.61849"
+ style="fill:#ff3300;stroke:none;display:inline;enable-background:new" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3298"
+ d="M 195.77186,518.85897 86.495763,458.79295 203.2225,554.14335 z"
+ style="fill:#990000;stroke:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="path3302"
+ d="m 86.495763,458.79295 -1.368644,-33.5339 -27.35646,12.39911 z"
+ style="fill:#333366;stroke:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="path3304"
+ d="M 86.495763,458.79295 57.770659,437.65816 17,442.20821 z"
+ style="fill:#0066cc;stroke:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="path3306"
+ d="m 15.75,458.54295 70.745763,0.25 L 44.5,469.6277 27,462.54295"
+ style="fill:#99ccff;stroke:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="ccc"
+ inkscape:connector-curvature="0"
+ id="path3308"
+ d="M 86.495763,458.79295 78.055085,481.50058 41.25,467.3777"
+ style="fill:#9999ff;stroke:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="ccc"
+ inkscape:connector-curvature="0"
+ id="path3310"
+ d="m 86.495763,458.79295 21.646507,42.24486 -32.325822,-16.6145"
+ style="fill:#666699;stroke:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="path3314"
+ d="m 203.2225,554.14335 -116.726737,-95.3504 21.646507,42.24486 99.65275,71.09982 z"
+ style="fill:#702700;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="path3316"
+ d="m 190.01976,491.61849 117.61689,-23.2219 -86.70484,74.14485 z"
+ style="fill:#00d73a;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="path3318"
+ d="m 307.63665,468.39659 -3.48535,53.87147 -83.21949,20.27338 z"
+ style="fill:#009900;stroke:none;display:inline;enable-background:new" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3320"
+ d="m 310.62712,422.17431 -75.92496,61.99229 72.93449,-15.77001 z"
+ style="fill:#009922;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3322"
+ d="m 310.62712,422.17431 -61.19083,0.012 -1.99564,-45.0532 z"
+ style="fill:#8a9966;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3324"
+ d="m 249.43629,422.18631 31.11532,24.54448 30.07551,-24.55648 z"
+ style="fill:#dcff99;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3326"
+ d="m 249.43629,422.18631 -3.79276,24.34808 34.90808,0.1964"
+ style="fill:#516633;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3328"
+ d="m 245.64353,446.53439 -10.94137,37.63221 45.84945,-37.43581"
+ style="fill:#57ea00;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3330"
+ d="m 400.91102,304.7421 -97.86017,-20.83474 11.27934,40.02293 z"
+ style="fill:#ffea00;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3346"
+ d="m 400.91102,304.7421 -97.86017,-20.83474 11.68008,-41.66949 z"
+ style="fill:#002681;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3348"
+ d="m 400.91102,304.7421 10.26583,-31.35622 -96.44592,-31.14801 z"
+ style="fill:#3d0064;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="path3350"
+ d="m 411.17685,273.38588 -96.44592,-31.14801 116.53922,-40.1566 -4.49878,33.47955 z"
+ style="fill:#0015a3;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="path3362"
+ d="m 245.62542,313.22143 68.70477,10.70886 -64.08337,15.62574 -9.71369,-8.43988 z"
+ style="fill:#37de2b;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3364"
+ d="m 303.05085,283.90736 11.27934,40.02293 -68.70477,-10.70886 z"
+ style="fill:#b5cc33;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="cccccc"
+ inkscape:connector-curvature="0"
+ id="path3366"
+ d="m 303.05085,283.90736 -57.42543,29.31407 16.26336,-15.89824 -7.45405,-18.4496 7.56364,-24.20345 z"
+ style="fill:#009900;stroke:none;display:inline;enable-background:new" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3370"
+ d="m 303.05085,283.90736 -26.2746,-61.58697 -14.77788,32.34975 z"
+ style="fill:#007448;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3372"
+ d="m 314.73093,242.23787 -37.95468,-19.91748 26.2746,61.58697 11.68008,-41.66949"
+ style="fill:#003399;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3374"
+ d="m 314.73093,242.23787 3.15678,-49.24577 -41.11146,29.32829 z"
+ style="fill:#009da9;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="path3376"
+ d="M 314.73093,242.23787 360.36632,226.51302 317.88771,192.9921 z"
+ style="fill:#006aaf;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3888"
+ d="m 317.88771,192.9921 -33.25238,-24.52603 -7.85908,53.85432 41.11146,-29.32829"
+ style="fill:#62c7e3;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="path3378"
+ d="m 317.88771,192.9921 113.38244,9.08917 -70.90383,24.43175 -42.47861,-33.52092"
+ style="fill:#64327c;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="path3382"
+ d="m 439.67648,195.17142 -21.01204,-28.83509 -100.77673,26.65577 113.38244,9.08917 z"
+ style="fill:#56217b;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="path3386"
+ d="m 418.66444,166.33633 -29.20655,-36.59345 -41.78218,55.14597 z"
+ style="fill:#003bcb;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="path3398"
+ d="m 347.67571,184.88885 -9.90029,-50.29717 -14.52118,38.82839 -5.36653,19.57203 z"
+ style="fill:#00bbe7;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="path3400"
+ d="m 337.77542,134.59168 9.90029,50.29717 41.78218,-55.14597 z"
+ style="fill:#0058a7;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="path3402"
+ d="m 390.51855,130.09643 -29.55981,-23.53686 -23.18332,28.03211 51.68247,-4.8488"
+ style="fill:#5e7bcb;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="path3404"
+ d="m 360.60519,108.68089 -47.24526,2.60643 24.41549,23.30436 22.47621,-26.26434"
+ style="fill:#a5a5d3;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="path3406"
+ d="m 337.77542,134.59168 -113.47757,-10.03281 43.48904,21.6914 z"
+ style="fill:#bcff00;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="path3408"
+ d="m 337.77542,134.59168 -69.98853,11.65859 21.09734,19.50732 z"
+ style="fill:#ffff00;stroke:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="path3410"
+ d="m 337.77542,134.59168 -22.39406,-22.875 -91.08351,12.84219 z"
+ style="fill:#66cc33;stroke:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="path3412"
+ d="m 299.21339,115.36519 -86.61978,-23.56472 53.93906,27.87649 z"
+ style="fill:#009900;stroke:none;display:inline;enable-background:new" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3414"
+ d="m 242.7729,122.42334 23.75977,-2.74638 -53.93906,-27.87649 27.55569,30.92614"
+ style="fill:#00d96c;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3416"
+ d="m 176.14831,108.07473 49.72312,-1.37237 -38.3535,-27.285829 z"
+ style="fill:#4dd1ff;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3418"
+ d="m 176.14831,108.07473 26.3626,19.01463 23.36052,-20.387"
+ style="fill:#a8fee7;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3420"
+ d="m 202.51091,127.08936 37.63839,-4.36275 -14.27787,-16.02425 z"
+ style="fill:#33ccca;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3422"
+ d="m 212.59361,91.80047 -25.07568,-12.383939 38.3535,27.285829"
+ style="fill:#0083d7;stroke:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="path3424"
+ d="m 176.14831,108.07473 -27.98788,5.72608 5.24602,-8.41974 34.11148,-25.964539 z"
+ style="fill:#0099ff;stroke:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="path3426"
+ d="m 176.14831,108.07473 -27.98788,5.72608 11.51474,11.92107 42.83574,1.36748 z"
+ style="fill:#508bff;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="path3444"
+ d="m 462.6481,163.43433 86.43037,-25.99788 -85.43178,8.36885 z"
+ style="fill:#9b2700;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3446"
+ d="m 549.34364,137.70162 62.12458,-52.040026 10.42544,10.628495 z"
+ style="fill:#666699;stroke:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="ccc"
+ inkscape:connector-curvature="0"
+ id="path3448"
+ d="m 470.33351,120.70537 79.26183,0.62783 -86.03703,24.38372"
+ style="fill:#a70000;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="path3450"
+ d="m 549.34364,137.70162 0.2517,-16.36842 61.87288,-35.671606 -62.12458,52.040026"
+ style="fill:#996600;stroke:none;display:inline;enable-background:new" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3452"
+ d="m 549.59534,121.3332 1.95834,-24.327263 59.91454,-11.344343"
+ style="fill:#ff4706;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3454"
+ d="m 551.55368,97.005937 -69.90646,23.699433 67.94812,0.62783"
+ style="fill:#fbb800;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3456"
+ d="m 611.46822,85.661594 -2.12334,-9.974768 -57.7912,21.319111"
+ style="fill:#bd5ff5;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="path3491"
+ d="m 609.34488,75.686826 22.58619,-20.444265 8.42274,-2.218679 -28.88559,32.637712"
+ style="fill:#f846ff;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3458"
+ d="m 611.46822,85.661594 36.23344,-4.987089 -25.808,15.615584"
+ style="fill:#9999cc;stroke:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="path3460"
+ d="m 611.46822,85.661594 30.26059,-34.387712 15.03975,16.34934 -45.30034,18.038372"
+ style="fill:#0083d7;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="path3462"
+ d="m 650.60381,50.773882 9.42454,-5.351713 20.89398,12.207863 z"
+ style="fill:#99ccff;stroke:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="path3464"
+ d="m 642.60381,52.898882 14.16475,14.72434 17.63489,-2.603286 10.26888,-7.514904 -37.44352,-8.48115"
+ style="fill:#4ab7ff;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="cccccc"
+ inkscape:connector-curvature="0"
+ id="path3466"
+ d="m 656.76856,67.623222 7.435,-2.955002 -2.67457,11.596089 -28.65393,9.901874 -21.40684,-0.504589 z"
+ style="fill:#816fff;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="path3483"
+ d="m 247.44065,377.13311 31.56657,-11.20713 -28.7604,-26.36995 5.48963,15.62746 z"
+ style="fill:#ffea00;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="path3485"
+ d="m 86.495763,458.79295 14.489277,-20.21887 7.29625,18.20885 81.73847,34.83556 z"
+ style="fill:#ff794b;stroke:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="path3487"
+ d="m 100.98504,438.57408 -5.169403,-10.46527 -11.636548,-3.21523 2.316674,33.89937 z"
+ style="fill:#6666cc;stroke:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="path3493"
+ d="m 470.99153,355.25058 40.40678,17.04661 13.02118,-72.15678 z"
+ style="fill:#00ced7;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="path3495"
+ d="m 733.63559,386.81837 21.11017,-9.23305 -1.49364,21.49153 z"
+ style="fill:#0ccae7;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3497"
+ d="m 247.44065,377.13311 31.56657,-11.20713 31.6199,56.24833 z"
+ style="fill:#ffcc00;stroke:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="cccccc"
+ inkscape:connector-curvature="0"
+ id="path3499"
+ d="M 86.495763,458.79295 13.25,440.70821 3.2944054,446.69837 0.25,452.79295 l 7.5057966,6.78956 78.7399664,-0.78956"
+ style="fill:#0099ff;stroke:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="path3501"
+ d="m 463.91186,145.71692 85.68348,-24.38372 -0.2517,16.36842 z"
+ style="fill:#d75000;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ transform="translate(-20,-20)"
+ inkscape:connector-curvature="0"
+ id="path3146"
+ d="M 467.39758,141.6053 524.67323,121.80631 521.1377,82.208328 z"
+ style="fill:#1e74fe;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ transform="translate(-20,-20)"
+ inkscape:connector-curvature="0"
+ id="path3148"
+ d="M 467.39758,141.6053 508.72302,64.949724 476.42405,31.26355 439.6108,26.375298 z"
+ style="fill:#ec1dc3;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ transform="translate(-20,-20)"
+ inkscape:connector-curvature="0"
+ id="path3150"
+ d="M 467.39758,141.6053 439.6108,26.375298 409.59997,32.747576 390.09611,43.905772 375.64884,47.99209 z"
+ style="fill:#ff5252;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ transform="translate(-20,-20)"
+ inkscape:connector-curvature="0"
+ id="path3152"
+ d="m 467.39758,141.6053 -91.74874,-93.61321 5.3099,78.56748 28.49915,23.18331 z"
+ style="fill:#efc000;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ transform="translate(-20,-20)"
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="path3156"
+ d="m 467.39758,141.6053 7.15299,11.47798 8.62964,14.0094 -44.51577,19.24365 z"
+ style="fill:#85cb00;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ transform="translate(-20,-20)"
+ sodipodi:nodetypes="cccccc"
+ inkscape:connector-curvature="0"
+ id="path3160"
+ d="m 438.66444,186.33633 21.01204,28.83509 9.91296,-20.93196 13.74532,-11.61651 -0.15455,-15.53027 z"
+ style="fill:#450095;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="path3396"
+ d="m 337.77542,134.59168 -53.14009,33.87439 33.25238,24.52603 z"
+ style="fill:#3b88b6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ transform="translate(-20,-20)"
+ inkscape:connector-curvature="0"
+ id="path3162"
+ d="m 467.39758,141.6053 48.80121,-53.938181 -1.10122,-15.530276 -8.90955,-2.484877 z"
+ style="fill:#887bde;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ transform="translate(-20,-20)"
+ inkscape:connector-curvature="0"
+ id="path3938"
+ d="m 409.45789,149.74288 57.93969,-8.13758 -28.73314,44.73103 z"
+ style="fill:#fbff1e;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ transform="translate(-20,-20)"
+ sodipodi:nodetypes="cccccc"
+ inkscape:connector-curvature="0"
+ id="path3940"
+ d="m 467.39758,141.6053 21.59377,-7.46451 2.21355,6.87178 -1.95403,5.32741 -6.07066,20.7527 z"
+ style="fill:#00d1d1;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ </g>
+ <g
+ transform="translate(-117,-871.19636)"
+ id="g3940"
+ mask="url(#mask4107)">
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="rect3098"
+ d="m 64,952.36218 64,0 -64,100.00002 -64,0 z"
+ style="fill:#f3ff01;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ style="fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+ d="m 128,952.3622 64,0 -64,100 -64,0 z"
+ id="path3897"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="fill:#f3ff01;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+ d="m 192,952.36218 64,0 -64,100.00002 -64,0 z"
+ id="path3899"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="path3901"
+ d="m 256,952.3622 64,0 -64,100 -64,0 z"
+ style="fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ style="fill:#f3ff01;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+ d="m 320,952.36218 64,0 -64,100.00002 -64,0 z"
+ id="path3903"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="path3905"
+ d="m 384,952.3622 64,0 -64,100 -64,0 z"
+ style="fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="path3907"
+ d="m 448,952.36218 64,0 -64,100.00002 -64,0 z"
+ style="fill:#f3ff01;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ style="fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+ d="m 512,952.3622 64,0 -64,100 -64,0 z"
+ id="path3909"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="path3911"
+ d="m 576,952.36221 64,0 -64,99.99999 -64,0 z"
+ style="fill:#f3ff01;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ style="fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+ d="m 640,952.36223 64,0 -64,99.99997 -64,0 z"
+ id="path3913"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="fill:#f3ff01;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+ d="m 704,952.36221 64,0 -64,99.99999 -64,0 z"
+ id="path3915"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="path3917"
+ d="m 768,952.36223 0,99.99997 -64,0 z"
+ style="fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ style="fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+ d="m 0,1052.3622 0,-99.99994 64,0 z"
+ id="path3919"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccc" />
+ </g>
+ <g
+ id="g4012"
+ transform="translate(-111,-412.19636)"
+ mask="url(#mask4103)">
+ <path
+ style="fill:#f3ff01;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+ d="m 64,952.36218 64,0 -64,100.00002 -64,0 z"
+ id="path4014"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="path4016"
+ d="m 128,952.3622 64,0 -64,100 -64,0 z"
+ style="fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="path4018"
+ d="m 192,952.36218 64,0 -64,100.00002 -64,0 z"
+ style="fill:#f3ff01;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ style="fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+ d="m 256,952.3622 64,0 -64,100 -64,0 z"
+ id="path4020"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="path4022"
+ d="m 320,952.36218 64,0 -64,100.00002 -64,0 z"
+ style="fill:#f3ff01;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ style="fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+ d="m 384,952.3622 64,0 -64,100 -64,0 z"
+ id="path4024"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="fill:#f3ff01;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+ d="m 448,952.36218 64,0 -64,100.00002 -64,0 z"
+ id="path4026"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="path4028"
+ d="m 512,952.3622 64,0 -64,100 -64,0 z"
+ style="fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ style="fill:#f3ff01;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+ d="m 576,952.36221 64,0 -64,99.99999 -64,0 z"
+ id="path4030"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="path4032"
+ d="m 640,952.36223 64,0 -64,99.99997 -64,0 z"
+ style="fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="path4034"
+ d="m 704,952.36221 64,0 -64,99.99999 -64,0 z"
+ style="fill:#f3ff01;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ style="fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+ d="m 768,952.36223 0,99.99997 -64,0 z"
+ id="path4036"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccc" />
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="path4038"
+ d="m 0,1052.3622 0,-99.99994 64,0 z"
+ style="fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ </g>
+ </g>
+</svg>
diff --git a/svg/common/caution.svg b/svg/common/caution.svg
new file mode 100644
index 0000000..f4b6559
--- /dev/null
+++ b/svg/common/caution.svg
@@ -0,0 +1,146 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="768"
+ height="100"
+ id="svg3111"
+ version="1.1"
+ inkscape:version="0.48.3.1 r9886"
+ sodipodi:docname="caution.svg">
+ <defs
+ id="defs3113" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="0.98994949"
+ inkscape:cx="395.18758"
+ inkscape:cy="12.934273"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:snap-global="false"
+ inkscape:window-width="1638"
+ inkscape:window-height="806"
+ inkscape:window-x="1"
+ inkscape:window-y="46"
+ inkscape:window-maximized="0">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3119"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata3116">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(0,-952.36218)">
+ <g
+ id="g3940">
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="rect3098"
+ d="m 64,952.36218 64,0 -64,100.00002 -64,0 z"
+ style="fill:#f3ff01;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ style="fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+ d="m 128,952.3622 64,0 -64,100 -64,0 z"
+ id="path3897"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="fill:#f3ff01;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+ d="m 192,952.36218 64,0 -64,100.00002 -64,0 z"
+ id="path3899"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="path3901"
+ d="m 256,952.3622 64,0 -64,100 -64,0 z"
+ style="fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ style="fill:#f3ff01;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+ d="m 320,952.36218 64,0 -64,100.00002 -64,0 z"
+ id="path3903"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="path3905"
+ d="m 384,952.3622 64,0 -64,100 -64,0 z"
+ style="fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="path3907"
+ d="m 448,952.36218 64,0 -64,100.00002 -64,0 z"
+ style="fill:#f3ff01;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ style="fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+ d="m 512,952.3622 64,0 -64,100 -64,0 z"
+ id="path3909"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="path3911"
+ d="m 576,952.36221 64,0 -64,99.99999 -64,0 z"
+ style="fill:#f3ff01;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ style="fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+ d="m 640,952.36223 64,0 -64,99.99997 -64,0 z"
+ id="path3913"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="fill:#f3ff01;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+ d="m 704,952.36221 64,0 -64,99.99999 -64,0 z"
+ id="path3915"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0"
+ id="path3917"
+ d="m 768,952.36223 0,99.99997 -64,0 z"
+ style="fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ <path
+ style="fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+ d="m 0,1052.3622 0,-99.99994 64,0 z"
+ id="path3919"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccc" />
+ </g>
+ </g>
+</svg>
diff --git a/svg/kid-jumping-silhouette-light.svg b/svg/kid-jumping-silhouette-light.svg
new file mode 100644
index 0000000..e4a0421
--- /dev/null
+++ b/svg/kid-jumping-silhouette-light.svg
@@ -0,0 +1,99 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ id="svg3039"
+ version="1.1"
+ inkscape:version="0.48.3.1 r9886"
+ width="800"
+ height="800"
+ sodipodi:docname="kid-jumping-bw.svg"
+ inkscape:export-filename="/home/elijah/Documents/LEAP/leap.se/kid-jumping-all-color.png"
+ inkscape:export-xdpi="28.905836"
+ inkscape:export-ydpi="28.905836"
+ style="enable-background:new">
+ <metadata
+ id="metadata3045">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <defs
+ id="defs3043" />
+ <sodipodi:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="16"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="1432"
+ inkscape:window-height="842"
+ id="namedview3041"
+ showgrid="false"
+ fit-margin-top="20"
+ fit-margin-left="20"
+ fit-margin-right="20"
+ fit-margin-bottom="20"
+ inkscape:zoom="1"
+ inkscape:cx="351.25564"
+ inkscape:cy="429.61688"
+ inkscape:window-x="104"
+ inkscape:window-y="35"
+ inkscape:window-maximized="0"
+ inkscape:current-layer="layer2"
+ inkscape:snap-global="false"
+ inkscape:object-nodes="true"
+ inkscape:snap-smooth-nodes="false"
+ inkscape:snap-grids="false"
+ inkscape:snap-to-guides="false"
+ inkscape:object-paths="true"
+ showguides="true"
+ inkscape:guide-bbox="true" />
+ <g
+ inkscape:groupmode="layer"
+ id="layer2"
+ inkscape:label="background"
+ style="display:inline" />
+ <g
+ inkscape:groupmode="layer"
+ id="layer4"
+ inkscape:label="outline"
+ style="display:inline"
+ transform="translate(20,184.83417)">
+ <path
+ style="fill:none;stroke:#ffffff;stroke-width:20;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 230.5088,543.15687 c -5.17955,-1.27766 -8.8483,-3.35882 -14.40702,-8.17264 -2.55608,-2.21353 -6.05612,-5.16108 -7.77786,-6.55009 -1.72174,-1.38902 -5.60985,-6.03767 -8.64025,-10.33031 -5.59735,-7.92886 -10.07251,-11.8129 -19.61908,-17.02758 -2.92398,-1.59718 -5.60902,-3.87004 -5.96678,-5.05081 -0.44272,-1.4613 -1.27044,-1.97701 -2.59205,-1.61496 -1.08718,0.29783 -3.534,-0.60015 -5.56017,-2.04057 -1.9902,-1.41483 -3.8423,-2.57245 -4.11578,-2.57245 -0.71719,0 -14.79413,-11.07793 -24.92022,-19.6111 -4.77489,-4.02374 -10.2387,-8.59435 -12.14182,-10.15689 -1.90308,-1.56252 -4.26873,-3.63527 -5.25696,-4.60607 -3.15346,-3.09779 -20.980995,-15.52195 -27.477479,-19.14929 -3.449722,-1.92617 -6.722374,-4.38319 -7.272508,-5.46006 -0.550158,-1.07688 -1.925456,-1.95794 -3.056211,-1.95794 -1.13078,0 -3.296127,-0.66705 -4.811904,-1.48235 -1.515753,-0.81529 -5.511524,-2.21819 -8.879454,-3.11756 -3.367954,-0.89938 -10.486546,-3.78189 -15.81913,-6.40562 -5.332584,-2.62371 -13.739858,-6.77105 -18.682867,-9.2163 -4.942985,-2.44527 -10.454189,-4.73779 -12.247063,-5.09449 -1.792874,-0.35672 -4.555871,-1.33185 -6.139957,-2.16691 -2.003163,-1.05601 -4.489334,-1.30849 -8.164725,-0.82924 -5.105537,0.66576 -5.431429,0.54687 -9.622012,-3.51047 -2.385652,-2.30977 -4.33751,-5.14135 -4.33751,-6.29238 0,-1.15105 1.624441,-3.74219 3.609888,-5.7581 3.0256,-3.07205 4.305841,-3.64384 7.909577,-3.53267 2.364785,0.0729 4.825389,-0.31335 5.46797,-0.8585 0.642557,-0.54515 1.561103,-0.87848 2.041157,-0.74073 0.480103,0.13786 5.921178,-0.12592 12.091351,-0.58589 6.170149,-0.46001 14.347449,-1.03125 18.17176,-1.26942 6.111782,-0.38064 8.352278,-1.20268 18.513056,-6.79257 6.882736,-3.78651 14.118285,-6.91314 17.883515,-7.72783 5.797332,-1.25439 6.633397,-1.19329 10.043527,0.73383 3.851994,2.17683 4.994437,4.44776 8.856569,17.60474 1.6706,5.69106 3.02626,9.49293 4.57482,12.82977 1.17153,2.52441 14.45581,10.00052 22.67406,12.76053 6.47079,2.17316 22.65785,8.81633 28.90546,11.86282 1.12263,0.54744 5.94492,2.47308 10.71617,4.27919 4.77123,1.80615 11.77959,4.77544 15.57405,6.59844 l 6.89905,3.31458 11.47153,-1.83739 c 6.30938,-1.01053 14.22715,-2.49202 17.59508,-3.29218 3.36793,-0.80016 8.46628,-1.76594 11.32965,-2.14623 l 5.20608,-0.69137 2.31557,-10.88033 c 2.40999,-11.32407 7.61926,-28.04446 9.48357,-30.43977 0.59243,-0.76118 1.1188,-5.8595 1.16969,-11.32957 0.0576,-6.17188 0.56959,-10.54762 1.34985,-11.53211 0.6915,-0.87255 1.48568,-5.57582 1.76485,-10.45164 0.27914,-4.87584 1.03255,-9.52791 1.67424,-10.33788 0.79032,-0.99759 0.83616,-1.90388 0.14223,-2.80914 -0.56355,-0.73505 -1.3239,-3.26089 -1.68972,-5.61302 -0.36581,-2.35211 -1.12613,-7.16328 -1.6896,-10.69146 -2.31813,-14.51481 -2.32032,-15.5495 -0.0396,-18.78086 1.18393,-1.67753 2.16889,-3.91151 2.18877,-4.96437 0.0197,-1.05287 0.69251,-3.11709 1.49474,-4.58716 2.13821,-3.91843 1.85112,-6.37782 -1.02081,-8.74434 -2.32827,-1.91857 -2.49594,-2.59926 -1.9152,-7.77544 l 0.63646,-5.6728 -5.15037,-1.79206 c -7.10796,-2.47322 -7.87821,-3.67455 -6.38403,-9.95708 0.6648,-2.79518 2.0975,-6.67325 3.18382,-8.61798 1.08631,-1.94469 1.97509,-4.19509 1.97509,-5.00086 0,-2.27223 4.86426,-5.76197 7.15629,-5.13408 2.50546,0.68635 2.67473,-1.31221 0.24286,-2.86897 -1.58996,-1.01789 -1.26643,-1.61857 2.94708,-5.47202 l 4.73309,-4.3286 -1.93207,-6.60901 c -2.82865,-9.67597 -3.02688,-11.45298 -1.35283,-12.12593 0.81022,-0.32571 1.47313,-1.31385 1.47313,-2.19589 0,-1.00385 -0.58709,-1.36774 -1.56952,-0.97279 -2.74926,1.10518 -2.83098,-2.36702 -0.19218,-8.16619 1.40156,-3.08016 2.82781,-6.87532 3.16945,-8.43363 l 3.69358,-9.08036 c -1.0999,-1.21098 2.63037,-16.28365 4.5919,-18.55426 0.84329,-0.97615 1.53327,-2.60189 1.53327,-3.61271 0,-2.29988 4.67019,-6.92698 7.83002,-7.75779 2.67102,-0.70226 2.91603,-1.65407 1.17672,-4.57166 -1.90395,-3.19375 0.6541,-27.28965 4.20993,-39.65621 1.60628,-5.58628 2.93002,-10.87856 2.94169,-11.7606 0.0123,-0.88204 0.3438,-3.4025 0.7381,-5.601 0.79519,-4.433918 -2.74666,-17.960604 -5.27946,-20.162642 -0.77609,-0.674766 -1.4111,-0.934149 -1.4111,-0.576374 0,1.004348 -11.29497,-3.639711 -15.36321,-6.316768 -1.99453,-1.312497 -6.88554,-4.105699 -10.86891,-6.207123 -3.98335,-2.101425 -9.01081,-5.090645 -11.17207,-6.642719 -8.16027,-5.860051 -14.52152,-8.04804 -23.8182,-8.192474 -5.48603,-0.0853 -9.61092,0.385324 -11.19232,1.2768 -3.96371,2.234438 -12.37108,4.284181 -17.62896,4.298015 -2.68635,0.0072 -7.82874,-1.17191 -11.60315,-2.660189 -8.6296,-3.402715 -11.4125,-3.434899 -12.6062,-0.145748 -0.98166,2.704774 -3.66198,4.320451 -5.35212,3.226193 -0.56793,-0.367715 -1.68082,-2.29374 -2.47306,-4.280047 -1.07229,-2.688454 -2.07014,-3.611493 -3.90413,-3.611493 -2.77134,0 -6.69423,-4.491023 -6.69423,-7.663768 0,-4.017198 4.98627,-12.584699 7.66282,-13.166449 1.3987,-0.303992 3.57643,-0.792391 4.83939,-1.085321 2.74666,-0.637039 9.4543,-7.136637 14.47792,-14.02892 7.41237,-10.169582 13.38832,-12.326534 20.38014,-7.356 2.0679,1.470097 3.97611,2.672876 4.24049,2.672876 0.26437,0 2.88475,1.661361 5.82307,3.691894 3.11977,2.155949 10.86219,5.550994 18.61003,8.160458 13.48973,4.543325 15.92533,5.173889 28.57649,7.398267 11.74149,2.064437 21.9155,5.238543 29.39459,9.170611 l 7.05407,3.708643 6.26981,-2.615963 c 5.92007,-2.470071 12.61793,-3.887746 19.53743,-4.135254 4.41301,-0.157934 15.98629,2.166628 17.2195,3.458529 0.57696,0.604401 4.37829,1.098917 8.44739,1.098917 7.37064,0 7.40885,-0.01434 10.20059,-4.00929 1.54124,-2.205121 3.13776,-4.430455 3.54783,-4.945184 0.41002,-0.51473 2.87048,0.141686 5.46765,1.458842 5.60564,2.842733 7.13769,2.063864 3.29069,-1.672996 -1.92029,-1.865313 -2.75746,-3.74735 -2.75746,-6.199071 0,-1.936299 -0.34447,-3.882442 -0.76547,-4.324775 -0.42097,-0.442334 -0.81188,-7.378412 -0.86859,-15.413526 -0.0566,-8.035111 -0.43796,-15.840281 -0.84709,-17.344761 -0.84365,-3.10233 2.20105,-11.69805 4.14358,-11.69805 2.15142,0 2.25976,-2.81678 0.28601,-7.43504 -2.37631,-5.56021 -2.41723,-6.46385 -0.2926,-6.46385 1.30603,0 1.40455,-0.31721 0.46637,-1.50145 -0.65801,-0.83057 -0.90324,-2.69643 -0.54878,-4.17577 0.50744,-2.11806 0.18652,-2.82539 -1.54312,-3.40045 -3.09873,-1.03029 -2.00053,-3.1558 1.83557,-3.55264 2.90446,-0.30046 3.12531,-0.55874 2.13503,-2.49714 -1.47318,-2.88362 -0.49804,-3.66786 2.67663,-2.15256 3.87475,1.84945 8.03241,1.50947 10.95095,-0.89549 1.42719,-1.17604 3.01895,-2.13829 3.53722,-2.13829 0.51827,0 1.57754,-1.24338 2.35389,-2.76307 2.1742,-4.2558 6.82198,-7.36107 8.64514,-5.77602 1.17877,1.02484 2.40758,0.7101 6.11604,-1.56665 2.92048,-1.79292 5.38734,-2.60098 6.65429,-2.17972 1.21452,0.40379 3.12676,-0.13882 4.81931,-1.36719 4.96144,-3.60115 6.39518,-3.69371 10.19432,-0.65816 2.86499,2.28927 3.71993,2.55073 4.43569,1.35658 0.48773,-0.81356 0.68358,-2.20092 0.43549,-3.08296 -0.67044,-2.38257 12.91472,-6.96706 15.81952,-5.33853 2.72988,1.53052 1.76367,3.05512 -1.51946,2.39762 -3.03318,-0.60741 -3.05309,-0.52822 -0.97018,3.84579 1.93963,4.07307 5.88553,4.54084 9.96277,1.18111 l 2.65844,-2.19061 5.86033,3.23314 5.86032,3.23317 2.30849,-2.27185 c 2.80306,-2.75865 3.15033,-2.11724 4.19063,7.73991 l 0.72258,6.84567 3.77372,0.64179 c 4.51825,0.76836 6.94243,2.66461 6.94243,5.43053 0,1.18567 1.06397,2.45764 2.5515,3.05007 1.4033,0.55891 2.55145,1.39388 2.55145,1.85545 0,0.46159 1.18807,2.18158 2.64026,3.82218 2.03875,2.30325 2.954,2.71017 4.01716,1.78589 1.00794,-0.8763 1.94115,-0.88063 3.48316,-0.0167 2.65057,1.48598 2.66314,3.28349 0.047,6.7671 -1.26718,1.68758 -1.65825,3.00186 -1.0168,3.41715 0.57326,0.37116 0.76113,1.84813 0.4176,3.28218 -0.47107,1.96661 -0.21506,2.60736 1.04234,2.60736 1.0406,0 1.90024,-1.22109 2.28745,-3.24923 0.90179,-4.72362 2.78539,-3.2709 3.63503,2.80357 0.56665,4.05075 0.39118,5.52913 -0.76492,6.44381 -0.82517,0.65286 -1.50028,1.94753 -1.50028,2.87704 0,2.84113 2.22426,3.3276 3.99162,0.87303 1.31902,-1.83176 1.93369,-2.0441 2.92176,-1.0091 1.81541,1.90177 1.53364,10.88186 -0.4803,15.305984 l -1.73153,3.803905 3.17895,3.041643 c 2.54084,2.431125 3.12237,3.767252 2.89744,6.656552 -0.15477,1.988195 -0.3468,5.419104 -0.4267,7.624225 -0.20252,5.586284 -3.0383,8.285872 -8.70369,8.285872 -4.62044,0 -6.27406,0.684705 -13.61446,5.637248 -3.19293,2.154252 -5.2192,2.787922 -7.80566,2.441017 -3.65544,-0.490263 -5.29093,0.700236 -7.72301,5.621694 -1.91869,3.882609 -0.0308,5.137213 8.07309,5.365273 13.2616,0.373186 36.58828,-6.809254 47.99896,-14.779259 5.44548,-3.803523 18.47961,-8.478499 30.10737,-10.798641 9.24888,-1.845505 35.87043,-11.31576 47.96766,-17.063848 2.2453,-1.066876 6.27877,-2.914101 8.96322,-4.10491 3.42602,-1.519747 8.41832,-5.843395 16.74816,-14.505085 9.28564,-9.65559 12.46978,-12.33996 14.63709,-12.33996 1.52343,0 4.7795,-0.75823 7.23565,-1.68492 2.45625,-0.92672 5.32678,-1.87284 6.37889,-2.10255 1.05223,-0.22961 2.98797,-1.15538 4.30168,-2.05708 1.31361,-0.9017 3.34601,-1.63947 4.51621,-1.63947 2.45034,0 7.7278,2.61486 10.70148,5.30231 1.12266,1.01462 4.72317,2.95625 8.00131,4.31474 3.27814,1.35849 6.20428,3.13612 6.50249,3.95032 0.57939,1.58156 -2.39338,5.67727 -4.12062,5.67727 -0.57041,0 -1.8789,0.79801 -2.90776,1.7734 -1.62631,1.54177 -2.38472,1.59565 -5.80686,0.41249 -3.42907,-1.18553 -4.2832,-1.12269 -6.62963,0.48787 -2.13122,1.46286 -2.69336,2.69952 -2.69336,5.92476 0,4.797927 -3.22954,8.114101 -8.77856,9.014299 -1.90769,0.309464 -5.13888,0.837382 -7.18038,1.173128 -2.60013,0.427663 -4.79286,1.872122 -7.3219,4.823353 -3.69013,4.306091 -15.0356,11.672532 -17.97756,11.672532 -0.89871,0 -2.43154,0.420614 -3.40619,0.934723 -8.26414,4.358894 -12.03387,6.700755 -19.12217,11.879135 -20.59721,15.047292 -30.15758,20.921369 -51.05658,31.370191 -24.08376,12.041059 -26.61186,12.974301 -38.08888,14.059765 -4.12399,0.390032 -13.53892,2.302796 -20.92206,4.250539 l -13.42363,3.541367 -16.23575,8.789564 c -11.43757,8.696004 -16.5512,11.465814 -18.0328,19.892754 -4.68407,8.7983 -7.98869,16.13736 -10.2892,25.79582 -1.14055,4.78852 -5.22545,13.26382 -5.48182,16.69492 -0.25638,3.4311 -1.12153,7.76116 -1.92261,9.62231 -0.80107,1.86118 -1.51843,3.82029 -2.1167,5.78954 -1.53792,4.58452 -2.48634,5.67311 -3.63848,8.51477 -0.82782,2.04191 -1.37217,4.37756 -1.86809,5.39863 -1.19643,2.46383 -2.40074,5.5254 -6.19784,15.75541 -1.74602,4.70425 -4.79807,11.32506 -6.78231,14.71291 -1.98424,3.38783 -3.80386,7.29302 -4.04363,8.67817 -0.23967,1.38516 -1.0704,4.14613 -1.84586,6.13547 -0.77543,1.98934 -1.73182,5.95555 -2.12531,8.81384 l -0.71542,5.19683 18.19494,-0.71338 c 10.00719,-0.39237 23.70615,-1.18629 30.44203,-1.76432 6.73588,-0.578 22.58511,-0.96891 35.22061,-0.86868 22.02297,0.17466 23.20306,0.0789 28.523,-2.31866 6.47003,-2.91575 10.00361,-3.03904 20.45492,-0.7139 5.28064,1.17482 13.29155,1.72214 25.83173,1.76486 19.90078,0.0679 23.00214,0.80064 27.5966,6.52068 3.18608,3.96661 5.50987,17.54178 3.85438,22.51676 -2.19121,6.58475 -1.60225,8.23048 4.08888,11.42387 8.29932,4.65684 29.4503,19.59525 38.35739,27.09072 4.47986,3.7699 9.40104,7.81659 10.93589,8.99265 1.53487,1.17607 5.39311,4.2326 8.57388,6.79225 12.92801,10.40342 34.57722,24.62776 40.84489,26.83656 6.22047,2.1922 6.69937,2.21411 11.73677,0.53755 6.96982,-2.31974 11.95281,-4.89341 20.56056,-10.61923 11.883,-7.90463 13.27754,-9.42139 14.80843,-16.10633 1.05214,-4.59474 2.38154,-7.04685 5.67243,-10.46299 2.364,-2.45401 4.46364,-5.37306 4.66593,-6.48682 0.20227,-1.11373 1.61765,-3.00147 3.14505,-4.19498 2.33073,-1.82123 3.19189,-1.97202 5.3581,-0.93809 1.96615,0.93849 2.59801,2.06498 2.65261,4.72957 0.0399,1.92368 0.43202,4.45989 0.87231,5.63593 0.44036,1.17607 0.43514,3.47934 -0.0123,5.11843 -0.51334,1.88434 -0.27525,4.83277 0.64756,8.01861 0.80282,2.77115 1.46457,6.3775 1.4706,8.01413 0.0221,5.68736 -4.53572,12.82655 -12.70584,19.9062 -4.28699,3.71471 -8.57201,8.02434 -9.5225,9.57699 -0.95046,1.55262 -2.47155,3.68372 -3.38018,4.73573 -1.98545,2.29879 -4.99375,11.65782 -5.00915,15.58365 -0.0389,9.80129 -9.05099,26.32021 -15.83402,29.02183 -7.23597,2.88196 -13.83265,0.0863 -27.22186,-11.53605 -5.44381,-4.72551 -15.12943,-12.21073 -21.5235,-16.63385 -13.54394,-9.36904 -42.92106,-24.67679 -56.85954,-29.62819 -12.36852,-4.39366 -20.81756,-8.61206 -31.41872,-15.68655 -4.65041,-3.10343 -9.05968,-5.64258 -9.79827,-5.64258 -0.73848,0 -3.69279,2.68781 -6.56504,5.9729 -4.83002,5.52435 -5.47383,5.91948 -8.57234,5.26151 -1.84255,-0.39125 -4.58867,-1.63119 -6.10238,-2.75541 -1.51383,-1.12419 -3.0035,-1.61837 -3.31037,-1.09817 -0.71842,1.21781 -13.53833,0.63723 -16.98281,-0.76912 -1.44853,-0.59143 -5.75919,-1.89645 -9.57925,-2.90003 -5.57385,-1.46436 -7.69727,-1.5888 -10.75232,-0.62992 -2.09382,0.65716 -6.04995,1.20183 -8.79144,1.2104 -2.74151,0.01 -7.05117,0.77517 -9.5771,1.70358 -2.52596,0.92839 -5.85258,1.86037 -7.39244,2.07104 -1.53985,0.21073 -5.67324,1.09956 -9.1853,1.97536 -4.35129,1.08506 -15.00174,1.80042 -33.43111,2.24552 -34.7521,0.8393 -49.24859,1.84362 -56.13241,3.88887 -10.53241,3.12928 -12.24996,4.2152 -14.73552,9.31684 -1.33376,2.73751 -5.05357,8.80132 -8.26625,13.4751 -3.21266,4.67378 -9.44681,16.22056 -13.85364,25.65952 -4.40683,9.43895 -9.84532,20.04843 -12.08557,23.57661 -4.13052,6.50519 -17.86767,29.76792 -20.20305,34.21225 -2.1853,4.1587 -19.83993,29.78386 -26.60799,38.62071 -3.54776,4.6322 -7.91079,10.34436 -9.69559,12.69362 -1.78478,2.3493 -5.83673,7.21329 -9.00428,10.80885 -3.16754,3.59555 -7.0713,8.64343 -8.675,11.21748 -1.6037,2.57403 -3.49264,5.40793 -4.19765,6.29752 -0.70498,0.88956 -3.02026,4.26356 -5.145,7.49771 -5.80806,8.84057 -11.48753,11.03059 -21.92767,8.45525 z"
+ id="path4046"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="csssssssssssssssssssssssscssssssssssssscssscsssssssssscssscssssssscsssssccssssscsssssssscsscsssssssssssscsssssssssssssssssssssssssssscccsssscccsccsssssccccsssccscsccsccssssssssssscscscscssssssssscssssccccsscsccsssscssssssssssssssscscsccccccssscssssssssccsssssssssssssssssscscc" />
+ </g>
+ <g
+ inkscape:groupmode="layer"
+ id="layer1"
+ inkscape:label="black fill"
+ transform="translate(894.43147,236.54349)"
+ style="display:inline">
+ <path
+ style="fill:#eeeeec;fill-opacity:1;stroke:#ffffff;stroke-width:0;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m -643.92269,491.44754 c -5.17956,-1.27769 -8.84828,-3.35885 -14.407,-8.17265 -2.55608,-2.21355 -6.05612,-5.1611 -7.77788,-6.55011 -1.72174,-1.389 -5.60985,-6.03764 -8.64023,-10.33031 -5.59735,-7.92884 -10.07249,-11.81288 -19.61905,-17.02758 -2.924,-1.59718 -5.60905,-3.87006 -5.9668,-5.05081 -0.44275,-1.46133 -1.2705,-1.97701 -2.59208,-1.61496 -1.08718,0.29785 -3.53395,-0.60015 -5.56017,-2.04055 -1.9902,-1.41485 -3.84233,-2.57245 -4.11576,-2.57245 -0.71714,0 -14.79413,-11.07795 -24.92021,-19.61109 -4.77488,-4.02377 -10.23871,-8.59436 -12.14185,-10.1569 -1.90304,-1.56254 -4.26868,-3.63527 -5.25697,-4.60609 -3.15345,-3.09777 -20.98096,-15.52193 -27.47752,-19.14927 -3.44965,-1.92619 -6.72228,-4.38319 -7.27246,-5.46008 -0.55011,-1.07686 -1.92546,-1.95792 -3.05626,-1.95792 -1.13071,0 -3.29608,-0.66705 -4.81188,-1.48238 -1.5157,-0.81525 -5.51148,-2.21816 -8.87945,-3.11755 -3.36798,-0.89938 -10.48655,-3.78187 -15.81916,-6.4056 -5.33251,-2.6237 -13.73978,-6.77105 -18.68282,-9.21632 -4.94296,-2.44524 -10.45419,-4.73779 -12.24711,-5.09449 -1.79287,-0.35672 -4.55589,-1.33183 -6.13991,-2.16689 -2.00304,-1.05601 -4.48926,-1.30848 -8.16472,-0.82926 -5.10551,0.66578 -5.43141,0.54687 -9.62199,-3.51045 -2.38565,-2.30977 -4.33753,-5.14135 -4.33753,-6.29237 0,-1.15103 1.62446,-3.74219 3.60988,-5.75813 3.0256,-3.07201 4.30589,-3.64384 7.90963,-3.53264 2.36466,0.0729 4.82541,-0.31336 5.46782,-0.85851 0.64276,-0.54514 1.56113,-0.87848 2.04126,-0.74073 0.48013,0.13762 5.92113,-0.12592 12.09137,-0.58591 6.1701,-0.45999 14.34748,-1.03123 18.17171,-1.26942 6.11181,-0.38061 8.35236,-1.20266 18.51308,-6.79255 6.88274,-3.78653 14.11829,-6.91314 17.88345,-7.72782 5.79743,-1.25442 6.63354,-1.19332 10.04365,0.73383 3.85197,2.1768 4.99436,4.44772 8.85657,17.60474 1.6706,5.69105 3.02624,9.49293 4.57484,12.82974 1.1715,2.52438 14.45574,10.00054 22.67399,12.76056 6.47082,2.17312 22.65789,8.81632 28.90545,11.86281 1.12271,0.54742 5.9449,2.47306 10.71618,4.27919 4.77125,1.80615 11.77956,4.77542 15.5741,6.59845 l 6.89902,3.31457 11.47153,-1.83738 c 6.30935,-1.01056 14.22713,-2.49206 17.59508,-3.29219 3.36793,-0.80018 8.46628,-1.76596 11.32962,-2.14622 l 5.20611,-0.69137 2.31557,-10.88033 c 2.40999,-11.3241 7.61924,-28.04446 9.48355,-30.4398 0.59243,-0.76116 1.11877,-5.85948 1.16968,-11.32957 0.0576,-6.17185 0.5696,-10.54759 1.34986,-11.53209 0.6915,-0.87257 1.4857,-5.57581 1.76487,-10.45164 0.27914,-4.87587 1.03255,-9.52791 1.67424,-10.33788 0.7903,-0.99759 0.83617,-1.90388 0.14223,-2.80914 -0.56352,-0.73505 -1.32392,-3.26091 -1.68972,-5.61302 -0.36581,-2.35214 -1.12611,-7.16328 -1.6896,-10.69146 -2.31813,-14.51481 -2.3203,-15.54952 -0.0396,-18.78085 1.18393,-1.67754 2.16889,-3.91152 2.18877,-4.96437 0.0197,-1.05288 0.69251,-3.1171 1.49472,-4.5872 2.13823,-3.9184 1.85114,-6.37779 -1.02079,-8.74431 -2.32829,-1.91857 -2.49594,-2.59926 -1.91522,-7.77544 l 0.63646,-5.67278 -5.15035,-1.79208 c -7.10796,-2.47322 -7.87823,-3.67455 -6.38403,-9.95708 0.66478,-2.79518 2.09748,-6.67325 3.18382,-8.61798 1.08632,-1.94469 1.97511,-4.19509 1.97511,-5.00086 0,-2.27223 4.86425,-5.76197 7.15624,-5.13408 2.50547,0.68638 2.67476,-1.31221 0.24312,-2.86897 -1.58997,-1.01789 -1.26644,-1.61859 2.94708,-5.47202 l 4.73309,-4.3286 -1.93208,-6.60903 c -2.82865,-9.67595 -3.0269,-11.45293 -1.35283,-12.12591 0.81023,-0.32571 1.47313,-1.31385 1.47313,-2.19589 0,-1.00385 -0.58711,-1.36772 -1.56951,-0.97279 -2.74927,1.10518 -2.83099,-2.36702 -0.19218,-8.16617 1.40155,-3.08018 2.82783,-6.87531 3.16945,-8.43365 l 3.69357,-9.08034 c -1.09989,-1.211 2.63037,-16.28367 4.59195,-18.55428 0.84327,-0.97615 1.53322,-2.60186 1.53322,-3.61271 0,-2.29988 4.6702,-6.92695 7.83003,-7.75776 2.67104,-0.70229 2.91602,-1.6541 1.17674,-4.57169 -1.90397,-3.19375 0.6541,-27.289651 4.2099,-39.656206 1.60628,-5.586284 2.93005,-10.878564 2.94172,-11.760602 0.0123,-0.882039 0.3438,-3.402501 0.73808,-5.601003 0.79521,-4.433918 -2.74666,-17.960605 -5.27944,-20.162643 -0.77609,-0.674765 -1.4111,-0.934125 -1.4111,-0.576373 0,1.004371 -11.295,-3.639688 -15.36321,-6.316769 -1.99455,-1.312497 -6.88557,-4.105699 -10.86891,-6.207123 -3.98337,-2.101424 -9.01078,-5.090645 -11.1721,-6.642719 -8.16027,-5.860028 -14.52149,-8.04804 -23.8182,-8.192474 -5.48601,-0.0853 -9.61089,0.385324 -11.19229,1.276824 -3.96366,2.234414 -12.37106,4.284157 -17.62891,4.297991 -2.68637,0.0072 -7.82875,-1.17191 -11.60318,-2.660165 -8.62955,-3.402739 -11.41243,-3.434923 -12.60622,-0.145748 -0.98162,2.704774 -3.66189,4.320451 -5.3521,3.226193 -0.5679,-0.367715 -1.68082,-2.293716 -2.47301,-4.280047 -1.07229,-2.688454 -2.07016,-3.611493 -3.90421,-3.611493 -2.77126,0 -6.69415,-4.491023 -6.69415,-7.663743 0,-4.01722 4.98627,-12.5847 7.66285,-13.16645 1.39867,-0.30402 3.5764,-0.79242 4.83932,-1.08535 2.74668,-0.63701 9.45431,-7.13663 14.47793,-14.02892 7.41238,-10.16955 13.38833,-12.32651 20.38017,-7.35597 2.06786,1.47007 3.97611,2.67285 4.24046,2.67285 0.26438,0 2.88473,1.66139 5.82305,3.69192 3.11977,2.15595 10.86219,5.55097 18.61003,8.16046 13.48973,4.54332 15.92533,5.17389 28.57649,7.39824 11.74149,2.06444 21.91553,5.23854 29.39459,9.17061 l 7.05407,3.70864 6.26979,-2.61596 c 5.92009,-2.47007 12.61796,-3.88772 19.53746,-4.13523 4.41298,-0.15793 15.98628,2.1666 17.21952,3.45853 0.57693,0.6044 4.37826,1.09892 8.44736,1.09892 7.37062,0 7.40883,-0.0143 10.20062,-4.00932 1.54119,-2.20512 3.13773,-4.43043 3.5478,-4.94516 0.41005,-0.51475 2.87048,0.14169 5.46765,1.45882 5.60565,2.84276 7.13769,2.06387 3.29069,-1.67297 -1.92029,-1.86531 -2.75746,-3.74738 -2.75746,-6.1991 0,-1.9363 -0.34447,-3.88244 -0.76544,-4.32477 -0.421,-0.44231 -0.8119,-7.37839 -0.86865,-15.41353 -0.0566,-8.03511 -0.43792,-15.84026 -0.84706,-17.34476 -0.84364,-3.10233 2.20105,-11.698 4.14359,-11.698 2.15139,0 2.25973,-2.81683 0.286,-7.43509 -2.37633,-5.56021 -2.41722,-6.46382 -0.2926,-6.46382 1.30603,0 1.40456,-0.31722 0.46635,-1.50147 -0.65801,-0.83056 -0.90322,-2.69642 -0.54878,-4.17579 0.50746,-2.11801 0.18652,-2.82536 -1.54309,-3.40042 -3.09873,-1.03028 -2.00053,-3.15581 1.83556,-3.55262 2.90446,-0.30048 3.12529,-0.55877 2.13504,-2.49717 -1.47319,-2.88362 -0.49805,-3.66784 2.6766,-2.15257 3.87478,1.84948 8.03241,1.5095 10.95095,-0.89546 1.42722,-1.17606 3.01898,-2.1383 3.53725,-2.1383 0.51826,0 1.57751,-1.24338 2.35391,-2.76307 2.17415,-4.25581 6.82195,-7.36107 8.64512,-5.77601 1.17876,1.02483 2.40755,0.71008 6.11604,-1.56665 2.92048,-1.79293 5.38731,-2.60098 6.65429,-2.17973 1.21449,0.4038 3.12673,-0.1387 4.81928,-1.36718 4.96147,-3.60114 6.39518,-3.69372 10.19432,-0.65816 2.86501,2.28927 3.71995,2.55073 4.43569,1.35658 0.48773,-0.81359 0.6836,-2.20092 0.43549,-3.08296 -0.67044,-2.38256 12.91472,-6.96708 15.81952,-5.33853 2.72988,1.5305 1.7637,3.0551 -1.51946,2.39762 -3.03316,-0.6074 -3.05306,-0.52823 -0.97015,3.84579 1.93963,4.07305 5.88552,4.54083 9.96277,1.1811 l 2.65844,-2.19061 5.86032,3.23316 5.86033,3.23314 2.30843,-2.27185 c 2.80306,-2.75865 3.15039,-2.11722 4.19066,7.73992 l 0.72258,6.84567 3.77372,0.64177 c 4.51827,0.76839 6.94246,2.66465 6.94246,5.43056 0,1.18566 1.06397,2.45763 2.55147,3.05006 1.4033,0.55893 2.55148,1.39387 2.55148,1.85546 0,0.4616 1.18806,2.18157 2.64026,3.82217 2.03872,2.30326 2.95399,2.71016 4.01713,1.7859 1.00794,-0.87633 1.94115,-0.88063 3.48316,-0.016 2.65057,1.48597 2.66314,3.28349 0.047,6.76711 -1.26715,1.68757 -1.65825,3.00186 -1.0168,3.41714 0.57326,0.37116 0.76116,1.84814 0.41762,3.28218 -0.47109,1.96662 -0.21506,2.60733 1.04232,2.60733 1.0406,0 1.90024,-1.22108 2.28745,-3.2492 0.90179,-4.7236 2.78541,-3.27092 3.63506,2.80357 0.56662,4.05075 0.39117,5.52914 -0.76495,6.44381 -0.82514,0.65286 -1.50028,1.94753 -1.50028,2.87704 0,2.84114 2.22428,3.3276 3.99164,0.87301 1.319,-1.83177 1.9337,-2.04408 2.92174,-1.00908 1.81543,1.90178 1.53364,10.88186 -0.48028,15.30599 l -1.73153,3.8039 3.1789,3.04164 c 2.54087,2.43111 3.1224,3.76726 2.89747,6.65656 -0.15477,1.98819 -0.3468,5.4191 -0.4267,7.62422 -0.20252,5.58628 -3.03832,8.28587 -8.70369,8.28587 -4.62041,0 -6.27406,0.68471 -13.61446,5.63723 -3.1929,2.15427 -5.21917,2.78794 -7.80564,2.44104 -3.65546,-0.49029 -5.29095,0.70023 -7.72301,5.62169 -1.91871,3.88259 -0.0308,5.13722 8.07307,5.36528 13.26162,0.373182 36.58828,-6.80928 47.99898,-14.77926 5.44546,-3.80353 18.47959,-8.4785 30.10735,-10.79864 9.24888,-1.84551 35.87043,-11.31576 47.96767,-17.06388 2.24529,-1.06687 6.27876,-2.91407 8.96321,-4.10488 3.42603,-1.51977 8.41832,-5.84343 16.74816,-14.50509 9.28564,-9.65559 12.46975,-12.33996 14.63707,-12.33996 1.52343,0 4.77952,-0.7582 7.23567,-1.68492 2.45627,-0.92672 5.32675,-1.87286 6.37889,-2.10252 1.05223,-0.22962 2.98798,-1.1554 4.30168,-2.05711 1.31359,-0.9017 3.34601,-1.63947 4.51621,-1.63947 2.45032,0 7.72778,2.61486 10.70146,5.30231 1.12266,1.01462 4.72322,2.95625 8.00134,4.31474 3.27814,1.35849 6.20425,3.13612 6.50246,3.95032 0.57939,1.58156 -2.39338,5.67725 -4.1206,5.67725 -0.57044,0 -1.87893,0.79803 -2.90776,1.7734 -1.62631,1.5418 -2.38472,1.59565 -5.80685,0.41251 -3.42908,-1.18553 -4.28323,-1.12269 -6.62966,0.48787 -2.13119,1.46286 -2.69334,2.69952 -2.69334,5.92476 0,4.7979 -3.22954,8.1141 -8.77856,9.01428 -1.90769,0.30948 -5.13888,0.8374 -7.18038,1.17315 -2.60015,0.42766 -4.79288,1.87212 -7.3219,4.82335 -3.69015,4.30609 -15.03562,11.67253 -17.97756,11.67253 -0.89874,0 -2.43154,0.42062 -3.40622,0.93473 -8.26411,4.35889 -12.03384,6.70075 -19.12214,11.87913 -20.5972,15.047295 -30.15758,20.921348 -51.05658,31.370193 -24.08373,12.04106 -26.61183,12.974278 -38.08888,14.059766 -4.12397,0.390031 -13.53892,2.302796 -20.92206,4.250539 l -13.42371,3.541391 -24.67242,12.467791 c -3.57778,10.40935 -14.64773,15.836554 -18.97773,32.468582 l -4.55181,2.109309 -0.68572,8.944486 c -0.37712,4.919503 -0.89547,11.751813 -1.15187,15.182913 -0.25635,3.4311 -1.12153,7.76113 -1.92255,9.62231 -0.8011,1.86118 -1.51846,3.82029 -2.11672,5.78952 -1.5379,4.58454 -2.48637,5.67311 -3.63849,8.51481 -0.82782,2.04189 -1.37219,4.37753 -1.86809,5.39863 -1.19643,2.46381 -2.40074,5.52538 -6.19783,15.75537 -1.74603,4.70426 -4.79808,11.32507 -6.78232,14.71293 -1.98424,3.38785 -3.80386,7.29302 -4.04363,8.67817 -0.23967,1.38513 -1.0704,4.1461 -1.84586,6.13545 -0.77543,1.98936 -1.73185,5.95557 -2.12531,8.81383 l -0.71541,5.19685 18.19493,-0.71337 c 10.00719,-0.39238 23.70612,-1.18632 30.44203,-1.76432 6.73586,-0.578 22.58511,-0.96889 35.22062,-0.86866 22.02294,0.17466 23.20308,0.0788 28.52296,-2.31868 6.47004,-2.91575 10.00362,-3.03906 20.45495,-0.7139 5.28064,1.17482 13.29153,1.72214 25.8317,1.76486 19.90078,0.0679 23.00212,0.80064 27.59663,6.52065 3.18606,3.96662 5.50985,17.54181 3.85435,22.51679 -2.19121,6.58475 -1.60222,8.23048 4.08889,11.42385 8.2993,4.65686 29.4503,19.59525 38.35738,27.09074 4.47986,3.76988 9.40105,7.81659 10.93592,8.99265 1.53485,1.17607 5.39309,4.23258 8.57386,6.79225 12.92798,10.4034 34.57722,24.62774 40.84486,26.83654 6.2205,2.19219 6.69937,2.21413 11.73677,0.53755 6.9698,-2.31972 11.95284,-4.89339 20.56059,-10.61923 11.883,-7.90464 13.27752,-9.4214 14.80843,-16.10633 1.05211,-4.59472 2.38152,-7.04683 5.67243,-10.46297 2.36397,-2.45401 4.46364,-5.37309 4.66591,-6.48682 0.20227,-1.11375 1.61765,-3.0015 3.14507,-4.19498 2.3307,-1.82123 3.19186,-1.97202 5.35807,-0.9381 1.96618,0.93848 2.59801,2.06499 2.65261,4.72955 0.0396,1.92371 0.43202,4.45989 0.87229,5.63596 0.44038,1.17604 0.43519,3.47934 -0.0123,5.11841 -0.51337,1.88433 -0.27527,4.83277 0.64756,8.0186 0.80279,2.77115 1.46454,6.37753 1.47057,8.01416 0.0221,5.68733 -4.53569,12.82653 -12.70583,19.90615 -4.28699,3.71474 -8.57202,8.02439 -9.5225,9.57701 -0.95047,1.55265 -2.47156,3.68373 -3.38019,4.73574 -1.98544,2.29881 -4.99372,11.65784 -5.00915,15.58365 -0.0389,9.80129 -9.05099,26.32021 -15.83402,29.02183 -7.23596,2.88199 -13.83265,0.0863 -27.22183,-11.53606 -5.44383,-4.72548 -15.12943,-12.21072 -21.52353,-16.63384 -13.54391,-9.36902 -42.92105,-24.67677 -56.85954,-29.62817 -12.3685,-4.39368 -20.81753,-8.61206 -31.41869,-15.68657 -4.65041,-3.10341 -9.05968,-5.64256 -9.79827,-5.64256 -0.73848,0 -3.69279,2.68781 -6.56504,5.9729 -4.83002,5.52433 -5.47383,5.91945 -8.57231,5.26148 -1.84258,-0.39125 -4.58868,-1.63118 -6.10241,-2.75538 -1.51383,-1.12422 -3.0035,-1.6184 -3.31038,-1.0982 -0.71839,1.21781 -13.5383,0.63723 -16.9828,-0.76909 -1.44853,-0.59143 -5.7592,-1.89645 -9.57923,-2.90005 -5.57387,-1.46437 -7.69729,-1.58878 -10.75232,-0.62992 -2.09386,0.65718 -6.04995,1.20185 -8.79146,1.2104 -2.74149,0.01 -7.05115,0.77516 -9.57711,1.70358 -2.52595,0.92841 -5.85254,1.86037 -7.39241,2.07103 -1.53987,0.21074 -5.67324,1.09959 -9.18529,1.97537 -4.35129,1.08505 -15.00175,1.80041 -33.43111,2.24554 -34.7521,0.8393 -49.2486,1.84362 -56.13244,3.88887 -10.53239,3.12926 -12.24992,4.2152 -14.7355,9.31682 -1.33376,2.73753 -5.05357,8.80134 -8.26625,13.4751 -3.21266,4.67378 -9.44681,16.22056 -13.85364,25.65952 -4.40683,9.43895 -9.84532,20.04845 -12.08557,23.57663 -4.13054,6.50517 -17.86764,29.7679 -20.20305,34.21223 -2.1853,4.1587 -19.83993,29.78388 -26.60797,38.6207 -3.54778,4.63219 -7.91078,10.34434 -9.69559,12.69363 -1.7848,2.34929 -5.83672,7.21329 -9.00428,10.80885 -3.16756,3.59555 -7.0713,8.64341 -8.67502,11.21748 -1.60367,2.57403 -3.49259,5.40795 -4.19762,6.29751 -0.70501,0.88957 -3.02029,4.26354 -5.14503,7.49774 -5.80804,8.84057 -11.4875,11.03057 -21.92764,8.45523 z"
+ id="path3049"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="csssssssssssssssssssssssscssssssssssssscssscsssssssssscssscssssssscsssssccssssscsssssssscsscsssssssssssscsssssssssssssssssssssssssssscccsssscccsccsssssccccsssccscsccsccssssssssssscscscscssssssssscssssccccssscsccsssscssssssssssssssscscsccccccssscssssssssccsssssssssssssssssscscc" />
+ </g>
+</svg>