aboutsummaryrefslogtreecommitdiff
path: root/NvCloth/docs/documentation/_images/Simd.svg
blob: a33a02919b4caebc15c562f25d3fff36b9abc695 (plain) (blame)
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
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->

<svg
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:cc="http://creativecommons.org/ns#"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:svg="http://www.w3.org/2000/svg"
   xmlns="http://www.w3.org/2000/svg"
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
   width="150.87222mm"
   height="117.67204mm"
   viewBox="0 0 534.58662 416.94815"
   id="svg2"
   version="1.1"
   inkscape:version="0.91 r13725"
   sodipodi:docname="Simd.svg">
  <defs
     id="defs4">
    <mask
       maskUnits="userSpaceOnUse"
       id="mask6862">
      <rect
         style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="rect6864"
         width="17"
         height="22.000008"
         x="203"
         y="422.36221" />
    </mask>
    <mask
       maskUnits="userSpaceOnUse"
       id="mask6862-7">
      <rect
         style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="rect6864-4"
         width="17"
         height="22.000008"
         x="203"
         y="422.36221" />
    </mask>
    <mask
       maskUnits="userSpaceOnUse"
       id="mask4713">
      <rect
         style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="rect4715"
         width="6"
         height="21"
         x="234"
         y="393.36221" />
    </mask>
    <mask
       maskUnits="userSpaceOnUse"
       id="mask4713-2">
      <rect
         style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="rect4715-5"
         width="6"
         height="21"
         x="234"
         y="393.36221" />
    </mask>
    <mask
       maskUnits="userSpaceOnUse"
       id="mask4713-1">
      <rect
         style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="rect4715-1"
         width="6"
         height="21"
         x="234"
         y="393.36221" />
    </mask>
    <mask
       maskUnits="userSpaceOnUse"
       id="mask4713-2-0">
      <rect
         style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="rect4715-5-4"
         width="6"
         height="21"
         x="234"
         y="393.36221" />
    </mask>
    <mask
       maskUnits="userSpaceOnUse"
       id="mask6862-7-6">
      <rect
         style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="rect6864-4-8"
         width="17"
         height="22.000008"
         x="203"
         y="422.36221" />
    </mask>
    <mask
       maskUnits="userSpaceOnUse"
       id="mask6862-7-6-9">
      <rect
         style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="rect6864-4-8-2"
         width="17"
         height="22.000008"
         x="203"
         y="422.36221" />
    </mask>
  </defs>
  <sodipodi:namedview
     id="base"
     pagecolor="#ffffff"
     bordercolor="#666666"
     borderopacity="1.0"
     inkscape:pageopacity="0.0"
     inkscape:pageshadow="2"
     inkscape:zoom="1.4142136"
     inkscape:cx="210.63847"
     inkscape:cy="267.39062"
     inkscape:document-units="px"
     inkscape:current-layer="layer1"
     showgrid="true"
     inkscape:snap-intersection-paths="false"
     inkscape:object-paths="false"
     inkscape:snap-bbox="false"
     inkscape:object-nodes="true"
     inkscape:window-width="1920"
     inkscape:window-height="1138"
     inkscape:window-x="-8"
     inkscape:window-y="-8"
     inkscape:window-maximized="1"
     inkscape:snap-text-baseline="true"
     inkscape:snap-object-midpoints="false"
     inkscape:snap-center="true"
     fit-margin-top="1"
     fit-margin-left="1"
     fit-margin-bottom="1"
     fit-margin-right="1">
    <inkscape:grid
       type="xygrid"
       id="grid4136"
       originx="49.793308"
       originy="-441.51206" />
  </sodipodi:namedview>
  <metadata
     id="metadata7">
    <rdf:RDF>
      <cc:Work
         rdf:about="">
        <dc:format>image/svg+xml</dc:format>
        <dc:type
           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
        <dc:title></dc:title>
      </cc:Work>
    </rdf:RDF>
  </metadata>
  <g
     inkscape:label="Layer 1"
     inkscape:groupmode="layer"
     id="layer1"
     transform="translate(49.793307,-193.90194)">
    <path
       style="fill:#b4b4b4;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       d="m 235,413.3622 0,-18 c 11.72533,-2.6987 23.39252,-2.72243 35,0 l 0,18"
       id="path6787-1"
       inkscape:connector-curvature="0"
       sodipodi:nodetypes="cccc"
       mask="url(#mask4713)"
       transform="matrix(5,0,0,5,-870,-1609.5042)" />
    <path
       transform="matrix(5,0,0,5,-920,-1609.5042)"
       style="fill:#b4b4b4;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       d="m 235,413.3622 0,-18 c 11.72533,-2.6987 23.39252,-2.72243 35,0 l 0,18"
       id="path6787-1-0"
       inkscape:connector-curvature="0"
       sodipodi:nodetypes="cccc"
       mask="url(#mask4713-2)" />
    <path
       transform="matrix(5,0,0,5,-970,-1609.5042)"
       style="fill:#b4b4b4;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       d="m 235,413.3622 0,-18 c 11.72533,-2.6987 23.39252,-2.72243 35,0 l 0,18"
       id="path6787-1-05"
       inkscape:connector-curvature="0"
       sodipodi:nodetypes="cccc"
       mask="url(#mask4713-1)" />
    <path
       transform="matrix(5,0,0,5,-1020,-1609.5042)"
       style="fill:#b4b4b4;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       d="m 235,413.3622 0,-18 c 11.72533,-2.6987 23.39252,-2.72243 35,0 l 0,18"
       id="path6787-1-0-5"
       inkscape:connector-curvature="0"
       sodipodi:nodetypes="cccc"
       mask="url(#mask4713-2-0)" />
    <path
       transform="matrix(5,0,0,5,-970,-1759.5042)"
       sodipodi:nodetypes="cccc"
       inkscape:connector-curvature="0"
       id="path6838-2-7"
       d="m 205,443.3622 0,-18 c 11.72533,-2.6987 23.39252,-2.72243 35,0 l 0,18"
       style="fill:#b4b4b4;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       mask="url(#mask6862-7-6)" />
    <path
       transform="matrix(5,0,0,5,-1070,-1759.5042)"
       sodipodi:nodetypes="cccc"
       inkscape:connector-curvature="0"
       id="path6838-2-7-9"
       d="m 205,443.3622 0,-18 c 11.72533,-2.6987 23.39252,-2.72243 35,0 l 0,18"
       style="fill:#b4b4b4;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       mask="url(#mask6862-7-6-9)" />
    <path
       transform="matrix(5,0,0,5,-770,-1609.5042)"
       sodipodi:nodetypes="cccc"
       inkscape:connector-curvature="0"
       id="path6838-2"
       d="m 205,443.3622 0,-18 c 11.72533,-2.6987 23.39252,-2.72243 35,0 l 0,18"
       style="fill:#b4b4b4;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       mask="url(#mask6862-7)" />
    <path
       sodipodi:nodetypes="cccc"
       inkscape:connector-curvature="0"
       id="path6838"
       d="m 205,443.3622 0,-18 c 11.72533,-2.6987 23.39252,-2.72243 35,0 l 0,18"
       style="fill:#b4b4b4;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       mask="url(#mask6862)"
       transform="matrix(5,0,0,5,-870,-1609.5042)" />
    <path
       style="fill:#b4b4b4;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:2.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       d="m -45,607.3068 0,-90 c 58.62665,-13.4935 116.9626,-13.61215 175,0 l 0,90"
       id="path6787"
       inkscape:connector-curvature="0"
       sodipodi:nodetypes="cccc" />
    <flowRoot
       xml:space="preserve"
       id="flowRoot4282"
       style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"><flowRegion
         id="flowRegion4284"><rect
           id="rect4286"
           width="6"
           height="6"
           x="153"
           y="341.36221" /></flowRegion><flowPara
         id="flowPara4288" /></flowRoot>    <g
       id="g4692"
       transform="matrix(5,0,0,5,-870,-1484.5042)">
      <g
         id="g4476-0-9"
         transform="translate(15,-5.0000084)">
        <path
           style="fill:#f577f3;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
           d="m 150,347.36221 5,0 0,5 -5,0 z"
           id="rect4138-23-9"
           inkscape:connector-curvature="0" />
        <g
           style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
           id="flowRoot4290-6-9">
          <path
             d="m 152.27661,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28564,0.21058 -0.16296,0.0732 -0.34607,0.0732 -0.1593,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17212,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35522,0.009 q 0,-0.36988 -0.12635,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29846,0.0641 -0.15015,0.0641 -0.28748,0.16846 l 0,1.15905 q 0.14649,0.0659 0.25086,0.0897 0.1062,0.0238 0.23987,0.0238 0.28747,0 0.4486,-0.19409 0.16114,-0.19409 0.16114,-0.57495 z"
             id="path5353"
             inkscape:connector-curvature="0" />
          <path
             d="m 154.61121,349.87488 q 0,0.73425 -0.23072,1.07849 -0.22888,0.34241 -0.71228,0.34241 -0.49072,0 -0.71777,-0.3479 -0.22522,-0.3479 -0.22522,-1.06934 0,-0.72693 0.22888,-1.073 0.22888,-0.3479 0.71411,-0.3479 0.49073,0 0.71595,0.3534 0.22705,0.35156 0.22705,1.06384 z m -0.48157,0.8313 q 0.0641,-0.14832 0.0861,-0.3479 0.0238,-0.20142 0.0238,-0.4834 0,-0.27832 -0.0238,-0.4834 -0.022,-0.20508 -0.0879,-0.3479 -0.0641,-0.14099 -0.17578,-0.2124 -0.10987,-0.0714 -0.28382,-0.0714 -0.17212,0 -0.28564,0.0714 -0.1117,0.0714 -0.17761,0.21606 -0.0623,0.1355 -0.0861,0.3534 -0.022,0.21789 -0.022,0.4779 0,0.28565 0.0202,0.47791 0.0201,0.19226 0.0861,0.34423 0.0604,0.14283 0.17029,0.2179 0.1117,0.0751 0.2948,0.0751 0.17212,0 0.28565,-0.0714 0.11352,-0.0714 0.17578,-0.21606 z"
             id="path5355"
             inkscape:connector-curvature="0" />
        </g>
      </g>
      <g
         id="g4476-05"
         transform="translate(15,-8.410356e-6)">
        <path
           style="fill:#fce94f;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
           d="m 150,347.36221 5,0 0,5 -5,0 z"
           id="rect4138-4"
           inkscape:connector-curvature="0" />
        <g
           style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
           id="flowRoot4290-98">
          <path
             d="m 152.27661,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28564,0.21058 -0.16296,0.0732 -0.34607,0.0732 -0.1593,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17212,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35522,0.009 q 0,-0.36988 -0.12635,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29846,0.0641 -0.15015,0.0641 -0.28748,0.16846 l 0,1.15905 q 0.14649,0.0659 0.25086,0.0897 0.1062,0.0238 0.23987,0.0238 0.28747,0 0.4486,-0.19409 0.16114,-0.19409 0.16114,-0.57495 z"
             id="path5359"
             inkscape:connector-curvature="0" />
          <path
             d="m 154.45923,351.23901 -1.47583,0 0,-0.27832 0.56763,0 0,-1.82739 -0.56763,0 0,-0.24902 q 0.11535,0 0.24719,-0.0183 0.13184,-0.0201 0.19959,-0.0568 0.0842,-0.0458 0.13183,-0.11536 0.0494,-0.0714 0.0568,-0.19043 l 0.28382,0 0,2.45727 0.55664,0 0,0.27832 z"
             id="path5361"
             inkscape:connector-curvature="0" />
        </g>
      </g>
      <g
         id="g4503-3"
         transform="translate(15,-10.000008)">
        <path
           style="fill:#729fcf;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
           d="m 150,362.36221 5,0 0,5 -5,0 z"
           id="rect4138-94-9-8"
           inkscape:connector-curvature="0" />
        <g
           id="g4497-9">
          <g
             transform="translate(0,14.999986)"
             style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
             id="flowRoot4290-7-0-7">
            <path
               d="m 152.27661,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28564,0.21058 -0.16296,0.0732 -0.34607,0.0732 -0.1593,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17212,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35522,0.009 q 0,-0.36988 -0.12635,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29846,0.0641 -0.15015,0.0641 -0.28748,0.16846 l 0,1.15905 q 0.14649,0.0659 0.25086,0.0897 0.1062,0.0238 0.23987,0.0238 0.28747,0 0.4486,-0.19409 0.16114,-0.19409 0.16114,-0.57495 z"
               id="path5365"
               inkscape:connector-curvature="0" />
            <path
               d="m 154.67712,350.4718 -0.40466,0 0,0.76721 -0.35156,0 0,-0.76721 -1.30554,0 0,-0.42114 1.32019,-1.53809 0.33691,0 0,1.66626 0.40466,0 0,0.29297 z m -0.75622,-0.29297 0,-1.23046 -1.05652,1.23046 1.05652,0 z"
               id="path5367"
               inkscape:connector-curvature="0" />
          </g>
        </g>
      </g>
    </g>
    <g
       id="g4776"
       transform="matrix(5,0,0,5,-870,-1484.5042)">
      <g
         id="g4476-0-5"
         transform="translate(25,-5.0000084)">
        <path
           style="fill:#f577f3;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
           d="m 150,347.36221 5,0 0,5 -5,0 z"
           id="rect4138-23-0"
           inkscape:connector-curvature="0" />
        <g
           style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
           id="flowRoot4290-6-8">
          <path
             d="m 152.27661,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28564,0.21058 -0.16296,0.0732 -0.34607,0.0732 -0.1593,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17212,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35522,0.009 q 0,-0.36988 -0.12635,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29846,0.0641 -0.15015,0.0641 -0.28748,0.16846 l 0,1.15905 q 0.14649,0.0659 0.25086,0.0897 0.1062,0.0238 0.23987,0.0238 0.28747,0 0.4486,-0.19409 0.16114,-0.19409 0.16114,-0.57495 z"
             id="path5335"
             inkscape:connector-curvature="0" />
          <path
             d="m 154.61121,349.87488 q 0,0.73425 -0.23072,1.07849 -0.22888,0.34241 -0.71228,0.34241 -0.49072,0 -0.71777,-0.3479 -0.22522,-0.3479 -0.22522,-1.06934 0,-0.72693 0.22888,-1.073 0.22888,-0.3479 0.71411,-0.3479 0.49073,0 0.71595,0.3534 0.22705,0.35156 0.22705,1.06384 z m -0.48157,0.8313 q 0.0641,-0.14832 0.0861,-0.3479 0.0238,-0.20142 0.0238,-0.4834 0,-0.27832 -0.0238,-0.4834 -0.022,-0.20508 -0.0879,-0.3479 -0.0641,-0.14099 -0.17578,-0.2124 -0.10987,-0.0714 -0.28382,-0.0714 -0.17212,0 -0.28564,0.0714 -0.1117,0.0714 -0.17761,0.21606 -0.0623,0.1355 -0.0861,0.3534 -0.022,0.21789 -0.022,0.4779 0,0.28565 0.0202,0.47791 0.0201,0.19226 0.0861,0.34423 0.0604,0.14283 0.17029,0.2179 0.1117,0.0751 0.2948,0.0751 0.17212,0 0.28565,-0.0714 0.11352,-0.0714 0.17578,-0.21606 z"
             id="path5337"
             inkscape:connector-curvature="0" />
        </g>
      </g>
      <g
         id="g4503-0"
         transform="translate(25,-10.000008)">
        <path
           style="fill:#729fcf;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
           d="m 150,362.36221 5,0 0,5 -5,0 z"
           id="rect4138-94-9-2"
           inkscape:connector-curvature="0" />
        <g
           id="g4497-3">
          <g
             transform="translate(0,14.999986)"
             style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
             id="flowRoot4290-7-0-60">
            <path
               d="m 152.27661,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28564,0.21058 -0.16296,0.0732 -0.34607,0.0732 -0.1593,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17212,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35522,0.009 q 0,-0.36988 -0.12635,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29846,0.0641 -0.15015,0.0641 -0.28748,0.16846 l 0,1.15905 q 0.14649,0.0659 0.25086,0.0897 0.1062,0.0238 0.23987,0.0238 0.28747,0 0.4486,-0.19409 0.16114,-0.19409 0.16114,-0.57495 z"
               id="path5341"
               inkscape:connector-curvature="0" />
            <path
               d="m 154.67712,350.4718 -0.40466,0 0,0.76721 -0.35156,0 0,-0.76721 -1.30554,0 0,-0.42114 1.32019,-1.53809 0.33691,0 0,1.66626 0.40466,0 0,0.29297 z m -0.75622,-0.29297 0,-1.23046 -1.05652,1.23046 1.05652,0 z"
               id="path5343"
               inkscape:connector-curvature="0" />
          </g>
        </g>
      </g>
      <g
         id="g4490-2"
         transform="translate(25,-10.000008)">
        <path
           style="fill:#fcaf3e;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
           d="m 150,357.36221 5,0 0,5 -5,0 z"
           id="rect4138-3-11"
           inkscape:connector-curvature="0" />
        <g
           transform="translate(0,9.9999963)"
           style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
           id="flowRoot4290-9-2">
          <path
             d="m 152.27661,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28564,0.21058 -0.16296,0.0732 -0.34607,0.0732 -0.1593,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17212,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35522,0.009 q 0,-0.36988 -0.12635,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29846,0.0641 -0.15015,0.0641 -0.28748,0.16846 l 0,1.15905 q 0.14649,0.0659 0.25086,0.0897 0.1062,0.0238 0.23987,0.0238 0.28747,0 0.4486,-0.19409 0.16114,-0.19409 0.16114,-0.57495 z"
             id="path5347"
             inkscape:connector-curvature="0" />
          <path
             d="m 154.375,349.92615 q 0.0879,0.0787 0.14465,0.19775 0.0568,0.11902 0.0568,0.30762 0,0.18677 -0.0678,0.34241 -0.0677,0.15564 -0.19043,0.27099 -0.13733,0.12818 -0.3241,0.19043 -0.18494,0.0604 -0.40649,0.0604 -0.22705,0 -0.44678,-0.0549 -0.21973,-0.0531 -0.36072,-0.11719 l 0,-0.38269 0.0275,0 q 0.15564,0.10254 0.36621,0.17029 0.21057,0.0677 0.40649,0.0677 0.11536,0 0.24536,-0.0385 0.13001,-0.0384 0.21057,-0.11352 0.0842,-0.0806 0.12452,-0.17761 0.0421,-0.0971 0.0421,-0.24537 0,-0.14648 -0.0476,-0.2417 -0.0458,-0.097 -0.12817,-0.15197 -0.0824,-0.0568 -0.19959,-0.0769 -0.11718,-0.022 -0.25268,-0.022 l -0.1648,0 0,-0.30395 0.12818,0 q 0.27832,0 0.44311,-0.11536 0.16663,-0.11719 0.16663,-0.34058 0,-0.0989 -0.0421,-0.17212 -0.0421,-0.0751 -0.11718,-0.12268 -0.0787,-0.0476 -0.16846,-0.0659 -0.0897,-0.0183 -0.20325,-0.0183 -0.17395,0 -0.36987,0.0623 -0.19592,0.0623 -0.36987,0.17578 l -0.0183,0 0,-0.38269 q 0.13,-0.0641 0.34607,-0.11719 0.21789,-0.0549 0.42114,-0.0549 0.19958,0 0.35156,0.0366 0.15198,0.0366 0.27466,0.11719 0.13184,0.0879 0.19958,0.2124 0.0678,0.12451 0.0678,0.29114 0,0.22705 -0.16113,0.39734 -0.1593,0.16846 -0.3772,0.2124 l 0,0.0256 q 0.0879,0.0146 0.20142,0.0623 0.11352,0.0458 0.19226,0.11536 z"
             id="path5349"
             inkscape:connector-curvature="0" />
        </g>
      </g>
    </g>
    <g
       id="g4863"
       transform="matrix(5,0,0,5,-870,-1484.5042)">
      <g
         id="g4476-2"
         transform="translate(35,-5.0000084)">
        <path
           style="fill:#fce94f;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
           d="m 150,347.36221 5,0 0,5 -5,0 z"
           id="rect4138-35"
           inkscape:connector-curvature="0" />
        <g
           style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
           id="flowRoot4290-8">
          <path
             d="m 152.27661,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28564,0.21058 -0.16296,0.0732 -0.34607,0.0732 -0.1593,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17212,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35522,0.009 q 0,-0.36988 -0.12635,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29846,0.0641 -0.15015,0.0641 -0.28748,0.16846 l 0,1.15905 q 0.14649,0.0659 0.25086,0.0897 0.1062,0.0238 0.23987,0.0238 0.28747,0 0.4486,-0.19409 0.16114,-0.19409 0.16114,-0.57495 z"
             id="path5317"
             inkscape:connector-curvature="0" />
          <path
             d="m 154.45923,351.23901 -1.47583,0 0,-0.27832 0.56763,0 0,-1.82739 -0.56763,0 0,-0.24902 q 0.11535,0 0.24719,-0.0183 0.13184,-0.0201 0.19959,-0.0568 0.0842,-0.0458 0.13183,-0.11536 0.0494,-0.0714 0.0568,-0.19043 l 0.28382,0 0,2.45727 0.55664,0 0,0.27832 z"
             id="path5319"
             inkscape:connector-curvature="0" />
        </g>
      </g>
      <g
         id="g4483-9"
         transform="translate(35,-5.0000084)">
        <path
           style="fill:#8ae234;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
           d="m 150,352.36221 5,0 0,5 -5,0 z"
           id="rect4138-94-0"
           inkscape:connector-curvature="0" />
        <g
           transform="translate(0,4.9999963)"
           style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
           id="flowRoot4290-7-70">
          <path
             d="m 152.27661,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28564,0.21058 -0.16296,0.0732 -0.34607,0.0732 -0.1593,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17212,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35522,0.009 q 0,-0.36988 -0.12635,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29846,0.0641 -0.15015,0.0641 -0.28748,0.16846 l 0,1.15905 q 0.14649,0.0659 0.25086,0.0897 0.1062,0.0238 0.23987,0.0238 0.28747,0 0.4486,-0.19409 0.16114,-0.19409 0.16114,-0.57495 z"
             id="path5323"
             inkscape:connector-curvature="0" />
          <path
             d="m 154.61487,351.23901 -1.8457,0 0,-0.38269 q 0.19226,-0.16479 0.38452,-0.32959 0.19409,-0.16479 0.36071,-0.32775 0.35157,-0.34058 0.48157,-0.54017 0.13001,-0.20141 0.13001,-0.43396 0,-0.2124 -0.14099,-0.33142 -0.13916,-0.12085 -0.39002,-0.12085 -0.16663,0 -0.36072,0.0586 -0.19409,0.0586 -0.37903,0.17944 l -0.0183,0 0,-0.38452 q 0.13001,-0.0641 0.34607,-0.11719 0.2179,-0.0531 0.42115,-0.0531 0.41931,0 0.65734,0.20325 0.23804,0.20141 0.23804,0.54748 0,0.15564 -0.0403,0.29114 -0.0384,0.13367 -0.11536,0.25452 -0.0714,0.11352 -0.16845,0.22339 -0.0952,0.10986 -0.23255,0.24353 -0.19592,0.19226 -0.40466,0.37353 -0.20874,0.17945 -0.39002,0.33325 l 1.46668,0 0,0.31311 z"
             id="path5325"
             inkscape:connector-curvature="0" />
        </g>
      </g>
      <g
         id="g4511-9"
         transform="translate(35,-15.000008)">
        <path
           style="fill:#ad7fa8;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
           d="m 150,367.36221 5,0 0,5 -5,0 z"
           id="rect4138-2-8"
           inkscape:connector-curvature="0" />
        <g
           transform="translate(0,19.999996)"
           style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
           id="flowRoot4290-0-6">
          <path
             d="m 152.27661,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28564,0.21058 -0.16296,0.0732 -0.34607,0.0732 -0.1593,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17212,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35522,0.009 q 0,-0.36988 -0.12635,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29846,0.0641 -0.15015,0.0641 -0.28748,0.16846 l 0,1.15905 q 0.14649,0.0659 0.25086,0.0897 0.1062,0.0238 0.23987,0.0238 0.28747,0 0.4486,-0.19409 0.16114,-0.19409 0.16114,-0.57495 z"
             id="path5329"
             inkscape:connector-curvature="0" />
          <path
             d="m 154.5929,350.37293 q 0,0.19043 -0.0696,0.36438 -0.0696,0.17395 -0.19043,0.29296 -0.13184,0.12818 -0.31495,0.19776 -0.18127,0.0677 -0.42114,0.0677 -0.22339,0 -0.4303,-0.0476 -0.20691,-0.0458 -0.34973,-0.11169 l 0,-0.38636 0.0256,0 q 0.15014,0.0952 0.35156,0.16297 0.20142,0.0659 0.39551,0.0659 0.13,0 0.25085,-0.0366 0.12268,-0.0366 0.2179,-0.12817 0.0806,-0.0787 0.12085,-0.1886 0.0421,-0.10986 0.0421,-0.25451 0,-0.141 -0.0494,-0.23804 -0.0476,-0.0971 -0.13366,-0.15564 -0.0952,-0.0696 -0.23255,-0.097 -0.1355,-0.0293 -0.30395,-0.0293 -0.16114,0 -0.31128,0.022 -0.14832,0.022 -0.25635,0.0439 l 0,-1.40442 1.64062,0 0,0.32044 -1.28723,0 0,0.7251 q 0.0787,-0.007 0.16114,-0.011 0.0824,-0.004 0.14282,-0.004 0.22156,0 0.38818,0.0385 0.16663,0.0366 0.30579,0.13184 0.14648,0.1007 0.22705,0.26001 0.0806,0.1593 0.0806,0.39917 z"
             id="path5331"
             inkscape:connector-curvature="0" />
        </g>
      </g>
    </g>
    <g
       id="g5844"
       transform="matrix(5,0,0,5,-870,-1484.5042)">
      <g
         id="g4476-8"
         transform="translate(45,-5.0000084)">
        <path
           style="fill:#fce94f;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
           d="m 150,347.36221 5,0 0,5 -5,0 z"
           id="rect4138-6"
           inkscape:connector-curvature="0" />
        <g
           style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
           id="flowRoot4290-08">
          <path
             d="m 152.27661,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28564,0.21058 -0.16296,0.0732 -0.34607,0.0732 -0.1593,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17212,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35522,0.009 q 0,-0.36988 -0.12635,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29846,0.0641 -0.15015,0.0641 -0.28748,0.16846 l 0,1.15905 q 0.14649,0.0659 0.25086,0.0897 0.1062,0.0238 0.23987,0.0238 0.28747,0 0.4486,-0.19409 0.16114,-0.19409 0.16114,-0.57495 z"
             id="path5299"
             inkscape:connector-curvature="0" />
          <path
             d="m 154.45923,351.23901 -1.47583,0 0,-0.27832 0.56763,0 0,-1.82739 -0.56763,0 0,-0.24902 q 0.11535,0 0.24719,-0.0183 0.13184,-0.0201 0.19959,-0.0568 0.0842,-0.0458 0.13183,-0.11536 0.0494,-0.0714 0.0568,-0.19043 l 0.28382,0 0,2.45727 0.55664,0 0,0.27832 z"
             id="path5301"
             inkscape:connector-curvature="0" />
        </g>
      </g>
      <g
         id="g4503-8"
         transform="translate(45,-15.000008)">
        <path
           style="fill:#729fcf;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
           d="m 150,362.36221 5,0 0,5 -5,0 z"
           id="rect4138-94-9-0"
           inkscape:connector-curvature="0" />
        <g
           id="g4497-4">
          <g
             transform="translate(0,14.999986)"
             style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
             id="flowRoot4290-7-0-3">
            <path
               d="m 152.27661,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28564,0.21058 -0.16296,0.0732 -0.34607,0.0732 -0.1593,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17212,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35522,0.009 q 0,-0.36988 -0.12635,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29846,0.0641 -0.15015,0.0641 -0.28748,0.16846 l 0,1.15905 q 0.14649,0.0659 0.25086,0.0897 0.1062,0.0238 0.23987,0.0238 0.28747,0 0.4486,-0.19409 0.16114,-0.19409 0.16114,-0.57495 z"
               id="path5305"
               inkscape:connector-curvature="0" />
            <path
               d="m 154.67712,350.4718 -0.40466,0 0,0.76721 -0.35156,0 0,-0.76721 -1.30554,0 0,-0.42114 1.32019,-1.53809 0.33691,0 0,1.66626 0.40466,0 0,0.29297 z m -0.75622,-0.29297 0,-1.23046 -1.05652,1.23046 1.05652,0 z"
               id="path5307"
               inkscape:connector-curvature="0" />
          </g>
        </g>
      </g>
      <g
         id="g4511-0"
         transform="translate(45,-15.000008)">
        <path
           style="fill:#ad7fa8;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
           d="m 150,367.36221 5,0 0,5 -5,0 z"
           id="rect4138-2-1"
           inkscape:connector-curvature="0" />
        <g
           transform="translate(0,19.999996)"
           style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
           id="flowRoot4290-0-1">
          <path
             d="m 152.27661,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28564,0.21058 -0.16296,0.0732 -0.34607,0.0732 -0.1593,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17212,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35522,0.009 q 0,-0.36988 -0.12635,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29846,0.0641 -0.15015,0.0641 -0.28748,0.16846 l 0,1.15905 q 0.14649,0.0659 0.25086,0.0897 0.1062,0.0238 0.23987,0.0238 0.28747,0 0.4486,-0.19409 0.16114,-0.19409 0.16114,-0.57495 z"
             id="path5311"
             inkscape:connector-curvature="0" />
          <path
             d="m 154.5929,350.37293 q 0,0.19043 -0.0696,0.36438 -0.0696,0.17395 -0.19043,0.29296 -0.13184,0.12818 -0.31495,0.19776 -0.18127,0.0677 -0.42114,0.0677 -0.22339,0 -0.4303,-0.0476 -0.20691,-0.0458 -0.34973,-0.11169 l 0,-0.38636 0.0256,0 q 0.15014,0.0952 0.35156,0.16297 0.20142,0.0659 0.39551,0.0659 0.13,0 0.25085,-0.0366 0.12268,-0.0366 0.2179,-0.12817 0.0806,-0.0787 0.12085,-0.1886 0.0421,-0.10986 0.0421,-0.25451 0,-0.141 -0.0494,-0.23804 -0.0476,-0.0971 -0.13366,-0.15564 -0.0952,-0.0696 -0.23255,-0.097 -0.1355,-0.0293 -0.30395,-0.0293 -0.16114,0 -0.31128,0.022 -0.14832,0.022 -0.25635,0.0439 l 0,-1.40442 1.64062,0 0,0.32044 -1.28723,0 0,0.7251 q 0.0787,-0.007 0.16114,-0.011 0.0824,-0.004 0.14282,-0.004 0.22156,0 0.38818,0.0385 0.16663,0.0366 0.30579,0.13184 0.14648,0.1007 0.22705,0.26001 0.0806,0.1593 0.0806,0.39917 z"
             id="path5313"
             inkscape:connector-curvature="0" />
        </g>
      </g>
    </g>
    <g
       id="g5021"
       transform="matrix(5,0,0,5,-870,-1484.5042)">
      <g
         id="g4490-7"
         transform="translate(55,-15.000008)">
        <path
           style="fill:#fcaf3e;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
           d="m 150,357.36221 5,0 0,5 -5,0 z"
           id="rect4138-3-4"
           inkscape:connector-curvature="0" />
        <g
           transform="translate(0,9.9999963)"
           style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
           id="flowRoot4290-9-8">
          <path
             d="m 152.27661,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28564,0.21058 -0.16296,0.0732 -0.34607,0.0732 -0.1593,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17212,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35522,0.009 q 0,-0.36988 -0.12635,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29846,0.0641 -0.15015,0.0641 -0.28748,0.16846 l 0,1.15905 q 0.14649,0.0659 0.25086,0.0897 0.1062,0.0238 0.23987,0.0238 0.28747,0 0.4486,-0.19409 0.16114,-0.19409 0.16114,-0.57495 z"
             id="path5281"
             inkscape:connector-curvature="0" />
          <path
             d="m 154.375,349.92615 q 0.0879,0.0787 0.14465,0.19775 0.0568,0.11902 0.0568,0.30762 0,0.18677 -0.0678,0.34241 -0.0677,0.15564 -0.19043,0.27099 -0.13733,0.12818 -0.3241,0.19043 -0.18494,0.0604 -0.40649,0.0604 -0.22705,0 -0.44678,-0.0549 -0.21973,-0.0531 -0.36072,-0.11719 l 0,-0.38269 0.0275,0 q 0.15564,0.10254 0.36621,0.17029 0.21057,0.0677 0.40649,0.0677 0.11536,0 0.24536,-0.0385 0.13001,-0.0384 0.21057,-0.11352 0.0842,-0.0806 0.12452,-0.17761 0.0421,-0.0971 0.0421,-0.24537 0,-0.14648 -0.0476,-0.2417 -0.0458,-0.097 -0.12817,-0.15197 -0.0824,-0.0568 -0.19959,-0.0769 -0.11718,-0.022 -0.25268,-0.022 l -0.1648,0 0,-0.30395 0.12818,0 q 0.27832,0 0.44311,-0.11536 0.16663,-0.11719 0.16663,-0.34058 0,-0.0989 -0.0421,-0.17212 -0.0421,-0.0751 -0.11718,-0.12268 -0.0787,-0.0476 -0.16846,-0.0659 -0.0897,-0.0183 -0.20325,-0.0183 -0.17395,0 -0.36987,0.0623 -0.19592,0.0623 -0.36987,0.17578 l -0.0183,0 0,-0.38269 q 0.13,-0.0641 0.34607,-0.11719 0.21789,-0.0549 0.42114,-0.0549 0.19958,0 0.35156,0.0366 0.15198,0.0366 0.27466,0.11719 0.13184,0.0879 0.19958,0.2124 0.0678,0.12451 0.0678,0.29114 0,0.22705 -0.16113,0.39734 -0.1593,0.16846 -0.3772,0.2124 l 0,0.0256 q 0.0879,0.0146 0.20142,0.0623 0.11352,0.0458 0.19226,0.11536 z"
             id="path5283"
             inkscape:connector-curvature="0" />
        </g>
      </g>
      <g
         id="g4503-5"
         transform="translate(55,-15.000008)">
        <path
           style="fill:#729fcf;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
           d="m 150,362.36221 5,0 0,5 -5,0 z"
           id="rect4138-94-9-7"
           inkscape:connector-curvature="0" />
        <g
           id="g4497-8">
          <g
             transform="translate(0,14.999986)"
             style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
             id="flowRoot4290-7-0-38">
            <path
               d="m 152.27661,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28564,0.21058 -0.16296,0.0732 -0.34607,0.0732 -0.1593,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17212,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35522,0.009 q 0,-0.36988 -0.12635,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29846,0.0641 -0.15015,0.0641 -0.28748,0.16846 l 0,1.15905 q 0.14649,0.0659 0.25086,0.0897 0.1062,0.0238 0.23987,0.0238 0.28747,0 0.4486,-0.19409 0.16114,-0.19409 0.16114,-0.57495 z"
               id="path5287"
               inkscape:connector-curvature="0" />
            <path
               d="m 154.67712,350.4718 -0.40466,0 0,0.76721 -0.35156,0 0,-0.76721 -1.30554,0 0,-0.42114 1.32019,-1.53809 0.33691,0 0,1.66626 0.40466,0 0,0.29297 z m -0.75622,-0.29297 0,-1.23046 -1.05652,1.23046 1.05652,0 z"
               id="path5289"
               inkscape:connector-curvature="0" />
          </g>
        </g>
      </g>
      <g
         id="g4525-8"
         transform="translate(55,-25.000008)">
        <path
           style="fill:#ef2929;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
           d="m 150,377.36221 5,0 0,5 -5,0 z"
           id="rect4138-3-1-3"
           inkscape:connector-curvature="0" />
        <g
           transform="translate(0,29.999986)"
           style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
           id="flowRoot4290-9-3-4">
          <path
             d="m 152.27661,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28564,0.21058 -0.16296,0.0732 -0.34607,0.0732 -0.1593,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17212,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35522,0.009 q 0,-0.36988 -0.12635,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29846,0.0641 -0.15015,0.0641 -0.28748,0.16846 l 0,1.15905 q 0.14649,0.0659 0.25086,0.0897 0.1062,0.0238 0.23987,0.0238 0.28747,0 0.4486,-0.19409 0.16114,-0.19409 0.16114,-0.57495 z"
             id="path5293"
             inkscape:connector-curvature="0" />
          <path
             d="m 154.62219,348.9209 -1.23413,2.31811 -0.39184,0 1.31286,-2.406 -1.55273,0 0,-0.32044 1.86584,0 0,0.40833 z"
             id="path5295"
             inkscape:connector-curvature="0" />
        </g>
      </g>
    </g>
    <g
       id="g5288"
       transform="matrix(5,0,0,5,-870,-1484.5042)">
      <g
         id="g4490-79"
         transform="translate(65,-15.000008)">
        <path
           style="fill:#fcaf3e;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
           d="m 150,357.36221 5,0 0,5 -5,0 z"
           id="rect4138-3-7"
           inkscape:connector-curvature="0" />
        <g
           transform="translate(0,9.9999963)"
           style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
           id="flowRoot4290-9-83">
          <path
             d="m 152.27661,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28564,0.21058 -0.16296,0.0732 -0.34607,0.0732 -0.1593,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17212,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35522,0.009 q 0,-0.36988 -0.12635,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29846,0.0641 -0.15015,0.0641 -0.28748,0.16846 l 0,1.15905 q 0.14649,0.0659 0.25086,0.0897 0.1062,0.0238 0.23987,0.0238 0.28747,0 0.4486,-0.19409 0.16114,-0.19409 0.16114,-0.57495 z"
             id="path5263"
             inkscape:connector-curvature="0" />
          <path
             d="m 154.375,349.92615 q 0.0879,0.0787 0.14465,0.19775 0.0568,0.11902 0.0568,0.30762 0,0.18677 -0.0678,0.34241 -0.0677,0.15564 -0.19043,0.27099 -0.13733,0.12818 -0.3241,0.19043 -0.18494,0.0604 -0.40649,0.0604 -0.22705,0 -0.44678,-0.0549 -0.21973,-0.0531 -0.36072,-0.11719 l 0,-0.38269 0.0275,0 q 0.15564,0.10254 0.36621,0.17029 0.21057,0.0677 0.40649,0.0677 0.11536,0 0.24536,-0.0385 0.13001,-0.0384 0.21057,-0.11352 0.0842,-0.0806 0.12452,-0.17761 0.0421,-0.0971 0.0421,-0.24537 0,-0.14648 -0.0476,-0.2417 -0.0458,-0.097 -0.12817,-0.15197 -0.0824,-0.0568 -0.19959,-0.0769 -0.11718,-0.022 -0.25268,-0.022 l -0.1648,0 0,-0.30395 0.12818,0 q 0.27832,0 0.44311,-0.11536 0.16663,-0.11719 0.16663,-0.34058 0,-0.0989 -0.0421,-0.17212 -0.0421,-0.0751 -0.11718,-0.12268 -0.0787,-0.0476 -0.16846,-0.0659 -0.0897,-0.0183 -0.20325,-0.0183 -0.17395,0 -0.36987,0.0623 -0.19592,0.0623 -0.36987,0.17578 l -0.0183,0 0,-0.38269 q 0.13,-0.0641 0.34607,-0.11719 0.21789,-0.0549 0.42114,-0.0549 0.19958,0 0.35156,0.0366 0.15198,0.0366 0.27466,0.11719 0.13184,0.0879 0.19958,0.2124 0.0678,0.12451 0.0678,0.29114 0,0.22705 -0.16113,0.39734 -0.1593,0.16846 -0.3772,0.2124 l 0,0.0256 q 0.0879,0.0146 0.20142,0.0623 0.11352,0.0458 0.19226,0.11536 z"
             id="path5265"
             inkscape:connector-curvature="0" />
        </g>
      </g>
      <g
         id="g4518-8"
         transform="translate(65,-25.000008)">
        <path
           style="fill:#e9b96e;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
           d="m 150,372.36221 5,0 0,5 -5,0 z"
           id="rect4138-94-4-2"
           inkscape:connector-curvature="0" />
        <g
           transform="translate(0,24.999986)"
           style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
           id="flowRoot4290-7-7-0">
          <path
             d="m 152.27661,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28564,0.21058 -0.16296,0.0732 -0.34607,0.0732 -0.1593,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17212,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35522,0.009 q 0,-0.36988 -0.12635,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29846,0.0641 -0.15015,0.0641 -0.28748,0.16846 l 0,1.15905 q 0.14649,0.0659 0.25086,0.0897 0.1062,0.0238 0.23987,0.0238 0.28747,0 0.4486,-0.19409 0.16114,-0.19409 0.16114,-0.57495 z"
             id="path5269"
             inkscape:connector-curvature="0" />
          <path
             d="m 154.65515,350.35462 q 0,0.41564 -0.27466,0.67932 -0.27282,0.26184 -0.67016,0.26184 -0.20142,0 -0.36621,-0.0623 -0.1648,-0.0623 -0.29114,-0.18493 -0.15747,-0.15198 -0.24353,-0.40284 -0.0842,-0.25085 -0.0842,-0.60424 0,-0.36255 0.0769,-0.64271 0.0787,-0.28015 0.24903,-0.49804 0.16113,-0.20691 0.41565,-0.32227 0.25451,-0.11719 0.59326,-0.11719 0.10803,0 0.18127,0.009 0.0733,0.009 0.14832,0.033 l 0,0.34973 -0.0183,0 q -0.0513,-0.0275 -0.15564,-0.0513 -0.10254,-0.0256 -0.21057,-0.0256 -0.39368,0 -0.62805,0.24719 -0.23438,0.24536 -0.27283,0.66467 0.15381,-0.0934 0.30212,-0.14099 0.15015,-0.0494 0.34607,-0.0494 0.17395,0 0.30579,0.033 0.13366,0.0311 0.27282,0.12817 0.16114,0.1117 0.2417,0.28199 0.0824,0.17029 0.0824,0.41382 z m -0.3717,0.0146 q 0,-0.17028 -0.0513,-0.28198 -0.0494,-0.11169 -0.1648,-0.19409 -0.0842,-0.0586 -0.18676,-0.0769 -0.10254,-0.0183 -0.21424,-0.0183 -0.15564,0 -0.2893,0.0366 -0.13367,0.0366 -0.27466,0.11352 -0.004,0.0403 -0.005,0.0787 -0.002,0.0366 -0.002,0.0934 0,0.28931 0.0586,0.45776 0.0604,0.16663 0.16479,0.26368 0.0842,0.0806 0.18128,0.11901 0.0989,0.0366 0.21423,0.0366 0.2655,0 0.41748,-0.16114 0.15198,-0.16296 0.15198,-0.46692 z"
             id="path5271"
             inkscape:connector-curvature="0" />
        </g>
      </g>
      <g
         id="g4525-9"
         transform="translate(65,-25.000008)">
        <path
           style="fill:#ef2929;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
           d="m 150,377.36221 5,0 0,5 -5,0 z"
           id="rect4138-3-1-0"
           inkscape:connector-curvature="0" />
        <g
           transform="translate(0,29.999986)"
           style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
           id="flowRoot4290-9-3-6">
          <path
             d="m 152.27661,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28564,0.21058 -0.16296,0.0732 -0.34607,0.0732 -0.1593,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17212,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35522,0.009 q 0,-0.36988 -0.12635,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29846,0.0641 -0.15015,0.0641 -0.28748,0.16846 l 0,1.15905 q 0.14649,0.0659 0.25086,0.0897 0.1062,0.0238 0.23987,0.0238 0.28747,0 0.4486,-0.19409 0.16114,-0.19409 0.16114,-0.57495 z"
             id="path5275"
             inkscape:connector-curvature="0" />
          <path
             d="m 154.62219,348.9209 -1.23413,2.31811 -0.39184,0 1.31286,-2.406 -1.55273,0 0,-0.32044 1.86584,0 0,0.40833 z"
             id="path5277"
             inkscape:connector-curvature="0" />
        </g>
      </g>
    </g>
    <g
       id="g5267"
       transform="matrix(5,0,0,5,-870,-1484.5042)">
      <g
         id="g4503-2"
         transform="translate(75,-20.000008)">
        <path
           style="fill:#729fcf;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
           d="m 150,362.36221 5,0 0,5 -5,0 z"
           id="rect4138-94-9-83"
           inkscape:connector-curvature="0" />
        <g
           id="g4497-2">
          <g
             transform="translate(0,14.999986)"
             style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
             id="flowRoot4290-7-0-8">
            <path
               d="m 152.27661,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28564,0.21058 -0.16296,0.0732 -0.34607,0.0732 -0.1593,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17212,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35522,0.009 q 0,-0.36988 -0.12635,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29846,0.0641 -0.15015,0.0641 -0.28748,0.16846 l 0,1.15905 q 0.14649,0.0659 0.25086,0.0897 0.1062,0.0238 0.23987,0.0238 0.28747,0 0.4486,-0.19409 0.16114,-0.19409 0.16114,-0.57495 z"
               id="path5245"
               inkscape:connector-curvature="0" />
            <path
               d="m 154.67712,350.4718 -0.40466,0 0,0.76721 -0.35156,0 0,-0.76721 -1.30554,0 0,-0.42114 1.32019,-1.53809 0.33691,0 0,1.66626 0.40466,0 0,0.29297 z m -0.75622,-0.29297 0,-1.23046 -1.05652,1.23046 1.05652,0 z"
               id="path5247"
               inkscape:connector-curvature="0" />
          </g>
        </g>
      </g>
      <g
         id="g4511-96"
         transform="translate(75,-20.000008)">
        <path
           style="fill:#ad7fa8;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
           d="m 150,367.36221 5,0 0,5 -5,0 z"
           id="rect4138-2-4"
           inkscape:connector-curvature="0" />
        <g
           transform="translate(0,19.999996)"
           style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
           id="flowRoot4290-0-60">
          <path
             d="m 152.27661,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28564,0.21058 -0.16296,0.0732 -0.34607,0.0732 -0.1593,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17212,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35522,0.009 q 0,-0.36988 -0.12635,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29846,0.0641 -0.15015,0.0641 -0.28748,0.16846 l 0,1.15905 q 0.14649,0.0659 0.25086,0.0897 0.1062,0.0238 0.23987,0.0238 0.28747,0 0.4486,-0.19409 0.16114,-0.19409 0.16114,-0.57495 z"
             id="path5251"
             inkscape:connector-curvature="0" />
          <path
             d="m 154.5929,350.37293 q 0,0.19043 -0.0696,0.36438 -0.0696,0.17395 -0.19043,0.29296 -0.13184,0.12818 -0.31495,0.19776 -0.18127,0.0677 -0.42114,0.0677 -0.22339,0 -0.4303,-0.0476 -0.20691,-0.0458 -0.34973,-0.11169 l 0,-0.38636 0.0256,0 q 0.15014,0.0952 0.35156,0.16297 0.20142,0.0659 0.39551,0.0659 0.13,0 0.25085,-0.0366 0.12268,-0.0366 0.2179,-0.12817 0.0806,-0.0787 0.12085,-0.1886 0.0421,-0.10986 0.0421,-0.25451 0,-0.141 -0.0494,-0.23804 -0.0476,-0.0971 -0.13366,-0.15564 -0.0952,-0.0696 -0.23255,-0.097 -0.1355,-0.0293 -0.30395,-0.0293 -0.16114,0 -0.31128,0.022 -0.14832,0.022 -0.25635,0.0439 l 0,-1.40442 1.64062,0 0,0.32044 -1.28723,0 0,0.7251 q 0.0787,-0.007 0.16114,-0.011 0.0824,-0.004 0.14282,-0.004 0.22156,0 0.38818,0.0385 0.16663,0.0366 0.30579,0.13184 0.14648,0.1007 0.22705,0.26001 0.0806,0.1593 0.0806,0.39917 z"
             id="path5253"
             inkscape:connector-curvature="0" />
        </g>
      </g>
      <g
         id="g4532-4"
         transform="translate(75,-30.000008)">
        <path
           style="fill:#d3d7cf;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
           d="m 150,382.36221 5,0 0,5 -5,0 z"
           id="rect4138-94-9-1-9"
           inkscape:connector-curvature="0" />
        <g
           transform="translate(0,34.999976)"
           style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
           id="flowRoot4290-7-0-6-0">
          <path
             d="m 152.27661,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28564,0.21058 -0.16296,0.0732 -0.34607,0.0732 -0.1593,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17212,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35522,0.009 q 0,-0.36988 -0.12635,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29846,0.0641 -0.15015,0.0641 -0.28748,0.16846 l 0,1.15905 q 0.14649,0.0659 0.25086,0.0897 0.1062,0.0238 0.23987,0.0238 0.28747,0 0.4486,-0.19409 0.16114,-0.19409 0.16114,-0.57495 z"
             id="path5257"
             inkscape:connector-curvature="0" />
          <path
             d="m 154.63501,350.47913 q 0,0.35339 -0.27649,0.58777 -0.27466,0.23437 -0.69214,0.23437 -0.44311,0 -0.70679,-0.22888 -0.26184,-0.22888 -0.26184,-0.58594 0,-0.22705 0.13184,-0.41015 0.13184,-0.18494 0.3717,-0.29297 l 0,-0.011 q -0.21972,-0.11719 -0.32592,-0.25635 -0.10437,-0.13916 -0.10437,-0.3479 0,-0.30762 0.25268,-0.51269 0.25269,-0.20508 0.6427,-0.20508 0.40833,0 0.65186,0.19592 0.24353,0.19592 0.24353,0.49805 0,0.18493 -0.11536,0.36438 -0.11536,0.17761 -0.33874,0.27832 l 0,0.011 q 0.25634,0.10987 0.39184,0.271 0.1355,0.16113 0.1355,0.41016 z m -0.43396,-1.33118 q 0,-0.19592 -0.15198,-0.31128 -0.15014,-0.11719 -0.38452,-0.11719 -0.23071,0 -0.37903,0.10987 -0.14648,0.10986 -0.14648,0.29663 0,0.13183 0.0732,0.22888 0.0751,0.0952 0.22522,0.17029 0.0677,0.033 0.19409,0.0861 0.12818,0.0531 0.24903,0.0879 0.18127,-0.12085 0.25085,-0.25086 0.0696,-0.13 0.0696,-0.30029 z m 0.0568,1.36597 q 0,-0.16846 -0.0751,-0.26917 -0.0732,-0.10254 -0.28931,-0.20508 -0.0861,-0.0403 -0.1886,-0.0751 -0.10254,-0.0348 -0.27282,-0.0971 -0.1648,0.0897 -0.26551,0.24354 -0.0989,0.1538 -0.0989,0.3479 0,0.24719 0.17029,0.40832 0.17028,0.16113 0.43212,0.16113 0.26734,0 0.42664,-0.13733 0.16113,-0.13732 0.16113,-0.37719 z"
             id="path5259"
             inkscape:connector-curvature="0" />
        </g>
      </g>
    </g>
    <g
       id="g5246"
       transform="matrix(5,0,0,5,-870,-1484.5042)">
      <g
         id="g4503-82"
         transform="translate(85,-20.000008)">
        <path
           style="fill:#729fcf;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
           d="m 150,362.36221 5,0 0,5 -5,0 z"
           id="rect4138-94-9-81"
           inkscape:connector-curvature="0" />
        <g
           id="g4497-5">
          <g
             transform="translate(0,14.999986)"
             style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
             id="flowRoot4290-7-0-86">
            <path
               d="m 152.27661,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28564,0.21058 -0.16296,0.0732 -0.34607,0.0732 -0.1593,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17212,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35522,0.009 q 0,-0.36988 -0.12635,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29846,0.0641 -0.15015,0.0641 -0.28748,0.16846 l 0,1.15905 q 0.14649,0.0659 0.25086,0.0897 0.1062,0.0238 0.23987,0.0238 0.28747,0 0.4486,-0.19409 0.16114,-0.19409 0.16114,-0.57495 z"
               id="path5227"
               inkscape:connector-curvature="0" />
            <path
               d="m 154.67712,350.4718 -0.40466,0 0,0.76721 -0.35156,0 0,-0.76721 -1.30554,0 0,-0.42114 1.32019,-1.53809 0.33691,0 0,1.66626 0.40466,0 0,0.29297 z m -0.75622,-0.29297 0,-1.23046 -1.05652,1.23046 1.05652,0 z"
               id="path5229"
               inkscape:connector-curvature="0" />
          </g>
        </g>
      </g>
      <g
         id="g4525-84"
         transform="translate(85,-30.000008)">
        <path
           style="fill:#ef2929;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
           d="m 150,377.36221 5,0 0,5 -5,0 z"
           id="rect4138-3-1-2"
           inkscape:connector-curvature="0" />
        <g
           transform="translate(0,29.999986)"
           style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
           id="flowRoot4290-9-3-44">
          <path
             d="m 152.27661,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28564,0.21058 -0.16296,0.0732 -0.34607,0.0732 -0.1593,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17212,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35522,0.009 q 0,-0.36988 -0.12635,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29846,0.0641 -0.15015,0.0641 -0.28748,0.16846 l 0,1.15905 q 0.14649,0.0659 0.25086,0.0897 0.1062,0.0238 0.23987,0.0238 0.28747,0 0.4486,-0.19409 0.16114,-0.19409 0.16114,-0.57495 z"
             id="path5233"
             inkscape:connector-curvature="0" />
          <path
             d="m 154.62219,348.9209 -1.23413,2.31811 -0.39184,0 1.31286,-2.406 -1.55273,0 0,-0.32044 1.86584,0 0,0.40833 z"
             id="path5235"
             inkscape:connector-curvature="0" />
        </g>
      </g>
      <g
         id="g4532-9"
         transform="translate(85,-30.000018)">
        <path
           style="fill:#d3d7cf;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
           d="m 150,382.36221 5,0 0,5 -5,0 z"
           id="rect4138-94-9-1-0"
           inkscape:connector-curvature="0" />
        <g
           transform="translate(0,34.999976)"
           style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
           id="flowRoot4290-7-0-6-1">
          <path
             d="m 152.27661,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28564,0.21058 -0.16296,0.0732 -0.34607,0.0732 -0.1593,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17212,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35522,0.009 q 0,-0.36988 -0.12635,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29846,0.0641 -0.15015,0.0641 -0.28748,0.16846 l 0,1.15905 q 0.14649,0.0659 0.25086,0.0897 0.1062,0.0238 0.23987,0.0238 0.28747,0 0.4486,-0.19409 0.16114,-0.19409 0.16114,-0.57495 z"
             id="path5239"
             inkscape:connector-curvature="0" />
          <path
             d="m 154.63501,350.47913 q 0,0.35339 -0.27649,0.58777 -0.27466,0.23437 -0.69214,0.23437 -0.44311,0 -0.70679,-0.22888 -0.26184,-0.22888 -0.26184,-0.58594 0,-0.22705 0.13184,-0.41015 0.13184,-0.18494 0.3717,-0.29297 l 0,-0.011 q -0.21972,-0.11719 -0.32592,-0.25635 -0.10437,-0.13916 -0.10437,-0.3479 0,-0.30762 0.25268,-0.51269 0.25269,-0.20508 0.6427,-0.20508 0.40833,0 0.65186,0.19592 0.24353,0.19592 0.24353,0.49805 0,0.18493 -0.11536,0.36438 -0.11536,0.17761 -0.33874,0.27832 l 0,0.011 q 0.25634,0.10987 0.39184,0.271 0.1355,0.16113 0.1355,0.41016 z m -0.43396,-1.33118 q 0,-0.19592 -0.15198,-0.31128 -0.15014,-0.11719 -0.38452,-0.11719 -0.23071,0 -0.37903,0.10987 -0.14648,0.10986 -0.14648,0.29663 0,0.13183 0.0732,0.22888 0.0751,0.0952 0.22522,0.17029 0.0677,0.033 0.19409,0.0861 0.12818,0.0531 0.24903,0.0879 0.18127,-0.12085 0.25085,-0.25086 0.0696,-0.13 0.0696,-0.30029 z m 0.0568,1.36597 q 0,-0.16846 -0.0751,-0.26917 -0.0732,-0.10254 -0.28931,-0.20508 -0.0861,-0.0403 -0.1886,-0.0751 -0.10254,-0.0348 -0.27282,-0.0971 -0.1648,0.0897 -0.26551,0.24354 -0.0989,0.1538 -0.0989,0.3479 0,0.24719 0.17029,0.40832 0.17028,0.16113 0.43212,0.16113 0.26734,0 0.42664,-0.13733 0.16113,-0.13732 0.16113,-0.37719 z"
             id="path5241"
             inkscape:connector-curvature="0" />
        </g>
      </g>
    </g>
    <g
       transform="matrix(5,0,0,5,-870,-1334.5042)"
       id="g4692-9">
      <g
         id="g4476-0-9-7"
         transform="translate(15,-5.0000084)">
        <path
           style="fill:#f577f3;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
           d="m 150,347.36221 5,0 0,5 -5,0 z"
           id="rect4138-23-9-2"
           inkscape:connector-curvature="0" />
        <g
           style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
           id="flowRoot4290-6-9-2">
          <path
             d="m 152.27661,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28564,0.21058 -0.16296,0.0732 -0.34607,0.0732 -0.1593,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17212,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35522,0.009 q 0,-0.36988 -0.12635,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29846,0.0641 -0.15015,0.0641 -0.28748,0.16846 l 0,1.15905 q 0.14649,0.0659 0.25086,0.0897 0.1062,0.0238 0.23987,0.0238 0.28747,0 0.4486,-0.19409 0.16114,-0.19409 0.16114,-0.57495 z"
             id="path5065"
             inkscape:connector-curvature="0" />
          <path
             d="m 154.61121,349.87488 q 0,0.73425 -0.23072,1.07849 -0.22888,0.34241 -0.71228,0.34241 -0.49072,0 -0.71777,-0.3479 -0.22522,-0.3479 -0.22522,-1.06934 0,-0.72693 0.22888,-1.073 0.22888,-0.3479 0.71411,-0.3479 0.49073,0 0.71595,0.3534 0.22705,0.35156 0.22705,1.06384 z m -0.48157,0.8313 q 0.0641,-0.14832 0.0861,-0.3479 0.0238,-0.20142 0.0238,-0.4834 0,-0.27832 -0.0238,-0.4834 -0.022,-0.20508 -0.0879,-0.3479 -0.0641,-0.14099 -0.17578,-0.2124 -0.10987,-0.0714 -0.28382,-0.0714 -0.17212,0 -0.28564,0.0714 -0.1117,0.0714 -0.17761,0.21606 -0.0623,0.1355 -0.0861,0.3534 -0.022,0.21789 -0.022,0.4779 0,0.28565 0.0202,0.47791 0.0201,0.19226 0.0861,0.34423 0.0604,0.14283 0.17029,0.2179 0.1117,0.0751 0.2948,0.0751 0.17212,0 0.28565,-0.0714 0.11352,-0.0714 0.17578,-0.21606 z"
             id="path5067"
             inkscape:connector-curvature="0" />
        </g>
      </g>
      <g
         id="g4476-05-0"
         transform="translate(15,-8.410356e-6)">
        <path
           style="fill:#fce94f;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
           d="m 150,347.36221 5,0 0,5 -5,0 z"
           id="rect4138-4-7"
           inkscape:connector-curvature="0" />
        <g
           style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
           id="flowRoot4290-98-7">
          <path
             d="m 152.27661,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28564,0.21058 -0.16296,0.0732 -0.34607,0.0732 -0.1593,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17212,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35522,0.009 q 0,-0.36988 -0.12635,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29846,0.0641 -0.15015,0.0641 -0.28748,0.16846 l 0,1.15905 q 0.14649,0.0659 0.25086,0.0897 0.1062,0.0238 0.23987,0.0238 0.28747,0 0.4486,-0.19409 0.16114,-0.19409 0.16114,-0.57495 z"
             id="path5071"
             inkscape:connector-curvature="0" />
          <path
             d="m 154.45923,351.23901 -1.47583,0 0,-0.27832 0.56763,0 0,-1.82739 -0.56763,0 0,-0.24902 q 0.11535,0 0.24719,-0.0183 0.13184,-0.0201 0.19959,-0.0568 0.0842,-0.0458 0.13183,-0.11536 0.0494,-0.0714 0.0568,-0.19043 l 0.28382,0 0,2.45727 0.55664,0 0,0.27832 z"
             id="path5073"
             inkscape:connector-curvature="0" />
        </g>
      </g>
      <g
         id="g4503-3-2"
         transform="translate(15,-10.000008)">
        <path
           style="fill:#729fcf;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
           d="m 150,362.36221 5,0 0,5 -5,0 z"
           id="rect4138-94-9-8-2"
           inkscape:connector-curvature="0" />
        <g
           id="g4497-9-9">
          <g
             transform="translate(0,14.999986)"
             style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
             id="flowRoot4290-7-0-7-5">
            <path
               d="m 152.27661,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28564,0.21058 -0.16296,0.0732 -0.34607,0.0732 -0.1593,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17212,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35522,0.009 q 0,-0.36988 -0.12635,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29846,0.0641 -0.15015,0.0641 -0.28748,0.16846 l 0,1.15905 q 0.14649,0.0659 0.25086,0.0897 0.1062,0.0238 0.23987,0.0238 0.28747,0 0.4486,-0.19409 0.16114,-0.19409 0.16114,-0.57495 z"
               id="path5077"
               inkscape:connector-curvature="0" />
            <path
               d="m 154.67712,350.4718 -0.40466,0 0,0.76721 -0.35156,0 0,-0.76721 -1.30554,0 0,-0.42114 1.32019,-1.53809 0.33691,0 0,1.66626 0.40466,0 0,0.29297 z m -0.75622,-0.29297 0,-1.23046 -1.05652,1.23046 1.05652,0 z"
               id="path5079"
               inkscape:connector-curvature="0" />
          </g>
        </g>
      </g>
      <g
         id="g4503-3-2-1"
         transform="translate(15,9.9999916)">
        <g
           id="g6232">
          <path
             style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
             d="m 150,362.36221 5,0 0,5 -5,0 z"
             id="rect4138-94-9-8-2-0"
             inkscape:connector-curvature="0" />
          <g
             id="g4497-9-9-7">
            <g
               transform="translate(0,14.999986)"
               style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               id="flowRoot4290-7-0-7-5-8">
              <path
                 d="m 152.78931,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28565,0.21058 -0.16296,0.0732 -0.34606,0.0732 -0.15931,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17211,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35523,0.009 q 0,-0.36988 -0.12634,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29847,0.0641 -0.15014,0.0641 -0.28747,0.16846 l 0,1.15905 q 0.14648,0.0659 0.25085,0.0897 0.1062,0.0238 0.23987,0.0238 0.28748,0 0.44861,-0.19409 0.16113,-0.19409 0.16113,-0.57495 z"
                 id="path5083"
                 inkscape:connector-curvature="0" />
              <path
                 d="m 153.88794,351.23901 -0.43762,0 0,-0.52185 0.43762,0 0,0.52185 z"
                 id="path5085"
                 inkscape:connector-curvature="0" />
            </g>
          </g>
          <path
             style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
             d="m 150,367.36221 5,0 0,5 -5,0 z"
             id="rect4138-94-9-8-2-0-9"
             inkscape:connector-curvature="0" />
          <g
             id="g4497-9-9-7-3"
             transform="translate(0,5.0000055)">
            <g
               transform="translate(0,14.999986)"
               style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               id="flowRoot4290-7-0-7-5-8-7">
              <path
                 d="m 152.78931,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28565,0.21058 -0.16296,0.0732 -0.34606,0.0732 -0.15931,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17211,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35523,0.009 q 0,-0.36988 -0.12634,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29847,0.0641 -0.15014,0.0641 -0.28747,0.16846 l 0,1.15905 q 0.14648,0.0659 0.25085,0.0897 0.1062,0.0238 0.23987,0.0238 0.28748,0 0.44861,-0.19409 0.16113,-0.19409 0.16113,-0.57495 z"
                 id="path5089"
                 inkscape:connector-curvature="0" />
              <path
                 d="m 153.88794,351.23901 -0.43762,0 0,-0.52185 0.43762,0 0,0.52185 z"
                 id="path5091"
                 inkscape:connector-curvature="0" />
            </g>
          </g>
          <path
             style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
             d="m 150,372.36221 5,0 0,5 -5,0 z"
             id="rect4138-94-9-8-2-0-9-0"
             inkscape:connector-curvature="0" />
          <g
             id="g4497-9-9-7-3-7"
             transform="translate(0,10.000005)">
            <g
               transform="translate(0,14.999986)"
               style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               id="flowRoot4290-7-0-7-5-8-7-3">
              <path
                 d="m 152.78931,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28565,0.21058 -0.16296,0.0732 -0.34606,0.0732 -0.15931,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17211,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35523,0.009 q 0,-0.36988 -0.12634,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29847,0.0641 -0.15014,0.0641 -0.28747,0.16846 l 0,1.15905 q 0.14648,0.0659 0.25085,0.0897 0.1062,0.0238 0.23987,0.0238 0.28748,0 0.44861,-0.19409 0.16113,-0.19409 0.16113,-0.57495 z"
                 id="path5095"
                 inkscape:connector-curvature="0" />
              <path
                 d="m 153.88794,351.23901 -0.43762,0 0,-0.52185 0.43762,0 0,0.52185 z"
                 id="path5097"
                 inkscape:connector-curvature="0" />
            </g>
          </g>
        </g>
        <g
           transform="translate(10,-1.0356075e-8)"
           id="g6232-3">
          <path
             style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
             d="m 150,362.36221 5,0 0,5 -5,0 z"
             id="rect4138-94-9-8-2-0-6"
             inkscape:connector-curvature="0" />
          <g
             id="g4497-9-9-7-39">
            <g
               transform="translate(0,14.999986)"
               style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               id="flowRoot4290-7-0-7-5-8-74">
              <path
                 d="m 152.78931,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28565,0.21058 -0.16296,0.0732 -0.34606,0.0732 -0.15931,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17211,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35523,0.009 q 0,-0.36988 -0.12634,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29847,0.0641 -0.15014,0.0641 -0.28747,0.16846 l 0,1.15905 q 0.14648,0.0659 0.25085,0.0897 0.1062,0.0238 0.23987,0.0238 0.28748,0 0.44861,-0.19409 0.16113,-0.19409 0.16113,-0.57495 z"
                 id="path5101"
                 inkscape:connector-curvature="0" />
              <path
                 d="m 153.88794,351.23901 -0.43762,0 0,-0.52185 0.43762,0 0,0.52185 z"
                 id="path5103"
                 inkscape:connector-curvature="0" />
            </g>
          </g>
          <path
             style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
             d="m 150,367.36221 5,0 0,5 -5,0 z"
             id="rect4138-94-9-8-2-0-9-5"
             inkscape:connector-curvature="0" />
          <g
             id="g4497-9-9-7-3-0"
             transform="translate(0,5.0000055)">
            <g
               transform="translate(0,14.999986)"
               style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               id="flowRoot4290-7-0-7-5-8-7-32">
              <path
                 d="m 152.78931,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28565,0.21058 -0.16296,0.0732 -0.34606,0.0732 -0.15931,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17211,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35523,0.009 q 0,-0.36988 -0.12634,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29847,0.0641 -0.15014,0.0641 -0.28747,0.16846 l 0,1.15905 q 0.14648,0.0659 0.25085,0.0897 0.1062,0.0238 0.23987,0.0238 0.28748,0 0.44861,-0.19409 0.16113,-0.19409 0.16113,-0.57495 z"
                 id="path5107"
                 inkscape:connector-curvature="0" />
              <path
                 d="m 153.88794,351.23901 -0.43762,0 0,-0.52185 0.43762,0 0,0.52185 z"
                 id="path5109"
                 inkscape:connector-curvature="0" />
            </g>
          </g>
          <path
             style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
             d="m 150,372.36221 5,0 0,5 -5,0 z"
             id="rect4138-94-9-8-2-0-9-0-5"
             inkscape:connector-curvature="0" />
          <g
             id="g4497-9-9-7-3-7-9"
             transform="translate(0,10.000005)">
            <g
               transform="translate(0,14.999986)"
               style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               id="flowRoot4290-7-0-7-5-8-7-3-0">
              <path
                 d="m 152.78931,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28565,0.21058 -0.16296,0.0732 -0.34606,0.0732 -0.15931,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17211,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35523,0.009 q 0,-0.36988 -0.12634,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29847,0.0641 -0.15014,0.0641 -0.28747,0.16846 l 0,1.15905 q 0.14648,0.0659 0.25085,0.0897 0.1062,0.0238 0.23987,0.0238 0.28748,0 0.44861,-0.19409 0.16113,-0.19409 0.16113,-0.57495 z"
                 id="path5113"
                 inkscape:connector-curvature="0" />
              <path
                 d="m 153.88794,351.23901 -0.43762,0 0,-0.52185 0.43762,0 0,0.52185 z"
                 id="path5115"
                 inkscape:connector-curvature="0" />
            </g>
          </g>
        </g>
        <g
           transform="translate(20,-1.0356075e-8)"
           id="g6232-3-1">
          <path
             style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
             d="m 150,362.36221 5,0 0,5 -5,0 z"
             id="rect4138-94-9-8-2-0-6-2"
             inkscape:connector-curvature="0" />
          <g
             id="g4497-9-9-7-39-5">
            <g
               transform="translate(0,14.999986)"
               style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               id="flowRoot4290-7-0-7-5-8-74-0">
              <path
                 d="m 152.78931,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28565,0.21058 -0.16296,0.0732 -0.34606,0.0732 -0.15931,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17211,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35523,0.009 q 0,-0.36988 -0.12634,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29847,0.0641 -0.15014,0.0641 -0.28747,0.16846 l 0,1.15905 q 0.14648,0.0659 0.25085,0.0897 0.1062,0.0238 0.23987,0.0238 0.28748,0 0.44861,-0.19409 0.16113,-0.19409 0.16113,-0.57495 z"
                 id="path5119"
                 inkscape:connector-curvature="0" />
              <path
                 d="m 153.88794,351.23901 -0.43762,0 0,-0.52185 0.43762,0 0,0.52185 z"
                 id="path5121"
                 inkscape:connector-curvature="0" />
            </g>
          </g>
          <path
             style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
             d="m 150,367.36221 5,0 0,5 -5,0 z"
             id="rect4138-94-9-8-2-0-9-5-6"
             inkscape:connector-curvature="0" />
          <g
             id="g4497-9-9-7-3-0-3"
             transform="translate(0,5.0000055)">
            <g
               transform="translate(0,14.999986)"
               style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               id="flowRoot4290-7-0-7-5-8-7-32-2">
              <path
                 d="m 152.78931,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28565,0.21058 -0.16296,0.0732 -0.34606,0.0732 -0.15931,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17211,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35523,0.009 q 0,-0.36988 -0.12634,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29847,0.0641 -0.15014,0.0641 -0.28747,0.16846 l 0,1.15905 q 0.14648,0.0659 0.25085,0.0897 0.1062,0.0238 0.23987,0.0238 0.28748,0 0.44861,-0.19409 0.16113,-0.19409 0.16113,-0.57495 z"
                 id="path5125"
                 inkscape:connector-curvature="0" />
              <path
                 d="m 153.88794,351.23901 -0.43762,0 0,-0.52185 0.43762,0 0,0.52185 z"
                 id="path5127"
                 inkscape:connector-curvature="0" />
            </g>
          </g>
          <path
             style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
             d="m 150,372.36221 5,0 0,5 -5,0 z"
             id="rect4138-94-9-8-2-0-9-0-5-9"
             inkscape:connector-curvature="0" />
          <g
             id="g4497-9-9-7-3-7-9-8"
             transform="translate(0,10.000005)">
            <g
               transform="translate(0,14.999986)"
               style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               id="flowRoot4290-7-0-7-5-8-7-3-0-4">
              <path
                 d="m 152.78931,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28565,0.21058 -0.16296,0.0732 -0.34606,0.0732 -0.15931,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17211,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35523,0.009 q 0,-0.36988 -0.12634,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29847,0.0641 -0.15014,0.0641 -0.28747,0.16846 l 0,1.15905 q 0.14648,0.0659 0.25085,0.0897 0.1062,0.0238 0.23987,0.0238 0.28748,0 0.44861,-0.19409 0.16113,-0.19409 0.16113,-0.57495 z"
                 id="path5131"
                 inkscape:connector-curvature="0" />
              <path
                 d="m 153.88794,351.23901 -0.43762,0 0,-0.52185 0.43762,0 0,0.52185 z"
                 id="path5133"
                 inkscape:connector-curvature="0" />
            </g>
          </g>
        </g>
        <g
           transform="translate(30,-1.0356075e-8)"
           id="g6232-3-1-9">
          <path
             style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
             d="m 150,362.36221 5,0 0,5 -5,0 z"
             id="rect4138-94-9-8-2-0-6-2-2"
             inkscape:connector-curvature="0" />
          <g
             id="g4497-9-9-7-39-5-1">
            <g
               transform="translate(0,14.999986)"
               style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               id="flowRoot4290-7-0-7-5-8-74-0-3">
              <path
                 d="m 152.78931,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28565,0.21058 -0.16296,0.0732 -0.34606,0.0732 -0.15931,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17211,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35523,0.009 q 0,-0.36988 -0.12634,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29847,0.0641 -0.15014,0.0641 -0.28747,0.16846 l 0,1.15905 q 0.14648,0.0659 0.25085,0.0897 0.1062,0.0238 0.23987,0.0238 0.28748,0 0.44861,-0.19409 0.16113,-0.19409 0.16113,-0.57495 z"
                 id="path5137"
                 inkscape:connector-curvature="0" />
              <path
                 d="m 153.88794,351.23901 -0.43762,0 0,-0.52185 0.43762,0 0,0.52185 z"
                 id="path5139"
                 inkscape:connector-curvature="0" />
            </g>
          </g>
          <path
             style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
             d="m 150,367.36221 5,0 0,5 -5,0 z"
             id="rect4138-94-9-8-2-0-9-5-6-5"
             inkscape:connector-curvature="0" />
          <g
             id="g4497-9-9-7-3-0-3-2"
             transform="translate(0,5.0000055)">
            <g
               transform="translate(0,14.999986)"
               style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               id="flowRoot4290-7-0-7-5-8-7-32-2-3">
              <path
                 d="m 152.78931,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28565,0.21058 -0.16296,0.0732 -0.34606,0.0732 -0.15931,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17211,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35523,0.009 q 0,-0.36988 -0.12634,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29847,0.0641 -0.15014,0.0641 -0.28747,0.16846 l 0,1.15905 q 0.14648,0.0659 0.25085,0.0897 0.1062,0.0238 0.23987,0.0238 0.28748,0 0.44861,-0.19409 0.16113,-0.19409 0.16113,-0.57495 z"
                 id="path5143"
                 inkscape:connector-curvature="0" />
              <path
                 d="m 153.88794,351.23901 -0.43762,0 0,-0.52185 0.43762,0 0,0.52185 z"
                 id="path5145"
                 inkscape:connector-curvature="0" />
            </g>
          </g>
          <path
             style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
             d="m 150,372.36221 5,0 0,5 -5,0 z"
             id="rect4138-94-9-8-2-0-9-0-5-9-5"
             inkscape:connector-curvature="0" />
          <g
             id="g4497-9-9-7-3-7-9-8-5"
             transform="translate(0,10.000005)">
            <g
               transform="translate(0,14.999986)"
               style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               id="flowRoot4290-7-0-7-5-8-7-3-0-4-1">
              <path
                 d="m 152.78931,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28565,0.21058 -0.16296,0.0732 -0.34606,0.0732 -0.15931,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17211,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35523,0.009 q 0,-0.36988 -0.12634,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29847,0.0641 -0.15014,0.0641 -0.28747,0.16846 l 0,1.15905 q 0.14648,0.0659 0.25085,0.0897 0.1062,0.0238 0.23987,0.0238 0.28748,0 0.44861,-0.19409 0.16113,-0.19409 0.16113,-0.57495 z"
                 id="path5149"
                 inkscape:connector-curvature="0" />
              <path
                 d="m 153.88794,351.23901 -0.43762,0 0,-0.52185 0.43762,0 0,0.52185 z"
                 id="path5151"
                 inkscape:connector-curvature="0" />
            </g>
          </g>
        </g>
        <g
           transform="translate(40,-1.0356075e-8)"
           id="g6232-7">
          <path
             style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
             d="m 150,362.36221 5,0 0,5 -5,0 z"
             id="rect4138-94-9-8-2-0-65"
             inkscape:connector-curvature="0" />
          <g
             id="g4497-9-9-7-4">
            <g
               transform="translate(0,14.999986)"
               style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               id="flowRoot4290-7-0-7-5-8-3">
              <path
                 d="m 152.78931,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28565,0.21058 -0.16296,0.0732 -0.34606,0.0732 -0.15931,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17211,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35523,0.009 q 0,-0.36988 -0.12634,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29847,0.0641 -0.15014,0.0641 -0.28747,0.16846 l 0,1.15905 q 0.14648,0.0659 0.25085,0.0897 0.1062,0.0238 0.23987,0.0238 0.28748,0 0.44861,-0.19409 0.16113,-0.19409 0.16113,-0.57495 z"
                 id="path5155"
                 inkscape:connector-curvature="0" />
              <path
                 d="m 153.88794,351.23901 -0.43762,0 0,-0.52185 0.43762,0 0,0.52185 z"
                 id="path5157"
                 inkscape:connector-curvature="0" />
            </g>
          </g>
          <path
             style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
             d="m 150,367.36221 5,0 0,5 -5,0 z"
             id="rect4138-94-9-8-2-0-9-7"
             inkscape:connector-curvature="0" />
          <g
             id="g4497-9-9-7-3-5"
             transform="translate(0,5.0000055)">
            <g
               transform="translate(0,14.999986)"
               style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               id="flowRoot4290-7-0-7-5-8-7-1">
              <path
                 d="m 152.78931,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28565,0.21058 -0.16296,0.0732 -0.34606,0.0732 -0.15931,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17211,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35523,0.009 q 0,-0.36988 -0.12634,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29847,0.0641 -0.15014,0.0641 -0.28747,0.16846 l 0,1.15905 q 0.14648,0.0659 0.25085,0.0897 0.1062,0.0238 0.23987,0.0238 0.28748,0 0.44861,-0.19409 0.16113,-0.19409 0.16113,-0.57495 z"
                 id="path5161"
                 inkscape:connector-curvature="0" />
              <path
                 d="m 153.88794,351.23901 -0.43762,0 0,-0.52185 0.43762,0 0,0.52185 z"
                 id="path5163"
                 inkscape:connector-curvature="0" />
            </g>
          </g>
          <path
             style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
             d="m 150,372.36221 5,0 0,5 -5,0 z"
             id="rect4138-94-9-8-2-0-9-0-1"
             inkscape:connector-curvature="0" />
          <g
             id="g4497-9-9-7-3-7-4"
             transform="translate(0,10.000005)">
            <g
               transform="translate(0,14.999986)"
               style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               id="flowRoot4290-7-0-7-5-8-7-3-1">
              <path
                 d="m 152.78931,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28565,0.21058 -0.16296,0.0732 -0.34606,0.0732 -0.15931,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17211,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35523,0.009 q 0,-0.36988 -0.12634,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29847,0.0641 -0.15014,0.0641 -0.28747,0.16846 l 0,1.15905 q 0.14648,0.0659 0.25085,0.0897 0.1062,0.0238 0.23987,0.0238 0.28748,0 0.44861,-0.19409 0.16113,-0.19409 0.16113,-0.57495 z"
                 id="path5167"
                 inkscape:connector-curvature="0" />
              <path
                 d="m 153.88794,351.23901 -0.43762,0 0,-0.52185 0.43762,0 0,0.52185 z"
                 id="path5169"
                 inkscape:connector-curvature="0" />
            </g>
          </g>
        </g>
        <g
           transform="translate(50,-1.0356075e-8)"
           id="g6232-3-6">
          <path
             style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
             d="m 150,362.36221 5,0 0,5 -5,0 z"
             id="rect4138-94-9-8-2-0-6-22"
             inkscape:connector-curvature="0" />
          <g
             id="g4497-9-9-7-39-1">
            <g
               transform="translate(0,14.999986)"
               style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               id="flowRoot4290-7-0-7-5-8-74-3">
              <path
                 d="m 152.78931,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28565,0.21058 -0.16296,0.0732 -0.34606,0.0732 -0.15931,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17211,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35523,0.009 q 0,-0.36988 -0.12634,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29847,0.0641 -0.15014,0.0641 -0.28747,0.16846 l 0,1.15905 q 0.14648,0.0659 0.25085,0.0897 0.1062,0.0238 0.23987,0.0238 0.28748,0 0.44861,-0.19409 0.16113,-0.19409 0.16113,-0.57495 z"
                 id="path5173"
                 inkscape:connector-curvature="0" />
              <path
                 d="m 153.88794,351.23901 -0.43762,0 0,-0.52185 0.43762,0 0,0.52185 z"
                 id="path5175"
                 inkscape:connector-curvature="0" />
            </g>
          </g>
          <path
             style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
             d="m 150,367.36221 5,0 0,5 -5,0 z"
             id="rect4138-94-9-8-2-0-9-5-3"
             inkscape:connector-curvature="0" />
          <g
             id="g4497-9-9-7-3-0-8"
             transform="translate(0,5.0000055)">
            <g
               transform="translate(0,14.999986)"
               style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               id="flowRoot4290-7-0-7-5-8-7-32-1">
              <path
                 d="m 152.78931,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28565,0.21058 -0.16296,0.0732 -0.34606,0.0732 -0.15931,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17211,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35523,0.009 q 0,-0.36988 -0.12634,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29847,0.0641 -0.15014,0.0641 -0.28747,0.16846 l 0,1.15905 q 0.14648,0.0659 0.25085,0.0897 0.1062,0.0238 0.23987,0.0238 0.28748,0 0.44861,-0.19409 0.16113,-0.19409 0.16113,-0.57495 z"
                 id="path5179"
                 inkscape:connector-curvature="0" />
              <path
                 d="m 153.88794,351.23901 -0.43762,0 0,-0.52185 0.43762,0 0,0.52185 z"
                 id="path5181"
                 inkscape:connector-curvature="0" />
            </g>
          </g>
          <path
             style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
             d="m 150,372.36221 5,0 0,5 -5,0 z"
             id="rect4138-94-9-8-2-0-9-0-5-0"
             inkscape:connector-curvature="0" />
          <g
             id="g4497-9-9-7-3-7-9-0"
             transform="translate(0,10.000005)">
            <g
               transform="translate(0,14.999986)"
               style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               id="flowRoot4290-7-0-7-5-8-7-3-0-1">
              <path
                 d="m 152.78931,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28565,0.21058 -0.16296,0.0732 -0.34606,0.0732 -0.15931,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17211,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35523,0.009 q 0,-0.36988 -0.12634,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29847,0.0641 -0.15014,0.0641 -0.28747,0.16846 l 0,1.15905 q 0.14648,0.0659 0.25085,0.0897 0.1062,0.0238 0.23987,0.0238 0.28748,0 0.44861,-0.19409 0.16113,-0.19409 0.16113,-0.57495 z"
                 id="path5185"
                 inkscape:connector-curvature="0" />
              <path
                 d="m 153.88794,351.23901 -0.43762,0 0,-0.52185 0.43762,0 0,0.52185 z"
                 id="path5187"
                 inkscape:connector-curvature="0" />
            </g>
          </g>
        </g>
        <g
           transform="translate(60,-1.0356075e-8)"
           id="g6232-3-1-94">
          <path
             style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
             d="m 150,362.36221 5,0 0,5 -5,0 z"
             id="rect4138-94-9-8-2-0-6-2-5"
             inkscape:connector-curvature="0" />
          <g
             id="g4497-9-9-7-39-5-5">
            <g
               transform="translate(0,14.999986)"
               style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               id="flowRoot4290-7-0-7-5-8-74-0-7">
              <path
                 d="m 152.78931,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28565,0.21058 -0.16296,0.0732 -0.34606,0.0732 -0.15931,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17211,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35523,0.009 q 0,-0.36988 -0.12634,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29847,0.0641 -0.15014,0.0641 -0.28747,0.16846 l 0,1.15905 q 0.14648,0.0659 0.25085,0.0897 0.1062,0.0238 0.23987,0.0238 0.28748,0 0.44861,-0.19409 0.16113,-0.19409 0.16113,-0.57495 z"
                 id="path5191"
                 inkscape:connector-curvature="0" />
              <path
                 d="m 153.88794,351.23901 -0.43762,0 0,-0.52185 0.43762,0 0,0.52185 z"
                 id="path5193"
                 inkscape:connector-curvature="0" />
            </g>
          </g>
          <path
             style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
             d="m 150,367.36221 5,0 0,5 -5,0 z"
             id="rect4138-94-9-8-2-0-9-5-6-0"
             inkscape:connector-curvature="0" />
          <g
             id="g4497-9-9-7-3-0-3-3"
             transform="translate(0,5.0000055)">
            <g
               transform="translate(0,14.999986)"
               style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               id="flowRoot4290-7-0-7-5-8-7-32-2-7">
              <path
                 d="m 152.78931,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28565,0.21058 -0.16296,0.0732 -0.34606,0.0732 -0.15931,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17211,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35523,0.009 q 0,-0.36988 -0.12634,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29847,0.0641 -0.15014,0.0641 -0.28747,0.16846 l 0,1.15905 q 0.14648,0.0659 0.25085,0.0897 0.1062,0.0238 0.23987,0.0238 0.28748,0 0.44861,-0.19409 0.16113,-0.19409 0.16113,-0.57495 z"
                 id="path5197"
                 inkscape:connector-curvature="0" />
              <path
                 d="m 153.88794,351.23901 -0.43762,0 0,-0.52185 0.43762,0 0,0.52185 z"
                 id="path5199"
                 inkscape:connector-curvature="0" />
            </g>
          </g>
          <path
             style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
             d="m 150,372.36221 5,0 0,5 -5,0 z"
             id="rect4138-94-9-8-2-0-9-0-5-9-1"
             inkscape:connector-curvature="0" />
          <g
             id="g4497-9-9-7-3-7-9-8-4"
             transform="translate(0,10.000005)">
            <g
               transform="translate(0,14.999986)"
               style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               id="flowRoot4290-7-0-7-5-8-7-3-0-4-2">
              <path
                 d="m 152.78931,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28565,0.21058 -0.16296,0.0732 -0.34606,0.0732 -0.15931,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17211,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35523,0.009 q 0,-0.36988 -0.12634,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29847,0.0641 -0.15014,0.0641 -0.28747,0.16846 l 0,1.15905 q 0.14648,0.0659 0.25085,0.0897 0.1062,0.0238 0.23987,0.0238 0.28748,0 0.44861,-0.19409 0.16113,-0.19409 0.16113,-0.57495 z"
                 id="path5203"
                 inkscape:connector-curvature="0" />
              <path
                 d="m 153.88794,351.23901 -0.43762,0 0,-0.52185 0.43762,0 0,0.52185 z"
                 id="path5205"
                 inkscape:connector-curvature="0" />
            </g>
          </g>
        </g>
        <g
           transform="translate(70,-1.0356075e-8)"
           id="g6232-3-1-9-1">
          <path
             style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
             d="m 150,362.36221 5,0 0,5 -5,0 z"
             id="rect4138-94-9-8-2-0-6-2-2-8"
             inkscape:connector-curvature="0" />
          <g
             id="g4497-9-9-7-39-5-1-2">
            <g
               transform="translate(0,14.999986)"
               style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               id="flowRoot4290-7-0-7-5-8-74-0-3-5">
              <path
                 d="m 152.78931,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28565,0.21058 -0.16296,0.0732 -0.34606,0.0732 -0.15931,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17211,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35523,0.009 q 0,-0.36988 -0.12634,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29847,0.0641 -0.15014,0.0641 -0.28747,0.16846 l 0,1.15905 q 0.14648,0.0659 0.25085,0.0897 0.1062,0.0238 0.23987,0.0238 0.28748,0 0.44861,-0.19409 0.16113,-0.19409 0.16113,-0.57495 z"
                 id="path5209"
                 inkscape:connector-curvature="0" />
              <path
                 d="m 153.88794,351.23901 -0.43762,0 0,-0.52185 0.43762,0 0,0.52185 z"
                 id="path5211"
                 inkscape:connector-curvature="0" />
            </g>
          </g>
          <path
             style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
             d="m 150,367.36221 5,0 0,5 -5,0 z"
             id="rect4138-94-9-8-2-0-9-5-6-5-3"
             inkscape:connector-curvature="0" />
          <g
             id="g4497-9-9-7-3-0-3-2-1"
             transform="translate(0,5.0000055)">
            <g
               transform="translate(0,14.999986)"
               style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               id="flowRoot4290-7-0-7-5-8-7-32-2-3-0">
              <path
                 d="m 152.78931,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28565,0.21058 -0.16296,0.0732 -0.34606,0.0732 -0.15931,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17211,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35523,0.009 q 0,-0.36988 -0.12634,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29847,0.0641 -0.15014,0.0641 -0.28747,0.16846 l 0,1.15905 q 0.14648,0.0659 0.25085,0.0897 0.1062,0.0238 0.23987,0.0238 0.28748,0 0.44861,-0.19409 0.16113,-0.19409 0.16113,-0.57495 z"
                 id="path5215"
                 inkscape:connector-curvature="0" />
              <path
                 d="m 153.88794,351.23901 -0.43762,0 0,-0.52185 0.43762,0 0,0.52185 z"
                 id="path5217"
                 inkscape:connector-curvature="0" />
            </g>
          </g>
          <path
             style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
             d="m 150,372.36221 5,0 0,5 -5,0 z"
             id="rect4138-94-9-8-2-0-9-0-5-9-5-1"
             inkscape:connector-curvature="0" />
          <g
             id="g4497-9-9-7-3-7-9-8-5-6"
             transform="translate(0,10.000005)">
            <g
               transform="translate(0,14.999986)"
               style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
               id="flowRoot4290-7-0-7-5-8-7-3-0-4-1-2">
              <path
                 d="m 152.78931,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28565,0.21058 -0.16296,0.0732 -0.34606,0.0732 -0.15931,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17211,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35523,0.009 q 0,-0.36988 -0.12634,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29847,0.0641 -0.15014,0.0641 -0.28747,0.16846 l 0,1.15905 q 0.14648,0.0659 0.25085,0.0897 0.1062,0.0238 0.23987,0.0238 0.28748,0 0.44861,-0.19409 0.16113,-0.19409 0.16113,-0.57495 z"
                 id="path5221"
                 inkscape:connector-curvature="0" />
              <path
                 d="m 153.88794,351.23901 -0.43762,0 0,-0.52185 0.43762,0 0,0.52185 z"
                 id="path5223"
                 inkscape:connector-curvature="0" />
            </g>
          </g>
        </g>
      </g>
    </g>
    <g
       transform="matrix(5,0,0,5,-670,-1334.5042)"
       id="g4776-8">
      <g
         id="g4476-0-5-1"
         transform="translate(25,-5.0000084)">
        <path
           style="fill:#f577f3;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
           d="m 150,347.36221 5,0 0,5 -5,0 z"
           id="rect4138-23-0-5"
           inkscape:connector-curvature="0" />
        <g
           style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
           id="flowRoot4290-6-8-5">
          <path
             d="m 152.27661,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28564,0.21058 -0.16296,0.0732 -0.34607,0.0732 -0.1593,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17212,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35522,0.009 q 0,-0.36988 -0.12635,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29846,0.0641 -0.15015,0.0641 -0.28748,0.16846 l 0,1.15905 q 0.14649,0.0659 0.25086,0.0897 0.1062,0.0238 0.23987,0.0238 0.28747,0 0.4486,-0.19409 0.16114,-0.19409 0.16114,-0.57495 z"
             id="path5047"
             inkscape:connector-curvature="0" />
          <path
             d="m 154.61121,349.87488 q 0,0.73425 -0.23072,1.07849 -0.22888,0.34241 -0.71228,0.34241 -0.49072,0 -0.71777,-0.3479 -0.22522,-0.3479 -0.22522,-1.06934 0,-0.72693 0.22888,-1.073 0.22888,-0.3479 0.71411,-0.3479 0.49073,0 0.71595,0.3534 0.22705,0.35156 0.22705,1.06384 z m -0.48157,0.8313 q 0.0641,-0.14832 0.0861,-0.3479 0.0238,-0.20142 0.0238,-0.4834 0,-0.27832 -0.0238,-0.4834 -0.022,-0.20508 -0.0879,-0.3479 -0.0641,-0.14099 -0.17578,-0.2124 -0.10987,-0.0714 -0.28382,-0.0714 -0.17212,0 -0.28564,0.0714 -0.1117,0.0714 -0.17761,0.21606 -0.0623,0.1355 -0.0861,0.3534 -0.022,0.21789 -0.022,0.4779 0,0.28565 0.0202,0.47791 0.0201,0.19226 0.0861,0.34423 0.0604,0.14283 0.17029,0.2179 0.1117,0.0751 0.2948,0.0751 0.17212,0 0.28565,-0.0714 0.11352,-0.0714 0.17578,-0.21606 z"
             id="path5049"
             inkscape:connector-curvature="0" />
        </g>
      </g>
      <g
         id="g4503-0-7"
         transform="translate(25,-10.000008)">
        <path
           style="fill:#729fcf;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
           d="m 150,362.36221 5,0 0,5 -5,0 z"
           id="rect4138-94-9-2-9"
           inkscape:connector-curvature="0" />
        <g
           id="g4497-3-8">
          <g
             transform="translate(0,14.999986)"
             style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
             id="flowRoot4290-7-0-60-0">
            <path
               d="m 152.27661,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28564,0.21058 -0.16296,0.0732 -0.34607,0.0732 -0.1593,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17212,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35522,0.009 q 0,-0.36988 -0.12635,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29846,0.0641 -0.15015,0.0641 -0.28748,0.16846 l 0,1.15905 q 0.14649,0.0659 0.25086,0.0897 0.1062,0.0238 0.23987,0.0238 0.28747,0 0.4486,-0.19409 0.16114,-0.19409 0.16114,-0.57495 z"
               id="path5053"
               inkscape:connector-curvature="0" />
            <path
               d="m 154.67712,350.4718 -0.40466,0 0,0.76721 -0.35156,0 0,-0.76721 -1.30554,0 0,-0.42114 1.32019,-1.53809 0.33691,0 0,1.66626 0.40466,0 0,0.29297 z m -0.75622,-0.29297 0,-1.23046 -1.05652,1.23046 1.05652,0 z"
               id="path5055"
               inkscape:connector-curvature="0" />
          </g>
        </g>
      </g>
      <g
         id="g4490-2-4"
         transform="translate(25,-10.000008)">
        <path
           style="fill:#fcaf3e;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
           d="m 150,357.36221 5,0 0,5 -5,0 z"
           id="rect4138-3-11-8"
           inkscape:connector-curvature="0" />
        <g
           transform="translate(0,9.9999963)"
           style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
           id="flowRoot4290-9-2-7">
          <path
             d="m 152.27661,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28564,0.21058 -0.16296,0.0732 -0.34607,0.0732 -0.1593,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17212,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35522,0.009 q 0,-0.36988 -0.12635,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29846,0.0641 -0.15015,0.0641 -0.28748,0.16846 l 0,1.15905 q 0.14649,0.0659 0.25086,0.0897 0.1062,0.0238 0.23987,0.0238 0.28747,0 0.4486,-0.19409 0.16114,-0.19409 0.16114,-0.57495 z"
             id="path5059"
             inkscape:connector-curvature="0" />
          <path
             d="m 154.375,349.92615 q 0.0879,0.0787 0.14465,0.19775 0.0568,0.11902 0.0568,0.30762 0,0.18677 -0.0678,0.34241 -0.0677,0.15564 -0.19043,0.27099 -0.13733,0.12818 -0.3241,0.19043 -0.18494,0.0604 -0.40649,0.0604 -0.22705,0 -0.44678,-0.0549 -0.21973,-0.0531 -0.36072,-0.11719 l 0,-0.38269 0.0275,0 q 0.15564,0.10254 0.36621,0.17029 0.21057,0.0677 0.40649,0.0677 0.11536,0 0.24536,-0.0385 0.13001,-0.0384 0.21057,-0.11352 0.0842,-0.0806 0.12452,-0.17761 0.0421,-0.0971 0.0421,-0.24537 0,-0.14648 -0.0476,-0.2417 -0.0458,-0.097 -0.12817,-0.15197 -0.0824,-0.0568 -0.19959,-0.0769 -0.11718,-0.022 -0.25268,-0.022 l -0.1648,0 0,-0.30395 0.12818,0 q 0.27832,0 0.44311,-0.11536 0.16663,-0.11719 0.16663,-0.34058 0,-0.0989 -0.0421,-0.17212 -0.0421,-0.0751 -0.11718,-0.12268 -0.0787,-0.0476 -0.16846,-0.0659 -0.0897,-0.0183 -0.20325,-0.0183 -0.17395,0 -0.36987,0.0623 -0.19592,0.0623 -0.36987,0.17578 l -0.0183,0 0,-0.38269 q 0.13,-0.0641 0.34607,-0.11719 0.21789,-0.0549 0.42114,-0.0549 0.19958,0 0.35156,0.0366 0.15198,0.0366 0.27466,0.11719 0.13184,0.0879 0.19958,0.2124 0.0678,0.12451 0.0678,0.29114 0,0.22705 -0.16113,0.39734 -0.1593,0.16846 -0.3772,0.2124 l 0,0.0256 q 0.0879,0.0146 0.20142,0.0623 0.11352,0.0458 0.19226,0.11536 z"
             id="path5061"
             inkscape:connector-curvature="0" />
        </g>
      </g>
    </g>
    <g
       transform="matrix(5,0,0,5,-870,-1334.5042)"
       id="g4863-1">
      <g
         id="g4476-2-9"
         transform="translate(35,-5.0000084)">
        <path
           style="fill:#fce94f;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
           d="m 150,347.36221 5,0 0,5 -5,0 z"
           id="rect4138-35-2"
           inkscape:connector-curvature="0" />
        <g
           style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
           id="flowRoot4290-8-1">
          <path
             d="m 152.27661,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28564,0.21058 -0.16296,0.0732 -0.34607,0.0732 -0.1593,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17212,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35522,0.009 q 0,-0.36988 -0.12635,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29846,0.0641 -0.15015,0.0641 -0.28748,0.16846 l 0,1.15905 q 0.14649,0.0659 0.25086,0.0897 0.1062,0.0238 0.23987,0.0238 0.28747,0 0.4486,-0.19409 0.16114,-0.19409 0.16114,-0.57495 z"
             id="path5029"
             inkscape:connector-curvature="0" />
          <path
             d="m 154.45923,351.23901 -1.47583,0 0,-0.27832 0.56763,0 0,-1.82739 -0.56763,0 0,-0.24902 q 0.11535,0 0.24719,-0.0183 0.13184,-0.0201 0.19959,-0.0568 0.0842,-0.0458 0.13183,-0.11536 0.0494,-0.0714 0.0568,-0.19043 l 0.28382,0 0,2.45727 0.55664,0 0,0.27832 z"
             id="path5031"
             inkscape:connector-curvature="0" />
        </g>
      </g>
      <g
         id="g4483-9-6"
         transform="translate(35,-5.0000084)">
        <path
           style="fill:#8ae234;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
           d="m 150,352.36221 5,0 0,5 -5,0 z"
           id="rect4138-94-0-1"
           inkscape:connector-curvature="0" />
        <g
           transform="translate(0,4.9999963)"
           style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
           id="flowRoot4290-7-70-7">
          <path
             d="m 152.27661,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28564,0.21058 -0.16296,0.0732 -0.34607,0.0732 -0.1593,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17212,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35522,0.009 q 0,-0.36988 -0.12635,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29846,0.0641 -0.15015,0.0641 -0.28748,0.16846 l 0,1.15905 q 0.14649,0.0659 0.25086,0.0897 0.1062,0.0238 0.23987,0.0238 0.28747,0 0.4486,-0.19409 0.16114,-0.19409 0.16114,-0.57495 z"
             id="path5035"
             inkscape:connector-curvature="0" />
          <path
             d="m 154.61487,351.23901 -1.8457,0 0,-0.38269 q 0.19226,-0.16479 0.38452,-0.32959 0.19409,-0.16479 0.36071,-0.32775 0.35157,-0.34058 0.48157,-0.54017 0.13001,-0.20141 0.13001,-0.43396 0,-0.2124 -0.14099,-0.33142 -0.13916,-0.12085 -0.39002,-0.12085 -0.16663,0 -0.36072,0.0586 -0.19409,0.0586 -0.37903,0.17944 l -0.0183,0 0,-0.38452 q 0.13001,-0.0641 0.34607,-0.11719 0.2179,-0.0531 0.42115,-0.0531 0.41931,0 0.65734,0.20325 0.23804,0.20141 0.23804,0.54748 0,0.15564 -0.0403,0.29114 -0.0384,0.13367 -0.11536,0.25452 -0.0714,0.11352 -0.16845,0.22339 -0.0952,0.10986 -0.23255,0.24353 -0.19592,0.19226 -0.40466,0.37353 -0.20874,0.17945 -0.39002,0.33325 l 1.46668,0 0,0.31311 z"
             id="path5037"
             inkscape:connector-curvature="0" />
        </g>
      </g>
      <g
         id="g4511-9-7"
         transform="translate(35,-15.000008)">
        <path
           style="fill:#ad7fa8;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
           d="m 150,367.36221 5,0 0,5 -5,0 z"
           id="rect4138-2-8-7"
           inkscape:connector-curvature="0" />
        <g
           transform="translate(0,19.999996)"
           style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
           id="flowRoot4290-0-6-8">
          <path
             d="m 152.27661,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28564,0.21058 -0.16296,0.0732 -0.34607,0.0732 -0.1593,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17212,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35522,0.009 q 0,-0.36988 -0.12635,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29846,0.0641 -0.15015,0.0641 -0.28748,0.16846 l 0,1.15905 q 0.14649,0.0659 0.25086,0.0897 0.1062,0.0238 0.23987,0.0238 0.28747,0 0.4486,-0.19409 0.16114,-0.19409 0.16114,-0.57495 z"
             id="path5041"
             inkscape:connector-curvature="0" />
          <path
             d="m 154.5929,350.37293 q 0,0.19043 -0.0696,0.36438 -0.0696,0.17395 -0.19043,0.29296 -0.13184,0.12818 -0.31495,0.19776 -0.18127,0.0677 -0.42114,0.0677 -0.22339,0 -0.4303,-0.0476 -0.20691,-0.0458 -0.34973,-0.11169 l 0,-0.38636 0.0256,0 q 0.15014,0.0952 0.35156,0.16297 0.20142,0.0659 0.39551,0.0659 0.13,0 0.25085,-0.0366 0.12268,-0.0366 0.2179,-0.12817 0.0806,-0.0787 0.12085,-0.1886 0.0421,-0.10986 0.0421,-0.25451 0,-0.141 -0.0494,-0.23804 -0.0476,-0.0971 -0.13366,-0.15564 -0.0952,-0.0696 -0.23255,-0.097 -0.1355,-0.0293 -0.30395,-0.0293 -0.16114,0 -0.31128,0.022 -0.14832,0.022 -0.25635,0.0439 l 0,-1.40442 1.64062,0 0,0.32044 -1.28723,0 0,0.7251 q 0.0787,-0.007 0.16114,-0.011 0.0824,-0.004 0.14282,-0.004 0.22156,0 0.38818,0.0385 0.16663,0.0366 0.30579,0.13184 0.14648,0.1007 0.22705,0.26001 0.0806,0.1593 0.0806,0.39917 z"
             id="path5043"
             inkscape:connector-curvature="0" />
        </g>
      </g>
    </g>
    <g
       id="g5823"
       transform="matrix(5,0,0,5,-820,-1609.5042)">
      <g
         id="g4476-8-8"
         transform="translate(45,49.99999)">
        <path
           style="fill:#fce94f;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
           d="m 150,347.36221 5,0 0,5 -5,0 z"
           id="rect4138-6-3"
           inkscape:connector-curvature="0" />
        <g
           style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
           id="flowRoot4290-08-0">
          <path
             d="m 152.27661,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28564,0.21058 -0.16296,0.0732 -0.34607,0.0732 -0.1593,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17212,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35522,0.009 q 0,-0.36988 -0.12635,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29846,0.0641 -0.15015,0.0641 -0.28748,0.16846 l 0,1.15905 q 0.14649,0.0659 0.25086,0.0897 0.1062,0.0238 0.23987,0.0238 0.28747,0 0.4486,-0.19409 0.16114,-0.19409 0.16114,-0.57495 z"
             id="path5011"
             inkscape:connector-curvature="0" />
          <path
             d="m 154.45923,351.23901 -1.47583,0 0,-0.27832 0.56763,0 0,-1.82739 -0.56763,0 0,-0.24902 q 0.11535,0 0.24719,-0.0183 0.13184,-0.0201 0.19959,-0.0568 0.0842,-0.0458 0.13183,-0.11536 0.0494,-0.0714 0.0568,-0.19043 l 0.28382,0 0,2.45727 0.55664,0 0,0.27832 z"
             id="path5013"
             inkscape:connector-curvature="0" />
        </g>
      </g>
      <g
         id="g4503-8-0"
         transform="translate(45,39.99999)">
        <path
           style="fill:#729fcf;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
           d="m 150,362.36221 5,0 0,5 -5,0 z"
           id="rect4138-94-9-0-6"
           inkscape:connector-curvature="0" />
        <g
           id="g4497-4-1">
          <g
             transform="translate(0,14.999986)"
             style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
             id="flowRoot4290-7-0-3-3">
            <path
               d="m 152.27661,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28564,0.21058 -0.16296,0.0732 -0.34607,0.0732 -0.1593,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17212,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35522,0.009 q 0,-0.36988 -0.12635,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29846,0.0641 -0.15015,0.0641 -0.28748,0.16846 l 0,1.15905 q 0.14649,0.0659 0.25086,0.0897 0.1062,0.0238 0.23987,0.0238 0.28747,0 0.4486,-0.19409 0.16114,-0.19409 0.16114,-0.57495 z"
               id="path5017"
               inkscape:connector-curvature="0" />
            <path
               d="m 154.67712,350.4718 -0.40466,0 0,0.76721 -0.35156,0 0,-0.76721 -1.30554,0 0,-0.42114 1.32019,-1.53809 0.33691,0 0,1.66626 0.40466,0 0,0.29297 z m -0.75622,-0.29297 0,-1.23046 -1.05652,1.23046 1.05652,0 z"
               id="path5019"
               inkscape:connector-curvature="0" />
          </g>
        </g>
      </g>
      <g
         id="g4511-0-4"
         transform="translate(45,39.99999)">
        <path
           style="fill:#ad7fa8;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
           d="m 150,367.36221 5,0 0,5 -5,0 z"
           id="rect4138-2-1-8"
           inkscape:connector-curvature="0" />
        <g
           transform="translate(0,19.999996)"
           style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
           id="flowRoot4290-0-1-1">
          <path
             d="m 152.27661,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28564,0.21058 -0.16296,0.0732 -0.34607,0.0732 -0.1593,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17212,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35522,0.009 q 0,-0.36988 -0.12635,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29846,0.0641 -0.15015,0.0641 -0.28748,0.16846 l 0,1.15905 q 0.14649,0.0659 0.25086,0.0897 0.1062,0.0238 0.23987,0.0238 0.28747,0 0.4486,-0.19409 0.16114,-0.19409 0.16114,-0.57495 z"
             id="path5023"
             inkscape:connector-curvature="0" />
          <path
             d="m 154.5929,350.37293 q 0,0.19043 -0.0696,0.36438 -0.0696,0.17395 -0.19043,0.29296 -0.13184,0.12818 -0.31495,0.19776 -0.18127,0.0677 -0.42114,0.0677 -0.22339,0 -0.4303,-0.0476 -0.20691,-0.0458 -0.34973,-0.11169 l 0,-0.38636 0.0256,0 q 0.15014,0.0952 0.35156,0.16297 0.20142,0.0659 0.39551,0.0659 0.13,0 0.25085,-0.0366 0.12268,-0.0366 0.2179,-0.12817 0.0806,-0.0787 0.12085,-0.1886 0.0421,-0.10986 0.0421,-0.25451 0,-0.141 -0.0494,-0.23804 -0.0476,-0.0971 -0.13366,-0.15564 -0.0952,-0.0696 -0.23255,-0.097 -0.1355,-0.0293 -0.30395,-0.0293 -0.16114,0 -0.31128,0.022 -0.14832,0.022 -0.25635,0.0439 l 0,-1.40442 1.64062,0 0,0.32044 -1.28723,0 0,0.7251 q 0.0787,-0.007 0.16114,-0.011 0.0824,-0.004 0.14282,-0.004 0.22156,0 0.38818,0.0385 0.16663,0.0366 0.30579,0.13184 0.14648,0.1007 0.22705,0.26001 0.0806,0.1593 0.0806,0.39917 z"
             id="path5025"
             inkscape:connector-curvature="0" />
        </g>
      </g>
    </g>
    <g
       transform="matrix(5,0,0,5,-920,-1334.5042)"
       id="g5021-6">
      <g
         id="g4490-7-4"
         transform="translate(55,-15.000008)">
        <path
           style="fill:#fcaf3e;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
           d="m 150,357.36221 5,0 0,5 -5,0 z"
           id="rect4138-3-4-9"
           inkscape:connector-curvature="0" />
        <g
           transform="translate(0,9.9999963)"
           style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
           id="flowRoot4290-9-8-7">
          <path
             d="m 152.27661,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28564,0.21058 -0.16296,0.0732 -0.34607,0.0732 -0.1593,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17212,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35522,0.009 q 0,-0.36988 -0.12635,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29846,0.0641 -0.15015,0.0641 -0.28748,0.16846 l 0,1.15905 q 0.14649,0.0659 0.25086,0.0897 0.1062,0.0238 0.23987,0.0238 0.28747,0 0.4486,-0.19409 0.16114,-0.19409 0.16114,-0.57495 z"
             id="path4993"
             inkscape:connector-curvature="0" />
          <path
             d="m 154.375,349.92615 q 0.0879,0.0787 0.14465,0.19775 0.0568,0.11902 0.0568,0.30762 0,0.18677 -0.0678,0.34241 -0.0677,0.15564 -0.19043,0.27099 -0.13733,0.12818 -0.3241,0.19043 -0.18494,0.0604 -0.40649,0.0604 -0.22705,0 -0.44678,-0.0549 -0.21973,-0.0531 -0.36072,-0.11719 l 0,-0.38269 0.0275,0 q 0.15564,0.10254 0.36621,0.17029 0.21057,0.0677 0.40649,0.0677 0.11536,0 0.24536,-0.0385 0.13001,-0.0384 0.21057,-0.11352 0.0842,-0.0806 0.12452,-0.17761 0.0421,-0.0971 0.0421,-0.24537 0,-0.14648 -0.0476,-0.2417 -0.0458,-0.097 -0.12817,-0.15197 -0.0824,-0.0568 -0.19959,-0.0769 -0.11718,-0.022 -0.25268,-0.022 l -0.1648,0 0,-0.30395 0.12818,0 q 0.27832,0 0.44311,-0.11536 0.16663,-0.11719 0.16663,-0.34058 0,-0.0989 -0.0421,-0.17212 -0.0421,-0.0751 -0.11718,-0.12268 -0.0787,-0.0476 -0.16846,-0.0659 -0.0897,-0.0183 -0.20325,-0.0183 -0.17395,0 -0.36987,0.0623 -0.19592,0.0623 -0.36987,0.17578 l -0.0183,0 0,-0.38269 q 0.13,-0.0641 0.34607,-0.11719 0.21789,-0.0549 0.42114,-0.0549 0.19958,0 0.35156,0.0366 0.15198,0.0366 0.27466,0.11719 0.13184,0.0879 0.19958,0.2124 0.0678,0.12451 0.0678,0.29114 0,0.22705 -0.16113,0.39734 -0.1593,0.16846 -0.3772,0.2124 l 0,0.0256 q 0.0879,0.0146 0.20142,0.0623 0.11352,0.0458 0.19226,0.11536 z"
             id="path4995"
             inkscape:connector-curvature="0" />
        </g>
      </g>
      <g
         id="g4503-5-5"
         transform="translate(55,-15.000008)">
        <path
           style="fill:#729fcf;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
           d="m 150,362.36221 5,0 0,5 -5,0 z"
           id="rect4138-94-9-7-5"
           inkscape:connector-curvature="0" />
        <g
           id="g4497-8-2">
          <g
             transform="translate(0,14.999986)"
             style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
             id="flowRoot4290-7-0-38-8">
            <path
               d="m 152.27661,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28564,0.21058 -0.16296,0.0732 -0.34607,0.0732 -0.1593,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17212,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35522,0.009 q 0,-0.36988 -0.12635,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29846,0.0641 -0.15015,0.0641 -0.28748,0.16846 l 0,1.15905 q 0.14649,0.0659 0.25086,0.0897 0.1062,0.0238 0.23987,0.0238 0.28747,0 0.4486,-0.19409 0.16114,-0.19409 0.16114,-0.57495 z"
               id="path4999"
               inkscape:connector-curvature="0" />
            <path
               d="m 154.67712,350.4718 -0.40466,0 0,0.76721 -0.35156,0 0,-0.76721 -1.30554,0 0,-0.42114 1.32019,-1.53809 0.33691,0 0,1.66626 0.40466,0 0,0.29297 z m -0.75622,-0.29297 0,-1.23046 -1.05652,1.23046 1.05652,0 z"
               id="path5001"
               inkscape:connector-curvature="0" />
          </g>
        </g>
      </g>
      <g
         id="g4525-8-5"
         transform="translate(55,-25.000008)">
        <path
           style="fill:#ef2929;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
           d="m 150,377.36221 5,0 0,5 -5,0 z"
           id="rect4138-3-1-3-0"
           inkscape:connector-curvature="0" />
        <g
           transform="translate(0,29.999986)"
           style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
           id="flowRoot4290-9-3-4-3">
          <path
             d="m 152.27661,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28564,0.21058 -0.16296,0.0732 -0.34607,0.0732 -0.1593,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17212,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35522,0.009 q 0,-0.36988 -0.12635,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29846,0.0641 -0.15015,0.0641 -0.28748,0.16846 l 0,1.15905 q 0.14649,0.0659 0.25086,0.0897 0.1062,0.0238 0.23987,0.0238 0.28747,0 0.4486,-0.19409 0.16114,-0.19409 0.16114,-0.57495 z"
             id="path5005"
             inkscape:connector-curvature="0" />
          <path
             d="m 154.62219,348.9209 -1.23413,2.31811 -0.39184,0 1.31286,-2.406 -1.55273,0 0,-0.32044 1.86584,0 0,0.40833 z"
             id="path5007"
             inkscape:connector-curvature="0" />
        </g>
      </g>
    </g>
    <g
       transform="matrix(5,0,0,5,-1070,-1334.5042)"
       id="g5288-4">
      <g
         id="g4490-79-3"
         transform="translate(65,-15.000008)">
        <path
           style="fill:#fcaf3e;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
           d="m 150,357.36221 5,0 0,5 -5,0 z"
           id="rect4138-3-7-0"
           inkscape:connector-curvature="0" />
        <g
           transform="translate(0,9.9999963)"
           style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
           id="flowRoot4290-9-83-3">
          <path
             d="m 152.27661,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28564,0.21058 -0.16296,0.0732 -0.34607,0.0732 -0.1593,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17212,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35522,0.009 q 0,-0.36988 -0.12635,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29846,0.0641 -0.15015,0.0641 -0.28748,0.16846 l 0,1.15905 q 0.14649,0.0659 0.25086,0.0897 0.1062,0.0238 0.23987,0.0238 0.28747,0 0.4486,-0.19409 0.16114,-0.19409 0.16114,-0.57495 z"
             id="path4975"
             inkscape:connector-curvature="0" />
          <path
             d="m 154.375,349.92615 q 0.0879,0.0787 0.14465,0.19775 0.0568,0.11902 0.0568,0.30762 0,0.18677 -0.0678,0.34241 -0.0677,0.15564 -0.19043,0.27099 -0.13733,0.12818 -0.3241,0.19043 -0.18494,0.0604 -0.40649,0.0604 -0.22705,0 -0.44678,-0.0549 -0.21973,-0.0531 -0.36072,-0.11719 l 0,-0.38269 0.0275,0 q 0.15564,0.10254 0.36621,0.17029 0.21057,0.0677 0.40649,0.0677 0.11536,0 0.24536,-0.0385 0.13001,-0.0384 0.21057,-0.11352 0.0842,-0.0806 0.12452,-0.17761 0.0421,-0.0971 0.0421,-0.24537 0,-0.14648 -0.0476,-0.2417 -0.0458,-0.097 -0.12817,-0.15197 -0.0824,-0.0568 -0.19959,-0.0769 -0.11718,-0.022 -0.25268,-0.022 l -0.1648,0 0,-0.30395 0.12818,0 q 0.27832,0 0.44311,-0.11536 0.16663,-0.11719 0.16663,-0.34058 0,-0.0989 -0.0421,-0.17212 -0.0421,-0.0751 -0.11718,-0.12268 -0.0787,-0.0476 -0.16846,-0.0659 -0.0897,-0.0183 -0.20325,-0.0183 -0.17395,0 -0.36987,0.0623 -0.19592,0.0623 -0.36987,0.17578 l -0.0183,0 0,-0.38269 q 0.13,-0.0641 0.34607,-0.11719 0.21789,-0.0549 0.42114,-0.0549 0.19958,0 0.35156,0.0366 0.15198,0.0366 0.27466,0.11719 0.13184,0.0879 0.19958,0.2124 0.0678,0.12451 0.0678,0.29114 0,0.22705 -0.16113,0.39734 -0.1593,0.16846 -0.3772,0.2124 l 0,0.0256 q 0.0879,0.0146 0.20142,0.0623 0.11352,0.0458 0.19226,0.11536 z"
             id="path4977"
             inkscape:connector-curvature="0" />
        </g>
      </g>
      <g
         id="g4518-8-6"
         transform="translate(65,-25.000008)">
        <path
           style="fill:#e9b96e;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
           d="m 150,372.36221 5,0 0,5 -5,0 z"
           id="rect4138-94-4-2-4"
           inkscape:connector-curvature="0" />
        <g
           transform="translate(0,24.999986)"
           style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
           id="flowRoot4290-7-7-0-2">
          <path
             d="m 152.27661,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28564,0.21058 -0.16296,0.0732 -0.34607,0.0732 -0.1593,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17212,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35522,0.009 q 0,-0.36988 -0.12635,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29846,0.0641 -0.15015,0.0641 -0.28748,0.16846 l 0,1.15905 q 0.14649,0.0659 0.25086,0.0897 0.1062,0.0238 0.23987,0.0238 0.28747,0 0.4486,-0.19409 0.16114,-0.19409 0.16114,-0.57495 z"
             id="path4981"
             inkscape:connector-curvature="0" />
          <path
             d="m 154.65515,350.35462 q 0,0.41564 -0.27466,0.67932 -0.27282,0.26184 -0.67016,0.26184 -0.20142,0 -0.36621,-0.0623 -0.1648,-0.0623 -0.29114,-0.18493 -0.15747,-0.15198 -0.24353,-0.40284 -0.0842,-0.25085 -0.0842,-0.60424 0,-0.36255 0.0769,-0.64271 0.0787,-0.28015 0.24903,-0.49804 0.16113,-0.20691 0.41565,-0.32227 0.25451,-0.11719 0.59326,-0.11719 0.10803,0 0.18127,0.009 0.0733,0.009 0.14832,0.033 l 0,0.34973 -0.0183,0 q -0.0513,-0.0275 -0.15564,-0.0513 -0.10254,-0.0256 -0.21057,-0.0256 -0.39368,0 -0.62805,0.24719 -0.23438,0.24536 -0.27283,0.66467 0.15381,-0.0934 0.30212,-0.14099 0.15015,-0.0494 0.34607,-0.0494 0.17395,0 0.30579,0.033 0.13366,0.0311 0.27282,0.12817 0.16114,0.1117 0.2417,0.28199 0.0824,0.17029 0.0824,0.41382 z m -0.3717,0.0146 q 0,-0.17028 -0.0513,-0.28198 -0.0494,-0.11169 -0.1648,-0.19409 -0.0842,-0.0586 -0.18676,-0.0769 -0.10254,-0.0183 -0.21424,-0.0183 -0.15564,0 -0.2893,0.0366 -0.13367,0.0366 -0.27466,0.11352 -0.004,0.0403 -0.005,0.0787 -0.002,0.0366 -0.002,0.0934 0,0.28931 0.0586,0.45776 0.0604,0.16663 0.16479,0.26368 0.0842,0.0806 0.18128,0.11901 0.0989,0.0366 0.21423,0.0366 0.2655,0 0.41748,-0.16114 0.15198,-0.16296 0.15198,-0.46692 z"
             id="path4983"
             inkscape:connector-curvature="0" />
        </g>
      </g>
      <g
         id="g4525-9-8"
         transform="translate(65,-25.000008)">
        <path
           style="fill:#ef2929;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
           d="m 150,377.36221 5,0 0,5 -5,0 z"
           id="rect4138-3-1-0-9"
           inkscape:connector-curvature="0" />
        <g
           transform="translate(0,29.999986)"
           style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
           id="flowRoot4290-9-3-6-9">
          <path
             d="m 152.27661,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28564,0.21058 -0.16296,0.0732 -0.34607,0.0732 -0.1593,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17212,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35522,0.009 q 0,-0.36988 -0.12635,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29846,0.0641 -0.15015,0.0641 -0.28748,0.16846 l 0,1.15905 q 0.14649,0.0659 0.25086,0.0897 0.1062,0.0238 0.23987,0.0238 0.28747,0 0.4486,-0.19409 0.16114,-0.19409 0.16114,-0.57495 z"
             id="path4987"
             inkscape:connector-curvature="0" />
          <path
             d="m 154.62219,348.9209 -1.23413,2.31811 -0.39184,0 1.31286,-2.406 -1.55273,0 0,-0.32044 1.86584,0 0,0.40833 z"
             id="path4989"
             inkscape:connector-curvature="0" />
        </g>
      </g>
    </g>
    <g
       transform="matrix(5,0,0,5,-870,-1334.5042)"
       id="g5267-5">
      <g
         id="g4503-2-8"
         transform="translate(75,-20.000008)">
        <path
           style="fill:#729fcf;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
           d="m 150,362.36221 5,0 0,5 -5,0 z"
           id="rect4138-94-9-83-1"
           inkscape:connector-curvature="0" />
        <g
           id="g4497-2-8">
          <g
             transform="translate(0,14.999986)"
             style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
             id="flowRoot4290-7-0-8-9">
            <path
               d="m 152.27661,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28564,0.21058 -0.16296,0.0732 -0.34607,0.0732 -0.1593,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17212,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35522,0.009 q 0,-0.36988 -0.12635,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29846,0.0641 -0.15015,0.0641 -0.28748,0.16846 l 0,1.15905 q 0.14649,0.0659 0.25086,0.0897 0.1062,0.0238 0.23987,0.0238 0.28747,0 0.4486,-0.19409 0.16114,-0.19409 0.16114,-0.57495 z"
               id="path4957"
               inkscape:connector-curvature="0" />
            <path
               d="m 154.67712,350.4718 -0.40466,0 0,0.76721 -0.35156,0 0,-0.76721 -1.30554,0 0,-0.42114 1.32019,-1.53809 0.33691,0 0,1.66626 0.40466,0 0,0.29297 z m -0.75622,-0.29297 0,-1.23046 -1.05652,1.23046 1.05652,0 z"
               id="path4959"
               inkscape:connector-curvature="0" />
          </g>
        </g>
      </g>
      <g
         id="g4511-96-0"
         transform="translate(75,-20.000008)">
        <path
           style="fill:#ad7fa8;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
           d="m 150,367.36221 5,0 0,5 -5,0 z"
           id="rect4138-2-4-5"
           inkscape:connector-curvature="0" />
        <g
           transform="translate(0,19.999996)"
           style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
           id="flowRoot4290-0-60-2">
          <path
             d="m 152.27661,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28564,0.21058 -0.16296,0.0732 -0.34607,0.0732 -0.1593,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17212,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35522,0.009 q 0,-0.36988 -0.12635,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29846,0.0641 -0.15015,0.0641 -0.28748,0.16846 l 0,1.15905 q 0.14649,0.0659 0.25086,0.0897 0.1062,0.0238 0.23987,0.0238 0.28747,0 0.4486,-0.19409 0.16114,-0.19409 0.16114,-0.57495 z"
             id="path4963"
             inkscape:connector-curvature="0" />
          <path
             d="m 154.5929,350.37293 q 0,0.19043 -0.0696,0.36438 -0.0696,0.17395 -0.19043,0.29296 -0.13184,0.12818 -0.31495,0.19776 -0.18127,0.0677 -0.42114,0.0677 -0.22339,0 -0.4303,-0.0476 -0.20691,-0.0458 -0.34973,-0.11169 l 0,-0.38636 0.0256,0 q 0.15014,0.0952 0.35156,0.16297 0.20142,0.0659 0.39551,0.0659 0.13,0 0.25085,-0.0366 0.12268,-0.0366 0.2179,-0.12817 0.0806,-0.0787 0.12085,-0.1886 0.0421,-0.10986 0.0421,-0.25451 0,-0.141 -0.0494,-0.23804 -0.0476,-0.0971 -0.13366,-0.15564 -0.0952,-0.0696 -0.23255,-0.097 -0.1355,-0.0293 -0.30395,-0.0293 -0.16114,0 -0.31128,0.022 -0.14832,0.022 -0.25635,0.0439 l 0,-1.40442 1.64062,0 0,0.32044 -1.28723,0 0,0.7251 q 0.0787,-0.007 0.16114,-0.011 0.0824,-0.004 0.14282,-0.004 0.22156,0 0.38818,0.0385 0.16663,0.0366 0.30579,0.13184 0.14648,0.1007 0.22705,0.26001 0.0806,0.1593 0.0806,0.39917 z"
             id="path4965"
             inkscape:connector-curvature="0" />
        </g>
      </g>
      <g
         id="g4532-4-1"
         transform="translate(75,-30.000008)">
        <path
           style="fill:#d3d7cf;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
           d="m 150,382.36221 5,0 0,5 -5,0 z"
           id="rect4138-94-9-1-9-4"
           inkscape:connector-curvature="0" />
        <g
           transform="translate(0,34.999976)"
           style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
           id="flowRoot4290-7-0-6-0-9">
          <path
             d="m 152.27661,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28564,0.21058 -0.16296,0.0732 -0.34607,0.0732 -0.1593,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17212,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35522,0.009 q 0,-0.36988 -0.12635,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29846,0.0641 -0.15015,0.0641 -0.28748,0.16846 l 0,1.15905 q 0.14649,0.0659 0.25086,0.0897 0.1062,0.0238 0.23987,0.0238 0.28747,0 0.4486,-0.19409 0.16114,-0.19409 0.16114,-0.57495 z"
             id="path4969"
             inkscape:connector-curvature="0" />
          <path
             d="m 154.63501,350.47913 q 0,0.35339 -0.27649,0.58777 -0.27466,0.23437 -0.69214,0.23437 -0.44311,0 -0.70679,-0.22888 -0.26184,-0.22888 -0.26184,-0.58594 0,-0.22705 0.13184,-0.41015 0.13184,-0.18494 0.3717,-0.29297 l 0,-0.011 q -0.21972,-0.11719 -0.32592,-0.25635 -0.10437,-0.13916 -0.10437,-0.3479 0,-0.30762 0.25268,-0.51269 0.25269,-0.20508 0.6427,-0.20508 0.40833,0 0.65186,0.19592 0.24353,0.19592 0.24353,0.49805 0,0.18493 -0.11536,0.36438 -0.11536,0.17761 -0.33874,0.27832 l 0,0.011 q 0.25634,0.10987 0.39184,0.271 0.1355,0.16113 0.1355,0.41016 z m -0.43396,-1.33118 q 0,-0.19592 -0.15198,-0.31128 -0.15014,-0.11719 -0.38452,-0.11719 -0.23071,0 -0.37903,0.10987 -0.14648,0.10986 -0.14648,0.29663 0,0.13183 0.0732,0.22888 0.0751,0.0952 0.22522,0.17029 0.0677,0.033 0.19409,0.0861 0.12818,0.0531 0.24903,0.0879 0.18127,-0.12085 0.25085,-0.25086 0.0696,-0.13 0.0696,-0.30029 z m 0.0568,1.36597 q 0,-0.16846 -0.0751,-0.26917 -0.0732,-0.10254 -0.28931,-0.20508 -0.0861,-0.0403 -0.1886,-0.0751 -0.10254,-0.0348 -0.27282,-0.0971 -0.1648,0.0897 -0.26551,0.24354 -0.0989,0.1538 -0.0989,0.3479 0,0.24719 0.17029,0.40832 0.17028,0.16113 0.43212,0.16113 0.26734,0 0.42664,-0.13733 0.16113,-0.13732 0.16113,-0.37719 z"
             id="path4971"
             inkscape:connector-curvature="0" />
        </g>
      </g>
    </g>
    <g
       transform="matrix(5,0,0,5,-870,-1334.5042)"
       id="g5246-7">
      <g
         id="g4503-82-0"
         transform="translate(85,-20.000008)">
        <path
           style="fill:#729fcf;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
           d="m 150,362.36221 5,0 0,5 -5,0 z"
           id="rect4138-94-9-81-0"
           inkscape:connector-curvature="0" />
        <g
           id="g4497-5-0">
          <g
             transform="translate(0,14.999986)"
             style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
             id="flowRoot4290-7-0-86-3">
            <path
               d="m 152.27661,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28564,0.21058 -0.16296,0.0732 -0.34607,0.0732 -0.1593,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17212,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35522,0.009 q 0,-0.36988 -0.12635,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29846,0.0641 -0.15015,0.0641 -0.28748,0.16846 l 0,1.15905 q 0.14649,0.0659 0.25086,0.0897 0.1062,0.0238 0.23987,0.0238 0.28747,0 0.4486,-0.19409 0.16114,-0.19409 0.16114,-0.57495 z"
               id="path4939"
               inkscape:connector-curvature="0" />
            <path
               d="m 154.67712,350.4718 -0.40466,0 0,0.76721 -0.35156,0 0,-0.76721 -1.30554,0 0,-0.42114 1.32019,-1.53809 0.33691,0 0,1.66626 0.40466,0 0,0.29297 z m -0.75622,-0.29297 0,-1.23046 -1.05652,1.23046 1.05652,0 z"
               id="path4941"
               inkscape:connector-curvature="0" />
          </g>
        </g>
      </g>
      <g
         id="g4525-84-9"
         transform="translate(85,-30.000008)">
        <path
           style="fill:#ef2929;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
           d="m 150,377.36221 5,0 0,5 -5,0 z"
           id="rect4138-3-1-2-3"
           inkscape:connector-curvature="0" />
        <g
           transform="translate(0,29.999986)"
           style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
           id="flowRoot4290-9-3-44-3">
          <path
             d="m 152.27661,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28564,0.21058 -0.16296,0.0732 -0.34607,0.0732 -0.1593,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17212,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35522,0.009 q 0,-0.36988 -0.12635,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29846,0.0641 -0.15015,0.0641 -0.28748,0.16846 l 0,1.15905 q 0.14649,0.0659 0.25086,0.0897 0.1062,0.0238 0.23987,0.0238 0.28747,0 0.4486,-0.19409 0.16114,-0.19409 0.16114,-0.57495 z"
             id="path4945"
             inkscape:connector-curvature="0" />
          <path
             d="m 154.62219,348.9209 -1.23413,2.31811 -0.39184,0 1.31286,-2.406 -1.55273,0 0,-0.32044 1.86584,0 0,0.40833 z"
             id="path4947"
             inkscape:connector-curvature="0" />
        </g>
      </g>
      <g
         id="g4532-9-7"
         transform="translate(85,-30.000018)">
        <path
           style="fill:#d3d7cf;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
           d="m 150,382.36221 5,0 0,5 -5,0 z"
           id="rect4138-94-9-1-0-6"
           inkscape:connector-curvature="0" />
        <g
           transform="translate(0,34.999976)"
           style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
           id="flowRoot4290-7-0-6-1-3">
          <path
             d="m 152.27661,350.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28564,0.21058 -0.16296,0.0732 -0.34607,0.0732 -0.1593,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17212,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35522,0.009 q 0,-0.36988 -0.12635,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29846,0.0641 -0.15015,0.0641 -0.28748,0.16846 l 0,1.15905 q 0.14649,0.0659 0.25086,0.0897 0.1062,0.0238 0.23987,0.0238 0.28747,0 0.4486,-0.19409 0.16114,-0.19409 0.16114,-0.57495 z"
             id="path4951"
             inkscape:connector-curvature="0" />
          <path
             d="m 154.63501,350.47913 q 0,0.35339 -0.27649,0.58777 -0.27466,0.23437 -0.69214,0.23437 -0.44311,0 -0.70679,-0.22888 -0.26184,-0.22888 -0.26184,-0.58594 0,-0.22705 0.13184,-0.41015 0.13184,-0.18494 0.3717,-0.29297 l 0,-0.011 q -0.21972,-0.11719 -0.32592,-0.25635 -0.10437,-0.13916 -0.10437,-0.3479 0,-0.30762 0.25268,-0.51269 0.25269,-0.20508 0.6427,-0.20508 0.40833,0 0.65186,0.19592 0.24353,0.19592 0.24353,0.49805 0,0.18493 -0.11536,0.36438 -0.11536,0.17761 -0.33874,0.27832 l 0,0.011 q 0.25634,0.10987 0.39184,0.271 0.1355,0.16113 0.1355,0.41016 z m -0.43396,-1.33118 q 0,-0.19592 -0.15198,-0.31128 -0.15014,-0.11719 -0.38452,-0.11719 -0.23071,0 -0.37903,0.10987 -0.14648,0.10986 -0.14648,0.29663 0,0.13183 0.0732,0.22888 0.0751,0.0952 0.22522,0.17029 0.0677,0.033 0.19409,0.0861 0.12818,0.0531 0.24903,0.0879 0.18127,-0.12085 0.25085,-0.25086 0.0696,-0.13 0.0696,-0.30029 z m 0.0568,1.36597 q 0,-0.16846 -0.0751,-0.26917 -0.0732,-0.10254 -0.28931,-0.20508 -0.0861,-0.0403 -0.1886,-0.0751 -0.10254,-0.0348 -0.27282,-0.0971 -0.1648,0.0897 -0.26551,0.24354 -0.0989,0.1538 -0.0989,0.3479 0,0.24719 0.17029,0.40832 0.17028,0.16113 0.43212,0.16113 0.26734,0 0.42664,-0.13733 0.16113,-0.13732 0.16113,-0.37719 z"
             id="path4953"
             inkscape:connector-curvature="0" />
        </g>
      </g>
    </g>
    <g
       transform="matrix(5,0,0,5,-870,-1609.5042)"
       style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:start;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       id="flowRoot5928">
      <path
         d="m 166.32751,364.23901 -1.07666,0 0,-0.27832 0.35706,0 0,-2.1698 -0.35706,0 0,-0.27832 1.07666,0 0,0.27832 -0.35705,0 0,2.1698 0.35705,0 0,0.27832 z"
         id="path4911"
         inkscape:connector-curvature="0" />
      <path
         d="m 168.63098,364.23901 -0.34424,0 0,-1.16455 q 0,-0.14099 -0.0165,-0.26367 -0.0165,-0.12451 -0.0604,-0.19409 -0.0458,-0.0769 -0.13184,-0.11352 -0.0861,-0.0385 -0.22339,-0.0385 -0.14099,0 -0.2948,0.0696 -0.1538,0.0696 -0.2948,0.17762 l 0,1.52709 -0.34423,0 0,-2.04528 0.34423,0 0,0.22705 q 0.16114,-0.13367 0.33326,-0.20874 0.17212,-0.0751 0.35339,-0.0751 0.33142,0 0.50537,0.19959 0.17395,0.19958 0.17395,0.57495 l 0,1.32751 z"
         id="path4913"
         inkscape:connector-curvature="0" />
      <path
         d="m 171.09375,363.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28564,0.21058 -0.16297,0.0732 -0.34607,0.0732 -0.1593,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17212,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35522,0.009 q 0,-0.36988 -0.12635,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29846,0.0641 -0.15015,0.0641 -0.28748,0.16846 l 0,1.15905 q 0.14649,0.0659 0.25086,0.0897 0.1062,0.0238 0.23986,0.0238 0.28748,0 0.44861,-0.19409 0.16114,-0.19409 0.16114,-0.57495 z"
         id="path4915"
         inkscape:connector-curvature="0" />
      <path
         d="m 173.32581,364.23901 -0.34424,0 0,-0.22705 q -0.17395,0.13733 -0.33325,0.21058 -0.15931,0.0732 -0.35157,0.0732 -0.32226,0 -0.50171,-0.19593 -0.17944,-0.19775 -0.17944,-0.57861 l 0,-1.32751 0.34424,0 0,1.16455 q 0,0.15564 0.0146,0.26733 0.0146,0.10986 0.0623,0.1886 0.0494,0.0806 0.12818,0.11719 0.0787,0.0366 0.22888,0.0366 0.13367,0 0.29114,-0.0696 0.1593,-0.0696 0.29663,-0.17761 l 0,-1.5271 0.34424,0 0,2.04528 z"
         id="path4917"
         inkscape:connector-curvature="0" />
      <path
         d="m 175.06531,364.2207 q -0.0971,0.0256 -0.2124,0.0421 -0.11353,0.0165 -0.20325,0.0165 -0.31311,0 -0.47608,-0.16846 -0.16296,-0.16846 -0.16296,-0.54016 l 0,-1.08765 -0.23254,0 0,-0.2893 0.23254,0 0,-0.58777 0.34424,0 0,0.58777 0.71045,0 0,0.2893 -0.71045,0 0,0.93201 q 0,0.16113 0.007,0.25269 0.007,0.0897 0.0513,0.16845 0.0403,0.0732 0.10987,0.10804 0.0714,0.033 0.21606,0.033 0.0842,0 0.17578,-0.0238 0.0916,-0.0256 0.13184,-0.0421 l 0.0183,0 0,0.30944 z"
         id="path4919"
         inkscape:connector-curvature="0" />
      <path
         d="m 177.86316,364.2207 q -0.097,0.0256 -0.2124,0.0421 -0.11353,0.0165 -0.20325,0.0165 -0.31311,0 -0.47607,-0.16846 -0.16297,-0.16846 -0.16297,-0.54016 l 0,-1.08765 -0.23254,0 0,-0.2893 0.23254,0 0,-0.58777 0.34424,0 0,0.58777 0.71045,0 0,0.2893 -0.71045,0 0,0.93201 q 0,0.16113 0.007,0.25269 0.007,0.0897 0.0513,0.16845 0.0403,0.0732 0.10987,0.10804 0.0714,0.033 0.21606,0.033 0.0842,0 0.17578,-0.0238 0.0916,-0.0256 0.13184,-0.0421 l 0.0183,0 0,0.30944 z"
         id="path4921"
         inkscape:connector-curvature="0" />
      <path
         d="m 179.55688,362.56909 -0.0183,0 q -0.0769,-0.0183 -0.15014,-0.0256 -0.0714,-0.009 -0.17029,-0.009 -0.1593,0 -0.30762,0.0714 -0.14831,0.0696 -0.28564,0.18128 l 0,1.45202 -0.34424,0 0,-2.04528 0.34424,0 0,0.30212 q 0.20508,-0.16479 0.36072,-0.23254 0.15747,-0.0696 0.32043,-0.0696 0.0897,0 0.13001,0.005 0.0403,0.004 0.12084,0.0165 l 0,0.35339 z"
         id="path4923"
         inkscape:connector-curvature="0" />
      <path
         d="m 180.25452,361.85132 -0.38819,0 0,-0.35706 0.38819,0 0,0.35706 z m -0.022,2.38769 -0.34423,0 0,-2.04528 0.34423,0 0,2.04528 z"
         id="path4925"
         inkscape:connector-curvature="0" />
      <path
         d="m 182.70264,363.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28564,0.21058 -0.16297,0.0732 -0.34607,0.0732 -0.15931,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17211,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35523,0.009 q 0,-0.36988 -0.12634,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29847,0.0641 -0.15014,0.0641 -0.28747,0.16846 l 0,1.15905 q 0.14648,0.0659 0.25085,0.0897 0.1062,0.0238 0.23987,0.0238 0.28748,0 0.44861,-0.19409 0.16113,-0.19409 0.16113,-0.57495 z"
         id="path4927"
         inkscape:connector-curvature="0" />
      <path
         d="m 183.58704,364.23901 -0.34424,0 0,-2.84912 0.34424,0 0,2.84912 z"
         id="path4929"
         inkscape:connector-curvature="0" />
      <path
         d="m 185.96924,363.25208 -1.50696,0 q 0,0.1886 0.0568,0.32959 0.0568,0.13916 0.15564,0.22888 0.0952,0.0879 0.22522,0.13183 0.13184,0.0439 0.28931,0.0439 0.20874,0 0.41931,-0.0824 0.2124,-0.0842 0.30212,-0.16479 l 0.0183,0 0,0.37536 q -0.17396,0.0732 -0.35523,0.12268 -0.18127,0.0494 -0.38086,0.0494 -0.50903,0 -0.79468,-0.27466 -0.28564,-0.27649 -0.28564,-0.78369 0,-0.50171 0.27283,-0.79651 0.27465,-0.2948 0.72143,-0.2948 0.41382,0 0.63721,0.2417 0.22522,0.2417 0.22522,0.68665 l 0,0.18677 z m -0.33508,-0.26368 q -0.002,-0.27099 -0.13733,-0.41931 -0.13367,-0.14831 -0.40833,-0.14831 -0.27649,0 -0.44128,0.16296 -0.16297,0.16297 -0.18494,0.40466 l 1.17188,0 z"
         id="path4931"
         inkscape:connector-curvature="0" />
      <path
         d="m 187.5531,364.2207 q -0.097,0.0256 -0.2124,0.0421 -0.11353,0.0165 -0.20325,0.0165 -0.31311,0 -0.47607,-0.16846 -0.16297,-0.16846 -0.16297,-0.54016 l 0,-1.08765 -0.23254,0 0,-0.2893 0.23254,0 0,-0.58777 0.34424,0 0,0.58777 0.71045,0 0,0.2893 -0.71045,0 0,0.93201 q 0,0.16113 0.007,0.25269 0.007,0.0897 0.0513,0.16845 0.0403,0.0732 0.10986,0.10804 0.0714,0.033 0.21606,0.033 0.0842,0 0.17578,-0.0238 0.0916,-0.0256 0.13184,-0.0421 l 0.0183,0 0,0.30944 z"
         id="path4933"
         inkscape:connector-curvature="0" />
      <path
         d="m 189.43176,363.64942 q 0,0.28015 -0.23254,0.45959 -0.23071,0.17944 -0.63172,0.17944 -0.22705,0 -0.41748,-0.0531 -0.18859,-0.0549 -0.31677,-0.11902 l 0,-0.38635 0.0183,0 q 0.16297,0.12268 0.36255,0.19592 0.19959,0.0714 0.38269,0.0714 0.22705,0 0.35523,-0.0733 0.12817,-0.0732 0.12817,-0.23071 0,-0.12085 -0.0696,-0.1831 -0.0696,-0.0623 -0.26733,-0.10621 -0.0733,-0.0165 -0.19226,-0.0385 -0.11719,-0.022 -0.21424,-0.0476 -0.26916,-0.0714 -0.38269,-0.20874 -0.11169,-0.13916 -0.11169,-0.34057 0,-0.12634 0.0513,-0.23804 0.0531,-0.11169 0.1593,-0.19958 0.10254,-0.0861 0.26001,-0.1355 0.1593,-0.0513 0.35522,-0.0513 0.18311,0 0.36988,0.0458 0.18859,0.0439 0.31311,0.10804 l 0,0.36804 -0.0183,0 q -0.13184,-0.097 -0.32044,-0.16296 -0.1886,-0.0677 -0.36987,-0.0677 -0.1886,0 -0.31861,0.0732 -0.13,0.0714 -0.13,0.21423 0,0.12634 0.0787,0.19043 0.0769,0.0641 0.24902,0.10437 0.0952,0.022 0.2124,0.0439 0.11902,0.022 0.19775,0.0403 0.23987,0.0549 0.36988,0.1886 0.13,0.1355 0.13,0.35889 z"
         id="path4935"
         inkscape:connector-curvature="0" />
    </g>
    <g
       transform="matrix(5,0,0,5,-870,-1483.8882)"
       style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:start;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       id="flowRoot5928-7">
      <path
         d="m 167.39868,361.82568 q 0.16663,0.18311 0.25452,0.44861 0.0897,0.26551 0.0897,0.60242 0,0.33691 -0.0916,0.60425 -0.0897,0.2655 -0.25269,0.44311 -0.16846,0.18494 -0.39917,0.27832 -0.22888,0.0934 -0.52368,0.0934 -0.28748,0 -0.52368,-0.0952 -0.23438,-0.0952 -0.39917,-0.27649 -0.1648,-0.18127 -0.25452,-0.44494 -0.0879,-0.26367 -0.0879,-0.60242 0,-0.33325 0.0879,-0.59692 0.0879,-0.26551 0.25635,-0.45411 0.16113,-0.17944 0.39917,-0.27465 0.23987,-0.0952 0.52185,-0.0952 0.29297,0 0.52551,0.0971 0.23438,0.0952 0.39734,0.27282 z m -0.033,1.05103 q 0,-0.53101 -0.23803,-0.81848 -0.23804,-0.28931 -0.65003,-0.28931 -0.41565,0 -0.65369,0.28931 -0.2362,0.28747 -0.2362,0.81848 0,0.5365 0.2417,0.82214 0.2417,0.28382 0.64819,0.28382 0.4065,0 0.64636,-0.28382 0.2417,-0.28564 0.2417,-0.82214 z"
         id="path4866"
         inkscape:connector-curvature="0" />
      <path
         d="m 169.98596,364.23901 -0.34424,0 0,-0.22705 q -0.17395,0.13733 -0.33325,0.21058 -0.1593,0.0732 -0.35156,0.0732 -0.32227,0 -0.50171,-0.19593 -0.17944,-0.19775 -0.17944,-0.57861 l 0,-1.32751 0.34424,0 0,1.16455 q 0,0.15564 0.0146,0.26733 0.0147,0.10986 0.0623,0.1886 0.0494,0.0806 0.12817,0.11719 0.0787,0.0366 0.22889,0.0366 0.13366,0 0.29113,-0.0696 0.1593,-0.0696 0.29663,-0.17761 l 0,-1.5271 0.34424,0 0,2.04528 z"
         id="path4868"
         inkscape:connector-curvature="0" />
      <path
         d="m 171.72546,364.2207 q -0.097,0.0256 -0.2124,0.0421 -0.11352,0.0165 -0.20325,0.0165 -0.31311,0 -0.47607,-0.16846 -0.16296,-0.16846 -0.16296,-0.54016 l 0,-1.08765 -0.23255,0 0,-0.2893 0.23255,0 0,-0.58777 0.34423,0 0,0.58777 0.71045,0 0,0.2893 -0.71045,0 0,0.93201 q 0,0.16113 0.007,0.25269 0.007,0.0897 0.0513,0.16845 0.0403,0.0732 0.10986,0.10804 0.0714,0.033 0.21607,0.033 0.0842,0 0.17578,-0.0238 0.0915,-0.0256 0.13183,-0.0421 l 0.0183,0 0,0.30944 z"
         id="path4870"
         inkscape:connector-curvature="0" />
      <path
         d="m 173.94287,363.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28564,0.21058 -0.16296,0.0732 -0.34607,0.0732 -0.1593,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17212,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35522,0.009 q 0,-0.36988 -0.12635,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29846,0.0641 -0.15015,0.0641 -0.28748,0.16846 l 0,1.15905 q 0.14649,0.0659 0.25086,0.0897 0.1062,0.0238 0.23987,0.0238 0.28747,0 0.4486,-0.19409 0.16114,-0.19409 0.16114,-0.57495 z"
         id="path4872"
         inkscape:connector-curvature="0" />
      <path
         d="m 176.17493,364.23901 -0.34424,0 0,-0.22705 q -0.17395,0.13733 -0.33325,0.21058 -0.15931,0.0732 -0.35157,0.0732 -0.32226,0 -0.5017,-0.19593 -0.17945,-0.19775 -0.17945,-0.57861 l 0,-1.32751 0.34424,0 0,1.16455 q 0,0.15564 0.0146,0.26733 0.0146,0.10986 0.0623,0.1886 0.0494,0.0806 0.12818,0.11719 0.0787,0.0366 0.22888,0.0366 0.13367,0 0.29114,-0.0696 0.1593,-0.0696 0.29663,-0.17761 l 0,-1.5271 0.34424,0 0,2.04528 z"
         id="path4874"
         inkscape:connector-curvature="0" />
      <path
         d="m 177.91443,364.2207 q -0.097,0.0256 -0.2124,0.0421 -0.11353,0.0165 -0.20325,0.0165 -0.31311,0 -0.47607,-0.16846 -0.16297,-0.16846 -0.16297,-0.54016 l 0,-1.08765 -0.23254,0 0,-0.2893 0.23254,0 0,-0.58777 0.34424,0 0,0.58777 0.71045,0 0,0.2893 -0.71045,0 0,0.93201 q 0,0.16113 0.007,0.25269 0.007,0.0897 0.0513,0.16845 0.0403,0.0732 0.10987,0.10804 0.0714,0.033 0.21606,0.033 0.0842,0 0.17578,-0.0238 0.0915,-0.0256 0.13184,-0.0421 l 0.0183,0 0,0.30944 z"
         id="path4876"
         inkscape:connector-curvature="0" />
      <path
         d="m 180.71228,364.2207 q -0.097,0.0256 -0.2124,0.0421 -0.11353,0.0165 -0.20325,0.0165 -0.31311,0 -0.47607,-0.16846 -0.16297,-0.16846 -0.16297,-0.54016 l 0,-1.08765 -0.23254,0 0,-0.2893 0.23254,0 0,-0.58777 0.34424,0 0,0.58777 0.71045,0 0,0.2893 -0.71045,0 0,0.93201 q 0,0.16113 0.007,0.25269 0.007,0.0897 0.0513,0.16845 0.0403,0.0732 0.10987,0.10804 0.0714,0.033 0.21606,0.033 0.0842,0 0.17578,-0.0238 0.0916,-0.0256 0.13184,-0.0421 l 0.0183,0 0,0.30944 z"
         id="path4878"
         inkscape:connector-curvature="0" />
      <path
         d="m 182.40601,362.56909 -0.0183,0 q -0.0769,-0.0183 -0.15015,-0.0256 -0.0714,-0.009 -0.17029,-0.009 -0.1593,0 -0.30762,0.0714 -0.14831,0.0696 -0.28564,0.18128 l 0,1.45202 -0.34424,0 0,-2.04528 0.34424,0 0,0.30212 q 0.20508,-0.16479 0.36072,-0.23254 0.15747,-0.0696 0.32043,-0.0696 0.0897,0 0.13001,0.005 0.0403,0.004 0.12085,0.0165 l 0,0.35339 z"
         id="path4880"
         inkscape:connector-curvature="0" />
      <path
         d="m 183.10364,361.85132 -0.38819,0 0,-0.35706 0.38819,0 0,0.35706 z m -0.022,2.38769 -0.34424,0 0,-2.04528 0.34424,0 0,2.04528 z"
         id="path4882"
         inkscape:connector-curvature="0" />
      <path
         d="m 185.55176,363.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28564,0.21058 -0.16297,0.0732 -0.34607,0.0732 -0.1593,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17212,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35523,0.009 q 0,-0.36988 -0.12634,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29847,0.0641 -0.15014,0.0641 -0.28747,0.16846 l 0,1.15905 q 0.14648,0.0659 0.25085,0.0897 0.1062,0.0238 0.23987,0.0238 0.28748,0 0.44861,-0.19409 0.16113,-0.19409 0.16113,-0.57495 z"
         id="path4884"
         inkscape:connector-curvature="0" />
      <path
         d="m 186.43616,364.23901 -0.34424,0 0,-2.84912 0.34424,0 0,2.84912 z"
         id="path4886"
         inkscape:connector-curvature="0" />
      <path
         d="m 188.81836,363.25208 -1.50696,0 q 0,0.1886 0.0568,0.32959 0.0568,0.13916 0.15564,0.22888 0.0952,0.0879 0.22522,0.13183 0.13184,0.0439 0.28931,0.0439 0.20874,0 0.41931,-0.0824 0.2124,-0.0842 0.30213,-0.16479 l 0.0183,0 0,0.37536 q -0.17395,0.0732 -0.35523,0.12268 -0.18127,0.0494 -0.38086,0.0494 -0.50903,0 -0.79468,-0.27466 -0.28564,-0.27649 -0.28564,-0.78369 0,-0.50171 0.27283,-0.79651 0.27466,-0.2948 0.72143,-0.2948 0.41382,0 0.63721,0.2417 0.22522,0.2417 0.22522,0.68665 l 0,0.18677 z m -0.33508,-0.26368 q -0.002,-0.27099 -0.13733,-0.41931 -0.13367,-0.14831 -0.40833,-0.14831 -0.27649,0 -0.44128,0.16296 -0.16297,0.16297 -0.18494,0.40466 l 1.17188,0 z"
         id="path4888"
         inkscape:connector-curvature="0" />
      <path
         d="m 190.40222,364.2207 q -0.097,0.0256 -0.2124,0.0421 -0.11353,0.0165 -0.20325,0.0165 -0.31311,0 -0.47607,-0.16846 -0.16297,-0.16846 -0.16297,-0.54016 l 0,-1.08765 -0.23254,0 0,-0.2893 0.23254,0 0,-0.58777 0.34424,0 0,0.58777 0.71045,0 0,0.2893 -0.71045,0 0,0.93201 q 0,0.16113 0.007,0.25269 0.007,0.0897 0.0513,0.16845 0.0403,0.0732 0.10986,0.10804 0.0714,0.033 0.21606,0.033 0.0842,0 0.17579,-0.0238 0.0915,-0.0256 0.13183,-0.0421 l 0.0183,0 0,0.30944 z"
         id="path4890"
         inkscape:connector-curvature="0" />
      <path
         d="m 192.28088,363.64942 q 0,0.28015 -0.23254,0.45959 -0.23071,0.17944 -0.63171,0.17944 -0.22705,0 -0.41748,-0.0531 -0.1886,-0.0549 -0.31678,-0.11902 l 0,-0.38635 0.0183,0 q 0.16297,0.12268 0.36255,0.19592 0.19959,0.0714 0.38269,0.0714 0.22705,0 0.35523,-0.0733 0.12817,-0.0732 0.12817,-0.23071 0,-0.12085 -0.0696,-0.1831 -0.0696,-0.0623 -0.26733,-0.10621 -0.0732,-0.0165 -0.19226,-0.0385 -0.11719,-0.022 -0.21424,-0.0476 -0.26916,-0.0714 -0.38269,-0.20874 -0.11169,-0.13916 -0.11169,-0.34057 0,-0.12634 0.0513,-0.23804 0.0531,-0.11169 0.1593,-0.19958 0.10254,-0.0861 0.26001,-0.1355 0.1593,-0.0513 0.35522,-0.0513 0.18311,0 0.36988,0.0458 0.1886,0.0439 0.31311,0.10804 l 0,0.36804 -0.0183,0 q -0.13184,-0.097 -0.32044,-0.16296 -0.1886,-0.0677 -0.36987,-0.0677 -0.1886,0 -0.3186,0.0732 -0.13001,0.0714 -0.13001,0.21423 0,0.12634 0.0787,0.19043 0.0769,0.0641 0.24902,0.10437 0.0952,0.022 0.2124,0.0439 0.11902,0.022 0.19776,0.0403 0.23986,0.0549 0.36987,0.1886 0.13,0.1355 0.13,0.35889 z"
         id="path4892"
         inkscape:connector-curvature="0" />
      <path
         d="m 196.43921,363.19165 -0.99793,0 0,0.99793 -0.30395,0 0,-0.99793 -0.99793,0 0,-0.29297 0.99793,0 0,-0.99792 0.30395,0 0,0.99792 0.99793,0 0,0.29297 z"
         id="path4894"
         inkscape:connector-curvature="0" />
      <path
         d="m 200.28076,363.20081 q 0,0.25634 -0.0732,0.46142 -0.0714,0.20508 -0.19409,0.34424 -0.13001,0.14465 -0.28565,0.2179 -0.15564,0.0714 -0.3424,0.0714 -0.17395,0 -0.30396,-0.0421 -0.13,-0.0403 -0.25635,-0.10986 l -0.022,0.0952 -0.32227,0 0,-2.84912 0.34424,0 0,1.01807 q 0.14466,-0.11902 0.30762,-0.19409 0.16296,-0.0769 0.36621,-0.0769 0.36255,0 0.57129,0.27832 0.21057,0.27832 0.21057,0.78553 z m -0.35522,0.009 q 0,-0.36621 -0.12085,-0.55481 -0.12085,-0.19043 -0.39002,-0.19043 -0.15014,0 -0.30395,0.0659 -0.15381,0.0641 -0.28565,0.16663 l 0,1.17187 q 0.14649,0.0659 0.25086,0.0915 0.1062,0.0256 0.23987,0.0256 0.28564,0 0.44677,-0.18677 0.16297,-0.1886 0.16297,-0.5896 z"
         id="path4896"
         inkscape:connector-curvature="0" />
      <path
         d="m 202.40662,364.23901 -0.34241,0 0,-0.21789 q -0.0458,0.0311 -0.12451,0.0879 -0.0769,0.0549 -0.15015,0.0879 -0.0861,0.0421 -0.19775,0.0696 -0.1117,0.0293 -0.26184,0.0293 -0.27649,0 -0.46875,-0.18311 -0.19226,-0.1831 -0.19226,-0.46692 0,-0.23254 0.0989,-0.37536 0.10071,-0.14466 0.28565,-0.22705 0.18676,-0.0824 0.44861,-0.1117 0.26184,-0.0293 0.56213,-0.0439 l 0,-0.0531 q 0,-0.11719 -0.0421,-0.1941 -0.0403,-0.0769 -0.11718,-0.12085 -0.0732,-0.0421 -0.17578,-0.0568 -0.10254,-0.0147 -0.21424,-0.0147 -0.1355,0 -0.30212,0.0366 -0.16663,0.0348 -0.34424,0.10254 l -0.0183,0 0,-0.34973 q 0.10071,-0.0275 0.29114,-0.0604 0.19043,-0.033 0.37536,-0.033 0.21607,0 0.37537,0.0366 0.16113,0.0348 0.27832,0.12085 0.11536,0.0842 0.17578,0.21789 0.0604,0.13367 0.0604,0.33143 l 0,1.38793 z m -0.34241,-0.50354 0,-0.56945 q -0.15747,0.009 -0.37171,0.0275 -0.2124,0.0183 -0.33691,0.0531 -0.14831,0.0421 -0.23987,0.13184 -0.0916,0.0879 -0.0916,0.24353 0,0.17578 0.1062,0.2655 0.1062,0.0879 0.3241,0.0879 0.18127,0 0.33142,-0.0696 0.15015,-0.0714 0.27832,-0.17029 z"
         id="path4898"
         inkscape:connector-curvature="0" />
      <path
         d="m 204.13513,364.2207 q -0.097,0.0256 -0.2124,0.0421 -0.11353,0.0165 -0.20325,0.0165 -0.31311,0 -0.47607,-0.16846 -0.16297,-0.16846 -0.16297,-0.54016 l 0,-1.08765 -0.23254,0 0,-0.2893 0.23254,0 0,-0.58777 0.34424,0 0,0.58777 0.71045,0 0,0.2893 -0.71045,0 0,0.93201 q 0,0.16113 0.007,0.25269 0.007,0.0897 0.0513,0.16845 0.0403,0.0732 0.10986,0.10804 0.0714,0.033 0.21606,0.033 0.0842,0 0.17579,-0.0238 0.0915,-0.0256 0.13183,-0.0421 l 0.0183,0 0,0.30944 z"
         id="path4900"
         inkscape:connector-curvature="0" />
      <path
         d="m 206.06506,364.11084 q -0.17212,0.0824 -0.32776,0.12817 -0.1538,0.0458 -0.32775,0.0458 -0.22156,0 -0.4065,-0.0641 -0.18493,-0.0659 -0.31677,-0.19775 -0.13367,-0.13184 -0.20691,-0.33325 -0.0732,-0.20142 -0.0732,-0.47058 0,-0.50171 0.27466,-0.78736 0.27649,-0.28564 0.72876,-0.28564 0.17578,0 0.34423,0.0494 0.17029,0.0494 0.31128,0.12085 l 0,0.38269 -0.0183,0 q -0.15747,-0.12268 -0.32592,-0.1886 -0.16663,-0.0659 -0.32593,-0.0659 -0.29297,0 -0.46326,0.19776 -0.16846,0.19592 -0.16846,0.57678 0,0.36987 0.1648,0.56946 0.16662,0.19775 0.46692,0.19775 0.10437,0 0.2124,-0.0275 0.10803,-0.0275 0.19409,-0.0714 0.0751,-0.0385 0.14099,-0.0806 0.0659,-0.0439 0.10437,-0.0751 l 0.0183,0 0,0.37903 z"
         id="path4902"
         inkscape:connector-curvature="0" />
      <path
         d="m 208.21838,364.23901 -0.34423,0 0,-1.16455 q 0,-0.14099 -0.0165,-0.26367 -0.0165,-0.12451 -0.0604,-0.19409 -0.0458,-0.0769 -0.13183,-0.11352 -0.0861,-0.0385 -0.22339,-0.0385 -0.14099,0 -0.2948,0.0696 -0.15381,0.0696 -0.2948,0.17762 l 0,1.52709 -0.34424,0 0,-2.84912 0.34424,0 0,1.03089 q 0.16113,-0.13367 0.33325,-0.20874 0.17212,-0.0751 0.35339,-0.0751 0.33142,0 0.50537,0.19959 0.17395,0.19958 0.17395,0.57495 l 0,1.32751 z"
         id="path4904"
         inkscape:connector-curvature="0" />
      <path
         d="m 210.59326,363.25208 -1.50696,0 q 0,0.1886 0.0568,0.32959 0.0568,0.13916 0.15564,0.22888 0.0952,0.0879 0.22522,0.13183 0.13183,0.0439 0.2893,0.0439 0.20874,0 0.41931,-0.0824 0.21241,-0.0842 0.30213,-0.16479 l 0.0183,0 0,0.37536 q -0.17395,0.0732 -0.35523,0.12268 -0.18127,0.0494 -0.38086,0.0494 -0.50903,0 -0.79467,-0.27466 -0.28565,-0.27649 -0.28565,-0.78369 0,-0.50171 0.27283,-0.79651 0.27466,-0.2948 0.72143,-0.2948 0.41382,0 0.63721,0.2417 0.22522,0.2417 0.22522,0.68665 l 0,0.18677 z m -0.33508,-0.26368 q -0.002,-0.27099 -0.13733,-0.41931 -0.13367,-0.14831 -0.40833,-0.14831 -0.27648,0 -0.44128,0.16296 -0.16296,0.16297 -0.18494,0.40466 l 1.17188,0 z"
         id="path4906"
         inkscape:connector-curvature="0" />
      <path
         d="m 212.57629,363.64942 q 0,0.28015 -0.23254,0.45959 -0.23071,0.17944 -0.63171,0.17944 -0.22705,0 -0.41748,-0.0531 -0.1886,-0.0549 -0.31678,-0.11902 l 0,-0.38635 0.0183,0 q 0.16297,0.12268 0.36255,0.19592 0.19959,0.0714 0.38269,0.0714 0.22705,0 0.35523,-0.0733 0.12817,-0.0732 0.12817,-0.23071 0,-0.12085 -0.0696,-0.1831 -0.0696,-0.0623 -0.26733,-0.10621 -0.0732,-0.0165 -0.19226,-0.0385 -0.11719,-0.022 -0.21424,-0.0476 -0.26916,-0.0714 -0.38269,-0.20874 -0.11169,-0.13916 -0.11169,-0.34057 0,-0.12634 0.0513,-0.23804 0.0531,-0.11169 0.1593,-0.19958 0.10254,-0.0861 0.26001,-0.1355 0.1593,-0.0513 0.35522,-0.0513 0.18311,0 0.36988,0.0458 0.1886,0.0439 0.31311,0.10804 l 0,0.36804 -0.0183,0 q -0.13184,-0.097 -0.32044,-0.16296 -0.1886,-0.0677 -0.36987,-0.0677 -0.1886,0 -0.3186,0.0732 -0.13001,0.0714 -0.13001,0.21423 0,0.12634 0.0787,0.19043 0.0769,0.0641 0.24902,0.10437 0.0952,0.022 0.2124,0.0439 0.11902,0.022 0.19776,0.0403 0.23986,0.0549 0.36987,0.1886 0.13,0.1355 0.13,0.35889 z"
         id="path4908"
         inkscape:connector-curvature="0" />
    </g>
    <g
       transform="matrix(5,0,0,5,-870,-1333.8882)"
       style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:start;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       id="flowRoot5928-7-2">
      <path
         d="m 167.39868,361.82568 q 0.16663,0.18311 0.25452,0.44861 0.0897,0.26551 0.0897,0.60242 0,0.33691 -0.0916,0.60425 -0.0897,0.2655 -0.25269,0.44311 -0.16846,0.18494 -0.39917,0.27832 -0.22888,0.0934 -0.52368,0.0934 -0.28748,0 -0.52368,-0.0952 -0.23438,-0.0952 -0.39917,-0.27649 -0.1648,-0.18127 -0.25452,-0.44494 -0.0879,-0.26367 -0.0879,-0.60242 0,-0.33325 0.0879,-0.59692 0.0879,-0.26551 0.25635,-0.45411 0.16113,-0.17944 0.39917,-0.27465 0.23987,-0.0952 0.52185,-0.0952 0.29297,0 0.52551,0.0971 0.23438,0.0952 0.39734,0.27282 z m -0.033,1.05103 q 0,-0.53101 -0.23803,-0.81848 -0.23804,-0.28931 -0.65003,-0.28931 -0.41565,0 -0.65369,0.28931 -0.2362,0.28747 -0.2362,0.81848 0,0.5365 0.2417,0.82214 0.2417,0.28382 0.64819,0.28382 0.4065,0 0.64636,-0.28382 0.2417,-0.28564 0.2417,-0.82214 z"
         id="path4811"
         inkscape:connector-curvature="0" />
      <path
         d="m 169.98596,364.23901 -0.34424,0 0,-0.22705 q -0.17395,0.13733 -0.33325,0.21058 -0.1593,0.0732 -0.35156,0.0732 -0.32227,0 -0.50171,-0.19593 -0.17944,-0.19775 -0.17944,-0.57861 l 0,-1.32751 0.34424,0 0,1.16455 q 0,0.15564 0.0146,0.26733 0.0147,0.10986 0.0623,0.1886 0.0494,0.0806 0.12817,0.11719 0.0787,0.0366 0.22889,0.0366 0.13366,0 0.29113,-0.0696 0.1593,-0.0696 0.29663,-0.17761 l 0,-1.5271 0.34424,0 0,2.04528 z"
         id="path4813"
         inkscape:connector-curvature="0" />
      <path
         d="m 171.72546,364.2207 q -0.097,0.0256 -0.2124,0.0421 -0.11352,0.0165 -0.20325,0.0165 -0.31311,0 -0.47607,-0.16846 -0.16296,-0.16846 -0.16296,-0.54016 l 0,-1.08765 -0.23255,0 0,-0.2893 0.23255,0 0,-0.58777 0.34423,0 0,0.58777 0.71045,0 0,0.2893 -0.71045,0 0,0.93201 q 0,0.16113 0.007,0.25269 0.007,0.0897 0.0513,0.16845 0.0403,0.0732 0.10986,0.10804 0.0714,0.033 0.21607,0.033 0.0842,0 0.17578,-0.0238 0.0915,-0.0256 0.13183,-0.0421 l 0.0183,0 0,0.30944 z"
         id="path4815"
         inkscape:connector-curvature="0" />
      <path
         d="m 173.94287,363.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28564,0.21058 -0.16296,0.0732 -0.34607,0.0732 -0.1593,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17212,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35522,0.009 q 0,-0.36988 -0.12635,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29846,0.0641 -0.15015,0.0641 -0.28748,0.16846 l 0,1.15905 q 0.14649,0.0659 0.25086,0.0897 0.1062,0.0238 0.23987,0.0238 0.28747,0 0.4486,-0.19409 0.16114,-0.19409 0.16114,-0.57495 z"
         id="path4817"
         inkscape:connector-curvature="0" />
      <path
         d="m 176.17493,364.23901 -0.34424,0 0,-0.22705 q -0.17395,0.13733 -0.33325,0.21058 -0.15931,0.0732 -0.35157,0.0732 -0.32226,0 -0.5017,-0.19593 -0.17945,-0.19775 -0.17945,-0.57861 l 0,-1.32751 0.34424,0 0,1.16455 q 0,0.15564 0.0146,0.26733 0.0146,0.10986 0.0623,0.1886 0.0494,0.0806 0.12818,0.11719 0.0787,0.0366 0.22888,0.0366 0.13367,0 0.29114,-0.0696 0.1593,-0.0696 0.29663,-0.17761 l 0,-1.5271 0.34424,0 0,2.04528 z"
         id="path4819"
         inkscape:connector-curvature="0" />
      <path
         d="m 177.91443,364.2207 q -0.097,0.0256 -0.2124,0.0421 -0.11353,0.0165 -0.20325,0.0165 -0.31311,0 -0.47607,-0.16846 -0.16297,-0.16846 -0.16297,-0.54016 l 0,-1.08765 -0.23254,0 0,-0.2893 0.23254,0 0,-0.58777 0.34424,0 0,0.58777 0.71045,0 0,0.2893 -0.71045,0 0,0.93201 q 0,0.16113 0.007,0.25269 0.007,0.0897 0.0513,0.16845 0.0403,0.0732 0.10987,0.10804 0.0714,0.033 0.21606,0.033 0.0842,0 0.17578,-0.0238 0.0915,-0.0256 0.13184,-0.0421 l 0.0183,0 0,0.30944 z"
         id="path4821"
         inkscape:connector-curvature="0" />
      <path
         d="m 180.71228,364.2207 q -0.097,0.0256 -0.2124,0.0421 -0.11353,0.0165 -0.20325,0.0165 -0.31311,0 -0.47607,-0.16846 -0.16297,-0.16846 -0.16297,-0.54016 l 0,-1.08765 -0.23254,0 0,-0.2893 0.23254,0 0,-0.58777 0.34424,0 0,0.58777 0.71045,0 0,0.2893 -0.71045,0 0,0.93201 q 0,0.16113 0.007,0.25269 0.007,0.0897 0.0513,0.16845 0.0403,0.0732 0.10987,0.10804 0.0714,0.033 0.21606,0.033 0.0842,0 0.17578,-0.0238 0.0916,-0.0256 0.13184,-0.0421 l 0.0183,0 0,0.30944 z"
         id="path4823"
         inkscape:connector-curvature="0" />
      <path
         d="m 182.40601,362.56909 -0.0183,0 q -0.0769,-0.0183 -0.15015,-0.0256 -0.0714,-0.009 -0.17029,-0.009 -0.1593,0 -0.30762,0.0714 -0.14831,0.0696 -0.28564,0.18128 l 0,1.45202 -0.34424,0 0,-2.04528 0.34424,0 0,0.30212 q 0.20508,-0.16479 0.36072,-0.23254 0.15747,-0.0696 0.32043,-0.0696 0.0897,0 0.13001,0.005 0.0403,0.004 0.12085,0.0165 l 0,0.35339 z"
         id="path4825"
         inkscape:connector-curvature="0" />
      <path
         d="m 183.10364,361.85132 -0.38819,0 0,-0.35706 0.38819,0 0,0.35706 z m -0.022,2.38769 -0.34424,0 0,-2.04528 0.34424,0 0,2.04528 z"
         id="path4827"
         inkscape:connector-curvature="0" />
      <path
         d="m 185.55176,363.19165 q 0,0.24903 -0.0714,0.45593 -0.0714,0.20508 -0.20142,0.3479 -0.12085,0.1355 -0.28564,0.21058 -0.16297,0.0732 -0.34607,0.0732 -0.1593,0 -0.28931,-0.0348 -0.12817,-0.0348 -0.26184,-0.10803 l 0,0.85693 -0.34424,0 0,-2.79968 0.34424,0 0,0.21423 q 0.13733,-0.11536 0.30762,-0.19226 0.17212,-0.0787 0.36621,-0.0787 0.36987,0 0.57495,0.28016 0.20691,0.27832 0.20691,0.77453 z m -0.35523,0.009 q 0,-0.36988 -0.12634,-0.55298 -0.12634,-0.18311 -0.38818,-0.18311 -0.14832,0 -0.29847,0.0641 -0.15014,0.0641 -0.28747,0.16846 l 0,1.15905 q 0.14648,0.0659 0.25085,0.0897 0.1062,0.0238 0.23987,0.0238 0.28748,0 0.44861,-0.19409 0.16113,-0.19409 0.16113,-0.57495 z"
         id="path4829"
         inkscape:connector-curvature="0" />
      <path
         d="m 186.43616,364.23901 -0.34424,0 0,-2.84912 0.34424,0 0,2.84912 z"
         id="path4831"
         inkscape:connector-curvature="0" />
      <path
         d="m 188.81836,363.25208 -1.50696,0 q 0,0.1886 0.0568,0.32959 0.0568,0.13916 0.15564,0.22888 0.0952,0.0879 0.22522,0.13183 0.13184,0.0439 0.28931,0.0439 0.20874,0 0.41931,-0.0824 0.2124,-0.0842 0.30213,-0.16479 l 0.0183,0 0,0.37536 q -0.17395,0.0732 -0.35523,0.12268 -0.18127,0.0494 -0.38086,0.0494 -0.50903,0 -0.79468,-0.27466 -0.28564,-0.27649 -0.28564,-0.78369 0,-0.50171 0.27283,-0.79651 0.27466,-0.2948 0.72143,-0.2948 0.41382,0 0.63721,0.2417 0.22522,0.2417 0.22522,0.68665 l 0,0.18677 z m -0.33508,-0.26368 q -0.002,-0.27099 -0.13733,-0.41931 -0.13367,-0.14831 -0.40833,-0.14831 -0.27649,0 -0.44128,0.16296 -0.16297,0.16297 -0.18494,0.40466 l 1.17188,0 z"
         id="path4833"
         inkscape:connector-curvature="0" />
      <path
         d="m 190.40222,364.2207 q -0.097,0.0256 -0.2124,0.0421 -0.11353,0.0165 -0.20325,0.0165 -0.31311,0 -0.47607,-0.16846 -0.16297,-0.16846 -0.16297,-0.54016 l 0,-1.08765 -0.23254,0 0,-0.2893 0.23254,0 0,-0.58777 0.34424,0 0,0.58777 0.71045,0 0,0.2893 -0.71045,0 0,0.93201 q 0,0.16113 0.007,0.25269 0.007,0.0897 0.0513,0.16845 0.0403,0.0732 0.10986,0.10804 0.0714,0.033 0.21606,0.033 0.0842,0 0.17579,-0.0238 0.0915,-0.0256 0.13183,-0.0421 l 0.0183,0 0,0.30944 z"
         id="path4835"
         inkscape:connector-curvature="0" />
      <path
         d="m 192.28088,363.64942 q 0,0.28015 -0.23254,0.45959 -0.23071,0.17944 -0.63171,0.17944 -0.22705,0 -0.41748,-0.0531 -0.1886,-0.0549 -0.31678,-0.11902 l 0,-0.38635 0.0183,0 q 0.16297,0.12268 0.36255,0.19592 0.19959,0.0714 0.38269,0.0714 0.22705,0 0.35523,-0.0733 0.12817,-0.0732 0.12817,-0.23071 0,-0.12085 -0.0696,-0.1831 -0.0696,-0.0623 -0.26733,-0.10621 -0.0732,-0.0165 -0.19226,-0.0385 -0.11719,-0.022 -0.21424,-0.0476 -0.26916,-0.0714 -0.38269,-0.20874 -0.11169,-0.13916 -0.11169,-0.34057 0,-0.12634 0.0513,-0.23804 0.0531,-0.11169 0.1593,-0.19958 0.10254,-0.0861 0.26001,-0.1355 0.1593,-0.0513 0.35522,-0.0513 0.18311,0 0.36988,0.0458 0.1886,0.0439 0.31311,0.10804 l 0,0.36804 -0.0183,0 q -0.13184,-0.097 -0.32044,-0.16296 -0.1886,-0.0677 -0.36987,-0.0677 -0.1886,0 -0.3186,0.0732 -0.13001,0.0714 -0.13001,0.21423 0,0.12634 0.0787,0.19043 0.0769,0.0641 0.24902,0.10437 0.0952,0.022 0.2124,0.0439 0.11902,0.022 0.19776,0.0403 0.23986,0.0549 0.36987,0.1886 0.13,0.1355 0.13,0.35889 z"
         id="path4837"
         inkscape:connector-curvature="0" />
      <path
         d="m 196.43921,363.19165 -0.99793,0 0,0.99793 -0.30395,0 0,-0.99793 -0.99793,0 0,-0.29297 0.99793,0 0,-0.99792 0.30395,0 0,0.99792 0.99793,0 0,0.29297 z"
         id="path4839"
         inkscape:connector-curvature="0" />
      <path
         d="m 199.94202,363.64942 q 0,0.28015 -0.23255,0.45959 -0.23071,0.17944 -0.63171,0.17944 -0.22705,0 -0.41748,-0.0531 -0.1886,-0.0549 -0.31677,-0.11902 l 0,-0.38635 0.0183,0 q 0.16296,0.12268 0.36255,0.19592 0.19958,0.0714 0.38269,0.0714 0.22705,0 0.35522,-0.0733 0.12817,-0.0732 0.12817,-0.23071 0,-0.12085 -0.0696,-0.1831 -0.0696,-0.0623 -0.26733,-0.10621 -0.0732,-0.0165 -0.19226,-0.0385 -0.11719,-0.022 -0.21423,-0.0476 -0.26917,-0.0714 -0.38269,-0.20874 -0.1117,-0.13916 -0.1117,-0.34057 0,-0.12634 0.0513,-0.23804 0.0531,-0.11169 0.1593,-0.19958 0.10254,-0.0861 0.26001,-0.1355 0.1593,-0.0513 0.35523,-0.0513 0.1831,0 0.36987,0.0458 0.1886,0.0439 0.31311,0.10804 l 0,0.36804 -0.0183,0 q -0.13184,-0.097 -0.32043,-0.16296 -0.1886,-0.0677 -0.36988,-0.0677 -0.1886,0 -0.3186,0.0732 -0.13001,0.0714 -0.13001,0.21423 0,0.12634 0.0787,0.19043 0.0769,0.0641 0.24902,0.10437 0.0952,0.022 0.2124,0.0439 0.11902,0.022 0.19776,0.0403 0.23987,0.0549 0.36987,0.1886 0.13001,0.1355 0.13001,0.35889 z"
         id="path4841"
         inkscape:connector-curvature="0" />
      <path
         d="m 202.14844,363.25208 -1.50696,0 q 0,0.1886 0.0568,0.32959 0.0568,0.13916 0.15564,0.22888 0.0952,0.0879 0.22522,0.13183 0.13184,0.0439 0.28931,0.0439 0.20874,0 0.41931,-0.0824 0.2124,-0.0842 0.30212,-0.16479 l 0.0183,0 0,0.37536 q -0.17395,0.0732 -0.35522,0.12268 -0.18127,0.0494 -0.38086,0.0494 -0.50903,0 -0.79468,-0.27466 -0.28564,-0.27649 -0.28564,-0.78369 0,-0.50171 0.27283,-0.79651 0.27465,-0.2948 0.72143,-0.2948 0.41382,0 0.63721,0.2417 0.22522,0.2417 0.22522,0.68665 l 0,0.18677 z m -0.33509,-0.26368 q -0.002,-0.27099 -0.13732,-0.41931 -0.13367,-0.14831 -0.40833,-0.14831 -0.27649,0 -0.44128,0.16296 -0.16297,0.16297 -0.18494,0.40466 l 1.17187,0 z"
         id="path4843"
         inkscape:connector-curvature="0" />
      <path
         d="m 203.7323,364.2207 q -0.097,0.0256 -0.2124,0.0421 -0.11353,0.0165 -0.20325,0.0165 -0.31311,0 -0.47607,-0.16846 -0.16297,-0.16846 -0.16297,-0.54016 l 0,-1.08765 -0.23254,0 0,-0.2893 0.23254,0 0,-0.58777 0.34424,0 0,0.58777 0.71045,0 0,0.2893 -0.71045,0 0,0.93201 q 0,0.16113 0.007,0.25269 0.007,0.0897 0.0513,0.16845 0.0403,0.0732 0.10987,0.10804 0.0714,0.033 0.21606,0.033 0.0842,0 0.17578,-0.0238 0.0916,-0.0256 0.13184,-0.0421 l 0.0183,0 0,0.30944 z"
         id="path4845"
         inkscape:connector-curvature="0" />
      <path
         d="m 205.61096,363.64942 q 0,0.28015 -0.23254,0.45959 -0.23071,0.17944 -0.63172,0.17944 -0.22705,0 -0.41748,-0.0531 -0.1886,-0.0549 -0.31677,-0.11902 l 0,-0.38635 0.0183,0 q 0.16297,0.12268 0.36255,0.19592 0.19959,0.0714 0.38269,0.0714 0.22705,0 0.35523,-0.0733 0.12817,-0.0732 0.12817,-0.23071 0,-0.12085 -0.0696,-0.1831 -0.0696,-0.0623 -0.26733,-0.10621 -0.0733,-0.0165 -0.19227,-0.0385 -0.11718,-0.022 -0.21423,-0.0476 -0.26916,-0.0714 -0.38269,-0.20874 -0.11169,-0.13916 -0.11169,-0.34057 0,-0.12634 0.0513,-0.23804 0.0531,-0.11169 0.1593,-0.19958 0.10254,-0.0861 0.26001,-0.1355 0.1593,-0.0513 0.35522,-0.0513 0.18311,0 0.36988,0.0458 0.18859,0.0439 0.31311,0.10804 l 0,0.36804 -0.0183,0 q -0.13183,-0.097 -0.32043,-0.16296 -0.1886,-0.0677 -0.36987,-0.0677 -0.1886,0 -0.31861,0.0732 -0.13,0.0714 -0.13,0.21423 0,0.12634 0.0787,0.19043 0.0769,0.0641 0.24903,0.10437 0.0952,0.022 0.2124,0.0439 0.11902,0.022 0.19775,0.0403 0.23987,0.0549 0.36988,0.1886 0.13,0.1355 0.13,0.35889 z"
         id="path4847"
         inkscape:connector-curvature="0" />
      <path
         d="m 209.76929,363.19165 -0.99793,0 0,0.99793 -0.30395,0 0,-0.99793 -0.99793,0 0,-0.29297 0.99793,0 0,-0.99792 0.30395,0 0,0.99792 0.99793,0 0,0.29297 z"
         id="path4849"
         inkscape:connector-curvature="0" />
      <path
         d="m 213.61084,363.20081 q 0,0.25634 -0.0732,0.46142 -0.0714,0.20508 -0.19409,0.34424 -0.13001,0.14465 -0.28565,0.2179 -0.15564,0.0714 -0.34241,0.0714 -0.17395,0 -0.30395,-0.0421 -0.13001,-0.0403 -0.25635,-0.10986 l -0.022,0.0952 -0.32227,0 0,-2.84912 0.34424,0 0,1.01807 q 0.14465,-0.11902 0.30762,-0.19409 0.16296,-0.0769 0.36621,-0.0769 0.36255,0 0.57129,0.27832 0.21057,0.27832 0.21057,0.78553 z m -0.35522,0.009 q 0,-0.36621 -0.12085,-0.55481 -0.12085,-0.19043 -0.39002,-0.19043 -0.15015,0 -0.30395,0.0659 -0.15381,0.0641 -0.28565,0.16663 l 0,1.17187 q 0.14649,0.0659 0.25086,0.0915 0.1062,0.0256 0.23986,0.0256 0.28565,0 0.44678,-0.18677 0.16297,-0.1886 0.16297,-0.5896 z"
         id="path4851"
         inkscape:connector-curvature="0" />
      <path
         d="m 215.73669,364.23901 -0.3424,0 0,-0.21789 q -0.0458,0.0311 -0.12451,0.0879 -0.0769,0.0549 -0.15015,0.0879 -0.0861,0.0421 -0.19776,0.0696 -0.11169,0.0293 -0.26184,0.0293 -0.27649,0 -0.46875,-0.18311 -0.19226,-0.1831 -0.19226,-0.46692 0,-0.23254 0.0989,-0.37536 0.10071,-0.14466 0.28564,-0.22705 0.18677,-0.0824 0.44861,-0.1117 0.26184,-0.0293 0.56214,-0.0439 l 0,-0.0531 q 0,-0.11719 -0.0421,-0.1941 -0.0403,-0.0769 -0.11718,-0.12085 -0.0733,-0.0421 -0.17579,-0.0568 -0.10253,-0.0147 -0.21423,-0.0147 -0.1355,0 -0.30212,0.0366 -0.16663,0.0348 -0.34424,0.10254 l -0.0183,0 0,-0.34973 q 0.10071,-0.0275 0.29114,-0.0604 0.19043,-0.033 0.37536,-0.033 0.21607,0 0.37537,0.0366 0.16113,0.0348 0.27832,0.12085 0.11535,0.0842 0.17578,0.21789 0.0604,0.13367 0.0604,0.33143 l 0,1.38793 z m -0.3424,-0.50354 0,-0.56945 q -0.15747,0.009 -0.37171,0.0275 -0.2124,0.0183 -0.33691,0.0531 -0.14832,0.0421 -0.23987,0.13184 -0.0915,0.0879 -0.0915,0.24353 0,0.17578 0.1062,0.2655 0.1062,0.0879 0.3241,0.0879 0.18127,0 0.33142,-0.0696 0.15014,-0.0714 0.27832,-0.17029 z"
         id="path4853"
         inkscape:connector-curvature="0" />
      <path
         d="m 217.46521,364.2207 q -0.0971,0.0256 -0.2124,0.0421 -0.11353,0.0165 -0.20325,0.0165 -0.31311,0 -0.47607,-0.16846 -0.16297,-0.16846 -0.16297,-0.54016 l 0,-1.08765 -0.23254,0 0,-0.2893 0.23254,0 0,-0.58777 0.34424,0 0,0.58777 0.71045,0 0,0.2893 -0.71045,0 0,0.93201 q 0,0.16113 0.007,0.25269 0.007,0.0897 0.0513,0.16845 0.0403,0.0732 0.10987,0.10804 0.0714,0.033 0.21606,0.033 0.0842,0 0.17578,-0.0238 0.0916,-0.0256 0.13184,-0.0421 l 0.0183,0 0,0.30944 z"
         id="path4855"
         inkscape:connector-curvature="0" />
      <path
         d="m 219.39514,364.11084 q -0.17212,0.0824 -0.32776,0.12817 -0.15381,0.0458 -0.32776,0.0458 -0.22155,0 -0.40649,-0.0641 -0.18494,-0.0659 -0.31677,-0.19775 -0.13367,-0.13184 -0.20691,-0.33325 -0.0732,-0.20142 -0.0732,-0.47058 0,-0.50171 0.27465,-0.78736 0.27649,-0.28564 0.72876,-0.28564 0.17579,0 0.34424,0.0494 0.17029,0.0494 0.31128,0.12085 l 0,0.38269 -0.0183,0 q -0.15747,-0.12268 -0.32593,-0.1886 -0.16662,-0.0659 -0.32592,-0.0659 -0.29297,0 -0.46326,0.19776 -0.16846,0.19592 -0.16846,0.57678 0,0.36987 0.1648,0.56946 0.16662,0.19775 0.46692,0.19775 0.10437,0 0.2124,-0.0275 0.10803,-0.0275 0.19409,-0.0714 0.0751,-0.0385 0.14099,-0.0806 0.0659,-0.0439 0.10437,-0.0751 l 0.0183,0 0,0.37903 z"
         id="path4857"
         inkscape:connector-curvature="0" />
      <path
         d="m 221.54846,364.23901 -0.34424,0 0,-1.16455 q 0,-0.14099 -0.0165,-0.26367 -0.0165,-0.12451 -0.0604,-0.19409 -0.0458,-0.0769 -0.13184,-0.11352 -0.0861,-0.0385 -0.22339,-0.0385 -0.14099,0 -0.2948,0.0696 -0.1538,0.0696 -0.29479,0.17762 l 0,1.52709 -0.34424,0 0,-2.84912 0.34424,0 0,1.03089 q 0.16113,-0.13367 0.33325,-0.20874 0.17212,-0.0751 0.35339,-0.0751 0.33142,0 0.50537,0.19959 0.17395,0.19958 0.17395,0.57495 l 0,1.32751 z"
         id="path4859"
         inkscape:connector-curvature="0" />
      <path
         d="m 223.92334,363.25208 -1.50696,0 q 0,0.1886 0.0568,0.32959 0.0568,0.13916 0.15564,0.22888 0.0952,0.0879 0.22522,0.13183 0.13184,0.0439 0.28931,0.0439 0.20874,0 0.41931,-0.0824 0.2124,-0.0842 0.30213,-0.16479 l 0.0183,0 0,0.37536 q -0.17395,0.0732 -0.35523,0.12268 -0.18127,0.0494 -0.38086,0.0494 -0.50903,0 -0.79468,-0.27466 -0.28564,-0.27649 -0.28564,-0.78369 0,-0.50171 0.27283,-0.79651 0.27466,-0.2948 0.72143,-0.2948 0.41382,0 0.63721,0.2417 0.22522,0.2417 0.22522,0.68665 l 0,0.18677 z m -0.33508,-0.26368 q -0.002,-0.27099 -0.13733,-0.41931 -0.13367,-0.14831 -0.40833,-0.14831 -0.27649,0 -0.44128,0.16296 -0.16297,0.16297 -0.18494,0.40466 l 1.17188,0 z"
         id="path4861"
         inkscape:connector-curvature="0" />
      <path
         d="m 225.90637,363.64942 q 0,0.28015 -0.23254,0.45959 -0.23071,0.17944 -0.63172,0.17944 -0.22705,0 -0.41748,-0.0531 -0.18859,-0.0549 -0.31677,-0.11902 l 0,-0.38635 0.0183,0 q 0.16297,0.12268 0.36255,0.19592 0.19959,0.0714 0.38269,0.0714 0.22705,0 0.35523,-0.0733 0.12817,-0.0732 0.12817,-0.23071 0,-0.12085 -0.0696,-0.1831 -0.0696,-0.0623 -0.26733,-0.10621 -0.0732,-0.0165 -0.19227,-0.0385 -0.11718,-0.022 -0.21423,-0.0476 -0.26916,-0.0714 -0.38269,-0.20874 -0.11169,-0.13916 -0.11169,-0.34057 0,-0.12634 0.0513,-0.23804 0.0531,-0.11169 0.1593,-0.19958 0.10254,-0.0861 0.26001,-0.1355 0.1593,-0.0513 0.35522,-0.0513 0.18311,0 0.36988,0.0458 0.18859,0.0439 0.31311,0.10804 l 0,0.36804 -0.0183,0 q -0.13184,-0.097 -0.32044,-0.16296 -0.1886,-0.0677 -0.36987,-0.0677 -0.1886,0 -0.31861,0.0732 -0.13,0.0714 -0.13,0.21423 0,0.12634 0.0787,0.19043 0.0769,0.0641 0.24903,0.10437 0.0952,0.022 0.2124,0.0439 0.11902,0.022 0.19775,0.0403 0.23987,0.0549 0.36988,0.1886 0.13,0.1355 0.13,0.35889 z"
         id="path4863"
         inkscape:connector-curvature="0" />
    </g>
    <path
       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:2.5;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       d="m -45,512.3068 0,-10 275,0 0,10"
       id="path5308-7"
       inkscape:connector-curvature="0"
       sodipodi:nodetypes="cccc" />
    <path
       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:2.5;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       d="m 255,512.3068 0,-10 75,0 0,10"
       id="path5308-9-8"
       inkscape:connector-curvature="0"
       sodipodi:nodetypes="cccc" />
    <text
       xml:space="preserve"
       style="font-style:normal;font-weight:normal;font-size:3.75px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       x="226"
       y="418.36221"
       id="text6887"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan6889"
         x="226"
         y="418.36221" /></text>
  </g>
</svg>