aboutsummaryrefslogtreecommitdiffstats
path: root/emu-radio/lte-emulator/plots/lte-delay.svg
blob: e4699764366345fe90d7366e8926c7054b481e8e (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
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" width="504pt" height="504pt"
     viewBox="0 0 504 504" version="1.1">
    <defs>
        <g>
            <symbol overflow="visible" id="glyph0-0">
                <path style="stroke:none;" d=""/>
            </symbol>
            <symbol overflow="visible" id="glyph0-1">
                <path style="stroke:none;"
                      d="M 5.03125 -4.9375 C 5.03125 -6.078125 4.015625 -7.0625 2.71875 -7.0625 C 1.328125 -7.0625 0.390625 -6.21875 0.328125 -4.4375 L 1.453125 -4.4375 C 1.53125 -5.703125 1.859375 -6.0625 2.703125 -6.0625 C 3.46875 -6.0625 3.890625 -5.640625 3.890625 -4.90625 C 3.890625 -4.375 3.609375 -4.015625 3.015625 -3.671875 L 2.125 -3.171875 C 0.703125 -2.359375 0.265625 -1.625 0.171875 0 L 4.984375 0 L 4.984375 -1.09375 L 1.421875 -1.09375 C 1.5 -1.515625 1.765625 -1.78125 2.59375 -2.28125 L 3.5625 -2.796875 C 4.515625 -3.296875 5.03125 -4.09375 5.03125 -4.9375 Z M 5.03125 -4.9375 "/>
            </symbol>
            <symbol overflow="visible" id="glyph0-2">
                <path style="stroke:none;"
                      d="M 5.0625 -2.375 C 5.0625 -3.71875 4.03125 -4.734375 2.71875 -4.734375 C 2.25 -4.734375 1.75 -4.578125 1.65625 -4.5 L 1.859375 -5.828125 L 4.703125 -5.828125 L 4.703125 -6.921875 L 0.9375 -6.921875 L 0.390625 -3.09375 L 1.375 -3.09375 C 1.8125 -3.609375 2.046875 -3.734375 2.578125 -3.734375 C 3.484375 -3.734375 3.921875 -3.265625 3.921875 -2.265625 C 3.921875 -1.28125 3.484375 -0.859375 2.578125 -0.859375 C 1.828125 -0.859375 1.515625 -1.109375 1.28125 -2 L 0.15625 -2 C 0.46875 -0.515625 1.375 0.140625 2.59375 0.140625 C 3.96875 0.140625 5.0625 -0.9375 5.0625 -2.375 Z M 5.0625 -2.375 "/>
            </symbol>
            <symbol overflow="visible" id="glyph0-3">
                <path style="stroke:none;"
                      d="M 5 -3.390625 C 5 -5.75 4.109375 -7.0625 2.640625 -7.0625 C 1.171875 -7.0625 0.265625 -5.734375 0.265625 -3.453125 C 0.265625 -1.15625 1.1875 0.140625 2.640625 0.140625 C 4.078125 0.140625 5 -1.15625 5 -3.390625 Z M 3.859375 -3.46875 C 3.859375 -1.546875 3.5625 -0.8125 2.625 -0.8125 C 1.734375 -0.8125 1.40625 -1.578125 1.40625 -3.4375 C 1.40625 -5.3125 1.734375 -6.046875 2.640625 -6.046875 C 3.546875 -6.046875 3.859375 -5.296875 3.859375 -3.46875 Z M 3.859375 -3.46875 "/>
            </symbol>
            <symbol overflow="visible" id="glyph0-4">
                <path style="stroke:none;"
                      d="M 5.125 -6.078125 L 5.125 -6.921875 L 0.296875 -6.921875 L 0.296875 -5.828125 L 3.84375 -5.828125 C 2.65625 -4.34375 1.65625 -2.265625 1.15625 0 L 2.34375 0 C 2.734375 -2.328125 3.65625 -4.28125 5.125 -6.03125 Z M 5.125 -6.078125 "/>
            </symbol>
            <symbol overflow="visible" id="glyph0-5">
                <path style="stroke:none;"
                      d="M 3.46875 -0.125 L 3.46875 -7.0625 L 2.671875 -7.0625 C 2.328125 -5.890625 2.28125 -5.875 0.828125 -5.6875 L 0.828125 -4.84375 L 2.34375 -4.84375 L 2.34375 0 L 3.46875 0 Z M 3.46875 -0.125 "/>
            </symbol>
            <symbol overflow="visible" id="glyph0-6">
                <path style="stroke:none;"
                      d="M 4.984375 -2.09375 C 4.984375 -2.921875 4.515625 -3.546875 3.703125 -3.8125 L 3.703125 -3.5625 C 4.34375 -3.8125 4.78125 -4.375 4.78125 -5.0625 C 4.78125 -6.21875 3.875 -7.0625 2.578125 -7.0625 C 1.203125 -7.0625 0.328125 -6.1875 0.3125 -4.609375 L 1.421875 -4.609375 C 1.453125 -5.734375 1.734375 -6.0625 2.59375 -6.0625 C 3.34375 -6.0625 3.640625 -5.75 3.640625 -5.03125 C 3.640625 -4.296875 3.46875 -4.140625 1.96875 -4.140625 L 1.96875 -3.171875 L 2.578125 -3.171875 C 3.515625 -3.171875 3.84375 -2.84375 3.84375 -2.09375 C 3.84375 -1.234375 3.46875 -0.859375 2.578125 -0.859375 C 1.65625 -0.859375 1.34375 -1.1875 1.28125 -2.3125 L 0.15625 -2.3125 C 0.265625 -0.65625 1.15625 0.140625 2.546875 0.140625 C 3.953125 0.140625 4.984375 -0.8125 4.984375 -2.09375 Z M 4.984375 -2.09375 "/>
            </symbol>
            <symbol overflow="visible" id="glyph0-7">
                <path style="stroke:none;"
                      d="M 5.125 -1.75 L 5.125 -2.640625 L 4.109375 -2.640625 L 4.109375 -7.0625 L 3.28125 -7.0625 L 0.125 -2.6875 L 0.125 -1.625 L 3 -1.625 L 3 0 L 4.109375 0 L 4.109375 -1.625 L 5.125 -1.625 Z M 3.140625 -2.640625 L 1.25 -2.640625 L 3.234375 -5.40625 L 3 -5.484375 L 3 -2.640625 Z M 3.140625 -2.640625 "/>
            </symbol>
            <symbol overflow="visible" id="glyph0-8">
                <path style="stroke:none;"
                      d="M 5.0625 -2.234375 C 5.0625 -3.5 4.0625 -4.484375 2.84375 -4.484375 C 2.171875 -4.484375 1.53125 -4.1875 1.171875 -3.6875 L 1.40625 -3.59375 C 1.421875 -5.25 1.828125 -6.046875 2.796875 -6.046875 C 3.390625 -6.046875 3.65625 -5.796875 3.8125 -5.03125 L 4.9375 -5.03125 C 4.75 -6.265625 3.890625 -7.0625 2.84375 -7.0625 C 1.265625 -7.0625 0.265625 -5.59375 0.265625 -3.21875 C 0.265625 -1.109375 1.140625 0.140625 2.703125 0.140625 C 3.984375 0.140625 5.0625 -0.90625 5.0625 -2.234375 Z M 3.921875 -2.171875 C 3.921875 -1.3125 3.484375 -0.859375 2.703125 -0.859375 C 1.921875 -0.859375 1.453125 -1.34375 1.453125 -2.21875 C 1.453125 -3.0625 1.90625 -3.484375 2.734375 -3.484375 C 3.546875 -3.484375 3.921875 -3.078125 3.921875 -2.171875 Z M 3.921875 -2.171875 "/>
            </symbol>
            <symbol overflow="visible" id="glyph1-0">
                <path style="stroke:none;" d=""/>
            </symbol>
            <symbol overflow="visible" id="glyph1-1">
                <path style="stroke:none;"
                      d="M 6.078125 -0.125 L 6.078125 -9.015625 L 4.796875 -9.015625 L 4.796875 -5.625 L 5.046875 -5.71875 C 4.625 -6.359375 3.859375 -6.734375 3.015625 -6.734375 C 1.375 -6.734375 0.171875 -5.34375 0.171875 -3.34375 C 0.171875 -1.21875 1.359375 0.1875 3.046875 0.1875 C 3.90625 0.1875 4.609375 -0.1875 5.140625 -0.953125 L 4.90625 -1.0625 L 4.90625 0 L 6.078125 0 Z M 4.796875 -3.25 C 4.796875 -1.796875 4.25 -1.015625 3.1875 -1.015625 C 2.09375 -1.015625 1.484375 -1.8125 1.484375 -3.28125 C 1.484375 -4.734375 2.09375 -5.53125 3.1875 -5.53125 C 4.265625 -5.53125 4.796875 -4.703125 4.796875 -3.25 Z M 4.796875 -3.25 "/>
            </symbol>
            <symbol overflow="visible" id="glyph1-2">
                <path style="stroke:none;"
                      d="M 1.96875 -0.125 L 1.96875 -6.546875 L 0.703125 -6.546875 L 0.703125 0 L 1.96875 0 Z M 2.09375 -7.375 L 2.09375 -8.75 L 0.578125 -8.75 L 0.578125 -7.234375 L 2.09375 -7.234375 Z M 2.09375 -7.375 "/>
            </symbol>
            <symbol overflow="visible" id="glyph1-3">
                <path style="stroke:none;"
                      d="M 5.640625 -1.890625 C 5.640625 -2.828125 4.984375 -3.4375 3.734375 -3.734375 L 2.765625 -3.953125 C 1.953125 -4.15625 1.734375 -4.28125 1.734375 -4.734375 C 1.734375 -5.296875 2.125 -5.546875 2.9375 -5.546875 C 3.75 -5.546875 4.03125 -5.328125 4.0625 -4.53125 L 5.390625 -4.53125 C 5.375 -5.90625 4.421875 -6.734375 2.96875 -6.734375 C 1.515625 -6.734375 0.421875 -5.84375 0.421875 -4.6875 C 0.421875 -3.703125 1.0625 -3.09375 2.5625 -2.734375 L 3.484375 -2.515625 C 4.1875 -2.34375 4.3125 -2.265625 4.3125 -1.8125 C 4.3125 -1.21875 3.875 -1.015625 3 -1.015625 C 2.09375 -1.015625 1.734375 -1.09375 1.578125 -2.1875 L 0.265625 -2.1875 C 0.3125 -0.59375 1.265625 0.1875 2.921875 0.1875 C 4.5 0.1875 5.640625 -0.6875 5.640625 -1.890625 Z M 5.640625 -1.890625 "/>
            </symbol>
            <symbol overflow="visible" id="glyph1-4">
                <path style="stroke:none;"
                      d="M 3.1875 -0.125 L 3.1875 -1.15625 C 2.921875 -1.0625 2.765625 -1.0625 2.5625 -1.0625 C 2.140625 -1.0625 2.140625 -1.046875 2.140625 -1.484375 L 2.140625 -5.46875 L 3.1875 -5.46875 L 3.1875 -6.546875 L 2.140625 -6.546875 L 2.140625 -8.28125 L 0.875 -8.28125 L 0.875 -6.546875 L 0.03125 -6.546875 L 0.03125 -5.46875 L 0.875 -5.46875 L 0.875 -1.046875 C 0.875 -0.40625 1.453125 0.078125 2.234375 0.078125 C 2.46875 0.078125 2.71875 0.0625 3.1875 -0.03125 Z M 3.1875 -0.125 "/>
            </symbol>
            <symbol overflow="visible" id="glyph1-5">
                <path style="stroke:none;"
                      d="M 6.546875 -0.15625 L 6.546875 -1.078125 C 6.3125 -1.015625 6.265625 -1.015625 6.203125 -1.015625 C 5.859375 -1.015625 5.796875 -1.0625 5.796875 -1.375 L 5.796875 -4.890625 C 5.796875 -6 4.84375 -6.734375 3.296875 -6.734375 C 1.78125 -6.734375 0.703125 -6.015625 0.640625 -4.421875 L 1.90625 -4.421875 C 2 -5.328125 2.328125 -5.546875 3.265625 -5.546875 C 4.15625 -5.546875 4.53125 -5.34375 4.53125 -4.734375 L 4.53125 -4.46875 C 4.53125 -4.0625 4.421875 -4.015625 3.625 -3.90625 C 2.203125 -3.734375 1.984375 -3.6875 1.609375 -3.53125 C 0.875 -3.234375 0.359375 -2.53125 0.359375 -1.765625 C 0.359375 -0.625 1.296875 0.1875 2.5625 0.1875 C 3.375 0.1875 4.25 -0.1875 4.625 -0.59375 C 4.671875 -0.390625 5.25 0.078125 5.734375 0.078125 C 5.9375 0.078125 6.09375 0.0625 6.546875 -0.046875 Z M 4.53125 -2.296875 C 4.53125 -1.40625 3.75 -0.953125 2.78125 -0.953125 C 2 -0.953125 1.6875 -1.109375 1.6875 -1.78125 C 1.6875 -2.453125 1.984375 -2.609375 3.0625 -2.765625 C 4.109375 -2.90625 4.328125 -2.953125 4.53125 -3.03125 Z M 4.53125 -2.296875 "/>
            </symbol>
            <symbol overflow="visible" id="glyph1-6">
                <path style="stroke:none;"
                      d="M 5.96875 -0.125 L 5.96875 -4.890625 C 5.96875 -5.921875 5.0625 -6.734375 3.859375 -6.734375 C 2.921875 -6.734375 2.203125 -6.34375 1.65625 -5.453125 L 1.890625 -5.359375 L 1.890625 -6.546875 L 0.703125 -6.546875 L 0.703125 0 L 1.96875 0 L 1.96875 -3.59375 C 1.96875 -4.890625 2.53125 -5.59375 3.546875 -5.59375 C 4.34375 -5.59375 4.703125 -5.25 4.703125 -4.484375 L 4.703125 0 L 5.96875 0 Z M 5.96875 -0.125 "/>
            </symbol>
            <symbol overflow="visible" id="glyph1-7">
                <path style="stroke:none;"
                      d="M 5.71875 -2.421875 L 4.59375 -2.421875 C 4.40625 -1.28125 4.03125 -1.015625 3.1875 -1.015625 C 2.078125 -1.015625 1.546875 -1.734375 1.546875 -3.21875 C 1.546875 -4.78125 2.0625 -5.546875 3.15625 -5.546875 C 4 -5.546875 4.375 -5.1875 4.53125 -4.171875 L 5.796875 -4.171875 C 5.65625 -5.84375 4.578125 -6.734375 3.171875 -6.734375 C 1.46875 -6.734375 0.234375 -5.296875 0.234375 -3.21875 C 0.234375 -1.1875 1.453125 0.1875 3.15625 0.1875 C 4.65625 0.1875 5.734375 -0.859375 5.875 -2.421875 Z M 5.71875 -2.421875 "/>
            </symbol>
            <symbol overflow="visible" id="glyph1-8">
                <path style="stroke:none;"
                      d="M 6.28125 -2.984375 C 6.28125 -3.90625 6.21875 -4.46875 6.03125 -4.9375 C 5.625 -5.96875 4.53125 -6.734375 3.359375 -6.734375 C 1.609375 -6.734375 0.34375 -5.296875 0.34375 -3.234375 C 0.34375 -1.171875 1.578125 0.1875 3.34375 0.1875 C 4.78125 0.1875 5.90625 -0.765625 6.1875 -2.171875 L 4.921875 -2.171875 C 4.59375 -1.21875 4.171875 -1.015625 3.375 -1.015625 C 2.328125 -1.015625 1.6875 -1.546875 1.65625 -2.859375 L 6.28125 -2.859375 Z M 5.1875 -3.78125 C 5.1875 -3.78125 4.984375 -3.921875 4.984375 -3.9375 L 1.6875 -3.9375 C 1.765625 -4.921875 2.34375 -5.546875 3.34375 -5.546875 C 4.328125 -5.546875 4.9375 -4.859375 4.9375 -3.875 Z M 5.1875 -3.78125 "/>
            </symbol>
            <symbol overflow="visible" id="glyph1-9">
                <path style="stroke:none;" d=""/>
            </symbol>
            <symbol overflow="visible" id="glyph1-10">
                <path style="stroke:none;"
                      d="M 3.125 2.40625 L 3.125 1.421875 L 1.890625 1.421875 L 1.890625 -7.890625 L 3.125 -7.890625 L 3.125 -9.015625 L 0.625 -9.015625 L 0.625 2.546875 L 3.125 2.546875 Z M 3.125 2.40625 "/>
            </symbol>
            <symbol overflow="visible" id="glyph1-11">
                <path style="stroke:none;"
                      d="M 9.25 -0.125 L 9.25 -4.84375 C 9.25 -5.96875 8.5 -6.734375 7.3125 -6.734375 C 6.484375 -6.734375 5.875 -6.4375 5.40625 -5.875 C 5.109375 -6.40625 4.515625 -6.734375 3.703125 -6.734375 C 2.859375 -6.734375 2.203125 -6.390625 1.65625 -5.625 L 1.890625 -5.53125 L 1.890625 -6.546875 L 0.703125 -6.546875 L 0.703125 0 L 1.984375 0 L 1.984375 -4.078125 C 1.984375 -4.984375 2.515625 -5.59375 3.328125 -5.59375 C 4.0625 -5.59375 4.34375 -5.265625 4.34375 -4.46875 L 4.34375 0 L 5.609375 0 L 5.609375 -4.078125 C 5.609375 -4.984375 6.15625 -5.59375 6.96875 -5.59375 C 7.703125 -5.59375 7.984375 -5.25 7.984375 -4.46875 L 7.984375 0 L 9.25 0 Z M 9.25 -0.125 "/>
            </symbol>
            <symbol overflow="visible" id="glyph1-12">
                <path style="stroke:none;"
                      d="M 2.640625 2.40625 L 2.640625 -9.015625 L 0.125 -9.015625 L 0.125 -7.890625 L 1.375 -7.890625 L 1.375 1.421875 L 0.125 1.421875 L 0.125 2.546875 L 2.640625 2.546875 Z M 2.640625 2.40625 "/>
            </symbol>
            <symbol overflow="visible" id="glyph2-0">
                <path style="stroke:none;" d=""/>
            </symbol>
            <symbol overflow="visible" id="glyph2-1">
                <path style="stroke:none;"
                      d="M -0.125 -8.28125 L -0.484375 -8.28125 C -0.796875 -7.828125 -1.015625 -7.765625 -2.171875 -7.75 C -3.609375 -7.734375 -4.171875 -7.375 -4.578125 -6.4375 L -4.3125 -6.4375 C -4.796875 -7.421875 -5.546875 -7.9375 -6.546875 -7.9375 C -8.046875 -7.9375 -9.015625 -6.859375 -9.015625 -5.140625 L -9.015625 -0.96875 L 0 -0.96875 L 0 -2.359375 L -3.765625 -2.359375 L -3.765625 -5.109375 C -3.765625 -6.09375 -3.421875 -6.421875 -2.34375 -6.40625 L -1.5625 -6.390625 C -1.015625 -6.390625 -0.484375 -6.484375 0 -6.703125 L 0 -8.28125 Z M -6.390625 -6.5 C -5.359375 -6.5 -5.015625 -6.125 -5.015625 -4.9375 L -5.015625 -2.359375 L -7.765625 -2.359375 L -7.765625 -4.9375 C -7.765625 -6.1875 -7.375 -6.5 -6.390625 -6.5 Z M -6.390625 -6.5 "/>
            </symbol>
            <symbol overflow="visible" id="glyph2-2">
                <path style="stroke:none;"
                      d="M -7.890625 -7.25 L -9.015625 -7.25 L -9.015625 -0.109375 L -7.765625 -0.109375 L -7.765625 -2.984375 L 0 -2.984375 L 0 -4.375 L -7.765625 -4.375 L -7.765625 -7.25 Z M -7.890625 -7.25 "/>
            </symbol>
            <symbol overflow="visible" id="glyph2-3">
                <path style="stroke:none;" d=""/>
            </symbol>
            <symbol overflow="visible" id="glyph2-4">
                <path style="stroke:none;"
                      d="M -3.34375 -6.40625 C -5.390625 -6.40625 -6.734375 -5.25 -6.734375 -3.59375 C -6.734375 -2.71875 -6.375 -2 -5.65625 -1.53125 L -5.5625 -1.78125 L -9.015625 -1.78125 L -9.015625 -0.5 L 0 -0.5 L 0 -1.6875 L -1.03125 -1.6875 L -0.9375 -1.4375 C -0.203125 -1.921875 0.1875 -2.65625 0.1875 -3.546875 C 0.1875 -5.203125 -1.3125 -6.40625 -3.34375 -6.40625 Z M -3.28125 -5.09375 C -1.859375 -5.09375 -1.015625 -4.484375 -1.015625 -3.390625 C -1.015625 -2.34375 -1.84375 -1.78125 -3.28125 -1.78125 C -4.75 -1.78125 -5.578125 -2.34375 -5.53125 -3.390625 C -5.53125 -4.515625 -4.6875 -5.09375 -3.28125 -5.09375 Z M -3.28125 -5.09375 "/>
            </symbol>
            <symbol overflow="visible" id="glyph2-5">
                <path style="stroke:none;"
                      d="M -2.984375 -6.28125 C -3.90625 -6.28125 -4.46875 -6.21875 -4.9375 -6.03125 C -5.96875 -5.625 -6.734375 -4.53125 -6.734375 -3.359375 C -6.734375 -1.609375 -5.296875 -0.34375 -3.234375 -0.34375 C -1.171875 -0.34375 0.1875 -1.578125 0.1875 -3.34375 C 0.1875 -4.78125 -0.765625 -5.90625 -2.171875 -6.1875 L -2.171875 -4.921875 C -1.21875 -4.59375 -1.015625 -4.171875 -1.015625 -3.375 C -1.015625 -2.328125 -1.546875 -1.6875 -2.859375 -1.65625 L -2.859375 -6.28125 Z M -3.78125 -5.1875 C -3.78125 -5.1875 -3.921875 -4.984375 -3.9375 -4.984375 L -3.9375 -1.6875 C -4.921875 -1.765625 -5.546875 -2.34375 -5.546875 -3.34375 C -5.546875 -4.328125 -4.859375 -4.9375 -3.875 -4.9375 Z M -3.78125 -5.1875 "/>
            </symbol>
            <symbol overflow="visible" id="glyph2-6">
                <path style="stroke:none;"
                      d="M -0.125 -3.1875 L -1.15625 -3.1875 C -1.0625 -2.921875 -1.0625 -2.765625 -1.0625 -2.5625 C -1.0625 -2.140625 -1.046875 -2.140625 -1.484375 -2.140625 L -5.46875 -2.140625 L -5.46875 -3.1875 L -6.546875 -3.1875 L -6.546875 -2.140625 L -8.28125 -2.140625 L -8.28125 -0.875 L -6.546875 -0.875 L -6.546875 -0.03125 L -5.46875 -0.03125 L -5.46875 -0.875 L -1.046875 -0.875 C -0.40625 -0.875 0.078125 -1.453125 0.078125 -2.234375 C 0.078125 -2.46875 0.0625 -2.71875 -0.03125 -3.1875 Z M -0.125 -3.1875 "/>
            </symbol>
            <symbol overflow="visible" id="glyph2-7">
                <path style="stroke:none;"
                      d="M -6.546875 -8.5 L -6.546875 -7.265625 L -1.53125 -5.96875 L -1.53125 -6.25 L -6.546875 -4.984375 L -6.546875 -3.546875 L -1.53125 -2.3125 L -1.53125 -2.59375 L -6.546875 -1.265625 L -6.546875 0.109375 L 0 -1.78125 L 0 -3.125 L -5.0625 -4.375 L -5.0625 -4.09375 L 0 -5.40625 L 0 -6.75 L -6.546875 -8.65625 Z M -6.546875 -8.5 "/>
            </symbol>
            <symbol overflow="visible" id="glyph2-8">
                <path style="stroke:none;"
                      d="M -0.125 -5.96875 L -4.890625 -5.96875 C -5.921875 -5.96875 -6.734375 -5.0625 -6.734375 -3.859375 C -6.734375 -2.921875 -6.34375 -2.203125 -5.453125 -1.65625 L -5.359375 -1.890625 L -6.546875 -1.890625 L -6.546875 -0.703125 L 0 -0.703125 L 0 -1.96875 L -3.59375 -1.96875 C -4.890625 -1.96875 -5.59375 -2.53125 -5.59375 -3.546875 C -5.59375 -4.34375 -5.25 -4.703125 -4.484375 -4.703125 L 0 -4.703125 L 0 -5.96875 Z M -0.125 -5.96875 "/>
            </symbol>
            <symbol overflow="visible" id="glyph2-9">
                <path style="stroke:none;"
                      d="M -2.796875 -7.875 L -9.015625 -7.875 L -9.015625 -6.484375 L -2.796875 -6.484375 C -1.625 -6.484375 -1.03125 -5.765625 -1.03125 -4.375 C -1.03125 -3.0625 -1.53125 -2.265625 -2.796875 -2.265625 L -9.015625 -2.265625 L -9.015625 -0.875 L -2.796875 -0.875 C -1.015625 -0.875 0.21875 -2.296875 0.21875 -4.375 C 0.21875 -6.421875 -1.046875 -7.875 -2.796875 -7.875 Z M -2.796875 -7.875 "/>
            </symbol>
            <symbol overflow="visible" id="glyph2-10">
                <path style="stroke:none;"
                      d="M -0.125 -7.484375 L -1.25 -7.484375 L -1.25 -2.328125 L -3.984375 -2.328125 L -3.984375 -7.09375 L -5.234375 -7.09375 L -5.234375 -2.328125 L -7.765625 -2.328125 L -7.765625 -7.265625 L -9.015625 -7.265625 L -9.015625 -0.9375 L 0 -0.9375 L 0 -7.484375 Z M -0.125 -7.484375 "/>
            </symbol>
            <symbol overflow="visible" id="glyph2-11">
                <path style="stroke:none;"
                      d="M -0.15625 -6.546875 L -1.078125 -6.546875 C -1.015625 -6.3125 -1.015625 -6.265625 -1.015625 -6.203125 C -1.015625 -5.859375 -1.0625 -5.796875 -1.375 -5.796875 L -4.890625 -5.796875 C -6 -5.796875 -6.734375 -4.84375 -6.734375 -3.296875 C -6.734375 -1.78125 -6.015625 -0.703125 -4.421875 -0.640625 L -4.421875 -1.90625 C -5.328125 -2 -5.546875 -2.328125 -5.546875 -3.265625 C -5.546875 -4.15625 -5.34375 -4.53125 -4.734375 -4.53125 L -4.46875 -4.53125 C -4.0625 -4.53125 -4.015625 -4.421875 -3.90625 -3.625 C -3.734375 -2.203125 -3.6875 -1.984375 -3.53125 -1.609375 C -3.234375 -0.875 -2.53125 -0.359375 -1.765625 -0.359375 C -0.625 -0.359375 0.1875 -1.296875 0.1875 -2.5625 C 0.1875 -3.375 -0.1875 -4.25 -0.59375 -4.625 C -0.390625 -4.671875 0.078125 -5.25 0.078125 -5.734375 C 0.078125 -5.9375 0.0625 -6.09375 -0.046875 -6.546875 Z M -2.296875 -4.53125 C -1.40625 -4.53125 -0.953125 -3.75 -0.953125 -2.78125 C -0.953125 -2 -1.109375 -1.6875 -1.78125 -1.6875 C -2.453125 -1.6875 -2.609375 -1.984375 -2.765625 -3.0625 C -2.90625 -4.109375 -2.953125 -4.328125 -3.03125 -4.53125 Z M -2.296875 -4.53125 "/>
            </symbol>
            <symbol overflow="visible" id="glyph2-12">
                <path style="stroke:none;"
                      d="M -0.125 -6.078125 L -9.015625 -6.078125 L -9.015625 -4.796875 L -5.625 -4.796875 L -5.71875 -5.046875 C -6.359375 -4.625 -6.734375 -3.859375 -6.734375 -3.015625 C -6.734375 -1.375 -5.34375 -0.171875 -3.34375 -0.171875 C -1.21875 -0.171875 0.1875 -1.359375 0.1875 -3.046875 C 0.1875 -3.90625 -0.1875 -4.609375 -0.953125 -5.140625 L -1.0625 -4.90625 L 0 -4.90625 L 0 -6.078125 Z M -3.25 -4.796875 C -1.796875 -4.796875 -1.015625 -4.25 -1.015625 -3.1875 C -1.015625 -2.09375 -1.8125 -1.484375 -3.28125 -1.484375 C -4.734375 -1.484375 -5.53125 -2.09375 -5.53125 -3.1875 C -5.53125 -4.265625 -4.703125 -4.796875 -3.25 -4.796875 Z M -3.25 -4.796875 "/>
            </symbol>
            <symbol overflow="visible" id="glyph2-13">
                <path style="stroke:none;"
                      d="M -3.234375 -6.25 C -5.40625 -6.25 -6.734375 -5.078125 -6.734375 -3.265625 C -6.734375 -1.5 -5.390625 -0.28125 -3.28125 -0.28125 C -1.15625 -0.28125 0.1875 -1.484375 0.1875 -3.28125 C 0.1875 -5.046875 -1.15625 -6.25 -3.234375 -6.25 Z M -3.234375 -4.9375 C -1.765625 -4.9375 -1.015625 -4.375 -1.015625 -3.28125 C -1.015625 -2.15625 -1.75 -1.609375 -3.28125 -1.609375 C -4.78125 -1.609375 -5.546875 -2.15625 -5.546875 -3.28125 C -5.546875 -4.40625 -4.796875 -4.9375 -3.234375 -4.9375 Z M -3.234375 -4.9375 "/>
            </symbol>
            <symbol overflow="visible" id="glyph2-14">
                <path style="stroke:none;"
                      d="M -2.625 -7.609375 C -3.6875 -7.609375 -4.453125 -7 -4.890625 -5.875 L -4.625 -5.875 C -4.984375 -6.671875 -5.765625 -7.21875 -6.65625 -7.21875 C -7.9375 -7.21875 -9.015625 -6.15625 -9.015625 -4.5 L -9.015625 -0.796875 L 0 -0.796875 L 0 -4.890625 C 0 -6.46875 -1.1875 -7.609375 -2.625 -7.609375 Z M -6.5 -5.828125 C -5.609375 -5.828125 -5.25 -5.453125 -5.25 -4.21875 L -5.25 -2.203125 L -7.765625 -2.203125 L -7.765625 -4.21875 C -7.765625 -5.453125 -7.390625 -5.828125 -6.5 -5.828125 Z M -2.609375 -6.21875 C -1.78125 -6.21875 -1.25 -5.84375 -1.25 -4.78125 L -1.25 -2.203125 L -4 -2.203125 L -4 -4.78125 C -4 -5.84375 -3.46875 -6.21875 -2.609375 -6.21875 Z M -2.609375 -6.21875 "/>
            </symbol>
            <symbol overflow="visible" id="glyph2-15">
                <path style="stroke:none;"
                      d="M 2.40625 -3.125 L 1.421875 -3.125 L 1.421875 -1.890625 L -7.890625 -1.890625 L -7.890625 -3.125 L -9.015625 -3.125 L -9.015625 -0.625 L 2.546875 -0.625 L 2.546875 -3.125 Z M 2.40625 -3.125 "/>
            </symbol>
            <symbol overflow="visible" id="glyph2-16">
                <path style="stroke:none;"
                      d="M -0.125 -9.25 L -4.84375 -9.25 C -5.96875 -9.25 -6.734375 -8.5 -6.734375 -7.3125 C -6.734375 -6.484375 -6.4375 -5.875 -5.875 -5.40625 C -6.40625 -5.109375 -6.734375 -4.515625 -6.734375 -3.703125 C -6.734375 -2.859375 -6.390625 -2.203125 -5.625 -1.65625 L -5.53125 -1.890625 L -6.546875 -1.890625 L -6.546875 -0.703125 L 0 -0.703125 L 0 -1.984375 L -4.078125 -1.984375 C -4.984375 -1.984375 -5.59375 -2.515625 -5.59375 -3.328125 C -5.59375 -4.0625 -5.265625 -4.34375 -4.46875 -4.34375 L 0 -4.34375 L 0 -5.609375 L -4.078125 -5.609375 C -4.984375 -5.609375 -5.59375 -6.15625 -5.59375 -6.96875 C -5.59375 -7.703125 -5.25 -7.984375 -4.46875 -7.984375 L 0 -7.984375 L 0 -9.25 Z M -0.125 -9.25 "/>
            </symbol>
            <symbol overflow="visible" id="glyph2-17">
                <path style="stroke:none;"
                      d="M -1.890625 -5.640625 C -2.828125 -5.640625 -3.4375 -4.984375 -3.734375 -3.734375 L -3.953125 -2.765625 C -4.15625 -1.953125 -4.28125 -1.734375 -4.734375 -1.734375 C -5.296875 -1.734375 -5.546875 -2.125 -5.546875 -2.9375 C -5.546875 -3.75 -5.328125 -4.03125 -4.53125 -4.0625 L -4.53125 -5.390625 C -5.90625 -5.375 -6.734375 -4.421875 -6.734375 -2.96875 C -6.734375 -1.515625 -5.84375 -0.421875 -4.6875 -0.421875 C -3.703125 -0.421875 -3.09375 -1.0625 -2.734375 -2.5625 L -2.515625 -3.484375 C -2.34375 -4.1875 -2.265625 -4.3125 -1.8125 -4.3125 C -1.21875 -4.3125 -1.015625 -3.875 -1.015625 -3 C -1.015625 -2.09375 -1.09375 -1.734375 -2.1875 -1.578125 L -2.1875 -0.265625 C -0.59375 -0.3125 0.1875 -1.265625 0.1875 -2.921875 C 0.1875 -4.5 -0.6875 -5.640625 -1.890625 -5.640625 Z M -1.890625 -5.640625 "/>
            </symbol>
            <symbol overflow="visible" id="glyph2-18">
                <path style="stroke:none;"
                      d="M 2.40625 -2.640625 L -9.015625 -2.640625 L -9.015625 -0.125 L -7.890625 -0.125 L -7.890625 -1.375 L 1.421875 -1.375 L 1.421875 -0.125 L 2.546875 -0.125 L 2.546875 -2.640625 Z M 2.40625 -2.640625 "/>
            </symbol>
        </g>
        <clipPath id="clip1">
            <path d="M 48.488281 14.398438 L 490 14.398438 L 490 465 L 48.488281 465 Z M 48.488281 14.398438 "/>
        </clipPath>
        <clipPath id="clip2">
            <path d="M 48.488281 447 L 490.601562 447 L 490.601562 449 L 48.488281 449 Z M 48.488281 447 "/>
        </clipPath>
        <clipPath id="clip3">
            <path d="M 48.488281 414 L 490.601562 414 L 490.601562 416 L 48.488281 416 Z M 48.488281 414 "/>
        </clipPath>
        <clipPath id="clip4">
            <path d="M 48.488281 380 L 490.601562 380 L 490.601562 383 L 48.488281 383 Z M 48.488281 380 "/>
        </clipPath>
        <clipPath id="clip5">
            <path d="M 48.488281 347 L 490.601562 347 L 490.601562 349 L 48.488281 349 Z M 48.488281 347 "/>
        </clipPath>
        <clipPath id="clip6">
            <path d="M 48.488281 314 L 490.601562 314 L 490.601562 316 L 48.488281 316 Z M 48.488281 314 "/>
        </clipPath>
        <clipPath id="clip7">
            <path d="M 48.488281 281 L 490.601562 281 L 490.601562 283 L 48.488281 283 Z M 48.488281 281 "/>
        </clipPath>
        <clipPath id="clip8">
            <path d="M 48.488281 248 L 490.601562 248 L 490.601562 250 L 48.488281 250 Z M 48.488281 248 "/>
        </clipPath>
        <clipPath id="clip9">
            <path d="M 48.488281 214 L 490.601562 214 L 490.601562 216 L 48.488281 216 Z M 48.488281 214 "/>
        </clipPath>
        <clipPath id="clip10">
            <path d="M 48.488281 181 L 490.601562 181 L 490.601562 183 L 48.488281 183 Z M 48.488281 181 "/>
        </clipPath>
        <clipPath id="clip11">
            <path d="M 48.488281 148 L 490.601562 148 L 490.601562 150 L 48.488281 150 Z M 48.488281 148 "/>
        </clipPath>
        <clipPath id="clip12">
            <path d="M 48.488281 115 L 490.601562 115 L 490.601562 117 L 48.488281 117 Z M 48.488281 115 "/>
        </clipPath>
        <clipPath id="clip13">
            <path d="M 48.488281 81 L 490.601562 81 L 490.601562 83 L 48.488281 83 Z M 48.488281 81 "/>
        </clipPath>
        <clipPath id="clip14">
            <path d="M 48.488281 48 L 490.601562 48 L 490.601562 50 L 48.488281 50 Z M 48.488281 48 "/>
        </clipPath>
        <clipPath id="clip15">
            <path d="M 48.488281 15 L 490.601562 15 L 490.601562 17 L 48.488281 17 Z M 48.488281 15 "/>
        </clipPath>
        <clipPath id="clip16">
            <path d="M 77 14.398438 L 79 14.398438 L 79 465.511719 L 77 465.511719 Z M 77 14.398438 "/>
        </clipPath>
        <clipPath id="clip17">
            <path d="M 109 14.398438 L 111 14.398438 L 111 465.511719 L 109 465.511719 Z M 109 14.398438 "/>
        </clipPath>
        <clipPath id="clip18">
            <path d="M 141 14.398438 L 143 14.398438 L 143 465.511719 L 141 465.511719 Z M 141 14.398438 "/>
        </clipPath>
        <clipPath id="clip19">
            <path d="M 173 14.398438 L 175 14.398438 L 175 465.511719 L 173 465.511719 Z M 173 14.398438 "/>
        </clipPath>
        <clipPath id="clip20">
            <path d="M 204 14.398438 L 206 14.398438 L 206 465.511719 L 204 465.511719 Z M 204 14.398438 "/>
        </clipPath>
        <clipPath id="clip21">
            <path d="M 236 14.398438 L 238 14.398438 L 238 465.511719 L 236 465.511719 Z M 236 14.398438 "/>
        </clipPath>
        <clipPath id="clip22">
            <path d="M 268 14.398438 L 270 14.398438 L 270 465.511719 L 268 465.511719 Z M 268 14.398438 "/>
        </clipPath>
        <clipPath id="clip23">
            <path d="M 300 14.398438 L 302 14.398438 L 302 465.511719 L 300 465.511719 Z M 300 14.398438 "/>
        </clipPath>
        <clipPath id="clip24">
            <path d="M 332 14.398438 L 334 14.398438 L 334 465.511719 L 332 465.511719 Z M 332 14.398438 "/>
        </clipPath>
        <clipPath id="clip25">
            <path d="M 363 14.398438 L 366 14.398438 L 366 465.511719 L 363 465.511719 Z M 363 14.398438 "/>
        </clipPath>
        <clipPath id="clip26">
            <path d="M 395 14.398438 L 397 14.398438 L 397 465.511719 L 395 465.511719 Z M 395 14.398438 "/>
        </clipPath>
        <clipPath id="clip27">
            <path d="M 427 14.398438 L 429 14.398438 L 429 465.511719 L 427 465.511719 Z M 427 14.398438 "/>
        </clipPath>
        <clipPath id="clip28">
            <path d="M 459 14.398438 L 461 14.398438 L 461 465.511719 L 459 465.511719 Z M 459 14.398438 "/>
        </clipPath>
        <clipPath id="clip29">
            <path d="M 48.488281 431 L 490 431 L 490 432 L 48.488281 432 Z M 48.488281 431 "/>
        </clipPath>
        <clipPath id="clip30">
            <path d="M 48.488281 397 L 490 397 L 490 399 L 48.488281 399 Z M 48.488281 397 "/>
        </clipPath>
        <clipPath id="clip31">
            <path d="M 48.488281 364 L 490 364 L 490 366 L 48.488281 366 Z M 48.488281 364 "/>
        </clipPath>
        <clipPath id="clip32">
            <path d="M 48.488281 331 L 490 331 L 490 332 L 48.488281 332 Z M 48.488281 331 "/>
        </clipPath>
        <clipPath id="clip33">
            <path d="M 48.488281 298 L 490 298 L 490 299 L 48.488281 299 Z M 48.488281 298 "/>
        </clipPath>
        <clipPath id="clip34">
            <path d="M 48.488281 264 L 490 264 L 490 266 L 48.488281 266 Z M 48.488281 264 "/>
        </clipPath>
        <clipPath id="clip35">
            <path d="M 48.488281 231 L 490 231 L 490 233 L 48.488281 233 Z M 48.488281 231 "/>
        </clipPath>
        <clipPath id="clip36">
            <path d="M 48.488281 198 L 490 198 L 490 199 L 48.488281 199 Z M 48.488281 198 "/>
        </clipPath>
        <clipPath id="clip37">
            <path d="M 48.488281 165 L 490 165 L 490 166 L 48.488281 166 Z M 48.488281 165 "/>
        </clipPath>
        <clipPath id="clip38">
            <path d="M 48.488281 131 L 490 131 L 490 133 L 48.488281 133 Z M 48.488281 131 "/>
        </clipPath>
        <clipPath id="clip39">
            <path d="M 48.488281 98 L 490 98 L 490 100 L 48.488281 100 Z M 48.488281 98 "/>
        </clipPath>
        <clipPath id="clip40">
            <path d="M 48.488281 65 L 490 65 L 490 66 L 48.488281 66 Z M 48.488281 65 "/>
        </clipPath>
        <clipPath id="clip41">
            <path d="M 48.488281 32 L 490 32 L 490 33 L 48.488281 33 Z M 48.488281 32 "/>
        </clipPath>
        <clipPath id="clip42">
            <path d="M 61 14.398438 L 63 14.398438 L 63 465 L 61 465 Z M 61 14.398438 "/>
        </clipPath>
        <clipPath id="clip43">
            <path d="M 93 14.398438 L 95 14.398438 L 95 465 L 93 465 Z M 93 14.398438 "/>
        </clipPath>
        <clipPath id="clip44">
            <path d="M 125 14.398438 L 127 14.398438 L 127 465 L 125 465 Z M 125 14.398438 "/>
        </clipPath>
        <clipPath id="clip45">
            <path d="M 157 14.398438 L 158 14.398438 L 158 465 L 157 465 Z M 157 14.398438 "/>
        </clipPath>
        <clipPath id="clip46">
            <path d="M 189 14.398438 L 190 14.398438 L 190 465 L 189 465 Z M 189 14.398438 "/>
        </clipPath>
        <clipPath id="clip47">
            <path d="M 221 14.398438 L 222 14.398438 L 222 465 L 221 465 Z M 221 14.398438 "/>
        </clipPath>
        <clipPath id="clip48">
            <path d="M 252 14.398438 L 254 14.398438 L 254 465 L 252 465 Z M 252 14.398438 "/>
        </clipPath>
        <clipPath id="clip49">
            <path d="M 284 14.398438 L 286 14.398438 L 286 465 L 284 465 Z M 284 14.398438 "/>
        </clipPath>
        <clipPath id="clip50">
            <path d="M 316 14.398438 L 317 14.398438 L 317 465 L 316 465 Z M 316 14.398438 "/>
        </clipPath>
        <clipPath id="clip51">
            <path d="M 348 14.398438 L 349 14.398438 L 349 465 L 348 465 Z M 348 14.398438 "/>
        </clipPath>
        <clipPath id="clip52">
            <path d="M 380 14.398438 L 381 14.398438 L 381 465 L 380 465 Z M 380 14.398438 "/>
        </clipPath>
        <clipPath id="clip53">
            <path d="M 412 14.398438 L 413 14.398438 L 413 465 L 412 465 Z M 412 14.398438 "/>
        </clipPath>
        <clipPath id="clip54">
            <path d="M 443 14.398438 L 445 14.398438 L 445 465 L 443 465 Z M 443 14.398438 "/>
        </clipPath>
        <clipPath id="clip55">
            <path d="M 475 14.398438 L 477 14.398438 L 477 465 L 475 465 Z M 475 14.398438 "/>
        </clipPath>
        <clipPath id="clip56">
            <path d="M 48.488281 14.398438 L 490.601562 14.398438 L 490.601562 465.511719 L 48.488281 465.511719 Z M 48.488281 14.398438 "/>
        </clipPath>
    </defs>
    <g id="surface1">
        <rect x="0" y="0" width="504" height="504" style="fill:rgb(100%,100%,100%);fill-opacity:1;stroke:none;"/>
        <rect x="0" y="0" width="504" height="504" style="fill:rgb(100%,100%,100%);fill-opacity:1;stroke:none;"/>
        <path style="fill:none;stroke-width:1.062992;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;"
              d="M 0 504 L 504 504 L 504 0 L 0 0 Z M 0 504 "/>
        <g clip-path="url(#clip1)" clip-rule="nonzero">
            <path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;"
                  d="M 48.488281 464.511719 L 489.601562 464.511719 L 489.601562 14.398438 L 48.488281 14.398438 Z M 48.488281 464.511719 "/>
        </g>
        <g clip-path="url(#clip2)" clip-rule="nonzero">
            <path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(98.039216%,98.039216%,98.039216%);stroke-opacity:1;stroke-miterlimit:10;"
                  d="M 48.488281 448.003906 L 489.601562 448.003906 "/>
        </g>
        <g clip-path="url(#clip3)" clip-rule="nonzero">
            <path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(98.039216%,98.039216%,98.039216%);stroke-opacity:1;stroke-miterlimit:10;"
                  d="M 48.488281 414.761719 L 489.601562 414.761719 "/>
        </g>
        <g clip-path="url(#clip4)" clip-rule="nonzero">
            <path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(98.039216%,98.039216%,98.039216%);stroke-opacity:1;stroke-miterlimit:10;"
                  d="M 48.488281 381.515625 L 489.601562 381.515625 "/>
        </g>
        <g clip-path="url(#clip5)" clip-rule="nonzero">
            <path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(98.039216%,98.039216%,98.039216%);stroke-opacity:1;stroke-miterlimit:10;"
                  d="M 48.488281 348.273438 L 489.601562 348.273438 "/>
        </g>
        <g clip-path="url(#clip6)" clip-rule="nonzero">
            <path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(98.039216%,98.039216%,98.039216%);stroke-opacity:1;stroke-miterlimit:10;"
                  d="M 48.488281 315.027344 L 489.601562 315.027344 "/>
        </g>
        <g clip-path="url(#clip7)" clip-rule="nonzero">
            <path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(98.039216%,98.039216%,98.039216%);stroke-opacity:1;stroke-miterlimit:10;"
                  d="M 48.488281 281.785156 L 489.601562 281.785156 "/>
        </g>
        <g clip-path="url(#clip8)" clip-rule="nonzero">
            <path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(98.039216%,98.039216%,98.039216%);stroke-opacity:1;stroke-miterlimit:10;"
                  d="M 48.488281 248.539062 L 489.601562 248.539062 "/>
        </g>
        <g clip-path="url(#clip9)" clip-rule="nonzero">
            <path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(98.039216%,98.039216%,98.039216%);stroke-opacity:1;stroke-miterlimit:10;"
                  d="M 48.488281 215.296875 L 489.601562 215.296875 "/>
        </g>
        <g clip-path="url(#clip10)" clip-rule="nonzero">
            <path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(98.039216%,98.039216%,98.039216%);stroke-opacity:1;stroke-miterlimit:10;"
                  d="M 48.488281 182.050781 L 489.601562 182.050781 "/>
        </g>
        <g clip-path="url(#clip11)" clip-rule="nonzero">
            <path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(98.039216%,98.039216%,98.039216%);stroke-opacity:1;stroke-miterlimit:10;"
                  d="M 48.488281 148.804688 L 489.601562 148.804688 "/>
        </g>
        <g clip-path="url(#clip12)" clip-rule="nonzero">
            <path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(98.039216%,98.039216%,98.039216%);stroke-opacity:1;stroke-miterlimit:10;"
                  d="M 48.488281 115.5625 L 489.601562 115.5625 "/>
        </g>
        <g clip-path="url(#clip13)" clip-rule="nonzero">
            <path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(98.039216%,98.039216%,98.039216%);stroke-opacity:1;stroke-miterlimit:10;"
                  d="M 48.488281 82.316406 L 489.601562 82.316406 "/>
        </g>
        <g clip-path="url(#clip14)" clip-rule="nonzero">
            <path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(98.039216%,98.039216%,98.039216%);stroke-opacity:1;stroke-miterlimit:10;"
                  d="M 48.488281 49.074219 L 489.601562 49.074219 "/>
        </g>
        <g clip-path="url(#clip15)" clip-rule="nonzero">
            <path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(98.039216%,98.039216%,98.039216%);stroke-opacity:1;stroke-miterlimit:10;"
                  d="M 48.488281 15.828125 L 489.601562 15.828125 "/>
        </g>
        <g clip-path="url(#clip16)" clip-rule="nonzero">
            <path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(98.039216%,98.039216%,98.039216%);stroke-opacity:1;stroke-miterlimit:10;"
                  d="M 78.085938 464.511719 L 78.085938 14.398438 "/>
        </g>
        <g clip-path="url(#clip17)" clip-rule="nonzero">
            <path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(98.039216%,98.039216%,98.039216%);stroke-opacity:1;stroke-miterlimit:10;"
                  d="M 109.910156 464.511719 L 109.910156 14.398438 "/>
        </g>
        <g clip-path="url(#clip18)" clip-rule="nonzero">
            <path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(98.039216%,98.039216%,98.039216%);stroke-opacity:1;stroke-miterlimit:10;"
                  d="M 141.738281 464.511719 L 141.738281 14.398438 "/>
        </g>
        <g clip-path="url(#clip19)" clip-rule="nonzero">
            <path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(98.039216%,98.039216%,98.039216%);stroke-opacity:1;stroke-miterlimit:10;"
                  d="M 173.5625 464.511719 L 173.5625 14.398438 "/>
        </g>
        <g clip-path="url(#clip20)" clip-rule="nonzero">
            <path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(98.039216%,98.039216%,98.039216%);stroke-opacity:1;stroke-miterlimit:10;"
                  d="M 205.390625 464.511719 L 205.390625 14.398438 "/>
        </g>
        <g clip-path="url(#clip21)" clip-rule="nonzero">
            <path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(98.039216%,98.039216%,98.039216%);stroke-opacity:1;stroke-miterlimit:10;"
                  d="M 237.21875 464.511719 L 237.21875 14.398438 "/>
        </g>
        <g clip-path="url(#clip22)" clip-rule="nonzero">
            <path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(98.039216%,98.039216%,98.039216%);stroke-opacity:1;stroke-miterlimit:10;"
                  d="M 269.042969 464.511719 L 269.042969 14.398438 "/>
        </g>
        <g clip-path="url(#clip23)" clip-rule="nonzero">
            <path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(98.039216%,98.039216%,98.039216%);stroke-opacity:1;stroke-miterlimit:10;"
                  d="M 300.871094 464.511719 L 300.871094 14.398438 "/>
        </g>
        <g clip-path="url(#clip24)" clip-rule="nonzero">
            <path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(98.039216%,98.039216%,98.039216%);stroke-opacity:1;stroke-miterlimit:10;"
                  d="M 332.695312 464.511719 L 332.695312 14.398438 "/>
        </g>
        <g clip-path="url(#clip25)" clip-rule="nonzero">
            <path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(98.039216%,98.039216%,98.039216%);stroke-opacity:1;stroke-miterlimit:10;"
                  d="M 364.523438 464.511719 L 364.523438 14.398438 "/>
        </g>
        <g clip-path="url(#clip26)" clip-rule="nonzero">
            <path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(98.039216%,98.039216%,98.039216%);stroke-opacity:1;stroke-miterlimit:10;"
                  d="M 396.347656 464.511719 L 396.347656 14.398438 "/>
        </g>
        <g clip-path="url(#clip27)" clip-rule="nonzero">
            <path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(98.039216%,98.039216%,98.039216%);stroke-opacity:1;stroke-miterlimit:10;"
                  d="M 428.175781 464.511719 L 428.175781 14.398438 "/>
        </g>
        <g clip-path="url(#clip28)" clip-rule="nonzero">
            <path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(98.039216%,98.039216%,98.039216%);stroke-opacity:1;stroke-miterlimit:10;"
                  d="M 460 464.511719 L 460 14.398438 "/>
        </g>
        <g clip-path="url(#clip29)" clip-rule="nonzero">
            <path style="fill:none;stroke-width:0.425197;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(89.803922%,89.803922%,89.803922%);stroke-opacity:1;stroke-miterlimit:10;"
                  d="M 48.488281 431.382812 L 489.601562 431.382812 "/>
        </g>
        <g clip-path="url(#clip30)" clip-rule="nonzero">
            <path style="fill:none;stroke-width:0.425197;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(89.803922%,89.803922%,89.803922%);stroke-opacity:1;stroke-miterlimit:10;"
                  d="M 48.488281 398.140625 L 489.601562 398.140625 "/>
        </g>
        <g clip-path="url(#clip31)" clip-rule="nonzero">
            <path style="fill:none;stroke-width:0.425197;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(89.803922%,89.803922%,89.803922%);stroke-opacity:1;stroke-miterlimit:10;"
                  d="M 48.488281 364.894531 L 489.601562 364.894531 "/>
        </g>
        <g clip-path="url(#clip32)" clip-rule="nonzero">
            <path style="fill:none;stroke-width:0.425197;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(89.803922%,89.803922%,89.803922%);stroke-opacity:1;stroke-miterlimit:10;"
                  d="M 48.488281 331.648438 L 489.601562 331.648438 "/>
        </g>
        <g clip-path="url(#clip33)" clip-rule="nonzero">
            <path style="fill:none;stroke-width:0.425197;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(89.803922%,89.803922%,89.803922%);stroke-opacity:1;stroke-miterlimit:10;"
                  d="M 48.488281 298.40625 L 489.601562 298.40625 "/>
        </g>
        <g clip-path="url(#clip34)" clip-rule="nonzero">
            <path style="fill:none;stroke-width:0.425197;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(89.803922%,89.803922%,89.803922%);stroke-opacity:1;stroke-miterlimit:10;"
                  d="M 48.488281 265.160156 L 489.601562 265.160156 "/>
        </g>
        <g clip-path="url(#clip35)" clip-rule="nonzero">
            <path style="fill:none;stroke-width:0.425197;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(89.803922%,89.803922%,89.803922%);stroke-opacity:1;stroke-miterlimit:10;"
                  d="M 48.488281 231.917969 L 489.601562 231.917969 "/>
        </g>
        <g clip-path="url(#clip36)" clip-rule="nonzero">
            <path style="fill:none;stroke-width:0.425197;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(89.803922%,89.803922%,89.803922%);stroke-opacity:1;stroke-miterlimit:10;"
                  d="M 48.488281 198.671875 L 489.601562 198.671875 "/>
        </g>
        <g clip-path="url(#clip37)" clip-rule="nonzero">
            <path style="fill:none;stroke-width:0.425197;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(89.803922%,89.803922%,89.803922%);stroke-opacity:1;stroke-miterlimit:10;"
                  d="M 48.488281 165.429688 L 489.601562 165.429688 "/>
        </g>
        <g clip-path="url(#clip38)" clip-rule="nonzero">
            <path style="fill:none;stroke-width:0.425197;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(89.803922%,89.803922%,89.803922%);stroke-opacity:1;stroke-miterlimit:10;"
                  d="M 48.488281 132.183594 L 489.601562 132.183594 "/>
        </g>
        <g clip-path="url(#clip39)" clip-rule="nonzero">
            <path style="fill:none;stroke-width:0.425197;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(89.803922%,89.803922%,89.803922%);stroke-opacity:1;stroke-miterlimit:10;"
                  d="M 48.488281 98.941406 L 489.601562 98.941406 "/>
        </g>
        <g clip-path="url(#clip40)" clip-rule="nonzero">
            <path style="fill:none;stroke-width:0.425197;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(89.803922%,89.803922%,89.803922%);stroke-opacity:1;stroke-miterlimit:10;"
                  d="M 48.488281 65.695312 L 489.601562 65.695312 "/>
        </g>
        <g clip-path="url(#clip41)" clip-rule="nonzero">
            <path style="fill:none;stroke-width:0.425197;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(89.803922%,89.803922%,89.803922%);stroke-opacity:1;stroke-miterlimit:10;"
                  d="M 48.488281 32.453125 L 489.601562 32.453125 "/>
        </g>
        <g clip-path="url(#clip42)" clip-rule="nonzero">
            <path style="fill:none;stroke-width:0.425197;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(89.803922%,89.803922%,89.803922%);stroke-opacity:1;stroke-miterlimit:10;"
                  d="M 62.171875 464.511719 L 62.171875 14.398438 "/>
        </g>
        <g clip-path="url(#clip43)" clip-rule="nonzero">
            <path style="fill:none;stroke-width:0.425197;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(89.803922%,89.803922%,89.803922%);stroke-opacity:1;stroke-miterlimit:10;"
                  d="M 94 464.511719 L 94 14.398438 "/>
        </g>
        <g clip-path="url(#clip44)" clip-rule="nonzero">
            <path style="fill:none;stroke-width:0.425197;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(89.803922%,89.803922%,89.803922%);stroke-opacity:1;stroke-miterlimit:10;"
                  d="M 125.824219 464.511719 L 125.824219 14.398438 "/>
        </g>
        <g clip-path="url(#clip45)" clip-rule="nonzero">
            <path style="fill:none;stroke-width:0.425197;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(89.803922%,89.803922%,89.803922%);stroke-opacity:1;stroke-miterlimit:10;"
                  d="M 157.652344 464.511719 L 157.652344 14.398438 "/>
        </g>
        <g clip-path="url(#clip46)" clip-rule="nonzero">
            <path style="fill:none;stroke-width:0.425197;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(89.803922%,89.803922%,89.803922%);stroke-opacity:1;stroke-miterlimit:10;"
                  d="M 189.476562 464.511719 L 189.476562 14.398438 "/>
        </g>
        <g clip-path="url(#clip47)" clip-rule="nonzero">
            <path style="fill:none;stroke-width:0.425197;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(89.803922%,89.803922%,89.803922%);stroke-opacity:1;stroke-miterlimit:10;"
                  d="M 221.304688 464.511719 L 221.304688 14.398438 "/>
        </g>
        <g clip-path="url(#clip48)" clip-rule="nonzero">
            <path style="fill:none;stroke-width:0.425197;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(89.803922%,89.803922%,89.803922%);stroke-opacity:1;stroke-miterlimit:10;"
                  d="M 253.128906 464.511719 L 253.128906 14.398438 "/>
        </g>
        <g clip-path="url(#clip49)" clip-rule="nonzero">
            <path style="fill:none;stroke-width:0.425197;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(89.803922%,89.803922%,89.803922%);stroke-opacity:1;stroke-miterlimit:10;"
                  d="M 284.957031 464.511719 L 284.957031 14.398438 "/>
        </g>
        <g clip-path="url(#clip50)" clip-rule="nonzero">
            <path style="fill:none;stroke-width:0.425197;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(89.803922%,89.803922%,89.803922%);stroke-opacity:1;stroke-miterlimit:10;"
                  d="M 316.78125 464.511719 L 316.78125 14.398438 "/>
        </g>
        <g clip-path="url(#clip51)" clip-rule="nonzero">
            <path style="fill:none;stroke-width:0.425197;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(89.803922%,89.803922%,89.803922%);stroke-opacity:1;stroke-miterlimit:10;"
                  d="M 348.609375 464.511719 L 348.609375 14.398438 "/>
        </g>
        <g clip-path="url(#clip52)" clip-rule="nonzero">
            <path style="fill:none;stroke-width:0.425197;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(89.803922%,89.803922%,89.803922%);stroke-opacity:1;stroke-miterlimit:10;"
                  d="M 380.4375 464.511719 L 380.4375 14.398438 "/>
        </g>
        <g clip-path="url(#clip53)" clip-rule="nonzero">
            <path style="fill:none;stroke-width:0.425197;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(89.803922%,89.803922%,89.803922%);stroke-opacity:1;stroke-miterlimit:10;"
                  d="M 412.261719 464.511719 L 412.261719 14.398438 "/>
        </g>
        <g clip-path="url(#clip54)" clip-rule="nonzero">
            <path style="fill:none;stroke-width:0.425197;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(89.803922%,89.803922%,89.803922%);stroke-opacity:1;stroke-miterlimit:10;"
                  d="M 444.089844 464.511719 L 444.089844 14.398438 "/>
        </g>
        <g clip-path="url(#clip55)" clip-rule="nonzero">
            <path style="fill:none;stroke-width:0.425197;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(89.803922%,89.803922%,89.803922%);stroke-opacity:1;stroke-miterlimit:10;"
                  d="M 475.914062 464.511719 L 475.914062 14.398438 "/>
        </g>
        <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;"
              d="M 70.664062 444.054688 C 70.664062 446.886719 66.410156 446.886719 66.410156 444.054688 C 66.410156 441.21875 70.664062 441.21875 70.664062 444.054688 "/>
        <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;"
              d="M 77.027344 443.898438 C 77.027344 446.734375 72.777344 446.734375 72.777344 443.898438 C 72.777344 441.0625 77.027344 441.0625 77.027344 443.898438 "/>
        <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;"
              d="M 83.394531 443.546875 C 83.394531 446.378906 79.140625 446.378906 79.140625 443.546875 C 79.140625 440.710938 83.394531 440.710938 83.394531 443.546875 "/>
        <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;"
              d="M 89.757812 439.605469 C 89.757812 442.4375 85.507812 442.4375 85.507812 439.605469 C 85.507812 436.769531 89.757812 436.769531 89.757812 439.605469 "/>
        <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;"
              d="M 96.125 441.46875 C 96.125 444.304688 91.871094 444.304688 91.871094 441.46875 C 91.871094 438.632812 96.125 438.632812 96.125 441.46875 "/>
        <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;"
              d="M 102.488281 437.652344 C 102.488281 440.488281 98.238281 440.488281 98.238281 437.652344 C 98.238281 434.816406 102.488281 434.816406 102.488281 437.652344 "/>
        <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;"
              d="M 108.855469 437.679688 C 108.855469 440.511719 104.601562 440.511719 104.601562 437.679688 C 104.601562 434.84375 108.855469 434.84375 108.855469 437.679688 "/>
        <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;"
              d="M 115.21875 437.972656 C 115.21875 440.804688 110.96875 440.804688 110.96875 437.972656 C 110.96875 435.136719 115.21875 435.136719 115.21875 437.972656 "/>
        <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;"
              d="M 121.585938 432.292969 C 121.585938 435.125 117.332031 435.125 117.332031 432.292969 C 117.332031 429.457031 121.585938 429.457031 121.585938 432.292969 "/>
        <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;"
              d="M 127.949219 421.289062 C 127.949219 424.125 123.699219 424.125 123.699219 421.289062 C 123.699219 418.457031 127.949219 418.457031 127.949219 421.289062 "/>
        <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;"
              d="M 134.316406 414.742188 C 134.316406 417.578125 130.0625 417.578125 130.0625 414.742188 C 130.0625 411.910156 134.316406 411.910156 134.316406 414.742188 "/>
        <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;"
              d="M 140.679688 422.648438 C 140.679688 425.480469 136.429688 425.480469 136.429688 422.648438 C 136.429688 419.8125 140.679688 419.8125 140.679688 422.648438 "/>
        <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;"
              d="M 147.046875 429.21875 C 147.046875 432.050781 142.792969 432.050781 142.792969 429.21875 C 142.792969 426.382812 147.046875 426.382812 147.046875 429.21875 "/>
        <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;"
              d="M 153.410156 434.285156 C 153.410156 437.121094 149.160156 437.121094 149.160156 434.285156 C 149.160156 431.453125 153.410156 431.453125 153.410156 434.285156 "/>
        <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;"
              d="M 159.777344 433.597656 C 159.777344 436.433594 155.523438 436.433594 155.523438 433.597656 C 155.523438 430.765625 159.777344 430.765625 159.777344 433.597656 "/>
        <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;"
              d="M 166.140625 428.382812 C 166.140625 431.21875 161.890625 431.21875 161.890625 428.382812 C 161.890625 425.546875 166.140625 425.546875 166.140625 428.382812 "/>
        <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;"
              d="M 172.507812 428.261719 C 172.507812 431.097656 168.253906 431.097656 168.253906 428.261719 C 168.253906 425.425781 172.507812 425.425781 172.507812 428.261719 "/>
        <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;"
              d="M 178.871094 426.035156 C 178.871094 428.871094 174.621094 428.871094 174.621094 426.035156 C 174.621094 423.199219 178.871094 423.199219 178.871094 426.035156 "/>
        <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;"
              d="M 185.238281 423.253906 C 185.238281 426.089844 180.984375 426.089844 180.984375 423.253906 C 180.984375 420.421875 185.238281 420.421875 185.238281 423.253906 "/>
        <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;"
              d="M 191.601562 424.0625 C 191.601562 426.894531 187.351562 426.894531 187.351562 424.0625 C 187.351562 421.226562 191.601562 421.226562 191.601562 424.0625 "/>
        <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;"
              d="M 197.96875 424.171875 C 197.96875 427.007812 193.714844 427.007812 193.714844 424.171875 C 193.714844 421.335938 197.96875 421.335938 197.96875 424.171875 "/>
        <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;"
              d="M 204.332031 426.722656 C 204.332031 429.558594 200.082031 429.558594 200.082031 426.722656 C 200.082031 423.886719 204.332031 423.886719 204.332031 426.722656 "/>
        <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;"
              d="M 210.699219 426.953125 C 210.699219 429.789062 206.445312 429.789062 206.445312 426.953125 C 206.445312 424.117188 210.699219 424.117188 210.699219 426.953125 "/>
        <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;"
              d="M 217.066406 427.296875 C 217.066406 430.128906 212.8125 430.128906 212.8125 427.296875 C 212.8125 424.460938 217.066406 424.460938 217.066406 427.296875 "/>
        <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;"
              d="M 223.429688 424.324219 C 223.429688 427.15625 219.179688 427.15625 219.179688 424.324219 C 219.179688 421.488281 223.429688 421.488281 223.429688 424.324219 "/>
        <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;"
              d="M 229.796875 423.601562 C 229.796875 426.4375 225.542969 426.4375 225.542969 423.601562 C 225.542969 420.769531 229.796875 420.769531 229.796875 423.601562 "/>
        <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;"
              d="M 236.160156 427.714844 C 236.160156 430.550781 231.910156 430.550781 231.910156 427.714844 C 231.910156 424.882812 236.160156 424.882812 236.160156 427.714844 "/>
        <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;"
              d="M 242.527344 421.882812 C 242.527344 424.71875 238.273438 424.71875 238.273438 421.882812 C 238.273438 419.046875 242.527344 419.046875 242.527344 421.882812 "/>
        <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;"
              d="M 248.890625 421.832031 C 248.890625 424.667969 244.640625 424.667969 244.640625 421.832031 C 244.640625 418.996094 248.890625 418.996094 248.890625 421.832031 "/>
        <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;"
              d="M 255.257812 421.824219 C 255.257812 424.65625 251.003906 424.65625 251.003906 421.824219 C 251.003906 418.988281 255.257812 418.988281 255.257812 421.824219 "/>
        <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;"
              d="M 261.621094 422.339844 C 261.621094 425.175781 257.371094 425.175781 257.371094 422.339844 C 257.371094 419.503906 261.621094 419.503906 261.621094 422.339844 "/>
        <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;"
              d="M 267.988281 395.808594 C 267.988281 398.644531 263.734375 398.644531 263.734375 395.808594 C 263.734375 392.976562 267.988281 392.976562 267.988281 395.808594 "/>
        <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;"
              d="M 274.351562 395.632812 C 274.351562 398.464844 270.101562 398.464844 270.101562 395.632812 C 270.101562 392.796875 274.351562 392.796875 274.351562 395.632812 "/>
        <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;"
              d="M 280.71875 392.394531 C 280.71875 395.230469 276.464844 395.230469 276.464844 392.394531 C 276.464844 389.558594 280.71875 389.558594 280.71875 392.394531 "/>
        <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;"
              d="M 287.082031 392.164062 C 287.082031 394.996094 282.832031 394.996094 282.832031 392.164062 C 282.832031 389.328125 287.082031 389.328125 287.082031 392.164062 "/>
        <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;"
              d="M 293.449219 389.417969 C 293.449219 392.253906 289.195312 392.253906 289.195312 389.417969 C 289.195312 386.585938 293.449219 386.585938 293.449219 389.417969 "/>
        <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;"
              d="M 299.8125 398.144531 C 299.8125 400.980469 295.5625 400.980469 295.5625 398.144531 C 295.5625 395.3125 299.8125 395.3125 299.8125 398.144531 "/>
        <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;"
              d="M 306.179688 398.101562 C 306.179688 400.9375 301.925781 400.9375 301.925781 398.101562 C 301.925781 395.269531 306.179688 395.269531 306.179688 398.101562 "/>
        <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;"
              d="M 312.542969 374.4375 C 312.542969 377.269531 308.292969 377.269531 308.292969 374.4375 C 308.292969 371.601562 312.542969 371.601562 312.542969 374.4375 "/>
        <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;"
              d="M 318.910156 371.21875 C 318.910156 374.054688 314.65625 374.054688 314.65625 371.21875 C 314.65625 368.382812 318.910156 368.382812 318.910156 371.21875 "/>
        <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;"
              d="M 325.273438 409.726562 C 325.273438 412.558594 321.023438 412.558594 321.023438 409.726562 C 321.023438 406.890625 325.273438 406.890625 325.273438 409.726562 "/>
        <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;"
              d="M 331.640625 401.1875 C 331.640625 404.023438 327.386719 404.023438 327.386719 401.1875 C 327.386719 398.355469 331.640625 398.355469 331.640625 401.1875 "/>
        <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;"
              d="M 338.003906 403.035156 C 338.003906 405.867188 333.753906 405.867188 333.753906 403.035156 C 333.753906 400.199219 338.003906 400.199219 338.003906 403.035156 "/>
        <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;"
              d="M 344.371094 403.035156 C 344.371094 405.867188 340.117188 405.867188 340.117188 403.035156 C 340.117188 400.199219 344.371094 400.199219 344.371094 403.035156 "/>
        <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;"
              d="M 350.734375 403.035156 C 350.734375 405.867188 346.484375 405.867188 346.484375 403.035156 C 346.484375 400.199219 350.734375 400.199219 350.734375 403.035156 "/>
        <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;"
              d="M 357.101562 413.222656 C 357.101562 416.054688 352.847656 416.054688 352.847656 413.222656 C 352.847656 410.386719 357.101562 410.386719 357.101562 413.222656 "/>
        <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;"
              d="M 363.464844 395.691406 C 363.464844 398.523438 359.214844 398.523438 359.214844 395.691406 C 359.214844 392.855469 363.464844 392.855469 363.464844 395.691406 "/>
        <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;"
              d="M 369.832031 395.691406 C 369.832031 398.523438 365.578125 398.523438 365.578125 395.691406 C 365.578125 392.855469 369.832031 392.855469 369.832031 395.691406 "/>
        <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;"
              d="M 376.195312 395.632812 C 376.195312 398.464844 371.945312 398.464844 371.945312 395.632812 C 371.945312 392.796875 376.195312 392.796875 376.195312 395.632812 "/>
        <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;"
              d="M 382.5625 385.40625 C 382.5625 388.242188 378.308594 388.242188 378.308594 385.40625 C 378.308594 382.570312 382.5625 382.570312 382.5625 385.40625 "/>
        <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;"
              d="M 388.925781 384.359375 C 388.925781 387.195312 384.675781 387.195312 384.675781 384.359375 C 384.675781 381.523438 388.925781 381.523438 388.925781 384.359375 "/>
        <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;"
              d="M 395.292969 384.359375 C 395.292969 387.195312 391.039062 387.195312 391.039062 384.359375 C 391.039062 381.523438 395.292969 381.523438 395.292969 384.359375 "/>
        <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;"
              d="M 401.65625 286.941406 C 401.65625 289.773438 397.40625 289.773438 397.40625 286.941406 C 397.40625 284.105469 401.65625 284.105469 401.65625 286.941406 "/>
        <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;"
              d="M 408.023438 286.941406 C 408.023438 289.773438 403.769531 289.773438 403.769531 286.941406 C 403.769531 284.105469 408.023438 284.105469 408.023438 286.941406 "/>
        <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;"
              d="M 414.386719 216.921875 C 414.386719 219.753906 410.136719 219.753906 410.136719 216.921875 C 410.136719 214.085938 414.386719 214.085938 414.386719 216.921875 "/>
        <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;"
              d="M 420.753906 214.453125 C 420.753906 217.289062 416.5 217.289062 416.5 214.453125 C 416.5 211.617188 420.753906 211.617188 420.753906 214.453125 "/>
        <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;"
              d="M 427.117188 229.710938 C 427.117188 232.546875 422.867188 232.546875 422.867188 229.710938 C 422.867188 226.875 427.117188 226.875 427.117188 229.710938 "/>
        <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;"
              d="M 433.484375 227.28125 C 433.484375 230.117188 429.230469 230.117188 429.230469 227.28125 C 429.230469 224.449219 433.484375 224.449219 433.484375 227.28125 "/>
        <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;"
              d="M 439.847656 227.207031 C 439.847656 230.039062 435.597656 230.039062 435.597656 227.207031 C 435.597656 224.371094 439.847656 224.371094 439.847656 227.207031 "/>
        <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;"
              d="M 446.214844 124.558594 C 446.214844 127.394531 441.960938 127.394531 441.960938 124.558594 C 441.960938 121.722656 446.214844 121.722656 446.214844 124.558594 "/>
        <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;"
              d="M 452.578125 124.527344 C 452.578125 127.363281 448.328125 127.363281 448.328125 124.527344 C 448.328125 121.695312 452.578125 121.695312 452.578125 124.527344 "/>
        <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;"
              d="M 458.945312 87.8125 C 458.945312 90.648438 454.691406 90.648438 454.691406 87.8125 C 454.691406 84.976562 458.945312 84.976562 458.945312 87.8125 "/>
        <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;"
              d="M 465.308594 87.9375 C 465.308594 90.773438 461.058594 90.773438 461.058594 87.9375 C 461.058594 85.101562 465.308594 85.101562 465.308594 87.9375 "/>
        <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;"
              d="M 471.675781 34.859375 C 471.675781 37.695312 467.421875 37.695312 467.421875 34.859375 C 467.421875 32.023438 471.675781 32.023438 471.675781 34.859375 "/>
        <path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:1;"
              d="M 68.539062 444.054688 L 74.902344 443.898438 L 81.269531 443.546875 L 87.632812 439.605469 L 94 441.46875 L 100.363281 437.652344 L 106.730469 437.679688 L 113.09375 437.972656 L 119.460938 432.292969 L 125.824219 421.289062 L 132.191406 414.742188 L 138.554688 422.648438 L 144.921875 429.21875 L 151.285156 434.285156 L 157.652344 433.597656 L 164.015625 428.382812 L 170.382812 428.261719 L 176.746094 426.035156 L 183.113281 423.253906 L 189.476562 424.0625 L 195.84375 424.171875 L 202.207031 426.722656 L 208.574219 426.953125 L 214.9375 427.296875 L 221.304688 424.324219 L 227.667969 423.601562 L 234.035156 427.714844 L 240.398438 421.882812 L 246.765625 421.832031 L 253.128906 421.824219 L 259.496094 422.339844 L 265.859375 395.808594 L 272.226562 395.632812 L 278.589844 392.394531 L 284.957031 392.164062 L 291.320312 389.417969 L 297.6875 398.144531 L 304.050781 398.101562 L 310.417969 374.4375 L 316.78125 371.21875 L 323.148438 409.726562 L 329.511719 401.1875 L 335.878906 403.035156 L 348.609375 403.035156 L 354.972656 413.222656 L 361.339844 395.691406 L 367.703125 395.691406 L 374.070312 395.632812 L 380.4375 385.40625 L 386.800781 384.359375 L 393.167969 384.359375 L 399.53125 286.941406 L 405.898438 286.941406 L 412.261719 216.921875 L 418.628906 214.453125 L 424.992188 229.710938 L 431.359375 227.28125 L 437.722656 227.207031 L 444.089844 124.558594 L 450.453125 124.527344 L 456.820312 87.8125 L 463.183594 87.9375 L 469.550781 34.859375 "/>
        <g clip-path="url(#clip56)" clip-rule="nonzero">
            <path style="fill:none;stroke-width:1.062992;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(49.803922%,49.803922%,49.803922%);stroke-opacity:1;stroke-miterlimit:10;"
                  d="M 48.488281 464.511719 L 489.601562 464.511719 L 489.601562 14.398438 L 48.488281 14.398438 Z M 48.488281 464.511719 "/>
        </g>
        <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
            <use xlink:href="#glyph0-1" x="30.398438" y="434.402344"/>
            <use xlink:href="#glyph0-2" x="35.732422" y="434.402344"/>
        </g>
        <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
            <use xlink:href="#glyph0-2" x="30.398438" y="401.160156"/>
            <use xlink:href="#glyph0-3" x="35.732422" y="401.160156"/>
        </g>
        <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
            <use xlink:href="#glyph0-4" x="30.398438" y="367.914062"/>
            <use xlink:href="#glyph0-2" x="35.732422" y="367.914062"/>
        </g>
        <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
            <use xlink:href="#glyph0-5" x="24.398438" y="334.667969"/>
            <use xlink:href="#glyph0-3" x="29.732422" y="334.667969"/>
            <use xlink:href="#glyph0-3" x="35.066406" y="334.667969"/>
        </g>
        <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
            <use xlink:href="#glyph0-5" x="24.398438" y="301.425781"/>
            <use xlink:href="#glyph0-1" x="29.732422" y="301.425781"/>
            <use xlink:href="#glyph0-2" x="35.066406" y="301.425781"/>
        </g>
        <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
            <use xlink:href="#glyph0-5" x="24.398438" y="268.179688"/>
            <use xlink:href="#glyph0-2" x="29.732422" y="268.179688"/>
            <use xlink:href="#glyph0-3" x="35.066406" y="268.179688"/>
        </g>
        <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
            <use xlink:href="#glyph0-5" x="24.398438" y="234.9375"/>
            <use xlink:href="#glyph0-4" x="29.732422" y="234.9375"/>
            <use xlink:href="#glyph0-2" x="35.066406" y="234.9375"/>
        </g>
        <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
            <use xlink:href="#glyph0-1" x="24.398438" y="201.691406"/>
            <use xlink:href="#glyph0-3" x="29.732422" y="201.691406"/>
            <use xlink:href="#glyph0-3" x="35.066406" y="201.691406"/>
        </g>
        <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
            <use xlink:href="#glyph0-1" x="24.398438" y="168.449219"/>
            <use xlink:href="#glyph0-1" x="29.732422" y="168.449219"/>
            <use xlink:href="#glyph0-2" x="35.066406" y="168.449219"/>
        </g>
        <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
            <use xlink:href="#glyph0-1" x="24.398438" y="135.203125"/>
            <use xlink:href="#glyph0-2" x="29.732422" y="135.203125"/>
            <use xlink:href="#glyph0-3" x="35.066406" y="135.203125"/>
        </g>
        <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
            <use xlink:href="#glyph0-1" x="24.398438" y="101.960938"/>
            <use xlink:href="#glyph0-4" x="29.732422" y="101.960938"/>
            <use xlink:href="#glyph0-2" x="35.066406" y="101.960938"/>
        </g>
        <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
            <use xlink:href="#glyph0-6" x="24.398438" y="68.714844"/>
            <use xlink:href="#glyph0-3" x="29.732422" y="68.714844"/>
            <use xlink:href="#glyph0-3" x="35.066406" y="68.714844"/>
        </g>
        <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
            <use xlink:href="#glyph0-6" x="24.398438" y="35.472656"/>
            <use xlink:href="#glyph0-1" x="29.732422" y="35.472656"/>
            <use xlink:href="#glyph0-2" x="35.066406" y="35.472656"/>
        </g>
        <path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;"
              d="M 44.234375 431.382812 L 48.488281 431.382812 "/>
        <path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;"
              d="M 44.234375 398.140625 L 48.488281 398.140625 "/>
        <path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;"
              d="M 44.234375 364.894531 L 48.488281 364.894531 "/>
        <path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;"
              d="M 44.234375 331.648438 L 48.488281 331.648438 "/>
        <path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;"
              d="M 44.234375 298.40625 L 48.488281 298.40625 "/>
        <path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;"
              d="M 44.234375 265.160156 L 48.488281 265.160156 "/>
        <path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;"
              d="M 44.234375 231.917969 L 48.488281 231.917969 "/>
        <path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;"
              d="M 44.234375 198.671875 L 48.488281 198.671875 "/>
        <path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;"
              d="M 44.234375 165.429688 L 48.488281 165.429688 "/>
        <path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;"
              d="M 44.234375 132.183594 L 48.488281 132.183594 "/>
        <path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;"
              d="M 44.234375 98.941406 L 48.488281 98.941406 "/>
        <path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;"
              d="M 44.234375 65.695312 L 48.488281 65.695312 "/>
        <path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;"
              d="M 44.234375 32.453125 L 48.488281 32.453125 "/>
        <path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;"
              d="M 62.171875 468.765625 L 62.171875 464.511719 "/>
        <path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;"
              d="M 94 468.765625 L 94 464.511719 "/>
        <path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;"
              d="M 125.824219 468.765625 L 125.824219 464.511719 "/>
        <path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;"
              d="M 157.652344 468.765625 L 157.652344 464.511719 "/>
        <path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;"
              d="M 189.476562 468.765625 L 189.476562 464.511719 "/>
        <path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;"
              d="M 221.304688 468.765625 L 221.304688 464.511719 "/>
        <path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;"
              d="M 253.128906 468.765625 L 253.128906 464.511719 "/>
        <path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;"
              d="M 284.957031 468.765625 L 284.957031 464.511719 "/>
        <path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;"
              d="M 316.78125 468.765625 L 316.78125 464.511719 "/>
        <path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;"
              d="M 348.609375 468.765625 L 348.609375 464.511719 "/>
        <path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;"
              d="M 380.4375 468.765625 L 380.4375 464.511719 "/>
        <path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;"
              d="M 412.261719 468.765625 L 412.261719 464.511719 "/>
        <path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;"
              d="M 444.089844 468.765625 L 444.089844 464.511719 "/>
        <path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;"
              d="M 475.914062 468.765625 L 475.914062 464.511719 "/>
        <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
            <use xlink:href="#glyph0-3" x="59.171875" y="478.621094"/>
        </g>
        <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
            <use xlink:href="#glyph0-2" x="85.5" y="478.621094"/>
            <use xlink:href="#glyph0-3" x="90.833984" y="478.621094"/>
            <use xlink:href="#glyph0-3" x="96.167969" y="478.621094"/>
        </g>
        <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
            <use xlink:href="#glyph0-5" x="114.824219" y="478.621094"/>
            <use xlink:href="#glyph0-3" x="120.158203" y="478.621094"/>
            <use xlink:href="#glyph0-3" x="125.492188" y="478.621094"/>
            <use xlink:href="#glyph0-3" x="130.826172" y="478.621094"/>
        </g>
        <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
            <use xlink:href="#glyph0-5" x="146.652344" y="478.621094"/>
            <use xlink:href="#glyph0-2" x="151.986328" y="478.621094"/>
            <use xlink:href="#glyph0-3" x="157.320312" y="478.621094"/>
            <use xlink:href="#glyph0-3" x="162.654297" y="478.621094"/>
        </g>
        <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
            <use xlink:href="#glyph0-1" x="178.476562" y="478.621094"/>
            <use xlink:href="#glyph0-3" x="183.810547" y="478.621094"/>
            <use xlink:href="#glyph0-3" x="189.144531" y="478.621094"/>
            <use xlink:href="#glyph0-3" x="194.478516" y="478.621094"/>
        </g>
        <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
            <use xlink:href="#glyph0-1" x="210.304688" y="478.621094"/>
            <use xlink:href="#glyph0-2" x="215.638672" y="478.621094"/>
            <use xlink:href="#glyph0-3" x="220.972656" y="478.621094"/>
            <use xlink:href="#glyph0-3" x="226.306641" y="478.621094"/>
        </g>
        <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
            <use xlink:href="#glyph0-6" x="242.128906" y="478.621094"/>
            <use xlink:href="#glyph0-3" x="247.462891" y="478.621094"/>
            <use xlink:href="#glyph0-3" x="252.796875" y="478.621094"/>
            <use xlink:href="#glyph0-3" x="258.130859" y="478.621094"/>
        </g>
        <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
            <use xlink:href="#glyph0-6" x="273.957031" y="478.621094"/>
            <use xlink:href="#glyph0-2" x="279.291016" y="478.621094"/>
            <use xlink:href="#glyph0-3" x="284.625" y="478.621094"/>
            <use xlink:href="#glyph0-3" x="289.958984" y="478.621094"/>
        </g>
        <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
            <use xlink:href="#glyph0-7" x="305.78125" y="478.621094"/>
            <use xlink:href="#glyph0-3" x="311.115234" y="478.621094"/>
            <use xlink:href="#glyph0-3" x="316.449219" y="478.621094"/>
            <use xlink:href="#glyph0-3" x="321.783203" y="478.621094"/>
        </g>
        <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
            <use xlink:href="#glyph0-7" x="337.609375" y="478.621094"/>
            <use xlink:href="#glyph0-2" x="342.943359" y="478.621094"/>
            <use xlink:href="#glyph0-3" x="348.277344" y="478.621094"/>
            <use xlink:href="#glyph0-3" x="353.611328" y="478.621094"/>
        </g>
        <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
            <use xlink:href="#glyph0-2" x="369.4375" y="478.621094"/>
            <use xlink:href="#glyph0-3" x="374.771484" y="478.621094"/>
            <use xlink:href="#glyph0-3" x="380.105469" y="478.621094"/>
            <use xlink:href="#glyph0-3" x="385.439453" y="478.621094"/>
        </g>
        <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
            <use xlink:href="#glyph0-2" x="401.261719" y="478.621094"/>
            <use xlink:href="#glyph0-2" x="406.595703" y="478.621094"/>
            <use xlink:href="#glyph0-3" x="411.929688" y="478.621094"/>
            <use xlink:href="#glyph0-3" x="417.263672" y="478.621094"/>
        </g>
        <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
            <use xlink:href="#glyph0-8" x="433.089844" y="478.621094"/>
            <use xlink:href="#glyph0-3" x="438.423828" y="478.621094"/>
            <use xlink:href="#glyph0-3" x="443.757812" y="478.621094"/>
            <use xlink:href="#glyph0-3" x="449.091797" y="478.621094"/>
        </g>
        <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
            <use xlink:href="#glyph0-8" x="464.914062" y="478.621094"/>
            <use xlink:href="#glyph0-2" x="470.248047" y="478.621094"/>
            <use xlink:href="#glyph0-3" x="475.582031" y="478.621094"/>
            <use xlink:href="#glyph0-3" x="480.916016" y="478.621094"/>
        </g>
        <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
            <use xlink:href="#glyph1-1" x="236.542969" y="492.975586"/>
            <use xlink:href="#glyph1-2" x="243.214844" y="492.975586"/>
            <use xlink:href="#glyph1-3" x="245.878906" y="492.975586"/>
            <use xlink:href="#glyph1-4" x="251.819336" y="492.975586"/>
            <use xlink:href="#glyph1-5" x="255.155273" y="492.975586"/>
            <use xlink:href="#glyph1-6" x="261.827148" y="492.975586"/>
            <use xlink:href="#glyph1-7" x="268.499023" y="492.975586"/>
            <use xlink:href="#glyph1-8" x="274.499023" y="492.975586"/>
            <use xlink:href="#glyph1-9" x="281.170898" y="492.975586"/>
            <use xlink:href="#glyph1-10" x="284.506836" y="492.975586"/>
            <use xlink:href="#glyph1-11" x="287.842773" y="492.975586"/>
            <use xlink:href="#glyph1-12" x="297.838867" y="492.975586"/>
        </g>
        <g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
            <use xlink:href="#glyph2-1" x="20.577148" y="333.957031"/>
            <use xlink:href="#glyph2-2" x="20.577148" y="325.592773"/>
            <use xlink:href="#glyph2-2" x="20.577148" y="318.260742"/>
            <use xlink:href="#glyph2-3" x="20.577148" y="310.928711"/>
            <use xlink:href="#glyph2-4" x="20.577148" y="307.592773"/>
            <use xlink:href="#glyph2-5" x="20.577148" y="300.920898"/>
            <use xlink:href="#glyph2-6" x="20.577148" y="294.368164"/>
            <use xlink:href="#glyph2-7" x="20.577148" y="291.032227"/>
            <use xlink:href="#glyph2-5" x="20.577148" y="282.487305"/>
            <use xlink:href="#glyph2-5" x="20.577148" y="275.81543"/>
            <use xlink:href="#glyph2-8" x="20.577148" y="269.143555"/>
            <use xlink:href="#glyph2-3" x="20.577148" y="262.47168"/>
            <use xlink:href="#glyph2-9" x="20.577148" y="259.135742"/>
            <use xlink:href="#glyph2-10" x="20.577148" y="250.47168"/>
            <use xlink:href="#glyph2-3" x="20.577148" y="242.467773"/>
            <use xlink:href="#glyph2-11" x="20.577148" y="239.131836"/>
            <use xlink:href="#glyph2-8" x="20.577148" y="232.459961"/>
            <use xlink:href="#glyph2-12" x="20.577148" y="225.788086"/>
            <use xlink:href="#glyph2-3" x="20.577148" y="219.116211"/>
            <use xlink:href="#glyph2-5" x="20.577148" y="215.780273"/>
            <use xlink:href="#glyph2-8" x="20.577148" y="209.108398"/>
            <use xlink:href="#glyph2-13" x="20.577148" y="202.436523"/>
            <use xlink:href="#glyph2-12" x="20.577148" y="195.764648"/>
            <use xlink:href="#glyph2-5" x="20.577148" y="189.092773"/>
            <use xlink:href="#glyph2-3" x="20.577148" y="182.420898"/>
            <use xlink:href="#glyph2-14" x="20.577148" y="179.084961"/>
            <use xlink:href="#glyph2-3" x="20.577148" y="171.081055"/>
            <use xlink:href="#glyph2-15" x="20.577148" y="167.745117"/>
            <use xlink:href="#glyph2-16" x="20.577148" y="164.40918"/>
            <use xlink:href="#glyph2-17" x="20.577148" y="154.413086"/>
            <use xlink:href="#glyph2-18" x="20.577148" y="148.413086"/>
        </g>
    </g>
</svg>