summaryrefslogtreecommitdiff
path: root/doc/images/gnusha.svg
blob: 0c60ceaa50a967fc144175e79d48cefc83cacff5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->

<svg
   xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:cc="http://creativecommons.org/ns#"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:svg="http://www.w3.org/2000/svg"
   xmlns="http://www.w3.org/2000/svg"
   xmlns:xlink="http://www.w3.org/1999/xlink"
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
   width="433.45071"
   height="389.24692"
   id="svg5315"
   version="1.1"
   inkscape:version="0.47 r22583"
   sodipodi:docname="New document 2">
  <defs
     id="defs5317">
    <inkscape:perspective
       sodipodi:type="inkscape:persp3d"
       inkscape:vp_x="0 : 526.18109 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_z="744.09448 : 526.18109 : 1"
       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
       id="perspective5323" />
    <inkscape:perspective
       id="perspective4848"
       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
       inkscape:vp_z="1 : 0.5 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_x="0 : 0.5 : 1"
       sodipodi:type="inkscape:persp3d" />
    <radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4563"
       id="radialGradient4625"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1,0,0,0.617977,0,14.7241)"
       cx="16.175068"
       cy="38.542446"
       fx="16.175068"
       fy="38.542446"
       r="7.8665628" />
    <linearGradient
       id="linearGradient4563"
       inkscape:collect="always">
      <stop
         id="stop4565"
         offset="0"
         style="stop-color: rgb(0, 0, 0); stop-opacity: 1;" />
      <stop
         id="stop4567"
         offset="1"
         style="stop-color: rgb(0, 0, 0); stop-opacity: 0;" />
    </linearGradient>
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4134"
       id="linearGradient4627"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.957103,0,0,0.957103,40.712798,2620.7954)"
       x1="5.125"
       y1="22"
       x2="17.75"
       y2="22" />
    <linearGradient
       id="linearGradient4134">
      <stop
         id="stop4136"
         offset="0"
         style="stop-color: rgb(214, 215, 213); stop-opacity: 1;" />
      <stop
         style="stop-color: rgb(209, 210, 208); stop-opacity: 1;"
         offset="0.25"
         id="stop4148" />
      <stop
         style="stop-color: rgb(165, 166, 163); stop-opacity: 1;"
         offset="0.50000000"
         id="stop4142" />
      <stop
         id="stop4138"
         offset="1"
         style="stop-color: rgb(221, 222, 220); stop-opacity: 1;" />
    </linearGradient>
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4414"
       id="linearGradient4629"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.957103,0,0,0.957103,44.541214,2616.0099)"
       x1="9.1040001"
       y1="5.7124372"
       x2="9.1040001"
       y2="23.189014" />
    <linearGradient
       id="linearGradient4414"
       inkscape:collect="always">
      <stop
         id="stop4416"
         offset="0"
         style="stop-color: rgb(255, 255, 255); stop-opacity: 1;" />
      <stop
         id="stop4418"
         offset="1"
         style="stop-color: rgb(255, 255, 255); stop-opacity: 0;" />
    </linearGradient>
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4426"
       id="linearGradient4631"
       gradientUnits="userSpaceOnUse"
       x1="11.125"
       y1="-2.3753207"
       x2="11.125"
       y2="22" />
    <linearGradient
       id="linearGradient4426"
       inkscape:collect="always">
      <stop
         id="stop4428"
         offset="0"
         style="stop-color: rgb(255, 255, 255); stop-opacity: 1;" />
      <stop
         id="stop4430"
         offset="1"
         style="stop-color: rgb(255, 255, 255); stop-opacity: 0;" />
    </linearGradient>
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4571"
       id="linearGradient4633"
       gradientUnits="userSpaceOnUse"
       x1="6.25"
       y1="8.375"
       x2="22.875"
       y2="67.875" />
    <linearGradient
       id="linearGradient4571"
       inkscape:collect="always">
      <stop
         id="stop4573"
         offset="0"
         style="stop-color: rgb(255, 255, 255); stop-opacity: 1;" />
      <stop
         id="stop4575"
         offset="1"
         style="stop-color: rgb(255, 255, 255); stop-opacity: 0;" />
    </linearGradient>
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4361"
       id="linearGradient4635"
       gradientUnits="userSpaceOnUse"
       x1="6.875"
       y1="5.65625"
       x2="7.25"
       y2="2.84375" />
    <linearGradient
       id="linearGradient4361"
       inkscape:collect="always">
      <stop
         id="stop4363"
         offset="0"
         style="stop-color: rgb(118, 121, 115); stop-opacity: 1;" />
      <stop
         id="stop4366"
         offset="1"
         style="stop-color: rgb(118, 121, 115); stop-opacity: 0;" />
    </linearGradient>
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4374"
       id="linearGradient4637"
       gradientUnits="userSpaceOnUse"
       x1="7.71875"
       y1="3.9374998"
       x2="7.8125"
       y2="3.203125" />
    <linearGradient
       id="linearGradient4374"
       inkscape:collect="always">
      <stop
         id="stop4376"
         offset="0"
         style="stop-color: rgb(255, 255, 255); stop-opacity: 1;" />
      <stop
         id="stop4378"
         offset="1"
         style="stop-color: rgb(255, 255, 255); stop-opacity: 0;" />
    </linearGradient>
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4394"
       id="linearGradient4639"
       gradientUnits="userSpaceOnUse"
       x1="8.09375"
       y1="5.46875"
       x2="8.21875"
       y2="4.625" />
    <linearGradient
       id="linearGradient4394"
       inkscape:collect="always">
      <stop
         id="stop4396"
         offset="0"
         style="stop-color: rgb(0, 0, 0); stop-opacity: 1;" />
      <stop
         id="stop4398"
         offset="1"
         style="stop-color: rgb(0, 0, 0); stop-opacity: 0;" />
    </linearGradient>
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4699"
       id="linearGradient4641"
       gradientUnits="userSpaceOnUse"
       x1="10.448233"
       y1="2577.562"
       x2="19.062162"
       y2="2577.562" />
    <linearGradient
       id="linearGradient4699"
       inkscape:collect="always">
      <stop
         id="stop4701"
         offset="0"
         style="stop-color: rgb(138, 226, 52); stop-opacity: 1;" />
      <stop
         id="stop4703"
         offset="1"
         style="stop-color: rgb(78, 154, 6); stop-opacity: 1;" />
    </linearGradient>
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4715"
       id="linearGradient4643"
       gradientUnits="userSpaceOnUse"
       x1="7.04633"
       y1="38.542446"
       x2="25.303806"
       y2="38.542446" />
    <linearGradient
       id="linearGradient4715"
       inkscape:collect="always">
      <stop
         id="stop4717"
         offset="0"
         style="stop-color: rgb(138, 226, 52); stop-opacity: 1;" />
      <stop
         id="stop4719"
         offset="1"
         style="stop-color: rgb(115, 210, 22); stop-opacity: 1;" />
    </linearGradient>
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3429"
       id="linearGradient4645"
       gradientUnits="userSpaceOnUse"
       x1="17.158388"
       y1="37.721695"
       x2="16.543814"
       y2="41.991001" />
    <linearGradient
       inkscape:collect="always"
       id="linearGradient3429">
      <stop
         style="stop-color: rgb(78, 154, 6); stop-opacity: 1;"
         offset="0"
         id="stop3431" />
      <stop
         style="stop-color: rgb(159, 232, 89); stop-opacity: 1;"
         offset="1"
         id="stop3433" />
    </linearGradient>
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4414"
       id="linearGradient4647"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.957103,0,0,0.957103,4.1056544,2545.4382)"
       x1="9.1040001"
       y1="13.333942"
       x2="9.1040001"
       y2="38.878204" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient22071"
       id="linearGradient4649"
       gradientUnits="userSpaceOnUse"
       spreadMethod="reflect"
       x1="580.76904"
       y1="845.57513"
       x2="723.41833"
       y2="882.38538" />
    <linearGradient
       id="linearGradient22071">
      <stop
         id="stop22073"
         offset="0"
         style="stop-color: rgb(134, 134, 124); stop-opacity: 1;" />
      <stop
         id="stop22075"
         offset="1"
         style="stop-color: rgb(182, 174, 168); stop-opacity: 1;" />
    </linearGradient>
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient21172"
       id="linearGradient4651"
       gradientUnits="userSpaceOnUse"
       spreadMethod="reflect"
       x1="459.52634"
       y1="917.3114"
       x2="624.88544"
       y2="943.7016" />
    <linearGradient
       id="linearGradient21172">
      <stop
         id="stop21174"
         offset="0"
         style="stop-color: rgb(187, 187, 179); stop-opacity: 1;" />
      <stop
         id="stop21176"
         offset="1"
         style="stop-color: rgb(221, 226, 216); stop-opacity: 1;" />
    </linearGradient>
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4511"
       id="linearGradient4653"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1,0,0,0.959566,0,18.9124)"
       x1="267.88959"
       y1="581.33203"
       x2="435.35544"
       y2="581.33203" />
    <linearGradient
       id="linearGradient4511">
      <stop
         id="stop4513"
         offset="0"
         style="stop-color: rgb(205, 208, 205); stop-opacity: 1;" />
      <stop
         id="stop4515"
         offset="1"
         style="stop-color: rgb(255, 255, 255); stop-opacity: 1;" />
    </linearGradient>
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4511"
       id="linearGradient4659"
       gradientUnits="userSpaceOnUse"
       spreadMethod="reflect"
       x1="791.17993"
       y1="1769.6221"
       x2="806.98022"
       y2="1747.3987" />
    <linearGradient
       id="linearGradient4918">
      <stop
         id="stop4920"
         offset="0"
         style="stop-color: rgb(205, 208, 205); stop-opacity: 1;" />
      <stop
         id="stop4922"
         offset="1"
         style="stop-color: rgb(255, 255, 255); stop-opacity: 1;" />
    </linearGradient>
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4511"
       id="linearGradient4655"
       gradientUnits="userSpaceOnUse"
       spreadMethod="reflect"
       x1="791.17993"
       y1="1769.6221"
       x2="806.98022"
       y2="1747.3987" />
    <linearGradient
       id="linearGradient4925">
      <stop
         id="stop4927"
         offset="0"
         style="stop-color: rgb(205, 208, 205); stop-opacity: 1;" />
      <stop
         id="stop4929"
         offset="1"
         style="stop-color: rgb(255, 255, 255); stop-opacity: 1;" />
    </linearGradient>
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4511"
       id="linearGradient4657"
       gradientUnits="userSpaceOnUse"
       spreadMethod="reflect"
       x1="791.17993"
       y1="1769.6221"
       x2="806.98022"
       y2="1747.3987" />
    <linearGradient
       id="linearGradient4932">
      <stop
         id="stop4934"
         offset="0"
         style="stop-color: rgb(205, 208, 205); stop-opacity: 1;" />
      <stop
         id="stop4936"
         offset="1"
         style="stop-color: rgb(255, 255, 255); stop-opacity: 1;" />
    </linearGradient>
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4511"
       id="linearGradient4661"
       gradientUnits="userSpaceOnUse"
       x1="313.78574"
       y1="259.50504"
       x2="363.35715"
       y2="239.50504" />
    <linearGradient
       id="linearGradient4939">
      <stop
         id="stop4941"
         offset="0"
         style="stop-color: rgb(205, 208, 205); stop-opacity: 1;" />
      <stop
         id="stop4943"
         offset="1"
         style="stop-color: rgb(255, 255, 255); stop-opacity: 1;" />
    </linearGradient>
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4511"
       id="linearGradient4663"
       gradientUnits="userSpaceOnUse"
       x1="336.64285"
       y1="340.93359"
       x2="395.71429"
       y2="309.505" />
    <linearGradient
       id="linearGradient4946">
      <stop
         id="stop4948"
         offset="0"
         style="stop-color: rgb(205, 208, 205); stop-opacity: 1;" />
      <stop
         id="stop4950"
         offset="1"
         style="stop-color: rgb(255, 255, 255); stop-opacity: 1;" />
    </linearGradient>
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4511"
       id="linearGradient4665"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.00594,0,0,1,-4.0176,0)"
       x1="390.95264"
       y1="781.185"
       x2="379.8815"
       y2="821.13818" />
    <linearGradient
       id="linearGradient4953">
      <stop
         id="stop4955"
         offset="0"
         style="stop-color: rgb(205, 208, 205); stop-opacity: 1;" />
      <stop
         id="stop4957"
         offset="1"
         style="stop-color: rgb(255, 255, 255); stop-opacity: 1;" />
    </linearGradient>
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient21172"
       id="linearGradient4667"
       gradientUnits="userSpaceOnUse"
       x1="477.25916"
       y1="806.07935"
       x2="463.0274"
       y2="672.78888" />
    <linearGradient
       id="linearGradient4960">
      <stop
         id="stop4962"
         offset="0"
         style="stop-color: rgb(187, 187, 179); stop-opacity: 1;" />
      <stop
         id="stop4964"
         offset="1"
         style="stop-color: rgb(221, 226, 216); stop-opacity: 1;" />
    </linearGradient>
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4511"
       id="linearGradient4669"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.593028,0,0,0.533431,-73.4404,-192.406)"
       spreadMethod="reflect"
       x1="791.17993"
       y1="1769.6221"
       x2="806.98022"
       y2="1747.3987" />
    <linearGradient
       id="linearGradient4967">
      <stop
         id="stop4969"
         offset="0"
         style="stop-color: rgb(205, 208, 205); stop-opacity: 1;" />
      <stop
         id="stop4971"
         offset="1"
         style="stop-color: rgb(255, 255, 255); stop-opacity: 1;" />
    </linearGradient>
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4511"
       id="linearGradient4671"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.593028,0,0,0.533431,-79.7563,-188.979)"
       spreadMethod="reflect"
       x1="791.17993"
       y1="1769.6221"
       x2="806.98022"
       y2="1747.3987" />
    <linearGradient
       id="linearGradient4974">
      <stop
         id="stop4976"
         offset="0"
         style="stop-color: rgb(205, 208, 205); stop-opacity: 1;" />
      <stop
         id="stop4978"
         offset="1"
         style="stop-color: rgb(255, 255, 255); stop-opacity: 1;" />
    </linearGradient>
    <radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient2875"
       id="radialGradient4673"
       gradientUnits="userSpaceOnUse"
       cx="32"
       cy="32"
       fx="32"
       fy="32"
       r="31" />
    <linearGradient
       id="linearGradient2875">
      <stop
         id="stop2877"
         offset="0"
         style="stop-color: rgb(0, 0, 0); stop-opacity: 1;" />
      <stop
         style="stop-color: rgb(2, 138, 216); stop-opacity: 1;"
         offset="0.5"
         id="stop2883" />
      <stop
         id="stop2879"
         offset="1"
         style="stop-color: rgb(155, 209, 255); stop-opacity: 0;" />
    </linearGradient>
    <radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient2468"
       id="radialGradient4675"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.54957,1.36324,-0.416203,0.473091,7.20287,-10.7055)"
       cx="11.093192"
       cy="21.082983"
       fx="11.093192"
       fy="21.082983"
       r="28.953125" />
    <linearGradient
       id="linearGradient2468">
      <stop
         id="stop2470"
         offset="0"
         style="stop-color: rgb(255, 255, 255); stop-opacity: 1;" />
      <stop
         id="stop2472"
         offset="1"
         style="stop-color: rgb(255, 255, 255); stop-opacity: 0;" />
    </linearGradient>
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient2624"
       id="linearGradient4677"
       gradientUnits="userSpaceOnUse"
       gradientTransform="translate(1,0)"
       x1="11.107041"
       y1="46.055717"
       x2="38.013481"
       y2="41.773796" />
    <linearGradient
       id="linearGradient2624"
       inkscape:collect="always">
      <stop
         id="stop2626"
         offset="0"
         style="stop-color: rgb(53, 148, 202); stop-opacity: 1;" />
      <stop
         id="stop2628"
         offset="1"
         style="stop-color: rgb(53, 148, 202); stop-opacity: 0;" />
    </linearGradient>
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient2624"
       id="linearGradient4679"
       gradientUnits="userSpaceOnUse"
       gradientTransform="translate(1,0)"
       x1="11.107041"
       y1="46.055717"
       x2="38.013481"
       y2="41.773796" />
    <radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient2468"
       id="radialGradient4682"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.54957,1.36324,-0.416203,0.473091,7.20287,-10.7055)"
       cx="11.093192"
       cy="21.082983"
       fx="11.093192"
       fy="21.082983"
       r="28.953125" />
    <linearGradient
       id="linearGradient5001">
      <stop
         id="stop5003"
         offset="0"
         style="stop-color: rgb(255, 255, 255); stop-opacity: 1;" />
      <stop
         id="stop5005"
         offset="1"
         style="stop-color: rgb(255, 255, 255); stop-opacity: 0;" />
    </linearGradient>
    <radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient2468"
       id="radialGradient4685"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.684851,1.94694,-1.81928,0.639944,46.3764,-20.6983)"
       cx="11.093192"
       cy="21.082983"
       fx="11.093192"
       fy="21.082983"
       r="28.953125" />
    <linearGradient
       id="linearGradient5008">
      <stop
         id="stop5010"
         offset="0"
         style="stop-color: rgb(255, 255, 255); stop-opacity: 1;" />
      <stop
         id="stop5012"
         offset="1"
         style="stop-color: rgb(255, 255, 255); stop-opacity: 0;" />
    </linearGradient>
    <radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient2468"
       id="radialGradient4688"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(-1.42127,1.50691,-0.460067,-0.433919,74.6947,8.05271)"
       cx="11.093192"
       cy="21.082983"
       fx="11.093192"
       fy="21.082983"
       r="28.953125" />
    <linearGradient
       id="linearGradient5015">
      <stop
         id="stop5017"
         offset="0"
         style="stop-color: rgb(255, 255, 255); stop-opacity: 1;" />
      <stop
         id="stop5019"
         offset="1"
         style="stop-color: rgb(255, 255, 255); stop-opacity: 0;" />
    </linearGradient>
    <radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient2468"
       id="radialGradient4690"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(-1.42127,1.50691,-0.460067,-0.433919,74.6947,8.05271)"
       cx="11.093192"
       cy="21.082983"
       fx="11.093192"
       fy="21.082983"
       r="28.953125" />
    <linearGradient
       id="linearGradient5022">
      <stop
         id="stop5024"
         offset="0"
         style="stop-color: rgb(255, 255, 255); stop-opacity: 1;" />
      <stop
         id="stop5026"
         offset="1"
         style="stop-color: rgb(255, 255, 255); stop-opacity: 0;" />
    </linearGradient>
    <radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient2279"
       id="radialGradient4692"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.51635,0,0,1.32204,1.13382,7.18714)"
       cx="-2.1958566"
       cy="-22.317514"
       fx="-2.1958566"
       fy="-22.317514"
       r="6" />
    <linearGradient
       id="linearGradient2279">
      <stop
         style="stop-color: rgb(255, 158, 105); stop-opacity: 1;"
         offset="0"
         id="stop2281" />
      <stop
         id="stop2283"
         offset="0.77551019"
         style="stop-color: rgb(192, 77, 15); stop-opacity: 1;" />
      <stop
         style="stop-color: rgb(223, 79, 0); stop-opacity: 1;"
         offset="1"
         id="stop2285" />
    </linearGradient>
    <radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient2222"
       id="radialGradient4694"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.51635,0,0,1.32204,1.13382,7.18714)"
       cx="-2.1958566"
       cy="-22.317514"
       fx="-2.1958566"
       fy="-22.317514"
       r="6" />
    <linearGradient
       id="linearGradient2222">
      <stop
         id="stop2224"
         offset="0"
         style="stop-color: rgb(255, 255, 111); stop-opacity: 1;" />
      <stop
         style="stop-color: rgb(192, 159, 15); stop-opacity: 1;"
         offset="0.77551019"
         id="stop2230" />
      <stop
         id="stop2226"
         offset="1"
         style="stop-color: rgb(223, 222, 0); stop-opacity: 1;" />
    </linearGradient>
    <radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient2222"
       id="radialGradient4696"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.51635,0,0,1.32204,1.13382,7.18714)"
       cx="-2.1958566"
       cy="-22.317514"
       fx="-2.1958566"
       fy="-22.317514"
       r="6" />
    <linearGradient
       id="linearGradient5039">
      <stop
         id="stop5041"
         offset="0"
         style="stop-color: rgb(255, 255, 111); stop-opacity: 1;" />
      <stop
         style="stop-color: rgb(192, 159, 15); stop-opacity: 1;"
         offset="0.77551019"
         id="stop5043" />
      <stop
         id="stop5045"
         offset="1"
         style="stop-color: rgb(223, 222, 0); stop-opacity: 1;" />
    </linearGradient>
    <radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient2279"
       id="radialGradient4698"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.51635,0,0,1.32204,1.13382,7.18714)"
       cx="-2.1958566"
       cy="-22.317514"
       fx="-2.1958566"
       fy="-22.317514"
       r="6" />
    <linearGradient
       id="linearGradient5048">
      <stop
         style="stop-color: rgb(255, 158, 105); stop-opacity: 1;"
         offset="0"
         id="stop5050" />
      <stop
         id="stop5052"
         offset="0.77551019"
         style="stop-color: rgb(192, 77, 15); stop-opacity: 1;" />
      <stop
         style="stop-color: rgb(223, 79, 0); stop-opacity: 1;"
         offset="1"
         id="stop5054" />
    </linearGradient>
    <radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient2709"
       id="radialGradient4700"
       gradientUnits="userSpaceOnUse"
       gradientTransform="translate(-0.448641,0.320947)"
       cx="-3.0647297"
       cy="-21.320944"
       fx="-3.0647297"
       fy="-21.320944"
       r="6" />
    <linearGradient
       id="linearGradient2709">
      <stop
         id="stop2711"
         offset="0"
         style="stop-color: rgb(255, 255, 255); stop-opacity: 1;" />
      <stop
         style="stop-color: rgb(255, 255, 255); stop-opacity: 1;"
         offset="0.77551019"
         id="stop2713" />
      <stop
         id="stop2715"
         offset="1"
         style="stop-color: rgb(255, 255, 255); stop-opacity: 0;" />
    </linearGradient>
    <radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient2450"
       id="radialGradient4702"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.51635,0,0,1.32204,1.13382,7.18714)"
       cx="-2.1958566"
       cy="-22.317514"
       fx="-2.1958566"
       fy="-22.317514"
       r="6" />
    <linearGradient
       id="linearGradient2450">
      <stop
         style="stop-color: rgb(179, 255, 111); stop-opacity: 1;"
         offset="0"
         id="stop2452" />
      <stop
         id="stop2454"
         offset="0.77551019"
         style="stop-color: rgb(86, 168, 13); stop-opacity: 1;" />
      <stop
         style="stop-color: rgb(105, 223, 0); stop-opacity: 1;"
         offset="1"
         id="stop2456" />
    </linearGradient>
    <radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient2709"
       id="radialGradient4704"
       gradientUnits="userSpaceOnUse"
       gradientTransform="translate(-0.448641,0.320947)"
       cx="-3.0647297"
       cy="-21.320944"
       fx="-3.0647297"
       fy="-21.320944"
       r="6" />
    <linearGradient
       id="linearGradient5067">
      <stop
         id="stop5069"
         offset="0"
         style="stop-color: rgb(255, 255, 255); stop-opacity: 1;" />
      <stop
         style="stop-color: rgb(255, 255, 255); stop-opacity: 1;"
         offset="0.77551019"
         id="stop5071" />
      <stop
         id="stop5073"
         offset="1"
         style="stop-color: rgb(255, 255, 255); stop-opacity: 0;" />
    </linearGradient>
    <radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient2450"
       id="radialGradient4706"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.51635,0,0,1.32204,1.13382,7.18714)"
       cx="-2.1958566"
       cy="-22.317514"
       fx="-2.1958566"
       fy="-22.317514"
       r="6" />
    <linearGradient
       id="linearGradient5076">
      <stop
         style="stop-color: rgb(179, 255, 111); stop-opacity: 1;"
         offset="0"
         id="stop5078" />
      <stop
         id="stop5080"
         offset="0.77551019"
         style="stop-color: rgb(86, 168, 13); stop-opacity: 1;" />
      <stop
         style="stop-color: rgb(105, 223, 0); stop-opacity: 1;"
         offset="1"
         id="stop5082" />
    </linearGradient>
    <radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient2468"
       id="radialGradient4708"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(-1.42127,1.50691,-0.460067,-0.433919,74.6947,8.05271)"
       cx="11.093192"
       cy="21.082983"
       fx="11.093192"
       fy="21.082983"
       r="28.953125" />
    <linearGradient
       id="linearGradient5085">
      <stop
         id="stop5087"
         offset="0"
         style="stop-color: rgb(255, 255, 255); stop-opacity: 1;" />
      <stop
         id="stop5089"
         offset="1"
         style="stop-color: rgb(255, 255, 255); stop-opacity: 0;" />
    </linearGradient>
    <filter
       color-interpolation-filters="sRGB"
       inkscape:collect="always"
       id="filter5219"
       x="-0.38181692"
       width="1.7636338"
       y="-0.63015217"
       height="2.2603042">
      <feGaussianBlur
         inkscape:collect="always"
         stdDeviation="9.9201177"
         id="feGaussianBlur5221" />
    </filter>
    <filter
       color-interpolation-filters="sRGB"
       inkscape:collect="always"
       id="filter5339"
       x="-0.21049652"
       width="1.420993"
       y="-0.10762731"
       height="1.2152545">
      <feGaussianBlur
         inkscape:collect="always"
         stdDeviation="2.0679063"
         id="feGaussianBlur5341" />
    </filter>
    <filter
       color-interpolation-filters="sRGB"
       inkscape:collect="always"
       id="filter6220"
       x="-0.44294694"
       width="1.8858939"
       y="-0.17930071"
       height="1.3586015">
      <feGaussianBlur
         inkscape:collect="always"
         stdDeviation="2.3912065"
         id="feGaussianBlur6222" />
    </filter>
    <filter
       color-interpolation-filters="sRGB"
       inkscape:collect="always"
       id="filter6204"
       x="-0.24761312"
       width="1.4952261"
       y="-0.29481155"
       height="1.5896231">
      <feGaussianBlur
         inkscape:collect="always"
         stdDeviation="1.8317993"
         id="feGaussianBlur6206" />
    </filter>
  </defs>
  <sodipodi:namedview
     id="base"
     pagecolor="#ffffff"
     bordercolor="#666666"
     borderopacity="1.0"
     inkscape:pageopacity="0.0"
     inkscape:pageshadow="2"
     inkscape:zoom="0.35"
     inkscape:cx="200.29678"
     inkscape:cy="183.1949"
     inkscape:document-units="px"
     inkscape:current-layer="layer1"
     showgrid="false"
     inkscape:window-width="607"
     inkscape:window-height="493"
     inkscape:window-x="2310"
     inkscape:window-y="160"
     inkscape:window-maximized="0" />
  <metadata
     id="metadata5320">
    <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(-174.70322,-326.31016)">
    <g
       transform="translate(244.61275,-2078.7523)"
       id="g6224">
      <path
         id="path5562"
         d="m 154.43389,2671.7408 -47.14286,20.3572 -46.42857,-19.2858 3.21428,-68.5714 81.78572,2.1429 8.57143,65.3571 z"
         style="fill:#5586fd;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
      <path
         sodipodi:nodetypes="ccccccc"
         id="path21217"
         d="m 152.22795,2594.6645 c 6.90696,25.1649 5.83271,54.6226 32.14285,71.0715 18.76921,16.8298 41.84246,26.7456 64.64286,28.9285 l -24.64286,44.6429 c -25.66489,-14.0323 -45.95502,-25.5342 -70,-61.7857 -9.73984,-25.2766 -23.24503,-46.799 -23.57143,-74.6429 l 21.42858,-8.2143 z"
         style="fill:#ffffff;fill-rule:evenodd;stroke:none" />
      <path
         sodipodi:nodetypes="cc"
         id="path21235"
         d="m 146.51366,2597.5217 c 15.02787,70.0623 51.93067,93.3869 95,108.5714"
         style="fill:none;stroke:#b3b3b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
      <path
         sodipodi:nodetypes="cccccc"
         id="path5528"
         d="m 44.087255,2717.1907 c -18.547778,6.1928 -11.891395,14.9061 -12.857143,22.8572 l 79.999998,18.5714 78.92858,-19.2857 c -3.85647,-0.4757 -0.22205,-20.205 -15.35715,-20 l -130.714285,-2.1429 z"
         style="fill:#b0b500;fill-opacity:1;fill-rule:evenodd;stroke:none" />
      <path
         id="path5530"
         d="m 109.80154,2749.3336 85.35714,-9.2857 -3.57142,20.3571 -162.500005,2.5 -3.214286,-22.1429 83.928571,8.5715 z"
         style="fill:#e6e600;fill-opacity:1;fill-rule:evenodd;stroke:none" />
      <path
         sodipodi:nodetypes="ccccc"
         id="path5532"
         d="m 191.58726,2758.2621 -0.35715,8.5715 C 138.009,2764.7044 84.20642,2763.7381 29.087255,2765.405 l -1.785715,-8.5714 c 52.4671,4.7599 108.02671,3.3044 164.28572,1.4285 z"
         style="fill:#b0b500;fill-opacity:1;fill-rule:evenodd;stroke:none" />
      <path
         sodipodi:nodetypes="cccccccccc"
         id="path5534"
         d="m 29.087255,2765.405 -0.714286,3.2143 -2.142857,-1.4286 0.357143,9.6429 84.285715,-6.0715 82.85714,5.7143 -0.35714,-7.5 -2.5,0 -0.71429,-3.9285 c -52.12826,-1.964 -106.09151,-1.4812 -161.071425,0.3571 z"
         style="fill:#e6e600;fill-opacity:1;fill-rule:evenodd;stroke:none" />
      <path
         sodipodi:nodetypes="cccc"
         id="path5536"
         d="m 32.127697,2777.1367 2.77792,4.2932 c -0.39737,-2.9345 2.695406,-4.124 4.798224,-5.8084 l -7.576144,1.5152 z"
         style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
      <path
         transform="matrix(1.2083334,0,0,1,-39.498432,2215.9613)"
         d="m 67.427683,568.1203 c 0,1.18552 -2.713564,2.14657 -6.060915,2.14657 -3.347351,0 -6.060916,-0.96105 -6.060916,-2.14657 0,-1.18552 2.713565,-2.14657 6.060916,-2.14657 3.347351,0 6.060915,0.96105 6.060915,2.14657 z"
         sodipodi:ry="2.1465743"
         sodipodi:rx="6.0609155"
         sodipodi:cy="568.1203"
         sodipodi:cx="61.366768"
         id="path5538"
         style="opacity:0.55238097;fill:#ff0000;fill-opacity:1;stroke:none"
         sodipodi:type="arc" />
      <path
         sodipodi:type="arc"
         style="opacity:0.55238097;fill:#ff0000;fill-opacity:1;stroke:none"
         id="path5540"
         sodipodi:cx="61.366768"
         sodipodi:cy="568.1203"
         sodipodi:rx="6.0609155"
         sodipodi:ry="2.1465743"
         d="m 67.427683,568.1203 c 0,1.18552 -2.713564,2.14657 -6.060915,2.14657 -3.347351,0 -6.060916,-0.96105 -6.060916,-2.14657 0,-1.18552 2.713565,-2.14657 6.060916,-2.14657 3.347351,0 6.060915,0.96105 6.060915,2.14657 z"
         transform="matrix(0.6458335,0,0,1.5294118,-5.105895,1922.1365)" />
      <path
         style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         d="m 187.6912,2777.1367 -2.77792,4.2932 c 0.39737,-2.9345 -2.69541,-4.124 -4.79822,-5.8084 l 7.57614,1.5152 z"
         id="path5542"
         sodipodi:nodetypes="cccc" />
      <path
         sodipodi:type="arc"
         style="opacity:0.55238097;fill:#ff0000;fill-opacity:1;stroke:none"
         id="path5544"
         sodipodi:cx="61.366768"
         sodipodi:cy="568.1203"
         sodipodi:rx="6.0609155"
         sodipodi:ry="2.1465743"
         d="m 67.427683,568.1203 c 0,1.18552 -2.713564,2.14657 -6.060915,2.14657 -3.347351,0 -6.060916,-0.96105 -6.060916,-2.14657 0,-1.18552 2.713565,-2.14657 6.060916,-2.14657 3.347351,0 6.060915,0.96105 6.060915,2.14657 z"
         transform="matrix(-1.2083334,0,0,1,259.31733,2215.9613)" />
      <path
         transform="matrix(-0.6458335,0,0,1.5294118,224.92479,1922.1365)"
         d="m 67.427683,568.1203 c 0,1.18552 -2.713564,2.14657 -6.060915,2.14657 -3.347351,0 -6.060916,-0.96105 -6.060916,-2.14657 0,-1.18552 2.713565,-2.14657 6.060916,-2.14657 3.347351,0 6.060915,0.96105 6.060915,2.14657 z"
         sodipodi:ry="2.1465743"
         sodipodi:rx="6.0609155"
         sodipodi:cy="568.1203"
         sodipodi:cx="61.366768"
         id="path5546"
         style="opacity:0.55238097;fill:#ff0000;fill-opacity:1;stroke:none"
         sodipodi:type="arc" />
      <g
         id="g10566"
         transform="matrix(0.3088703,0.2523029,-0.2523029,0.3088703,290.07058,2492.007)">
        <circle
           id="circle10568"
           r="9"
           cy="245.66701"
           cx="122.101"
           sodipodi:cx="122.101"
           sodipodi:cy="245.66701"
           sodipodi:rx="9"
           sodipodi:ry="9"
           style="fill:#0000ff"
           d="m 131.101,245.66701 c 0,4.97056 -4.02944,9 -9,9 -4.97056,0 -9,-4.02944 -9,-9 0,-4.97057 4.02944,-9 9,-9 4.97056,0 9,4.02943 9,9 z" />
        <line
           id="line10570"
           y2="240.66701"
           x2="102.434"
           y1="0.667"
           x1="5.7680001"
           style="fill:none;stroke:#000000" />
        <line
           id="line10572"
           y2="240"
           x2="141.76801"
           y1="0.667"
           x1="237.76801"
           style="fill:none;stroke:#000000" />
        <line
           id="line10574"
           y2="142"
           x2="121.768"
           y1="0"
           x1="121.768"
           style="fill:none;stroke:#000000;stroke-dasharray:12" />
        <path
           id="path10576"
           d="M 41.101,86.667 C 65.768,51.334 120.434,57.334 120.434,57.334"
           style="fill:none;stroke:#000000" />
        <g
           id="g10578">
          <g
             id="g10580"
             a:adobe-knockout="true">
            <polyline
               id="polyline10582"
               points="0.434,250.667 5.768,241.333 15.768,262 25.101,242 34.434,262 45.101,241.333 53.101,260.667 64.434,241.333 73.768,262 80.434,248"
               a:adobe-knockout="false"
               style="fill:none;stroke:#00ff00" />
            <path
               id="path10584"
               d="m 83.029,242.55 c -0.269,3.017 -0.161,6.971 0.619,9.761 l -3.553,-3.598 -5.033,-0.491 c 2.657,-1.153 5.795,-3.561 7.967,-5.672 z"
               a:adobe-knockout="false"
               style="fill:#00ff00" />
          </g>
        </g>
        <g
           id="g10586">
          <g
             id="g10588"
             a:adobe-knockout="true">
            <polyline
               id="polyline10590"
               points="143.842,126.619 135.519,119.818 157.553,113.368 139.368,100.861 160.635,94.958 142.013,81.025 162.401,76.327 145.205,61.957 167.13,56.165 154.422,47.277"
               a:adobe-knockout="false"
               style="fill:none;stroke:#ff0000" />
            <path
               id="path10592"
               d="m 149.477,43.818 c 2.93,0.764 6.848,1.31 9.728,1.001 l -4.134,2.911 -1.316,4.882 c -0.699,-2.811 -2.556,-6.304 -4.278,-8.794 z"
               a:adobe-knockout="false"
               style="fill:#ff0000" />
          </g>
        </g>
        <path
           id="path10594"
           d="m 68.518,46.701 c 0,-5.93 1.864,-8.896 5.593,-8.896 3.729,0 5.594,2.966 5.594,8.896 0,5.924 -1.864,8.885 -5.594,8.885 -3.729,-10e-4 -5.593,-2.961 -5.593,-8.885 z m 2.156,-0.834 6.875,0 c -0.079,-2.453 -0.432,-4.117 -1.06,-4.996 -0.628,-0.877 -1.429,-1.316 -2.401,-1.316 -2.191,0 -3.328,2.104 -3.414,6.312 z m 6.874,1.687 -6.875,0 c 0.086,4.188 1.231,6.281 3.437,6.281 2.214,0 3.359,-2.093 3.438,-6.281 z" />
        <path
           id="path10596"
           d="m 139.925,278.656 c -0.01,0.555 -0.211,0.964 -0.606,1.226 -0.396,0.265 -0.826,0.396 -1.292,0.396 -0.286,0 -0.609,-0.05 -0.972,-0.149 -0.362,-0.101 -0.646,-0.187 -0.856,-0.253 -0.428,0.381 -0.926,0.94 -1.492,1.679 -0.566,0.74 -1.101,1.554 -1.605,2.446 0.229,0.902 0.434,1.671 0.614,2.312 0.18,0.641 0.376,1.283 0.587,1.928 0.181,0.588 0.465,1.06 0.852,1.412 0.387,0.352 0.895,0.528 1.525,0.528 0.229,0 0.543,-0.031 0.945,-0.093 0.4,-0.064 0.711,-0.134 0.93,-0.212 l -0.257,0.929 c -0.914,0.373 -1.602,0.618 -2.063,0.73 -0.462,0.111 -0.959,0.169 -1.492,0.169 -0.667,0 -1.217,-0.152 -1.65,-0.457 -0.433,-0.303 -0.783,-0.931 -1.049,-1.883 -0.191,-0.695 -0.347,-1.276 -0.466,-1.747 -0.12,-0.472 -0.237,-0.942 -0.351,-1.409 -0.438,0.657 -0.801,1.219 -1.086,1.681 -0.285,0.462 -0.762,1.095 -1.428,1.899 -0.582,0.694 -1.117,1.188 -1.603,1.48 -0.485,0.29 -0.98,0.436 -1.485,0.436 -0.447,0 -0.816,-0.131 -1.107,-0.393 -0.289,-0.265 -0.436,-0.629 -0.436,-1.098 0,-0.45 0.172,-0.833 0.515,-1.152 0.343,-0.321 0.813,-0.48 1.414,-0.48 0.305,0 0.601,0.055 0.892,0.164 0.29,0.109 0.592,0.215 0.906,0.31 0.361,-0.343 0.84,-0.871 1.435,-1.59 0.595,-0.719 1.149,-1.538 1.664,-2.457 -0.181,-0.671 -0.378,-1.406 -0.593,-2.211 -0.215,-0.805 -0.416,-1.509 -0.607,-2.116 -0.247,-0.752 -0.533,-1.237 -0.855,-1.452 -0.322,-0.214 -0.736,-0.321 -1.24,-0.321 -0.275,0 -0.567,0.033 -0.877,0.103 -0.309,0.066 -0.596,0.133 -0.861,0.202 l 0.271,-0.94 c 0.73,-0.305 1.387,-0.552 1.971,-0.747 0.584,-0.195 0.98,-0.293 1.189,-0.293 0.654,0 1.197,0.159 1.631,0.479 0.432,0.319 0.775,0.934 1.031,1.847 0.297,1.058 0.471,1.7 0.523,1.934 0.052,0.234 0.154,0.694 0.307,1.38 0.457,-0.704 0.828,-1.299 1.114,-1.785 0.286,-0.485 0.753,-1.128 1.401,-1.928 0.6,-0.75 1.154,-1.264 1.663,-1.542 0.51,-0.281 0.999,-0.422 1.466,-0.422 0.418,0 0.773,0.136 1.063,0.409 0.289,0.268 0.43,0.62 0.42,1.051 z" />
        <polygon
           id="polygon10598"
           points="107.934,289.833 114.101,277.333 119.101,289.833 119.101,289.833 "
           style="fill:none;stroke:#000000" />
        <g
           id="g10600">
          <g
             id="g10602"
             a:adobe-knockout="true">
            <line
               id="line10604"
               y2="266.33301"
               x2="134.101"
               y1="266.33301"
               x1="110.101"
               a:adobe-knockout="false"
               style="fill:none;stroke:#000000" />
            <path
               id="path10606"
               d="m 140.136,266.333 c -2.839,1.054 -6.362,2.852 -8.546,4.755 l 1.72,-4.755 -1.72,-4.755 c 2.183,1.904 5.707,3.702 8.546,4.755 z"
               a:adobe-knockout="false" />
            <path
               id="path10608"
               d="m 104.065,266.333 c 2.839,-1.054 6.362,-2.852 8.546,-4.755 l -1.72,4.755 1.72,4.755 c -2.183,-1.903 -5.707,-3.702 -8.546,-4.755 z"
               a:adobe-knockout="false" />
          </g>
        </g>
      </g>
      <path
         sodipodi:nodetypes="cscccccc"
         id="path21215"
         d="m 64.72795,2596.8074 c -2.59555,15.6259 -5.89924,32.7289 -10.90879,44.3569 -14.26267,33.1061 -39.45793,42.5677 -82.48407,53.8574 l 25.17858,43.75 c 26.29909,-13.0438 50.6028,-34.4682 72.14285,-67.5 l 29.82143,-70 -28.92857,-7.3214 -4.82143,2.8571 z"
         style="fill:#ffffff;fill-rule:evenodd;stroke:none" />
      <path
         sodipodi:nodetypes="cc"
         id="path21225"
         d="m 73.65652,2595.736 c -6.72357,51.591 -49.88687,104.5106 -95.35714,110.3571"
         style="fill:none;stroke:#b3b3b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
      <path
         sodipodi:nodetypes="cc"
         id="path21227"
         d="m 81.51366,2597.5217 c -12.40165,57.1416 -42.9173,111.4847 -93.92857,122.5"
         style="fill:none;stroke:#b3b3b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
      <path
         sodipodi:nodetypes="cc"
         id="path21229"
         d="m 87.94223,2598.5931 c -19.39661,61.5505 -36.82062,109.5267 -94.64285,132.8572"
         style="fill:none;stroke:#b3b3b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
      <path
         sodipodi:nodetypes="cccccccccccccccccccccccccccccccc"
         id="path21199"
         d="m 64.38132,2597.5037 c -16.19753,7.5276 -21.54397,13.1352 -29.03883,28.6994 -5.643,9.1229 -12.02113,19.9612 -15.78785,24.7062 l -9.82669,1.046 c 2.81824,9.3991 6.26776,21.9545 7.85714,25.2092 6.95243,4.0953 8.35647,3.9049 13.27557,4.4516 7.38754,-2.0577 11.0146,-3.5523 24.78335,-9.5741 2.29663,-1.8639 9.86548,-3.7278 14.79822,-5.5917 l -1.47423,-6.8566 2.27284,-4.7982 -3.28299,1.2627 -1.26269,2.5253 c -1.76368,-1.333 -0.68765,-0.054 -1.73187,-5.1242 l -1.02285,0.1019 -0.02801,-4.6862 -1.16071,0.3519 0.4031,-2.38 -0.87754,-0.079 -0.39784,-3.3162 -1.44971,0.8588 -0.0018,1.4479 -0.99365,0.083 -0.31598,1.2145 -0.54592,0.2652 c 0.16474,0.6146 -0.18947,1.4078 -0.32885,2.0223 l -1.16163,0.2395 0.12174,3.9043 -0.97815,-0.016 -0.89459,8.1424 -16.92005,-8.3338 c 4.60908,-0.7773 8.94327,-2.9291 12.87944,-7.071 9.2126,-11.3862 8.80388,-32.3938 13.09099,-48.7055 z"
         style="fill:#5586fd;fill-opacity:1;fill-rule:evenodd;stroke:none" />
      <path
         sodipodi:nodetypes="ccccccccccccccccccc"
         id="path21201"
         d="m 152.81066,2595.7015 c 17.46688,7.9138 30.74663,26.9933 42.17387,51.0127 6.09576,4.2623 11.32839,6.5105 15.40483,6.061 -3.15911,4.5456 -5.73029,9.0913 -5.55584,13.637 -1.31593,7.473 -4.28312,13.3867 -9.59645,14.8998 -8.09256,-0.8333 -16.70027,-1.2803 -22.22336,-4.0406 l -16.92005,-10.6066 -7.57615,2.7779 -10.35406,-2.7779 -4.54569,-4.2932 17.1726,1.0102 2.27284,-0.7577 -4.04061,-0.2525 0,-1.5152 6.06091,-0.2526 3.283,3.283 21.97082,-9.5964 -12.12183,-6.566 c -11.14463,-17.341 -10.84344,-34.6819 -15.40483,-52.0229 z"
         style="fill:#5586fd;fill-opacity:1;fill-rule:evenodd;stroke:none" />
      <path
         sodipodi:nodetypes="cc"
         id="path21203"
         d="m 38.66342,2653.5328 c -5.65607,-0.8972 -12.39294,-4.3883 -14.89974,2.2728"
         style="fill:none;stroke:none" />
      <path
         style="fill:none;stroke:none"
         d="m 180.08478,2653.5328 c 5.65608,-0.8972 12.39295,-4.3883 14.89975,2.2728"
         id="path21205"
         sodipodi:nodetypes="cc" />
      <path
         sodipodi:nodetypes="cccccccccccccc"
         id="path21207"
         d="m 51.69223,2604.8431 c -8.36221,2.518 -17.25083,5.9408 -40.53571,34.1072 -0.7676,-4.0946 -4.72186,-5.913 -8.75,-7.6786 l -22.85714,-1.0714 -0.35714,-0.8929 2.14285,0 0,-1.7857 c -4.37965,-3.0292 -8.00687,-2.2963 -11.96428,-3.2143 l 4.82143,2.8571 -22.14286,-0.7142 c 0.93074,3.658 4.79768,6.3372 10,8.5714 4.25492,0.066 8.33828,1.1608 13.03571,-1.4286 l 36.78572,32.8572 c 10.44592,-24.3063 26.54761,-41.0715 39.82142,-61.6072 z"
         style="fill:#5586fd;fill-opacity:1;fill-rule:evenodd;stroke:none" />
      <g
         id="g5458"
         transform="matrix(0.9028618,0,0,0.9028618,-57.08084,170.6417)">
        <path
           sodipodi:type="arc"
           style="opacity:0.9;fill:url(#radialGradient4625);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.47826004;marker:none;visibility:visible;display:inline;overflow:visible"
           id="path4410"
           sodipodi:cx="16.175068"
           sodipodi:cy="38.542446"
           sodipodi:rx="7.8665628"
           sodipodi:ry="4.8613591"
           d="m 24.041631,38.542446 c 0,2.684855 -3.52198,4.861359 -7.866563,4.861359 -4.344583,0 -7.8665629,-2.176504 -7.8665629,-4.861359 0,-2.684854 3.5219799,-4.861359 7.8665629,-4.861359 4.344583,0 7.866563,2.176505 7.866563,4.861359 z"
           transform="matrix(1.1558359,0,0,0.8859587,33.023708,2625.4111)" />
        <path
           style="fill:url(#linearGradient4627);fill-opacity:1;fill-rule:nonzero;stroke:#767973;stroke-width:0.95710301;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
           d="m 51.958764,2621.274 c -1.413972,0 -2.704408,0.1992 -3.768594,0.5084 l -6.998819,2.0937 0.957105,0.2692 0,0.03 3.82841,4.6958 0,28.9823 c -0.597092,0.3578 -0.957105,0.7797 -0.957099,1.2262 l 0,0.9571 c 0,1.3208 3.001472,2.3928 6.69972,2.3928 3.698243,0 6.699721,-1.072 6.699721,-2.3928 l 0,-0.9571 c 0,-0.4465 -0.360013,-0.8684 -0.957105,-1.2262 l 0,-32.6612 c 0.591335,-0.391 0.957105,-0.8257 0.957105,-1.316 0,-1.4296 -2.894282,-2.6021 -6.460444,-2.6021 z"
           id="path4412" />
        <path
           style="opacity:0.4;fill:url(#linearGradient4629);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
           d="m 52.198034,2622.6673 c 1.269264,0.011 2.034265,0.1891 2.871311,0.3596 l 0,31.5844 -2.871311,-0.3172 0,-31.6268 z"
           id="path4414"
           sodipodi:nodetypes="ccccc" />
        <path
           sodipodi:type="inkscape:offset"
           inkscape:radius="-0.45790461"
           inkscape:original="M 11.75 0.5 C 10.272657 0.5 8.9243859 0.70812 7.8125 1.03125 L 0.5 3.21875 L 1.5 3.5 L 1.5 3.53125 L 5.5 8.4375 L 5.5 38.71875 C 4.8761473 39.092639 4.4999999 39.533439 4.5 40 L 4.5 41 C 4.5 42.380001 7.6359995 43.5 11.5 43.5 C 15.364 43.5 18.499999 42.38 18.5 41 L 18.5 40 C 18.5 39.533439 18.123853 39.092639 17.5 38.71875 L 17.5 4.59375 C 18.11784 4.1852056 18.5 3.731072 18.5 3.21875 C 18.5 1.7251101 15.475999 0.5 11.75 0.5 z "
           style="opacity:0.45;fill:url(#linearGradient4631);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
           id="path4416"
           d="m 11.75,0.96875 c -1.434338,0 -2.7452753,0.1898492 -3.8125,0.5 L 1.90625,3.28125 A 0.4579504,0.4579504 0 0 1 1.9375,3.375 l 3.90625,4.78125 a 0.4579504,0.4579504 0 0 1 0.125,0.28125 l 0,30.28125 A 0.4579504,0.4579504 0 0 1 5.75,39.125 C 5.1926533,39.45903 4.96875,39.779551 4.96875,40 l 0,1 c 0,0.171572 0.08343,0.378939 0.375,0.625 0.2915704,0.246061 0.776213,0.504898 1.375,0.71875 1.1975739,0.427705 2.8934917,0.6875 4.78125,0.6875 1.887758,0 3.583676,-0.259795 4.78125,-0.6875 0.598787,-0.213853 1.083429,-0.472689 1.375,-0.71875 0.291571,-0.246061 0.375,-0.453429 0.375,-0.625 l 0,-1 c 0,-0.220449 -0.223903,-0.54097 -0.78125,-0.875 a 0.4579504,0.4579504 0 0 1 -0.21875,-0.40625 l 0,-34.125 A 0.4579504,0.4579504 0 0 1 17.25,4.21875 c 0.560078,-0.3703498 0.78125,-0.71539 0.78125,-1 0,-0.2188988 -0.09344,-0.451054 -0.375,-0.71875 -0.281556,-0.267696 -0.738951,-0.5498201 -1.3125,-0.78125 -1.147097,-0.4628597 -2.780937,-0.75 -4.59375,-0.75 z"
           transform="matrix(0.957103,0,0,0.957103,40.712798,2620.7954)" />
        <path
           sodipodi:type="inkscape:offset"
           inkscape:radius="-0.96892917"
           inkscape:original="M 11.75 0.5 C 10.272657 0.5 8.9243859 0.70812 7.8125 1.03125 L 0.5 3.21875 L 1.5 3.5 L 1.5 3.53125 L 5.5 8.4375 L 5.5 38.71875 C 4.8761473 39.092639 4.4999999 39.533439 4.5 40 L 4.5 41 C 4.5 42.380001 7.6359995 43.5 11.5 43.5 C 15.364 43.5 18.499999 42.38 18.5 41 L 18.5 40 C 18.5 39.533439 18.123853 39.092639 17.5 38.71875 L 17.5 4.59375 C 18.11784 4.1852056 18.5 3.731072 18.5 3.21875 C 18.5 1.7251101 15.475999 0.5 11.75 0.5 z "
           style="opacity:0.66283498;fill:none;stroke:url(#linearGradient4633);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
           id="path4418"
           d="m 11.75,1.46875 c -1.386345,0 -2.6388676,0.2043341 -3.65625,0.5 L 2.78125,3.5625 6.25,7.8125 a 0.96902606,0.96902606 0 0 1 0.21875,0.625 l 0,30.28125 A 0.96902606,0.96902606 0 0 1 6,39.5625 C 5.5168743,39.852048 5.46875,40.054214 5.46875,40 l 0,1 c 0,-0.02197 -0.00273,0.03184 0.21875,0.21875 0.2214801,0.18691 0.627453,0.424983 1.1875,0.625 1.1200941,0.400034 2.786616,0.6875 4.625,0.6875 1.838384,0 3.504906,-0.287466 4.625,-0.6875 0.560047,-0.200017 0.96602,-0.438089 1.1875,-0.625 C 17.53398,41.031839 17.53125,40.978024 17.53125,41 l 0,-1 c 0,0.05421 -0.04812,-0.147952 -0.53125,-0.4375 a 0.96902606,0.96902606 0 0 1 -0.46875,-0.84375 l 0,-34.125 a 0.96902606,0.96902606 0 0 1 0.4375,-0.8125 c 0.495616,-0.3277244 0.5625,-0.5320182 0.5625,-0.5625 0,-0.046463 -0.0043,-0.1398908 -0.21875,-0.34375 C 17.098086,2.6711408 16.688142,2.4021213 16.15625,2.1875 15.092466,1.7582575 13.506805,1.46875 11.75,1.46875 z"
           transform="matrix(0.957103,0,0,0.957103,40.712798,2620.7954)" />
        <path
           sodipodi:type="inkscape:offset"
           inkscape:radius="-0.99105132"
           inkscape:original="M 11.75 0.5 C 10.272657 0.50000002 8.9243859 0.70424754 7.8125 1.0625 L 0.5 3.5 L 7.8125 5.90625 C 8.9243847 6.2645026 10.272657 6.5 11.75 6.5 C 15.476 6.5000002 18.499999 5.1560016 18.5 3.5 C 18.5 1.8440095 15.475999 0.5 11.75 0.5 z "
           style="opacity:0.46743302;fill:none;stroke:url(#linearGradient4635);stroke-width:1.20044005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
           id="path4425"
           d="M 11.75,1.5 C 10.364001,1.5 9.1189497,1.6797469 8.125,2 L 3.65625,3.5 8.125,4.96875 C 9.13496,5.2941622 10.377977,5.5 11.75,5.5 c 1.74384,1e-7 3.324091,-0.3141797 4.375,-0.78125 0.525454,-0.2335352 0.907555,-0.5216378 1.125,-0.75 C 17.467445,3.7403878 17.5,3.6123766 17.5,3.5 17.5,3.3876285 17.467446,3.2596123 17.25,3.03125 17.032554,2.8028877 16.650455,2.5147859 16.125,2.28125 15.074091,1.8141782 13.493838,1.5 11.75,1.5 z"
           transform="matrix(0.8855567,0,0,0.7178273,40.97439,2621.1543)" />
        <path
           sodipodi:type="inkscape:offset"
           inkscape:radius="-0.93915915"
           inkscape:original="M 11.75 0.5 C 10.272657 0.5 8.9243859 0.70812 7.8125 1.03125 L 0.5 3.21875 L 7.8125 5.375 C 8.9243847 5.6981302 10.272657 5.90625 11.75 5.90625 C 15.476 5.9062501 18.499999 4.7124 18.5 3.21875 C 18.5 1.7251101 15.475999 0.5 11.75 0.5 z "
           style="fill:none;stroke:url(#linearGradient4637);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
           id="path4427"
           d="m 11.75,1.4375 c -1.377581,0 -2.6404076,0.2075997 -3.65625,0.5 -0.00852,0.00245 -0.02276,-0.00247 -0.03125,0 l -4.25,1.28125 4.25,1.25 c 1.0202841,0.2965097 2.298359,0.5 3.6875,0.5 1.762694,0 3.368654,-0.294301 4.4375,-0.71875 0.534423,-0.2122245 0.908035,-0.4518248 1.125,-0.65625 0.216965,-0.2044252 0.25,-0.3184863 0.25,-0.375 0,-0.056509 -0.03167,-0.167422 -0.25,-0.375 C 17.094175,2.636172 16.690569,2.3718505 16.15625,2.15625 15.087612,1.7250491 13.510068,1.4375 11.75,1.4375 z"
           transform="matrix(0.957103,0,0,0.957103,40.652982,2621.3338)" />
        <path
           sodipodi:type="inkscape:offset"
           inkscape:radius="0.99775523"
           inkscape:original="M 11.75 1.4375 C 10.360859 1.4375 9.082786 1.6409902 8.0625 1.9375 L 3.8125 3.21875 L 8.0625 4.46875 C 9.0827841 4.7652597 10.360859 4.96875 11.75 4.96875 C 13.512694 4.96875 15.118654 4.674449 16.1875 4.25 C 16.721923 4.0377755 17.095535 3.7981752 17.3125 3.59375 C 17.529465 3.3893248 17.5625 3.2752637 17.5625 3.21875 C 17.5625 3.1622413 17.530825 3.051328 17.3125 2.84375 C 17.094175 2.636172 16.690569 2.3718505 16.15625 2.15625 C 15.087612 1.7250491 13.510068 1.4375 11.75 1.4375 z "
           style="opacity:0.08130272;fill:none;stroke:url(#linearGradient4639);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
           id="path4429"
           d="m 11.75,0.4375 c -1.486579,0 -2.8515164,0.20656585 -3.96875,0.53125 L 3.53125,2.25 a 0.997855,0.997855 0 0 0 0,1.9375 l 4.25,1.25 c 1.1172324,0.3246843 2.482171,0.53125 3.96875,0.53125 1.873751,0 3.572069,-0.2886631 4.8125,-0.78125 C 17.188086,4.9390738 17.650154,4.6421265 18,4.3125 18.314997,4.0157088 18.5625,3.6640879 18.5625,3.21875 18.5625,2.7893914 18.312024,2.4216649 18,2.125 17.643189,1.7857534 17.166304,1.4749975 16.53125,1.21875 15.289368,0.71764424 13.618739,0.4375 11.75,0.4375 z"
           transform="matrix(0.957103,0,0,0.957103,40.652982,2621.3338)" />
        <g
           transform="translate(36.785714,75.714286)"
           id="g5296">
          <path
             style="fill:url(#linearGradient4641);fill-opacity:1;fill-rule:nonzero;stroke:#4e9a06;stroke-width:0.95710301;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
             d="m 10.926785,2570.1444 0,13.3994 c 0,0.7925 1.71513,1.4357 3.828415,1.4357 2.11328,0 3.82841,-0.6432 3.82841,-1.4357 l 0,-13.3994 -7.656825,0 z"
             id="path4490"
             sodipodi:nodetypes="ccsccc" />
          <path
             sodipodi:type="arc"
             style="fill:url(#linearGradient4643);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4645);stroke-width:2.52435017;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
             id="path4492"
             sodipodi:cx="16.175068"
             sodipodi:cy="38.542446"
             sodipodi:rx="7.8665628"
             sodipodi:ry="4.8613591"
             d="m 24.041631,38.542446 c 0,2.684855 -3.52198,4.861359 -7.866563,4.861359 -4.344583,0 -7.8665629,-2.176504 -7.8665629,-4.861359 0,-2.684854 3.5219799,-4.861359 7.8665629,-4.861359 4.344583,0 7.866563,2.176505 7.866563,4.861359 z"
             transform="matrix(0.4866687,0,0,0.2953189,6.8832944,2558.7621)" />
          <path
             sodipodi:nodetypes="ccccc"
             id="path4431"
             d="m 11.76248,2552.6932 c 1.19021,0.3671 2.005794,0.3595 2.871311,0.4019 l 0,30.6272 -2.871311,0 0,-31.0291 z"
             style="opacity:0.5;fill:url(#linearGradient4647);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
        </g>
      </g>
      <path
         sodipodi:nodetypes="ccccccccccccc"
         id="path21209"
         d="m 40.6208,2609.8431 c -2.0658,0.7225 -4.54715,1.7219 -8.03571,3.3929 l -30.53571,-28.75 -5.89286,-14.6429 c -5.11905,2.0958 -10.23809,1.4007 -15.35714,1.7857 l 0.53571,5.5357 2.32143,0.3572 0,4.6428 2.14286,4.4643 9.28571,2.6786 5,36.25 c 5.95437,8.1726 10.852,6.8347 15.89286,6.7857 l 24.64285,-22.5 z"
         style="fill:#5586fd;fill-opacity:1;fill-rule:evenodd;stroke:none" />
      <path
         sodipodi:nodetypes="cccccccccccccc"
         id="path21211"
         d="m 180.44223,2618.236 c 9.37801,7.3334 20.85525,14.6114 29.10714,25.8928 -0.25851,-2.3014 -0.0285,-4.725 1.60715,-7.5 5.57336,-3.6791 9.54436,-3.6194 13.75,-4.1071 l 13.92857,-1.9643 0.35714,-1.4286 c -1.001,0.075 -1.96695,0.011 -2.5,-1.7857 5.5868,-1.5442 8.04327,-1.8363 11.42857,-2.5 l -4.46428,2.8572 23.57143,-1.25 c -2.25117,3.3895 -5.02815,6.3584 -9.64286,7.8571 -4.54868,0.047 -9.159,0.063 -14.64286,-0.3571 l -32.14286,35.8928 -30.35714,-51.6071 z"
         style="fill:#5586fd;fill-opacity:1;fill-rule:evenodd;stroke:none" />
      <path
         sodipodi:nodetypes="cccccccccccccc"
         id="path21213"
         d="m 167.76366,2606.0931 c 5.67242,1.2853 12.54455,4.9701 19.10714,8.0357 l 33.57143,-30.5357 0,-0.8928 -2.32143,0 0.35715,-1.9643 10.35714,-7.1429 -3.75,5.5357 19.82143,-9.6428 c -1.5026,4.893 -2.07728,10.8379 -10.35715,14.4643 l -8.92857,0.8928 c -2.14286,13.9286 -3.08858,30.2514 -6.42857,41.7857 -3.96272,4.1638 -8.23554,7.6446 -17.85714,8.0357 -13.8625,-4.1797 -22.39883,-19.0118 -33.57143,-28.5714 z"
         style="fill:#5586fd;fill-opacity:1;fill-rule:evenodd;stroke:none" />
      <path
         sodipodi:nodetypes="cccc"
         id="path21219"
         d="m 98.65652,2705.0217 61.07143,-12.8572 c 1.00005,-10.5417 -5.46994,-15.4808 -8.21429,-23.2142 -31.36263,4.1703 -48.1559,16.666 -52.85714,36.0714 z"
         style="fill:#b65641;fill-opacity:1;fill-rule:evenodd;stroke:none" />
      <path
         sodipodi:nodetypes="cccccc"
         id="path21221"
         d="m 61.15652,2688.236 37.85714,17.8571 9.28572,-17.5 c -12.7381,-13.503 -24.04762,-22.0767 -36.78572,-26.0714 l -10.71428,20.3571 0.35714,5.3572 z"
         style="fill:#9c4937;fill-opacity:1;fill-rule:evenodd;stroke:none" />
      <path
         sodipodi:nodetypes="cccc"
         id="path21223"
         d="m 109.72795,2690.736 c 14.28571,-13.854 28.57143,-17.0394 42.85714,-15.7143 -21.13676,7.1102 -34.44569,18.1343 -50.35714,27.8571 17.70805,-9.1678 35.7625,-16.95 55.35714,-18.5714"
         style="fill:none;stroke:#a74f3b;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
      <path
         sodipodi:nodetypes="cc"
         id="path21231"
         d="m 134.72795,2602.1645 c 14.3227,46.8359 28.41975,106.0319 92.5,128.5715"
         style="fill:none;stroke:#b3b3b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
      <path
         sodipodi:nodetypes="cc"
         id="path21233"
         d="m 140.08509,2599.6645 c 13.68645,47.0272 33.12952,104.0932 92.5,120.7143"
         style="fill:none;stroke:#b3b3b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
      <path
         id="path21237"
         d="m -10.07643,2630.8043 -2.77792,13.6371 -9.09137,-8.8388 1.51522,-5.5559 10.35407,0.7576 z"
         style="fill:#fff600;fill-opacity:1;fill-rule:evenodd;stroke:none" />
      <path
         id="path21239"
         d="m 2.5059859,2584.8731 -7.3990359,5.0685 2.981991,23.333 17.89201,-16.7014 -13.4749651,-11.7001 z"
         style="fill:#fff600;fill-opacity:1;fill-rule:evenodd;stroke:none"
         sodipodi:nodetypes="ccccc" />
      <path
         id="path21241"
         d="m 22.75353,2626.5112 6.81853,10.6066 -3.53554,5.5558 -7.82868,-11.1116 4.54569,-5.0508 z"
         style="fill:#fff600;fill-opacity:1;fill-rule:evenodd;stroke:none" />
      <path
         sodipodi:nodetypes="ccccc"
         id="path21243"
         d="m 43.96673,2655.8056 -5.30331,23.4861 17.93021,-8.3338 c -2.45577,-3.3672 -1.28115,-6.7343 -1.26269,-10.1015 l -11.36421,-5.0508 z"
         style="fill:#fff600;fill-opacity:1;fill-rule:evenodd;stroke:none" />
      <path
         id="path21245"
         d="m 37.40074,2622.7231 18.94035,17.6777 -4.79822,5.8084 -17.67767,-15.9099 3.53554,-7.5762 z"
         style="fill:#fff600;fill-opacity:1;fill-rule:evenodd;stroke:none" />
      <path
         sodipodi:nodetypes="csssss"
         id="path21247"
         d="m 48.47795,2632.3431 c 0.37416,-1.0865 4.52676,-2.3966 4.82143,-4.1964 0.32741,-1.9998 0.52973,-5.2876 0.35714,-5.8929 -0.25324,-0.8881 -4.60068,0.6428 -5.53572,1.6965 -1.55096,1.7477 -1.28918,5.3156 -2.58928,5.9821 -0.89918,0.461 2.62353,3.3484 2.94643,2.4107 z"
         style="fill:#fff600;fill-opacity:1;fill-rule:evenodd;stroke:none" />
      <path
         id="path21249"
         d="m 47.04938,2630.6467 2.58928,-3.0357 0.17857,-2.8572"
         style="fill:none;stroke:none" />
      <path
         id="path21251"
         d="m 205.84367,2597.7218 16.41498,17.1726 3.03046,-24.4962 -6.81853,-4.7982 -12.62691,12.1218 z"
         style="fill:#fff600;fill-opacity:1;fill-rule:evenodd;stroke:none" />
      <path
         id="path21253"
         d="m 175.28655,2656.8158 5.30331,22.9809 -23.99113,-12.6269 0.25254,-3.5355 18.43528,-6.8185 z"
         style="fill:#fff600;fill-opacity:1;fill-rule:evenodd;stroke:none" />
      <path
         id="path21255"
         d="m 229.32972,2632.5721 3.78807,12.3744 9.09137,-9.5965 -2.77792,-5.0507 -10.10152,2.2728 z"
         style="fill:#fff600;fill-opacity:1;fill-rule:evenodd;stroke:none" />
      <path
         id="path21257"
         d="m 195.99468,2629.5416 -4.54568,11.6168 -5.55584,-8.5863 5.05076,-7.0711 5.05076,4.0406 z"
         style="fill:#fff600;fill-opacity:1;fill-rule:evenodd;stroke:none" />
      <path
         id="path21259"
         d="m 185.38808,2629.5416 -17.29886,17.0464 -4.67196,-7.1974 17.42513,-17.4251 4.54569,7.5761 z"
         style="fill:#fff600;fill-opacity:1;fill-rule:evenodd;stroke:none" />
      <path
         sodipodi:nodetypes="csccc"
         id="path21261"
         d="m 164.17488,2627.1425 c -0.50089,-1.438 -1.19188,-4.3555 0,-5.3033 1.16578,-0.927 3.63289,-0.1104 4.92449,0.6314 2.49929,2.168 4.02207,5.9769 4.29315,9.2176 -3.44257,0.9903 -7.05516,-2.0139 -9.21764,-4.5457 z"
         style="fill:#fff600;fill-opacity:1;fill-rule:evenodd;stroke:none" />
      <path
         sodipodi:nodetypes="ccsccccc"
         id="path21263"
         d="m 62.90709,2691.4135 c -10.41857,11.6911 -14.93093,20.4291 -21.71828,30.3046 6.44316,6.1317 11.77648,12.1941 21.47119,17.4147 9.7085,5.2281 23.78793,9.6134 43.68364,14.4051 l 4.54569,-19.4455 -22.98097,-10.6066 c 0.70408,-3.8722 2.88834,-7.7445 0.50508,-11.6167 l -25.50635,-20.4556 z"
         style="fill:#e63a21;fill-opacity:1;fill-rule:evenodd;stroke:none" />
      <path
         sodipodi:nodetypes="ccccccccccccccccccccccccc"
         id="path21265"
         d="m 129.57715,2709.7225 -12.50064,26.5165 -24.11739,-9.849 c -1.74724,3.2615 -5.94423,4.0731 -9.59645,5.4296 l -1.01015,-1.389 1.76777,-0.8838 -2.90419,-0.6314 0.12627,-1.5152 2.90419,-0.6314 -4.04061,0.2526 -0.25254,-1.7678 3.28299,-0.1263 0,-0.8839 -3.91434,0.1263 -0.12627,-1.6415 -4.67196,-0.3788 -0.63134,-2.2728 3.53554,-0.5051 12.2481,-2.3991 0.3788,-2.6517 -1.51522,-0.2525 0.50507,-0.8839 2.90419,0 1.38896,3.6618 c 12.07974,-1.5443 24.15948,-4.4727 36.23922,-7.3236 z"
         style="fill:#5586fd;fill-opacity:1;fill-rule:evenodd;stroke:none" />
      <path
         id="path21267"
         d="m 129.57715,2709.7225 c 0.50508,0 6.18719,-0.5051 6.18719,-0.5051 l -9.84899,31.441 -9.09137,-4.0406 12.75317,-26.8953 z"
         style="fill:#ce331c;fill-opacity:1;fill-rule:evenodd;stroke:none" />
      <path
         id="path21269"
         d="m 127.05177,2740.6584 27.65293,8.9651 19.06663,-13.2582 0.88388,-11.6168 -16.54125,-31.441 -22.22335,15.7837 -8.83884,31.5672 z"
         style="fill:#ff4123;fill-opacity:1;fill-rule:evenodd;stroke:none" />
      <path
         sodipodi:nodetypes="cccccc"
         id="path21271"
         d="m 62.0232,2689.2669 1.26269,2.6517 c 10.61995,8.7695 22.51866,15.9406 30.68338,27.7792 33.40988,-1.0103 51.82621,-11.6257 63.76588,-26.3903 l -58.46257,11.238 -37.24938,-15.2786 z"
         style="fill:#ff4123;fill-opacity:1;fill-rule:evenodd;stroke:none" />
      <path
         id="path21273"
         d="m 145.61332,2706.4395 14.01587,13.2583"
         style="fill:none;stroke:none" />
      <path
         id="path21275"
         d="m 141.44644,2709.47 11.8693,11.743"
         style="fill:none;stroke:none" />
      <path
         id="path21277"
         d="m 138.79479,2710.6064 6.06092,13.8896"
         style="fill:none;stroke:none" />
      <path
         id="path21279"
         d="m 127.55685,2709.47 c 0.63134,-0.3788 7.19733,-5.3033 7.19733,-5.3033"
         style="fill:none;stroke:none" />
      <path
         id="path21281"
         d="m 121.6222,2710.1013 c 0.88388,-0.6313 5.80838,-5.0507 5.80838,-5.0507"
         style="fill:none;stroke:none" />
      <path
         id="path21283"
         d="m 116.82398,2711.8691 c 0.25253,-1.1364 0.88388,-7.4499 0.88388,-7.4499"
         style="fill:none;stroke:none" />
      <path
         id="path21285"
         d="m 111.64694,2713.0055 c -0.25253,-3.0305 -0.3788,-2.0203 -0.3788,-2.0203"
         style="fill:none;stroke:none" />
      <path
         sodipodi:nodetypes="cssssssssssssssssssss"
         id="path21287"
         d="m 99.90392,2716.1622 c -2.88724,4.1144 -4.22735,8.6468 -8.20749,12.6269 0,0 -2.49348,4.7741 -3.91434,3.9144 -1.08657,-0.6575 1.07109,-2.7852 1.26269,-4.0406 0.07429,-0.4868 0.34821,-1.2933 0,-1.6415 -0.48214,-0.4822 -1.7907,0.4821 -2.27284,0 -0.1875,-0.1875 -0.17881,-0.6881 0,-0.8839 0.56429,-0.6179 2.09484,0.2308 2.77792,-0.2526 0.81635,-0.5777 2.05692,-2.2861 1.38896,-3.0304 -0.48005,-0.5349 -1.72988,1.2285 -2.27285,0.7576 -0.31995,-0.2775 -0.0565,-1.0994 0.25254,-1.389 0.72345,-0.6779 2.36929,0.01 3.283,-0.3788 0.71971,-0.3031 2.29624,-0.9109 2.0203,-1.6415 -0.33489,-0.8866 -2.57096,0.8714 -3.15672,0.1263 -0.17044,-0.2168 0.02848,-0.7231 0.25253,-0.8839 0.64703,-0.4643 1.86923,0.2749 2.65165,0.1263 0.81621,-0.155 2.62822,-0.312 2.52539,-1.1364 -0.08094,-0.6489 -1.81195,0.183 -2.14658,-0.3788 -0.1839,-0.3088 0.03706,-1.0253 0.37881,-1.1365 0.61978,-0.2015 1.11664,1.235 1.76777,1.2627 1.18779,0.051 3.40926,-2.0203 3.40926,-2.0203 z"
         style="fill:#fff600;fill-opacity:1;fill-rule:evenodd;stroke:none" />
      <path
         id="path21289"
         d="m 110.51052,2733.8399 6.56599,2.7779 -0.12626,18.6878 -10.60661,-2.1465 4.16688,-19.3192 z"
         style="fill:#f84b2f;fill-opacity:1;fill-rule:evenodd;stroke:none" />
      <path
         id="path21291"
         d="m 117.58159,2737.628 4.29315,1.5152 8.33376,12.2481 7.70241,0.1263 -4.04061,6.4397 -0.88388,13.6371 -2.90419,1.894 -0.88388,-5.3033 -2.02031,0.1263 0.12627,-1.2627 -3.6618,-0.1263 0.50507,-1.2627 -0.50507,-0.3788 3.78807,-9.0914 -10.2278,-1.0101 0.37881,-17.5514 z"
         style="fill:#5586fd;fill-opacity:1;fill-rule:evenodd;stroke:none" />
      <path
         style="fill:#dde800;fill-opacity:1;fill-rule:evenodd;stroke:none"
         d="m 3.0027329,2585.957 -7.16618,6.5704 2.9583,19.1885 15.4769801,-15.9359 -11.2691001,-9.823 z"
         id="path5486"
         sodipodi:nodetypes="ccccc" />
      <g
         transform="matrix(-0.1409786,-0.00964789,-0.00964789,0.1409786,-11.88577,2557.3684)"
         id="g4492"
         style="display:inline">
        <g
           id="g36177"
           transform="matrix(0.634969,0,0,0.561672,-96.3391,-2.34303)">
          <path
             id="path22955"
             style="fill:#c5c8bc;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.81238008;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
             d="m 743.59234,808.62875 -13.98114,18.25974 0.21367,61.70825 15.90073,-19.03529 -2.13326,-60.9327 z" />
          <path
             id="path22080"
             style="fill:#c5c8bc;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.97958994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
             d="m 673.89154,884.57582 -13.19508,20.52407 2.82752,67.16967 15.08009,-21.45698 -4.71253,-66.23676 z" />
          <path
             id="path21180"
             style="fill:url(#linearGradient4649);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:4.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
             d="m 462.29355,803.3516 c 0,0 233.85342,19.48779 242.51465,20.57044 8.66124,1.08266 22.73575,1.08266 22.73575,1.08266 0,0 2.16531,0 2.16531,5.41327 0,5.41327 0,54.13274 0,54.13274 0,0 1.08266,4.33061 -3.24796,4.33061 -4.33062,0 -68.20725,-6.49592 -68.20725,-6.49592 0,0 -1.08265,-7.57859 -7.57858,-7.57859 -6.49593,0 -193.79519,-18.40513 -193.79519,-18.40513 0,0 -22.73575,-19.48778 -23.8184,-25.98371 -1.08266,-6.49593 -8.66124,-20.57044 -3.24796,-23.8184 5.41327,-3.24797 33.56229,-4.33062 32.47963,-3.24797 z" />
          <path
             id="path18548"
             style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
             d="m 329.42773,786.86935 -43.11111,54.9659 -27.55988,-18.37326 c 0,0 18.37326,-17.6077 22.96657,-20.66991 4.59331,-3.06221 12.24884,-9.95219 20.66992,-9.95219 9.18662,0 193.68477,-5.35886 200.57474,-5.35886 6.88998,0 210.52694,18.37326 218.18246,18.37326 7.65552,0 18.37326,1.5311 18.37326,1.5311 0,0 3.06221,-0.76555 1.5311,2.29666 -1.5311,3.06221 -11.48328,16.0766 -11.48328,16.0766 L 489.18803,808.15094 329.42773,786.86935 z" />
          <path
             id="path16799"
             style="fill:url(#linearGradient4651);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:4.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
             d="m 259.2997,825.39721 c 0,0 12.43644,8.70551 16.78919,11.81462 4.35276,3.10911 9.32733,5.5964 9.32733,5.5964 l 4.35275,-13.05826 c 0,0 8.88518,4.7427 16.16737,10.57097 6.81203,5.45198 46.4743,25.18225 81.45866,31.71291 34.98436,6.53066 135.55716,23.62923 182.1938,26.73834 46.63663,3.10911 91.40781,5.5964 91.40781,5.5964 l 3.10911,67.15675 -65.2913,-4.97457 c 0,0 1.24365,1.24364 -5.59639,-0.62182 -6.84004,-1.86547 -12.43644,-8.70551 -12.43644,-8.70551 0,0 -80.21502,-9.32732 -83.94595,-9.32732 -3.73093,0 -130.58258,-18.03284 -147.99359,-24.87288 -17.41101,-6.84004 -26.73834,-11.19279 -29.84745,-9.32733 -3.10911,1.86547 -4.97458,6.21822 -4.97458,6.21822 0.85434,0.42717 -22.35933,-6.25201 -35.44384,-13.68008 -13.08451,-7.42807 -23.62923,-17.41101 -23.62923,-17.41101 l 1.24364,-27.36016 3.10911,-36.06567 z" />
          <path
             id="path1727"
             style="fill:#000000"
             d="m 391.04145,522.93847 c -2.6444,-5.2385 -2.9282,-6.501 -1.9776,-8.7959 0.9685,-2.3382 0.538,-3.9115 -3.3798,-12.3528 -3.6271,-7.8147 -4.9858,-9.7978 -7.0717,-10.3213 -1.4201,-0.3564 -3.2413,-1.923 -4.0471,-3.4812 -1.7864,-3.4547 -1.8121,-3.9263 -0.2151,-3.9547 0.6875,-0.0123 2.3533,-0.8701 3.7017,-1.9064 l 2.4516,-1.8842 -3.7016,-7.888 c -3.3615,-7.1631 -4.7357,-11.6665 -3.0437,-9.9745 0.3619,0.3619 1.1494,0.2708 1.75,-0.2024 2.1373,-1.6839 11.4048,-3.3265 13.1759,-2.3353 1.85,1.0353 5.414,9.435 5.4153,12.763 5e-4,1.1275 0.5633,2.6406 1.2508,3.3624 1.0198,1.0707 0.8356,1.1872 -1,0.6326 -2.2565,-0.6817 -3.1798,0.7623 -1.25,1.955 1.2719,0.786 1.2937,5.0828 0.0377,7.4296 -0.7252,1.355 0.1051,4.2235 3.3691,11.6406 3.4831,7.915 4.8518,10.016 6.989,10.7284 4.4558,1.4853 8.2963,11.5655 5.8389,15.3256 -1.5672,2.3979 -7.9098,5.3685 -11.4703,5.3721 -3.5715,0.004 -3.8712,-0.2649 -6.8231,-6.1126 z" />
          <path
             id="path9785"
             style="fill:#e1e4df;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:5.07027006;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
             d="m 316.71938,319.83736 -66.86634,27.15954 c 0,0 -16.09745,34.56666 -21.05051,72.8369 -4.95306,38.27023 -9.90612,132.09404 17.33572,186.41309 27.24184,54.31906 106.49083,158.01905 170.88064,185.17858 64.3898,27.15952 74.29593,28.39405 74.29593,28.39405 0,0 19.47175,-5.14785 14.85918,-14.81429 -18.30656,-38.36454 -63.15691,-148.21582 -63.15691,-148.21582 l -27.26337,11.11072 -40.81973,4.97458 c 0,0 -34.68757,-33.29567 -45.83195,-53.04806 -11.1444,-19.75237 -48.29236,-96.29285 -34.67144,-120.98332 13.62092,-24.69049 23.52704,-24.69049 32.1949,-22.22144 8.66787,2.46905 26.00358,18.51786 26.00358,18.51786 l 28.4801,-9.87619 -64.3898,-165.4262 z" />
          <path
             id="path26460"
             style="fill:url(#linearGradient4653);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.91829991;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
             d="m 336.3808,481.06422 c 0,0 -15.22445,-14.87103 -35.35534,-10.66238 -24.59999,5.14297 -38.02947,39.69613 -27.53565,76.27887 10.26075,35.77025 60.42074,126.90611 80.323,138.10457 20.65276,11.62074 38.47126,-0.2919 52.26851,-5.01296 8.51019,-2.91197 27.27412,-14.53962 27.27412,-14.53962 l -12.12183,-10.66239 -45.45686,2.90793 c 0,0 -2.02031,3.87723 -14.14214,-6.78516 -12.12183,-10.66239 -50.57954,-60.40606 -65.04205,-108.09506 -7.66768,-25.28357 -2.56312,-46.44836 6.65902,-54.92118 9.45409,-8.68593 21.00739,-13.39777 25.048,-11.45916 4.04061,1.93862 7.07106,6.78516 8.08122,4.84654 z" />
          <path
             id="path6275"
             style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4.9000001;marker:none;visibility:visible;display:inline;overflow:visible"
             transform="matrix(0.913421,-0.422405,0.425674,0.906407,108.797,109.243)"
             d="m 216.61169,242.1196 c -1e-5,5.98476 -25.00178,10.88727 -56.46228,11.07148 -31.46049,0.18422 -58.00141,-4.41648 -59.93816,-10.3899 -1.936763,-5.97343 21.4311,-11.15916 52.77237,-11.71111 31.34126,-0.55195 59.32074,3.72951 63.18693,9.66895" />
          <path
             id="path3139"
             style="fill:#000000"
             d="m 582.57141,608.64284 c 0,-0.4005 0.93168,-1.3099 2.0704,-2.0211 1.13871,-0.7111 14.18871,-11.8732 29,-24.8046 28.27494,-24.6863 28.51942,-24.9784 25.4296,-30.3835 -1.73089,-3.0279 -1.83806,-4 -0.44098,-4 0.58246,0 0.7809,0.45 0.44098,1 -0.33992,0.55 -0.0665,1 0.60765,1 0.67413,0 0.94152,0.2842 0.5942,0.6315 -0.34732,0.3473 -0.10562,1.5848 0.5371,2.75 0.64272,1.1652 1.18939,2.7125 1.21482,3.4385 0.0561,1.6013 -7.75879,10.18 -9.27359,10.18 -0.59312,0 -2.27971,1.575 -3.74798,3.5 -1.46827,1.925 -3.2777,3.5 -4.02095,3.5 -0.74326,0 -2.34947,1.35 -3.56937,3 -1.2199,1.65 -2.78919,3 -3.48731,3 -0.69812,0 -2.52599,1.575 -4.06194,3.5 -1.53595,1.925 -3.33595,3.5 -4,3.5 -0.66405,0 -2.46405,1.575 -4,3.5 -1.53595,1.925 -3.33223,3.5 -3.99174,3.5 -0.65951,0 -2.40042,1.575 -3.86869,3.5 -1.46827,1.925 -3.26827,3.5 -4,3.5 -0.73173,0 -2.52838,1.5706 -3.99257,3.4903 -1.46418,1.9196 -3.06208,3.243 -3.55089,2.9409 -0.48881,-0.3021 -0.88874,-0.1208 -0.88874,0.4028 0,0.5236 -0.675,1.211 -1.5,1.5276 -0.825,0.3166 -1.5,0.248 -1.5,-0.1524 z" />
          <path
             id="path1707"
             style="fill:#000000"
             d="m 270.51155,438.1198 c -13.41607,-2.5915 -27.58899,-15.8454 -34.94341,-32.6777 -5.06457,-11.5914 -3.95323,-33.5841 2.30601,-45.6343 3.01127,-5.7972 9.77488,-12.4787 15.6546,-15.4644 16.70281,-8.4818 20.06599,-9.6507 27.48209,-9.5515 8.57941,0.1148 15.82439,2.5364 25.03614,8.3683 12.14994,7.6921 20.04352,19.8438 23.20015,35.7151 2.81733,14.1654 1.55197,23.059 -4.69423,32.9934 -2.36137,3.7558 -5.16483,7.6549 -6.22988,8.6649 -1.06507,1.01 -1.93648,2.3573 -1.93648,2.9942 0,2.259 -5.3576,6.4555 -13.36117,10.4655 -7.54118,3.7784 -8.81743,4.0963 -18.13301,4.5166 -5.51148,0.2487 -11.98284,0.0731 -14.38081,-0.3901 z" />
          <path
             id="path1705"
             style="fill:#403c3d;fill-opacity:1"
             d="m 286.52498,432.5668 c 8.05546,-1.6097 18.33506,-7.0829 20.40213,-10.8626 4.78081,-8.742 11.21788,-17.7851 12.66049,-17.786 1.14193,-8e-4 2.07491,-1.5597 3.1017,-5.1826 1.91097,-6.7426 1.83278,-11.7343 -0.31826,-20.3185 -4.00631,-15.9879 -12.18213,-28.445 -22.51952,-34.3116 -6.47067,-3.6723 -20.78254,-8.3823 -23.62826,-7.7761 -6.49082,1.3827 -7.41883,1.7088 -7.41883,2.6068 0,0.5395 1.98801,0.9809 4.41778,0.9809 4.16003,0 14.40474,3.2446 20.18274,6.3921 4.4199,2.4076 10.40317,7.8794 14.33323,13.1079 3.50065,4.6572 9.58327,19.9966 8.41486,21.2209 -0.2704,0.2833 -0.78863,-0.7755 -1.15163,-2.3529 -0.88587,-3.8496 -8.10325,-15.0874 -12.54688,-19.5361 -13.52126,-13.5365 -26.6998,-17.5565 -42.50262,-12.965 -16.16262,4.696 -25.64939,19.1065 -25.76227,39.1331 -0.0355,6.2978 0.48578,10.0443 2.01203,14.4609 5.85135,16.932 21.12975,31.3024 35.6322,33.5144 7.44867,1.1361 7.36778,1.1379 14.69111,-0.3256 z" />
          <g
             id="g2838"
             style="fill:url(#linearGradient4659);fill-opacity:1"
             transform="matrix(0.954369,0,0,1,-481.182,-1374.29)">
            <path
               id="path1703"
               style="fill:url(#linearGradient4655);fill-opacity:1"
               d="m 784.84574,1801.1244 c -8.34203,-2.5467 -16.76177,-9.7573 -20.92678,-17.9214 -2.99007,-5.861 -4.23774,-16.0734 -2.69183,-22.033 2.90905,-11.2147 11.30822,-21.1169 19.59857,-23.1057 6.99365,-1.6777 17.45625,-0.8477 22.63261,1.7956 5.023,2.5649 12.98956,11.2156 14.30208,15.5302 0.53028,1.7432 1.64666,4.9694 2.48085,7.1694 4.93924,13.0262 -2.37359,31.3213 -14.83989,37.1263 -5.22456,2.4328 -15.04709,3.1203 -20.55561,1.4386 z" />
            <path
               id="path1701"
               style="fill:url(#linearGradient4657);fill-opacity:1"
               d="m 798.77072,1795.5065 c 7.06104,-2.9496 11.51014,-8.8036 14.17947,-18.6571 1.47774,-5.4548 0.80409,-10.3778 -2.09166,-15.2858 -1.11576,-1.891 -1.74832,-3.8919 -1.40569,-4.4462 0.90769,-1.4687 -7.21912,-9.8922 -11.7969,-12.2276 -4.996,-2.5488 -12.96726,-3.3749 -18.39917,-1.9067 -3.35562,0.9069 -5.2774,2.4308 -9.28166,7.3601 -10.58538,13.0306 -10.18148,25.9636 1.21734,38.9803 5.84031,6.6693 19.22852,9.6708 27.57827,6.183 z" />
          </g>
          <path
             id="path1681"
             style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:4.9000001;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
             d="m 278.16663,188.9524 c -1.3443,-2.8875 -2.4486,-6.2298 -2.454,-7.4274 -0.009,-1.9334 3.436,-5.6378 6.054,-6.5105 0.5298,-0.1766 -2.9057,-9.3191 -7.6346,-20.3166 -18.9863,-44.1549 -31.42914,-74.3145 -31.42914,-76.1794 0,-3.0463 3.48246,-5.4688 16.77384,-11.6681 19.3132,-9.008 40.1654,-16.9299 45.8773,-17.4291 4.5759,-0.3999 5.3217,-0.1859 6.6777,1.9155 0.8395,1.3011 7.2185,16.3156 14.1755,33.3656 6.9569,17.05 15.6033,37.6555 19.2142,45.79 l 6.5651,14.79 4.1655,-0.6246 c 4.8772,-0.7314 5.5003,-0.1946 8.4448,7.2755 3.2439,8.23 4.7291,7.0326 -22.8939,18.4588 -7.975,3.2989 -23.9591,10.0057 -35.5202,14.9041 -11.5611,4.8984 -22.0443,8.9062 -23.296,8.9062 -1.7684,0 -2.8208,-1.1705 -4.7201,-5.25 z" />
          <path
             id="path33543"
             style="opacity:0.18539303;fill:#2d371f;fill-opacity:1;fill-rule:nonzero;stroke:none"
             d="m 290.98241,56.020023 c -1.44707,0.936224 4.92846,0.217796 8.27381,1.461241 10.58575,8.157164 13.78601,20.781781 18.14431,32.260512 2.60819,14.031124 17.35309,40.549904 21.9878,53.822874 4.19163,10.13975 3.17144,6.49278 14.48667,10.0291 3.52217,0.81453 1.43469,6.74743 6.79999,5.22376 3.30852,-1.33421 -1.01131,-8.36584 -6.0663,-8.97126 -6.96673,2.49453 -7.24786,0.42547 -10.96245,-6.02374 -7.81512,-14.63287 -13.37706,-30.35644 -16.86627,-40.64874 -3.48922,-10.292302 -6.65344,-15.256562 -7.57373,-23.20502 -2.57074,-8.793153 -8.76398,-19.459891 -17.05378,-24.752503 -0.95143,-0.907356 -9.84819,0.750308 -11.17005,0.803776 z" />
          <path
             id="path3636"
             style="fill:url(#linearGradient4661);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:4.69999981;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
             d="M 285.71429,195.21933 320,283.79075 l 88.57143,-40 -40,-82.85714 -82.85714,34.28572 z" />
          <path
             id="path2953"
             style="fill:#000000"
             d="m 288.90625,58.6875 c -14.30594,2.200202 -26.66304,10.624761 -40.09375,15.25 -1.76128,0.188727 -4.32401,-3.548979 -5.1875,-0.375 -0.93902,1.425356 -4.47564,2.920208 -3.46875,5.96875 5.4362,9.285986 9.41243,20.115066 12.65625,30.4375 0.0352,3.39716 3.55774,5.50595 4.24805,9.15797 7.97984,18.47932 16.67454,36.88155 23.25195,55.84203 1.31554,4.67565 -7.98313,4.68704 -5.5625,9.9375 1.21946,4.01416 4.42599,10.70375 9.69595,7.80068 17.75846,-8.11674 36.38122,-14.93517 53.80405,-23.83193 5.20439,-2.03545 8.82489,-9.01215 4.40625,-13.5625 -4.58626,-2.11627 -24.7092,9.25239 -29.29884,10.0088 2.90033,-1.62192 24.97841,-12.1264 21.33009,-16.3213 -3.75549,-5.6866 -3.93678,-13.18313 -7.23187,-19.2154 -3.85017,-9.72461 -6.81734,-19.76526 -11.20563,-29.19085 -1.33805,-6.105368 -4.76092,-11.556971 -6.625,-17.5 -4.60712,-7.703661 -8.88199,-15.943722 -14.5,-22.96875 -1.75865,-1.333433 -4.06043,-1.674813 -6.21875,-1.4375 z" />
          <path
             id="path4514"
             style="fill:url(#linearGradient4663);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:5.80000019;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
             d="m 303.282,283.89696 c 0,0 31.71801,-9.71057 61.00372,-22.56771 29.28571,-12.85714 44.57513,-24.97078 44.57513,-24.97078 l 85.42486,204.57514 c 0,0 -20.31864,12.93415 -45.31864,23.64844 -25,10.71429 -54.68136,19.2087 -54.68136,19.2087 l -5.71428,-20 -11.42857,0 L 303.282,283.89696 z" />
          <path
             id="path8029"
             style="fill:#4d4641;fill-opacity:1;fill-rule:evenodd;stroke:none"
             d="m 411.17241,478.577 7.38448,18.05097 11.48699,-0.8205 8.20499,23.79447 4.92299,2.46149 18.87147,45.94794 44.30694,-18.87148 -22.15347,-47.58893 2.4615,-6.56399 -9.84599,-22.97396 4.923,-1.641 -6.564,-18.87148 c 0,0 -15.17922,8.82036 -31.17895,15.58948 -15.99972,6.76912 -32.81995,11.48699 -32.81995,11.48699 z" />
          <path
             id="path3127"
             style="fill:#000000"
             d="m 462.47225,563.54787 c -2.6847,-4.80841 -4.86272,-9.94748 -6.47297,-15.21367 0.008,-3.46037 9.2707,-3.40208 5.53009,-8.27754 -3.01252,-3.87734 -9.03601,-2.50698 -11.97458,-6.27928 -3.24719,-5.33919 -4.60825,-11.87485 -8.90103,-16.53757 -2.89116,-0.96219 -4.40204,-5.03184 -3.90775,-2.96932 0.17821,-3.71021 -2.99887,-7.96087 -4.47716,-11.7093 -1.53324,-3.08775 -3.06649,-6.1755 -4.59973,-9.26326 -2.95238,-0.005 -8.91358,1.2029 -10.23078,-2.87962 -0.42404,-3.70188 -5.59381,-8.91598 -2.26787,-11.62529 14.66338,-5.20074 28.94305,-11.44583 43.59289,-16.67802 5.47127,-3.05052 7.09977,3.21748 8.72278,7.02475 1.46094,3.31419 6.13169,5.26981 1.90139,8.54906 -2.01251,5.68424 1.36114,11.40786 3.29296,16.64139 0.64175,4.56981 4.87338,5.02954 8.17003,6.34256 1.7473,4.50784 -5.86796,6.44472 -2.41352,11.45568 1.90383,5.89653 4.42386,11.57734 7.07997,17.14687 2.37391,6.59033 5.57792,12.89669 9.20334,18.88318 3.99701,2.90586 -5.49616,4.63534 -6.58412,7.63794 -4.96602,3.05667 -10.36324,5.48463 -16.12362,6.50358 -2.86516,0.0872 -7.24564,4.161 -9.54032,1.24786 z" />
          <path
             id="path15907"
             style="fill:url(#linearGradient4665);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:4.21245003;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
             d="m 670.05528,882.64013 c 2.25941,0.1348 5.00095,1.9123 4.42305,3.51756 -0.40984,1.13842 -13.26915,20.22594 -13.26915,20.22594 0,0 -231.76784,-23.7435 -245.03699,-26.38167 -13.26915,-2.63816 -78.73029,-19.34655 -90.23023,-25.50227 -10.82046,-5.79202 -36.71132,-17.14809 -36.26902,-25.50228 0.48875,-9.23127 54.70386,-76.29037 80.49952,-107.28544 25.43254,-30.55876 48.91316,-16.93941 56.61505,-1.75879 5.59973,11.03722 6.28434,54.51221 7.96149,70.35112 1.76922,16.70839 8.73713,48.47764 18.57681,59.79844 10.20806,11.74464 80.49952,18.46717 116.76853,21.98472 36.26902,3.51756 97.15876,10.38549 99.96094,10.55267 z" />
          <path
             id="path29977"
             style="opacity:0.21348303;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             d="m 402.86202,702.63989 c 8.57433,1.72002 20.2258,5.96992 23.69841,14.29474 4.9341,9.35096 3.93469,17.74552 5.72779,27.7439 1.52802,10.14908 1.13568,20.13941 2.54147,30.31866 3.17907,16.62672 3.93608,34.84477 9.04662,50.37511 2.12362,7.59651 2.1754,17.36029 9.72103,21.76246 7.01441,4.76414 14.29411,9.58798 23.0444,9.89706 5.97689,1.76226 13.94338,0.32883 18.88787,2.85192 -5.30453,5.26316 -11.87775,6.72557 -19.14302,4.951 -9.59405,-1.38591 -20.57654,-1.32997 -27.77974,-8.89064 -7.89629,-2.17338 -11.99801,-9.89917 -13.14174,-17.65996 -3.19105,-10.08467 -1.55468,-20.76171 -3.48085,-31.05648 -2.22645,-15.91972 -6.55766,-34.66128 -8.09194,-47.53833 -1.53428,-12.87705 -0.70569,-17.42949 -2.33538,-29.05376 0.0122,-9.54199 -8.07134,-20.5256 -16.6908,-23.10731 -6.9349,-2.07715 -21.13624,-1.67984 -13.19667,-2.75014 4.67336,-0.39857 9.34671,-0.79715 11.19255,-2.13823 z" />
          <path
             id="path22957"
             style="fill:url(#linearGradient4667);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:4;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
             d="m 441.72311,655.02791 61.16999,141.28644 c 0,0 1.42655,3.83639 2.16531,6.49593 2.70664,9.74389 -9.74389,14.61583 -9.74389,14.61583 l -8.66124,1.08266 c 0,0 2.16531,-3.24796 1.62399,-5.41327 -0.54133,-2.16531 -67.66592,-151.57166 -67.66592,-151.57166 l 21.11176,-6.49593 z" />
          <path
             id="path1793"
             style="fill:#43433d;fill-opacity:1;stroke:#000000;stroke-width:4.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
             d="m 375.47777,688.46754 c -1.0543,-1.1427 -2.6715,-1.3318 -7.047,-0.8239 -7.5489,0.8761 -8.8418,-0.3812 -13.3579,-12.9902 -3.3488,-9.3499 -4.1103,-12.6454 -3.8375,-16.6077 0.0609,-0.8842 8.0138,-7.5687 17.673,-14.8544 9.6593,-7.2857 17.3135,-13.4955 17.0094,-13.7995 -0.304,-0.3041 -5.4525,1.9929 -11.4411,5.1044 -9.3185,4.8416 -11.6698,5.6572 -16.3094,5.6572 -6.0639,0 -7.8212,-1.1439 -7.8212,-5.0914 0,-2.2074 0.7207,-2.9798 4.0072,-4.2948 2.2039,-0.8818 7.5569,-2.0005 11.8955,-2.4859 8.0184,-0.8971 16.554,-4.4582 15.7685,-6.5788 -3.6968,-9.981 -3.5594,-10.6203 2.8965,-13.476 5.5974,-2.476 5.81,-2.4997 5.0679,-0.5659 -0.4784,1.2468 0.1076,1.3976 3.3908,0.8726 3.8228,-0.6113 4.0242,-0.503 5.4615,2.9369 0.8207,1.9643 1.1987,4.3842 0.8399,5.3774 -0.4311,1.1937 0.2502,0.8562 2.01,-0.9956 1.4642,-1.5409 2.6622,-3.5085 2.6622,-4.3725 0,-1.1575 0.3346,-1.2932 1.2716,-0.5156 0.9347,0.7758 5.5044,-0.9414 17.25,-6.4823 8.7881,-4.1456 16.5195,-8.0529 17.1807,-8.6828 0.9314,-0.8872 0.7767,-1.7068 -0.6864,-3.6367 l -1.8887,-2.4914 -9.8136,4.8103 c -9.1275,4.474 -10.268,4.788 -16.3136,4.4914 l -6.5,-0.3189 -0.3151,-3.2738 c -0.279,-2.8983 0.0746,-3.4367 3.0822,-4.6933 1.8685,-0.7807 5.8353,-1.7091 8.8151,-2.063 6.8954,-0.8191 11.5846,-2.2102 15.5909,-4.6252 3.0384,-1.8316 3.1129,-2.0279 1.7562,-4.6287 -2.661,-5.1008 -1.8922,-7.8604 2.9865,-10.7195 5.1789,-3.0351 10.5842,-4.785 10.5842,-3.4267 0,0.5116 -0.5625,0.9445 -1.25,0.9619 -0.6875,0.0174 -0.0421,0.9334 1.4342,2.0354 1.4763,1.1021 3.2123,3.6043 3.8579,5.5604 0.7294,2.2101 4.35582,13.56966 4.93772,12.98776 1.6774,-1.6773 52.57768,-17.72406 64.06798,-21.37776 6.8487,-2.1777 20.3273,-6.9107 29.9523,-10.5177 63.0138,-23.6147 61.1736,-22.9888 69.0314,-23.4803 5.62,-0.3516 7.8061,-0.1245 8.6137,0.8947 2.1233,2.6794 10.3549,22.0729 10.3549,24.396 0,1.8501 -6.1913,7.7736 -28.3957,27.1679 l -28.3956,24.8019 -33.3544,13.2573 c -18.3449,7.2916 -45.9543,17.9087 -61.3544,23.5938 -27.4639,10.1385 -28.041,10.4087 -30.141,14.1163 -2.4994,4.4125 -3.9359,5.4919 -7.359,5.5293 -1.375,0.0151 -4.4584,1.147 -6.852,2.5154 -5.0509,2.8874 -5.148,2.9096 -5.148,1.176 0,-1.81 5.4606,-5.6881 8.0092,-5.6881 2.6033,0 7.9908,-2.7142 7.9908,-4.0257 0,-1.4628 -0.3105,-1.3721 -14.2158,4.1492 -9.2718,3.6815 -12.7547,5.5108 -12.3752,6.5 0.2906,0.7571 0.1299,1.3765 -0.357,1.3765 -0.4869,0 -1.0741,-0.5625 -1.3049,-1.25 -0.3127,-0.9315 -2.054,-0.6473 -6.8333,1.1153 -3.5276,1.3009 -14.0441,5.1286 -23.3701,8.506 -13.7737,4.9882 -17.0584,6.5429 -17.5,8.2833 -0.4755,1.874 -0.7151,1.9566 -1.912,0.6595 z" />
          <path
             id="path3239"
             style="fill:#000000"
             d="m 378.82061,677.18361 c -1.93334,-2.7558 -7.53492,-17.0835 -7.53492,-19.2728 0,-1.39 9.34934,-6.4772 11.90408,-6.4772 0.46588,0 3.49055,-1.2024 6.72149,-2.672 6.78521,-3.0863 5.24393,-4.2576 -2.55493,-1.9416 -8.1131,2.4093 -5.89234,0.1369 5.17936,-5.2998 10.50921,-5.1605 14.42354,-6.0774 18.68577,-4.3768 1.99725,0.7968 3.21246,0.4476 6.75,-1.9398 2.37283,-1.6015 4.31423,-3.3298 4.31423,-3.8408 0,-0.5111 0.91114,-0.9292 2.02475,-0.9292 1.19902,0 2.38528,-0.9483 2.9088,-2.3252 1.61106,-4.2374 10.73204,-9.1268 15.19647,-8.1462 2.05214,0.4507 2.9821,0.1304 3.74147,-1.2885 1.21097,-2.2627 7.28353,-4.2401 13.02126,-4.2401 4.71396,0 15.66766,-3.2027 38.10726,-11.142 4.675,-1.654 13.56577,-4.2936 19.75728,-5.8658 6.1915,-1.5722 12.43968,-3.7886 13.88485,-4.9253 3.40206,-2.6761 6.35787,-2.7072 6.35787,-0.0669 0,2.4894 0.69751,2.4919 6.1408,0.022 2.39756,-1.088 6.1592,-1.9903 8.3592,-2.0053 2.6705,-0.0182 7.15757,-1.5576 13.5,-4.6314 9.79986,-4.7495 17.80274,-7.6252 19.05917,-6.8487 0.39476,0.244 2.81957,5.2428 5.38846,11.1086 3.79938,8.6755 4.42648,10.8866 3.36154,11.8528 -0.72005,0.6532 -6.12954,3.1291 -12.02111,5.5019 -6.03711,2.4315 -10.44291,4.7496 -10.09549,5.3117 0.34839,0.5637 0.11189,0.6856 -0.54389,0.2803 -0.63819,-0.3944 -2.72817,-0.1502 -4.6444,0.5427 -1.96153,0.7093 -3.00482,1.5561 -2.38741,1.9376 0.79366,0.4905 0.79086,0.8668 -0.0101,1.3618 -0.60872,0.3762 -1.10676,0.2075 -1.10676,-0.375 0,-0.5824 -0.47656,-1.059 -1.05902,-1.059 -0.58246,0 -0.73793,0.5195 -0.34549,1.1545 0.4472,0.7236 0.27376,0.8827 -0.46467,0.4264 -1.59706,-0.9871 -10.25843,2.4036 -9.45613,3.7018 0.36679,0.5934 0.14296,0.7226 -0.53071,0.3063 -0.64077,-0.396 -8.2478,1.9944 -16.90451,5.3121 -8.65671,3.3176 -25.86447,9.8252 -38.23947,14.4613 -12.375,4.636 -25.65,9.7607 -29.5,11.3881 -3.85,1.6274 -10.6,4.1879 -15,5.6899 -4.4,1.5021 -8.99295,3.365 -10.20656,4.1399 -2.51808,1.6078 -27.68856,10.9034 -40.09507,14.8074 -10.88576,3.4255 -19.41445,3.5681 -21.66346,0.3623 z" />
          <path
             id="path14158"
             style="fill:#000000;display:inline"
             d="m 421.90854,605.85223 c 1.90979,-2.27293 4.78011,-3.78462 7.05626,-5.4369 2.18635,-2.09154 4.57824,-3.51666 6.6173,-5.57679 1.64851,-0.88895 4.3408,-3.21722 3.10652,-4.84678 -3.14924,-1.99961 -5.88431,0.99596 -8.17283,1.89702 -2.63325,1.06052 -4.67475,2.38274 -7.11022,3.4911 -2.50679,1.09085 -4.51335,2.44736 -7.18437,3.51715 -2.79,1.29266 -7.06751,1.81888 -10.43197,1.17627 -2.88009,-1.03402 -3.43727,-5.86894 -0.32898,-6.03879 0.99707,-1.24819 3.53702,-0.74726 4.44379,-1.79802 2.25102,1.82703 -3.25435,2.23706 -4.27278,3.56075 -2.51432,3.10029 3.88374,3.74218 5.89913,2.79227 3.06273,-0.65988 6.93677,-1.52526 8.5403,-4.44527 -0.52658,-3.02498 -6.42265,0.19215 -6.45126,-2.5248 3.60353,-0.97511 7.93864,1.496 10.98069,-1.32861 2.78012,-0.20801 5.72576,-0.53659 7.27991,-2.82866 2.92881,-0.70704 4.51402,-3.71832 2.44057,-5.91463 0.41438,-1.16818 0.1785,-3.40346 -1.49215,-2.19633 0.55403,-1.71397 0.77014,-3.60928 -1.07503,-3.50506 -1.00722,-3.58847 7.95688,-0.40518 4.70276,-4.54102 0.52378,-1.21917 4.05924,-2.85621 4.37897,-1.82977 -0.97239,0.59051 -3.25181,2.3203 -0.62394,1.71082 1.46153,-0.69798 5.30608,-0.23888 5.57314,-1.02792 -1.21445,-0.36662 -4.28577,-1.44046 -1.10597,-1.30585 3.19056,-0.0146 3.25537,3.55603 4.52305,5.07299 0.57742,1.83132 1.37515,3.24221 3.79318,3.21735 -1.87757,0.02 -3.28379,3.45733 -0.39411,1.94452 1.79027,-1.99763 10.89023,4.47953 3.14914,9.5202 -1.8351,1.11364 -7.34722,-5.95696 -7.04452,-9.54935 -0.14783,-2.76711 -0.69853,-6.70409 -4.04109,-7.22829 -3.32657,-0.79631 -7.04234,2.53062 -5.50911,5.9428 0.88333,2.00163 4.94453,6.0749 1.4887,7.23654 -3.10145,-1.07176 -3.2816,2.56498 -1.02919,3.90579 2.68909,3.78256 -3.7047,5.83836 -5.66251,8.36716 -3.89869,3.23753 -8.24915,5.86801 -12.50057,8.58494 l 0.094,0.0455 0.36318,-0.0603 1e-5,-2e-5 z" />
          <path
             id="path3229"
             style="fill:#000000"
             d="m 367.90853,647.85225 c 1.31133,-2.40718 4.34163,-2.51887 5.73741,-4.96406 2.65604,-0.39704 3.40954,-3.49009 6.12766,-3.99774 0.97207,-2.68888 4.3358,-2.29621 4.51487,-5.02203 3.55977,-1.66326 -3.55649,-4.05951 -4.29414,-1.42904 -1.58011,-0.81182 -1.56459,1.63049 -3.30937,0.94508 -0.24693,1.70388 -2.26786,0.27155 -2.69063,2.03707 -1.58893,-0.76739 -1.56308,1.63758 -3.30937,0.96293 -0.24694,1.70388 -2.26788,0.27154 -2.69063,2.03711 -1.58892,-0.76744 -1.56308,1.63759 -3.30937,0.96292 -0.24693,1.70388 -2.26785,0.27155 -2.69063,2.03708 -2.51834,0.002 -5.94437,1.52535 -9.10114,0.77077 -3.02783,0.53538 -5.64907,-6.37547 -1.50745,-5.76843 0.23628,-2.35625 3.14599,-0.0487 4.14464,-2.33446 4.39888,1.59318 -4.65761,2.36781 -4.74765,5.01888 1.49301,3.04358 6.36261,1.50448 9.13416,0.99193 1.91376,-0.61265 8.25886,-3.13745 5.44948,-5.10549 -1.31826,-0.51387 -7.16269,0.30698 -5.74694,-1.37533 3.23994,-0.90634 6.92816,1.01988 9.91749,-0.53055 1.17695,-2.13008 6.72627,0.17511 7.54854,-3.3524 1.81734,-0.49416 6.49699,-2.96433 3.23087,-5.55875 -0.1133,-1.59108 0.96819,-4.09268 -1.48788,-2.82653 -0.031,-1.34412 1.58351,-4.06575 -0.90756,-3.12165 -2.13279,-4.3438 7.05675,-0.38629 5.00301,-4.38278 -2.75563,-1.21213 7.75818,-4.65065 2.68215,-1.47249 -3.29173,2.25605 4.53639,-0.44479 6.0534,0.22269 2.15236,-0.43719 -5.41044,-1.61629 -1.42584,-1.72749 2.40478,-0.24661 4.32687,2.05879 3.8408,3.84838 1.87347,0.0803 0.4041,2.2519 2.18339,2.66364 -1.33075,2.29567 5.51207,1.08128 1.41876,2.3283 -2.99642,3.00764 2.331,1.72801 2.82481,-0.71658 1.67708,-1.6373 4.66961,-0.82946 5.7164,-2.87985 1.58669,0.779 1.56348,-1.63573 3.30937,-0.95825 0.24694,-1.70388 2.26785,-0.27155 2.69063,-2.03708 1.70736,0.85345 1.41624,-1.87624 3.52073,-1.18725 3.44428,-1.03313 6.38845,-3.66497 9.85879,-4.32361 -6.36938,4.42404 -13.66968,7.36341 -20.36276,11.28572 -3.15248,1.67741 -6.84128,4.93069 -10.43171,3.89958 -0.19476,-3.40797 -0.22199,-9.1059 -4.97596,-9.01073 -4.32581,-0.1633 -6.6122,4.28009 -3.65929,7.61249 1.52566,2.42182 3.80853,6.48842 -1.01503,5.45243 -4.43855,1.68136 4.53669,5.13168 0.0647,7.83297 -10.49223,9.96822 -19.9926,13.77156 -17.30872,13.1726 z" />
          <path
             id="path1845"
             style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:4.5;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
             d="m 501.71623,770.51496 c -4.73776,-1.4773 -5.78058,-8.6918 -8.67522,-10.3935 -3.36592,4.8426 -12.4342,7.4292 -17.80005,3.8615 -8.06602,-5.2981 -9.26717,-15.9149 -7.88339,-24.683 0.67598,-3.5052 5.22964,-1.0355 3.79727,-5.9472 3.00577,-6.8189 10.03354,-1.9983 14.71059,0.5107 3.44551,1.1675 5.03363,-6.637 7.08066,-9.3153 1.08028,-11.05759 -0.16908,-23.27098 6.60092,-32.86997 6.57816,-8.81625 17.38705,-13.85776 28.06174,-15.55167 15.01301,-1.17259 30.20687,0.2603 44.75166,4.12657 7.7174,0.38311 13.3904,6.32222 20.1166,9.4087 11.598,6.39689 22.6043,15.34667 28.6306,27.36602 5.6944,12.83795 2.4685,28.53095 -5.884,39.42795 -9.9325,11.1949 -26.1173,12.6428 -40.1629,12.5514 -8.7199,0.133 -17.40904,-0.849 -25.87656,-2.8869 -7.35943,1.1425 -14.17525,5.4723 -21.91395,5.6744 -8.42992,0.8788 -17.4972,1.8954 -25.55397,-1.2797 z" />
          <path
             id="path1843"
             style="fill:#2c2a26;fill-opacity:1"
             d="m 540.625,681.71875 c -14.54408,0.79009 -32.21644,2.90897 -40.875,16.34375 -4.78891,8.40423 0.82913,18.32491 -2.25,27.09375 0.1841,9.57332 7.50908,18.02127 16.4375,21.0625 4.38692,1.91746 7.98596,6.45205 6.65625,11.4375 -7.59081,2.8671 -18.50636,4.11328 -24,-3.125 -1.96828,-3.00973 1.90255,-7.37353 -0.3125,-9.75 -4.4851,-0.87077 -12.40518,-2.40797 -14.65625,2.8125 -1.38808,4.76773 3.01398,8.724 7.65625,7.875 8.34392,-2.03436 10.59545,8.26745 15.40625,12.8125 7.67109,4.39048 17.23268,1.24696 25.35503,-0.23097 6.91781,-1.57133 13.8831,-8.54092 21.14497,-3.83153 16.85836,4.11853 35.88553,4.19951 51.21875,-4.03125 1.04732,-2.7733 4.7245,-7.10121 7.1875,-3.09375 4.18945,-0.6951 3.71452,-7.48841 5.8125,-10.71875 2.29193,-5.24832 3.45082,-11.06855 3.0625,-16.8125 -1.08182,7.52566 -2.55518,16.42245 -10.15625,20.0625 -6.37108,5.34514 -14.08226,10.20889 -22.81216,8.56778 -4.5001,-0.23163 -9.98912,0.0303 -13.15659,-3.78653 1.91862,-5.37441 -3.88026,-10.21838 -1.8125,-15.5625 -11.11647,-16.41425 -25.77281,-30.42406 -34.03125,-48.625 -3.14807,-2.62622 -1.80183,-4.44141 1.9375,-4.875 2.79632,0.27845 2.17092,-2.81153 2.1875,-3.625 z m -25.15625,11.84375 c -5.39982,2.40833 -8.82466,8.08223 -15.125,8.46875 1.90881,-8.21632 10.72,-12.93343 18.65625,-12.15625 -1.17708,1.22917 -2.35417,2.45833 -3.53125,3.6875 z" />
          <path
             id="path28228"
             style="fill:#111100;fill-opacity:0.27374297;fill-rule:nonzero;stroke:none"
             d="m 316.71231,476.7576 c -7.52536,-1.27791 -15.22108,-0.80253 -22.80862,-0.7086 -1.96219,0.0237 -8.08812,3.09002 -3.5968,0.82415 5.14846,-3.07683 -2.37651,1.91548 -3.51462,3.74031 -4.13866,4.67915 -4.40844,11.45318 -8.00886,16.50444 -1.95145,2.5792 -3.25846,5.53856 -3.42638,8.79991 -0.35488,4.31449 -0.51899,8.64778 -1.49164,12.88738 -0.1673,4.02926 1.21838,7.91106 1.58473,11.90456 0.7488,4.91211 2.442,9.58756 3.47047,14.4284 0.96148,4.45046 4.01248,7.81274 6.52008,11.43203 2.77887,6.51973 5.36165,13.13444 8.07101,19.69003 -1.82372,5.42879 -7.25108,3.5234 -8.58773,-1.05634 -3.05908,-6.04249 -9.4048,-10.53635 -10.03477,-17.67256 -0.55894,-4.89527 5.5681,-6.10783 8.98866,-4.09822 2.67786,1.35668 9.02682,5.37909 6.11312,8.47711 -2.30494,1.30459 -4.18536,1.83846 -4.09386,-1.45784 -2.35192,-3.83489 -2.39491,-8.58887 2.65196,-10.07107 2.64394,-0.11882 -0.69638,7.97809 -3.7006,3.48793 -4.30665,-3.86829 -7.38068,-8.86151 -10.83615,-13.45303 -2.95812,-4.2309 5.39413,-11.18567 7.15532,-4.66678 3.11915,3.77425 5.97429,7.7645 9.23252,11.42071 1.3755,2.3763 -7.00348,6.37891 -3.9813,1.96027 0.53603,-6.7712 -3.43589,-12.74886 -7.58604,-17.72166 -1.18572,-3.2164 6.95751,-4.31659 7.59749,0.0246 0.74177,2.96292 4.78546,6.30611 4.35214,8.27913 -4.93998,4.05594 -6.80921,-3.67032 -6.98471,-7.3412 0.48893,-4.92377 -5.75507,-9.61172 -1.67792,-13.93135 4.66565,-3.40932 7.65004,3.2727 10.03603,6.20463 -1.25326,1.97052 -6.41568,5.29397 -4.79117,0.5925 -0.62098,-5.4468 -0.91382,-10.95725 -0.0624,-16.39669 0.32587,-4.89632 2.70748,-9.31854 5.88882,-12.95638 2.72074,-4.71225 3.34333,-10.85635 8.03366,-14.28236 3.76369,-2.50819 6.91823,-6.06008 11.18414,-7.74139 3.2413,-1.22151 5.98857,1.22678 2.02955,2.83374 -2.36444,1.54918 -7.20948,5.22716 -8.60344,4.95567 1.17745,-1.34056 7.04144,-4.4362 2.16036,-2.80181 -5.77707,1.38968 -11.49507,3.04721 -17.30668,4.2809 1.71256,-1.10929 7.25928,-4.34165 2.46074,-1.23074 -3.53197,2.21025 -7.24115,4.16439 -10.61965,6.60775 5.4205,-2.91681 10.41339,-6.58787 15.25319,-10.37808 -1.47865,-0.96936 -7.35676,1.14869 -2.81752,-0.22786 1.54271,-0.69023 -2.89911,3.04545 -2.95078,4.72887 -2.00282,3.80103 -3.42337,8.17199 -2.65251,12.46696 0.84937,2.9338 -5.84407,8.39192 -3.6128,2.92305 2.42182,-3.89202 4.68698,-7.94131 7.56275,-11.52473 0.64958,-1.64019 7.94093,-4.81336 3.34792,-1.52608 -3.93417,3.99176 -5.72691,9.44856 -8.94984,13.88762 -1.00285,1.64533 -6.56875,7.68136 -5.08646,2.29682 1.99875,-5.35598 4.6011,-10.74029 8.68679,-14.81198 -0.86859,2.21326 -4.73887,7.77002 -7.45027,10.87308 -1.09322,1.64167 -5.46281,4.4296 -5.48694,3.9877 1.90517,-2.10384 6.3573,-2.69986 4.58365,1.32448 -2.29607,4.91922 -2.36299,11.49505 -4.88082,15.59757 -2.09643,2.24933 -6.226,1.76674 -3.63976,-1.8539 1.80651,-2.68136 5.36222,-9.75614 8.95239,-7.09794 0.68705,5.5061 -0.20042,11.24093 0.59452,16.70459 1.65011,3.59127 -2.58825,9.89022 -6.41691,6.94733 -2.59207,-4.35043 -3.3198,-9.62232 -5.55425,-14.19101 -0.18412,-3.02442 6.98418,-5.40706 6.67062,-0.18469 0.59691,2.78208 1.60327,6.56056 3.51688,7.89398 -2.04473,0.71194 -7.8448,4.06436 -4.22666,-0.30659 3.57939,-3.72494 3.68534,-8.85384 3.53888,-13.68572 -0.34099,-6.0166 4.13157,-10.78762 5.12379,-16.49799 -0.1414,-1.97782 5.44182,-6.18789 2.56801,-2.19041 -3.38767,3.24685 -5.07163,7.64519 -6.60375,11.97073 -2.02925,3.56551 -8.89142,5.74232 -7.19224,-0.64082 0.8303,-6.76274 6.5353,-11.25422 10.06753,-16.65912 2.42792,-3.54653 6.32962,-5.54543 9.3873,-8.39718 3.60641,-4.34237 -6.77198,0.51467 -6.80021,0.26926 1.74515,-0.85123 4.5914,-2.6315 1.57317,-0.42773 -2.17355,2.15434 -6.30017,5.8229 -3.58784,8.85372 2.63374,0.0473 3.58148,-0.71211 0.71782,1.00937 -4.82461,2.80488 2.79573,-2.50467 4.11933,-3.38947 3.47723,-2.0856 6.63411,-5.04949 10.71478,-6.23807 2.60137,-0.45809 8.21014,-3.57076 9.25259,-0.78182 -4.30293,4.47707 -10.42722,6.70027 -14.71824,11.24442 -3.07691,2.58414 -2.82082,8.07901 -7.77507,8.49562 2.2966,-3.66764 5.4276,-6.79135 7.66735,-10.53585 1.20481,-2.08686 4.89954,-4.69112 5.18067,-5.88904 -5.35576,0.98847 -9.9338,4.3125 -15.03897,6.04588 -0.87593,-1.17389 4.98333,-3.8466 2.01361,-0.64768 -3.63349,5.39102 -2.17664,12.25752 -2.48423,18.37525 -0.007,3.46991 -0.13193,7.44964 -1.84824,10.40963 -1.81734,2.5997 -7.49665,5.69293 -6.36315,-0.16404 -1.01882,-3.33327 6.00409,-10.69902 6.19234,-4.04444 0.58583,6.72928 -1.82939,13.16707 -4.42713,19.22876 -1.71575,3.10045 0.54741,5.13701 1.26026,7.62267 -1.16987,3.2498 -6.05186,0.78326 -2.03589,-0.37924 1.62222,-0.71828 3.24443,-1.43655 4.86665,-2.15483 -1.30421,4.09191 -7.63899,8.44231 -10.53967,3.44873 -1.53095,-4.90152 2.09955,-9.34538 3.28858,-13.91859 2.24138,-5.51083 0.77314,-11.76521 3.11372,-17.21954 3.74599,-2.99006 5.92107,4.18424 4.01578,7.03589 -0.85605,3.99973 -7.22706,3.93981 -4.29591,-0.69298 1.61404,-7.73616 -1.01195,-16.04456 2.11617,-23.51052 3.21907,-5.8578 10.19258,-7.44378 15.81827,-10.01014 3.30136,-1.32914 7.16948,-4.57877 10.72646,-2.57039 -1.65392,3.35811 -6.65318,6.95942 -8.56666,11.23341 -2.92177,4.14394 -6.48742,8.15938 -11.45136,9.78239 -2.05849,-4.34555 2.35795,-7.57081 5.18783,-10.09077 3.76192,-3.12839 8.54113,-5.00706 12.05852,-8.36751 -2.11557,-0.0184 -7.75009,2.42682 -8.29044,0.41163 1.51689,-1.50395 4.7307,-1.39177 1.62954,0.44569 -1.45257,1.11913 -6.86553,4.28197 -2.5804,1.77099 1.7352,-1.00946 4.9671,-2.98898 1.60305,-0.73864 -4.67431,3.12486 -9.12156,6.93905 -14.4197,8.88771 -5.6203,0.85221 -4.22294,-6.49256 -1.16005,-8.73973 3.24563,-3.55202 7.73659,-5.65879 11.88417,-7.96952 2.98796,-1.04799 7.78292,-3.77104 10.03764,-0.46275 -2.0014,3.17916 -6.48847,4.38181 -9.08323,7.3114 -4.0429,4.10517 -7.26326,8.96294 -10.75003,13.53956 -2.75901,3.42151 -0.38941,9.68395 -5.15489,11.53934 -4.49355,2.05605 0.28441,-4.82419 0.83778,-6.95112 2.73525,-4.51322 7.06125,-8.00442 11.70896,-10.41102 5.08389,-1.13625 0.49451,5.91287 -0.15773,8.25891 -2.17376,4.18429 -3.68327,8.70074 -3.25963,13.47953 0.29562,6.34454 -2.60193,12.78932 -7.41375,16.88311 -4.13065,3.05366 -6.82328,-2.57159 -7.65177,-5.90053 -3.53687,-4.08102 1.92454,-10.1944 5.51523,-8.14921 1.53754,4.97053 4.21697,9.88875 4.61135,15.04779 -0.87211,4.3747 -7.07572,2.61286 -5.17159,-1.54197 -0.12038,-5.65747 0.0429,-11.32681 0.0398,-16.97928 -0.35068,-6.09834 8.70145,-3.62742 5.50729,1.39817 -1.70442,3.16246 -7.76722,7.69231 -9.9101,6.49651 -0.37994,-7.92259 2.39766,-17.13873 10.24362,-20.55197 1.38853,-0.50792 -3.08018,2.47553 -4.38526,3.17415 -4.49513,1.72857 0.9001,-5.07333 1.72939,-6.45732 2.70521,-3.95517 4.81613,-8.52991 9.76884,-9.9777 2.63803,-2.18381 6.50536,-0.41 3.84397,2.96977 -2.94053,5.24371 -6.66935,10.26334 -11.45002,13.9555 -1.99791,-1.71974 2.78506,-6.71675 4.24201,-9.09268 3.36657,-4.0896 6.71921,-8.43566 11.21028,-11.33762 1.69882,2.05503 -2.89792,6.59218 -4.1616,9.22792 -2.59588,3.7166 -5.19049,8.13928 -9.63328,9.78521 -3.79563,-1.64695 -1.168,-7.5686 -0.95746,-10.89946 1.58695,-4.39126 3.37118,-9.27894 7.73089,-11.63866 3.52516,-2.12465 7.05024,-5.70549 11.42958,-5.2925 3.20067,3.69328 -5.04771,5.30381 -7.17794,7.62771 -4.73191,2.72269 -9.3252,5.82096 -14.40277,7.85233 2.40682,-2.77692 6.19294,-5.0121 9.7155,-6.61688 5.89599,-2.53386 11.83866,-5.40741 18.24659,-6.30688 4.14051,1.03071 -4.8895,6.50027 -4.10369,6.19351 2.65775,-2.14452 5.39372,-4.24246 8.35303,-5.94663 -1.02102,2.76727 -7.32546,1.52222 -2.97597,-0.24628 3.80372,-0.63748 -2.90148,2.58941 -3.66987,3.7396 -5.09129,4.11229 -4.86184,11.54587 -9.23568,16.21611 -4.12071,4.6492 -4.17392,11.13715 -4.55906,16.98214 -0.16955,4.07359 0.86286,8.09561 0.59824,12.16628 -2.92469,2.13874 -7.94497,5.50046 -9.71385,0.1687 -3.77802,-2.4765 -2.26154,-9.92181 2.80253,-7.16126 2.0217,4.31911 3.4514,9.24946 5.16143,13.89017 1.64179,4.33867 -0.61576,9.44251 -5.16453,10.76472 -3.44373,-0.51531 -6.24151,-5.81504 -7.73568,-9.25983 -1.72317,-3.647 4.80771,-9.34991 6.63333,-4.79932 3.09438,3.87911 5.85555,8.11921 6.68147,13.11411 2.12971,5.24259 -1.2051,9.62579 -6.5753,9.98925 -3.74169,-2.32898 -5.55466,-7.11856 -8.58906,-10.35381 -1.86738,-2.62973 -6.46923,-5.25617 -1.09705,-6.48159 5.13641,-2.13086 5.43771,5.60247 8.33465,8.07645 2.51832,3.98991 5.8741,7.86204 6.65019,12.63009 -1.48893,2.60765 -8.20819,-2.14361 -7.20842,-3.10538 3.14165,-2.9292 8.22092,-2.15471 7.91616,2.88336 2.58748,4.46834 -1.37423,7.6814 -5.38693,9.02275 -2.95315,-2.21631 -4.83316,-5.82994 -7.54005,-8.45915 -2.69848,-1.72863 -1.59209,-7.60768 1.68122,-4.02173 1.32548,4.23726 1.84412,8.88413 5.33958,12.31435 2.43353,3.49643 5.59977,6.59421 7.30533,10.5368 1.30222,3.88225 -5.96093,10.01784 -6.27457,3.41663 -2.68377,-6.27005 -4.95786,-12.73255 -7.88196,-18.88366 -2.83052,-3.3605 -5.29474,-7.04313 -6.30276,-11.38612 -1.01727,-4.86027 -2.76266,-9.53747 -3.46889,-14.47483 -0.38697,-4.88873 -2.5616,-9.77701 -1.04314,-14.67579 1.34731,-5.97125 -0.20994,-12.81772 3.67243,-18.02178 3.43752,-4.65164 4.54033,-10.44671 7.07818,-15.53333 3.87738,-5.66579 10.03336,-9.15743 16.00859,-12.21425 5.03968,-2.20139 10.66284,-0.92633 15.97669,-1.25066 3.87722,0.11832 9.26256,-0.32606 12.01796,1.79023 -2.04995,1.0445 -4.09989,2.08899 -6.14983,3.13349 z" />
          <path
             id="path12407"
             style="fill:#2a2c23;fill-opacity:1;fill-rule:evenodd;stroke:none"
             d="m 631.09431,533.98407 -47.68331,43.35526 8.99684,21.67763 41.38552,-39.58523 c 0,0 0.89969,0 5.39811,-3.77003 4.49843,-3.77002 -6.29779,-19.79261 -8.09716,-21.67763 z" />
          <path
             id="path30858"
             style="fill:url(#linearGradient4669);fill-opacity:1;stroke:#000000;stroke-width:4.30000019;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
             d="m 400.25263,765.37228 c 4.18739,-1.57341 6.82583,-4.69611 8.40882,-9.95227 0.87633,-2.90976 0.47684,-5.53584 -1.24042,-8.15392 -0.66167,-1.00872 -1.0368,-2.07606 -0.83361,-2.37174 0.53828,-0.78345 -4.28113,-5.27681 -6.99588,-6.52258 -2.96277,-1.35961 -7.68994,-1.80028 -10.91122,-1.0171 -1.98997,0.48377 -3.12964,1.29667 -5.50428,3.92611 -6.27742,6.95092 -6.0379,13.84979 0.72192,20.7933 3.46346,3.55761 11.40304,5.1587 16.35467,3.2982 z" />
          <path
             id="path31735"
             style="fill:url(#linearGradient4671);fill-opacity:1;stroke:#000000;stroke-width:4.30000019;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
             d="m 393.93676,768.80018 c 4.18739,-1.57341 6.82583,-4.69611 8.40882,-9.95227 0.87633,-2.90976 0.47684,-5.53584 -1.24042,-8.15392 -0.66167,-1.00872 -1.0368,-2.07606 -0.83361,-2.37174 0.53828,-0.78345 -4.28113,-5.27681 -6.99588,-6.52258 -2.96277,-1.35961 -7.68994,-1.80028 -10.91122,-1.0171 -1.98997,0.48377 -3.12964,1.29667 -5.50428,3.92611 -6.27742,6.95092 -6.0379,13.84979 0.72192,20.7933 3.46346,3.55761 11.40304,5.1587 16.35467,3.2982 z" />
          <path
             id="path3309"
             style="opacity:0.06179768;fill:#000000"
             d="m 333.93192,734.55719 c -23.77293,-22.10278 -43.00032,-48.64254 -61.55296,-75.1203 -13.69691,-24.94919 -26.51004,-50.61979 -36.69937,-77.21011 -6.07261,-22.97709 -11.04704,-46.39021 -14.31842,-69.8373 4.06092,-5.84221 -2.97219,-15.58317 2.77735,-23.9055 1.28282,-7.6511 3.26499,-16.54579 10.97513,-15.70431 -4.61544,-6.31407 4.85013,-12.02109 -5.04861,-11.07573 2.96541,-7.96749 4.47604,-11.4081 12.95823,-16.99071 17.2376,-13.49487 -10.89066,-24.83201 -11.99283,-39.07268 -3.64732,0.35178 -4.33128,-13.36903 0.50698,-0.64937 3.39443,9.01035 22.24684,24.82785 13.09707,19.41166 8.30917,6.24951 24.62345,10.40712 38.95074,8.56743 20.39682,-0.5729 34.01913,-19.15566 40.91394,-36.4318 5.23761,-23.70514 -8.84336,-50.41625 -31.66646,-59.24295 -8.71003,-11.004 -35.64582,2.74442 -35.69419,-0.39449 4.9921,-3.53989 12.68898,-5.31323 20.40451,-5.54175 13.41768,1.49854 12.43038,2.42846 27.81697,8.56459 -0.84857,-8.85351 20.14778,-56.52043 27.4613,-53.94654 -4.93529,10.79315 13.29449,16.34346 15.30266,25.84769 12.1398,10.82615 19.40788,25.10449 27.71184,38.77359 8.28209,14.04411 14.87761,29.47152 17.24173,44.65795 4.5446,13.68269 4.6325,29.67124 12.20277,42.11066 8.44562,13.23604 16.34449,38.59797 37.31944,24.54512 20.19194,-6.17208 -12.02643,5.64629 -19.2331,8.12763 -10.34205,7.0023 -16.93567,-6.63644 -21.19632,-3.91544 -9.6137,-4.06114 -3.7813,-18.32861 -11.74923,-24.17223 -1.03223,-7.26789 -7.20975,-5.3304 -2.72319,-12.74569 -8.9727,-9.46511 0.89519,-22.72856 -2.6372,-30.30689 -8.73795,-15.20966 -8.1419,-35.84355 -18.94452,-51.00434 -5.55902,-8.53045 -21.67732,-30.8625 -28.97766,-18.76312 -10.94922,4.82285 4.62844,24.55518 -7.78781,25.65351 -11.49992,-22.2275 -11.14052,-17.57193 -12.62634,-10.31851 6.77913,6.93869 7.01224,20.9364 -1.5279,6.09015 -4.23672,-7.94394 -34.03758,-21.69236 -13.23297,-9.97131 18.69241,11.56233 28.69975,36.08686 24.69172,57.45427 -8.24201,24.00722 -33.56883,41.55097 -59.27211,36.4321 -5.80246,-0.87939 -23.09812,-8.09791 -8.37174,-1.12352 12.83081,1.521 36.0373,3.43655 23.56778,18.10397 5.58295,5.22611 0.74359,18.09609 -8.31184,18.23638 -3.37361,14.22757 -13.18609,25.43234 -11.66744,42.03919 1.48428,19.9962 6.84923,39.81444 13.85219,58.5396 4.65956,-8.00482 -13.13266,-35.90768 1.94856,-45.1608 13.11771,8.45968 7.84462,-13.68594 9.05745,-21.45 0.48579,17.70749 2.28856,35.37798 7.68045,52.34538 -7.65193,3.13895 -15.63345,-19.70572 -15.12263,0.13859 1.49985,25.5262 13.1272,49.27756 22.82526,72.33094 -10.10467,-2.61787 -12.05994,-27.96132 -21.8812,-24.83861 -11.82326,-4.68513 -7.63165,5.18987 -1.4598,3.80557 -6.70996,4.20242 4.93272,11.26681 -8.86732,8.88804 -7.85582,-0.13432 -13.48018,-2.7248 -5.46111,-7.95084 -4.66322,-6.43008 -5.16561,-13.73315 -11.2832,-10.90429 1.35868,-4.46351 -5.74227,-12.12688 -4.7928,-2.75848 6.2623,4.63108 16.84854,20.534 1.93556,12.84 0.94736,17.42236 15.66947,25.37508 17.87336,41.59826 7.7062,9.26959 13.84652,21.80343 21.69004,30.33004 5.21899,-2.3526 5.74987,17.56379 16.00081,18.58548 2.60375,11.36402 15.49142,12.66456 20.27114,23.84229 5.93857,7.11621 17.79444,18.71278 19.50096,23.51689 -4.38146,-3.34165 -8.37464,-7.1554 -12.43567,-10.86936 z" />
          <path
             id="path31740"
             style="opacity:0.05617981;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             d="m 299.30908,188.23877 c 3.55541,2.30315 6.93037,4.85698 10.21164,7.52946 3.74708,2.89446 5.96848,6.65286 7.67669,10.95887 1.05739,4.79359 0.62001,9.70065 1.37926,14.54653 0.19624,4.77063 2.33333,8.78016 4.36794,12.9686 2.3362,4.89982 5.76316,8.87701 7.77261,13.90087 1.19114,4.62455 3.0656,8.99853 5.08628,13.31056 3.42373,9.83169 10.38026,3.1296 -3.28623,10.90735 2.36422,-4.40723 0.26378,-8.35071 -1.39581,-12.65967 -1.53673,-4.02226 -3.36122,-7.91588 -4.91412,-11.92507 -1.23142,-3.62259 -2.77028,-6.8978 -4.90899,-10.02704 -2.75016,-3.44041 -5.46932,-6.83671 -7.82148,-10.56738 -1.41955,-4.13418 -3.03753,-8.19003 -4.29711,-12.3465 -0.20133,-4.63609 -0.1695,-9.00801 -1.59428,-13.42818 -0.96072,-3.74573 -3.57225,-5.90771 -6.44787,-8.07823 -0.26144,-0.0633 -0.52288,-0.12664 -0.78432,-0.18997 l 9.44374,-6.44847 c 0.29347,0.10353 0.58695,0.20707 0.88042,0.3106 3.0719,2.40098 5.8588,4.9068 6.91918,8.86911 1.46544,4.48683 1.59728,8.88971 1.66805,13.61277 1.1563,4.03956 2.78044,7.95055 4.11178,11.96739 2.3019,3.70491 4.98921,7.06409 7.76216,10.4272 2.17748,3.23292 3.80255,6.58129 5.05366,10.30658 1.53392,4.00968 3.33782,7.9077 4.86644,11.92609 1.79733,4.62314 3.85165,8.83625 2.02048,13.80683 -10.27684,6.4147 -13.20148,9.77877 -17.20034,-0.79394 -1.98449,-4.37564 -3.94665,-8.78137 -5.14106,-13.45 -1.90439,-5.02362 -5.38118,-8.94815 -7.69398,-13.82403 -2.12451,-4.2671 -4.34138,-8.37575 -4.53088,-13.26093 -0.76592,-4.77731 -0.48409,-9.57575 -1.32756,-14.32956 -1.59417,-4.1011 -3.62524,-7.69526 -7.28924,-10.3461 -3.08779,-2.54333 -6.29658,-5.43735 -9.98206,-6.84787 l 9.395,-6.82587 z" />
          <path
             id="path32621"
             style="fill:#868783;fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline"
             d="m 569.85291,551.68803 c -2.66511,4.03875 -8.33066,3.8012 -11.73514,7.01687 0.46853,0.0876 7.25059,-4.28959 10.0532,-5.95249 1.6569,-1.06314 7.99736,-4.86686 7.19967,-4.59616 -5.45221,3.23256 -10.88283,6.50695 -16.2746,9.83678 2.43209,-1.38398 7.95107,-4.65064 8.6414,-4.96445 -2.40663,1.40545 -10.52815,6.07052 -9.61252,5.55635 1.99163,-1.12113 7.75609,-4.49964 7.56978,-4.28963 -7.27797,4.21944 -2.54518,5.94 -22.03027,11.19669 -20.15009,5.43609 -20.62355,6.68429 -29.97354,10.26645 -8.38947,4.07178 -17.71764,5.67563 -27.26124,3.22983 -4.94674,-0.49662 -9.42882,-2.52271 -14.19292,-3.67478 -6.13109,-1.2833 -12.44597,-0.14507 -17.92864,2.82285 -2.2941,1.09446 8.45415,-5.57367 3.39256,-1.82339 -6.03258,4.57861 -12.44537,8.73609 -19.71475,11.06095 -4.60145,1.75118 -10.54717,4.23572 -14.22462,5.44793 3.96701,-2.79315 7.26405,-6.7673 12.1437,-7.95622 3.97922,-1.22958 11.72923,-5.51391 13.73871,-4.51899 -2.45355,1.45946 -11.27492,5.99481 -4.82667,1.92974 8.25624,-5.89204 17.07182,-11.78115 27.20965,-13.64777 5.79918,-0.59196 11.42753,1.19277 16.81767,3.00842 5.95481,1.30235 12.14758,2.83197 18.13318,0.77558 8.26322,-2.16956 11.25776,-4.03916 19.30335,-6.84248 6.63061,-3.1447 18.67157,-5.45833 25.33192,-8.71947 4.16971,-0.0713 11.06308,-2.87913 12.88826,-3.84085 -2.60559,1.50301 -8.21861,4.7638 -9.04483,5.25079 2.40839,-1.39997 10.49146,-6.11566 9.61743,-5.53528 -2.04704,1.20595 2.66885,-1.49624 2.04078,-1.36896 -2.07456,1.19457 3.20753,-2.18723 1.49303,-1.10475 -2.5969,1.6991 -0.18998,-0.28096 1.24545,1.43644 z" />
          <path
             id="path33498"
             style="fill:#868783;fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline"
             d="m 526.99577,584.54517 c -2.66511,4.03875 -8.33066,3.8012 -11.73514,7.01687 0.46853,0.0876 7.25059,-4.28959 10.0532,-5.95249 1.6569,-1.06314 7.99736,-4.86686 7.19967,-4.59616 -5.45221,3.23256 -10.88283,6.50695 -16.2746,9.83678 2.43209,-1.38398 7.95107,-4.65064 8.6414,-4.96445 -2.40663,1.40545 -10.52815,6.07052 -9.61252,5.55635 1.99163,-1.12113 7.75609,-4.49964 7.56978,-4.28963 -7.27797,4.21944 -2.54518,5.94 -22.03027,11.19669 -20.15009,5.43609 -20.62355,6.68429 -29.97354,10.26645 -8.38947,4.07178 -17.71764,5.67563 -27.26124,3.22983 -4.94674,-0.49662 -9.42882,-2.52271 -14.19292,-3.67478 -6.13109,-1.2833 -12.44597,-0.14507 -17.92864,2.82285 -2.2941,1.09446 8.45415,-5.57367 3.39256,-1.82339 -6.03258,4.57861 -12.44537,8.73609 -19.71475,11.06095 -4.60145,1.75118 -10.54717,4.23572 -14.22462,5.44793 3.96701,-2.79315 7.26405,-6.7673 12.1437,-7.95622 3.97922,-1.22958 11.72923,-5.51391 13.73871,-4.51899 -2.45355,1.45946 -11.27492,5.99481 -4.82667,1.92974 8.25624,-5.89204 17.07182,-11.78115 27.20965,-13.64777 5.79918,-0.59196 11.42753,1.19277 16.81767,3.00842 5.95481,1.30235 12.14758,2.83197 18.13318,0.77558 8.26322,-2.16956 11.25776,-4.03916 19.30335,-6.84248 6.63061,-3.1447 18.67157,-5.45833 25.33192,-8.71947 4.16971,-0.0713 11.06308,-2.87913 12.88826,-3.84085 -2.60559,1.50301 -8.21861,4.7638 -9.04483,5.25079 2.40839,-1.39997 10.49146,-6.11566 9.61743,-5.53528 -2.04704,1.20595 2.66885,-1.49624 2.04078,-1.36896 -2.07456,1.19457 3.20753,-2.18723 1.49303,-1.10475 -2.5969,1.6991 -0.18998,-0.28096 1.24545,1.43644 z" />
          <path
             id="path33500"
             style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline"
             d="m 552.4375,556.9375 c -15.86546,4.47296 -30.88511,11.60664 -46.875,15.46875 -13.23444,2.7701 -25.54103,-7.38652 -38.5625,-2.84375 -2.79346,1.43758 -8.16762,3.58419 -9.99682,5.98888 1.29129,2.37489 4.65857,-3.75906 6.74682,-3.27013 8.63931,-2.72876 17.19966,0.19482 25.46875,2.40625 8.52398,1.92155 17.27725,0.2905 25.06799,-3.23907 12.23908,-4.05488 24.50986,-8.33687 36.49451,-12.76093 0.41915,-0.26378 3.63076,-1.9089 1.65625,-1.75 z" />
          <path
             id="path33509"
             style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline"
             d="m 463.5625,606.2109 c -13.23444,3.45095 -25.54103,-9.20202 -38.5625,-3.5427 -2.79346,1.79091 -8.16762,4.46513 -9.99682,7.46086 1.29129,2.9586 4.65857,-4.68298 6.74682,-4.07388 8.63931,-3.39945 17.19966,0.2427 25.46875,2.99767 8.52398,2.39384 17.27725,0.3619 25.06799,-4.03519 12.23908,-5.05151 29.92313,-10.92728 41.90778,-16.43871 0.96048,3.46068 -34.64213,12.82059 -50.63202,17.63195 z" />
          <path
             id="path33514"
             style="fill:#fff5ff;fill-opacity:1;fill-rule:nonzero;stroke:none"
             d="m 466.98189,608.9889 c -4.50046,1.62982 -9.11325,3.48182 -13.89726,2.09649 -2.67257,-1.28293 -7.25966,-0.94481 -8.25299,1.50845 7.52739,2.09882 16.09086,2.02329 22.15025,-3.60494 z" />
          <path
             id="path33522"
             style="fill:#fff5ff;fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline"
             d="m 506.22428,578.77697 c -5.25807,0.61967 -5.83026,1.71406 -10.61427,0.32873 -2.67257,-1.28293 -4.73428,-1.95496 -5.72761,0.4983 7.52739,2.09882 8.51472,3.53851 16.34188,-0.82703 z" />
          <path
             id="path33524"
             style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
             d="m 442.75496,567.58415 c 1.40433,-0.12327 2.09343,0.18599 2.80559,1.35419 0.48342,1.4655 -1.72505,3.47899 -2.18507,4.8644 0.34424,1.1339 2.56256,1.42254 2.74512,2.65442 0.0437,1.22987 0.9282,2.08322 1.49243,3.11373 0.17214,1.37455 0.22544,2.68187 0.68134,4.00044 0.27606,1.14807 -0.075,3.37399 0.58256,4.32096 0.63398,1.19588 2.40743,0.44625 3.64612,0.87932 1.01549,0.22886 2.06012,0.14541 3.08279,0.10405 l -2.965,1.866 c -1.06143,0.018 -2.14111,0.0658 -3.17445,-0.22532 -1.25829,-0.49087 -0.74507,-1.51986 -2.7487,-2.38822 -0.68425,-0.98651 -0.009,-1.93578 -0.30397,-3.12318 -0.45178,-1.31011 -1.82771,-6.24314 -1.85941,-7.51669 -0.17242,-1.26556 -2.46737,-1.85988 -2.78242,-3.05366 2.3981,-1.64929 1.01094,-2.62134 0.5928,-4.01417 -0.74732,-0.99027 -1.35484,-1.11292 -2.6573,-0.96871 l 3.04757,-1.86756 z" />
          <path
             id="path33527"
             style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline"
             d="m 390.75496,605.57908 c 1.40433,-0.0985 2.09343,0.14858 2.80559,1.08185 0.48342,1.17077 -1.72505,2.77933 -2.18507,3.88612 0.34424,0.90586 2.56256,1.13645 2.74512,2.12059 0.0437,0.98253 0.9282,1.66426 1.49243,2.48753 0.17214,1.09811 0.22544,2.14252 0.68134,3.19591 0.27606,0.91718 -0.075,2.69545 0.58256,3.45197 0.63398,0.95538 2.40743,0.35651 3.64612,0.70248 1.01549,0.18284 2.06012,0.11617 3.08279,0.0831 l -2.965,1.49072 c -1.06143,0.0144 -2.14111,0.0526 -3.17445,-0.18 -1.25829,-0.39215 -0.74507,-1.2142 -2.7487,-1.90793 -0.68425,-0.78811 -0.009,-1.54647 -0.30397,-2.49507 -0.45178,-1.04664 -1.82771,-4.98759 -1.85941,-6.00501 -0.17242,-1.01105 -2.46737,-1.48584 -2.78242,-2.43954 2.3981,-1.31761 1.01094,-2.09417 0.5928,-3.20689 -0.74732,-0.79111 -1.35484,-0.8891 -2.6573,-0.77389 l 3.04757,-1.49197 z" />
          <path
             id="path33531"
             style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
             d="m 384.3453,253.50372 c 7.90549,10.66165 13.54189,24.00437 12.4375,37.99871 0.12302,16.68979 2.0457,33.64285 9.6178,48.44342 11.14389,29.86563 23.39444,59.34562 39.10095,86.70069 4.43572,10.15001 7.21653,21.11355 11.6875,31.26519 6.89583,-3.44007 13.79167,-6.88015 20.6875,-10.32022 -7.35576,-17.79683 -12.70771,-36.85603 -23.34375,-52.85305 -14.04269,-27.68969 -24.85027,-57.28794 -35.34375,-86.75752 -4.50295,-19.14217 1.6358,-40.91441 -9.59375,-58.03009 -1.86717,-3.15312 -3.9214,-8.00074 -7.75963,-4.2682 -5.83012,2.60702 -11.66025,5.21405 -17.49037,7.82107 z" />
          <path
             id="path33539"
             style="opacity:0.146067;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
             d="m 448.90152,667.75428 c -0.42611,3.62638 0.0872,7.00694 1.05021,10.47152 1.47605,4.17559 4.11314,7.76427 6.07122,11.71022 2.1696,4.15019 2.15998,8.20199 1.4799,12.66702 -0.51414,3.62718 1.87584,6.23638 3.19166,9.41016 3.00266,8.16788 -7.80441,14.42869 -13.74386,8.34312 -2.56176,-3.40043 -2.96542,-7.53046 -3.59351,-11.61717 -0.96809,-3.96663 -2.79685,-7.57076 -4.86551,-11.04876 -2.30763,-2.72144 -3.37092,-6.15647 -4.82569,-9.35776 -1.52156,-3.49455 -3.04727,-6.9009 -4.95622,-10.21128 -4.34395,-10.13903 -3.19259,-9.97594 8.67372,-14.64056 5.48986,4.12598 10.50823,8.3269 11.42765,15.34051 0.0527,4.70798 -0.0136,9.41802 -0.01,14.12734 0.64382,3.75357 3.42135,6.4111 5.18194,9.604 4.624,5.95916 -7.28735,13.25779 -6.99248,4.60774 -1.66456,-4.6993 -5.05778,-8.50383 -7.94895,-12.49711 -2.21792,-3.44583 -3.24183,-7.42121 -4.24982,-11.35064 -0.66499,-4.25618 1.43799,-7.77187 3.63979,-11.22067 0.13728,-0.10342 0.61291,-1.01557 0.69608,-1.15337 l 9.99329,-3.62656 c -0.21269,0.43402 -0.31203,0.92386 -0.63806,1.30207 -2.11462,3.23774 -4.40136,6.38802 -4.0117,10.45577 1.01127,3.76444 1.9395,7.60025 4.07313,10.92003 2.95771,4.13673 6.29954,8.11851 8.10744,12.92664 0.98618,8.1155 -12.75447,14.14315 -12.33684,3.99953 -1.83905,-3.25987 -4.72109,-6.00246 -5.27607,-9.92434 0.0126,-4.68888 0.0706,-9.3782 0.0294,-14.06674 -0.92591,-6.4978 -5.05672,-10.9617 -10.88675,-14.10916 11.78109,-6.11027 5.89279,-4.44965 10.12354,4.78778 1.89591,3.3114 3.44596,6.71114 4.95502,10.20609 1.46097,3.17094 2.53245,6.55239 4.79116,9.27726 2.14031,3.59827 3.92754,7.35264 4.99626,11.42742 0.74274,3.83926 0.8524,7.85096 3.33592,11.06239 6.30238,5.08948 -8.30587,10.6226 -5.39359,0.73136 -1.49281,-3.18018 -3.75108,-6.03643 -3.31514,-9.75384 0.60012,-4.2988 0.9563,-8.13897 -1.21628,-12.16219 -1.97852,-3.98646 -4.67958,-7.58845 -6.17288,-11.81471 -0.97264,-3.53989 -1.53897,-6.99449 -1.34681,-10.69642 l 9.96272,-4.12669 z" />
        </g>
      </g>
      <g
         id="g5399"
         inkscape:label="Calque 1"
         transform="matrix(0.1866629,0,0,0.1866629,207.59853,2521.7927)">
        <g
           transform="scale(4,4)"
           id="g2885">
          <rect
             style="opacity:0;fill:#385ead;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="rect1337"
             width="64"
             height="64"
             x="0"
             y="0" />
          <path
             style="fill:url(#radialGradient4673);fill-opacity:1;fill-rule:nonzero;stroke:none"
             d="M 63,32 C 63,49.184719 49.184718,63 32,63 14.815281,63 1,49.742441 1,32.557722 1,15.373003 14.815281,1 32,1 49.184718,1 63,14.815281 63,32 z"
             id="path2508"
             sodipodi:nodetypes="csssc" />
          <path
             id="path2701"
             d="M 39.391042,18.115711 C 25.719622,9.4828746 11.514824,7.6268322 7.184947,14.089263 2.6973011,20.787167 10.515109,33.912357 24.629901,43.369371 38.744693,52.826387 53.829329,55.046009 58.316976,48.348106 62.804622,41.650202 54.99592,28.571096 40.881128,19.11408 40.384905,18.781607 39.889191,18.430268 39.391042,18.115711 z m 1.046367,1.66063 C 54.133167,28.952603 61.80604,41.52943 57.571933,47.848921 53.337828,54.168413 38.787868,51.855778 25.092109,42.679516 11.396349,33.503256 3.7234779,20.926427 7.9575843,14.606936 12.191691,8.2874447 26.741649,10.600079 40.437409,19.776341 z"
             style="fill:url(#radialGradient4675);fill-opacity:1;fill-rule:nonzero;stroke:none" />
          <g
             id="g2663"
             style="opacity:0.3">
            <path
               id="path2604"
               d="M 45.666681,39.337242 C 54.801112,25.924189 57.156605,11.740556 50.824965,7.1728168 44.262618,2.4386419 30.825606,9.8240532 20.84907,23.653182 10.872532,37.482309 8.1217651,52.535827 14.684111,57.270004 c 6.562348,4.734175 19.952818,-2.643706 29.929356,-16.472834 0.350738,-0.48618 0.720381,-0.971194 1.053214,-1.459928 z M 43.96461,40.329075 C 34.284249,53.74765 21.402312,61.006746 15.210719,56.540039 9.0191248,52.073333 11.844604,37.559357 21.524963,24.140781 31.205322,10.722205 44.087261,3.4631098 50.278854,7.9298169 56.470447,12.396524 53.644969,26.9105 43.96461,40.329075 z"
               style="opacity:0.5;fill:url(#linearGradient4677);fill-opacity:1;fill-rule:nonzero;stroke:none" />
            <path
               sodipodi:nodetypes="cssssccsssc"
               style="fill:url(#linearGradient4679);fill-opacity:1;fill-rule:nonzero;stroke:none"
               d="M 45.398019,39.143425 C 54.532449,25.730371 56.962788,12.009218 50.631148,7.4414792 44.068801,2.7073043 31.094269,10.01787 21.117733,23.846999 11.141195,37.676126 8.3155821,52.267165 14.877928,57.001341 c 6.562348,4.734175 19.490339,-2.56886 29.466877,-16.397988 0.350737,-0.48618 0.72038,-0.971194 1.053214,-1.459928 z m -1.164747,1.379467 C 34.552912,53.941467 21.208495,61.275409 15.016902,56.808702 8.8253078,52.341995 11.575941,37.36554 21.256301,23.946964 30.93666,10.528388 44.281078,3.1944474 50.472671,7.6611546 56.664264,12.127862 53.913632,27.104317 44.233272,40.522892 z"
               id="path2606" />
          </g>
          <path
             style="fill:url(#radialGradient4682);fill-opacity:1;fill-rule:nonzero;stroke:none"
             d="M 39.391042,18.115711 C 25.719622,9.4828746 11.514824,7.6268322 7.184947,14.089263 2.6973011,20.787167 10.515109,34.067628 24.629901,43.524642 38.744693,52.981658 53.829329,55.046009 58.316976,48.348106 62.804622,41.650202 54.99592,28.571096 40.881128,19.11408 40.384905,18.781607 39.889191,18.430268 39.391042,18.115711 z m 1.046367,2.204077 C 54.133167,29.49605 61.495499,41.374159 57.261392,47.69365 53.027287,54.013142 38.787868,51.622872 25.092109,42.44661 11.396349,33.27035 4.1892894,21.314603 8.4233958,14.995112 12.657503,8.675621 26.741649,11.143526 40.437409,20.319788 z"
             id="path2462"
             sodipodi:nodetypes="cssssccsssc" />
          <path
             id="path2476"
             d="M 39.207318,18.389923 C 25.535897,9.7570866 11.789036,7.8105563 7.4591591,14.272987 2.9715131,20.970891 10.698833,33.638145 24.813625,43.095159 38.928417,52.552175 53.555117,54.862285 58.042764,48.164382 62.53041,41.466478 54.812195,28.845308 40.697404,19.388292 40.201181,19.055819 39.705467,18.70448 39.207318,18.389923 z m 1.413815,1.112206 C 54.316891,28.678391 62.080252,41.713155 57.846145,48.032646 53.61204,54.352137 38.604144,52.12999 24.908385,42.953728 11.212625,33.777468 3.4492658,20.742703 7.6833722,14.423211 11.917479,8.1037205 26.925374,10.325867 40.621133,19.502129 z"
             style="fill:url(#radialGradient4685);fill-opacity:1;fill-rule:nonzero;stroke:none"
             sodipodi:nodetypes="cssssccsssc" />
          <path
             id="path2488"
             d="M 44.666681,39.337242 C 53.801112,25.924189 56.156605,11.740556 49.824965,7.1728168 43.262618,2.4386419 29.825606,9.8240532 19.84907,23.653182 9.8725324,37.482309 7.1217651,52.535827 13.684111,57.270004 c 6.562348,4.734175 19.952818,-2.643706 29.929356,-16.472834 0.350738,-0.48618 0.720381,-0.971194 1.053214,-1.459928 z M 42.96461,40.329075 C 33.284249,53.74765 20.402312,61.006746 14.210719,56.540039 8.0191248,52.073333 10.844604,37.559357 20.524963,24.140781 30.205322,10.722205 43.087261,3.4631098 49.278854,7.9298169 55.470447,12.396524 52.644969,26.9105 42.96461,40.329075 z"
             style="fill:url(#radialGradient4688);fill-opacity:1;fill-rule:nonzero;stroke:none" />
          <path
             sodipodi:nodetypes="cssssccsssc"
             style="fill:url(#radialGradient4690);fill-opacity:1;fill-rule:nonzero;stroke:none"
             d="M 44.398019,39.143425 C 53.532449,25.730371 55.962788,12.009218 49.631148,7.4414792 43.068801,2.7073043 30.094269,10.01787 20.117733,23.846999 10.141195,37.676126 7.3155821,52.267165 13.877928,57.001341 c 6.562348,4.734175 19.490339,-2.56886 29.466877,-16.397988 0.350737,-0.48618 0.72038,-0.971194 1.053214,-1.459928 z m -1.164747,1.379467 C 33.552912,53.941467 20.208495,61.275409 14.016902,56.808702 7.8253078,52.341995 10.575941,37.36554 20.256301,23.946964 29.93666,10.528388 43.281078,3.1944474 49.472671,7.6611546 55.664264,12.127862 52.913632,27.104317 43.233272,40.522892 z"
             id="path2490" />
          <g
             id="g2444"
             transform="translate(0.155271,-3.01852)">
            <path
               sodipodi:type="arc"
               style="fill:url(#radialGradient4692);fill-opacity:1;fill-rule:nonzero;stroke:none"
               id="path2291"
               sodipodi:cx="-3.5133705"
               sodipodi:cy="-21"
               sodipodi:rx="6"
               sodipodi:ry="6"
               d="m 2.4866295,-21 c 0,3.313708 -2.68629151,6 -6,6 -3.3137085,0 -6,-2.686292 -6,-6 0,-3.313708 2.6862915,-6 6,-6 3.31370849,0 6,2.686292 6,6 z"
               transform="translate(42.1757,54.567)" />
            <path
               transform="translate(34.1216,48.6894)"
               d="m 2.4866295,-21 c 0,3.313708 -2.68629151,6 -6,6 -3.3137085,0 -6,-2.686292 -6,-6 0,-3.313708 2.6862915,-6 6,-6 3.31370849,0 6,2.686292 6,6 z"
               sodipodi:ry="6"
               sodipodi:rx="6"
               sodipodi:cy="-21"
               sodipodi:cx="-3.5133705"
               id="path2220"
               style="fill:url(#radialGradient4694);fill-opacity:1;fill-rule:nonzero;stroke:none"
               sodipodi:type="arc" />
            <path
               transform="translate(38.1387,62.1752)"
               d="m 2.4866295,-21 c 0,3.313708 -2.68629151,6 -6,6 -3.3137085,0 -6,-2.686292 -6,-6 0,-3.313708 2.6862915,-6 6,-6 3.31370849,0 6,2.686292 6,6 z"
               sodipodi:ry="6"
               sodipodi:rx="6"
               sodipodi:cy="-21"
               sodipodi:cx="-3.5133705"
               id="path2287"
               style="fill:url(#radialGradient4696);fill-opacity:1;fill-rule:nonzero;stroke:none"
               sodipodi:type="arc" />
            <path
               transform="translate(29.4436,57.6724)"
               d="m 2.4866295,-21 c 0,3.313708 -2.68629151,6 -6,6 -3.3137085,0 -6,-2.686292 -6,-6 0,-3.313708 2.6862915,-6 6,-6 3.31370849,0 6,2.686292 6,6 z"
               sodipodi:ry="6"
               sodipodi:rx="6"
               sodipodi:cy="-21"
               sodipodi:cx="-3.5133705"
               id="path2275"
               style="fill:url(#radialGradient4698);fill-opacity:1;fill-rule:nonzero;stroke:none"
               sodipodi:type="arc" />
          </g>
          <g
             id="g2569"
             transform="matrix(0.999809,0.0195565,-0.0195565,0.999809,-0.721323,-1.1565)">
            <path
               sodipodi:nodetypes="cccccc"
               id="path2563"
               d="m 20.340439,9.431675 c 0,0 3.415952,-1.1737871 19.71935,9.074066 l 0.05823,0.01941 c -3.47418,-1.572114 -5.4927,-2.037925 -5.4927,-2.037925 0,0 -11.336359,-2.785451 -15.062849,-0.766934 l 0.777969,-6.288616 z"
               style="fill:#ddf1f6;fill-opacity:0.48943703;fill-rule:evenodd;stroke:none" />
            <path
               style="fill:#ffffff;fill-opacity:0.40493002;fill-rule:evenodd;stroke:none"
               d="m 20.340439,10.363298 c 0,0 2.79487,-0.3974345 19.71935,8.142443 l 0.05823,0.01941 c -3.47418,-1.572114 -5.4927,-2.037925 -5.4927,-2.037925 0,0 -10.40312,-3.881763 -14.12961,-1.863246 l -0.15527,-4.260681 z"
               id="path2565"
               sodipodi:nodetypes="cccccc" />
            <path
               sodipodi:nodetypes="cccccc"
               id="path2567"
               d="m 20.340439,11.139651 c 0,0 -3.338315,-4.1239272 13.586165,4.41595 l -0.216252,0.184098 c -3.47418,-1.572114 -4.286595,-1.736803 -4.286595,-1.736803 0,0 -5.201558,-2.484328 -8.928048,-0.465811 l -0.15527,-2.397434 z"
               style="fill:#ffffff;fill-opacity:0.48943703;fill-rule:evenodd;stroke:none" />
          </g>
          <path
             sodipodi:type="arc"
             style="fill:url(#radialGradient4700);fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="path2717"
             sodipodi:cx="-3.5133705"
             sodipodi:cy="-21"
             sodipodi:rx="6"
             sodipodi:ry="6"
             d="m 2.4866295,-21 c 0,3.313708 -2.68629151,6 -6,6 -3.3137085,0 -6,-2.686292 -6,-6 0,-3.313708 2.6862915,-6 6,-6 3.31370849,0 6,2.686292 6,6 z"
             transform="matrix(0.739011,0,0,0.739011,20.3919,26.8057)" />
          <path
             sodipodi:type="arc"
             style="fill:url(#radialGradient4702);fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="path2440"
             sodipodi:cx="-3.5133705"
             sodipodi:cy="-21"
             sodipodi:rx="6"
             sodipodi:ry="6"
             d="m 2.4866295,-21 c 0,3.313708 -2.68629151,6 -6,6 -3.3137085,0 -6,-2.686292 -6,-6 0,-3.313708 2.6862915,-6 6,-6 3.31370849,0 6,2.686292 6,6 z"
             transform="matrix(0.615725,0,0,0.615725,19.9583,24.3312)" />
          <g
             id="g2594"
             transform="matrix(0.552088,-0.304133,-0.304133,-0.552088,22.8618,67.894)">
            <path
               sodipodi:nodetypes="cccccc"
               id="path2596"
               d="m 20.340439,9.431675 c 0,0 3.415952,-1.1737871 19.71935,9.074066 l 0.05823,0.01941 c -3.47418,-1.572114 -5.4927,-2.037925 -5.4927,-2.037925 0,0 -11.336359,-2.785451 -15.062849,-0.766934 l 0.777969,-6.288616 z"
               style="fill:#ddf1f6;fill-opacity:0.48943703;fill-rule:evenodd;stroke:none" />
            <path
               style="fill:#ffffff;fill-opacity:0.40493002;fill-rule:evenodd;stroke:none"
               d="m 20.340439,10.363298 c 0,0 2.79487,-0.3974345 19.71935,8.142443 l 0.05823,0.01941 c -3.47418,-1.572114 -5.4927,-2.037925 -5.4927,-2.037925 0,0 -10.40312,-3.881763 -14.12961,-1.863246 l -0.15527,-4.260681 z"
               id="path2598"
               sodipodi:nodetypes="cccccc" />
            <path
               sodipodi:nodetypes="cccccc"
               id="path2600"
               d="m 20.340439,11.139651 c 0,0 -3.338315,-4.1239272 13.586165,4.41595 l -0.216252,0.184098 c -3.47418,-1.572114 -4.286595,-1.736803 -4.286595,-1.736803 0,0 -5.201558,-2.484328 -8.928048,-0.465811 l -0.15527,-2.397434 z"
               style="fill:#ffffff;fill-opacity:0.48943703;fill-rule:evenodd;stroke:none" />
          </g>
          <path
             sodipodi:type="arc"
             style="fill:url(#radialGradient4704);fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="path2705"
             sodipodi:cx="-3.5133705"
             sodipodi:cy="-21"
             sodipodi:rx="6"
             sodipodi:ry="6"
             d="m 2.4866295,-21 c 0,3.313708 -2.68629151,6 -6,6 -3.3137085,0 -6,-2.686292 -6,-6 0,-3.313708 2.6862915,-6 6,-6 3.31370849,0 6,2.686292 6,6 z"
             transform="matrix(0.494085,0,0,0.494085,32.0136,65.0596)" />
          <path
             transform="matrix(0.354342,0,0,0.354342,31.2121,62.4355)"
             d="m 2.4866295,-21 c 0,3.313708 -2.68629151,6 -6,6 -3.3137085,0 -6,-2.686292 -6,-6 0,-3.313708 2.6862915,-6 6,-6 3.31370849,0 6,2.686292 6,6 z"
             sodipodi:ry="6"
             sodipodi:rx="6"
             sodipodi:cy="-21"
             sodipodi:cx="-3.5133705"
             id="path2458"
             style="fill:url(#radialGradient4706);fill-opacity:1;fill-rule:nonzero;stroke:none"
             sodipodi:type="arc" />
          <path
             style="fill:url(#radialGradient4708);fill-opacity:1;fill-rule:nonzero;stroke:none"
             d="M 44.886267,39.337242 C 54.020698,25.924189 56.156605,11.411178 49.824965,6.8434383 43.262618,2.1092634 29.715813,9.8240532 19.739277,23.653182 9.7627396,37.482309 7.1217651,52.535827 13.684111,57.270004 c 6.562348,4.734175 20.172404,-2.643706 30.148942,-16.472834 0.350738,-0.48618 0.720381,-0.971194 1.053214,-1.459928 z m -2.141243,0.991833 C 33.064663,53.74765 20.402312,61.006746 14.210719,56.540039 8.0191248,52.073333 10.844604,37.559357 20.524963,24.140781 30.205322,10.722205 42.757883,4.0120739 48.949476,8.478781 55.141069,12.945488 52.425383,26.9105 42.745024,40.329075 z"
             id="path2737"
             sodipodi:nodetypes="cssssccsssc" />
        </g>
      </g>
      <path
         sodipodi:nodetypes="ccccc"
         id="path5157"
         d="m 98.70563,2497.2756 c 17.53025,-7.6732 43.34489,-7.7465 62.64484,4.2157 -1.79681,22.1073 -6.78819,43.4158 -4.47571,66.5503 -30.12618,5.697 -64.20191,18.3058 -72.16541,-14.782 7.43601,-18.1995 13.45349,-36.6355 13.99628,-55.984 z"
         style="fill:#5586fd;fill-opacity:1;fill-rule:evenodd;stroke:none" />
      <g
         id="g5240"
         transform="translate(-26.14733,49.816265)"
         style="stroke:none">
        <path
           style="fill:#7137c8;fill-rule:evenodd;stroke:none"
           d="m 124.07644,2437.1352 33.71895,-10.5975 0.48169,15.4144 -35.64573,14.9327 1.44509,-19.7496 z"
           id="path4227" />
        <path
           style="fill:#ffff00;fill-opacity:1;fill-rule:evenodd;stroke:none"
           d="m 122.63133,2419.3122 1.44511,17.3412 35.64573,-11.5607 -0.4817,-8.6707 -36.60914,2.8902 z"
           id="path4229" />
        <path
           style="fill:#7137c8;fill-rule:evenodd;stroke:none"
           d="m 127.93003,2404.8613 -2.8902,13.4876 35.16403,-3.8537 -3.85359,-8.1888 -28.42024,-1.4451 z"
           id="path4231" />
        <path
           style="fill:#ffff00;fill-opacity:1;fill-rule:evenodd;stroke:none"
           d="m 132.26532,2392.8188 -3.3719,11.5607 27.45685,1.9269 2.8902,-9.6339 -26.97515,-3.8537 z"
           id="path4233" />
        <path
           style="fill:#7137c8;fill-rule:evenodd;stroke:none"
           d="m 140.45422,2382.7031 -7.22551,8.6706 26.01176,4.817 2.40851,-9.6339 -21.19476,-3.8537 z"
           id="path4235" />
        <path
           style="fill:#ffff00;fill-opacity:1;fill-rule:evenodd;stroke:none"
           d="m 141.8993,2380.7763 4.33529,-11.5608 19.26798,2.8901 -3.3719,14.4512 -20.23137,-5.7805 z"
           id="path4237" />
        <path
           style="fill:#7137c8;fill-rule:evenodd;stroke:none"
           d="m 145.2712,2368.252 1.92681,-9.6339 9.15226,-3.3719 9.63399,9.6339 -0.48169,7.2255 -20.23137,-3.8536 z"
           id="path4239" />
      </g>
      <g
         id="g5231"
         transform="translate(-71.86162,42.673405)"
         style="stroke:none">
        <path
           style="fill:#7137c8;fill-rule:evenodd;stroke:none"
           d="m 211.264,2438.5802 -6.26209,7.7071 26.01174,25.0483 7.22551,-12.524 -26.97516,-20.2314 z"
           id="path4241" />
        <path
           style="fill:#ffff00;fill-rule:evenodd;stroke:none"
           d="m 212.22739,2436.6534 7.70718,-6.7438 26.49346,16.8595 -8.18887,13.0058 -26.01177,-23.1215 z"
           id="path4243" />
        <path
           style="fill:#7137c8;fill-rule:evenodd;stroke:none"
           d="m 220.89796,2428.9461 6.74379,-10.1157 26.01177,11.561 -2.8902,17.8228 -29.86536,-19.2681 z"
           id="path4245" />
        <path
           style="fill:#ffff00;fill-rule:evenodd;stroke:none"
           d="m 230.05026,2409.1965 -0.4817,8.6706 26.01177,12.0425 3.85359,-18.3045 -29.38366,-2.4086 z"
           id="path4247" />
        <path
           style="fill:#7137c8;fill-rule:evenodd;stroke:none"
           d="m 230.53195,2408.2332 -2.40847,-11.0792 28.90193,0.9635 -0.48169,12.0425 -26.01177,-1.9268 z"
           id="path4249" />
        <path
           style="fill:#ffff00;fill-rule:evenodd;stroke:none"
           d="m 230.53195,2397.154 -0.48169,-13.4876 23.60326,0 1.92681,13.9693 -25.04838,-0.4817 z"
           id="path4251" />
        <path
           style="fill:#7137c8;fill-rule:evenodd;stroke:none"
           d="m 231.01365,2382.7031 -0.4817,-9.6339 8.1889,-7.7073 11.07908,7.2255 2.8902,10.1157 -21.67648,0 z"
           id="path4253" />
      </g>
      <path
         sodipodi:nodetypes="cssssssscc"
         id="path5159"
         d="m 73.45404,2558.2022 c -6.84042,10.8863 -0.63933,32.8314 0.92284,45.3673 0,0 6.48116,17.0574 10.86004,23.4576 7.62268,11.1415 22.37139,13.4586 32.14577,9.1224 12.40561,-5.5032 26.88601,-18.3451 33.88335,-29.9737 6.0136,-9.9937 10.22753,-26.1819 9.12244,-37.7929 -0.31921,-3.3538 -2.84741,-6.802 -4.07423,-10.6682 -2.21374,-6.9764 -4.11018,-14.3341 -8.95783,-18.0023 -12.40459,-9.3865 -36.07294,-11.1883 -51.25944,-7.8193 -15.00612,8.5949 -16.60907,21.1437 -22.64294,26.3091 z"
         style="fill:#435dd9;fill-opacity:1;fill-rule:evenodd;stroke:none" />
      <path
         sodipodi:nodetypes="csss"
         id="path5161"
         d="m 82.19612,2558.3916 c -6.69668,12.1067 -6.09726,26.7259 -3.17623,35.5329 9.44161,28.467 42.75276,31.1709 62.76784,5.787 7.69459,-9.7587 7.16593,-26.044 5.13429,-40.451"
         style="fill:none;stroke:#000000;stroke-width:1.72014427px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
      <path
         sodipodi:nodetypes="cc"
         id="path5163"
         d="m 97.83459,2568.3829 c -1.83865,5.9873 -2.21192,11.242 -1.73761,16.0729"
         style="fill:none;stroke:#000000;stroke-width:1.72014427px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
      <path
         sodipodi:nodetypes="cc"
         id="path5165"
         d="m 112.04434,2570.9253 c -1.04855,4.3669 -2.36398,8.4445 -1.84302,13.9761"
         style="fill:none;stroke:#000000;stroke-width:1.72014427px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
      <path
         sodipodi:nodetypes="cssss"
         id="path5167"
         d="m 87.55119,2605.2788 c -3.04817,-2.4949 -4.66935,10.1709 -2.423,13.5129 2.29426,3.4137 9.81776,4.3035 12.92267,1.7437 2.04238,-1.6838 3.71433,-8.524 1.2115,-9.1539 -2.64225,-0.6652 -8.42585,-3.4138 -11.71117,-6.1027 z"
         style="fill:#ffffff;fill-rule:evenodd;stroke:#ebffff;stroke-width:1.66138232px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
      <path
         sodipodi:nodetypes="cssss"
         id="path5169"
         d="m 123.68734,2612.0231 c -5.97507,-0.084 -16.51143,0.3325 -22.49051,0 -2.08431,-0.1158 -1.14825,7.4767 0.33075,9.486 4.99922,6.7909 22.42215,5.4958 23.48272,1.3549 0.5544,-2.1645 1.09111,-10.8068 -1.32296,-10.8409 z"
         style="fill:#ffffff;fill-rule:evenodd;stroke:#ebffff;stroke-width:1.53054082px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
      <path
         transform="matrix(1.8619387,0.3090028,-0.2956106,1.9462915,-375.16751,1058.0128)"
         d="m 378.80722,688.95978 c 0,3.0684 -1.63945,5.55584 -3.6618,5.55584 -2.02236,0 -3.66181,-2.48744 -3.66181,-5.55584 0,-3.06841 1.63945,-5.55584 3.66181,-5.55584 2.02235,0 3.6618,2.48743 3.6618,5.55584 z"
         sodipodi:ry="5.5558391"
         sodipodi:rx="3.661803"
         sodipodi:cy="688.95978"
         sodipodi:cx="375.14542"
         id="path5171"
         style="fill:#ffffff;fill-opacity:1;stroke:none"
         sodipodi:type="arc" />
      <path
         sodipodi:type="arc"
         style="fill:#ffffff;fill-opacity:1;stroke:none"
         id="path5173"
         sodipodi:cx="375.14542"
         sodipodi:cy="688.95978"
         sodipodi:rx="3.661803"
         sodipodi:ry="5.5558391"
         d="m 378.80722,688.95978 c 0,3.0684 -1.63945,5.55584 -3.6618,5.55584 -2.02236,0 -3.66181,-2.48744 -3.66181,-5.55584 0,-3.06841 1.63945,-5.55584 3.66181,-5.55584 2.02235,0 3.6618,2.48743 3.6618,5.55584 z"
         transform="matrix(1.8619387,0.3090028,-0.2956106,1.9462915,-361.95926,1060.163)" />
      <path
         transform="matrix(1.5216661,0,0,1.9044456,-446.43833,1197.5255)"
         d="m 383.21428,692.7193 c 0,1.38071 -1.03934,2.5 -2.32143,2.5 -1.28209,0 -2.32143,-1.11929 -2.32143,-2.5 0,-1.38071 1.03934,-2.5 2.32143,-2.5 1.28209,0 2.32143,1.11929 2.32143,2.5 z"
         sodipodi:ry="2.5"
         sodipodi:rx="2.3214285"
         sodipodi:cy="692.7193"
         sodipodi:cx="380.89285"
         id="path5175"
         style="fill:#000000;fill-opacity:1;stroke:none"
         sodipodi:type="arc" />
      <path
         sodipodi:type="arc"
         style="fill:#000000;fill-opacity:1;stroke:none"
         id="path5177"
         sodipodi:cx="380.89285"
         sodipodi:cy="692.7193"
         sodipodi:rx="2.3214285"
         sodipodi:ry="2.5"
         d="m 383.21428,692.7193 c 0,1.38071 -1.03934,2.5 -2.32143,2.5 -1.28209,0 -2.32143,-1.11929 -2.32143,-2.5 0,-1.38071 1.03934,-2.5 2.32143,-2.5 1.28209,0 2.32143,1.11929 2.32143,2.5 z"
         transform="matrix(1.5216661,0,0,1.9044456,-460.32897,1196.5833)" />
      <path
         sodipodi:nodetypes="cc"
         id="path5179"
         d="m 112.96584,2510.413 c 4.91469,-8.1248 9.8294,-10.5942 14.74409,-3.9931"
         style="fill:none;stroke:#000000;stroke-width:1.72014427px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
      <path
         sodipodi:nodetypes="cc"
         id="path5181"
         d="m 130.78163,2506.7269 c 5.36523,-4.5666 8.338,0.4366 10.44372,8.9079"
         style="fill:none;stroke:#000000;stroke-width:1.72014427px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
      <path
         sodipodi:nodetypes="ccccc"
         id="path5183"
         d="m 122.18091,2524.8498 c -13.83361,4.4547 -28.36848,8.6542 -33.48139,16.28 9.22207,5.351 18.48243,10.5679 26.10933,21.5018 9.77465,-4.558 15.06286,-11.2097 36.2459,-10.4437 -2.03877,-13.6641 -14.71614,-20.9452 -28.87384,-27.3381 z"
         style="fill:#6e4b91;fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter5219)" />
      <path
         sodipodi:nodetypes="ccccccccccccc"
         id="path5185"
         d="m 102.06316,2503.8679 c -1.9155,8.9187 -7.982965,12.5203 -4.269519,28.4537 -4.792979,2.5186 -9.169317,6.3616 -15.63688,12.8375 1.916011,-4.0934 3.834955,-7.6964 7.611885,-9.8018 l -0.53058,-1.417 c -2.389459,0.7767 -4.147401,1.5533 -6.069536,2.33 1.190709,-4.009 3.112827,-6.9762 5.804242,-8.8476 l 0,-1.1336 -7.272803,0.8787 c 1.603993,-4.3303 4.900739,-7.4553 9.505031,-9.6491 l -0.375179,-3.4149 -8.663625,5.6333 c 3.416165,-7.4769 13.45055,-14.1702 19.896964,-15.8692 z"
         style="fill:#139430;fill-opacity:1;fill-rule:evenodd;stroke:none" />
      <path
         sodipodi:nodetypes="csccccccccc"
         id="path5187"
         d="m 154.95846,2508.2183 c 0.76982,7.5419 0.36488,22.0145 -3.49444,19.9273 -1.67242,-0.9046 1.29698,14.861 0.45362,20.472 l 9.33965,17.8105 c -1.84223,-5.8645 -2.99021,-11.729 -1.95481,-17.5933 3.53691,1.1038 4.80607,5.9873 6.73323,9.7741 -0.3935,-6.5036 -0.11786,-13.2746 -3.25802,-18.6794 1.00953,-0.9494 2.89779,3.5512 6.73323,8.2537 1.6652,-7.8129 -1.88241,-16.9236 -4.12682,-18.8964 4.26689,-1.0252 6.50724,3.3537 9.12244,6.7331 -3.98891,-12.7712 -7.12339,-25.1557 -19.54808,-27.8016 z"
         style="fill:#139430;fill-opacity:1;fill-rule:evenodd;stroke:none" />
      <path
         sodipodi:nodetypes="cccccc"
         id="path5189"
         d="m 85.93501,2630.2087 c -0.55716,19.8556 11.35073,23.0912 19.96595,30.7169 -1.29544,-3.7705 -2.80211,-7.6469 -0.92151,-9.8294 l 11.05808,9.8294 c -5.73523,-10.4953 1.17498,-18.2808 6.45054,-26.4166 l -36.55306,-4.3003 z"
         style="fill:#139430;fill-opacity:1;fill-rule:evenodd;stroke:none" />
      <path
         style="opacity:0.51999996;fill:#13cf30;fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter5339)"
         d="m 172.13906,2556.5516 c -2.21785,9.6674 -6.55519,16.8619 -2.25559,34.133 l -19.96595,11.9796 c 2.21845,-4.437 3.61326,-9.6975 7.98637,-11.9796 l -0.61433,-1.536 c -2.76663,0.8419 -4.80206,1.6837 -7.0276,2.5256 1.37866,-4.3455 3.60418,-7.5618 6.72043,-9.5904 l 0,-1.2287 -8.4208,0.9525 c 1.85718,-4.6939 5.67431,-8.0812 11.00538,-10.4592 l -0.4344,-3.7016 -10.03116,6.1062 c 3.9554,-8.1046 15.57369,-15.3598 23.03765,-17.2014 z"
         id="path5249"
         sodipodi:nodetypes="ccccccccccccc"
         transform="matrix(0.7727855,0,0,0.6359842,-32.61351,882.72603)" />
      <g
         id="g4525"
         transform="matrix(-0.01194105,-0.05438051,0.05438051,-0.01194105,141.22059,2663.2829)">
        <path
           id="path141"
           style="fill:#bf0000;stroke:#000000;stroke-width:3.3248601"
           d="m 132.46534,427.10202 c -0.77639,-23.87592 1.20571,-42.66025 2.44332,-66.46698 0.27674,-5.16568 -7.14893,-8.44805 -8.12519,-11.52286 -6.57241,-20.79341 -21.9849,6.54935 -24.24489,13.89046 -3.682081,11.93027 -5.849821,25.42869 -5.749898,37.95087 0.122998,14.89745 -8.647976,11.45744 -3.712913,26.01666" />
        <path
           id="path133"
           style="fill:#8f0000;stroke:#000000;stroke-width:3.3248601"
           d="m 99.980567,-165.39319 c -7.490704,31.47907 -5.336407,84.90169 56.897623,150.117138 61.5731,64.509547 219.14951,102.122179 256.42392,158.514222 17.93383,27.11984 20.93946,-6.54166 21.59286,-18.29513 0.63802,-11.4921 5.94208,-35.291146 -38.7042,-59.528349 -52.15648,-28.311327 -191.36089,-105.87345 -191.36089,-105.87345 0,0 -78.75377,-46.44672 -90.74254,-124.963571 m 294.12595,556.13671 c 17.93384,27.11984 20.93946,-6.54166 21.59287,-18.30281 0.63801,-11.49212 5.94207,-35.27578 -38.70419,-59.51299 -52.1565,-28.31132 -191.36091,-105.88113 -191.36091,-105.88113 0,0 -99.5009,-58.67509 -91.85231,-155.639274 0,0 -56.868635,75.225264 43.90063,180.821984 61.5731,64.51723 219.14951,102.1145 256.42391,158.51422 z" />
        <path
           id="path139"
           style="fill:#7dff00;stroke:#000000;stroke-width:3.3248601"
           d="m 244.47957,99.721905 c 0,0 139.16597,5.934385 139.5657,5.949755 7.07207,0.29979 20.65504,-3.29005 20.77804,-12.183939 0.21524,-16.457929 -32.95429,-13.290873 -43.24723,-13.729034 -18.32587,-0.814825 -36.65175,-1.62965 -54.97762,-2.429101 -5.18106,-0.222924 -68.58368,0.484282 -69.64449,-3.074812 l 7.5256,25.467131 z m 28.28058,-224.384375 139.68869,0 11.48442,0 c 0,0 3.82814,4.78901 8.13288,-8.13288 4.30474,-12.9219 1.43748,-16.75004 1.43748,-16.75004 l -169.34525,-0.2306 8.60178,25.11352 z m -12.43761,47.844064 13.3985,-13.390805 104.28223,-19.140699 c 0,0 24.87522,12.43761 15.31255,22.007962 -9.56265,9.57035 -13.87508,5.265614 -13.87508,5.265614 l -105.82733,15.896776 -13.29087,-10.638848 z m 4.80439,223.438876 151.04243,-0.51503 10.09307,10.09306 -10.47742,10.47742 -147.82156,3.35155 c 0,0 -10.52354,2.02169 -10.52354,-10.52354 0,-12.54523 7.68702,-12.88346 7.68702,-12.88346 z m -2.30611,64.62484 90.39946,-17.21125 -5.83445,18.09527 -19.13301,11.47673 -61.32713,4.28936 c 0,-0.008 -11.30762,-12.49911 -4.10487,-16.65011 z m 3.50529,-193.551695 c 10.96939,4.858202 67.7919,13.14482 54.03212,33.400141 -9.50884,14.005767 -40.16472,-6.656967 -50.73438,-11.238437 -6.00358,-2.598215 -13.04489,-4.52766 -18.53343,-7.925326 8.14825,-1.537406 10.27755,-12.406865 6.3956,-18.81016 2.85189,1.721895 5.8114,3.228552 8.84009,4.573782 z m -12.207,330.788235 c 0,0 123.73042,5.92669 124.08402,5.94976 6.28799,0.29979 18.36432,-3.29774 18.47193,-12.18394 0.19218,-16.45794 -29.30296,-13.29088 -38.45052,-13.73673 -16.2965,-0.80713 -32.58531,-1.62195 -48.88181,-2.42141 -4.61222,-0.23061 -60.9812,0.48428 -61.91902,-3.07481 l 6.6954,25.46713 z m 18.41812,58.82114 135.74524,0 11.16157,0 c 0,0 3.71283,4.78902 7.90226,-8.14056 4.18174,-12.90652 1.39136,-16.74235 1.39136,-16.74235 l -164.56392,-0.2383 8.36349,25.12121 z" />
        <path
           id="path135"
           style="fill:#ffbf00;stroke:#000000;stroke-width:3.3248601"
           d="m 113.93845,-124.66247 163.61073,0 c 0,0 8.13286,1.91407 8.13286,-8.13288 0,-10.04695 -6.93369,-16.98064 -6.93369,-16.98064 l -173.41937,0 c -0.008,0 -10.577361,13.66753 8.60947,25.11352 z m 159.67496,58.475225 c -0.48428,1.506658 -15.94289,3.436102 -17.53411,3.782019 -12.92959,2.798078 -25.85917,5.596156 -38.78875,8.386548 -11.8534,2.55978 -23.59918,4.727523 -35.36802,7.049006 -7.97144,1.560466 -20.23995,7.325738 -26.02828,-1.598903 -2.93645,-4.535347 -3.24393,-12.452986 3.77433,-16.588608 0,0 102.09912,-22.707484 116.2125,-25.321073 l 2.6136,8.870831 c 0.008,0.0077 -4.88127,15.412493 -4.88127,15.42018 z M 110.97125,94.210302 245.89398,99.975569 c 0,0 6.61853,2.206181 7.04901,-7.840765 0.42279,-10.039261 -4.99657,-17.203571 -4.99657,-17.203571 L 104.93693,68.820045 c 0.008,0 -9.285926,13.275498 6.03432,25.390257 z m 24.96747,79.645308 c 0,0 -15.31256,3.82814 -18.17982,-8.60948 -2.87495,-12.4376 8.60948,-12.4376 8.60948,-12.4376 l 150.21222,-6.70309 11.96102,11.9687 -11.96102,11.96102 -140.64188,3.82045 z m 63.14894,66.97708 c 0,0 -11.48441,4.78133 -11.48441,-11.48441 0,-16.25808 6.2188,-10.04696 6.2188,-10.04696 l 90.87606,-10.5466 6.71846,6.71846 -9.57035,9.56267 -82.75856,15.79684 z M 187.96454,2.2580612 c -3.9742,-7.4026092 1.52971,-15.8045322 13.26781,-15.2126302 24.16033,1.206863 42.46315,23.337819 65.63953,28.818671 6.00358,1.422101 -10.63884,12.491422 -12.29155,12.906522 -9.32436,2.321483 -14.6361,-0.707206 -23.03803,-4.650652 C 219.10469,18.262455 205.35259,15.45669 193.62988,8.0463941 190.9471,6.3398733 189.07915,4.3335591 187.96454,2.2580612 z m -52.55622,340.7121888 119.95609,5.76526 c 0,0 5.89595,2.1985 6.27261,-7.84076 0.37666,-10.04695 -4.4431,-17.20357 -4.4431,-17.20357 l -127.15114,-6.11119 c 0.008,0 -8.25588,13.27549 5.36554,25.39026 z m -17.21126,64.33274 158.99083,0 c 0,0 7.90225,1.91407 7.90225,-8.14056 0,-10.04695 -6.74151,-16.98065 -6.74151,-16.98065 l -168.52274,0 c 0,0.008 -10.269874,13.66754 8.37117,25.12121 z" />
        <path
           id="path149"
           style="fill:#ff0000;stroke:#000000;stroke-width:3.3248601"
           d="m 120.64299,-165.40542 c -9.48095,18.60138 -15.66439,40.36382 -10.21752,61.15201 9.33206,35.62169 51.0265,93.136041 51.0265,93.136041 0,0 -57.40673,-48.482092 -65.063013,-110.993011 l 0,-43.30211 m 332.197733,-0.0145 c 2.22131,5.10595 1.67745,10.51932 -3.69255,15.88932 -10.84639,10.83871 -35.09898,22.23857 -66.97708,37.63569 C 326.03895,-96.4972 176.1342,-25.791908 145.51676,4.8255282 114.89932,35.442965 102.14655,49.487167 90.662122,92.849697 c 0,0 1.7219,25.959093 0,49.758133 0,0 8.824715,61.54236 61.134938,89.60001 -0.008,-0.008 -52.2103,-46.24516 -44.5617,-88.33164 0,0 -3.19012,-23.59918 45.29197,-72.081275 53.5709,-53.570905 207.90339,-122.538929 228.98891,-129.49569 106.51916,-35.068226 50.38848,-49.104745 65.06301,-91.836935 0,0 2.96174,-6.15308 -6.12033,-15.85903 m 1.84919,592.48406 c -0.13437,-10.43368 -0.2054,-20.20059 -0.20271,-31.44556 0.008,-19.10996 3.06713,-34.27646 -4.89664,-49.59671 -1.68346,-3.22856 -3.84351,-6.47248 -6.63391,-9.74716 -11.00013,-12.96033 -66.28524,-48.02086 -80.22183,-47.45971 52.21031,32.99272 74.34126,59.19781 76.13233,73.16514 1.74497,13.5138 -10.20837,25.70542 -14.67453,37.98929 -2.88264,7.92533 -1.46569,18.82777 -1.75011,27.07595 m -305.69453,-0.008 c 0.14843,-4.43619 -3.21126,-5.52159 4.76787,-26.86847 2.62897,-7.03363 5.86521,-13.75979 9.83171,-20.07083 6.09581,-9.68565 14.26713,-18.495 22.33851,-26.54331 27.48113,-27.41964 61.93439,-47.19836 97.97119,-61.08114 105.88113,-40.82581 159.45973,-77.82348 159.45973,-77.82348 0,0 38.27371,-24.2372 48.48208,-48.48209 0,0 -7.65627,-38.26603 0,-59.95114 0,0 -12.16088,-19.432807 -57.01469,-44.077422 0,0 35.32958,22.392315 35.32958,44.077422 0,21.68511 -36.35964,56.77639 -47.83637,56.77639 0,0 -198.37148,97.57147 -198.37148,97.57915 -12.96033,6.38023 -21.46218,17.93385 -32.20865,27.53494 -10.12381,9.04763 -20.51667,17.94153 -27.46575,29.80261 -8.75553,14.94359 -17.79548,30.0486 -23.437747,46.52191 -5.096508,14.89745 -8.397083,47.41989 -5.770966,62.58102" />
      </g>
      <path
         style="opacity:0.51999996;fill:#13cf30;fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter6220)"
         d="m 153.65636,2515.7332 c 0.42329,4.147 0.20063,12.1048 -1.92145,10.9572 -0.91959,-0.4974 0.71316,8.1714 0.24943,11.2567 l 5.13548,9.7932 c -1.01297,-3.2246 -1.64419,-6.4493 -1.07487,-9.6738 1.9448,0.6069 2.64265,3.2922 3.70232,5.3744 -0.21637,-3.5761 -0.0648,-7.2992 -1.79145,-10.2711 0.5551,-0.522 1.59337,1.9527 3.70232,4.5384 0.91562,-4.296 -1.03506,-9.3056 -2.26916,-10.3903 2.34618,-0.5637 3.57805,1.844 5.01604,3.7022 -2.19333,-7.0223 -3.91685,-13.832 -10.74866,-15.2869 z"
         id="path6182"
         sodipodi:nodetypes="csccccccccc"
         transform="matrix(1.3773718,0,0,1.0363706,-57.152527,-92.662846)" />
      <path
         style="opacity:0.51999996;fill:#13cf30;fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter6204)"
         d="m 85.925307,2630.2087 c -0.270487,9.6394 5.510507,11.2102 9.69299,14.9123 -0.628905,-1.8305 -1.360358,-3.7124 -0.447371,-4.7719 l 5.368434,4.7719 c -2.784319,-5.0952 0.57042,-8.8749 3.13158,-12.8246 l -17.745633,-2.0877 z"
         id="path6194"
         sodipodi:nodetypes="cccccc"
         transform="matrix(1.853069,0,0,1.6182373,-73.292403,-1626.0931)" />
    </g>
  </g>
</svg>