File: bench-c5-18xlarge-2020-01-20-a.svg

package info (click to toggle)
solvespace 3.1%2Bds1-3.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 15,964 kB
  • sloc: cpp: 122,491; ansic: 11,375; javascript: 1,919; sh: 89; xml: 44; makefile: 25
file content (887 lines) | stat: -rw-r--r-- 77,263 bytes parent folder | download | duplicates (4)
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
<?xml version='1.0' encoding='UTF-8'?>
<!-- This file was generated by dvisvgm 2.4.2 -->
<svg height='167.731pt' version='1.1' viewBox='52.938 54.996 381.624 167.731' width='381.624pt' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'>
<rect width="1000%" height="1000%" fill="white"/>
<defs>
<clipPath id='clip1'>
<path d='M82.148 206.586H434.164V81.34H82.148Z'/>
</clipPath>
<use id='g3-40' transform='scale(1.143)' xlink:href='#g0-40'/>
<use id='g3-41' transform='scale(1.143)' xlink:href='#g0-41'/>
<use id='g3-78' transform='scale(1.143)' xlink:href='#g0-78'/>
<use id='g3-97' transform='scale(1.143)' xlink:href='#g0-97'/>
<use id='g3-98' transform='scale(1.143)' xlink:href='#g0-98'/>
<use id='g3-99' transform='scale(1.143)' xlink:href='#g0-99'/>
<use id='g3-100' transform='scale(1.143)' xlink:href='#g0-100'/>
<use id='g3-101' transform='scale(1.143)' xlink:href='#g0-101'/>
<use id='g3-102' transform='scale(1.143)' xlink:href='#g0-102'/>
<use id='g3-105' transform='scale(1.143)' xlink:href='#g0-105'/>
<use id='g3-108' transform='scale(1.143)' xlink:href='#g0-108'/>
<use id='g3-109' transform='scale(1.143)' xlink:href='#g0-109'/>
<use id='g3-110' transform='scale(1.143)' xlink:href='#g0-110'/>
<use id='g3-111' transform='scale(1.143)' xlink:href='#g0-111'/>
<use id='g3-112' transform='scale(1.143)' xlink:href='#g0-112'/>
<use id='g3-114' transform='scale(1.143)' xlink:href='#g0-114'/>
<use id='g3-115' transform='scale(1.143)' xlink:href='#g0-115'/>
<use id='g3-116' transform='scale(1.143)' xlink:href='#g0-116'/>
<use id='g3-119' transform='scale(1.143)' xlink:href='#g0-119'/>
<path d='M3.891 -2.914C4.806 -3.165 5.452 -3.811 5.452 -4.546C5.452 -5.469 4.411 -6.223 3.129 -6.223H0.87V0H1.704V-2.824H3.138L4.842 0H5.703L3.891 -2.914ZM1.704 -3.407V-5.694H3.022C4.062 -5.694 4.671 -5.192 4.671 -4.546C4.671 -3.963 4.125 -3.407 3.022 -3.407H1.704Z' id='g1-82'/>
<path d='M3.694 -2.591C3.694 -3.479 3.04 -4.133 2.152 -4.133C1.569 -4.133 1.139 -3.981 0.708 -3.739L0.762 -3.102C1.21 -3.434 1.65 -3.569 2.143 -3.569C2.645 -3.569 2.95 -3.165 2.95 -2.582V-2.206C1.408 -2.17 0.395 -1.766 0.395 -1.04C0.395 -0.619 0.672 0.099 1.453 0.099C1.632 0.099 2.412 0.081 2.977 -0.341V0H3.694V-2.591ZM2.95 -1.255C2.95 -1.067 2.95 -0.843 2.627 -0.655C2.403 -0.52 2.107 -0.484 1.928 -0.484C1.47 -0.484 1.085 -0.699 1.085 -1.058C1.085 -1.695 2.833 -1.722 2.95 -1.722V-1.255Z' id='g1-97'/>
<path d='M3.829 -1.964C3.829 -2.242 3.82 -2.923 3.47 -3.461C3.093 -4.026 2.52 -4.133 2.179 -4.133C1.139 -4.133 0.314 -3.174 0.314 -2.026C0.314 -0.843 1.193 0.099 2.313 0.099C2.744 0.099 3.264 -0.009 3.784 -0.341L3.73 -0.959C3.165 -0.556 2.636 -0.484 2.322 -0.484C1.578 -0.484 1.004 -1.139 0.977 -1.964H3.829ZM1.031 -2.493C1.175 -3.067 1.614 -3.551 2.179 -3.551C2.511 -3.551 3.12 -3.398 3.291 -2.493H1.031Z' id='g1-101'/>
<path d='M1.524 -6.133H0.664V-5.272H1.524V-6.133ZM1.453 -3.981H0.735V0H1.453V-3.981Z' id='g1-105'/>
<path d='M1.453 -6.223H0.735V0H1.453V-6.223Z' id='g1-108'/>
<path d='M6.581 -2.663C6.581 -3.327 6.402 -4.08 5.317 -4.08C4.564 -4.08 4.142 -3.622 3.927 -3.344C3.865 -3.524 3.676 -4.08 2.762 -4.08C2.053 -4.08 1.623 -3.667 1.417 -3.398V-4.035H0.726V0H1.47V-2.188C1.47 -2.78 1.704 -3.497 2.385 -3.497C3.282 -3.497 3.282 -2.86 3.282 -2.6V0H4.026V-2.188C4.026 -2.78 4.259 -3.497 4.94 -3.497C5.837 -3.497 5.837 -2.86 5.837 -2.6V0H6.581V-2.663Z' id='g1-109'/>
<path d='M1.623 -3.425H2.914V-3.981H1.623V-5.12H0.959V-3.981H0.17V-3.425H0.933V-1.13C0.933 -0.601 1.049 0.099 1.704 0.099C2.098 0.099 2.564 0.018 3.067 -0.233L2.914 -0.798C2.681 -0.619 2.367 -0.511 2.089 -0.511C1.739 -0.511 1.623 -0.825 1.623 -1.291V-3.425Z' id='g1-116'/>
<path d='M4.116 -3.981H3.407L2.699 -2.161C2.52 -1.695 2.188 -0.825 2.143 -0.493H2.125C2.107 -0.646 2.08 -0.816 1.587 -2.107C1.318 -2.833 0.879 -3.927 0.861 -3.981H0.126L1.704 0H2.537L4.116 -3.981Z' id='g1-118'/>
<use id='g2-46' transform='scale(0.714)' xlink:href='#g0-46'/>
<use id='g2-48' transform='scale(0.714)' xlink:href='#g0-48'/>
<use id='g2-49' transform='scale(0.714)' xlink:href='#g0-49'/>
<use id='g2-50' transform='scale(0.714)' xlink:href='#g0-50'/>
<use id='g2-51' transform='scale(0.714)' xlink:href='#g0-51'/>
<use id='g2-52' transform='scale(0.714)' xlink:href='#g0-52'/>
<use id='g2-53' transform='scale(0.714)' xlink:href='#g0-53'/>
<use id='g2-54' transform='scale(0.714)' xlink:href='#g0-54'/>
<use id='g2-55' transform='scale(0.714)' xlink:href='#g0-55'/>
<use id='g2-56' transform='scale(0.714)' xlink:href='#g0-56'/>
<use id='g2-57' transform='scale(0.714)' xlink:href='#g0-57'/>
<use id='g2-120' transform='scale(0.714)' xlink:href='#g0-120'/>
<path d='M1.445 -1.245C1.445 -1.41 1.305 -1.549 1.141 -1.549S0.837 -1.41 0.837 -1.245S0.976 -0.941 1.141 -0.941S1.445 -1.081 1.445 -1.245Z' id='g4-1'/>
<path d='M2.127 -5.23C2.008 -5.23 1.995 -5.23 1.911 -5.154C1.032 -4.387 0.586 -3.145 0.586 -1.743C0.586 -0.425 0.983 0.844 1.904 1.653C1.995 1.743 2.008 1.743 2.127 1.743H2.462C2.441 1.73 1.764 1.151 1.444 0.063C1.276 -0.481 1.193 -1.053 1.193 -1.743C1.193 -4.156 2.322 -5.112 2.462 -5.23H2.127Z' id='g0-40'/>
<path d='M0.746 1.743C0.865 1.743 0.879 1.743 0.962 1.667C1.841 0.9 2.287 -0.342 2.287 -1.743C2.287 -3.062 1.89 -4.331 0.969 -5.14C0.879 -5.23 0.865 -5.23 0.746 -5.23H0.411C0.432 -5.216 1.109 -4.638 1.43 -3.55C1.597 -3.006 1.681 -2.434 1.681 -1.743C1.681 0.669 0.551 1.625 0.411 1.743H0.746Z' id='g0-41'/>
<path d='M1.339 -0.628H0.711V0H1.339V-0.628Z' id='g0-46'/>
<path d='M3.403 -2.267C3.403 -2.601 3.403 -3.417 3.075 -3.989C2.72 -4.617 2.183 -4.721 1.848 -4.721C1.534 -4.721 0.99 -4.624 0.642 -4.024C0.307 -3.466 0.293 -2.706 0.293 -2.267C0.293 -1.75 0.321 -1.116 0.614 -0.586C0.921 -0.021 1.437 0.146 1.848 0.146C2.545 0.146 2.929 -0.258 3.138 -0.697C3.382 -1.193 3.403 -1.834 3.403 -2.267ZM1.848 -0.314C1.555 -0.314 1.22 -0.481 1.046 -0.983C0.907 -1.409 0.9 -1.848 0.9 -2.357C0.9 -2.999 0.9 -4.261 1.848 -4.261S2.797 -2.999 2.797 -2.357C2.797 -1.897 2.797 -1.374 2.629 -0.928C2.434 -0.425 2.078 -0.314 1.848 -0.314Z' id='g0-48'/>
<path d='M2.239 -4.721H2.085C1.632 -4.303 1.06 -4.275 0.642 -4.261V-3.822C0.914 -3.829 1.262 -3.843 1.611 -3.982V-0.439H0.683V0H3.166V-0.439H2.239V-4.721Z' id='g0-49'/>
<path d='M1.974 -0.537C1.89 -0.537 1.806 -0.53 1.723 -0.53H0.928L2.008 -1.485C2.134 -1.597 2.476 -1.855 2.608 -1.967C2.915 -2.246 3.327 -2.608 3.327 -3.215C3.327 -4.003 2.741 -4.721 1.743 -4.721C1.004 -4.721 0.544 -4.324 0.307 -3.612L0.635 -3.201C0.795 -3.787 1.039 -4.24 1.646 -4.24C2.232 -4.24 2.678 -3.829 2.678 -3.201C2.678 -2.622 2.336 -2.294 1.918 -1.897C1.778 -1.757 1.402 -1.444 1.255 -1.304C1.053 -1.123 0.572 -0.656 0.37 -0.481V0H3.327V-0.537H1.974Z' id='g0-50'/>
<path d='M0.697 -3.578C0.983 -4.135 1.485 -4.289 1.82 -4.289C2.232 -4.289 2.538 -4.052 2.538 -3.654C2.538 -3.285 2.287 -2.831 1.757 -2.741C1.723 -2.734 1.695 -2.734 1.234 -2.699V-2.239H1.778C2.441 -2.239 2.685 -1.716 2.685 -1.276C2.685 -0.732 2.35 -0.314 1.806 -0.314C1.311 -0.314 0.746 -0.551 0.398 -0.997L0.307 -0.544C0.711 -0.091 1.276 0.146 1.82 0.146C2.734 0.146 3.389 -0.537 3.389 -1.269C3.389 -1.841 2.929 -2.301 2.378 -2.462C2.908 -2.734 3.18 -3.201 3.18 -3.654C3.18 -4.247 2.573 -4.721 1.827 -4.721C1.213 -4.721 0.704 -4.4 0.411 -3.982L0.697 -3.578Z' id='g0-51'/>
<path d='M2.762 -1.165H3.487V-1.625H2.762V-4.575H2.071L0.209 -1.625V-1.165H2.162V0H2.762V-1.165ZM0.802 -1.625C1.011 -1.953 2.211 -3.815 2.211 -4.233V-1.625H0.802Z' id='g0-52'/>
<path d='M1.144 -4.094H3.075V-4.575H0.586V-1.967H1.095C1.262 -2.343 1.59 -2.511 1.904 -2.511C2.19 -2.511 2.622 -2.315 2.622 -1.43C2.622 -0.516 2.043 -0.314 1.688 -0.314C1.227 -0.314 0.781 -0.558 0.544 -0.955L0.279 -0.537C0.621 -0.112 1.137 0.146 1.688 0.146C2.608 0.146 3.327 -0.565 3.327 -1.416C3.327 -2.28 2.685 -2.971 1.918 -2.971C1.618 -2.971 1.353 -2.866 1.144 -2.692V-4.094Z' id='g0-53'/>
<path d='M3.062 -4.582C2.685 -4.721 2.42 -4.721 2.287 -4.721C1.227 -4.721 0.307 -3.724 0.307 -2.253C0.307 -0.363 1.158 0.146 1.862 0.146C2.427 0.146 2.72 -0.119 2.936 -0.342C3.382 -0.816 3.389 -1.311 3.389 -1.555C3.389 -2.469 2.894 -3.229 2.218 -3.229C1.534 -3.229 1.165 -2.873 0.962 -2.671C1.053 -3.626 1.541 -4.289 2.294 -4.289C2.434 -4.289 2.713 -4.275 3.062 -4.142V-4.582ZM0.969 -1.534C0.969 -1.576 0.969 -1.681 0.976 -1.716C0.976 -2.19 1.276 -2.769 1.897 -2.769C2.748 -2.769 2.748 -1.792 2.748 -1.555C2.748 -1.29 2.748 -0.997 2.559 -0.704C2.392 -0.453 2.183 -0.314 1.862 -0.314C1.123 -0.314 1.004 -1.227 0.969 -1.534Z' id='g0-54'/>
<path d='M1.723 -4.038C1.806 -4.038 1.89 -4.045 1.974 -4.045H2.852C1.792 -3.006 1.116 -1.548 1.116 0.07H1.771C1.771 -1.967 2.762 -3.431 3.389 -4.087V-4.575H0.307V-4.038H1.723Z' id='g0-55'/>
<path d='M2.385 -2.469C2.845 -2.615 3.285 -2.985 3.285 -3.501C3.285 -4.135 2.678 -4.721 1.848 -4.721S0.411 -4.135 0.411 -3.501C0.411 -2.978 0.865 -2.608 1.311 -2.469C0.697 -2.28 0.307 -1.806 0.307 -1.269C0.307 -0.523 0.969 0.146 1.848 0.146S3.389 -0.523 3.389 -1.269C3.389 -1.806 2.992 -2.28 2.385 -2.469ZM1.848 -2.699C1.353 -2.699 0.948 -2.985 0.948 -3.494C0.948 -3.94 1.262 -4.289 1.848 -4.289C2.427 -4.289 2.748 -3.94 2.748 -3.494C2.748 -2.999 2.357 -2.699 1.848 -2.699ZM1.848 -0.314C1.367 -0.314 0.941 -0.621 0.941 -1.276C0.941 -1.904 1.346 -2.239 1.848 -2.239S2.755 -1.897 2.755 -1.276C2.755 -0.621 2.322 -0.314 1.848 -0.314Z' id='g0-56'/>
<path d='M0.537 -0.174C0.879 0.077 1.193 0.146 1.52 0.146C2.497 0.146 3.389 -0.837 3.389 -2.336C3.389 -4.24 2.545 -4.721 1.876 -4.721C1.255 -4.721 0.969 -4.428 0.767 -4.226C0.321 -3.773 0.307 -3.292 0.307 -3.02C0.307 -2.12 0.795 -1.346 1.478 -1.346C2.267 -1.346 2.699 -1.869 2.734 -1.911C2.636 -0.802 2.092 -0.314 1.52 -0.314C1.158 -0.314 0.934 -0.446 0.774 -0.579L0.537 -0.174ZM2.713 -3.027C2.72 -2.985 2.72 -2.915 2.72 -2.873C2.72 -2.357 2.406 -1.806 1.799 -1.806C1.534 -1.806 1.325 -1.883 1.144 -2.169C0.962 -2.441 0.948 -2.706 0.948 -3.02C0.948 -3.292 0.948 -3.605 1.165 -3.912C1.311 -4.122 1.52 -4.289 1.869 -4.289C2.545 -4.289 2.692 -3.473 2.713 -3.027Z' id='g0-57'/>
<path d='M1.646 -4.84H0.697V0H1.283V-4.289H1.29L3.578 0H4.526V-4.84H3.94V-0.551H3.933L1.646 -4.84Z' id='g0-78'/>
<path d='M2.971 -2.008C2.971 -2.72 2.427 -3.201 1.736 -3.201C1.297 -3.201 0.962 -3.11 0.572 -2.901L0.614 -2.392C0.844 -2.545 1.186 -2.755 1.736 -2.755C2.043 -2.755 2.364 -2.525 2.364 -2.001V-1.723C1.332 -1.688 0.314 -1.471 0.314 -0.823C0.314 -0.474 0.551 0.07 1.165 0.07C1.465 0.07 2.015 0.007 2.385 -0.265V0H2.971V-2.008ZM2.364 -0.99C2.364 -0.851 2.364 -0.669 2.12 -0.523C1.897 -0.398 1.625 -0.391 1.548 -0.391C1.165 -0.391 0.872 -0.565 0.872 -0.83C0.872 -1.276 2.05 -1.318 2.364 -1.332V-0.99Z' id='g0-97'/>
<path d='M1.179 -4.84H0.593V0H1.2V-0.328C1.353 -0.195 1.688 0.07 2.197 0.07C2.957 0.07 3.571 -0.642 3.571 -1.555C3.571 -2.399 3.089 -3.166 2.392 -3.166C1.953 -3.166 1.527 -3.027 1.179 -2.769V-4.84ZM1.2 -2.197C1.2 -2.308 1.2 -2.392 1.444 -2.552C1.548 -2.615 1.736 -2.706 1.974 -2.706C2.441 -2.706 2.964 -2.392 2.964 -1.555C2.964 -0.704 2.385 -0.391 1.897 -0.391C1.639 -0.391 1.395 -0.509 1.2 -0.823V-2.197Z' id='g0-98'/>
<path d='M3.034 -0.76C2.685 -0.537 2.308 -0.411 1.876 -0.411C1.234 -0.411 0.858 -0.928 0.858 -1.555C0.858 -2.092 1.137 -2.72 1.897 -2.72C2.371 -2.72 2.594 -2.622 2.95 -2.399L3.041 -2.901C2.622 -3.11 2.441 -3.201 1.897 -3.201C0.851 -3.201 0.251 -2.357 0.251 -1.548C0.251 -0.697 0.921 0.07 1.869 0.07C2.357 0.07 2.776 -0.077 3.075 -0.251L3.034 -0.76Z' id='g0-99'/>
<path d='M3.229 -4.84H2.643V-2.797C2.197 -3.124 1.743 -3.166 1.541 -3.166C0.809 -3.166 0.251 -2.434 0.251 -1.548S0.802 0.07 1.52 0.07C1.953 0.07 2.357 -0.126 2.622 -0.363V0H3.229V-4.84ZM2.622 -0.865C2.448 -0.579 2.183 -0.391 1.848 -0.391C1.36 -0.391 0.858 -0.732 0.858 -1.541C0.858 -2.413 1.451 -2.706 1.925 -2.706C2.204 -2.706 2.441 -2.587 2.622 -2.35V-0.865Z' id='g0-100'/>
<path d='M2.999 -0.76C2.608 -0.481 2.169 -0.391 1.869 -0.391C1.262 -0.391 0.802 -0.886 0.781 -1.527H3.068C3.068 -1.848 3.034 -2.315 2.762 -2.713C2.511 -3.068 2.092 -3.201 1.75 -3.201C0.9 -3.201 0.244 -2.455 0.244 -1.569C0.244 -0.676 0.941 0.07 1.862 0.07C2.267 0.07 2.685 -0.049 3.041 -0.265L2.999 -0.76ZM0.83 -1.946C0.99 -2.504 1.402 -2.741 1.75 -2.741C2.057 -2.741 2.511 -2.594 2.643 -1.946H0.83Z' id='g0-101'/>
<path d='M1.325 -2.657H2.12V-3.096H1.304V-3.898C1.304 -4.38 1.743 -4.449 1.974 -4.449C2.12 -4.449 2.308 -4.428 2.566 -4.331V-4.84C2.385 -4.882 2.169 -4.91 1.981 -4.91C1.262 -4.91 0.739 -4.394 0.739 -3.703V-3.096H0.202V-2.657H0.739V0H1.325V-2.657Z' id='g0-102'/>
<path d='M1.227 -4.784H0.523V-4.08H1.227V-4.784ZM1.172 -3.096H0.586V0H1.172V-3.096Z' id='g0-105'/>
<path d='M1.172 -4.84H0.586V0H1.172V-4.84Z' id='g0-108'/>
<path d='M5.3 -2.064C5.3 -2.608 5.14 -3.166 4.282 -3.166C3.696 -3.166 3.333 -2.824 3.166 -2.601C3.096 -2.79 2.922 -3.166 2.225 -3.166C1.827 -3.166 1.444 -3.006 1.137 -2.636V-3.145H0.579V0H1.186V-1.695C1.186 -2.155 1.381 -2.706 1.918 -2.706C2.636 -2.706 2.636 -2.218 2.636 -2.015V0H3.243V-1.695C3.243 -2.155 3.438 -2.706 3.975 -2.706C4.693 -2.706 4.693 -2.218 4.693 -2.015V0H5.3V-2.064Z' id='g0-109'/>
<path d='M3.243 -2.064C3.243 -2.608 3.082 -3.166 2.225 -3.166C1.827 -3.166 1.444 -3.006 1.137 -2.636V-3.145H0.579V0H1.186V-1.695C1.186 -2.155 1.381 -2.706 1.918 -2.706C2.636 -2.706 2.636 -2.218 2.636 -2.015V0H3.243V-2.064Z' id='g0-110'/>
<path d='M3.487 -1.527C3.487 -2.448 2.755 -3.201 1.848 -3.201S0.209 -2.441 0.209 -1.527C0.209 -0.642 0.948 0.07 1.848 0.07C2.755 0.07 3.487 -0.642 3.487 -1.527ZM1.848 -0.411C1.297 -0.411 0.816 -0.816 0.816 -1.604S1.332 -2.741 1.848 -2.741C2.371 -2.741 2.88 -2.378 2.88 -1.604C2.88 -0.809 2.385 -0.411 1.848 -0.411Z' id='g0-111'/>
<path d='M1.2 -0.328C1.569 0.007 1.967 0.07 2.204 0.07C2.943 0.07 3.571 -0.635 3.571 -1.555C3.571 -2.392 3.11 -3.166 2.42 -3.166C2.106 -3.166 1.583 -3.075 1.179 -2.762V-3.096H0.593V1.353H1.2V-0.328ZM1.2 -2.315C1.36 -2.511 1.632 -2.685 1.967 -2.685C2.525 -2.685 2.964 -2.169 2.964 -1.555C2.964 -0.865 2.441 -0.391 1.897 -0.391C1.792 -0.391 1.618 -0.404 1.437 -0.551C1.227 -0.711 1.2 -0.816 1.2 -0.948V-2.315Z' id='g0-112'/>
<path d='M1.179 -1.485C1.179 -2.239 1.806 -2.643 2.42 -2.65V-3.166C1.834 -3.159 1.409 -2.873 1.13 -2.504V-3.145H0.593V0H1.179V-1.485Z' id='g0-114'/>
<path d='M2.545 -2.985C2.071 -3.18 1.723 -3.201 1.471 -3.201C1.297 -3.201 0.244 -3.201 0.244 -2.273C0.244 -1.946 0.425 -1.764 0.516 -1.681C0.76 -1.437 1.053 -1.381 1.423 -1.311C1.75 -1.248 2.127 -1.179 2.127 -0.844C2.127 -0.404 1.548 -0.404 1.451 -0.404C1.004 -0.404 0.586 -0.565 0.307 -0.76L0.209 -0.237C0.446 -0.119 0.872 0.07 1.451 0.07C1.764 0.07 2.071 0.021 2.329 -0.167C2.587 -0.363 2.671 -0.669 2.671 -0.907C2.671 -1.032 2.657 -1.304 2.364 -1.569C2.106 -1.799 1.855 -1.848 1.52 -1.911C1.109 -1.988 0.788 -2.05 0.788 -2.357C0.788 -2.755 1.297 -2.755 1.402 -2.755C1.799 -2.755 2.106 -2.671 2.455 -2.49L2.545 -2.985Z' id='g0-115'/>
<path d='M1.311 -2.657H2.343V-3.096H1.311V-3.982H0.774V-3.096H0.139V-2.657H0.753V-0.893C0.753 -0.425 0.872 0.07 1.374 0.07S2.26 -0.091 2.469 -0.188L2.35 -0.635C2.12 -0.467 1.876 -0.411 1.681 -0.411C1.388 -0.411 1.311 -0.697 1.311 -1.018V-2.657Z' id='g0-116'/>
<path d='M4.951 -3.096H4.407C4.345 -2.901 3.954 -1.723 3.738 -0.997C3.682 -0.795 3.612 -0.572 3.592 -0.411H3.585C3.543 -0.697 3.299 -1.451 3.285 -1.499L2.769 -3.096H2.239C2.036 -2.497 1.513 -0.934 1.458 -0.425H1.451C1.395 -0.921 0.879 -2.462 0.767 -2.797C0.711 -2.964 0.711 -2.978 0.676 -3.096H0.105L1.123 0H1.709C1.716 -0.028 1.904 -0.579 2.148 -1.353C2.253 -1.695 2.462 -2.364 2.497 -2.671L2.504 -2.678C2.518 -2.532 2.559 -2.378 2.608 -2.204S2.706 -1.841 2.755 -1.681L3.292 0H3.933L4.951 -3.096Z' id='g0-119'/>
<path d='M1.932 -1.597L3.285 -3.096H2.671L1.681 -1.953L0.669 -3.096H0.042L1.437 -1.597L0 0H0.621L1.681 -1.311L2.783 0H3.41L1.932 -1.597Z' id='g0-120'/>
</defs>
<g id='page1'>
<path d='M140.82 215.441V206.586M199.488 215.441V206.586M258.156 215.441V206.586M316.824 215.441V206.586M375.496 215.441V206.586M140.82 72.48V81.34M199.488 72.48V81.34M258.156 72.48V81.34M316.824 72.48V81.34M375.496 72.48V81.34' fill='none' stroke='#808080' stroke-miterlimit='10' stroke-width='0.199'/>
<path d='M111.484 210.836V206.586M170.152 210.836V206.586M228.824 210.836V206.586M287.492 210.836V206.586M346.16 210.836V206.586M404.828 210.836V206.586M111.484 77.086V81.34M170.152 77.086V81.34M228.824 77.086V81.34M287.492 77.086V81.34M346.16 77.086V81.34M404.828 77.086V81.34' fill='none' stroke='#808080' stroke-miterlimit='10' stroke-width='0.199'/>
<path d='M82.148 206.586H86.402M82.148 175.273H86.402M82.148 143.961H86.402M82.148 112.648H86.402M82.148 81.34H86.402M434.164 206.586H429.91M434.164 175.273H429.91M434.164 143.961H429.91M434.164 112.648H429.91M434.164 81.34H429.91' fill='none' stroke='#808080' stroke-miterlimit='10' stroke-width='0.199'/>
<path d='M82.148 206.586V81.34H434.164V206.586H82.148Z' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<g transform='matrix(1 0 0 1 -11.54 34.954)'>
<use x='114.487' xlink:href='#g3-99' y='186.027'/>
<use x='118.25' xlink:href='#g3-102' y='186.027'/>
<use x='120.838' xlink:href='#g3-114' y='186.027'/>
<use x='123.73' xlink:href='#g3-97' y='186.027'/>
<use x='127.798' xlink:href='#g3-99' y='186.027'/>
</g>
<g transform='matrix(1 0 0 1 45.565 34.954)'>
<use x='114.487' xlink:href='#g3-108' y='186.027'/>
<use x='116.507' xlink:href='#g3-101' y='186.027'/>
<use x='120.271' xlink:href='#g3-97' y='186.027'/>
<use x='124.339' xlink:href='#g3-110' y='186.027'/>
<use x='128.711' xlink:href='#g3-78' y='186.027'/>
</g>
<g transform='matrix(1 0 0 1 106.188 34.954)'>
<use x='114.487' xlink:href='#g3-114' y='186.027'/>
<use x='117.379' xlink:href='#g3-101' y='186.027'/>
<use x='121.142' xlink:href='#g3-100' y='186.027'/>
<use x='125.515' xlink:href='#g3-105' y='186.027'/>
<use x='127.535' xlink:href='#g3-115' y='186.027'/>
</g>
<g transform='matrix(1 0 0 1 159.716 34.954)'>
<use x='114.487' xlink:href='#g3-108' y='186.027'/>
<use x='116.507' xlink:href='#g3-97' y='186.027'/>
<use x='120.34' xlink:href='#g3-114' y='186.027'/>
<use x='123.232' xlink:href='#g3-115' y='186.027'/>
<use x='126.478' xlink:href='#g3-111' y='186.027'/>
<use x='130.712' xlink:href='#g3-110' y='186.027'/>
<use x='135.085' xlink:href='#g3-78' y='186.027'/>
</g>
<g transform='matrix(1 0 0 1 215.596 34.954)'>
<use x='114.487' xlink:href='#g3-109' y='186.027'/>
<use x='121.211' xlink:href='#g3-115' y='186.027'/>
<use x='124.458' xlink:href='#g3-116' y='186.027'/>
<use x='127.516' xlink:href='#g3-114' y='186.027'/>
<use x='130.408' xlink:href='#g3-101' y='186.027'/>
<use x='134.171' xlink:href='#g3-115' y='186.027'/>
<use x='137.418' xlink:href='#g3-115' y='186.027'/>
<use x='140.664' xlink:href='#g3-78' y='186.027'/>
</g>
<g transform='matrix(1 0 0 1 277.158 34.954)'>
<use x='114.487' xlink:href='#g3-114' y='186.027'/>
<use x='117.379' xlink:href='#g3-112' y='186.027'/>
<use x='121.751' xlink:href='#g3-116' y='186.027'/>
<use x='124.809' xlink:href='#g3-101' y='186.027'/>
<use x='128.573' xlink:href='#g3-115' y='186.027'/>
<use x='131.819' xlink:href='#g3-116' y='186.027'/>
<use x='134.877' xlink:href='#g3-78' y='186.027'/>
</g>
<g transform='matrix(1 0 0 1 -40.942 22.192)'>
<use x='114.487' xlink:href='#g2-48' y='186.027'/>
<use x='117.133' xlink:href='#g2-120' y='186.027'/>
</g>
<g transform='matrix(1 0 0 1 -45.059 -9.12)'>
<use x='114.487' xlink:href='#g2-48' y='186.027'/>
<use x='117.133' xlink:href='#g2-46' y='186.027'/>
<use x='118.603' xlink:href='#g2-53' y='186.027'/>
<use x='121.25' xlink:href='#g2-120' y='186.027'/>
</g>
<g transform='matrix(1 0 0 1 -45.059 -40.431)'>
<use x='114.487' xlink:href='#g2-49' y='186.027'/>
<use x='117.133' xlink:href='#g2-46' y='186.027'/>
<use x='118.603' xlink:href='#g2-48' y='186.027'/>
<use x='121.25' xlink:href='#g2-120' y='186.027'/>
</g>
<g transform='matrix(1 0 0 1 -45.059 -71.743)'>
<use x='114.487' xlink:href='#g2-49' y='186.027'/>
<use x='117.133' xlink:href='#g2-46' y='186.027'/>
<use x='118.603' xlink:href='#g2-53' y='186.027'/>
<use x='121.25' xlink:href='#g2-120' y='186.027'/>
</g>
<g transform='matrix(1 0 0 1 -45.059 -103.054)'>
<use x='114.487' xlink:href='#g2-50' y='186.027'/>
<use x='117.133' xlink:href='#g2-46' y='186.027'/>
<use x='118.603' xlink:href='#g2-48' y='186.027'/>
<use x='121.25' xlink:href='#g2-120' y='186.027'/>
</g>
<path clip-path='url(#clip1)' d='M82.148 143.961H434.164' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M88.945 206.586H92.18V143.961H88.945ZM147.613 206.586H150.852V143.961H147.613ZM206.281 206.586H209.52V143.961H206.281ZM264.949 206.586H268.188V143.961H264.949ZM323.621 206.586H326.859V143.961H323.621ZM382.289 206.586H385.527V143.961H382.289Z' fill='#993333'/>
<path clip-path='url(#clip1)' d='M88.945 206.586H92.18V143.961H88.945ZM147.613 206.586H150.852V143.961H147.613ZM206.281 206.586H209.52V143.961H206.281ZM264.949 206.586H268.188V143.961H264.949ZM323.621 206.586H326.859V143.961H323.621ZM382.289 206.586H385.527V143.961H382.289Z' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M90.563 143.961V143.898' fill='#993333'/>
<path clip-path='url(#clip1)' d='M90.563 143.961V143.898' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M88.57 143.898H92.555' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M90.563 143.961V144.023' fill='#993333'/>
<path clip-path='url(#clip1)' d='M90.563 143.961V144.023' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M92.555 144.024H88.57' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M149.231 143.961V143.523' fill='#993333'/>
<path clip-path='url(#clip1)' d='M149.231 143.961V143.523' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M147.238 143.524H151.226' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M149.231 143.961V144.398' fill='#993333'/>
<path clip-path='url(#clip1)' d='M149.231 143.961V144.398' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M151.223 144.398H147.238' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M207.902 143.961V142.207' fill='#993333'/>
<path clip-path='url(#clip1)' d='M207.902 143.961V142.207' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M205.91 142.207H209.894' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M207.902 143.961V145.715' fill='#993333'/>
<path clip-path='url(#clip1)' d='M207.902 143.961V145.715' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M209.891 145.715H205.906' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M266.57 143.961V143.336' fill='#993333'/>
<path clip-path='url(#clip1)' d='M266.57 143.961V143.336' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M264.578 143.336H268.562' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M266.57 143.961V144.586' fill='#993333'/>
<path clip-path='url(#clip1)' d='M266.57 143.961V144.586' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M268.563 144.586H264.578' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M325.238 143.961V143.586' fill='#993333'/>
<path clip-path='url(#clip1)' d='M325.238 143.961V143.586' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M323.246 143.586H327.23' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M325.238 143.961V144.336' fill='#993333'/>
<path clip-path='url(#clip1)' d='M325.238 143.961V144.336' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M327.231 144.336H323.246' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M383.906 143.961V143.523' fill='#993333'/>
<path clip-path='url(#clip1)' d='M383.906 143.961V143.523' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M381.914 143.524H385.902' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M383.906 143.961V144.398' fill='#993333'/>
<path clip-path='url(#clip1)' d='M383.906 143.961V144.398' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M385.898 144.398H381.914' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M94.176 206.586H97.41V142.519H94.176ZM152.844 206.586H156.082V140.203H152.844ZM211.512 206.586H214.75V148.344H211.512ZM270.18 206.586H273.418V121.418H270.18ZM328.852 206.586H332.09V135.07H328.852ZM387.52 206.586H390.758V81.34H387.52Z' fill='#8080bf'/>
<path clip-path='url(#clip1)' d='M94.176 206.586H97.41V142.519H94.176ZM152.844 206.586H156.082V140.203H152.844ZM211.512 206.586H214.75V148.344H211.512ZM270.18 206.586H273.418V121.418H270.18ZM328.852 206.586H332.09V135.07H328.852ZM387.52 206.586H390.758V81.34H387.52Z' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M95.793 142.519V142.519' fill='#8080bf'/>
<path clip-path='url(#clip1)' d='M93.801 142.52H97.785' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M95.793 142.519V142.519' fill='#8080bf'/>
<path clip-path='url(#clip1)' d='M93.801 142.52H97.785' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M154.461 140.203V139.203' fill='#8080bf'/>
<path clip-path='url(#clip1)' d='M154.461 140.203V139.203' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M152.469 139.203H156.457' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M154.461 140.203V141.207' fill='#8080bf'/>
<path clip-path='url(#clip1)' d='M154.461 140.203V141.207' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M156.453 141.207H152.468' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M213.133 148.344V148.031' fill='#8080bf'/>
<path clip-path='url(#clip1)' d='M213.133 148.344V148.031' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M211.141 148.032H215.125' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M213.133 148.344V148.656' fill='#8080bf'/>
<path clip-path='url(#clip1)' d='M213.133 148.344V148.656' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M215.121 148.656H211.136' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M271.801 121.418V121.23' fill='#8080bf'/>
<path clip-path='url(#clip1)' d='M271.801 121.418V121.23' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M269.809 121.23H273.793' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M271.801 121.418V121.605' fill='#8080bf'/>
<path clip-path='url(#clip1)' d='M271.801 121.418V121.605' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M273.793 121.606H269.808' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M330.469 135.07V134.254' fill='#8080bf'/>
<path clip-path='url(#clip1)' d='M330.469 135.07V134.254' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M328.477 134.254H332.461' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M330.469 135.07V135.883' fill='#8080bf'/>
<path clip-path='url(#clip1)' d='M330.469 135.07V135.883' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M332.461 135.883H328.476' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M389.137 81.34V81.34' fill='#8080bf'/>
<path clip-path='url(#clip1)' d='M387.145 81.34H391.133' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M389.137 81.34V81.34' fill='#8080bf'/>
<path clip-path='url(#clip1)' d='M387.145 81.34H391.133' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M99.406 206.586H102.641V140.266H99.406ZM158.074 206.586H161.313V142.898H158.074ZM216.742 206.586H219.981V134.754H216.742ZM275.41 206.586H278.649V99.25H275.41ZM334.082 206.586H337.32V81.34H334.082ZM392.75 206.586H395.988V81.34H392.75Z' fill='#ffb733'/>
<path clip-path='url(#clip1)' d='M99.406 206.586H102.641V140.266H99.406ZM158.074 206.586H161.313V142.898H158.074ZM216.742 206.586H219.981V134.754H216.742ZM275.41 206.586H278.649V99.25H275.41ZM334.082 206.586H337.32V81.34H334.082ZM392.75 206.586H395.988V81.34H392.75Z' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M101.024 140.266V140.203' fill='#ffb733'/>
<path clip-path='url(#clip1)' d='M101.024 140.266V140.203' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M99.031 140.203H103.016' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M101.024 140.266V140.328' fill='#ffb733'/>
<path clip-path='url(#clip1)' d='M101.024 140.266V140.328' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M103.016 140.328H99.031' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M159.691 142.898V142.269' fill='#ffb733'/>
<path clip-path='url(#clip1)' d='M159.691 142.898V142.269' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M157.699 142.269H161.687' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M159.691 142.898V143.523' fill='#ffb733'/>
<path clip-path='url(#clip1)' d='M159.691 142.898V143.523' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M161.684 143.524H157.699' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M218.363 134.754V134.066' fill='#ffb733'/>
<path clip-path='url(#clip1)' d='M218.363 134.754V134.066' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M216.371 134.067H220.355' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M218.363 134.754V135.445' fill='#ffb733'/>
<path clip-path='url(#clip1)' d='M218.363 134.754V135.445' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M220.352 135.445H216.367' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M277.031 99.25V91.168' fill='#ffb733'/>
<path clip-path='url(#clip1)' d='M277.031 99.25V91.168' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M275.039 91.172H279.023' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M277.031 99.25V107.328' fill='#ffb733'/>
<path clip-path='url(#clip1)' d='M277.031 99.25V107.328' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M279.024 107.328H275.039' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M335.699 81.34V81.34' fill='#ffb733'/>
<path clip-path='url(#clip1)' d='M333.707 81.34H337.691' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M335.699 81.34V81.34' fill='#ffb733'/>
<path clip-path='url(#clip1)' d='M333.707 81.34H337.691' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M394.367 81.34V81.34' fill='#ffb733'/>
<path clip-path='url(#clip1)' d='M392.375 81.34H396.363' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M394.367 81.34V81.34' fill='#ffb733'/>
<path clip-path='url(#clip1)' d='M392.375 81.34H396.363' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M104.637 206.586H107.871V124.859H104.637ZM163.305 206.586H166.543V141.207H163.305ZM221.973 206.586H225.211V118.035H221.973ZM280.641 206.586H283.879V121.043H280.641ZM339.313 206.586H342.551V133.066H339.313ZM397.981 206.586H401.219V89.039H397.981Z' fill='#bf80bf'/>
<path clip-path='url(#clip1)' d='M104.637 206.586H107.871V124.859H104.637ZM163.305 206.586H166.543V141.207H163.305ZM221.973 206.586H225.211V118.035H221.973ZM280.641 206.586H283.879V121.043H280.641ZM339.313 206.586H342.551V133.066H339.313ZM397.981 206.586H401.219V89.039H397.981Z' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M106.254 124.859V124.797' fill='#bf80bf'/>
<path clip-path='url(#clip1)' d='M106.254 124.859V124.797' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M104.261 124.796H108.246' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M106.254 124.859V124.922' fill='#bf80bf'/>
<path clip-path='url(#clip1)' d='M106.254 124.859V124.922' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M108.246 124.922H104.261' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M164.922 141.207V140.894' fill='#bf80bf'/>
<path clip-path='url(#clip1)' d='M164.922 141.207V140.894' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M162.929 140.895H166.917' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M164.922 141.207V141.519' fill='#bf80bf'/>
<path clip-path='url(#clip1)' d='M164.922 141.207V141.519' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M166.914 141.52H162.929' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M223.594 118.035V117.973' fill='#bf80bf'/>
<path clip-path='url(#clip1)' d='M223.594 118.035V117.973' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M221.601 117.973H225.585' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M223.594 118.035V118.098' fill='#bf80bf'/>
<path clip-path='url(#clip1)' d='M223.594 118.035V118.098' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M225.582 118.098H221.597' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M282.262 121.043V120.539' fill='#bf80bf'/>
<path clip-path='url(#clip1)' d='M282.262 121.043V120.539' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M280.269 120.539H284.253' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M282.262 121.043V121.543' fill='#bf80bf'/>
<path clip-path='url(#clip1)' d='M282.262 121.043V121.543' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M284.254 121.543H280.269' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M340.93 133.066V132.812' fill='#bf80bf'/>
<path clip-path='url(#clip1)' d='M340.93 133.066V132.812' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M338.937 132.812H342.921' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M340.93 133.066V133.316' fill='#bf80bf'/>
<path clip-path='url(#clip1)' d='M340.93 133.066V133.316' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M342.922 133.316H338.937' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M399.598 89.039V88.539' fill='#bf80bf'/>
<path clip-path='url(#clip1)' d='M399.598 89.039V88.539' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M397.605 88.539H401.593' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M399.598 89.039V89.543' fill='#bf80bf'/>
<path clip-path='url(#clip1)' d='M399.598 89.039V89.543' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M401.59 89.543H397.605' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M109.867 206.586H113.102V142.332H109.867ZM168.535 206.586H171.774V143.086H168.535ZM227.203 206.586H230.442V132.125H227.203ZM285.871 206.586H289.109V139.641H285.871ZM344.543 206.586H347.781V81.34H344.543ZM403.211 206.586H406.449V100.187H403.211Z' fill='#dfbf9f'/>
<path clip-path='url(#clip1)' d='M109.867 206.586H113.102V142.332H109.867ZM168.535 206.586H171.774V143.086H168.535ZM227.203 206.586H230.442V132.125H227.203ZM285.871 206.586H289.109V139.641H285.871ZM344.543 206.586H347.781V81.34H344.543ZM403.211 206.586H406.449V100.187H403.211Z' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M111.484 142.332V142.269' fill='#dfbf9f'/>
<path clip-path='url(#clip1)' d='M111.484 142.332V142.269' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M109.492 142.269H113.477' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M111.484 142.332V142.394' fill='#dfbf9f'/>
<path clip-path='url(#clip1)' d='M111.484 142.332V142.394' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M113.477 142.395H109.492' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M170.152 143.086V142.644' fill='#dfbf9f'/>
<path clip-path='url(#clip1)' d='M170.152 143.086V142.644' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M168.16 142.644H172.145' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M170.152 143.086V143.523' fill='#dfbf9f'/>
<path clip-path='url(#clip1)' d='M170.152 143.086V143.523' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M172.145 143.524H168.16' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M228.824 132.125V131.312' fill='#dfbf9f'/>
<path clip-path='url(#clip1)' d='M228.824 132.125V131.312' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M226.832 131.312H230.816' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M228.824 132.125V132.941' fill='#dfbf9f'/>
<path clip-path='url(#clip1)' d='M228.824 132.125V132.941' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M230.813 132.941H226.828' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M287.492 139.641V138.387' fill='#dfbf9f'/>
<path clip-path='url(#clip1)' d='M287.492 139.641V138.387' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M285.5 138.387H289.484' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M287.492 139.641V140.894' fill='#dfbf9f'/>
<path clip-path='url(#clip1)' d='M287.492 139.641V140.894' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M289.485 140.895H285.5' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M346.16 81.34V81.34' fill='#dfbf9f'/>
<path clip-path='url(#clip1)' d='M344.168 81.34H348.152' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M346.16 81.34V81.34' fill='#dfbf9f'/>
<path clip-path='url(#clip1)' d='M344.168 81.34H348.152' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M404.828 100.187V99.562' fill='#dfbf9f'/>
<path clip-path='url(#clip1)' d='M404.828 100.187V99.562' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M402.836 99.562H406.824' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M404.828 100.187V100.812' fill='#dfbf9f'/>
<path clip-path='url(#clip1)' d='M404.828 100.187V100.812' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M406.821 100.813H402.836' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M115.098 206.586H118.332V135.57H115.098ZM173.766 206.586H177.004V136.07H173.766ZM232.434 206.586H235.672V114.965H232.434ZM291.102 206.586H294.34V113.84H291.102ZM349.774 206.586H353.012V81.34H349.774ZM408.442 206.586H411.68V81.34H408.442Z' fill='#80bf80'/>
<path clip-path='url(#clip1)' d='M115.098 206.586H118.332V135.57H115.098ZM173.766 206.586H177.004V136.07H173.766ZM232.434 206.586H235.672V114.965H232.434ZM291.102 206.586H294.34V113.84H291.102ZM349.774 206.586H353.012V81.34H349.774ZM408.442 206.586H411.68V81.34H408.442Z' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M116.715 135.57V135.508' fill='#80bf80'/>
<path clip-path='url(#clip1)' d='M116.715 135.57V135.508' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M114.722 135.508H118.707' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M116.715 135.57V135.633' fill='#80bf80'/>
<path clip-path='url(#clip1)' d='M116.715 135.57V135.633' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M118.707 135.633H114.722' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M175.383 136.07V135.258' fill='#80bf80'/>
<path clip-path='url(#clip1)' d='M175.383 136.07V135.258' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M173.39 135.258H177.375' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M175.383 136.07V136.883' fill='#80bf80'/>
<path clip-path='url(#clip1)' d='M175.383 136.07V136.883' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M177.375 136.883H173.39' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M234.055 114.965V114.09' fill='#80bf80'/>
<path clip-path='url(#clip1)' d='M234.055 114.965V114.09' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M232.062 114.09H236.046' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M234.055 114.965V115.844' fill='#80bf80'/>
<path clip-path='url(#clip1)' d='M234.055 114.965V115.844' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M236.043 115.843H232.058' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M292.723 113.84V113.215' fill='#80bf80'/>
<path clip-path='url(#clip1)' d='M292.723 113.84V113.215' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M290.73 113.215H294.714' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M292.723 113.84V114.465' fill='#80bf80'/>
<path clip-path='url(#clip1)' d='M292.723 113.84V114.465' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M294.715 114.465H290.73' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M351.391 81.34V81.34' fill='#80bf80'/>
<path clip-path='url(#clip1)' d='M349.398 81.34H353.382' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M351.391 81.34V81.34' fill='#80bf80'/>
<path clip-path='url(#clip1)' d='M349.398 81.34H353.382' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M410.059 81.34V81.34' fill='#80bf80'/>
<path clip-path='url(#clip1)' d='M408.066 81.34H412.054' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M410.059 81.34V81.34' fill='#80bf80'/>
<path clip-path='url(#clip1)' d='M408.066 81.34H412.054' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M120.328 206.586H123.563V135.633H120.328ZM178.996 206.586H182.234V81.34H178.996ZM237.664 206.586H240.902V138.387H237.664ZM296.332 206.586H299.57V81.34H296.332ZM355.004 206.586H358.238V81.34H355.004ZM413.672 206.586H416.91V81.34H413.672Z' fill='#bfbf80'/>
<path clip-path='url(#clip1)' d='M120.328 206.586H123.563V135.633H120.328ZM178.996 206.586H182.234V81.34H178.996ZM237.664 206.586H240.902V138.387H237.664ZM296.332 206.586H299.57V81.34H296.332ZM355.004 206.586H358.238V81.34H355.004ZM413.672 206.586H416.91V81.34H413.672Z' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M121.945 135.633V135.57' fill='#bfbf80'/>
<path clip-path='url(#clip1)' d='M121.945 135.633V135.57' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M119.953 135.571H123.938' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M121.945 135.633V135.695' fill='#bfbf80'/>
<path clip-path='url(#clip1)' d='M121.945 135.633V135.695' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M123.938 135.695H119.953' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M180.613 81.34V81.34' fill='#bfbf80'/>
<path clip-path='url(#clip1)' d='M178.621 81.34H182.606' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M180.613 81.34V81.34' fill='#bfbf80'/>
<path clip-path='url(#clip1)' d='M178.621 81.34H182.606' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M239.285 138.387V136.195' fill='#bfbf80'/>
<path clip-path='url(#clip1)' d='M239.285 138.387V136.195' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M237.293 136.195H241.278' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M239.285 138.387V140.578' fill='#bfbf80'/>
<path clip-path='url(#clip1)' d='M239.285 138.387V140.578' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M241.274 140.578H237.289' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M297.953 81.34V81.34' fill='#bfbf80'/>
<path clip-path='url(#clip1)' d='M295.961 81.34H299.945' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M297.953 81.34V81.34' fill='#bfbf80'/>
<path clip-path='url(#clip1)' d='M295.961 81.34H299.945' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M356.621 81.34V81.34' fill='#bfbf80'/>
<path clip-path='url(#clip1)' d='M354.629 81.34H358.613' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M356.621 81.34V81.34' fill='#bfbf80'/>
<path clip-path='url(#clip1)' d='M354.629 81.34H358.613' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M415.289 81.34V81.34' fill='#bfbf80'/>
<path clip-path='url(#clip1)' d='M413.297 81.34H417.285' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M415.289 81.34V81.34' fill='#bfbf80'/>
<path clip-path='url(#clip1)' d='M413.297 81.34H417.285' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M125.559 206.586H128.793V139.266H125.559ZM184.227 206.586H187.465V135.695H184.227ZM242.895 206.586H246.133V137.824H242.895ZM301.563 206.586H304.801V97.433H301.563ZM360.234 206.586H363.469V81.34H360.234ZM418.902 206.586H422.141V81.34H418.902Z' fill='#339999'/>
<path clip-path='url(#clip1)' d='M125.559 206.586H128.793V139.266H125.559ZM184.227 206.586H187.465V135.695H184.227ZM242.895 206.586H246.133V137.824H242.895ZM301.563 206.586H304.801V97.433H301.563ZM360.234 206.586H363.469V81.34H360.234ZM418.902 206.586H422.141V81.34H418.902Z' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M127.176 139.266V139.203' fill='#339999'/>
<path clip-path='url(#clip1)' d='M127.176 139.266V139.203' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M125.183 139.203H129.168' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M127.176 139.266V139.328' fill='#339999'/>
<path clip-path='url(#clip1)' d='M127.176 139.266V139.328' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M129.168 139.328H125.183' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M185.844 135.695V135.258' fill='#339999'/>
<path clip-path='url(#clip1)' d='M185.844 135.695V135.258' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M183.851 135.258H187.836' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M185.844 135.695V136.133' fill='#339999'/>
<path clip-path='url(#clip1)' d='M185.844 135.695V136.133' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M187.836 136.133H183.851' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M244.516 137.824V137.012' fill='#339999'/>
<path clip-path='url(#clip1)' d='M244.516 137.824V137.012' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M242.523 137.012H246.508' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M244.516 137.824V138.637' fill='#339999'/>
<path clip-path='url(#clip1)' d='M244.516 137.824V138.637' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M246.504 138.637H242.519' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M303.184 97.433V95.617' fill='#339999'/>
<path clip-path='url(#clip1)' d='M303.184 97.433V95.617' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M301.191 95.617H305.175' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M303.184 97.433V99.25' fill='#339999'/>
<path clip-path='url(#clip1)' d='M303.184 97.433V99.25' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M305.176 99.25H301.191' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M361.852 81.34V81.34' fill='#339999'/>
<path clip-path='url(#clip1)' d='M359.859 81.34H363.844' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M361.852 81.34V81.34' fill='#339999'/>
<path clip-path='url(#clip1)' d='M359.859 81.34H363.844' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M420.52 81.34V81.34' fill='#339999'/>
<path clip-path='url(#clip1)' d='M418.527 81.34H422.515' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M420.52 81.34V81.34' fill='#339999'/>
<path clip-path='url(#clip1)' d='M418.527 81.34H422.515' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M130.789 206.586H134.024V136.508H130.789ZM189.457 206.586H192.695V143.023H189.457ZM248.125 206.586H251.363V139.391H248.125ZM306.793 206.586H310.031V134.191H306.793ZM365.465 206.586H368.699V81.34H365.465ZM424.133 206.586H427.371V85.348H424.133Z' fill='#bf8080'/>
<path clip-path='url(#clip1)' d='M130.789 206.586H134.024V136.508H130.789ZM189.457 206.586H192.695V143.023H189.457ZM248.125 206.586H251.363V139.391H248.125ZM306.793 206.586H310.031V134.191H306.793ZM365.465 206.586H368.699V81.34H365.465ZM424.133 206.586H427.371V85.348H424.133Z' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M132.406 136.508V136.445' fill='#bf8080'/>
<path clip-path='url(#clip1)' d='M132.406 136.508V136.445' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M130.414 136.445H134.399' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M132.406 136.508V136.57' fill='#bf8080'/>
<path clip-path='url(#clip1)' d='M132.406 136.508V136.57' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M134.399 136.571H130.414' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M191.074 143.023V142.582' fill='#bf8080'/>
<path clip-path='url(#clip1)' d='M191.074 143.023V142.582' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M189.082 142.582H193.067' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M191.074 143.023V143.461' fill='#bf8080'/>
<path clip-path='url(#clip1)' d='M191.074 143.023V143.461' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M193.067 143.461H189.082' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M249.746 139.391V136.383' fill='#bf8080'/>
<path clip-path='url(#clip1)' d='M249.746 139.391V136.383' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M247.754 136.383H251.739' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M249.746 139.391V142.394' fill='#bf8080'/>
<path clip-path='url(#clip1)' d='M249.746 139.391V142.394' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M251.735 142.395H247.75' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M308.414 134.191V131.875' fill='#bf8080'/>
<path clip-path='url(#clip1)' d='M308.414 134.191V131.875' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M306.422 131.875H310.406' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M308.414 134.191V136.508' fill='#bf8080'/>
<path clip-path='url(#clip1)' d='M308.414 134.191V136.508' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M310.407 136.508H306.422' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M367.082 81.34V81.34' fill='#bf8080'/>
<path clip-path='url(#clip1)' d='M365.09 81.34H369.075' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M367.082 81.34V81.34' fill='#bf8080'/>
<path clip-path='url(#clip1)' d='M365.09 81.34H369.075' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M425.75 85.348V72.633' fill='#bf8080'/>
<path clip-path='url(#clip1)' d='M425.75 85.348V72.633' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M423.758 72.633H427.746' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M425.75 85.348V98.058' fill='#bf8080'/>
<path clip-path='url(#clip1)' d='M425.75 85.348V98.058' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<path clip-path='url(#clip1)' d='M427.743 98.059H423.758' fill='none' stroke='#000000' stroke-miterlimit='10' stroke-width='0.399'/>
<g transform='matrix(0 -1 1 0 -93.83 252.423)'>
<use x='114.487' xlink:href='#g2-49' y='186.027'/>
<use x='117.133' xlink:href='#g2-46' y='186.027'/>
<use x='118.603' xlink:href='#g2-48' y='186.027'/>
<use x='121.25' xlink:href='#g2-48' y='186.027'/>
</g>
<g transform='matrix(0 -1 1 0 -35.161 252.423)'>
<use x='114.487' xlink:href='#g2-49' y='186.027'/>
<use x='117.133' xlink:href='#g2-46' y='186.027'/>
<use x='118.603' xlink:href='#g2-48' y='186.027'/>
<use x='121.25' xlink:href='#g2-48' y='186.027'/>
</g>
<g transform='matrix(0 -1 1 0 23.508 252.423)'>
<use x='114.487' xlink:href='#g2-49' y='186.027'/>
<use x='117.133' xlink:href='#g2-46' y='186.027'/>
<use x='118.603' xlink:href='#g2-48' y='186.027'/>
<use x='121.25' xlink:href='#g2-48' y='186.027'/>
</g>
<g transform='matrix(0 -1 1 0 82.177 252.423)'>
<use x='114.487' xlink:href='#g2-49' y='186.027'/>
<use x='117.133' xlink:href='#g2-46' y='186.027'/>
<use x='118.603' xlink:href='#g2-48' y='186.027'/>
<use x='121.25' xlink:href='#g2-48' y='186.027'/>
</g>
<g transform='matrix(0 -1 1 0 140.846 252.423)'>
<use x='114.487' xlink:href='#g2-49' y='186.027'/>
<use x='117.133' xlink:href='#g2-46' y='186.027'/>
<use x='118.603' xlink:href='#g2-48' y='186.027'/>
<use x='121.25' xlink:href='#g2-48' y='186.027'/>
</g>
<g transform='matrix(0 -1 1 0 199.515 252.423)'>
<use x='114.487' xlink:href='#g2-49' y='186.027'/>
<use x='117.133' xlink:href='#g2-46' y='186.027'/>
<use x='118.603' xlink:href='#g2-48' y='186.027'/>
<use x='121.25' xlink:href='#g2-48' y='186.027'/>
</g>
<g transform='matrix(0 -1 1 0 -88.6 250.983)'>
<use x='114.487' xlink:href='#g2-49' y='186.027'/>
<use x='117.133' xlink:href='#g2-46' y='186.027'/>
<use x='118.603' xlink:href='#g2-48' y='186.027'/>
<use x='121.25' xlink:href='#g2-50' y='186.027'/>
</g>
<g transform='matrix(0 -1 1 0 -29.93 248.666)'>
<use x='114.487' xlink:href='#g2-49' y='186.027'/>
<use x='117.133' xlink:href='#g2-46' y='186.027'/>
<use x='118.603' xlink:href='#g2-48' y='186.027'/>
<use x='121.25' xlink:href='#g2-54' y='186.027'/>
</g>
<g transform='matrix(0 -1 1 0 28.739 256.807)'>
<use x='114.487' xlink:href='#g2-48' y='186.027'/>
<use x='117.133' xlink:href='#g2-46' y='186.027'/>
<use x='118.603' xlink:href='#g2-57' y='186.027'/>
<use x='121.25' xlink:href='#g2-51' y='186.027'/>
</g>
<g transform='matrix(0 -1 1 0 87.408 229.879)'>
<use x='114.487' xlink:href='#g2-49' y='186.027'/>
<use x='117.133' xlink:href='#g2-46' y='186.027'/>
<use x='118.603' xlink:href='#g2-51' y='186.027'/>
<use x='121.25' xlink:href='#g2-54' y='186.027'/>
</g>
<g transform='matrix(0 -1 1 0 146.077 243.531)'>
<use x='114.487' xlink:href='#g2-49' y='186.027'/>
<use x='117.133' xlink:href='#g2-46' y='186.027'/>
<use x='118.603' xlink:href='#g2-49' y='186.027'/>
<use x='121.25' xlink:href='#g2-52' y='186.027'/>
</g>
<g transform='matrix(0 -1 1 0 204.746 189.8)'>
<use x='109.598' xlink:href='#g4-1' y='186.027'/>
<use x='113.103' xlink:href='#g4-1' y='186.027'/>
<use x='116.608' xlink:href='#g4-1' y='186.027'/>
<use x='120.114' xlink:href='#g2-53' y='186.027'/>
<use x='122.76' xlink:href='#g2-46' y='186.027'/>
<use x='124.23' xlink:href='#g2-56' y='186.027'/>
<use x='126.877' xlink:href='#g2-50' y='186.027'/>
<use x='129.523' xlink:href='#g2-120' y='186.027'/>
</g>
<g transform='matrix(0 -1 1 0 -83.369 248.729)'>
<use x='114.487' xlink:href='#g2-49' y='186.027'/>
<use x='117.133' xlink:href='#g2-46' y='186.027'/>
<use x='118.603' xlink:href='#g2-48' y='186.027'/>
<use x='121.25' xlink:href='#g2-54' y='186.027'/>
</g>
<g transform='matrix(0 -1 1 0 -24.7 251.359)'>
<use x='114.487' xlink:href='#g2-49' y='186.027'/>
<use x='117.133' xlink:href='#g2-46' y='186.027'/>
<use x='118.603' xlink:href='#g2-48' y='186.027'/>
<use x='121.25' xlink:href='#g2-50' y='186.027'/>
</g>
<g transform='matrix(0 -1 1 0 33.969 243.218)'>
<use x='114.487' xlink:href='#g2-49' y='186.027'/>
<use x='117.133' xlink:href='#g2-46' y='186.027'/>
<use x='118.603' xlink:href='#g2-49' y='186.027'/>
<use x='121.25' xlink:href='#g2-53' y='186.027'/>
</g>
<g transform='matrix(0 -1 1 0 92.638 207.711)'>
<use x='114.487' xlink:href='#g2-49' y='186.027'/>
<use x='117.133' xlink:href='#g2-46' y='186.027'/>
<use x='118.603' xlink:href='#g2-55' y='186.027'/>
<use x='121.25' xlink:href='#g2-49' y='186.027'/>
</g>
<g transform='matrix(0 -1 1 0 151.307 189.8)'>
<use x='109.598' xlink:href='#g4-1' y='186.027'/>
<use x='113.103' xlink:href='#g4-1' y='186.027'/>
<use x='116.608' xlink:href='#g4-1' y='186.027'/>
<use x='120.114' xlink:href='#g2-50' y='186.027'/>
<use x='122.76' xlink:href='#g2-46' y='186.027'/>
<use x='124.23' xlink:href='#g2-51' y='186.027'/>
<use x='126.877' xlink:href='#g2-54' y='186.027'/>
<use x='129.523' xlink:href='#g2-120' y='186.027'/>
</g>
<g transform='matrix(0 -1 1 0 209.976 189.8)'>
<use x='109.598' xlink:href='#g4-1' y='186.027'/>
<use x='113.103' xlink:href='#g4-1' y='186.027'/>
<use x='116.608' xlink:href='#g4-1' y='186.027'/>
<use x='120.114' xlink:href='#g2-50' y='186.027'/>
<use x='122.76' xlink:href='#g2-46' y='186.027'/>
<use x='124.23' xlink:href='#g2-57' y='186.027'/>
<use x='126.877' xlink:href='#g2-49' y='186.027'/>
<use x='129.523' xlink:href='#g2-120' y='186.027'/>
</g>
<g transform='matrix(0 -1 1 0 -78.139 233.323)'>
<use x='114.487' xlink:href='#g2-49' y='186.027'/>
<use x='117.133' xlink:href='#g2-46' y='186.027'/>
<use x='118.603' xlink:href='#g2-51' y='186.027'/>
<use x='121.25' xlink:href='#g2-49' y='186.027'/>
</g>
<g transform='matrix(0 -1 1 0 -19.47 249.668)'>
<use x='114.487' xlink:href='#g2-49' y='186.027'/>
<use x='117.133' xlink:href='#g2-46' y='186.027'/>
<use x='118.603' xlink:href='#g2-48' y='186.027'/>
<use x='121.25' xlink:href='#g2-52' y='186.027'/>
</g>
<g transform='matrix(0 -1 1 0 39.199 226.497)'>
<use x='114.487' xlink:href='#g2-49' y='186.027'/>
<use x='117.133' xlink:href='#g2-46' y='186.027'/>
<use x='118.603' xlink:href='#g2-52' y='186.027'/>
<use x='121.25' xlink:href='#g2-49' y='186.027'/>
</g>
<g transform='matrix(0 -1 1 0 97.868 229.503)'>
<use x='114.487' xlink:href='#g2-49' y='186.027'/>
<use x='117.133' xlink:href='#g2-46' y='186.027'/>
<use x='118.603' xlink:href='#g2-51' y='186.027'/>
<use x='121.25' xlink:href='#g2-55' y='186.027'/>
</g>
<g transform='matrix(0 -1 1 0 156.537 241.527)'>
<use x='114.487' xlink:href='#g2-49' y='186.027'/>
<use x='117.133' xlink:href='#g2-46' y='186.027'/>
<use x='118.603' xlink:href='#g2-49' y='186.027'/>
<use x='121.25' xlink:href='#g2-55' y='186.027'/>
</g>
<g transform='matrix(0 -1 1 0 215.206 197.503)'>
<use x='114.487' xlink:href='#g2-49' y='186.027'/>
<use x='117.133' xlink:href='#g2-46' y='186.027'/>
<use x='118.603' xlink:href='#g2-56' y='186.027'/>
<use x='121.25' xlink:href='#g2-56' y='186.027'/>
</g>
<g transform='matrix(0 -1 1 0 -72.908 250.795)'>
<use x='114.487' xlink:href='#g2-49' y='186.027'/>
<use x='117.133' xlink:href='#g2-46' y='186.027'/>
<use x='118.603' xlink:href='#g2-48' y='186.027'/>
<use x='121.25' xlink:href='#g2-51' y='186.027'/>
</g>
<g transform='matrix(0 -1 1 0 -14.239 251.547)'>
<use x='114.487' xlink:href='#g2-49' y='186.027'/>
<use x='117.133' xlink:href='#g2-46' y='186.027'/>
<use x='118.603' xlink:href='#g2-48' y='186.027'/>
<use x='121.25' xlink:href='#g2-49' y='186.027'/>
</g>
<g transform='matrix(0 -1 1 0 44.43 240.588)'>
<use x='114.487' xlink:href='#g2-49' y='186.027'/>
<use x='117.133' xlink:href='#g2-46' y='186.027'/>
<use x='118.603' xlink:href='#g2-49' y='186.027'/>
<use x='121.25' xlink:href='#g2-57' y='186.027'/>
</g>
<g transform='matrix(0 -1 1 0 103.099 248.102)'>
<use x='114.487' xlink:href='#g2-49' y='186.027'/>
<use x='117.133' xlink:href='#g2-46' y='186.027'/>
<use x='118.603' xlink:href='#g2-48' y='186.027'/>
<use x='121.25' xlink:href='#g2-55' y='186.027'/>
</g>
<g transform='matrix(0 -1 1 0 161.768 189.8)'>
<use x='109.598' xlink:href='#g4-1' y='186.027'/>
<use x='113.103' xlink:href='#g4-1' y='186.027'/>
<use x='116.608' xlink:href='#g4-1' y='186.027'/>
<use x='120.114' xlink:href='#g2-50' y='186.027'/>
<use x='122.76' xlink:href='#g2-46' y='186.027'/>
<use x='124.23' xlink:href='#g2-49' y='186.027'/>
<use x='126.877' xlink:href='#g2-54' y='186.027'/>
<use x='129.523' xlink:href='#g2-120' y='186.027'/>
</g>
<g transform='matrix(0 -1 1 0 220.437 208.65)'>
<use x='114.487' xlink:href='#g2-49' y='186.027'/>
<use x='117.133' xlink:href='#g2-46' y='186.027'/>
<use x='118.603' xlink:href='#g2-55' y='186.027'/>
<use x='121.25' xlink:href='#g2-48' y='186.027'/>
</g>
<g transform='matrix(0 -1 1 0 -67.678 244.032)'>
<use x='114.487' xlink:href='#g2-49' y='186.027'/>
<use x='117.133' xlink:href='#g2-46' y='186.027'/>
<use x='118.603' xlink:href='#g2-49' y='186.027'/>
<use x='121.25' xlink:href='#g2-51' y='186.027'/>
</g>
<g transform='matrix(0 -1 1 0 -9.009 244.533)'>
<use x='114.487' xlink:href='#g2-49' y='186.027'/>
<use x='117.133' xlink:href='#g2-46' y='186.027'/>
<use x='118.603' xlink:href='#g2-49' y='186.027'/>
<use x='121.25' xlink:href='#g2-51' y='186.027'/>
</g>
<g transform='matrix(0 -1 1 0 49.66 223.429)'>
<use x='114.487' xlink:href='#g2-49' y='186.027'/>
<use x='117.133' xlink:href='#g2-46' y='186.027'/>
<use x='118.603' xlink:href='#g2-52' y='186.027'/>
<use x='121.25' xlink:href='#g2-54' y='186.027'/>
</g>
<g transform='matrix(0 -1 1 0 108.329 222.302)'>
<use x='114.487' xlink:href='#g2-49' y='186.027'/>
<use x='117.133' xlink:href='#g2-46' y='186.027'/>
<use x='118.603' xlink:href='#g2-52' y='186.027'/>
<use x='121.25' xlink:href='#g2-56' y='186.027'/>
</g>
<g transform='matrix(0 -1 1 0 166.998 189.8)'>
<use x='109.598' xlink:href='#g4-1' y='186.027'/>
<use x='113.103' xlink:href='#g4-1' y='186.027'/>
<use x='116.608' xlink:href='#g4-1' y='186.027'/>
<use x='120.114' xlink:href='#g2-56' y='186.027'/>
<use x='122.76' xlink:href='#g2-46' y='186.027'/>
<use x='124.23' xlink:href='#g2-52' y='186.027'/>
<use x='126.877' xlink:href='#g2-50' y='186.027'/>
<use x='129.523' xlink:href='#g2-120' y='186.027'/>
</g>
<g transform='matrix(0 -1 1 0 225.667 189.8)'>
<use x='109.598' xlink:href='#g4-1' y='186.027'/>
<use x='113.103' xlink:href='#g4-1' y='186.027'/>
<use x='116.608' xlink:href='#g4-1' y='186.027'/>
<use x='120.114' xlink:href='#g2-57' y='186.027'/>
<use x='122.76' xlink:href='#g2-46' y='186.027'/>
<use x='124.23' xlink:href='#g2-57' y='186.027'/>
<use x='126.877' xlink:href='#g2-51' y='186.027'/>
<use x='129.523' xlink:href='#g2-120' y='186.027'/>
</g>
<g transform='matrix(0 -1 1 0 -62.447 244.095)'>
<use x='114.487' xlink:href='#g2-49' y='186.027'/>
<use x='117.133' xlink:href='#g2-46' y='186.027'/>
<use x='118.603' xlink:href='#g2-49' y='186.027'/>
<use x='121.25' xlink:href='#g2-51' y='186.027'/>
</g>
<g transform='matrix(0 -1 1 0 -3.778 189.8)'>
<use x='109.598' xlink:href='#g4-1' y='186.027'/>
<use x='113.103' xlink:href='#g4-1' y='186.027'/>
<use x='116.608' xlink:href='#g4-1' y='186.027'/>
<use x='120.114' xlink:href='#g2-51' y='186.027'/>
<use x='122.76' xlink:href='#g2-46' y='186.027'/>
<use x='124.23' xlink:href='#g2-54' y='186.027'/>
<use x='126.877' xlink:href='#g2-51' y='186.027'/>
<use x='129.523' xlink:href='#g2-120' y='186.027'/>
</g>
<g transform='matrix(0 -1 1 0 54.891 246.85)'>
<use x='114.487' xlink:href='#g2-49' y='186.027'/>
<use x='117.133' xlink:href='#g2-46' y='186.027'/>
<use x='118.603' xlink:href='#g2-48' y='186.027'/>
<use x='121.25' xlink:href='#g2-57' y='186.027'/>
</g>
<g transform='matrix(0 -1 1 0 113.56 189.8)'>
<use x='109.598' xlink:href='#g4-1' y='186.027'/>
<use x='113.103' xlink:href='#g4-1' y='186.027'/>
<use x='116.608' xlink:href='#g4-1' y='186.027'/>
<use x='120.114' xlink:href='#g2-50' y='186.027'/>
<use x='122.76' xlink:href='#g2-51' y='186.027'/>
<use x='125.406' xlink:href='#g2-46' y='186.027'/>
<use x='126.877' xlink:href='#g2-57' y='186.027'/>
<use x='129.523' xlink:href='#g2-57' y='186.027'/>
<use x='132.169' xlink:href='#g2-120' y='186.027'/>
</g>
<g transform='matrix(0 -1 1 0 172.229 189.8)'>
<use x='109.598' xlink:href='#g4-1' y='186.027'/>
<use x='113.103' xlink:href='#g4-1' y='186.027'/>
<use x='116.608' xlink:href='#g4-1' y='186.027'/>
<use x='120.114' xlink:href='#g2-49' y='186.027'/>
<use x='122.76' xlink:href='#g2-56' y='186.027'/>
<use x='125.406' xlink:href='#g2-46' y='186.027'/>
<use x='126.877' xlink:href='#g2-53' y='186.027'/>
<use x='129.523' xlink:href='#g2-52' y='186.027'/>
<use x='132.169' xlink:href='#g2-120' y='186.027'/>
</g>
<g transform='matrix(0 -1 1 0 230.898 189.8)'>
<use x='109.598' xlink:href='#g4-1' y='186.027'/>
<use x='113.103' xlink:href='#g4-1' y='186.027'/>
<use x='116.608' xlink:href='#g4-1' y='186.027'/>
<use x='120.114' xlink:href='#g2-51' y='186.027'/>
<use x='122.76' xlink:href='#g2-52' y='186.027'/>
<use x='125.406' xlink:href='#g2-46' y='186.027'/>
<use x='126.877' xlink:href='#g2-52' y='186.027'/>
<use x='129.523' xlink:href='#g2-53' y='186.027'/>
<use x='132.169' xlink:href='#g2-120' y='186.027'/>
</g>
<g transform='matrix(0 -1 1 0 -57.217 247.727)'>
<use x='114.487' xlink:href='#g2-49' y='186.027'/>
<use x='117.133' xlink:href='#g2-46' y='186.027'/>
<use x='118.603' xlink:href='#g2-48' y='186.027'/>
<use x='121.25' xlink:href='#g2-56' y='186.027'/>
</g>
<g transform='matrix(0 -1 1 0 1.452 244.157)'>
<use x='114.487' xlink:href='#g2-49' y='186.027'/>
<use x='117.133' xlink:href='#g2-46' y='186.027'/>
<use x='118.603' xlink:href='#g2-49' y='186.027'/>
<use x='121.25' xlink:href='#g2-51' y='186.027'/>
</g>
<g transform='matrix(0 -1 1 0 60.121 246.286)'>
<use x='114.487' xlink:href='#g2-49' y='186.027'/>
<use x='117.133' xlink:href='#g2-46' y='186.027'/>
<use x='118.603' xlink:href='#g2-49' y='186.027'/>
<use x='121.25' xlink:href='#g2-48' y='186.027'/>
</g>
<g transform='matrix(0 -1 1 0 118.79 205.895)'>
<use x='114.487' xlink:href='#g2-49' y='186.027'/>
<use x='117.133' xlink:href='#g2-46' y='186.027'/>
<use x='118.603' xlink:href='#g2-55' y='186.027'/>
<use x='121.25' xlink:href='#g2-52' y='186.027'/>
</g>
<g transform='matrix(0 -1 1 0 177.459 189.8)'>
<use x='109.598' xlink:href='#g4-1' y='186.027'/>
<use x='113.103' xlink:href='#g4-1' y='186.027'/>
<use x='116.608' xlink:href='#g4-1' y='186.027'/>
<use x='120.114' xlink:href='#g2-52' y='186.027'/>
<use x='122.76' xlink:href='#g2-46' y='186.027'/>
<use x='124.23' xlink:href='#g2-51' y='186.027'/>
<use x='126.877' xlink:href='#g2-51' y='186.027'/>
<use x='129.523' xlink:href='#g2-120' y='186.027'/>
</g>
<g transform='matrix(0 -1 1 0 236.128 189.8)'>
<use x='109.598' xlink:href='#g4-1' y='186.027'/>
<use x='113.103' xlink:href='#g4-1' y='186.027'/>
<use x='116.608' xlink:href='#g4-1' y='186.027'/>
<use x='120.114' xlink:href='#g2-50' y='186.027'/>
<use x='122.76' xlink:href='#g2-46' y='186.027'/>
<use x='124.23' xlink:href='#g2-49' y='186.027'/>
<use x='126.877' xlink:href='#g2-50' y='186.027'/>
<use x='129.523' xlink:href='#g2-120' y='186.027'/>
</g>
<g transform='matrix(0 -1 1 0 -51.986 244.971)'>
<use x='114.487' xlink:href='#g2-49' y='186.027'/>
<use x='117.133' xlink:href='#g2-46' y='186.027'/>
<use x='118.603' xlink:href='#g2-49' y='186.027'/>
<use x='121.25' xlink:href='#g2-50' y='186.027'/>
</g>
<g transform='matrix(0 -1 1 0 6.683 251.484)'>
<use x='114.487' xlink:href='#g2-49' y='186.027'/>
<use x='117.133' xlink:href='#g2-46' y='186.027'/>
<use x='118.603' xlink:href='#g2-48' y='186.027'/>
<use x='121.25' xlink:href='#g2-50' y='186.027'/>
</g>
<g transform='matrix(0 -1 1 0 65.352 247.852)'>
<use x='114.487' xlink:href='#g2-49' y='186.027'/>
<use x='117.133' xlink:href='#g2-46' y='186.027'/>
<use x='118.603' xlink:href='#g2-48' y='186.027'/>
<use x='121.25' xlink:href='#g2-55' y='186.027'/>
</g>
<g transform='matrix(0 -1 1 0 124.021 242.654)'>
<use x='114.487' xlink:href='#g2-49' y='186.027'/>
<use x='117.133' xlink:href='#g2-46' y='186.027'/>
<use x='118.603' xlink:href='#g2-49' y='186.027'/>
<use x='121.25' xlink:href='#g2-54' y='186.027'/>
</g>
<g transform='matrix(0 -1 1 0 182.69 189.8)'>
<use x='109.598' xlink:href='#g4-1' y='186.027'/>
<use x='113.103' xlink:href='#g4-1' y='186.027'/>
<use x='116.608' xlink:href='#g4-1' y='186.027'/>
<use x='120.114' xlink:href='#g2-50' y='186.027'/>
<use x='122.76' xlink:href='#g2-46' y='186.027'/>
<use x='124.23' xlink:href='#g2-50' y='186.027'/>
<use x='126.877' xlink:href='#g2-55' y='186.027'/>
<use x='129.523' xlink:href='#g2-120' y='186.027'/>
</g>
<g transform='matrix(0 -1 1 0 241.359 193.808)'>
<use x='114.487' xlink:href='#g2-49' y='186.027'/>
<use x='117.133' xlink:href='#g2-46' y='186.027'/>
<use x='118.603' xlink:href='#g2-57' y='186.027'/>
<use x='121.25' xlink:href='#g2-52' y='186.027'/>
</g>
<g transform='matrix(0 -1 1 0 -126.667 313.708)'>
<use x='114.487' xlink:href='#g1-82' y='186.027'/>
<use x='120.457' xlink:href='#g1-101' y='186.027'/>
<use x='124.553' xlink:href='#g1-108' y='186.027'/>
<use x='126.753' xlink:href='#g1-97' y='186.027'/>
<use x='131.181' xlink:href='#g1-116' y='186.027'/>
<use x='134.509' xlink:href='#g1-105' y='186.027'/>
<use x='136.709' xlink:href='#g1-118' y='186.027'/>
<use x='140.957' xlink:href='#g1-101' y='186.027'/>
<use x='148.124' xlink:href='#g1-116' y='186.027'/>
<use x='151.452' xlink:href='#g1-105' y='186.027'/>
<use x='153.652' xlink:href='#g1-109' y='186.027'/>
<use x='160.972' xlink:href='#g1-101' y='186.027'/>
<use x='168.139' xlink:href='#g3-40' y='186.027'/>
<use x='171.432' xlink:href='#g3-108' y='186.027'/>
<use x='173.453' xlink:href='#g3-111' y='186.027'/>
<use x='177.452' xlink:href='#g3-119' y='186.027'/>
<use x='183' xlink:href='#g3-101' y='186.027'/>
<use x='186.764' xlink:href='#g3-114' y='186.027'/>
<use x='192.479' xlink:href='#g3-105' y='186.027'/>
<use x='194.499' xlink:href='#g3-115' y='186.027'/>
<use x='200.568' xlink:href='#g3-98' y='186.027'/>
<use x='205.176' xlink:href='#g3-101' y='186.027'/>
<use x='208.94' xlink:href='#g3-116' y='186.027'/>
<use x='211.998' xlink:href='#g3-116' y='186.027'/>
<use x='215.056' xlink:href='#g3-101' y='186.027'/>
<use x='218.819' xlink:href='#g3-114' y='186.027'/>
<use x='221.711' xlink:href='#g3-41' y='186.027'/>
</g>
</g>
</svg>