summaryrefslogtreecommitdiff
path: root/trunk/users/vik/plywood-robot/gen_2/4.4mm/ExtruderPolyGuide_1.svg
blob: a03c2338694dbbb2f4619285c1dfc7dc0b528e5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
<?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="ExtruderPolyGuide_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="true"
     inkscape:document-units="mm"
     inkscape:zoom="1.3972962"
     inkscape:cx="398.99054"
     inkscape:cy="416.31813"
     inkscape:window-x="0"
     inkscape:window-y="0"
     inkscape:current-layer="body">
    <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
     id="g4899">
    <line
       x1="0.68695152"
       y1="0.18082565"
       x2="0.64784783"
       y2="0.18082565"
       id="line20370"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <path
       d="M 0.67301965,0.2662328 L 0.67301965,0.26583094 L 0.67299604,0.26542908 L 0.67294881,0.26505086 L 0.67287797,0.264649 L 0.67278352,0.26427078 L 0.67268906,0.26391619 L 0.67254738,0.26353797 L 0.67242932,0.26318339 L 0.67226402,0.26285245 L 0.67209873,0.26249786 L 0.67190982,0.26219056 L 0.6716973,0.26185961 L 0.67148478,0.26155231 L 0.67124865,0.26126864 L 0.67101251,0.26098498 L 0.67075277,0.26070131 L 0.67046941,0.26044128 L 0.67018605,0.26020489 L 0.66990269,0.25996851 L 0.66959571,0.25975576 L 0.66926513,0.25954301 L 0.66893454,0.2593539 L 0.66860395,0.25918842 L 0.66827337,0.25902295 L 0.66791917,0.25890476 L 0.66754135,0.25876292 L 0.66718715,0.25866837 L 0.66680934,0.25857381 L 0.66640791,0.2585029 L 0.6660301,0.25845562 L 0.66562867,0.25843198 L 0.66522725,0.25840834 C 0.66092962,0.25840834 0.65743484,0.26190689 0.65743484,0.2662328 C 0.65743484,0.27053507 0.66092962,0.27403362 0.66522725,0.27403362 C 0.66952487,0.27403362 0.67301965,0.27053507 0.67301965,0.2662328 z"
       id="path20372"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <path
       d="M 0.67301965,0.39314978 L 0.67301965,0.39274792 L 0.67299604,0.39234606 L 0.67294881,0.39196784 L 0.67287797,0.39158962 L 0.67278352,0.3912114 L 0.67268906,0.39083317 L 0.67254738,0.39047859 L 0.67242932,0.39012401 L 0.67226402,0.38976943 L 0.67209873,0.38943848 L 0.67190982,0.38910754 L 0.6716973,0.38877659 L 0.67148478,0.38846929 L 0.67124865,0.38818562 L 0.67101251,0.38790196 L 0.67075277,0.38761829 L 0.67046941,0.3873819 L 0.67018605,0.38712187 L 0.66990269,0.38688549 L 0.66959571,0.38667274 L 0.66926513,0.38645999 L 0.66893454,0.38629451 L 0.66860395,0.3861054 L 0.66827337,0.38596357 L 0.66791917,0.38582174 L 0.66754135,0.3856799 L 0.66718715,0.38558535 L 0.66680934,0.38549079 L 0.66640791,0.38541988 L 0.6660301,0.3853726 L 0.66562867,0.38534896 L 0.66522725,0.38534896 C 0.66092962,0.38534896 0.65743484,0.38884751 0.65743484,0.39314978 C 0.65743484,0.39745205 0.66092962,0.40097424 0.66522725,0.40097424 C 0.66952487,0.40097424 0.67301965,0.39745205 0.67301965,0.39314978 z"
       id="path20374"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.64784783"
       y1="0.47867751"
       x2="0.68695152"
       y2="0.47867751"
       id="line20376"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.17690335"
       y1="0.22167358"
       x2="0.21204001"
       y2="0.22451022"
       id="line20378"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.14176671"
       y1="0.2835128"
       x2="0.36788806"
       y2="0.2835128"
       id="line20380"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.21487361"
       y1="0.3323034"
       x2="0.19447169"
       y2="0.3323034"
       id="line20382"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.14176671"
       y1="0.2835128"
       x2="0.21487361"
       y2="0.2835128"
       id="line20384"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.19447169"
       y1="0.42988455"
       x2="0.21487361"
       y2="0.42988455"
       id="line20386"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.21487361"
       y1="0.47867751"
       x2="0.14176671"
       y2="0.47867751"
       id="line20388"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.15933503"
       y1="0.42988455"
       x2="0.15933503"
       y2="0.3323034"
       id="line20390"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.19447169"
       y1="0.3323034"
       x2="0.19447169"
       y2="0.42988455"
       id="line20392"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.14176671"
       y1="0.42988455"
       x2="0.15933503"
       y2="0.42988455"
       id="line20394"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.14176671"
       y1="0.47867751"
       x2="0.14176671"
       y2="0.42988455"
       id="line20396"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <path
       d="M 0.20578247,0.46144714 L 0.20578247,0.46104528 L 0.20573524,0.46064815 L 0.20568802,0.46025811 L 0.20561718,0.4598728 L 0.20554634,0.45949457 L 0.20542827,0.45912344 L 0.2053102,0.45876177 L 0.20516852,0.45840719 L 0.20500323,0.4580597 L 0.20483794,0.45772402 L 0.20464903,0.45739781 L 0.20446012,0.45707868 L 0.20422399,0.45677374 L 0.20398786,0.45647826 L 0.20375172,0.45619459 L 0.20349198,0.45592274 L 0.20323223,0.45566508 L 0.20294887,0.45541924 L 0.2026419,0.45518758 L 0.20233492,0.4549701 L 0.20202795,0.4547668 L 0.20169736,0.45457769 L 0.20136678,0.45440513 L 0.20101258,0.45424911 L 0.20065838,0.45410964 L 0.20030418,0.45398672 L 0.19992636,0.45388035 L 0.19954855,0.45379288 L 0.19917073,0.45372433 L 0.19876931,0.45367469 L 0.19836788,0.45364396 L 0.19796645,0.4536345 C 0.19366883,0.4536345 0.19017405,0.45713542 0.19017405,0.46144714 C 0.19017405,0.46575887 0.19366883,0.46925742 0.19796645,0.46925742 C 0.2022877,0.46925742 0.20578247,0.46575887 0.20578247,0.46144714 z"
       id="path20398"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <path
       d="M 0.16677323,0.46144714 L 0.16674962,0.46104528 L 0.166726,0.46064815 L 0.16667878,0.46025811 L 0.16660794,0.4598728 L 0.16651348,0.45949457 L 0.16641903,0.45912344 L 0.16630096,0.45876177 L 0.16615928,0.45840719 L 0.16599399,0.4580597 L 0.1658287,0.45772402 L 0.16563979,0.45739781 L 0.16542727,0.45707868 L 0.16521475,0.45677374 L 0.16497862,0.45647826 L 0.16474248,0.45619459 L 0.16448274,0.45592274 L 0.16419938,0.45566508 L 0.16391602,0.45541924 L 0.16363266,0.45518758 L 0.16332568,0.4549701 L 0.1629951,0.4547668 L 0.16268812,0.45457769 L 0.16233392,0.45440513 L 0.16200334,0.45424911 L 0.16164914,0.45410964 L 0.16127132,0.45398672 L 0.16091712,0.45388035 L 0.16053931,0.45379288 L 0.16013788,0.45372433 L 0.15976007,0.45367469 L 0.15935864,0.45364396 L 0.15895722,0.4536345 C 0.1546525,0.4536345 0.15115773,0.45713542 0.15115773,0.46144714 C 0.15115773,0.46575887 0.1546525,0.46925742 0.15895722,0.46925742 C 0.16327846,0.46925742 0.16677323,0.46575887 0.16677323,0.46144714 z"
       id="path20400"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.14176671"
       y1="0.3323034"
       x2="0.14176671"
       y2="0.2835128"
       id="line20402"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.15933503"
       y1="0.3323034"
       x2="0.14176671"
       y2="0.3323034"
       id="line20404"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <path
       d="M 0.16677323,0.30034366 L 0.16674962,0.2999418 L 0.166726,0.29956358 L 0.16667878,0.29916172 L 0.16660794,0.2987835 L 0.16651348,0.29840527 L 0.16641903,0.29802705 L 0.16630096,0.29767247 L 0.16615928,0.29731789 L 0.16599399,0.2969633 L 0.1658287,0.29663236 L 0.16563979,0.29630142 L 0.16542727,0.29599411 L 0.16521475,0.29568681 L 0.16497862,0.2953795 L 0.16474248,0.29509584 L 0.16448274,0.29483581 L 0.16419938,0.29457578 L 0.16391602,0.29431575 L 0.16363266,0.294103 L 0.16332568,0.29386662 L 0.1629951,0.2936775 L 0.16268812,0.29348839 L 0.16233392,0.29329928 L 0.16200334,0.29315745 L 0.16164914,0.29301562 L 0.16127132,0.29289742 L 0.16091712,0.29277923 L 0.16053931,0.29270831 L 0.16013788,0.2926374 L 0.15976007,0.29259012 L 0.15935864,0.29254284 L 0.15895722,0.29254284 C 0.1546525,0.29254284 0.15115773,0.29604139 0.15115773,0.30034366 C 0.15115773,0.30466957 0.1546525,0.30816812 0.15895722,0.30816812 C 0.16327846,0.30816812 0.16677323,0.30466957 0.16677323,0.30034366 z"
       id="path20406"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <path
       d="M 0.20578247,0.30034366 L 0.20578247,0.2999418 L 0.20573524,0.29956358 L 0.20568802,0.29916172 L 0.20561718,0.2987835 L 0.20554634,0.29840527 L 0.20542827,0.29802705 L 0.2053102,0.29767247 L 0.20516852,0.29731789 L 0.20500323,0.2969633 L 0.20483794,0.29663236 L 0.20464903,0.29630142 L 0.20446012,0.29599411 L 0.20422399,0.29568681 L 0.20398786,0.2953795 L 0.20375172,0.29509584 L 0.20349198,0.29483581 L 0.20323223,0.29457578 L 0.20294887,0.29431575 L 0.2026419,0.294103 L 0.20233492,0.29386662 L 0.20202795,0.2936775 L 0.20169736,0.29348839 L 0.20136678,0.29329928 L 0.20101258,0.29315745 L 0.20065838,0.29301562 L 0.20030418,0.29289742 L 0.19992636,0.29277923 L 0.19954855,0.29270831 L 0.19917073,0.2926374 L 0.19876931,0.29259012 L 0.19836788,0.29254284 L 0.19796645,0.29254284 C 0.19366883,0.29254284 0.19017405,0.29604139 0.19017405,0.30034366 C 0.19017405,0.30466957 0.19366883,0.30816812 0.19796645,0.30816812 C 0.2022877,0.30816812 0.20578247,0.30466957 0.20578247,0.30034366 z"
       id="path20408"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.14176671"
       y1="0.27727216"
       x2="0.17690335"
       y2="0.27727216"
       id="line20410"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.14176671"
       y1="0.27727216"
       x2="0.14176671"
       y2="0.2835128"
       id="line20412"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.17690335"
       y1="0.27727216"
       x2="0.17690335"
       y2="0.22167358"
       id="line20414"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.550372"
       y1="0.4202399"
       x2="0.550372"
       y2="0.38109398"
       id="line20416"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <path
       d="M 0.47306188,0.39797211 L 0.47303826,0.39757025 L 0.47301465,0.39719202 L 0.47296742,0.39679016 L 0.47289658,0.39641194 L 0.47280213,0.39603372 L 0.47270768,0.3956555 L 0.47258961,0.39530092 L 0.47244793,0.39494633 L 0.47228264,0.39459175 L 0.47211734,0.39426081 L 0.47192844,0.39392986 L 0.47171592,0.39362256 L 0.4715034,0.39331525 L 0.47126726,0.39300795 L 0.47103113,0.39272428 L 0.47077138,0.39246425 L 0.47048802,0.39220423 L 0.47020466,0.3919442 L 0.4699213,0.39173145 L 0.46961433,0.39149506 L 0.46930736,0.39130595 L 0.46897677,0.39111684 L 0.46862257,0.39095137 L 0.46829198,0.3907859 L 0.46793778,0.39064406 L 0.46755997,0.39052587 L 0.46720577,0.39040767 L 0.46682796,0.39033676 L 0.46645014,0.39026584 L 0.46604871,0.39021856 L 0.46564729,0.39017129 L 0.46524586,0.39017129 C 0.46094823,0.39017129 0.45745346,0.39366984 0.45745346,0.39797211 C 0.45745346,0.40229802 0.46094823,0.40579657 0.46524586,0.40579657 C 0.4695671,0.40579657 0.47306188,0.40229802 0.47306188,0.39797211 z"
       id="path20418"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.28798053"
       y1="0.38109398"
       x2="0.28798053"
       y2="0.4202399"
       id="line20420"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <path
       d="M 0.34623462,0.39797211 L 0.34623462,0.39757025 L 0.34621101,0.39719202 L 0.34616378,0.39679016 L 0.34609294,0.39641194 L 0.34599849,0.39603372 L 0.34590404,0.3956555 L 0.34576236,0.39530092 L 0.34562068,0.39494633 L 0.345479,0.39459175 L 0.34529009,0.39426081 L 0.3451248,0.39392986 L 0.34491228,0.39362256 L 0.34469976,0.39331525 L 0.34446362,0.39300795 L 0.34420388,0.39272428 L 0.34396774,0.39246425 L 0.34368438,0.39220423 L 0.34340102,0.3919442 L 0.34311766,0.39173145 L 0.34281069,0.39149506 L 0.3424801,0.39130595 L 0.34214951,0.39111684 L 0.34181893,0.39095137 L 0.34146473,0.3907859 L 0.34111053,0.39064406 L 0.34075633,0.39052587 L 0.34037851,0.39040767 L 0.3400007,0.39033676 L 0.33962289,0.39026584 L 0.33924507,0.39021856 L 0.33884365,0.39017129 L 0.33844222,0.39017129 C 0.33412098,0.39017129 0.33064982,0.39366984 0.33064982,0.39797211 C 0.33064982,0.40229802 0.33412098,0.40579657 0.33844222,0.40579657 C 0.34273985,0.40579657 0.34623462,0.40229802 0.34623462,0.39797211 z"
       id="path20422"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.2675786"
       y1="0.3323034"
       x2="0.2675786"
       y2="0.42988455"
       id="line20424"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.23244193"
       y1="0.42988455"
       x2="0.23244193"
       y2="0.3323034"
       id="line20426"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.550372"
       y1="0.18082565"
       x2="0.550372"
       y2="0.47867751"
       id="line20428"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.64784783"
       y1="0.18082565"
       x2="0.64784783"
       y2="0.47867751"
       id="line20430"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.28798053"
       y1="0.47867751"
       x2="0.550372"
       y2="0.47867751"
       id="line20432"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.28798053"
       y1="0.4202399"
       x2="0.32311717"
       y2="0.4202399"
       id="line20434"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.32311717"
       y1="0.43952921"
       x2="0.28798053"
       y2="0.43952921"
       id="line20436"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <path
       d="M 0.2789366,0.46144714 L 0.2789366,0.46104528 L 0.27888937,0.46064815 L 0.27884215,0.46025811 L 0.27877131,0.4598728 L 0.27870047,0.45949457 L 0.2785824,0.45912344 L 0.27846433,0.45876177 L 0.27832265,0.45840719 L 0.27815736,0.4580597 L 0.27799207,0.45772402 L 0.27780316,0.45739781 L 0.27761425,0.45707868 L 0.27737812,0.45677374 L 0.2771656,0.45647826 L 0.27690585,0.45619459 L 0.27664611,0.45592274 L 0.27638636,0.45566508 L 0.276103,0.45541924 L 0.27579603,0.45518758 L 0.27548905,0.4549701 L 0.27518208,0.4547668 L 0.27485149,0.45457769 L 0.27452091,0.45440513 L 0.27416671,0.45424911 L 0.27381251,0.45410964 L 0.27345831,0.45398672 L 0.27308049,0.45388035 L 0.27270268,0.45379288 L 0.27232487,0.45372433 L 0.27192344,0.45367469 L 0.27154562,0.45364396 L 0.2711442,0.4536345 C 0.26682296,0.4536345 0.26332818,0.45713542 0.26332818,0.46144714 C 0.26332818,0.46575887 0.26682296,0.46925742 0.2711442,0.46925742 C 0.27544183,0.46925742 0.2789366,0.46575887 0.2789366,0.46144714 z"
       id="path20438"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.28798053"
       y1="0.47867751"
       x2="0.21487361"
       y2="0.47867751"
       id="line20440"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <path
       d="M 0.23992736,0.46144714 L 0.23990375,0.46104528 L 0.23988013,0.46064815 L 0.23983291,0.46025811 L 0.23976207,0.4598728 L 0.23966761,0.45949457 L 0.23957316,0.45912344 L 0.23945509,0.45876177 L 0.23931341,0.45840719 L 0.23914812,0.4580597 L 0.23898283,0.45772402 L 0.23879392,0.45739781 L 0.2385814,0.45707868 L 0.23836888,0.45677374 L 0.23813275,0.45647826 L 0.23789661,0.45619459 L 0.23763687,0.45592274 L 0.23735351,0.45566508 L 0.23707015,0.45541924 L 0.23678679,0.45518758 L 0.23647981,0.4549701 L 0.23617284,0.4547668 L 0.23584225,0.45457769 L 0.23548805,0.45440513 L 0.23515747,0.45424911 L 0.23480327,0.45410964 L 0.23442545,0.45398672 L 0.23407125,0.45388035 L 0.23369344,0.45379288 L 0.23331563,0.45372433 L 0.2329142,0.45367469 L 0.23251277,0.45364396 L 0.23211135,0.4536345 C 0.22781372,0.4536345 0.22431894,0.45713542 0.22431894,0.46144714 C 0.22431894,0.46575887 0.22781372,0.46925742 0.23211135,0.46925742 C 0.23643259,0.46925742 0.23992736,0.46575887 0.23992736,0.46144714 z"
       id="path20442"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <polygon
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="125.12,87.199 125.12,107.84 125.12,87.199 "
       id="polygon20444"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.21487361"
       y1="0.42988455"
       x2="0.23244193"
       y2="0.42988455"
       id="line20446"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.28798053"
       y1="0.43952921"
       x2="0.28798053"
       y2="0.47867751"
       id="line20448"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.28798053"
       y1="0.42988455"
       x2="0.28798053"
       y2="0.47867751"
       id="line20450"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.2675786"
       y1="0.42988455"
       x2="0.28798053"
       y2="0.42988455"
       id="line20452"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <path
       d="M 0.34623462,0.46144714 L 0.34623462,0.46104528 L 0.34621101,0.46064815 L 0.34616378,0.46025811 L 0.34609294,0.4598728 L 0.34599849,0.45949457 L 0.34590404,0.45912344 L 0.34576236,0.45876177 L 0.34562068,0.45840719 L 0.345479,0.4580597 L 0.34529009,0.45772402 L 0.3451248,0.45739781 L 0.34491228,0.45707868 L 0.34469976,0.45677374 L 0.34446362,0.45647826 L 0.34420388,0.45619459 L 0.34396774,0.45592274 L 0.34368438,0.45566508 L 0.34340102,0.45541924 L 0.34311766,0.45518758 L 0.34281069,0.4549701 L 0.3424801,0.4547668 L 0.34214951,0.45457769 L 0.34181893,0.45440513 L 0.34146473,0.45424911 L 0.34111053,0.45410964 L 0.34075633,0.45398672 L 0.34037851,0.45388035 L 0.3400007,0.45379288 L 0.33962289,0.45372433 L 0.33924507,0.45367469 L 0.33884365,0.45364396 L 0.33844222,0.4536345 C 0.33412098,0.4536345 0.33064982,0.45713542 0.33064982,0.46144714 C 0.33064982,0.46575887 0.33412098,0.46925742 0.33844222,0.46925742 C 0.34273985,0.46925742 0.34623462,0.46575887 0.34623462,0.46144714 z"
       id="path20454"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.32311717"
       y1="0.4202399"
       x2="0.32311717"
       y2="0.43952921"
       id="line20456"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.550372"
       y1="0.47867751"
       x2="0.64784783"
       y2="0.47867751"
       id="line20458"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.550372"
       y1="0.43952921"
       x2="0.48009866"
       y2="0.43952921"
       id="line20460"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.48009866"
       y1="0.4202399"
       x2="0.550372"
       y2="0.4202399"
       id="line20462"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <path
       d="M 0.47306188,0.46144714 L 0.47303826,0.46104528 L 0.47301465,0.46064815 L 0.47296742,0.46025811 L 0.47289658,0.4598728 L 0.47280213,0.45949457 L 0.47270768,0.45912344 L 0.47258961,0.45876177 L 0.47244793,0.45840719 L 0.47228264,0.4580597 L 0.47211734,0.45772402 L 0.47192844,0.45739781 L 0.47171592,0.45707868 L 0.4715034,0.45677374 L 0.47126726,0.45647826 L 0.47103113,0.45619459 L 0.47077138,0.45592274 L 0.47048802,0.45566508 L 0.47020466,0.45541924 L 0.4699213,0.45518758 L 0.46961433,0.4549701 L 0.46930736,0.4547668 L 0.46897677,0.45457769 L 0.46862257,0.45440513 L 0.46829198,0.45424911 L 0.46793778,0.45410964 L 0.46755997,0.45398672 L 0.46720577,0.45388035 L 0.46682796,0.45379288 L 0.46645014,0.45372433 L 0.46604871,0.45367469 L 0.46564729,0.45364396 L 0.46524586,0.4536345 C 0.46094823,0.4536345 0.45745346,0.45713542 0.45745346,0.46144714 C 0.45745346,0.46575887 0.46094823,0.46925742 0.46524586,0.46925742 C 0.4695671,0.46925742 0.47306188,0.46575887 0.47306188,0.46144714 z"
       id="path20464"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.48009866"
       y1="0.43952921"
       x2="0.48009866"
       y2="0.4202399"
       id="line20466"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.550372"
       y1="0.47867751"
       x2="0.550372"
       y2="0.43952921"
       id="line20468"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.58947569"
       y1="0.40832591"
       x2="0.60874414"
       y2="0.40832591"
       id="line20470"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.58947569"
       y1="0.44350052"
       x2="0.60874414"
       y2="0.44350052"
       id="line20472"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.58947569"
       y1="0.44350052"
       x2="0.58947569"
       y2="0.40832591"
       id="line20474"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.60874414"
       y1="0.40832591"
       x2="0.60874414"
       y2="0.44350052"
       id="line20476"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.550372"
       y1="0.38109398"
       x2="0.28798053"
       y2="0.38109398"
       id="line20478"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.36902148"
       y1="0.22451022"
       x2="0.43929482"
       y2="0.22451022"
       id="line20480"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.550372"
       y1="0.2835128"
       x2="0.28798053"
       y2="0.2835128"
       id="line20482"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <path
       d="M 0.36824226,0.28327641 C 0.39865624,0.27715395 0.42474898,0.25774645 0.43941287,0.23041994"
       id="path20484"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.28798053"
       y1="0.32265875"
       x2="0.32311717"
       y2="0.32265875"
       id="line20486"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.32311717"
       y1="0.34194806"
       x2="0.28798053"
       y2="0.34194806"
       id="line20488"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.21204001"
       y1="0.27727216"
       x2="0.36902148"
       y2="0.27727216"
       id="line20490"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.28798053"
       y1="0.2835128"
       x2="0.28798053"
       y2="0.3323034"
       id="line20494"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <polygon
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="125.12,149.12 125.12,169.76 125.12,149.12 "
       id="polygon20496"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <path
       d="M 0.2789366,0.30034366 L 0.2789366,0.2999418 L 0.27888937,0.29956358 L 0.27884215,0.29916172 L 0.27877131,0.2987835 L 0.27870047,0.29840527 L 0.2785824,0.29802705 L 0.27846433,0.29767247 L 0.27832265,0.29731789 L 0.27815736,0.2969633 L 0.27799207,0.29663236 L 0.27780316,0.29630142 L 0.27761425,0.29599411 L 0.27737812,0.29568681 L 0.2771656,0.2953795 L 0.27690585,0.29509584 L 0.27664611,0.29483581 L 0.27638636,0.29457578 L 0.276103,0.29431575 L 0.27579603,0.294103 L 0.27548905,0.29386662 L 0.27518208,0.2936775 L 0.27485149,0.29348839 L 0.27452091,0.29329928 L 0.27416671,0.29315745 L 0.27381251,0.29301562 L 0.27345831,0.29289742 L 0.27308049,0.29277923 L 0.27270268,0.29270831 L 0.27232487,0.2926374 L 0.27192344,0.29259012 L 0.27154562,0.29254284 L 0.2711442,0.29254284 C 0.26682296,0.29254284 0.26332818,0.29604139 0.26332818,0.30034366 C 0.26332818,0.30466957 0.26682296,0.30816812 0.2711442,0.30816812 C 0.27544183,0.30816812 0.2789366,0.30466957 0.2789366,0.30034366 z"
       id="path20498"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <path
       d="M 0.23992736,0.30034366 L 0.23990375,0.2999418 L 0.23988013,0.29956358 L 0.23983291,0.29916172 L 0.23976207,0.2987835 L 0.23966761,0.29840527 L 0.23957316,0.29802705 L 0.23945509,0.29767247 L 0.23931341,0.29731789 L 0.23914812,0.2969633 L 0.23898283,0.29663236 L 0.23879392,0.29630142 L 0.2385814,0.29599411 L 0.23836888,0.29568681 L 0.23813275,0.2953795 L 0.23789661,0.29509584 L 0.23763687,0.29483581 L 0.23735351,0.29457578 L 0.23707015,0.29431575 L 0.23678679,0.294103 L 0.23647981,0.29386662 L 0.23617284,0.2936775 L 0.23584225,0.29348839 L 0.23548805,0.29329928 L 0.23515747,0.29315745 L 0.23480327,0.29301562 L 0.23442545,0.29289742 L 0.23407125,0.29277923 L 0.23369344,0.29270831 L 0.23331563,0.2926374 L 0.2329142,0.29259012 L 0.23251277,0.29254284 L 0.23211135,0.29254284 C 0.22781372,0.29254284 0.22431894,0.29604139 0.22431894,0.30034366 C 0.22431894,0.30466957 0.22781372,0.30816812 0.23211135,0.30816812 C 0.23643259,0.30816812 0.23992736,0.30466957 0.23992736,0.30034366 z"
       id="path20500"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.23244193"
       y1="0.3323034"
       x2="0.21487361"
       y2="0.3323034"
       id="line20502"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.28798053"
       y1="0.34194806"
       x2="0.28798053"
       y2="0.38109398"
       id="line20504"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.28798053"
       y1="0.3323034"
       x2="0.2675786"
       y2="0.3323034"
       id="line20506"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.21487361"
       y1="0.2835128"
       x2="0.28798053"
       y2="0.2835128"
       id="line20508"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.21204001"
       y1="0.22451022"
       x2="0.21204001"
       y2="0.27727216"
       id="line20510"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <path
       d="M 0.34623462,0.36381397 L 0.34623462,0.36341211 L 0.34621101,0.36301025 L 0.34616378,0.36263203 L 0.34609294,0.36223017 L 0.34599849,0.36185194 L 0.34590404,0.36149736 L 0.34576236,0.36111914 L 0.34562068,0.36076456 L 0.345479,0.36043361 L 0.34529009,0.36007903 L 0.3451248,0.35977173 L 0.34491228,0.35944078 L 0.34469976,0.35913348 L 0.34446362,0.35884981 L 0.34420388,0.35856614 L 0.34396774,0.35828248 L 0.34368438,0.35802245 L 0.34340102,0.35778606 L 0.34311766,0.35754967 L 0.34281069,0.35733692 L 0.3424801,0.35712418 L 0.34214951,0.3569587 L 0.34181893,0.35676959 L 0.34146473,0.35662776 L 0.34111053,0.35648593 L 0.34075633,0.35634409 L 0.34037851,0.35624954 L 0.3400007,0.35615498 L 0.33962289,0.35608407 L 0.33924507,0.35603679 L 0.33884365,0.35601315 L 0.33844222,0.35601315 C 0.33412098,0.35601315 0.33064982,0.3595117 0.33064982,0.36381397 C 0.33064982,0.36811624 0.33412098,0.37161479 0.33844222,0.37161479 C 0.34273985,0.37161479 0.34623462,0.36811624 0.34623462,0.36381397 z"
       id="path20512"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.32311717"
       y1="0.32265875"
       x2="0.32311717"
       y2="0.34194806"
       id="line20514"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <path
       d="M 0.34623462,0.30034366 L 0.34623462,0.2999418 L 0.34621101,0.29956358 L 0.34616378,0.29916172 L 0.34609294,0.2987835 L 0.34599849,0.29840527 L 0.34590404,0.29802705 L 0.34576236,0.29767247 L 0.34562068,0.29731789 L 0.345479,0.2969633 L 0.34529009,0.29663236 L 0.3451248,0.29630142 L 0.34491228,0.29599411 L 0.34469976,0.29568681 L 0.34446362,0.2953795 L 0.34420388,0.29509584 L 0.34396774,0.29483581 L 0.34368438,0.29457578 L 0.34340102,0.29431575 L 0.34311766,0.294103 L 0.34281069,0.29386662 L 0.3424801,0.2936775 L 0.34214951,0.29348839 L 0.34181893,0.29329928 L 0.34146473,0.29315745 L 0.34111053,0.29301562 L 0.34075633,0.29289742 L 0.34037851,0.29277923 L 0.3400007,0.29270831 L 0.33962289,0.2926374 L 0.33924507,0.29259012 L 0.33884365,0.29254284 L 0.33844222,0.29254284 C 0.33412098,0.29254284 0.33064982,0.29604139 0.33064982,0.30034366 C 0.33064982,0.30466957 0.33412098,0.30816812 0.33844222,0.30816812 C 0.34273985,0.30816812 0.34623462,0.30466957 0.34623462,0.30034366 z"
       id="path20516"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.36902148"
       y1="0.27727216"
       x2="0.36902148"
       y2="0.22451022"
       id="line20518"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.58947569"
       y1="0.18082565"
       x2="0.550372"
       y2="0.18082565"
       id="line20520"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.550372"
       y1="0.32265875"
       x2="0.550372"
       y2="0.2835128"
       id="line20522"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.48009866"
       y1="0.32265875"
       x2="0.550372"
       y2="0.32265875"
       id="line20524"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.550372"
       y1="0.34194806"
       x2="0.48009866"
       y2="0.34194806"
       id="line20526"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <path
       d="M 0.47306188,0.36381397 L 0.47303826,0.36341211 L 0.47301465,0.36301025 L 0.47296742,0.36263203 L 0.47289658,0.36223017 L 0.47280213,0.36185194 L 0.47270768,0.36149736 L 0.47258961,0.36111914 L 0.47244793,0.36076456 L 0.47228264,0.36043361 L 0.47211734,0.36007903 L 0.47192844,0.35977173 L 0.47171592,0.35944078 L 0.4715034,0.35913348 L 0.47126726,0.35884981 L 0.47103113,0.35856614 L 0.47077138,0.35828248 L 0.47048802,0.35802245 L 0.47020466,0.35778606 L 0.4699213,0.35754967 L 0.46961433,0.35733692 L 0.46930736,0.35712418 L 0.46897677,0.3569587 L 0.46862257,0.35676959 L 0.46829198,0.35662776 L 0.46793778,0.35648593 L 0.46755997,0.35634409 L 0.46720577,0.35624954 L 0.46682796,0.35615498 L 0.46645014,0.35608407 L 0.46604871,0.35603679 L 0.46564729,0.35601315 L 0.46524586,0.35601315 C 0.46094823,0.35601315 0.45745346,0.3595117 0.45745346,0.36381397 C 0.45745346,0.36811624 0.46094823,0.37161479 0.46524586,0.37161479 C 0.4695671,0.37161479 0.47306188,0.36811624 0.47306188,0.36381397 z"
       id="path20528"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <path
       d="M 0.47306188,0.30034366 L 0.47303826,0.2999418 L 0.47301465,0.29956358 L 0.47296742,0.29916172 L 0.47289658,0.2987835 L 0.47280213,0.29840527 L 0.47270768,0.29802705 L 0.47258961,0.29767247 L 0.47244793,0.29731789 L 0.47228264,0.2969633 L 0.47211734,0.29663236 L 0.47192844,0.29630142 L 0.47171592,0.29599411 L 0.4715034,0.29568681 L 0.47126726,0.2953795 L 0.47103113,0.29509584 L 0.47077138,0.29483581 L 0.47048802,0.29457578 L 0.47020466,0.29431575 L 0.4699213,0.294103 L 0.46961433,0.29386662 L 0.46930736,0.2936775 L 0.46897677,0.29348839 L 0.46862257,0.29329928 L 0.46829198,0.29315745 L 0.46793778,0.29301562 L 0.46755997,0.29289742 L 0.46720577,0.29277923 L 0.46682796,0.29270831 L 0.46645014,0.2926374 L 0.46604871,0.29259012 L 0.46564729,0.29254284 L 0.46524586,0.29254284 C 0.46094823,0.29254284 0.45745346,0.29604139 0.45745346,0.30034366 C 0.45745346,0.30466957 0.46094823,0.30816812 0.46524586,0.30816812 C 0.4695671,0.30816812 0.47306188,0.30466957 0.47306188,0.30034366 z"
       id="path20530"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.48009866"
       y1="0.34194806"
       x2="0.48009866"
       y2="0.32265875"
       id="line20532"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.550372"
       y1="0.38109398"
       x2="0.550372"
       y2="0.34194806"
       id="line20534"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.43929482"
       y1="0.22451022"
       x2="0.43929482"
       y2="0.23075089"
       id="line20536"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.59230924"
       y1="0.28861877"
       x2="0.59287602"
       y2="0.28634948"
       id="line20538"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.6076107"
       y1="0.28691676"
       x2="0.60647726"
       y2="0.28805146"
       id="line20540"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="291.68,165.44 291.68,166.4 291.44,166.64 "
       id="polyline20542"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.60817742"
       y1="0.29145548"
       x2="0.6076107"
       y2="0.28975347"
       id="line20544"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.59967661"
       y1="0.31187943"
       x2="0.60817742"
       y2="0.31244674"
       id="line20546"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="287.6,160.88 291.68,163.76 291.68,161.6 "
       id="polyline20548"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.60817742"
       y1="0.32606274"
       x2="0.60817742"
       y2="0.33060139"
       id="line20550"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.60817742"
       y1="0.31244674"
       x2="0.60817742"
       y2="0.31641808"
       id="line20552"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.60817742"
       y1="0.36747798"
       x2="0.59967661"
       y2="0.36747798"
       id="line20554"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.60817742"
       y1="0.35329467"
       x2="0.60817742"
       y2="0.35840067"
       id="line20556"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.60817742"
       y1="0.35329467"
       x2="0.59854317"
       y2="0.36010268"
       id="line20558"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.6076107"
       y1="0.37995929"
       x2="0.60874414"
       y2="0.38279596"
       id="line20560"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.60874414"
       y1="0.38619995"
       x2="0.6076107"
       y2="0.38903663"
       id="line20562"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.60817742"
       y1="0.36747798"
       x2="0.60817742"
       y2="0.37201664"
       id="line20564"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.59230924"
       y1="0.3345727"
       x2="0.61327791"
       y2="0.3345727"
       id="line20566"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.59514284"
       y1="0.34535202"
       x2="0.59514284"
       y2="0.34365001"
       id="line20568"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.59230924"
       y1="0.34591937"
       x2="0.59230924"
       y2="0.3430827"
       id="line20570"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.6047771"
       y1="0.34535202"
       x2="0.60534382"
       y2="0.34365001"
       id="line20572"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.6047771"
       y1="0.34478471"
       x2="0.60534382"
       y2="0.34365001"
       id="line20574"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.59854317"
       y1="0.34251535"
       x2="0.59854317"
       y2="0.347054"
       id="line20576"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.60137677"
       y1="0.33854404"
       x2="0.60137677"
       y2="0.34762135"
       id="line20578"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.60817742"
       y1="0.34194806"
       x2="0.60817742"
       y2="0.34591937"
       id="line20580"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <path
       d="M 0.57549655,0.39314978 L 0.57547294,0.39274792 L 0.57544932,0.39234606 L 0.5754021,0.39196784 L 0.57533126,0.39158962 L 0.5752368,0.3912114 L 0.57514235,0.39083317 L 0.57502428,0.39047859 L 0.5748826,0.39012401 L 0.57471731,0.38976943 L 0.57455202,0.38943848 L 0.57436311,0.38910754 L 0.57415059,0.38877659 L 0.57393807,0.38846929 L 0.57370194,0.38818562 L 0.5734658,0.38790196 L 0.57320606,0.38761829 L 0.5729227,0.3873819 L 0.57263934,0.38712187 L 0.57235598,0.38688549 L 0.572049,0.38667274 L 0.57171842,0.38645999 L 0.57141144,0.38629451 L 0.57105724,0.3861054 L 0.57072666,0.38596357 L 0.57037246,0.38582174 L 0.56999464,0.3856799 L 0.56964044,0.38558535 L 0.56926263,0.38549079 L 0.5688612,0.38541988 L 0.56848339,0.3853726 L 0.56808196,0.38534896 L 0.56768053,0.38534896 C 0.56338291,0.38534896 0.55988813,0.38884751 0.55988813,0.39314978 C 0.55988813,0.39745205 0.56338291,0.40097424 0.56768053,0.40097424 C 0.57200178,0.40097424 0.57549655,0.39745205 0.57549655,0.39314978 z"
       id="path20582"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.59287602"
       y1="0.3481887"
       x2="0.59230924"
       y2="0.34591937"
       id="line20584"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.5940094"
       y1="0.34989071"
       x2="0.59287602"
       y2="0.3481887"
       id="line20586"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="284,138.8 284.24,139.04 285.44,139.04 "
       id="polyline20588"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.59627634"
       y1="0.35102537"
       x2="0.5940094"
       y2="0.34989071"
       id="line20590"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.58777553"
       y1="0.35840067"
       x2="0.58890891"
       y2="0.35669866"
       id="line20592"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.58720875"
       y1="0.36067"
       x2="0.58777553"
       y2="0.35840067"
       id="line20594"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.5940094"
       y1="0.36067"
       x2="0.59174252"
       y2="0.36067"
       id="line20596"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="284,134.24 284,136.16 284.24,136.88 284.72,137.12 "
       id="polyline20598"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.59514284"
       y1="0.36180466"
       x2="0.5940094"
       y2="0.36067"
       id="line20600"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.58890891"
       y1="0.35669866"
       x2="0.59004235"
       y2="0.35669866"
       id="line20602"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.58890891"
       y1="0.35669866"
       x2="0.59060907"
       y2="0.35613135"
       id="line20604"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.59344268"
       y1="0.35613135"
       x2="0.59514284"
       y2="0.35669866"
       id="line20606"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="284,128.72 285.68,130.4 286.4,130.64 "
       id="polyline20608"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.58607537"
       y1="0.38449797"
       x2="0.59344268"
       y2="0.3918733"
       id="line20610"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.59570956"
       y1="0.39300793"
       x2="0.59344268"
       y2="0.3918733"
       id="line20612"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.58607537"
       y1="0.38449797"
       x2="0.5940094"
       y2="0.37655532"
       id="line20614"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.58607537"
       y1="0.38449797"
       x2="0.59004235"
       y2="0.38052663"
       id="line20616"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.58664203"
       y1="0.37201664"
       x2="0.58720875"
       y2="0.36067"
       id="line20618"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.59797645"
       y1="0.347054"
       x2="0.59627634"
       y2="0.34648672"
       id="line20620"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.60817742"
       y1="0.34591937"
       x2="0.60704398"
       y2="0.34875602"
       id="line20622"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.60364366"
       y1="0.347054"
       x2="0.6047771"
       y2="0.34535202"
       id="line20624"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.59854317"
       y1="0.347054"
       x2="0.59797645"
       y2="0.347054"
       id="line20626"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.60137677"
       y1="0.34762135"
       x2="0.60364366"
       y2="0.347054"
       id="line20628"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.60704398"
       y1="0.34875602"
       x2="0.60534382"
       y2="0.35045803"
       id="line20630"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.60251021"
       y1="0.35159266"
       x2="0.60137677"
       y2="0.35216001"
       id="line20632"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.60364366"
       y1="0.35159266"
       x2="0.60251021"
       y2="0.35159266"
       id="line20634"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="289.76,140.96 288.8,140.72 287.6,140.72 "
       id="polyline20636"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.6047771"
       y1="0.35102537"
       x2="0.60364366"
       y2="0.35159266"
       id="line20638"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.60534382"
       y1="0.35045803"
       x2="0.6047771"
       y2="0.35102537"
       id="line20640"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.60534382"
       y1="0.35045803"
       x2="0.60364366"
       y2="0.35159266"
       id="line20642"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.6047771"
       y1="0.34535202"
       x2="0.6047771"
       y2="0.34478471"
       id="line20644"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.59740973"
       y1="0.35896802"
       x2="0.59854317"
       y2="0.36010268"
       id="line20646"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.59967661"
       y1="0.36407402"
       x2="0.59967661"
       y2="0.36747798"
       id="line20648"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.60817742"
       y1="0.35840067"
       x2="0.59967661"
       y2="0.36407402"
       id="line20650"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.59627634"
       y1="0.36520866"
       x2="0.59627634"
       y2="0.36293933"
       id="line20652"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.59627634"
       y1="0.36520866"
       x2="0.59627634"
       y2="0.36747798"
       id="line20654"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.60647726"
       y1="0.37768999"
       x2="0.6076107"
       y2="0.37995929"
       id="line20656"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.60137677"
       y1="0.37485331"
       x2="0.60421038"
       y2="0.37598798"
       id="line20658"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.59854317"
       y1="0.37485331"
       x2="0.60137677"
       y2="0.37485331"
       id="line20660"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.60421038"
       y1="0.37598798"
       x2="0.60647726"
       y2="0.37768999"
       id="line20662"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="291.44,125.12 290.72,124.16 289.52,123.44 "
       id="polyline20664"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.60081005"
       y1="0.39357528"
       x2="0.59910989"
       y2="0.39357528"
       id="line20666"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.60307693"
       y1="0.39300793"
       x2="0.60081005"
       y2="0.39357528"
       id="line20668"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.59910989"
       y1="0.39357528"
       x2="0.59570956"
       y2="0.39300793"
       id="line20670"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.59514284"
       y1="0.35669866"
       x2="0.59740973"
       y2="0.35896802"
       id="line20672"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.59570956"
       y1="0.37598798"
       x2="0.59854317"
       y2="0.37485331"
       id="line20674"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.58664203"
       y1="0.37201664"
       x2="0.60817742"
       y2="0.37201664"
       id="line20676"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.59627634"
       y1="0.36747798"
       x2="0.59004235"
       y2="0.36747798"
       id="line20678"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.59627634"
       y1="0.36293933"
       x2="0.59514284"
       y2="0.36180466"
       id="line20680"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.59854317"
       y1="0.35216001"
       x2="0.59627634"
       y2="0.35102537"
       id="line20682"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.59514284"
       y1="0.34535202"
       x2="0.59627634"
       y2="0.34648672"
       id="line20684"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.59344268"
       y1="0.29542679"
       x2="0.59287602"
       y2="0.29202276"
       id="line20686"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.59514284"
       y1="0.29145548"
       x2="0.59570956"
       y2="0.29429212"
       id="line20688"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.58890891"
       y1="0.30166742"
       x2="0.58834219"
       y2="0.30223477"
       id="line20690"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.58890891"
       y1="0.30166742"
       x2="0.59060907"
       y2="0.30110008"
       id="line20692"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.59344268"
       y1="0.30053279"
       x2="0.59514284"
       y2="0.30110008"
       id="line20694"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.59060907"
       y1="0.30110008"
       x2="0.59344268"
       y2="0.30053279"
       id="line20696"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.59514284"
       y1="0.28918612"
       x2="0.59514284"
       y2="0.29145548"
       id="line20698"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.58720875"
       y1="0.30507144"
       x2="0.58777553"
       y2="0.30280209"
       id="line20700"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.59004235"
       y1="0.30734077"
       x2="0.59060907"
       y2="0.30620608"
       id="line20702"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="284.72,160.64 285.68,160.64 286.16,160.16 "
       id="polyline20704"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.59060907"
       y1="0.30620608"
       x2="0.59174252"
       y2="0.30507144"
       id="line20706"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.59004235"
       y1="0.31187943"
       x2="0.59004235"
       y2="0.30734077"
       id="line20708"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.58777553"
       y1="0.30280209"
       x2="0.58834219"
       y2="0.30223477"
       id="line20710"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.58890891"
       y1="0.30166742"
       x2="0.58777553"
       y2="0.30280209"
       id="line20712"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.59230924"
       y1="0.32663006"
       x2="0.59230924"
       y2="0.32379338"
       id="line20714"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.59344268"
       y1="0.32833204"
       x2="0.59230924"
       y2="0.32663006"
       id="line20716"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="284.96,152.72 285.44,153.44 286.4,153.92 "
       id="polyline20718"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.59457618"
       y1="0.3396787"
       x2="0.59570956"
       y2="0.33911136"
       id="line20720"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="284.96,144.56 285.44,145.52 285.92,146 "
       id="polyline20722"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="284.96,148.16 284.96,149.84 286.16,150.08 "
       id="polyline20724"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="284.96,149.84 285.44,150.08 286.16,150.08 285.44,150.8 "
       id="polyline20726"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.58664203"
       y1="0.31641808"
       x2="0.58720875"
       y2="0.30507144"
       id="line20728"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.59287602"
       y1="0.29202276"
       x2="0.59230924"
       y2="0.28861877"
       id="line20730"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.59854317"
       y1="0.28805146"
       x2="0.59627634"
       y2="0.28805146"
       id="line20732"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.60251021"
       y1="0.28805146"
       x2="0.60024333"
       y2="0.28805146"
       id="line20734"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.60421038"
       y1="0.28805146"
       x2="0.60251021"
       y2="0.28805146"
       id="line20736"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.60421038"
       y1="0.28805146"
       x2="0.60024333"
       y2="0.28805146"
       id="line20738"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.60421038"
       y1="0.28805146"
       x2="0.60137677"
       y2="0.28805146"
       id="line20740"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.59854317"
       y1="0.28861877"
       x2="0.59854317"
       y2="0.28805146"
       id="line20742"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.60647726"
       y1="0.28805146"
       x2="0.60591054"
       y2="0.28805146"
       id="line20744"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.60251021"
       y1="0.29259011"
       x2="0.60137677"
       y2="0.29202276"
       id="line20746"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="290.24,166.4 290,165.92 289.28,165.92 "
       id="polyline20748"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.60081005"
       y1="0.29599413"
       x2="0.60307693"
       y2="0.29656142"
       id="line20750"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.59910989"
       y1="0.29259011"
       x2="0.59967661"
       y2="0.29429212"
       id="line20752"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.60307693"
       y1="0.29656142"
       x2="0.60421038"
       y2="0.29656142"
       id="line20754"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.59967661"
       y1="0.29429212"
       x2="0.60081005"
       y2="0.29599413"
       id="line20756"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.60704398"
       y1="0.29542679"
       x2="0.60591054"
       y2="0.29599413"
       id="line20758"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.60817742"
       y1="0.29372478"
       x2="0.6076107"
       y2="0.29485944"
       id="line20760"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.60704398"
       y1="0.29542679"
       x2="0.6076107"
       y2="0.29485944"
       id="line20762"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.60704398"
       y1="0.29542679"
       x2="0.60817742"
       y2="0.29372478"
       id="line20764"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.60591054"
       y1="0.29599413"
       x2="0.60421038"
       y2="0.29656142"
       id="line20766"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.60137677"
       y1="0.29202276"
       x2="0.60081005"
       y2="0.28975347"
       id="line20768"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.6047771"
       y1="0.29145548"
       x2="0.6047771"
       y2="0.28975347"
       id="line20770"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.6076107"
       y1="0.29088813"
       x2="0.6076107"
       y2="0.28975347"
       id="line20772"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.60817742"
       y1="0.30280209"
       x2="0.59967661"
       y2="0.30904275"
       id="line20774"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.59740973"
       y1="0.30336943"
       x2="0.59854317"
       y2="0.3045041"
       id="line20776"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="288.08,158.96 288.08,158.24 288.08,157.76 "
       id="polyline20778"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.59967661"
       y1="0.30904275"
       x2="0.59967661"
       y2="0.31187943"
       id="line20780"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.59627634"
       y1="0.31017745"
       x2="0.59627634"
       y2="0.31187943"
       id="line20782"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.59627634"
       y1="0.31017745"
       x2="0.59627634"
       y2="0.30790809"
       id="line20784"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.596843"
       y1="0.32038939"
       x2="0.59854317"
       y2="0.31982207"
       id="line20786"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.59627634"
       y1="0.32549539"
       x2="0.59797645"
       y2="0.32492805"
       id="line20788"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.60307693"
       y1="0.32492805"
       x2="0.60081005"
       y2="0.32436073"
       id="line20790"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.59797645"
       y1="0.32492805"
       x2="0.60081005"
       y2="0.32436073"
       id="line20792"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.6076107"
       y1="0.32379338"
       x2="0.60817742"
       y2="0.32606274"
       id="line20794"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="290.48,151.28 290.24,151.76 289.52,152.24 "
       id="polyline20796"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.59854317"
       y1="0.31982207"
       x2="0.60194349"
       y2="0.31982207"
       id="line20798"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.60647726"
       y1="0.3220914"
       x2="0.6076107"
       y2="0.32379338"
       id="line20800"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.6047771"
       y1="0.32095674"
       x2="0.60647726"
       y2="0.3220914"
       id="line20802"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.60194349"
       y1="0.31982207"
       x2="0.6047771"
       y2="0.32095674"
       id="line20804"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.596843"
       y1="0.33911136"
       x2="0.59967661"
       y2="0.33854404"
       id="line20806"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.59627634"
       y1="0.34251535"
       x2="0.59854317"
       y2="0.34251535"
       id="line20808"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.59967661"
       y1="0.33854404"
       x2="0.60137677"
       y2="0.33854404"
       id="line20810"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.60591054"
       y1="0.33854404"
       x2="0.6076107"
       y2="0.33854404"
       id="line20812"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.6076107"
       y1="0.34024605"
       x2="0.60817742"
       y2="0.34194806"
       id="line20814"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.6076107"
       y1="0.33854404"
       x2="0.6076107"
       y2="0.34024605"
       id="line20816"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.6076107"
       y1="0.33854404"
       x2="0.60817742"
       y2="0.34194806"
       id="line20818"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.60421038"
       y1="0.33854404"
       x2="0.60591054"
       y2="0.33854404"
       id="line20820"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.60421038"
       y1="0.33854404"
       x2="0.6076107"
       y2="0.33854404"
       id="line20822"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.6047771"
       y1="0.34081337"
       x2="0.60421038"
       y2="0.33854404"
       id="line20824"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="290.48,150.32 290.48,149.84 287.36,149.84 286.64,150.8 "
       id="polyline20826"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.60534382"
       y1="0.3271974"
       x2="0.60534382"
       y2="0.3294667"
       id="line20828"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.59854317"
       y1="0.28861877"
       x2="0.59910989"
       y2="0.29259011"
       id="line20830"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.60081005"
       y1="0.28975347"
       x2="0.60137677"
       y2="0.28805146"
       id="line20832"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.6076107"
       y1="0.28975347"
       x2="0.60591054"
       y2="0.28805146"
       id="line20834"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.6047771"
       y1="0.28975347"
       x2="0.60421038"
       y2="0.28805146"
       id="line20836"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.60534382"
       y1="0.34365001"
       x2="0.6047771"
       y2="0.34081337"
       id="line20838"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.59570956"
       y1="0.33911136"
       x2="0.596843"
       y2="0.33911136"
       id="line20840"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.59457618"
       y1="0.3396787"
       x2="0.596843"
       y2="0.33911136"
       id="line20842"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.59514284"
       y1="0.34365001"
       x2="0.59627634"
       y2="0.34251535"
       id="line20844"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.59570956"
       y1="0.32095674"
       x2="0.59854317"
       y2="0.31982207"
       id="line20846"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.58664203"
       y1="0.31641808"
       x2="0.60817742"
       y2="0.31641808"
       id="line20848"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="286.64,150.8 286.4,151.28 286.64,152 "
       id="polyline20850"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.59570956"
       y1="0.32095674"
       x2="0.596843"
       y2="0.32038939"
       id="line20852"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.59514284"
       y1="0.30110008"
       x2="0.59740973"
       y2="0.30336943"
       id="line20854"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.59514284"
       y1="0.30620608"
       x2="0.59627634"
       y2="0.30790809"
       id="line20856"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.59627634"
       y1="0.31187943"
       x2="0.59004235"
       y2="0.31187943"
       id="line20858"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.59627634"
       y1="0.29542679"
       x2="0.59344268"
       y2="0.29542679"
       id="line20860"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.59570956"
       y1="0.29429212"
       x2="0.59627634"
       y2="0.29542679"
       id="line20862"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.59627634"
       y1="0.28805146"
       x2="0.59514284"
       y2="0.28918612"
       id="line20864"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <path
       d="M 0.63889837,0.39314978 L 0.63887476,0.39274792 L 0.63885114,0.39234606 L 0.63880392,0.39196784 L 0.63873308,0.39158962 L 0.63863862,0.3912114 L 0.63854417,0.39083317 L 0.6384261,0.39047859 L 0.63828442,0.39012401 L 0.63811913,0.38976943 L 0.63795384,0.38943848 L 0.63776493,0.38910754 L 0.63755241,0.38877659 L 0.63733989,0.38846929 L 0.63710376,0.38818562 L 0.63686762,0.38790196 L 0.63660788,0.38761829 L 0.63632452,0.3873819 L 0.63604116,0.38712187 L 0.6357578,0.38688549 L 0.63545082,0.38667274 L 0.63514385,0.38645999 L 0.63481326,0.38629451 L 0.63448268,0.3861054 L 0.63412848,0.38596357 L 0.63377428,0.38582174 L 0.63342008,0.3856799 L 0.63304226,0.38558535 L 0.63266445,0.38549079 L 0.63228664,0.38541988 L 0.63188521,0.3853726 L 0.63148378,0.38534896 L 0.63108236,0.38534896 C 0.62678473,0.38534896 0.62328995,0.38884751 0.62328995,0.39314978 C 0.62328995,0.39745205 0.62678473,0.40097424 0.63108236,0.40097424 C 0.6354036,0.40097424 0.63889837,0.39745205 0.63889837,0.39314978 z"
       id="path20866"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.60874414"
       y1="0.38279596"
       x2="0.60874414"
       y2="0.38619995"
       id="line20868"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.60817742"
       y1="0.33060139"
       x2="0.61327791"
       y2="0.33060139"
       id="line20870"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.61327791"
       y1="0.3345727"
       x2="0.61327791"
       y2="0.33060139"
       id="line20872"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.60817742"
       y1="0.27046415"
       x2="0.60817742"
       y2="0.27273348"
       id="line20874"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.60817742"
       y1="0.27046415"
       x2="0.60817742"
       y2="0.27500281"
       id="line20876"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="291.44,170.24 291.68,169.04 291.44,168.32 "
       id="polyline20878"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.60874414"
       y1="0.25117484"
       x2="0.58947569"
       y2="0.25117484"
       id="line20880"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.61327791"
       y1="0.27954146"
       x2="0.59230924"
       y2="0.27954146"
       id="line20882"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.58947569"
       y1="0.25117484"
       x2="0.58947569"
       y2="0.18082565"
       id="line20884"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <path
       d="M 0.57549655,0.2662328 L 0.57547294,0.26583094 L 0.57544932,0.26542908 L 0.5754021,0.26505086 L 0.57533126,0.264649 L 0.5752368,0.26427078 L 0.57514235,0.26391619 L 0.57502428,0.26353797 L 0.5748826,0.26318339 L 0.57471731,0.26285245 L 0.57455202,0.26249786 L 0.57436311,0.26219056 L 0.57415059,0.26185961 L 0.57393807,0.26155231 L 0.57370194,0.26126864 L 0.5734658,0.26098498 L 0.57320606,0.26070131 L 0.5729227,0.26044128 L 0.57263934,0.26020489 L 0.57235598,0.25996851 L 0.572049,0.25975576 L 0.57171842,0.25954301 L 0.57141144,0.2593539 L 0.57105724,0.25918842 L 0.57072666,0.25902295 L 0.57037246,0.25890476 L 0.56999464,0.25876292 L 0.56964044,0.25866837 L 0.56926263,0.25857381 L 0.5688612,0.2585029 L 0.56848339,0.25845562 L 0.56808196,0.25843198 L 0.56768053,0.25840834 C 0.56338291,0.25840834 0.55988813,0.26190689 0.55988813,0.2662328 C 0.55988813,0.27053507 0.56338291,0.27403362 0.56768053,0.27403362 C 0.57200178,0.27403362 0.57549655,0.27053507 0.57549655,0.2662328 z"
       id="path20886"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.59230924"
       y1="0.2710315"
       x2="0.59230924"
       y2="0.26876217"
       id="line20888"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.59287602"
       y1="0.27273348"
       x2="0.59230924"
       y2="0.2710315"
       id="line20890"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="284.96,173.36 286.16,173.36 285.2,174.32 "
       id="polyline20892"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="284.96,176 285.44,176.96 286.4,177.44 "
       id="polyline20894"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.59287602"
       y1="0.28634948"
       x2="0.5940094"
       y2="0.28464746"
       id="line20896"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.59514284"
       y1="0.28464746"
       x2="0.59627634"
       y2="0.28408012"
       id="line20898"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.5940094"
       y1="0.28464746"
       x2="0.59514284"
       y2="0.28464746"
       id="line20900"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.5940094"
       y1="0.28464746"
       x2="0.59627634"
       y2="0.28408012"
       id="line20902"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.59230924"
       y1="0.27954146"
       x2="0.59230924"
       y2="0.27500281"
       id="line20904"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.6047771"
       y1="0.27046415"
       x2="0.60534382"
       y2="0.27216616"
       id="line20906"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.59797645"
       y1="0.27500281"
       x2="0.59627634"
       y2="0.27330083"
       id="line20908"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.60534382"
       y1="0.27443546"
       x2="0.60534382"
       y2="0.27500281"
       id="line20910"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.60534382"
       y1="0.27216616"
       x2="0.60534382"
       y2="0.27443546"
       id="line20912"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.60534382"
       y1="0.27500281"
       x2="0.59797645"
       y2="0.27500281"
       id="line20914"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.59797645"
       y1="0.26932949"
       x2="0.59627634"
       y2="0.27046415"
       id="line20916"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.59854317"
       y1="0.26479086"
       x2="0.60194349"
       y2="0.26479086"
       id="line20918"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.60081005"
       y1="0.26932949"
       x2="0.59797645"
       y2="0.26932949"
       id="line20920"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.60307693"
       y1="0.26932949"
       x2="0.60081005"
       y2="0.26932949"
       id="line20922"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="290.24,177.44 290.96,176.96 291.2,176.24 291.68,175.28 "
       id="polyline20924"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.60307693"
       y1="0.26932949"
       x2="0.6047771"
       y2="0.27046415"
       id="line20926"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.60194349"
       y1="0.26479086"
       x2="0.6047771"
       y2="0.26535815"
       id="line20928"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.60534382"
       y1="0.28294545"
       x2="0.60534382"
       y2="0.28237811"
       id="line20930"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.6047771"
       y1="0.2835128"
       x2="0.60534382"
       y2="0.28294545"
       id="line20932"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.6047771"
       y1="0.28408012"
       x2="0.6047771"
       y2="0.2835128"
       id="line20934"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.6047771"
       y1="0.28408012"
       x2="0.60534382"
       y2="0.28294545"
       id="line20936"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.60534382"
       y1="0.28237811"
       x2="0.6076107"
       y2="0.28237811"
       id="line20938"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.59627634"
       y1="0.27046415"
       x2="0.59570956"
       y2="0.27159882"
       id="line20940"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.59627634"
       y1="0.28408012"
       x2="0.6047771"
       y2="0.28408012"
       id="line20942"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.59627634"
       y1="0.27330083"
       x2="0.59570956"
       y2="0.27159882"
       id="line20944"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.59570956"
       y1="0.26535815"
       x2="0.59854317"
       y2="0.26479086"
       id="line20946"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.60874414"
       y1="0.18082565"
       x2="0.60874414"
       y2="0.25117484"
       id="line20948"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <path
       d="M 0.63889837,0.2662328 L 0.63887476,0.26583094 L 0.63885114,0.26542908 L 0.63880392,0.26505086 L 0.63873308,0.264649 L 0.63863862,0.26427078 L 0.63854417,0.26391619 L 0.6384261,0.26353797 L 0.63828442,0.26318339 L 0.63811913,0.26285245 L 0.63795384,0.26249786 L 0.63776493,0.26219056 L 0.63755241,0.26185961 L 0.63733989,0.26155231 L 0.63710376,0.26126864 L 0.63686762,0.26098498 L 0.63660788,0.26070131 L 0.63632452,0.26044128 L 0.63604116,0.26020489 L 0.6357578,0.25996851 L 0.63545082,0.25975576 L 0.63514385,0.25954301 L 0.63481326,0.2593539 L 0.63448268,0.25918842 L 0.63412848,0.25902295 L 0.63377428,0.25890476 L 0.63342008,0.25876292 L 0.63304226,0.25866837 L 0.63266445,0.25857381 L 0.63228664,0.2585029 L 0.63188521,0.25845562 L 0.63148378,0.25843198 L 0.63108236,0.25840834 C 0.62678473,0.25840834 0.62328995,0.26190689 0.62328995,0.2662328 C 0.62328995,0.27053507 0.62678473,0.27403362 0.63108236,0.27403362 C 0.6354036,0.27403362 0.63889837,0.27053507 0.63889837,0.2662328 z"
       id="path20950"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.60817742"
       y1="0.27500281"
       x2="0.61327791"
       y2="0.27500281"
       id="line20952"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.60817742"
       y1="0.27500281"
       x2="0.60817742"
       y2="0.27273348"
       id="line20954"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.61327791"
       y1="0.27500281"
       x2="0.61327791"
       y2="0.27954146"
       id="line20956"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.64784783"
       y1="0.18082565"
       x2="0.60874414"
       y2="0.18082565"
       id="line20958"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.68695152"
       y1="0.18082565"
       x2="0.68695152"
       y2="0.47867751"
       id="line20960"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.7260552"
       y1="0.47867751"
       x2="0.7260552"
       y2="0.18082565"
       id="line20962"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.68695152"
       y1="0.47867751"
       x2="0.7260552"
       y2="0.47867751"
       id="line20964"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <path
       d="M 0.71691685,0.39314978 L 0.71691685,0.39274792 L 0.71689324,0.39234606 L 0.71684601,0.3919442 L 0.71677517,0.39156598 L 0.71668072,0.39118776 L 0.71658626,0.39080953 L 0.71644458,0.39045495 L 0.7163029,0.39010037 L 0.71616122,0.38974579 L 0.71599593,0.38941484 L 0.71580702,0.3890839 L 0.7155945,0.38877659 L 0.71538198,0.38846929 L 0.71514585,0.38818562 L 0.71490972,0.38790196 L 0.71464997,0.38761829 L 0.71436661,0.38735826 L 0.71408325,0.38712187 L 0.71379989,0.38688549 L 0.71349292,0.38667274 L 0.71316233,0.38645999 L 0.71283174,0.38627088 L 0.71250115,0.3861054 L 0.71217057,0.38593993 L 0.71181637,0.3857981 L 0.71143855,0.3856799 L 0.71108435,0.38558535 L 0.71070654,0.38549079 L 0.71030511,0.38541988 L 0.7099273,0.3853726 L 0.70952587,0.38534896 L 0.70912445,0.38532532 C 0.70482682,0.38532532 0.70130843,0.38882387 0.70130843,0.39314978 C 0.70130843,0.39745205 0.70482682,0.4009506 0.70912445,0.4009506 C 0.71342208,0.4009506 0.71691685,0.39745205 0.71691685,0.39314978 z"
       id="path20966"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="341.6,213.2 325.04,213.2 325.04,183.44 "
       id="polyline20968"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <path
       d="M 0.71691685,0.2662328 L 0.71691685,0.26583094 L 0.71689324,0.26542908 L 0.71684601,0.26502722 L 0.71677517,0.264649 L 0.71668072,0.26427078 L 0.71658626,0.26389255 L 0.71644458,0.26353797 L 0.7163029,0.26318339 L 0.71616122,0.26282881 L 0.71599593,0.26249786 L 0.71580702,0.26216692 L 0.7155945,0.26185961 L 0.71538198,0.26155231 L 0.71514585,0.261245 L 0.71490972,0.26096134 L 0.71464997,0.26070131 L 0.71436661,0.26044128 L 0.71408325,0.26020489 L 0.71379989,0.25996851 L 0.71349292,0.25975576 L 0.71316233,0.25954301 L 0.71283174,0.2593539 L 0.71250115,0.25918842 L 0.71217057,0.25902295 L 0.71181637,0.25888112 L 0.71143855,0.25876292 L 0.71108435,0.25866837 L 0.71070654,0.25857381 L 0.71030511,0.2585029 L 0.7099273,0.25845562 L 0.70952587,0.25843198 L 0.70912445,0.25840834 C 0.70482682,0.25840834 0.70130843,0.26190689 0.70130843,0.2662328 C 0.70130843,0.27053507 0.70482682,0.27403362 0.70912445,0.27403362 C 0.71342208,0.27403362 0.71691685,0.27053507 0.71691685,0.2662328 z"
       id="path20970"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="300.8,92.48 304.16,92.48 304.88,93.199 "
       id="polyline20972"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <polygon
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="304.88,95.84 304.88,95.121 304.16,94.398 302.96,94.398 302.24,95.121 302.24,95.84 302.96,96.559 304.16,96.559 304.88,95.84 "
       id="polygon20974"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.63764685"
       y1="0.45655155"
       x2="0.63934702"
       y2="0.4548448"
       id="line20976"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.63934702"
       y1="0.45201051"
       x2="0.63311309"
       y2="0.45201051"
       id="line20978"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="302.96,98.48 302.24,99.199 302.96,99.922 303.44,99.922 "
       id="polyline20980"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="302.96,99.922 302.24,100.64 302.96,101.36 304.88,101.36 "
       id="polyline20982"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.64104718"
       y1="0.44179854"
       x2="0.64104718"
       y2="0.43555787"
       id="line20984"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.63934702"
       y1="0.43215388"
       x2="0.63311309"
       y2="0.42591324"
       id="line20986"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.63311309"
       y1="0.43215388"
       x2="0.63934702"
       y2="0.42591324"
       id="line20988"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="301.52,110.96 300.8,111.68 304.88,111.68 "
       id="polyline20990"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.63934702"
       y1="0.42250922"
       x2="0.63934702"
       y2="0.41910523"
       id="line20992"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="185.6,94.641 185.6,91.281 186.32,90.559 "
       id="polyline20994"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <polygon
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="188.96,90.559 188.24,90.559 187.52,91.281 187.52,92.48 188.24,93.199 188.96,93.199 189.68,92.48 189.68,91.281 188.96,90.559 "
       id="polygon20996"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.36732131"
       y1="0.46902812"
       x2="0.36902148"
       y2="0.47073486"
       id="line20998"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.37185511"
       y1="0.47073486"
       x2="0.37185511"
       y2="0.4644942"
       id="line21000"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="191.6,92.48 192.32,93.199 193.04,92.48 193.04,91.762 "
       id="polyline21002"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="193.04,92.48 193.76,93.199 194.48,92.48 194.48,90.559 "
       id="polyline21004"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.38205606"
       y1="0.47243449"
       x2="0.38828999"
       y2="0.47243449"
       id="line21006"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.39169031"
       y1="0.47073486"
       x2="0.39792421"
       y2="0.4644942"
       id="line21008"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.39169031"
       y1="0.4644942"
       x2="0.39792421"
       y2="0.47073486"
       id="line21010"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="204.08,93.922 204.8,94.641 206.24,94.641 206.96,93.922 206.96,93.199 206.24,92.48 204.8,92.48 204.08,91.762 204.08,90.559 206.96,90.559 "
       id="polyline21012"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="186.56,135.2 186.56,131.6 187.28,130.88 "
       id="polyline21014"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <polygon
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="190.16,130.88 189.44,130.88 188.72,131.6 188.72,133.04 189.44,133.76 190.16,133.76 190.88,133.04 190.88,131.6 190.16,130.88 "
       id="polygon21016"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.37015495"
       y1="0.37371862"
       x2="0.37185511"
       y2="0.37542063"
       id="line21018"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.37468871"
       y1="0.37542063"
       x2="0.37468871"
       y2="0.36861268"
       id="line21020"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="192.8,133.04 193.52,133.76 194.24,133.04 194.24,132.32 "
       id="polyline21022"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="194.24,133.04 194.96,133.76 195.68,133.04 195.68,130.88 "
       id="polyline21024"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.38432294"
       y1="0.37655532"
       x2="0.39112356"
       y2="0.37655532"
       id="line21026"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.39452389"
       y1="0.37542063"
       x2="0.40075782"
       y2="0.36861268"
       id="line21028"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.39452389"
       y1="0.36861268"
       x2="0.40075782"
       y2="0.37542063"
       id="line21030"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="205.28,134.48 206,135.2 207.44,135.2 207.92,134.48 207.92,133.76 207.44,133.04 206.72,133.04 "
       id="polyline21032"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="207.44,133.04 207.92,132.32 207.92,131.6 207.44,130.88 206,130.88 205.28,131.6 "
       id="polyline21034"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="314.24,132.08 317.6,132.08 318.32,132.8 "
       id="polyline21036"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <polygon
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="318.32,135.68 318.32,134.96 317.6,134.24 316.16,134.24 315.44,134.96 315.44,135.68 316.16,136.16 317.6,136.16 318.32,135.68 "
       id="polygon21038"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.66938323"
       y1="0.36293933"
       x2="0.67108339"
       y2="0.36123732"
       id="line21040"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.67108339"
       y1="0.35783333"
       x2="0.66428274"
       y2="0.35783333"
       id="line21042"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="316.16,138.32 315.44,139.04 316.16,139.76 316.88,139.76 "
       id="polyline21044"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="316.16,139.76 315.44,140.48 316.16,141.2 318.32,141.2 "
       id="polyline21046"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.67278355"
       y1="0.3481887"
       x2="0.67278355"
       y2="0.34138072"
       id="line21048"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.67108339"
       y1="0.33797669"
       x2="0.66428274"
       y2="0.33173606"
       id="line21050"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.66428274"
       y1="0.33797669"
       x2="0.67108339"
       y2="0.33173606"
       id="line21052"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="316.88,153.44 316.88,150.8 314.24,152.72 318.32,152.72 "
       id="polyline21054"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="331.04,131.36 334.4,131.36 335.12,132.08 "
       id="polyline21056"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <polygon
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="335.12,134.72 335.12,134.24 334.4,133.52 332.96,133.52 332.48,134.24 332.48,134.72 332.96,135.44 334.4,135.44 335.12,134.72 "
       id="polygon21058"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.70905358"
       y1="0.36464131"
       x2="0.71075374"
       y2="0.36293933"
       id="line21060"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.71075374"
       y1="0.35953534"
       x2="0.70451987"
       y2="0.35953534"
       id="line21062"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="332.96,137.6 332.48,138.32 332.96,139.04 333.68,139.04 "
       id="polyline21064"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="332.96,139.04 332.48,139.76 332.96,140.24 335.12,140.24 "
       id="polyline21066"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.7124539"
       y1="0.34989071"
       x2="0.7124539"
       y2="0.3430827"
       id="line21068"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.71075374"
       y1="0.34024605"
       x2="0.70451987"
       y2="0.33343804"
       id="line21070"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.70451987"
       y1="0.34024605"
       x2="0.71075374"
       y2="0.33343804"
       id="line21072"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="333.68,152.72 333.68,150.08 331.04,152 335.12,152 "
       id="polyline21074"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="239.84,155.12 239.84,159.2 242.72,159.2 "
       id="polyline21076"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.48576584"
       y1="0.31358144"
       x2="0.48916617"
       y2="0.31358144"
       id="line21078"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.48576584"
       y1="0.31812009"
       x2="0.4925665"
       y2="0.31812009"
       id="line21080"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="243.92,155.12 243.92,159.2 246.08,159.2 246.8,158.48 246.8,157.76 246.08,157.04 243.92,157.04 "
       id="polyline21082"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="250.16,157.04 250.88,157.04 250.88,155.12 248.72,155.12 248.24,155.84 248.24,158.48 248.72,159.2 250.88,159.2 "
       id="polyline21084"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="252.32,158.48 253.04,159.2 253.04,155.12 "
       id="polyline21086"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.5152353"
       y1="0.31812009"
       x2="0.51806891"
       y2="0.31812009"
       id="line21088"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="239.36,113.36 239.36,117.44 242.24,117.44 "
       id="polyline21090"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.4846324"
       y1="0.41172993"
       x2="0.48803273"
       y2="0.41172993"
       id="line21092"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.4846324"
       y1="0.4168359"
       x2="0.49143308"
       y2="0.4168359"
       id="line21094"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="243.68,113.36 243.68,117.44 245.6,117.44 246.32,116.96 246.32,116.24 245.6,115.52 243.68,115.52 "
       id="polyline21096"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="249.92,115.52 250.4,115.52 250.4,113.36 248.48,113.36 247.76,114.08 247.76,116.96 248.48,117.44 250.4,117.44 "
       id="polyline21098"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="251.84,116.96 252.56,117.44 252.56,113.36 "
       id="polyline21100"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.51410186"
       y1="0.4168359"
       x2="0.51750219"
       y2="0.4168359"
       id="line21102"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="197.36,178.88 193.28,178.88 193.28,181.52 "
       id="polyline21104"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.38035589"
       y1="0.26195416"
       x2="0.38035589"
       y2="0.25911751"
       id="line21106"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.38545638"
       y1="0.26195416"
       x2="0.38545638"
       y2="0.25571349"
       id="line21108"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="197.36,182.96 193.28,182.96 193.28,184.88 194,185.6 194.72,185.6 195.2,184.88 195.2,182.96 "
       id="polyline21110"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="195.2,189.2 195.2,189.68 197.36,189.68 197.36,187.76 196.64,187.04 194,187.04 193.28,187.76 193.28,189.68 "
       id="polyline21112"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="194,191.12 193.28,191.84 197.36,191.84 "
       id="polyline21114"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.38545638"
       y1="0.23302023"
       x2="0.38545638"
       y2="0.22961622"
       id="line21116"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="282.32,186.32 278.24,186.32 278.24,189.2 "
       id="polyline21118"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.58097488"
       y1="0.24436685"
       x2="0.58097488"
       y2="0.24096288"
       id="line21120"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.58607537"
       y1="0.24436685"
       x2="0.58607537"
       y2="0.23755889"
       id="line21122"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="282.32,190.64 278.24,190.64 278.24,192.56 278.72,193.28 279.44,193.28 280.16,192.56 280.16,190.64 "
       id="polyline21124"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="280.16,196.64 280.16,197.36 282.32,197.36 282.32,195.44 281.6,194.72 278.72,194.72 278.24,195.44 278.24,197.36 "
       id="polyline21126"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="278.72,198.8 278.24,199.52 282.32,199.52 "
       id="polyline21128"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.58607537"
       y1="0.21486558"
       x2="0.58607537"
       y2="0.21146157"
       id="line21130"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.29704803"
       y1="0.37371862"
       x2="0.30328196"
       y2="0.36691067"
       id="line21132"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.29704803"
       y1="0.36691067"
       x2="0.30328196"
       y2="0.37371862"
       id="line21134"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="164,135.2 164.72,135.92 166.16,135.92 166.88,135.2 166.88,134.48 166.16,133.76 164.72,133.76 164,133.04 164,131.6 166.88,131.6 "
       id="polyline21136"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.29591459"
       y1="0.47073486"
       x2="0.30271524"
       y2="0.4644942"
       id="line21138"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.29591459"
       y1="0.4644942"
       x2="0.30271524"
       y2="0.47073486"
       id="line21140"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="163.52,93.922 164.24,94.641 165.68,94.641 166.4,93.922 166.4,93.199 165.68,92.719 164.24,92.719 163.52,92 163.52,90.559 166.4,90.559 "
       id="polyline21142"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.16613568"
       y1="0.3271974"
       x2="0.1723696"
       y2="0.32095674"
       id="line21144"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.16613568"
       y1="0.32095674"
       x2="0.1723696"
       y2="0.3271974"
       id="line21146"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="108.56,154.64 109.28,155.36 110.48,155.36 111.2,154.64 111.2,153.92 110.48,153.44 109.28,153.44 108.56,152.72 108.56,151.28 111.2,151.28 "
       id="polyline21148"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.24094275"
       y1="0.3271974"
       x2="0.24717666"
       y2="0.32095674"
       id="line21150"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.00014764000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299960999999954;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.24094275"
       y1="0.32095674"
       x2="0.24717666"
       y2="0.3271974"
       id="line21152"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.00014764000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299960999999954;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="140.24,154.64 140.96,155.36 142.4,155.36 143.12,154.64 143.12,153.92 142.4,153.44 140.96,153.44 140.24,152.72 140.24,151.28 143.12,151.28 "
       id="polyline21154"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.06248930000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299960999999954;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="105.92,119.84 109.28,119.84 110,120.56 "
       id="polyline21156"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <polygon
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="110,123.2 110,122.48 109.28,121.76 107.84,121.76 107.12,122.48 107.12,123.2 107.84,123.92 109.28,123.92 110,123.2 "
       id="polygon21158"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.17747007"
       y1="0.3918733"
       x2="0.17917024"
       y2="0.39017129"
       id="line21160"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.17917024"
       y1="0.3867673"
       x2="0.1723696"
       y2="0.3867673"
       id="line21162"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="107.84,126.08 107.12,126.56 107.84,127.28 108.56,127.28 "
       id="polyline21164"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="107.84,127.28 107.12,128 107.84,128.72 110,128.72 "
       id="polyline21166"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.1808704"
       y1="0.37712264"
       x2="0.1808704"
       y2="0.37088197"
       id="line21168"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="106.4,134.24 105.92,134.96 110,134.96 "
       id="polyline21170"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.17917024"
       y1="0.36747798"
       x2="0.17917024"
       y2="0.36407402"
       id="line21172"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="110,136.88 108.56,136.88 105.92,138.32 108.56,139.76 110,139.76 "
       id="polyline21174"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.17576991"
       y1="0.36123732"
       x2="0.17576991"
       y2="0.35442936"
       id="line21176"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="138.32,115.04 141.68,115.04 142.4,115.76 "
       id="polyline21178"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <polygon
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="142.4,118.4 142.4,117.68 141.68,117.2 140.24,117.2 139.52,117.68 139.52,118.4 140.24,119.12 141.68,119.12 142.4,118.4 "
       id="polygon21180"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.25397727"
       y1="0.40321994"
       x2="0.25567743"
       y2="0.40151793"
       id="line21182"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.25567743"
       y1="0.39811394"
       x2="0.24887682"
       y2="0.39811394"
       id="line21184"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="140.24,121.28 139.52,122 140.24,122.48 140.96,122.48 "
       id="polyline21186"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="140.24,122.48 139.52,123.2 140.24,123.92 142.4,123.92 "
       id="polyline21188"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.25737759"
       y1="0.38846928"
       x2="0.25737759"
       y2="0.38222864"
       id="line21190"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.25567743"
       y1="0.37882462"
       x2="0.24887682"
       y2="0.37201664"
       id="line21192"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.24887682"
       y1="0.37882462"
       x2="0.25567743"
       y2="0.37201664"
       id="line21194"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="138.8,133.52 138.32,134.24 138.32,135.68 138.8,136.4 139.52,136.4 140.24,135.68 140.24,134.24 140.96,133.52 142.4,133.52 142.4,136.4 "
       id="polyline21196"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="142.4,137.84 140.96,137.84 138.32,139.04 140.96,140.48 142.4,140.48 "
       id="polyline21198"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.25227717"
       y1="0.35896802"
       x2="0.25227717"
       y2="0.35272735"
       id="line21200"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="158.72,154.4 158.72,158.48 161.6,158.48 "
       id="polyline21202"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.29421443"
       y1="0.31528339"
       x2="0.29761475"
       y2="0.31528339"
       id="line21204"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.29421443"
       y1="0.31982207"
       x2="0.30101508"
       y2="0.31982207"
       id="line21206"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="162.8,154.4 162.8,158.48 164.96,158.48 165.68,157.76 165.68,157.04 164.96,156.32 162.8,156.32 "
       id="polyline21208"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="169.04,156.32 169.76,156.32 169.76,154.4 167.6,154.4 167.12,154.88 167.12,157.76 167.6,158.48 169.76,158.48 "
       id="polyline21210"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="171.2,157.76 171.92,158.48 173.12,158.48 173.84,157.76 173.84,157.04 173.12,156.32 171.92,156.32 171.2,155.6 171.2,154.4 173.84,154.4 "
       id="polyline21212"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="159.68,113.84 159.68,117.92 162.32,117.92 "
       id="polyline21214"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.29648128"
       y1="0.41116259"
       x2="0.29988164"
       y2="0.41116259"
       id="line21216"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.29648128"
       y1="0.41570124"
       x2="0.30271524"
       y2="0.41570124"
       id="line21218"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="163.76,113.84 163.76,117.92 165.92,117.92 166.4,117.2 166.4,116.48 165.92,115.76 163.76,115.76 "
       id="polyline21220"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="170,115.76 170.72,115.76 170.72,113.84 168.56,113.84 167.84,114.32 167.84,117.2 168.56,117.92 170.72,117.92 "
       id="polyline21222"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="171.92,117.2 172.64,117.92 174.08,117.92 174.8,117.2 174.8,116.48 174.08,115.76 172.64,115.76 171.92,115.04 171.92,113.84 174.8,113.84 "
       id="polyline21224"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="116.48,176.72 112.4,176.72 112.4,179.36 "
       id="polyline21226"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.1893712"
       y1="0.26706016"
       x2="0.1893712"
       y2="0.26365617"
       id="line21228"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <line
       x1="0.19447169"
       y1="0.26706016"
       x2="0.19447169"
       y2="0.26081949"
       id="line21230"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;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;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="116.48,180.8 112.4,180.8 112.4,182.96 112.88,183.68 113.6,183.68 114.32,182.96 114.32,180.8 "
       id="polyline21232"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="114.32,187.04 114.32,187.76 116.48,187.76 116.48,185.6 115.76,184.88 112.88,184.88 112.4,185.6 112.4,187.76 "
       id="polyline21234"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <polyline
       transform="matrix(2.3613341e-3,0,0,-2.3638849e-3,-8.0576516e-2,0.6848059)"
       points="112.88,189.2 112.4,189.92 112.4,191.12 112.88,191.84 113.6,191.84 114.32,191.12 114.32,189.92 115.04,189.2 116.48,189.2 116.48,191.84 "
       id="polyline21236"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.0624893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
  </g>
</svg>