summaryrefslogtreecommitdiff
path: root/trunk/users/vik/plywood-robot/gen_2/4.4mm/SExtruderMotorSupport_1.svg
blob: 8e3cdf0665746ff79c70d0ff4b9c99e2de919f84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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"
   version="1.1"
   baseProfile="full"
   id="body"
   width="8in"
   height="8in"
   viewBox="0 0 1 1"
   preserveAspectRatio="none"
   sodipodi:version="0.32"
   inkscape:version="0.46"
   sodipodi:docname="SExtruderMotorSupport_1.svg"
   inkscape:output_extension="org.inkscape.output.svg.inkscape">
  <metadata
     id="metadata7428">
    <rdf:RDF>
      <cc:Work
         rdf:about="">
        <dc:format>image/svg+xml</dc:format>
        <dc:type
           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
      </cc:Work>
    </rdf:RDF>
  </metadata>
  <defs
     id="defs7426">
    <inkscape:perspective
       sodipodi:type="inkscape:persp3d"
       inkscape:vp_x="0 : 360 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_z="720 : 360 : 1"
       inkscape:persp3d-origin="360 : 240 : 1"
       id="perspective7430" />
  </defs>
  <sodipodi:namedview
     inkscape:window-height="949"
     inkscape:window-width="1272"
     inkscape:pageshadow="2"
     inkscape:pageopacity="0.0"
     guidetolerance="10.0"
     gridtolerance="10.0"
     objecttolerance="10.0"
     borderopacity="1.0"
     bordercolor="#666666"
     pagecolor="#ffffff"
     id="base"
     showgrid="false"
     inkscape:document-units="mm"
     inkscape:zoom="0.66508629"
     inkscape:cx="459.89412"
     inkscape:cy="404.96455"
     inkscape:window-x="0"
     inkscape:window-y="0"
     inkscape:current-layer="body"
     showguides="true"
     inkscape:guide-bbox="true">
    <inkscape:grid
       type="xygrid"
       id="grid7432"
       visible="true"
       enabled="true"
       units="mm"
       spacingx="1mm"
       spacingy="1mm"
       empcolor="#ff0009"
       empopacity="0.25098039" />
  </sodipodi:namedview>
  <title
     id="title6179">SVG drawing</title>
  <desc
     id="desc6181">This was produced by version 4.2 of GNU libplot, a free library for exporting 2-D vector graphics.</desc>
  <g
     transform="matrix(1.7361111e-3,0,0,1.7361111e-3,-2.0726733,0.1841747)"
     style="display:inline"
     id="g22048">
    <path
       d="M 1365.4788,295.77497 C 1371.7473,295.77497 1376.8187,290.7035 1376.8187,284.43503"
       id="path22671"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       d="M 1342.3537,284.43503 C 1342.3537,290.7035 1347.7233,295.77497 1354.3601,295.77497"
       id="path22673"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       d="M 1376.8187,202.03501 C 1376.8187,195.79806 1371.7473,190.69508 1365.4788,190.69508"
       id="path22675"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       d="M 1249.9026,190.69508 C 1243.6341,190.69508 1238.5627,195.79806 1238.5627,202.03501"
       id="path22677"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       d="M 1238.5609,284.43593 C 1238.5609,290.8272 1243.4336,295.99803 1249.4565,295.99803"
       id="path22679"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       d="M 1260.7946,295.99893 C 1267.0631,295.99893 1272.1345,290.92746 1272.1345,284.659"
       id="path22681"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       d="M 1342.1271,270.57858 L 1342.0641,268.78309 L 1341.9381,267.01911 L 1341.7176,265.25511 L 1341.4026,263.52263 L 1341.0246,261.85313 L 1340.5521,260.18365 L 1339.9851,258.54566 L 1339.3551,256.97067 L 1338.6621,255.42718 L 1337.9061,253.91518 L 1337.0556,252.43469 L 1336.1421,251.01721 L 1335.1656,249.66272 L 1334.1261,248.33972 L 1333.0236,247.04823 L 1331.8581,245.85123 L 1330.6611,244.68575 L 1329.3696,243.58325 L 1328.0467,242.54376 L 1326.6922,241.56727 L 1325.2747,240.65377 L 1323.7942,239.83477 L 1322.2822,239.04728 L 1320.7387,238.35429 L 1319.1637,237.7243 L 1317.5257,237.1888 L 1315.8878,236.71629 L 1314.1867,236.3068 L 1312.4543,235.9918 L 1310.7218,235.77129 L 1308.9263,235.6453 L 1307.1308,235.6138 C 1287.8214,235.6138 1272.1345,251.26921 1272.1345,270.57858"
       id="path22683"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="1376.8396"
       y1="284.40704"
       x2="1376.8396"
       y2="202.00356"
       id="line22685"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="1238.4926"
       y1="202.00356"
       x2="1238.4926"
       y2="284.40704"
       id="line22687"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="1249.8324"
       y1="295.97086"
       x2="1261.1724"
       y2="295.97086"
       id="line22689"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="1272.0643"
       y1="284.85495"
       x2="1272.0643"
       y2="270.49103"
       id="line22691"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="1342.3719"
       y1="284.40704"
       x2="1342.3719"
       y2="270.04309"
       id="line22693"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="1365.4998"
       y1="295.74692"
       x2="1354.1598"
       y2="295.74692"
       id="line22695"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polygon
       transform="matrix(-3.3968332,0,0,3.1499799,2115.1086,-245.04159)"
       points="220.62,149.35 224.22,149.35 224.22,168.16 220.62,168.16 220.62,149.35 "
       id="polygon22697"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00259973;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polygon
       transform="matrix(-3.1499799,0,0,3.5307522,2059.7556,-300.42284)"
       points="227.82,141.93 235.03,141.93 235.03,145.43 227.82,145.43 227.82,141.93 "
       id="polygon22699"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00254996;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polygon
       transform="matrix(-3.1499799,0,0,3.5307522,2059.7556,-300.42284)"
       points="242.83,141.93 250.04,141.93 250.04,145.43 242.83,145.43 242.83,141.93 "
       id="polygon22701"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00254996;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polygon
       transform="matrix(-3.3968332,0,0,3.1499799,2122.3639,-245.04159)"
       points="253.64,149.35 257.24,149.35 257.24,168.16 253.64,168.16 253.64,149.35 "
       id="polygon22703"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00259973;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="1438.2673"
       y1="26.602236"
       x2="1460.9471"
       y2="26.602236"
       id="line22705"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="1699.8417"
       y1="26.606356"
       x2="1677.1617"
       y2="26.606356"
       id="line22707"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="1699.8417"
       y1="14.177043"
       x2="1699.8417"
       y2="26.602236"
       id="line22709"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="1721.7755"
       y1="14.177043"
       x2="1699.8401"
       y2="14.177043"
       id="line22711"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="1631.8013"
       y1="14.177043"
       x2="1608.7302"
       y2="14.177043"
       id="line22713"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="1677.1617"
       y1="26.602236"
       x2="1677.1617"
       y2="14.177043"
       id="line22715"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(-3.1499799,0,0,3.4543286,2035.7554,-271.29215)"
       points="121.04,82.641 121.04,86.238 128.24,86.238 128.24,82.641 "
       id="polyline22717"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00257801;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="1677.1617"
       y1="14.177043"
       x2="1654.4819"
       y2="14.177043"
       id="line22719"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       sodipodi:nodetypes="ccccc"
       id="path22721"
       d="M 1608.7308,14.177017 L 1608.7308,26.602235 L 1586.2075,26.602235 L 1586.2075,14.177017 L 1552.4646,14.177017"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850176;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(-3.1499799,0,0,3.4543286,2035.7554,-271.29215)"
       points="175.28,86.238 168.08,86.238 168.08,82.641 "
       id="polyline22723"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00257801;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="1552.4225"
       y1="26.602236"
       x2="1552.4225"
       y2="14.177043"
       id="line22725"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="1528.9867"
       y1="26.602236"
       x2="1552.4225"
       y2="26.602236"
       id="line22727"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="1528.9867"
       y1="14.177043"
       x2="1528.9867"
       y2="26.602236"
       id="line22729"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="1506.3068"
       y1="14.177043"
       x2="1528.9867"
       y2="14.177043"
       id="line22731"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="1460.9471"
       y1="26.602236"
       x2="1460.9471"
       y2="14.177043"
       id="line22733"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="1483.6271"
       y1="14.177043"
       x2="1483.6271"
       y2="26.602236"
       id="line22735"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="1460.9471"
       y1="14.177043"
       x2="1483.6271"
       y2="14.177043"
       id="line22737"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="1415.5874"
       y1="26.602236"
       x2="1415.5874"
       y2="14.177043"
       id="line22739"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="1438.2673"
       y1="14.177043"
       x2="1438.2673"
       y2="26.602236"
       id="line22741"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="1380.72"
       y1="26.606356"
       x2="1415.5863"
       y2="26.606356"
       id="line22743"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="1415.5874"
       y1="14.177043"
       x2="1438.2673"
       y2="14.177043"
       id="line22745"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(-3.3852413,0,0,3.1499799,2083.7642,-245.04159)"
       points="207.68,104.96 204.08,104.96 204.08,97.039 207.68,97.039 "
       id="polyline22747"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00260418;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       sodipodi:nodetypes="cccccccccccccc"
       id="path22749"
       d="M 1380.7949,119.60008 L 1380.7949,108.26016 L 1392.9075,108.26016 L 1392.9075,111.28414 L 1404.2474,111.28414 L 1404.2474,108.26016 L 1426.9273,108.26016 L 1426.9273,96.920228 L 1404.2474,96.920228 L 1404.2474,93.896247 L 1392.9075,93.896247 L 1392.9075,96.920228 L 1380.7949,96.920228 L 1380.7949,85.5803"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850394;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       sodipodi:nodetypes="cccccccccccccc"
       id="path22751"
       d="M 1380.7403,60.62931 L 1380.7403,49.295682 L 1392.9075,49.295682 L 1392.9075,52.310213 L 1404.2474,52.310213 L 1404.2474,49.295682 L 1426.9273,49.295682 L 1426.9273,37.952604 L 1404.2474,37.952604 L 1404.2474,34.925474 L 1392.9075,34.925474 L 1392.9075,37.952604 L 1380.7403,37.952604 L 1380.7403,26.606377"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850394;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       sodipodi:nodetypes="cccccccccc"
       id="path22753"
       d="M 1721.7387,132.09209 L 1721.7387,108.26016 L 1734.112,108.26016 L 1734.112,85.580305 L 1721.7387,85.580305 L 1721.7387,60.629309 L 1734.112,60.629309 L 1734.112,37.952609 L 1721.7387,37.952609 L 1721.7387,14.425359"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850176;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       d="M 1629.0931,73.484334 L 1629.1561,75.279829 L 1629.2821,77.043824 L 1629.5026,78.8078 L 1629.8176,80.540299 L 1630.1956,82.241279 L 1630.668,83.879267 L 1631.2351,85.51725 L 1631.865,87.12376 L 1632.558,88.667233 L 1633.3455,90.179227 L 1634.1645,91.628224 L 1635.078,93.077204 L 1636.0545,94.431709 L 1637.094,95.754694 L 1638.1965,97.046184 L 1639.362,98.243181 L 1640.5905,99.408683 L 1641.8505,100.51116 L 1643.1735,101.55065 L 1644.5595,102.52715 L 1645.977,103.44064 L 1647.4574,104.29114 L 1648.9694,105.04713 L 1650.5129,105.77163 L 1652.0879,106.40163 L 1653.7259,106.93712 L 1655.3954,107.40962 L 1657.0964,107.81911 L 1658.7974,108.10261 L 1660.5614,108.32312 L 1662.3253,108.48061 L 1664.1523,108.5121 C 1683.4932,108.5121 1699.1801,92.825222 1699.1801,73.484334 C 1699.1801,54.134011 1683.4932,38.443966 1664.1523,38.443966 C 1644.8115,38.443966 1629.0931,54.134011 1629.0931,73.484334 z"
       id="path22755"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       d="M 1538.3106,73.484334 L 1538.3736,75.279829 L 1538.4996,77.043824 L 1538.7201,78.8078 L 1539.0351,80.540299 L 1539.4131,82.241279 L 1539.8856,83.879267 L 1540.4526,85.51725 L 1541.0826,87.12376 L 1541.7756,88.667233 L 1542.5631,90.179227 L 1543.3821,91.628224 L 1544.2956,93.077204 L 1545.2721,94.431709 L 1546.3116,95.754694 L 1547.4141,97.046184 L 1548.5796,98.243181 L 1549.8081,99.408683 L 1551.0681,100.51116 L 1552.3911,101.55065 L 1553.777,102.52715 L 1555.1945,103.44064 L 1556.675,104.29114 L 1558.187,105.04713 L 1559.7305,105.77163 L 1561.3055,106.40163 L 1562.9435,106.93712 L 1564.613,107.40962 L 1566.314,107.81911 L 1568.0149,108.10261 L 1569.7789,108.32312 L 1571.5429,108.48061 L 1573.3699,108.5121 C 1592.7108,108.5121 1608.4292,92.825222 1608.4292,73.484334 C 1608.4292,54.134011 1592.7108,38.443966 1573.3699,38.443966 C 1554.029,38.443966 1538.3106,54.134011 1538.3106,73.484334 z"
       id="path22757"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       d="M 1447.5282,73.484334 L 1447.5912,75.279829 L 1447.7172,77.043824 L 1447.9377,78.8078 L 1448.2527,80.540299 L 1448.6307,82.241279 L 1449.1032,83.879267 L 1449.6702,85.51725 L 1450.3002,87.12376 L 1450.9932,88.667233 L 1451.7807,90.179227 L 1452.5997,91.628224 L 1453.5132,93.077204 L 1454.4897,94.431709 L 1455.5292,95.754694 L 1456.6317,97.046184 L 1457.7972,98.243181 L 1459.0256,99.408683 L 1460.2856,100.51116 L 1461.6086,101.55065 L 1462.9946,102.52715 L 1464.4121,103.44064 L 1465.8926,104.29114 L 1467.4046,105.04713 L 1468.9481,105.77163 L 1470.5546,106.40163 L 1472.1611,106.93712 L 1473.8305,107.40962 L 1475.5315,107.81911 L 1477.264,108.10261 L 1478.9965,108.32312 L 1480.792,108.48061 L 1482.5875,108.5121 C 1501.9284,108.5121 1517.6468,92.825222 1517.6468,73.484334 C 1517.6468,54.134011 1501.9284,38.443966 1482.5875,38.443966 C 1463.2466,38.443966 1447.5282,54.134011 1447.5282,73.484334 z"
       id="path22759"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(-3.1499799,0,0,3.1499799,2035.7554,-245.04159)"
       points="104.24,91.52 104.48,92 104.48,92.48 104.24,92.961 102.8,91.52 102.56,92 102.56,92.48 102.8,92.961 "
       id="polyline22761"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(-3.1499799,0,0,3.1499799,2035.7554,-245.04159)"
       points="104.48,93.68 102.56,93.68 102.56,94.879 "
       id="polyline22763"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="1709.6696"
       y1="50.048504"
       x2="1709.6696"
       y2="51.560497"
       id="line22765"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.08504064;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="1706.6456"
       y1="50.048504"
       x2="1706.6456"
       y2="53.825294"
       id="line22767"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.08504064;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(-3.1499799,0,0,3.1499799,2035.7554,-245.04159)"
       points="104.48,95.602 102.56,95.602 103.76,96.32 102.56,96.801 104.48,96.801 "
       id="polyline22769"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(-3.1499799,0,0,3.1499799,2035.7554,-245.04159)"
       points="104.24,97.52 104.48,98 104.48,98.48 104.24,98.961 102.8,97.52 102.56,98 102.56,98.48 102.8,98.961 "
       id="polyline22771"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(-3.1499799,0,0,3.1499799,2035.7554,-245.04159)"
       points="103.76,100.88 103.76,99.68 102.56,100.64 104.48,100.64 "
       id="polyline22773"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(-3.1499799,0,0,3.1499799,2059.7556,-245.04159)"
       points="233.36,139.28 233.6,139.04 234.32,139.04 234.56,139.28 233.36,140.72 233.6,140.96 234.32,140.96 234.56,140.72 "
       id="polyline22775"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(-3.1499799,0,0,3.1499799,2059.7556,-245.04159)"
       points="235.28,139.04 235.28,140.96 236.72,140.96 "
       id="polyline22777"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="1318.6281"
       y1="195.95554"
       x2="1316.36"
       y2="195.95554"
       id="line22779"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.08504064;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="1318.6281"
       y1="192.93155"
       x2="1314.0919"
       y2="192.93155"
       id="line22781"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.08504064;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(-3.1499799,0,0,3.1499799,2059.7556,-245.04159)"
       points="237.2,139.04 237.2,140.96 237.92,139.76 238.64,140.96 238.64,139.04 "
       id="polyline22783"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(-3.1499799,0,0,3.1499799,2059.7556,-245.04159)"
       points="239.36,139.28 239.6,139.04 240.32,139.04 240.56,139.28 239.36,140.72 239.6,140.96 240.32,140.96 240.56,140.72 "
       id="polyline22785"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(-3.1499799,0,0,3.1499799,2059.7556,-245.04159)"
       points="242.72,139.76 241.28,139.76 242.24,140.96 242.24,139.04 "
       id="polyline22787"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(-3.1499799,0,0,3.1499799,2059.7556,-245.04159)"
       points="259.52,149.6 259.76,149.84 259.76,150.56 259.52,150.8 258.08,149.6 257.84,149.84 257.84,150.56 258.08,150.8 "
       id="polyline22789"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(-3.1499799,0,0,3.1499799,2059.7556,-245.04159)"
       points="259.76,151.52 257.84,151.52 257.84,152.96 "
       id="polyline22791"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="1244.5405"
       y1="232.24335"
       x2="1244.5405"
       y2="234.51134"
       id="line22793"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.08504064;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="1241.5165"
       y1="232.24335"
       x2="1241.5165"
       y2="236.77934"
       id="line22795"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.08504064;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(-3.1499799,0,0,3.1499799,2059.7556,-245.04159)"
       points="259.76,153.44 257.84,153.44 259.28,154.16 257.84,154.88 259.76,154.88 "
       id="polyline22797"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(-3.1499799,0,0,3.1499799,2059.7556,-245.04159)"
       points="259.52,155.6 259.76,155.84 259.76,156.56 259.52,156.8 258.08,155.6 257.84,155.84 257.84,156.56 258.08,156.8 "
       id="polyline22799"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(-3.1499799,0,0,3.1499799,2059.7556,-245.04159)"
       points="258.08,157.52 257.84,157.76 257.84,158.48 258.08,158.96 258.56,158.96 258.8,158.48 258.8,158.24 "
       id="polyline22801"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(-3.1499799,0,0,3.1499799,2059.7556,-245.04159)"
       points="258.8,158.48 259.28,158.96 259.52,158.96 259.76,158.48 259.76,157.76 259.52,157.52 "
       id="polyline22803"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(-3.1499799,0,0,3.1499799,2035.7554,-245.04159)"
       points="143.84,84.078 144.08,83.84 144.8,83.84 145.04,84.078 143.84,85.52 144.08,85.762 144.8,85.762 145.04,85.52 "
       id="polyline22805"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(-3.1499799,0,0,3.1499799,2035.7554,-245.04159)"
       points="145.76,83.84 145.76,85.762 147.2,85.762 "
       id="polyline22807"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="1576.6144"
       y1="22.079817"
       x2="1574.3464"
       y2="22.079817"
       id="line22809"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.08504064;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="1576.6144"
       y1="19.052671"
       x2="1572.0785"
       y2="19.052671"
       id="line22811"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.08504064;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(-3.1499799,0,0,3.1499799,2035.7554,-245.04159)"
       points="147.92,83.84 147.92,85.762 148.4,84.559 149.12,85.762 149.12,83.84 "
       id="polyline22813"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(-3.1499799,0,0,3.1499799,2035.7554,-245.04159)"
       points="149.84,84.078 150.08,83.84 150.8,83.84 151.04,84.078 149.84,85.52 150.08,85.762 150.8,85.762 151.04,85.52 "
       id="polyline22815"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(-3.1499799,0,0,3.1499799,2035.7554,-245.04159)"
       points="151.76,85.52 152.24,85.762 152.24,83.84 "
       id="polyline22817"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="1557.3571"
       y1="18.936319"
       x2="1555.0891"
       y2="18.936319"
       id="line22819"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.08504064;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(-3.1499799,0,0,3.1499799,2059.7556,-245.04159)"
       points="219.2,149.36 219.68,149.6 219.68,150.32 219.2,150.56 218,149.36 217.52,149.6 217.52,150.32 218,150.56 "
       id="polyline22821"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(-3.1499799,0,0,3.1499799,2059.7556,-245.04159)"
       points="219.68,151.28 217.52,151.28 217.52,152.72 "
       id="polyline22823"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="1371.5476"
       y1="231.48735"
       x2="1371.5476"
       y2="233.75534"
       id="line22825"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.08504064;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="1367.7677"
       y1="231.48735"
       x2="1367.7677"
       y2="236.02328"
       id="line22827"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.08504064;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(-3.1499799,0,0,3.1499799,2059.7556,-245.04159)"
       points="219.68,153.2 217.52,153.2 218.96,153.92 217.52,154.64 219.68,154.64 "
       id="polyline22829"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(-3.1499799,0,0,3.1499799,2059.7556,-245.04159)"
       points="219.2,155.36 219.68,155.6 219.68,156.32 219.2,156.56 218,155.36 217.52,155.6 217.52,156.32 218,156.56 "
       id="polyline22831"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(-3.1499799,0,0,3.1499799,2059.7556,-245.04159)"
       points="218,157.28 217.52,157.52 217.52,158.24 218,158.72 218.24,158.72 218.48,158.24 218.48,158 "
       id="polyline22833"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(-3.1499799,0,0,3.1499799,2059.7556,-245.04159)"
       points="218.48,158.24 218.96,158.72 219.2,158.72 219.68,158.24 219.68,157.52 219.2,157.28 "
       id="polyline22835"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       d="M 1302.0592,152.70951 L 1302.3742,152.92999 L 1302.6893,153.1505 L 1303.0042,153.371 L 1303.3507,153.55999 L 1303.6973,153.71749 L 1304.0437,153.87498 L 1304.4217,154.03249 L 1304.7682,154.15849 L 1305.1462,154.2845 L 1305.5242,154.37899 L 1305.9022,154.47348 L 1306.2802,154.53648 L 1306.6582,154.59949 L 1307.0362,154.63099 L 1307.4457,154.66249 L 1307.8237,154.69399 C 1309.9027,154.69399 1311.9502,153.9695 1313.6197,152.70951"
       id="path22837"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       d="M 1238.8076,179.10319 C 1238.8076,185.36533 1243.8791,190.44941 1250.1476,190.44941"
       id="path22839"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       d="M 1365.4998,190.44941 C 1371.7683,190.44941 1376.8398,185.36533 1376.8398,179.10319"
       id="path22841"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       d="M 1376.8398,82.212951 L 1376.8398,81.173444 L 1376.7453,80.165456 L 1376.6193,79.188963 L 1376.4618,78.180974 L 1376.2412,77.235983 L 1375.9578,76.290986 L 1375.6428,75.37749 L 1375.2963,74.463994 L 1374.8868,73.581994 L 1374.4458,72.731513 L 1373.9733,71.881014 L 1373.4693,71.093513 L 1372.9023,70.306023 L 1372.3038,69.550035 L 1371.6738,68.82553 L 1371.0123,68.132539 L 1370.3508,67.471043 L 1369.6263,66.841049 L 1368.8703,66.274046 L 1368.0828,65.707049 L 1367.2638,65.20306 L 1366.4448,64.699055 L 1365.5943,64.258069 L 1364.7124,63.880075 L 1363.7988,63.502063 L 1362.8854,63.18706 L 1361.9404,62.935078 L 1360.9639,62.714573 L 1359.9874,62.52557 L 1359.0109,62.399576 L 1358.0029,62.336579 L 1356.9634,62.305083 C 1356.6169,62.305083 1356.2389,62.305083 1355.8924,62.336579"
       id="path22843"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       d="M 1355.8924,62.336579 L 1354.6639,61.171083 L 1353.4354,60.037083 L 1352.1754,58.934596 L 1350.8839,57.832098 L 1349.5924,56.792608 L 1348.2695,55.784619 L 1346.9149,54.839628 L 1345.529,53.894631 L 1344.143,52.981135 L 1342.7255,52.099135 L 1341.2765,51.280155 L 1339.8275,50.492648 L 1338.347,49.73666 L 1336.8665,49.012155 L 1335.3546,48.319164 L 1333.8111,47.657668 L 1332.2676,47.05917 L 1330.724,46.460671 L 1329.1491,45.925187 L 1327.5741,45.421181 L 1325.9991,44.980195 L 1324.3926,44.539187 L 1322.7546,44.161193 L 1321.1482,43.814694 L 1319.5101,43.499697 L 1317.8407,43.247697 L 1316.2027,43.027193 L 1314.5332,42.838201 L 1312.8637,42.680694 L 1311.1942,42.586201 L 1309.5247,42.523204 L 1307.8237,42.491708 C 1289.8058,42.491708 1272.5124,49.642149 1259.7865,62.336579"
       id="path22845"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       d="M 1259.7865,62.336579 L 1259.629,62.336579 L 1259.503,62.336579 L 1259.2195,62.336579 L 1259.0935,62.305083 L 1258.9675,62.305083 L 1258.81,62.305083 L 1258.684,62.305083 C 1247.6906,62.305083 1238.8076,71.219519 1238.8076,82.212951"
       id="path22847"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       d="M 1313.6197,152.70951 L 1315.5727,152.39451 L 1317.4941,151.985 L 1319.3842,151.51251 L 1321.2426,150.94551 L 1323.0381,150.28402 L 1324.8336,149.55952 L 1326.5661,148.77202 L 1328.2356,147.89002 L 1329.8736,146.94503 L 1331.48,145.93704 L 1333.0236,144.86606 L 1334.504,143.70055 L 1335.9215,142.50356 L 1337.3076,141.24357 L 1338.6305,139.92058 L 1339.8905,138.5346 L 1341.0875,137.0856 L 1342.2215,135.60511 L 1343.2925,134.06161 L 1344.3005,132.48662 L 1345.2455,130.84864 L 1346.096,129.17915 L 1346.8834,127.47815 L 1347.608,125.71417 L 1348.238,123.91868 L 1348.8049,122.09168 L 1349.2775,120.2332 L 1349.6554,118.37473 L 1349.9705,116.45322 L 1350.1909,114.50023 L 1350.3484,112.54725 L 1350.3799,110.56277 C 1350.3799,87.063914 1331.3226,68.006545 1307.8237,68.006545 C 1284.3249,68.006545 1265.2675,87.063914 1265.2675,110.56277 C 1265.2675,131.82513 1280.9859,149.84301 1302.0592,152.70951"
       id="path22849"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       d="M 1264.1965,82.212951 L 1264.1965,81.92945 L 1264.165,81.645954 L 1264.1335,81.362453 L 1264.102,81.078951 L 1264.039,80.826951 L 1263.9445,80.574969 L 1263.8815,80.322963 L 1263.7555,80.070963 L 1263.661,79.818963 L 1263.535,79.566957 L 1263.409,79.34647 L 1263.2515,79.125966 L 1263.094,78.905467 L 1262.9365,78.68498 L 1262.779,78.495971 L 1262.59,78.306968 L 1262.401,78.117977 L 1262.1805,77.928974 L 1261.9915,77.771484 L 1261.771,77.613977 L 1261.5505,77.487983 L 1261.33,77.361971 L 1261.078,77.235983 L 1260.826,77.109989 L 1260.574,77.015479 L 1260.322,76.92098 L 1260.07,76.857989 L 1259.7865,76.794991 L 1259.5345,76.731977 L 1259.251,76.700476 L 1258.9675,76.700476 L 1258.684,76.66898 C 1255.66,76.66898 1253.1716,79.157467 1253.1716,82.212951 C 1253.1716,85.236923 1255.66,87.72541 1258.684,87.72541 C 1261.7395,87.72541 1264.1965,85.236923 1264.1965,82.212951 z"
       id="path22851"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       d="M 1362.4759,82.212951 L 1362.4759,81.92945 L 1362.4444,81.645954 L 1362.4129,81.362453 L 1362.3814,81.078951 L 1362.3183,80.826951 L 1362.2239,80.574969 L 1362.1294,80.322963 L 1362.0348,80.070963 L 1361.9404,79.818963 L 1361.8144,79.566957 L 1361.6884,79.34647 L 1361.5309,79.125966 L 1361.3734,78.905467 L 1361.2159,78.68498 L 1361.0583,78.495971 L 1360.8694,78.306968 L 1360.6804,78.117977 L 1360.4599,77.928974 L 1360.2709,77.771484 L 1360.0504,77.613977 L 1359.8298,77.487983 L 1359.5779,77.361971 L 1359.3574,77.235983 L 1359.1054,77.109989 L 1358.8534,77.015479 L 1358.6014,76.92098 L 1358.3494,76.857989 L 1358.0659,76.794991 L 1357.8139,76.731977 L 1357.5304,76.700476 L 1357.2469,76.700476 L 1356.9634,76.66898 C 1353.9394,76.66898 1351.4509,79.157467 1351.4509,82.212951 C 1351.4509,85.236923 1353.9394,87.72541 1356.9634,87.72541 C 1360.0189,87.72541 1362.4759,85.236923 1362.4759,82.212951 z"
       id="path22853"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       d="M 1313.3362,167.29075 L 1313.3362,167.00725 L 1313.3047,166.72691 L 1313.2732,166.45286 L 1313.2417,166.18197 L 1313.1787,165.91422 L 1313.0842,165.65276 L 1313.0212,165.39762 L 1312.9267,165.14876 L 1312.8007,164.90307 L 1312.6747,164.66682 L 1312.5487,164.43372 L 1312.3912,164.21008 L 1312.2337,163.99587 L 1312.0762,163.78798 L 1311.9187,163.58638 L 1311.7297,163.39424 L 1311.5407,163.19893 L 1311.3202,163.04143 L 1311.1312,162.88394 L 1310.9107,162.72643 L 1310.6902,162.56894 L 1310.4382,162.44293 L 1310.2177,162.31693 L 1309.9657,162.22244 L 1309.7137,162.12793 L 1309.4617,162.03344 L 1309.2097,161.93894 L 1308.9262,161.87595 L 1308.6742,161.84445 L 1308.3907,161.81293 L 1308.1072,161.78143 L 1307.8237,161.78143 C 1304.7682,161.78143 1302.3112,164.25103 1302.3112,167.29075 C 1302.3112,170.33049 1304.7682,172.80323 1307.8237,172.80323 C 1310.8792,172.80323 1313.3362,170.33049 1313.3362,167.29075 z"
       id="path22855"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="1238.1145"
       y1="82.590935"
       x2="1238.1145"
       y2="179.3615"
       id="line22857"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="1249.4543"
       y1="190.6951"
       x2="1365.1216"
       y2="190.6951"
       id="line22859"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="1376.4615"
       y1="179.3615"
       x2="1376.4615"
       y2="82.590935"
       id="line22861"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polygon
       transform="matrix(3.3968332,0,0,-3.1499799,499.84621,478.22838)"
       points="220.62,98.773 224.22,98.773 224.22,105.98 220.62,105.98 220.62,98.773 "
       id="polygon22863"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00259973;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polygon
       transform="matrix(3.3968332,0,0,-3.1499799,499.84621,478.22838)"
       points="220.62,113.98 224.22,113.98 224.22,121.18 220.62,121.18 220.62,113.98 "
       id="polygon22865"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00259973;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polygon
       transform="matrix(3.3968332,0,0,-3.1499799,492.59091,478.22838)"
       points="253.64,113.98 257.24,113.98 257.24,121.18 253.64,121.18 253.64,113.98 "
       id="polygon22867"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00259973;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polygon
       transform="matrix(3.3968332,0,0,-3.1499799,492.59091,478.22838)"
       points="253.64,98.773 257.24,98.773 257.24,105.98 253.64,105.98 253.64,98.773 "
       id="polygon22869"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00259973;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polygon
       transform="matrix(3.1499799,0,0,-3.3966973,555.19923,502.53656)"
       points="224.22,94.91 234.95,94.91 234.95,98.512 224.22,98.512 224.22,94.91 "
       id="polygon22871"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00259979;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polygon
       transform="matrix(3.1499799,0,0,-3.3966973,555.19923,502.53656)"
       points="242.9,94.91 253.64,94.91 253.64,98.512 242.9,98.512 242.9,94.91 "
       id="polygon22873"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00259979;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(3.1499799,0,0,-3.1499799,555.19923,478.22838)"
       points="259.76,98.719 260,98.961 260,99.68 259.76,99.922 258.32,98.719 258.08,98.961 258.08,99.68 258.32,99.922 "
       id="polyline22875"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(3.1499799,0,0,-3.1499799,555.19923,478.22838)"
       points="260,100.64 258.08,100.64 258.08,102.08 "
       id="polyline22877"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="1371.1697"
       y1="161.21442"
       x2="1371.1697"
       y2="158.94643"
       id="line22879"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.08504064;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="1374.1936"
       y1="161.21442"
       x2="1374.1936"
       y2="156.67851"
       id="line22881"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.08504064;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(3.1499799,0,0,-3.1499799,555.19923,478.22838)"
       points="260,102.8 258.08,102.8 259.28,103.28 258.08,104 260,104 "
       id="polyline22883"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(3.1499799,0,0,-3.1499799,555.19923,478.22838)"
       points="259.76,104.72 260,104.96 260,105.68 259.76,105.92 258.32,104.72 258.08,104.96 258.08,105.68 258.32,105.92 "
       id="polyline22885"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(3.1499799,0,0,-3.1499799,555.19923,478.22838)"
       points="258.32,106.64 258.08,107.12 258.08,107.6 258.32,108.08 258.8,108.08 259.04,107.6 259.04,107.12 259.28,106.64 260,106.64 260,108.08 "
       id="polyline22887"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(3.1499799,0,0,-3.1499799,555.19923,478.22838)"
       points="219.2,98.48 219.44,98.719 219.44,99.441 219.2,99.922 217.76,98.48 217.52,98.719 217.52,99.441 217.76,99.922 "
       id="polyline22889"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(3.1499799,0,0,-3.1499799,555.19923,478.22838)"
       points="219.44,100.4 217.52,100.4 217.52,101.84 "
       id="polyline22891"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="1243.4065"
       y1="161.97041"
       x2="1243.4065"
       y2="159.70242"
       id="line22893"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.08504064;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="1246.4304"
       y1="161.97041"
       x2="1246.4304"
       y2="157.43448"
       id="line22895"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.08504064;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(3.1499799,0,0,-3.1499799,555.19923,478.22838)"
       points="219.44,102.56 217.52,102.56 218.72,103.04 217.52,103.76 219.44,103.76 "
       id="polyline22897"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(3.1499799,0,0,-3.1499799,555.19923,478.22838)"
       points="219.2,104.48 219.44,104.72 219.44,105.44 219.2,105.92 217.76,104.48 217.52,104.72 217.52,105.44 217.76,105.92 "
       id="polyline22899"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(3.1499799,0,0,-3.1499799,555.19923,478.22838)"
       points="217.76,106.4 217.52,106.88 217.52,107.6 217.76,107.84 218.24,107.84 218.48,107.6 218.48,106.88 218.72,106.4 219.44,106.4 219.44,107.84 "
       id="polyline22901"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="1272.8903"
       y1="56.887115"
       x2="1277.4261"
       y2="56.887115"
       id="line22903"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.08504064;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="1275.1582"
       y1="56.887115"
       x2="1275.1582"
       y2="62.935055"
       id="line22905"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.08504064;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(3.1499799,0,0,-3.1499799,555.19923,478.22838)"
       points="229.76,131.84 229.76,132.32 230.48,133.76 231.2,132.32 231.2,131.84 "
       id="polyline22907"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="1278.9381"
       y1="61.423061"
       x2="1283.4741"
       y2="61.423061"
       id="line22909"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.08504064;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(3.1499799,0,0,-3.1499799,555.19923,478.22838)"
       points="231.92,131.84 231.92,133.76 232.4,132.32 233.12,133.76 233.12,131.84 "
       id="polyline22911"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="1291.79"
       y1="56.887115"
       x2="1294.0581"
       y2="56.887115"
       id="line22913"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.08504064;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="1292.5461"
       y1="56.887115"
       x2="1292.5461"
       y2="62.935055"
       id="line22915"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.08504064;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="1291.79"
       y1="62.935055"
       x2="1294.0581"
       y2="62.935055"
       id="line22917"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.08504064;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(3.1499799,0,0,-3.1499799,555.19923,478.22838)"
       points="235.28,133.76 235.76,132.8 235.76,131.84 "
       id="polyline22919"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="1297.838"
       y1="59.911068"
       x2="1300.1061"
       y2="56.887115"
       id="line22921"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.08504064;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(3.1499799,0,0,-3.1499799,555.19923,478.22838)"
       points="237.2,131.84 237.2,132.32 237.92,133.76 238.4,132.32 238.4,131.84 "
       id="polyline22923"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="1302.3741"
       y1="61.423061"
       x2="1306.1541"
       y2="61.423061"
       id="line22925"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.08504064;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="1308.4219"
       y1="64.447044"
       x2="1312.958"
       y2="64.447044"
       id="line22927"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.08504064;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(3.1499799,0,0,-3.1499799,555.19923,478.22838)"
       points="241.28,133.76 242.48,133.76 241.52,131.84 "
       id="polyline22929"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(3.1499799,0,0,-3.1499799,555.19923,478.22838)"
       points="243.2,133.28 243.44,133.76 244.16,133.76 244.4,133.28 244.4,133.04 244.16,132.8 243.44,132.8 243.2,132.32 243.2,131.84 244.4,131.84 "
       id="polyline22931"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polygon
       transform="matrix(3.1499799,0,0,-3.1499799,555.19923,478.22838)"
       points="245.6,131.84 245.12,132.08 245.12,133.28 245.6,133.76 245.84,133.76 246.08,133.28 246.08,132.08 245.84,131.84 245.6,131.84 "
       id="polygon22933"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polygon
       transform="matrix(3.1499799,0,0,-3.1499799,555.19923,478.22838)"
       points="247.28,131.84 246.8,132.08 246.8,133.28 247.28,133.76 247.52,133.76 247.76,133.28 247.76,132.08 247.52,131.84 247.28,131.84 "
       id="polygon22935"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(3.1499799,0,0,-3.1499799,555.19923,478.22838)"
       points="248.48,133.28 248.96,133.76 248.96,131.84 "
       id="polyline22937"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="1337.9058"
       y1="62.935055"
       x2="1340.1738"
       y2="62.935055"
       id="line22939"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.08504064;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(3.1499799,0,0,-3.1499799,555.19923,478.22838)"
       points="225.68,100.88 225.92,100.64 226.64,100.64 227.12,100.88 225.68,102.32 225.92,102.56 226.64,102.56 227.12,102.32 "
       id="polyline22941"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polygon
       transform="matrix(3.1499799,0,0,-3.1499799,555.19923,478.22838)"
       points="228.8,100.64 228.08,100.64 227.6,100.88 227.6,101.6 228.08,101.84 228.8,101.84 229.04,101.6 229.04,100.88 228.8,100.64 "
       id="polygon22943"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(3.1499799,0,0,-3.1499799,555.19923,478.22838)"
       points="229.76,102.56 229.76,100.88 230,100.64 "
       id="polyline22945"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polygon
       transform="matrix(3.1499799,0,0,-3.1499799,555.19923,478.22838)"
       points="231.44,100.64 230.96,100.64 230.72,100.88 230.72,101.6 230.96,101.84 231.44,101.84 231.68,101.6 231.68,100.88 231.44,100.64 "
       id="polygon22947"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="1284.9861"
       y1="160.45842"
       x2="1285.7421"
       y2="161.21442"
       id="line22949"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.08504064;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="1288.0101"
       y1="161.21442"
       x2="1288.0101"
       y2="157.43448"
       id="line22951"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.08504064;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(3.1499799,0,0,-3.1499799,555.19923,478.22838)"
       points="232.64,101.36 233.36,101.84 233.6,101.84 234.08,101.6 "
       id="polyline22953"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="1294.8141"
       y1="161.21442"
       x2="1294.8141"
       y2="155.16649"
       id="line22955"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.08504064;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polygon
       transform="matrix(3.1499799,0,0,-3.1499799,555.19923,478.22838)"
       points="234.8,101.36 235.28,101.84 235.76,101.84 236,101.6 236,100.88 235.76,100.64 235.28,100.64 234.8,101.36 "
       id="polygon22957"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polygon
       transform="matrix(3.1499799,0,0,-3.1499799,555.19923,478.22838)"
       points="237.68,100.64 236.96,100.64 236.72,100.88 236.72,101.6 236.96,101.84 237.68,101.84 237.92,101.6 237.92,100.88 237.68,100.64 "
       id="polygon22959"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="1306.9099"
       y1="157.43448"
       x2="1311.4459"
       y2="157.43448"
       id="line22961"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.08504064;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(3.1499799,0,0,-3.1499799,555.19923,478.22838)"
       points="239.36,102.56 239.36,100.88 239.6,100.64 240.08,100.88 "
       id="polyline22963"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="1313.714"
       y1="161.21442"
       x2="1313.714"
       y2="157.43448"
       id="line22965"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.08504064;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="1313.714"
       y1="155.92249"
       x2="1313.714"
       y2="155.16649"
       id="line22967"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.08504064;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(3.1499799,0,0,-3.1499799,555.19923,478.22838)"
       points="242.72,101.84 241.76,101.84 241.28,101.6 241.28,100.88 241.76,100.64 242.72,100.64 "
       id="polyline22969"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(3.1499799,0,0,-3.1499799,555.19923,478.22838)"
       points="243.44,100.64 244.4,100.64 244.64,100.88 244.4,101.36 243.68,101.36 243.44,101.6 243.68,101.84 244.64,101.84 "
       id="polyline22971"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(3.1499799,0,0,-3.1499799,555.19923,478.22838)"
       points="248.48,101.6 248.72,101.6 248.72,100.64 247.76,100.64 247.28,100.88 247.28,102.32 247.76,102.56 248.72,102.56 "
       id="polyline22973"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(3.1499799,0,0,-3.1499799,555.19923,478.22838)"
       points="249.44,100.64 249.44,102.56 249.92,101.36 250.64,102.56 250.64,100.64 "
       id="polyline22975"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(3.1499799,0,0,-3.1499799,555.19923,478.22838)"
       points="251.36,102.32 251.6,102.56 252.32,102.56 252.8,102.32 252.8,101.84 252.32,101.6 252.08,101.6 "
       id="polyline22977"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(3.1499799,0,0,-3.1499799,555.19923,478.22838)"
       points="252.32,101.6 252.8,101.36 252.8,100.88 252.32,100.64 251.6,100.64 251.36,100.88 "
       id="polyline22979"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <g
       id="g21994">
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line22982"
         y2="119.60379"
         x2="1393.4341"
         y1="119.60379"
         x1="1380.6909" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850176;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dashoffset:0;stroke-opacity:1"
         d="M 1721.7654,214.63027 L 1721.7654,203.29035 L 1734.191,203.29035 L 1734.191,191.95042 L 1721.7654,191.95042 L 1721.7654,194.9744 L 1710.4255,194.9744 L 1710.4255,191.95042 L 1687.7456,191.95042 L 1687.7456,180.61049 L 1710.4255,180.61049"
         id="path22984"
         sodipodi:nodetypes="ccccccccccc" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850176;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dashoffset:0;stroke-opacity:1"
         d="M 1721.7654,132.2268 L 1721.7654,144.32272 L 1734.1529,144.32272 L 1734.1529,155.66265 L 1721.7654,155.66265 L 1721.7654,152.63867 L 1710.4255,152.63867 L 1710.4255,155.66265 L 1687.7456,155.66265 L 1687.7456,167.00258 L 1710.4255,167.00258 L 1710.4255,170.02656 L 1721.7654,170.02656 L 1721.7654,167.00258 L 1734.1529,167.00258 L 1734.1529,180.61049 L 1721.7654,180.61049 L 1721.7654,177.58651 L 1710.4255,177.58651 L 1710.4255,180.61049"
         id="path22986"
         sodipodi:nodetypes="cccccccccccccccccccc" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850176;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dashoffset:0;stroke-opacity:1"
         d="M 1392.9075,119.96768 L 1392.9075,132.9828 L 1380.4646,132.9828 L 1380.4646,155.66265 L 1392.9075,155.66265 L 1392.9075,180.61049 L 1380.4646,180.61049 L 1380.4646,203.29035 L 1392.9075,203.29035 L 1392.9075,209.33831 L 1404.2475,209.33831 L 1404.2475,214.63027"
         id="path22988"
         sodipodi:nodetypes="cccccccccccc" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.0025794;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline22990"
         points="99.68,124.88 106.88,124.88 106.88,121.28 114.08,121.28 114.08,124.88 121.28,124.88 121.28,121.28 128.48,121.28 128.48,124.64 135.68,124.64 135.68,121.28 142.88,121.28 142.88,124.88 146.48,124.88 "
         transform="matrix(-3.1499799,0,0,3.4506039,2035.7554,-298.68896)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.0025794;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline22992"
         points="204.08,121.28 196.88,121.28 196.88,124.88 189.68,124.88 189.68,121.28 182.48,121.28 182.48,124.88 175.28,124.88 175.28,121.28 168.08,121.28 168.08,124.88 160.88,124.88 160.88,121.28 153.68,121.28 153.68,124.88 146.48,124.88 "
         transform="matrix(-3.1499799,0,0,3.4506039,2035.7554,-298.68896)" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path22994"
         d="M 1655.3954,193.36788 L 1655.4269,193.90339 L 1655.4584,194.43887 L 1655.5214,194.94287 L 1655.6159,195.47837 L 1655.7419,195.98236 L 1655.8679,196.45486 L 1656.0254,196.95885 L 1656.2144,197.43136 L 1656.4349,197.87235 L 1656.6554,198.34485 L 1656.9074,198.75434 L 1657.1909,199.19533 L 1657.4744,199.60485 L 1657.7894,199.98284 L 1658.1044,200.36083 L 1658.4509,200.73883 L 1658.8289,201.08532 L 1659.2069,201.40032 L 1659.5849,201.71532 L 1659.9944,201.99882 L 1660.4038,202.28232 L 1660.8449,202.50282 L 1661.2858,202.75482 L 1661.7584,202.94381 L 1662.2308,203.13282 L 1662.7033,203.32183 L 1663.2073,203.44781 L 1663.7113,203.57381 L 1664.2153,203.66832 L 1664.7508,203.73132 L 1665.2863,203.76281 L 1665.8218,203.76281 C 1671.5548,203.76281 1676.2168,199.10084 1676.2168,193.36788 C 1676.2168,187.63492 1671.5548,182.97295 1665.8218,182.97295 C 1660.0573,182.97295 1655.3954,187.63492 1655.3954,193.36788 z" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path22996"
         d="M 1415.2094,189.6194 L 1415.2409,190.37539 L 1415.2724,191.0684 L 1415.3669,191.79289 L 1415.4929,192.48588 L 1415.6504,193.17888 L 1415.8394,193.84037 L 1416.0599,194.50188 L 1416.3119,195.13188 L 1416.5954,195.76187 L 1416.9104,196.36035 L 1417.2569,196.95885 L 1417.6349,197.52585 L 1418.0129,198.09285 L 1418.4539,198.62835 L 1418.8949,199.13234 L 1419.3674,199.63634 L 1419.8399,200.10883 L 1420.3439,200.54984 L 1420.8794,200.95933 L 1421.4464,201.36882 L 1422.0134,201.71532 L 1422.6119,202.06183 L 1423.2104,202.37683 L 1423.8404,202.66031 L 1424.5019,202.91231 L 1425.1319,203.13282 L 1425.8249,203.32183 L 1426.4864,203.47932 L 1427.2108,203.6053 L 1427.9038,203.69982 L 1428.6283,203.76281 L 1429.3528,203.76281 C 1437.1333,203.76281 1443.4648,197.43136 1443.4648,189.6194 C 1443.4648,181.83895 1437.1333,175.50749 1429.3528,175.50749 C 1421.5409,175.50749 1415.2094,181.83895 1415.2094,189.6194 z" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline22998"
         points="142.64,126.08 143.12,125.6 143.6,125.6 144.08,126.08 142.64,127.28 143.12,127.76 143.6,127.76 144.08,127.28 "
         transform="matrix(-3.1499799,0,0,3.1499799,2035.7554,-261.14269)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline23000"
         points="144.8,125.6 144.8,127.76 146,127.76 "
         transform="matrix(-3.1499799,0,0,3.1499799,2035.7554,-261.14269)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.08504064;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23002"
         y2="137.51874"
         x2="1578.1263"
         y1="137.51874"
         x1="1579.6383" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.08504064;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23004"
         y2="134.49478"
         x2="1575.8584"
         y1="134.49478"
         x1="1579.6383" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline23006"
         points="146.72,125.6 146.72,127.76 147.44,126.32 148.16,127.76 148.16,125.6 "
         transform="matrix(-3.1499799,0,0,3.1499799,2035.7554,-261.14269)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline23008"
         points="148.64,126.08 149.12,125.6 149.6,125.6 150.08,126.08 148.64,127.28 149.12,127.76 149.6,127.76 150.08,127.28 "
         transform="matrix(-3.1499799,0,0,3.1499799,2035.7554,-261.14269)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline23010"
         points="150.8,127.28 151.04,127.76 151.04,125.6 "
         transform="matrix(-3.1499799,0,0,3.1499799,2035.7554,-261.14269)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.08504064;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23012"
         y2="134.49478"
         x2="1559.2266"
         y1="134.49478"
         x1="1560.7385" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline23014"
         points="203.12,125.36 203.36,125.84 203.36,126.56 203.12,126.8 201.68,125.36 201.44,125.84 201.44,126.56 201.68,126.8 "
         transform="matrix(-3.1499799,0,0,3.1499799,2035.7554,-261.14269)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline23016"
         points="203.36,127.52 201.44,127.52 201.44,128.72 "
         transform="matrix(-3.1499799,0,0,3.1499799,2035.7554,-261.14269)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.08504064;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23018"
         y2="142.81073"
         x2="1398.1995"
         y1="140.54272"
         x1="1398.1995" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.08504064;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23020"
         y2="144.32272"
         x2="1395.1755"
         y1="140.54272"
         x1="1395.1755" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline23022"
         points="203.36,129.44 201.44,129.44 202.88,130.16 201.44,130.88 203.36,130.88 "
         transform="matrix(-3.1499799,0,0,3.1499799,2035.7554,-261.14269)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline23024"
         points="203.12,131.36 203.36,131.84 203.36,132.56 203.12,132.8 201.68,131.36 201.44,131.84 201.44,132.56 201.68,132.8 "
         transform="matrix(-3.1499799,0,0,3.1499799,2035.7554,-261.14269)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline23026"
         points="201.68,133.52 201.44,133.76 201.44,134.48 201.68,134.72 202.16,134.72 202.4,134.48 202.4,133.76 202.88,133.52 203.36,133.52 203.36,134.72 "
         transform="matrix(-3.1499799,0,0,3.1499799,2035.7554,-261.14269)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline23028"
         points="97.039,129.44 97.52,129.2 98.238,129.2 98.48,129.44 97.039,130.88 97.52,131.12 98.238,131.12 98.48,130.88 "
         transform="matrix(-3.1499799,0,0,3.1499799,2035.7554,-261.14269)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline23030"
         points="99.199,129.2 99.199,131.12 100.4,131.12 "
         transform="matrix(-3.1499799,0,0,3.1499799,2035.7554,-261.14269)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.08504064;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23032"
         y2="148.85872"
         x2="1721.0032"
         y1="148.85872"
         x1="1723.2806" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.08504064;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23034"
         y2="145.83472"
         x2="1719.4976"
         y1="145.83472"
         x1="1723.2806" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline23036"
         points="101.12,129.2 101.12,131.12 101.84,129.92 102.56,131.12 102.56,129.2 "
         transform="matrix(-3.1499799,0,0,3.1499799,2035.7554,-261.14269)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline23038"
         points="103.04,129.44 103.52,129.2 104.24,129.2 104.48,129.44 103.04,130.88 103.52,131.12 104.24,131.12 104.48,130.88 "
         transform="matrix(-3.1499799,0,0,3.1499799,2035.7554,-261.14269)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline23040"
         points="105.2,130.88 105.44,131.12 106.16,131.12 106.4,130.88 106.4,130.64 106.16,130.16 105.92,130.16 "
         transform="matrix(-3.1499799,0,0,3.1499799,2035.7554,-261.14269)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline23042"
         points="106.16,130.16 106.4,129.92 106.4,129.44 106.16,129.2 105.44,129.2 105.2,129.44 "
         transform="matrix(-3.1499799,0,0,3.1499799,2035.7554,-261.14269)" />
      <g
         id="g23044"
         transform="matrix(-576.00001,0,0,-576.00001,1747.4011,403.03243)">
        <polyline
           transform="matrix(5.4579405e-3,0,0,-5.468715e-3,-0.4972775,1.1288356)"
           points="143.6,116.48 144.08,116.24 144.56,116.24 145.04,116.48 143.6,117.92 144.08,118.16 144.56,118.16 145.04,117.92 "
           id="polyline23046"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.02702343;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(5.4579405e-3,0,0,-5.468715e-3,-0.4972775,1.1288356)"
           points="145.76,116.24 145.76,118.16 146.96,118.16 "
           id="polyline23048"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.02702343;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <line
           x1="0.29827183"
           y1="0.48790231"
           x2="0.30089167"
           y2="0.48790231"
           id="line23050"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00014764;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <line
           x1="0.29827183"
           y1="0.4931522"
           x2="0.30482131"
           y2="0.4931522"
           id="line23052"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00014764;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(5.4579405e-3,0,0,-5.468715e-3,-0.4972775,1.1288356)"
           points="147.68,116.24 147.68,118.16 148.4,116.96 149.12,118.16 149.12,116.24 "
           id="polyline23054"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.02702343;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(5.4579405e-3,0,0,-5.9666227e-3,-0.4972775,1.1864669)"
           points="149.6,116.48 150.08,116.24 150.8,116.24 151.04,116.48 149.6,117.92 150.08,118.16 150.8,118.16 151.04,117.92 "
           id="polyline23056"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.02587134;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(5.4579405e-3,0,0,-5.9666227e-3,-0.4972775,1.1864669)"
           points="151.76,117.92 152,118.16 152,116.24 "
           id="polyline23058"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.02587134;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <line
           x1="0.33101937"
           y1="0.49290672"
           x2="0.33363923"
           y2="0.49290672"
           id="line23060"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00014764;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
      </g>
      <g
         id="g5257"
         transform="matrix(576.00001,0,0,576.00001,1493.9344,12.128566)">
        <path
           d="M 0.014693614,0.26505843 L 0.01464547,0.26332556 L 0.014549208,0.26159267 L 0.014308541,0.25990795 L 0.014019731,0.25827132 L 0.013634631,0.25663471 L 0.013201415,0.25499814 L 0.012671911,0.25345777 L 0.012046172,0.25191742 L 0.011372262,0.25037711 L 0.01060209,0.24893303 L 0.0097838017,0.24753711 L 0.0089173422,0.24614118 L 0.0080027923,0.24484153 L 0.0069919273,0.24354185 L 0.0059329451,0.24233846 L 0.0047777015,0.24113508 L 0.0036224311,0.24002798 L 0.0023709262,0.23896897 L 0.0011193945,0.23795813 L -0.00022839861,0.23699541 L -0.0015761917,0.23612897 L -0.0030202461,0.23531069 L -0.0044643006,0.23458863 L -0.0059564991,0.23386663 L -0.0074968686,0.23328901 L -0.0090853285,0.23275948 L -0.010673788,0.23227812 L -0.012310419,0.23189307 L -0.01399514,0.23160423 L -0.015679915,0.23141171 L -0.017412781,0.23126728 L -0.019145673,0.23121916 C -0.037822254,0.23121916 -0.052984933,0.24638187 -0.052984933,0.26505843 C -0.052984933,0.28378316 -0.037822254,0.29889772 -0.019145673,0.29889772 C -0.0004690654,0.29889772 0.014693614,0.28378316 0.014693614,0.26505843 z"
           id="path5238"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001477;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:6.70027161;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <path
           d="M 4.6130037e-05,0.26505845 L 1.8825454e-05,0.26407565 L -3.5769123e-05,0.26309286 L -0.00017226233,0.26213737 L -0.00033605958,0.26120916 L -0.00055446728,0.26028098 L -0.0008001638,0.2593528 L -0.0011004696,0.25847918 L -0.0014553545,0.25760558 L -0.0018375596,0.256732 L -0.0022743591,0.255913 L -0.0027384476,0.25512131 L -0.003229856,0.25432961 L -0.0037485389,0.25359252 L -0.0043218463,0.25285541 L -0.0049224432,0.25217292 L -0.0055776343,0.25149043 L -0.0062328406,0.25086254 L -0.0069426259,0.25026193 L -0.0076524264,0.24968864 L -0.0084168211,0.24914263 L -0.0091812158,0.24865123 L -0.010000204,0.24818715 L -0.010819194,0.24777763 L -0.011665487,0.24736815 L -0.012539101,0.24704056 L -0.013439989,0.24674024 L -0.014340875,0.24646724 L -0.015269084,0.24624886 L -0.016224565,0.24608505 L -0.017180078,0.24597585 L -0.018162864,0.24589394 L -0.019145667,0.24586666 C -0.029738004,0.24586666 -0.038337448,0.25446612 -0.038337448,0.26505845 C -0.038337448,0.27567809 -0.029738004,0.28425024 -0.019145667,0.28425024 C -0.0085533142,0.28425024 4.6130037e-05,0.27567809 4.6130037e-05,0.26505845 z"
           id="path5240"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001477;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:6.70027161;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.3985801e-3,0,0,-1.7916808e-3,-0.1456163,0.4014182)"
           points="88.641,64.16 89.84,62.961 89.84,60.801 88.641,59.602 84.078,59.602 83.121,60.801 83.121,62.961 84.078,64.16 "
           id="polyline5249"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.09326603;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:6.70027161;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
      </g>
      <g
         id="g5262"
         transform="matrix(576.00001,0,0,576.00001,1630.7251,11.861528)">
        <path
           d="M 0.014693614,0.26505843 L 0.01464547,0.26332556 L 0.014549208,0.26159267 L 0.014308541,0.25990795 L 0.014019731,0.25827132 L 0.013634631,0.25663471 L 0.013201415,0.25499814 L 0.012671911,0.25345777 L 0.012046172,0.25191742 L 0.011372262,0.25037711 L 0.01060209,0.24893303 L 0.0097838017,0.24753711 L 0.0089173422,0.24614118 L 0.0080027923,0.24484153 L 0.0069919273,0.24354185 L 0.0059329451,0.24233846 L 0.0047777015,0.24113508 L 0.0036224311,0.24002798 L 0.0023709262,0.23896897 L 0.0011193945,0.23795813 L -0.00022839861,0.23699541 L -0.0015761917,0.23612897 L -0.0030202461,0.23531069 L -0.0044643006,0.23458863 L -0.0059564991,0.23386663 L -0.0074968686,0.23328901 L -0.0090853285,0.23275948 L -0.010673788,0.23227812 L -0.012310419,0.23189307 L -0.01399514,0.23160423 L -0.015679915,0.23141171 L -0.017412781,0.23126728 L -0.019145673,0.23121916 C -0.037822254,0.23121916 -0.052984933,0.24638187 -0.052984933,0.26505843 C -0.052984933,0.28378316 -0.037822254,0.29889772 -0.019145673,0.29889772 C -0.0004690654,0.29889772 0.014693614,0.28378316 0.014693614,0.26505843 z"
           id="path5264"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001477;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:6.70027161;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <path
           d="M 4.6130037e-05,0.26505845 L 1.8825454e-05,0.26407565 L -3.5769123e-05,0.26309286 L -0.00017226233,0.26213737 L -0.00033605958,0.26120916 L -0.00055446728,0.26028098 L -0.0008001638,0.2593528 L -0.0011004696,0.25847918 L -0.0014553545,0.25760558 L -0.0018375596,0.256732 L -0.0022743591,0.255913 L -0.0027384476,0.25512131 L -0.003229856,0.25432961 L -0.0037485389,0.25359252 L -0.0043218463,0.25285541 L -0.0049224432,0.25217292 L -0.0055776343,0.25149043 L -0.0062328406,0.25086254 L -0.0069426259,0.25026193 L -0.0076524264,0.24968864 L -0.0084168211,0.24914263 L -0.0091812158,0.24865123 L -0.010000204,0.24818715 L -0.010819194,0.24777763 L -0.011665487,0.24736815 L -0.012539101,0.24704056 L -0.013439989,0.24674024 L -0.014340875,0.24646724 L -0.015269084,0.24624886 L -0.016224565,0.24608505 L -0.017180078,0.24597585 L -0.018162864,0.24589394 L -0.019145667,0.24586666 C -0.029738004,0.24586666 -0.038337448,0.25446612 -0.038337448,0.26505845 C -0.038337448,0.27567809 -0.029738004,0.28425024 -0.019145667,0.28425024 C -0.0085533142,0.28425024 4.6130037e-05,0.27567809 4.6130037e-05,0.26505845 z"
           id="path5266"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001477;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:6.70027161;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.3985801e-3,0,0,-1.7916808e-3,-0.1456163,0.4014182)"
           points="88.641,64.16 89.84,62.961 89.84,60.801 88.641,59.602 84.078,59.602 83.121,60.801 83.121,62.961 84.078,64.16 "
           id="polyline5268"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.09326603;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:6.70027161;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
      </g>
      <g
         id="g5294"
         transform="matrix(576.00001,0,0,576.00001,1562.2505,30.522871)">
        <path
           d="M 0.014693614,0.26505843 L 0.01464547,0.26332556 L 0.014549208,0.26159267 L 0.014308541,0.25990795 L 0.014019731,0.25827132 L 0.013634631,0.25663471 L 0.013201415,0.25499814 L 0.012671911,0.25345777 L 0.012046172,0.25191742 L 0.011372262,0.25037711 L 0.01060209,0.24893303 L 0.0097838017,0.24753711 L 0.0089173422,0.24614118 L 0.0080027923,0.24484153 L 0.0069919273,0.24354185 L 0.0059329451,0.24233846 L 0.0047777015,0.24113508 L 0.0036224311,0.24002798 L 0.0023709262,0.23896897 L 0.0011193945,0.23795813 L -0.00022839861,0.23699541 L -0.0015761917,0.23612897 L -0.0030202461,0.23531069 L -0.0044643006,0.23458863 L -0.0059564991,0.23386663 L -0.0074968686,0.23328901 L -0.0090853285,0.23275948 L -0.010673788,0.23227812 L -0.012310419,0.23189307 L -0.01399514,0.23160423 L -0.015679915,0.23141171 L -0.017412781,0.23126728 L -0.019145673,0.23121916 C -0.037822254,0.23121916 -0.052984933,0.24638187 -0.052984933,0.26505843 C -0.052984933,0.28378316 -0.037822254,0.29889772 -0.019145673,0.29889772 C -0.0004690654,0.29889772 0.014693614,0.28378316 0.014693614,0.26505843 z"
           id="path5296"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001477;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:6.70027161;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <path
           d="M 4.6130037e-05,0.26505845 L 1.8825454e-05,0.26407565 L -3.5769123e-05,0.26309286 L -0.00017226233,0.26213737 L -0.00033605958,0.26120916 L -0.00055446728,0.26028098 L -0.0008001638,0.2593528 L -0.0011004696,0.25847918 L -0.0014553545,0.25760558 L -0.0018375596,0.256732 L -0.0022743591,0.255913 L -0.0027384476,0.25512131 L -0.003229856,0.25432961 L -0.0037485389,0.25359252 L -0.0043218463,0.25285541 L -0.0049224432,0.25217292 L -0.0055776343,0.25149043 L -0.0062328406,0.25086254 L -0.0069426259,0.25026193 L -0.0076524264,0.24968864 L -0.0084168211,0.24914263 L -0.0091812158,0.24865123 L -0.010000204,0.24818715 L -0.010819194,0.24777763 L -0.011665487,0.24736815 L -0.012539101,0.24704056 L -0.013439989,0.24674024 L -0.014340875,0.24646724 L -0.015269084,0.24624886 L -0.016224565,0.24608505 L -0.017180078,0.24597585 L -0.018162864,0.24589394 L -0.019145667,0.24586666 C -0.029738004,0.24586666 -0.038337448,0.25446612 -0.038337448,0.26505845 C -0.038337448,0.27567809 -0.029738004,0.28425024 -0.019145667,0.28425024 C -0.0085533142,0.28425024 4.6130037e-05,0.27567809 4.6130037e-05,0.26505845 z"
           id="path5298"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001477;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:6.70027161;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.3985801e-3,0,0,-1.7916808e-3,-0.1456163,0.4014182)"
           points="88.641,64.16 89.84,62.961 89.84,60.801 88.641,59.602 84.078,59.602 83.121,60.801 83.121,62.961 84.078,64.16 "
           id="polyline19303"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.09326603;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:6.70027161;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
      </g>
    </g>
    <g
       id="g21886">
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23075"
         y2="214.6302"
         x2="1392.9794"
         y1="214.6302"
         x1="1721.7638" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline23077"
         points="206.48,172.64 206.24,172.88 205.52,172.88 205.28,172.64 206.48,171.2 206.24,170.96 205.52,170.96 205.28,171.2 "
         transform="matrix(-3.1499799,0,0,3.1499799,2035.7554,-261.01798)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline23079"
         points="204.56,172.88 204.56,170.96 203.12,170.96 "
         transform="matrix(-3.1499799,0,0,3.1499799,2035.7554,-261.01798)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.08504064;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23081"
         y2="280.52649"
         x2="1393.6636"
         y1="280.52649"
         x1="1391.3955" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.08504064;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23083"
         y2="283.55054"
         x2="1395.9315"
         y1="283.55054"
         x1="1391.3955" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline23085"
         points="202.64,172.88 202.64,170.96 201.92,172.16 201.2,170.96 201.2,172.88 "
         transform="matrix(-3.1499799,0,0,3.1499799,2035.7554,-261.01798)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline23087"
         points="200.48,172.64 200.24,172.88 199.52,172.88 199.28,172.64 200.48,171.2 200.24,170.96 199.52,170.96 199.28,171.2 "
         transform="matrix(-3.1499799,0,0,3.1499799,2035.7554,-261.01798)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline23089"
         points="198.56,171.2 198.32,170.96 197.6,170.96 197.12,171.2 197.12,171.68 197.6,171.92 197.84,171.92 "
         transform="matrix(-3.1499799,0,0,3.1499799,2035.7554,-261.01798)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline23091"
         points="197.6,171.92 197.12,172.16 197.12,172.64 197.6,172.88 198.32,172.88 198.56,172.64 "
         transform="matrix(-3.1499799,0,0,3.1499799,2035.7554,-261.01798)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00851328;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23093"
         y2="248.7747"
         x2="1392.9031"
         y1="248.7747"
         x1="1380.469" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00851328;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23095"
         y2="262.38266"
         x2="1380.469"
         y1="262.38266"
         x1="1392.9031" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00851328;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23097"
         y2="274.47858"
         x2="1392.9031"
         y1="274.47858"
         x1="1380.469" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00851328;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23099"
         y2="285.81851"
         x2="1380.469"
         y1="285.81851"
         x1="1392.9031" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00851328;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23101"
         y2="237.43483"
         x2="1392.9031"
         y1="237.43483"
         x1="1380.469" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00851328;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23103"
         y2="226.09491"
         x2="1380.469"
         y1="226.09491"
         x1="1392.9031" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00851328;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23105"
         y2="248.7747"
         x2="1380.469"
         y1="262.38266"
         x1="1380.469" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00851328;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23107"
         y2="274.47858"
         x2="1380.469"
         y1="285.81851"
         x1="1380.469" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00851328;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23109"
         y2="237.43483"
         x2="1380.469"
         y1="226.09491"
         x1="1380.469" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23111"
         y2="297.91446"
         x2="1585.6864"
         y1="297.91446"
         x1="1608.3662" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23113"
         y2="285.81851"
         x2="1392.9076"
         y1="297.91446"
         x1="1392.9076" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23115"
         y2="297.91446"
         x2="1506.3068"
         y1="297.91446"
         x1="1483.6271" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23117"
         y2="297.91446"
         x2="1460.9471"
         y1="297.91446"
         x1="1438.2673" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23119"
         y2="297.95007"
         x2="1438.2673"
         y1="309.79379"
         x1="1438.2673" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23121"
         y2="309.79379"
         x2="1438.2673"
         y1="309.79379"
         x1="1415.5874" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23123"
         y2="309.79379"
         x2="1415.5874"
         y1="297.95007"
         x1="1415.5874" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23125"
         y2="297.91446"
         x2="1415.5874"
         y1="297.91446"
         x1="1392.9076" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23127"
         y2="297.95007"
         x2="1483.6271"
         y1="309.79379"
         x1="1483.6271" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23129"
         y2="309.79379"
         x2="1483.6271"
         y1="309.79379"
         x1="1460.9471" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23131"
         y2="309.79379"
         x2="1460.9471"
         y1="297.95007"
         x1="1460.9471" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline23133"
         points="160.88,176.24 160.64,176.48 159.92,176.48 159.68,176.24 160.88,174.8 160.64,174.56 159.92,174.56 159.68,174.8 "
         transform="matrix(-3.1499799,0,0,3.1499799,2035.7554,-261.01798)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline23135"
         points="158.96,176.48 158.96,174.56 157.76,174.56 "
         transform="matrix(-3.1499799,0,0,3.1499799,2035.7554,-261.01798)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.08504064;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23137"
         y2="291.86646"
         x2="1537.3026"
         y1="291.86646"
         x1="1535.0347" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.08504064;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23139"
         y2="294.89041"
         x2="1538.8146"
         y1="294.89041"
         x1="1535.0347" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline23141"
         points="157.04,176.48 157.04,174.56 156.32,175.76 155.6,174.56 155.6,176.48 "
         transform="matrix(-3.1499799,0,0,3.1499799,2035.7554,-261.01798)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline23143"
         points="154.88,176.24 154.64,176.48 153.92,176.48 153.68,176.24 154.88,174.8 154.64,174.56 153.92,174.56 153.68,174.8 "
         transform="matrix(-3.1499799,0,0,3.1499799,2035.7554,-261.01798)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline23145"
         points="152.96,174.8 152.72,174.56 152.72,176.48 "
         transform="matrix(-3.1499799,0,0,3.1499799,2035.7554,-261.01798)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.08504064;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23147"
         y2="294.89041"
         x2="1556.2025"
         y1="294.89041"
         x1="1553.9344" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23149"
         y2="297.91446"
         x2="1540.3265"
         y1="297.91446"
         x1="1563.0065" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23151"
         y2="297.91446"
         x2="1540.3265"
         y1="297.91446"
         x1="1528.9867" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23153"
         y2="297.95007"
         x2="1528.9867"
         y1="309.79379"
         x1="1528.9867" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23155"
         y2="309.79379"
         x2="1528.9867"
         y1="309.79379"
         x1="1506.3068" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23157"
         y2="309.79379"
         x2="1506.3068"
         y1="297.95007"
         x1="1506.3068" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23159"
         y2="297.95007"
         x2="1563.0065"
         y1="309.79379"
         x1="1563.0065" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23161"
         y2="309.79379"
         x2="1563.0065"
         y1="309.79379"
         x1="1585.6864" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23163"
         y2="309.79379"
         x2="1585.6864"
         y1="297.95007"
         x1="1585.6864" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path23165"
         d="M 1437.9208,236.9938 L 1437.9208,237.5293 L 1437.9523,238.03328 L 1438.0468,238.56878 L 1438.1098,239.07279 L 1438.2358,239.57678 L 1438.3933,240.08078 L 1438.5508,240.55326 L 1438.7398,241.02577 L 1438.9288,241.49826 L 1439.1808,241.93927 L 1439.4328,242.38026 L 1439.6848,242.78975 L 1439.9683,243.19926 L 1440.2833,243.60875 L 1440.6298,243.98675 L 1440.9763,244.33324 L 1441.3228,244.67974 L 1441.7008,244.99474 L 1442.0787,245.30973 L 1442.4883,245.59324 L 1442.9292,245.87674 L 1443.3702,246.12874 L 1443.8112,246.34924 L 1444.2522,246.56973 L 1444.7247,246.75873 L 1445.2287,246.91624 L 1445.7012,247.04223 L 1446.2052,247.16823 L 1446.7407,247.26274 L 1447.2447,247.32573 L 1447.7802,247.35723 L 1448.3157,247.38873 C 1454.0487,247.38873 1458.7106,242.72675 1458.7106,236.9938 C 1458.7106,231.26083 1454.0487,226.59886 1448.3157,226.59886 C 1442.5828,226.59886 1437.9208,231.26083 1437.9208,236.9938 z" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23167"
         y2="248.7747"
         x2="1426.9274"
         y1="237.43483"
         x1="1426.9274" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23169"
         y2="248.7747"
         x2="1404.2474"
         y1="251.79869"
         x1="1404.2474" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23171"
         y2="251.79869"
         x2="1404.2474"
         y1="251.79869"
         x1="1392.9076" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23173"
         y2="251.79869"
         x2="1392.9076"
         y1="248.7747"
         x1="1392.9076" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23175"
         y2="262.38266"
         x2="1392.9076"
         y1="260.11465"
         x1="1392.9076" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23177"
         y2="260.11465"
         x2="1392.9076"
         y1="260.11465"
         x1="1404.2474" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23179"
         y2="260.11465"
         x2="1404.2474"
         y1="262.38266"
         x1="1404.2474" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23181"
         y2="262.38266"
         x2="1404.2474"
         y1="262.38266"
         x1="1426.9274" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23183"
         y2="262.38266"
         x2="1426.9274"
         y1="274.47858"
         x1="1426.9274" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23185"
         y2="274.47858"
         x2="1426.9274"
         y1="274.47858"
         x1="1404.2474" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23187"
         y2="274.47858"
         x2="1404.2474"
         y1="276.74658"
         x1="1404.2474" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23189"
         y2="276.74658"
         x2="1404.2474"
         y1="276.74658"
         x1="1392.9076" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23191"
         y2="276.74658"
         x2="1392.9076"
         y1="274.47858"
         x1="1392.9076" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23193"
         y2="248.7747"
         x2="1404.2474"
         y1="248.7747"
         x1="1426.9274" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23195"
         y2="237.43483"
         x2="1426.9274"
         y1="237.43483"
         x1="1404.2474" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23197"
         y2="237.43483"
         x2="1404.2474"
         y1="234.41084"
         x1="1404.2474" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23199"
         y2="234.41084"
         x2="1404.2474"
         y1="234.41084"
         x1="1392.9076" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23201"
         y2="234.41084"
         x2="1392.9076"
         y1="237.43483"
         x1="1392.9076" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23203"
         y2="226.09491"
         x2="1392.9076"
         y1="214.7549"
         x1="1392.9076" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline23205"
         points="100.64,176.72 100.16,176.24 100.16,175.76 100.64,175.28 101.84,176.72 102.32,176.24 102.32,175.76 101.84,175.28 "
         transform="matrix(-3.1499799,0,0,3.1499799,2035.7554,-261.01798)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline23207"
         points="100.16,174.8 102.32,174.8 102.32,173.36 "
         transform="matrix(-3.1499799,0,0,3.1499799,2035.7554,-261.01798)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.08504064;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23209"
         y2="287.33051"
         x2="1716.4735"
         y1="289.59845"
         x1="1716.4735" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.08504064;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23211"
         y2="285.06253"
         x2="1720.2534"
         y1="289.59845"
         x1="1720.2534" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline23213"
         points="100.16,172.64 102.32,172.64 100.88,171.92 102.32,171.44 100.16,171.44 "
         transform="matrix(-3.1499799,0,0,3.1499799,2035.7554,-261.01798)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline23215"
         points="100.64,170.72 100.16,170.24 100.16,169.76 100.64,169.28 101.84,170.72 102.32,170.24 102.32,169.76 101.84,169.28 "
         transform="matrix(-3.1499799,0,0,3.1499799,2035.7554,-261.01798)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.0269968;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline23217"
         points="101.84,168.8 102.32,168.32 102.32,167.6 101.84,167.36 101.6,167.36 101.36,167.6 101.36,168.32 100.88,168.8 100.16,168.8 100.16,167.36 "
         transform="matrix(-3.1499799,0,0,3.1499799,2035.7554,-261.01798)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23219"
         y2="274.47858"
         x2="1734.1487"
         y1="297.15839"
         x1="1734.1487" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23221"
         y2="309.79379"
         x2="1699.0856"
         y1="309.79379"
         x1="1721.7655" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23223"
         y2="297.91446"
         x2="1631.0461"
         y1="297.91446"
         x1="1653.7258" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23225"
         y2="297.95007"
         x2="1608.3662"
         y1="309.79379"
         x1="1608.3662" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23227"
         y2="309.79379"
         x2="1608.3662"
         y1="309.79379"
         x1="1631.0461" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23229"
         y2="309.79379"
         x2="1631.0461"
         y1="297.95007"
         x1="1631.0461" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23231"
         y2="297.95007"
         x2="1653.7258"
         y1="309.79379"
         x1="1653.7258" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23233"
         y2="309.79379"
         x2="1653.7258"
         y1="309.79379"
         x1="1676.4058" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23235"
         y2="309.79379"
         x2="1676.4058"
         y1="297.95007"
         x1="1676.4058" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23237"
         y2="297.91446"
         x2="1676.4058"
         y1="297.91446"
         x1="1699.0856" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23239"
         y2="297.95007"
         x2="1699.0856"
         y1="309.79379"
         x1="1699.0856" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23241"
         y2="297.15839"
         x2="1734.1487"
         y1="297.15839"
         x1="1721.7697" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23243"
         y2="297.16043"
         x2="1721.7655"
         y1="309.79379"
         x1="1721.7655" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path23245"
         d="M 1670.6413,240.71078 L 1670.6413,241.43526 L 1670.7043,242.15976 L 1670.7988,242.85277 L 1670.9248,243.57725 L 1671.0823,244.23875 L 1671.2713,244.93174 L 1671.4918,245.56173 L 1671.7438,246.22323 L 1672.0273,246.85322 L 1672.3423,247.45172 L 1672.6888,248.05022 L 1673.0353,248.61722 L 1673.4448,249.18422 L 1673.8543,249.71971 L 1674.2953,250.22371 L 1674.7678,250.69622 L 1675.2718,251.1687 L 1675.7758,251.60969 L 1676.3113,252.0507 L 1676.8783,252.4287 L 1677.4452,252.80669 L 1678.0437,253.15318 L 1678.6422,253.46819 L 1679.2722,253.75168 L 1679.9022,254.00369 L 1680.5637,254.22419 L 1681.2252,254.41318 L 1681.9182,254.57069 L 1682.6112,254.69668 L 1683.3357,254.79119 L 1684.0287,254.82269 L 1684.7532,254.85419 C 1692.5651,254.85419 1698.8966,248.52273 1698.8966,240.71078 C 1698.8966,232.89882 1692.5651,226.59886 1684.7532,226.59886 C 1676.9727,226.59886 1670.6413,232.89882 1670.6413,240.71078 z" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23247"
         y2="226.09491"
         x2="1734.1487"
         y1="248.7747"
         x1="1734.1487" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23249"
         y2="248.7747"
         x2="1734.1487"
         y1="248.7747"
         x1="1721.7697" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23251"
         y2="248.7747"
         x2="1721.7655"
         y1="274.47858"
         x1="1721.7655" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23253"
         y2="274.47858"
         x2="1721.7697"
         y1="274.47858"
         x1="1734.1487" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23255"
         y2="214.7549"
         x2="1710.4255"
         y1="220.80296"
         x1="1710.4255" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23257"
         y2="220.80296"
         x2="1710.4255"
         y1="220.80296"
         x1="1721.7655" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23259"
         y2="220.80296"
         x2="1721.7655"
         y1="226.09491"
         x1="1721.7655" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00850752;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line23261"
         y2="226.09491"
         x2="1721.7697"
         y1="226.09491"
         x1="1734.1487" />
      <g
         id="g5270"
         transform="matrix(576.00001,0,0,576.00001,1574.0448,94.938976)">
        <path
           d="M 0.014693614,0.26505843 L 0.01464547,0.26332556 L 0.014549208,0.26159267 L 0.014308541,0.25990795 L 0.014019731,0.25827132 L 0.013634631,0.25663471 L 0.013201415,0.25499814 L 0.012671911,0.25345777 L 0.012046172,0.25191742 L 0.011372262,0.25037711 L 0.01060209,0.24893303 L 0.0097838017,0.24753711 L 0.0089173422,0.24614118 L 0.0080027923,0.24484153 L 0.0069919273,0.24354185 L 0.0059329451,0.24233846 L 0.0047777015,0.24113508 L 0.0036224311,0.24002798 L 0.0023709262,0.23896897 L 0.0011193945,0.23795813 L -0.00022839861,0.23699541 L -0.0015761917,0.23612897 L -0.0030202461,0.23531069 L -0.0044643006,0.23458863 L -0.0059564991,0.23386663 L -0.0074968686,0.23328901 L -0.0090853285,0.23275948 L -0.010673788,0.23227812 L -0.012310419,0.23189307 L -0.01399514,0.23160423 L -0.015679915,0.23141171 L -0.017412781,0.23126728 L -0.019145673,0.23121916 C -0.037822254,0.23121916 -0.052984933,0.24638187 -0.052984933,0.26505843 C -0.052984933,0.28378316 -0.037822254,0.29889772 -0.019145673,0.29889772 C -0.0004690654,0.29889772 0.014693614,0.28378316 0.014693614,0.26505843 z"
           id="path5272"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001477;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:6.70027161;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <path
           d="M 4.6130037e-05,0.26505845 L 1.8825454e-05,0.26407565 L -3.5769123e-05,0.26309286 L -0.00017226233,0.26213737 L -0.00033605958,0.26120916 L -0.00055446728,0.26028098 L -0.0008001638,0.2593528 L -0.0011004696,0.25847918 L -0.0014553545,0.25760558 L -0.0018375596,0.256732 L -0.0022743591,0.255913 L -0.0027384476,0.25512131 L -0.003229856,0.25432961 L -0.0037485389,0.25359252 L -0.0043218463,0.25285541 L -0.0049224432,0.25217292 L -0.0055776343,0.25149043 L -0.0062328406,0.25086254 L -0.0069426259,0.25026193 L -0.0076524264,0.24968864 L -0.0084168211,0.24914263 L -0.0091812158,0.24865123 L -0.010000204,0.24818715 L -0.010819194,0.24777763 L -0.011665487,0.24736815 L -0.012539101,0.24704056 L -0.013439989,0.24674024 L -0.014340875,0.24646724 L -0.015269084,0.24624886 L -0.016224565,0.24608505 L -0.017180078,0.24597585 L -0.018162864,0.24589394 L -0.019145667,0.24586666 C -0.029738004,0.24586666 -0.038337448,0.25446612 -0.038337448,0.26505845 C -0.038337448,0.27567809 -0.029738004,0.28425024 -0.019145667,0.28425024 C -0.0085533142,0.28425024 4.6130037e-05,0.27567809 4.6130037e-05,0.26505845 z"
           id="path5274"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001477;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:6.70027161;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.3985801e-3,0,0,-1.7916808e-3,-0.1456163,0.4014182)"
           points="88.641,64.16 89.84,62.961 89.84,60.801 88.641,59.602 84.078,59.602 83.121,60.801 83.121,62.961 84.078,64.16 "
           id="polyline5276"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.09326603;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:6.70027161;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
      </g>
      <g
         id="g5302"
         transform="matrix(576.00001,0,0,576.00001,1505.5703,113.242)">
        <path
           d="M 0.014693614,0.26505843 L 0.01464547,0.26332556 L 0.014549208,0.26159267 L 0.014308541,0.25990795 L 0.014019731,0.25827132 L 0.013634631,0.25663471 L 0.013201415,0.25499814 L 0.012671911,0.25345777 L 0.012046172,0.25191742 L 0.011372262,0.25037711 L 0.01060209,0.24893303 L 0.0097838017,0.24753711 L 0.0089173422,0.24614118 L 0.0080027923,0.24484153 L 0.0069919273,0.24354185 L 0.0059329451,0.24233846 L 0.0047777015,0.24113508 L 0.0036224311,0.24002798 L 0.0023709262,0.23896897 L 0.0011193945,0.23795813 L -0.00022839861,0.23699541 L -0.0015761917,0.23612897 L -0.0030202461,0.23531069 L -0.0044643006,0.23458863 L -0.0059564991,0.23386663 L -0.0074968686,0.23328901 L -0.0090853285,0.23275948 L -0.010673788,0.23227812 L -0.012310419,0.23189307 L -0.01399514,0.23160423 L -0.015679915,0.23141171 L -0.017412781,0.23126728 L -0.019145673,0.23121916 C -0.037822254,0.23121916 -0.052984933,0.24638187 -0.052984933,0.26505843 C -0.052984933,0.28378316 -0.037822254,0.29889772 -0.019145673,0.29889772 C -0.0004690654,0.29889772 0.014693614,0.28378316 0.014693614,0.26505843 z"
           id="path19306"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001477;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:6.70027161;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <path
           d="M 4.6130037e-05,0.26505845 L 1.8825454e-05,0.26407565 L -3.5769123e-05,0.26309286 L -0.00017226233,0.26213737 L -0.00033605958,0.26120916 L -0.00055446728,0.26028098 L -0.0008001638,0.2593528 L -0.0011004696,0.25847918 L -0.0014553545,0.25760558 L -0.0018375596,0.256732 L -0.0022743591,0.255913 L -0.0027384476,0.25512131 L -0.003229856,0.25432961 L -0.0037485389,0.25359252 L -0.0043218463,0.25285541 L -0.0049224432,0.25217292 L -0.0055776343,0.25149043 L -0.0062328406,0.25086254 L -0.0069426259,0.25026193 L -0.0076524264,0.24968864 L -0.0084168211,0.24914263 L -0.0091812158,0.24865123 L -0.010000204,0.24818715 L -0.010819194,0.24777763 L -0.011665487,0.24736815 L -0.012539101,0.24704056 L -0.013439989,0.24674024 L -0.014340875,0.24646724 L -0.015269084,0.24624886 L -0.016224565,0.24608505 L -0.017180078,0.24597585 L -0.018162864,0.24589394 L -0.019145667,0.24586666 C -0.029738004,0.24586666 -0.038337448,0.25446612 -0.038337448,0.26505845 C -0.038337448,0.27567809 -0.029738004,0.28425024 -0.019145667,0.28425024 C -0.0085533142,0.28425024 4.6130037e-05,0.27567809 4.6130037e-05,0.26505845 z"
           id="path5306"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001477;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:6.70027161;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.3985801e-3,0,0,-1.7916808e-3,-0.1456163,0.4014182)"
           points="88.641,64.16 89.84,62.961 89.84,60.801 88.641,59.602 84.078,59.602 83.121,60.801 83.121,62.961 84.078,64.16 "
           id="polyline19309"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.09326603;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:6.70027161;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
      </g>
      <g
         id="g5310"
         transform="matrix(576.00001,0,0,576.00001,1641.3538,113.479)">
        <path
           d="M 0.014693614,0.26505843 L 0.01464547,0.26332556 L 0.014549208,0.26159267 L 0.014308541,0.25990795 L 0.014019731,0.25827132 L 0.013634631,0.25663471 L 0.013201415,0.25499814 L 0.012671911,0.25345777 L 0.012046172,0.25191742 L 0.011372262,0.25037711 L 0.01060209,0.24893303 L 0.0097838017,0.24753711 L 0.0089173422,0.24614118 L 0.0080027923,0.24484153 L 0.0069919273,0.24354185 L 0.0059329451,0.24233846 L 0.0047777015,0.24113508 L 0.0036224311,0.24002798 L 0.0023709262,0.23896897 L 0.0011193945,0.23795813 L -0.00022839861,0.23699541 L -0.0015761917,0.23612897 L -0.0030202461,0.23531069 L -0.0044643006,0.23458863 L -0.0059564991,0.23386663 L -0.0074968686,0.23328901 L -0.0090853285,0.23275948 L -0.010673788,0.23227812 L -0.012310419,0.23189307 L -0.01399514,0.23160423 L -0.015679915,0.23141171 L -0.017412781,0.23126728 L -0.019145673,0.23121916 C -0.037822254,0.23121916 -0.052984933,0.24638187 -0.052984933,0.26505843 C -0.052984933,0.28378316 -0.037822254,0.29889772 -0.019145673,0.29889772 C -0.0004690654,0.29889772 0.014693614,0.28378316 0.014693614,0.26505843 z"
           id="path5312"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001477;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:6.70027161;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <path
           d="M 4.6130037e-05,0.26505845 L 1.8825454e-05,0.26407565 L -3.5769123e-05,0.26309286 L -0.00017226233,0.26213737 L -0.00033605958,0.26120916 L -0.00055446728,0.26028098 L -0.0008001638,0.2593528 L -0.0011004696,0.25847918 L -0.0014553545,0.25760558 L -0.0018375596,0.256732 L -0.0022743591,0.255913 L -0.0027384476,0.25512131 L -0.003229856,0.25432961 L -0.0037485389,0.25359252 L -0.0043218463,0.25285541 L -0.0049224432,0.25217292 L -0.0055776343,0.25149043 L -0.0062328406,0.25086254 L -0.0069426259,0.25026193 L -0.0076524264,0.24968864 L -0.0084168211,0.24914263 L -0.0091812158,0.24865123 L -0.010000204,0.24818715 L -0.010819194,0.24777763 L -0.011665487,0.24736815 L -0.012539101,0.24704056 L -0.013439989,0.24674024 L -0.014340875,0.24646724 L -0.015269084,0.24624886 L -0.016224565,0.24608505 L -0.017180078,0.24597585 L -0.018162864,0.24589394 L -0.019145667,0.24586666 C -0.029738004,0.24586666 -0.038337448,0.25446612 -0.038337448,0.26505845 C -0.038337448,0.27567809 -0.029738004,0.28425024 -0.019145667,0.28425024 C -0.0085533142,0.28425024 4.6130037e-05,0.27567809 4.6130037e-05,0.26505845 z"
           id="path5314"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001477;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:6.70027161;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.3985801e-3,0,0,-1.7916808e-3,-0.1456163,0.4014182)"
           points="88.641,64.16 89.84,62.961 89.84,60.801 88.641,59.602 84.078,59.602 83.121,60.801 83.121,62.961 84.078,64.16 "
           id="polyline19314"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.09326603;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:6.70027161;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
      </g>
    </g>
  </g>
</svg>