@venusprotocol/venus-protocol 9.2.0-dev.13 → 9.2.0-dev.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,2671 @@
1
+ {
2
+ "address": "0x513323f8bd847Bd4C7C73DD69098B38789Ae0590",
3
+ "abi": [
4
+ {
5
+ "inputs": [],
6
+ "payable": false,
7
+ "stateMutability": "nonpayable",
8
+ "type": "constructor"
9
+ },
10
+ {
11
+ "anonymous": false,
12
+ "inputs": [
13
+ {
14
+ "indexed": true,
15
+ "internalType": "address",
16
+ "name": "user",
17
+ "type": "address"
18
+ },
19
+ {
20
+ "indexed": true,
21
+ "internalType": "address",
22
+ "name": "rewardToken",
23
+ "type": "address"
24
+ },
25
+ {
26
+ "indexed": true,
27
+ "internalType": "uint256",
28
+ "name": "pid",
29
+ "type": "uint256"
30
+ },
31
+ {
32
+ "indexed": false,
33
+ "internalType": "uint256",
34
+ "name": "amount",
35
+ "type": "uint256"
36
+ }
37
+ ],
38
+ "name": "Claim",
39
+ "type": "event"
40
+ },
41
+ {
42
+ "anonymous": false,
43
+ "inputs": [
44
+ {
45
+ "indexed": true,
46
+ "internalType": "address",
47
+ "name": "delegator",
48
+ "type": "address"
49
+ },
50
+ {
51
+ "indexed": true,
52
+ "internalType": "address",
53
+ "name": "fromDelegate",
54
+ "type": "address"
55
+ },
56
+ {
57
+ "indexed": true,
58
+ "internalType": "address",
59
+ "name": "toDelegate",
60
+ "type": "address"
61
+ }
62
+ ],
63
+ "name": "DelegateChangedV2",
64
+ "type": "event"
65
+ },
66
+ {
67
+ "anonymous": false,
68
+ "inputs": [
69
+ {
70
+ "indexed": true,
71
+ "internalType": "address",
72
+ "name": "delegate",
73
+ "type": "address"
74
+ },
75
+ {
76
+ "indexed": false,
77
+ "internalType": "uint256",
78
+ "name": "previousBalance",
79
+ "type": "uint256"
80
+ },
81
+ {
82
+ "indexed": false,
83
+ "internalType": "uint256",
84
+ "name": "newBalance",
85
+ "type": "uint256"
86
+ }
87
+ ],
88
+ "name": "DelegateVotesChangedV2",
89
+ "type": "event"
90
+ },
91
+ {
92
+ "anonymous": false,
93
+ "inputs": [
94
+ {
95
+ "indexed": true,
96
+ "internalType": "address",
97
+ "name": "user",
98
+ "type": "address"
99
+ },
100
+ {
101
+ "indexed": true,
102
+ "internalType": "address",
103
+ "name": "rewardToken",
104
+ "type": "address"
105
+ },
106
+ {
107
+ "indexed": true,
108
+ "internalType": "uint256",
109
+ "name": "pid",
110
+ "type": "uint256"
111
+ },
112
+ {
113
+ "indexed": false,
114
+ "internalType": "uint256",
115
+ "name": "amount",
116
+ "type": "uint256"
117
+ }
118
+ ],
119
+ "name": "Deposit",
120
+ "type": "event"
121
+ },
122
+ {
123
+ "anonymous": false,
124
+ "inputs": [
125
+ {
126
+ "indexed": true,
127
+ "internalType": "address",
128
+ "name": "user",
129
+ "type": "address"
130
+ },
131
+ {
132
+ "indexed": true,
133
+ "internalType": "address",
134
+ "name": "rewardToken",
135
+ "type": "address"
136
+ },
137
+ {
138
+ "indexed": true,
139
+ "internalType": "uint256",
140
+ "name": "pid",
141
+ "type": "uint256"
142
+ },
143
+ {
144
+ "indexed": false,
145
+ "internalType": "uint256",
146
+ "name": "amount",
147
+ "type": "uint256"
148
+ }
149
+ ],
150
+ "name": "ExecutedWithdrawal",
151
+ "type": "event"
152
+ },
153
+ {
154
+ "anonymous": false,
155
+ "inputs": [
156
+ {
157
+ "indexed": false,
158
+ "internalType": "address",
159
+ "name": "oldAccessControlManager",
160
+ "type": "address"
161
+ },
162
+ {
163
+ "indexed": false,
164
+ "internalType": "address",
165
+ "name": "newAccessControlManager",
166
+ "type": "address"
167
+ }
168
+ ],
169
+ "name": "NewAccessControlManager",
170
+ "type": "event"
171
+ },
172
+ {
173
+ "anonymous": false,
174
+ "inputs": [
175
+ {
176
+ "indexed": true,
177
+ "internalType": "contract IPrime",
178
+ "name": "oldPrimeToken",
179
+ "type": "address"
180
+ },
181
+ {
182
+ "indexed": true,
183
+ "internalType": "contract IPrime",
184
+ "name": "newPrimeToken",
185
+ "type": "address"
186
+ },
187
+ {
188
+ "indexed": false,
189
+ "internalType": "address",
190
+ "name": "oldPrimeRewardToken",
191
+ "type": "address"
192
+ },
193
+ {
194
+ "indexed": false,
195
+ "internalType": "address",
196
+ "name": "newPrimeRewardToken",
197
+ "type": "address"
198
+ },
199
+ {
200
+ "indexed": false,
201
+ "internalType": "uint256",
202
+ "name": "oldPrimePoolId",
203
+ "type": "uint256"
204
+ },
205
+ {
206
+ "indexed": false,
207
+ "internalType": "uint256",
208
+ "name": "newPrimePoolId",
209
+ "type": "uint256"
210
+ }
211
+ ],
212
+ "name": "NewPrimeToken",
213
+ "type": "event"
214
+ },
215
+ {
216
+ "anonymous": false,
217
+ "inputs": [
218
+ {
219
+ "indexed": true,
220
+ "internalType": "address",
221
+ "name": "rewardToken",
222
+ "type": "address"
223
+ },
224
+ {
225
+ "indexed": true,
226
+ "internalType": "uint256",
227
+ "name": "pid",
228
+ "type": "uint256"
229
+ },
230
+ {
231
+ "indexed": true,
232
+ "internalType": "address",
233
+ "name": "token",
234
+ "type": "address"
235
+ },
236
+ {
237
+ "indexed": false,
238
+ "internalType": "uint256",
239
+ "name": "allocPoints",
240
+ "type": "uint256"
241
+ },
242
+ {
243
+ "indexed": false,
244
+ "internalType": "uint256",
245
+ "name": "rewardPerBlockOrSecond",
246
+ "type": "uint256"
247
+ },
248
+ {
249
+ "indexed": false,
250
+ "internalType": "uint256",
251
+ "name": "lockPeriod",
252
+ "type": "uint256"
253
+ }
254
+ ],
255
+ "name": "PoolAdded",
256
+ "type": "event"
257
+ },
258
+ {
259
+ "anonymous": false,
260
+ "inputs": [
261
+ {
262
+ "indexed": true,
263
+ "internalType": "address",
264
+ "name": "rewardToken",
265
+ "type": "address"
266
+ },
267
+ {
268
+ "indexed": true,
269
+ "internalType": "uint256",
270
+ "name": "pid",
271
+ "type": "uint256"
272
+ },
273
+ {
274
+ "indexed": false,
275
+ "internalType": "uint256",
276
+ "name": "oldAllocPoints",
277
+ "type": "uint256"
278
+ },
279
+ {
280
+ "indexed": false,
281
+ "internalType": "uint256",
282
+ "name": "newAllocPoints",
283
+ "type": "uint256"
284
+ }
285
+ ],
286
+ "name": "PoolUpdated",
287
+ "type": "event"
288
+ },
289
+ {
290
+ "anonymous": false,
291
+ "inputs": [
292
+ {
293
+ "indexed": true,
294
+ "internalType": "address",
295
+ "name": "user",
296
+ "type": "address"
297
+ },
298
+ {
299
+ "indexed": true,
300
+ "internalType": "address",
301
+ "name": "rewardToken",
302
+ "type": "address"
303
+ },
304
+ {
305
+ "indexed": true,
306
+ "internalType": "uint256",
307
+ "name": "pid",
308
+ "type": "uint256"
309
+ },
310
+ {
311
+ "indexed": false,
312
+ "internalType": "uint256",
313
+ "name": "amount",
314
+ "type": "uint256"
315
+ }
316
+ ],
317
+ "name": "RequestedWithdrawal",
318
+ "type": "event"
319
+ },
320
+ {
321
+ "anonymous": false,
322
+ "inputs": [
323
+ {
324
+ "indexed": true,
325
+ "internalType": "address",
326
+ "name": "rewardToken",
327
+ "type": "address"
328
+ },
329
+ {
330
+ "indexed": false,
331
+ "internalType": "uint256",
332
+ "name": "oldReward",
333
+ "type": "uint256"
334
+ },
335
+ {
336
+ "indexed": false,
337
+ "internalType": "uint256",
338
+ "name": "newReward",
339
+ "type": "uint256"
340
+ }
341
+ ],
342
+ "name": "RewardAmountUpdated",
343
+ "type": "event"
344
+ },
345
+ {
346
+ "anonymous": false,
347
+ "inputs": [
348
+ {
349
+ "indexed": false,
350
+ "internalType": "address",
351
+ "name": "oldXvs",
352
+ "type": "address"
353
+ },
354
+ {
355
+ "indexed": false,
356
+ "internalType": "address",
357
+ "name": "oldStore",
358
+ "type": "address"
359
+ },
360
+ {
361
+ "indexed": false,
362
+ "internalType": "address",
363
+ "name": "newXvs",
364
+ "type": "address"
365
+ },
366
+ {
367
+ "indexed": false,
368
+ "internalType": "address",
369
+ "name": "newStore",
370
+ "type": "address"
371
+ }
372
+ ],
373
+ "name": "StoreUpdated",
374
+ "type": "event"
375
+ },
376
+ {
377
+ "anonymous": false,
378
+ "inputs": [
379
+ {
380
+ "indexed": true,
381
+ "internalType": "address",
382
+ "name": "rewardToken",
383
+ "type": "address"
384
+ },
385
+ {
386
+ "indexed": true,
387
+ "internalType": "address",
388
+ "name": "userAddress",
389
+ "type": "address"
390
+ },
391
+ {
392
+ "indexed": false,
393
+ "internalType": "uint256",
394
+ "name": "oldOwedAmount",
395
+ "type": "uint256"
396
+ },
397
+ {
398
+ "indexed": false,
399
+ "internalType": "uint256",
400
+ "name": "newOwedAmount",
401
+ "type": "uint256"
402
+ }
403
+ ],
404
+ "name": "VaultDebtUpdated",
405
+ "type": "event"
406
+ },
407
+ {
408
+ "anonymous": false,
409
+ "inputs": [
410
+ {
411
+ "indexed": true,
412
+ "internalType": "address",
413
+ "name": "admin",
414
+ "type": "address"
415
+ }
416
+ ],
417
+ "name": "VaultPaused",
418
+ "type": "event"
419
+ },
420
+ {
421
+ "anonymous": false,
422
+ "inputs": [
423
+ {
424
+ "indexed": true,
425
+ "internalType": "address",
426
+ "name": "admin",
427
+ "type": "address"
428
+ }
429
+ ],
430
+ "name": "VaultResumed",
431
+ "type": "event"
432
+ },
433
+ {
434
+ "anonymous": false,
435
+ "inputs": [
436
+ {
437
+ "indexed": true,
438
+ "internalType": "address",
439
+ "name": "rewardToken",
440
+ "type": "address"
441
+ },
442
+ {
443
+ "indexed": true,
444
+ "internalType": "uint256",
445
+ "name": "pid",
446
+ "type": "uint256"
447
+ },
448
+ {
449
+ "indexed": false,
450
+ "internalType": "uint256",
451
+ "name": "oldPeriod",
452
+ "type": "uint256"
453
+ },
454
+ {
455
+ "indexed": false,
456
+ "internalType": "uint256",
457
+ "name": "newPeriod",
458
+ "type": "uint256"
459
+ }
460
+ ],
461
+ "name": "WithdrawalLockingPeriodUpdated",
462
+ "type": "event"
463
+ },
464
+ {
465
+ "constant": true,
466
+ "inputs": [],
467
+ "name": "DELEGATION_TYPEHASH",
468
+ "outputs": [
469
+ {
470
+ "internalType": "bytes32",
471
+ "name": "",
472
+ "type": "bytes32"
473
+ }
474
+ ],
475
+ "payable": false,
476
+ "stateMutability": "view",
477
+ "type": "function"
478
+ },
479
+ {
480
+ "constant": true,
481
+ "inputs": [],
482
+ "name": "DOMAIN_TYPEHASH",
483
+ "outputs": [
484
+ {
485
+ "internalType": "bytes32",
486
+ "name": "",
487
+ "type": "bytes32"
488
+ }
489
+ ],
490
+ "payable": false,
491
+ "stateMutability": "view",
492
+ "type": "function"
493
+ },
494
+ {
495
+ "constant": true,
496
+ "inputs": [],
497
+ "name": "MAX_LOCK_PERIOD",
498
+ "outputs": [
499
+ {
500
+ "internalType": "uint256",
501
+ "name": "",
502
+ "type": "uint256"
503
+ }
504
+ ],
505
+ "payable": false,
506
+ "stateMutability": "view",
507
+ "type": "function"
508
+ },
509
+ {
510
+ "constant": true,
511
+ "inputs": [],
512
+ "name": "SECONDS_PER_YEAR",
513
+ "outputs": [
514
+ {
515
+ "internalType": "uint256",
516
+ "name": "",
517
+ "type": "uint256"
518
+ }
519
+ ],
520
+ "payable": false,
521
+ "stateMutability": "view",
522
+ "type": "function"
523
+ },
524
+ {
525
+ "constant": false,
526
+ "inputs": [
527
+ {
528
+ "internalType": "contract XVSVaultProxy",
529
+ "name": "xvsVaultProxy",
530
+ "type": "address"
531
+ }
532
+ ],
533
+ "name": "_become",
534
+ "outputs": [],
535
+ "payable": false,
536
+ "stateMutability": "nonpayable",
537
+ "type": "function"
538
+ },
539
+ {
540
+ "constant": true,
541
+ "inputs": [],
542
+ "name": "accessControlManager",
543
+ "outputs": [
544
+ {
545
+ "internalType": "contract IAccessControlManagerV5",
546
+ "name": "",
547
+ "type": "address"
548
+ }
549
+ ],
550
+ "payable": false,
551
+ "stateMutability": "view",
552
+ "type": "function"
553
+ },
554
+ {
555
+ "constant": false,
556
+ "inputs": [
557
+ {
558
+ "internalType": "address",
559
+ "name": "_rewardToken",
560
+ "type": "address"
561
+ },
562
+ {
563
+ "internalType": "uint256",
564
+ "name": "_allocPoint",
565
+ "type": "uint256"
566
+ },
567
+ {
568
+ "internalType": "contract IBEP20",
569
+ "name": "_token",
570
+ "type": "address"
571
+ },
572
+ {
573
+ "internalType": "uint256",
574
+ "name": "_rewardPerBlockOrSecond",
575
+ "type": "uint256"
576
+ },
577
+ {
578
+ "internalType": "uint256",
579
+ "name": "_lockPeriod",
580
+ "type": "uint256"
581
+ }
582
+ ],
583
+ "name": "add",
584
+ "outputs": [],
585
+ "payable": false,
586
+ "stateMutability": "nonpayable",
587
+ "type": "function"
588
+ },
589
+ {
590
+ "constant": true,
591
+ "inputs": [],
592
+ "name": "admin",
593
+ "outputs": [
594
+ {
595
+ "internalType": "address",
596
+ "name": "",
597
+ "type": "address"
598
+ }
599
+ ],
600
+ "payable": false,
601
+ "stateMutability": "view",
602
+ "type": "function"
603
+ },
604
+ {
605
+ "constant": true,
606
+ "inputs": [],
607
+ "name": "blocksOrSecondsPerYear",
608
+ "outputs": [
609
+ {
610
+ "internalType": "uint256",
611
+ "name": "",
612
+ "type": "uint256"
613
+ }
614
+ ],
615
+ "payable": false,
616
+ "stateMutability": "view",
617
+ "type": "function"
618
+ },
619
+ {
620
+ "constant": true,
621
+ "inputs": [
622
+ {
623
+ "internalType": "address",
624
+ "name": "",
625
+ "type": "address"
626
+ },
627
+ {
628
+ "internalType": "uint32",
629
+ "name": "",
630
+ "type": "uint32"
631
+ }
632
+ ],
633
+ "name": "checkpoints",
634
+ "outputs": [
635
+ {
636
+ "internalType": "uint32",
637
+ "name": "fromBlockOrSecond",
638
+ "type": "uint32"
639
+ },
640
+ {
641
+ "internalType": "uint96",
642
+ "name": "votes",
643
+ "type": "uint96"
644
+ }
645
+ ],
646
+ "payable": false,
647
+ "stateMutability": "view",
648
+ "type": "function"
649
+ },
650
+ {
651
+ "constant": false,
652
+ "inputs": [
653
+ {
654
+ "internalType": "address",
655
+ "name": "_account",
656
+ "type": "address"
657
+ },
658
+ {
659
+ "internalType": "address",
660
+ "name": "_rewardToken",
661
+ "type": "address"
662
+ },
663
+ {
664
+ "internalType": "uint256",
665
+ "name": "_pid",
666
+ "type": "uint256"
667
+ }
668
+ ],
669
+ "name": "claim",
670
+ "outputs": [],
671
+ "payable": false,
672
+ "stateMutability": "nonpayable",
673
+ "type": "function"
674
+ },
675
+ {
676
+ "constant": false,
677
+ "inputs": [
678
+ {
679
+ "internalType": "address",
680
+ "name": "delegatee",
681
+ "type": "address"
682
+ }
683
+ ],
684
+ "name": "delegate",
685
+ "outputs": [],
686
+ "payable": false,
687
+ "stateMutability": "nonpayable",
688
+ "type": "function"
689
+ },
690
+ {
691
+ "constant": false,
692
+ "inputs": [
693
+ {
694
+ "internalType": "address",
695
+ "name": "delegatee",
696
+ "type": "address"
697
+ },
698
+ {
699
+ "internalType": "uint256",
700
+ "name": "nonce",
701
+ "type": "uint256"
702
+ },
703
+ {
704
+ "internalType": "uint256",
705
+ "name": "expiry",
706
+ "type": "uint256"
707
+ },
708
+ {
709
+ "internalType": "uint8",
710
+ "name": "v",
711
+ "type": "uint8"
712
+ },
713
+ {
714
+ "internalType": "bytes32",
715
+ "name": "r",
716
+ "type": "bytes32"
717
+ },
718
+ {
719
+ "internalType": "bytes32",
720
+ "name": "s",
721
+ "type": "bytes32"
722
+ }
723
+ ],
724
+ "name": "delegateBySig",
725
+ "outputs": [],
726
+ "payable": false,
727
+ "stateMutability": "nonpayable",
728
+ "type": "function"
729
+ },
730
+ {
731
+ "constant": true,
732
+ "inputs": [
733
+ {
734
+ "internalType": "address",
735
+ "name": "",
736
+ "type": "address"
737
+ }
738
+ ],
739
+ "name": "delegates",
740
+ "outputs": [
741
+ {
742
+ "internalType": "address",
743
+ "name": "",
744
+ "type": "address"
745
+ }
746
+ ],
747
+ "payable": false,
748
+ "stateMutability": "view",
749
+ "type": "function"
750
+ },
751
+ {
752
+ "constant": false,
753
+ "inputs": [
754
+ {
755
+ "internalType": "address",
756
+ "name": "_rewardToken",
757
+ "type": "address"
758
+ },
759
+ {
760
+ "internalType": "uint256",
761
+ "name": "_pid",
762
+ "type": "uint256"
763
+ },
764
+ {
765
+ "internalType": "uint256",
766
+ "name": "_amount",
767
+ "type": "uint256"
768
+ }
769
+ ],
770
+ "name": "deposit",
771
+ "outputs": [],
772
+ "payable": false,
773
+ "stateMutability": "nonpayable",
774
+ "type": "function"
775
+ },
776
+ {
777
+ "constant": false,
778
+ "inputs": [
779
+ {
780
+ "internalType": "address",
781
+ "name": "_rewardToken",
782
+ "type": "address"
783
+ },
784
+ {
785
+ "internalType": "uint256",
786
+ "name": "_pid",
787
+ "type": "uint256"
788
+ }
789
+ ],
790
+ "name": "executeWithdrawal",
791
+ "outputs": [],
792
+ "payable": false,
793
+ "stateMutability": "nonpayable",
794
+ "type": "function"
795
+ },
796
+ {
797
+ "constant": true,
798
+ "inputs": [],
799
+ "name": "getBlockNumberOrTimestamp",
800
+ "outputs": [
801
+ {
802
+ "internalType": "uint256",
803
+ "name": "",
804
+ "type": "uint256"
805
+ }
806
+ ],
807
+ "payable": false,
808
+ "stateMutability": "view",
809
+ "type": "function"
810
+ },
811
+ {
812
+ "constant": true,
813
+ "inputs": [
814
+ {
815
+ "internalType": "address",
816
+ "name": "account",
817
+ "type": "address"
818
+ }
819
+ ],
820
+ "name": "getCurrentVotes",
821
+ "outputs": [
822
+ {
823
+ "internalType": "uint96",
824
+ "name": "",
825
+ "type": "uint96"
826
+ }
827
+ ],
828
+ "payable": false,
829
+ "stateMutability": "view",
830
+ "type": "function"
831
+ },
832
+ {
833
+ "constant": true,
834
+ "inputs": [
835
+ {
836
+ "internalType": "address",
837
+ "name": "_rewardToken",
838
+ "type": "address"
839
+ },
840
+ {
841
+ "internalType": "uint256",
842
+ "name": "_pid",
843
+ "type": "uint256"
844
+ },
845
+ {
846
+ "internalType": "address",
847
+ "name": "_user",
848
+ "type": "address"
849
+ }
850
+ ],
851
+ "name": "getEligibleWithdrawalAmount",
852
+ "outputs": [
853
+ {
854
+ "internalType": "uint256",
855
+ "name": "withdrawalAmount",
856
+ "type": "uint256"
857
+ }
858
+ ],
859
+ "payable": false,
860
+ "stateMutability": "view",
861
+ "type": "function"
862
+ },
863
+ {
864
+ "constant": true,
865
+ "inputs": [
866
+ {
867
+ "internalType": "address",
868
+ "name": "account",
869
+ "type": "address"
870
+ },
871
+ {
872
+ "internalType": "uint256",
873
+ "name": "blockNumberOrSecond",
874
+ "type": "uint256"
875
+ }
876
+ ],
877
+ "name": "getPriorVotes",
878
+ "outputs": [
879
+ {
880
+ "internalType": "uint96",
881
+ "name": "",
882
+ "type": "uint96"
883
+ }
884
+ ],
885
+ "payable": false,
886
+ "stateMutability": "view",
887
+ "type": "function"
888
+ },
889
+ {
890
+ "constant": true,
891
+ "inputs": [
892
+ {
893
+ "internalType": "address",
894
+ "name": "_rewardToken",
895
+ "type": "address"
896
+ },
897
+ {
898
+ "internalType": "uint256",
899
+ "name": "_pid",
900
+ "type": "uint256"
901
+ },
902
+ {
903
+ "internalType": "address",
904
+ "name": "_user",
905
+ "type": "address"
906
+ }
907
+ ],
908
+ "name": "getRequestedAmount",
909
+ "outputs": [
910
+ {
911
+ "internalType": "uint256",
912
+ "name": "",
913
+ "type": "uint256"
914
+ }
915
+ ],
916
+ "payable": false,
917
+ "stateMutability": "view",
918
+ "type": "function"
919
+ },
920
+ {
921
+ "constant": true,
922
+ "inputs": [
923
+ {
924
+ "internalType": "address",
925
+ "name": "_rewardToken",
926
+ "type": "address"
927
+ },
928
+ {
929
+ "internalType": "uint256",
930
+ "name": "_pid",
931
+ "type": "uint256"
932
+ },
933
+ {
934
+ "internalType": "address",
935
+ "name": "_user",
936
+ "type": "address"
937
+ }
938
+ ],
939
+ "name": "getUserInfo",
940
+ "outputs": [
941
+ {
942
+ "internalType": "uint256",
943
+ "name": "amount",
944
+ "type": "uint256"
945
+ },
946
+ {
947
+ "internalType": "uint256",
948
+ "name": "rewardDebt",
949
+ "type": "uint256"
950
+ },
951
+ {
952
+ "internalType": "uint256",
953
+ "name": "pendingWithdrawals",
954
+ "type": "uint256"
955
+ }
956
+ ],
957
+ "payable": false,
958
+ "stateMutability": "view",
959
+ "type": "function"
960
+ },
961
+ {
962
+ "constant": true,
963
+ "inputs": [
964
+ {
965
+ "internalType": "address",
966
+ "name": "_rewardToken",
967
+ "type": "address"
968
+ },
969
+ {
970
+ "internalType": "uint256",
971
+ "name": "_pid",
972
+ "type": "uint256"
973
+ },
974
+ {
975
+ "internalType": "address",
976
+ "name": "_user",
977
+ "type": "address"
978
+ }
979
+ ],
980
+ "name": "getWithdrawalRequests",
981
+ "outputs": [
982
+ {
983
+ "components": [
984
+ {
985
+ "internalType": "uint256",
986
+ "name": "amount",
987
+ "type": "uint256"
988
+ },
989
+ {
990
+ "internalType": "uint128",
991
+ "name": "lockedUntil",
992
+ "type": "uint128"
993
+ },
994
+ {
995
+ "internalType": "uint128",
996
+ "name": "afterUpgrade",
997
+ "type": "uint128"
998
+ }
999
+ ],
1000
+ "internalType": "struct XVSVaultStorageV1.WithdrawalRequest[]",
1001
+ "name": "",
1002
+ "type": "tuple[]"
1003
+ }
1004
+ ],
1005
+ "payable": false,
1006
+ "stateMutability": "view",
1007
+ "type": "function"
1008
+ },
1009
+ {
1010
+ "constant": true,
1011
+ "inputs": [],
1012
+ "name": "implementation",
1013
+ "outputs": [
1014
+ {
1015
+ "internalType": "address",
1016
+ "name": "",
1017
+ "type": "address"
1018
+ }
1019
+ ],
1020
+ "payable": false,
1021
+ "stateMutability": "view",
1022
+ "type": "function"
1023
+ },
1024
+ {
1025
+ "constant": false,
1026
+ "inputs": [
1027
+ {
1028
+ "internalType": "bool",
1029
+ "name": "timeBased_",
1030
+ "type": "bool"
1031
+ },
1032
+ {
1033
+ "internalType": "uint256",
1034
+ "name": "blocksPerYear_",
1035
+ "type": "uint256"
1036
+ }
1037
+ ],
1038
+ "name": "initializeTimeManager",
1039
+ "outputs": [],
1040
+ "payable": false,
1041
+ "stateMutability": "nonpayable",
1042
+ "type": "function"
1043
+ },
1044
+ {
1045
+ "constant": true,
1046
+ "inputs": [
1047
+ {
1048
+ "internalType": "address",
1049
+ "name": "",
1050
+ "type": "address"
1051
+ }
1052
+ ],
1053
+ "name": "isStakedToken",
1054
+ "outputs": [
1055
+ {
1056
+ "internalType": "bool",
1057
+ "name": "",
1058
+ "type": "bool"
1059
+ }
1060
+ ],
1061
+ "payable": false,
1062
+ "stateMutability": "view",
1063
+ "type": "function"
1064
+ },
1065
+ {
1066
+ "constant": true,
1067
+ "inputs": [],
1068
+ "name": "isTimeBased",
1069
+ "outputs": [
1070
+ {
1071
+ "internalType": "bool",
1072
+ "name": "",
1073
+ "type": "bool"
1074
+ }
1075
+ ],
1076
+ "payable": false,
1077
+ "stateMutability": "view",
1078
+ "type": "function"
1079
+ },
1080
+ {
1081
+ "constant": true,
1082
+ "inputs": [
1083
+ {
1084
+ "internalType": "address",
1085
+ "name": "",
1086
+ "type": "address"
1087
+ }
1088
+ ],
1089
+ "name": "nonces",
1090
+ "outputs": [
1091
+ {
1092
+ "internalType": "uint256",
1093
+ "name": "",
1094
+ "type": "uint256"
1095
+ }
1096
+ ],
1097
+ "payable": false,
1098
+ "stateMutability": "view",
1099
+ "type": "function"
1100
+ },
1101
+ {
1102
+ "constant": true,
1103
+ "inputs": [
1104
+ {
1105
+ "internalType": "address",
1106
+ "name": "",
1107
+ "type": "address"
1108
+ }
1109
+ ],
1110
+ "name": "numCheckpoints",
1111
+ "outputs": [
1112
+ {
1113
+ "internalType": "uint32",
1114
+ "name": "",
1115
+ "type": "uint32"
1116
+ }
1117
+ ],
1118
+ "payable": false,
1119
+ "stateMutability": "view",
1120
+ "type": "function"
1121
+ },
1122
+ {
1123
+ "constant": false,
1124
+ "inputs": [],
1125
+ "name": "pause",
1126
+ "outputs": [],
1127
+ "payable": false,
1128
+ "stateMutability": "nonpayable",
1129
+ "type": "function"
1130
+ },
1131
+ {
1132
+ "constant": true,
1133
+ "inputs": [],
1134
+ "name": "pendingAdmin",
1135
+ "outputs": [
1136
+ {
1137
+ "internalType": "address",
1138
+ "name": "",
1139
+ "type": "address"
1140
+ }
1141
+ ],
1142
+ "payable": false,
1143
+ "stateMutability": "view",
1144
+ "type": "function"
1145
+ },
1146
+ {
1147
+ "constant": true,
1148
+ "inputs": [
1149
+ {
1150
+ "internalType": "address",
1151
+ "name": "_rewardToken",
1152
+ "type": "address"
1153
+ },
1154
+ {
1155
+ "internalType": "uint256",
1156
+ "name": "_pid",
1157
+ "type": "uint256"
1158
+ },
1159
+ {
1160
+ "internalType": "address",
1161
+ "name": "_user",
1162
+ "type": "address"
1163
+ }
1164
+ ],
1165
+ "name": "pendingReward",
1166
+ "outputs": [
1167
+ {
1168
+ "internalType": "uint256",
1169
+ "name": "",
1170
+ "type": "uint256"
1171
+ }
1172
+ ],
1173
+ "payable": false,
1174
+ "stateMutability": "view",
1175
+ "type": "function"
1176
+ },
1177
+ {
1178
+ "constant": true,
1179
+ "inputs": [
1180
+ {
1181
+ "internalType": "address",
1182
+ "name": "",
1183
+ "type": "address"
1184
+ },
1185
+ {
1186
+ "internalType": "address",
1187
+ "name": "",
1188
+ "type": "address"
1189
+ }
1190
+ ],
1191
+ "name": "pendingRewardTransfers",
1192
+ "outputs": [
1193
+ {
1194
+ "internalType": "uint256",
1195
+ "name": "",
1196
+ "type": "uint256"
1197
+ }
1198
+ ],
1199
+ "payable": false,
1200
+ "stateMutability": "view",
1201
+ "type": "function"
1202
+ },
1203
+ {
1204
+ "constant": true,
1205
+ "inputs": [
1206
+ {
1207
+ "internalType": "address",
1208
+ "name": "_rewardToken",
1209
+ "type": "address"
1210
+ },
1211
+ {
1212
+ "internalType": "uint256",
1213
+ "name": "_pid",
1214
+ "type": "uint256"
1215
+ },
1216
+ {
1217
+ "internalType": "address",
1218
+ "name": "_user",
1219
+ "type": "address"
1220
+ }
1221
+ ],
1222
+ "name": "pendingWithdrawalsBeforeUpgrade",
1223
+ "outputs": [
1224
+ {
1225
+ "internalType": "uint256",
1226
+ "name": "beforeUpgradeWithdrawalAmount",
1227
+ "type": "uint256"
1228
+ }
1229
+ ],
1230
+ "payable": false,
1231
+ "stateMutability": "view",
1232
+ "type": "function"
1233
+ },
1234
+ {
1235
+ "constant": true,
1236
+ "inputs": [],
1237
+ "name": "pendingXVSVaultImplementation",
1238
+ "outputs": [
1239
+ {
1240
+ "internalType": "address",
1241
+ "name": "",
1242
+ "type": "address"
1243
+ }
1244
+ ],
1245
+ "payable": false,
1246
+ "stateMutability": "view",
1247
+ "type": "function"
1248
+ },
1249
+ {
1250
+ "constant": true,
1251
+ "inputs": [
1252
+ {
1253
+ "internalType": "address",
1254
+ "name": "",
1255
+ "type": "address"
1256
+ },
1257
+ {
1258
+ "internalType": "uint256",
1259
+ "name": "",
1260
+ "type": "uint256"
1261
+ }
1262
+ ],
1263
+ "name": "poolInfos",
1264
+ "outputs": [
1265
+ {
1266
+ "internalType": "contract IBEP20",
1267
+ "name": "token",
1268
+ "type": "address"
1269
+ },
1270
+ {
1271
+ "internalType": "uint256",
1272
+ "name": "allocPoint",
1273
+ "type": "uint256"
1274
+ },
1275
+ {
1276
+ "internalType": "uint256",
1277
+ "name": "lastRewardBlockOrSecond",
1278
+ "type": "uint256"
1279
+ },
1280
+ {
1281
+ "internalType": "uint256",
1282
+ "name": "accRewardPerShare",
1283
+ "type": "uint256"
1284
+ },
1285
+ {
1286
+ "internalType": "uint256",
1287
+ "name": "lockPeriod",
1288
+ "type": "uint256"
1289
+ }
1290
+ ],
1291
+ "payable": false,
1292
+ "stateMutability": "view",
1293
+ "type": "function"
1294
+ },
1295
+ {
1296
+ "constant": true,
1297
+ "inputs": [
1298
+ {
1299
+ "internalType": "address",
1300
+ "name": "rewardToken",
1301
+ "type": "address"
1302
+ }
1303
+ ],
1304
+ "name": "poolLength",
1305
+ "outputs": [
1306
+ {
1307
+ "internalType": "uint256",
1308
+ "name": "",
1309
+ "type": "uint256"
1310
+ }
1311
+ ],
1312
+ "payable": false,
1313
+ "stateMutability": "view",
1314
+ "type": "function"
1315
+ },
1316
+ {
1317
+ "constant": true,
1318
+ "inputs": [],
1319
+ "name": "primePoolId",
1320
+ "outputs": [
1321
+ {
1322
+ "internalType": "uint256",
1323
+ "name": "",
1324
+ "type": "uint256"
1325
+ }
1326
+ ],
1327
+ "payable": false,
1328
+ "stateMutability": "view",
1329
+ "type": "function"
1330
+ },
1331
+ {
1332
+ "constant": true,
1333
+ "inputs": [],
1334
+ "name": "primeRewardToken",
1335
+ "outputs": [
1336
+ {
1337
+ "internalType": "address",
1338
+ "name": "",
1339
+ "type": "address"
1340
+ }
1341
+ ],
1342
+ "payable": false,
1343
+ "stateMutability": "view",
1344
+ "type": "function"
1345
+ },
1346
+ {
1347
+ "constant": true,
1348
+ "inputs": [],
1349
+ "name": "primeToken",
1350
+ "outputs": [
1351
+ {
1352
+ "internalType": "contract IPrime",
1353
+ "name": "",
1354
+ "type": "address"
1355
+ }
1356
+ ],
1357
+ "payable": false,
1358
+ "stateMutability": "view",
1359
+ "type": "function"
1360
+ },
1361
+ {
1362
+ "constant": false,
1363
+ "inputs": [
1364
+ {
1365
+ "internalType": "address",
1366
+ "name": "_rewardToken",
1367
+ "type": "address"
1368
+ },
1369
+ {
1370
+ "internalType": "uint256",
1371
+ "name": "_pid",
1372
+ "type": "uint256"
1373
+ },
1374
+ {
1375
+ "internalType": "uint256",
1376
+ "name": "_amount",
1377
+ "type": "uint256"
1378
+ }
1379
+ ],
1380
+ "name": "requestWithdrawal",
1381
+ "outputs": [],
1382
+ "payable": false,
1383
+ "stateMutability": "nonpayable",
1384
+ "type": "function"
1385
+ },
1386
+ {
1387
+ "constant": false,
1388
+ "inputs": [],
1389
+ "name": "resume",
1390
+ "outputs": [],
1391
+ "payable": false,
1392
+ "stateMutability": "nonpayable",
1393
+ "type": "function"
1394
+ },
1395
+ {
1396
+ "constant": true,
1397
+ "inputs": [
1398
+ {
1399
+ "internalType": "address",
1400
+ "name": "_rewardToken",
1401
+ "type": "address"
1402
+ }
1403
+ ],
1404
+ "name": "rewardTokenAmountsPerBlock",
1405
+ "outputs": [
1406
+ {
1407
+ "internalType": "uint256",
1408
+ "name": "",
1409
+ "type": "uint256"
1410
+ }
1411
+ ],
1412
+ "payable": false,
1413
+ "stateMutability": "view",
1414
+ "type": "function"
1415
+ },
1416
+ {
1417
+ "constant": true,
1418
+ "inputs": [
1419
+ {
1420
+ "internalType": "address",
1421
+ "name": "",
1422
+ "type": "address"
1423
+ }
1424
+ ],
1425
+ "name": "rewardTokenAmountsPerBlockOrSecond",
1426
+ "outputs": [
1427
+ {
1428
+ "internalType": "uint256",
1429
+ "name": "",
1430
+ "type": "uint256"
1431
+ }
1432
+ ],
1433
+ "payable": false,
1434
+ "stateMutability": "view",
1435
+ "type": "function"
1436
+ },
1437
+ {
1438
+ "constant": false,
1439
+ "inputs": [
1440
+ {
1441
+ "internalType": "address",
1442
+ "name": "_rewardToken",
1443
+ "type": "address"
1444
+ },
1445
+ {
1446
+ "internalType": "uint256",
1447
+ "name": "_pid",
1448
+ "type": "uint256"
1449
+ },
1450
+ {
1451
+ "internalType": "uint256",
1452
+ "name": "_allocPoint",
1453
+ "type": "uint256"
1454
+ }
1455
+ ],
1456
+ "name": "set",
1457
+ "outputs": [],
1458
+ "payable": false,
1459
+ "stateMutability": "nonpayable",
1460
+ "type": "function"
1461
+ },
1462
+ {
1463
+ "constant": false,
1464
+ "inputs": [
1465
+ {
1466
+ "internalType": "address",
1467
+ "name": "newAccessControlAddress",
1468
+ "type": "address"
1469
+ }
1470
+ ],
1471
+ "name": "setAccessControl",
1472
+ "outputs": [],
1473
+ "payable": false,
1474
+ "stateMutability": "nonpayable",
1475
+ "type": "function"
1476
+ },
1477
+ {
1478
+ "constant": false,
1479
+ "inputs": [
1480
+ {
1481
+ "internalType": "contract IPrime",
1482
+ "name": "_primeToken",
1483
+ "type": "address"
1484
+ },
1485
+ {
1486
+ "internalType": "address",
1487
+ "name": "_primeRewardToken",
1488
+ "type": "address"
1489
+ },
1490
+ {
1491
+ "internalType": "uint256",
1492
+ "name": "_primePoolId",
1493
+ "type": "uint256"
1494
+ }
1495
+ ],
1496
+ "name": "setPrimeToken",
1497
+ "outputs": [],
1498
+ "payable": false,
1499
+ "stateMutability": "nonpayable",
1500
+ "type": "function"
1501
+ },
1502
+ {
1503
+ "constant": false,
1504
+ "inputs": [
1505
+ {
1506
+ "internalType": "address",
1507
+ "name": "_rewardToken",
1508
+ "type": "address"
1509
+ },
1510
+ {
1511
+ "internalType": "uint256",
1512
+ "name": "_rewardAmount",
1513
+ "type": "uint256"
1514
+ }
1515
+ ],
1516
+ "name": "setRewardAmountPerBlockOrSecond",
1517
+ "outputs": [],
1518
+ "payable": false,
1519
+ "stateMutability": "nonpayable",
1520
+ "type": "function"
1521
+ },
1522
+ {
1523
+ "constant": false,
1524
+ "inputs": [
1525
+ {
1526
+ "internalType": "address",
1527
+ "name": "_rewardToken",
1528
+ "type": "address"
1529
+ },
1530
+ {
1531
+ "internalType": "uint256",
1532
+ "name": "_pid",
1533
+ "type": "uint256"
1534
+ },
1535
+ {
1536
+ "internalType": "uint256",
1537
+ "name": "_newPeriod",
1538
+ "type": "uint256"
1539
+ }
1540
+ ],
1541
+ "name": "setWithdrawalLockingPeriod",
1542
+ "outputs": [],
1543
+ "payable": false,
1544
+ "stateMutability": "nonpayable",
1545
+ "type": "function"
1546
+ },
1547
+ {
1548
+ "constant": false,
1549
+ "inputs": [
1550
+ {
1551
+ "internalType": "address",
1552
+ "name": "_xvs",
1553
+ "type": "address"
1554
+ },
1555
+ {
1556
+ "internalType": "address",
1557
+ "name": "_xvsStore",
1558
+ "type": "address"
1559
+ }
1560
+ ],
1561
+ "name": "setXvsStore",
1562
+ "outputs": [],
1563
+ "payable": false,
1564
+ "stateMutability": "nonpayable",
1565
+ "type": "function"
1566
+ },
1567
+ {
1568
+ "constant": true,
1569
+ "inputs": [
1570
+ {
1571
+ "internalType": "address",
1572
+ "name": "",
1573
+ "type": "address"
1574
+ }
1575
+ ],
1576
+ "name": "totalAllocPoints",
1577
+ "outputs": [
1578
+ {
1579
+ "internalType": "uint256",
1580
+ "name": "",
1581
+ "type": "uint256"
1582
+ }
1583
+ ],
1584
+ "payable": false,
1585
+ "stateMutability": "view",
1586
+ "type": "function"
1587
+ },
1588
+ {
1589
+ "constant": true,
1590
+ "inputs": [
1591
+ {
1592
+ "internalType": "address",
1593
+ "name": "",
1594
+ "type": "address"
1595
+ },
1596
+ {
1597
+ "internalType": "uint256",
1598
+ "name": "",
1599
+ "type": "uint256"
1600
+ }
1601
+ ],
1602
+ "name": "totalPendingWithdrawals",
1603
+ "outputs": [
1604
+ {
1605
+ "internalType": "uint256",
1606
+ "name": "",
1607
+ "type": "uint256"
1608
+ }
1609
+ ],
1610
+ "payable": false,
1611
+ "stateMutability": "view",
1612
+ "type": "function"
1613
+ },
1614
+ {
1615
+ "constant": false,
1616
+ "inputs": [
1617
+ {
1618
+ "internalType": "address",
1619
+ "name": "_rewardToken",
1620
+ "type": "address"
1621
+ },
1622
+ {
1623
+ "internalType": "uint256",
1624
+ "name": "_pid",
1625
+ "type": "uint256"
1626
+ }
1627
+ ],
1628
+ "name": "updatePool",
1629
+ "outputs": [],
1630
+ "payable": false,
1631
+ "stateMutability": "nonpayable",
1632
+ "type": "function"
1633
+ },
1634
+ {
1635
+ "constant": true,
1636
+ "inputs": [],
1637
+ "name": "vaultPaused",
1638
+ "outputs": [
1639
+ {
1640
+ "internalType": "bool",
1641
+ "name": "",
1642
+ "type": "bool"
1643
+ }
1644
+ ],
1645
+ "payable": false,
1646
+ "stateMutability": "view",
1647
+ "type": "function"
1648
+ },
1649
+ {
1650
+ "constant": true,
1651
+ "inputs": [],
1652
+ "name": "xvsAddress",
1653
+ "outputs": [
1654
+ {
1655
+ "internalType": "address",
1656
+ "name": "",
1657
+ "type": "address"
1658
+ }
1659
+ ],
1660
+ "payable": false,
1661
+ "stateMutability": "view",
1662
+ "type": "function"
1663
+ },
1664
+ {
1665
+ "constant": true,
1666
+ "inputs": [],
1667
+ "name": "xvsStore",
1668
+ "outputs": [
1669
+ {
1670
+ "internalType": "address",
1671
+ "name": "",
1672
+ "type": "address"
1673
+ }
1674
+ ],
1675
+ "payable": false,
1676
+ "stateMutability": "view",
1677
+ "type": "function"
1678
+ }
1679
+ ],
1680
+ "transactionHash": "0x9dacedce0b36104a7db1d52be10cd3bbbb1bbcc2bd2a738b91a6805a578a17ba",
1681
+ "receipt": {
1682
+ "to": "0x0000000000000000000000000000000000008006",
1683
+ "from": "0x7f423E50147930e197dAaE9F637198E66746D597",
1684
+ "contractAddress": "0x513323f8bd847Bd4C7C73DD69098B38789Ae0590",
1685
+ "transactionIndex": 0,
1686
+ "gasUsed": "13466086",
1687
+ "logsBloom": "0x00000000000400080000010000000000001000000000400000000000000000000000000000000000000000000001000000000000000000000000000000000000000100000000040000000028000040000400000000000000000000040000080000000000020100000000000000000840000400000000400000000010000000000000001000000000000104000100000000000100000000000000000000000080800000000000100000000000800100000000000000000000002000010000000000000082008000000100000000000000000010000100000001000000000022800000000000000000000000000000000000000040000000400000000080000400",
1688
+ "blockHash": "0x182f56244d0fe6a05768c6212a17c2d6e8759829db0b8445be5502dd4c66b3b0",
1689
+ "transactionHash": "0x9dacedce0b36104a7db1d52be10cd3bbbb1bbcc2bd2a738b91a6805a578a17ba",
1690
+ "logs": [
1691
+ {
1692
+ "transactionIndex": 0,
1693
+ "blockNumber": 43204955,
1694
+ "transactionHash": "0x9dacedce0b36104a7db1d52be10cd3bbbb1bbcc2bd2a738b91a6805a578a17ba",
1695
+ "address": "0x000000000000000000000000000000000000800A",
1696
+ "topics": [
1697
+ "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
1698
+ "0x0000000000000000000000007f423e50147930e197daae9f637198e66746d597",
1699
+ "0x0000000000000000000000000000000000000000000000000000000000008001"
1700
+ ],
1701
+ "data": "0x0000000000000000000000000000000000000000000000000003b010217282d0",
1702
+ "logIndex": 0,
1703
+ "blockHash": "0x182f56244d0fe6a05768c6212a17c2d6e8759829db0b8445be5502dd4c66b3b0"
1704
+ },
1705
+ {
1706
+ "transactionIndex": 0,
1707
+ "blockNumber": 43204955,
1708
+ "transactionHash": "0x9dacedce0b36104a7db1d52be10cd3bbbb1bbcc2bd2a738b91a6805a578a17ba",
1709
+ "address": "0x0000000000000000000000000000000000008008",
1710
+ "topics": ["0x27fe8c0b49f49507b9d4fe5968c9f49edfe5c9df277d433a07a0717ede97638d"],
1711
+ "data": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000009820000000000000000000000000000000000000000000000000000000000008008000000000000000000000000000000000000000000000000000000000000800ec17b24241498fa8667f11e59a65cbbdabb5c7f019bc2ecd801c25c27293ace83",
1712
+ "logIndex": 1,
1713
+ "blockHash": "0x182f56244d0fe6a05768c6212a17c2d6e8759829db0b8445be5502dd4c66b3b0"
1714
+ },
1715
+ {
1716
+ "transactionIndex": 0,
1717
+ "blockNumber": 43204955,
1718
+ "transactionHash": "0x9dacedce0b36104a7db1d52be10cd3bbbb1bbcc2bd2a738b91a6805a578a17ba",
1719
+ "address": "0x0000000000000000000000000000000000008008",
1720
+ "topics": [
1721
+ "0x3a36e47291f4201faf137fab081d92295bce2d53be2c6ca68ba82c7faa9ce241",
1722
+ "0x000000000000000000000000000000000000000000000000000000000000800e",
1723
+ "0xc17b24241498fa8667f11e59a65cbbdabb5c7f019bc2ecd801c25c27293ace83"
1724
+ ],
1725
+ "data": "0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000db920b2b0000000000000000000000000100041400000f550100804100000f550010009c0000000100200190000000000101043b000000c0011002103d513d4c0000040f000000350000613d0000801002000039000000200010043f00000f6e011001c7000000000101041a000000000010043f000000400200043d000000400300043d0000000000100443000000000002004b000000400010043f000000000020043f000000000065043500000000040000190000000000540435000000400100043d0000000006060433000000000001004b0000002004400039000000000032043500000000020204330000000005340019000000200500003900000f550200804100000f550020009c0000000000430435000000000121019f0000000000240435000000000024004b000000000614001900003d170000613d000021770000613d000021740000013d000000350000213d00000000003104350000002404300039000000440330003900000f6d0400004100000040012000390000001202000029000000350000a13d00000004043000390000000000210435000000200120003900003d5300010430000000000301041a000000400020043f00000f70010000410000000000130435000000000023043500000f720100004100000010020000290000000000120435000000000004004b000035570000813d000000350000813d0000800b0200003900000f71011001c700000f630020009c000000000201041affffffffffffffff00000012010000290000007a010000390000000e02000029000000350000c13d0000000000410435000300000001035500000f6f011001c7000000ff001001900000000006000019000080020200003900000f69011001c7000000000202043b000000000301001900003a680000c13d000000000021041b000000400400043d000000040010044300000060033002703d513d470000040f000000000151019f00000000014101cf000000000141022f0000010004400089000000000545022f00000000054501cf00000003044002100000000006760436000000005705043c000000000501034f0000001102000029001200000001001d000000000232019f0000000000420435000000c0022002100000000002000414000000040020008c000000080100003900000f7b011001c700000f6d01000041001100000001001d00000000010000190000800d02000039000000440210003900000f550030009c0000006001100210000000800010043f000000100100003900000f560110019700000f550300804100000000005204350000000f0100002900000011010000290000000f0200002900000060022002100000004002200210001000000001001d000000000121004900000f5502200197000000400330021000000f640020009c000000000202041a000000000575019f000000000704043300000004021003700000002004000039000000100100002900000060013002100000000005020433000000000121034f000000000026004b00000f6b023001980000001f0430018f0000001f01300039000000000049004b0000000102200039000100000003001f000000200030008c00000f550330019700000001030000310000000c0100002900000024034000390000002002100039000000000402041a0000001f0030008c00000f630030009c0000000001210019000000000005004b0000000b020000290000000c0200002900000044034000390000000009890436000000007807043c000000000701034f0000002402100039000000000656022f00000100055000890000000305500210000000000223019f000000000200001900000000055601cf000000000606043b000000000757022f00000000075701cf000000000661034f00000020064001900000001f0540018f000000000403401900000f6801000041001200000003001d000000000014004b0000006001200039000000000300001900003d520001042e000000000012041b000000120300002900000020023000390000000b01000029001200000002001d000000000624001900000f6d02000041000000000014043500000000010104330000004001100039000000000023004b00000000002004433d513d320000040f00000040013000390000000d02000029000000010220008a0000000d0100002900000f5602200197000000000112019f0000324e0000013d0000387b0000613d000000000401041a000f00000001001d0000004002000039000000110100003900000012010000390000000201100039000000240110037000000020010000390000004002300039000000400210003900000f750400004100000009010000390000104201100197000000000303041a0000000000510435000010680000813d000c00000001001d00000000010304330000000401400039000000000203043300000000030304330000000a0200002900000f74030000410000000002120019000010420210019700000f680200004100000f7302000041000000060100003900000f640010009c0000000401100370000000230020008c000000630020008c000000000036004b00000fb90330019700000000005304350000001e0400003900000f74040000410000000403000039000000000032004b0000000000610435000000c40010043f000000a40010043f000000840010043f000000200130003900000f56012001975856535661756c7400000060012002100000000005030433000000000131034f00000f6b032001980000001f0420018f00000f5502300197000000040130003900010f550030019d00000024022000390000001e030000390000106e0000013d000000000003004b00000003030000390000001501000039001100000002001d000000430020008c0000000701000039000000000031041b000000640220003900000f7505000041000000000016004b00000004024000390000000a010000290000001b03000039000000000062043500000f760010009c0000001a04000039000000020300003900000f920100004100000064021000390000000f030000290000004001100210000000000501043b0000000101100039000e00000001001d00000005022000c90000000a0100003900000020011002700000001301000039000000000401043b00000007020000290000001b0500003900000f770500004100000f770300004100000010030000290000001b0600003900000f770600004100000000011200d9000000ff0110018f00000011050000290000000402300039001200000000001d00000020030000390000000e01000029000000000501041a0000001104000029000000400030043f000000120010006b000008a20000013d0000000801000029000000000102041a0000000902000029000a00000001001d000d00000001001d000000440110037002000000000000000000001a030000390000004402200039000010cb0000613d000000000013004b001000000004001d000000010300c039000000000300003900000005010000390000000f01000039000000030410003900000001020000390000000a030000290000000c03000029000b00000003001d00000f6201000041000000000200041000000f560010009c000000000303043b0000002403100370000000000112043600000f550010019800000bba0000c13d00000fdf010000410000002401300039000000440130003900000fde0400004100000009010000290000000f08000029000000100700002900000fb8033001970000000f0000006b00000fbb0400004100000fba0330019700000fb7033001970000002003300210000000420300003900000fb60300004100000fb50300004100000fb40300004100000080012000390000000b03000029000000000002043500000000046900190000001102300069000000000001043500000001032000390000000002210019000000000014041b0000000001350019000000000035001a000000000504041a00000000011300d900000f76031000d100000f550400804100000f550040009c00000fb303000041000010c80000013d00000bcd0000013d00000000003404350000000000150435000c00000002001d0000002001100039000000a00020043f001100000006001d001100000000001d000f00000004001d00000000011200190000000403300039000f00000002001d000000120020006b000000a00010043f00000f85011001970000000e0020006b000000030100003900000000ffffffff000000000001042d001100000003001d0000000b060000290000001202300069000800000002001d0000000802000029001000000000001d000000000003043500000020033000390000000005050433000024bf0000613d0000004003200039000000000006004b000000400500043d000000000034004b00000fcf0030009c00000000030004140000001005000029000000120500002900000000056501cf000000000565022f0000010006600089000000000505043b000000000767022f00000000076701cf00000003066002100000001109000029000010010000613d0000001b0400003900000f770400004100000f560010019800000004010000390000000c050000290000000002210436001000000002001d000000200020043f00000f56013001970000000004000411000600000001001d000000110600002900000f74050000410000000e03000029000900000002001d000b00000002001d000b00000001001d000e00000004001d00000f57022001970000008001000039496e76616c6964206564000000000000536166654d6174680000000b050000290000001e050000390000000003120019000000240320003900000020032000390000000c0600002900110f850010019b0000001001100029000000000524001900000024042000390000000404200039000000110300002900000010090000290000000f05000029000000000013041b0000000f04000029000000000131019f000000110010006c000000100000006b001000000007001d00000004021000390000002b03000039000000000302041a000000000012004b00000fc002200197000000000500041100000017010000390000000401100039000000000404041a001100000004001d00000018010000390000000102100039000000160100003900000012060000290000000000350435000000400040043f00000000021200490000000001000410000000c001000039000000440210037000000001033000390000000e0700002900000020020000390000000000450435000e00000002001d00000a8a0000c13d0000001e01000039000f00000000001d000900000001001d000a00000002001d00000fdd0330019700000fdc00300198000000400050043f53616665424550325661756c7420697369676e61747572656e76616c6964207345434453413a20696573732c75696e740000000100000000ffffffff00000000000000100010006b000000000045001a00000000011400d9000000000001041b00000f840030009c00000fe004000041000032180000013d0000307e0000013d001200000009001d0000001209000029000000120460002900000f760110012a0000001f011000390000273a0000613d0000000a0500002900010f550010019d0000006001100270000000010220018f000000c0023002100000004002400210000000000141004900000f7406000041000000030110003900000000020404330000000d040000290000000a040000290000265d0000013d00000f7503000041000000040050008c000000000413001900000ff80010009c00000ff70200004100000ff5022001970000000904000029000024570000013d00000010023000690000000303100039000000000023041b00000012033000fa000000000007004b000f0f550010019c00000005030000290000000007740019000000000074001a0000000008840019000000000084001a0000000102600210000f00000008001d000000010660008a00000000070000190000000008000019000000000601001900120012003000730000002002200210000000000503041a00000fb70220019700000020024002100000000e0000006b000000110020006b000019d70000013d00001cc70000013d000000000212043600000f840040009c000000120010006c00000011012000fa000c00000004001d000017840000013d0000000903000029000000040120003900000006020000290000001004000029000700000001001d0000000d030000290000002c0300003900000fb203000041000012400000613d0000001e0200003900000000007304350000000000720435000000000018004b0000000f0030006c000f00000005001d0000002003100039000000000041041b000000e009000039000000e00460003900000f6a011001c70000001a0200003900003a680000013d000700000002001d00000e520000013d000000110330006b000000000551034f0000001f066001900000000004590019000000200560019000000000060340190000002006000039000000000334019f0000006004400210000000000305401900000f550300004100000f550050009c0000000b035000690000000d0020006c000000060020006b00000fbc03000041000000110000006b0000000d050000290000000d0000006b0000000e0010006b000000000032041b000000c009000039000000c0046001bf00000fea011001c7000000120000006b0000000f0010006c0000000f0110002900000f5602100197000000000043041b00000f560040019800000f5601400197000001640030043f000001440020043f000001240010043f000001040050043f0000004005000039000000e40050043f00000f5605500197000000e00050043f00000f67050000410000004704000039000000c00030043f000000e0010000390000000000160435000000010100003900000020014000390000004005400039000000000301043b000c00000003001d00000f5501100197000000c00010043f000001240020043f000001040010043f000000e40040043f0000004004000039000000c40040043f00000f5604400197000000c00040043f00000f67040000410000004703000039000500000002001d000000400520003900000f5600200198000000000403041a000000020310003900000f7702000041000000000201043b00000a7d0000613d00000024021003700000000002000411000d00000005001d000008060000613d000000000200041a0000000001000411206f766572666c6f6420616d6f756e7472657175657374652070617573656400696e697469616c696b65416d6f756e743a3a676574537461746542795369673a3a3a64656c65676164726573730000000000004000000080416c6c6f6320706f6c6f770000000000020000020000000032353629000000003235362c75696e747fffffffffffffff000000000001042f00003ce30000c13d000000000145001900000f76041000d10000102d02000041000038240000c13d0000000c0010006c0000369f0000613d000300000001001d00000040014000390000361e0000613d000a0f850040019b000034680000013d0000000102200210000200000002001d000035120000c13d000000800330021000000002030000290000341d0000613d0000000303000029000021780000013d0000000603000029000032850000013d0000001f0220003900000000063400190000000005140019000000350000013d0000304d0000613d000025d30000613d00002e690000613d0000000a06000029001100000009001d00000011046000290000290a0000613d00000008030000290000123d0000013d000037e50000613d00120f560030019c00000fb00040009c000000000112013f000027db0000613d0000000703000029000500000001001d001000000003001d0000000000630435000000400700043d000000400080043f000027370000013d00000000042300190000002006800039000000400800043d000026a30000013d0000001f0020008c000000000454004b0000000d0040002a000000000557034f0000000009a90436000000008a08043c0000000009010019000000000807034f000000030700036700000000045100190000001f0640018f0000104205400198000000000143043600000000011300190000003f01400039000000600300003900000f55041001970000000005630019000000000701041a000024c70000013d0000004403500039000000240350003900000f760330012a0000002002400039000000400240003900000020042000390000004004200039000023c60000013d000000100040002a000000010240021000000012040000290000000104000031000000120530002900000ff6022001c7000000000334043600000000034300490000004403200039000e00000003001d00000003010000290000273e0000013d000000050200002900001ee10000013d0000000f0900002900001e1e0000613d0000000d0110014f000012870000013d0000000002050433000000400150003900000000034500a900001c9d0000613d000000100030006c00001b000000613d000000000002041b000000000043001a0000000e04000029000000120060006b000700000003001d00000007031000fa00000007012000b90000174e0000613d0000000c0030006c000600000002001d0007000000450053000b00000005001d000800000003001d000000060010006b00000fb00030009c00000faf03000041000000280100003900000fae03000041000000000031004b00000000020100190000001202200069000000440120003900000fa90300004100000064012000390000000402000029000000050040002a001200000004001d0000001401000039000000050000006b0000217a0000013d001200000054005300000f74020000410000002203000039000010730000013d00000f6d030000410000000d013000290000000d0030002a000000100010006c000010f90000013d0000001b0700003900000f7707000041000000000050043f000000000900001900000005023000c9000000170300003900000f5701100197000000000103041a00000f7b012001c7000000c003300210000000180300003900000f6c0300004100000bb60000013d000012440000613d000000010200c0390000000002000039000000070010006c00000007021000b900000008031000fa00000008012000b900000e1d0000613d00000009050000290008000000450053000a0f560010019b000d00000002001d000000120040006b00120f850030019b0000001203400029000e0f550010019c00000fb104000041000000000272019f00000f5606200197000000000042041b000010770000013d0000104303300197000000ff0030019000000013020000390000000e010000390000002002200039000400000001001d000300000002001d000000010430021000000f990000613d0000000103000039000000000035041b000000000605041a000000000414019f00000ca10000613d000000010100c0390000000001000039000007e50000013d00000f56022001980000000502000039000000400600043d000009ec0000013d00000a820000013d0000006002200039000000000047004b0000000007970436000000008908043c000000000801034f0000000d060000290000000c040000290000002002500039000000400250003900000f8701000041000000000105041a00000fa20100004100000fa10100004100000fa001000041000000000100041a000000000321043600000fc0011001970000000001310019000d00000003001d000009f10000013d00000f9501000041000000e40010043f000000000223013f0000000003000411000000800020043f00000f5502100197000000110440006c0000000e050000290000001b02000039000e00000000001d000800000001001d0000000d0020006b000d00000004001d000c00000005001d00000a7d0000013d000000000503043b000000440310037000000f580100004100000120000004430000010000100443000000000010041b53305188f490a7452f876d012596a2cafa03fb5eaa3719263c0c4c132f752029ffffffffffff0001ffffffffffffff00ffffffffffffffe07365640000000000206e6f742070617569cfcb0b8e4214153350984d7bfdb1abf0bb351d834fd47fd2619572a1464e0d726573756d65282974733f00000000006f6f6c20657869737661756c743a207072652d656e7465726c206661696c65646576656c2063616c303a206c6f772d6c84754544f4c709d7997762752e3a09523ad067ef1ee35ce4dcbc1c05240f31ff743a20766f7465733a3a6465706f73696c69636174696f6e3a206d756c74697077000000000000006f6e747261637400746f206e6f6e2d63303a2063616c6c2023b872dd00000000616c000000000000776974686472617770656e64696e67206578656375746520000000000efe6a8b000000000af1372800000000046f7da26265207a65726f002063616e6e6f74206c6964000000000020697320696e7661627c3f814e60ec1170f6f924065147f3e957ff600beae69888a254a0ef28a0b937f23cd30000000077616c3a20766f7474576974686472613a3a7265717565736573206f7665726666697420696e2031646f65736e2774203a2076616c756520536166654361737432382062697473006e616765722061646e74726f6c206d61616365737320636f696e76616c69642031fe014601293aa0fe4e111b00cd2b0ca5c30e0888f3093e66fd58e82f7b31a2696e2063616e00006f6e6c792061646d72697a65640000006f7420617574686f6368616e6765206ec1e80334000000006e676520627261692063616e2063686178792061646d696e6f6e6c792070726f6e730000000000000000000400000080f851a440000000000000000019129e5a00000000115b512f0000000020606b70000000001d504dc6000000001d504dc5115b512f00000000000000002eda5c6c00000000267822470000000024f52bbf000000003d4180f900000000358ae03600000000587cde1e000000004298bdbd000000004298bdbc358ae0360000000024f52bbf000000003a20787673206164206e6f74207365746472657373206973000000005f14e700000000005c60da1b000000005c19a95c12901fd68010145653587d894352c43da9ceb724f365b36a559f314bb90394a400000080000000807a65640000000000616c726561647920000000006857249c000000005ff56315000000006fcfff45000000006dd77cbd000000006dd77cbc5ff563150000000000000000fffffffe206e6f74207965746f72566f7465733a3a3a6765745072696e656400000000002064657465726d697261770000000000746f2077697468646e6f7468696e6720bd2291a12cb2f51884070b6c87f18f63f5ea51f4b638aa68e31da05fae6db8696f6e20646964206e206f706572617469303a2042455032306f742073756363657bfad8045d85a470e500b653ca82273b927e7db2dcc703c0c5d2460186f7233c45c64697555efe0ea063a94b6d404b2fea1b3ecd64121a3fe03fe177bb050a40a9059cbb00000000746500000000000074656e7420737461696e636f6e736973000000007ac9245600000000782d6fe10000000073d025d6746f6b656e206d752072657761726420696e74732070657265207a65726f00007374206e6f742062600f47ed79de2ca97c80255cbeafaab990c195c69f465aaf6ee09c6cb80119467365742861646472e7b7ba5fccb7a46fe835d8cf99872d49224c24069d833f3ddffada2889ebfab920616c726561647900000084000000c07061757365282900000000008308d7e9000000007ecebe00000000008ed7333d000000008456cb59000000008456cb587ecebe000000000073d025d6000000005c19a95c00000000152c4158b0e94645ea4f73327414e9d86e85cd2f7ef63664865ca08d59f5cb459ad99e6800000000af4359aa86222160fd8df699ef9e888845224d3d379659166bdfd5e51d014759ffffff00ffffffff000000ff0000000000000000996cba680000000098e1b31b0000000092e35000d174595fee6bc31ffc2c5c04bd74c7c7b7a993c57a94b2320bcf80c5060ccf996f64000000000000696e6720706572696e6577206c6f636b0000000012cc02ff353629000000000035362c75696e743273732c75696e74326f642861646472656b696e6750657269726177616c4c6f6373657457697468646775726174696f6e656420636f6e666974696d6520626173ffffffffffff00006572207965617200626c6f636b7320704d616e61676572007a65642054696d65416c726561647920000000000000000100000000a09eab7a000000009e2b6c4d00000000a9d69a6900000000a699776200000000a69977619e2b6c4d0000000000000000b4b5ea5700000000b4a0bdf300000000add89337203fe3c69366d9f5a6733854908215f60b98e085504f399dad96cee0d692f0256f6b656e000000007265776172642074f5ab16cc0000000075696e7432353629616464726573732c725365636f6e64286572426c6f636b4f64416d6f756e74507365745265776172207369676e61747572652065787069726f7773000000000074206f766572666cf93b22983e1af9a02265e77f9ae3ca8ffb7a6b10f00a85e06adb589fed1e85426e743a20626c6f63436865636b706f693a3a5f777269746564732033322062696e64206578636565206f72207365636f6b206e756d6265727473000000000000746520616d6f756e6f7465733a20766f3a3a5f6d6f7665566c6f7773000000007420756e64657266ad2f1cda6ae9926126d350c6a45dff33bcddc0de148097810cc323ffec3ea49c3a20766f746573206f766572666c6f7720696e76616c6964206e6f6e63650000202776272076616c202773272076616c7565000000000000dfe92f46681b20a15d576e7357a4501d19010000000000000d0df415241f670b5976f597df104ee23bc6df8224c17b489a8a0592ac89c5ad00000008000000a0000000430000008063742900000000006e67436f6e74726120766572696679692c6164647265737320636861696e49642c75696e74323536696e67206e616d656d61696e28737472454950373132446f00000000c210259600000000b6a5fd2f00000000c3cda52000000000c3c754a800000000c3c754a7b6a5fd2f00000000add893370000000000000000d7ae45e200000000cd9b94e700000000c7ad089500000084000000807373000000000000726f2061646472656f74206265207a656b656e2063616e6e7072696d6520746f0000006400000080207a65726f206164616e6e6f7420626572657761726420635b55683fb9e49237936eada5154cb1b4ed00948ba91d0cb68def9436d6e31b890000000001e1338000000000de0368b200000000dae66bbe00000000e6a69ab800000000e1d146fb00000000e1d146fadae66bbe000000007929000000000000353620657870697263652c75696e743274323536206e6f6e617465652c75696e73732064656c65676f6e28616464726544656c656761746900000000f1127ed800000000e8f2be6f00000000e7a324dc0000000012cc030020616c6c6f77656472657373206e6f747a65726f206164647320656d7074790064647265737320696e7472616374206153746f726520636f207a65726f00000074206e6f74206265696e7473206d757383a15d52abb6a0bf6b1a3b4569a75af60789c3291a786a6fd7fa4bff1cd2253cfb66fb4d000000006f6c0000000000006f7468657220706f6973747320696e20546f6b656e2065786561647920616464506f6f6c20616c726f6e206f766572663a20616464697469000000e8d4a51000726f0000000000006f6e206279207a653a206469766973696572666c6f7700006374696f6e206f763a2073756274726170a08231000000003c209e9336465bd123bf29dc2df74b6f266b0e7a08c0454b42cbb15ccdc3cad6000000040000000008cc6b5d955391325d622183e25ac5afcd93958e4c903827796b89b91644bc980000002000000000000000400000000008c379a000000000697a656400000000556e617574686f7200000000ffffffe0000000a4000000e00000002400000000023a8d90e8508b8302500962caba6a1568e884a7374b41e01806aa1896bbf26518c5e8ab000000003235362c616464726164642861646472000000200000008000000000f851a44000000000f554016200000000fe5a451a00000000fba1b1f900000000fba1b1f8f554016200000000e7a324dc00000000c7ad08950000000092e35000000000000000004000000100000000020000000000003d510000043200003d4f0021042300003d4a0021042100003d450000613d00003d2f0000613d00003d1e0000c13d00003d220000613d0000383b0000013d0000102e0400004100003d180000613d00003ce30000613d00003c380000413d00003c870000013d00003c400000c13d000000030110014f00003c400000613d00003c2b0000813d00003bd20000c13d00003bb90000413d00003ba40000413d00003b8f0000413d00003b7a0000413d00003b650000413d00003b500000413d000000040350003900003b3b0000413d00003b260000413d00003b110000413d00003afc0000413d00003ae70000413d00003ad20000413d00003abe0000413d00003aa90000413d00003a940000413d00003a7f0000413d00000021030000390000103903000041000010380300004100003a600000413d00003bc10000813d000a000d0040007400003a450000613d00003ca40000613d00003bac0000813d0000002b040000390000102c040000410000102b0400004100003ca40000c13d00000000034100d900000000012400a9000039e30000613d000039d50000413d000039c10000413d001000110000002d00000027030000390000102a0300004100001029030000410000399e0000613d0000398d0000c13d000039910000613d0000397f0000413d0000396a0000413d000039a40000c13d00003b970000413d00000011044000fa00000003012000fa0000393e0000213d000000030020006b000039340000613d000039230000c13d000039270000613d000039a00000c13d00003b820000413d00000012044000fa00000004012000fa000038fe0000213d000000040020006b000037c60000013d000037820000c13d000000090110014f000038ac0000413d000038a90000613d000038980000c13d0000389c0000613d0000388a0000413d000038ab0000c13d000038670000413d000038580000613d000038470000c13d0000384b0000613d000026980000013d0000103b04000041000038410000613d000038240000613d000038b40000c13d0000387d0000813d000900000004001d00002ff50000013d00002fb10000c13d000037190000413d000037040000413d000033e40000013d000036b60000413d000039360000c13d000000030000006b000000020010006c00000002021000b900000004031000fa00000004012000b9000000060030006c000036670000413d000036520000413d000037660000013d000037630000c13d000036350000413d000038f60000c13d000000040000006b000000030010006c00000003021000b900000005031000fa00000005012000b9000000070030006c00002ef20000013d00002eab0000c13d0000000c0110014f000035a00000413d000030140000c13d0000000000000431000000010100008a001100100000002d00000fb901100197000000000434019f00000fb90440019700000fc003300197000039b20000213d000000080010006c000f00010020021800100001001000920000350a0000413d000039dd0000813d0000001e0600003900000006010000290000000d0230002900003b6d0000413d00003b580000413d000039a80000813d00000fcf0010009c0000000102000029000800030030002d0000000101300039000100000001001d0000000001040436000200000005001d000000600140003900003b430000413d000300000004001d0000000701000029000039870000613d000036be0000c13d000033da0000413d0000366f0000813d0004000000450053000500000005001d000600000004001d000033b10000613d000033a00000c13d000033a40000613d000033990000613d000033880000c13d0000338c0000613d0000341d0000c13d000033e20000a13d0003001100200074000000040220002900003b2e0000413d000000040040002a0000339b0000613d000032d40000613d000032c10000c13d000032c70000613d000032d80000013d000032a70000c13d000000000025043500001042022001970000001f023000390000000002130019000032840000a13d0000327a0000413d000032840000613d00000044015000390000000003040433000032880000813d00040000001300530000000406500039001000240050003d000000000042004b00000000025300d9000032590000613d00000000023100190000387b0000a13d000032470000413d000032530000813d000000000556004b0000001e0700003900000f74070000410000000302200039000000000601041a000000080220002900002d550000013d00000000010204330000001f0010008c00000f630010009c00002c140000613d000000000464019f00000000045401cf000000000454022f000000000404043b00000000065601cf0000000006030433000000000446034f000032090000613d000031f80000c13d000000000038004b0000000008980436000000007907043c0000000c08000029000000000706034f000031fc0000613d00000003060003670000000003460019000c00000006001d0000001f0530018f00001042043001980000000006310436000000000551001900001042051001970000003f01300039000032090000013d0000006001000039000031ea0000c13d00000f5503100197000031ca0000413d000031b50000413d000035ee0000813d0005000000450053000600000005001d000700000004001d0000318c0000613d0000317b0000c13d0000317f0000613d000031e60000013d000031d20000c13d0000316d0000a13d000031630000413d0000316d0000613d00000000033100d900000000013200a90000312b0000613d000031170000413d000031210000813d0000000f0330006c000031750000613d000030fe0000613d000000000046043500000000004704350000000b0400002900000fdf040000410000311f0000a13d000030bb0000413d0000311f0000613d00000000002604350000000000270435000030c70000813d000000000224004b00000f760440012a0000000407700039001200000007001d0000002406700039000000440170003900000f74010000410000002003500039000000400310003900000000041300a9000030990000613d000e00030010003d000030730000413d0000383c0000013d0000391d0000613d0000355a0000c13d000037210000c13d000035930000813d00002f9e0000c13d00002e300000013d000033b60000013d000033b30000c13d000031910000013d0000318e0000c13d00002f3c0000413d000020de0000013d000020c90000c13d000035a80000c13d000030660000813d00002e980000c13d000c000d0000002d000024940000013d000038920000613d00002f540000c13d000032150000c13d00002f4e0000c13d00002e180000413d0000209b0000413d00002df70000413d00002de20000413d0000307b0000c13d00002f440000c13d0000383d0000013d0000000d0700002900000ffb04000041000000000213004900002f4a0000c13d00003b190000413d00000006012000fa00002d930000213d00002d890000613d00002d780000c13d00002d7c0000613d00002d6b0000413d000026540000013d00002c140000c13d000000000021004b00002e200000c13d00003b040000413d00000005012000fa00002d310000213d000000050020006b00002d270000613d00002d160000c13d00002d1a0000613d0000304d0000c13d000030120000a13d000a001200200074000000110220002900003aef0000413d000000110040002a00002d730000613d00002c620000613d00002c4f0000c13d00002c550000613d00002c2c0000413d00002db20000813d0000000f0050006c00002d500000c13d00002c0f0000613d00002bfe0000c13d00002c020000613d00002c0f0000013d00002bf10000c13d00002bd60000613d00002bc50000c13d00002bc90000613d00002bbd0000613d00002bac0000c13d00002bb00000613d00002ba50000613d00002b940000c13d00002b980000613d00002b870000413d00002e860000813d000a00120040007400100f850010019b00002b6c0000613d00002b390000613d00002b280000c13d00002b2c0000613d00002b210000613d00002b100000c13d00002b140000613d00002e690000c13d00002e2e0000a13d0007001200200074000000100220002900003ada0000413d00002ba70000613d00002a5c0000613d00002a490000c13d00002a4f0000613d0000000f0230006900002a260000413d00002e240000813d001100110030007300002b8f0000613d000029e40000613d000029d10000c13d000029d70000613d0000000502300069000029ae0000413d000029990000413d00002dcb0000813d00002b230000613d000029570000613d000029440000c13d0000294a0000613d0000000602300069000029210000413d00002d8b0000c13d000000060000006b000000050010006c00000005021000b9000028d20000413d00002dff0000813d000028860000413d0000363d0000813d0000000b0040006b000b0f850030019b0000000d03400029000028690000613d00002d5e0000813d00000021040000390000103a040000410000103804000041000037e50000c13d00000000024100d900000000013400a9000028040000613d00000a810000013d0000000002150049000027f20000413d00002d290000c13d000000040010006c00000004021000b900000006031000fa00000006012000b9000400000002001d000027a30000413d000028da0000813d000800000005001d00002c660000013d00002c340000c13d00000f760220012a0000002004300039000000400430003900000000044200d900000000023400a9000027510000613d000000000442004b0000000000570435000000000098043500000f740900004100000020087000390000004008700039000026980000613d0000103503000041000026940000613d000012410000013d00000000032100190000273a0000a13d000027300000413d000000000583001900000000010a0433000027420000813d001100000079005300000f760990012a00000000005a04350000000000b8043500000f740b0000410000002008a000390000004008a00039000000400a00043d00000000006804350000001a060000390000000000a6043500000f750a000041000000400060043f00000040068000390000000006a900d900000000093a00a9000027110000613d000027030000413d00000000010804330000270b0000813d000000000a42004b000000000058043500000000005604350000004005800039000000010150003900000002015000390000000c013000290000386f0000413d0000385a0000413d000026d20000c13d0000273c0000613d000026a50000013d00000f64022001c700000fdd02200197000026e30000c13d0000269f0000c13d00001b5f0000013d00000ffa0300004100000ff903000041000025e20000c13d00000000020104330000263f0000413d000027ab0000813d0006000000450053000700000005001d0000277f0000013d0000277c0000c13d0000260a0000413d000027fe0000813d0000000d0440002900003ac60000413d000026470000c13d0000103c03000041000025de0000c13d000025d10000613d000025c00000c13d000025c40000613d000025d10000013d000025b30000c13d000025ae0000013d0000259a0000c13d000025920000a13d000025880000413d0000000f06000029000025920000613d00002a600000013d00002a2e0000c13d000f00000003001d000024940000613d0000248e0000613d000025530000413d00000000010504330000255e0000813d001000000013005300000f760340012a0000001a0500003900000f75060000410000002005200039000000000052004b00000000027400d900000000045700a9000025340000613d000025260000413d00000000010604330000252e0000813d000000000774004b000000000036043500000020026000390000004002600039000000010120003900000002012000390000370c0000413d000036f70000413d000024f60000c13d0000255b0000613d000024c90000013d0000103703000041000025810000c13d00001036022001c7000000840230003900000000042404360000000002420049000000640230003900000024023000390000004404300039000025070000c13d0011000b0020002d000024c30000c13d0000209b0000013d000024330000413d0000288e0000613d000000100110014f0000242a0000413d00000000010404330000000401500039000027fa0000813d000000000113004b0000000e0020006c00000000024300d90000000e034000b90000240a0000613d000f000f0040002d000039720000413d0000000f0040002a001000100040002d0000395d0000413d000023f10000c13d00120001002000920000235e0000613d000023c90000013d0000261b0000013d000026180000c13d0000265a0000c13d000026120000c13d000029e80000013d000029b60000c13d000500000003001d000032230000a13d000023790000413d000024040000813d000000100440006c000023c20000c13d000e000e0030002d00003ab10000413d0000000e0030002a0000000b035000fa00000000011500d900000f76051000d100000000012300d90000231e0000213d000000000500001900002bec0000013d00002bd80000c13d0000230e0000a13d000023040000413d0000230e0000613d0000295b0000013d000029290000c13d000600000003001d000030890000a13d000024540000c13d000023bc0000c13d000022770000413d000022620000413d000010cb0000013d0000000a0700002900000f7c04000041000000010610008a00000000023200490000000404000029000000030400002900002bbf0000613d000022300000613d00000f7a0200004100000001022001bf0000104302200197000000010310003900000f56033001970000008003200039000024000000c13d00003a9c0000413d000021850000213d0000001f012000390000000001320019000021770000a13d0000216d0000413d000021580000413d000021490000613d000021380000c13d0000213c0000613d000014120000613d0000212e0000613d0000211d0000c13d000021210000613d000021100000413d000020fb0000413d00002f8d0000813d00002f100000c13d0000000b0000006b00002b3b0000c13d0000000b0020006c0000000b07000029000024320000c13d000007d40000613d0000206c0000413d000020570000413d000000060600002900000fee04000041000020030000613d00001ff20000c13d00001ff60000613d00001feb0000613d00001fda0000c13d00001fde0000613d00001fcd0000413d000023b20000813d000021180000613d00001f8b0000613d00001f7a0000c13d00001f7e0000613d000000080230006900001f560000413d000022ba0000813d0012000e003000740000365a0000413d000036450000413d00001f100000c13d000021300000613d00001ee30000013d00001ed50000413d0000002e0300003900000ff00300004100000fef03000041000020050000c13d001100050040002e00003a870000413d00000000011304360000001b0100003900001eac0000413d0000227f0000813d00001fd50000613d00001e6a0000613d00001e590000c13d00001e5d0000613d000000070230006900001e350000413d0000217d0000c13d0000000b0010006c0000000b021000b90000000c031000fa0000000c012000b90000228c0000013d000022890000c13d0000001201100029000000120300003900000f780300004100001bde0000013d00001b9a0000c13d000000260300003900000fad0300004100000fac0300004100000f790300004100001d650000413d00001dee0000813d000c00000045005300001d360000413d000023160000c13d0000002001500039000000000051004b00000000014300d900001d1f0000613d000000000062004b0000000a024000fa0000000a046000b9000023310000613d000000090030006c000023310000a13d000a000a00200073000000020220003900001cbc0000413d00001f210000813d0000000e0330006c00001dc40000c13d0010000a0020002d00000005021000c90000192d0000013d000b0f850040019b000018e60000c13d0000000b0110014f00001c4f0000413d00001d410000013d00001d3e0000c13d00001cd70000013d00001cd40000c13d00001dc00000013d00000ff403000041000014930000013d00001c110000413d00001dbd0000613d0000000a0010006c00001c080000413d00001d7b0000c13d00001c420000813d00001b790000613d00001b680000c13d00001b6c0000613d0000002a0300003900000fbe0300004100000fbd03000041000020740000a13d00001d710000c13d00001b330000613d000031bd0000413d00000009033000fa00001b130000213d000021600000613d00001aff0000613d0000214b0000413d00001ab80000013d00001ab50000613d000900000003001d000019d40000613d00001aae0000c13d000021030000413d000021330000613d00001a6f0000613d00001a5e0000c13d00001a620000613d00001a730000013d00001a430000c13d000019e20000a13d00001a160000013d00001a130000613d000012de0000813d000019e70000013d000019c80000413d000019b30000413d000019a40000613d000019930000c13d000019970000613d00001f8f0000013d00001f5e0000c13d000026680000a13d00001cc40000c13d00001c3c0000c13d0000106b0000013d00000ffc0300004100001c2c0000c13d0000000f002001b000000c670000013d00001c570000c13d00001bfb0000813d000b00000004001d00001b7e0000013d00001b7b0000c13d000018bd0000613d000018ac0000c13d000018b00000613d0000189f0000413d00001c340000813d000b000900400074000000000401043300001b630000613d0000187b0000613d0000186a0000c13d0000186e0000613d0000000b090000290000000a02300069000018460000413d000002850000013d000017c50000c13d00000000023200190000000103100210000000010110008a000f00000043001d00002dea0000413d000018210000013d000e00000043001d00002dd50000413d000018120000c13d001000000006001d00000fcf0020009c00000fb902200197000002850000213d0000001002400029000000010330008a00001e6e0000013d00001e3d0000c13d000024620000a13d0000162c0000013d000017810000613d00002f2f0000413d00000008033000fa000017610000213d0000205f0000613d000000060010006c00000006021000b90000174d0000613d0000204a0000413d000017060000013d000017030000613d000016ff0000613d000016f80000c13d00001ec80000413d00001fed0000613d000016b90000613d000016a80000c13d000016ac0000613d000016bd0000013d0000168d0000c13d0000162c0000a13d000016600000013d0000165d0000613d000014800000813d000016310000013d00090f560010019b00000c7c0000013d000018ca0000013d000018c70000c13d0000008402200039000000240120003900000fab03000041000000140300003900000fc403000041000015da0000413d00001eb40000813d001000010020003d000015880000413d00000c370000413d00000af70000013d0000152f0000213d00000f550120019700000f550340019700000011040080290000001202004029000000010140008a0000000003230436000000010220027000000fff02200197000012610000013d000f0f850010019b0000150d0000613d000014fc0000c13d000015000000613d000015ed0000013d00000faa03000041000021a70000013d000021a40000c13d0000000501000029000000a001300039000000050230002900003a720000413d00001d6d0000c13d00001c100000c13d000016280000c13d0000146c0000613d0000145b0000c13d0000145f0000613d000014540000613d000014430000c13d000014470000613d000023840000013d000023810000c13d00100005002000cd00001edd0000c13d000013c10000413d000019530000813d0012001000300073000014f70000613d0000137f0000613d0000136e0000c13d000013720000613d0000000d090000290000000c023000690000001d0300003900000f7d030000410000146e0000c13d00000015030000390000102303000041000014560000613d000013340000613d000013230000c13d000013270000613d00000fc5040000410000000604000029000019d00000c13d000015e20000613d0000143e0000613d000012b70000613d000012a60000c13d000012aa0000613d00000fd7030000410000127c0000413d000016010000813d000c0012004000740000150f0000c13d000d0f550010019c000005030000013d00000f7f030000410000000001230019000012400000a13d000012360000413d0000156f0000813d000001ec0000013d00000bd20000013d000010210300004100001020030000410000000c02000039000011c10000613d000011b00000c13d000011b40000613d0000102f03000041000013c90000813d000039b40000413d000013830000013d000013520000c13d000010cb0000a13d00000000066400190000226a0000413d000000000064001a0000000009940019000022550000413d000000000094001a000011270000c13d00000001028002100000001108000029001200000006001d001100000008001d001000000009001d000000010880008a000005010000613d000000000008004b000010fb0000013d000000000801001900000c370000013d000010d50000413d000011f20000613d000000110110014f00000feb0300004100001040040000410000100601000041000010ad0000613d0000109c0000c13d000010a00000613d000010950000613d000010840000c13d000010880000613d000000640110003900000013030000390000103e03000041000000180200003900000010011001af00000011011001af000000160300003900000f900400004100000f56051001970000006003300210000000800330003900000000032400490000002003400039000000600540003900000017020000390000101d0000613d0000100c0000c13d000010100000613d0000000c0300003900000f7e030000410000134a0000c13d0000000402000039000a0f560020019c000f0f560020019c000011ab0000613d00000fdf0000613d00000fce0000c13d00000fd20000613d00000fba0000613d00000fa90000c13d00000fad0000613d00000100022001bf00000fd2034001970000104402200197000000790500003900000f8f0300c041000013380000013d000013080000c13d0000102202000041000011cd0000c13d001100040010003d000010970000613d00000f6a0000613d00000f590000c13d000000800700003900000f5d0000613d00000080046001bf0000101f011001c7000012bb0000013d0000128b0000c13d00000fc30400004100000f5605300197000011c30000613d001100240010003d00000000030204330000107f0000613d00000f0f0000613d00000efe0000c13d00000f020000613d00000f91010000410000001d010000390000101f0000c13d00100f560030019c00000fd80400004100000005026000c90000001006000029000012840000813d00000fd60020009c000000100020006b000010070000613d00000e8a0000613d00000e790000c13d00000e7d0000613d00000fd10100004100000cfa0000013d00000e4f0000613d000029a10000413d0000000b033000fa00000000015200d900000e2f0000213d000000000025004b000019bb0000613d00000e1c0000613d000000110030006c000019a60000413d00000dd40000013d00000dd10000613d00000dcd0000613d00000dc60000c13d000018390000413d0000198e0000613d00000d870000613d00000d760000c13d00000d7a0000613d00000d8b0000013d00000d5b0000c13d00000cfa0000a13d00000d2e0000013d00000d2b0000613d000015900000813d00000cff0000013d00000fa40000613d00000ccd0000613d00000cbc0000c13d00000cc00000613d00000f7f0100004100000c990000413d000018bf0000813d000016090000c13d0000124e0000c13d000000100020006c00000f5607200197000010d30000c13d00000fd0010000410000001f01000039000010260400004100001025011001c700000f560230019700000f5704300197000000470200003900000c050000613d00000bf40000c13d00000bf80000613d00000bed0000613d00000bdc0000c13d00000be00000613d000000840110003900000ffe0300004100000ffd0300004100001034010000410000001f030000390000103003000041000011690000c13d000010c70000013d00000fec0400004100000001033001bf000010cd0000c13d00000bef0000613d00000b6e0000613d00000b5d0000c13d00000b610000613d0000106f0000013d000000240310003900001041040000410000004403100039000010b90000c13d00000bd70000613d00000b2d0000613d00000b1c0000c13d00000b200000613d000011e90000013d0000152e0000c13d00000a7d0000213d000000000000043f000011db0000a13d000000100200003900120f550010019c00000bc40000813d0000000f0010006b000010240100004100000fe30000013d00000fbc0000c13d000001700000043f00000f660300004100000f65020000410000002c0100003900000064011003700000008402100370000000a30020008c00000b720000013d00000b4c0000c13d0000012b0000043f00000fe9020000410000001402000039000000090200003900000a740000013d00000a710000c13d000009d30000413d0000097f0000013d000009c60000413d0000001004300029000000100030002a0000124a0000213d0000000f0240002900120001003000920000124a0000613d00000fd30100004100000e5e0000613d00000000003201a000000c180000c13d0000ff0000400190000000000434013f000000000300041a00000f6e0000013d00000f470000c13d00000004002004430000101e0100004100000f80010000410000000e0200003900000f130000013d00000eed0000c13d000001740000043f00000fc20300004100000fc102000041000000300100003900000f940100004100000f9301000041000000220100003900000ee10000c13d00110f560020019c000000000445013f000000000400041a00000f640030009c00000c170000013d000010080400004100001007011001c7000000e00020043f000000a00030043f000000800000043f00000f560360019700000f64044001c700000fdd04400197000000000323019f00000f5703600197000000040500003900000f5704400197000010af0000c13d000000050300003900000f560230019800000f5601200198000000000114013f00000f560030009c00000e8e0000013d00000e680000c13d000001770000043f00000fd50300004100000fd40200004100000033010000390000103d0100004100000b970000c13d0000003a0200003900000f880100004100000030030000390000100d030000410000100c0300004100000c220000c13d000000a002200039000000000216004900000f56015001970000002001600039000000400160003900000060016000390000000000170435000000800760003900000b310000013d00000b0b0000c13d0000012c0000043f0000103f0200004100000a970000013d00000a940000c13d000000470100003900000006020000390000000201000039000000000214004900000f5f0030009c00000a2e0000613d00000f5e0030009c0000113b0000013d000011380000c13d00000fe60030009c00000a040000613d00000fe50030009c000012460000013d00000fbf0300004100001b370000c13d000e0f560020019c000000200210008a000018a70000613d000006610000613d000006500000c13d000006540000613d0000000004670019000000200760008a000000000203401900000f5502000041000000a001100039000000000132004900000060052000390000000e0600002900000080052000390000000004020436000015e80000213d000000010040008c0000001b0430008a000000ff0330018f000014f10000813d00000fa80030009c0000010203400039000000e202400039000000c20240003900000fa703000041000000c002400039000000a0035000390000008001500039000000600250003900000f5603200197000000da01100039000000000123004900000f8802000041000000c001300039000000a0033000390000008002300039000000600230003900000fa60100004100000fa5011001c700000fa40100004100000fa3011001c70000008401100370000000a402100370000001000020008c0000006402100370000000c30020008c00000f9d0030009c000009f50000613d00000f9c0030009c0000000f02000039000010120030009c000009e30000613d000010110030009c00000f8f0100004100000f8c0030009c000009db0000613d00000f8b0030009c0000001102000039000010030030009c000009330000613d000010020030009c000010f40000c13d00000fcc0030009c0000090e0000613d00000fcb0030009c000007f20000013d00000043020000390000101b0030009c000008ed0000613d0000101a0030009c000008a30000013d00000f610030009c000008e90000613d00000f600030009c000006ad0000213d00000f5d0030009c00000cd10000013d00000cab0000c13d000001400000043f00000fed020000410000001c0100003900000fe80030009c000008df0000613d00000fe70030009c0000066d0000213d00000fe40030009c000005060000013d0000045c0000413d0000006001100039000000400510003900000fc0044001970000000004040433000000400440003900000fc0066001970000000005510436000000006504043400000000740704340000046b0000613d0000042f0000413d0000000f0060006c0000000106600039000000000121043600000080041002700000000003320436000000010360021000000060032000390012000e0000002d000004510000613d000000050140021000000f9f0030009c000008a70000613d00000f9e0030009c000005400000213d00000f9b0030009c000009f00000013d000010140030009c000008a10000613d000010130030009c0000052d0000213d000010100030009c00000f8e0030009c0000087f0000613d00000f8d0030009c000005250000213d00000f8a0030009c0000007901000039000010050030009c0000084b0000613d000010040030009c0000050e0000213d000010010030009c0000187f0000013d0000184e0000c13d000a00000003001d00000003012000390000000f0220002900000fce0030009c000008100000613d00000fcd0030009c000004c10000213d00000fca0030009c00001028010000410000102701000041000000250100003900000c070000c13d00000f56011001980000101d0030009c000007f60000613d0000101c0030009c000004b40000213d000010190030009c00000f860100004100000f840010009c00000f830030009c0000074d0000613d00000f820030009c000007ec0000613d00000f810030009c000004ac0000813d00000f5c0040009c000002ab0000413d0000194b0000813d0011000f0030002d000039c90000413d0000000f0050002a000017c10000c13d00000ff30030009c000007390000613d00000ff20030009c000007e40000613d00000ff10030009c0000046e0000813d00000fe30040009c00000fc80030009c000007370000613d00000fc70030009c000007e20000613d00000fc60030009c000003d20000813d00000f9a0040009c000009ee0000013d000010170030009c000007350000613d000010160030009c000007e00000613d000010150030009c000003b30000813d0000100f0040009c000001ae0000013d00000f980030009c0000072b0000613d00000f970030009c000007de0000613d00000f960030009c000003ab0000813d00000f890040009c000002b30000813d00000f5b0040009c000003c70000013d0000100b0030009c000007290000613d0000100a0030009c000007b30000613d000010090030009c000003a30000813d000010000040009c000001f10000813d00000fe20040009c000019600000013d0000195d0000c13d000000090110002900090005002000cd00000f560020009c00000fdb0030009c000006e80000613d00000fda0030009c000007790000613d00000fd90030009c000002fd0000813d00000fc90040009c000001b00000813d00000f990040009c000001870000813d00000f5a0040009c000017930000013d000017900000c13d000000080110002900080005002000cd000010330030009c000006b30000613d000010320030009c0000074f0000613d000010310030009c000002dc0000813d000010180040009c0000019c0000813d0000100e0040009c000001700000813d00000fe10040009c000000d50000813d00000f590040009c000000e0034002700000000201000367000000370000213d000000030020008c0000000002000031000000300000613d0000000002000416000000800500003900120000000000020000001b0000c13d00000000010004163d51001d0000040f0000000b0000c13d00000f550030019d0002000000010355000300000041035500000f550430019700040000000000020b2a005100560b290b280b270b2600040b25006d0b2401b500120b2300190b22029a0074029901b400c8039b00d2039a0399039800b5006d00340b210b2001ed0b1f00190b1e00110048029a0074029901b400c8039b00d2039a0399039800b5001100480b1d0b1c0b1b006d00340b1a01200b190b180b170b160b150b140b130b120b110b100b0f0b0e0b0d0b0c00480042002900ea0030008400500080003f0397039600d101200184003501ec0298029701b301eb010a011f000c004c015000f700db000d0069000a0001000300020006000b000900070004000800050043018300da000d0001000300020006004b0009000700040008000501b20094000d0109000a0001000300020006000b0009000700040008000500470013000a0001000300020006000b00090007000400080005029600c701ea0013000a0001000300020006000b0009000700040008000501e90094000d0069000a0001000300020006000b0009000700040008000500430183003e000d0001000300020006004b000900070004000800470b0b00050b0a006c00d0007c000c00630046000c004c0b09003a001000010b080b070b060b050b040b030b020b010b000aff0afe0afd00480042002900ea00300084005000ba0080003f029500500afc0029013901200184003501ec029801b301eb010a011f000c004c015000f70138000d0069000a0001000300020006000b000900070004000800050043018300da000d0001000300020006004b0009000700040008000500db00c6000d0109000a0001000300020006000b0009000700040008000500470013000a0001000300020006000b0009000700040008002f00c7000501b10013000a0001000300020006000b00090007000400080005013700c6000d0069000a0001000300020006000b0009000700040008000500430183003e000d0001000300020006004b000900070004000800470afb00050afa006c00d0007c000c00630046000c004c0af9003a001000010af80af70af60af50af40af30af20af10af00aef00480042002901080030008400500080003f00d10005006300cf0aee0aed0aec0aeb0aea0ae90ae80ae70ae60ae500480042002900e9003000e8000500e7003f000d00690ae40ae30ae20ae10ae00adf0ade0add00480042002900e9003000e8000500e7003f000d00e6000a0adc0adb0ada0ad90ad80ad70ad60ad500480042002900e9003000e8000500e7003f000d00ce000a0001000300020006000b00090007000400080005000c0063014f006d02940073000a0001000300020006000b00090007000400080005002f00c5007e0013000a0001000300020006000b00090007000400080005000c011e018203950ad40ad30ad20ad10ad00acf0ace00480042002901080030008400500080003f00d101200184003501ec02980394039301eb010a011f000c004c015000f701b2000d0069000a0001000300020006000b000900070004000800050043039200da000d0001000300020006004b00090007000400080005013700b9000d0109000a0001000300020006000b0009000700040008000500c40013000a0001000300020006000b00090007000400080005029600c701b00013000a0001000300020006000b00090007000400080005039100b9000d011d000a0001000300020006000b0009000700040008000500c40013000a0001000300020006000b0009000700040008000501360013000a0001000300020006000b000900070004000802930135001901e803900acd000f00c3001200f602920032038f0039000e038e0acc0acb01af0aca013402910290002e001201e7014e01ae00d9038d0ac9000f002d00210031001e0016001c002b0023002c001100270015001d002500180014001a00240ac800280ac70ac60ac50ac40ac30ac20ac100480042002901080030008400500080003f00d1000500630ac0003f0073000a001300cd006d00c2000a0045000d006d00cd00c2000c038c038b011e018201810abf00b50abe0abd0abc0abb0aba00480042002900e9003000e8000500e7003f0299038a0389028f01e60ab90ab8006b007200d200f50ab700f40ab600f30ab50388038700340ab40ab30ab20ab10ab000480042002900ea0030008400500080003f014d014c00b101390005006c014b002900f7007c000d0069000a0001000300020006000b000900070004000800050043018000da000d0001000300020006004b0009000700040008000500cc0086000d0109000a0001000300020006000b00090007000400080005002f0013000a0001000300020006000b0009000700040008006200c7000501070013000a0001000300020006000b0009000700040008002f011c0aaf00050138017f0aae000c011b0086000d00cf000a0001000300020006000b00090007000400080005002f0013000a0001000300020006000b00090007000400080005000c01e90077000c000f00e50039014a00c70aad017e0039000e01b100e400c1007400db00550001000300020006004f004e0007000400260005001900080001009d00680aac00930aab0aaa0aa90aa80aa70aa600480aa503860aa40aa30aa20aa10aa00048018401330a9f0a9e0a9d0a9c0a9b00480042002901080030008400500080003f00d100050063014b00290106000a001300cd006d00c2000a0045000d006d00cd0a9a0a990a980a970a960a9500480042002900ea0030008400500080003f014d014c00b101390005006c014b002900f7000d0069000a0001000300020006000b00090007000400080005000c013200da011d000a0001000300020006000b00090007000400080005002f0013000a0001000300020006000b0009000700040008006200c700050013000a0001000300020006000b00090007000400080005000f00b8007c00cb0a9401e5017d001203850021017c003d0a930a92017b0086000d0001000300020006004b00090007000400080005000e0a91013101ad0a90038400350a8f011a000c0a8e028e01e40383003800450a8d00630a8c017a0a8b0a8a001701e3038200c4001c003900bf00110a8900b401e20a880a870a8600180a8500140a840a830a820a8101e40a8001e100c00a7f000e007d0a7e0a7d0a7c0a7b0a7a0a7900480042002900ea00300084005000ba0080003f01e00050028d00d1000501ac01df00120a7800720a770179028c00d8028b028a01ab0289028802870286028502840a7600b0001001aa006c00550001000300020006004f004e0007000400260005001900080001006200680a7500930a740a730a720a710a700a6f004803810a6e0a6d0a6c0a6b004803800072037f0181037e028301b50a6a0a690a680a670a6600480042002900ea0030008400500080003f014d014c00b101390005006c014b002900f7000d011d000a0001000300020006000b00090007000400080005002f0013000a0001000300020006000b0009000700040008000500620013000a0001000300020006000b00090007000400080119037d0019004d0a65001700f2000e007d01780003000200710020001f007b002200b50a640a630a6200480042002900e9003000e8000500e7003f0a6101a9000d00cd006d00c2000c02820072014900b50a600a5f0a5e00480a5d0072014900b50a5c0a5b0a5a00480042002900e9003000e8000500e7003f0a5901a9000d00cd006d00c201330a580a570a560048004200290a5500300084005000ba0080003f01e0005001a80295005001070a540050017f0a53003f0a52005001e50a5100050138011f000c004c015003800072037f0181037e028300010003000200060a500009000700040008000500db01df0012006900720a4f018100010003000200060a4e0009000700040008000501b20a4d00100001000300020006004100400007000400260005000f0a4c003c00c3009c003200f6009d003201de00740a4b003c001701dd01a702810a4a014801310020001f007b00be000300020071002200670020001f006600c8006a000900070004000800050137037c009c003c01470a490a480032000e0a470a4600030002007100200177001f007b002200670020001f00660022006a0009000700040008002f0a45000501a60a4401300065037b0148001b037a003c0a43003b0032000e007d014e0a420131000300020118001c0020001f007a00c800670020001f006600c8006a0009000700040008000503790a410a40001b0a3f0146001b0a3e003c001701dd01a70a3d01310020001f007b00be000300020071002200670020001f006600c8006a0009000700040008000e000501af0a3c0a3b01170a3a0a390a380a370a3601dc0a350a3400140a3303780014028e01db00bd000f00b10a320a3100030002007100700a300a2f007b002200670020001f00660022014500070051005600920091008500af00ae01da0a2e00ad0a2d0a2c03770376037503740a2b009b0a2a00ac00a5008300ab00aa00a900a400a300a8008200160090004a00040a2900170a28001c0a270a26006f0a250a240a230a220a2100480042002901080030008400500080003f00d10280011f000c004c015000b100f7006c000d0069000a0001000300020006000b000900070004000800050043018000da000d0001000300020006004b0009000700040008002f011c0005009a00cc00d0011b000c007c0046000c004c0a20003a001000010a1f0a1e0a1d0a1c004801d901330042002900ea0030008400500080003f014d014c00b101390005006c014b002900f7000d0069000a0001000300020006000b00090007000400080005000c013200da0109000a00cd006d00c2002f0013000a006d00cd00c200620013000a006d00cd00c200d0000c03950042002900ea0030008400500080003f014d014c00b101390005006c014b002900f7000d0069000a0001000300020006000b00090007000400080005000c013200da0109000a00cd006d00c2002f0013000a006d00cd00c200620013000a006d00cd00c201d80081003500d0000c0054027f0176027e0032017500170a1b037303720a1a01330042002900e9003000e8000500e7003f0a190371027d01330a18013300420029010800300084005000ba0080003f00d1000500cc0046000c004c0a17003a001000010a1601d7038601df0012006900720a150179028c00d8028b028a01ab028901d6028802870286028502840a1400b0001001aa006300550001000300020006004f004e0007000400260005001900080001002f00680a1300930a120042002901080030008400500080003f00d1000500630069000a00130001000300020006000b0009000700040008000500430180003e000d01e3006d00c2002f011c009a01d80081029100d8014401d5012f01d4000c03700a110a100a0f00490a0e002a0a0d00320a0c027c00170a0b0a0a03720042002900e9003000e80005011b00e7003f011f000c004c0150029a00740138000d0143000a0001000300020006000b00090007000400080005036f0081036e0a09001701160a08001b006f0a07001b00a20a0601740046036d01a5013301d30133011f000c004c036c036b0072014900b5037c00720a05018101b50a0400c20072014900b50042002900ea0030008400500080003f0397039600d101200184003501ec0a03006b007200d200f5011d00f40a0200f3011500340042002900ea00300084005000ba0080003f01e00050017f00d10005007c027b00120a0100720a00017909ff027a027901d50278027701d2027602750274027302720271027009fe00b00010026f006c00550001000300020006004f004e00070004002600050019000800010062006809fd009309fc0042002901080030008400500080003f00d1028009fb0029038101ab09fa01a401e609f9036a09f8036a09f70290026e09f609f5036909f40368026d09f309f203670105029009f109f0026d09ef09ee09ed028309ec000100030002000609eb006e036609ea09e90042002900ea0030008400500080003f014d014c09e8003f09e701d209e601390005026e01e6006309e509e4006b007200d200f509e300f409e200f309e10388038700340142000c00740072014900b500420029010800300084005000ba0080003f00d1000501ac027b001209e0007209df017909de027a027901d50278027701d2027602750274027302720271027009dd00b00010026f006c00550001000300020006004f004e00070004002600050019000800010062006809dc009309db0042002900e9003000e8000500e7003f09da037109d90072014900b50042002900e9003000e8000500e7003f026c09d8007200b0001000ba09d70001000300020006004f004e0007000400260005001900080001002f006809d6009309d500420029010800300084005000110141014000f1004809d401ab09d300d10280026e01e6004600cb09d209d109d009cf0011036501040365006b007200d200f500f409ce00f3011500340042002900ea0030008400500080003f014d014c00b101390005006c014b002900f7000d0069000a0001000300020006000b00090007000400080005000c013200da011d000a0001000300020006000b00090007000400080005002f0013000a0001000300020006000b0009000700040008006200c700050013000a0001000300020006000b00090007000400080005006c000c00630015013f00b7010409cd09cc006201350132003e00130001000300020006004b0009000700040008000500cc0037001000010003000200060041004000070004002600b7036409cb008f008101d1000501d009ca017c00620135013e003e00130001000300020006004b00090007000400080005026b0035000e002e0012003301a3004901a2006509c909c809c709c6000f002d00210031001e0016001c002b0023002c001100270015001d002500180014001a002409c500280046000c004c09c4003a0010000109c30042002900e9003000e8000500e7003f09c201a9000d00cd006d00c2000c0072014900b50042002900e9003000e8000500e7003f09c101a9000d00cd006d00c2036d01df00120109007209c00179028c00d8028b028a01ab028901d60288028702860285028409bf00b0001001aa006300550001000300020006004f004e0007000400260005001900080001002f006809be009309bd0042002909bc00300084005000ba0080003f02950050028d01e0005001070080003f09bb0050036309ba00050362027b001209b9007209b8017909b7027a027901d50278027701d2027602750274027302720271027009b600b00010026f007c00550001000300020006004f004e0007000400260005001900080001003b006809b5009309b4003700100001000300020006004100400007000400260005000e003c001701dd03610020001f007a00030002011800c800b5006b007200d200f5036000f409b300f30115003400370010000100030002000600410040000700040026000509b209b100450074011b000d00ce000a0001000300020006000b00090007000400080005000c09b0006d02940073000a0001000300020006000b00090007000400080005002f00c500ba0013000a0001000300020006000b00090007000400080005000c0047001309af01a90282026a09ae0001000300020006000b0009000700040008000509ad000a0001000300020006000b00090007000400080005000c0282026a006d09ac026900b409ab00b1012e000d0073000a0001000300020006000b00090007000400080005002f0013000a000109aa000300020006026800070051005600920091008500af00ae00ad0267026609a900a100a0009f008e09a8009b09a700ac00a5008300ab00aa00a900a400a300a8008200160090004a000409a6008d00d7000e009a00120099002900980030001c00110141014000f10048001101a1035f01cf035e09a509a409a3002109a2003909a1000300020006026800070051005600920091008500af00ae00ad0267026609a000a100a0009f008e099f009b099e00ac00a5008300ab00aa00a900a400a300a8008200160090004a0004099d008d00d7000e009a00120099002900980030001c00110141014000f10048001101a1035f01cf035e099c035d099b026500030002011800670020001f006600c8006a006e0114099a0999029701b301eb010a011f000c004c015000f700db000d0069000a0001000300020006000b00090007000400080005000c026400da026309980017006f0997001b00a209960103006b007200d200f5014300f4099500f301150034001701160994001b006f0993001b00a201ce001b00bc003201cd012d001b000e007d0992035c008c008b09910061004d0060005f008a0990003d098f0089005e0088005d005c0005005b005a00590058003c00870034008c008b098e0061004d0060005f008a098d003d098c0089005e0088005d005c0005005b005a00590058003c00870034098b01cf098a0369035b0989038b018100010003000200060988006e036609870173006b007200d200f5098600f4098500f301150034000c00db00130069000a0001000300020006000b00090007000400080005007c000c00cc0019012c098400c6000d0143000a0001000300020006000b000900070004000800470983009d035a0005004301b403590053001700030002011800670020001f006600c8006a006e00f003580262017a01cc00570004000800620982013d0269013d0261098101cb013d0086000d00ce000a0001000300020006000b00090007000400080005000c00cc0357017b0980000e00b30012002e0260002a00330172002a01ce001b0130035603550354097f000f002d00210031001e0016001c002b0023002c001100270015001d002500180014001a0024097e0028006b007200d200f501d700f4097d00f301150034000300020006026800070051005600920091008500af00ae00ad02670266097c00a100a0009f008e097b009b097a00ac00a5008300ab00aa00a900a400a300a8008200160090004a00040979008d00d7000e009a00120099002900980030001c00110141014000f10048001101a10045007400cc000d0069000a0001000300020006000b0009000700040008000500430353025f00da01de0352012c0978002f008f00ba025e09770077000d0069000a0001000300020006000b0009000700040008000500430180003e000d0001000300020006004b0009000700040008002f011c0005009a007c00d0011b000c006c0046000c004c09760037001000010975003a0010000100030002000600410040000700040026000501ca09740086000c000f00e500390148012b0146001b000e010700e400c1007400db00550001000300020006004f004e0007000400260005001900080001009d0068097300930972012a025d002b025c025b025a007f017101700259025800030002000601c9000701a000510056009200910257025602550254097100a100a0009f008e09700253096f0252019f0083019e019d019c019b019a0199008200160090004a0004096e008d00e3001700e20036009900290098003000be006c0077000d00cf000a0001000300020006000b00090007000400080005002f0013000a0001000300020006000b000900070004000800050035000e002e0012003300ef004900ee00650251096d0046000c0129096c0019096b003700100001025001480019096a0037001000010969003a001000010250003a0010000100030002000600410040000700040026004700970119000e002e0012003300e1002a0102001b01d60394035109680077000d00d6000a0001000300020006000b0009000700040008003b008f0081024f0005000c01e900e6000a0001000300020006000b00090007000400080147096700a70350034f00050043034e034d00c0005200190966034c0128034b034f024e00a7000f00c3001200f600d5004901130021009b0965096400b409630962016f016e01120052001700d40036009600d50065024d003200860144016d000e002e00120033012700f2012601110961016c0960016b016a0046000c004c095f0037001000010250003a00100001000300020006004100400007000400260005004700b6095e006b007200d200f501d300f4095d00f301150034000300020006024c00070051005600920091008500af00ae00ad024b024a095c00a100a0009f008e095b009b095a00ac00a5008300ab00aa00a900a400a300a8008200160090004a00040959008d00d7000e009a00120099002900980030001c00110141014000f10048001101a1004500740063000d0069000a0001000300020006000b000900070004000800050043095800da007900c509570956000d0001000300020006004b0009000700040008000509550954017d01d4004301c802490017024800210032000e007d00bf0003000200710020001f007b002200670020001f00660022006a006e010509530198017309520951006b007200d200f5095000f4094f00f301150034000300020006024c00070051005600920091008500af00ae00ad024b024a094e00a100a0009f008e094d009b094c00ac00a5008300ab00aa00a900a400a300a8008200160090004a0004094b008d00d7000e009a00120099002900980030094a0104034a034900c00048094901cd0104094800b7094700f000d809460049024700760017007c00b0001001aa006300550001000300020006004f004e0007000400260005001900080001002f00680945009309440003000200060943002f00070051005600920091008500af00ae00ad0942094109400377037603750374093f009b093e00ac00a5008300ab00aa00a900a400a300a8008200160090004a0004093d008d00d7000e009a00120099002900980030001c0080003f038a0389093c028f093b093a00320017007c00b00010004500550001000300020006004f004e0007000400260005001900080001002f006809390093093800110937093603670935093400a609330053006d00b5008c008b09320061004d0060005f008a0931003d09300089005e0088005d005c0005005b005a00590058003c00870034000300020006024c003b00070051005600920091008500af00ae00ad024b024a092f00a100a0009f008e092e009b092d00ac00a5008300ab00aa00a900a400a300a8008200160090004a0004092c008d00d7000e009a00120099002900980030001c00110141014000f10048001101a1002f092b03480062092a034809290081028f0928006f09270347006f0346001b00a209260103008c008b09250061004d0060005f008a0924003d09230089005e0088005d005c0005005b005a00590058003c008700340086000d0069000a0001000300020006000b00090007000400080005000c013200da01d9000c09220081034500d80054092101da0014027f01db0920019700ed00c70023000e091f091e00700075091d0020001f007b00a601960070007503440064091c0343006e0105091b01ad005700040008091a03420341091901c7034003420341091801c70045091700b6006d00b50017006f0916001b00a20915001b00bc003201cd012d001b000e007d09140003000200710020001f007b00220034008c008b09130061004d0060005f008a0912003d09110089005e0088005d005c0005005b005a00590058003c00870034008c008b09100061004d0060005f008a090f003d090e0089005e0088005d005c0005005b005a00590058003c00870034006b007200d200f5011f00f4090d00f301150034035d026500030002011800670020001f006600c8006a006e0114090c012a005700040008006d00b5006f090b001b00a20340010300b4003b013500b1013e003e0142000c006c00130001000300020006004b000900070004000800b7033f0005009a000c090a01a4090901e10246003b0908012c09070906033e004d024709050904090309020245003e0901090008ff033d0001000300020006004b000900070004000808fe08fd0005016901c6037d016800d800ec019508fc024501da01c5003e0097000f00d3003600b8033c0244033b024308fb08fa08f9033a024501da01c5003e0097000f00d3003600b8033c0244033b024308f808f708f6033a003700100001000300020006004100400007000400260005033908f50077000c000f00e50039014a00c70281017e0039000e035300e400c10074007c00550001000300020006004f004e0007000400260005001900080001003b006808f4009308f30109000a0001000300020006000b0009000700040008000500470013000a0001000300020006000b00090007000400080005029600c701b10013000a0001000300020006000b00090007000400080005013700d001e90035000e002e0012003301a3004901a20065033808f2033700e0008101d008f10017006f08f0001b00a201100103008c008b08ef0061004d0060005f008a08ee003d08ed0089005e0088005d005c0005005b005a00590058003c008700340336002a012d001b08ec01c40039006f0346033500bc003201e301c40039011608eb001b006f08ea001b00a2033408e90001000300020006000b00090007000400080005002f0013000a0001000300020006000b000900070004000808e80142000c0074000d0109000a0001000300020006000b00090007000400080005002f0013000a0001000300020006000b0009000700040008000500c40013000a0001000300020006000b0009000700040008000500cb00d0012f000f00c3001200f60333003202420039000e033208e7002d006501c3001e001600df01c20175013c01040241001501c1002500180014001a019408e608e508e40167008d00d7009a0331006f08e3001b00a2034501030017003b003208e20078000d00ce000a0001000300020006000b00090007000400080005000c011b08e101e808e0000e00b30012002e0240002a00330172002a023f001b01c808df08de000f002d00210031001e0016001c002b0023002c001100270015001d002500180014001a002408dd00280017006f08dc001b00a2013b01030125016600700075007f0020001f007a00640003000200060022002f000701c50051005600920091008500af00ae00ad016508db00a100a0009f008e08da009b08d900ac00a5008300ab00aa00a900a400a300a8008200160090004a000408d8008d00d7000e009a00120099002900980030001c00110141014000f10048001108d70077000d0069000a0001000300020006000b00090007000400080005000c0138001908d60077000d00e6000a0001000300020006000b00090007000400080005004308d502490017024800210032000e007d00bf0003000200710020001f007b002200670020001f00660022006a006e011408d401c601730125016600700075007f0020001f007a00640003000200060022002f005701c50051005600920091008500af00ae00ad016508d300a100a0009f008e08d2009b08d100ac00a5008300ab00aa00a900a400a300a8008200160090004a000408d0008d00d7000e009a00120099002900980030001c0011013d006f08cf001b00a208ce0103033008cd006f08cc001b00a208cb0103023e08ca010100700075007f0020001f007a00640003000200060022003b000708c90051005600920091008500af00ae00ad016508c800a100a0009f008e08c7009b08c600ac00a5008300ab00aa00a900a400a300a8008200160090004a000408c5008d00e3001700e20036009900290098003000be007c0078000d00cf000a0001000300020006000b00090007000400080005002f0013000a0001000300020006000b000900070004000800050035000e002e0012003300ef004900ee006508c408c3000f002d00210031001e0016001c002b0023002c001100270015001d002500180014001a002408c200280094000d0069000a0001000300020006000b0009000700040008000500430183003e000d0001000300020006004b0009000700040008000503910094000d011d000a0001000300020006000b0009000700040008000500470013000a0001000300020006000b00090007000400080005009c0013000a0001000300020006000b000900070004000800050063000c001908c10094000d0069000a0001000300020006000b0009000700040008000500430183003e000d0001000300020006004b0009000700040008004708c0000501c000cc00d0023d000c006c0046000c004c08bf003a0010000108be008c008b08bd0061004d0060005f008a08bc003d08bb0089005e0088005d005c0005005b005a00590058003c00870034008c008b08ba0061004d0060005f008a08b9003d08b80089005e0088005d005c0005005b005a00590058003c008700340077000d0069000a0001000300020006000b00090007000400080005000c0138001908b70077000d0069000a0001000300020006000b000900070004000802930135007c0019010708b6010f000d032f000a0001000300020006000b00090007000400080005000c004c08b50077000d00d6000a0001000300020006000b0009000700040008000500cb000e002e001200330124002a0110001b032e032d08b40077000d00d6000a0001000300020006000b000900070004000800b708b3000500530077000d00e6000a0001000300020006000b00090007000400080005032c0053000f08b2001200b808b101a8003c010f00b100380046000c004c08b0003a0010000108af032b032a002a032908ae08ad008c008b08ac0061004d0060005f008a08ab003d08aa0089005e0088005d005c0005005b005a00590058003c008700340073000a0001000300020006000b00090007000400080005004700c5007e0013000a0001000300020006000b00090007000400080005000c011e08a908a8017b001700d40036009601640167012e000d0073000a0001000300020006000b00090007000400080062032808a708a60328000501a8007e0013000a0001000300020006000b00090007000400080005000f00d30036000c038c08a5011e01820038011700f10294023c08a400f1032708a308a208a100ba08a0032601d6089f089e00b30012002e0325002a0324014e0323002a00b70322089d000f002d00210031001e0016001c002b0023002c001100270015001d002500180014001a0024089c00280077000d0069000a0001000300020006000b000900070004000800050063000c0321003e0045000d0001000300020006004b00090007000400080005023b011c089b01c0000c006c0077000d00d6000a0001000300020006000b0009000700040008000500cb000e002e0012003300e1002a0102001b000f038d089a002d00210031001e0016001c002b0023002c001100270015001d002500180014001a002408990028006f0898001b00a208970103032b032a002a03290896002a08950334002a006b003c023a012d002a001701dd08940020001f007a00030002011800c800340046000c004c0893003a0010000108920073000a0001000300020006000b00090007000400080005007900c5007e0013000a0001000300020006000b00090007000400080005000c011e01bf089101de0890012c088f002f008f00ba025e088e0077000d0069000a0001000300020006000b0009000700040008000500430180003e000d0001000300020006004b0009000700040008002f011c0005009a007c00d0011b000c006c0046000c004c088d003700100001088c003a0010000100030002000600410040000700040026000501ca088b0086000c000f00e500390148012b0239001b000e010700e400c1007400db00550001000300020006004f004e0007000400260005001900080001009d0068088a00930889012a025d002b025c025b025a007f017101700259025800030002000601c9000701a000510056009200910257025602550254088800a100a0009f008e0887025308860252019f0083019e019d019c019b019a0199008200160090004a00040885008d00e3001700e20036009900290098003000be006c0077000d00cf000a0001000300020006000b00090007000400080005002f0013000a0001000300020006000b000900070004000800050035000e002e0012003300ef004900ee0065025108840046000c012908830019088200370010000102380320001908810037001000010880003a001000010238003a0010000100030002000600410040000700040026004700970119000e002e0012003300e1002a0102001b0237031f031e087f0077000d00d6000a0001000300020006000b0009000700040008003b008f0081031d0005000c006c00e6000a0001000300020006000b00090007000400080163031c00a7031b00050043031a031900c000520019087e087d0128087c031b024e00a7000f00c3001200f600d50049011300210130003d087b002400b4087a0236016f016e01120052001700d40036009600d50065024d003200860144016d000e002e00120033012700f2012601110879016c0878016b016a0046000c004c08770037001000010238003a00100001000300020006004100400007000400260005004700b60876003700100001000300020006004100400007000400260005023508750078000c000f00e50039014a00c70318017e0039000e017f00e400c10074006300550001000300020006004f004e0007000400260005001900080001002f00680874009308730051039001e801070872013e003e00b100130001000300020006004b00090007000400080005007c0037001000010003000200060041004000070004002600b703640871008f008101d1000501d00870013f00620135013e003e00130001000300020006004b0009000700040008000501c0012a036801d80081086f086e086d086c0317003e0035000e002e0012003301a3004901a2006503160315086b086a08690317003e0035000e002e0012003301a3004901a2006501c8031508680867033d0001000300020006004b0009000700040008029300860866086508640314008f0314006200b600b7010408630862000f002d00210031001e0016001c002b0023002c001100270015001d002500180014001a00240861002801630860010100700075007f0020001f007a00640003000200060022009d0007085f0051005600920091008500af00ae00ad0165085e00a100a0009f008e085d009b085c00ac00a5008300ab00aa00a900a400a300a8008200160090004a0004085b008d00e3001700e200360099002900980030085a002e001201e7014e00e1002a023708590858000f002d00210031001e0016001c002b0023002c001100270015001d002500180014001a002408570028008c008b08560061004d0060005f008a0855003d08540089005e0088005d005c0005005b005a00590058003c008700340046000c004c0853003a001000010852003700100001000300020006004100400007000400260120000e0162001200b30161002a002e0160002a0033015f002a015e001b0851023408500263084f000e002e001200b901ea02330094018201b20177003c0078000d0073000a0001000300020006000b0009000700040008000500c40013000a0001000300020006000b000900070004000800e0001c007e0005003500ec00a6014700df015d015c006400530078000d00ce000a0001000300020006000b00090007000400080047008f007e00050035015b00a60053001700960163001b00790032000e007d00bf0003000200710020001f007b002200670020001f00660022006a006e0114015a012a005700040008084e026d0047084d084c0017006f084b084a0046000c0129084900190848003a001000010232003700100001000300020006004100400007000400260005023508470078000c000f00e50039014a00c70320017e0039000e017f00e400c10074006300550001000300020006004f004e0007000400260005001900080001002f0068084600930845008c008b08440061004d0060005f008a0843003d08420089005e0088005d005c0005005b005a00590058003c00870034000f002d00210031001e0016001c002b0023002c001100270015001d002500180014001a002408410028005400bc0023010e001e007600de00950039009e001100270015001d002500180014001a00240840002801de0352012c083f003a00100001000300020006004100400007000400260005004700b6002f008f00ba025e083e0077000d0069000a0001000300020006000b0009000700040008000500430180003e000d0001000300020006004b0009000700040008002f011c0005009a007c00d0011b000c006c0046000c004c083d003700100001083c003a0010000100030002000600410040000700040026000501ca083b0086000c000f00e500390148012b0146001b000e010700e400c1007400db00550001000300020006004f004e0007000400260005001900080001009d0068083a00930839012a025d002b025c025b025a007f017101700259025800030002000601c9000701a000510056009200910257025602550254083800a100a0009f008e0837025308360252019f0083019e019d019c019b019a0199008200160090004a00040835008d00e3001700e20036009900290098003000be006c0077000d00cf000a0001000300020006000b00090007000400080005002f0013000a0001000300020006000b000900070004000800050035000e002e0012003300ef004900ee0065025108340046000c01290833001908320037001000010231083100190830003700100001082f003a0010000100030002000600410040000700040026004700970119000e002e0012003300e1002a0102001b0237031f0351082e0077000d00d6000a0001000300020006000b0009000700040008003b008f0081024f0005000c006c00e6000a0001000300020006000b00090007000400080163031c00a7031300050043034e034d00c000520019082d034c0128034b0313024e00a7000f00c3001200f600d50049011300210130003d082c002400b4082b0236016f016e01120052001700d40036009600d50065024d003200860144016d000e002e00120033012700f201260111082a016c0829016b016a0046000c004c08280037001000010231003a001000010231012e000d0360000a0001000300020006000b0009000700040008000500430168010a02300827003700100001000300020006004100400007000400260005013803390826001701160825001b006f0824001b00a208230174008c008b08220061004d0060005f008a0821003d08200089005e0088005d005c0005005b005a00590058003c00870034003700100001000300020006004100400007000400260120000e0162001200b30161002a002e0160002a0033015f002a015e001b03930234081f022f081e000f00c3001200b800450177003c00c6014800380086000d0073000a0001000300020006000b0009000700040008000500470013000a0001000300020006000b0009000700040008009c001c007e0005003500ec00a6014700df015d015c006400530086000d00ce000a0001000300020006000b00090007000400080079008f007e00050035015b00a600530017009600b7001b00620032000e007d00bf0003000200710020001f007b002200670020001f00660022006a006e0114015a01970173000f002d00210031001e0016001c002b0023002c001100270015001d002500180014001a0024081d002800b4013500b1013e003e00130001000300020006004b000900070004000800b7033f0005009a000c0074081c081b01e103120062081a081901590311022f03110017006f081808170046000c004c0816003a00100001081500190814003a001000010813000f002d00210031001e0016001c002b0023002c001100270015001d002500180014001a0024081200280078000d0073000a0001000300020006000b00090007000400080005004700c5007e01ea0013000a0001000300020006000b00090007000400080005000c0811014f08100078000d0073000a0001000300020006000b0009000700040008000500e00013000a0001000300020006000b00090007000400080379022e022d00050035015800a60053080f080e00c6080d00ba080c0159080b01340035000e002e0012003300ef004900ee0065080a0809000f002d00210031001e0016001c002b0023002c001100270015001d002500180014001a002408080028003700100001000300020006004100400007000400260005004700b6006d00b500370010000100030002000600410040000700040026000501370086000d00e6000a0001000300020006000b0009000700040008000500790807008108060805014708040803000c00db001700d40036009600e1001b024200320086000d00d6000a0001000300020006000b000900070004000801be08020801011701e1022c0005080000520043003d00b407ff031007fe07fd00520193030f001207fc00d50049011301e4001107fb000f00bc0039012b00850065030e002b0023002c001100270015001d002500180014001a002407fa002800370010000100030002000600410040000700040026004700970119000e002e0012003300e1002a0102001b013f029707f907f8000f002d00210031001e0016001c002b0023002c001100270015001d002500180014001a002407f700280017006f07f6030d0017011607f5001b006f07f4001b00a207f301740086000d0073000a0001000300020006000b00090007000400080005007900c5007e01770013000a0001000300020006000b00090007000400080005000c030c014f07f20086000d0073000a0001000300020006000b00090007000400080005009d0013000a0001000300020006000b0009000700040008002f022b00050035015807f10017006f07f0001b00a207ef010300b9000d0069000a0001000300020006000b0009000700040008000500430392003e000d0001000300020006004b0009000700040008000507ee011b00d00137000c00630046000c004c07ed003a0010000107ec0078000d00d6000a0001000300020006000b00090007000400080079008f008101b10005000c006c00e6000a0001000300020006000b0009000700040008023e031200a7030b0005004307eb07ea00c00052001900a7030b07e9012807e80052000f00c3001200f600d5004901130021026107e7005400bc0023010e001e007600de00950039009e001100270015001d002500180014001a002407e60028011707e5010100700075007f0020001f007a00640003000200060022002f0007030a0051005600920091008500af00ae00ad016507e400a100a0009f008e07e3009b07e200ac00a5008300ab00aa00a900a400a300a8008200160090004a000407e1008d00e3001700e20036009900290098003000be00630094000d00cf000a0001000300020006000b0009000700040008000500470013000a0001000300020006000b000900070004000800050035000e002e0012003300ef004900ee0065022a07e0000f002d00210031001e0016001c002b0023002c001100270015001d002500180014001a002407df002800c3001207de07dd02920032032d07dc07db07da0017011607d9001b006f07d8001b00a207d70174000f002d00210031001e0016001c002b0023002c001100270015001d002500180014001a002407d6002802290228022707d5019207d40226010d003e022501cc017a0045000d0001000300020006004b000900070004000801ad0224000501690045000c016800d800ec019507d3010d01570156003e0097000f00d3003600b801230076012200ed022307d202220309010d01570156003e0097000f00d3003600b801230076012200ed022107d1022003090134010a00b9000d00cf000a0001000300020006000b0009000700040008000500c40013000a0001000300020006000b000900070004000800050035000e002e0012003300ef004900ee006507d007cf000f002d00210031001e0016001c002b0023002c001100270015001d002500180014001a002407ce0028011707cd010100700075007f0020001f007a00640003000200060022002f0007030a0051005600920091008500af00ae00ad016507cc00a100a0009f008e07cb009b07ca00ac00a5008300ab00aa00a900a400a300a8008200160090004a000407c9008d00e3001700e20036009900290098003000be006300c6000d00cf000a0001000300020006000b0009000700040008000500470013000a0001000300020006000b000900070004000800050035000e002e0012003300ef004900ee0065022a07c8000f002d00210031001e0016001c002b0023002c001100270015001d002500180014001a002407c70028008c008b07c60061004d0060005f008a07c5003d07c40089005e0088005d005c0005005b005a00590058003c00870034008c008b07c30061004d0060005f008a07c2003d07c10089005e0088005d005c0005005b005a00590058003c008700340045000c0321003e0045000d0001000300020006004b0009000700040008002f0081025f003e000501c0004300ba030800530077000d00d6000a0001000300020006000b000900070004000800050062005300170096021f001b002f0032000e007d00bf0003000200710020001f007b002200670020001f00660022006a006e010507c001c607bf0173000f002d00210031001e0016001c002b0023002c001100270015001d002500180014001a002407be0028005400bc0023010e001e007600de00950039009e001100270015001d002500180014001a002407bd0028012e000d0143000a0001000300020006000b00090007000400080005036f0081036e07bc000c00db00130069000a0001000300020006000b00090007000400080005006c000c00cc0019012c07bb012e000d0143000a0001000300020006000b0009000700040008009d035a0005004301b407ba03590053001700030002011800670020001f006600c8006a006e00f00358038e017a005700040008006207b9013d0269013d026107b807b7013d00b9000d00ce000a0001000300020006000b00090007000400080005000c007c021e017b07b6000e00b30012002e0260002a00330172002a01ce001b013003560355035407b5000f002d00210031001e0016001c002b0023002c001100270015001d002500180014001a002407b40028000f002d00210031001e0016001c002b0023002c001100270015001d002500180014001a002407b30028008c008b07b20061004d0060005f008a07b1003d07b00089005e0088005d005c0005005b005a00590058003c00870034021d07af0307008c008b07ae0061004d0060005f008a07ad003d07ac0089005e0088005d005c0005005b005a00590058003c00870034000f002d00210031001e0016001c002b0023002c001100270015001d002500180014001a002407ab0028005400bc0023010e001e007600de00950039009e001100270015001d002500180014001a002407aa07a907a8016707a700d70384000e007d035c023000b407a60236016f016e01120052001700d400360096010c0076004900770144016d000e002e00120033012700f201260111021c016c07a5016b016a0046000c004c07a4003a00100001023200370010000100030002000600410040000700040026002f019100050385003807a303060305003800b300db01670062013501b2011a00b600130001000300020006004b0009000700040008009c011c0005009a004301b400b700df07a200640053003b001c07a1021b00c4001c0291021b009d001c021a021b01d40047001c0053010f000d032f000a0001000300020006000b00090007000400080005004307a0079f005301a5000c0145005400950039079e0023013f010e0117001b00e4000f030500c10074006300550001000300020006004f004e0007000400260005001900080001002f0068079d01af0219013c00700075007f0020001f007a00640003000200060022002f0057005100560100004a0004079c0078000c000e0191079b002101bd079a0021021f001b000f079903730020001f007a00700075007f00640196007000750344006407980343006e00f0079701c6079600570004000807950054006b00bd00dd001e00d900dc00950038009e001900ca0015001d00bb00180014001a00b2079400c90054006b00bd00dd001e00d900dc00950038009e001900ca0015001d00bb00180014001a00b2079300c90046000c0129079200190791003a00100001021800370010000100030002000600410040000700040026000502350790012e000c000f00e50039014a00c7078f017e0039000e00ba00e400c10074023d00550001000300020006004f004e000700040026000500190008000101210068078e0093078d00b9000d00cf000a0001000300020006000b0009000700040008000500c40013000a0001000300020006000b00090007000400080005002f00530086000c000e01bc021700210304031600210054030301b30302010b003600de0216030100b10039021500c10074007c00550001000300020006004f004e0007000400260005001901900214019000170047001c0011078c00b402130300018f0016018e00c0078b078a01bb018d00540196019702120789014502ff078800f10787078607850784078301120052001700d4003600960211001b0049000e002e001200330124002a0110001b078207810780077f0086000d011d000a0001000300020006000b00090007000400080005002f0013000a0001000300020006000b0009000700040008000500620013000a0001000300020006000b00090007000400080005006c000c0019018c077e00c600cb011a000c000f00d3003600b801ae007601ba00ed077d077c0054006b00bd00dd001e00d900dc00950038009e001900ca0015001d00bb00180014001a00b2077b00c900370010000100030002000600410040000700040026000501ca077a0077000c000f00e50039014a00c70779017e0039000e010700e400c1007401ac00550001000300020006004f004e0007000400260005001900080001023b00680778009307770046000c0129077600190775003a00100001021000190774003a0010000107730327018c01e80772002f0011077107700132003e0078000d0001000300020006004b000900070004000802fe02fd000501690078000c016800d800ec0195076f00b2003e0097000f00d3003600b801230076012200ed02fc076e076d02fb00b2003e0097000f00d3003600b801230076012200ed076c076b076a02fb003700100001023200b407690768076707660052000e02fa01dc02f9010c001601130065005402f8003602f701ae007601ba0016019302f607650764006b01760763012d002a076202f5003802f4001900ca0015001d00bb00180014001a00b2076100c9012c0078000c0132003e0142000c007c0078000d0001000300020006004b0009000700040008002f011c0005009a000c076001a4075f0045011a0063026a075e012c075d003700100001000300020006004100400007000400260005003b00b60094000d011d000a0001000300020006000b0009000700040008000500470013000a0001000300020006000b0009000700040008000500e00013000a0001000300020006000b000900070004000800050063000c0019075c018b075b015500cb003d075a0078000c014a00c7000f075900230758020f00650757020e006500540756013f075507540036020d02160753017c0023021500c10074006300550001000300020006004f004e000700040026000500190190021407520017006f0751034702290228022707500192074f0226010d003e022501cc017a0045000d0001000300020006004b000900070004000801ad0224000501690045000c016800d800ec0195074e010d01570156003e0097000f00d3003600b801230076012200ed0223074d022202f3010d01570156003e0097000f00d3003600b801230076012200ed0221074c022002f30136074b02f20078020c012f074a000c037007490036074800e1001b0102074707460745000f006b003800ff008500490744002b00bd002c001900ca0015001d00bb00180014001a00b2074300c90015074207410740073f0052000e028e01ed073e073d0014073c00760193037b0036037a020b011101db073b073a0739000f006b003800ff008500490738002b00bd002c001900ca0015001d00bb00180014001a00b2073700c9021d07360307073501a5000c000f00e50039026c073400ff01b100320017006300b00010009400550001000300020006004f004e0007000400260005001900080001009d00680733009307320017003b001c0011073100b40730021302f1018f0016018e00c0072f072e01bb018d0054019601980212072d014502ff072c017d020a00030002007101710170020900220070007502080022002f00570207004a0206020502f0003d072b02ef01b5072a02ee00d7000f02ed001202ec02eb02ea02e902e8072902e702e602e502e4008e07280192072702e3019f0083019e019d019c019b019a019900820016001107260017006f0725001b00bc003200a2012d001b01cd033500de0011072400170136009700d40036038f038202920039000e02e2072307220155024900d0012f0078020c0035002e001201e7014e020b00f202e10721000f002d00210031001e0016001c002b0023002c001100270015001d002500180014001a0024072000280019071f003a00100001071e00370010000100030002000600410040000700040026003b00970119000e002e0012003300e1002a0102001b017c071d071c071b000f002d00210031001e0016001c002b0023002c001100270015001d002500180014001a0024071a00280042002902e0003007190011036c036b01d0004800170011071801160717001b006f07160715003700100001000300020006004100400007000400260005003b00b600c6000d011d000a0001000300020006000b0009000700040008000500470013000a0001000300020006000b00090007000400080005009c0013000a0001000300020006000b000900070004000800050063000c00190714010f00430011071301840043071207110053006d00b502290228022707100192070f0226010d003e022501cc017a0045000d0001000300020006004b000900070004000801ad0224000501690045000c016800d800ec0195070e010d01570156003e0097000f00d3003600b801230076012200ed0223070d022202df010d01570156003e0097000f00d3003600b801230076012200ed0221070c022002df0239070b020c00350204070a00cb070902f202de070801ed02dd01ae070701ba070607050704000e006b003c023a012d002a070301bc0038013c0019020300b402dc02f1018f0016018e013e070202db033e0701070006ff00eb005202de06fe06fd02dd06fc06fb06fa06f906f806f702da06f606f506f406f306f206f106f0000e006b003c023a012d002a06ef01bc0038013c0019020300b402dc06ee018f0016018e013e06ed06ec06eb018d020206ea021d06e90017006f06e8030d06e702d906e602da06e506e406e306e206e100a706e006df06de01940052000f06dd01dc06dc010c001602d806db005301a5000c000f00e50039026c02d700ff017f003200b0000e00ba001000c600550001000300020006004f004e000700040026000500190008000100c4006806da009306d900370010000100030002000600410040000700040026003b00970119000e002e0012003300e1002a0102001b017c06d8031e06d7000f002d00210031001e0016001c002b0023002c001100270015001d002500180014001a002406d600280094000d00d6000a0001000300020006000b00090007000400080062008f008106d50005000c02d600e6000a0001000300020006000b000900070004000802d5024600a702d40005004306d406d300c00052001900a702d406d2012806d10052000f00c3001200f600d5004901130021033006d0005400bc0023010e001e007600de00950039009e001100270015001d002500180014001a002406cf00280176001706ce06cd006d06cc06cb06ca00f10052000e0191013101bd00d50021013b001b02010136008f00b60142000c0062008102d301a406c9010f000d0143000a0001000300020006000b000900070004000800050035000e00b30012002e06c80049003306c7004906c60065020e02d206c502d102d0026302d00045000d00ce000a0001000300020006000b00090007000400080005000c007c021e017b06c40073000a0001000300020006000b00090007000400080005003b00c5007e0013000a0001000300020006000b00090007000400080005000c011e01bf000e00b30012002e0260002a00330172002a01ce001b013006c306c206c106c0000f002d00210031001e0016001c002b0023002c001100270015001d002500180014001a002406bf00280142000c0074000d0109000a0001000300020006000b00090007000400080005002f0013000a0001000300020006000b0009000700040008000500470013000a0001000300020006000b0009000700040008000500cb00d0012f000f00c3001200f60333003202420039000e033206be002d006501c3001e001600df01c20175013c01040241001501c1002500180014001a019406bd02cf00c6000d00d6000a0001000300020006000b00090007000400080062008f0081028d0005000c01ac00e6000a0001000300020006000b000900070004000802ce024600a702cd00050043031a031900c00052001900a702cd06bc012806bb0052000f00c3001200f600d500490113002106ba06b9005400bc0023010e001e007600de00950039009e001100270015001d002500180014001a002406b8002800b706b7010100700075007f0020001f007a00640003000200060022012100070051005600920091008500af00ae00ad020006b600a100a001ff009f01fe008e06b5009b06b400ac00a5008300ab00aa00a900a400a300a8008200160090004a000406b3008d00e3001700e20036009900290098003000be006300b9000d00cf000a0001000300020006000b0009000700040008000500c40013000a0001000300020006000b000900070004000800050035000e002e0012003300ef004900ee0065022a06b2000f002d00210031001e0016001c002b0023002c001100270015001d002500180014001a002406b10028000f002d00210031001e0016001c002b0023002c001100270015001d002500180014001a002406b0002801c406af010100700075007f0020001f007a00640003000200060022023b00070051005600920091008500af00ae00ad02cc06ae00a100a001a0009f02cb008e06ad009b06ac00ac00a5008300ab00aa00a900a400a300a8008200160090004a000406ab008d00e3001700e20036009900290098003000be006c0094000d00cf000a0001000300020006000b0009000700040008000500470013000a0001000300020006000b000900070004000800050035000e002e0012003300ef004900ee006506aa06a9000f002d00210031001e0016001c002b0023002c001100270015001d002500180014001a002406a8002800b706a7010100700075007f0020001f007a00640003000200060022009d00070051005600920091008500af00ae00ad020006a600a100a001ff009f01fe008e06a5009b06a400ac00a5008300ab00aa00a900a400a300a8008200160090004a000406a3008d00e3001700e20036009900290098003000be00630094000d0106000a0001000300020006000b0009000700040008000500e00013000a0001000300020006000b0009000700040008000500cb000e002e001200330124002a0110001b017c02fc06a2007906a1018a06a0069f0094000d0106000a0001000300020006000b0009000700040008000500e00013000a0001000300020006000b0009000700040008000502d5010a00170096001b00790032000e007d00bf0003000200710020001f007b002200670020001f00660022006a006e0105015401a602ca005700040008000f0153002f0032015200e000320151003800b100ff009d0032001700cc00b0001000b900550001000300020006004f004e0007000400260005001900080001009c006802c901170189010b00700075007f0020001f007a00640003000200060022009c0057005100560100004a0004069e00fe00fd00fc069d0061004d0060005f00eb069c003d069b00fb005e00fa005d005c0005005b005a00590058003800f90034008c008b069a0061004d0060005f008a0699003d06980089005e0088005d005c0005005b005a00590058003c008700340078000d00ce000a0001000300020006000b00090007000400080005000c00cc0357018c06970073000a0001000300020006000b00090007000400080005007900c5007e0013000a0001000300020006000b00090007000400080005000c011e0696000e00b30012002e0240002a00330172002a023f001b023c06950694000f002d00210031001e0016001c002b0023002c001100270015001d002500180014001a002406930028008c008b06920061004d0060005f008a0691003d06900089005e0088005d005c0005005b005a00590058003c00870034008c008b068f0061004d0060005f008a068e003d068d0089005e0088005d005c0005005b005a00590058003c0087003400fe00fd00fc068c0061004d0060005f00eb068b003d068a00fb005e00fa005d005c0005005b005a00590058003800f90034017d020a00030002007101710170020900220070007502080022003b00570207004a0206020502f0003d068902ef01b5068802ee00d7000f02ed001202ec02eb02ea02e902e8068702e702e602e502e4008e06860192068502e3019f0083019e019d019c019b019a019900820016001102c800de00110684000e002e001200330124002a0110001b000f012a06830682002d00210031001e0016001c002b0023002c001100270015001d002500180014001a00240681002800b70219010100700075007f0020001f007a0064000300020006002200c400070051005600920091008500af00ae00ad0200068000a100a001ff009f01fe008e067f009b067e00ac00a5008300ab00aa00a900a400a300a8008200160090004a0004067d008d00e3001700e20036009900290098003000be006300c6000d0106000a0001000300020006000b00090007000400080005009c0013000a0001000300020006000b0009000700040008000500cb000e002e001200330124002a0110001b013f067c067b003b067a01770679067800c6000d0106000a0001000300020006000b00090007000400080005009c0013000a0001000300020006000b000900070004000800050146010a00170096001b003b0032000e007d00bf0003000200710020001f007b002200670020001f00660022006a006e0105015402620188005700040008000f0153002f00320152009c00320151003800b100ff00c400320017007c00b00010007700550001000300020006004f004e00070004002600050019000800010079006802c701250189010b00700075007f0020001f007a0064000300020006002200790057005100560100004a0004067700fe00fd00fc06760061004d0060005f00eb0675003d067400fb005e00fa005d005c0005005b005a00590058003800f90034067300b406720671016f016e01120052001700d400360096010c0076004900780144016d000e002e00120033012700f201260111021c016c0670016b016a0046000c004c066f003a0010000102180042002902e0003000be0019034a0349066e00480019066d0017066c000f002d00210031001e0016001c002b0023002c001100270015001d002500180014001a0024066b0028008c008b066a0061004d0060005f008a0669003d06680089005e0088005d005c0005005b005a00590058003c00870034025f00b406670666016f016e01120052001700d400360096010c0076004900780144016d000e002e00120033012700f201260111021c016c0665016b016a0046000c004c0664003a001000010210007800380017066303610020001f007a00030002011800c800670020001f00660022006a006e00f0066203500188066106600046000c0129065f0019065e003a0010000101fd000f002d00210031001e0016001c002b0023002c001100270015001d002500180014001a0024065d0028000f002d00210031001e0016001c002b0023002c001100270015001d002500180014001a0024065c002800b30012002e0325002a0324014e0323002a00b70322065b000f002d00210031001e0016001c002b0023002c001100270015001d002500180014001a0024065a002800370010000102180046000c0129065900190658003a0010000101fc01590657000f0153018b0032015200e000320151003800b100ff009d0032001700cc00b0001000b900550001000300020006004f004e0007000400260005001900080001009c006802c901170189010b00700075007f0020001f007a00640003000200060022009c0057005100560100004a000406560017003b0032000e007d01780003000200710020001f007b002200670020001f00660022006a006e00f001fb020401be01e200570004000806550046000c004c06540653003a0010000100030002000600410040000700040026000500db000e0162001200b30161002a002e0160002a0033015f002a015e001b014701fa0652022f0651000e002e0012009401b00233010f018201370177003c0078000d0073000a0001000300020006000b0009000700040008000500470013000a0001000300020006000b00090007000400080136001c007e0005003500ec00a6014700df015d015c006400530078000d00ce000a0001000300020006000b00090007000400080079008f007e00050035015b00a60053001700960146001b003b0032000e007d00bf0003000200710020001f007b002200670020001f00660022006a006e0114015a012a00570004065002c60073000a0001000300020006000b00090007000400080005003b00c5007e0013000a0001000300020006000b00090007000400080005000c011e01bf064f000f002d00210031001e0016001c002b0023002c001100270015001d002500180014001a0024064e00280019064d003a00100001064c00370010000102100019064b003a00100001064a0094000d0106000a0001000300020006000b0009000700040008000500e00013000a0001000300020006000b0009000700040008000501f90017007901a70164000e007d00bf0003000200710020001f007b002200670020001f00660022006a006e0105015401a602ca00570004000806490046000c004c0648003a001000010003000200060041004000070004002600050138000e0162001200b30161002a002e0160002a0033015f002a015e001b023e01fa064701590646000f00c3001200b8004501e5003c00c60281003800b9000d0073000a0001000300020006000b0009000700040008000500790013000a0001000300020006000b0009000700040008009d001c007e0005003500ec00a601af00df015d015c0064005300b9000d00ce000a0001000300020006000b0009000700040008003b008f007e00050035015b00a600530017009600b7001b00620032000e007d00bf0003000200710020001f007b002200670020001f00660022006a006e0114015a01b9017301cb0645000f0153009d00320152009c00320151003800b100ff00c400320017007c00b00010007700550001000300020006004f004e00070004002600050019000800010079006802c701250189010b00700075007f0020001f007a0064000300020006002200790057005100560100004a00040644001700620032000e007d01780003000200710020001f007b002200670020001f00660022006a006e00f001fb01b903780643000f002d00210031001e0016001c002b0023002c001100270015001d002500180014001a00240642002800370010000100030002000600410040000700040026000500e000b600860641013401d801ea0081000c00190015064001af00d8063f01f8032600520017063e01310248010c00ed013b002a0193030f0012063d063c003801e7017602d9063b063a0639063806370636063500bc02fe002301e30634030e063300110632001502c502c400180014001a00240631063001bb018d02c302c200f000d8062f019801e4062e062d0217062c0032001701ac00b0001001aa023d00550001000300020006004f004e000700040026000500190008000101210068062b02c10189010b00700075007f0020001f007a0064000300020006002201210057005100560100004a0004062a01340035000e002e0012003300ef004900ee006506290628000f002d00210031001e0016001c002b0023002c001100270015001d002500180014001a00240627002802c302c20134010a006d0626012e00430625062400c00052000e0191013101bd00d50021013b001b020100e000b60086000c000e01bc02170021030401c800210054030301b30302010b003600de0216030100b10039021500c10074007c00550001000300020006004f004e0007000400260005001901900214019000170047001c0011062300b402130300018f0016018e00c00622062101bb018d0054019601970212062001450093061f00fe00fd00fc061e0061004d0060005f00eb061d003d061c00fb005e00fa005d005c0005005b005a00590058003800f900340037001000010003000200060041004000070004002600e000970119000e002e0012003300e1002a0102001b061b061a06190618000f002d00210031001e0016001c002b0023002c001100270015001d002500180014001a002406170028000f002d00210031001e0016001c002b0023002c001100270015001d002500180014001a002406160028017d020a00030002007101710170020900220070007502080022003b00570207004a0206020506150104061406130612061106100017060f01ed060e060d060c060b060a06090608060706060605060406030602009b0601060000a505ff05fe00a305fd00a405fc05fb05fa0021001102c800be001905f905f8009d002905f7003005f605f5003700100001000300020006004100400007000400260005012100b6003b05f40155012f010f05f3011a024f05f2031d009702d6000c000f00d3003600b805f1024405f0024305ef05ee0054006b00bd00dd001e00d900dc00950038009e001900ca0015001d00bb00180014001a00b205ed05ec05eb0164020202c000b405ea031005e905e80052000e02fa01dc02f9010c001601130065005402f8003602f701ae007601ba0016019305e705e602f605e505e4006b017600d2027c05e30086002a05e2010405e1001502c500bb00180014001a019405e005df05de016405dd05dc017d033101a5000c00e505db007400cc027c0017006c00b00010009400550001000300020006004f004e0007000400260005001900080001009d006805da009305d901c4021900700075007f0020001f007a00640003000200060022009d00070051005600920091008500af00ae00ad02cc05d800a100a001a0009f02cb008e05d7009b05d600ac00a5008300ab00aa00a900a400a300a8008200160090004a000405d5008d00e3001700e20036009900290098003000be006c0094000d0106000a0001000300020006000b00090007000400080005009c0013000a0001000300020006000b0009000700040008000500cb000e002e001200330124002a0110001b013f05d405d3003b05d2018a05d105d00094000d0106000a0001000300020006000b00090007000400080005009c0013000a0001000300020006000b0009000700040008000502bf010a00170096001b003b0032000e007d00bf0003000200710020001f007b002200670020001f00660022006a006e0105015401a60188005700040008000f0153006200320152009c003201510038018700ff009d00320017007c00b00010007700550001000300020006004f004e00070004002600050019000800010079006802be01250166010b00700075007f0020001f007a0064000300020006002200790057005100560100004a000405cf00fe00fd00fc05ce0061004d0060005f00eb05cd003d05cc00fb005e00fa005d005c0005005b005a00590058003800f90034008c008b05cb0061004d0060005f008a05ca003d05c90089005e0088005d005c0005005b005a00590058003c0087003400370010000100030002000600410040000700040026012100970119000e002e0012003300e1002a0102001b05c805c705c605c5000f002d00210031001e0016001c002b0023002c001100270015001d002500180014001a002405c4002801cb05c3000f0153018b00320152009c003201510038018700ff009d00320017007c00b00010007700550001000300020006004f004e00070004002600050019000800010079006802be01250166010b00700075007f0020001f007a0064000300020006002200790057005100560100004a000405c200370010000100030002000600410040000700040026012005c101d4012f000e002e001200330124002a0110001b000f02d705c0024701f705bf002f01cf023c05be0012027f027d05bd017605bc05bb0167018705ba00b600130001000300020006004b0009000700040008011705b90005013002fd009a003b001c005305b8001c01d102bd00df02bc00a6011a0053003d018c02bb000e00b3001200c60107014e00cc013405b705b6007800d4027d02ba003c01340079003c0045000c01f6003e0045000d0001000300020006004b0009000700040008003b02b90005009a0062001c00530079001c01d102bd00df02bc00a6011a005301550035000e002e001201a30033004901a20065033805b50337013600b60094000d00cf000a0001000300020006000b0009000700040008000500470013000a0001000300020006000b0009000700040008000500cb000e002e001200330124002a0110001b032e02e205b40094000d00cf000a0001000300020006000b0009000700040008000500470013000a0001000300020006000b000900070004000800b705b300050053010f00cb0155012f05b20043000f00c3001200f6020b00f205b102d802e105b0005400bc0023010e001e007600de00950039009e001100270015001d002500180014001a002405af0028007805ae0045000c01f6003e0045000d0001000300020006004b0009000700040008003b05ad0005026b011a000c038305ac05ab0045000c01f6003e0045000d0001000300020006004b0009000700040008002f00810230003e006202b900050169026b00350265011a003505aa008f009705a905a8035b000c05a701c900b601cb05a602bb018c02b805a5016705a400c6000d0106000a0001000300020006000b00090007000400080005009c0013000a0001000300020006000b0009000700040008000501f90017003b01a70164000e007d00bf0003000200710020001f007b002200670020001f00660022006a006e01050154026201880057000405a302c6000f002d00210031001e0016001c002b0023002c001100270015001d002500180014001a002405a200280078000d0073000a0001000300020006000b00090007000400080005007900c5007e01b00013000a0001000300020006000b00090007000400080005000c05a1014f05a00078000d0073000a0001000300020006000b0009000700040008000501360013000a0001000300020006000b0009000700040008020f022e022d00050035015800a6005302b7059f00b9000d00d6000a0001000300020006000b00090007000400080047008f008103630005000c036200e6000a0001000300020006000b000900070004000802c1059e00a702b600050043059d059c00c00052001900a702b6059b0128059a0052005402b50012027e0211002a013b017505990598000f00bc0039012b001e0076020d002b0023002c001100270015001d002500180014001a0024059700280046000c004c0596003a0010000105950054006b00bd00dd001e00d900dc00950038009e001900ca0015001d00bb00180014001a00b2059400c90054006b00bd00dd001e00d900dc00950038009e001900ca0015001d00bb00180014001a00b2059300c90094000d00d6000a0001000300020006000b00090007000400080079008f008102ba0005000c02b400e6000a0001000300020006000b0009000700040008021f059200a702b3000500430591059000c00052001900a702b3058f0128058e0052005402b50012027e0211002a013b0175058d058c000f00bc0039012b001e0076020d002b0023002c001100270015001d002500180014001a0024058b00280094000d0106000a0001000300020006000b00090007000400080005009c0013000a0001000300020006000b0009000700040008000501f90017003b01a70164000e007d00bf0003000200710020001f007b002200670020001f00660022006a006e0105015401a60188005700040008058a0054006b00bd00dd001e00d900dc00950038009e001900ca0015001d00bb00180014001a00b2058900c90054006b00bd00dd001e00d900dc00950038009e001900ca0015001d00bb00180014001a00b2058800c900b9000d0073000a0001000300020006000b00090007000400080005003b00c5007e01e50013000a0001000300020006000b00090007000400080005000c030c014f058700b9000d0073000a0001000300020006000b0009000700040008000500470013000a0001000300020006000b0009000700040008002f022b0005003501580586003700100001000300020006004100400007000400260120000e0162001200b30161002a002e0160002a0033015f002a015e001b05850234058401590583000f00c3001200b800b9018a003c0155031800380045000d0073000a0001000300020006000b0009000700040008000500790013000a0001000300020006000b00090007000400080121001c007e0005003500ec00a602ce00df015d015c006400530045000d00ce000a0001000300020006000b0009000700040008003b008f007e00050035015b00a60053001700960163001b00620032000e007d00bf0003000200710020001f007b002200670020001f00660022006a006e0114015a019800570004000801d3000c007402b202b101d7000c026402b101d9000c000f02b000390187012b0146001b000e01a800e400c10074006300550001000300020006004f004e0007000400260005001900080001002f0068058201250166010100700075007f0020001f007a00640003000200060022002f0057005100560100004a00040581001700c40032000e007d01780003000200710020001f007b002200670020001f00660022006a006e00f00580020401be01e2005700040008057f00fe00fd00fc057e0061004d0060005f00eb057d003d057c00fb005e00fa005d005c0005005b005a00590058003800f900340054006b00bd00dd001e00d900dc00950038009e001900ca0015001d00bb00180014001a00b2057b00c90054006b00bd00dd001e00d900dc00950038009e0019057a020202c0000f002d00210031001e0016001c002b0023002c001100270015001d002500180014001a00240579002800fe00fd00fc05780061004d0060005f00eb0577003d057600fb005e00fa005d005c0005005b005a00590058003800f900340015001d00bb00180014001a00b2057500c90045000d0073000a0001000300020006000b00090007000400080005003b00c5007e018a0013000a0001000300020006000b00090007000400080005000c0574014f05730045000d0073000a0001000300020006000b00090007000400080005018b0013000a0001000300020006000b0009000700040008009c022b0005003501580572057100150570056f02af01f801120052001700d400360096010c0076002a012e021a022c000e002e00120033012700f201260111056e01f7056d02ae01c70046000c004c056c003a0010000101fd00fe00fd00fc056b0061004d0060005f00eb056a003d056900fb005e00fa005d005c0005005b005a00590058003800f90034056800150567056602af01f801120052001700d400360096010c0076002a0077021a022c000e002e00120033012700f201260111056501f7056402ae01c70046000c004c0563003a0010000101fc0054006b00bd00dd001e00d900dc00950038009e001900ca0015001d00bb00180014001a00b2056200c90054006b00bd00dd001e00d900dc00950038009e001900ca0015001d00bb00180014001a00b2056100c900fe00fd00fc05600061004d0060005f00eb055f003d055e00fb005e00fa005d005c0005005b005a00590058003800f9003400370010000101fd00370010000101fc00170116055d001b006f055c001b00a2055b0174055a02b8000f002d00210031001e0016001c002b0023002c001100270015001d002500180014001a002405590028002d006501c3001e001600df01c20175013c01040241001501c1002500180014001a0194055802cf006d05570556055500c00052000e0191013101bd00d50021013b001b0201030800b60142000c0121008102d301a4055400b9000d0143000a0001000300020006000b000900070004000800050035000e00b30012002e0553004900330552004905510065020e02d2055002d1054f0045000d00ce000a0001000300020006000b00090007000400080005000c007c021e017b054e0073000a0001000300020006000b00090007000400080005003b00c5007e0013000a0001000300020006000b00090007000400080005000c011e01bf000e00b30012002e0240002a00330172002a023f001b0130054d054c000f002d00210031001e0016001c002b0023002c001100270015001d002500180014001a0024054b002800170116054a001b006f0549001b00a205480174000f002d00210031001e0016001c002b0023002c001100270015001d002500180014001a002405470028005400bc0023010e001e007600de00950039009e001100270015001d002500180014001a002405460028000f002d00210031001e0016001c002b0023002c001100270015001d002500180014001a002405450028000f002d00210031001e0016001c002b0023002c001100270015001d002500180014001a002405440028002d006501c3001e001600be01c200bd013c00190203001501c102c400180014001a00b2054302db000f002d00210031001e0016001c002b0023002c001100270015001d002500180014001a002405420028000f002d00210031001e0016001c002b0023002c001100270015001d002500180014001a002405410028000f002d00210031001e0016001c002b0023002c001100270015001d002500180014001a002405400028000f002d00210031001e0016001c002b0023002c001100270015001d002500180014001a0024053f0028000f002d00210031001e0016001c002b0023002c001100270015001d002500180014001a0024053e00280336019701db053d00850021001c02f5003902f4001100270015001d002500180014001a0024053c0028000f002d00210031001e0016001c002b0023002c001100270015001d002500180014001a0024053b0028000f002d00210031001e0016001c002b0023002c001100270015001d002500180014001a0024053a0028000f002d00210031001e0016001c002b0023002c001100270015001d002500180014001a002405390028000f002d00210031001e0016001c002b0023002c001100270015001d002500180014001a002405380028000f002d00210031001e0016001c002b0023002c001100270015001d002500180014001a0024053700280046000c004c0536003a0010000100030002000600410040000700040026000502b4000e0162001200b30161002a002e0160002a0033015f002a015e001b02bf01fa0535015905340045000d0073000a0001000300020006000b00090007000400080005003b00c5007e01b00013000a0001000300020006000b00090007000400080005000c0533014f05320045000d0073000a0001000300020006000b0009000700040008000501360013000a0001000300020006000b0009000700040008020f022e022d00050035015800a6005302b70531000f002d00210031001e0016001c002b0023002c001100270015001d002500180014001a002405300028000e002e00120306018a0233010f0182013701b0003c0045000d0073000a0001000300020006000b0009000700040008000500790013000a0001000300020006000b0009000700040008018b001c007e0005003500ec00a6023900df015d015c006400530045000d00ce000a0001000300020006000b0009000700040008003b008f007e00050035015b00a60053001700960146001b00620032000e007d00bf0003000200710020001f007b002200670020001f00660022006a006e0114015a019800570004000801d3000c007402b202ad01d7000c026402ad01d9000c000f02b000390187012b0163001b000e01a800e400c10074006300550001000300020006004f004e0007000400260005001900080001002f0068052f01250166010100700075007f0020001f007a00640003000200060022002f0057005100560100004a0004052e0017032c0032000e007d01780003000200710020001f007b002200670020001f00660022006a006e00f001fb01b901be01e2005700040008001700c40032000e007d01780003000200710020001f007b002200670020001f00660022006a006e00f0052d01b9052c02ac00fe00fd00fc052b0061004d0060005f00eb052a003d052900fb005e00fa005d005c0005005b005a00590058003800f9003402ac0003000201180020001f007a00c800670020001f006600c8006a000900070004052800050186006d003405270145018600a7018605260145018600a70186052500b5003400000000000001850000018500440044004401f5000000000524000005230000052200000000000005210000000000000520000000000000051f000000000000000000000000051e000000000000051d000000000000051c000000000000051b000000000000051a000000000519000002ab004400440044000001f400000000051801f3051701f302aa02a9000000000516000000000000051505140513051202a80000051100000000000005100000000000000000050f050e050d00000000050c000000000000013a0000050b0000013a0000050a0000050905080507050602a80000050500000504050305020501050000000000000001b804ff04fe04fd01b804fc04fb04fa00000000000004f901b804f804f702a704f604f501b7000004f404f304f204f104f0000000000000013a00000000000004ef04ee04ed04ec02a604eb04ea04e904e804e704e604e504e404e304e2000000000000000004e100000000000004e000000000000004df00000000000004de00000000000001f400000000018500440000000002a5000004dd04dc04db04da04d904d804d704d604d500000000000000000000000004d400000000000004d300000000000004d200000000000004d100000000000004d000000000000004cf04ce04cd04cc04cb04ca04c904c802a40000000004c7000004c604c504c404c304c20000000000000000000004c1000000000000000004c000000000000004bf00000000000004be04bd00000000000004bc00000000000000000000000004bb00000000000004ba00000000000004b900000000000004b800000000000004b704b604b504b404b304b204b104b004af04ae000000000000013a000004ad000000f8000000000000013a000004ac000004ab04aa04a904a804a700000000000002ab004404a604a504a400000000000001f201f101f004a301f201f101f004a204a100000000000000f802a302a204a0049f00000000000000f802a102a0049e0000000001f40000049d049c049b049a049904980000000000f80497049604950494000000000000049304920491049000f8048f048e048d00000000004401f50044004400000185004400440000000000440044004401f5048c048b048a04890488048700000000048601b70000000000f802a302a2048501f201f101f00000000000000044004404840483048204810480047f00000000047e00000000000001b6047d047c0000047b047a0479047800000000000004770000000000000476000000000000047504740000000000000000000000000473000000000000047200000000000004710000000000000470000000000000046f0000046e00000000046d029f046c046b01b6046a04690000004400440044046801b604670466046504640463046204610460045f045e0000000000000000045d01b6045c045b045a0459045804570456000000000000045500000000000004540000000000000453000004520000000000440451004400440450044f044e044d044c000000000000044b044a0449044804470000000000000446000000000000044500000000000000000000000004440000000000000443000000000000044200000000000004410000000000000440043f00000000000000000000043e000001ef043d029e0000043c043b043a0439043801f302aa02a90437043604350434043304320000000002a604310430042f000000000000042e000000000000042d000000000000042c042b042a042900000185004400440044042800000000000004270426042504240423042204210420041f01b70000000001ee041e041d041c041b041a041904180417041604150000041404130000000000f8041204110410000000000000040f040e000000000000000000000000040d000000000000040c000000000000040b000000000000040a00000000000004090408029f04070000013a00000406000004050404040304020000000000000401000000000000040000000000000003ff03fe03fd0000000000f802a102a003fc03fb00000000000003fa00000000000000000000000003f900000000000003f800000000000003f700000000000003f600000000000003f500000000000003f400000000000003f300000000000003f203f100000000000000000000000003f000000000000003ef00000000000003ee00000000000003ed00000000000003ec03eb0000000000000000000003ea000003e900000000000003e803e703e603e503e400000000000003e303e203e1000003e003df00000000013a000002a5000003de03dd03dc03db03da03d903d803d702a400000000000003d600000000000003d503d403d303d203d102a70000000000f803d003cf03ce03cd00000000000003cc03cb03ca03c9029d029c03c803c7029d029c03c603c500000000000003c400000000000003c300000000000003c201ef029e0000000003c103c003bf03be03bd00000000000001ee03bc03bb03ba03b900000000000001b803b803b7029b00f803b603b5029b03b403b303b203b101ee03b003af03ae03ad01b70000000003ac03ab03aa000003a900000000000003a803a703a603a501ef03a403a3000000440044004403a200440044004403a100440044004403a00000000000000000039f039e039d039c0000000000000000000000000000",
1726
+ "logIndex": 2,
1727
+ "blockHash": "0x182f56244d0fe6a05768c6212a17c2d6e8759829db0b8445be5502dd4c66b3b0"
1728
+ },
1729
+ {
1730
+ "transactionIndex": 0,
1731
+ "blockNumber": 43204955,
1732
+ "transactionHash": "0x9dacedce0b36104a7db1d52be10cd3bbbb1bbcc2bd2a738b91a6805a578a17ba",
1733
+ "address": "0x0000000000000000000000000000000000008004",
1734
+ "topics": [
1735
+ "0xc94722ff13eacf53547c4741dab5228353a05938ffcdd5d4a2d533ae0e618287",
1736
+ "0x01001047200e2a1915dbcda13609e53f8fd44f905989ce0142d51764fb9e127f",
1737
+ "0x0000000000000000000000000000000000000000000000000000000000000000"
1738
+ ],
1739
+ "data": "0x",
1740
+ "logIndex": 3,
1741
+ "blockHash": "0x182f56244d0fe6a05768c6212a17c2d6e8759829db0b8445be5502dd4c66b3b0"
1742
+ },
1743
+ {
1744
+ "transactionIndex": 0,
1745
+ "blockNumber": 43204955,
1746
+ "transactionHash": "0x9dacedce0b36104a7db1d52be10cd3bbbb1bbcc2bd2a738b91a6805a578a17ba",
1747
+ "address": "0x0000000000000000000000000000000000008006",
1748
+ "topics": [
1749
+ "0x290afdae231a3fc0bbae8b1af63698b0a1d79b21ad17df0342dfb952fe74f8e5",
1750
+ "0x0000000000000000000000007f423e50147930e197daae9f637198e66746d597",
1751
+ "0x01001047200e2a1915dbcda13609e53f8fd44f905989ce0142d51764fb9e127f",
1752
+ "0x000000000000000000000000513323f8bd847bd4c7c73dd69098b38789ae0590"
1753
+ ],
1754
+ "data": "0x",
1755
+ "logIndex": 4,
1756
+ "blockHash": "0x182f56244d0fe6a05768c6212a17c2d6e8759829db0b8445be5502dd4c66b3b0"
1757
+ },
1758
+ {
1759
+ "transactionIndex": 0,
1760
+ "blockNumber": 43204955,
1761
+ "transactionHash": "0x9dacedce0b36104a7db1d52be10cd3bbbb1bbcc2bd2a738b91a6805a578a17ba",
1762
+ "address": "0x000000000000000000000000000000000000800A",
1763
+ "topics": [
1764
+ "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
1765
+ "0x0000000000000000000000000000000000000000000000000000000000008001",
1766
+ "0x0000000000000000000000007f423e50147930e197daae9f637198e66746d597"
1767
+ ],
1768
+ "data": "0x000000000000000000000000000000000000000000000000000185df03dd59f0",
1769
+ "logIndex": 5,
1770
+ "blockHash": "0x182f56244d0fe6a05768c6212a17c2d6e8759829db0b8445be5502dd4c66b3b0"
1771
+ }
1772
+ ],
1773
+ "blockNumber": 43204955,
1774
+ "cumulativeGasUsed": "0",
1775
+ "status": 1,
1776
+ "byzantium": true
1777
+ },
1778
+ "args": [],
1779
+ "numDeployments": 1,
1780
+ "solcInputHash": "845afd00381c17cbf62ed4813c18a492",
1781
+ "metadata": {
1782
+ "llvm_options": [],
1783
+ "optimizer_settings": {
1784
+ "is_debug_logging_enabled": false,
1785
+ "is_fallback_to_size_enabled": false,
1786
+ "is_verify_each_enabled": false,
1787
+ "level_back_end": "Aggressive",
1788
+ "level_middle_end": "Aggressive",
1789
+ "level_middle_end_size": "Zero"
1790
+ },
1791
+ "solc_version": "0.5.16",
1792
+ "solc_zkvm_edition": "1.0.1",
1793
+ "source_metadata": "{\"compiler\":{\"version\":\"0.5.16+commit.b9534989\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"user\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"rewardToken\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"pid\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"Claim\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"delegator\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"fromDelegate\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"toDelegate\",\"type\":\"address\"}],\"name\":\"DelegateChangedV2\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"delegate\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"previousBalance\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"newBalance\",\"type\":\"uint256\"}],\"name\":\"DelegateVotesChangedV2\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"user\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"rewardToken\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"pid\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"Deposit\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"user\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"rewardToken\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"pid\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"ExecutedWithdrawal\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"oldAccessControlManager\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"newAccessControlManager\",\"type\":\"address\"}],\"name\":\"NewAccessControlManager\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"contract IPrime\",\"name\":\"oldPrimeToken\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"contract IPrime\",\"name\":\"newPrimeToken\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"oldPrimeRewardToken\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"newPrimeRewardToken\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"oldPrimePoolId\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"newPrimePoolId\",\"type\":\"uint256\"}],\"name\":\"NewPrimeToken\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"rewardToken\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"pid\",\"type\":\"uint256\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"token\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"allocPoints\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"rewardPerBlockOrSecond\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"lockPeriod\",\"type\":\"uint256\"}],\"name\":\"PoolAdded\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"rewardToken\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"pid\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"oldAllocPoints\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"newAllocPoints\",\"type\":\"uint256\"}],\"name\":\"PoolUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"user\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"rewardToken\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"pid\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"RequestedWithdrawal\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"rewardToken\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"oldReward\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"newReward\",\"type\":\"uint256\"}],\"name\":\"RewardAmountUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"oldXvs\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"oldStore\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"newXvs\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"newStore\",\"type\":\"address\"}],\"name\":\"StoreUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"rewardToken\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"userAddress\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"oldOwedAmount\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"newOwedAmount\",\"type\":\"uint256\"}],\"name\":\"VaultDebtUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"admin\",\"type\":\"address\"}],\"name\":\"VaultPaused\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"admin\",\"type\":\"address\"}],\"name\":\"VaultResumed\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"rewardToken\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"pid\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"oldPeriod\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"newPeriod\",\"type\":\"uint256\"}],\"name\":\"WithdrawalLockingPeriodUpdated\",\"type\":\"event\"},{\"constant\":true,\"inputs\":[],\"name\":\"DELEGATION_TYPEHASH\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"DOMAIN_TYPEHASH\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"MAX_LOCK_PERIOD\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"SECONDS_PER_YEAR\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"internalType\":\"contract XVSVaultProxy\",\"name\":\"xvsVaultProxy\",\"type\":\"address\"}],\"name\":\"_become\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"accessControlManager\",\"outputs\":[{\"internalType\":\"contract IAccessControlManagerV5\",\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"internalType\":\"address\",\"name\":\"_rewardToken\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"_allocPoint\",\"type\":\"uint256\"},{\"internalType\":\"contract IBEP20\",\"name\":\"_token\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"_rewardPerBlockOrSecond\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"_lockPeriod\",\"type\":\"uint256\"}],\"name\":\"add\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"admin\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"blocksOrSecondsPerYear\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"uint32\",\"name\":\"\",\"type\":\"uint32\"}],\"name\":\"checkpoints\",\"outputs\":[{\"internalType\":\"uint32\",\"name\":\"fromBlockOrSecond\",\"type\":\"uint32\"},{\"internalType\":\"uint96\",\"name\":\"votes\",\"type\":\"uint96\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"internalType\":\"address\",\"name\":\"_account\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"_rewardToken\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"_pid\",\"type\":\"uint256\"}],\"name\":\"claim\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"internalType\":\"address\",\"name\":\"delegatee\",\"type\":\"address\"}],\"name\":\"delegate\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"internalType\":\"address\",\"name\":\"delegatee\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"nonce\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"expiry\",\"type\":\"uint256\"},{\"internalType\":\"uint8\",\"name\":\"v\",\"type\":\"uint8\"},{\"internalType\":\"bytes32\",\"name\":\"r\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"s\",\"type\":\"bytes32\"}],\"name\":\"delegateBySig\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"name\":\"delegates\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"internalType\":\"address\",\"name\":\"_rewardToken\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"_pid\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"_amount\",\"type\":\"uint256\"}],\"name\":\"deposit\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"internalType\":\"address\",\"name\":\"_rewardToken\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"_pid\",\"type\":\"uint256\"}],\"name\":\"executeWithdrawal\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"getBlockNumberOrTimestamp\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"getCurrentVotes\",\"outputs\":[{\"internalType\":\"uint96\",\"name\":\"\",\"type\":\"uint96\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"internalType\":\"address\",\"name\":\"_rewardToken\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"_pid\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"_user\",\"type\":\"address\"}],\"name\":\"getEligibleWithdrawalAmount\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"withdrawalAmount\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"blockNumberOrSecond\",\"type\":\"uint256\"}],\"name\":\"getPriorVotes\",\"outputs\":[{\"internalType\":\"uint96\",\"name\":\"\",\"type\":\"uint96\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"internalType\":\"address\",\"name\":\"_rewardToken\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"_pid\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"_user\",\"type\":\"address\"}],\"name\":\"getRequestedAmount\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"internalType\":\"address\",\"name\":\"_rewardToken\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"_pid\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"_user\",\"type\":\"address\"}],\"name\":\"getUserInfo\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"rewardDebt\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"pendingWithdrawals\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"internalType\":\"address\",\"name\":\"_rewardToken\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"_pid\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"_user\",\"type\":\"address\"}],\"name\":\"getWithdrawalRequests\",\"outputs\":[{\"components\":[{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"},{\"internalType\":\"uint128\",\"name\":\"lockedUntil\",\"type\":\"uint128\"},{\"internalType\":\"uint128\",\"name\":\"afterUpgrade\",\"type\":\"uint128\"}],\"internalType\":\"struct XVSVaultStorageV1.WithdrawalRequest[]\",\"name\":\"\",\"type\":\"tuple[]\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"implementation\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"internalType\":\"bool\",\"name\":\"timeBased_\",\"type\":\"bool\"},{\"internalType\":\"uint256\",\"name\":\"blocksPerYear_\",\"type\":\"uint256\"}],\"name\":\"initializeTimeManager\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"name\":\"isStakedToken\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"isTimeBased\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"name\":\"nonces\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"name\":\"numCheckpoints\",\"outputs\":[{\"internalType\":\"uint32\",\"name\":\"\",\"type\":\"uint32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"pause\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"pendingAdmin\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"internalType\":\"address\",\"name\":\"_rewardToken\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"_pid\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"_user\",\"type\":\"address\"}],\"name\":\"pendingReward\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"name\":\"pendingRewardTransfers\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"internalType\":\"address\",\"name\":\"_rewardToken\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"_pid\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"_user\",\"type\":\"address\"}],\"name\":\"pendingWithdrawalsBeforeUpgrade\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"beforeUpgradeWithdrawalAmount\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"pendingXVSVaultImplementation\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"name\":\"poolInfos\",\"outputs\":[{\"internalType\":\"contract IBEP20\",\"name\":\"token\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"allocPoint\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"lastRewardBlockOrSecond\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"accRewardPerShare\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"lockPeriod\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"internalType\":\"address\",\"name\":\"rewardToken\",\"type\":\"address\"}],\"name\":\"poolLength\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"primePoolId\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"primeRewardToken\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"primeToken\",\"outputs\":[{\"internalType\":\"contract IPrime\",\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"internalType\":\"address\",\"name\":\"_rewardToken\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"_pid\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"_amount\",\"type\":\"uint256\"}],\"name\":\"requestWithdrawal\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"resume\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"internalType\":\"address\",\"name\":\"_rewardToken\",\"type\":\"address\"}],\"name\":\"rewardTokenAmountsPerBlock\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"name\":\"rewardTokenAmountsPerBlockOrSecond\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"internalType\":\"address\",\"name\":\"_rewardToken\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"_pid\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"_allocPoint\",\"type\":\"uint256\"}],\"name\":\"set\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"internalType\":\"address\",\"name\":\"newAccessControlAddress\",\"type\":\"address\"}],\"name\":\"setAccessControl\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"internalType\":\"contract IPrime\",\"name\":\"_primeToken\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"_primeRewardToken\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"_primePoolId\",\"type\":\"uint256\"}],\"name\":\"setPrimeToken\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"internalType\":\"address\",\"name\":\"_rewardToken\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"_rewardAmount\",\"type\":\"uint256\"}],\"name\":\"setRewardAmountPerBlockOrSecond\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"internalType\":\"address\",\"name\":\"_rewardToken\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"_pid\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"_newPeriod\",\"type\":\"uint256\"}],\"name\":\"setWithdrawalLockingPeriod\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"internalType\":\"address\",\"name\":\"_xvs\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"_xvsStore\",\"type\":\"address\"}],\"name\":\"setXvsStore\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"name\":\"totalAllocPoints\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"name\":\"totalPendingWithdrawals\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"internalType\":\"address\",\"name\":\"_rewardToken\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"_pid\",\"type\":\"uint256\"}],\"name\":\"updatePool\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"vaultPaused\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"xvsAddress\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"xvsStore\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"}],\"devdoc\":{\"author\":\"Venus\",\"methods\":{\"add(address,uint256,address,uint256,uint256)\":{\"details\":\"This vault DOES NOT support deflationary tokens \\u2014 it expects that the amount of transferred tokens would equal the actually deposited amount. In practice this means that this vault DOES NOT support USDT and similar tokens (that do not provide these guarantees).\",\"params\":{\"_allocPoint\":\"Number of allocation points assigned to this pool\",\"_lockPeriod\":\"A period between withdrawal request and a moment when it's executable\",\"_rewardPerBlockOrSecond\":\"Initial reward per block or second, in terms of _rewardToken\",\"_rewardToken\":\"Reward token address\",\"_token\":\"Staked token\"}},\"claim(address,address,uint256)\":{\"params\":{\"_account\":\"The account for which to claim rewards\",\"_pid\":\"The Pool Index\",\"_rewardToken\":\"The Reward Token Address\"}},\"delegate(address)\":{\"params\":{\"delegatee\":\"The address to delegate votes to\"}},\"delegateBySig(address,uint256,uint256,uint8,bytes32,bytes32)\":{\"params\":{\"delegatee\":\"The address to delegate votes to\",\"expiry\":\"The time at which to expire the signature\",\"nonce\":\"The contract state required to match the signature\",\"r\":\"Half of the ECDSA signature pair\",\"s\":\"Half of the ECDSA signature pair\",\"v\":\"The recovery byte of the signature\"}},\"deposit(address,uint256,uint256)\":{\"params\":{\"_amount\":\"The amount to deposit to vault\",\"_pid\":\"The Pool Index\",\"_rewardToken\":\"The Reward Token Address\"}},\"executeWithdrawal(address,uint256)\":{\"params\":{\"_pid\":\"The Pool Index\",\"_rewardToken\":\"The Reward Token Address\"}},\"getBlockNumberOrTimestamp()\":{\"details\":\"Function to simply retrieve block number or block timestamp\",\"return\":\"Current block number or block timestamp\"},\"getCurrentVotes(address)\":{\"params\":{\"account\":\"The address to get votes balance\"},\"return\":\"The number of current votes for `account`\"},\"getEligibleWithdrawalAmount(address,uint256,address)\":{\"params\":{\"_pid\":\"The Pool Index\",\"_rewardToken\":\"The Reward Token Address\",\"_user\":\"The User Address\"},\"return\":\"withdrawalAmount Amount that the user can withdraw\"},\"getPriorVotes(address,uint256)\":{\"params\":{\"account\":\"The address of the account to check\",\"blockNumberOrSecond\":\"The block number or second to get the vote balance at\"},\"return\":\"The balance that user staked\"},\"getRequestedAmount(address,uint256,address)\":{\"params\":{\"_pid\":\"The Pool Index\",\"_rewardToken\":\"The Reward Token Address\",\"_user\":\"The User Address\"},\"return\":\"Total amount of requested but not yet executed withdrawals (including both executable and locked ones)\"},\"getUserInfo(address,uint256,address)\":{\"params\":{\"_pid\":\"Pool index\",\"_rewardToken\":\"Reward token address\",\"_user\":\"User address\"},\"return\":\"amount Deposited amountrewardDebt Reward debt (technical value used to track past payouts)pendingWithdrawals Requested but not yet executed withdrawals\"},\"getWithdrawalRequests(address,uint256,address)\":{\"params\":{\"_pid\":\"The Pool Index\",\"_rewardToken\":\"The Reward Token Address\",\"_user\":\"The User Address\"},\"return\":\"An array of withdrawal requests\"},\"initializeTimeManager(bool,uint256)\":{\"details\":\"Initializes the contract to use either blocks or seconds\",\"params\":{\"blocksPerYear_\":\"The number of blocks per year\",\"timeBased_\":\"A boolean indicating whether the contract is based on time or block If timeBased is true than blocksPerYear_ param is ignored as blocksOrSecondsPerYear is set to SECONDS_PER_YEAR\"}},\"pendingReward(address,uint256,address)\":{\"params\":{\"_pid\":\"Pool index\",\"_rewardToken\":\"Reward token address\",\"_user\":\"User address\"},\"return\":\"Reward the user is eligible for in this pool, in terms of _rewardToken\"},\"pendingWithdrawalsBeforeUpgrade(address,uint256,address)\":{\"params\":{\"_pid\":\"The Pool Index\",\"_rewardToken\":\"The Reward Token Address\",\"_user\":\"The address of the user\"},\"return\":\"beforeUpgradeWithdrawalAmount Total pending withdrawal amount in requests made before the vault upgrade\"},\"poolLength(address)\":{\"params\":{\"rewardToken\":\"Reward token address\"},\"return\":\"Number of pools that distribute the specified token as a reward\"},\"requestWithdrawal(address,uint256,uint256)\":{\"params\":{\"_amount\":\"The amount to withdraw from the vault\",\"_pid\":\"The Pool Index\",\"_rewardToken\":\"The Reward Token Address\"}},\"rewardTokenAmountsPerBlock(address)\":{\"params\":{\"_rewardToken\":\"Reward token address\"},\"return\":\"Number of reward tokens created per block or second\"},\"set(address,uint256,uint256)\":{\"params\":{\"_allocPoint\":\"Number of allocation points assigned to this pool\",\"_pid\":\"Pool index\",\"_rewardToken\":\"Reward token address\"}},\"setAccessControl(address)\":{\"details\":\"Admin function to set the access control address\",\"params\":{\"newAccessControlAddress\":\"New address for the access control\"}},\"setPrimeToken(address,address,uint256)\":{\"params\":{\"_primePoolId\":\"pool id for reward\",\"_primeRewardToken\":\"address of reward token\",\"_primeToken\":\"address of the prime token contract\"}},\"setRewardAmountPerBlockOrSecond(address,uint256)\":{\"params\":{\"_rewardAmount\":\"Number of allocation points assigned to this pool\",\"_rewardToken\":\"Reward token address\"}},\"setWithdrawalLockingPeriod(address,uint256,uint256)\":{\"params\":{\"_newPeriod\":\"New lock period\",\"_pid\":\"Pool index\",\"_rewardToken\":\"Reward token address\"}},\"updatePool(address,uint256)\":{\"params\":{\"_pid\":\"Pool index\",\"_rewardToken\":\"Reward token address\"}}},\"title\":\"XVS Vault\"},\"userdoc\":{\"methods\":{\"_become(address)\":{\"notice\":\"* Admin Functions **\"},\"accessControlManager()\":{\"notice\":\"Returns the address of the access control manager contract\"},\"add(address,uint256,address,uint256,uint256)\":{\"notice\":\"Add a new token pool\"},\"claim(address,address,uint256)\":{\"notice\":\"Claim rewards for pool\"},\"constructor\":\"XVSVault constructor\",\"delegate(address)\":{\"notice\":\"Delegate votes from `msg.sender` to `delegatee`\"},\"delegateBySig(address,uint256,uint256,uint8,bytes32,bytes32)\":{\"notice\":\"Delegates votes from signatory to `delegatee`\"},\"deposit(address,uint256,uint256)\":{\"notice\":\"Deposit XVSVault for XVS allocation\"},\"executeWithdrawal(address,uint256)\":{\"notice\":\"Execute withdrawal to XVSVault for XVS allocation\"},\"getCurrentVotes(address)\":{\"notice\":\"Gets the current votes balance for `account`\"},\"getEligibleWithdrawalAmount(address,uint256,address)\":{\"notice\":\"Get unlocked withdrawal amount\"},\"getPriorVotes(address,uint256)\":{\"notice\":\"Determine the xvs stake balance for an account\"},\"getRequestedAmount(address,uint256,address)\":{\"notice\":\"Get requested amount\"},\"getUserInfo(address,uint256,address)\":{\"notice\":\"Get user info with reward token address and pid\"},\"getWithdrawalRequests(address,uint256,address)\":{\"notice\":\"Returns the array of withdrawal requests that have not been executed yet\"},\"pause()\":{\"notice\":\"Pauses vault\"},\"pendingReward(address,uint256,address)\":{\"notice\":\"View function to see pending XVSs on frontend\"},\"pendingWithdrawalsBeforeUpgrade(address,uint256,address)\":{\"notice\":\"Gets the total pending withdrawal amount of a user before upgrade\"},\"poolLength(address)\":{\"notice\":\"Returns the number of pools with the specified reward token\"},\"requestWithdrawal(address,uint256,uint256)\":{\"notice\":\"Request withdrawal to XVSVault for XVS allocation\"},\"resume()\":{\"notice\":\"Resume vault\"},\"rewardTokenAmountsPerBlock(address)\":{\"notice\":\"Returns the number of reward tokens created per block or second\"},\"set(address,uint256,uint256)\":{\"notice\":\"Update the given pool's reward allocation point\"},\"setAccessControl(address)\":{\"notice\":\"Sets the address of the access control of this contract\"},\"setPrimeToken(address,address,uint256)\":{\"notice\":\"Sets the address of the prime token contract\"},\"setRewardAmountPerBlockOrSecond(address,uint256)\":{\"notice\":\"Update the given reward token's amount per block or second\"},\"setWithdrawalLockingPeriod(address,uint256,uint256)\":{\"notice\":\"Update the lock period after which a requested withdrawal can be executed\"},\"updatePool(address,uint256)\":{\"notice\":\"Update reward variables of the given pool to be up-to-date\"}},\"notice\":\"The XVS Vault allows XVS holders to lock their XVS to recieve voting rights in Venus governance and are rewarded with XVS.\"}},\"settings\":{\"compilationTarget\":{\"contracts/XVSVault/XVSVault.sol\":\"XVSVault\"},\"evmVersion\":\"istanbul\",\"libraries\":{},\"optimizer\":{\"details\":{\"constantOptimizer\":false,\"cse\":false,\"deduplicate\":false,\"jumpdestRemover\":false,\"orderLiterals\":false,\"peephole\":false,\"yul\":false},\"runs\":200},\"remappings\":[]},\"sources\":{\"@venusprotocol/governance-contracts/contracts/Governance/AccessControlledV5.sol\":{\"keccak256\":\"0x4b724928650b944935bc91713782a8cf5bbd9cdb98b3e3fedf31e611c7e6df19\",\"urls\":[\"bzz-raw://63539a3c7dfa2d00498d288d0239d1cf5c34252998cd7086c92caf1920ec3b04\",\"dweb:/ipfs/QmSyfv9PvpBGTFGzZVHCAYxHCNoeHBaFPYFsDGGV8i3FZz\"]},\"@venusprotocol/governance-contracts/contracts/Governance/IAccessControlManagerV5.sol\":{\"keccak256\":\"0x3563db4c75f7aa0b8a982bab591907dda192438a2368511b62a9c587a3e54226\",\"urls\":[\"bzz-raw://909fce56705c50c12b0cc4583caea97b97d7a31216c08681a0c5190ec3a996b4\",\"dweb:/ipfs/Qmd9Xfrk53zNDCmt1CUk6PqdZjPHe67ECYNL9FwpBYtEgf\"]},\"@venusprotocol/solidity-utilities/contracts/TimeManagerV5.sol\":{\"keccak256\":\"0x0d35813e9a6d4fe7cf466466573ca12b6b378cad8f6da0b36b13e0d428a757f0\",\"urls\":[\"bzz-raw://8dde1bb08d2d9b76d9c9a21c1e050b7c2c5a123ddf6888e5dc8c8927cdd1af17\",\"dweb:/ipfs/QmQVPsp3tuqpiNtRSkjr7H7N3sFwW9W2eSvfTBFcBDYZHW\"]},\"contracts/Tokens/Prime/IPrime.sol\":{\"keccak256\":\"0x58861c0c05b8757f1a5d50b107eff479c8680878e6aa51bc93af420caf73f500\",\"urls\":[\"bzz-raw://24d9dc4fc1b4f74df60329f42b3d1c904c02c2164257496959582400b820ec31\",\"dweb:/ipfs/Qmf7SJNV34KqiJ6dibiHv4oWDB9gd9jTpomYngBnDTLLRc\"]},\"contracts/Utils/Address.sol\":{\"keccak256\":\"0x3c2ef780599a2ae6913282b982633f07e405a4a9c8511590df571e2b773aef9d\",\"urls\":[\"bzz-raw://a771f035082a019892582d2c304e00bdb054d904cf7889eb6aa28e515b12c54e\",\"dweb:/ipfs/QmZr6j1hHr6wLdmU9PujaaNvDraYSN2fpNWyDrVChCSJSW\"]},\"contracts/Utils/ECDSA.sol\":{\"keccak256\":\"0xf27d7ad488b72c627370afa6e9acc520d4834a082363d1dc46b5573ac40a2d0a\",\"urls\":[\"bzz-raw://60141bfbc60f7bb8d3e404388c3beaab374863ba30faa1655d5ccc132d3c41a7\",\"dweb:/ipfs/QmbPFGPZQif3skRKbmh9QaqwVytukSAnztDEBqNtVEt1fR\"]},\"contracts/Utils/IBEP20.sol\":{\"keccak256\":\"0x839b08895eb1ad83502d3631e8e9e3a856d2a8c63c46f070d604af7b26c62c07\",\"urls\":[\"bzz-raw://5908d7afba215ef2350294a7b6220394b25ea51e3e878de8d16be93a5b815153\",\"dweb:/ipfs/QmeDMMMHDZ5jBDUYgTQXpktwjvMv5pvfAYTVjtgrNCEMmj\"]},\"contracts/Utils/SafeBEP20.sol\":{\"keccak256\":\"0x540ef6ddc47232a59d3ab0e95537f7a7d1c8a36f8dba315b010e60c6487bd768\",\"urls\":[\"bzz-raw://7acd695f71c1006c7f17f021381503e99b3baf395f8d8dae8d3829a524679298\",\"dweb:/ipfs/QmVhGHQZxo8J9bGpH9vgTD4px4jdEie3WnbHognBf6ABPP\"]},\"contracts/Utils/SafeCast.sol\":{\"keccak256\":\"0xe6222292bd226980fd73c00eaf3a102c8638777aa3f9c7cd9b0d0fb621da0661\",\"urls\":[\"bzz-raw://07d81c2182085c669c100aa448f68a2d1381ef5eba4416df8da0328f51bbb436\",\"dweb:/ipfs/QmRDquLhAeRCjspUKCeei4hi3XMhE9V8WRsv5qphvQrE3R\"]},\"contracts/Utils/SafeMath.sol\":{\"keccak256\":\"0x9431fd772ed4abc038cdfe9ce6c0066897bd1685ad45848748d1952935d5b8ef\",\"urls\":[\"bzz-raw://84233cdf4579e66aeb99788758f8cc750816c15ea495495c4fbb446f74da2469\",\"dweb:/ipfs/QmfPGduxT3Ty4uCcYCppy5E2ED5pwypwoaMrkC98i9Szyq\"]},\"contracts/XVSVault/XVSStore.sol\":{\"keccak256\":\"0x8082f92b13448bd4fa982c93c763439f10fe016a5f3be6d613dfe3cca68501ef\",\"urls\":[\"bzz-raw://1e2d8ee8ab3f170c35c83776b850ed024df7ce2da5fc7ce8bf46caca98fc820d\",\"dweb:/ipfs/QmPD2Q11LUCvdwqoWkiCKEXE621tfVv2pVRmcwxBPxCLS4\"]},\"contracts/XVSVault/XVSVault.sol\":{\"keccak256\":\"0xb60ac3238f6c088bc105fd784fb15e7e8d3e7c8fd14640f1945563c0ecd1a68c\",\"urls\":[\"bzz-raw://e0a5c67edd8dcd7b83ff1915f2856b4f198e7990cf473c76e3f4dd03d167e3ce\",\"dweb:/ipfs/QmUBsmCTYdkPW7Rsm1c2LV34m1gWYGEhMyYpBaEbrMy1F1\"]},\"contracts/XVSVault/XVSVaultErrorReporter.sol\":{\"keccak256\":\"0xa79877a281d024f0d03dbf1842a36a972ee6c1aa36ba93e3d646726d40684a26\",\"urls\":[\"bzz-raw://8b16cb72902db250dc2f43815874664129901d9214ea55bb5ecee0f6a8bb0efd\",\"dweb:/ipfs/QmRUFQV2uS7i7kZNNhZD2aqYCJiFPrEJmEC9Y2f7L2j92E\"]},\"contracts/XVSVault/XVSVaultProxy.sol\":{\"keccak256\":\"0xb39af917833659fe38f2f76924deda420babed8259b27741dc6cb402ade4d124\",\"urls\":[\"bzz-raw://ff79e8d65251827957467bb8d1db0dc298834d51c777f272e19a4ccb358daaee\",\"dweb:/ipfs/QmXf8EVMrgWdc2jL36kDWgie1MbLda8daEPFUbUyiHnsQJ\"]},\"contracts/XVSVault/XVSVaultStorage.sol\":{\"keccak256\":\"0xb09f9295c41bdac1350a3607f2b4ea326cb295a6d08f4145bc33ff87844cd02b\",\"urls\":[\"bzz-raw://aa827450b37c9ca75f3c8cd262cced5cb6b727a3439f5b584a5bb62ba76dd096\",\"dweb:/ipfs/QmZMFNKUnYzd6azYoFgvP24za6D5XCXKRR73Xpgw2Ryc5A\"]}},\"version\":1}",
1794
+ "zk_version": "1.5.3"
1795
+ },
1796
+ "bytecode": "0x00040000000000020000000003010019000000600330027000000f55043001970003000000410355000200000001035500000f550030019d00000001002001900000000b0000c13d00000000010000193d51001d0000040f0000008001000039000000400010043f0000000001000416000000000001004b0000001b0000c13d000000000100041100000f5601100197000000000200041a00000f5702200197000000000112019f000000000010041b00000020010000390000010000100443000001200000044300000f580100004100003d520001042e000000000100001900003d530001043000120000000000020000008005000039000000400050043f0000000002000416000000000001004b000000300000613d000000000002004b000000350000c13d000000000100041100000f5601100197000000000200041a00000f5702200197000000000112019f000000000010041b00000020010000390000010000100443000001200000044300000f580100004100003d520001042e000000000002004b000000350000c13d0000000002000031000000030020008c000000370000213d000000000100001900003d53000104300000000201000367000000000401043b000000e00340027000000f590040009c000000d50000813d00000fe10040009c000001700000813d0000100e0040009c0000019c0000813d000010180040009c000002dc0000813d000010310030009c0000074f0000613d000010320030009c000006b30000613d000010330030009c000000350000c13d00000f630020009c000000350000213d000000630020008c000000350000a13d0000000402100370000000000202043b00000f640020009c000000350000813d0000004403100370000000000503043b0000002401100370000000000401043b0000000301000039000000000301041a00000fdc00300198000008060000613d000d00000005001d000e00000004001d00000fdd03300197000000000031041b0000001301000039000000000101041a000000ff0010019000000bba0000c13d00000f5601200197000c00000001001d000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000201041a0000000e0020006b000010680000813d000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000b00000001001d0000000c01000029000000000010043f0000000701000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000e02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000200041100000f5602200197000a00000002001d000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000900000001001d0000000c01000029000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000201041a0000000e0020006b000035570000813d000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000e0200002900080005002000cd000000000101043b0000000801100029001100000001001d0000000201100039001000000001001d000000000101041a001200000001001d0000007a01000039000000000101041a000000ff00100190000017900000c13d00000f720100004100000000001004430000000001000414000017930000013d00000f5a0040009c000001870000813d00000f990040009c000001b00000813d00000fc90040009c000002fd0000813d00000fd90030009c000007790000613d00000fda0030009c000006e80000613d00000fdb0030009c000000350000c13d00000f630020009c000000350000213d000000630020008c000000350000a13d0000000402100370000000000202043b001200000002001d00000f640020009c000000350000813d0000002402100370000000000202043b00000f560020009c000000350000213d0000004401100370000000000401043b0000000301000039000000000301041a00000fdc00300198000008060000613d000e00000004001d00000fdd03300197000000000031041b0000001301000039000000000101041a000000ff0010019000000bba0000c13d00000f5601200197000d00000001001d000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000201041a0000000e0020006b000010680000813d000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000c00000001001d0000000d01000029000000000010043f0000000701000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000e02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000120200002900000f5602200197000000000101043b000b00000002001d000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000a00000001001d0000000d01000029000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000201041a0000000e0020006b000035570000813d000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000e0200002900090005002000cd000000000101043b0000000901100029001100000001001d0000000201100039001000000001001d000000000101041a001200000001001d0000007a01000039000000000101041a000000ff001001900000195d0000c13d00000f720100004100000000001004430000000001000414000019600000013d00000fe20040009c000001f10000813d000010000040009c000003a30000813d000010090030009c000007b30000613d0000100a0030009c000007290000613d0000100b0030009c000000350000c13d00000f630020009c000000350000213d000000430020008c000000350000a13d0000000402100370000000000202043b00000f640020009c000000350000813d0000002401100370000000000101043b001200000001001d0000001201000039000003c70000013d00000f5b0040009c000002b30000813d00000f890040009c000003ab0000813d00000f960030009c000007de0000613d00000f970030009c0000072b0000613d00000f980030009c000000350000c13d00000f630020009c000000350000213d000000230020008c000000350000a13d0000000401100370000000000101043b00000f640010009c000000350000813d000000000010043f0000000801000039000001ae0000013d0000100f0040009c000003b30000813d000010150030009c000007e00000613d000010160030009c000007350000613d000010170030009c000000350000c13d00000f630020009c000000350000213d000000230020008c000000350000a13d0000000401100370000000000101043b00000f640010009c000000350000813d000000000010043f0000000601000039000000200010043f000009ee0000013d00000f9a0040009c000003d20000813d00000fc60030009c000007e20000613d00000fc70030009c000007370000613d00000fc80030009c000000350000c13d00000f630020009c000000350000213d000000230020008c000000350000a13d0000000401100370000000000101043b00000f640010009c000000350000813d000000000010043f0000001101000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a001200000001001d00000f5500100198000000000100001900000a7d0000613d0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001202000029000000010220008a00000f5502200197000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a000000200110027000000f850110019700000a7d0000013d00000fe30040009c0000046e0000813d00000ff10030009c000007e40000613d00000ff20030009c000007390000613d00000ff30030009c000000350000c13d00000f630020009c000000350000213d000000430020008c000000350000a13d0000000402100370000000000202043b00000f640020009c000000350000813d0000002401100370000000000401043b0000000301000039000000000301041a00000fdc00300198000008060000613d000c00000005001d000d00000004001d00000fdd03300197000000000031041b0000001301000039000000000101041a000000ff0010019000000bba0000c13d00000f5601200197000b00000001001d000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000201041a0000000d0020006b000010680000813d000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000a00000001001d0000000b01000029000000000010043f0000000701000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000d02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000200041100000f5602200197000900000002001d000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000800000001001d0000000b01000029000000000010043f0000000a01000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000d02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000902000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000201043b000000000102041a000000000001004b000f00000000001d000e00000000001d000017c10000c13d000000400300043d0000004001300039000000400010043f000000200130003900000f770200004100000000002104350000001b020000390000000000230435000000400200043d0000000e050000290000000f0050002a000039c90000413d0000000e030000290011000f0030002d00000008010000290000000203100039000000000403041a0000004001200039000000400010043f0000001e01000039000000000112043600000f74050000410000000000510435000000110440006c0000194b0000813d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000002ab0000413d000021740000013d00000f5c0040009c000004ac0000813d00000f810030009c000007ec0000613d00000f820030009c0000074d0000613d00000f830030009c000000350000c13d00000f630020009c000000350000213d000000430020008c000000350000a13d0000000402100370000000000202043b00000f640020009c000000350000813d0000002401100370000000000101043b001200000001001d00000f840010009c000000350000813d0000001001000039000000200010043f000000000020043f000000400200003900000000010000193d513d320000040f000000200010043f0000001201000029000000000010043f000000000100001900000040020000393d513d320000040f000000000101041a00000f5502100197000000800020043f000000200110027000000f8501100197000000a00010043f00000f860100004100003d520001042e000010190030009c000004b40000213d0000101c0030009c000007f60000613d0000101d0030009c000000350000c13d00000f630020009c000000350000213d000000230020008c000000350000a13d0000000401100370000000000101043b00000f640010009c000000350000813d000000000200041a0000000003000411000000000223013f00000f560020019800000a8a0000c13d00000f560110019800000c070000c13d00000f6d01000041000000800010043f0000002001000039000000840010043f0000002501000039000000a40010043f0000102701000041000000c40010043f0000102801000041000000e40010043f00000f950100004100003d530001043000000fca0030009c000004c10000213d00000fcd0030009c000008100000613d00000fce0030009c000000350000c13d00000f630020009c000000350000213d000000630020008c000000350000a13d0000000402100370000000000202043b00000f640020009c000000350000813d0000002403100370000000000303043b001200000003001d0000004401100370000000000101043b001100000001001d00000f560010009c000000350000213d00000f5601200197001000000001001d000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000201041a000000120020006b000010680000813d000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000f00000001001d0000001001000029000000000010043f0000000701000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001202000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000110200002900000f5602200197000000000101043b001100000002001d000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000120200002900000005022000c90000000f02200029000000000101043b000d00000001001d000f00000002001d0000000301200039000000000101041a000e00000001001d0000001001000029000000000010043f0000001201000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001202000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a000900000001001d0000000f01000029000000000101041a000000400300043d00000f73020000410000000000230435000000000200041000000f5602200197000a00000003001d00000004033000390000000000230435000000400200043d000b00000002001d00000f6802000041000000000020044300000f5601100197000c00000001001d0000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000000c02000029000000040020008c0000184e0000c13d00000001030000310000187f0000013d000010010030009c0000050e0000213d000010040030009c0000084b0000613d000010050030009c000000350000c13d0000007901000039000009f10000013d00000f8a0030009c000005250000213d00000f8d0030009c0000087f0000613d00000f8e0030009c000000350000c13d0000000301000039000008a20000013d000010100030009c0000052d0000213d000010130030009c000008a10000613d000010140030009c000000350000c13d00000f630020009c000000350000213d000000430020008c000000350000a13d0000000402100370000000000202043b00000f640020009c000000350000813d0000002401100370000000000101043b001200000001001d00000f560010009c000000350000213d0000001501000039000000200010043f000000000020043f000000400200003900000000010000193d513d320000040f000000200010043f0000001201000029000000000010043f00000000010000190000004002000039000009f00000013d00000f9b0030009c000005400000213d00000f9e0030009c000008a70000613d00000f9f0030009c000000350000c13d00000f630020009c000000350000213d000000630020008c000000350000a13d0000000402100370000000000202043b00000f640020009c000000350000813d0000002403100370000000000303043b001200000003001d0000004401100370000000000101043b001100000001001d00000f560010009c000000350000213d00000f5601200197000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a000000120010006b000010680000813d0000000a01000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001202000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000110200002900000f5602200197000000000101043b000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000400300043d0000002002300039001000000001001d000000000401041a0000000501400210000e00000002001d0000000001120019000000400010043f000d00000003001d0000000000430435000f00000004001d000000000004004b000004510000613d0012000e0000002d001100000000001d0000001001000029000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000400200043d0000006003200039000000400030043f000000110600002900000001036002100000000001310019000000000301041a00000000033204360000000101100039000000000101041a00000080041002700000004005200039000000000045043500000fc001100197000000000013043500000012010000290000000001210436001200000001001d0000000106600039001100000006001d0000000f0060006c0000042f0000413d000000400100043d000000200200003900000000032104360000000d02000029000000000202043300000000002304350000004001100039000000000002004b0000046b0000613d00000000030000190000000e07000029000000007407043400000000650404340000000005510436000000000606043300000fc00660019700000000006504350000004004400039000000000404043300000fc0044001970000004005100039000000000045043500000060011000390000000103300039000000000023004b0000045c0000413d000000400200043d0000000001210049000005060000013d00000fe40030009c0000066d0000213d00000fe70030009c000008df0000613d00000fe80030009c000000350000c13d00000f630020009c000000350000213d000000630020008c000000350000a13d0000000402100370000000000202043b001200000002001d00000f640020009c000000350000813d0000004402100370000000000202043b000500000002001d0000002401100370000000000101043b000600000001001d000000c001000039000000400010043f0000001c01000039000000800010043f00000fed02000041000000a00020043f0000004703000039000000000303041a00000f6704000041000000c00040043f000000000400041100000f5604400197000000c40040043f0000004004000039000000e40040043f000001040010043f000001240020043f000001400000043f00000f6801000041000000000010044300000f5601300197001100000001001d0000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000001102000029000000040020008c00000cab0000c13d000000010300003100000cd10000013d00000f5d0030009c000006ad0000213d00000f600030009c000008e90000613d00000f610030009c000000350000c13d000000000100041a000008a30000013d0000101a0030009c000008ed0000613d0000101b0030009c000000350000c13d00000fa001000041000000800010043f00000fa101000041000000a00010043f00000fa201000041000000c00010043f00000080010000390000004302000039000007f20000013d00000fcb0030009c0000090e0000613d00000fcc0030009c000000350000c13d00000f630020009c000000350000213d000000630020008c000000350000a13d0000000402100370000000000202043b00000f640020009c000000350000813d0000002403100370000000000303043b001200000003001d0000004401100370000000000101043b001100000001001d00000f560010009c000000350000213d00000f5601200197000000000010043f0000000a01000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001202000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001102000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000501043b000000000105041a000000000001004b0000000006000019000010f40000c13d000000400100043d0000000000610435000000400200043d0000000001210049000000200110003900000f550010009c00000f5501008041000000600110021000000f550020009c00000f55020080410000004002200210000000000121019f00003d520001042e000010020030009c000009330000613d000010030030009c000000350000c13d00000f630020009c000000350000213d000000230020008c000000350000a13d0000000401100370000000000101043b00000f640010009c000000350000813d0000001102000039000000200020043f000000000010043f000000400200003900000000010000193d513d320000040f000000000101041a00000f5501100197000000800010043f00000f620100004100003d520001042e00000f8b0030009c000009db0000613d00000f8c0030009c000000350000c13d00000f8f01000041000000800010043f00000f620100004100003d520001042e000010110030009c000009e30000613d000010120030009c000000350000c13d00000f630020009c000000350000213d000000230020008c000000350000a13d0000000401100370000000000101043b00000f640010009c000000350000813d0000000f02000039000000200020043f000000000010043f000000400200003900000000010000193d513d320000040f000008a20000013d00000f9c0030009c000009f50000613d00000f9d0030009c000000350000c13d00000f630020009c000000350000213d000000c30020008c000000350000a13d0000000402100370000000000202043b001200000002001d00000f640020009c000000350000813d0000004402100370000000000202043b001000000002001d0000002402100370000000000202043b001100000002001d0000006402100370000000000202043b000f00000002001d000001000020008c000000350000813d000000a402100370000000000202043b000e00000002001d0000008401100370000000000101043b000d00000001001d0000001301000039000000000101041a000000ff0010019000000bba0000c13d00000fa001000041000000800010043f00000fa101000041000000a00010043f00000fa201000041000000c00010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000fa3011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000c00000001001d000000c001000039000000400010043f0000000801000039000000800010043f00000fa401000041000000a00010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000fa5011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000b00000001001d00000fa6010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000400300043d0000006002300039000000000012043500000040013000390000000b02000029000000000021043500000020013000390000000c020000290000000000210435000000000100041000000f560110019700000080023000390000000000120435000000400100043d00000000021200490000000002210436000c00000003001d000000a003300039000b00000003001d000000400030043f00000f550020009c00000f55020080410000004002200210000000000101043300000f550010009c00000f55010080410000006001100210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000112019f00000f7b011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000a00000001001d00000f87010000410000000b0200002900000000001204350000000c03000029000000c00130003900000f88020000410000000000210435000000400200043d0000000001230049000000da0110003900000f550010009c00000f5501008041000000600110021000000f550020009c000c00000002001d00000f55020080410000004002200210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000121019f00000f7b011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000120200002900000f5603200197000000000101043b0000000c050000290000006002500039000000110400002900000000004204350000004002500039000b00000003001d000000000032043500000020025000390000000000120435000000800150003900000010020000290000000000210435000000400200043d00000000012100490000000001120436000000a003500039000000400030043f00000f550010009c00000f55010080410000004001100210000000000202043300000f550020009c00000f55020080410000006002200210000000000112019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000112019f00000f7b011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000c04000029000000c00240003900000fa7030000410000000000320435000000c2024000390000000a030000290000000000320435000000e2024000390000000000120435000000400100043d000000000212004900000000022104360000010203400039000000400030043f00000f550020009c00000f55020080410000004002200210000000000101043300000f550010009c00000f55010080410000006001100210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000112019f00000f7b011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000400200043d000000000101043b0000000e0300002900000fa80030009c000014f10000813d0000000f03000029000000ff0330018f0000001b0430008a000000010040008c000015e80000213d0000000004020436000000400040043f00000080052000390000000e06000029000000000065043500000060052000390000000d060000290000000000650435000000400520003900000000003504350000000000140435000000400300043d001200000003001d0000000001320049000000a00110003900000f550010009c00000f5501008041000000600110021000000f550030009c00000f550200004100000000020340190000004002200210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000121019f00000001020000393d513d4c0000040f0000000003010019000000600330027000000f5503300197000000200030008c000000200400003900000000040340190000001f0540018f0000001206000029000000200760008a00000020064001900000000004670019000006540000613d000000000801034f000000008908043c0000000007970436000000000047004b000006500000c13d000000000005004b000006610000613d000000000661034f0000000305500210000000000704043300000000075701cf000000000757022f000000000606043b0000010005500089000000000656022f00000000055601cf000000000575019f0000000000540435000100000003001f00030000000103550000000100200190000018a70000613d000000400100043d000000200210008a0000000002020433000e0f560020019c00001b370000c13d000000440210003900000fbf03000041000012460000013d00000fe50030009c00000a040000613d00000fe60030009c000000350000c13d00000f630020009c000000350000213d000000430020008c000000350000a13d0000000402100370000000000202043b00000f640020009c000000350000813d0000002401100370000000000301043b0000001301000039000000000101041a000000ff0010019000000bba0000c13d001200000003001d00000f5601200197001100000001001d000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000201041a000000120020006b000010680000813d000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000120200002900000005022000c9000000000101043b0000000001210019000f00000001001d0000000201100039000e00000001001d000000000101041a001000000001001d0000007a01000039000000000101041a000000ff00100190000011380000c13d00000f7201000041000000000010044300000000010004140000113b0000013d00000f5e0030009c00000a2e0000613d00000f5f0030009c000000350000c13d0000001601000039000008a20000013d00000f630020009c000000350000213d000000630020008c000000350000a13d0000000402100370000000000202043b00000f640020009c000000350000813d0000002403100370000000000303043b001200000003001d0000004401100370000000000101043b001100000001001d00000f560010009c000000350000213d00000f5601200197000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a000000120010006b000010680000813d0000000701000039000000200010043f000000400200003900000000010000193d513d320000040f0000001202000029000000000020043f000000200010043f000000000100001900000040020000393d513d320000040f0000001102000029000000000020043f000000200010043f000000000100001900000040020000393d513d320000040f0000000201100039000000000101041a00000a7d0000013d00000f630020009c000000350000213d000000630020008c000000350000a13d0000000402100370000000000202043b00000f640020009c000000350000813d0000002403100370000000000303043b001200000003001d0000004401100370000000000101043b001100000001001d00000f560010009c000000350000213d00000f5601200197000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a000000120010006b000010680000813d0000000701000039000000200010043f000000400200003900000000010000193d513d320000040f0000001202000029000000000020043f000000200010043f000000000100001900000040020000393d513d320000040f0000001102000029000000000020043f000000200010043f000000000100001900000040020000393d513d320000040f0000000102100039000000000202041a000000000301041a0000000201100039000000000101041a000000400400043d00000040054000390000000000150435000000200140003900000000002104350000000000340435000000400100043d0000000002140049000000600220003900000a820000013d0000000201000039000008a20000013d00000f630020009c000000350000213d000000230020008c000000350000a13d0000000401100370000000000101043b00000f640010009c000000350000813d0000000602000039000009ec0000013d0000000101000039000008a20000013d0000004701000039000008a20000013d00000f630020009c000000350000213d000000430020008c000000350000a13d0000000402100370000000000202043b001200000002001d00000f640020009c000000350000813d0000002401100370000000000101043b000f00000001001d0000007a01000039000000000101041a000000ff0010019000000a940000c13d00000f72010000410000000000100443000000000100041400000a970000013d0000001801000039000009f10000013d000000c001000039000000400010043f0000000801000039000000800010043f0000103f02000041000000a00020043f0000004703000039000000000303041a00000f6704000041000000c00040043f000000000400041100000f5604400197001100000004001d000000c40040043f0000004004000039000000e40040043f000001040010043f000001240020043f0000012c0000043f00000f6801000041000000000010044300000f5601300197001200000001001d0000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000001202000029000000040020008c00000b0b0000c13d000000010300003100000b310000013d00000f630020009c000000350000213d000000430020008c000000350000a13d0000000402100370000000000202043b00000f640020009c000000350000813d0000002401100370000000000101043b001200000001001d0000000801000039000000200010043f000000000020043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000201041a000000120020006b000035570000813d000000000010043f000000200200003900000000010000193d513d320000040f000000120200002900000005022000c900000000012100190000000102100039000000000202041a0000000203100039000000000303041a0000000304100039000000000404041a000000000501041a0000000401100039000000000101041a000000400600043d0000008007600039000000000017043500000060016000390000000000410435000000400160003900000000003104350000002001600039000000000021043500000f56015001970000000000160435000000400100043d0000000002160049000000a00220003900000a820000013d00000f630020009c000000350000213d000000230020008c000000350000a13d0000000401100370000000000101043b000e00000001001d00000f640010009c000000350000813d0000001301000039000000000101041a000000ff0010019000000bba0000c13d000000000100041100000f5601100197000d00000001001d000000000010043f0000000f01000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000502000039000000000202041a00000f560220019800000c220000c13d000000400100043d00000064021000390000100c03000041000000000032043500000044021000390000100d0300004100000000003204350000002402100039000000300300003900000bcd0000013d0000007a01000039000007e50000013d0000000401000039000008a20000013d0000001701000039000008a20000013d0000001301000039000000000101041a000000ff001001900000000001000039000000010100c039000000800010043f00000f620100004100003d520001042e00000f8701000041000000800010043f00000f8801000041000000a00010043f00000080010000390000003a020000393d513d320000040f000000800010043f00000f620100004100003d520001042e00000f630020009c000000350000213d000000630020008c000000350000a13d0000000402100370000000000202043b00000f640020009c000000350000813d0000004403100370000000000503043b0000002401100370000000000401043b0000000301000039000000000301041a00000fdc0030019800000b970000c13d00000f6d01000041000000800010043f0000002001000039000000840010043f0000000a01000039000000a40010043f0000103d01000041000000c40010043f00000f920100004100003d530001043000000f630020009c000000350000213d000000630020008c000000350000a13d0000000402100370000000000202043b001200000002001d00000f640020009c000000350000813d0000004402100370000000000202043b000f00000002001d0000002401100370000000000101043b001000000001001d000000e001000039000000400010043f0000003301000039000000800010043f00000fd402000041000000a00020043f00000fd503000041000000c00030043f0000004704000039000000000404041a00000f6705000041000000e00050043f000000000500041100000f5605500197000000e40050043f0000004005000039000001040050043f000001240010043f000001440020043f000001640030043f000001770000043f00000f6801000041000000000010044300000f5601400197001100000001001d0000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000001102000029000000040020008c00000e680000c13d000000010300003100000e8e0000013d00000f630020009c000000350000213d000000430020008c000000350000a13d0000000402100370000000000202043b00000f640020009c000000350000813d0000002401100370000000000301043b00000f560030009c000000350000213d000000000100041a0000000004000411000000000114013f00000f560010019800000a8a0000c13d00000f560120019800000ca10000613d00000f560230019800000ca10000613d0000000503000039000000000403041a00000f5600400198000010af0000c13d00000f5704400197000000000414019f0000000405000039000000000605041a000000000043041b00000f5703600197000000000323019f000000000035041b0000000303000039000000000403041a00000fdd0440019700000f64044001c7000000000043041b00000f5603600197000000800000043f000000a00030043f000000c00010043f000000e00020043f000000000100041400000f550010009c00000f5501008041000000c00110021000001007011001c70000800d020000390000000103000039000010080400004100000c170000013d00000f630020009c000000350000213d000000630020008c000000350000a13d0000000402100370000000000202043b00000f640020009c000000350000813d0000002403100370000000000303043b00000f640030009c000000350000813d000000000400041a0000000005000411000000000445013f0000004401100370000000000101043b00000f560040019800000a8a0000c13d001200000001001d00110f560020019c00000ee10000c13d00000f6d01000041000000800010043f0000002001000039000000840010043f0000002201000039000000a40010043f00000f9301000041000000c40010043f00000f9401000041000000e40010043f00000f950100004100003d53000104300000000501000039000000000101041a00000f5601100197000000800010043f00000f620100004100003d520001042e00000f630020009c000000350000213d000000430020008c000000350000a13d0000000402100370000000000202043b001200000002001d00000f640020009c000000350000813d0000002401100370000000000101043b000600000001001d000000e001000039000000400010043f0000003001000039000000800010043f00000fc102000041000000a00020043f00000fc203000041000000c00030043f0000004704000039000000000404041a00000f6705000041000000e00050043f000000000500041100000f5605500197000000e40050043f0000004005000039000001040050043f000001240010043f000001440020043f000001640030043f000001740000043f00000f6801000041000000000010044300000f5601400197001100000001001d0000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000001102000029000000040020008c00000eed0000c13d000000010300003100000f130000013d00000f630020009c000000350000213d000000230020008c000000350000a13d0000000401100370000000000101043b00000f640010009c000000350000813d0000000e02000039000009ec0000013d00000f8001000041000000800010043f00000f620100004100003d520001042e00000f630020009c000000350000213d000000230020008c000000350000a13d0000000401100370000000000101043b00000f640010009c000000350000813d00000f56021001970000101e01000041000000800010043f00000f68010000410000000000100443001200000002001d0000000400200443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000001202000029000000040020008c00000f470000c13d000000010300003100000f6e0000013d00000f630020009c000000350000213d000000430020008c000000350000a13d0000000402100370000000000202043b000000000002004b0000000003000039000000010300c039000000000032004b000000350000c13d000000000300041a0000000004000411000000000434013f0000002401100370000000000301043b00000f560040019800000a8a0000c13d0000007a01000039000000000401041a0000ff000040019000000c180000c13d00000000003201a000000e5e0000613d000000000002004b00000f990000613d000000000003004b00000f990000613d00000f6d01000041000000800010043f0000002001000039000000840010043f000000a40010043f00000fd301000041000000c40010043f00000f920100004100003d530001043000000f630020009c000000350000213d000000630020008c000000350000a13d0000000402100370000000000202043b00000f640020009c000000350000813d0000002403100370000000000303043b001200000003001d0000004401100370000000000101043b001100000001001d00000f560010009c000000350000213d00000f5601200197000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a000000120010006b000010680000813d0000000a01000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001202000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000110200002900000f5602200197000000000101043b000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b001100000001001d000000000101041a001200000001001d0000000004000019001000000004001d0000001203000029000000000003004b0000124a0000613d00120001003000920000001102000029000000000102041a000000120010006b000035570000813d000000000020043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000f00000001001d00000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000120300002900000001043002100000000f024000290000000102200039000000000202041a00000fc002200197000000000101043b000000000012004b0000124a0000213d000f00000004001d0000001102000029000000000102041a000000000013004b000035570000813d000000000020043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000f01100029000000000301041a000000400200043d0000004001200039000000400010043f000000200120003900000f770400004100000000004104350000001b040000390000000000420435000000100030002a0000001004300029000009c60000413d0000097f0000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000009d30000413d000021740000013d0000007a01000039000000000101041a000000ff0010019000000a710000c13d00000f72010000410000000000100443000000000100041400000a740000013d00000f630020009c000000350000213d000000230020008c000000350000a13d0000000401100370000000000101043b00000f640010009c000000350000813d0000000902000039000000200020043f000000000010043f000000400200003900000000010000193d513d320000040f000000000101041a000000800010043f00000f620100004100003d520001042e00000f630020009c000000350000213d000000230020008c000000350000a13d0000000401100370000000000101043b00000f640010009c000000350000813d0000001402000039000000200020043f000000000010043f000000400200003900000000010000193d513d320000040f000007e50000013d000000c001000039000000400010043f0000000701000039000000800010043f00000fe902000041000000a00020043f0000004703000039000000000303041a00000f6704000041000000c00040043f000000000400041100000f5604400197001100000004001d000000c40040043f0000004004000039000000e40040043f000001040010043f000001240020043f0000012b0000043f00000f6801000041000000000010044300000f5601300197001200000001001d0000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000001202000029000000040020008c00000b4c0000c13d000000010300003100000b720000013d00000f630020009c000000350000213d000000a30020008c000000350000a13d0000000402100370000000000202043b001200000002001d00000f640020009c000000350000813d0000002402100370000000000202043b000500000002001d0000004402100370000000000202043b001100000002001d00000f640020009c000000350000813d0000008402100370000000000202043b000300000002001d0000006401100370000000000101043b000400000001001d000000e001000039000000400010043f0000002c01000039000000800010043f00000f6502000041000000a00020043f00000f6603000041000000c00030043f0000004704000039000000000404041a00000f6705000041000000e00050043f000000000500041100000f5605500197000000e40050043f0000004005000039000001040050043f000001240010043f000001440020043f000001640030043f000001700000043f00000f6801000041000000000010044300000f5601400197001000000001001d0000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000001002000029000000040020008c00000fbc0000c13d000000010300003100000fe30000013d00000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000400200043d0000000000120435000000400100043d0000000002120049000000200220003900000f550020009c00000f5502008041000000600220021000000f550010009c00000f55010080410000004001100210000000000112019f00003d520001042e00000f6d01000041000000800010043f0000002001000039000000840010043f0000000e01000039000000a40010043f0000102401000041000000c40010043f00000f920100004100003d530001043000000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b0000000f0010006b00000bc40000813d000000120100002900000f5601100197000e00000001001d000000000010043f0000001101000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a00120f550010019c000000000100001900000a7d0000613d0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001202000029000000010220008a001200000002001d000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a0000000e02000029000000000020043f0000001002000039000000200020043f00000f55011001970000000f0010006c000011db0000a13d000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000000043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a00000f55011001970000000f0010006c000000000100001900000a7d0000213d000000120000006b00000000030000190000152e0000c13d001200000003001d0000000e01000029000000000010043f0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001202000029000000000020043f000000200010043f0000000001000414000011e90000013d00000f550010009c00000f5501008041000000c00110021000000fea011001c73d513d4c0000040f0000000003010019000000600330027000000f5503300197000000200030008c000000200400003900000000040340190000001f0540018f0000002006400190000000c0046001bf000000c00900003900000b200000613d000000000701034f000000007807043c0000000009890436000000000049004b00000b1c0000c13d000000000005004b00000b2d0000613d000000000661034f0000000305500210000000000704043300000000075701cf000000000757022f000000000606043b0000010005500089000000000656022f00000000055601cf000000000575019f0000000000540435000100000003001f0003000000010355000000010020019000000bd70000613d0000001f013000390000104201100197000000400200043d0000000001210019000000400010043f00000f630030009c000000350000213d0000001f0030008c000000350000a13d0000000002020433000000000002004b0000000003000039000000010300c039000000000032004b000000350000c13d000000000002004b000010010000613d0000001302000039000000000302041a000000ff00300190000010b90000c13d000000440310003900001041040000410000000000430435000000240310003900000000002304350000106f0000013d00000f550010009c00000f5501008041000000c00110021000000fea011001c73d513d4c0000040f0000000003010019000000600330027000000f5503300197000000200030008c000000200400003900000000040340190000001f0540018f0000002006400190000000c0046001bf000000c00900003900000b610000613d000000000701034f000000007807043c0000000009890436000000000049004b00000b5d0000c13d000000000005004b00000b6e0000613d000000000661034f0000000305500210000000000704043300000000075701cf000000000757022f000000000606043b0000010005500089000000000656022f00000000055601cf000000000575019f0000000000540435000100000003001f0003000000010355000000010020019000000bef0000613d0000001f013000390000104201100197000000400200043d0000000001210019000000400010043f00000f630030009c000000350000213d0000001f0030008c000000350000a13d0000000002020433000000000002004b0000000003000039000000010300c039000000000032004b000000350000c13d000000000002004b000010010000613d0000001302000039000000000302041a000000ff00300190000010cd0000c13d000010430330019700000001033001bf000000000032041b00000f550010009c00000f55010080410000004001100210000000000200041400000f550020009c00000f5502008041000000c002200210000000000112019f00000f7b011001c70000800d02000039000000020300003900000fec04000041000010c70000013d000d00000005001d000e00000004001d00000fdd03300197000000000031041b0000001301000039000000000101041a000000ff0010019000000bba0000c13d00000f5601200197000c00000001001d000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a0000000e0010006b000010680000813d0000000d0000006b000011690000c13d000000400100043d00000044021000390000103003000041000000000032043500000024021000390000001f030000390000106e0000013d00000f6d01000041000000800010043f0000002001000039000000840010043f0000000f01000039000000a40010043f0000103401000041000000c40010043f00000f920100004100003d5300010430000000400100043d000000640210003900000ffd030000410000000000320435000000440210003900000ffe03000041000000000032043500000024021000390000002b03000039000000000032043500000f6d020000410000000000210435000000040210003900000020030000390000000000320435000000400200043d00000000012100490000008401100039000010770000013d0000001f0430018f00000f6b0230019800000be00000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000026004b00000bdc0000c13d000000000004004b00000bed0000613d000000000121034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000600130021000003d53000104300000001f0430018f00000f6b0230019800000bf80000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000026004b00000bf40000c13d000000000004004b00000c050000613d000000000121034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000600130021000003d53000104300000004702000039000000000302041a00000f5704300197000000000414019f000000000042041b00000f5602300197000000800020043f000000a00010043f000000000100041400000f550010009c00000f5501008041000000c00110021000001025011001c70000800d0200003900000001030000390000102604000041000010c80000013d00000f6d01000041000000800010043f0000002001000039000000840010043f0000001f01000039000000a40010043f00000fd001000041000000c40010043f00000f920100004100003d5300010430000000000101041a000c00000001001d000000000020043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b001000000001001d000000000101041a000f00000001001d000000000001004b001200000000001d000010d30000c13d0000000d01000029000000000010043f0000000f01000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000e0200002900000f56072001970000000c0200002900000f5606200197000000000101043b000000000201041a00000f5702200197000000000272019f000000000021041b000000400100043d00000f550010009c00000f55010080410000004001100210000000000200041400000f550020009c00000f5502008041000000c002200210000000000112019f00000f7b011001c70000800d02000039000000040300003900000fb1040000410000000d05000029001100000006001d001000000007001d3d513d470000040f0000000100200190000000350000613d0000001102000029000000100020006c000010cb0000613d000000120000006b000010cb0000613d000000110000006b0000124e0000c13d000000100000006b000010cb0000613d0000001001000029000000000010043f0000001101000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a000f00000001001d000e0f550010019c001100000000001d000016090000c13d000000400200043d0000006001200039000000400010043f000000400120003900000fbc030000410000000000310435000000200120003900000fb30300004100000000003104350000002b0300003900000000003204350000001104000029000000120340002900120f850030019b000000120040006b000018bf0000813d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00000c990000413d000021740000013d00000f6d01000041000000800010043f0000002001000039000000840010043f0000001801000039000000a40010043f00000f7f01000041000000c40010043f00000f920100004100003d530001043000000f550010009c00000f5501008041000000c00110021000000fea011001c73d513d4c0000040f0000000003010019000000600330027000000f5503300197000000200030008c000000200400003900000000040340190000001f0540018f0000002006400190000000c0046001bf000000c00900003900000cc00000613d000000000701034f000000007807043c0000000009890436000000000049004b00000cbc0000c13d000000000005004b00000ccd0000613d000000000661034f0000000305500210000000000704043300000000075701cf000000000757022f000000000606043b0000010005500089000000000656022f00000000055601cf000000000575019f0000000000540435000100000003001f0003000000010355000000010020019000000fa40000613d0000001f013000390000104201100197000000400200043d0000000001210019000000400010043f00000f630030009c000000350000213d0000001f0030008c000000350000a13d0000000002020433000000000002004b0000000003000039000000010300c039000000000032004b000000350000c13d000000000002004b000010010000613d000000120100002900000f5601100197000f00000001001d000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000201041a000d00000002001d000000060020006b000010680000813d0000000001000410000a0f560010019b001200000000001d00000cff0000013d00000012020000290000000102200039001200000002001d0000000d0020006c000015900000813d0000000f01000029000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000201041a000000120020006b000035570000813d000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000120200002900000005022000c9000000000101043b0000000001210019001000000001001d0000000201100039000e00000001001d000000000101041a001100000001001d0000007a01000039000000000101041a000000ff0010019000000d2b0000613d00000f70010000410000000000100443000000000100041400000d2e0000013d00000f72010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000110010006c00000cfa0000a13d0000001001000029000000000101041a000000400300043d00000f73020000410000000000230435000b00000003001d00000004023000390000000a030000290000000000320435000000400200043d001100000002001d00000f6802000041000000000020044300000f5601100197000c00000001001d0000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000000c02000029000000040020008c00000d5b0000c13d000000010300003100000d8b0000013d00000011050000290000000b03500069000000240430003900000f550050009c00000f55030000410000000003054019000000400330021000000f550040009c00000f55040080410000006004400210000000000334019f00000f550010009c00000f5501008041000000c001100210000000000131019f3d513d4c0000040f00000011090000290000000003010019000000600330027000000f5503300197000000200030008c000000200600003900000000060340190000002005600190000000000459001900000d7a0000613d000000000701034f000000007807043c0000000009890436000000000049004b00000d760000c13d0000001f0660019000000d870000613d000000000551034f0000000306600210000000000704043300000000076701cf000000000767022f000000000505043b0000010006600089000000000565022f00000000056501cf000000000575019f0000000000540435000100000003001f000300000001035500000001002001900000198e0000613d0000001f013000390000104202100197000000400100043d0000000002120019000000400020043f00000f630030009c000000350000213d0000001f0030008c000000350000a13d0000000001010433001100000001001d0000000f01000029000000000010043f0000001201000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001202000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000301041a000000400200043d0000004001200039000000400010043f000000200120003900000f740400004100000000004104350000001e040000390000000000420435000000110330006b000018390000413d0000007a01000039000000000101041a000000ff0110018f00000dc60000c13d000000000001004b00000dcd0000613d00000f70010000410000000000100443000000000100041400000e520000013d000b00000003001d000000000001004b00000dd10000613d00000f70010000410000000000100443000000000100041400000dd40000013d00000f72010000410000000000100443000000000100041400000e520000013d00000f72010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d0000000e02000029000000000402041a000000000501043b000000400200043d0000004001200039000000400010043f000000200120003900000f740300004100000000003104350000001e030000390000000000320435001100000004001d000c00000005001d0008000000450053000019a60000413d0000000f01000029000000000010043f0000000901000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d00000010020000290000000102200039000000000202041a000700000002001d000000000101043b000000000101041a000900000001001d0000000601000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000c03000029000000110030006c0000000002000019000000090500002900000e1d0000613d000000000101043b000000000201041a00000008012000b900000008031000fa000000000023004b00003a680000c13d000000000001004b00000e1c0000613d00000007021000b900000000011200d9000000070010006c00000e1d0000613d00003a680000013d0000000002000019000000400300043d0000004001300039000000400010043f000000200130003900000f750400004100000000004104350000001a040000390000000000430435000000000005004b000019bb0000613d000000000025004b000000000300001900000e2f0000213d00000000015200d900000f76031000d100000000011300d900000f760010009c00003a680000c13d000000400100043d0000004002100039000000400020043f000000200210003900000f750400004100000000004204350000001a02000039000000000021043500000010010000290000000304100039000000000504041a000000400200043d0000004001200039000000400010043f000000200120003900000f770600004100000000006104350000001b0600003900000000006204350000000b033000fa000000000035001a000029a10000413d0000000001350019000000000014041b0000007a01000039000000000101041a000000ff0010019000000e4f0000613d00000f70010000410000000000100443000000000100041400000e520000013d00000f72010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b0000000e02000029000000000012041b00000cfa0000013d00000f6d01000041000000800010043f0000002001000039000000840010043f0000001701000039000000a40010043f00000fd101000041000000c40010043f00000f920100004100003d530001043000000f550010009c00000f5501008041000000c00110021000000f6a011001c73d513d4c0000040f0000000003010019000000600330027000000f5503300197000000200030008c000000200400003900000000040340190000001f0540018f0000002006400190000000e004600039000000e00900003900000e7d0000613d000000000701034f000000007807043c0000000009890436000000000049004b00000e790000c13d000000000005004b00000e8a0000613d000000000661034f0000000305500210000000000704043300000000075701cf000000000757022f000000000606043b0000010005500089000000000656022f00000000055601cf000000000575019f0000000000540435000100000003001f00030000000103550000000100200190000010070000613d0000001f013000390000104201100197000000400200043d0000000001210019000000400010043f00000f630030009c000000350000213d0000001f0030008c000000350000a13d0000000002020433000000000002004b0000000003000039000000010300c039000000000032004b000000350000c13d000000000002004b000010010000613d000000120100002900000f5601100197001200000001001d000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000201041a000000100020006b000010680000813d0000000f02000029000000010220008a00000fd60020009c000012840000813d000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000100600002900000005026000c900000000011200190000000401100039000000000201041a0000000f04000029000000000041041b000000400100043d000000200310003900000000004304350000000000210435000000400200043d0000000001210049000000400110003900000f550010009c00000f5501008041000000600110021000000f550020009c00000f55020080410000004002200210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000121019f00000f7b011001c70000800d02000039000000030300003900000fd8040000410000001205000029000010c80000013d00100f560030019c0000101f0000c13d00000f6d01000041000000800010043f0000002001000039000000840010043f0000001d01000039000000a40010043f00000f9101000041000000c40010043f00000f920100004100003d530001043000000f550010009c00000f5501008041000000c00110021000000f6a011001c73d513d4c0000040f0000000003010019000000600330027000000f5503300197000000200030008c000000200400003900000000040340190000001f0540018f0000002006400190000000e004600039000000e00900003900000f020000613d000000000701034f000000007807043c0000000009890436000000000049004b00000efe0000c13d000000000005004b00000f0f0000613d000000000661034f0000000305500210000000000704043300000000075701cf000000000757022f000000000606043b0000010005500089000000000656022f00000000055601cf000000000575019f0000000000540435000100000003001f000300000001035500000001002001900000107f0000613d0000001f013000390000104201100197000000400200043d0000000001210019000000400010043f00000f630030009c000000350000213d0000001f0030008c000000350000a13d0000000003020433000000000003004b0000000002000039000000010200c039000000000023004b000000350000c13d001100240010003d0000000402100039000000000003004b000011c30000613d000000120300002900000f56053001970000000403000039000000000303041a00000fc3040000410000000000410435000f00000005001d0000000000520435000000400100043d001000000001001d00000f6801000041000000000010044300000f5601300197001200000001001d0000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000001202000029000000040020008c0000128b0000c13d0000000103000031000012bb0000013d00000f550010009c00000f5501008041000000c0011002100000101f011001c700000012020000293d513d4c0000040f0000000003010019000000600330027000000f5503300197000000200030008c000000200400003900000000040340190000001f0540018f000000200640019000000080046001bf00000f5d0000613d0000008007000039000000000801034f000000008908043c0000000007970436000000000047004b00000f590000c13d000000000005004b00000f6a0000613d000000000661034f0000000305500210000000000704043300000000075701cf000000000757022f000000000606043b0000010005500089000000000656022f00000000055601cf000000000575019f0000000000540435000100000003001f00030000000103550000000100200190000010970000613d0000001f013000390000104201100197000000400200043d0000000001210019000000400010043f00000f630030009c000000350000213d0000001f0030008c000000350000a13d000000000202043300000f640020009c000000350000813d0000000003000411000000000223013f001100040010003d00000f5600200198000011cd0000c13d00001022020000410000000000210435000000400100043d001000000001001d00000f6801000041000000000010044300000012010000290000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000001202000029000000040020008c000013080000c13d0000000103000031000013380000013d000000000002004b00000f8f0300c0410000007905000039000000000035041b000010440220019700000fd203400197000000000223019f00000100022001bf000000000021041b000000000100001900003d520001042e0000001f0430018f00000f6b0230019800000fad0000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000026004b00000fa90000c13d000000000004004b00000fba0000613d000000000121034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000600130021000003d530001043000000f550010009c00000f5501008041000000c00110021000000f6a011001c700000010020000293d513d4c0000040f0000000003010019000000600330027000000f5503300197000000200030008c000000200400003900000000040340190000001f0540018f0000002006400190000000e004600039000000e00900003900000fd20000613d000000000701034f000000007807043c0000000009890436000000000049004b00000fce0000c13d000000000005004b00000fdf0000613d000000000661034f0000000305500210000000000704043300000000075701cf000000000757022f000000000606043b0000010005500089000000000656022f00000000055601cf000000000575019f0000000000540435000100000003001f00030000000103550000000100200190000011ab0000613d0000001f013000390000104201100197000000400200043d0000000001210019000000400010043f00000f630030009c000000350000213d0000001f0030008c000000350000a13d0000000002020433000000000002004b0000000003000039000000010300c039000000000032004b000000350000c13d000000000002004b000010010000613d0000001202000029000f0f560020019c000012440000613d0000001102000029000a0f560020019c000012440000613d0000000402000039000000000202041a00000f56002001980000134a0000c13d000000440210003900000f7e0300004100000bb60000013d000000440210003900000f6c03000041000000000032043500000024021000390000000c030000390000106e0000013d0000001f0430018f00000f6b02300198000010100000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000026004b0000100c0000c13d000000000004004b0000101d0000613d000000000121034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000600130021000003d53000104300000001001000029000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a000000120010006b000010680000813d0000001601000039000000000101041a0000001702000039000000000202041a0000001803000039000000000303041a000000400400043d0000006005400039000000120600002900000000006504350000004005400039000000000035043500000020034000390000001005000029000000000053043500000f56022001970000000000240435000000400200043d0000000003240049000000800330003900000f550030009c00000f5503008041000000600330021000000f550020009c00000f55020080410000004002200210000000000223019f000000000300041400000f550030009c00000f5503008041000000c003300210000000000232019f00000f560510019700000f7b012001c70000800d02000039000000030300003900000f900400004100000011060000293d513d470000040f0000000100200190000000350000613d0000001603000039000000000103041a00000f570110019700000011011001af000000000013041b0000001703000039000000000103041a00000f570110019700000010011001af000000000013041b00000012010000290000001802000039000000000012041b000000000100001900003d520001042e000000400100043d00000044021000390000103e03000041000000000032043500000024021000390000001303000039000000000032043500000f6d020000410000000000210435000000040210003900000020030000390000000000320435000000400200043d0000000001210049000000640110003900000f550010009c00000f5501008041000000600110021000000f550020009c00000f55020080410000004002200210000000000121019f00003d53000104300000001f0430018f00000f6b02300198000010880000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000026004b000010840000c13d000000000004004b000010950000613d000000000121034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000600130021000003d53000104300000001f0430018f00000f6b02300198000010a00000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000026004b0000109c0000c13d000000000004004b000010ad0000613d000000000121034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000600130021000003d530001043000000f6d01000041000000800010043f0000002001000039000000840010043f0000001301000039000000a40010043f0000100601000041000000c40010043f00000f920100004100003d53000104300000104303300197000000000032041b00000f550010009c00000f55010080410000004001100210000000000200041400000f550020009c00000f5502008041000000c002200210000000000112019f00000f7b011001c70000800d020000390000000203000039000010400400004100000011050000293d513d470000040f0000000100200190000000350000613d000000000100001900003d520001042e000000440210003900000feb030000410000000000320435000000240210003900000017030000390000106e0000013d00000000030000190000001002000029000000000102041a001200000003001d000000000013004b000035570000813d0000000501000039000000000101041a001100000001001d000000000020043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000120300002900000005023000c9000000000101043b0000000001210019000000000101041a000000110110014f00000f5600100198000011f20000613d00000001033000390000000f0030006c0000001002000029000010d50000413d001200000000001d00000c370000013d000000000801001900000000090000190000000006000019000f00000005001d000010fb0000013d000000000008004b000005010000613d000000010880008a000000000018004b000035570000813d001000000009001d001100000008001d001200000006001d000000000050043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d00000011080000290000000102800210000000000101043b00000000022100190000000f05000029000000000105041a0000000103200039000000000303041a00000fb90330019700000fcf0030009c000011270000c13d000000000018004b00000012060000290000001009000029000035570000813d000000000402041a000000400300043d0000004002300039000000400020043f000000200230003900000f770700004100000000007204350000001b070000390000000000730435000000000094001a000022550000413d0000000009940019000010f90000013d000000000018004b00000012060000290000001009000029000035570000813d000000000402041a000000400300043d0000004002300039000000400020043f000000200230003900000f770700004100000000007204350000001b070000390000000000730435000000000064001a0000226a0000413d0000000006640019000010f90000013d00000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000100010006c000010cb0000a13d0000000f01000029000000000101041a000000400300043d00000f73020000410000000000230435000000000200041000000f5602200197000c00000003001d00000004033000390000000000230435000000400200043d000d00000002001d00000f6802000041000000000020044300000f5601100197001000000001001d0000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000001002000029000000040020008c000013520000c13d0000000103000031000013830000013d0000000701000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000e02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000200041100000f5602200197000b00000002001d000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000a00000001001d0000000201100039000900000001001d000000000301041a000000400200043d0000004001200039000000400010043f000000200120003900000f770400004100000000004104350000001b0400003900000000004204350000000d0030002a000039b40000413d0000000d013000290000000a02000029000000000202041a000000000012004b000013c90000813d000000400100043d00000044021000390000102f03000041000000000032043500000024021000390000001b030000390000106e0000013d0000001f0430018f00000f6b02300198000011b40000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000026004b000011b00000c13d000000000004004b000011c10000613d000000000121034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000600130021000003d530001043000000f6d030000410000000000310435000000200300003900000000003204350000000c0200003900000011030000290000000000230435000000440210003900000f6c03000041000010730000013d00000f6d0200004100000000002104350000002002000039000000110300002900000000002304350000006402100039000010200300004100000000003204350000004402100039000010210300004100000000003204350000002402100039000000220300003900000bd20000013d000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001202000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000001ec0000013d0000000501000039000000000101041a00000f5601100197000000000010043f0000000701000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001202000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000d02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000401041a0000000201100039000000000501041a000000400300043d0000004001300039000000400010043f000000200130003900000f740200004100000000002104350000001e020000390000000000230435000000400200043d00120000005400530000156f0000813d00000f6d0400004100000000004204350000000404200039000000200500003900000000005404350000000003030433000000240420003900000000003404350000004402200039000000000003004b000012400000613d000000000400001900000000052400190000000006140019000000000606043300000000006504350000002004400039000000000034004b000012360000413d000012400000a13d000000000123001900000000000104350000001f01300039000010420110019700000000012100190000217a0000013d000000440210003900000f7f030000410000000000320435000000240210003900000018030000390000106e0000013d000000400100043d00000010020000290000000000210435000005030000013d0000001101000029000000000010043f0000001101000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a000e00000001001d000d0f550010019c000f00000000001d0000150f0000c13d000000400200043d0000006001200039000000400010043f000000400120003900000fb2030000410000000000310435000000200120003900000fb30300004100000000003104350000002c0300003900000000003204350000000f04000029000c001200400074000016010000813d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b0000127c0000413d000021740000013d000000400100043d000000440210003900000fd703000041000000000032043500000024021000390000001a030000390000106e0000013d0000001003000029000000110230006900000f550030009c00000f5503008041000000400330021000000f550020009c00000f55020080410000006002200210000000000232019f00000f550010009c00000f5501008041000000c001100210000000000121019f00000012020000293d513d4c0000040f00000010090000290000000003010019000000600330027000000f5503300197000000200030008c000000200400003900000000040340190000001f0540018f00000020064001900000000004690019000012aa0000613d000000000701034f000000007807043c0000000009890436000000000049004b000012a60000c13d000000000005004b000012b70000613d000000000661034f0000000305500210000000000704043300000000075701cf000000000757022f000000000606043b0000010005500089000000000656022f00000000055601cf000000000575019f0000000000540435000100000003001f000300000001035500000001002001900000143e0000613d0000001f013000390000104201100197000000400200043d0000000001210019000000400010043f00000f630030009c000000350000213d0000001f0030008c000000350000a13d0000000002020433000000000002004b0000000003000039000000010300c039000000000032004b000000350000c13d000000000002004b000015e20000613d0000000f01000029000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a000d00000001001d000000000001004b000019d00000c13d0000000f01000029000000000010043f0000000601000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000201041a0000000604000029000000000041041b000000400100043d000000200310003900000000004304350000000000210435000000400200043d0000000001210049000000400110003900000f550010009c00000f5501008041000000600110021000000f550020009c00000f55020080410000004002200210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000121019f00000f7b011001c70000800d02000039000000020300003900000fc5040000410000000f05000029000010c80000013d0000001003000029000000110230006900000f550030009c00000f5503008041000000400330021000000f550020009c00000f55020080410000006002200210000000000232019f00000f550010009c00000f5501008041000000c001100210000000000121019f00000012020000293d513d470000040f00000010090000290000000003010019000000600330027000000f5503300197000000200030008c000000200400003900000000040340190000001f0540018f00000020064001900000000004690019000013270000613d000000000701034f000000007807043c0000000009890436000000000049004b000013230000c13d000000000005004b000013340000613d000000000661034f0000000305500210000000000704043300000000075701cf000000000757022f000000000606043b0000010005500089000000000656022f00000000055601cf000000000575019f0000000000540435000100000003001f00030000000103550000000100200190000014560000613d0000001f013000390000104201100197000000400200043d0000000001210019000000400010043f00000f630030009c000000350000213d0000001f0030008c000000350000a13d0000000002020433000000000002004b000010cb0000613d000000440210003900001023030000410000000000320435000000240210003900000015030000390000106e0000013d000000050000006b0000146e0000c13d000000440210003900000f7d03000041000000000032043500000024021000390000001d030000390000106e0000013d0000000d030000290000000c02300069000000240220003900000f550030009c00000f5503008041000000400330021000000f550020009c00000f55020080410000006002200210000000000232019f00000f550010009c00000f5501008041000000c001100210000000000121019f00000010020000293d513d4c0000040f0000000d090000290000000003010019000000600330027000000f5503300197000000200030008c000000200400003900000000040340190000001f0540018f00000020064001900000000004690019000013720000613d000000000701034f000000007807043c0000000009890436000000000049004b0000136e0000c13d000000000005004b0000137f0000613d000000000661034f0000000305500210000000000704043300000000075701cf000000000757022f000000000606043b0000010005500089000000000656022f00000000055601cf000000000575019f0000000000540435000100000003001f00030000000103550000000100200190000014f70000613d0000001f013000390000104202100197000000400100043d0000000002120019000000400020043f00000f630030009c000000350000213d0000001f0030008c000000350000a13d0000000001010433001000000001001d0000001101000029000000000010043f0000001201000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001202000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000301041a000000400200043d0000004001200039000000400010043f000000200120003900000f740400004100000000004104350000001e0400003900000000004204350012001000300073000019530000813d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000013c10000413d000021740000013d0000000c01000029000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000201041a0000000e0020006b000035570000813d000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000800000001001d0000000c01000029000000000010043f0000000a01000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000e02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000b02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b001200000001001d000000000101041a000000000001004b00001edd0000c13d0000000c01000029000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000201041a0000000e0020006b000035570000813d000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000e0200002900100005002000cd000000000101043b0000001001100029000f00000001001d0000000201100039000700000001001d000000000101041a001100000001001d0000007a01000039000000000101041a000000ff00100190000023810000c13d00000f720100004100000000001004430000000001000414000023840000013d0000001f0430018f00000f6b02300198000014470000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000026004b000014430000c13d000000000004004b000014540000613d000000000121034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000600130021000003d53000104300000001f0430018f00000f6b023001980000145f0000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000026004b0000145b0000c13d000000000004004b0000146c0000613d000000000121034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000600130021000003d53000104300000000f01000029000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a000d00000001001d000000000001004b000016280000c13d0000000f01000029000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000201043b000000000102041a001000000001001d000000000001004b001100000002001d00001c100000c13d0000000a01000029000000000010043f0000001401000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a000000ff0010019000001d6d0000c13d0000000f01000029000000000010043f0000000901000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000401041a000000400200043d0000004001200039000000400010043f000000200120003900000f770300004100000000003104350000001b030000390000000000320435001200000004001d000000050040002a00003a720000413d0000000f01000029000000000010043f0000000901000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d00000012030000290000000502300029000000000101043b000000000021041b0000000f01000029000000000010043f0000000601000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000402000029000000000021041b000000400300043d000000a001300039000000400010043f00000020023000390000000501000029001000000002001d00000000001204350000000a01000029001200000003001d00000000001304350000007a01000039000000000101041a000000ff00100190000021a40000c13d00000f720100004100000000001004430000000001000414000021a70000013d000000640120003900000fa9030000410000000000310435000000440120003900000faa03000041000015ed0000013d0000001f0430018f00000f6b02300198000015000000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000026004b000014fc0000c13d000000000004004b0000150d0000613d000000000121034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000600130021000003d53000104300000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000e02000029000000010220008a00000f5502200197000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a0000002001100270000f0f850010019b000012610000013d001100000000001d000000400100043d0000004002100039000000400020043f0000002002100039000000000002043500000000000104350000000e01000029000000000010043f0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000001102000029000000120220006900000fff0220019700000001022002700000001202200069000000000101043b001000000002001d00000f5502200197000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000400300043d0000004002300039000000400020043f000000000101041a00000f55021001970000000003230436000000200110027000000f850110019700000000001304350000000f03000029000000000032004b00000a7d0000613d0000001004000029000000010140008a000000000032004b00000000020100190000001202004029000000110400802900000f5503400197001200000002001d00000f5501200197000000000031004b001100000004001d0000152f0000213d00000af70000013d0000006001200039000000400010043f000000400120003900000fae0300004100000000003104350000002801000039000000000112043600000faf030000410000000000310435000000120300002900000fb00030009c00000c370000413d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000015880000413d000021740000013d0000000f01000029000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b001200000001001d000000000101041a000000060010006b000035570000813d0000001201000029000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000060200002900000005022000c9001000010020003d0000001001100029000000000101041a001100000001001d0000000f01000029000000000010043f0000000901000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000401041a000000400200043d0000004001200039000000400010043f000000200120003900000f740300004100000000003104350000001e030000390000000000320435000000400300043d000000110440006c00001eb40000813d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000015da0000413d000021740000013d000000440210003900000fc4030000410000000000320435000000240210003900000014030000390000106e0000013d000000640120003900000fa9030000410000000000310435000000440120003900000fab03000041000000000031043500000024012000390000002203000039000000000031043500000f6d010000410000000000120435000000040120003900000020030000390000000000310435000000400100043d0000000002120049000000840220003900000f550020009c00000f5502008041000000600220021000000f550010009c00000f55010080410000004001100210000000000112019f00003d53000104300000007a01000039000000000101041a000000ff00100190000018c70000c13d00000f720100004100000000001004430000000001000414000018ca0000013d0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000f02000029000000010220008a00000f5502200197000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a000000200110027000110f850010019b00000c7c0000013d000000000100041000090f560010019b001200000000001d000016310000013d00000012020000290000000102200039001200000002001d0000000d0020006c000014800000813d0000000f01000029000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000201041a000000120020006b000035570000813d000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000120200002900000005022000c9000000000101043b0000000001210019001000000001001d0000000201100039000e00000001001d000000000101041a001100000001001d0000007a01000039000000000101041a000000ff001001900000165d0000613d00000f700100004100000000001004430000000001000414000016600000013d00000f72010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000110010006c0000162c0000a13d0000001001000029000000000101041a000000400300043d00000f73020000410000000000230435000b00000003001d000000040230003900000009030000290000000000320435000000400200043d001100000002001d00000f6802000041000000000020044300000f5601100197000c00000001001d0000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000000c02000029000000040020008c0000168d0000c13d0000000103000031000016bd0000013d00000011050000290000000b03500069000000240430003900000f550050009c00000f55030000410000000003054019000000400330021000000f550040009c00000f55040080410000006004400210000000000334019f00000f550010009c00000f5501008041000000c001100210000000000131019f3d513d4c0000040f00000011090000290000000003010019000000600330027000000f5503300197000000200030008c0000002006000039000000000603401900000020056001900000000004590019000016ac0000613d000000000701034f000000007807043c0000000009890436000000000049004b000016a80000c13d0000001f06600190000016b90000613d000000000551034f0000000306600210000000000704043300000000076701cf000000000767022f000000000505043b0000010006600089000000000565022f00000000056501cf000000000575019f0000000000540435000100000003001f0003000000010355000000010020019000001fed0000613d0000001f013000390000104202100197000000400100043d0000000002120019000000400020043f00000f630030009c000000350000213d0000001f0030008c000000350000a13d0000000001010433001100000001001d0000000f01000029000000000010043f0000001201000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001202000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000301041a000000400200043d0000004001200039000000400010043f000000200120003900000f740400004100000000004104350000001e040000390000000000420435000000110330006b00001ec80000413d0000007a01000039000000000101041a000000ff0110018f000016f80000c13d000000000001004b000016ff0000613d00000f700100004100000000001004430000000001000414000017840000013d000800000003001d000000000001004b000017030000613d00000f700100004100000000001004430000000001000414000017060000013d00000f720100004100000000001004430000000001000414000017840000013d00000f72010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d0000000e02000029000000000402041a000000000501043b000000400200043d0000004001200039000000400010043f000000200120003900000f740300004100000000003104350000001e030000390000000000320435000c00000004001d000b00000005001d00070000004500530000204a0000413d0000000f01000029000000000010043f0000000901000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d00000010020000290000000102200039000000000202041a000600000002001d000000000101043b000000000101041a001100000001001d0000000601000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000b030000290000000c0030006c00000000020000190000174e0000613d000000000101043b000000000201041a00000007012000b900000007031000fa000000000023004b00003a680000c13d000000000001004b0000174d0000613d00000006021000b900000000011200d9000000060010006c0000174e0000613d00003a680000013d0000000002000019000000400300043d0000004001300039000000400010043f000000200130003900000f750400004100000000004104350000001a0400003900000000004304350000001104000029000000000004004b0000205f0000613d000000000024004b0000000003000019000017610000213d00000011012000fa00000f76031000d100000000011300d900000f760010009c00003a680000c13d000000400100043d0000004002100039000000400020043f000000200210003900000f750400004100000000004204350000001a02000039000000000021043500000010010000290000000304100039000000000504041a000000400200043d0000004001200039000000400010043f000000200120003900000f770600004100000000006104350000001b06000039000000000062043500000008033000fa000000000035001a00002f2f0000413d0000000001350019000000000014041b0000007a01000039000000000101041a000000ff00100190000017810000613d00000f700100004100000000001004430000000001000414000017840000013d00000f72010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b0000000e02000029000000000012041b0000162c0000013d00000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000120010006c000024620000a13d0000001101000029000000000101041a000000400300043d00000f73020000410000000000230435000000000200041000000f5602200197000700000003001d00000004033000390000000000230435000000400200043d000f00000002001d00000f6802000041000000000020044300000f5601100197001200000001001d0000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000001202000029000000040020008c00001e3d0000c13d000000010300003100001e6e0000013d0000000003010019000e00000000001d000f00000000001d001100000002001d000000010330008a000000000013004b000035570000813d001200000003001d000000000020043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b001000000001001d00000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d0000001203000029000000010430021000000010024000290000000102200039000000000202041a00000fc002200197000000000101043b000000000012004b000002850000213d001000000004001d0000001102000029000000000102041a000000000013004b000035570000813d000000000020043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b00000010011000290000001105000029000000000605041a0000000102100039000000000202041a00000fb90220019700000fcf0020009c001000000006001d000018120000c13d000000120060006b000035570000813d000000000301041a000000400200043d0000004001200039000000400010043f000000200120003900000f770400004100000000004104350000001b0400003900000000004204350000000e04000029000000000043001a00002dd50000413d000e00000043001d000018210000013d000000120060006b000035570000813d000000000301041a000000400200043d0000004001200039000000400010043f000000200120003900000f770400004100000000004104350000001b0400003900000000004204350000000f04000029000000000043001a00002dea0000413d000f00000043001d000000000050043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000201043b0000001001000029000000010110008a00000001031002100000000002320019000000000002041b0000000102200039000000000002041b0000001102000029000000000012041b0000001203000029000000000003004b000017c50000c13d000002850000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000018460000413d000021740000013d0000000b030000290000000a02300069000000240220003900000f550030009c00000f5503008041000000400330021000000f550020009c00000f55020080410000006002200210000000000232019f00000f550010009c00000f5501008041000000c001100210000000000121019f0000000c020000293d513d4c0000040f0000000b090000290000000003010019000000600330027000000f5503300197000000200030008c000000200400003900000000040340190000001f0540018f000000200640019000000000046900190000186e0000613d000000000701034f000000007807043c0000000009890436000000000049004b0000186a0000c13d000000000005004b0000187b0000613d000000000661034f0000000305500210000000000704043300000000075701cf000000000757022f000000000606043b0000010005500089000000000656022f00000000055601cf000000000575019f0000000000540435000100000003001f0003000000010355000000010020019000001b630000613d0000001f013000390000104202100197000000400100043d0000000002120019000000400020043f00000f630030009c000000350000213d0000001f0030008c000000350000a13d00000000040104330000004001200039000000400010043f0000001e01000039000000000112043600000f74030000410000000000310435000c00000004001d000b00090040007400001c340000813d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b0000189f0000413d000021740000013d0000001f0430018f00000f6b02300198000018b00000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000026004b000018ac0000c13d000000000004004b000018bd0000613d000000000121034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000600130021000003d53000104300000007a01000039000000000101041a000000ff0010019000001b7b0000c13d00000f72010000410000000000100443000000000100041400001b7e0000013d00000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000401043b000000400200043d0000008001200039000000400010043f000000600120003900000fb4030000410000000000310435000000400120003900000fb5030000410000000000310435000000200120003900000fb603000041000000000031043500000042030000390000000000320435000b00000004001d00000f840040009c00001bfb0000813d0000000d0000006b00001c570000c13d000000400200043d0000004001200039000000400010043f0000000b01000029000a00000002001d00000000021204360000000c0100002900000f8501100197000b00000001001d000c00000002001d00000000001204350000001101000029000000000010043f0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000d02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000a02000029000000000202043300000f5502200197000000000101043b000000000301041a00000fb903300197000000000223019f0000000c030000290000000003030433000000200330021000000fb703300197000000000232019f000000000021041b0000001101000029000000000010043f0000001101000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000e02000029000000010220003900000f5502200197000000000101043b000000000301041a00000fba03300197000000000223019f000000000021041b000000400100043d00000020021000390000000b0300002900000000003204350000000f020000290000000000210435000000400200043d0000000001210049000000400110003900000f550010009c00000f5501008041000000600110021000000f550020009c00000f55020080410000004002200210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000121019f00000f7b011001c70000800d02000039000000020300003900000fbb0400004100000011050000293d513d470000040f0000000100200190000000350000613d00000c670000013d000000000043041b0000000e020000290000000f002001b000001c2c0000c13d000000400100043d000000440210003900000ffc030000410000106b0000013d0000007a01000039000000000101041a000000ff0110018f00001c3c0000c13d000000000001004b00001cc40000c13d00000f72010000410000000000100443000000000100041400001cc70000013d00000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000120010006c000026680000a13d0000001101000029000000000101041a000000400300043d00000f73020000410000000000230435000000000200041000000f5602200197000800000003001d00000004033000390000000000230435000000400200043d000f00000002001d00000f6802000041000000000020044300000f5601100197001200000001001d0000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000001202000029000000040020008c00001f5e0000c13d000000010300003100001f8f0000013d0000001f0430018f00000f6b02300198000019970000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000026004b000019930000c13d000000000004004b000019a40000613d000000000121034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000600130021000003d5300010430000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000019b30000413d000021740000013d000000400400043d00000f6d0200004100000000002404350000000402400039000000200500003900000000005204350000000002030433000000240340003900000000002304350000004403400039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000019c80000413d000021740000013d0000000001000410000a0f560010019b001200000000001d000019e70000013d00000f72010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b0000000e02000029000000000012041b00000012020000290000000102200039001200000002001d0000000d0020006c000012de0000813d0000000f01000029000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000201041a000000120020006b000035570000813d000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000120200002900000005022000c9000000000101043b0000000001210019001000000001001d0000000201100039000e00000001001d000000000101041a001100000001001d0000007a01000039000000000101041a000000ff0010019000001a130000613d00000f70010000410000000000100443000000000100041400001a160000013d00000f72010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000110010006c000019e20000a13d0000001001000029000000000101041a000000400300043d00000f73020000410000000000230435000b00000003001d00000004023000390000000a030000290000000000320435000000400200043d001100000002001d00000f6802000041000000000020044300000f5601100197000c00000001001d0000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000000c02000029000000040020008c00001a430000c13d000000010300003100001a730000013d00000011050000290000000b03500069000000240430003900000f550050009c00000f55030000410000000003054019000000400330021000000f550040009c00000f55040080410000006004400210000000000334019f00000f550010009c00000f5501008041000000c001100210000000000131019f3d513d4c0000040f00000011090000290000000003010019000000600330027000000f5503300197000000200030008c000000200600003900000000060340190000002005600190000000000459001900001a620000613d000000000701034f000000007807043c0000000009890436000000000049004b00001a5e0000c13d0000001f0660019000001a6f0000613d000000000551034f0000000306600210000000000704043300000000076701cf000000000767022f000000000505043b0000010006600089000000000565022f00000000056501cf000000000575019f0000000000540435000100000003001f00030000000103550000000100200190000021330000613d0000001f013000390000104202100197000000400100043d0000000002120019000000400020043f00000f630030009c000000350000213d0000001f0030008c000000350000a13d0000000001010433001100000001001d0000000f01000029000000000010043f0000001201000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001202000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000301041a000000400200043d0000004001200039000000400010043f000000200120003900000f740400004100000000004104350000001e040000390000000000420435000000110330006b000021030000413d0000007a01000039000000000101041a000000ff0110018f00001aae0000c13d000000000001004b000019d40000613d00000f700100004100000000001004430000000001000414000019d70000013d000900000003001d000000000001004b00001ab50000613d00000f70010000410000000000100443000000000100041400001ab80000013d00000f72010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d0000000e02000029000000000402041a000000000501043b000000400200043d0000004001200039000000400010043f000000200120003900000f740300004100000000003104350000001e030000390000000000320435000c00000004001d000b00000005001d00080000004500530000214b0000413d0000000f01000029000000000010043f0000000901000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d00000010020000290000000102200039000000000202041a000700000002001d000000000101043b000000000101041a001100000001001d0000000601000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000b030000290000000c0030006c000000000200001900001b000000613d000000000101043b000000000201041a00000008012000b900000008031000fa000000000023004b00003a680000c13d000000000001004b00001aff0000613d00000007021000b900000000011200d9000000070010006c00001b000000613d00003a680000013d0000000002000019000000400300043d0000004001300039000000400010043f000000200130003900000f750400004100000000004104350000001a0400003900000000004304350000001104000029000000000004004b000021600000613d000000000024004b000000000300001900001b130000213d00000011012000fa00000f76031000d100000000011300d900000f760010009c00003a680000c13d000000400100043d0000004002100039000000400020043f000000200210003900000f750400004100000000004204350000001a02000039000000000021043500000010010000290000000304100039000000000504041a000000400200043d0000004001200039000000400010043f000000200120003900000f770600004100000000006104350000001b06000039000000000062043500000009033000fa000000000035001a000031bd0000413d0000000001350019000000000014041b0000007a01000039000000000101041a000000ff0010019000001b330000613d00000f700100004100000000001004430000000001000414000019d70000013d00000f720100004100000000001004430000000001000414000019d70000013d0000000e01000029000000000010043f0000000e01000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000201041a0000000103200039000000000031041b000000110020006b00001d710000c13d00000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000d00000001001d000000100010006c000020740000a13d000000400100043d000000640210003900000fbd030000410000000000320435000000440210003900000fbe03000041000000000032043500000024021000390000002a0300003900000bcd0000013d0000001f0430018f00000f6b0230019800001b6c0000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000026004b00001b680000c13d000000000004004b00001b790000613d000000000121034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000600130021000003d530001043000000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000401043b000000400200043d0000008001200039000000400010043f000000600120003900000fb4030000410000000000310435000000400120003900000fb5030000410000000000310435000000200120003900000fb603000041000000000031043500000042030000390000000000320435000d00000004001d00000f840040009c00001c420000813d0000000e0000006b00001d7b0000c13d000000400300043d0000004001300039000000400010043f00000020023000390000001201000029000c00000002001d00000000001204350000000d01000029000b00000003001d00000000001304350000001001000029000000000010043f0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000e02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000b02000029000000000202043300000f5502200197000000000101043b000000000301041a00000fb903300197000000000223019f0000000c030000290000000003030433000000200330021000000fb703300197000000000232019f000000000021041b0000001001000029000000000010043f0000001101000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000f02000029000000010220003900000f5502200197000000000101043b000000000301041a00000fba03300197000000000223019f000000000021041b000000400100043d00000020021000390000001203000029000000000032043500000011020000290000000000210435000000400200043d0000000001210049000000400110003900000f550010009c00000f5501008041000000600110021000000f550020009c00000f55020080410000004002200210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000121019f00000f7b011001c70000800d02000039000000020300003900000fbb040000410000001005000029000010c80000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00001c080000413d000021740000013d0000000003000019000000000102041a001200000003001d000000000013004b000035570000813d000000000020043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000120300002900000005023000c9000000000101043b0000000001210019000000000101041a00000f56011001970000000a0010006c00001dbd0000613d0000000103300039000000100030006c000000110200002900001c110000413d000014930000013d0000000f0000006b00001c9d0000613d0000000e0000006b00001c9d0000613d000000400100043d000000440210003900000ff40300004100001dc00000013d0000007a01000039000000000101041a000000ff0010019000001cd40000c13d00000f72010000410000000000100443000000000100041400001cd70000013d000000000001004b00001d3e0000c13d00000f72010000410000000000100443000000000100041400001d410000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00001c4f0000413d000021740000013d0000001101000029000000000010043f0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000e02000029000000010220008a00000f5502200197000a00000002001d000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a0000000b0110014f00000f5500100198000018e60000c13d0000001101000029000000000010043f0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000a02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000c04000029000000200240021000000fb702200197000000000101043b000000000301041a00000fb803300197000000000223019f000000000021041b000b0f850040019b0000192d0000013d0000000d0100002900000005021000c9001200000002001d0010000a0020002d0000000f0000006b00001dc40000c13d0000000801000029000000000301041a000000400200043d0000004001200039000000400010043f000000200120003900000f740400004100000000004104350000001e0400003900000000004204350000000e0330006c00001f210000813d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00001cbc0000413d000021740000013d00000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b0000000e02000029000000000012041b000000000100001900003d520001042e00000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000a00000001001d0000001001000029000000000010043f0000000601000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000f020000290000000202200039000000000202041a000a000a00200073000023310000a13d0000000c03000029000000090030006c000023310000613d000000000101041a000c00000001001d000000400100043d0000004002100039000000400020043f000000200210003900000f740300004100000000003204350000001e0200003900000000002104350000001001000029000000000010043f0000000901000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000c060000290000000a046000b90000000a024000fa0000000f030000290000000103300039000000000503041a000000000101043b000000000062004b00003a680000c13d000000000201041a000000000004004b000000000300001900001d1f0000613d00000000034500a900000000014300d9000000000051004b00003a680000c13d000000400500043d0000004001500039000000400010043f000000200150003900000f750400004100000000004104350000001a040000390000000000450435000000000002004b000023160000c13d000000400300043d00000f6d0200004100000000002304350000000402300039000000200400003900000000004204350000000002050433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00001d360000413d000021740000013d00000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d0000000e02000029000000000402041a000000000501043b000000400200043d0000004001200039000000400010043f000000200120003900000f740300004100000000003104350000001e030000390000000000320435001000000004001d000d00000005001d000c00000045005300001dee0000813d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00001d650000413d000021740000013d000000400100043d000000440210003900000f7903000041000012870000013d000000400100043d000000640210003900000fac030000410000000000320435000000440210003900000fad0300004100000000003204350000002402100039000000260300003900000bcd0000013d0000001001000029000000000010043f0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000f02000029000000010220008a00000f5502200197000c00000002001d000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a0000000d0110014f00000f550010019800001b9a0000c13d0000001001000029000000000010043f0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000c02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d00000012020000290000002002200210000000000101043b000000000301041a00000fb80330019700001bde0000013d000000400100043d000000440210003900000f78030000410000000000320435000000240210003900000012030000390000106e0000013d0000000b01000029000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000201041a0000000d0020006b000035570000813d000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001201100029000e00000001001d0000000201100039000a00000001001d000000000101041a001200000001001d0000007a01000039000000000101041a000000ff00100190000022890000c13d00000f7201000041000000000010044300000000010004140000228c0000013d0000001101000029000000000010043f0000000901000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000f020000290000000102200039000000000202041a000b00000002001d000000000101043b000000000101041a001100000001001d0000000601000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000d03000029000000100030006c000000000200001900001e1e0000613d000000000101043b000000000201041a0000000c012000b90000000c031000fa000000000023004b00003a680000c13d000000000001004b000000000200001900001e1e0000613d0000000b021000b900000000011200d90000000b0010006c00003a680000c13d000000400300043d0000004001300039000000400010043f000000200130003900000f750400004100000000004104350000001a040000390000000000430435000000110000006b0000217d0000c13d000000400400043d00000f6d0200004100000000002404350000000402400039000000200500003900000000005204350000000002030433000000240340003900000000002304350000004403400039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00001e350000413d000021740000013d0000000f030000290000000702300069000000240220003900000f550030009c00000f5503008041000000400330021000000f550020009c00000f55020080410000006002200210000000000232019f00000f550010009c00000f5501008041000000c001100210000000000121019f00000012020000293d513d4c0000040f0000000f090000290000000003010019000000600330027000000f5503300197000000200030008c000000200400003900000000040340190000001f0540018f0000002006400190000000000469001900001e5d0000613d000000000701034f000000007807043c0000000009890436000000000049004b00001e590000c13d000000000005004b00001e6a0000613d000000000661034f0000000305500210000000000704043300000000075701cf000000000757022f000000000606043b0000010005500089000000000656022f00000000055601cf000000000575019f0000000000540435000100000003001f0003000000010355000000010020019000001fd50000613d0000001f013000390000104202100197000000400100043d0000000002120019000000400020043f00000f630030009c000000350000213d0000001f0030008c000000350000a13d0000000001010433001200000001001d0000000c01000029000000000010043f0000001201000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000e02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000301041a000000400200043d0000004001200039000000400010043f000000200120003900000f740400004100000000004104350000001e04000039000000000042043500120012003000730000227f0000813d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00001eac0000413d000021740000013d0000004001300039000000400010043f0000001b01000039000000000113043600000f77020000410000000000210435000000050040002a00003a870000413d001100050040002e000020050000c13d000000400100043d000000640210003900000fef030000410000000000320435000000440210003900000ff003000041000000000032043500000024021000390000002e0300003900000bcd0000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00001ed50000413d000021740000013d00000000060100190000000008000019000000000700001900001ee30000013d000000000006004b000021300000613d000000010660008a000000000016004b000035570000813d000f00000008001d001000000007001d001100000006001d0000001201000029000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d00000011060000290000000102600210000000000101043b00000000022100190000001201000029000000000101041a0000000103200039000000000303041a00000fb90330019700000fcf0030009c00001f100000c13d000000000016004b00000010070000290000000f08000029000035570000813d000000000402041a000000400300043d0000004002300039000000400020043f000000200230003900000f770500004100000000005204350000001b050000390000000000530435000000000084001a000036450000413d000000000884001900001ee10000013d000000000016004b00000010070000290000000f08000029000035570000813d000000000402041a000000400300043d0000004002300039000000400020043f000000200230003900000f770500004100000000005204350000001b050000390000000000530435000000000074001a0000365a0000413d000000000774001900001ee10000013d0000000801000029000000000031041b0000000b01000029000000000010043f0000001201000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000d02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000301041a000000400200043d0000004001200039000000400010043f000000200120003900000f740400004100000000004104350000001e0400003900000000004204350012000e00300074000022ba0000813d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00001f560000413d000021740000013d0000000f030000290000000802300069000000240220003900000f550030009c00000f5503008041000000400330021000000f550020009c00000f55020080410000006002200210000000000232019f00000f550010009c00000f5501008041000000c001100210000000000121019f00000012020000293d513d4c0000040f0000000f090000290000000003010019000000600330027000000f5503300197000000200030008c000000200400003900000000040340190000001f0540018f0000002006400190000000000469001900001f7e0000613d000000000701034f000000007807043c0000000009890436000000000049004b00001f7a0000c13d000000000005004b00001f8b0000613d000000000661034f0000000305500210000000000704043300000000075701cf000000000757022f000000000606043b0000010005500089000000000656022f00000000055601cf000000000575019f0000000000540435000100000003001f00030000000103550000000100200190000021180000613d0000001f013000390000104202100197000000400100043d0000000002120019000000400020043f00000f630030009c000000350000213d0000001f0030008c000000350000a13d0000000001010433001200000001001d0000000d01000029000000000010043f0000001201000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000e02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000301041a000000400200043d0000004001200039000000400010043f000000200120003900000f740400004100000000004104350000001e0400003900000000004204350012001200300073000023b20000813d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00001fcd0000413d000021740000013d0000001f0430018f00000f6b0230019800001fde0000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000026004b00001fda0000c13d000000000004004b00001feb0000613d000000000121034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000600130021000003d53000104300000001f0430018f00000f6b0230019800001ff60000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000026004b00001ff20000c13d000000000004004b000020030000613d000000000121034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000600130021000003d53000104300000001201000029000000000101041a000000060010006b000035570000813d0000001201000029000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000001202000029000000000202041a000000060020006b000035570000813d000000000101043b0000001001100029000000000201041a001200000002001d0000000502000029000000000021041b0000000f01000029000000000010043f0000000901000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001102000029000000000021041b000000400100043d00000020021000390000000503000029000000000032043500000012020000290000000000210435000000400200043d0000000001210049000000400110003900000f550010009c00000f5501008041000000600110021000000f550020009c00000f55020080410000004002200210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000121019f00000f7b011001c70000800d02000039000000030300003900000fee040000410000000f050000290000000606000029000010c80000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000020570000413d000021740000013d000000400400043d00000f6d0200004100000000002404350000000402400039000000200500003900000000005204350000000002030433000000240340003900000000002304350000004403400039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b0000206c0000413d000021740000013d0000000e01000029000000000010043f0000000f01000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000502000039000000000202041a00000f5602200198000007d40000613d000000000101041a000c00000001001d000000000020043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b001100000001001d000000000101041a000f00000001001d000000000001004b001200000000001d000024320000c13d0000000e01000029000000000010043f0000000f01000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000c0200002900000f5606200197000000000101043b000000000201041a00000f57022001970000000b07000029000000000272019f000000000021041b000000400100043d00000f550010009c00000f55010080410000004001100210000000000200041400000f550020009c00000f5502008041000000c002200210000000000112019f00000f7b011001c70000800d02000039000000040300003900000fb1040000410000000e05000029001100000006001d3d513d470000040f0000000100200190000000350000613d00000011020000290000000b0020006c000010cb0000613d000000120000006b000010cb0000613d000000110000006b00002b3b0000c13d0000000b0000006b000010cb0000613d0000000b01000029000000000010043f0000001101000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a001000000001001d000f0f550010019c001100000000001d00002f100000c13d000000400200043d0000006001200039000000400010043f000000400120003900000fbc030000410000000000310435000000200120003900000fb30300004100000000003104350000002b0300003900000000003204350000001104000029000000120340002900120f850030019b000000120040006b00002f8d0000813d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000020fb0000413d000021740000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000021100000413d000021740000013d0000001f0430018f00000f6b02300198000021210000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000026004b0000211d0000c13d000000000004004b0000212e0000613d000000000121034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000600130021000003d5300010430000000000007004b000014120000613d0000273e0000013d0000001f0430018f00000f6b023001980000213c0000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000026004b000021380000c13d000000000004004b000021490000613d000000000121034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000600130021000003d5300010430000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000021580000413d000021740000013d000000400400043d00000f6d0200004100000000002404350000000402400039000000200500003900000000005204350000000002030433000000240340003900000000002304350000004403400039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b0000216d0000413d000021770000a13d000000000132001900000000000104350000001f0120003900001042011001970000000001310019000000400200043d0000000001210049000010770000013d000000110020006b0000000003000019000021850000213d00000011012000fa00000f76031000d100000000011300d900000f760010009c00003a680000c13d000000400100043d0000004002100039000000400020043f000000200210003900000f7505000041000000000052043500000000004104350000000f010000290000000304100039000000000504041a000000400200043d0000004001200039000000400010043f000000200120003900000f770600004100000000006104350000001b06000039000000000062043500000012033000fa000000000035001a00003a9c0000413d0000000001350019000000000014041b0000007a01000039000000000101041a000000ff00100190000024000000c13d00000f72010000410000000000100443000000000100041400001cc70000013d00000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d00000012020000290000004003200039000000000101043b000d00000003001d000000000013043500000080032000390000000301000029000e00000003001d00000000001304350000006001200039000c00000001001d00000000000104350000001102000029000000000102041a000b00000001001d0000000101100039000000000012041b000000000020043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000b0200002900000005022000c9000000000101043b0000000001210019000000000201041a00000f57022001970000001203000029000000000303043300000f5603300197000000000232019f000000000021041b000000100200002900000000020204330000000103100039000000000023041b0000000d0200002900000000020204330000000203100039000000000023041b0000000c0200002900000000020204330000000303100039000000000023041b00000004011000390000000e020000290000000002020433000000000021041b0000000a01000029000000000010043f0000001401000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000201041a000010430220019700000001022001bf000000000021041b0000000401000039000000000101041a0000000102000039000000400400043d0000002403400039000000000023043500000f7a020000410000000000240435001000000004001d00000004024000390000000f03000029000000000032043500000f6802000041000000400300043d000e00000003001d000000000020044300000f5601100197001200000001001d0000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000001202000029000000040020008c000022300000613d0000000e030000290000001002300069000000440220003900000f550030009c00000f5503008041000000400330021000000f550020009c00000f55020080410000006002200210000000000232019f00000f550010009c00000f5501008041000000c001100210000000000121019f00000012020000293d513d470000040f0000000003010019000000600330027000010f550030019d0003000000010355000000010020019000002bbf0000613d0000001101000029000000000101041a000000400200043d00000040032000390000000304000029000000000043043500000020032000390000000404000029000000000043043500000005030000290000000000320435000000400300043d0000000002320049000000600220003900000f550020009c00000f5502008041000000600220021000000f550030009c00000f55030080410000004003300210000000000232019f000000000300041400000f550030009c00000f5503008041000000c003300210000000000232019f000000010610008a00000f7b012001c70000800d02000039000000040300003900000f7c040000410000000f050000290000000a070000293d513d470000040f0000000100200190000000350000613d000010cb0000013d000000400400043d00000f6d0100004100000000001404350000000401400039000000200500003900000000005104350000000001030433000000240340003900000000001304350000004403400039000000000001004b0000387b0000613d000000000400001900000000053400190000000006240019000000000606043300000000006504350000002004400039000000000014004b000022620000413d0000324e0000013d000000400400043d00000f6d0100004100000000001404350000000401400039000000200500003900000000005104350000000001030433000000240340003900000000001304350000004403400039000000000001004b0000387b0000613d000000000400001900000000053400190000000006240019000000000606043300000000006504350000002004400039000000000014004b000022770000413d0000324e0000013d0000007a01000039000000000101041a000000ff0110018f000023bc0000c13d000000000001004b000024540000c13d00000f720100004100000000001004430000000001000414000024570000013d00000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000120010006c000030890000a13d0000000e01000029000000000101041a000000400300043d00000f73020000410000000000230435000000000200041000000f5602200197000600000003001d00000004033000390000000000230435000000400200043d001200000002001d00000f6802000041000000000020044300000f5601100197000700000001001d0000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000000702000029000000040020008c000029290000c13d00000001030000310000295b0000013d0000000b01000029000000000010043f0000001201000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000d02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001202000029000000000021041b0000001001000029000000000101041a000000400200043d00000024032000390000000904000029000000000043043500000044032000390000000e040000290000000000430435000000400400043d0000000003430049000e00000004001d00000000033404360000006402200039000000400020043f000000000203043300000ff50220019700000ff6022001c7001200000003001d000000000023043500000ff702000041000000000020044300000f5601100197001000000001001d0000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000024bf0000613d00000ff80010009c000024bf0000613d000000400100043d0000000e020000290000000002020433000000000002004b0000230e0000613d000000000300001900000000041300190000001205300029000000000505043300000000005404350000002003300039000000000023004b000023040000413d0000230e0000a13d00000000031200190000000000030435000000400400043d00000000030004140000001005000029000000040050008c00002bd80000c13d0000000102000039000000010400003100002bec0000013d000000000032004b00000000050000190000231e0000213d00000000012300d900000f76051000d100000000011500d900000f760010009c00003a680000c13d000000400100043d0000004002100039000000400020043f000000200210003900000f750300004100000000003204350000000000410435000000400200043d0000004001200039000000400010043f000000200120003900000f770300004100000000003104350000001b0300003900000000003204350000000b035000fa0000000e0030002a00003ab10000413d000e000e0030002d0000001001000029000000000010043f0000000a01000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001202000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001102000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b001100000001001d000000000101041a000000000001004b001000000000001d000023c20000c13d0000000d01000029000000000401041a0000000101100039000000000101041a000000400300043d0000004002300039000000400020043f000000200230003900000f740500004100000000005204350000001e050000390000000000530435000000100440006c000024040000813d000000400400043d00000f6d0100004100000000001404350000000401400039000000200500003900000000005104350000000001030433000000240340003900000000001304350000004403400039000000000001004b0000387b0000613d000000000400001900000000053400190000000006240019000000000606043300000000006504350000002004400039000000000014004b000023790000413d0000324e0000013d00000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000110010006c000032230000a13d0000000f01000029000000000101041a000000400300043d00000f73020000410000000000230435000000000200041000000f5602200197000500000003001d00000004033000390000000000230435000000400200043d001100000002001d00000f6802000041000000000020044300000f5601100197000600000001001d0000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000000602000029000000040020008c000029b60000c13d0000000103000031000029e80000013d0000007a01000039000000000101041a000000ff0110018f000026120000c13d000000000001004b0000265a0000c13d00000f7201000041000000000010044300000000010004140000265d0000013d000000000001004b000026180000c13d00000f7201000041000000000010044300000000010004140000261b0000013d0000000002010019001000000000001d000f00000000001d000023c90000013d0000001202000029000000000002004b0000235e0000613d0012000100200092000000120010006b000035570000813d0000001101000029000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d00000012040000290000000102400210000000000101043b00000000022100190000001101000029000000000101041a0000000103200039000000000303041a00000fb90330019700000fcf0030009c000023f10000c13d000000000014004b000035570000813d000000000402041a000000400300043d0000004002300039000000400020043f000000200230003900000f770500004100000000005204350000001b050000390000000000530435000000100040002a0000395d0000413d001000100040002d000023c60000013d000000000014004b000035570000813d000000000402041a000000400300043d0000004002300039000000400020043f000000200230003900000f770500004100000000005204350000001b0500003900000000005304350000000f0040002a000039720000413d000f000f0040002d000023c60000013d00000f70010000410000000000100443000000000100041400001cc70000013d00000000030000190000240a0000613d0000000e034000b900000000024300d90000000e0020006c00003a680000c13d000000400200043d0000004004200039000000400040043f000000200420003900000f750500004100000000005404350000001a040000390000000000420435000000400400043d0000004002400039000000400020043f000000200240003900000f740500004100000000005204350000001e050000390000000000540435000000400500043d00000f760330012a000000000113004b000027fa0000813d00000f6d0100004100000000001504350000000401500039000000200300003900000000003104350000000001040433000000240350003900000000001304350000004403500039000000000001004b0000387b0000613d000000000400001900000000053400190000000006240019000000000606043300000000006504350000002004400039000000000014004b0000242a0000413d0000324e0000013d001200000000001d0000001101000029000000000101041a000000120010006b000035570000813d0000000501000039000000000101041a001000000001001d0000001101000029000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000120200002900000005022000c9000000000101043b0000000001210019000000000101041a000000100110014f00000f56001001980000288e0000613d00000012010000290000000101100039001200000001001d0000000f0010006c000024330000413d001200000000001d0000209b0000013d00000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b0000001002000029000000000012041b0000000c01000029000000000010043f0000000a01000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000e02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000a02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b001200000001001d000000000101041a000000000001004b000024c30000c13d00000008020000290011000b0020002d0000000901000029000000000401041a000000000004004b000025070000c13d0000001101000029000000000101041a000000000200041000000f5602200197000000400300043d0000004404300039000000000024043500000024023000390000000a04000029000000000042043500000064023000390000000d040000290000000000420435000000400400043d0000000002420049001000000004001d00000000042404360000008402300039000000400020043f000000000204043300000ff50220019700001036022001c7000f00000004001d000000000024043500000ff702000041000000000020044300000f5601100197001200000001001d0000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000024bf0000613d00000ff80010009c000025810000c13d000000400100043d0000004402100039000010370300004100000bb60000013d000000000601001900000000080000190000000007000019000024c90000013d000000000006004b0000255b0000613d000000010660008a000000000016004b000035570000813d000f00000008001d001000000007001d001100000006001d0000001201000029000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d00000011060000290000000102600210000000000101043b00000000022100190000001201000029000000000101041a0000000103200039000000000303041a00000fb90330019700000fcf0030009c000024f60000c13d000000000016004b00000010070000290000000f08000029000035570000813d000000000402041a000000400300043d0000004002300039000000400020043f000000200230003900000f770500004100000000005204350000001b050000390000000000530435000000000084001a000036f70000413d0000000008840019000024c70000013d000000000016004b00000010070000290000000f08000029000035570000813d000000000402041a000000400300043d0000004002300039000000400020043f000000200230003900000f770500004100000000005204350000001b050000390000000000530435000000000074001a0000370c0000413d0000000007740019000024c70000013d00000009020000290000000201200039000000000701041a00000011010000290000000301100039000000000501041a0000000101200039000000000101041a000000400600043d0000004002600039000000400020043f000000200260003900000f740300004100000000003204350000001e030000390000000000360435000000000774004b0000252e0000813d000000400300043d00000f6d0100004100000000001304350000000401300039000000200400003900000000004104350000000001060433000000240430003900000000001404350000004403300039000000000001004b0000387b0000613d000000000400001900000000053400190000000006240019000000000606043300000000006504350000002004400039000000000014004b000025260000413d0000324e0000013d0000000004000019000025340000613d00000000045700a900000000027400d9000000000052004b00003a680000c13d000000400200043d0000004005200039000000400050043f000000200520003900000f750600004100000000006504350000001a050000390000000000520435000000400500043d0000004002500039000000400020043f000000200250003900000f74060000410000000000620435000000000035043500000f760340012a00100000001300530000255e0000813d000000400300043d00000f6d0100004100000000001304350000000401300039000000200400003900000000004104350000000001050433000000240430003900000000001404350000004403300039000000000001004b0000387b0000613d000000000400001900000000053400190000000006240019000000000606043300000000006504350000002004400039000000000014004b000025530000413d0000324e0000013d000000000007004b0000248e0000613d0000273e0000013d000024940000613d0000000401000039000000000101041a000000400300043d00000f7302000041000000000023043500000f5602100197000f00000003001d0000000401300039000b00000002001d0000000000210435000000400100043d001200000001001d00000f680100004100000000001004430000000c010000290000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000000c02000029000000040020008c00002a2e0000c13d000000010300003100002a600000013d000000400100043d00000010020000290000000002020433000000000002004b000025920000613d00000000030000190000000f0600002900000000041300190000000005630019000000000505043300000000005404350000002003300039000000000023004b000025880000413d000025920000a13d00000000031200190000000000030435000000400400043d00000000030004140000001205000029000000040050008c0000259a0000c13d00000001020000390000000104000031000025ae0000013d0000000001120019000000000141004900000f550010009c00000f5501008041000000600110021000000f550040009c00000f55040080410000004002400210000000000121019f00000f550030009c00000f5503008041000000c002300210000000000121019f00000012020000293d513d470000040f000000010220018f0003000000010355000000600110027000010f550010019d00000f5504100197000000000004004b000025b30000c13d00000060030000390000008001000039000025d10000013d0000003f014000390000104201100197000000400300043d0000000001130019000000400010043f000000000143043600001042054001980000001f0640018f00000000045100190000000307000367000025c40000613d000000000807034f0000000009010019000000008a08043c0000000009a90436000000000049004b000025c00000c13d000000000006004b000025d10000613d000000000557034f0000000306600210000000000704043300000000076701cf000000000767022f000000000505043b0000010006600089000000000565022f00000000056501cf000000000575019f0000000000540435000000000002004b000025de0000c13d000000400100043d00000044021000390000103c03000041000000000032043500000f6d0200004100000000002104350000002402100039000000200300003900000000003204350000000402100039000010730000013d0000000002030433000000000002004b000026470000c13d000000400100043d0000000902000029000000000402041a0000004002100039000000400020043f0000001b02000039000000000321043600000f77020000410000000000230435000000400200043d0000000d0040002a00003ac60000413d0000000d044000290000000901000029000000000041041b0000000201100039000000000501041a00000011010000290000000301100039000000000301041a0000004001200039000000400010043f0000001e01000039000000000112043600000f74060000410000000000610435000000000454004b000027fe0000813d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b0000260a0000413d000021740000013d000000000001004b0000277c0000c13d00000f7201000041000000000010044300000000010004140000277f0000013d00000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d0000001002000029000000000402041a000000000501043b000000400200043d0000004001200039000000400010043f000000200120003900000f740300004100000000003104350000001e030000390000000000320435000f00000004001d000700000005001d0006000000450053000027ab0000813d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b0000263f0000413d000021740000013d00000f630020009c000000350000213d0000001f0020008c000000350000a13d0000000002010433000000000002004b0000000001000039000000010100c039000000000012004b000000350000c13d000000400100043d000000000002004b000025e20000c13d000000640210003900000ff9030000410000000000320435000000440210003900000ffa0300004100001b5f0000013d00000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b0000001002000029000000000012041b0000000d01000029000000000010043f0000000a01000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000e02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000b02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b001200000001001d000000000101041a000000000001004b0000269f0000c13d0000000a01000029000000000201041a000000000002004b000026e30000c13d0000000301000039000000000201041a00000fdd0220019700000f64022001c7000000000021041b000000000100001900003d520001042e000000000601001900000000080000190000000007000019000026a50000013d000000000006004b0000273c0000613d000000010660008a000000000016004b000035570000813d000f00000008001d001000000007001d001100000006001d0000001201000029000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d00000011060000290000000102600210000000000101043b00000000022100190000001201000029000000000101041a0000000103200039000000000303041a00000fb90330019700000fcf0030009c000026d20000c13d000000000016004b00000010070000290000000f08000029000035570000813d000000000402041a000000400300043d0000004002300039000000400020043f000000200230003900000f770500004100000000005204350000001b050000390000000000530435000000000084001a0000385a0000413d0000000008840019000026a30000013d000000000016004b00000010070000290000000f08000029000035570000813d000000000402041a000000400300043d0000004002300039000000400020043f000000200230003900000f770500004100000000005204350000001b050000390000000000530435000000000074001a0000386f0000413d0000000007740019000026a30000013d00000009030000290000000c013000290000000301100039000000000301041a0000000a050000290000000201500039000000000401041a0000000101500039000000000701041a000000400800043d0000004005800039000000400050043f000000200680003900000f740500004100000000005604350000001e050000390000000000580435000000000a42004b0000270b0000813d000000400200043d00000f6d0100004100000000001204350000000401200039000000200300003900000000003104350000000001080433000000240320003900000000001304350000004402200039000000000001004b0000273a0000613d000000000300001900000000042300190000000005630019000000000505043300000000005404350000002003300039000000000013004b000027030000413d000027370000013d0000000009000019000027110000613d00000000093a00a90000000006a900d9000000000036004b00003a680000c13d000000400800043d0000004006800039000000400060043f000000200680003900000f750a0000410000000000a604350000001a060000390000000000680435000000400a00043d0000004008a00039000000400080043f0000002008a0003900000f740b0000410000000000b8043500000000005a043500000f760990012a0011000000790053000027420000813d000000400200043d00000f6d01000041000000000012043500000004012000390000002003000039000000000031043500000000010a0433000000240320003900000000001304350000004402200039000000000001004b0000273a0000613d000000000300001900000000042300190000000005830019000000000505043300000000005404350000002003300039000000000013004b000027300000413d0000273a0000a13d000000000321001900000000000304350000001f01100039000012410000013d000000000007004b000026940000613d000000400100043d00000044021000390000103503000041000012870000013d000026980000613d000000400700043d0000004008700039000000400080043f000000200870003900000f740900004100000000009804350000000000570435000000000442004b0000000002000019000027510000613d00000000023400a900000000044200d9000000000034004b00003a680000c13d000000400300043d0000004004300039000000400040043f000000200430003900000f75050000410000000000540435000000000063043500000f760220012a000000000021041b0000000401000039000000000101041a000000400300043d00000f7302000041000000000023043500000f5602100197001000000003001d0000000401300039000f00000002001d000000000021043500000f6801000041000000400200043d001200000002001d00000000001004430000000d010000290000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000000d02000029000000040020008c00002c340000c13d000000010300003100002c660000013d00000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d0000001002000029000000000402041a000000000501043b000000400200043d0000004001200039000000400010043f000000200120003900000f740300004100000000003104350000001e030000390000000000320435000f00000004001d000800000005001d0007000000450053000028da0000813d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000027a30000413d000021740000013d0000000c01000029000000000010043f0000000901000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d00000011020000290000000102200039000000000202041a000400000002001d000000000101043b000000000101041a000500000001001d0000000601000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d00000007030000290000000f0030006c0000000002000019000027db0000613d000000000101043b000000000201041a00000006012000b900000006031000fa000000000023004b00003a680000c13d000000000001004b0000000002000019000027db0000613d00000004021000b900000000011200d9000000040010006c00003a680000c13d000000400300043d0000004001300039000000400010043f000000200130003900000f750400004100000000004104350000001a040000390000000000430435000000050000006b00002d290000c13d000000400400043d00000f6d0200004100000000002404350000000402400039000000200500003900000000005204350000000002030433000000240340003900000000002304350000004403400039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000027f20000413d000021740000013d0000000000150435000000400100043d000000000215004900000a810000013d0000000001000019000028040000613d00000000013400a900000000024100d9000000000032004b00003a680000c13d000000400200043d0000004003200039000000400030043f000000200320003900000f750400004100000000004304350000001a03000039000000000032043500000f760110012a00000009020000290000000102200039000000000012041b0000000501000039000000000101041a0000001102000029000000000202041a000000000112013f00000f5600100198000037e50000c13d0000000a01000029000000000010043f0000000f01000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000301041a000000400200043d0000006001200039000000400010043f00000040012000390000103804000041000000000041043500000020012000390000103a040000410000000000410435000000210400003900000000004204350000000d0400002900000fb00040009c00002d5e0000813d00120f560030019c000037e50000613d0000000d0000006b000037e50000613d0000001201000029000000000010043f0000001101000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a001000000001001d000f0f550010019c001100000000001d000028690000613d0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001002000029000000010220008a00000f5502200197000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a000000200110027000110f850010019b000000400200043d0000006001200039000000400010043f000000400120003900000fbc030000410000000000310435000000200120003900000fb30300004100000000003104350000002b03000039000000000032043500000011040000290000000d03400029000b0f850030019b0000000b0040006b0000363d0000813d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000028860000413d000021740000013d0000000501000039000000000101041a00000f5601100197000000000010043f0000000701000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001202000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000e02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000401041a0000000201100039000000000501041a000000400300043d0000004001300039000000400010043f000000200130003900000f740200004100000000002104350000001e020000390000000000230435000000400200043d001200000054005300002dff0000813d00000f6d0400004100000000004204350000000404200039000000200500003900000000005404350000000003030433000000240420003900000000003404350000004402200039000000000003004b000012400000613d000000000400001900000000052400190000000006140019000000000606043300000000006504350000002004400039000000000034004b000028d20000413d0000123d0000013d0000000d01000029000000000010043f0000000901000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d00000011020000290000000102200039000000000202041a000500000002001d000000000101043b000000000101041a000600000001001d0000000601000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d00000008030000290000000f0030006c00000000020000190000290a0000613d000000000101043b000000000201041a00000007012000b900000007031000fa000000000023004b00003a680000c13d000000000001004b00000000020000190000290a0000613d00000005021000b900000000011200d9000000050010006c00003a680000c13d000000400300043d0000004001300039000000400010043f000000200130003900000f750400004100000000004104350000001a040000390000000000430435000000060000006b00002d8b0000c13d000000400400043d00000f6d0200004100000000002404350000000402400039000000200500003900000000005204350000000002030433000000240340003900000000002304350000004403400039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000029210000413d000021740000013d00000012030000290000000602300069000000240220003900000f550030009c00000f5503008041000000400330021000000f550020009c00000f55020080410000006002200210000000000232019f00000f550010009c00000f5501008041000000c001100210000000000121019f00000007020000293d513d4c0000040f0000000003010019000000600330027000000f5503300197000000200030008c000000200400003900000000040340190000001f0540018f000000200640019000000012046000290000294a0000613d000000000701034f000000007807043c00000012090000290000000009890436001200000009001d000000000049004b000029440000c13d000000000005004b000029570000613d000000000661034f0000000305500210000000000704043300000000075701cf000000000757022f000000000606043b0000010005500089000000000656022f00000000055601cf000000000575019f0000000000540435000100000003001f0003000000010355000000010020019000002b230000613d0000001f013000390000104202100197000000400100043d0000000002120019000000400020043f00000f630030009c000000350000213d0000001f0030008c000000350000a13d0000000001010433001200000001001d0000000b01000029000000000010043f0000001201000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000d02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000301041a000000400200043d0000004001200039000000400010043f000000200120003900000f740400004100000000004104350000001e040000390000000000420435001200120030007300002dcb0000813d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000029990000413d000021740000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000029ae0000413d000021740000013d00000011030000290000000502300069000000240220003900000f550030009c00000f5503008041000000400330021000000f550020009c00000f55020080410000006002200210000000000232019f00000f550010009c00000f5501008041000000c001100210000000000121019f00000006020000293d513d4c0000040f0000000003010019000000600330027000000f5503300197000000200030008c000000200400003900000000040340190000001f0540018f00000020064001900000001104600029000029d70000613d000000000701034f000000007807043c00000011090000290000000009890436001100000009001d000000000049004b000029d10000c13d000000000005004b000029e40000613d000000000661034f0000000305500210000000000704043300000000075701cf000000000757022f000000000606043b0000010005500089000000000656022f00000000055601cf000000000575019f0000000000540435000100000003001f0003000000010355000000010020019000002b8f0000613d0000001f013000390000104202100197000000400100043d0000000002120019000000400020043f00000f630030009c000000350000213d0000001f0030008c000000350000a13d0000000001010433001100000001001d0000000c01000029000000000010043f0000001201000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000e02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000301041a000000400200043d0000004001200039000000400010043f000000200120003900000f740400004100000000004104350000001e040000390000000000420435001100110030007300002e240000813d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00002a260000413d000021740000013d00000012030000290000000f02300069000000240220003900000f550030009c00000f5503008041000000400330021000000f550020009c00000f55020080410000006002200210000000000232019f00000f550010009c00000f5501008041000000c001100210000000000121019f0000000c020000293d513d4c0000040f0000000003010019000000600330027000000f5503300197000000200030008c000000200400003900000000040340190000001f0540018f0000002006400190000000120460002900002a4f0000613d000000000701034f000000007807043c00000012090000290000000009890436001200000009001d000000000049004b00002a490000c13d000000000005004b00002a5c0000613d000000000661034f0000000305500210000000000704043300000000075701cf000000000757022f000000000606043b0000010005500089000000000656022f00000000055601cf000000000575019f0000000000540435000100000003001f0003000000010355000000010020019000002ba70000613d0000001f013000390000104202100197000000400100043d0000000002120019000000400020043f00000f630030009c000000350000213d0000001f0030008c000000350000a13d0000000001010433001200000001001d0000000c01000029000000000010043f0000001501000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000a02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000401041a000000400200043d0000004001200039000000400010043f000000200120003900000f770300004100000000003104350000001b030000390000000000320435000f00000004001d000000100040002a00003ada0000413d0000000f020000290000001002200029000800000002001d000700120020007400002e2e0000a13d0000000c01000029000000000010043f0000001501000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000a02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000703000029000000000031041b000000400100043d000000200210003900000000003204350000000f020000290000000000210435000000400200043d0000000001210049000000400110003900000f550010009c00000f5501008041000000600110021000000f550020009c00000f55020080410000004002200210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000121019f00000f7b011001c70000800d02000039000000030300003900000fde040000410000000c050000290000000a060000293d513d470000040f0000000100200190000000350000613d000000400300043d00000044013000390000001202000029000000000021043500000024013000390000000a02000029000000000021043500000fdf010000410000000000130435001200000003001d00000004013000390000000c020000290000000000210435000000400100043d000f00000001001d00000f680100004100000000001004430000000b010000290000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000000b02000029000000040020008c00002e690000613d0000000f030000290000001202300069000000640220003900000f550030009c00000f5503008041000000400330021000000f550020009c00000f55020080410000006002200210000000000232019f00000f550010009c00000f5501008041000000c001100210000000000121019f0000000b020000293d513d470000040f0000000003010019000000600330027000010f550030019d0003000000010355000000010020019000002e690000c13d00000f55023001970000001f0420018f00000f6b0320019800002b140000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000036004b00002b100000c13d000000000004004b00002b210000613d000000000131034f0000000304400210000000000503043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000130435000000600120021000003d53000104300000001f0430018f00000f6b0230019800002b2c0000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000026004b00002b280000c13d000000000004004b00002b390000613d000000000121034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000600130021000003d53000104300000001101000029000000000010043f0000001101000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a000f00000001001d000e0f550010019c001000000000001d00002b6c0000613d0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000f02000029000000010220008a00000f5502200197000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a000000200110027000100f850010019b000000400200043d0000006001200039000000400010043f000000400120003900000fb2030000410000000000310435000000200120003900000fb30300004100000000003104350000002c0300003900000000003204350000001004000029000a00120040007400002e860000813d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00002b870000413d000021740000013d0000001f0430018f00000f6b0230019800002b980000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000026004b00002b940000c13d000000000004004b00002ba50000613d000000000121034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000600130021000003d53000104300000001f0430018f00000f6b0230019800002bb00000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000026004b00002bac0000c13d000000000004004b00002bbd0000613d000000000121034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000600130021000003d530001043000000f55023001970000001f0420018f00000f6b0320019800002bc90000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000036004b00002bc50000c13d000000000004004b00002bd60000613d000000000131034f0000000304400210000000000503043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000130435000000600120021000003d53000104300000000001120019000000000141004900000f550010009c00000f5501008041000000600110021000000f550040009c00000f55040080410000004002400210000000000121019f00000f550030009c00000f5503008041000000c002300210000000000121019f00000010020000293d513d470000040f000000010220018f0003000000010355000000600110027000010f550010019d00000f5504100197000000000004004b00002bf10000c13d0000006003000039000000800100003900002c0f0000013d0000003f014000390000104201100197000000400300043d0000000001130019000000400010043f000000000143043600001042054001980000001f0640018f0000000004510019000000030700036700002c020000613d000000000807034f0000000009010019000000008a08043c0000000009a90436000000000049004b00002bfe0000c13d000000000006004b00002c0f0000613d000000000557034f0000000306600210000000000704043300000000076701cf000000000767022f000000000505043b0000010006600089000000000565022f00000000056501cf000000000575019f0000000000540435000000000002004b000025d30000613d0000000002030433000000000002004b00002d500000c13d000000400200043d0000004001200039000000400010043f000000200120003900000f770300004100000000003104350000001b030000390000000000320435000000400300043d00000011050000290000000f0050006c00002db20000813d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00002c2c0000413d000021740000013d00000012030000290000001002300069000000240220003900000f550030009c00000f5503008041000000400330021000000f550020009c00000f55020080410000006002200210000000000232019f00000f550010009c00000f5501008041000000c001100210000000000121019f0000000d020000293d513d4c0000040f0000000003010019000000600330027000000f5503300197000000200030008c000000200400003900000000040340190000001f0540018f0000002006400190000000120460002900002c550000613d000000000701034f000000007807043c00000012090000290000000009890436001200000009001d000000000049004b00002c4f0000c13d000000000005004b00002c620000613d000000000661034f0000000305500210000000000704043300000000075701cf000000000757022f000000000606043b0000010005500089000000000656022f00000000055601cf000000000575019f0000000000540435000100000003001f0003000000010355000000010020019000002d730000613d0000001f013000390000104202100197000000400100043d0000000002120019000000400020043f00000f630030009c000000350000213d0000001f0030008c000000350000a13d0000000001010433001200000001001d0000000d01000029000000000010043f0000001501000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000b02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000401041a000000400200043d0000004001200039000000400010043f000000200120003900000f770300004100000000003104350000001b030000390000000000320435001000000004001d000000110040002a00003aef0000413d00000010020000290000001102200029000c00000002001d000a001200200074000030120000a13d0000000d01000029000000000010043f0000001501000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000b02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000a03000029000000000031041b000000400100043d0000002002100039000000000032043500000010020000290000000000210435000000400200043d0000000001210049000000400110003900000f550010009c00000f5501008041000000600110021000000f550020009c00000f55020080410000004002200210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000121019f00000f7b011001c70000800d02000039000000030300003900000fde040000410000000d050000290000000b060000293d513d470000040f0000000100200190000000350000613d000000400300043d00000044013000390000001202000029000000000021043500000024013000390000000b02000029000000000021043500000fdf010000410000000000130435001200000003001d00000004013000390000000d020000290000000000210435000000400100043d001000000001001d00000f680100004100000000001004430000000f010000290000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000000f02000029000000040020008c0000304d0000613d00000010030000290000001202300069000000640220003900000f550030009c00000f5503008041000000400330021000000f550020009c00000f55020080410000006002200210000000000232019f00000f550010009c00000f5501008041000000c001100210000000000121019f0000000f020000293d513d470000040f0000000003010019000000600330027000010f550030019d000300000001035500000001002001900000304d0000c13d00000f55023001970000001f0420018f00000f6b0320019800002d1a0000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000036004b00002d160000c13d000000000004004b00002d270000613d000000000131034f0000000304400210000000000503043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000130435000000600120021000003d5300010430000000050020006b000000000300001900002d310000213d00000005012000fa00000f76031000d100000000011300d900000f760010009c00003a680000c13d000000400100043d0000004002100039000000400020043f000000200210003900000f75050000410000000000520435000000000041043500000011010000290000000304100039000000000504041a000000400200043d0000004001200039000000400010043f000000200120003900000f770600004100000000006104350000001b06000039000000000062043500000012033000fa000000000035001a00003b040000413d0000000001350019000000000014041b0000007a01000039000000000101041a000000ff0010019000002e200000c13d00000f720100004100000000001004430000000001000414000024570000013d00000f630020009c000000350000213d0000001f0020008c000000350000a13d0000000001010433000000000001004b0000000002000039000000010200c039000000000021004b000000350000c13d000000000001004b00002c140000c13d000000400100043d000026540000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00002d6b0000413d000021740000013d0000001f0430018f00000f6b0230019800002d7c0000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000026004b00002d780000c13d000000000004004b00002d890000613d000000000121034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000600130021000003d5300010430000000060020006b000000000300001900002d930000213d00000006012000fa00000f76031000d100000000011300d900000f760010009c00003a680000c13d000000400100043d0000004002100039000000400020043f000000200210003900000f75050000410000000000520435000000000041043500000011010000290000000304100039000000000504041a000000400200043d0000004001200039000000400010043f000000200120003900000f770600004100000000006104350000001b06000039000000000062043500000012033000fa000000000035001a00003b190000413d0000000001350019000000000014041b0000007a01000039000000000101041a000000ff0010019000002f4a0000c13d00000f7201000041000000000010044300000000010004140000265d0000013d00000011010000290000000000130435000000400100043d0000000002130049000000200220003900000f550020009c00000f5502008041000000600220021000000f550010009c00000f55010080410000004001100210000000000112019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000121019f00000f7b011001c70000800d02000039000000040300003900000ffb0400004100000009050000290000000b060000290000000d070000290000383d0000013d0000007a01000039000000000101041a000000ff0110018f00002f440000c13d000000000001004b0000307b0000c13d00000f7201000041000000000010044300000000010004140000307e0000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00002de20000413d000021740000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00002df70000413d000021740000013d0000006001200039000000400010043f000000400120003900000fae0300004100000000003104350000002801000039000000000112043600000faf030000410000000000310435000000120300002900000fb00030009c0000209b0000413d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00002e180000413d000021740000013d00000f700100004100000000001004430000000001000414000024570000013d0000007a01000039000000000101041a000000ff0110018f00002f4e0000c13d000000000001004b000032150000c13d00000f720100004100000000001004430000000001000414000032180000013d0000000f0000006b00002f540000c13d000000400300043d00000044013000390000000802000029000000000021043500000024013000390000000a02000029000000000021043500000fdf010000410000000000130435001200000003001d00000004013000390000000c020000290000000000210435000000400100043d000f00000001001d00000f680100004100000000001004430000000b010000290000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000000b02000029000000040020008c00002e690000613d0000000f030000290000001202300069000000640220003900000f550030009c00000f5503008041000000400330021000000f550020009c00000f55020080410000006002200210000000000232019f00000f550010009c00000f5501008041000000c001100210000000000121019f0000000b020000293d513d470000040f0000000003010019000000600330027000010f550030019d00030000000103550000000100200190000038920000613d000000400100043d00000010020000290000000000210435000000400200043d0000000001210049000000200110003900000f550010009c00000f5501008041000000600110021000000f550020009c00000f55020080410000004002200210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000121019f00000f7b011001c70000800d02000039000000040300003900000fe0040000410000000a050000290000000c060000290000000e070000293d513d470000040f0000000100200190000000350000613d000024940000013d0000007a01000039000000000101041a000000ff00100190000c000d0000002d00002e980000c13d00000f72010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000c00000001001d000000400200043d0000008001200039000000400010043f000000600120003900000fb4030000410000000000310435000000400120003900000fb5030000410000000000310435000000200120003900000fb6030000410000000000310435000000420300003900000000003204350000000c0300002900000f840030009c000030660000813d0000000e0000006b000035a80000c13d000000400200043d0000004001200039000000400010043f0000000c01000029000900000002001d00000000021204360000000a0100002900000f8501100197000a00000001001d000c00000002001d00000000001204350000001101000029000000000010043f0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000e02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000902000029000000000202043300000f5502200197000000000101043b000000000301041a00000fb903300197000000000223019f0000000c030000290000000003030433000000200330021000000fb703300197000000000232019f000000000021041b0000001101000029000000000010043f0000001101000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000f02000029000000010220003900000f5502200197000000000101043b000000000301041a00000fba03300197000000000223019f000000000021041b000000400100043d00000020021000390000000a03000029000000000032043500000010020000290000000000210435000000400200043d0000000001210049000000400110003900000f550010009c00000f5501008041000000600110021000000f550020009c00000f55020080410000004002200210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000121019f00000f7b011001c70000800d02000039000000020300003900000fbb0400004100000011050000293d513d470000040f0000000100200190000020c90000c13d000000350000013d0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001002000029000000010220008a00000f5502200197000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a000000200110027000110f850010019b000020de0000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00002f3c0000413d000021740000013d000000000001004b0000318e0000c13d00000f720100004100000000001004430000000001000414000031910000013d00000f7001000041000000000010044300000000010004140000265d0000013d000000000001004b000033b30000c13d00000f720100004100000000001004430000000001000414000033b60000013d0000000c01000029000000000010043f0000001501000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000a02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000001041b000000400100043d0000000f0200002900000000022104360000000000020435000000400200043d0000000001210049000000400110003900000f550010009c00000f5501008041000000600110021000000f550020009c00000f55020080410000004002200210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000121019f00000f7b011001c70000800d02000039000000030300003900000fde040000410000000c050000290000000a060000293d513d470000040f0000000100200190000000350000613d00002e300000013d0000007a01000039000000000101041a000000ff0010019000002f9e0000c13d00000f72010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000d00000001001d000000400200043d0000008001200039000000400010043f000000600120003900000fb4030000410000000000310435000000400120003900000fb5030000410000000000310435000000200120003900000fb6030000410000000000310435000000420300003900000000003204350000000d0300002900000f840030009c000035930000813d0000000f0000006b000037210000c13d000000400300043d0000004001300039000000400010043f00000020023000390000001201000029000e00000002001d00000000001204350000000d01000029000c00000003001d00000000001304350000000b01000029000000000010043f0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000f02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000c02000029000000000202043300000f5502200197000000000101043b000000000301041a00000fb903300197000000000223019f0000000e030000290000000003030433000000200330021000000fb703300197000000000232019f000000000021041b0000000b01000029000000000010043f0000001101000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000001002000029000000010220003900000f5502200197000000000101043b000000000301041a00000fba03300197000000000223019f000000000021041b000000400100043d00000020021000390000001203000029000000000032043500000011020000290000000000210435000000400200043d0000000001210049000000400110003900000f550010009c00000f5501008041000000600110021000000f550020009c00000f55020080410000004002200210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000121019f00000f7b011001c70000800d02000039000000020300003900000fbb040000410000000b05000029000010c80000013d000000100000006b0000355a0000c13d000000400300043d00000044013000390000000c02000029000000000021043500000024013000390000000b02000029000000000021043500000fdf010000410000000000130435001200000003001d00000004013000390000000d020000290000000000210435000000400100043d001000000001001d00000f680100004100000000001004430000000f010000290000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000000f02000029000000040020008c0000304d0000613d00000010030000290000001202300069000000640220003900000f550030009c00000f5503008041000000400330021000000f550020009c00000f55020080410000006002200210000000000232019f00000f550010009c00000f5501008041000000c001100210000000000121019f0000000f020000293d513d470000040f0000000003010019000000600330027000010f550030019d000300000001035500000001002001900000391d0000613d000000400100043d00000011020000290000000000210435000000400200043d0000000001210049000000200110003900000f550010009c00000f5501008041000000600110021000000f550020009c00000f55020080410000004002200210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000121019f00000f7b011001c70000800d02000039000000040300003900000fe0040000410000000b050000290000000d060000290000383c0000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000030730000413d000021740000013d00000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b0000000a02000029000000000012041b0000001001000029000e00030010003d00000008010000290000000102100039000a00000002001d000000000202041a000000000101041a000000000001004b0000000004000019000030990000613d0000000e03000029000000000303041a00000000041300a900000000011400d9000000000031004b00003a680000c13d000000400100043d0000004003100039000000400030043f000000200310003900000f750500004100000000005304350000001a030000390000000000310435000000400500043d0000004001500039000000400010043f000000200350003900000f740100004100000000001304350000001e010000390000000000150435000000400700043d00000044017000390000002406700039001200000007001d000000040770003900000f760440012a000000000224004b000030c70000813d00000f6d02000041000000120400002900000000002404350000002002000039000000000027043500000000020504330000000000260435000000000002004b0000311f0000613d000000000400001900000000051400190000000006340019000000000606043300000000006504350000002004400039000000000024004b000030bb0000413d0000311f0000a13d000000000312001900000000000304350000001f02200039000032850000013d0000000403000039000000000303041a00000fdf04000041000000120500002900000000004504350000000b040000290000000000470435000000090400002900000000004604350000000000210435000000400100043d000600000001001d00000f6801000041000000000010044300000f5601300197000700000001001d0000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000000702000029000000040020008c000030fe0000613d00000006030000290000001202300069000000640220003900000f550030009c00000f5503008041000000400330021000000f550020009c00000f55020080410000006002200210000000000232019f00000f550010009c00000f5501008041000000c001100210000000000121019f00000007020000293d513d470000040f0000000003010019000000600330027000010f550030019d00030000000103550000000100200190000031750000613d0000000801000029000000000301041a000000400200043d0000004001200039000000400010043f000000200120003900000f740400004100000000004104350000001e0400003900000000004204350000000f0330006c000031210000813d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000031170000413d000021740000013d0000001f02200039000032850000013d0000000801000029000000000031041b00000000010000190000312b0000613d0000000e01000029000000000201041a00000000013200a900000000033100d9000000000023004b00003a680000c13d000000400200043d0000004003200039000000400030043f000000200320003900000f750400004100000000004304350000001a03000039000000000032043500000f760110012a0000000a02000029000000000012041b0000001001000029000000000101041a000000400200043d00000024032000390000000904000029000000000043043500000044032000390000000f040000290000000000430435000000400400043d0000000003430049000e00000004001d00000000033404360000006402200039000000400020043f000000000203043300000ff50220019700000ff6022001c7001200000003001d000000000023043500000ff702000041000000000020044300000f5601100197001000000001001d0000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000024bf0000613d00000ff80010009c000024bf0000613d000000400100043d0000000e020000290000000002020433000000000002004b0000316d0000613d000000000300001900000000041300190000001205300029000000000505043300000000005404350000002003300039000000000023004b000031630000413d0000316d0000a13d00000000031200190000000000030435000000400400043d00000000030004140000001005000029000000040050008c000031d20000c13d00000001020000390000000103000031000031e60000013d00000f55023001970000001f0420018f00000f6b032001980000317f0000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000036004b0000317b0000c13d000000000004004b0000318c0000613d000000000131034f0000000304400210000000000503043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000130435000000600120021000003d530001043000000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d0000000a02000029000000000402041a000000000501043b000000400200043d0000004001200039000000400010043f000000200120003900000f740300004100000000003104350000001e030000390000000000320435000700000004001d000600000005001d0005000000450053000035ee0000813d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000031b50000413d000021740000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000031ca0000413d000021740000013d0000000001120019000000000141004900000f550010009c00000f5501008041000000600110021000000f550040009c00000f55040080410000004002400210000000000121019f00000f550030009c00000f5503008041000000c002300210000000000121019f00000010020000293d513d470000040f000000010220018f0003000000010355000000600110027000010f550010019d00000f5503100197000000000003004b000031ea0000c13d0000006001000039000032090000013d0000003f013000390000104205100197000000400100043d0000000005510019000000400050043f000000000631043600001042043001980000001f0530018f000c00000006001d00000000034600190000000306000367000031fc0000613d000000000706034f0000000c08000029000000007907043c0000000008980436000000000038004b000031f80000c13d000000000005004b000032090000613d000000000446034f0000000305500210000000000603043300000000065601cf000000000656022f000000000404043b0000010005500089000000000454022f00000000045401cf000000000464019f0000000000430435000000000002004b000025d30000613d0000000001010433000000000001004b00002c140000613d00000f630010009c0000000c02000029000000350000213d0000001f0010008c000000350000a13d000000000102043300002d550000013d00000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b0000000702000029000000000012041b000000100200002900000008022000290000000901000029000000000501041a0000000a01000029000000000601041a0000000101100039000700000002001d0000000302200039000600000002001d000000000402041a000500000001001d000000000101041a000000400300043d0000004002300039000000400020043f000000200230003900000f740700004100000000007204350000001e070000390000000000730435000000000556004b000032530000813d000000400400043d00000f6d0100004100000000001404350000000401400039000000200500003900000000005104350000000001030433000000240340003900000000001304350000004403400039000000000001004b0000387b0000613d000000000400001900000000053400190000000006240019000000000606043300000000006504350000002004400039000000000014004b000032470000413d0000387b0000a13d000000000231001900000000000204350000001f01100039000021780000013d0000000003000019000032590000613d00000000034500a900000000025300d9000000000042004b00003a680000c13d000000400200043d0000004004200039000000400040043f000000200420003900000f750500004100000000005404350000001a040000390000000000420435000000400400043d0000004002400039000000400020043f000000200240003900000f740500004100000000005204350000001e050000390000000000540435000000400500043d001000240050003d000000040650003900000f760330012a0004000000130053000032880000813d00000f6d010000410000000000150435000000200100003900000000001604350000000003040433000000100100002900000000003104350000004401500039000000000003004b000032840000613d000000000400001900000000051400190000000006240019000000000606043300000000006504350000002004400039000000000034004b0000327a0000413d000032840000a13d000000000213001900000000000204350000001f02300039000010420220019700000000011200190000217a0000013d0000000401000039000000000101041a00000f7302000041000000000025043500000f5601100197000f00000001001d0000000000160435000000400100043d001100000001001d00000f680100004100000000001004430000000c010000290000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000000c02000029000000040020008c000032a70000c13d0000000103000031000032d80000013d0000001103000029000000100230006900000f550030009c00000f5503008041000000400330021000000f550020009c00000f55020080410000006002200210000000000232019f00000f550010009c00000f5501008041000000c001100210000000000121019f0000000c020000293d513d4c0000040f0000000003010019000000600330027000000f5503300197000000200030008c000000200400003900000000040340190000001f0540018f00000020064001900000001104600029000032c70000613d000000000701034f000000007807043c00000011090000290000000009890436001100000009001d000000000049004b000032c10000c13d000000000005004b000032d40000613d000000000661034f0000000305500210000000000704043300000000075701cf000000000757022f000000000606043b0000010005500089000000000656022f00000000055601cf000000000575019f0000000000540435000100000003001f000300000001035500000001002001900000339b0000613d0000001f013000390000104202100197000000400100043d0000000002120019000000400020043f00000f630030009c000000350000213d0000001f0030008c000000350000a13d0000000001010433001100000001001d0000000c01000029000000000010043f0000001501000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000b02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000401041a000000400200043d0000004001200039000000400010043f000000200120003900000f770300004100000000003104350000001b030000390000000000320435001000000004001d000000040040002a00003b2e0000413d00000010020000290000000402200029000800000002001d0003001100200074000033e20000a13d0000000c01000029000000000010043f0000001501000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000b02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000303000029000000000031041b000000400100043d0000002002100039000000000032043500000010020000290000000000210435000000400200043d0000000001210049000000400110003900000f550010009c00000f5501008041000000600110021000000f550020009c00000f55020080410000004002200210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000121019f00000f7b011001c70000800d02000039000000030300003900000fde040000410000000c050000290000000b060000293d513d470000040f0000000100200190000000350000613d000000400300043d00000044013000390000001102000029000000000021043500000024013000390000000b02000029000000000021043500000fdf010000410000000000130435001100000003001d00000004013000390000000c020000290000000000210435000000400100043d001000000001001d00000f680100004100000000001004430000000f010000290000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000000f02000029000000040020008c0000341d0000613d00000010030000290000001102300069000000640220003900000f550030009c00000f5503008041000000400330021000000f550020009c00000f55020080410000006002200210000000000232019f00000f550010009c00000f5501008041000000c001100210000000000121019f0000000f020000293d513d470000040f0000000003010019000000600330027000010f550030019d000300000001035500000001002001900000341d0000c13d00000f55023001970000001f0420018f00000f6b032001980000338c0000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000036004b000033880000c13d000000000004004b000033990000613d000000000131034f0000000304400210000000000503043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000130435000000600120021000003d53000104300000001f0430018f00000f6b02300198000033a40000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000026004b000033a00000c13d000000000004004b000033b10000613d000000000121034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000600130021000003d530001043000000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d0000000702000029000000000402041a000000000501043b000000400200043d0000004001200039000000400010043f000000200120003900000f740300004100000000003104350000001e030000390000000000320435000600000004001d000500000005001d00040000004500530000366f0000813d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000033da0000413d000021740000013d000000100000006b000036be0000c13d000000400300043d00000044013000390000000802000029000000000021043500000024013000390000000b02000029000000000021043500000fdf010000410000000000130435001100000003001d00000004013000390000000c020000290000000000210435000000400100043d001000000001001d00000f680100004100000000001004430000000f010000290000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000000f02000029000000040020008c0000341d0000613d00000010030000290000001102300069000000640220003900000f550030009c00000f5503008041000000400330021000000f550020009c00000f55020080410000006002200210000000000232019f00000f550010009c00000f5501008041000000c001100210000000000121019f0000000f020000293d513d470000040f0000000003010019000000600330027000010f550030019d00030000000103550000000100200190000039870000613d00000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000401043b00000007010000290000000401100039000000000501041a000000400200043d0000004001200039000000400010043f000000200120003900000f770300004100000000003104350000001b030000390000000000320435000000400300043d001000000003001d000300000004001d000f00000005001d000000000045001a00003b430000413d0000001202000029000000000302041a00000010040000290000006001400039000000400010043f00000040054000390000000101000039000200000005001d00000000001504350000000001040436000100000001001d0000000000010435001100000003001d0000000101300039000000000012041b000000000020043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000f03000029000800030030002d000000000101043b00000011040000290000000102400210000000000121001900000010020000290000000002020433000000000021041b0000000102000029000000000202043300000fc002200197000000020300002900000000030304330000008003300210000000000223019f0000000101100039000000000021041b000000000004004b001000000000001d000035120000c13d000000400200043d0000006001200039000000400010043f0000000d01000029001100000002001d0000000001120436000f00000001001d000000080100002900000fcf0010009c000039a80000813d000000110100002900000040021000390000000101000039000200000002001d000000000012043500000008010000290000000f0200002900000000001204350000001201000029000000000101041a000000100010006b000035570000813d0000001201000029000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d00000010020000290000000102200210000000000101043b000000000121001900000011020000290000000002020433000000000021041b0000000f02000029000000000202043300000fc002200197000000020300002900000000030304330000008003300210000000000223019f0000000101100039000000000021041b0000000901000029000000000301041a000000400200043d0000004001200039000000400010043f00000f7704000041000000200120003900000000004104350000001b0400003900000000004204350000000d0030002a00003b580000413d0000000d013000290000000902000029000000000012041b0000000c01000029000000000010043f0000001201000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000e02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000401041a000000400200043d0000004001200039000000400010043f000000200120003900000f770300004100000000003104350000001b030000390000000000320435001200000004001d0000000d0040002a00003b6d0000413d0000000c01000029000000000010043f0000001201000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000e02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d00000012030000290000000d02300029000000000101043b000000000021041b0000000a01000029000000000401041a0000000901000029000000000501041a0000000601000029000000000201041a000000400300043d0000004001300039000000400010043f000000200130003900000f740600004100000000006104350000001e060000390000000000630435000000000454004b000039dd0000813d000000400400043d00000f6d0200004100000000002404350000000402400039000000200500003900000000005204350000000002030433000000240340003900000000002304350000004403400039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b0000350a0000413d000021740000013d000000110100002900100001001000920000001201000029000000000101041a000000100010006b000035570000813d0000001201000029000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000001002000029000f000100200218000000000101043b0000000f011000290000000101100039000000000101041a00000fc001100197000000080010006c000039b20000213d0000001201000029000000000101041a000000100010006b000035570000813d0000001201000029000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000001202000029000000000202041a000000110020006b000035570000813d00000011020000290000000102200210000000000101043b00000000022100190000000f01100029000000000301041a000000000032041b0000000101100039000000000301041a00000fc0033001970000000102200039000000000402041a00000fb904400197000000000434019f000000000042041b000000000101041a00000fb901100197000000000131019f000000000012041b000000100000006b001100100000002d000035120000c13d001000000000001d000034680000013d000000010100008a000000000001043500000000000004310000000d01000029000000000010043f0000001501000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000b02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000001041b000000400100043d000000100200002900000000022104360000000000020435000000400200043d0000000001210049000000400110003900000f550010009c00000f5501008041000000600110021000000f550020009c00000f55020080410000004002200210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000121019f00000f7b011001c70000800d02000039000000030300003900000fde040000410000000d050000290000000b060000293d513d470000040f0000000100200190000030140000c13d000000350000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000035a00000413d000021740000013d0000001101000029000000000010043f0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000f02000029000000010220008a00000f5502200197000900000002001d000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a0000000c0110014f00000f550010019800002eab0000c13d0000001101000029000000000010043f0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000902000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000a04000029000000200240021000000fb702200197000000000101043b000000000301041a00000fb803300197000000000223019f000000000021041b000a0f850040019b00002ef20000013d0000000b01000029000000000010043f0000000901000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000e020000290000000102200039000000000202041a000300000002001d000000000101043b000000000101041a000400000001001d0000000601000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000603000029000000070030006c00000000020000190000361e0000613d000000000101043b000000000201041a00000005012000b900000005031000fa000000000023004b00003a680000c13d000000000001004b00000000020000190000361e0000613d00000003021000b900000000011200d9000000030010006c00003a680000c13d000000400400043d0000004001400039000000400010043f000000200140003900000f750300004100000000003104350000001a030000390000000000340435000000040000006b000038f60000c13d000000400300043d00000f6d0200004100000000002304350000000402300039000000200500003900000000005204350000000002040433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000036350000413d000021740000013d0000007a01000039000000000101041a000000ff00100190000037630000c13d00000f720100004100000000001004430000000001000414000037660000013d000000400400043d00000f6d0100004100000000001404350000000401400039000000200500003900000000005104350000000001030433000000240340003900000000001304350000004403400039000000000001004b0000387b0000613d000000000400001900000000053400190000000006240019000000000606043300000000006504350000002004400039000000000014004b000036520000413d0000324e0000013d000000400400043d00000f6d0100004100000000001404350000000401400039000000200500003900000000005104350000000001030433000000240340003900000000001304350000004403400039000000000001004b0000387b0000613d000000000400001900000000053400190000000006240019000000000606043300000000006504350000002004400039000000000014004b000036670000413d0000324e0000013d0000000c01000029000000000010043f0000000901000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000f020000290000000102200039000000000202041a000200000002001d000000000101043b000000000101041a000300000001001d0000000601000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000503000029000000060030006c00000000020000190000369f0000613d000000000101043b000000000201041a00000004012000b900000004031000fa000000000023004b00003a680000c13d000000000001004b00000000020000190000369f0000613d00000002021000b900000000011200d9000000020010006c00003a680000c13d000000400400043d0000004001400039000000400010043f000000200140003900000f750300004100000000003104350000001a030000390000000000340435000000030000006b000039360000c13d000000400300043d00000f6d0200004100000000002304350000000402300039000000200500003900000000005204350000000002040433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000036b60000413d000021740000013d0000000c01000029000000000010043f0000001501000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000b02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000001041b000000400100043d000000100200002900000000022104360000000000020435000000400200043d0000000001210049000000400110003900000f550010009c00000f5501008041000000600110021000000f550020009c00000f55020080410000004002200210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000121019f00000f7b011001c70000800d02000039000000030300003900000fde040000410000000c050000290000000b060000293d513d470000040f0000000100200190000000350000613d000033e40000013d000000400400043d00000f6d0100004100000000001404350000000401400039000000200500003900000000005104350000000001030433000000240340003900000000001304350000004403400039000000000001004b0000387b0000613d000000000400001900000000053400190000000006240019000000000606043300000000006504350000002004400039000000000014004b000037040000413d0000324e0000013d000000400400043d00000f6d0100004100000000001404350000000401400039000000200500003900000000005104350000000001030433000000240340003900000000001304350000004403400039000000000001004b0000387b0000613d000000000400001900000000053400190000000006240019000000000606043300000000006504350000002004400039000000000014004b000037190000413d0000324e0000013d0000000b01000029000000000010043f0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001002000029000000010220008a00000f5502200197000e00000002001d000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a0000000d0110014f00000f550010019800002fb10000c13d0000000b01000029000000000010043f0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000e02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d00000012020000290000002002200210000000000101043b000000000301041a00000fb80330019700002ff50000013d00000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000401043b000000400200043d0000008001200039000000400010043f000000600120003900000fb4030000410000000000310435000000400120003900000fb5030000410000000000310435000000200120003900000fb603000041000000000031043500000042030000390000000000320435000900000004001d00000f840040009c0000387d0000813d0000000f0000006b000038b40000c13d000000400300043d0000004001300039000000400010043f00000020023000390000000b01000029000800000002001d00000000001204350000000901000029000700000003001d00000000001304350000001201000029000000000010043f0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000f02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000702000029000000000202043300000f5502200197000000000101043b000000000301041a00000fb903300197000000000223019f00000008030000290000000003030433000000200330021000000fb703300197000000000232019f000000000021041b0000001201000029000000000010043f0000001101000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000001002000029000000010220003900000f5502200197000000000101043b000000000301041a00000fba03300197000000000223019f000000000021041b000000400100043d00000020021000390000000b03000029000000000032043500000011020000290000000000210435000000400200043d0000000001210049000000400110003900000f550010009c00000f5501008041000000600110021000000f550020009c00000f55020080410000004002200210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000121019f00000f7b011001c70000800d02000039000000020300003900000fbb0400004100000012050000293d513d470000040f0000000100200190000000350000613d0000001701000039000000000101041a00000f56011001970000000c0010006c000038240000c13d0000001801000039000000000101041a0000000e0010006b000038240000c13d0000001601000039000000000101041a000000400300043d0000102d020000410000000000230435001100000003001d00000004023000390000000a030000290000000000320435000000400200043d001000000002001d00000f6802000041000000000020044300000f5601100197001200000001001d0000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000001202000029000000040020008c000038240000613d00000010030000290000001102300069000000240220003900000f550030009c00000f5503008041000000400330021000000f550020009c00000f55020080410000006002200210000000000232019f00000f550010009c00000f5501008041000000c001100210000000000121019f00000012020000293d513d470000040f0000000003010019000000600330027000010f550030019d00030000000103550000000100200190000038410000613d000000400100043d0000000d020000290000000000210435000000400200043d0000000001210049000000200110003900000f550010009c00000f5501008041000000600110021000000f550020009c00000f55020080410000004002200210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000121019f00000f7b011001c70000800d0200003900000004030000390000103b040000410000000a050000290000000c060000290000000e070000293d513d470000040f0000000100200190000000350000613d000026980000013d00000f55023001970000001f0420018f00000f6b032001980000384b0000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000036004b000038470000c13d000000000004004b000038580000613d000000000131034f0000000304400210000000000503043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000130435000000600120021000003d5300010430000000400400043d00000f6d0100004100000000001404350000000401400039000000200500003900000000005104350000000001030433000000240340003900000000001304350000004403400039000000000001004b0000387b0000613d000000000400001900000000053400190000000006240019000000000606043300000000006504350000002004400039000000000014004b000038670000413d0000324e0000013d000000400400043d00000f6d0100004100000000001404350000000401400039000000200500003900000000005104350000000001030433000000240340003900000000001304350000004403400039000000000001004b000038ab0000c13d0000001f01100039000021780000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b0000388a0000413d000021740000013d00000f55023001970000001f0420018f00000f6b032001980000389c0000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000036004b000038980000c13d000000000004004b000038a90000613d000000000131034f0000000304400210000000000503043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000130435000000600120021000003d5300010430000000000400001900000000053400190000000006240019000000000606043300000000006504350000002004400039000000000014004b000038ac0000413d0000324e0000013d0000001201000029000000000010043f0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001002000029000000010220008a00000f5502200197000800000002001d000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a000000090110014f00000f5500100198000037820000c13d0000001201000029000000000010043f0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000802000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000b020000290000002002200210000000000101043b000000000301041a00000fb803300197000037c60000013d000000040020006b0000000004000019000038fe0000213d00000004012000fa00000f76041000d100000000011400d900000f760010009c00003a680000c13d000000400100043d0000004002100039000000400020043f000000200210003900000f7505000041000000000052043500000000003104350000000e010000290000000303100039000000000503041a000000400200043d0000004001200039000000400010043f000000200120003900000f770600004100000000006104350000001b06000039000000000062043500000012044000fa000000000045001a00003b820000413d0000000001450019000000000013041b0000007a01000039000000000101041a000000ff00100190000039a00000c13d00000f7201000041000000000010044300000000010004140000307e0000013d00000f55023001970000001f0420018f00000f6b03200198000039270000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000036004b000039230000c13d000000000004004b000039340000613d000000000131034f0000000304400210000000000503043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000130435000000600120021000003d5300010430000000030020006b00000000040000190000393e0000213d00000003012000fa00000f76041000d100000000011400d900000f760010009c00003a680000c13d000000400100043d0000004002100039000000400020043f000000200210003900000f7505000041000000000052043500000000003104350000000f010000290000000303100039000000000503041a000000400200043d0000004001200039000000400010043f000000200120003900000f770600004100000000006104350000001b06000039000000000062043500000011044000fa000000000045001a00003b970000413d0000000001450019000000000013041b0000007a01000039000000000101041a000000ff00100190000039a40000c13d00000f720100004100000000001004430000000001000414000032180000013d000000400400043d00000f6d0100004100000000001404350000000401400039000000200500003900000000005104350000000001030433000000240340003900000000001304350000004403400039000000000001004b0000387b0000613d000000000400001900000000053400190000000006240019000000000606043300000000006504350000002004400039000000000014004b0000396a0000413d0000324e0000013d000000400400043d00000f6d0100004100000000001404350000000401400039000000200500003900000000005104350000000001030433000000240340003900000000001304350000004403400039000000000001004b0000387b0000613d000000000400001900000000053400190000000006240019000000000606043300000000006504350000002004400039000000000014004b0000397f0000413d0000324e0000013d00000f55023001970000001f0420018f00000f6b03200198000039910000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000036004b0000398d0000c13d000000000004004b0000399e0000613d000000000131034f0000000304400210000000000503043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000130435000000600120021000003d530001043000000f7001000041000000000010044300000000010004140000307e0000013d00000f700100004100000000001004430000000001000414000032180000013d000000400100043d00000064021000390000102903000041000000000032043500000044021000390000102a0300004100000000003204350000002402100039000000270300003900000bcd0000013d001000110000002d000034680000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000039c10000413d000021740000013d00000f6d0400004100000000004204350000000404200039000000200500003900000000005404350000000003030433000000240420003900000000003404350000004402200039000000000003004b000012400000613d000000000400001900000000052400190000000006140019000000000606043300000000006504350000002004400039000000000034004b000039d50000413d0000123d0000013d0000000001000019000039e30000613d00000000012400a900000000034100d9000000000023004b00003a680000c13d000000400200043d0000004003200039000000400030043f000000200320003900000f750400004100000000004304350000001a03000039000000000032043500000f760110012a0000000502000029000000000012041b0000000501000039000000000101041a0000000702000029000000000202041a000000000112013f00000f560010019800003ca40000c13d0000000b01000029000000000010043f0000000f01000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000301041a000000400200043d0000006001200039000000400010043f00000040012000390000102b04000041000000000041043500000020012000390000102c0400004100000000004104350000002b0400003900000000004204350000000d0400002900000fb00040009c00003bac0000813d00120f560030019c00003ca40000613d0000001201000029000000000010043f0000001101000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a001000000001001d000f0f550010019c001100000000001d00003a450000613d0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001002000029000000010220008a00000f5502200197000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a000000200110027000110f850010019b000000400200043d0000006001200039000000400010043f000000400120003900000fb2030000410000000000310435000000200120003900000fb30300004100000000003104350000002c0300003900000000003204350000001104000029000a000d0040007400003bc10000813d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00003a600000413d000021740000013d000000400100043d0000006402100039000010380300004100000000003204350000004402100039000010390300004100000000003204350000002402100039000000210300003900000bcd0000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00003a7f0000413d000021740000013d000000400400043d00000f6d0200004100000000002404350000000402400039000000200500003900000000005204350000000002030433000000240340003900000000002304350000004403400039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00003a940000413d000021740000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00003aa90000413d000021740000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00003abe0000413d000021740000013d00000f6d0400004100000000004204350000000404200039000000200500003900000000005404350000000001010433000000240420003900000000001404350000004402200039000000000001004b0000273a0000613d000000000400001900000000052400190000000006340019000000000606043300000000006504350000002004400039000000000014004b00003ad20000413d000027370000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00003ae70000413d000021740000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00003afc0000413d000021740000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00003b110000413d000021740000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00003b260000413d000021740000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00003b3b0000413d000021740000013d00000f6d03000041000000100500002900000000003504350000000403500039000000200400003900000000004304350000000002020433000000240350003900000000002304350000004403500039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00003b500000413d000021740000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00003b650000413d000021740000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00003b7a0000413d000021740000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00003b8f0000413d000021740000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00003ba40000413d000021740000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00003bb90000413d000021740000013d0000007a01000039000000000101041a000000ff0010019000003bd20000c13d00000f72010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000300000001001d000000400200043d0000008001200039000000400010043f000000600120003900000fb4030000410000000000310435000000400120003900000fb5030000410000000000310435000000200120003900000fb603000041000000000031043500000042030000390000000000320435000000030300002900000f840030009c00003c2b0000813d0000000f0000006b00003c400000613d0000001201000029000000000010043f0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001002000029000000010220008a00000f5502200197000900000002001d000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a000000030110014f00000f550010019800003c400000c13d0000001201000029000000000010043f0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000902000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000a04000029000000200240021000000fb702200197000000000101043b000000000301041a00000fb803300197000000000223019f000000000021041b000a0f850040019b00003c870000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00003c380000413d000021740000013d000000400200043d0000004001200039000000400010043f0000000301000029000800000002001d00000000021204360000000a0100002900000f8501100197000a00000001001d000900000002001d00000000001204350000001201000029000000000010043f0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000f02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000802000029000000000202043300000f5502200197000000000101043b000000000301041a00000fb903300197000000000223019f00000009030000290000000003030433000000200330021000000fb703300197000000000232019f000000000021041b0000001201000029000000000010043f0000001101000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000001002000029000000010220003900000f5502200197000000000101043b000000000301041a00000fba03300197000000000223019f000000000021041b000000400100043d00000020021000390000000a03000029000000000032043500000011020000290000000000210435000000400200043d0000000001210049000000400110003900000f550010009c00000f5501008041000000600110021000000f550020009c00000f55020080410000004002200210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000121019f00000f7b011001c70000800d02000039000000020300003900000fbb0400004100000012050000293d513d470000040f0000000100200190000000350000613d0000001701000039000000000101041a00000f56011001970000000c0010006c00003ce30000c13d0000001801000039000000000101041a0000000e0010006b00003ce30000c13d0000001601000039000000000101041a000000400300043d0000102d020000410000000000230435001100000003001d00000004023000390000000b030000290000000000320435000000400200043d001000000002001d00000f6802000041000000000020044300000f5601100197001200000001001d0000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000001202000029000000040020008c00003ce30000613d00000010030000290000001102300069000000240220003900000f550030009c00000f5503008041000000400330021000000f550020009c00000f55020080410000006002200210000000000232019f00000f550010009c00000f5501008041000000c001100210000000000121019f00000012020000293d513d470000040f0000000003010019000000600330027000010f550030019d0003000000010355000000010020019000003d180000613d000000400100043d00000004020000290000000000210435000000400200043d0000000001210049000000200110003900000f550010009c00000f5501008041000000600110021000000f550020009c00000f55020080410000004002200210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000121019f00000f7b011001c70000800d02000039000000040300003900000fe0040000410000000b050000290000000c060000290000000e070000293d513d470000040f0000000100200190000000350000613d000000400100043d0000000d020000290000000000210435000000400200043d0000000001210049000000200110003900000f550010009c00000f5501008041000000600110021000000f550020009c00000f55020080410000004002200210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000121019f00000f7b011001c70000800d0200003900000004030000390000102e040000410000000b050000290000383b0000013d000000000001042f00000f55023001970000001f0420018f00000f6b0320019800003d220000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000036004b00003d1e0000c13d000000000004004b00003d2f0000613d000000000131034f0000000304400210000000000503043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000130435000000600120021000003d5300010430000000000001042f00000f550010009c00000f5501008041000000400110021000000f550020009c00000f55020080410000006002200210000000000112019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000112019f00000f7b011001c700008010020000393d513d4c0000040f000000010020019000003d450000613d000000000101043b000000000001042d000000000100001900003d530001043000003d4a002104210000000102000039000000000001042d0000000002000019000000000001042d00003d4f002104230000000102000039000000000001042d0000000002000019000000000001042d00003d510000043200003d520001042e00003d530001043000000000000000000000000000000000000000000000000000000000ffffffff000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0000000000000000000000000000000000000000000000020000000000000000000000000000004000000100000000000000000092e3500000000000000000000000000000000000000000000000000000000000c7ad089500000000000000000000000000000000000000000000000000000000e7a324dc00000000000000000000000000000000000000000000000000000000f55401620000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000fba1b1f800000000000000000000000000000000000000000000000000000000fba1b1f900000000000000000000000000000000000000000000000000000000fe5a451a00000000000000000000000000000000000000000000000000000000f554016200000000000000000000000000000000000000000000000000000000f851a44000000000000000000000000000000000000000200000008000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff000000000000000000000001000000000000000000000000000000000000000061646428616464726573732c75696e743235362c616464726573732c75696e743235362c75696e7432353629000000000000000000000000000000000000000018c5e8ab000000000000000000000000000000000000000000000000000000001806aa1896bbf26568e884a7374b41e002500962caba6a15023a8d90e8508b83020000020000000000000000000000000000002400000000000000000000000000000000000000000000000000000000000000a4000000e0000000000000000000000000000000000000000000000000000000000000000000000000ffffffe0556e617574686f72697a6564000000000000000000000000000000000000000008c379a00000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000400000000000000000000000000200000000000000000000000000000000000020000000000000000000000000796b89b91644bc98cd93958e4c9038275d622183e25ac5af08cc6b5d95539132020000020000000000000000000000000000000400000000000000000000000042cbb15ccdc3cad6266b0e7a08c0454b23bf29dc2df74b6f3c209e9336465bd170a0823100000000000000000000000000000000000000000000000000000000536166654d6174683a207375627472616374696f6e206f766572666c6f770000536166654d6174683a206469766973696f6e206279207a65726f000000000000000000000000000000000000000000000000000000000000000000e8d4a51000536166654d6174683a206164646974696f6e206f766572666c6f770000000000506f6f6c20616c72656164792061646465640000000000000000000000000000546f6b656e2065786973747320696e206f7468657220706f6f6c000000000000fb66fb4d000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000d7fa4bff1cd2253c0789c3291a786a6f6b1a3b4569a75af683a15d52abb6a0bf416c6c6f6320706f696e7473206d757374206e6f74206265207a65726f00000053746f726520636f6e7472616374206164647265737320697320656d707479007a65726f2061646472657373206e6f7420616c6c6f77656400000000000000000000000000000000000000000000000000000000000000000000000012cc030000000000000000000000000000000000000000000000000000000000e7a324dc00000000000000000000000000000000000000000000000000000000e8f2be6f00000000000000000000000000000000000000000000000000000000f1127ed800000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000ffffffffffffffffffffffff000000000000000000000000000000000000004000000080000000000000000044656c65676174696f6e28616464726573732064656c6567617465652c75696e74323536206e6f6e63652c75696e743235362065787069727929000000000000dae66bbe0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e1d146fa00000000000000000000000000000000000000000000000000000000e1d146fb00000000000000000000000000000000000000000000000000000000e6a69ab800000000000000000000000000000000000000000000000000000000dae66bbe00000000000000000000000000000000000000000000000000000000de0368b20000000000000000000000000000000000000000000000000000000001e133808def9436d6e31b89ed00948ba91d0cb6936eada5154cb1b45b55683fb9e492377265776172642063616e6e6f74206265207a65726f206164647265737300000000000000000000000000000000000000000000640000008000000000000000007072696d6520746f6b656e2063616e6e6f74206265207a65726f2061646472657373000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008400000080000000000000000000000000000000000000000000000000000000000000000000000000c7ad089500000000000000000000000000000000000000000000000000000000cd9b94e700000000000000000000000000000000000000000000000000000000d7ae45e2add8933700000000000000000000000000000000000000000000000000000000b6a5fd2f0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c3c754a700000000000000000000000000000000000000000000000000000000c3c754a800000000000000000000000000000000000000000000000000000000c3cda52000000000000000000000000000000000000000000000000000000000b6a5fd2f00000000000000000000000000000000000000000000000000000000c2102596454950373132446f6d61696e28737472696e67206e616d652c75696e7432353620636861696e49642c6164647265737320766572696679696e67436f6e747261637429000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000430000008000000000000000005856535661756c740000000000000000000000000000000000000000000000000200000000000000000000000000000000000008000000a000000000000000009a8a0592ac89c5ad3bc6df8224c17b485976f597df104ee20d0df415241f670b19010000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a1756500000000000000000000000000000000000000000000000000000000000045434453413a20696e76616c6964207369676e6174757265202773272076616c45434453413a20696e76616c6964207369676e6174757265202776272076616c206e6f6e636500000000000000000000000000000000000000000000000000005856535661756c743a3a64656c656761746542795369673a20696e76616c69646f766572666c6f770000000000000000000000000000000000000000000000005856535661756c743a3a6765745374616b65416d6f756e743a20766f7465732000000000000000000000000000000000000000010000000000000000000000000cc323ffec3ea49cbcddc0de1480978126d350c6a45dff33ad2f1cda6ae992617420756e646572666c6f777300000000000000000000000000000000000000005856535661756c743a3a5f6d6f7665566f7465733a20766f746520616d6f756e74730000000000000000000000000000000000000000000000000000000000006b206e756d626572206f72207365636f6e6420657863656564732033322062695856535661756c743a3a5f7772697465436865636b706f696e743a20626c6f6300000000000000000000000000000000ffffffffffffffffffffffff00000000ffffffffffffffffffffffffffffffff000000000000000000000000ffffffffffffffffffffffffffffffffffffffff00000000000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffff000000006adb589fed1e8542fb7a6b10f00a85e02265e77f9ae3ca8ff93b22983e1af9a074206f766572666c6f777300000000000000000000000000000000000000000072652065787069726564000000000000000000000000000000000000000000005856535661756c743a3a64656c656761746542795369673a207369676e61747545434453413a20696e76616c6964207369676e6174757265000000000000000000000000000000000000000000000000ffffffffffffffffffffffffffffffff736574526577617264416d6f756e74506572426c6f636b4f725365636f6e6428616464726573732c75696e743235362900000000000000000000000000000000f5ab16cc00000000000000000000000000000000000000000000000000000000496e76616c69642072657761726420746f6b656e000000000000000000000000ad96cee0d692f0250b98e085504f399da6733854908215f6203fe3c69366d9f500000000000000000000000000000000000000000000000000000000add8933700000000000000000000000000000000000000000000000000000000b4a0bdf300000000000000000000000000000000000000000000000000000000b4b5ea579e2b6c4d0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a699776100000000000000000000000000000000000000000000000000000000a699776200000000000000000000000000000000000000000000000000000000a9d69a69000000000000000000000000000000000000000000000000000000009e2b6c4d00000000000000000000000000000000000000000000000000000000a09eab7a0000000000000000000000000000000100000000000000000000000000000000416c726561647920696e697469616c697a65642054696d654d616e6167657200496e76616c696420626c6f636b73207065722079656172000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0000496e76616c69642074696d6520626173656420636f6e66696775726174696f6e7365745769746864726177616c4c6f636b696e67506572696f6428616464726573732c75696e743235362c75696e7432353629000000000000000000000000000000000000000000000000000000000000000000000000000000000012cc02ff496e76616c6964206e6577206c6f636b696e6720706572696f640000000000000bcf80c5060ccf99b7a993c57a94b232fc2c5c04bd74c7c7d174595fee6bc31f0000000000000000000000000000000000000000000000000000000092e350000000000000000000000000000000000000000000000000000000000098e1b31b00000000000000000000000000000000000000000000000000000000996cba680000000000000000000000ff0000000000000000000000000000000000000000ffffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffff6bdfd5e51d01475945224d3d37965916fd8df699ef9e8888af4359aa862221609ad99e6800000000000000000000000000000000000000000000000000000000865ca08d59f5cb456e85cd2f7ef63664ea4f73327414e9d8152c4158b0e946455c19a95c0000000000000000000000000000000000000000000000000000000073d025d6000000000000000000000000000000000000000000000000000000007ecebe0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008456cb58000000000000000000000000000000000000000000000000000000008456cb59000000000000000000000000000000000000000000000000000000008ed7333d000000000000000000000000000000000000000000000000000000007ecebe00000000000000000000000000000000000000000000000000000000008308d7e970617573652829000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084000000c000000000000000005661756c7420697320616c726561647920706175736564000000000000000000dffada2889ebfab9224c24069d833f3de835d8cf99872d49e7b7ba5fccb7a46f73657428616464726573732c75696e743235362c75696e7432353629000000006ee09c6cb801194690c195c69f465aaf7c80255cbeafaab9600f47ed79de2ca97374206e6f74206265207a65726f000000000000000000000000000000000000416c6c6f6320706f696e7473207065722072657761726420746f6b656e206d750000000000000000000000000000000000000000000000000000000073d025d600000000000000000000000000000000000000000000000000000000782d6fe1000000000000000000000000000000000000000000000000000000007ac92456696e636f6e73697374656e74207374617465000000000000000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffa9059cbb00000000000000000000000000000000000000000000000000000000e03fe177bb050a40ea1b3ecd64121a3fa063a94b6d404b2f45c64697555efe0ec5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a4706f742073756363656564000000000000000000000000000000000000000000005361666542455032303a204245503230206f7065726174696f6e20646964206ee31da05fae6db869f5ea51f4b638aa6884070b6c87f18f63bd2291a12cb2f5186e6f7468696e6720746f207769746864726177000000000000000000000000002064657465726d696e65640000000000000000000000000000000000000000005856535661756c743a3a6765745072696f72566f7465733a206e6f742079657400000000000000000000000000000000000000000000000000000000fffffffe5ff5631500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006dd77cbc000000000000000000000000000000000000000000000000000000006dd77cbd000000000000000000000000000000000000000000000000000000006fcfff45000000000000000000000000000000000000000000000000000000005ff56315000000000000000000000000000000000000000000000000000000006857249c616c726561647920696e697469616c697a6564000000000000000000000000000200000000000000000000000000000000000080000000800000000000000000559f314bb90394a4a9ceb724f365b36a53587d894352c43d12901fd680101456000000000000000000000000000000000000000000000000000000005c19a95c000000000000000000000000000000000000000000000000000000005c60da1b000000000000000000000000000000000000000000000000000000005f14e7006472657373206973206e6f7420736574000000000000000000000000000000005856535661756c743a3a6765745374616b65416d6f756e743a2078767320616424f52bbf00000000000000000000000000000000000000000000000000000000358ae03600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004298bdbc000000000000000000000000000000000000000000000000000000004298bdbd00000000000000000000000000000000000000000000000000000000587cde1e00000000000000000000000000000000000000000000000000000000358ae036000000000000000000000000000000000000000000000000000000003d4180f90000000000000000000000000000000000000000000000000000000024f52bbf0000000000000000000000000000000000000000000000000000000026782247000000000000000000000000000000000000000000000000000000002eda5c6c115b512f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001d504dc5000000000000000000000000000000000000000000000000000000001d504dc60000000000000000000000000000000000000000000000000000000020606b7000000000000000000000000000000000000000000000000000000000115b512f0000000000000000000000000000000000000000000000000000000019129e5af851a4400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000008000000000000000006e730000000000000000000000000000000000000000000000000000000000006f6e6c792070726f78792061646d696e2063616e206368616e67652062726169c1e80334000000000000000000000000000000000000000000000000000000006368616e6765206e6f7420617574686f72697a656400000000000000000000006f6e6c792061646d696e2063616e000000000000000000000000000000000000020000000000000000000000000000000000004000000080000000000000000066fd58e82f7b31a2a5c30e0888f3093efe4e111b00cd2b0c31fe014601293aa0696e76616c696420616365737320636f6e74726f6c206d616e616765722061646472657373000000000000000000000000000000000000000000000000000000323820626974730000000000000000000000000000000000000000000000000053616665436173743a2076616c756520646f65736e27742066697420696e20316573206f766572666c6f770000000000000000000000000000000000000000005856535661756c743a3a726571756573745769746864726177616c3a20766f7437f23cd30000000000000000000000000000000000000000000000000000000088a254a0ef28a0b9e957ff600beae69870f6f924065147f3627c3f814e60ec1172657175657374656420616d6f756e7420697320696e76616c6964000000000072657175657374656420616d6f756e742063616e6e6f74206265207a65726f0000000000000000000000000000000000000000000000000000000000046f7da2000000000000000000000000000000000000000000000000000000000af13728000000000000000000000000000000000000000000000000000000000efe6a8b5661756c74206973207061757365640000000000000000000000000000000000657865637574652070656e64696e67207769746864726177616c00000000000023b872dd000000000000000000000000000000000000000000000000000000005361666542455032303a2063616c6c20746f206e6f6e2d636f6e7472616374007700000000000000000000000000000000000000000000000000000000000000536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f5856535661756c743a3a6465706f7369743a20766f746573206f766572666c6fdcbc1c05240f31ff3ad067ef1ee35ce4997762752e3a095284754544f4c709d75361666542455032303a206c6f772d6c6576656c2063616c6c206661696c656472652d656e7465726564000000000000000000000000000000000000000000007661756c743a20706f6f6c206578697374733f00000000000000000000000000726573756d652829000000000000000000000000000000000000000000000000d2619572a1464e0df0bb351d834fd47f3350984d7bfdb1ab69cfcb0b8e4214155661756c74206973206e6f742070617573656400000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff000100000000000000000000000000000000000000000000000000000000000000003c0c4c132f752029fa03fb5eaa3719262f876d012596a2ca53305188f490a745",
1797
+ "deployedBytecode": "0x00040000000000020000000003010019000000600330027000000f55043001970003000000410355000200000001035500000f550030019d00000001002001900000000b0000c13d00000000010000193d51001d0000040f0000008001000039000000400010043f0000000001000416000000000001004b0000001b0000c13d000000000100041100000f5601100197000000000200041a00000f5702200197000000000112019f000000000010041b00000020010000390000010000100443000001200000044300000f580100004100003d520001042e000000000100001900003d530001043000120000000000020000008005000039000000400050043f0000000002000416000000000001004b000000300000613d000000000002004b000000350000c13d000000000100041100000f5601100197000000000200041a00000f5702200197000000000112019f000000000010041b00000020010000390000010000100443000001200000044300000f580100004100003d520001042e000000000002004b000000350000c13d0000000002000031000000030020008c000000370000213d000000000100001900003d53000104300000000201000367000000000401043b000000e00340027000000f590040009c000000d50000813d00000fe10040009c000001700000813d0000100e0040009c0000019c0000813d000010180040009c000002dc0000813d000010310030009c0000074f0000613d000010320030009c000006b30000613d000010330030009c000000350000c13d00000f630020009c000000350000213d000000630020008c000000350000a13d0000000402100370000000000202043b00000f640020009c000000350000813d0000004403100370000000000503043b0000002401100370000000000401043b0000000301000039000000000301041a00000fdc00300198000008060000613d000d00000005001d000e00000004001d00000fdd03300197000000000031041b0000001301000039000000000101041a000000ff0010019000000bba0000c13d00000f5601200197000c00000001001d000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000201041a0000000e0020006b000010680000813d000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000b00000001001d0000000c01000029000000000010043f0000000701000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000e02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000200041100000f5602200197000a00000002001d000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000900000001001d0000000c01000029000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000201041a0000000e0020006b000035570000813d000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000e0200002900080005002000cd000000000101043b0000000801100029001100000001001d0000000201100039001000000001001d000000000101041a001200000001001d0000007a01000039000000000101041a000000ff00100190000017900000c13d00000f720100004100000000001004430000000001000414000017930000013d00000f5a0040009c000001870000813d00000f990040009c000001b00000813d00000fc90040009c000002fd0000813d00000fd90030009c000007790000613d00000fda0030009c000006e80000613d00000fdb0030009c000000350000c13d00000f630020009c000000350000213d000000630020008c000000350000a13d0000000402100370000000000202043b001200000002001d00000f640020009c000000350000813d0000002402100370000000000202043b00000f560020009c000000350000213d0000004401100370000000000401043b0000000301000039000000000301041a00000fdc00300198000008060000613d000e00000004001d00000fdd03300197000000000031041b0000001301000039000000000101041a000000ff0010019000000bba0000c13d00000f5601200197000d00000001001d000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000201041a0000000e0020006b000010680000813d000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000c00000001001d0000000d01000029000000000010043f0000000701000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000e02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000120200002900000f5602200197000000000101043b000b00000002001d000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000a00000001001d0000000d01000029000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000201041a0000000e0020006b000035570000813d000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000e0200002900090005002000cd000000000101043b0000000901100029001100000001001d0000000201100039001000000001001d000000000101041a001200000001001d0000007a01000039000000000101041a000000ff001001900000195d0000c13d00000f720100004100000000001004430000000001000414000019600000013d00000fe20040009c000001f10000813d000010000040009c000003a30000813d000010090030009c000007b30000613d0000100a0030009c000007290000613d0000100b0030009c000000350000c13d00000f630020009c000000350000213d000000430020008c000000350000a13d0000000402100370000000000202043b00000f640020009c000000350000813d0000002401100370000000000101043b001200000001001d0000001201000039000003c70000013d00000f5b0040009c000002b30000813d00000f890040009c000003ab0000813d00000f960030009c000007de0000613d00000f970030009c0000072b0000613d00000f980030009c000000350000c13d00000f630020009c000000350000213d000000230020008c000000350000a13d0000000401100370000000000101043b00000f640010009c000000350000813d000000000010043f0000000801000039000001ae0000013d0000100f0040009c000003b30000813d000010150030009c000007e00000613d000010160030009c000007350000613d000010170030009c000000350000c13d00000f630020009c000000350000213d000000230020008c000000350000a13d0000000401100370000000000101043b00000f640010009c000000350000813d000000000010043f0000000601000039000000200010043f000009ee0000013d00000f9a0040009c000003d20000813d00000fc60030009c000007e20000613d00000fc70030009c000007370000613d00000fc80030009c000000350000c13d00000f630020009c000000350000213d000000230020008c000000350000a13d0000000401100370000000000101043b00000f640010009c000000350000813d000000000010043f0000001101000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a001200000001001d00000f5500100198000000000100001900000a7d0000613d0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001202000029000000010220008a00000f5502200197000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a000000200110027000000f850110019700000a7d0000013d00000fe30040009c0000046e0000813d00000ff10030009c000007e40000613d00000ff20030009c000007390000613d00000ff30030009c000000350000c13d00000f630020009c000000350000213d000000430020008c000000350000a13d0000000402100370000000000202043b00000f640020009c000000350000813d0000002401100370000000000401043b0000000301000039000000000301041a00000fdc00300198000008060000613d000c00000005001d000d00000004001d00000fdd03300197000000000031041b0000001301000039000000000101041a000000ff0010019000000bba0000c13d00000f5601200197000b00000001001d000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000201041a0000000d0020006b000010680000813d000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000a00000001001d0000000b01000029000000000010043f0000000701000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000d02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000200041100000f5602200197000900000002001d000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000800000001001d0000000b01000029000000000010043f0000000a01000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000d02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000902000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000201043b000000000102041a000000000001004b000f00000000001d000e00000000001d000017c10000c13d000000400300043d0000004001300039000000400010043f000000200130003900000f770200004100000000002104350000001b020000390000000000230435000000400200043d0000000e050000290000000f0050002a000039c90000413d0000000e030000290011000f0030002d00000008010000290000000203100039000000000403041a0000004001200039000000400010043f0000001e01000039000000000112043600000f74050000410000000000510435000000110440006c0000194b0000813d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000002ab0000413d000021740000013d00000f5c0040009c000004ac0000813d00000f810030009c000007ec0000613d00000f820030009c0000074d0000613d00000f830030009c000000350000c13d00000f630020009c000000350000213d000000430020008c000000350000a13d0000000402100370000000000202043b00000f640020009c000000350000813d0000002401100370000000000101043b001200000001001d00000f840010009c000000350000813d0000001001000039000000200010043f000000000020043f000000400200003900000000010000193d513d320000040f000000200010043f0000001201000029000000000010043f000000000100001900000040020000393d513d320000040f000000000101041a00000f5502100197000000800020043f000000200110027000000f8501100197000000a00010043f00000f860100004100003d520001042e000010190030009c000004b40000213d0000101c0030009c000007f60000613d0000101d0030009c000000350000c13d00000f630020009c000000350000213d000000230020008c000000350000a13d0000000401100370000000000101043b00000f640010009c000000350000813d000000000200041a0000000003000411000000000223013f00000f560020019800000a8a0000c13d00000f560110019800000c070000c13d00000f6d01000041000000800010043f0000002001000039000000840010043f0000002501000039000000a40010043f0000102701000041000000c40010043f0000102801000041000000e40010043f00000f950100004100003d530001043000000fca0030009c000004c10000213d00000fcd0030009c000008100000613d00000fce0030009c000000350000c13d00000f630020009c000000350000213d000000630020008c000000350000a13d0000000402100370000000000202043b00000f640020009c000000350000813d0000002403100370000000000303043b001200000003001d0000004401100370000000000101043b001100000001001d00000f560010009c000000350000213d00000f5601200197001000000001001d000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000201041a000000120020006b000010680000813d000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000f00000001001d0000001001000029000000000010043f0000000701000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001202000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000110200002900000f5602200197000000000101043b001100000002001d000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000120200002900000005022000c90000000f02200029000000000101043b000d00000001001d000f00000002001d0000000301200039000000000101041a000e00000001001d0000001001000029000000000010043f0000001201000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001202000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a000900000001001d0000000f01000029000000000101041a000000400300043d00000f73020000410000000000230435000000000200041000000f5602200197000a00000003001d00000004033000390000000000230435000000400200043d000b00000002001d00000f6802000041000000000020044300000f5601100197000c00000001001d0000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000000c02000029000000040020008c0000184e0000c13d00000001030000310000187f0000013d000010010030009c0000050e0000213d000010040030009c0000084b0000613d000010050030009c000000350000c13d0000007901000039000009f10000013d00000f8a0030009c000005250000213d00000f8d0030009c0000087f0000613d00000f8e0030009c000000350000c13d0000000301000039000008a20000013d000010100030009c0000052d0000213d000010130030009c000008a10000613d000010140030009c000000350000c13d00000f630020009c000000350000213d000000430020008c000000350000a13d0000000402100370000000000202043b00000f640020009c000000350000813d0000002401100370000000000101043b001200000001001d00000f560010009c000000350000213d0000001501000039000000200010043f000000000020043f000000400200003900000000010000193d513d320000040f000000200010043f0000001201000029000000000010043f00000000010000190000004002000039000009f00000013d00000f9b0030009c000005400000213d00000f9e0030009c000008a70000613d00000f9f0030009c000000350000c13d00000f630020009c000000350000213d000000630020008c000000350000a13d0000000402100370000000000202043b00000f640020009c000000350000813d0000002403100370000000000303043b001200000003001d0000004401100370000000000101043b001100000001001d00000f560010009c000000350000213d00000f5601200197000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a000000120010006b000010680000813d0000000a01000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001202000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000110200002900000f5602200197000000000101043b000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000400300043d0000002002300039001000000001001d000000000401041a0000000501400210000e00000002001d0000000001120019000000400010043f000d00000003001d0000000000430435000f00000004001d000000000004004b000004510000613d0012000e0000002d001100000000001d0000001001000029000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000400200043d0000006003200039000000400030043f000000110600002900000001036002100000000001310019000000000301041a00000000033204360000000101100039000000000101041a00000080041002700000004005200039000000000045043500000fc001100197000000000013043500000012010000290000000001210436001200000001001d0000000106600039001100000006001d0000000f0060006c0000042f0000413d000000400100043d000000200200003900000000032104360000000d02000029000000000202043300000000002304350000004001100039000000000002004b0000046b0000613d00000000030000190000000e07000029000000007407043400000000650404340000000005510436000000000606043300000fc00660019700000000006504350000004004400039000000000404043300000fc0044001970000004005100039000000000045043500000060011000390000000103300039000000000023004b0000045c0000413d000000400200043d0000000001210049000005060000013d00000fe40030009c0000066d0000213d00000fe70030009c000008df0000613d00000fe80030009c000000350000c13d00000f630020009c000000350000213d000000630020008c000000350000a13d0000000402100370000000000202043b001200000002001d00000f640020009c000000350000813d0000004402100370000000000202043b000500000002001d0000002401100370000000000101043b000600000001001d000000c001000039000000400010043f0000001c01000039000000800010043f00000fed02000041000000a00020043f0000004703000039000000000303041a00000f6704000041000000c00040043f000000000400041100000f5604400197000000c40040043f0000004004000039000000e40040043f000001040010043f000001240020043f000001400000043f00000f6801000041000000000010044300000f5601300197001100000001001d0000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000001102000029000000040020008c00000cab0000c13d000000010300003100000cd10000013d00000f5d0030009c000006ad0000213d00000f600030009c000008e90000613d00000f610030009c000000350000c13d000000000100041a000008a30000013d0000101a0030009c000008ed0000613d0000101b0030009c000000350000c13d00000fa001000041000000800010043f00000fa101000041000000a00010043f00000fa201000041000000c00010043f00000080010000390000004302000039000007f20000013d00000fcb0030009c0000090e0000613d00000fcc0030009c000000350000c13d00000f630020009c000000350000213d000000630020008c000000350000a13d0000000402100370000000000202043b00000f640020009c000000350000813d0000002403100370000000000303043b001200000003001d0000004401100370000000000101043b001100000001001d00000f560010009c000000350000213d00000f5601200197000000000010043f0000000a01000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001202000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001102000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000501043b000000000105041a000000000001004b0000000006000019000010f40000c13d000000400100043d0000000000610435000000400200043d0000000001210049000000200110003900000f550010009c00000f5501008041000000600110021000000f550020009c00000f55020080410000004002200210000000000121019f00003d520001042e000010020030009c000009330000613d000010030030009c000000350000c13d00000f630020009c000000350000213d000000230020008c000000350000a13d0000000401100370000000000101043b00000f640010009c000000350000813d0000001102000039000000200020043f000000000010043f000000400200003900000000010000193d513d320000040f000000000101041a00000f5501100197000000800010043f00000f620100004100003d520001042e00000f8b0030009c000009db0000613d00000f8c0030009c000000350000c13d00000f8f01000041000000800010043f00000f620100004100003d520001042e000010110030009c000009e30000613d000010120030009c000000350000c13d00000f630020009c000000350000213d000000230020008c000000350000a13d0000000401100370000000000101043b00000f640010009c000000350000813d0000000f02000039000000200020043f000000000010043f000000400200003900000000010000193d513d320000040f000008a20000013d00000f9c0030009c000009f50000613d00000f9d0030009c000000350000c13d00000f630020009c000000350000213d000000c30020008c000000350000a13d0000000402100370000000000202043b001200000002001d00000f640020009c000000350000813d0000004402100370000000000202043b001000000002001d0000002402100370000000000202043b001100000002001d0000006402100370000000000202043b000f00000002001d000001000020008c000000350000813d000000a402100370000000000202043b000e00000002001d0000008401100370000000000101043b000d00000001001d0000001301000039000000000101041a000000ff0010019000000bba0000c13d00000fa001000041000000800010043f00000fa101000041000000a00010043f00000fa201000041000000c00010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000fa3011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000c00000001001d000000c001000039000000400010043f0000000801000039000000800010043f00000fa401000041000000a00010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000fa5011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000b00000001001d00000fa6010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000400300043d0000006002300039000000000012043500000040013000390000000b02000029000000000021043500000020013000390000000c020000290000000000210435000000000100041000000f560110019700000080023000390000000000120435000000400100043d00000000021200490000000002210436000c00000003001d000000a003300039000b00000003001d000000400030043f00000f550020009c00000f55020080410000004002200210000000000101043300000f550010009c00000f55010080410000006001100210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000112019f00000f7b011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000a00000001001d00000f87010000410000000b0200002900000000001204350000000c03000029000000c00130003900000f88020000410000000000210435000000400200043d0000000001230049000000da0110003900000f550010009c00000f5501008041000000600110021000000f550020009c000c00000002001d00000f55020080410000004002200210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000121019f00000f7b011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000120200002900000f5603200197000000000101043b0000000c050000290000006002500039000000110400002900000000004204350000004002500039000b00000003001d000000000032043500000020025000390000000000120435000000800150003900000010020000290000000000210435000000400200043d00000000012100490000000001120436000000a003500039000000400030043f00000f550010009c00000f55010080410000004001100210000000000202043300000f550020009c00000f55020080410000006002200210000000000112019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000112019f00000f7b011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000c04000029000000c00240003900000fa7030000410000000000320435000000c2024000390000000a030000290000000000320435000000e2024000390000000000120435000000400100043d000000000212004900000000022104360000010203400039000000400030043f00000f550020009c00000f55020080410000004002200210000000000101043300000f550010009c00000f55010080410000006001100210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000112019f00000f7b011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000400200043d000000000101043b0000000e0300002900000fa80030009c000014f10000813d0000000f03000029000000ff0330018f0000001b0430008a000000010040008c000015e80000213d0000000004020436000000400040043f00000080052000390000000e06000029000000000065043500000060052000390000000d060000290000000000650435000000400520003900000000003504350000000000140435000000400300043d001200000003001d0000000001320049000000a00110003900000f550010009c00000f5501008041000000600110021000000f550030009c00000f550200004100000000020340190000004002200210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000121019f00000001020000393d513d4c0000040f0000000003010019000000600330027000000f5503300197000000200030008c000000200400003900000000040340190000001f0540018f0000001206000029000000200760008a00000020064001900000000004670019000006540000613d000000000801034f000000008908043c0000000007970436000000000047004b000006500000c13d000000000005004b000006610000613d000000000661034f0000000305500210000000000704043300000000075701cf000000000757022f000000000606043b0000010005500089000000000656022f00000000055601cf000000000575019f0000000000540435000100000003001f00030000000103550000000100200190000018a70000613d000000400100043d000000200210008a0000000002020433000e0f560020019c00001b370000c13d000000440210003900000fbf03000041000012460000013d00000fe50030009c00000a040000613d00000fe60030009c000000350000c13d00000f630020009c000000350000213d000000430020008c000000350000a13d0000000402100370000000000202043b00000f640020009c000000350000813d0000002401100370000000000301043b0000001301000039000000000101041a000000ff0010019000000bba0000c13d001200000003001d00000f5601200197001100000001001d000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000201041a000000120020006b000010680000813d000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000120200002900000005022000c9000000000101043b0000000001210019000f00000001001d0000000201100039000e00000001001d000000000101041a001000000001001d0000007a01000039000000000101041a000000ff00100190000011380000c13d00000f7201000041000000000010044300000000010004140000113b0000013d00000f5e0030009c00000a2e0000613d00000f5f0030009c000000350000c13d0000001601000039000008a20000013d00000f630020009c000000350000213d000000630020008c000000350000a13d0000000402100370000000000202043b00000f640020009c000000350000813d0000002403100370000000000303043b001200000003001d0000004401100370000000000101043b001100000001001d00000f560010009c000000350000213d00000f5601200197000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a000000120010006b000010680000813d0000000701000039000000200010043f000000400200003900000000010000193d513d320000040f0000001202000029000000000020043f000000200010043f000000000100001900000040020000393d513d320000040f0000001102000029000000000020043f000000200010043f000000000100001900000040020000393d513d320000040f0000000201100039000000000101041a00000a7d0000013d00000f630020009c000000350000213d000000630020008c000000350000a13d0000000402100370000000000202043b00000f640020009c000000350000813d0000002403100370000000000303043b001200000003001d0000004401100370000000000101043b001100000001001d00000f560010009c000000350000213d00000f5601200197000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a000000120010006b000010680000813d0000000701000039000000200010043f000000400200003900000000010000193d513d320000040f0000001202000029000000000020043f000000200010043f000000000100001900000040020000393d513d320000040f0000001102000029000000000020043f000000200010043f000000000100001900000040020000393d513d320000040f0000000102100039000000000202041a000000000301041a0000000201100039000000000101041a000000400400043d00000040054000390000000000150435000000200140003900000000002104350000000000340435000000400100043d0000000002140049000000600220003900000a820000013d0000000201000039000008a20000013d00000f630020009c000000350000213d000000230020008c000000350000a13d0000000401100370000000000101043b00000f640010009c000000350000813d0000000602000039000009ec0000013d0000000101000039000008a20000013d0000004701000039000008a20000013d00000f630020009c000000350000213d000000430020008c000000350000a13d0000000402100370000000000202043b001200000002001d00000f640020009c000000350000813d0000002401100370000000000101043b000f00000001001d0000007a01000039000000000101041a000000ff0010019000000a940000c13d00000f72010000410000000000100443000000000100041400000a970000013d0000001801000039000009f10000013d000000c001000039000000400010043f0000000801000039000000800010043f0000103f02000041000000a00020043f0000004703000039000000000303041a00000f6704000041000000c00040043f000000000400041100000f5604400197001100000004001d000000c40040043f0000004004000039000000e40040043f000001040010043f000001240020043f0000012c0000043f00000f6801000041000000000010044300000f5601300197001200000001001d0000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000001202000029000000040020008c00000b0b0000c13d000000010300003100000b310000013d00000f630020009c000000350000213d000000430020008c000000350000a13d0000000402100370000000000202043b00000f640020009c000000350000813d0000002401100370000000000101043b001200000001001d0000000801000039000000200010043f000000000020043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000201041a000000120020006b000035570000813d000000000010043f000000200200003900000000010000193d513d320000040f000000120200002900000005022000c900000000012100190000000102100039000000000202041a0000000203100039000000000303041a0000000304100039000000000404041a000000000501041a0000000401100039000000000101041a000000400600043d0000008007600039000000000017043500000060016000390000000000410435000000400160003900000000003104350000002001600039000000000021043500000f56015001970000000000160435000000400100043d0000000002160049000000a00220003900000a820000013d00000f630020009c000000350000213d000000230020008c000000350000a13d0000000401100370000000000101043b000e00000001001d00000f640010009c000000350000813d0000001301000039000000000101041a000000ff0010019000000bba0000c13d000000000100041100000f5601100197000d00000001001d000000000010043f0000000f01000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000502000039000000000202041a00000f560220019800000c220000c13d000000400100043d00000064021000390000100c03000041000000000032043500000044021000390000100d0300004100000000003204350000002402100039000000300300003900000bcd0000013d0000007a01000039000007e50000013d0000000401000039000008a20000013d0000001701000039000008a20000013d0000001301000039000000000101041a000000ff001001900000000001000039000000010100c039000000800010043f00000f620100004100003d520001042e00000f8701000041000000800010043f00000f8801000041000000a00010043f00000080010000390000003a020000393d513d320000040f000000800010043f00000f620100004100003d520001042e00000f630020009c000000350000213d000000630020008c000000350000a13d0000000402100370000000000202043b00000f640020009c000000350000813d0000004403100370000000000503043b0000002401100370000000000401043b0000000301000039000000000301041a00000fdc0030019800000b970000c13d00000f6d01000041000000800010043f0000002001000039000000840010043f0000000a01000039000000a40010043f0000103d01000041000000c40010043f00000f920100004100003d530001043000000f630020009c000000350000213d000000630020008c000000350000a13d0000000402100370000000000202043b001200000002001d00000f640020009c000000350000813d0000004402100370000000000202043b000f00000002001d0000002401100370000000000101043b001000000001001d000000e001000039000000400010043f0000003301000039000000800010043f00000fd402000041000000a00020043f00000fd503000041000000c00030043f0000004704000039000000000404041a00000f6705000041000000e00050043f000000000500041100000f5605500197000000e40050043f0000004005000039000001040050043f000001240010043f000001440020043f000001640030043f000001770000043f00000f6801000041000000000010044300000f5601400197001100000001001d0000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000001102000029000000040020008c00000e680000c13d000000010300003100000e8e0000013d00000f630020009c000000350000213d000000430020008c000000350000a13d0000000402100370000000000202043b00000f640020009c000000350000813d0000002401100370000000000301043b00000f560030009c000000350000213d000000000100041a0000000004000411000000000114013f00000f560010019800000a8a0000c13d00000f560120019800000ca10000613d00000f560230019800000ca10000613d0000000503000039000000000403041a00000f5600400198000010af0000c13d00000f5704400197000000000414019f0000000405000039000000000605041a000000000043041b00000f5703600197000000000323019f000000000035041b0000000303000039000000000403041a00000fdd0440019700000f64044001c7000000000043041b00000f5603600197000000800000043f000000a00030043f000000c00010043f000000e00020043f000000000100041400000f550010009c00000f5501008041000000c00110021000001007011001c70000800d020000390000000103000039000010080400004100000c170000013d00000f630020009c000000350000213d000000630020008c000000350000a13d0000000402100370000000000202043b00000f640020009c000000350000813d0000002403100370000000000303043b00000f640030009c000000350000813d000000000400041a0000000005000411000000000445013f0000004401100370000000000101043b00000f560040019800000a8a0000c13d001200000001001d00110f560020019c00000ee10000c13d00000f6d01000041000000800010043f0000002001000039000000840010043f0000002201000039000000a40010043f00000f9301000041000000c40010043f00000f9401000041000000e40010043f00000f950100004100003d53000104300000000501000039000000000101041a00000f5601100197000000800010043f00000f620100004100003d520001042e00000f630020009c000000350000213d000000430020008c000000350000a13d0000000402100370000000000202043b001200000002001d00000f640020009c000000350000813d0000002401100370000000000101043b000600000001001d000000e001000039000000400010043f0000003001000039000000800010043f00000fc102000041000000a00020043f00000fc203000041000000c00030043f0000004704000039000000000404041a00000f6705000041000000e00050043f000000000500041100000f5605500197000000e40050043f0000004005000039000001040050043f000001240010043f000001440020043f000001640030043f000001740000043f00000f6801000041000000000010044300000f5601400197001100000001001d0000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000001102000029000000040020008c00000eed0000c13d000000010300003100000f130000013d00000f630020009c000000350000213d000000230020008c000000350000a13d0000000401100370000000000101043b00000f640010009c000000350000813d0000000e02000039000009ec0000013d00000f8001000041000000800010043f00000f620100004100003d520001042e00000f630020009c000000350000213d000000230020008c000000350000a13d0000000401100370000000000101043b00000f640010009c000000350000813d00000f56021001970000101e01000041000000800010043f00000f68010000410000000000100443001200000002001d0000000400200443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000001202000029000000040020008c00000f470000c13d000000010300003100000f6e0000013d00000f630020009c000000350000213d000000430020008c000000350000a13d0000000402100370000000000202043b000000000002004b0000000003000039000000010300c039000000000032004b000000350000c13d000000000300041a0000000004000411000000000434013f0000002401100370000000000301043b00000f560040019800000a8a0000c13d0000007a01000039000000000401041a0000ff000040019000000c180000c13d00000000003201a000000e5e0000613d000000000002004b00000f990000613d000000000003004b00000f990000613d00000f6d01000041000000800010043f0000002001000039000000840010043f000000a40010043f00000fd301000041000000c40010043f00000f920100004100003d530001043000000f630020009c000000350000213d000000630020008c000000350000a13d0000000402100370000000000202043b00000f640020009c000000350000813d0000002403100370000000000303043b001200000003001d0000004401100370000000000101043b001100000001001d00000f560010009c000000350000213d00000f5601200197000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a000000120010006b000010680000813d0000000a01000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001202000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000110200002900000f5602200197000000000101043b000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b001100000001001d000000000101041a001200000001001d0000000004000019001000000004001d0000001203000029000000000003004b0000124a0000613d00120001003000920000001102000029000000000102041a000000120010006b000035570000813d000000000020043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000f00000001001d00000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000120300002900000001043002100000000f024000290000000102200039000000000202041a00000fc002200197000000000101043b000000000012004b0000124a0000213d000f00000004001d0000001102000029000000000102041a000000000013004b000035570000813d000000000020043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000f01100029000000000301041a000000400200043d0000004001200039000000400010043f000000200120003900000f770400004100000000004104350000001b040000390000000000420435000000100030002a0000001004300029000009c60000413d0000097f0000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000009d30000413d000021740000013d0000007a01000039000000000101041a000000ff0010019000000a710000c13d00000f72010000410000000000100443000000000100041400000a740000013d00000f630020009c000000350000213d000000230020008c000000350000a13d0000000401100370000000000101043b00000f640010009c000000350000813d0000000902000039000000200020043f000000000010043f000000400200003900000000010000193d513d320000040f000000000101041a000000800010043f00000f620100004100003d520001042e00000f630020009c000000350000213d000000230020008c000000350000a13d0000000401100370000000000101043b00000f640010009c000000350000813d0000001402000039000000200020043f000000000010043f000000400200003900000000010000193d513d320000040f000007e50000013d000000c001000039000000400010043f0000000701000039000000800010043f00000fe902000041000000a00020043f0000004703000039000000000303041a00000f6704000041000000c00040043f000000000400041100000f5604400197001100000004001d000000c40040043f0000004004000039000000e40040043f000001040010043f000001240020043f0000012b0000043f00000f6801000041000000000010044300000f5601300197001200000001001d0000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000001202000029000000040020008c00000b4c0000c13d000000010300003100000b720000013d00000f630020009c000000350000213d000000a30020008c000000350000a13d0000000402100370000000000202043b001200000002001d00000f640020009c000000350000813d0000002402100370000000000202043b000500000002001d0000004402100370000000000202043b001100000002001d00000f640020009c000000350000813d0000008402100370000000000202043b000300000002001d0000006401100370000000000101043b000400000001001d000000e001000039000000400010043f0000002c01000039000000800010043f00000f6502000041000000a00020043f00000f6603000041000000c00030043f0000004704000039000000000404041a00000f6705000041000000e00050043f000000000500041100000f5605500197000000e40050043f0000004005000039000001040050043f000001240010043f000001440020043f000001640030043f000001700000043f00000f6801000041000000000010044300000f5601400197001000000001001d0000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000001002000029000000040020008c00000fbc0000c13d000000010300003100000fe30000013d00000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000400200043d0000000000120435000000400100043d0000000002120049000000200220003900000f550020009c00000f5502008041000000600220021000000f550010009c00000f55010080410000004001100210000000000112019f00003d520001042e00000f6d01000041000000800010043f0000002001000039000000840010043f0000000e01000039000000a40010043f0000102401000041000000c40010043f00000f920100004100003d530001043000000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b0000000f0010006b00000bc40000813d000000120100002900000f5601100197000e00000001001d000000000010043f0000001101000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a00120f550010019c000000000100001900000a7d0000613d0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001202000029000000010220008a001200000002001d000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a0000000e02000029000000000020043f0000001002000039000000200020043f00000f55011001970000000f0010006c000011db0000a13d000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000000043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a00000f55011001970000000f0010006c000000000100001900000a7d0000213d000000120000006b00000000030000190000152e0000c13d001200000003001d0000000e01000029000000000010043f0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001202000029000000000020043f000000200010043f0000000001000414000011e90000013d00000f550010009c00000f5501008041000000c00110021000000fea011001c73d513d4c0000040f0000000003010019000000600330027000000f5503300197000000200030008c000000200400003900000000040340190000001f0540018f0000002006400190000000c0046001bf000000c00900003900000b200000613d000000000701034f000000007807043c0000000009890436000000000049004b00000b1c0000c13d000000000005004b00000b2d0000613d000000000661034f0000000305500210000000000704043300000000075701cf000000000757022f000000000606043b0000010005500089000000000656022f00000000055601cf000000000575019f0000000000540435000100000003001f0003000000010355000000010020019000000bd70000613d0000001f013000390000104201100197000000400200043d0000000001210019000000400010043f00000f630030009c000000350000213d0000001f0030008c000000350000a13d0000000002020433000000000002004b0000000003000039000000010300c039000000000032004b000000350000c13d000000000002004b000010010000613d0000001302000039000000000302041a000000ff00300190000010b90000c13d000000440310003900001041040000410000000000430435000000240310003900000000002304350000106f0000013d00000f550010009c00000f5501008041000000c00110021000000fea011001c73d513d4c0000040f0000000003010019000000600330027000000f5503300197000000200030008c000000200400003900000000040340190000001f0540018f0000002006400190000000c0046001bf000000c00900003900000b610000613d000000000701034f000000007807043c0000000009890436000000000049004b00000b5d0000c13d000000000005004b00000b6e0000613d000000000661034f0000000305500210000000000704043300000000075701cf000000000757022f000000000606043b0000010005500089000000000656022f00000000055601cf000000000575019f0000000000540435000100000003001f0003000000010355000000010020019000000bef0000613d0000001f013000390000104201100197000000400200043d0000000001210019000000400010043f00000f630030009c000000350000213d0000001f0030008c000000350000a13d0000000002020433000000000002004b0000000003000039000000010300c039000000000032004b000000350000c13d000000000002004b000010010000613d0000001302000039000000000302041a000000ff00300190000010cd0000c13d000010430330019700000001033001bf000000000032041b00000f550010009c00000f55010080410000004001100210000000000200041400000f550020009c00000f5502008041000000c002200210000000000112019f00000f7b011001c70000800d02000039000000020300003900000fec04000041000010c70000013d000d00000005001d000e00000004001d00000fdd03300197000000000031041b0000001301000039000000000101041a000000ff0010019000000bba0000c13d00000f5601200197000c00000001001d000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a0000000e0010006b000010680000813d0000000d0000006b000011690000c13d000000400100043d00000044021000390000103003000041000000000032043500000024021000390000001f030000390000106e0000013d00000f6d01000041000000800010043f0000002001000039000000840010043f0000000f01000039000000a40010043f0000103401000041000000c40010043f00000f920100004100003d5300010430000000400100043d000000640210003900000ffd030000410000000000320435000000440210003900000ffe03000041000000000032043500000024021000390000002b03000039000000000032043500000f6d020000410000000000210435000000040210003900000020030000390000000000320435000000400200043d00000000012100490000008401100039000010770000013d0000001f0430018f00000f6b0230019800000be00000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000026004b00000bdc0000c13d000000000004004b00000bed0000613d000000000121034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000600130021000003d53000104300000001f0430018f00000f6b0230019800000bf80000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000026004b00000bf40000c13d000000000004004b00000c050000613d000000000121034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000600130021000003d53000104300000004702000039000000000302041a00000f5704300197000000000414019f000000000042041b00000f5602300197000000800020043f000000a00010043f000000000100041400000f550010009c00000f5501008041000000c00110021000001025011001c70000800d0200003900000001030000390000102604000041000010c80000013d00000f6d01000041000000800010043f0000002001000039000000840010043f0000001f01000039000000a40010043f00000fd001000041000000c40010043f00000f920100004100003d5300010430000000000101041a000c00000001001d000000000020043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b001000000001001d000000000101041a000f00000001001d000000000001004b001200000000001d000010d30000c13d0000000d01000029000000000010043f0000000f01000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000e0200002900000f56072001970000000c0200002900000f5606200197000000000101043b000000000201041a00000f5702200197000000000272019f000000000021041b000000400100043d00000f550010009c00000f55010080410000004001100210000000000200041400000f550020009c00000f5502008041000000c002200210000000000112019f00000f7b011001c70000800d02000039000000040300003900000fb1040000410000000d05000029001100000006001d001000000007001d3d513d470000040f0000000100200190000000350000613d0000001102000029000000100020006c000010cb0000613d000000120000006b000010cb0000613d000000110000006b0000124e0000c13d000000100000006b000010cb0000613d0000001001000029000000000010043f0000001101000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a000f00000001001d000e0f550010019c001100000000001d000016090000c13d000000400200043d0000006001200039000000400010043f000000400120003900000fbc030000410000000000310435000000200120003900000fb30300004100000000003104350000002b0300003900000000003204350000001104000029000000120340002900120f850030019b000000120040006b000018bf0000813d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00000c990000413d000021740000013d00000f6d01000041000000800010043f0000002001000039000000840010043f0000001801000039000000a40010043f00000f7f01000041000000c40010043f00000f920100004100003d530001043000000f550010009c00000f5501008041000000c00110021000000fea011001c73d513d4c0000040f0000000003010019000000600330027000000f5503300197000000200030008c000000200400003900000000040340190000001f0540018f0000002006400190000000c0046001bf000000c00900003900000cc00000613d000000000701034f000000007807043c0000000009890436000000000049004b00000cbc0000c13d000000000005004b00000ccd0000613d000000000661034f0000000305500210000000000704043300000000075701cf000000000757022f000000000606043b0000010005500089000000000656022f00000000055601cf000000000575019f0000000000540435000100000003001f0003000000010355000000010020019000000fa40000613d0000001f013000390000104201100197000000400200043d0000000001210019000000400010043f00000f630030009c000000350000213d0000001f0030008c000000350000a13d0000000002020433000000000002004b0000000003000039000000010300c039000000000032004b000000350000c13d000000000002004b000010010000613d000000120100002900000f5601100197000f00000001001d000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000201041a000d00000002001d000000060020006b000010680000813d0000000001000410000a0f560010019b001200000000001d00000cff0000013d00000012020000290000000102200039001200000002001d0000000d0020006c000015900000813d0000000f01000029000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000201041a000000120020006b000035570000813d000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000120200002900000005022000c9000000000101043b0000000001210019001000000001001d0000000201100039000e00000001001d000000000101041a001100000001001d0000007a01000039000000000101041a000000ff0010019000000d2b0000613d00000f70010000410000000000100443000000000100041400000d2e0000013d00000f72010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000110010006c00000cfa0000a13d0000001001000029000000000101041a000000400300043d00000f73020000410000000000230435000b00000003001d00000004023000390000000a030000290000000000320435000000400200043d001100000002001d00000f6802000041000000000020044300000f5601100197000c00000001001d0000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000000c02000029000000040020008c00000d5b0000c13d000000010300003100000d8b0000013d00000011050000290000000b03500069000000240430003900000f550050009c00000f55030000410000000003054019000000400330021000000f550040009c00000f55040080410000006004400210000000000334019f00000f550010009c00000f5501008041000000c001100210000000000131019f3d513d4c0000040f00000011090000290000000003010019000000600330027000000f5503300197000000200030008c000000200600003900000000060340190000002005600190000000000459001900000d7a0000613d000000000701034f000000007807043c0000000009890436000000000049004b00000d760000c13d0000001f0660019000000d870000613d000000000551034f0000000306600210000000000704043300000000076701cf000000000767022f000000000505043b0000010006600089000000000565022f00000000056501cf000000000575019f0000000000540435000100000003001f000300000001035500000001002001900000198e0000613d0000001f013000390000104202100197000000400100043d0000000002120019000000400020043f00000f630030009c000000350000213d0000001f0030008c000000350000a13d0000000001010433001100000001001d0000000f01000029000000000010043f0000001201000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001202000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000301041a000000400200043d0000004001200039000000400010043f000000200120003900000f740400004100000000004104350000001e040000390000000000420435000000110330006b000018390000413d0000007a01000039000000000101041a000000ff0110018f00000dc60000c13d000000000001004b00000dcd0000613d00000f70010000410000000000100443000000000100041400000e520000013d000b00000003001d000000000001004b00000dd10000613d00000f70010000410000000000100443000000000100041400000dd40000013d00000f72010000410000000000100443000000000100041400000e520000013d00000f72010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d0000000e02000029000000000402041a000000000501043b000000400200043d0000004001200039000000400010043f000000200120003900000f740300004100000000003104350000001e030000390000000000320435001100000004001d000c00000005001d0008000000450053000019a60000413d0000000f01000029000000000010043f0000000901000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d00000010020000290000000102200039000000000202041a000700000002001d000000000101043b000000000101041a000900000001001d0000000601000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000c03000029000000110030006c0000000002000019000000090500002900000e1d0000613d000000000101043b000000000201041a00000008012000b900000008031000fa000000000023004b00003a680000c13d000000000001004b00000e1c0000613d00000007021000b900000000011200d9000000070010006c00000e1d0000613d00003a680000013d0000000002000019000000400300043d0000004001300039000000400010043f000000200130003900000f750400004100000000004104350000001a040000390000000000430435000000000005004b000019bb0000613d000000000025004b000000000300001900000e2f0000213d00000000015200d900000f76031000d100000000011300d900000f760010009c00003a680000c13d000000400100043d0000004002100039000000400020043f000000200210003900000f750400004100000000004204350000001a02000039000000000021043500000010010000290000000304100039000000000504041a000000400200043d0000004001200039000000400010043f000000200120003900000f770600004100000000006104350000001b0600003900000000006204350000000b033000fa000000000035001a000029a10000413d0000000001350019000000000014041b0000007a01000039000000000101041a000000ff0010019000000e4f0000613d00000f70010000410000000000100443000000000100041400000e520000013d00000f72010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b0000000e02000029000000000012041b00000cfa0000013d00000f6d01000041000000800010043f0000002001000039000000840010043f0000001701000039000000a40010043f00000fd101000041000000c40010043f00000f920100004100003d530001043000000f550010009c00000f5501008041000000c00110021000000f6a011001c73d513d4c0000040f0000000003010019000000600330027000000f5503300197000000200030008c000000200400003900000000040340190000001f0540018f0000002006400190000000e004600039000000e00900003900000e7d0000613d000000000701034f000000007807043c0000000009890436000000000049004b00000e790000c13d000000000005004b00000e8a0000613d000000000661034f0000000305500210000000000704043300000000075701cf000000000757022f000000000606043b0000010005500089000000000656022f00000000055601cf000000000575019f0000000000540435000100000003001f00030000000103550000000100200190000010070000613d0000001f013000390000104201100197000000400200043d0000000001210019000000400010043f00000f630030009c000000350000213d0000001f0030008c000000350000a13d0000000002020433000000000002004b0000000003000039000000010300c039000000000032004b000000350000c13d000000000002004b000010010000613d000000120100002900000f5601100197001200000001001d000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000201041a000000100020006b000010680000813d0000000f02000029000000010220008a00000fd60020009c000012840000813d000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000100600002900000005026000c900000000011200190000000401100039000000000201041a0000000f04000029000000000041041b000000400100043d000000200310003900000000004304350000000000210435000000400200043d0000000001210049000000400110003900000f550010009c00000f5501008041000000600110021000000f550020009c00000f55020080410000004002200210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000121019f00000f7b011001c70000800d02000039000000030300003900000fd8040000410000001205000029000010c80000013d00100f560030019c0000101f0000c13d00000f6d01000041000000800010043f0000002001000039000000840010043f0000001d01000039000000a40010043f00000f9101000041000000c40010043f00000f920100004100003d530001043000000f550010009c00000f5501008041000000c00110021000000f6a011001c73d513d4c0000040f0000000003010019000000600330027000000f5503300197000000200030008c000000200400003900000000040340190000001f0540018f0000002006400190000000e004600039000000e00900003900000f020000613d000000000701034f000000007807043c0000000009890436000000000049004b00000efe0000c13d000000000005004b00000f0f0000613d000000000661034f0000000305500210000000000704043300000000075701cf000000000757022f000000000606043b0000010005500089000000000656022f00000000055601cf000000000575019f0000000000540435000100000003001f000300000001035500000001002001900000107f0000613d0000001f013000390000104201100197000000400200043d0000000001210019000000400010043f00000f630030009c000000350000213d0000001f0030008c000000350000a13d0000000003020433000000000003004b0000000002000039000000010200c039000000000023004b000000350000c13d001100240010003d0000000402100039000000000003004b000011c30000613d000000120300002900000f56053001970000000403000039000000000303041a00000fc3040000410000000000410435000f00000005001d0000000000520435000000400100043d001000000001001d00000f6801000041000000000010044300000f5601300197001200000001001d0000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000001202000029000000040020008c0000128b0000c13d0000000103000031000012bb0000013d00000f550010009c00000f5501008041000000c0011002100000101f011001c700000012020000293d513d4c0000040f0000000003010019000000600330027000000f5503300197000000200030008c000000200400003900000000040340190000001f0540018f000000200640019000000080046001bf00000f5d0000613d0000008007000039000000000801034f000000008908043c0000000007970436000000000047004b00000f590000c13d000000000005004b00000f6a0000613d000000000661034f0000000305500210000000000704043300000000075701cf000000000757022f000000000606043b0000010005500089000000000656022f00000000055601cf000000000575019f0000000000540435000100000003001f00030000000103550000000100200190000010970000613d0000001f013000390000104201100197000000400200043d0000000001210019000000400010043f00000f630030009c000000350000213d0000001f0030008c000000350000a13d000000000202043300000f640020009c000000350000813d0000000003000411000000000223013f001100040010003d00000f5600200198000011cd0000c13d00001022020000410000000000210435000000400100043d001000000001001d00000f6801000041000000000010044300000012010000290000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000001202000029000000040020008c000013080000c13d0000000103000031000013380000013d000000000002004b00000f8f0300c0410000007905000039000000000035041b000010440220019700000fd203400197000000000223019f00000100022001bf000000000021041b000000000100001900003d520001042e0000001f0430018f00000f6b0230019800000fad0000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000026004b00000fa90000c13d000000000004004b00000fba0000613d000000000121034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000600130021000003d530001043000000f550010009c00000f5501008041000000c00110021000000f6a011001c700000010020000293d513d4c0000040f0000000003010019000000600330027000000f5503300197000000200030008c000000200400003900000000040340190000001f0540018f0000002006400190000000e004600039000000e00900003900000fd20000613d000000000701034f000000007807043c0000000009890436000000000049004b00000fce0000c13d000000000005004b00000fdf0000613d000000000661034f0000000305500210000000000704043300000000075701cf000000000757022f000000000606043b0000010005500089000000000656022f00000000055601cf000000000575019f0000000000540435000100000003001f00030000000103550000000100200190000011ab0000613d0000001f013000390000104201100197000000400200043d0000000001210019000000400010043f00000f630030009c000000350000213d0000001f0030008c000000350000a13d0000000002020433000000000002004b0000000003000039000000010300c039000000000032004b000000350000c13d000000000002004b000010010000613d0000001202000029000f0f560020019c000012440000613d0000001102000029000a0f560020019c000012440000613d0000000402000039000000000202041a00000f56002001980000134a0000c13d000000440210003900000f7e0300004100000bb60000013d000000440210003900000f6c03000041000000000032043500000024021000390000000c030000390000106e0000013d0000001f0430018f00000f6b02300198000010100000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000026004b0000100c0000c13d000000000004004b0000101d0000613d000000000121034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000600130021000003d53000104300000001001000029000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a000000120010006b000010680000813d0000001601000039000000000101041a0000001702000039000000000202041a0000001803000039000000000303041a000000400400043d0000006005400039000000120600002900000000006504350000004005400039000000000035043500000020034000390000001005000029000000000053043500000f56022001970000000000240435000000400200043d0000000003240049000000800330003900000f550030009c00000f5503008041000000600330021000000f550020009c00000f55020080410000004002200210000000000223019f000000000300041400000f550030009c00000f5503008041000000c003300210000000000232019f00000f560510019700000f7b012001c70000800d02000039000000030300003900000f900400004100000011060000293d513d470000040f0000000100200190000000350000613d0000001603000039000000000103041a00000f570110019700000011011001af000000000013041b0000001703000039000000000103041a00000f570110019700000010011001af000000000013041b00000012010000290000001802000039000000000012041b000000000100001900003d520001042e000000400100043d00000044021000390000103e03000041000000000032043500000024021000390000001303000039000000000032043500000f6d020000410000000000210435000000040210003900000020030000390000000000320435000000400200043d0000000001210049000000640110003900000f550010009c00000f5501008041000000600110021000000f550020009c00000f55020080410000004002200210000000000121019f00003d53000104300000001f0430018f00000f6b02300198000010880000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000026004b000010840000c13d000000000004004b000010950000613d000000000121034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000600130021000003d53000104300000001f0430018f00000f6b02300198000010a00000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000026004b0000109c0000c13d000000000004004b000010ad0000613d000000000121034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000600130021000003d530001043000000f6d01000041000000800010043f0000002001000039000000840010043f0000001301000039000000a40010043f0000100601000041000000c40010043f00000f920100004100003d53000104300000104303300197000000000032041b00000f550010009c00000f55010080410000004001100210000000000200041400000f550020009c00000f5502008041000000c002200210000000000112019f00000f7b011001c70000800d020000390000000203000039000010400400004100000011050000293d513d470000040f0000000100200190000000350000613d000000000100001900003d520001042e000000440210003900000feb030000410000000000320435000000240210003900000017030000390000106e0000013d00000000030000190000001002000029000000000102041a001200000003001d000000000013004b000035570000813d0000000501000039000000000101041a001100000001001d000000000020043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000120300002900000005023000c9000000000101043b0000000001210019000000000101041a000000110110014f00000f5600100198000011f20000613d00000001033000390000000f0030006c0000001002000029000010d50000413d001200000000001d00000c370000013d000000000801001900000000090000190000000006000019000f00000005001d000010fb0000013d000000000008004b000005010000613d000000010880008a000000000018004b000035570000813d001000000009001d001100000008001d001200000006001d000000000050043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d00000011080000290000000102800210000000000101043b00000000022100190000000f05000029000000000105041a0000000103200039000000000303041a00000fb90330019700000fcf0030009c000011270000c13d000000000018004b00000012060000290000001009000029000035570000813d000000000402041a000000400300043d0000004002300039000000400020043f000000200230003900000f770700004100000000007204350000001b070000390000000000730435000000000094001a000022550000413d0000000009940019000010f90000013d000000000018004b00000012060000290000001009000029000035570000813d000000000402041a000000400300043d0000004002300039000000400020043f000000200230003900000f770700004100000000007204350000001b070000390000000000730435000000000064001a0000226a0000413d0000000006640019000010f90000013d00000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000100010006c000010cb0000a13d0000000f01000029000000000101041a000000400300043d00000f73020000410000000000230435000000000200041000000f5602200197000c00000003001d00000004033000390000000000230435000000400200043d000d00000002001d00000f6802000041000000000020044300000f5601100197001000000001001d0000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000001002000029000000040020008c000013520000c13d0000000103000031000013830000013d0000000701000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000e02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000200041100000f5602200197000b00000002001d000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000a00000001001d0000000201100039000900000001001d000000000301041a000000400200043d0000004001200039000000400010043f000000200120003900000f770400004100000000004104350000001b0400003900000000004204350000000d0030002a000039b40000413d0000000d013000290000000a02000029000000000202041a000000000012004b000013c90000813d000000400100043d00000044021000390000102f03000041000000000032043500000024021000390000001b030000390000106e0000013d0000001f0430018f00000f6b02300198000011b40000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000026004b000011b00000c13d000000000004004b000011c10000613d000000000121034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000600130021000003d530001043000000f6d030000410000000000310435000000200300003900000000003204350000000c0200003900000011030000290000000000230435000000440210003900000f6c03000041000010730000013d00000f6d0200004100000000002104350000002002000039000000110300002900000000002304350000006402100039000010200300004100000000003204350000004402100039000010210300004100000000003204350000002402100039000000220300003900000bd20000013d000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001202000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000001ec0000013d0000000501000039000000000101041a00000f5601100197000000000010043f0000000701000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001202000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000d02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000401041a0000000201100039000000000501041a000000400300043d0000004001300039000000400010043f000000200130003900000f740200004100000000002104350000001e020000390000000000230435000000400200043d00120000005400530000156f0000813d00000f6d0400004100000000004204350000000404200039000000200500003900000000005404350000000003030433000000240420003900000000003404350000004402200039000000000003004b000012400000613d000000000400001900000000052400190000000006140019000000000606043300000000006504350000002004400039000000000034004b000012360000413d000012400000a13d000000000123001900000000000104350000001f01300039000010420110019700000000012100190000217a0000013d000000440210003900000f7f030000410000000000320435000000240210003900000018030000390000106e0000013d000000400100043d00000010020000290000000000210435000005030000013d0000001101000029000000000010043f0000001101000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a000e00000001001d000d0f550010019c000f00000000001d0000150f0000c13d000000400200043d0000006001200039000000400010043f000000400120003900000fb2030000410000000000310435000000200120003900000fb30300004100000000003104350000002c0300003900000000003204350000000f04000029000c001200400074000016010000813d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b0000127c0000413d000021740000013d000000400100043d000000440210003900000fd703000041000000000032043500000024021000390000001a030000390000106e0000013d0000001003000029000000110230006900000f550030009c00000f5503008041000000400330021000000f550020009c00000f55020080410000006002200210000000000232019f00000f550010009c00000f5501008041000000c001100210000000000121019f00000012020000293d513d4c0000040f00000010090000290000000003010019000000600330027000000f5503300197000000200030008c000000200400003900000000040340190000001f0540018f00000020064001900000000004690019000012aa0000613d000000000701034f000000007807043c0000000009890436000000000049004b000012a60000c13d000000000005004b000012b70000613d000000000661034f0000000305500210000000000704043300000000075701cf000000000757022f000000000606043b0000010005500089000000000656022f00000000055601cf000000000575019f0000000000540435000100000003001f000300000001035500000001002001900000143e0000613d0000001f013000390000104201100197000000400200043d0000000001210019000000400010043f00000f630030009c000000350000213d0000001f0030008c000000350000a13d0000000002020433000000000002004b0000000003000039000000010300c039000000000032004b000000350000c13d000000000002004b000015e20000613d0000000f01000029000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a000d00000001001d000000000001004b000019d00000c13d0000000f01000029000000000010043f0000000601000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000201041a0000000604000029000000000041041b000000400100043d000000200310003900000000004304350000000000210435000000400200043d0000000001210049000000400110003900000f550010009c00000f5501008041000000600110021000000f550020009c00000f55020080410000004002200210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000121019f00000f7b011001c70000800d02000039000000020300003900000fc5040000410000000f05000029000010c80000013d0000001003000029000000110230006900000f550030009c00000f5503008041000000400330021000000f550020009c00000f55020080410000006002200210000000000232019f00000f550010009c00000f5501008041000000c001100210000000000121019f00000012020000293d513d470000040f00000010090000290000000003010019000000600330027000000f5503300197000000200030008c000000200400003900000000040340190000001f0540018f00000020064001900000000004690019000013270000613d000000000701034f000000007807043c0000000009890436000000000049004b000013230000c13d000000000005004b000013340000613d000000000661034f0000000305500210000000000704043300000000075701cf000000000757022f000000000606043b0000010005500089000000000656022f00000000055601cf000000000575019f0000000000540435000100000003001f00030000000103550000000100200190000014560000613d0000001f013000390000104201100197000000400200043d0000000001210019000000400010043f00000f630030009c000000350000213d0000001f0030008c000000350000a13d0000000002020433000000000002004b000010cb0000613d000000440210003900001023030000410000000000320435000000240210003900000015030000390000106e0000013d000000050000006b0000146e0000c13d000000440210003900000f7d03000041000000000032043500000024021000390000001d030000390000106e0000013d0000000d030000290000000c02300069000000240220003900000f550030009c00000f5503008041000000400330021000000f550020009c00000f55020080410000006002200210000000000232019f00000f550010009c00000f5501008041000000c001100210000000000121019f00000010020000293d513d4c0000040f0000000d090000290000000003010019000000600330027000000f5503300197000000200030008c000000200400003900000000040340190000001f0540018f00000020064001900000000004690019000013720000613d000000000701034f000000007807043c0000000009890436000000000049004b0000136e0000c13d000000000005004b0000137f0000613d000000000661034f0000000305500210000000000704043300000000075701cf000000000757022f000000000606043b0000010005500089000000000656022f00000000055601cf000000000575019f0000000000540435000100000003001f00030000000103550000000100200190000014f70000613d0000001f013000390000104202100197000000400100043d0000000002120019000000400020043f00000f630030009c000000350000213d0000001f0030008c000000350000a13d0000000001010433001000000001001d0000001101000029000000000010043f0000001201000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001202000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000301041a000000400200043d0000004001200039000000400010043f000000200120003900000f740400004100000000004104350000001e0400003900000000004204350012001000300073000019530000813d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000013c10000413d000021740000013d0000000c01000029000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000201041a0000000e0020006b000035570000813d000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000800000001001d0000000c01000029000000000010043f0000000a01000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000e02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000b02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b001200000001001d000000000101041a000000000001004b00001edd0000c13d0000000c01000029000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000201041a0000000e0020006b000035570000813d000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000e0200002900100005002000cd000000000101043b0000001001100029000f00000001001d0000000201100039000700000001001d000000000101041a001100000001001d0000007a01000039000000000101041a000000ff00100190000023810000c13d00000f720100004100000000001004430000000001000414000023840000013d0000001f0430018f00000f6b02300198000014470000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000026004b000014430000c13d000000000004004b000014540000613d000000000121034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000600130021000003d53000104300000001f0430018f00000f6b023001980000145f0000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000026004b0000145b0000c13d000000000004004b0000146c0000613d000000000121034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000600130021000003d53000104300000000f01000029000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a000d00000001001d000000000001004b000016280000c13d0000000f01000029000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000201043b000000000102041a001000000001001d000000000001004b001100000002001d00001c100000c13d0000000a01000029000000000010043f0000001401000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a000000ff0010019000001d6d0000c13d0000000f01000029000000000010043f0000000901000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000401041a000000400200043d0000004001200039000000400010043f000000200120003900000f770300004100000000003104350000001b030000390000000000320435001200000004001d000000050040002a00003a720000413d0000000f01000029000000000010043f0000000901000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d00000012030000290000000502300029000000000101043b000000000021041b0000000f01000029000000000010043f0000000601000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000402000029000000000021041b000000400300043d000000a001300039000000400010043f00000020023000390000000501000029001000000002001d00000000001204350000000a01000029001200000003001d00000000001304350000007a01000039000000000101041a000000ff00100190000021a40000c13d00000f720100004100000000001004430000000001000414000021a70000013d000000640120003900000fa9030000410000000000310435000000440120003900000faa03000041000015ed0000013d0000001f0430018f00000f6b02300198000015000000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000026004b000014fc0000c13d000000000004004b0000150d0000613d000000000121034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000600130021000003d53000104300000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000e02000029000000010220008a00000f5502200197000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a0000002001100270000f0f850010019b000012610000013d001100000000001d000000400100043d0000004002100039000000400020043f0000002002100039000000000002043500000000000104350000000e01000029000000000010043f0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000001102000029000000120220006900000fff0220019700000001022002700000001202200069000000000101043b001000000002001d00000f5502200197000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000400300043d0000004002300039000000400020043f000000000101041a00000f55021001970000000003230436000000200110027000000f850110019700000000001304350000000f03000029000000000032004b00000a7d0000613d0000001004000029000000010140008a000000000032004b00000000020100190000001202004029000000110400802900000f5503400197001200000002001d00000f5501200197000000000031004b001100000004001d0000152f0000213d00000af70000013d0000006001200039000000400010043f000000400120003900000fae0300004100000000003104350000002801000039000000000112043600000faf030000410000000000310435000000120300002900000fb00030009c00000c370000413d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000015880000413d000021740000013d0000000f01000029000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b001200000001001d000000000101041a000000060010006b000035570000813d0000001201000029000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000060200002900000005022000c9001000010020003d0000001001100029000000000101041a001100000001001d0000000f01000029000000000010043f0000000901000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000401041a000000400200043d0000004001200039000000400010043f000000200120003900000f740300004100000000003104350000001e030000390000000000320435000000400300043d000000110440006c00001eb40000813d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000015da0000413d000021740000013d000000440210003900000fc4030000410000000000320435000000240210003900000014030000390000106e0000013d000000640120003900000fa9030000410000000000310435000000440120003900000fab03000041000000000031043500000024012000390000002203000039000000000031043500000f6d010000410000000000120435000000040120003900000020030000390000000000310435000000400100043d0000000002120049000000840220003900000f550020009c00000f5502008041000000600220021000000f550010009c00000f55010080410000004001100210000000000112019f00003d53000104300000007a01000039000000000101041a000000ff00100190000018c70000c13d00000f720100004100000000001004430000000001000414000018ca0000013d0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000f02000029000000010220008a00000f5502200197000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a000000200110027000110f850010019b00000c7c0000013d000000000100041000090f560010019b001200000000001d000016310000013d00000012020000290000000102200039001200000002001d0000000d0020006c000014800000813d0000000f01000029000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000201041a000000120020006b000035570000813d000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000120200002900000005022000c9000000000101043b0000000001210019001000000001001d0000000201100039000e00000001001d000000000101041a001100000001001d0000007a01000039000000000101041a000000ff001001900000165d0000613d00000f700100004100000000001004430000000001000414000016600000013d00000f72010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000110010006c0000162c0000a13d0000001001000029000000000101041a000000400300043d00000f73020000410000000000230435000b00000003001d000000040230003900000009030000290000000000320435000000400200043d001100000002001d00000f6802000041000000000020044300000f5601100197000c00000001001d0000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000000c02000029000000040020008c0000168d0000c13d0000000103000031000016bd0000013d00000011050000290000000b03500069000000240430003900000f550050009c00000f55030000410000000003054019000000400330021000000f550040009c00000f55040080410000006004400210000000000334019f00000f550010009c00000f5501008041000000c001100210000000000131019f3d513d4c0000040f00000011090000290000000003010019000000600330027000000f5503300197000000200030008c0000002006000039000000000603401900000020056001900000000004590019000016ac0000613d000000000701034f000000007807043c0000000009890436000000000049004b000016a80000c13d0000001f06600190000016b90000613d000000000551034f0000000306600210000000000704043300000000076701cf000000000767022f000000000505043b0000010006600089000000000565022f00000000056501cf000000000575019f0000000000540435000100000003001f0003000000010355000000010020019000001fed0000613d0000001f013000390000104202100197000000400100043d0000000002120019000000400020043f00000f630030009c000000350000213d0000001f0030008c000000350000a13d0000000001010433001100000001001d0000000f01000029000000000010043f0000001201000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001202000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000301041a000000400200043d0000004001200039000000400010043f000000200120003900000f740400004100000000004104350000001e040000390000000000420435000000110330006b00001ec80000413d0000007a01000039000000000101041a000000ff0110018f000016f80000c13d000000000001004b000016ff0000613d00000f700100004100000000001004430000000001000414000017840000013d000800000003001d000000000001004b000017030000613d00000f700100004100000000001004430000000001000414000017060000013d00000f720100004100000000001004430000000001000414000017840000013d00000f72010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d0000000e02000029000000000402041a000000000501043b000000400200043d0000004001200039000000400010043f000000200120003900000f740300004100000000003104350000001e030000390000000000320435000c00000004001d000b00000005001d00070000004500530000204a0000413d0000000f01000029000000000010043f0000000901000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d00000010020000290000000102200039000000000202041a000600000002001d000000000101043b000000000101041a001100000001001d0000000601000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000b030000290000000c0030006c00000000020000190000174e0000613d000000000101043b000000000201041a00000007012000b900000007031000fa000000000023004b00003a680000c13d000000000001004b0000174d0000613d00000006021000b900000000011200d9000000060010006c0000174e0000613d00003a680000013d0000000002000019000000400300043d0000004001300039000000400010043f000000200130003900000f750400004100000000004104350000001a0400003900000000004304350000001104000029000000000004004b0000205f0000613d000000000024004b0000000003000019000017610000213d00000011012000fa00000f76031000d100000000011300d900000f760010009c00003a680000c13d000000400100043d0000004002100039000000400020043f000000200210003900000f750400004100000000004204350000001a02000039000000000021043500000010010000290000000304100039000000000504041a000000400200043d0000004001200039000000400010043f000000200120003900000f770600004100000000006104350000001b06000039000000000062043500000008033000fa000000000035001a00002f2f0000413d0000000001350019000000000014041b0000007a01000039000000000101041a000000ff00100190000017810000613d00000f700100004100000000001004430000000001000414000017840000013d00000f72010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b0000000e02000029000000000012041b0000162c0000013d00000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000120010006c000024620000a13d0000001101000029000000000101041a000000400300043d00000f73020000410000000000230435000000000200041000000f5602200197000700000003001d00000004033000390000000000230435000000400200043d000f00000002001d00000f6802000041000000000020044300000f5601100197001200000001001d0000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000001202000029000000040020008c00001e3d0000c13d000000010300003100001e6e0000013d0000000003010019000e00000000001d000f00000000001d001100000002001d000000010330008a000000000013004b000035570000813d001200000003001d000000000020043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b001000000001001d00000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d0000001203000029000000010430021000000010024000290000000102200039000000000202041a00000fc002200197000000000101043b000000000012004b000002850000213d001000000004001d0000001102000029000000000102041a000000000013004b000035570000813d000000000020043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b00000010011000290000001105000029000000000605041a0000000102100039000000000202041a00000fb90220019700000fcf0020009c001000000006001d000018120000c13d000000120060006b000035570000813d000000000301041a000000400200043d0000004001200039000000400010043f000000200120003900000f770400004100000000004104350000001b0400003900000000004204350000000e04000029000000000043001a00002dd50000413d000e00000043001d000018210000013d000000120060006b000035570000813d000000000301041a000000400200043d0000004001200039000000400010043f000000200120003900000f770400004100000000004104350000001b0400003900000000004204350000000f04000029000000000043001a00002dea0000413d000f00000043001d000000000050043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000201043b0000001001000029000000010110008a00000001031002100000000002320019000000000002041b0000000102200039000000000002041b0000001102000029000000000012041b0000001203000029000000000003004b000017c50000c13d000002850000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000018460000413d000021740000013d0000000b030000290000000a02300069000000240220003900000f550030009c00000f5503008041000000400330021000000f550020009c00000f55020080410000006002200210000000000232019f00000f550010009c00000f5501008041000000c001100210000000000121019f0000000c020000293d513d4c0000040f0000000b090000290000000003010019000000600330027000000f5503300197000000200030008c000000200400003900000000040340190000001f0540018f000000200640019000000000046900190000186e0000613d000000000701034f000000007807043c0000000009890436000000000049004b0000186a0000c13d000000000005004b0000187b0000613d000000000661034f0000000305500210000000000704043300000000075701cf000000000757022f000000000606043b0000010005500089000000000656022f00000000055601cf000000000575019f0000000000540435000100000003001f0003000000010355000000010020019000001b630000613d0000001f013000390000104202100197000000400100043d0000000002120019000000400020043f00000f630030009c000000350000213d0000001f0030008c000000350000a13d00000000040104330000004001200039000000400010043f0000001e01000039000000000112043600000f74030000410000000000310435000c00000004001d000b00090040007400001c340000813d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b0000189f0000413d000021740000013d0000001f0430018f00000f6b02300198000018b00000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000026004b000018ac0000c13d000000000004004b000018bd0000613d000000000121034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000600130021000003d53000104300000007a01000039000000000101041a000000ff0010019000001b7b0000c13d00000f72010000410000000000100443000000000100041400001b7e0000013d00000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000401043b000000400200043d0000008001200039000000400010043f000000600120003900000fb4030000410000000000310435000000400120003900000fb5030000410000000000310435000000200120003900000fb603000041000000000031043500000042030000390000000000320435000b00000004001d00000f840040009c00001bfb0000813d0000000d0000006b00001c570000c13d000000400200043d0000004001200039000000400010043f0000000b01000029000a00000002001d00000000021204360000000c0100002900000f8501100197000b00000001001d000c00000002001d00000000001204350000001101000029000000000010043f0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000d02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000a02000029000000000202043300000f5502200197000000000101043b000000000301041a00000fb903300197000000000223019f0000000c030000290000000003030433000000200330021000000fb703300197000000000232019f000000000021041b0000001101000029000000000010043f0000001101000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000e02000029000000010220003900000f5502200197000000000101043b000000000301041a00000fba03300197000000000223019f000000000021041b000000400100043d00000020021000390000000b0300002900000000003204350000000f020000290000000000210435000000400200043d0000000001210049000000400110003900000f550010009c00000f5501008041000000600110021000000f550020009c00000f55020080410000004002200210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000121019f00000f7b011001c70000800d02000039000000020300003900000fbb0400004100000011050000293d513d470000040f0000000100200190000000350000613d00000c670000013d000000000043041b0000000e020000290000000f002001b000001c2c0000c13d000000400100043d000000440210003900000ffc030000410000106b0000013d0000007a01000039000000000101041a000000ff0110018f00001c3c0000c13d000000000001004b00001cc40000c13d00000f72010000410000000000100443000000000100041400001cc70000013d00000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000120010006c000026680000a13d0000001101000029000000000101041a000000400300043d00000f73020000410000000000230435000000000200041000000f5602200197000800000003001d00000004033000390000000000230435000000400200043d000f00000002001d00000f6802000041000000000020044300000f5601100197001200000001001d0000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000001202000029000000040020008c00001f5e0000c13d000000010300003100001f8f0000013d0000001f0430018f00000f6b02300198000019970000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000026004b000019930000c13d000000000004004b000019a40000613d000000000121034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000600130021000003d5300010430000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000019b30000413d000021740000013d000000400400043d00000f6d0200004100000000002404350000000402400039000000200500003900000000005204350000000002030433000000240340003900000000002304350000004403400039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000019c80000413d000021740000013d0000000001000410000a0f560010019b001200000000001d000019e70000013d00000f72010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b0000000e02000029000000000012041b00000012020000290000000102200039001200000002001d0000000d0020006c000012de0000813d0000000f01000029000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000201041a000000120020006b000035570000813d000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000120200002900000005022000c9000000000101043b0000000001210019001000000001001d0000000201100039000e00000001001d000000000101041a001100000001001d0000007a01000039000000000101041a000000ff0010019000001a130000613d00000f70010000410000000000100443000000000100041400001a160000013d00000f72010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000110010006c000019e20000a13d0000001001000029000000000101041a000000400300043d00000f73020000410000000000230435000b00000003001d00000004023000390000000a030000290000000000320435000000400200043d001100000002001d00000f6802000041000000000020044300000f5601100197000c00000001001d0000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000000c02000029000000040020008c00001a430000c13d000000010300003100001a730000013d00000011050000290000000b03500069000000240430003900000f550050009c00000f55030000410000000003054019000000400330021000000f550040009c00000f55040080410000006004400210000000000334019f00000f550010009c00000f5501008041000000c001100210000000000131019f3d513d4c0000040f00000011090000290000000003010019000000600330027000000f5503300197000000200030008c000000200600003900000000060340190000002005600190000000000459001900001a620000613d000000000701034f000000007807043c0000000009890436000000000049004b00001a5e0000c13d0000001f0660019000001a6f0000613d000000000551034f0000000306600210000000000704043300000000076701cf000000000767022f000000000505043b0000010006600089000000000565022f00000000056501cf000000000575019f0000000000540435000100000003001f00030000000103550000000100200190000021330000613d0000001f013000390000104202100197000000400100043d0000000002120019000000400020043f00000f630030009c000000350000213d0000001f0030008c000000350000a13d0000000001010433001100000001001d0000000f01000029000000000010043f0000001201000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001202000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000301041a000000400200043d0000004001200039000000400010043f000000200120003900000f740400004100000000004104350000001e040000390000000000420435000000110330006b000021030000413d0000007a01000039000000000101041a000000ff0110018f00001aae0000c13d000000000001004b000019d40000613d00000f700100004100000000001004430000000001000414000019d70000013d000900000003001d000000000001004b00001ab50000613d00000f70010000410000000000100443000000000100041400001ab80000013d00000f72010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d0000000e02000029000000000402041a000000000501043b000000400200043d0000004001200039000000400010043f000000200120003900000f740300004100000000003104350000001e030000390000000000320435000c00000004001d000b00000005001d00080000004500530000214b0000413d0000000f01000029000000000010043f0000000901000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d00000010020000290000000102200039000000000202041a000700000002001d000000000101043b000000000101041a001100000001001d0000000601000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000b030000290000000c0030006c000000000200001900001b000000613d000000000101043b000000000201041a00000008012000b900000008031000fa000000000023004b00003a680000c13d000000000001004b00001aff0000613d00000007021000b900000000011200d9000000070010006c00001b000000613d00003a680000013d0000000002000019000000400300043d0000004001300039000000400010043f000000200130003900000f750400004100000000004104350000001a0400003900000000004304350000001104000029000000000004004b000021600000613d000000000024004b000000000300001900001b130000213d00000011012000fa00000f76031000d100000000011300d900000f760010009c00003a680000c13d000000400100043d0000004002100039000000400020043f000000200210003900000f750400004100000000004204350000001a02000039000000000021043500000010010000290000000304100039000000000504041a000000400200043d0000004001200039000000400010043f000000200120003900000f770600004100000000006104350000001b06000039000000000062043500000009033000fa000000000035001a000031bd0000413d0000000001350019000000000014041b0000007a01000039000000000101041a000000ff0010019000001b330000613d00000f700100004100000000001004430000000001000414000019d70000013d00000f720100004100000000001004430000000001000414000019d70000013d0000000e01000029000000000010043f0000000e01000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000201041a0000000103200039000000000031041b000000110020006b00001d710000c13d00000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000d00000001001d000000100010006c000020740000a13d000000400100043d000000640210003900000fbd030000410000000000320435000000440210003900000fbe03000041000000000032043500000024021000390000002a0300003900000bcd0000013d0000001f0430018f00000f6b0230019800001b6c0000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000026004b00001b680000c13d000000000004004b00001b790000613d000000000121034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000600130021000003d530001043000000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000401043b000000400200043d0000008001200039000000400010043f000000600120003900000fb4030000410000000000310435000000400120003900000fb5030000410000000000310435000000200120003900000fb603000041000000000031043500000042030000390000000000320435000d00000004001d00000f840040009c00001c420000813d0000000e0000006b00001d7b0000c13d000000400300043d0000004001300039000000400010043f00000020023000390000001201000029000c00000002001d00000000001204350000000d01000029000b00000003001d00000000001304350000001001000029000000000010043f0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000e02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000b02000029000000000202043300000f5502200197000000000101043b000000000301041a00000fb903300197000000000223019f0000000c030000290000000003030433000000200330021000000fb703300197000000000232019f000000000021041b0000001001000029000000000010043f0000001101000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000f02000029000000010220003900000f5502200197000000000101043b000000000301041a00000fba03300197000000000223019f000000000021041b000000400100043d00000020021000390000001203000029000000000032043500000011020000290000000000210435000000400200043d0000000001210049000000400110003900000f550010009c00000f5501008041000000600110021000000f550020009c00000f55020080410000004002200210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000121019f00000f7b011001c70000800d02000039000000020300003900000fbb040000410000001005000029000010c80000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00001c080000413d000021740000013d0000000003000019000000000102041a001200000003001d000000000013004b000035570000813d000000000020043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000120300002900000005023000c9000000000101043b0000000001210019000000000101041a00000f56011001970000000a0010006c00001dbd0000613d0000000103300039000000100030006c000000110200002900001c110000413d000014930000013d0000000f0000006b00001c9d0000613d0000000e0000006b00001c9d0000613d000000400100043d000000440210003900000ff40300004100001dc00000013d0000007a01000039000000000101041a000000ff0010019000001cd40000c13d00000f72010000410000000000100443000000000100041400001cd70000013d000000000001004b00001d3e0000c13d00000f72010000410000000000100443000000000100041400001d410000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00001c4f0000413d000021740000013d0000001101000029000000000010043f0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000e02000029000000010220008a00000f5502200197000a00000002001d000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a0000000b0110014f00000f5500100198000018e60000c13d0000001101000029000000000010043f0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000a02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000c04000029000000200240021000000fb702200197000000000101043b000000000301041a00000fb803300197000000000223019f000000000021041b000b0f850040019b0000192d0000013d0000000d0100002900000005021000c9001200000002001d0010000a0020002d0000000f0000006b00001dc40000c13d0000000801000029000000000301041a000000400200043d0000004001200039000000400010043f000000200120003900000f740400004100000000004104350000001e0400003900000000004204350000000e0330006c00001f210000813d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00001cbc0000413d000021740000013d00000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b0000000e02000029000000000012041b000000000100001900003d520001042e00000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000a00000001001d0000001001000029000000000010043f0000000601000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000f020000290000000202200039000000000202041a000a000a00200073000023310000a13d0000000c03000029000000090030006c000023310000613d000000000101041a000c00000001001d000000400100043d0000004002100039000000400020043f000000200210003900000f740300004100000000003204350000001e0200003900000000002104350000001001000029000000000010043f0000000901000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000c060000290000000a046000b90000000a024000fa0000000f030000290000000103300039000000000503041a000000000101043b000000000062004b00003a680000c13d000000000201041a000000000004004b000000000300001900001d1f0000613d00000000034500a900000000014300d9000000000051004b00003a680000c13d000000400500043d0000004001500039000000400010043f000000200150003900000f750400004100000000004104350000001a040000390000000000450435000000000002004b000023160000c13d000000400300043d00000f6d0200004100000000002304350000000402300039000000200400003900000000004204350000000002050433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00001d360000413d000021740000013d00000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d0000000e02000029000000000402041a000000000501043b000000400200043d0000004001200039000000400010043f000000200120003900000f740300004100000000003104350000001e030000390000000000320435001000000004001d000d00000005001d000c00000045005300001dee0000813d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00001d650000413d000021740000013d000000400100043d000000440210003900000f7903000041000012870000013d000000400100043d000000640210003900000fac030000410000000000320435000000440210003900000fad0300004100000000003204350000002402100039000000260300003900000bcd0000013d0000001001000029000000000010043f0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000f02000029000000010220008a00000f5502200197000c00000002001d000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a0000000d0110014f00000f550010019800001b9a0000c13d0000001001000029000000000010043f0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000c02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d00000012020000290000002002200210000000000101043b000000000301041a00000fb80330019700001bde0000013d000000400100043d000000440210003900000f78030000410000000000320435000000240210003900000012030000390000106e0000013d0000000b01000029000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000201041a0000000d0020006b000035570000813d000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001201100029000e00000001001d0000000201100039000a00000001001d000000000101041a001200000001001d0000007a01000039000000000101041a000000ff00100190000022890000c13d00000f7201000041000000000010044300000000010004140000228c0000013d0000001101000029000000000010043f0000000901000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000f020000290000000102200039000000000202041a000b00000002001d000000000101043b000000000101041a001100000001001d0000000601000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000d03000029000000100030006c000000000200001900001e1e0000613d000000000101043b000000000201041a0000000c012000b90000000c031000fa000000000023004b00003a680000c13d000000000001004b000000000200001900001e1e0000613d0000000b021000b900000000011200d90000000b0010006c00003a680000c13d000000400300043d0000004001300039000000400010043f000000200130003900000f750400004100000000004104350000001a040000390000000000430435000000110000006b0000217d0000c13d000000400400043d00000f6d0200004100000000002404350000000402400039000000200500003900000000005204350000000002030433000000240340003900000000002304350000004403400039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00001e350000413d000021740000013d0000000f030000290000000702300069000000240220003900000f550030009c00000f5503008041000000400330021000000f550020009c00000f55020080410000006002200210000000000232019f00000f550010009c00000f5501008041000000c001100210000000000121019f00000012020000293d513d4c0000040f0000000f090000290000000003010019000000600330027000000f5503300197000000200030008c000000200400003900000000040340190000001f0540018f0000002006400190000000000469001900001e5d0000613d000000000701034f000000007807043c0000000009890436000000000049004b00001e590000c13d000000000005004b00001e6a0000613d000000000661034f0000000305500210000000000704043300000000075701cf000000000757022f000000000606043b0000010005500089000000000656022f00000000055601cf000000000575019f0000000000540435000100000003001f0003000000010355000000010020019000001fd50000613d0000001f013000390000104202100197000000400100043d0000000002120019000000400020043f00000f630030009c000000350000213d0000001f0030008c000000350000a13d0000000001010433001200000001001d0000000c01000029000000000010043f0000001201000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000e02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000301041a000000400200043d0000004001200039000000400010043f000000200120003900000f740400004100000000004104350000001e04000039000000000042043500120012003000730000227f0000813d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00001eac0000413d000021740000013d0000004001300039000000400010043f0000001b01000039000000000113043600000f77020000410000000000210435000000050040002a00003a870000413d001100050040002e000020050000c13d000000400100043d000000640210003900000fef030000410000000000320435000000440210003900000ff003000041000000000032043500000024021000390000002e0300003900000bcd0000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00001ed50000413d000021740000013d00000000060100190000000008000019000000000700001900001ee30000013d000000000006004b000021300000613d000000010660008a000000000016004b000035570000813d000f00000008001d001000000007001d001100000006001d0000001201000029000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d00000011060000290000000102600210000000000101043b00000000022100190000001201000029000000000101041a0000000103200039000000000303041a00000fb90330019700000fcf0030009c00001f100000c13d000000000016004b00000010070000290000000f08000029000035570000813d000000000402041a000000400300043d0000004002300039000000400020043f000000200230003900000f770500004100000000005204350000001b050000390000000000530435000000000084001a000036450000413d000000000884001900001ee10000013d000000000016004b00000010070000290000000f08000029000035570000813d000000000402041a000000400300043d0000004002300039000000400020043f000000200230003900000f770500004100000000005204350000001b050000390000000000530435000000000074001a0000365a0000413d000000000774001900001ee10000013d0000000801000029000000000031041b0000000b01000029000000000010043f0000001201000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000d02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000301041a000000400200043d0000004001200039000000400010043f000000200120003900000f740400004100000000004104350000001e0400003900000000004204350012000e00300074000022ba0000813d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00001f560000413d000021740000013d0000000f030000290000000802300069000000240220003900000f550030009c00000f5503008041000000400330021000000f550020009c00000f55020080410000006002200210000000000232019f00000f550010009c00000f5501008041000000c001100210000000000121019f00000012020000293d513d4c0000040f0000000f090000290000000003010019000000600330027000000f5503300197000000200030008c000000200400003900000000040340190000001f0540018f0000002006400190000000000469001900001f7e0000613d000000000701034f000000007807043c0000000009890436000000000049004b00001f7a0000c13d000000000005004b00001f8b0000613d000000000661034f0000000305500210000000000704043300000000075701cf000000000757022f000000000606043b0000010005500089000000000656022f00000000055601cf000000000575019f0000000000540435000100000003001f00030000000103550000000100200190000021180000613d0000001f013000390000104202100197000000400100043d0000000002120019000000400020043f00000f630030009c000000350000213d0000001f0030008c000000350000a13d0000000001010433001200000001001d0000000d01000029000000000010043f0000001201000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000e02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000301041a000000400200043d0000004001200039000000400010043f000000200120003900000f740400004100000000004104350000001e0400003900000000004204350012001200300073000023b20000813d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00001fcd0000413d000021740000013d0000001f0430018f00000f6b0230019800001fde0000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000026004b00001fda0000c13d000000000004004b00001feb0000613d000000000121034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000600130021000003d53000104300000001f0430018f00000f6b0230019800001ff60000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000026004b00001ff20000c13d000000000004004b000020030000613d000000000121034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000600130021000003d53000104300000001201000029000000000101041a000000060010006b000035570000813d0000001201000029000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000001202000029000000000202041a000000060020006b000035570000813d000000000101043b0000001001100029000000000201041a001200000002001d0000000502000029000000000021041b0000000f01000029000000000010043f0000000901000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001102000029000000000021041b000000400100043d00000020021000390000000503000029000000000032043500000012020000290000000000210435000000400200043d0000000001210049000000400110003900000f550010009c00000f5501008041000000600110021000000f550020009c00000f55020080410000004002200210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000121019f00000f7b011001c70000800d02000039000000030300003900000fee040000410000000f050000290000000606000029000010c80000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000020570000413d000021740000013d000000400400043d00000f6d0200004100000000002404350000000402400039000000200500003900000000005204350000000002030433000000240340003900000000002304350000004403400039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b0000206c0000413d000021740000013d0000000e01000029000000000010043f0000000f01000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000502000039000000000202041a00000f5602200198000007d40000613d000000000101041a000c00000001001d000000000020043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b001100000001001d000000000101041a000f00000001001d000000000001004b001200000000001d000024320000c13d0000000e01000029000000000010043f0000000f01000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000c0200002900000f5606200197000000000101043b000000000201041a00000f57022001970000000b07000029000000000272019f000000000021041b000000400100043d00000f550010009c00000f55010080410000004001100210000000000200041400000f550020009c00000f5502008041000000c002200210000000000112019f00000f7b011001c70000800d02000039000000040300003900000fb1040000410000000e05000029001100000006001d3d513d470000040f0000000100200190000000350000613d00000011020000290000000b0020006c000010cb0000613d000000120000006b000010cb0000613d000000110000006b00002b3b0000c13d0000000b0000006b000010cb0000613d0000000b01000029000000000010043f0000001101000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a001000000001001d000f0f550010019c001100000000001d00002f100000c13d000000400200043d0000006001200039000000400010043f000000400120003900000fbc030000410000000000310435000000200120003900000fb30300004100000000003104350000002b0300003900000000003204350000001104000029000000120340002900120f850030019b000000120040006b00002f8d0000813d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000020fb0000413d000021740000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000021100000413d000021740000013d0000001f0430018f00000f6b02300198000021210000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000026004b0000211d0000c13d000000000004004b0000212e0000613d000000000121034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000600130021000003d5300010430000000000007004b000014120000613d0000273e0000013d0000001f0430018f00000f6b023001980000213c0000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000026004b000021380000c13d000000000004004b000021490000613d000000000121034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000600130021000003d5300010430000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000021580000413d000021740000013d000000400400043d00000f6d0200004100000000002404350000000402400039000000200500003900000000005204350000000002030433000000240340003900000000002304350000004403400039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b0000216d0000413d000021770000a13d000000000132001900000000000104350000001f0120003900001042011001970000000001310019000000400200043d0000000001210049000010770000013d000000110020006b0000000003000019000021850000213d00000011012000fa00000f76031000d100000000011300d900000f760010009c00003a680000c13d000000400100043d0000004002100039000000400020043f000000200210003900000f7505000041000000000052043500000000004104350000000f010000290000000304100039000000000504041a000000400200043d0000004001200039000000400010043f000000200120003900000f770600004100000000006104350000001b06000039000000000062043500000012033000fa000000000035001a00003a9c0000413d0000000001350019000000000014041b0000007a01000039000000000101041a000000ff00100190000024000000c13d00000f72010000410000000000100443000000000100041400001cc70000013d00000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d00000012020000290000004003200039000000000101043b000d00000003001d000000000013043500000080032000390000000301000029000e00000003001d00000000001304350000006001200039000c00000001001d00000000000104350000001102000029000000000102041a000b00000001001d0000000101100039000000000012041b000000000020043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000b0200002900000005022000c9000000000101043b0000000001210019000000000201041a00000f57022001970000001203000029000000000303043300000f5603300197000000000232019f000000000021041b000000100200002900000000020204330000000103100039000000000023041b0000000d0200002900000000020204330000000203100039000000000023041b0000000c0200002900000000020204330000000303100039000000000023041b00000004011000390000000e020000290000000002020433000000000021041b0000000a01000029000000000010043f0000001401000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000201041a000010430220019700000001022001bf000000000021041b0000000401000039000000000101041a0000000102000039000000400400043d0000002403400039000000000023043500000f7a020000410000000000240435001000000004001d00000004024000390000000f03000029000000000032043500000f6802000041000000400300043d000e00000003001d000000000020044300000f5601100197001200000001001d0000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000001202000029000000040020008c000022300000613d0000000e030000290000001002300069000000440220003900000f550030009c00000f5503008041000000400330021000000f550020009c00000f55020080410000006002200210000000000232019f00000f550010009c00000f5501008041000000c001100210000000000121019f00000012020000293d513d470000040f0000000003010019000000600330027000010f550030019d0003000000010355000000010020019000002bbf0000613d0000001101000029000000000101041a000000400200043d00000040032000390000000304000029000000000043043500000020032000390000000404000029000000000043043500000005030000290000000000320435000000400300043d0000000002320049000000600220003900000f550020009c00000f5502008041000000600220021000000f550030009c00000f55030080410000004003300210000000000232019f000000000300041400000f550030009c00000f5503008041000000c003300210000000000232019f000000010610008a00000f7b012001c70000800d02000039000000040300003900000f7c040000410000000f050000290000000a070000293d513d470000040f0000000100200190000000350000613d000010cb0000013d000000400400043d00000f6d0100004100000000001404350000000401400039000000200500003900000000005104350000000001030433000000240340003900000000001304350000004403400039000000000001004b0000387b0000613d000000000400001900000000053400190000000006240019000000000606043300000000006504350000002004400039000000000014004b000022620000413d0000324e0000013d000000400400043d00000f6d0100004100000000001404350000000401400039000000200500003900000000005104350000000001030433000000240340003900000000001304350000004403400039000000000001004b0000387b0000613d000000000400001900000000053400190000000006240019000000000606043300000000006504350000002004400039000000000014004b000022770000413d0000324e0000013d0000007a01000039000000000101041a000000ff0110018f000023bc0000c13d000000000001004b000024540000c13d00000f720100004100000000001004430000000001000414000024570000013d00000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000120010006c000030890000a13d0000000e01000029000000000101041a000000400300043d00000f73020000410000000000230435000000000200041000000f5602200197000600000003001d00000004033000390000000000230435000000400200043d001200000002001d00000f6802000041000000000020044300000f5601100197000700000001001d0000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000000702000029000000040020008c000029290000c13d00000001030000310000295b0000013d0000000b01000029000000000010043f0000001201000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000d02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001202000029000000000021041b0000001001000029000000000101041a000000400200043d00000024032000390000000904000029000000000043043500000044032000390000000e040000290000000000430435000000400400043d0000000003430049000e00000004001d00000000033404360000006402200039000000400020043f000000000203043300000ff50220019700000ff6022001c7001200000003001d000000000023043500000ff702000041000000000020044300000f5601100197001000000001001d0000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000024bf0000613d00000ff80010009c000024bf0000613d000000400100043d0000000e020000290000000002020433000000000002004b0000230e0000613d000000000300001900000000041300190000001205300029000000000505043300000000005404350000002003300039000000000023004b000023040000413d0000230e0000a13d00000000031200190000000000030435000000400400043d00000000030004140000001005000029000000040050008c00002bd80000c13d0000000102000039000000010400003100002bec0000013d000000000032004b00000000050000190000231e0000213d00000000012300d900000f76051000d100000000011500d900000f760010009c00003a680000c13d000000400100043d0000004002100039000000400020043f000000200210003900000f750300004100000000003204350000000000410435000000400200043d0000004001200039000000400010043f000000200120003900000f770300004100000000003104350000001b0300003900000000003204350000000b035000fa0000000e0030002a00003ab10000413d000e000e0030002d0000001001000029000000000010043f0000000a01000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001202000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001102000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b001100000001001d000000000101041a000000000001004b001000000000001d000023c20000c13d0000000d01000029000000000401041a0000000101100039000000000101041a000000400300043d0000004002300039000000400020043f000000200230003900000f740500004100000000005204350000001e050000390000000000530435000000100440006c000024040000813d000000400400043d00000f6d0100004100000000001404350000000401400039000000200500003900000000005104350000000001030433000000240340003900000000001304350000004403400039000000000001004b0000387b0000613d000000000400001900000000053400190000000006240019000000000606043300000000006504350000002004400039000000000014004b000023790000413d0000324e0000013d00000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000110010006c000032230000a13d0000000f01000029000000000101041a000000400300043d00000f73020000410000000000230435000000000200041000000f5602200197000500000003001d00000004033000390000000000230435000000400200043d001100000002001d00000f6802000041000000000020044300000f5601100197000600000001001d0000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000000602000029000000040020008c000029b60000c13d0000000103000031000029e80000013d0000007a01000039000000000101041a000000ff0110018f000026120000c13d000000000001004b0000265a0000c13d00000f7201000041000000000010044300000000010004140000265d0000013d000000000001004b000026180000c13d00000f7201000041000000000010044300000000010004140000261b0000013d0000000002010019001000000000001d000f00000000001d000023c90000013d0000001202000029000000000002004b0000235e0000613d0012000100200092000000120010006b000035570000813d0000001101000029000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d00000012040000290000000102400210000000000101043b00000000022100190000001101000029000000000101041a0000000103200039000000000303041a00000fb90330019700000fcf0030009c000023f10000c13d000000000014004b000035570000813d000000000402041a000000400300043d0000004002300039000000400020043f000000200230003900000f770500004100000000005204350000001b050000390000000000530435000000100040002a0000395d0000413d001000100040002d000023c60000013d000000000014004b000035570000813d000000000402041a000000400300043d0000004002300039000000400020043f000000200230003900000f770500004100000000005204350000001b0500003900000000005304350000000f0040002a000039720000413d000f000f0040002d000023c60000013d00000f70010000410000000000100443000000000100041400001cc70000013d00000000030000190000240a0000613d0000000e034000b900000000024300d90000000e0020006c00003a680000c13d000000400200043d0000004004200039000000400040043f000000200420003900000f750500004100000000005404350000001a040000390000000000420435000000400400043d0000004002400039000000400020043f000000200240003900000f740500004100000000005204350000001e050000390000000000540435000000400500043d00000f760330012a000000000113004b000027fa0000813d00000f6d0100004100000000001504350000000401500039000000200300003900000000003104350000000001040433000000240350003900000000001304350000004403500039000000000001004b0000387b0000613d000000000400001900000000053400190000000006240019000000000606043300000000006504350000002004400039000000000014004b0000242a0000413d0000324e0000013d001200000000001d0000001101000029000000000101041a000000120010006b000035570000813d0000000501000039000000000101041a001000000001001d0000001101000029000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000120200002900000005022000c9000000000101043b0000000001210019000000000101041a000000100110014f00000f56001001980000288e0000613d00000012010000290000000101100039001200000001001d0000000f0010006c000024330000413d001200000000001d0000209b0000013d00000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b0000001002000029000000000012041b0000000c01000029000000000010043f0000000a01000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000e02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000a02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b001200000001001d000000000101041a000000000001004b000024c30000c13d00000008020000290011000b0020002d0000000901000029000000000401041a000000000004004b000025070000c13d0000001101000029000000000101041a000000000200041000000f5602200197000000400300043d0000004404300039000000000024043500000024023000390000000a04000029000000000042043500000064023000390000000d040000290000000000420435000000400400043d0000000002420049001000000004001d00000000042404360000008402300039000000400020043f000000000204043300000ff50220019700001036022001c7000f00000004001d000000000024043500000ff702000041000000000020044300000f5601100197001200000001001d0000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000024bf0000613d00000ff80010009c000025810000c13d000000400100043d0000004402100039000010370300004100000bb60000013d000000000601001900000000080000190000000007000019000024c90000013d000000000006004b0000255b0000613d000000010660008a000000000016004b000035570000813d000f00000008001d001000000007001d001100000006001d0000001201000029000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d00000011060000290000000102600210000000000101043b00000000022100190000001201000029000000000101041a0000000103200039000000000303041a00000fb90330019700000fcf0030009c000024f60000c13d000000000016004b00000010070000290000000f08000029000035570000813d000000000402041a000000400300043d0000004002300039000000400020043f000000200230003900000f770500004100000000005204350000001b050000390000000000530435000000000084001a000036f70000413d0000000008840019000024c70000013d000000000016004b00000010070000290000000f08000029000035570000813d000000000402041a000000400300043d0000004002300039000000400020043f000000200230003900000f770500004100000000005204350000001b050000390000000000530435000000000074001a0000370c0000413d0000000007740019000024c70000013d00000009020000290000000201200039000000000701041a00000011010000290000000301100039000000000501041a0000000101200039000000000101041a000000400600043d0000004002600039000000400020043f000000200260003900000f740300004100000000003204350000001e030000390000000000360435000000000774004b0000252e0000813d000000400300043d00000f6d0100004100000000001304350000000401300039000000200400003900000000004104350000000001060433000000240430003900000000001404350000004403300039000000000001004b0000387b0000613d000000000400001900000000053400190000000006240019000000000606043300000000006504350000002004400039000000000014004b000025260000413d0000324e0000013d0000000004000019000025340000613d00000000045700a900000000027400d9000000000052004b00003a680000c13d000000400200043d0000004005200039000000400050043f000000200520003900000f750600004100000000006504350000001a050000390000000000520435000000400500043d0000004002500039000000400020043f000000200250003900000f74060000410000000000620435000000000035043500000f760340012a00100000001300530000255e0000813d000000400300043d00000f6d0100004100000000001304350000000401300039000000200400003900000000004104350000000001050433000000240430003900000000001404350000004403300039000000000001004b0000387b0000613d000000000400001900000000053400190000000006240019000000000606043300000000006504350000002004400039000000000014004b000025530000413d0000324e0000013d000000000007004b0000248e0000613d0000273e0000013d000024940000613d0000000401000039000000000101041a000000400300043d00000f7302000041000000000023043500000f5602100197000f00000003001d0000000401300039000b00000002001d0000000000210435000000400100043d001200000001001d00000f680100004100000000001004430000000c010000290000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000000c02000029000000040020008c00002a2e0000c13d000000010300003100002a600000013d000000400100043d00000010020000290000000002020433000000000002004b000025920000613d00000000030000190000000f0600002900000000041300190000000005630019000000000505043300000000005404350000002003300039000000000023004b000025880000413d000025920000a13d00000000031200190000000000030435000000400400043d00000000030004140000001205000029000000040050008c0000259a0000c13d00000001020000390000000104000031000025ae0000013d0000000001120019000000000141004900000f550010009c00000f5501008041000000600110021000000f550040009c00000f55040080410000004002400210000000000121019f00000f550030009c00000f5503008041000000c002300210000000000121019f00000012020000293d513d470000040f000000010220018f0003000000010355000000600110027000010f550010019d00000f5504100197000000000004004b000025b30000c13d00000060030000390000008001000039000025d10000013d0000003f014000390000104201100197000000400300043d0000000001130019000000400010043f000000000143043600001042054001980000001f0640018f00000000045100190000000307000367000025c40000613d000000000807034f0000000009010019000000008a08043c0000000009a90436000000000049004b000025c00000c13d000000000006004b000025d10000613d000000000557034f0000000306600210000000000704043300000000076701cf000000000767022f000000000505043b0000010006600089000000000565022f00000000056501cf000000000575019f0000000000540435000000000002004b000025de0000c13d000000400100043d00000044021000390000103c03000041000000000032043500000f6d0200004100000000002104350000002402100039000000200300003900000000003204350000000402100039000010730000013d0000000002030433000000000002004b000026470000c13d000000400100043d0000000902000029000000000402041a0000004002100039000000400020043f0000001b02000039000000000321043600000f77020000410000000000230435000000400200043d0000000d0040002a00003ac60000413d0000000d044000290000000901000029000000000041041b0000000201100039000000000501041a00000011010000290000000301100039000000000301041a0000004001200039000000400010043f0000001e01000039000000000112043600000f74060000410000000000610435000000000454004b000027fe0000813d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b0000260a0000413d000021740000013d000000000001004b0000277c0000c13d00000f7201000041000000000010044300000000010004140000277f0000013d00000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d0000001002000029000000000402041a000000000501043b000000400200043d0000004001200039000000400010043f000000200120003900000f740300004100000000003104350000001e030000390000000000320435000f00000004001d000700000005001d0006000000450053000027ab0000813d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b0000263f0000413d000021740000013d00000f630020009c000000350000213d0000001f0020008c000000350000a13d0000000002010433000000000002004b0000000001000039000000010100c039000000000012004b000000350000c13d000000400100043d000000000002004b000025e20000c13d000000640210003900000ff9030000410000000000320435000000440210003900000ffa0300004100001b5f0000013d00000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b0000001002000029000000000012041b0000000d01000029000000000010043f0000000a01000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000e02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000b02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b001200000001001d000000000101041a000000000001004b0000269f0000c13d0000000a01000029000000000201041a000000000002004b000026e30000c13d0000000301000039000000000201041a00000fdd0220019700000f64022001c7000000000021041b000000000100001900003d520001042e000000000601001900000000080000190000000007000019000026a50000013d000000000006004b0000273c0000613d000000010660008a000000000016004b000035570000813d000f00000008001d001000000007001d001100000006001d0000001201000029000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d00000011060000290000000102600210000000000101043b00000000022100190000001201000029000000000101041a0000000103200039000000000303041a00000fb90330019700000fcf0030009c000026d20000c13d000000000016004b00000010070000290000000f08000029000035570000813d000000000402041a000000400300043d0000004002300039000000400020043f000000200230003900000f770500004100000000005204350000001b050000390000000000530435000000000084001a0000385a0000413d0000000008840019000026a30000013d000000000016004b00000010070000290000000f08000029000035570000813d000000000402041a000000400300043d0000004002300039000000400020043f000000200230003900000f770500004100000000005204350000001b050000390000000000530435000000000074001a0000386f0000413d0000000007740019000026a30000013d00000009030000290000000c013000290000000301100039000000000301041a0000000a050000290000000201500039000000000401041a0000000101500039000000000701041a000000400800043d0000004005800039000000400050043f000000200680003900000f740500004100000000005604350000001e050000390000000000580435000000000a42004b0000270b0000813d000000400200043d00000f6d0100004100000000001204350000000401200039000000200300003900000000003104350000000001080433000000240320003900000000001304350000004402200039000000000001004b0000273a0000613d000000000300001900000000042300190000000005630019000000000505043300000000005404350000002003300039000000000013004b000027030000413d000027370000013d0000000009000019000027110000613d00000000093a00a90000000006a900d9000000000036004b00003a680000c13d000000400800043d0000004006800039000000400060043f000000200680003900000f750a0000410000000000a604350000001a060000390000000000680435000000400a00043d0000004008a00039000000400080043f0000002008a0003900000f740b0000410000000000b8043500000000005a043500000f760990012a0011000000790053000027420000813d000000400200043d00000f6d01000041000000000012043500000004012000390000002003000039000000000031043500000000010a0433000000240320003900000000001304350000004402200039000000000001004b0000273a0000613d000000000300001900000000042300190000000005830019000000000505043300000000005404350000002003300039000000000013004b000027300000413d0000273a0000a13d000000000321001900000000000304350000001f01100039000012410000013d000000000007004b000026940000613d000000400100043d00000044021000390000103503000041000012870000013d000026980000613d000000400700043d0000004008700039000000400080043f000000200870003900000f740900004100000000009804350000000000570435000000000442004b0000000002000019000027510000613d00000000023400a900000000044200d9000000000034004b00003a680000c13d000000400300043d0000004004300039000000400040043f000000200430003900000f75050000410000000000540435000000000063043500000f760220012a000000000021041b0000000401000039000000000101041a000000400300043d00000f7302000041000000000023043500000f5602100197001000000003001d0000000401300039000f00000002001d000000000021043500000f6801000041000000400200043d001200000002001d00000000001004430000000d010000290000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000000d02000029000000040020008c00002c340000c13d000000010300003100002c660000013d00000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d0000001002000029000000000402041a000000000501043b000000400200043d0000004001200039000000400010043f000000200120003900000f740300004100000000003104350000001e030000390000000000320435000f00000004001d000800000005001d0007000000450053000028da0000813d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000027a30000413d000021740000013d0000000c01000029000000000010043f0000000901000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d00000011020000290000000102200039000000000202041a000400000002001d000000000101043b000000000101041a000500000001001d0000000601000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d00000007030000290000000f0030006c0000000002000019000027db0000613d000000000101043b000000000201041a00000006012000b900000006031000fa000000000023004b00003a680000c13d000000000001004b0000000002000019000027db0000613d00000004021000b900000000011200d9000000040010006c00003a680000c13d000000400300043d0000004001300039000000400010043f000000200130003900000f750400004100000000004104350000001a040000390000000000430435000000050000006b00002d290000c13d000000400400043d00000f6d0200004100000000002404350000000402400039000000200500003900000000005204350000000002030433000000240340003900000000002304350000004403400039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000027f20000413d000021740000013d0000000000150435000000400100043d000000000215004900000a810000013d0000000001000019000028040000613d00000000013400a900000000024100d9000000000032004b00003a680000c13d000000400200043d0000004003200039000000400030043f000000200320003900000f750400004100000000004304350000001a03000039000000000032043500000f760110012a00000009020000290000000102200039000000000012041b0000000501000039000000000101041a0000001102000029000000000202041a000000000112013f00000f5600100198000037e50000c13d0000000a01000029000000000010043f0000000f01000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000301041a000000400200043d0000006001200039000000400010043f00000040012000390000103804000041000000000041043500000020012000390000103a040000410000000000410435000000210400003900000000004204350000000d0400002900000fb00040009c00002d5e0000813d00120f560030019c000037e50000613d0000000d0000006b000037e50000613d0000001201000029000000000010043f0000001101000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a001000000001001d000f0f550010019c001100000000001d000028690000613d0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001002000029000000010220008a00000f5502200197000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a000000200110027000110f850010019b000000400200043d0000006001200039000000400010043f000000400120003900000fbc030000410000000000310435000000200120003900000fb30300004100000000003104350000002b03000039000000000032043500000011040000290000000d03400029000b0f850030019b0000000b0040006b0000363d0000813d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000028860000413d000021740000013d0000000501000039000000000101041a00000f5601100197000000000010043f0000000701000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001202000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000e02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000401041a0000000201100039000000000501041a000000400300043d0000004001300039000000400010043f000000200130003900000f740200004100000000002104350000001e020000390000000000230435000000400200043d001200000054005300002dff0000813d00000f6d0400004100000000004204350000000404200039000000200500003900000000005404350000000003030433000000240420003900000000003404350000004402200039000000000003004b000012400000613d000000000400001900000000052400190000000006140019000000000606043300000000006504350000002004400039000000000034004b000028d20000413d0000123d0000013d0000000d01000029000000000010043f0000000901000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d00000011020000290000000102200039000000000202041a000500000002001d000000000101043b000000000101041a000600000001001d0000000601000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d00000008030000290000000f0030006c00000000020000190000290a0000613d000000000101043b000000000201041a00000007012000b900000007031000fa000000000023004b00003a680000c13d000000000001004b00000000020000190000290a0000613d00000005021000b900000000011200d9000000050010006c00003a680000c13d000000400300043d0000004001300039000000400010043f000000200130003900000f750400004100000000004104350000001a040000390000000000430435000000060000006b00002d8b0000c13d000000400400043d00000f6d0200004100000000002404350000000402400039000000200500003900000000005204350000000002030433000000240340003900000000002304350000004403400039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000029210000413d000021740000013d00000012030000290000000602300069000000240220003900000f550030009c00000f5503008041000000400330021000000f550020009c00000f55020080410000006002200210000000000232019f00000f550010009c00000f5501008041000000c001100210000000000121019f00000007020000293d513d4c0000040f0000000003010019000000600330027000000f5503300197000000200030008c000000200400003900000000040340190000001f0540018f000000200640019000000012046000290000294a0000613d000000000701034f000000007807043c00000012090000290000000009890436001200000009001d000000000049004b000029440000c13d000000000005004b000029570000613d000000000661034f0000000305500210000000000704043300000000075701cf000000000757022f000000000606043b0000010005500089000000000656022f00000000055601cf000000000575019f0000000000540435000100000003001f0003000000010355000000010020019000002b230000613d0000001f013000390000104202100197000000400100043d0000000002120019000000400020043f00000f630030009c000000350000213d0000001f0030008c000000350000a13d0000000001010433001200000001001d0000000b01000029000000000010043f0000001201000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000d02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000301041a000000400200043d0000004001200039000000400010043f000000200120003900000f740400004100000000004104350000001e040000390000000000420435001200120030007300002dcb0000813d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000029990000413d000021740000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000029ae0000413d000021740000013d00000011030000290000000502300069000000240220003900000f550030009c00000f5503008041000000400330021000000f550020009c00000f55020080410000006002200210000000000232019f00000f550010009c00000f5501008041000000c001100210000000000121019f00000006020000293d513d4c0000040f0000000003010019000000600330027000000f5503300197000000200030008c000000200400003900000000040340190000001f0540018f00000020064001900000001104600029000029d70000613d000000000701034f000000007807043c00000011090000290000000009890436001100000009001d000000000049004b000029d10000c13d000000000005004b000029e40000613d000000000661034f0000000305500210000000000704043300000000075701cf000000000757022f000000000606043b0000010005500089000000000656022f00000000055601cf000000000575019f0000000000540435000100000003001f0003000000010355000000010020019000002b8f0000613d0000001f013000390000104202100197000000400100043d0000000002120019000000400020043f00000f630030009c000000350000213d0000001f0030008c000000350000a13d0000000001010433001100000001001d0000000c01000029000000000010043f0000001201000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000e02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000301041a000000400200043d0000004001200039000000400010043f000000200120003900000f740400004100000000004104350000001e040000390000000000420435001100110030007300002e240000813d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00002a260000413d000021740000013d00000012030000290000000f02300069000000240220003900000f550030009c00000f5503008041000000400330021000000f550020009c00000f55020080410000006002200210000000000232019f00000f550010009c00000f5501008041000000c001100210000000000121019f0000000c020000293d513d4c0000040f0000000003010019000000600330027000000f5503300197000000200030008c000000200400003900000000040340190000001f0540018f0000002006400190000000120460002900002a4f0000613d000000000701034f000000007807043c00000012090000290000000009890436001200000009001d000000000049004b00002a490000c13d000000000005004b00002a5c0000613d000000000661034f0000000305500210000000000704043300000000075701cf000000000757022f000000000606043b0000010005500089000000000656022f00000000055601cf000000000575019f0000000000540435000100000003001f0003000000010355000000010020019000002ba70000613d0000001f013000390000104202100197000000400100043d0000000002120019000000400020043f00000f630030009c000000350000213d0000001f0030008c000000350000a13d0000000001010433001200000001001d0000000c01000029000000000010043f0000001501000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000a02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000401041a000000400200043d0000004001200039000000400010043f000000200120003900000f770300004100000000003104350000001b030000390000000000320435000f00000004001d000000100040002a00003ada0000413d0000000f020000290000001002200029000800000002001d000700120020007400002e2e0000a13d0000000c01000029000000000010043f0000001501000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000a02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000703000029000000000031041b000000400100043d000000200210003900000000003204350000000f020000290000000000210435000000400200043d0000000001210049000000400110003900000f550010009c00000f5501008041000000600110021000000f550020009c00000f55020080410000004002200210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000121019f00000f7b011001c70000800d02000039000000030300003900000fde040000410000000c050000290000000a060000293d513d470000040f0000000100200190000000350000613d000000400300043d00000044013000390000001202000029000000000021043500000024013000390000000a02000029000000000021043500000fdf010000410000000000130435001200000003001d00000004013000390000000c020000290000000000210435000000400100043d000f00000001001d00000f680100004100000000001004430000000b010000290000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000000b02000029000000040020008c00002e690000613d0000000f030000290000001202300069000000640220003900000f550030009c00000f5503008041000000400330021000000f550020009c00000f55020080410000006002200210000000000232019f00000f550010009c00000f5501008041000000c001100210000000000121019f0000000b020000293d513d470000040f0000000003010019000000600330027000010f550030019d0003000000010355000000010020019000002e690000c13d00000f55023001970000001f0420018f00000f6b0320019800002b140000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000036004b00002b100000c13d000000000004004b00002b210000613d000000000131034f0000000304400210000000000503043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000130435000000600120021000003d53000104300000001f0430018f00000f6b0230019800002b2c0000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000026004b00002b280000c13d000000000004004b00002b390000613d000000000121034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000600130021000003d53000104300000001101000029000000000010043f0000001101000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a000f00000001001d000e0f550010019c001000000000001d00002b6c0000613d0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000f02000029000000010220008a00000f5502200197000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a000000200110027000100f850010019b000000400200043d0000006001200039000000400010043f000000400120003900000fb2030000410000000000310435000000200120003900000fb30300004100000000003104350000002c0300003900000000003204350000001004000029000a00120040007400002e860000813d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00002b870000413d000021740000013d0000001f0430018f00000f6b0230019800002b980000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000026004b00002b940000c13d000000000004004b00002ba50000613d000000000121034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000600130021000003d53000104300000001f0430018f00000f6b0230019800002bb00000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000026004b00002bac0000c13d000000000004004b00002bbd0000613d000000000121034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000600130021000003d530001043000000f55023001970000001f0420018f00000f6b0320019800002bc90000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000036004b00002bc50000c13d000000000004004b00002bd60000613d000000000131034f0000000304400210000000000503043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000130435000000600120021000003d53000104300000000001120019000000000141004900000f550010009c00000f5501008041000000600110021000000f550040009c00000f55040080410000004002400210000000000121019f00000f550030009c00000f5503008041000000c002300210000000000121019f00000010020000293d513d470000040f000000010220018f0003000000010355000000600110027000010f550010019d00000f5504100197000000000004004b00002bf10000c13d0000006003000039000000800100003900002c0f0000013d0000003f014000390000104201100197000000400300043d0000000001130019000000400010043f000000000143043600001042054001980000001f0640018f0000000004510019000000030700036700002c020000613d000000000807034f0000000009010019000000008a08043c0000000009a90436000000000049004b00002bfe0000c13d000000000006004b00002c0f0000613d000000000557034f0000000306600210000000000704043300000000076701cf000000000767022f000000000505043b0000010006600089000000000565022f00000000056501cf000000000575019f0000000000540435000000000002004b000025d30000613d0000000002030433000000000002004b00002d500000c13d000000400200043d0000004001200039000000400010043f000000200120003900000f770300004100000000003104350000001b030000390000000000320435000000400300043d00000011050000290000000f0050006c00002db20000813d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00002c2c0000413d000021740000013d00000012030000290000001002300069000000240220003900000f550030009c00000f5503008041000000400330021000000f550020009c00000f55020080410000006002200210000000000232019f00000f550010009c00000f5501008041000000c001100210000000000121019f0000000d020000293d513d4c0000040f0000000003010019000000600330027000000f5503300197000000200030008c000000200400003900000000040340190000001f0540018f0000002006400190000000120460002900002c550000613d000000000701034f000000007807043c00000012090000290000000009890436001200000009001d000000000049004b00002c4f0000c13d000000000005004b00002c620000613d000000000661034f0000000305500210000000000704043300000000075701cf000000000757022f000000000606043b0000010005500089000000000656022f00000000055601cf000000000575019f0000000000540435000100000003001f0003000000010355000000010020019000002d730000613d0000001f013000390000104202100197000000400100043d0000000002120019000000400020043f00000f630030009c000000350000213d0000001f0030008c000000350000a13d0000000001010433001200000001001d0000000d01000029000000000010043f0000001501000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000b02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000401041a000000400200043d0000004001200039000000400010043f000000200120003900000f770300004100000000003104350000001b030000390000000000320435001000000004001d000000110040002a00003aef0000413d00000010020000290000001102200029000c00000002001d000a001200200074000030120000a13d0000000d01000029000000000010043f0000001501000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000b02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000a03000029000000000031041b000000400100043d0000002002100039000000000032043500000010020000290000000000210435000000400200043d0000000001210049000000400110003900000f550010009c00000f5501008041000000600110021000000f550020009c00000f55020080410000004002200210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000121019f00000f7b011001c70000800d02000039000000030300003900000fde040000410000000d050000290000000b060000293d513d470000040f0000000100200190000000350000613d000000400300043d00000044013000390000001202000029000000000021043500000024013000390000000b02000029000000000021043500000fdf010000410000000000130435001200000003001d00000004013000390000000d020000290000000000210435000000400100043d001000000001001d00000f680100004100000000001004430000000f010000290000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000000f02000029000000040020008c0000304d0000613d00000010030000290000001202300069000000640220003900000f550030009c00000f5503008041000000400330021000000f550020009c00000f55020080410000006002200210000000000232019f00000f550010009c00000f5501008041000000c001100210000000000121019f0000000f020000293d513d470000040f0000000003010019000000600330027000010f550030019d000300000001035500000001002001900000304d0000c13d00000f55023001970000001f0420018f00000f6b0320019800002d1a0000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000036004b00002d160000c13d000000000004004b00002d270000613d000000000131034f0000000304400210000000000503043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000130435000000600120021000003d5300010430000000050020006b000000000300001900002d310000213d00000005012000fa00000f76031000d100000000011300d900000f760010009c00003a680000c13d000000400100043d0000004002100039000000400020043f000000200210003900000f75050000410000000000520435000000000041043500000011010000290000000304100039000000000504041a000000400200043d0000004001200039000000400010043f000000200120003900000f770600004100000000006104350000001b06000039000000000062043500000012033000fa000000000035001a00003b040000413d0000000001350019000000000014041b0000007a01000039000000000101041a000000ff0010019000002e200000c13d00000f720100004100000000001004430000000001000414000024570000013d00000f630020009c000000350000213d0000001f0020008c000000350000a13d0000000001010433000000000001004b0000000002000039000000010200c039000000000021004b000000350000c13d000000000001004b00002c140000c13d000000400100043d000026540000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00002d6b0000413d000021740000013d0000001f0430018f00000f6b0230019800002d7c0000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000026004b00002d780000c13d000000000004004b00002d890000613d000000000121034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000600130021000003d5300010430000000060020006b000000000300001900002d930000213d00000006012000fa00000f76031000d100000000011300d900000f760010009c00003a680000c13d000000400100043d0000004002100039000000400020043f000000200210003900000f75050000410000000000520435000000000041043500000011010000290000000304100039000000000504041a000000400200043d0000004001200039000000400010043f000000200120003900000f770600004100000000006104350000001b06000039000000000062043500000012033000fa000000000035001a00003b190000413d0000000001350019000000000014041b0000007a01000039000000000101041a000000ff0010019000002f4a0000c13d00000f7201000041000000000010044300000000010004140000265d0000013d00000011010000290000000000130435000000400100043d0000000002130049000000200220003900000f550020009c00000f5502008041000000600220021000000f550010009c00000f55010080410000004001100210000000000112019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000121019f00000f7b011001c70000800d02000039000000040300003900000ffb0400004100000009050000290000000b060000290000000d070000290000383d0000013d0000007a01000039000000000101041a000000ff0110018f00002f440000c13d000000000001004b0000307b0000c13d00000f7201000041000000000010044300000000010004140000307e0000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00002de20000413d000021740000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00002df70000413d000021740000013d0000006001200039000000400010043f000000400120003900000fae0300004100000000003104350000002801000039000000000112043600000faf030000410000000000310435000000120300002900000fb00030009c0000209b0000413d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00002e180000413d000021740000013d00000f700100004100000000001004430000000001000414000024570000013d0000007a01000039000000000101041a000000ff0110018f00002f4e0000c13d000000000001004b000032150000c13d00000f720100004100000000001004430000000001000414000032180000013d0000000f0000006b00002f540000c13d000000400300043d00000044013000390000000802000029000000000021043500000024013000390000000a02000029000000000021043500000fdf010000410000000000130435001200000003001d00000004013000390000000c020000290000000000210435000000400100043d000f00000001001d00000f680100004100000000001004430000000b010000290000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000000b02000029000000040020008c00002e690000613d0000000f030000290000001202300069000000640220003900000f550030009c00000f5503008041000000400330021000000f550020009c00000f55020080410000006002200210000000000232019f00000f550010009c00000f5501008041000000c001100210000000000121019f0000000b020000293d513d470000040f0000000003010019000000600330027000010f550030019d00030000000103550000000100200190000038920000613d000000400100043d00000010020000290000000000210435000000400200043d0000000001210049000000200110003900000f550010009c00000f5501008041000000600110021000000f550020009c00000f55020080410000004002200210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000121019f00000f7b011001c70000800d02000039000000040300003900000fe0040000410000000a050000290000000c060000290000000e070000293d513d470000040f0000000100200190000000350000613d000024940000013d0000007a01000039000000000101041a000000ff00100190000c000d0000002d00002e980000c13d00000f72010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000c00000001001d000000400200043d0000008001200039000000400010043f000000600120003900000fb4030000410000000000310435000000400120003900000fb5030000410000000000310435000000200120003900000fb6030000410000000000310435000000420300003900000000003204350000000c0300002900000f840030009c000030660000813d0000000e0000006b000035a80000c13d000000400200043d0000004001200039000000400010043f0000000c01000029000900000002001d00000000021204360000000a0100002900000f8501100197000a00000001001d000c00000002001d00000000001204350000001101000029000000000010043f0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000e02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000902000029000000000202043300000f5502200197000000000101043b000000000301041a00000fb903300197000000000223019f0000000c030000290000000003030433000000200330021000000fb703300197000000000232019f000000000021041b0000001101000029000000000010043f0000001101000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000f02000029000000010220003900000f5502200197000000000101043b000000000301041a00000fba03300197000000000223019f000000000021041b000000400100043d00000020021000390000000a03000029000000000032043500000010020000290000000000210435000000400200043d0000000001210049000000400110003900000f550010009c00000f5501008041000000600110021000000f550020009c00000f55020080410000004002200210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000121019f00000f7b011001c70000800d02000039000000020300003900000fbb0400004100000011050000293d513d470000040f0000000100200190000020c90000c13d000000350000013d0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001002000029000000010220008a00000f5502200197000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a000000200110027000110f850010019b000020de0000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00002f3c0000413d000021740000013d000000000001004b0000318e0000c13d00000f720100004100000000001004430000000001000414000031910000013d00000f7001000041000000000010044300000000010004140000265d0000013d000000000001004b000033b30000c13d00000f720100004100000000001004430000000001000414000033b60000013d0000000c01000029000000000010043f0000001501000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000a02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000001041b000000400100043d0000000f0200002900000000022104360000000000020435000000400200043d0000000001210049000000400110003900000f550010009c00000f5501008041000000600110021000000f550020009c00000f55020080410000004002200210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000121019f00000f7b011001c70000800d02000039000000030300003900000fde040000410000000c050000290000000a060000293d513d470000040f0000000100200190000000350000613d00002e300000013d0000007a01000039000000000101041a000000ff0010019000002f9e0000c13d00000f72010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000d00000001001d000000400200043d0000008001200039000000400010043f000000600120003900000fb4030000410000000000310435000000400120003900000fb5030000410000000000310435000000200120003900000fb6030000410000000000310435000000420300003900000000003204350000000d0300002900000f840030009c000035930000813d0000000f0000006b000037210000c13d000000400300043d0000004001300039000000400010043f00000020023000390000001201000029000e00000002001d00000000001204350000000d01000029000c00000003001d00000000001304350000000b01000029000000000010043f0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000f02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000c02000029000000000202043300000f5502200197000000000101043b000000000301041a00000fb903300197000000000223019f0000000e030000290000000003030433000000200330021000000fb703300197000000000232019f000000000021041b0000000b01000029000000000010043f0000001101000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000001002000029000000010220003900000f5502200197000000000101043b000000000301041a00000fba03300197000000000223019f000000000021041b000000400100043d00000020021000390000001203000029000000000032043500000011020000290000000000210435000000400200043d0000000001210049000000400110003900000f550010009c00000f5501008041000000600110021000000f550020009c00000f55020080410000004002200210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000121019f00000f7b011001c70000800d02000039000000020300003900000fbb040000410000000b05000029000010c80000013d000000100000006b0000355a0000c13d000000400300043d00000044013000390000000c02000029000000000021043500000024013000390000000b02000029000000000021043500000fdf010000410000000000130435001200000003001d00000004013000390000000d020000290000000000210435000000400100043d001000000001001d00000f680100004100000000001004430000000f010000290000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000000f02000029000000040020008c0000304d0000613d00000010030000290000001202300069000000640220003900000f550030009c00000f5503008041000000400330021000000f550020009c00000f55020080410000006002200210000000000232019f00000f550010009c00000f5501008041000000c001100210000000000121019f0000000f020000293d513d470000040f0000000003010019000000600330027000010f550030019d000300000001035500000001002001900000391d0000613d000000400100043d00000011020000290000000000210435000000400200043d0000000001210049000000200110003900000f550010009c00000f5501008041000000600110021000000f550020009c00000f55020080410000004002200210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000121019f00000f7b011001c70000800d02000039000000040300003900000fe0040000410000000b050000290000000d060000290000383c0000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000030730000413d000021740000013d00000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b0000000a02000029000000000012041b0000001001000029000e00030010003d00000008010000290000000102100039000a00000002001d000000000202041a000000000101041a000000000001004b0000000004000019000030990000613d0000000e03000029000000000303041a00000000041300a900000000011400d9000000000031004b00003a680000c13d000000400100043d0000004003100039000000400030043f000000200310003900000f750500004100000000005304350000001a030000390000000000310435000000400500043d0000004001500039000000400010043f000000200350003900000f740100004100000000001304350000001e010000390000000000150435000000400700043d00000044017000390000002406700039001200000007001d000000040770003900000f760440012a000000000224004b000030c70000813d00000f6d02000041000000120400002900000000002404350000002002000039000000000027043500000000020504330000000000260435000000000002004b0000311f0000613d000000000400001900000000051400190000000006340019000000000606043300000000006504350000002004400039000000000024004b000030bb0000413d0000311f0000a13d000000000312001900000000000304350000001f02200039000032850000013d0000000403000039000000000303041a00000fdf04000041000000120500002900000000004504350000000b040000290000000000470435000000090400002900000000004604350000000000210435000000400100043d000600000001001d00000f6801000041000000000010044300000f5601300197000700000001001d0000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000000702000029000000040020008c000030fe0000613d00000006030000290000001202300069000000640220003900000f550030009c00000f5503008041000000400330021000000f550020009c00000f55020080410000006002200210000000000232019f00000f550010009c00000f5501008041000000c001100210000000000121019f00000007020000293d513d470000040f0000000003010019000000600330027000010f550030019d00030000000103550000000100200190000031750000613d0000000801000029000000000301041a000000400200043d0000004001200039000000400010043f000000200120003900000f740400004100000000004104350000001e0400003900000000004204350000000f0330006c000031210000813d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000031170000413d000021740000013d0000001f02200039000032850000013d0000000801000029000000000031041b00000000010000190000312b0000613d0000000e01000029000000000201041a00000000013200a900000000033100d9000000000023004b00003a680000c13d000000400200043d0000004003200039000000400030043f000000200320003900000f750400004100000000004304350000001a03000039000000000032043500000f760110012a0000000a02000029000000000012041b0000001001000029000000000101041a000000400200043d00000024032000390000000904000029000000000043043500000044032000390000000f040000290000000000430435000000400400043d0000000003430049000e00000004001d00000000033404360000006402200039000000400020043f000000000203043300000ff50220019700000ff6022001c7001200000003001d000000000023043500000ff702000041000000000020044300000f5601100197001000000001001d0000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000024bf0000613d00000ff80010009c000024bf0000613d000000400100043d0000000e020000290000000002020433000000000002004b0000316d0000613d000000000300001900000000041300190000001205300029000000000505043300000000005404350000002003300039000000000023004b000031630000413d0000316d0000a13d00000000031200190000000000030435000000400400043d00000000030004140000001005000029000000040050008c000031d20000c13d00000001020000390000000103000031000031e60000013d00000f55023001970000001f0420018f00000f6b032001980000317f0000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000036004b0000317b0000c13d000000000004004b0000318c0000613d000000000131034f0000000304400210000000000503043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000130435000000600120021000003d530001043000000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d0000000a02000029000000000402041a000000000501043b000000400200043d0000004001200039000000400010043f000000200120003900000f740300004100000000003104350000001e030000390000000000320435000700000004001d000600000005001d0005000000450053000035ee0000813d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000031b50000413d000021740000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000031ca0000413d000021740000013d0000000001120019000000000141004900000f550010009c00000f5501008041000000600110021000000f550040009c00000f55040080410000004002400210000000000121019f00000f550030009c00000f5503008041000000c002300210000000000121019f00000010020000293d513d470000040f000000010220018f0003000000010355000000600110027000010f550010019d00000f5503100197000000000003004b000031ea0000c13d0000006001000039000032090000013d0000003f013000390000104205100197000000400100043d0000000005510019000000400050043f000000000631043600001042043001980000001f0530018f000c00000006001d00000000034600190000000306000367000031fc0000613d000000000706034f0000000c08000029000000007907043c0000000008980436000000000038004b000031f80000c13d000000000005004b000032090000613d000000000446034f0000000305500210000000000603043300000000065601cf000000000656022f000000000404043b0000010005500089000000000454022f00000000045401cf000000000464019f0000000000430435000000000002004b000025d30000613d0000000001010433000000000001004b00002c140000613d00000f630010009c0000000c02000029000000350000213d0000001f0010008c000000350000a13d000000000102043300002d550000013d00000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b0000000702000029000000000012041b000000100200002900000008022000290000000901000029000000000501041a0000000a01000029000000000601041a0000000101100039000700000002001d0000000302200039000600000002001d000000000402041a000500000001001d000000000101041a000000400300043d0000004002300039000000400020043f000000200230003900000f740700004100000000007204350000001e070000390000000000730435000000000556004b000032530000813d000000400400043d00000f6d0100004100000000001404350000000401400039000000200500003900000000005104350000000001030433000000240340003900000000001304350000004403400039000000000001004b0000387b0000613d000000000400001900000000053400190000000006240019000000000606043300000000006504350000002004400039000000000014004b000032470000413d0000387b0000a13d000000000231001900000000000204350000001f01100039000021780000013d0000000003000019000032590000613d00000000034500a900000000025300d9000000000042004b00003a680000c13d000000400200043d0000004004200039000000400040043f000000200420003900000f750500004100000000005404350000001a040000390000000000420435000000400400043d0000004002400039000000400020043f000000200240003900000f740500004100000000005204350000001e050000390000000000540435000000400500043d001000240050003d000000040650003900000f760330012a0004000000130053000032880000813d00000f6d010000410000000000150435000000200100003900000000001604350000000003040433000000100100002900000000003104350000004401500039000000000003004b000032840000613d000000000400001900000000051400190000000006240019000000000606043300000000006504350000002004400039000000000034004b0000327a0000413d000032840000a13d000000000213001900000000000204350000001f02300039000010420220019700000000011200190000217a0000013d0000000401000039000000000101041a00000f7302000041000000000025043500000f5601100197000f00000001001d0000000000160435000000400100043d001100000001001d00000f680100004100000000001004430000000c010000290000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000000c02000029000000040020008c000032a70000c13d0000000103000031000032d80000013d0000001103000029000000100230006900000f550030009c00000f5503008041000000400330021000000f550020009c00000f55020080410000006002200210000000000232019f00000f550010009c00000f5501008041000000c001100210000000000121019f0000000c020000293d513d4c0000040f0000000003010019000000600330027000000f5503300197000000200030008c000000200400003900000000040340190000001f0540018f00000020064001900000001104600029000032c70000613d000000000701034f000000007807043c00000011090000290000000009890436001100000009001d000000000049004b000032c10000c13d000000000005004b000032d40000613d000000000661034f0000000305500210000000000704043300000000075701cf000000000757022f000000000606043b0000010005500089000000000656022f00000000055601cf000000000575019f0000000000540435000100000003001f000300000001035500000001002001900000339b0000613d0000001f013000390000104202100197000000400100043d0000000002120019000000400020043f00000f630030009c000000350000213d0000001f0030008c000000350000a13d0000000001010433001100000001001d0000000c01000029000000000010043f0000001501000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000b02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000401041a000000400200043d0000004001200039000000400010043f000000200120003900000f770300004100000000003104350000001b030000390000000000320435001000000004001d000000040040002a00003b2e0000413d00000010020000290000000402200029000800000002001d0003001100200074000033e20000a13d0000000c01000029000000000010043f0000001501000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000b02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000303000029000000000031041b000000400100043d0000002002100039000000000032043500000010020000290000000000210435000000400200043d0000000001210049000000400110003900000f550010009c00000f5501008041000000600110021000000f550020009c00000f55020080410000004002200210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000121019f00000f7b011001c70000800d02000039000000030300003900000fde040000410000000c050000290000000b060000293d513d470000040f0000000100200190000000350000613d000000400300043d00000044013000390000001102000029000000000021043500000024013000390000000b02000029000000000021043500000fdf010000410000000000130435001100000003001d00000004013000390000000c020000290000000000210435000000400100043d001000000001001d00000f680100004100000000001004430000000f010000290000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000000f02000029000000040020008c0000341d0000613d00000010030000290000001102300069000000640220003900000f550030009c00000f5503008041000000400330021000000f550020009c00000f55020080410000006002200210000000000232019f00000f550010009c00000f5501008041000000c001100210000000000121019f0000000f020000293d513d470000040f0000000003010019000000600330027000010f550030019d000300000001035500000001002001900000341d0000c13d00000f55023001970000001f0420018f00000f6b032001980000338c0000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000036004b000033880000c13d000000000004004b000033990000613d000000000131034f0000000304400210000000000503043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000130435000000600120021000003d53000104300000001f0430018f00000f6b02300198000033a40000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000026004b000033a00000c13d000000000004004b000033b10000613d000000000121034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000600130021000003d530001043000000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d0000000702000029000000000402041a000000000501043b000000400200043d0000004001200039000000400010043f000000200120003900000f740300004100000000003104350000001e030000390000000000320435000600000004001d000500000005001d00040000004500530000366f0000813d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000033da0000413d000021740000013d000000100000006b000036be0000c13d000000400300043d00000044013000390000000802000029000000000021043500000024013000390000000b02000029000000000021043500000fdf010000410000000000130435001100000003001d00000004013000390000000c020000290000000000210435000000400100043d001000000001001d00000f680100004100000000001004430000000f010000290000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000000f02000029000000040020008c0000341d0000613d00000010030000290000001102300069000000640220003900000f550030009c00000f5503008041000000400330021000000f550020009c00000f55020080410000006002200210000000000232019f00000f550010009c00000f5501008041000000c001100210000000000121019f0000000f020000293d513d470000040f0000000003010019000000600330027000010f550030019d00030000000103550000000100200190000039870000613d00000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000401043b00000007010000290000000401100039000000000501041a000000400200043d0000004001200039000000400010043f000000200120003900000f770300004100000000003104350000001b030000390000000000320435000000400300043d001000000003001d000300000004001d000f00000005001d000000000045001a00003b430000413d0000001202000029000000000302041a00000010040000290000006001400039000000400010043f00000040054000390000000101000039000200000005001d00000000001504350000000001040436000100000001001d0000000000010435001100000003001d0000000101300039000000000012041b000000000020043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000f03000029000800030030002d000000000101043b00000011040000290000000102400210000000000121001900000010020000290000000002020433000000000021041b0000000102000029000000000202043300000fc002200197000000020300002900000000030304330000008003300210000000000223019f0000000101100039000000000021041b000000000004004b001000000000001d000035120000c13d000000400200043d0000006001200039000000400010043f0000000d01000029001100000002001d0000000001120436000f00000001001d000000080100002900000fcf0010009c000039a80000813d000000110100002900000040021000390000000101000039000200000002001d000000000012043500000008010000290000000f0200002900000000001204350000001201000029000000000101041a000000100010006b000035570000813d0000001201000029000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d00000010020000290000000102200210000000000101043b000000000121001900000011020000290000000002020433000000000021041b0000000f02000029000000000202043300000fc002200197000000020300002900000000030304330000008003300210000000000223019f0000000101100039000000000021041b0000000901000029000000000301041a000000400200043d0000004001200039000000400010043f00000f7704000041000000200120003900000000004104350000001b0400003900000000004204350000000d0030002a00003b580000413d0000000d013000290000000902000029000000000012041b0000000c01000029000000000010043f0000001201000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000e02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000401041a000000400200043d0000004001200039000000400010043f000000200120003900000f770300004100000000003104350000001b030000390000000000320435001200000004001d0000000d0040002a00003b6d0000413d0000000c01000029000000000010043f0000001201000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000e02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d00000012030000290000000d02300029000000000101043b000000000021041b0000000a01000029000000000401041a0000000901000029000000000501041a0000000601000029000000000201041a000000400300043d0000004001300039000000400010043f000000200130003900000f740600004100000000006104350000001e060000390000000000630435000000000454004b000039dd0000813d000000400400043d00000f6d0200004100000000002404350000000402400039000000200500003900000000005204350000000002030433000000240340003900000000002304350000004403400039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b0000350a0000413d000021740000013d000000110100002900100001001000920000001201000029000000000101041a000000100010006b000035570000813d0000001201000029000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000001002000029000f000100200218000000000101043b0000000f011000290000000101100039000000000101041a00000fc001100197000000080010006c000039b20000213d0000001201000029000000000101041a000000100010006b000035570000813d0000001201000029000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000001202000029000000000202041a000000110020006b000035570000813d00000011020000290000000102200210000000000101043b00000000022100190000000f01100029000000000301041a000000000032041b0000000101100039000000000301041a00000fc0033001970000000102200039000000000402041a00000fb904400197000000000434019f000000000042041b000000000101041a00000fb901100197000000000131019f000000000012041b000000100000006b001100100000002d000035120000c13d001000000000001d000034680000013d000000010100008a000000000001043500000000000004310000000d01000029000000000010043f0000001501000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000b02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000001041b000000400100043d000000100200002900000000022104360000000000020435000000400200043d0000000001210049000000400110003900000f550010009c00000f5501008041000000600110021000000f550020009c00000f55020080410000004002200210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000121019f00000f7b011001c70000800d02000039000000030300003900000fde040000410000000d050000290000000b060000293d513d470000040f0000000100200190000030140000c13d000000350000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000035a00000413d000021740000013d0000001101000029000000000010043f0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000f02000029000000010220008a00000f5502200197000900000002001d000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a0000000c0110014f00000f550010019800002eab0000c13d0000001101000029000000000010043f0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000902000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000a04000029000000200240021000000fb702200197000000000101043b000000000301041a00000fb803300197000000000223019f000000000021041b000a0f850040019b00002ef20000013d0000000b01000029000000000010043f0000000901000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000e020000290000000102200039000000000202041a000300000002001d000000000101043b000000000101041a000400000001001d0000000601000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000603000029000000070030006c00000000020000190000361e0000613d000000000101043b000000000201041a00000005012000b900000005031000fa000000000023004b00003a680000c13d000000000001004b00000000020000190000361e0000613d00000003021000b900000000011200d9000000030010006c00003a680000c13d000000400400043d0000004001400039000000400010043f000000200140003900000f750300004100000000003104350000001a030000390000000000340435000000040000006b000038f60000c13d000000400300043d00000f6d0200004100000000002304350000000402300039000000200500003900000000005204350000000002040433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000036350000413d000021740000013d0000007a01000039000000000101041a000000ff00100190000037630000c13d00000f720100004100000000001004430000000001000414000037660000013d000000400400043d00000f6d0100004100000000001404350000000401400039000000200500003900000000005104350000000001030433000000240340003900000000001304350000004403400039000000000001004b0000387b0000613d000000000400001900000000053400190000000006240019000000000606043300000000006504350000002004400039000000000014004b000036520000413d0000324e0000013d000000400400043d00000f6d0100004100000000001404350000000401400039000000200500003900000000005104350000000001030433000000240340003900000000001304350000004403400039000000000001004b0000387b0000613d000000000400001900000000053400190000000006240019000000000606043300000000006504350000002004400039000000000014004b000036670000413d0000324e0000013d0000000c01000029000000000010043f0000000901000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000f020000290000000102200039000000000202041a000200000002001d000000000101043b000000000101041a000300000001001d0000000601000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000503000029000000060030006c00000000020000190000369f0000613d000000000101043b000000000201041a00000004012000b900000004031000fa000000000023004b00003a680000c13d000000000001004b00000000020000190000369f0000613d00000002021000b900000000011200d9000000020010006c00003a680000c13d000000400400043d0000004001400039000000400010043f000000200140003900000f750300004100000000003104350000001a030000390000000000340435000000030000006b000039360000c13d000000400300043d00000f6d0200004100000000002304350000000402300039000000200500003900000000005204350000000002040433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000036b60000413d000021740000013d0000000c01000029000000000010043f0000001501000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000b02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000001041b000000400100043d000000100200002900000000022104360000000000020435000000400200043d0000000001210049000000400110003900000f550010009c00000f5501008041000000600110021000000f550020009c00000f55020080410000004002200210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000121019f00000f7b011001c70000800d02000039000000030300003900000fde040000410000000c050000290000000b060000293d513d470000040f0000000100200190000000350000613d000033e40000013d000000400400043d00000f6d0100004100000000001404350000000401400039000000200500003900000000005104350000000001030433000000240340003900000000001304350000004403400039000000000001004b0000387b0000613d000000000400001900000000053400190000000006240019000000000606043300000000006504350000002004400039000000000014004b000037040000413d0000324e0000013d000000400400043d00000f6d0100004100000000001404350000000401400039000000200500003900000000005104350000000001030433000000240340003900000000001304350000004403400039000000000001004b0000387b0000613d000000000400001900000000053400190000000006240019000000000606043300000000006504350000002004400039000000000014004b000037190000413d0000324e0000013d0000000b01000029000000000010043f0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001002000029000000010220008a00000f5502200197000e00000002001d000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a0000000d0110014f00000f550010019800002fb10000c13d0000000b01000029000000000010043f0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000e02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d00000012020000290000002002200210000000000101043b000000000301041a00000fb80330019700002ff50000013d00000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000401043b000000400200043d0000008001200039000000400010043f000000600120003900000fb4030000410000000000310435000000400120003900000fb5030000410000000000310435000000200120003900000fb603000041000000000031043500000042030000390000000000320435000900000004001d00000f840040009c0000387d0000813d0000000f0000006b000038b40000c13d000000400300043d0000004001300039000000400010043f00000020023000390000000b01000029000800000002001d00000000001204350000000901000029000700000003001d00000000001304350000001201000029000000000010043f0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000f02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000702000029000000000202043300000f5502200197000000000101043b000000000301041a00000fb903300197000000000223019f00000008030000290000000003030433000000200330021000000fb703300197000000000232019f000000000021041b0000001201000029000000000010043f0000001101000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000001002000029000000010220003900000f5502200197000000000101043b000000000301041a00000fba03300197000000000223019f000000000021041b000000400100043d00000020021000390000000b03000029000000000032043500000011020000290000000000210435000000400200043d0000000001210049000000400110003900000f550010009c00000f5501008041000000600110021000000f550020009c00000f55020080410000004002200210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000121019f00000f7b011001c70000800d02000039000000020300003900000fbb0400004100000012050000293d513d470000040f0000000100200190000000350000613d0000001701000039000000000101041a00000f56011001970000000c0010006c000038240000c13d0000001801000039000000000101041a0000000e0010006b000038240000c13d0000001601000039000000000101041a000000400300043d0000102d020000410000000000230435001100000003001d00000004023000390000000a030000290000000000320435000000400200043d001000000002001d00000f6802000041000000000020044300000f5601100197001200000001001d0000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000001202000029000000040020008c000038240000613d00000010030000290000001102300069000000240220003900000f550030009c00000f5503008041000000400330021000000f550020009c00000f55020080410000006002200210000000000232019f00000f550010009c00000f5501008041000000c001100210000000000121019f00000012020000293d513d470000040f0000000003010019000000600330027000010f550030019d00030000000103550000000100200190000038410000613d000000400100043d0000000d020000290000000000210435000000400200043d0000000001210049000000200110003900000f550010009c00000f5501008041000000600110021000000f550020009c00000f55020080410000004002200210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000121019f00000f7b011001c70000800d0200003900000004030000390000103b040000410000000a050000290000000c060000290000000e070000293d513d470000040f0000000100200190000000350000613d000026980000013d00000f55023001970000001f0420018f00000f6b032001980000384b0000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000036004b000038470000c13d000000000004004b000038580000613d000000000131034f0000000304400210000000000503043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000130435000000600120021000003d5300010430000000400400043d00000f6d0100004100000000001404350000000401400039000000200500003900000000005104350000000001030433000000240340003900000000001304350000004403400039000000000001004b0000387b0000613d000000000400001900000000053400190000000006240019000000000606043300000000006504350000002004400039000000000014004b000038670000413d0000324e0000013d000000400400043d00000f6d0100004100000000001404350000000401400039000000200500003900000000005104350000000001030433000000240340003900000000001304350000004403400039000000000001004b000038ab0000c13d0000001f01100039000021780000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b0000388a0000413d000021740000013d00000f55023001970000001f0420018f00000f6b032001980000389c0000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000036004b000038980000c13d000000000004004b000038a90000613d000000000131034f0000000304400210000000000503043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000130435000000600120021000003d5300010430000000000400001900000000053400190000000006240019000000000606043300000000006504350000002004400039000000000014004b000038ac0000413d0000324e0000013d0000001201000029000000000010043f0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001002000029000000010220008a00000f5502200197000800000002001d000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a000000090110014f00000f5500100198000037820000c13d0000001201000029000000000010043f0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000802000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000b020000290000002002200210000000000101043b000000000301041a00000fb803300197000037c60000013d000000040020006b0000000004000019000038fe0000213d00000004012000fa00000f76041000d100000000011400d900000f760010009c00003a680000c13d000000400100043d0000004002100039000000400020043f000000200210003900000f7505000041000000000052043500000000003104350000000e010000290000000303100039000000000503041a000000400200043d0000004001200039000000400010043f000000200120003900000f770600004100000000006104350000001b06000039000000000062043500000012044000fa000000000045001a00003b820000413d0000000001450019000000000013041b0000007a01000039000000000101041a000000ff00100190000039a00000c13d00000f7201000041000000000010044300000000010004140000307e0000013d00000f55023001970000001f0420018f00000f6b03200198000039270000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000036004b000039230000c13d000000000004004b000039340000613d000000000131034f0000000304400210000000000503043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000130435000000600120021000003d5300010430000000030020006b00000000040000190000393e0000213d00000003012000fa00000f76041000d100000000011400d900000f760010009c00003a680000c13d000000400100043d0000004002100039000000400020043f000000200210003900000f7505000041000000000052043500000000003104350000000f010000290000000303100039000000000503041a000000400200043d0000004001200039000000400010043f000000200120003900000f770600004100000000006104350000001b06000039000000000062043500000011044000fa000000000045001a00003b970000413d0000000001450019000000000013041b0000007a01000039000000000101041a000000ff00100190000039a40000c13d00000f720100004100000000001004430000000001000414000032180000013d000000400400043d00000f6d0100004100000000001404350000000401400039000000200500003900000000005104350000000001030433000000240340003900000000001304350000004403400039000000000001004b0000387b0000613d000000000400001900000000053400190000000006240019000000000606043300000000006504350000002004400039000000000014004b0000396a0000413d0000324e0000013d000000400400043d00000f6d0100004100000000001404350000000401400039000000200500003900000000005104350000000001030433000000240340003900000000001304350000004403400039000000000001004b0000387b0000613d000000000400001900000000053400190000000006240019000000000606043300000000006504350000002004400039000000000014004b0000397f0000413d0000324e0000013d00000f55023001970000001f0420018f00000f6b03200198000039910000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000036004b0000398d0000c13d000000000004004b0000399e0000613d000000000131034f0000000304400210000000000503043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000130435000000600120021000003d530001043000000f7001000041000000000010044300000000010004140000307e0000013d00000f700100004100000000001004430000000001000414000032180000013d000000400100043d00000064021000390000102903000041000000000032043500000044021000390000102a0300004100000000003204350000002402100039000000270300003900000bcd0000013d001000110000002d000034680000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000039c10000413d000021740000013d00000f6d0400004100000000004204350000000404200039000000200500003900000000005404350000000003030433000000240420003900000000003404350000004402200039000000000003004b000012400000613d000000000400001900000000052400190000000006140019000000000606043300000000006504350000002004400039000000000034004b000039d50000413d0000123d0000013d0000000001000019000039e30000613d00000000012400a900000000034100d9000000000023004b00003a680000c13d000000400200043d0000004003200039000000400030043f000000200320003900000f750400004100000000004304350000001a03000039000000000032043500000f760110012a0000000502000029000000000012041b0000000501000039000000000101041a0000000702000029000000000202041a000000000112013f00000f560010019800003ca40000c13d0000000b01000029000000000010043f0000000f01000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000301041a000000400200043d0000006001200039000000400010043f00000040012000390000102b04000041000000000041043500000020012000390000102c0400004100000000004104350000002b0400003900000000004204350000000d0400002900000fb00040009c00003bac0000813d00120f560030019c00003ca40000613d0000001201000029000000000010043f0000001101000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a001000000001001d000f0f550010019c001100000000001d00003a450000613d0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001002000029000000010220008a00000f5502200197000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a000000200110027000110f850010019b000000400200043d0000006001200039000000400010043f000000400120003900000fb2030000410000000000310435000000200120003900000fb30300004100000000003104350000002c0300003900000000003204350000001104000029000a000d0040007400003bc10000813d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00003a600000413d000021740000013d000000400100043d0000006402100039000010380300004100000000003204350000004402100039000010390300004100000000003204350000002402100039000000210300003900000bcd0000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00003a7f0000413d000021740000013d000000400400043d00000f6d0200004100000000002404350000000402400039000000200500003900000000005204350000000002030433000000240340003900000000002304350000004403400039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00003a940000413d000021740000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00003aa90000413d000021740000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00003abe0000413d000021740000013d00000f6d0400004100000000004204350000000404200039000000200500003900000000005404350000000001010433000000240420003900000000001404350000004402200039000000000001004b0000273a0000613d000000000400001900000000052400190000000006340019000000000606043300000000006504350000002004400039000000000014004b00003ad20000413d000027370000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00003ae70000413d000021740000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00003afc0000413d000021740000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00003b110000413d000021740000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00003b260000413d000021740000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00003b3b0000413d000021740000013d00000f6d03000041000000100500002900000000003504350000000403500039000000200400003900000000004304350000000002020433000000240350003900000000002304350000004403500039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00003b500000413d000021740000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00003b650000413d000021740000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00003b7a0000413d000021740000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00003b8f0000413d000021740000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00003ba40000413d000021740000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00003bb90000413d000021740000013d0000007a01000039000000000101041a000000ff0010019000003bd20000c13d00000f72010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000300000001001d000000400200043d0000008001200039000000400010043f000000600120003900000fb4030000410000000000310435000000400120003900000fb5030000410000000000310435000000200120003900000fb603000041000000000031043500000042030000390000000000320435000000030300002900000f840030009c00003c2b0000813d0000000f0000006b00003c400000613d0000001201000029000000000010043f0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001002000029000000010220008a00000f5502200197000900000002001d000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a000000030110014f00000f550010019800003c400000c13d0000001201000029000000000010043f0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000902000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000a04000029000000200240021000000fb702200197000000000101043b000000000301041a00000fb803300197000000000223019f000000000021041b000a0f850040019b00003c870000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00003c380000413d000021740000013d000000400200043d0000004001200039000000400010043f0000000301000029000800000002001d00000000021204360000000a0100002900000f8501100197000a00000001001d000900000002001d00000000001204350000001201000029000000000010043f0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000f02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000802000029000000000202043300000f5502200197000000000101043b000000000301041a00000fb903300197000000000223019f00000009030000290000000003030433000000200330021000000fb703300197000000000232019f000000000021041b0000001201000029000000000010043f0000001101000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000001002000029000000010220003900000f5502200197000000000101043b000000000301041a00000fba03300197000000000223019f000000000021041b000000400100043d00000020021000390000000a03000029000000000032043500000011020000290000000000210435000000400200043d0000000001210049000000400110003900000f550010009c00000f5501008041000000600110021000000f550020009c00000f55020080410000004002200210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000121019f00000f7b011001c70000800d02000039000000020300003900000fbb0400004100000012050000293d513d470000040f0000000100200190000000350000613d0000001701000039000000000101041a00000f56011001970000000c0010006c00003ce30000c13d0000001801000039000000000101041a0000000e0010006b00003ce30000c13d0000001601000039000000000101041a000000400300043d0000102d020000410000000000230435001100000003001d00000004023000390000000b030000290000000000320435000000400200043d001000000002001d00000f6802000041000000000020044300000f5601100197001200000001001d0000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000001202000029000000040020008c00003ce30000613d00000010030000290000001102300069000000240220003900000f550030009c00000f5503008041000000400330021000000f550020009c00000f55020080410000006002200210000000000232019f00000f550010009c00000f5501008041000000c001100210000000000121019f00000012020000293d513d470000040f0000000003010019000000600330027000010f550030019d0003000000010355000000010020019000003d180000613d000000400100043d00000004020000290000000000210435000000400200043d0000000001210049000000200110003900000f550010009c00000f5501008041000000600110021000000f550020009c00000f55020080410000004002200210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000121019f00000f7b011001c70000800d02000039000000040300003900000fe0040000410000000b050000290000000c060000290000000e070000293d513d470000040f0000000100200190000000350000613d000000400100043d0000000d020000290000000000210435000000400200043d0000000001210049000000200110003900000f550010009c00000f5501008041000000600110021000000f550020009c00000f55020080410000004002200210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000121019f00000f7b011001c70000800d0200003900000004030000390000102e040000410000000b050000290000383b0000013d000000000001042f00000f55023001970000001f0420018f00000f6b0320019800003d220000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000036004b00003d1e0000c13d000000000004004b00003d2f0000613d000000000131034f0000000304400210000000000503043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000130435000000600120021000003d5300010430000000000001042f00000f550010009c00000f5501008041000000400110021000000f550020009c00000f55020080410000006002200210000000000112019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000112019f00000f7b011001c700008010020000393d513d4c0000040f000000010020019000003d450000613d000000000101043b000000000001042d000000000100001900003d530001043000003d4a002104210000000102000039000000000001042d0000000002000019000000000001042d00003d4f002104230000000102000039000000000001042d0000000002000019000000000001042d00003d510000043200003d520001042e00003d530001043000000000000000000000000000000000000000000000000000000000ffffffff000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0000000000000000000000000000000000000000000000020000000000000000000000000000004000000100000000000000000092e3500000000000000000000000000000000000000000000000000000000000c7ad089500000000000000000000000000000000000000000000000000000000e7a324dc00000000000000000000000000000000000000000000000000000000f55401620000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000fba1b1f800000000000000000000000000000000000000000000000000000000fba1b1f900000000000000000000000000000000000000000000000000000000fe5a451a00000000000000000000000000000000000000000000000000000000f554016200000000000000000000000000000000000000000000000000000000f851a44000000000000000000000000000000000000000200000008000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff000000000000000000000001000000000000000000000000000000000000000061646428616464726573732c75696e743235362c616464726573732c75696e743235362c75696e7432353629000000000000000000000000000000000000000018c5e8ab000000000000000000000000000000000000000000000000000000001806aa1896bbf26568e884a7374b41e002500962caba6a15023a8d90e8508b83020000020000000000000000000000000000002400000000000000000000000000000000000000000000000000000000000000a4000000e0000000000000000000000000000000000000000000000000000000000000000000000000ffffffe0556e617574686f72697a6564000000000000000000000000000000000000000008c379a00000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000400000000000000000000000000200000000000000000000000000000000000020000000000000000000000000796b89b91644bc98cd93958e4c9038275d622183e25ac5af08cc6b5d95539132020000020000000000000000000000000000000400000000000000000000000042cbb15ccdc3cad6266b0e7a08c0454b23bf29dc2df74b6f3c209e9336465bd170a0823100000000000000000000000000000000000000000000000000000000536166654d6174683a207375627472616374696f6e206f766572666c6f770000536166654d6174683a206469766973696f6e206279207a65726f000000000000000000000000000000000000000000000000000000000000000000e8d4a51000536166654d6174683a206164646974696f6e206f766572666c6f770000000000506f6f6c20616c72656164792061646465640000000000000000000000000000546f6b656e2065786973747320696e206f7468657220706f6f6c000000000000fb66fb4d000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000d7fa4bff1cd2253c0789c3291a786a6f6b1a3b4569a75af683a15d52abb6a0bf416c6c6f6320706f696e7473206d757374206e6f74206265207a65726f00000053746f726520636f6e7472616374206164647265737320697320656d707479007a65726f2061646472657373206e6f7420616c6c6f77656400000000000000000000000000000000000000000000000000000000000000000000000012cc030000000000000000000000000000000000000000000000000000000000e7a324dc00000000000000000000000000000000000000000000000000000000e8f2be6f00000000000000000000000000000000000000000000000000000000f1127ed800000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000ffffffffffffffffffffffff000000000000000000000000000000000000004000000080000000000000000044656c65676174696f6e28616464726573732064656c6567617465652c75696e74323536206e6f6e63652c75696e743235362065787069727929000000000000dae66bbe0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e1d146fa00000000000000000000000000000000000000000000000000000000e1d146fb00000000000000000000000000000000000000000000000000000000e6a69ab800000000000000000000000000000000000000000000000000000000dae66bbe00000000000000000000000000000000000000000000000000000000de0368b20000000000000000000000000000000000000000000000000000000001e133808def9436d6e31b89ed00948ba91d0cb6936eada5154cb1b45b55683fb9e492377265776172642063616e6e6f74206265207a65726f206164647265737300000000000000000000000000000000000000000000640000008000000000000000007072696d6520746f6b656e2063616e6e6f74206265207a65726f2061646472657373000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008400000080000000000000000000000000000000000000000000000000000000000000000000000000c7ad089500000000000000000000000000000000000000000000000000000000cd9b94e700000000000000000000000000000000000000000000000000000000d7ae45e2add8933700000000000000000000000000000000000000000000000000000000b6a5fd2f0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c3c754a700000000000000000000000000000000000000000000000000000000c3c754a800000000000000000000000000000000000000000000000000000000c3cda52000000000000000000000000000000000000000000000000000000000b6a5fd2f00000000000000000000000000000000000000000000000000000000c2102596454950373132446f6d61696e28737472696e67206e616d652c75696e7432353620636861696e49642c6164647265737320766572696679696e67436f6e747261637429000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000430000008000000000000000005856535661756c740000000000000000000000000000000000000000000000000200000000000000000000000000000000000008000000a000000000000000009a8a0592ac89c5ad3bc6df8224c17b485976f597df104ee20d0df415241f670b19010000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a1756500000000000000000000000000000000000000000000000000000000000045434453413a20696e76616c6964207369676e6174757265202773272076616c45434453413a20696e76616c6964207369676e6174757265202776272076616c206e6f6e636500000000000000000000000000000000000000000000000000005856535661756c743a3a64656c656761746542795369673a20696e76616c69646f766572666c6f770000000000000000000000000000000000000000000000005856535661756c743a3a6765745374616b65416d6f756e743a20766f7465732000000000000000000000000000000000000000010000000000000000000000000cc323ffec3ea49cbcddc0de1480978126d350c6a45dff33ad2f1cda6ae992617420756e646572666c6f777300000000000000000000000000000000000000005856535661756c743a3a5f6d6f7665566f7465733a20766f746520616d6f756e74730000000000000000000000000000000000000000000000000000000000006b206e756d626572206f72207365636f6e6420657863656564732033322062695856535661756c743a3a5f7772697465436865636b706f696e743a20626c6f6300000000000000000000000000000000ffffffffffffffffffffffff00000000ffffffffffffffffffffffffffffffff000000000000000000000000ffffffffffffffffffffffffffffffffffffffff00000000000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffff000000006adb589fed1e8542fb7a6b10f00a85e02265e77f9ae3ca8ff93b22983e1af9a074206f766572666c6f777300000000000000000000000000000000000000000072652065787069726564000000000000000000000000000000000000000000005856535661756c743a3a64656c656761746542795369673a207369676e61747545434453413a20696e76616c6964207369676e6174757265000000000000000000000000000000000000000000000000ffffffffffffffffffffffffffffffff736574526577617264416d6f756e74506572426c6f636b4f725365636f6e6428616464726573732c75696e743235362900000000000000000000000000000000f5ab16cc00000000000000000000000000000000000000000000000000000000496e76616c69642072657761726420746f6b656e000000000000000000000000ad96cee0d692f0250b98e085504f399da6733854908215f6203fe3c69366d9f500000000000000000000000000000000000000000000000000000000add8933700000000000000000000000000000000000000000000000000000000b4a0bdf300000000000000000000000000000000000000000000000000000000b4b5ea579e2b6c4d0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a699776100000000000000000000000000000000000000000000000000000000a699776200000000000000000000000000000000000000000000000000000000a9d69a69000000000000000000000000000000000000000000000000000000009e2b6c4d00000000000000000000000000000000000000000000000000000000a09eab7a0000000000000000000000000000000100000000000000000000000000000000416c726561647920696e697469616c697a65642054696d654d616e6167657200496e76616c696420626c6f636b73207065722079656172000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0000496e76616c69642074696d6520626173656420636f6e66696775726174696f6e7365745769746864726177616c4c6f636b696e67506572696f6428616464726573732c75696e743235362c75696e7432353629000000000000000000000000000000000000000000000000000000000000000000000000000000000012cc02ff496e76616c6964206e6577206c6f636b696e6720706572696f640000000000000bcf80c5060ccf99b7a993c57a94b232fc2c5c04bd74c7c7d174595fee6bc31f0000000000000000000000000000000000000000000000000000000092e350000000000000000000000000000000000000000000000000000000000098e1b31b00000000000000000000000000000000000000000000000000000000996cba680000000000000000000000ff0000000000000000000000000000000000000000ffffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffff6bdfd5e51d01475945224d3d37965916fd8df699ef9e8888af4359aa862221609ad99e6800000000000000000000000000000000000000000000000000000000865ca08d59f5cb456e85cd2f7ef63664ea4f73327414e9d8152c4158b0e946455c19a95c0000000000000000000000000000000000000000000000000000000073d025d6000000000000000000000000000000000000000000000000000000007ecebe0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008456cb58000000000000000000000000000000000000000000000000000000008456cb59000000000000000000000000000000000000000000000000000000008ed7333d000000000000000000000000000000000000000000000000000000007ecebe00000000000000000000000000000000000000000000000000000000008308d7e970617573652829000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084000000c000000000000000005661756c7420697320616c726561647920706175736564000000000000000000dffada2889ebfab9224c24069d833f3de835d8cf99872d49e7b7ba5fccb7a46f73657428616464726573732c75696e743235362c75696e7432353629000000006ee09c6cb801194690c195c69f465aaf7c80255cbeafaab9600f47ed79de2ca97374206e6f74206265207a65726f000000000000000000000000000000000000416c6c6f6320706f696e7473207065722072657761726420746f6b656e206d750000000000000000000000000000000000000000000000000000000073d025d600000000000000000000000000000000000000000000000000000000782d6fe1000000000000000000000000000000000000000000000000000000007ac92456696e636f6e73697374656e74207374617465000000000000000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffa9059cbb00000000000000000000000000000000000000000000000000000000e03fe177bb050a40ea1b3ecd64121a3fa063a94b6d404b2f45c64697555efe0ec5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a4706f742073756363656564000000000000000000000000000000000000000000005361666542455032303a204245503230206f7065726174696f6e20646964206ee31da05fae6db869f5ea51f4b638aa6884070b6c87f18f63bd2291a12cb2f5186e6f7468696e6720746f207769746864726177000000000000000000000000002064657465726d696e65640000000000000000000000000000000000000000005856535661756c743a3a6765745072696f72566f7465733a206e6f742079657400000000000000000000000000000000000000000000000000000000fffffffe5ff5631500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006dd77cbc000000000000000000000000000000000000000000000000000000006dd77cbd000000000000000000000000000000000000000000000000000000006fcfff45000000000000000000000000000000000000000000000000000000005ff56315000000000000000000000000000000000000000000000000000000006857249c616c726561647920696e697469616c697a6564000000000000000000000000000200000000000000000000000000000000000080000000800000000000000000559f314bb90394a4a9ceb724f365b36a53587d894352c43d12901fd680101456000000000000000000000000000000000000000000000000000000005c19a95c000000000000000000000000000000000000000000000000000000005c60da1b000000000000000000000000000000000000000000000000000000005f14e7006472657373206973206e6f7420736574000000000000000000000000000000005856535661756c743a3a6765745374616b65416d6f756e743a2078767320616424f52bbf00000000000000000000000000000000000000000000000000000000358ae03600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004298bdbc000000000000000000000000000000000000000000000000000000004298bdbd00000000000000000000000000000000000000000000000000000000587cde1e00000000000000000000000000000000000000000000000000000000358ae036000000000000000000000000000000000000000000000000000000003d4180f90000000000000000000000000000000000000000000000000000000024f52bbf0000000000000000000000000000000000000000000000000000000026782247000000000000000000000000000000000000000000000000000000002eda5c6c115b512f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001d504dc5000000000000000000000000000000000000000000000000000000001d504dc60000000000000000000000000000000000000000000000000000000020606b7000000000000000000000000000000000000000000000000000000000115b512f0000000000000000000000000000000000000000000000000000000019129e5af851a4400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000008000000000000000006e730000000000000000000000000000000000000000000000000000000000006f6e6c792070726f78792061646d696e2063616e206368616e67652062726169c1e80334000000000000000000000000000000000000000000000000000000006368616e6765206e6f7420617574686f72697a656400000000000000000000006f6e6c792061646d696e2063616e000000000000000000000000000000000000020000000000000000000000000000000000004000000080000000000000000066fd58e82f7b31a2a5c30e0888f3093efe4e111b00cd2b0c31fe014601293aa0696e76616c696420616365737320636f6e74726f6c206d616e616765722061646472657373000000000000000000000000000000000000000000000000000000323820626974730000000000000000000000000000000000000000000000000053616665436173743a2076616c756520646f65736e27742066697420696e20316573206f766572666c6f770000000000000000000000000000000000000000005856535661756c743a3a726571756573745769746864726177616c3a20766f7437f23cd30000000000000000000000000000000000000000000000000000000088a254a0ef28a0b9e957ff600beae69870f6f924065147f3627c3f814e60ec1172657175657374656420616d6f756e7420697320696e76616c6964000000000072657175657374656420616d6f756e742063616e6e6f74206265207a65726f0000000000000000000000000000000000000000000000000000000000046f7da2000000000000000000000000000000000000000000000000000000000af13728000000000000000000000000000000000000000000000000000000000efe6a8b5661756c74206973207061757365640000000000000000000000000000000000657865637574652070656e64696e67207769746864726177616c00000000000023b872dd000000000000000000000000000000000000000000000000000000005361666542455032303a2063616c6c20746f206e6f6e2d636f6e7472616374007700000000000000000000000000000000000000000000000000000000000000536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f5856535661756c743a3a6465706f7369743a20766f746573206f766572666c6fdcbc1c05240f31ff3ad067ef1ee35ce4997762752e3a095284754544f4c709d75361666542455032303a206c6f772d6c6576656c2063616c6c206661696c656472652d656e7465726564000000000000000000000000000000000000000000007661756c743a20706f6f6c206578697374733f00000000000000000000000000726573756d652829000000000000000000000000000000000000000000000000d2619572a1464e0df0bb351d834fd47f3350984d7bfdb1ab69cfcb0b8e4214155661756c74206973206e6f742070617573656400000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff000100000000000000000000000000000000000000000000000000000000000000003c0c4c132f752029fa03fb5eaa3719262f876d012596a2ca53305188f490a745",
1798
+ "devdoc": {
1799
+ "author": "Venus",
1800
+ "methods": {
1801
+ "add(address,uint256,address,uint256,uint256)": {
1802
+ "details": "This vault DOES NOT support deflationary tokens — it expects that the amount of transferred tokens would equal the actually deposited amount. In practice this means that this vault DOES NOT support USDT and similar tokens (that do not provide these guarantees).",
1803
+ "params": {
1804
+ "_allocPoint": "Number of allocation points assigned to this pool",
1805
+ "_lockPeriod": "A period between withdrawal request and a moment when it's executable",
1806
+ "_rewardPerBlockOrSecond": "Initial reward per block or second, in terms of _rewardToken",
1807
+ "_rewardToken": "Reward token address",
1808
+ "_token": "Staked token"
1809
+ }
1810
+ },
1811
+ "claim(address,address,uint256)": {
1812
+ "params": {
1813
+ "_account": "The account for which to claim rewards",
1814
+ "_pid": "The Pool Index",
1815
+ "_rewardToken": "The Reward Token Address"
1816
+ }
1817
+ },
1818
+ "delegate(address)": {
1819
+ "params": {
1820
+ "delegatee": "The address to delegate votes to"
1821
+ }
1822
+ },
1823
+ "delegateBySig(address,uint256,uint256,uint8,bytes32,bytes32)": {
1824
+ "params": {
1825
+ "delegatee": "The address to delegate votes to",
1826
+ "expiry": "The time at which to expire the signature",
1827
+ "nonce": "The contract state required to match the signature",
1828
+ "r": "Half of the ECDSA signature pair",
1829
+ "s": "Half of the ECDSA signature pair",
1830
+ "v": "The recovery byte of the signature"
1831
+ }
1832
+ },
1833
+ "deposit(address,uint256,uint256)": {
1834
+ "params": {
1835
+ "_amount": "The amount to deposit to vault",
1836
+ "_pid": "The Pool Index",
1837
+ "_rewardToken": "The Reward Token Address"
1838
+ }
1839
+ },
1840
+ "executeWithdrawal(address,uint256)": {
1841
+ "params": {
1842
+ "_pid": "The Pool Index",
1843
+ "_rewardToken": "The Reward Token Address"
1844
+ }
1845
+ },
1846
+ "getBlockNumberOrTimestamp()": {
1847
+ "details": "Function to simply retrieve block number or block timestamp",
1848
+ "return": "Current block number or block timestamp"
1849
+ },
1850
+ "getCurrentVotes(address)": {
1851
+ "params": {
1852
+ "account": "The address to get votes balance"
1853
+ },
1854
+ "return": "The number of current votes for `account`"
1855
+ },
1856
+ "getEligibleWithdrawalAmount(address,uint256,address)": {
1857
+ "params": {
1858
+ "_pid": "The Pool Index",
1859
+ "_rewardToken": "The Reward Token Address",
1860
+ "_user": "The User Address"
1861
+ },
1862
+ "return": "withdrawalAmount Amount that the user can withdraw"
1863
+ },
1864
+ "getPriorVotes(address,uint256)": {
1865
+ "params": {
1866
+ "account": "The address of the account to check",
1867
+ "blockNumberOrSecond": "The block number or second to get the vote balance at"
1868
+ },
1869
+ "return": "The balance that user staked"
1870
+ },
1871
+ "getRequestedAmount(address,uint256,address)": {
1872
+ "params": {
1873
+ "_pid": "The Pool Index",
1874
+ "_rewardToken": "The Reward Token Address",
1875
+ "_user": "The User Address"
1876
+ },
1877
+ "return": "Total amount of requested but not yet executed withdrawals (including both executable and locked ones)"
1878
+ },
1879
+ "getUserInfo(address,uint256,address)": {
1880
+ "params": {
1881
+ "_pid": "Pool index",
1882
+ "_rewardToken": "Reward token address",
1883
+ "_user": "User address"
1884
+ },
1885
+ "return": "amount Deposited amountrewardDebt Reward debt (technical value used to track past payouts)pendingWithdrawals Requested but not yet executed withdrawals"
1886
+ },
1887
+ "getWithdrawalRequests(address,uint256,address)": {
1888
+ "params": {
1889
+ "_pid": "The Pool Index",
1890
+ "_rewardToken": "The Reward Token Address",
1891
+ "_user": "The User Address"
1892
+ },
1893
+ "return": "An array of withdrawal requests"
1894
+ },
1895
+ "initializeTimeManager(bool,uint256)": {
1896
+ "details": "Initializes the contract to use either blocks or seconds",
1897
+ "params": {
1898
+ "blocksPerYear_": "The number of blocks per year",
1899
+ "timeBased_": "A boolean indicating whether the contract is based on time or block If timeBased is true than blocksPerYear_ param is ignored as blocksOrSecondsPerYear is set to SECONDS_PER_YEAR"
1900
+ }
1901
+ },
1902
+ "pendingReward(address,uint256,address)": {
1903
+ "params": {
1904
+ "_pid": "Pool index",
1905
+ "_rewardToken": "Reward token address",
1906
+ "_user": "User address"
1907
+ },
1908
+ "return": "Reward the user is eligible for in this pool, in terms of _rewardToken"
1909
+ },
1910
+ "pendingWithdrawalsBeforeUpgrade(address,uint256,address)": {
1911
+ "params": {
1912
+ "_pid": "The Pool Index",
1913
+ "_rewardToken": "The Reward Token Address",
1914
+ "_user": "The address of the user"
1915
+ },
1916
+ "return": "beforeUpgradeWithdrawalAmount Total pending withdrawal amount in requests made before the vault upgrade"
1917
+ },
1918
+ "poolLength(address)": {
1919
+ "params": {
1920
+ "rewardToken": "Reward token address"
1921
+ },
1922
+ "return": "Number of pools that distribute the specified token as a reward"
1923
+ },
1924
+ "requestWithdrawal(address,uint256,uint256)": {
1925
+ "params": {
1926
+ "_amount": "The amount to withdraw from the vault",
1927
+ "_pid": "The Pool Index",
1928
+ "_rewardToken": "The Reward Token Address"
1929
+ }
1930
+ },
1931
+ "rewardTokenAmountsPerBlock(address)": {
1932
+ "params": {
1933
+ "_rewardToken": "Reward token address"
1934
+ },
1935
+ "return": "Number of reward tokens created per block or second"
1936
+ },
1937
+ "set(address,uint256,uint256)": {
1938
+ "params": {
1939
+ "_allocPoint": "Number of allocation points assigned to this pool",
1940
+ "_pid": "Pool index",
1941
+ "_rewardToken": "Reward token address"
1942
+ }
1943
+ },
1944
+ "setAccessControl(address)": {
1945
+ "details": "Admin function to set the access control address",
1946
+ "params": {
1947
+ "newAccessControlAddress": "New address for the access control"
1948
+ }
1949
+ },
1950
+ "setPrimeToken(address,address,uint256)": {
1951
+ "params": {
1952
+ "_primePoolId": "pool id for reward",
1953
+ "_primeRewardToken": "address of reward token",
1954
+ "_primeToken": "address of the prime token contract"
1955
+ }
1956
+ },
1957
+ "setRewardAmountPerBlockOrSecond(address,uint256)": {
1958
+ "params": {
1959
+ "_rewardAmount": "Number of allocation points assigned to this pool",
1960
+ "_rewardToken": "Reward token address"
1961
+ }
1962
+ },
1963
+ "setWithdrawalLockingPeriod(address,uint256,uint256)": {
1964
+ "params": {
1965
+ "_newPeriod": "New lock period",
1966
+ "_pid": "Pool index",
1967
+ "_rewardToken": "Reward token address"
1968
+ }
1969
+ },
1970
+ "updatePool(address,uint256)": {
1971
+ "params": {
1972
+ "_pid": "Pool index",
1973
+ "_rewardToken": "Reward token address"
1974
+ }
1975
+ }
1976
+ },
1977
+ "title": "XVS Vault"
1978
+ },
1979
+ "userdoc": {
1980
+ "methods": {
1981
+ "_become(address)": {
1982
+ "notice": "* Admin Functions **"
1983
+ },
1984
+ "accessControlManager()": {
1985
+ "notice": "Returns the address of the access control manager contract"
1986
+ },
1987
+ "add(address,uint256,address,uint256,uint256)": {
1988
+ "notice": "Add a new token pool"
1989
+ },
1990
+ "claim(address,address,uint256)": {
1991
+ "notice": "Claim rewards for pool"
1992
+ },
1993
+ "constructor": "XVSVault constructor",
1994
+ "delegate(address)": {
1995
+ "notice": "Delegate votes from `msg.sender` to `delegatee`"
1996
+ },
1997
+ "delegateBySig(address,uint256,uint256,uint8,bytes32,bytes32)": {
1998
+ "notice": "Delegates votes from signatory to `delegatee`"
1999
+ },
2000
+ "deposit(address,uint256,uint256)": {
2001
+ "notice": "Deposit XVSVault for XVS allocation"
2002
+ },
2003
+ "executeWithdrawal(address,uint256)": {
2004
+ "notice": "Execute withdrawal to XVSVault for XVS allocation"
2005
+ },
2006
+ "getCurrentVotes(address)": {
2007
+ "notice": "Gets the current votes balance for `account`"
2008
+ },
2009
+ "getEligibleWithdrawalAmount(address,uint256,address)": {
2010
+ "notice": "Get unlocked withdrawal amount"
2011
+ },
2012
+ "getPriorVotes(address,uint256)": {
2013
+ "notice": "Determine the xvs stake balance for an account"
2014
+ },
2015
+ "getRequestedAmount(address,uint256,address)": {
2016
+ "notice": "Get requested amount"
2017
+ },
2018
+ "getUserInfo(address,uint256,address)": {
2019
+ "notice": "Get user info with reward token address and pid"
2020
+ },
2021
+ "getWithdrawalRequests(address,uint256,address)": {
2022
+ "notice": "Returns the array of withdrawal requests that have not been executed yet"
2023
+ },
2024
+ "pause()": {
2025
+ "notice": "Pauses vault"
2026
+ },
2027
+ "pendingReward(address,uint256,address)": {
2028
+ "notice": "View function to see pending XVSs on frontend"
2029
+ },
2030
+ "pendingWithdrawalsBeforeUpgrade(address,uint256,address)": {
2031
+ "notice": "Gets the total pending withdrawal amount of a user before upgrade"
2032
+ },
2033
+ "poolLength(address)": {
2034
+ "notice": "Returns the number of pools with the specified reward token"
2035
+ },
2036
+ "requestWithdrawal(address,uint256,uint256)": {
2037
+ "notice": "Request withdrawal to XVSVault for XVS allocation"
2038
+ },
2039
+ "resume()": {
2040
+ "notice": "Resume vault"
2041
+ },
2042
+ "rewardTokenAmountsPerBlock(address)": {
2043
+ "notice": "Returns the number of reward tokens created per block or second"
2044
+ },
2045
+ "set(address,uint256,uint256)": {
2046
+ "notice": "Update the given pool's reward allocation point"
2047
+ },
2048
+ "setAccessControl(address)": {
2049
+ "notice": "Sets the address of the access control of this contract"
2050
+ },
2051
+ "setPrimeToken(address,address,uint256)": {
2052
+ "notice": "Sets the address of the prime token contract"
2053
+ },
2054
+ "setRewardAmountPerBlockOrSecond(address,uint256)": {
2055
+ "notice": "Update the given reward token's amount per block or second"
2056
+ },
2057
+ "setWithdrawalLockingPeriod(address,uint256,uint256)": {
2058
+ "notice": "Update the lock period after which a requested withdrawal can be executed"
2059
+ },
2060
+ "updatePool(address,uint256)": {
2061
+ "notice": "Update reward variables of the given pool to be up-to-date"
2062
+ }
2063
+ },
2064
+ "notice": "The XVS Vault allows XVS holders to lock their XVS to recieve voting rights in Venus governance and are rewarded with XVS."
2065
+ },
2066
+ "storageLayout": {
2067
+ "storage": [
2068
+ {
2069
+ "astId": 39502,
2070
+ "contract": "contracts/XVSVault/XVSVault.sol:XVSVault",
2071
+ "label": "admin",
2072
+ "offset": 0,
2073
+ "slot": "0",
2074
+ "type": "t_address"
2075
+ },
2076
+ {
2077
+ "astId": 39504,
2078
+ "contract": "contracts/XVSVault/XVSVault.sol:XVSVault",
2079
+ "label": "pendingAdmin",
2080
+ "offset": 0,
2081
+ "slot": "1",
2082
+ "type": "t_address"
2083
+ },
2084
+ {
2085
+ "astId": 39506,
2086
+ "contract": "contracts/XVSVault/XVSVault.sol:XVSVault",
2087
+ "label": "implementation",
2088
+ "offset": 0,
2089
+ "slot": "2",
2090
+ "type": "t_address"
2091
+ },
2092
+ {
2093
+ "astId": 39508,
2094
+ "contract": "contracts/XVSVault/XVSVault.sol:XVSVault",
2095
+ "label": "pendingXVSVaultImplementation",
2096
+ "offset": 0,
2097
+ "slot": "3",
2098
+ "type": "t_address"
2099
+ },
2100
+ {
2101
+ "astId": 39513,
2102
+ "contract": "contracts/XVSVault/XVSVault.sol:XVSVault",
2103
+ "label": "_notEntered",
2104
+ "offset": 20,
2105
+ "slot": "3",
2106
+ "type": "t_bool"
2107
+ },
2108
+ {
2109
+ "astId": 39515,
2110
+ "contract": "contracts/XVSVault/XVSVault.sol:XVSVault",
2111
+ "label": "xvsStore",
2112
+ "offset": 0,
2113
+ "slot": "4",
2114
+ "type": "t_address"
2115
+ },
2116
+ {
2117
+ "astId": 39517,
2118
+ "contract": "contracts/XVSVault/XVSVault.sol:XVSVault",
2119
+ "label": "xvsAddress",
2120
+ "offset": 0,
2121
+ "slot": "5",
2122
+ "type": "t_address"
2123
+ },
2124
+ {
2125
+ "astId": 39521,
2126
+ "contract": "contracts/XVSVault/XVSVault.sol:XVSVault",
2127
+ "label": "rewardTokenAmountsPerBlockOrSecond",
2128
+ "offset": 0,
2129
+ "slot": "6",
2130
+ "type": "t_mapping(t_address,t_uint256)"
2131
+ },
2132
+ {
2133
+ "astId": 39554,
2134
+ "contract": "contracts/XVSVault/XVSVault.sol:XVSVault",
2135
+ "label": "userInfos",
2136
+ "offset": 0,
2137
+ "slot": "7",
2138
+ "type": "t_mapping(t_address,t_mapping(t_uint256,t_mapping(t_address,t_struct(UserInfo)39528_storage)))"
2139
+ },
2140
+ {
2141
+ "astId": 39559,
2142
+ "contract": "contracts/XVSVault/XVSVault.sol:XVSVault",
2143
+ "label": "poolInfos",
2144
+ "offset": 0,
2145
+ "slot": "8",
2146
+ "type": "t_mapping(t_address,t_array(t_struct(PoolInfo)39539_storage)dyn_storage)"
2147
+ },
2148
+ {
2149
+ "astId": 39563,
2150
+ "contract": "contracts/XVSVault/XVSVault.sol:XVSVault",
2151
+ "label": "totalAllocPoints",
2152
+ "offset": 0,
2153
+ "slot": "9",
2154
+ "type": "t_mapping(t_address,t_uint256)"
2155
+ },
2156
+ {
2157
+ "astId": 39572,
2158
+ "contract": "contracts/XVSVault/XVSVault.sol:XVSVault",
2159
+ "label": "withdrawalRequests",
2160
+ "offset": 0,
2161
+ "slot": "10",
2162
+ "type": "t_mapping(t_address,t_mapping(t_uint256,t_mapping(t_address,t_array(t_struct(WithdrawalRequest)39546_storage)dyn_storage)))"
2163
+ },
2164
+ {
2165
+ "astId": 39576,
2166
+ "contract": "contracts/XVSVault/XVSVault.sol:XVSVault",
2167
+ "label": "__oldDelegatesSlot",
2168
+ "offset": 0,
2169
+ "slot": "11",
2170
+ "type": "t_mapping(t_address,t_address)"
2171
+ },
2172
+ {
2173
+ "astId": 39587,
2174
+ "contract": "contracts/XVSVault/XVSVault.sol:XVSVault",
2175
+ "label": "__oldCheckpointsSlot",
2176
+ "offset": 0,
2177
+ "slot": "12",
2178
+ "type": "t_mapping(t_address,t_mapping(t_uint32,t_struct(Checkpoint)39581_storage))"
2179
+ },
2180
+ {
2181
+ "astId": 39591,
2182
+ "contract": "contracts/XVSVault/XVSVault.sol:XVSVault",
2183
+ "label": "__oldNumCheckpointsSlot",
2184
+ "offset": 0,
2185
+ "slot": "13",
2186
+ "type": "t_mapping(t_address,t_uint32)"
2187
+ },
2188
+ {
2189
+ "astId": 39595,
2190
+ "contract": "contracts/XVSVault/XVSVault.sol:XVSVault",
2191
+ "label": "nonces",
2192
+ "offset": 0,
2193
+ "slot": "14",
2194
+ "type": "t_mapping(t_address,t_uint256)"
2195
+ },
2196
+ {
2197
+ "astId": 39612,
2198
+ "contract": "contracts/XVSVault/XVSVault.sol:XVSVault",
2199
+ "label": "delegates",
2200
+ "offset": 0,
2201
+ "slot": "15",
2202
+ "type": "t_mapping(t_address,t_address)"
2203
+ },
2204
+ {
2205
+ "astId": 39618,
2206
+ "contract": "contracts/XVSVault/XVSVault.sol:XVSVault",
2207
+ "label": "checkpoints",
2208
+ "offset": 0,
2209
+ "slot": "16",
2210
+ "type": "t_mapping(t_address,t_mapping(t_uint32,t_struct(Checkpoint)39581_storage))"
2211
+ },
2212
+ {
2213
+ "astId": 39622,
2214
+ "contract": "contracts/XVSVault/XVSVault.sol:XVSVault",
2215
+ "label": "numCheckpoints",
2216
+ "offset": 0,
2217
+ "slot": "17",
2218
+ "type": "t_mapping(t_address,t_uint32)"
2219
+ },
2220
+ {
2221
+ "astId": 39628,
2222
+ "contract": "contracts/XVSVault/XVSVault.sol:XVSVault",
2223
+ "label": "totalPendingWithdrawals",
2224
+ "offset": 0,
2225
+ "slot": "18",
2226
+ "type": "t_mapping(t_address,t_mapping(t_uint256,t_uint256))"
2227
+ },
2228
+ {
2229
+ "astId": 39630,
2230
+ "contract": "contracts/XVSVault/XVSVault.sol:XVSVault",
2231
+ "label": "vaultPaused",
2232
+ "offset": 0,
2233
+ "slot": "19",
2234
+ "type": "t_bool"
2235
+ },
2236
+ {
2237
+ "astId": 39634,
2238
+ "contract": "contracts/XVSVault/XVSVault.sol:XVSVault",
2239
+ "label": "isStakedToken",
2240
+ "offset": 0,
2241
+ "slot": "20",
2242
+ "type": "t_mapping(t_address,t_bool)"
2243
+ },
2244
+ {
2245
+ "astId": 39640,
2246
+ "contract": "contracts/XVSVault/XVSVault.sol:XVSVault",
2247
+ "label": "pendingRewardTransfers",
2248
+ "offset": 0,
2249
+ "slot": "21",
2250
+ "type": "t_mapping(t_address,t_mapping(t_address,t_uint256))"
2251
+ },
2252
+ {
2253
+ "astId": 39642,
2254
+ "contract": "contracts/XVSVault/XVSVault.sol:XVSVault",
2255
+ "label": "primeToken",
2256
+ "offset": 0,
2257
+ "slot": "22",
2258
+ "type": "t_contract(IPrime)12174"
2259
+ },
2260
+ {
2261
+ "astId": 39644,
2262
+ "contract": "contracts/XVSVault/XVSVault.sol:XVSVault",
2263
+ "label": "primeRewardToken",
2264
+ "offset": 0,
2265
+ "slot": "23",
2266
+ "type": "t_address"
2267
+ },
2268
+ {
2269
+ "astId": 39646,
2270
+ "contract": "contracts/XVSVault/XVSVault.sol:XVSVault",
2271
+ "label": "primePoolId",
2272
+ "offset": 0,
2273
+ "slot": "24",
2274
+ "type": "t_uint256"
2275
+ },
2276
+ {
2277
+ "astId": 39650,
2278
+ "contract": "contracts/XVSVault/XVSVault.sol:XVSVault",
2279
+ "label": "__gap",
2280
+ "offset": 0,
2281
+ "slot": "25",
2282
+ "type": "t_array(t_uint256)46_storage"
2283
+ },
2284
+ {
2285
+ "astId": 4,
2286
+ "contract": "contracts/XVSVault/XVSVault.sol:XVSVault",
2287
+ "label": "_accessControlManager",
2288
+ "offset": 0,
2289
+ "slot": "71",
2290
+ "type": "t_contract(IAccessControlManagerV5)1917"
2291
+ },
2292
+ {
2293
+ "astId": 8,
2294
+ "contract": "contracts/XVSVault/XVSVault.sol:XVSVault",
2295
+ "label": "__gap",
2296
+ "offset": 0,
2297
+ "slot": "72",
2298
+ "type": "t_array(t_uint256)49_storage"
2299
+ },
2300
+ {
2301
+ "astId": 1924,
2302
+ "contract": "contracts/XVSVault/XVSVault.sol:XVSVault",
2303
+ "label": "blocksOrSecondsPerYear",
2304
+ "offset": 0,
2305
+ "slot": "121",
2306
+ "type": "t_uint256"
2307
+ },
2308
+ {
2309
+ "astId": 1926,
2310
+ "contract": "contracts/XVSVault/XVSVault.sol:XVSVault",
2311
+ "label": "isTimeBased",
2312
+ "offset": 0,
2313
+ "slot": "122",
2314
+ "type": "t_bool"
2315
+ },
2316
+ {
2317
+ "astId": 1928,
2318
+ "contract": "contracts/XVSVault/XVSVault.sol:XVSVault",
2319
+ "label": "isInitialized",
2320
+ "offset": 1,
2321
+ "slot": "122",
2322
+ "type": "t_bool"
2323
+ },
2324
+ {
2325
+ "astId": 1930,
2326
+ "contract": "contracts/XVSVault/XVSVault.sol:XVSVault",
2327
+ "label": "__deprecatedSlot1",
2328
+ "offset": 2,
2329
+ "slot": "122",
2330
+ "type": "t_bytes8"
2331
+ },
2332
+ {
2333
+ "astId": 1934,
2334
+ "contract": "contracts/XVSVault/XVSVault.sol:XVSVault",
2335
+ "label": "__gap",
2336
+ "offset": 0,
2337
+ "slot": "123",
2338
+ "type": "t_array(t_uint256)48_storage"
2339
+ }
2340
+ ],
2341
+ "types": {
2342
+ "t_address": {
2343
+ "encoding": "inplace",
2344
+ "label": "address",
2345
+ "numberOfBytes": "20"
2346
+ },
2347
+ "t_array(t_struct(PoolInfo)39539_storage)dyn_storage": {
2348
+ "base": "t_struct(PoolInfo)39539_storage",
2349
+ "encoding": "dynamic_array",
2350
+ "label": "struct XVSVaultStorageV1.PoolInfo[]",
2351
+ "numberOfBytes": "32"
2352
+ },
2353
+ "t_array(t_struct(WithdrawalRequest)39546_storage)dyn_storage": {
2354
+ "base": "t_struct(WithdrawalRequest)39546_storage",
2355
+ "encoding": "dynamic_array",
2356
+ "label": "struct XVSVaultStorageV1.WithdrawalRequest[]",
2357
+ "numberOfBytes": "32"
2358
+ },
2359
+ "t_array(t_uint256)46_storage": {
2360
+ "base": "t_uint256",
2361
+ "encoding": "inplace",
2362
+ "label": "uint256[46]",
2363
+ "numberOfBytes": "1472"
2364
+ },
2365
+ "t_array(t_uint256)48_storage": {
2366
+ "base": "t_uint256",
2367
+ "encoding": "inplace",
2368
+ "label": "uint256[48]",
2369
+ "numberOfBytes": "1536"
2370
+ },
2371
+ "t_array(t_uint256)49_storage": {
2372
+ "base": "t_uint256",
2373
+ "encoding": "inplace",
2374
+ "label": "uint256[49]",
2375
+ "numberOfBytes": "1568"
2376
+ },
2377
+ "t_bool": {
2378
+ "encoding": "inplace",
2379
+ "label": "bool",
2380
+ "numberOfBytes": "1"
2381
+ },
2382
+ "t_bytes8": {
2383
+ "encoding": "inplace",
2384
+ "label": "bytes8",
2385
+ "numberOfBytes": "8"
2386
+ },
2387
+ "t_contract(IAccessControlManagerV5)1917": {
2388
+ "encoding": "inplace",
2389
+ "label": "contract IAccessControlManagerV5",
2390
+ "numberOfBytes": "20"
2391
+ },
2392
+ "t_contract(IBEP20)32904": {
2393
+ "encoding": "inplace",
2394
+ "label": "contract IBEP20",
2395
+ "numberOfBytes": "20"
2396
+ },
2397
+ "t_contract(IPrime)12174": {
2398
+ "encoding": "inplace",
2399
+ "label": "contract IPrime",
2400
+ "numberOfBytes": "20"
2401
+ },
2402
+ "t_mapping(t_address,t_address)": {
2403
+ "encoding": "mapping",
2404
+ "key": "t_address",
2405
+ "label": "mapping(address => address)",
2406
+ "numberOfBytes": "32",
2407
+ "value": "t_address"
2408
+ },
2409
+ "t_mapping(t_address,t_array(t_struct(PoolInfo)39539_storage)dyn_storage)": {
2410
+ "encoding": "mapping",
2411
+ "key": "t_address",
2412
+ "label": "mapping(address => struct XVSVaultStorageV1.PoolInfo[])",
2413
+ "numberOfBytes": "32",
2414
+ "value": "t_array(t_struct(PoolInfo)39539_storage)dyn_storage"
2415
+ },
2416
+ "t_mapping(t_address,t_array(t_struct(WithdrawalRequest)39546_storage)dyn_storage)": {
2417
+ "encoding": "mapping",
2418
+ "key": "t_address",
2419
+ "label": "mapping(address => struct XVSVaultStorageV1.WithdrawalRequest[])",
2420
+ "numberOfBytes": "32",
2421
+ "value": "t_array(t_struct(WithdrawalRequest)39546_storage)dyn_storage"
2422
+ },
2423
+ "t_mapping(t_address,t_bool)": {
2424
+ "encoding": "mapping",
2425
+ "key": "t_address",
2426
+ "label": "mapping(address => bool)",
2427
+ "numberOfBytes": "32",
2428
+ "value": "t_bool"
2429
+ },
2430
+ "t_mapping(t_address,t_mapping(t_address,t_uint256))": {
2431
+ "encoding": "mapping",
2432
+ "key": "t_address",
2433
+ "label": "mapping(address => mapping(address => uint256))",
2434
+ "numberOfBytes": "32",
2435
+ "value": "t_mapping(t_address,t_uint256)"
2436
+ },
2437
+ "t_mapping(t_address,t_mapping(t_uint256,t_mapping(t_address,t_array(t_struct(WithdrawalRequest)39546_storage)dyn_storage)))": {
2438
+ "encoding": "mapping",
2439
+ "key": "t_address",
2440
+ "label": "mapping(address => mapping(uint256 => mapping(address => struct XVSVaultStorageV1.WithdrawalRequest[])))",
2441
+ "numberOfBytes": "32",
2442
+ "value": "t_mapping(t_uint256,t_mapping(t_address,t_array(t_struct(WithdrawalRequest)39546_storage)dyn_storage))"
2443
+ },
2444
+ "t_mapping(t_address,t_mapping(t_uint256,t_mapping(t_address,t_struct(UserInfo)39528_storage)))": {
2445
+ "encoding": "mapping",
2446
+ "key": "t_address",
2447
+ "label": "mapping(address => mapping(uint256 => mapping(address => struct XVSVaultStorageV1.UserInfo)))",
2448
+ "numberOfBytes": "32",
2449
+ "value": "t_mapping(t_uint256,t_mapping(t_address,t_struct(UserInfo)39528_storage))"
2450
+ },
2451
+ "t_mapping(t_address,t_mapping(t_uint256,t_uint256))": {
2452
+ "encoding": "mapping",
2453
+ "key": "t_address",
2454
+ "label": "mapping(address => mapping(uint256 => uint256))",
2455
+ "numberOfBytes": "32",
2456
+ "value": "t_mapping(t_uint256,t_uint256)"
2457
+ },
2458
+ "t_mapping(t_address,t_mapping(t_uint32,t_struct(Checkpoint)39581_storage))": {
2459
+ "encoding": "mapping",
2460
+ "key": "t_address",
2461
+ "label": "mapping(address => mapping(uint32 => struct XVSVaultStorageV1.Checkpoint))",
2462
+ "numberOfBytes": "32",
2463
+ "value": "t_mapping(t_uint32,t_struct(Checkpoint)39581_storage)"
2464
+ },
2465
+ "t_mapping(t_address,t_struct(UserInfo)39528_storage)": {
2466
+ "encoding": "mapping",
2467
+ "key": "t_address",
2468
+ "label": "mapping(address => struct XVSVaultStorageV1.UserInfo)",
2469
+ "numberOfBytes": "32",
2470
+ "value": "t_struct(UserInfo)39528_storage"
2471
+ },
2472
+ "t_mapping(t_address,t_uint256)": {
2473
+ "encoding": "mapping",
2474
+ "key": "t_address",
2475
+ "label": "mapping(address => uint256)",
2476
+ "numberOfBytes": "32",
2477
+ "value": "t_uint256"
2478
+ },
2479
+ "t_mapping(t_address,t_uint32)": {
2480
+ "encoding": "mapping",
2481
+ "key": "t_address",
2482
+ "label": "mapping(address => uint32)",
2483
+ "numberOfBytes": "32",
2484
+ "value": "t_uint32"
2485
+ },
2486
+ "t_mapping(t_uint256,t_mapping(t_address,t_array(t_struct(WithdrawalRequest)39546_storage)dyn_storage))": {
2487
+ "encoding": "mapping",
2488
+ "key": "t_uint256",
2489
+ "label": "mapping(uint256 => mapping(address => struct XVSVaultStorageV1.WithdrawalRequest[]))",
2490
+ "numberOfBytes": "32",
2491
+ "value": "t_mapping(t_address,t_array(t_struct(WithdrawalRequest)39546_storage)dyn_storage)"
2492
+ },
2493
+ "t_mapping(t_uint256,t_mapping(t_address,t_struct(UserInfo)39528_storage))": {
2494
+ "encoding": "mapping",
2495
+ "key": "t_uint256",
2496
+ "label": "mapping(uint256 => mapping(address => struct XVSVaultStorageV1.UserInfo))",
2497
+ "numberOfBytes": "32",
2498
+ "value": "t_mapping(t_address,t_struct(UserInfo)39528_storage)"
2499
+ },
2500
+ "t_mapping(t_uint256,t_uint256)": {
2501
+ "encoding": "mapping",
2502
+ "key": "t_uint256",
2503
+ "label": "mapping(uint256 => uint256)",
2504
+ "numberOfBytes": "32",
2505
+ "value": "t_uint256"
2506
+ },
2507
+ "t_mapping(t_uint32,t_struct(Checkpoint)39581_storage)": {
2508
+ "encoding": "mapping",
2509
+ "key": "t_uint32",
2510
+ "label": "mapping(uint32 => struct XVSVaultStorageV1.Checkpoint)",
2511
+ "numberOfBytes": "32",
2512
+ "value": "t_struct(Checkpoint)39581_storage"
2513
+ },
2514
+ "t_struct(Checkpoint)39581_storage": {
2515
+ "encoding": "inplace",
2516
+ "label": "struct XVSVaultStorageV1.Checkpoint",
2517
+ "members": [
2518
+ {
2519
+ "astId": 39578,
2520
+ "contract": "contracts/XVSVault/XVSVault.sol:XVSVault",
2521
+ "label": "fromBlockOrSecond",
2522
+ "offset": 0,
2523
+ "slot": "0",
2524
+ "type": "t_uint32"
2525
+ },
2526
+ {
2527
+ "astId": 39580,
2528
+ "contract": "contracts/XVSVault/XVSVault.sol:XVSVault",
2529
+ "label": "votes",
2530
+ "offset": 4,
2531
+ "slot": "0",
2532
+ "type": "t_uint96"
2533
+ }
2534
+ ],
2535
+ "numberOfBytes": "32"
2536
+ },
2537
+ "t_struct(PoolInfo)39539_storage": {
2538
+ "encoding": "inplace",
2539
+ "label": "struct XVSVaultStorageV1.PoolInfo",
2540
+ "members": [
2541
+ {
2542
+ "astId": 39530,
2543
+ "contract": "contracts/XVSVault/XVSVault.sol:XVSVault",
2544
+ "label": "token",
2545
+ "offset": 0,
2546
+ "slot": "0",
2547
+ "type": "t_contract(IBEP20)32904"
2548
+ },
2549
+ {
2550
+ "astId": 39532,
2551
+ "contract": "contracts/XVSVault/XVSVault.sol:XVSVault",
2552
+ "label": "allocPoint",
2553
+ "offset": 0,
2554
+ "slot": "1",
2555
+ "type": "t_uint256"
2556
+ },
2557
+ {
2558
+ "astId": 39534,
2559
+ "contract": "contracts/XVSVault/XVSVault.sol:XVSVault",
2560
+ "label": "lastRewardBlockOrSecond",
2561
+ "offset": 0,
2562
+ "slot": "2",
2563
+ "type": "t_uint256"
2564
+ },
2565
+ {
2566
+ "astId": 39536,
2567
+ "contract": "contracts/XVSVault/XVSVault.sol:XVSVault",
2568
+ "label": "accRewardPerShare",
2569
+ "offset": 0,
2570
+ "slot": "3",
2571
+ "type": "t_uint256"
2572
+ },
2573
+ {
2574
+ "astId": 39538,
2575
+ "contract": "contracts/XVSVault/XVSVault.sol:XVSVault",
2576
+ "label": "lockPeriod",
2577
+ "offset": 0,
2578
+ "slot": "4",
2579
+ "type": "t_uint256"
2580
+ }
2581
+ ],
2582
+ "numberOfBytes": "160"
2583
+ },
2584
+ "t_struct(UserInfo)39528_storage": {
2585
+ "encoding": "inplace",
2586
+ "label": "struct XVSVaultStorageV1.UserInfo",
2587
+ "members": [
2588
+ {
2589
+ "astId": 39523,
2590
+ "contract": "contracts/XVSVault/XVSVault.sol:XVSVault",
2591
+ "label": "amount",
2592
+ "offset": 0,
2593
+ "slot": "0",
2594
+ "type": "t_uint256"
2595
+ },
2596
+ {
2597
+ "astId": 39525,
2598
+ "contract": "contracts/XVSVault/XVSVault.sol:XVSVault",
2599
+ "label": "rewardDebt",
2600
+ "offset": 0,
2601
+ "slot": "1",
2602
+ "type": "t_uint256"
2603
+ },
2604
+ {
2605
+ "astId": 39527,
2606
+ "contract": "contracts/XVSVault/XVSVault.sol:XVSVault",
2607
+ "label": "pendingWithdrawals",
2608
+ "offset": 0,
2609
+ "slot": "2",
2610
+ "type": "t_uint256"
2611
+ }
2612
+ ],
2613
+ "numberOfBytes": "96"
2614
+ },
2615
+ "t_struct(WithdrawalRequest)39546_storage": {
2616
+ "encoding": "inplace",
2617
+ "label": "struct XVSVaultStorageV1.WithdrawalRequest",
2618
+ "members": [
2619
+ {
2620
+ "astId": 39541,
2621
+ "contract": "contracts/XVSVault/XVSVault.sol:XVSVault",
2622
+ "label": "amount",
2623
+ "offset": 0,
2624
+ "slot": "0",
2625
+ "type": "t_uint256"
2626
+ },
2627
+ {
2628
+ "astId": 39543,
2629
+ "contract": "contracts/XVSVault/XVSVault.sol:XVSVault",
2630
+ "label": "lockedUntil",
2631
+ "offset": 0,
2632
+ "slot": "1",
2633
+ "type": "t_uint128"
2634
+ },
2635
+ {
2636
+ "astId": 39545,
2637
+ "contract": "contracts/XVSVault/XVSVault.sol:XVSVault",
2638
+ "label": "afterUpgrade",
2639
+ "offset": 16,
2640
+ "slot": "1",
2641
+ "type": "t_uint128"
2642
+ }
2643
+ ],
2644
+ "numberOfBytes": "64"
2645
+ },
2646
+ "t_uint128": {
2647
+ "encoding": "inplace",
2648
+ "label": "uint128",
2649
+ "numberOfBytes": "16"
2650
+ },
2651
+ "t_uint256": {
2652
+ "encoding": "inplace",
2653
+ "label": "uint256",
2654
+ "numberOfBytes": "32"
2655
+ },
2656
+ "t_uint32": {
2657
+ "encoding": "inplace",
2658
+ "label": "uint32",
2659
+ "numberOfBytes": "4"
2660
+ },
2661
+ "t_uint96": {
2662
+ "encoding": "inplace",
2663
+ "label": "uint96",
2664
+ "numberOfBytes": "12"
2665
+ }
2666
+ }
2667
+ },
2668
+ "factoryDeps": [
2669
+ "0x00040000000000020000000003010019000000600330027000000f55043001970003000000410355000200000001035500000f550030019d00000001002001900000000b0000c13d00000000010000193d51001d0000040f0000008001000039000000400010043f0000000001000416000000000001004b0000001b0000c13d000000000100041100000f5601100197000000000200041a00000f5702200197000000000112019f000000000010041b00000020010000390000010000100443000001200000044300000f580100004100003d520001042e000000000100001900003d530001043000120000000000020000008005000039000000400050043f0000000002000416000000000001004b000000300000613d000000000002004b000000350000c13d000000000100041100000f5601100197000000000200041a00000f5702200197000000000112019f000000000010041b00000020010000390000010000100443000001200000044300000f580100004100003d520001042e000000000002004b000000350000c13d0000000002000031000000030020008c000000370000213d000000000100001900003d53000104300000000201000367000000000401043b000000e00340027000000f590040009c000000d50000813d00000fe10040009c000001700000813d0000100e0040009c0000019c0000813d000010180040009c000002dc0000813d000010310030009c0000074f0000613d000010320030009c000006b30000613d000010330030009c000000350000c13d00000f630020009c000000350000213d000000630020008c000000350000a13d0000000402100370000000000202043b00000f640020009c000000350000813d0000004403100370000000000503043b0000002401100370000000000401043b0000000301000039000000000301041a00000fdc00300198000008060000613d000d00000005001d000e00000004001d00000fdd03300197000000000031041b0000001301000039000000000101041a000000ff0010019000000bba0000c13d00000f5601200197000c00000001001d000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000201041a0000000e0020006b000010680000813d000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000b00000001001d0000000c01000029000000000010043f0000000701000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000e02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000200041100000f5602200197000a00000002001d000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000900000001001d0000000c01000029000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000201041a0000000e0020006b000035570000813d000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000e0200002900080005002000cd000000000101043b0000000801100029001100000001001d0000000201100039001000000001001d000000000101041a001200000001001d0000007a01000039000000000101041a000000ff00100190000017900000c13d00000f720100004100000000001004430000000001000414000017930000013d00000f5a0040009c000001870000813d00000f990040009c000001b00000813d00000fc90040009c000002fd0000813d00000fd90030009c000007790000613d00000fda0030009c000006e80000613d00000fdb0030009c000000350000c13d00000f630020009c000000350000213d000000630020008c000000350000a13d0000000402100370000000000202043b001200000002001d00000f640020009c000000350000813d0000002402100370000000000202043b00000f560020009c000000350000213d0000004401100370000000000401043b0000000301000039000000000301041a00000fdc00300198000008060000613d000e00000004001d00000fdd03300197000000000031041b0000001301000039000000000101041a000000ff0010019000000bba0000c13d00000f5601200197000d00000001001d000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000201041a0000000e0020006b000010680000813d000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000c00000001001d0000000d01000029000000000010043f0000000701000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000e02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000120200002900000f5602200197000000000101043b000b00000002001d000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000a00000001001d0000000d01000029000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000201041a0000000e0020006b000035570000813d000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000e0200002900090005002000cd000000000101043b0000000901100029001100000001001d0000000201100039001000000001001d000000000101041a001200000001001d0000007a01000039000000000101041a000000ff001001900000195d0000c13d00000f720100004100000000001004430000000001000414000019600000013d00000fe20040009c000001f10000813d000010000040009c000003a30000813d000010090030009c000007b30000613d0000100a0030009c000007290000613d0000100b0030009c000000350000c13d00000f630020009c000000350000213d000000430020008c000000350000a13d0000000402100370000000000202043b00000f640020009c000000350000813d0000002401100370000000000101043b001200000001001d0000001201000039000003c70000013d00000f5b0040009c000002b30000813d00000f890040009c000003ab0000813d00000f960030009c000007de0000613d00000f970030009c0000072b0000613d00000f980030009c000000350000c13d00000f630020009c000000350000213d000000230020008c000000350000a13d0000000401100370000000000101043b00000f640010009c000000350000813d000000000010043f0000000801000039000001ae0000013d0000100f0040009c000003b30000813d000010150030009c000007e00000613d000010160030009c000007350000613d000010170030009c000000350000c13d00000f630020009c000000350000213d000000230020008c000000350000a13d0000000401100370000000000101043b00000f640010009c000000350000813d000000000010043f0000000601000039000000200010043f000009ee0000013d00000f9a0040009c000003d20000813d00000fc60030009c000007e20000613d00000fc70030009c000007370000613d00000fc80030009c000000350000c13d00000f630020009c000000350000213d000000230020008c000000350000a13d0000000401100370000000000101043b00000f640010009c000000350000813d000000000010043f0000001101000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a001200000001001d00000f5500100198000000000100001900000a7d0000613d0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001202000029000000010220008a00000f5502200197000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a000000200110027000000f850110019700000a7d0000013d00000fe30040009c0000046e0000813d00000ff10030009c000007e40000613d00000ff20030009c000007390000613d00000ff30030009c000000350000c13d00000f630020009c000000350000213d000000430020008c000000350000a13d0000000402100370000000000202043b00000f640020009c000000350000813d0000002401100370000000000401043b0000000301000039000000000301041a00000fdc00300198000008060000613d000c00000005001d000d00000004001d00000fdd03300197000000000031041b0000001301000039000000000101041a000000ff0010019000000bba0000c13d00000f5601200197000b00000001001d000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000201041a0000000d0020006b000010680000813d000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000a00000001001d0000000b01000029000000000010043f0000000701000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000d02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000200041100000f5602200197000900000002001d000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000800000001001d0000000b01000029000000000010043f0000000a01000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000d02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000902000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000201043b000000000102041a000000000001004b000f00000000001d000e00000000001d000017c10000c13d000000400300043d0000004001300039000000400010043f000000200130003900000f770200004100000000002104350000001b020000390000000000230435000000400200043d0000000e050000290000000f0050002a000039c90000413d0000000e030000290011000f0030002d00000008010000290000000203100039000000000403041a0000004001200039000000400010043f0000001e01000039000000000112043600000f74050000410000000000510435000000110440006c0000194b0000813d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000002ab0000413d000021740000013d00000f5c0040009c000004ac0000813d00000f810030009c000007ec0000613d00000f820030009c0000074d0000613d00000f830030009c000000350000c13d00000f630020009c000000350000213d000000430020008c000000350000a13d0000000402100370000000000202043b00000f640020009c000000350000813d0000002401100370000000000101043b001200000001001d00000f840010009c000000350000813d0000001001000039000000200010043f000000000020043f000000400200003900000000010000193d513d320000040f000000200010043f0000001201000029000000000010043f000000000100001900000040020000393d513d320000040f000000000101041a00000f5502100197000000800020043f000000200110027000000f8501100197000000a00010043f00000f860100004100003d520001042e000010190030009c000004b40000213d0000101c0030009c000007f60000613d0000101d0030009c000000350000c13d00000f630020009c000000350000213d000000230020008c000000350000a13d0000000401100370000000000101043b00000f640010009c000000350000813d000000000200041a0000000003000411000000000223013f00000f560020019800000a8a0000c13d00000f560110019800000c070000c13d00000f6d01000041000000800010043f0000002001000039000000840010043f0000002501000039000000a40010043f0000102701000041000000c40010043f0000102801000041000000e40010043f00000f950100004100003d530001043000000fca0030009c000004c10000213d00000fcd0030009c000008100000613d00000fce0030009c000000350000c13d00000f630020009c000000350000213d000000630020008c000000350000a13d0000000402100370000000000202043b00000f640020009c000000350000813d0000002403100370000000000303043b001200000003001d0000004401100370000000000101043b001100000001001d00000f560010009c000000350000213d00000f5601200197001000000001001d000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000201041a000000120020006b000010680000813d000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000f00000001001d0000001001000029000000000010043f0000000701000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001202000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000110200002900000f5602200197000000000101043b001100000002001d000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000120200002900000005022000c90000000f02200029000000000101043b000d00000001001d000f00000002001d0000000301200039000000000101041a000e00000001001d0000001001000029000000000010043f0000001201000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001202000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a000900000001001d0000000f01000029000000000101041a000000400300043d00000f73020000410000000000230435000000000200041000000f5602200197000a00000003001d00000004033000390000000000230435000000400200043d000b00000002001d00000f6802000041000000000020044300000f5601100197000c00000001001d0000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000000c02000029000000040020008c0000184e0000c13d00000001030000310000187f0000013d000010010030009c0000050e0000213d000010040030009c0000084b0000613d000010050030009c000000350000c13d0000007901000039000009f10000013d00000f8a0030009c000005250000213d00000f8d0030009c0000087f0000613d00000f8e0030009c000000350000c13d0000000301000039000008a20000013d000010100030009c0000052d0000213d000010130030009c000008a10000613d000010140030009c000000350000c13d00000f630020009c000000350000213d000000430020008c000000350000a13d0000000402100370000000000202043b00000f640020009c000000350000813d0000002401100370000000000101043b001200000001001d00000f560010009c000000350000213d0000001501000039000000200010043f000000000020043f000000400200003900000000010000193d513d320000040f000000200010043f0000001201000029000000000010043f00000000010000190000004002000039000009f00000013d00000f9b0030009c000005400000213d00000f9e0030009c000008a70000613d00000f9f0030009c000000350000c13d00000f630020009c000000350000213d000000630020008c000000350000a13d0000000402100370000000000202043b00000f640020009c000000350000813d0000002403100370000000000303043b001200000003001d0000004401100370000000000101043b001100000001001d00000f560010009c000000350000213d00000f5601200197000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a000000120010006b000010680000813d0000000a01000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001202000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000110200002900000f5602200197000000000101043b000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000400300043d0000002002300039001000000001001d000000000401041a0000000501400210000e00000002001d0000000001120019000000400010043f000d00000003001d0000000000430435000f00000004001d000000000004004b000004510000613d0012000e0000002d001100000000001d0000001001000029000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000400200043d0000006003200039000000400030043f000000110600002900000001036002100000000001310019000000000301041a00000000033204360000000101100039000000000101041a00000080041002700000004005200039000000000045043500000fc001100197000000000013043500000012010000290000000001210436001200000001001d0000000106600039001100000006001d0000000f0060006c0000042f0000413d000000400100043d000000200200003900000000032104360000000d02000029000000000202043300000000002304350000004001100039000000000002004b0000046b0000613d00000000030000190000000e07000029000000007407043400000000650404340000000005510436000000000606043300000fc00660019700000000006504350000004004400039000000000404043300000fc0044001970000004005100039000000000045043500000060011000390000000103300039000000000023004b0000045c0000413d000000400200043d0000000001210049000005060000013d00000fe40030009c0000066d0000213d00000fe70030009c000008df0000613d00000fe80030009c000000350000c13d00000f630020009c000000350000213d000000630020008c000000350000a13d0000000402100370000000000202043b001200000002001d00000f640020009c000000350000813d0000004402100370000000000202043b000500000002001d0000002401100370000000000101043b000600000001001d000000c001000039000000400010043f0000001c01000039000000800010043f00000fed02000041000000a00020043f0000004703000039000000000303041a00000f6704000041000000c00040043f000000000400041100000f5604400197000000c40040043f0000004004000039000000e40040043f000001040010043f000001240020043f000001400000043f00000f6801000041000000000010044300000f5601300197001100000001001d0000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000001102000029000000040020008c00000cab0000c13d000000010300003100000cd10000013d00000f5d0030009c000006ad0000213d00000f600030009c000008e90000613d00000f610030009c000000350000c13d000000000100041a000008a30000013d0000101a0030009c000008ed0000613d0000101b0030009c000000350000c13d00000fa001000041000000800010043f00000fa101000041000000a00010043f00000fa201000041000000c00010043f00000080010000390000004302000039000007f20000013d00000fcb0030009c0000090e0000613d00000fcc0030009c000000350000c13d00000f630020009c000000350000213d000000630020008c000000350000a13d0000000402100370000000000202043b00000f640020009c000000350000813d0000002403100370000000000303043b001200000003001d0000004401100370000000000101043b001100000001001d00000f560010009c000000350000213d00000f5601200197000000000010043f0000000a01000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001202000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001102000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000501043b000000000105041a000000000001004b0000000006000019000010f40000c13d000000400100043d0000000000610435000000400200043d0000000001210049000000200110003900000f550010009c00000f5501008041000000600110021000000f550020009c00000f55020080410000004002200210000000000121019f00003d520001042e000010020030009c000009330000613d000010030030009c000000350000c13d00000f630020009c000000350000213d000000230020008c000000350000a13d0000000401100370000000000101043b00000f640010009c000000350000813d0000001102000039000000200020043f000000000010043f000000400200003900000000010000193d513d320000040f000000000101041a00000f5501100197000000800010043f00000f620100004100003d520001042e00000f8b0030009c000009db0000613d00000f8c0030009c000000350000c13d00000f8f01000041000000800010043f00000f620100004100003d520001042e000010110030009c000009e30000613d000010120030009c000000350000c13d00000f630020009c000000350000213d000000230020008c000000350000a13d0000000401100370000000000101043b00000f640010009c000000350000813d0000000f02000039000000200020043f000000000010043f000000400200003900000000010000193d513d320000040f000008a20000013d00000f9c0030009c000009f50000613d00000f9d0030009c000000350000c13d00000f630020009c000000350000213d000000c30020008c000000350000a13d0000000402100370000000000202043b001200000002001d00000f640020009c000000350000813d0000004402100370000000000202043b001000000002001d0000002402100370000000000202043b001100000002001d0000006402100370000000000202043b000f00000002001d000001000020008c000000350000813d000000a402100370000000000202043b000e00000002001d0000008401100370000000000101043b000d00000001001d0000001301000039000000000101041a000000ff0010019000000bba0000c13d00000fa001000041000000800010043f00000fa101000041000000a00010043f00000fa201000041000000c00010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000fa3011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000c00000001001d000000c001000039000000400010043f0000000801000039000000800010043f00000fa401000041000000a00010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000fa5011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000b00000001001d00000fa6010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000400300043d0000006002300039000000000012043500000040013000390000000b02000029000000000021043500000020013000390000000c020000290000000000210435000000000100041000000f560110019700000080023000390000000000120435000000400100043d00000000021200490000000002210436000c00000003001d000000a003300039000b00000003001d000000400030043f00000f550020009c00000f55020080410000004002200210000000000101043300000f550010009c00000f55010080410000006001100210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000112019f00000f7b011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000a00000001001d00000f87010000410000000b0200002900000000001204350000000c03000029000000c00130003900000f88020000410000000000210435000000400200043d0000000001230049000000da0110003900000f550010009c00000f5501008041000000600110021000000f550020009c000c00000002001d00000f55020080410000004002200210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000121019f00000f7b011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000120200002900000f5603200197000000000101043b0000000c050000290000006002500039000000110400002900000000004204350000004002500039000b00000003001d000000000032043500000020025000390000000000120435000000800150003900000010020000290000000000210435000000400200043d00000000012100490000000001120436000000a003500039000000400030043f00000f550010009c00000f55010080410000004001100210000000000202043300000f550020009c00000f55020080410000006002200210000000000112019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000112019f00000f7b011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000c04000029000000c00240003900000fa7030000410000000000320435000000c2024000390000000a030000290000000000320435000000e2024000390000000000120435000000400100043d000000000212004900000000022104360000010203400039000000400030043f00000f550020009c00000f55020080410000004002200210000000000101043300000f550010009c00000f55010080410000006001100210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000112019f00000f7b011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000400200043d000000000101043b0000000e0300002900000fa80030009c000014f10000813d0000000f03000029000000ff0330018f0000001b0430008a000000010040008c000015e80000213d0000000004020436000000400040043f00000080052000390000000e06000029000000000065043500000060052000390000000d060000290000000000650435000000400520003900000000003504350000000000140435000000400300043d001200000003001d0000000001320049000000a00110003900000f550010009c00000f5501008041000000600110021000000f550030009c00000f550200004100000000020340190000004002200210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000121019f00000001020000393d513d4c0000040f0000000003010019000000600330027000000f5503300197000000200030008c000000200400003900000000040340190000001f0540018f0000001206000029000000200760008a00000020064001900000000004670019000006540000613d000000000801034f000000008908043c0000000007970436000000000047004b000006500000c13d000000000005004b000006610000613d000000000661034f0000000305500210000000000704043300000000075701cf000000000757022f000000000606043b0000010005500089000000000656022f00000000055601cf000000000575019f0000000000540435000100000003001f00030000000103550000000100200190000018a70000613d000000400100043d000000200210008a0000000002020433000e0f560020019c00001b370000c13d000000440210003900000fbf03000041000012460000013d00000fe50030009c00000a040000613d00000fe60030009c000000350000c13d00000f630020009c000000350000213d000000430020008c000000350000a13d0000000402100370000000000202043b00000f640020009c000000350000813d0000002401100370000000000301043b0000001301000039000000000101041a000000ff0010019000000bba0000c13d001200000003001d00000f5601200197001100000001001d000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000201041a000000120020006b000010680000813d000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000120200002900000005022000c9000000000101043b0000000001210019000f00000001001d0000000201100039000e00000001001d000000000101041a001000000001001d0000007a01000039000000000101041a000000ff00100190000011380000c13d00000f7201000041000000000010044300000000010004140000113b0000013d00000f5e0030009c00000a2e0000613d00000f5f0030009c000000350000c13d0000001601000039000008a20000013d00000f630020009c000000350000213d000000630020008c000000350000a13d0000000402100370000000000202043b00000f640020009c000000350000813d0000002403100370000000000303043b001200000003001d0000004401100370000000000101043b001100000001001d00000f560010009c000000350000213d00000f5601200197000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a000000120010006b000010680000813d0000000701000039000000200010043f000000400200003900000000010000193d513d320000040f0000001202000029000000000020043f000000200010043f000000000100001900000040020000393d513d320000040f0000001102000029000000000020043f000000200010043f000000000100001900000040020000393d513d320000040f0000000201100039000000000101041a00000a7d0000013d00000f630020009c000000350000213d000000630020008c000000350000a13d0000000402100370000000000202043b00000f640020009c000000350000813d0000002403100370000000000303043b001200000003001d0000004401100370000000000101043b001100000001001d00000f560010009c000000350000213d00000f5601200197000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a000000120010006b000010680000813d0000000701000039000000200010043f000000400200003900000000010000193d513d320000040f0000001202000029000000000020043f000000200010043f000000000100001900000040020000393d513d320000040f0000001102000029000000000020043f000000200010043f000000000100001900000040020000393d513d320000040f0000000102100039000000000202041a000000000301041a0000000201100039000000000101041a000000400400043d00000040054000390000000000150435000000200140003900000000002104350000000000340435000000400100043d0000000002140049000000600220003900000a820000013d0000000201000039000008a20000013d00000f630020009c000000350000213d000000230020008c000000350000a13d0000000401100370000000000101043b00000f640010009c000000350000813d0000000602000039000009ec0000013d0000000101000039000008a20000013d0000004701000039000008a20000013d00000f630020009c000000350000213d000000430020008c000000350000a13d0000000402100370000000000202043b001200000002001d00000f640020009c000000350000813d0000002401100370000000000101043b000f00000001001d0000007a01000039000000000101041a000000ff0010019000000a940000c13d00000f72010000410000000000100443000000000100041400000a970000013d0000001801000039000009f10000013d000000c001000039000000400010043f0000000801000039000000800010043f0000103f02000041000000a00020043f0000004703000039000000000303041a00000f6704000041000000c00040043f000000000400041100000f5604400197001100000004001d000000c40040043f0000004004000039000000e40040043f000001040010043f000001240020043f0000012c0000043f00000f6801000041000000000010044300000f5601300197001200000001001d0000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000001202000029000000040020008c00000b0b0000c13d000000010300003100000b310000013d00000f630020009c000000350000213d000000430020008c000000350000a13d0000000402100370000000000202043b00000f640020009c000000350000813d0000002401100370000000000101043b001200000001001d0000000801000039000000200010043f000000000020043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000201041a000000120020006b000035570000813d000000000010043f000000200200003900000000010000193d513d320000040f000000120200002900000005022000c900000000012100190000000102100039000000000202041a0000000203100039000000000303041a0000000304100039000000000404041a000000000501041a0000000401100039000000000101041a000000400600043d0000008007600039000000000017043500000060016000390000000000410435000000400160003900000000003104350000002001600039000000000021043500000f56015001970000000000160435000000400100043d0000000002160049000000a00220003900000a820000013d00000f630020009c000000350000213d000000230020008c000000350000a13d0000000401100370000000000101043b000e00000001001d00000f640010009c000000350000813d0000001301000039000000000101041a000000ff0010019000000bba0000c13d000000000100041100000f5601100197000d00000001001d000000000010043f0000000f01000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000502000039000000000202041a00000f560220019800000c220000c13d000000400100043d00000064021000390000100c03000041000000000032043500000044021000390000100d0300004100000000003204350000002402100039000000300300003900000bcd0000013d0000007a01000039000007e50000013d0000000401000039000008a20000013d0000001701000039000008a20000013d0000001301000039000000000101041a000000ff001001900000000001000039000000010100c039000000800010043f00000f620100004100003d520001042e00000f8701000041000000800010043f00000f8801000041000000a00010043f00000080010000390000003a020000393d513d320000040f000000800010043f00000f620100004100003d520001042e00000f630020009c000000350000213d000000630020008c000000350000a13d0000000402100370000000000202043b00000f640020009c000000350000813d0000004403100370000000000503043b0000002401100370000000000401043b0000000301000039000000000301041a00000fdc0030019800000b970000c13d00000f6d01000041000000800010043f0000002001000039000000840010043f0000000a01000039000000a40010043f0000103d01000041000000c40010043f00000f920100004100003d530001043000000f630020009c000000350000213d000000630020008c000000350000a13d0000000402100370000000000202043b001200000002001d00000f640020009c000000350000813d0000004402100370000000000202043b000f00000002001d0000002401100370000000000101043b001000000001001d000000e001000039000000400010043f0000003301000039000000800010043f00000fd402000041000000a00020043f00000fd503000041000000c00030043f0000004704000039000000000404041a00000f6705000041000000e00050043f000000000500041100000f5605500197000000e40050043f0000004005000039000001040050043f000001240010043f000001440020043f000001640030043f000001770000043f00000f6801000041000000000010044300000f5601400197001100000001001d0000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000001102000029000000040020008c00000e680000c13d000000010300003100000e8e0000013d00000f630020009c000000350000213d000000430020008c000000350000a13d0000000402100370000000000202043b00000f640020009c000000350000813d0000002401100370000000000301043b00000f560030009c000000350000213d000000000100041a0000000004000411000000000114013f00000f560010019800000a8a0000c13d00000f560120019800000ca10000613d00000f560230019800000ca10000613d0000000503000039000000000403041a00000f5600400198000010af0000c13d00000f5704400197000000000414019f0000000405000039000000000605041a000000000043041b00000f5703600197000000000323019f000000000035041b0000000303000039000000000403041a00000fdd0440019700000f64044001c7000000000043041b00000f5603600197000000800000043f000000a00030043f000000c00010043f000000e00020043f000000000100041400000f550010009c00000f5501008041000000c00110021000001007011001c70000800d020000390000000103000039000010080400004100000c170000013d00000f630020009c000000350000213d000000630020008c000000350000a13d0000000402100370000000000202043b00000f640020009c000000350000813d0000002403100370000000000303043b00000f640030009c000000350000813d000000000400041a0000000005000411000000000445013f0000004401100370000000000101043b00000f560040019800000a8a0000c13d001200000001001d00110f560020019c00000ee10000c13d00000f6d01000041000000800010043f0000002001000039000000840010043f0000002201000039000000a40010043f00000f9301000041000000c40010043f00000f9401000041000000e40010043f00000f950100004100003d53000104300000000501000039000000000101041a00000f5601100197000000800010043f00000f620100004100003d520001042e00000f630020009c000000350000213d000000430020008c000000350000a13d0000000402100370000000000202043b001200000002001d00000f640020009c000000350000813d0000002401100370000000000101043b000600000001001d000000e001000039000000400010043f0000003001000039000000800010043f00000fc102000041000000a00020043f00000fc203000041000000c00030043f0000004704000039000000000404041a00000f6705000041000000e00050043f000000000500041100000f5605500197000000e40050043f0000004005000039000001040050043f000001240010043f000001440020043f000001640030043f000001740000043f00000f6801000041000000000010044300000f5601400197001100000001001d0000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000001102000029000000040020008c00000eed0000c13d000000010300003100000f130000013d00000f630020009c000000350000213d000000230020008c000000350000a13d0000000401100370000000000101043b00000f640010009c000000350000813d0000000e02000039000009ec0000013d00000f8001000041000000800010043f00000f620100004100003d520001042e00000f630020009c000000350000213d000000230020008c000000350000a13d0000000401100370000000000101043b00000f640010009c000000350000813d00000f56021001970000101e01000041000000800010043f00000f68010000410000000000100443001200000002001d0000000400200443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000001202000029000000040020008c00000f470000c13d000000010300003100000f6e0000013d00000f630020009c000000350000213d000000430020008c000000350000a13d0000000402100370000000000202043b000000000002004b0000000003000039000000010300c039000000000032004b000000350000c13d000000000300041a0000000004000411000000000434013f0000002401100370000000000301043b00000f560040019800000a8a0000c13d0000007a01000039000000000401041a0000ff000040019000000c180000c13d00000000003201a000000e5e0000613d000000000002004b00000f990000613d000000000003004b00000f990000613d00000f6d01000041000000800010043f0000002001000039000000840010043f000000a40010043f00000fd301000041000000c40010043f00000f920100004100003d530001043000000f630020009c000000350000213d000000630020008c000000350000a13d0000000402100370000000000202043b00000f640020009c000000350000813d0000002403100370000000000303043b001200000003001d0000004401100370000000000101043b001100000001001d00000f560010009c000000350000213d00000f5601200197000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a000000120010006b000010680000813d0000000a01000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001202000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000110200002900000f5602200197000000000101043b000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b001100000001001d000000000101041a001200000001001d0000000004000019001000000004001d0000001203000029000000000003004b0000124a0000613d00120001003000920000001102000029000000000102041a000000120010006b000035570000813d000000000020043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000f00000001001d00000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000120300002900000001043002100000000f024000290000000102200039000000000202041a00000fc002200197000000000101043b000000000012004b0000124a0000213d000f00000004001d0000001102000029000000000102041a000000000013004b000035570000813d000000000020043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000f01100029000000000301041a000000400200043d0000004001200039000000400010043f000000200120003900000f770400004100000000004104350000001b040000390000000000420435000000100030002a0000001004300029000009c60000413d0000097f0000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000009d30000413d000021740000013d0000007a01000039000000000101041a000000ff0010019000000a710000c13d00000f72010000410000000000100443000000000100041400000a740000013d00000f630020009c000000350000213d000000230020008c000000350000a13d0000000401100370000000000101043b00000f640010009c000000350000813d0000000902000039000000200020043f000000000010043f000000400200003900000000010000193d513d320000040f000000000101041a000000800010043f00000f620100004100003d520001042e00000f630020009c000000350000213d000000230020008c000000350000a13d0000000401100370000000000101043b00000f640010009c000000350000813d0000001402000039000000200020043f000000000010043f000000400200003900000000010000193d513d320000040f000007e50000013d000000c001000039000000400010043f0000000701000039000000800010043f00000fe902000041000000a00020043f0000004703000039000000000303041a00000f6704000041000000c00040043f000000000400041100000f5604400197001100000004001d000000c40040043f0000004004000039000000e40040043f000001040010043f000001240020043f0000012b0000043f00000f6801000041000000000010044300000f5601300197001200000001001d0000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000001202000029000000040020008c00000b4c0000c13d000000010300003100000b720000013d00000f630020009c000000350000213d000000a30020008c000000350000a13d0000000402100370000000000202043b001200000002001d00000f640020009c000000350000813d0000002402100370000000000202043b000500000002001d0000004402100370000000000202043b001100000002001d00000f640020009c000000350000813d0000008402100370000000000202043b000300000002001d0000006401100370000000000101043b000400000001001d000000e001000039000000400010043f0000002c01000039000000800010043f00000f6502000041000000a00020043f00000f6603000041000000c00030043f0000004704000039000000000404041a00000f6705000041000000e00050043f000000000500041100000f5605500197000000e40050043f0000004005000039000001040050043f000001240010043f000001440020043f000001640030043f000001700000043f00000f6801000041000000000010044300000f5601400197001000000001001d0000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000001002000029000000040020008c00000fbc0000c13d000000010300003100000fe30000013d00000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000400200043d0000000000120435000000400100043d0000000002120049000000200220003900000f550020009c00000f5502008041000000600220021000000f550010009c00000f55010080410000004001100210000000000112019f00003d520001042e00000f6d01000041000000800010043f0000002001000039000000840010043f0000000e01000039000000a40010043f0000102401000041000000c40010043f00000f920100004100003d530001043000000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b0000000f0010006b00000bc40000813d000000120100002900000f5601100197000e00000001001d000000000010043f0000001101000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a00120f550010019c000000000100001900000a7d0000613d0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001202000029000000010220008a001200000002001d000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a0000000e02000029000000000020043f0000001002000039000000200020043f00000f55011001970000000f0010006c000011db0000a13d000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000000043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a00000f55011001970000000f0010006c000000000100001900000a7d0000213d000000120000006b00000000030000190000152e0000c13d001200000003001d0000000e01000029000000000010043f0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001202000029000000000020043f000000200010043f0000000001000414000011e90000013d00000f550010009c00000f5501008041000000c00110021000000fea011001c73d513d4c0000040f0000000003010019000000600330027000000f5503300197000000200030008c000000200400003900000000040340190000001f0540018f0000002006400190000000c0046001bf000000c00900003900000b200000613d000000000701034f000000007807043c0000000009890436000000000049004b00000b1c0000c13d000000000005004b00000b2d0000613d000000000661034f0000000305500210000000000704043300000000075701cf000000000757022f000000000606043b0000010005500089000000000656022f00000000055601cf000000000575019f0000000000540435000100000003001f0003000000010355000000010020019000000bd70000613d0000001f013000390000104201100197000000400200043d0000000001210019000000400010043f00000f630030009c000000350000213d0000001f0030008c000000350000a13d0000000002020433000000000002004b0000000003000039000000010300c039000000000032004b000000350000c13d000000000002004b000010010000613d0000001302000039000000000302041a000000ff00300190000010b90000c13d000000440310003900001041040000410000000000430435000000240310003900000000002304350000106f0000013d00000f550010009c00000f5501008041000000c00110021000000fea011001c73d513d4c0000040f0000000003010019000000600330027000000f5503300197000000200030008c000000200400003900000000040340190000001f0540018f0000002006400190000000c0046001bf000000c00900003900000b610000613d000000000701034f000000007807043c0000000009890436000000000049004b00000b5d0000c13d000000000005004b00000b6e0000613d000000000661034f0000000305500210000000000704043300000000075701cf000000000757022f000000000606043b0000010005500089000000000656022f00000000055601cf000000000575019f0000000000540435000100000003001f0003000000010355000000010020019000000bef0000613d0000001f013000390000104201100197000000400200043d0000000001210019000000400010043f00000f630030009c000000350000213d0000001f0030008c000000350000a13d0000000002020433000000000002004b0000000003000039000000010300c039000000000032004b000000350000c13d000000000002004b000010010000613d0000001302000039000000000302041a000000ff00300190000010cd0000c13d000010430330019700000001033001bf000000000032041b00000f550010009c00000f55010080410000004001100210000000000200041400000f550020009c00000f5502008041000000c002200210000000000112019f00000f7b011001c70000800d02000039000000020300003900000fec04000041000010c70000013d000d00000005001d000e00000004001d00000fdd03300197000000000031041b0000001301000039000000000101041a000000ff0010019000000bba0000c13d00000f5601200197000c00000001001d000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a0000000e0010006b000010680000813d0000000d0000006b000011690000c13d000000400100043d00000044021000390000103003000041000000000032043500000024021000390000001f030000390000106e0000013d00000f6d01000041000000800010043f0000002001000039000000840010043f0000000f01000039000000a40010043f0000103401000041000000c40010043f00000f920100004100003d5300010430000000400100043d000000640210003900000ffd030000410000000000320435000000440210003900000ffe03000041000000000032043500000024021000390000002b03000039000000000032043500000f6d020000410000000000210435000000040210003900000020030000390000000000320435000000400200043d00000000012100490000008401100039000010770000013d0000001f0430018f00000f6b0230019800000be00000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000026004b00000bdc0000c13d000000000004004b00000bed0000613d000000000121034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000600130021000003d53000104300000001f0430018f00000f6b0230019800000bf80000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000026004b00000bf40000c13d000000000004004b00000c050000613d000000000121034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000600130021000003d53000104300000004702000039000000000302041a00000f5704300197000000000414019f000000000042041b00000f5602300197000000800020043f000000a00010043f000000000100041400000f550010009c00000f5501008041000000c00110021000001025011001c70000800d0200003900000001030000390000102604000041000010c80000013d00000f6d01000041000000800010043f0000002001000039000000840010043f0000001f01000039000000a40010043f00000fd001000041000000c40010043f00000f920100004100003d5300010430000000000101041a000c00000001001d000000000020043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b001000000001001d000000000101041a000f00000001001d000000000001004b001200000000001d000010d30000c13d0000000d01000029000000000010043f0000000f01000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000e0200002900000f56072001970000000c0200002900000f5606200197000000000101043b000000000201041a00000f5702200197000000000272019f000000000021041b000000400100043d00000f550010009c00000f55010080410000004001100210000000000200041400000f550020009c00000f5502008041000000c002200210000000000112019f00000f7b011001c70000800d02000039000000040300003900000fb1040000410000000d05000029001100000006001d001000000007001d3d513d470000040f0000000100200190000000350000613d0000001102000029000000100020006c000010cb0000613d000000120000006b000010cb0000613d000000110000006b0000124e0000c13d000000100000006b000010cb0000613d0000001001000029000000000010043f0000001101000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a000f00000001001d000e0f550010019c001100000000001d000016090000c13d000000400200043d0000006001200039000000400010043f000000400120003900000fbc030000410000000000310435000000200120003900000fb30300004100000000003104350000002b0300003900000000003204350000001104000029000000120340002900120f850030019b000000120040006b000018bf0000813d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00000c990000413d000021740000013d00000f6d01000041000000800010043f0000002001000039000000840010043f0000001801000039000000a40010043f00000f7f01000041000000c40010043f00000f920100004100003d530001043000000f550010009c00000f5501008041000000c00110021000000fea011001c73d513d4c0000040f0000000003010019000000600330027000000f5503300197000000200030008c000000200400003900000000040340190000001f0540018f0000002006400190000000c0046001bf000000c00900003900000cc00000613d000000000701034f000000007807043c0000000009890436000000000049004b00000cbc0000c13d000000000005004b00000ccd0000613d000000000661034f0000000305500210000000000704043300000000075701cf000000000757022f000000000606043b0000010005500089000000000656022f00000000055601cf000000000575019f0000000000540435000100000003001f0003000000010355000000010020019000000fa40000613d0000001f013000390000104201100197000000400200043d0000000001210019000000400010043f00000f630030009c000000350000213d0000001f0030008c000000350000a13d0000000002020433000000000002004b0000000003000039000000010300c039000000000032004b000000350000c13d000000000002004b000010010000613d000000120100002900000f5601100197000f00000001001d000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000201041a000d00000002001d000000060020006b000010680000813d0000000001000410000a0f560010019b001200000000001d00000cff0000013d00000012020000290000000102200039001200000002001d0000000d0020006c000015900000813d0000000f01000029000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000201041a000000120020006b000035570000813d000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000120200002900000005022000c9000000000101043b0000000001210019001000000001001d0000000201100039000e00000001001d000000000101041a001100000001001d0000007a01000039000000000101041a000000ff0010019000000d2b0000613d00000f70010000410000000000100443000000000100041400000d2e0000013d00000f72010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000110010006c00000cfa0000a13d0000001001000029000000000101041a000000400300043d00000f73020000410000000000230435000b00000003001d00000004023000390000000a030000290000000000320435000000400200043d001100000002001d00000f6802000041000000000020044300000f5601100197000c00000001001d0000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000000c02000029000000040020008c00000d5b0000c13d000000010300003100000d8b0000013d00000011050000290000000b03500069000000240430003900000f550050009c00000f55030000410000000003054019000000400330021000000f550040009c00000f55040080410000006004400210000000000334019f00000f550010009c00000f5501008041000000c001100210000000000131019f3d513d4c0000040f00000011090000290000000003010019000000600330027000000f5503300197000000200030008c000000200600003900000000060340190000002005600190000000000459001900000d7a0000613d000000000701034f000000007807043c0000000009890436000000000049004b00000d760000c13d0000001f0660019000000d870000613d000000000551034f0000000306600210000000000704043300000000076701cf000000000767022f000000000505043b0000010006600089000000000565022f00000000056501cf000000000575019f0000000000540435000100000003001f000300000001035500000001002001900000198e0000613d0000001f013000390000104202100197000000400100043d0000000002120019000000400020043f00000f630030009c000000350000213d0000001f0030008c000000350000a13d0000000001010433001100000001001d0000000f01000029000000000010043f0000001201000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001202000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000301041a000000400200043d0000004001200039000000400010043f000000200120003900000f740400004100000000004104350000001e040000390000000000420435000000110330006b000018390000413d0000007a01000039000000000101041a000000ff0110018f00000dc60000c13d000000000001004b00000dcd0000613d00000f70010000410000000000100443000000000100041400000e520000013d000b00000003001d000000000001004b00000dd10000613d00000f70010000410000000000100443000000000100041400000dd40000013d00000f72010000410000000000100443000000000100041400000e520000013d00000f72010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d0000000e02000029000000000402041a000000000501043b000000400200043d0000004001200039000000400010043f000000200120003900000f740300004100000000003104350000001e030000390000000000320435001100000004001d000c00000005001d0008000000450053000019a60000413d0000000f01000029000000000010043f0000000901000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d00000010020000290000000102200039000000000202041a000700000002001d000000000101043b000000000101041a000900000001001d0000000601000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000c03000029000000110030006c0000000002000019000000090500002900000e1d0000613d000000000101043b000000000201041a00000008012000b900000008031000fa000000000023004b00003a680000c13d000000000001004b00000e1c0000613d00000007021000b900000000011200d9000000070010006c00000e1d0000613d00003a680000013d0000000002000019000000400300043d0000004001300039000000400010043f000000200130003900000f750400004100000000004104350000001a040000390000000000430435000000000005004b000019bb0000613d000000000025004b000000000300001900000e2f0000213d00000000015200d900000f76031000d100000000011300d900000f760010009c00003a680000c13d000000400100043d0000004002100039000000400020043f000000200210003900000f750400004100000000004204350000001a02000039000000000021043500000010010000290000000304100039000000000504041a000000400200043d0000004001200039000000400010043f000000200120003900000f770600004100000000006104350000001b0600003900000000006204350000000b033000fa000000000035001a000029a10000413d0000000001350019000000000014041b0000007a01000039000000000101041a000000ff0010019000000e4f0000613d00000f70010000410000000000100443000000000100041400000e520000013d00000f72010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b0000000e02000029000000000012041b00000cfa0000013d00000f6d01000041000000800010043f0000002001000039000000840010043f0000001701000039000000a40010043f00000fd101000041000000c40010043f00000f920100004100003d530001043000000f550010009c00000f5501008041000000c00110021000000f6a011001c73d513d4c0000040f0000000003010019000000600330027000000f5503300197000000200030008c000000200400003900000000040340190000001f0540018f0000002006400190000000e004600039000000e00900003900000e7d0000613d000000000701034f000000007807043c0000000009890436000000000049004b00000e790000c13d000000000005004b00000e8a0000613d000000000661034f0000000305500210000000000704043300000000075701cf000000000757022f000000000606043b0000010005500089000000000656022f00000000055601cf000000000575019f0000000000540435000100000003001f00030000000103550000000100200190000010070000613d0000001f013000390000104201100197000000400200043d0000000001210019000000400010043f00000f630030009c000000350000213d0000001f0030008c000000350000a13d0000000002020433000000000002004b0000000003000039000000010300c039000000000032004b000000350000c13d000000000002004b000010010000613d000000120100002900000f5601100197001200000001001d000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000201041a000000100020006b000010680000813d0000000f02000029000000010220008a00000fd60020009c000012840000813d000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000100600002900000005026000c900000000011200190000000401100039000000000201041a0000000f04000029000000000041041b000000400100043d000000200310003900000000004304350000000000210435000000400200043d0000000001210049000000400110003900000f550010009c00000f5501008041000000600110021000000f550020009c00000f55020080410000004002200210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000121019f00000f7b011001c70000800d02000039000000030300003900000fd8040000410000001205000029000010c80000013d00100f560030019c0000101f0000c13d00000f6d01000041000000800010043f0000002001000039000000840010043f0000001d01000039000000a40010043f00000f9101000041000000c40010043f00000f920100004100003d530001043000000f550010009c00000f5501008041000000c00110021000000f6a011001c73d513d4c0000040f0000000003010019000000600330027000000f5503300197000000200030008c000000200400003900000000040340190000001f0540018f0000002006400190000000e004600039000000e00900003900000f020000613d000000000701034f000000007807043c0000000009890436000000000049004b00000efe0000c13d000000000005004b00000f0f0000613d000000000661034f0000000305500210000000000704043300000000075701cf000000000757022f000000000606043b0000010005500089000000000656022f00000000055601cf000000000575019f0000000000540435000100000003001f000300000001035500000001002001900000107f0000613d0000001f013000390000104201100197000000400200043d0000000001210019000000400010043f00000f630030009c000000350000213d0000001f0030008c000000350000a13d0000000003020433000000000003004b0000000002000039000000010200c039000000000023004b000000350000c13d001100240010003d0000000402100039000000000003004b000011c30000613d000000120300002900000f56053001970000000403000039000000000303041a00000fc3040000410000000000410435000f00000005001d0000000000520435000000400100043d001000000001001d00000f6801000041000000000010044300000f5601300197001200000001001d0000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000001202000029000000040020008c0000128b0000c13d0000000103000031000012bb0000013d00000f550010009c00000f5501008041000000c0011002100000101f011001c700000012020000293d513d4c0000040f0000000003010019000000600330027000000f5503300197000000200030008c000000200400003900000000040340190000001f0540018f000000200640019000000080046001bf00000f5d0000613d0000008007000039000000000801034f000000008908043c0000000007970436000000000047004b00000f590000c13d000000000005004b00000f6a0000613d000000000661034f0000000305500210000000000704043300000000075701cf000000000757022f000000000606043b0000010005500089000000000656022f00000000055601cf000000000575019f0000000000540435000100000003001f00030000000103550000000100200190000010970000613d0000001f013000390000104201100197000000400200043d0000000001210019000000400010043f00000f630030009c000000350000213d0000001f0030008c000000350000a13d000000000202043300000f640020009c000000350000813d0000000003000411000000000223013f001100040010003d00000f5600200198000011cd0000c13d00001022020000410000000000210435000000400100043d001000000001001d00000f6801000041000000000010044300000012010000290000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000001202000029000000040020008c000013080000c13d0000000103000031000013380000013d000000000002004b00000f8f0300c0410000007905000039000000000035041b000010440220019700000fd203400197000000000223019f00000100022001bf000000000021041b000000000100001900003d520001042e0000001f0430018f00000f6b0230019800000fad0000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000026004b00000fa90000c13d000000000004004b00000fba0000613d000000000121034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000600130021000003d530001043000000f550010009c00000f5501008041000000c00110021000000f6a011001c700000010020000293d513d4c0000040f0000000003010019000000600330027000000f5503300197000000200030008c000000200400003900000000040340190000001f0540018f0000002006400190000000e004600039000000e00900003900000fd20000613d000000000701034f000000007807043c0000000009890436000000000049004b00000fce0000c13d000000000005004b00000fdf0000613d000000000661034f0000000305500210000000000704043300000000075701cf000000000757022f000000000606043b0000010005500089000000000656022f00000000055601cf000000000575019f0000000000540435000100000003001f00030000000103550000000100200190000011ab0000613d0000001f013000390000104201100197000000400200043d0000000001210019000000400010043f00000f630030009c000000350000213d0000001f0030008c000000350000a13d0000000002020433000000000002004b0000000003000039000000010300c039000000000032004b000000350000c13d000000000002004b000010010000613d0000001202000029000f0f560020019c000012440000613d0000001102000029000a0f560020019c000012440000613d0000000402000039000000000202041a00000f56002001980000134a0000c13d000000440210003900000f7e0300004100000bb60000013d000000440210003900000f6c03000041000000000032043500000024021000390000000c030000390000106e0000013d0000001f0430018f00000f6b02300198000010100000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000026004b0000100c0000c13d000000000004004b0000101d0000613d000000000121034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000600130021000003d53000104300000001001000029000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a000000120010006b000010680000813d0000001601000039000000000101041a0000001702000039000000000202041a0000001803000039000000000303041a000000400400043d0000006005400039000000120600002900000000006504350000004005400039000000000035043500000020034000390000001005000029000000000053043500000f56022001970000000000240435000000400200043d0000000003240049000000800330003900000f550030009c00000f5503008041000000600330021000000f550020009c00000f55020080410000004002200210000000000223019f000000000300041400000f550030009c00000f5503008041000000c003300210000000000232019f00000f560510019700000f7b012001c70000800d02000039000000030300003900000f900400004100000011060000293d513d470000040f0000000100200190000000350000613d0000001603000039000000000103041a00000f570110019700000011011001af000000000013041b0000001703000039000000000103041a00000f570110019700000010011001af000000000013041b00000012010000290000001802000039000000000012041b000000000100001900003d520001042e000000400100043d00000044021000390000103e03000041000000000032043500000024021000390000001303000039000000000032043500000f6d020000410000000000210435000000040210003900000020030000390000000000320435000000400200043d0000000001210049000000640110003900000f550010009c00000f5501008041000000600110021000000f550020009c00000f55020080410000004002200210000000000121019f00003d53000104300000001f0430018f00000f6b02300198000010880000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000026004b000010840000c13d000000000004004b000010950000613d000000000121034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000600130021000003d53000104300000001f0430018f00000f6b02300198000010a00000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000026004b0000109c0000c13d000000000004004b000010ad0000613d000000000121034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000600130021000003d530001043000000f6d01000041000000800010043f0000002001000039000000840010043f0000001301000039000000a40010043f0000100601000041000000c40010043f00000f920100004100003d53000104300000104303300197000000000032041b00000f550010009c00000f55010080410000004001100210000000000200041400000f550020009c00000f5502008041000000c002200210000000000112019f00000f7b011001c70000800d020000390000000203000039000010400400004100000011050000293d513d470000040f0000000100200190000000350000613d000000000100001900003d520001042e000000440210003900000feb030000410000000000320435000000240210003900000017030000390000106e0000013d00000000030000190000001002000029000000000102041a001200000003001d000000000013004b000035570000813d0000000501000039000000000101041a001100000001001d000000000020043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000120300002900000005023000c9000000000101043b0000000001210019000000000101041a000000110110014f00000f5600100198000011f20000613d00000001033000390000000f0030006c0000001002000029000010d50000413d001200000000001d00000c370000013d000000000801001900000000090000190000000006000019000f00000005001d000010fb0000013d000000000008004b000005010000613d000000010880008a000000000018004b000035570000813d001000000009001d001100000008001d001200000006001d000000000050043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d00000011080000290000000102800210000000000101043b00000000022100190000000f05000029000000000105041a0000000103200039000000000303041a00000fb90330019700000fcf0030009c000011270000c13d000000000018004b00000012060000290000001009000029000035570000813d000000000402041a000000400300043d0000004002300039000000400020043f000000200230003900000f770700004100000000007204350000001b070000390000000000730435000000000094001a000022550000413d0000000009940019000010f90000013d000000000018004b00000012060000290000001009000029000035570000813d000000000402041a000000400300043d0000004002300039000000400020043f000000200230003900000f770700004100000000007204350000001b070000390000000000730435000000000064001a0000226a0000413d0000000006640019000010f90000013d00000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000100010006c000010cb0000a13d0000000f01000029000000000101041a000000400300043d00000f73020000410000000000230435000000000200041000000f5602200197000c00000003001d00000004033000390000000000230435000000400200043d000d00000002001d00000f6802000041000000000020044300000f5601100197001000000001001d0000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000001002000029000000040020008c000013520000c13d0000000103000031000013830000013d0000000701000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000e02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000200041100000f5602200197000b00000002001d000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000a00000001001d0000000201100039000900000001001d000000000301041a000000400200043d0000004001200039000000400010043f000000200120003900000f770400004100000000004104350000001b0400003900000000004204350000000d0030002a000039b40000413d0000000d013000290000000a02000029000000000202041a000000000012004b000013c90000813d000000400100043d00000044021000390000102f03000041000000000032043500000024021000390000001b030000390000106e0000013d0000001f0430018f00000f6b02300198000011b40000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000026004b000011b00000c13d000000000004004b000011c10000613d000000000121034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000600130021000003d530001043000000f6d030000410000000000310435000000200300003900000000003204350000000c0200003900000011030000290000000000230435000000440210003900000f6c03000041000010730000013d00000f6d0200004100000000002104350000002002000039000000110300002900000000002304350000006402100039000010200300004100000000003204350000004402100039000010210300004100000000003204350000002402100039000000220300003900000bd20000013d000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001202000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000001ec0000013d0000000501000039000000000101041a00000f5601100197000000000010043f0000000701000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001202000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000d02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000401041a0000000201100039000000000501041a000000400300043d0000004001300039000000400010043f000000200130003900000f740200004100000000002104350000001e020000390000000000230435000000400200043d00120000005400530000156f0000813d00000f6d0400004100000000004204350000000404200039000000200500003900000000005404350000000003030433000000240420003900000000003404350000004402200039000000000003004b000012400000613d000000000400001900000000052400190000000006140019000000000606043300000000006504350000002004400039000000000034004b000012360000413d000012400000a13d000000000123001900000000000104350000001f01300039000010420110019700000000012100190000217a0000013d000000440210003900000f7f030000410000000000320435000000240210003900000018030000390000106e0000013d000000400100043d00000010020000290000000000210435000005030000013d0000001101000029000000000010043f0000001101000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a000e00000001001d000d0f550010019c000f00000000001d0000150f0000c13d000000400200043d0000006001200039000000400010043f000000400120003900000fb2030000410000000000310435000000200120003900000fb30300004100000000003104350000002c0300003900000000003204350000000f04000029000c001200400074000016010000813d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b0000127c0000413d000021740000013d000000400100043d000000440210003900000fd703000041000000000032043500000024021000390000001a030000390000106e0000013d0000001003000029000000110230006900000f550030009c00000f5503008041000000400330021000000f550020009c00000f55020080410000006002200210000000000232019f00000f550010009c00000f5501008041000000c001100210000000000121019f00000012020000293d513d4c0000040f00000010090000290000000003010019000000600330027000000f5503300197000000200030008c000000200400003900000000040340190000001f0540018f00000020064001900000000004690019000012aa0000613d000000000701034f000000007807043c0000000009890436000000000049004b000012a60000c13d000000000005004b000012b70000613d000000000661034f0000000305500210000000000704043300000000075701cf000000000757022f000000000606043b0000010005500089000000000656022f00000000055601cf000000000575019f0000000000540435000100000003001f000300000001035500000001002001900000143e0000613d0000001f013000390000104201100197000000400200043d0000000001210019000000400010043f00000f630030009c000000350000213d0000001f0030008c000000350000a13d0000000002020433000000000002004b0000000003000039000000010300c039000000000032004b000000350000c13d000000000002004b000015e20000613d0000000f01000029000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a000d00000001001d000000000001004b000019d00000c13d0000000f01000029000000000010043f0000000601000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000201041a0000000604000029000000000041041b000000400100043d000000200310003900000000004304350000000000210435000000400200043d0000000001210049000000400110003900000f550010009c00000f5501008041000000600110021000000f550020009c00000f55020080410000004002200210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000121019f00000f7b011001c70000800d02000039000000020300003900000fc5040000410000000f05000029000010c80000013d0000001003000029000000110230006900000f550030009c00000f5503008041000000400330021000000f550020009c00000f55020080410000006002200210000000000232019f00000f550010009c00000f5501008041000000c001100210000000000121019f00000012020000293d513d470000040f00000010090000290000000003010019000000600330027000000f5503300197000000200030008c000000200400003900000000040340190000001f0540018f00000020064001900000000004690019000013270000613d000000000701034f000000007807043c0000000009890436000000000049004b000013230000c13d000000000005004b000013340000613d000000000661034f0000000305500210000000000704043300000000075701cf000000000757022f000000000606043b0000010005500089000000000656022f00000000055601cf000000000575019f0000000000540435000100000003001f00030000000103550000000100200190000014560000613d0000001f013000390000104201100197000000400200043d0000000001210019000000400010043f00000f630030009c000000350000213d0000001f0030008c000000350000a13d0000000002020433000000000002004b000010cb0000613d000000440210003900001023030000410000000000320435000000240210003900000015030000390000106e0000013d000000050000006b0000146e0000c13d000000440210003900000f7d03000041000000000032043500000024021000390000001d030000390000106e0000013d0000000d030000290000000c02300069000000240220003900000f550030009c00000f5503008041000000400330021000000f550020009c00000f55020080410000006002200210000000000232019f00000f550010009c00000f5501008041000000c001100210000000000121019f00000010020000293d513d4c0000040f0000000d090000290000000003010019000000600330027000000f5503300197000000200030008c000000200400003900000000040340190000001f0540018f00000020064001900000000004690019000013720000613d000000000701034f000000007807043c0000000009890436000000000049004b0000136e0000c13d000000000005004b0000137f0000613d000000000661034f0000000305500210000000000704043300000000075701cf000000000757022f000000000606043b0000010005500089000000000656022f00000000055601cf000000000575019f0000000000540435000100000003001f00030000000103550000000100200190000014f70000613d0000001f013000390000104202100197000000400100043d0000000002120019000000400020043f00000f630030009c000000350000213d0000001f0030008c000000350000a13d0000000001010433001000000001001d0000001101000029000000000010043f0000001201000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001202000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000301041a000000400200043d0000004001200039000000400010043f000000200120003900000f740400004100000000004104350000001e0400003900000000004204350012001000300073000019530000813d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000013c10000413d000021740000013d0000000c01000029000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000201041a0000000e0020006b000035570000813d000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000800000001001d0000000c01000029000000000010043f0000000a01000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000e02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000b02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b001200000001001d000000000101041a000000000001004b00001edd0000c13d0000000c01000029000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000201041a0000000e0020006b000035570000813d000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000e0200002900100005002000cd000000000101043b0000001001100029000f00000001001d0000000201100039000700000001001d000000000101041a001100000001001d0000007a01000039000000000101041a000000ff00100190000023810000c13d00000f720100004100000000001004430000000001000414000023840000013d0000001f0430018f00000f6b02300198000014470000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000026004b000014430000c13d000000000004004b000014540000613d000000000121034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000600130021000003d53000104300000001f0430018f00000f6b023001980000145f0000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000026004b0000145b0000c13d000000000004004b0000146c0000613d000000000121034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000600130021000003d53000104300000000f01000029000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a000d00000001001d000000000001004b000016280000c13d0000000f01000029000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000201043b000000000102041a001000000001001d000000000001004b001100000002001d00001c100000c13d0000000a01000029000000000010043f0000001401000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a000000ff0010019000001d6d0000c13d0000000f01000029000000000010043f0000000901000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000401041a000000400200043d0000004001200039000000400010043f000000200120003900000f770300004100000000003104350000001b030000390000000000320435001200000004001d000000050040002a00003a720000413d0000000f01000029000000000010043f0000000901000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d00000012030000290000000502300029000000000101043b000000000021041b0000000f01000029000000000010043f0000000601000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000402000029000000000021041b000000400300043d000000a001300039000000400010043f00000020023000390000000501000029001000000002001d00000000001204350000000a01000029001200000003001d00000000001304350000007a01000039000000000101041a000000ff00100190000021a40000c13d00000f720100004100000000001004430000000001000414000021a70000013d000000640120003900000fa9030000410000000000310435000000440120003900000faa03000041000015ed0000013d0000001f0430018f00000f6b02300198000015000000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000026004b000014fc0000c13d000000000004004b0000150d0000613d000000000121034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000600130021000003d53000104300000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000e02000029000000010220008a00000f5502200197000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a0000002001100270000f0f850010019b000012610000013d001100000000001d000000400100043d0000004002100039000000400020043f0000002002100039000000000002043500000000000104350000000e01000029000000000010043f0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000001102000029000000120220006900000fff0220019700000001022002700000001202200069000000000101043b001000000002001d00000f5502200197000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000400300043d0000004002300039000000400020043f000000000101041a00000f55021001970000000003230436000000200110027000000f850110019700000000001304350000000f03000029000000000032004b00000a7d0000613d0000001004000029000000010140008a000000000032004b00000000020100190000001202004029000000110400802900000f5503400197001200000002001d00000f5501200197000000000031004b001100000004001d0000152f0000213d00000af70000013d0000006001200039000000400010043f000000400120003900000fae0300004100000000003104350000002801000039000000000112043600000faf030000410000000000310435000000120300002900000fb00030009c00000c370000413d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000015880000413d000021740000013d0000000f01000029000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b001200000001001d000000000101041a000000060010006b000035570000813d0000001201000029000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000060200002900000005022000c9001000010020003d0000001001100029000000000101041a001100000001001d0000000f01000029000000000010043f0000000901000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000401041a000000400200043d0000004001200039000000400010043f000000200120003900000f740300004100000000003104350000001e030000390000000000320435000000400300043d000000110440006c00001eb40000813d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000015da0000413d000021740000013d000000440210003900000fc4030000410000000000320435000000240210003900000014030000390000106e0000013d000000640120003900000fa9030000410000000000310435000000440120003900000fab03000041000000000031043500000024012000390000002203000039000000000031043500000f6d010000410000000000120435000000040120003900000020030000390000000000310435000000400100043d0000000002120049000000840220003900000f550020009c00000f5502008041000000600220021000000f550010009c00000f55010080410000004001100210000000000112019f00003d53000104300000007a01000039000000000101041a000000ff00100190000018c70000c13d00000f720100004100000000001004430000000001000414000018ca0000013d0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000f02000029000000010220008a00000f5502200197000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a000000200110027000110f850010019b00000c7c0000013d000000000100041000090f560010019b001200000000001d000016310000013d00000012020000290000000102200039001200000002001d0000000d0020006c000014800000813d0000000f01000029000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000201041a000000120020006b000035570000813d000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000120200002900000005022000c9000000000101043b0000000001210019001000000001001d0000000201100039000e00000001001d000000000101041a001100000001001d0000007a01000039000000000101041a000000ff001001900000165d0000613d00000f700100004100000000001004430000000001000414000016600000013d00000f72010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000110010006c0000162c0000a13d0000001001000029000000000101041a000000400300043d00000f73020000410000000000230435000b00000003001d000000040230003900000009030000290000000000320435000000400200043d001100000002001d00000f6802000041000000000020044300000f5601100197000c00000001001d0000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000000c02000029000000040020008c0000168d0000c13d0000000103000031000016bd0000013d00000011050000290000000b03500069000000240430003900000f550050009c00000f55030000410000000003054019000000400330021000000f550040009c00000f55040080410000006004400210000000000334019f00000f550010009c00000f5501008041000000c001100210000000000131019f3d513d4c0000040f00000011090000290000000003010019000000600330027000000f5503300197000000200030008c0000002006000039000000000603401900000020056001900000000004590019000016ac0000613d000000000701034f000000007807043c0000000009890436000000000049004b000016a80000c13d0000001f06600190000016b90000613d000000000551034f0000000306600210000000000704043300000000076701cf000000000767022f000000000505043b0000010006600089000000000565022f00000000056501cf000000000575019f0000000000540435000100000003001f0003000000010355000000010020019000001fed0000613d0000001f013000390000104202100197000000400100043d0000000002120019000000400020043f00000f630030009c000000350000213d0000001f0030008c000000350000a13d0000000001010433001100000001001d0000000f01000029000000000010043f0000001201000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001202000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000301041a000000400200043d0000004001200039000000400010043f000000200120003900000f740400004100000000004104350000001e040000390000000000420435000000110330006b00001ec80000413d0000007a01000039000000000101041a000000ff0110018f000016f80000c13d000000000001004b000016ff0000613d00000f700100004100000000001004430000000001000414000017840000013d000800000003001d000000000001004b000017030000613d00000f700100004100000000001004430000000001000414000017060000013d00000f720100004100000000001004430000000001000414000017840000013d00000f72010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d0000000e02000029000000000402041a000000000501043b000000400200043d0000004001200039000000400010043f000000200120003900000f740300004100000000003104350000001e030000390000000000320435000c00000004001d000b00000005001d00070000004500530000204a0000413d0000000f01000029000000000010043f0000000901000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d00000010020000290000000102200039000000000202041a000600000002001d000000000101043b000000000101041a001100000001001d0000000601000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000b030000290000000c0030006c00000000020000190000174e0000613d000000000101043b000000000201041a00000007012000b900000007031000fa000000000023004b00003a680000c13d000000000001004b0000174d0000613d00000006021000b900000000011200d9000000060010006c0000174e0000613d00003a680000013d0000000002000019000000400300043d0000004001300039000000400010043f000000200130003900000f750400004100000000004104350000001a0400003900000000004304350000001104000029000000000004004b0000205f0000613d000000000024004b0000000003000019000017610000213d00000011012000fa00000f76031000d100000000011300d900000f760010009c00003a680000c13d000000400100043d0000004002100039000000400020043f000000200210003900000f750400004100000000004204350000001a02000039000000000021043500000010010000290000000304100039000000000504041a000000400200043d0000004001200039000000400010043f000000200120003900000f770600004100000000006104350000001b06000039000000000062043500000008033000fa000000000035001a00002f2f0000413d0000000001350019000000000014041b0000007a01000039000000000101041a000000ff00100190000017810000613d00000f700100004100000000001004430000000001000414000017840000013d00000f72010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b0000000e02000029000000000012041b0000162c0000013d00000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000120010006c000024620000a13d0000001101000029000000000101041a000000400300043d00000f73020000410000000000230435000000000200041000000f5602200197000700000003001d00000004033000390000000000230435000000400200043d000f00000002001d00000f6802000041000000000020044300000f5601100197001200000001001d0000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000001202000029000000040020008c00001e3d0000c13d000000010300003100001e6e0000013d0000000003010019000e00000000001d000f00000000001d001100000002001d000000010330008a000000000013004b000035570000813d001200000003001d000000000020043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b001000000001001d00000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d0000001203000029000000010430021000000010024000290000000102200039000000000202041a00000fc002200197000000000101043b000000000012004b000002850000213d001000000004001d0000001102000029000000000102041a000000000013004b000035570000813d000000000020043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b00000010011000290000001105000029000000000605041a0000000102100039000000000202041a00000fb90220019700000fcf0020009c001000000006001d000018120000c13d000000120060006b000035570000813d000000000301041a000000400200043d0000004001200039000000400010043f000000200120003900000f770400004100000000004104350000001b0400003900000000004204350000000e04000029000000000043001a00002dd50000413d000e00000043001d000018210000013d000000120060006b000035570000813d000000000301041a000000400200043d0000004001200039000000400010043f000000200120003900000f770400004100000000004104350000001b0400003900000000004204350000000f04000029000000000043001a00002dea0000413d000f00000043001d000000000050043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000201043b0000001001000029000000010110008a00000001031002100000000002320019000000000002041b0000000102200039000000000002041b0000001102000029000000000012041b0000001203000029000000000003004b000017c50000c13d000002850000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000018460000413d000021740000013d0000000b030000290000000a02300069000000240220003900000f550030009c00000f5503008041000000400330021000000f550020009c00000f55020080410000006002200210000000000232019f00000f550010009c00000f5501008041000000c001100210000000000121019f0000000c020000293d513d4c0000040f0000000b090000290000000003010019000000600330027000000f5503300197000000200030008c000000200400003900000000040340190000001f0540018f000000200640019000000000046900190000186e0000613d000000000701034f000000007807043c0000000009890436000000000049004b0000186a0000c13d000000000005004b0000187b0000613d000000000661034f0000000305500210000000000704043300000000075701cf000000000757022f000000000606043b0000010005500089000000000656022f00000000055601cf000000000575019f0000000000540435000100000003001f0003000000010355000000010020019000001b630000613d0000001f013000390000104202100197000000400100043d0000000002120019000000400020043f00000f630030009c000000350000213d0000001f0030008c000000350000a13d00000000040104330000004001200039000000400010043f0000001e01000039000000000112043600000f74030000410000000000310435000c00000004001d000b00090040007400001c340000813d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b0000189f0000413d000021740000013d0000001f0430018f00000f6b02300198000018b00000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000026004b000018ac0000c13d000000000004004b000018bd0000613d000000000121034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000600130021000003d53000104300000007a01000039000000000101041a000000ff0010019000001b7b0000c13d00000f72010000410000000000100443000000000100041400001b7e0000013d00000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000401043b000000400200043d0000008001200039000000400010043f000000600120003900000fb4030000410000000000310435000000400120003900000fb5030000410000000000310435000000200120003900000fb603000041000000000031043500000042030000390000000000320435000b00000004001d00000f840040009c00001bfb0000813d0000000d0000006b00001c570000c13d000000400200043d0000004001200039000000400010043f0000000b01000029000a00000002001d00000000021204360000000c0100002900000f8501100197000b00000001001d000c00000002001d00000000001204350000001101000029000000000010043f0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000d02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000a02000029000000000202043300000f5502200197000000000101043b000000000301041a00000fb903300197000000000223019f0000000c030000290000000003030433000000200330021000000fb703300197000000000232019f000000000021041b0000001101000029000000000010043f0000001101000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000e02000029000000010220003900000f5502200197000000000101043b000000000301041a00000fba03300197000000000223019f000000000021041b000000400100043d00000020021000390000000b0300002900000000003204350000000f020000290000000000210435000000400200043d0000000001210049000000400110003900000f550010009c00000f5501008041000000600110021000000f550020009c00000f55020080410000004002200210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000121019f00000f7b011001c70000800d02000039000000020300003900000fbb0400004100000011050000293d513d470000040f0000000100200190000000350000613d00000c670000013d000000000043041b0000000e020000290000000f002001b000001c2c0000c13d000000400100043d000000440210003900000ffc030000410000106b0000013d0000007a01000039000000000101041a000000ff0110018f00001c3c0000c13d000000000001004b00001cc40000c13d00000f72010000410000000000100443000000000100041400001cc70000013d00000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000120010006c000026680000a13d0000001101000029000000000101041a000000400300043d00000f73020000410000000000230435000000000200041000000f5602200197000800000003001d00000004033000390000000000230435000000400200043d000f00000002001d00000f6802000041000000000020044300000f5601100197001200000001001d0000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000001202000029000000040020008c00001f5e0000c13d000000010300003100001f8f0000013d0000001f0430018f00000f6b02300198000019970000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000026004b000019930000c13d000000000004004b000019a40000613d000000000121034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000600130021000003d5300010430000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000019b30000413d000021740000013d000000400400043d00000f6d0200004100000000002404350000000402400039000000200500003900000000005204350000000002030433000000240340003900000000002304350000004403400039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000019c80000413d000021740000013d0000000001000410000a0f560010019b001200000000001d000019e70000013d00000f72010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b0000000e02000029000000000012041b00000012020000290000000102200039001200000002001d0000000d0020006c000012de0000813d0000000f01000029000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000201041a000000120020006b000035570000813d000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000120200002900000005022000c9000000000101043b0000000001210019001000000001001d0000000201100039000e00000001001d000000000101041a001100000001001d0000007a01000039000000000101041a000000ff0010019000001a130000613d00000f70010000410000000000100443000000000100041400001a160000013d00000f72010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000110010006c000019e20000a13d0000001001000029000000000101041a000000400300043d00000f73020000410000000000230435000b00000003001d00000004023000390000000a030000290000000000320435000000400200043d001100000002001d00000f6802000041000000000020044300000f5601100197000c00000001001d0000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000000c02000029000000040020008c00001a430000c13d000000010300003100001a730000013d00000011050000290000000b03500069000000240430003900000f550050009c00000f55030000410000000003054019000000400330021000000f550040009c00000f55040080410000006004400210000000000334019f00000f550010009c00000f5501008041000000c001100210000000000131019f3d513d4c0000040f00000011090000290000000003010019000000600330027000000f5503300197000000200030008c000000200600003900000000060340190000002005600190000000000459001900001a620000613d000000000701034f000000007807043c0000000009890436000000000049004b00001a5e0000c13d0000001f0660019000001a6f0000613d000000000551034f0000000306600210000000000704043300000000076701cf000000000767022f000000000505043b0000010006600089000000000565022f00000000056501cf000000000575019f0000000000540435000100000003001f00030000000103550000000100200190000021330000613d0000001f013000390000104202100197000000400100043d0000000002120019000000400020043f00000f630030009c000000350000213d0000001f0030008c000000350000a13d0000000001010433001100000001001d0000000f01000029000000000010043f0000001201000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001202000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000301041a000000400200043d0000004001200039000000400010043f000000200120003900000f740400004100000000004104350000001e040000390000000000420435000000110330006b000021030000413d0000007a01000039000000000101041a000000ff0110018f00001aae0000c13d000000000001004b000019d40000613d00000f700100004100000000001004430000000001000414000019d70000013d000900000003001d000000000001004b00001ab50000613d00000f70010000410000000000100443000000000100041400001ab80000013d00000f72010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d0000000e02000029000000000402041a000000000501043b000000400200043d0000004001200039000000400010043f000000200120003900000f740300004100000000003104350000001e030000390000000000320435000c00000004001d000b00000005001d00080000004500530000214b0000413d0000000f01000029000000000010043f0000000901000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d00000010020000290000000102200039000000000202041a000700000002001d000000000101043b000000000101041a001100000001001d0000000601000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000b030000290000000c0030006c000000000200001900001b000000613d000000000101043b000000000201041a00000008012000b900000008031000fa000000000023004b00003a680000c13d000000000001004b00001aff0000613d00000007021000b900000000011200d9000000070010006c00001b000000613d00003a680000013d0000000002000019000000400300043d0000004001300039000000400010043f000000200130003900000f750400004100000000004104350000001a0400003900000000004304350000001104000029000000000004004b000021600000613d000000000024004b000000000300001900001b130000213d00000011012000fa00000f76031000d100000000011300d900000f760010009c00003a680000c13d000000400100043d0000004002100039000000400020043f000000200210003900000f750400004100000000004204350000001a02000039000000000021043500000010010000290000000304100039000000000504041a000000400200043d0000004001200039000000400010043f000000200120003900000f770600004100000000006104350000001b06000039000000000062043500000009033000fa000000000035001a000031bd0000413d0000000001350019000000000014041b0000007a01000039000000000101041a000000ff0010019000001b330000613d00000f700100004100000000001004430000000001000414000019d70000013d00000f720100004100000000001004430000000001000414000019d70000013d0000000e01000029000000000010043f0000000e01000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000201041a0000000103200039000000000031041b000000110020006b00001d710000c13d00000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000d00000001001d000000100010006c000020740000a13d000000400100043d000000640210003900000fbd030000410000000000320435000000440210003900000fbe03000041000000000032043500000024021000390000002a0300003900000bcd0000013d0000001f0430018f00000f6b0230019800001b6c0000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000026004b00001b680000c13d000000000004004b00001b790000613d000000000121034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000600130021000003d530001043000000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000401043b000000400200043d0000008001200039000000400010043f000000600120003900000fb4030000410000000000310435000000400120003900000fb5030000410000000000310435000000200120003900000fb603000041000000000031043500000042030000390000000000320435000d00000004001d00000f840040009c00001c420000813d0000000e0000006b00001d7b0000c13d000000400300043d0000004001300039000000400010043f00000020023000390000001201000029000c00000002001d00000000001204350000000d01000029000b00000003001d00000000001304350000001001000029000000000010043f0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000e02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000b02000029000000000202043300000f5502200197000000000101043b000000000301041a00000fb903300197000000000223019f0000000c030000290000000003030433000000200330021000000fb703300197000000000232019f000000000021041b0000001001000029000000000010043f0000001101000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000f02000029000000010220003900000f5502200197000000000101043b000000000301041a00000fba03300197000000000223019f000000000021041b000000400100043d00000020021000390000001203000029000000000032043500000011020000290000000000210435000000400200043d0000000001210049000000400110003900000f550010009c00000f5501008041000000600110021000000f550020009c00000f55020080410000004002200210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000121019f00000f7b011001c70000800d02000039000000020300003900000fbb040000410000001005000029000010c80000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00001c080000413d000021740000013d0000000003000019000000000102041a001200000003001d000000000013004b000035570000813d000000000020043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000120300002900000005023000c9000000000101043b0000000001210019000000000101041a00000f56011001970000000a0010006c00001dbd0000613d0000000103300039000000100030006c000000110200002900001c110000413d000014930000013d0000000f0000006b00001c9d0000613d0000000e0000006b00001c9d0000613d000000400100043d000000440210003900000ff40300004100001dc00000013d0000007a01000039000000000101041a000000ff0010019000001cd40000c13d00000f72010000410000000000100443000000000100041400001cd70000013d000000000001004b00001d3e0000c13d00000f72010000410000000000100443000000000100041400001d410000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00001c4f0000413d000021740000013d0000001101000029000000000010043f0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000e02000029000000010220008a00000f5502200197000a00000002001d000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a0000000b0110014f00000f5500100198000018e60000c13d0000001101000029000000000010043f0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000a02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000c04000029000000200240021000000fb702200197000000000101043b000000000301041a00000fb803300197000000000223019f000000000021041b000b0f850040019b0000192d0000013d0000000d0100002900000005021000c9001200000002001d0010000a0020002d0000000f0000006b00001dc40000c13d0000000801000029000000000301041a000000400200043d0000004001200039000000400010043f000000200120003900000f740400004100000000004104350000001e0400003900000000004204350000000e0330006c00001f210000813d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00001cbc0000413d000021740000013d00000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b0000000e02000029000000000012041b000000000100001900003d520001042e00000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000a00000001001d0000001001000029000000000010043f0000000601000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000f020000290000000202200039000000000202041a000a000a00200073000023310000a13d0000000c03000029000000090030006c000023310000613d000000000101041a000c00000001001d000000400100043d0000004002100039000000400020043f000000200210003900000f740300004100000000003204350000001e0200003900000000002104350000001001000029000000000010043f0000000901000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000c060000290000000a046000b90000000a024000fa0000000f030000290000000103300039000000000503041a000000000101043b000000000062004b00003a680000c13d000000000201041a000000000004004b000000000300001900001d1f0000613d00000000034500a900000000014300d9000000000051004b00003a680000c13d000000400500043d0000004001500039000000400010043f000000200150003900000f750400004100000000004104350000001a040000390000000000450435000000000002004b000023160000c13d000000400300043d00000f6d0200004100000000002304350000000402300039000000200400003900000000004204350000000002050433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00001d360000413d000021740000013d00000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d0000000e02000029000000000402041a000000000501043b000000400200043d0000004001200039000000400010043f000000200120003900000f740300004100000000003104350000001e030000390000000000320435001000000004001d000d00000005001d000c00000045005300001dee0000813d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00001d650000413d000021740000013d000000400100043d000000440210003900000f7903000041000012870000013d000000400100043d000000640210003900000fac030000410000000000320435000000440210003900000fad0300004100000000003204350000002402100039000000260300003900000bcd0000013d0000001001000029000000000010043f0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000f02000029000000010220008a00000f5502200197000c00000002001d000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a0000000d0110014f00000f550010019800001b9a0000c13d0000001001000029000000000010043f0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000c02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d00000012020000290000002002200210000000000101043b000000000301041a00000fb80330019700001bde0000013d000000400100043d000000440210003900000f78030000410000000000320435000000240210003900000012030000390000106e0000013d0000000b01000029000000000010043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000201041a0000000d0020006b000035570000813d000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001201100029000e00000001001d0000000201100039000a00000001001d000000000101041a001200000001001d0000007a01000039000000000101041a000000ff00100190000022890000c13d00000f7201000041000000000010044300000000010004140000228c0000013d0000001101000029000000000010043f0000000901000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000f020000290000000102200039000000000202041a000b00000002001d000000000101043b000000000101041a001100000001001d0000000601000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000d03000029000000100030006c000000000200001900001e1e0000613d000000000101043b000000000201041a0000000c012000b90000000c031000fa000000000023004b00003a680000c13d000000000001004b000000000200001900001e1e0000613d0000000b021000b900000000011200d90000000b0010006c00003a680000c13d000000400300043d0000004001300039000000400010043f000000200130003900000f750400004100000000004104350000001a040000390000000000430435000000110000006b0000217d0000c13d000000400400043d00000f6d0200004100000000002404350000000402400039000000200500003900000000005204350000000002030433000000240340003900000000002304350000004403400039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00001e350000413d000021740000013d0000000f030000290000000702300069000000240220003900000f550030009c00000f5503008041000000400330021000000f550020009c00000f55020080410000006002200210000000000232019f00000f550010009c00000f5501008041000000c001100210000000000121019f00000012020000293d513d4c0000040f0000000f090000290000000003010019000000600330027000000f5503300197000000200030008c000000200400003900000000040340190000001f0540018f0000002006400190000000000469001900001e5d0000613d000000000701034f000000007807043c0000000009890436000000000049004b00001e590000c13d000000000005004b00001e6a0000613d000000000661034f0000000305500210000000000704043300000000075701cf000000000757022f000000000606043b0000010005500089000000000656022f00000000055601cf000000000575019f0000000000540435000100000003001f0003000000010355000000010020019000001fd50000613d0000001f013000390000104202100197000000400100043d0000000002120019000000400020043f00000f630030009c000000350000213d0000001f0030008c000000350000a13d0000000001010433001200000001001d0000000c01000029000000000010043f0000001201000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000e02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000301041a000000400200043d0000004001200039000000400010043f000000200120003900000f740400004100000000004104350000001e04000039000000000042043500120012003000730000227f0000813d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00001eac0000413d000021740000013d0000004001300039000000400010043f0000001b01000039000000000113043600000f77020000410000000000210435000000050040002a00003a870000413d001100050040002e000020050000c13d000000400100043d000000640210003900000fef030000410000000000320435000000440210003900000ff003000041000000000032043500000024021000390000002e0300003900000bcd0000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00001ed50000413d000021740000013d00000000060100190000000008000019000000000700001900001ee30000013d000000000006004b000021300000613d000000010660008a000000000016004b000035570000813d000f00000008001d001000000007001d001100000006001d0000001201000029000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d00000011060000290000000102600210000000000101043b00000000022100190000001201000029000000000101041a0000000103200039000000000303041a00000fb90330019700000fcf0030009c00001f100000c13d000000000016004b00000010070000290000000f08000029000035570000813d000000000402041a000000400300043d0000004002300039000000400020043f000000200230003900000f770500004100000000005204350000001b050000390000000000530435000000000084001a000036450000413d000000000884001900001ee10000013d000000000016004b00000010070000290000000f08000029000035570000813d000000000402041a000000400300043d0000004002300039000000400020043f000000200230003900000f770500004100000000005204350000001b050000390000000000530435000000000074001a0000365a0000413d000000000774001900001ee10000013d0000000801000029000000000031041b0000000b01000029000000000010043f0000001201000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000d02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000301041a000000400200043d0000004001200039000000400010043f000000200120003900000f740400004100000000004104350000001e0400003900000000004204350012000e00300074000022ba0000813d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00001f560000413d000021740000013d0000000f030000290000000802300069000000240220003900000f550030009c00000f5503008041000000400330021000000f550020009c00000f55020080410000006002200210000000000232019f00000f550010009c00000f5501008041000000c001100210000000000121019f00000012020000293d513d4c0000040f0000000f090000290000000003010019000000600330027000000f5503300197000000200030008c000000200400003900000000040340190000001f0540018f0000002006400190000000000469001900001f7e0000613d000000000701034f000000007807043c0000000009890436000000000049004b00001f7a0000c13d000000000005004b00001f8b0000613d000000000661034f0000000305500210000000000704043300000000075701cf000000000757022f000000000606043b0000010005500089000000000656022f00000000055601cf000000000575019f0000000000540435000100000003001f00030000000103550000000100200190000021180000613d0000001f013000390000104202100197000000400100043d0000000002120019000000400020043f00000f630030009c000000350000213d0000001f0030008c000000350000a13d0000000001010433001200000001001d0000000d01000029000000000010043f0000001201000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000e02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000301041a000000400200043d0000004001200039000000400010043f000000200120003900000f740400004100000000004104350000001e0400003900000000004204350012001200300073000023b20000813d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00001fcd0000413d000021740000013d0000001f0430018f00000f6b0230019800001fde0000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000026004b00001fda0000c13d000000000004004b00001feb0000613d000000000121034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000600130021000003d53000104300000001f0430018f00000f6b0230019800001ff60000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000026004b00001ff20000c13d000000000004004b000020030000613d000000000121034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000600130021000003d53000104300000001201000029000000000101041a000000060010006b000035570000813d0000001201000029000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000001202000029000000000202041a000000060020006b000035570000813d000000000101043b0000001001100029000000000201041a001200000002001d0000000502000029000000000021041b0000000f01000029000000000010043f0000000901000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001102000029000000000021041b000000400100043d00000020021000390000000503000029000000000032043500000012020000290000000000210435000000400200043d0000000001210049000000400110003900000f550010009c00000f5501008041000000600110021000000f550020009c00000f55020080410000004002200210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000121019f00000f7b011001c70000800d02000039000000030300003900000fee040000410000000f050000290000000606000029000010c80000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000020570000413d000021740000013d000000400400043d00000f6d0200004100000000002404350000000402400039000000200500003900000000005204350000000002030433000000240340003900000000002304350000004403400039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b0000206c0000413d000021740000013d0000000e01000029000000000010043f0000000f01000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000502000039000000000202041a00000f5602200198000007d40000613d000000000101041a000c00000001001d000000000020043f0000000801000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b001100000001001d000000000101041a000f00000001001d000000000001004b001200000000001d000024320000c13d0000000e01000029000000000010043f0000000f01000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000c0200002900000f5606200197000000000101043b000000000201041a00000f57022001970000000b07000029000000000272019f000000000021041b000000400100043d00000f550010009c00000f55010080410000004001100210000000000200041400000f550020009c00000f5502008041000000c002200210000000000112019f00000f7b011001c70000800d02000039000000040300003900000fb1040000410000000e05000029001100000006001d3d513d470000040f0000000100200190000000350000613d00000011020000290000000b0020006c000010cb0000613d000000120000006b000010cb0000613d000000110000006b00002b3b0000c13d0000000b0000006b000010cb0000613d0000000b01000029000000000010043f0000001101000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a001000000001001d000f0f550010019c001100000000001d00002f100000c13d000000400200043d0000006001200039000000400010043f000000400120003900000fbc030000410000000000310435000000200120003900000fb30300004100000000003104350000002b0300003900000000003204350000001104000029000000120340002900120f850030019b000000120040006b00002f8d0000813d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000020fb0000413d000021740000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000021100000413d000021740000013d0000001f0430018f00000f6b02300198000021210000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000026004b0000211d0000c13d000000000004004b0000212e0000613d000000000121034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000600130021000003d5300010430000000000007004b000014120000613d0000273e0000013d0000001f0430018f00000f6b023001980000213c0000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000026004b000021380000c13d000000000004004b000021490000613d000000000121034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000600130021000003d5300010430000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000021580000413d000021740000013d000000400400043d00000f6d0200004100000000002404350000000402400039000000200500003900000000005204350000000002030433000000240340003900000000002304350000004403400039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b0000216d0000413d000021770000a13d000000000132001900000000000104350000001f0120003900001042011001970000000001310019000000400200043d0000000001210049000010770000013d000000110020006b0000000003000019000021850000213d00000011012000fa00000f76031000d100000000011300d900000f760010009c00003a680000c13d000000400100043d0000004002100039000000400020043f000000200210003900000f7505000041000000000052043500000000004104350000000f010000290000000304100039000000000504041a000000400200043d0000004001200039000000400010043f000000200120003900000f770600004100000000006104350000001b06000039000000000062043500000012033000fa000000000035001a00003a9c0000413d0000000001350019000000000014041b0000007a01000039000000000101041a000000ff00100190000024000000c13d00000f72010000410000000000100443000000000100041400001cc70000013d00000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d00000012020000290000004003200039000000000101043b000d00000003001d000000000013043500000080032000390000000301000029000e00000003001d00000000001304350000006001200039000c00000001001d00000000000104350000001102000029000000000102041a000b00000001001d0000000101100039000000000012041b000000000020043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000b0200002900000005022000c9000000000101043b0000000001210019000000000201041a00000f57022001970000001203000029000000000303043300000f5603300197000000000232019f000000000021041b000000100200002900000000020204330000000103100039000000000023041b0000000d0200002900000000020204330000000203100039000000000023041b0000000c0200002900000000020204330000000303100039000000000023041b00000004011000390000000e020000290000000002020433000000000021041b0000000a01000029000000000010043f0000001401000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000201041a000010430220019700000001022001bf000000000021041b0000000401000039000000000101041a0000000102000039000000400400043d0000002403400039000000000023043500000f7a020000410000000000240435001000000004001d00000004024000390000000f03000029000000000032043500000f6802000041000000400300043d000e00000003001d000000000020044300000f5601100197001200000001001d0000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000001202000029000000040020008c000022300000613d0000000e030000290000001002300069000000440220003900000f550030009c00000f5503008041000000400330021000000f550020009c00000f55020080410000006002200210000000000232019f00000f550010009c00000f5501008041000000c001100210000000000121019f00000012020000293d513d470000040f0000000003010019000000600330027000010f550030019d0003000000010355000000010020019000002bbf0000613d0000001101000029000000000101041a000000400200043d00000040032000390000000304000029000000000043043500000020032000390000000404000029000000000043043500000005030000290000000000320435000000400300043d0000000002320049000000600220003900000f550020009c00000f5502008041000000600220021000000f550030009c00000f55030080410000004003300210000000000232019f000000000300041400000f550030009c00000f5503008041000000c003300210000000000232019f000000010610008a00000f7b012001c70000800d02000039000000040300003900000f7c040000410000000f050000290000000a070000293d513d470000040f0000000100200190000000350000613d000010cb0000013d000000400400043d00000f6d0100004100000000001404350000000401400039000000200500003900000000005104350000000001030433000000240340003900000000001304350000004403400039000000000001004b0000387b0000613d000000000400001900000000053400190000000006240019000000000606043300000000006504350000002004400039000000000014004b000022620000413d0000324e0000013d000000400400043d00000f6d0100004100000000001404350000000401400039000000200500003900000000005104350000000001030433000000240340003900000000001304350000004403400039000000000001004b0000387b0000613d000000000400001900000000053400190000000006240019000000000606043300000000006504350000002004400039000000000014004b000022770000413d0000324e0000013d0000007a01000039000000000101041a000000ff0110018f000023bc0000c13d000000000001004b000024540000c13d00000f720100004100000000001004430000000001000414000024570000013d00000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000120010006c000030890000a13d0000000e01000029000000000101041a000000400300043d00000f73020000410000000000230435000000000200041000000f5602200197000600000003001d00000004033000390000000000230435000000400200043d001200000002001d00000f6802000041000000000020044300000f5601100197000700000001001d0000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000000702000029000000040020008c000029290000c13d00000001030000310000295b0000013d0000000b01000029000000000010043f0000001201000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000d02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001202000029000000000021041b0000001001000029000000000101041a000000400200043d00000024032000390000000904000029000000000043043500000044032000390000000e040000290000000000430435000000400400043d0000000003430049000e00000004001d00000000033404360000006402200039000000400020043f000000000203043300000ff50220019700000ff6022001c7001200000003001d000000000023043500000ff702000041000000000020044300000f5601100197001000000001001d0000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000024bf0000613d00000ff80010009c000024bf0000613d000000400100043d0000000e020000290000000002020433000000000002004b0000230e0000613d000000000300001900000000041300190000001205300029000000000505043300000000005404350000002003300039000000000023004b000023040000413d0000230e0000a13d00000000031200190000000000030435000000400400043d00000000030004140000001005000029000000040050008c00002bd80000c13d0000000102000039000000010400003100002bec0000013d000000000032004b00000000050000190000231e0000213d00000000012300d900000f76051000d100000000011500d900000f760010009c00003a680000c13d000000400100043d0000004002100039000000400020043f000000200210003900000f750300004100000000003204350000000000410435000000400200043d0000004001200039000000400010043f000000200120003900000f770300004100000000003104350000001b0300003900000000003204350000000b035000fa0000000e0030002a00003ab10000413d000e000e0030002d0000001001000029000000000010043f0000000a01000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001202000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001102000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b001100000001001d000000000101041a000000000001004b001000000000001d000023c20000c13d0000000d01000029000000000401041a0000000101100039000000000101041a000000400300043d0000004002300039000000400020043f000000200230003900000f740500004100000000005204350000001e050000390000000000530435000000100440006c000024040000813d000000400400043d00000f6d0100004100000000001404350000000401400039000000200500003900000000005104350000000001030433000000240340003900000000001304350000004403400039000000000001004b0000387b0000613d000000000400001900000000053400190000000006240019000000000606043300000000006504350000002004400039000000000014004b000023790000413d0000324e0000013d00000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000110010006c000032230000a13d0000000f01000029000000000101041a000000400300043d00000f73020000410000000000230435000000000200041000000f5602200197000500000003001d00000004033000390000000000230435000000400200043d001100000002001d00000f6802000041000000000020044300000f5601100197000600000001001d0000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000000602000029000000040020008c000029b60000c13d0000000103000031000029e80000013d0000007a01000039000000000101041a000000ff0110018f000026120000c13d000000000001004b0000265a0000c13d00000f7201000041000000000010044300000000010004140000265d0000013d000000000001004b000026180000c13d00000f7201000041000000000010044300000000010004140000261b0000013d0000000002010019001000000000001d000f00000000001d000023c90000013d0000001202000029000000000002004b0000235e0000613d0012000100200092000000120010006b000035570000813d0000001101000029000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d00000012040000290000000102400210000000000101043b00000000022100190000001101000029000000000101041a0000000103200039000000000303041a00000fb90330019700000fcf0030009c000023f10000c13d000000000014004b000035570000813d000000000402041a000000400300043d0000004002300039000000400020043f000000200230003900000f770500004100000000005204350000001b050000390000000000530435000000100040002a0000395d0000413d001000100040002d000023c60000013d000000000014004b000035570000813d000000000402041a000000400300043d0000004002300039000000400020043f000000200230003900000f770500004100000000005204350000001b0500003900000000005304350000000f0040002a000039720000413d000f000f0040002d000023c60000013d00000f70010000410000000000100443000000000100041400001cc70000013d00000000030000190000240a0000613d0000000e034000b900000000024300d90000000e0020006c00003a680000c13d000000400200043d0000004004200039000000400040043f000000200420003900000f750500004100000000005404350000001a040000390000000000420435000000400400043d0000004002400039000000400020043f000000200240003900000f740500004100000000005204350000001e050000390000000000540435000000400500043d00000f760330012a000000000113004b000027fa0000813d00000f6d0100004100000000001504350000000401500039000000200300003900000000003104350000000001040433000000240350003900000000001304350000004403500039000000000001004b0000387b0000613d000000000400001900000000053400190000000006240019000000000606043300000000006504350000002004400039000000000014004b0000242a0000413d0000324e0000013d001200000000001d0000001101000029000000000101041a000000120010006b000035570000813d0000000501000039000000000101041a001000000001001d0000001101000029000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000120200002900000005022000c9000000000101043b0000000001210019000000000101041a000000100110014f00000f56001001980000288e0000613d00000012010000290000000101100039001200000001001d0000000f0010006c000024330000413d001200000000001d0000209b0000013d00000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b0000001002000029000000000012041b0000000c01000029000000000010043f0000000a01000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000e02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000a02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b001200000001001d000000000101041a000000000001004b000024c30000c13d00000008020000290011000b0020002d0000000901000029000000000401041a000000000004004b000025070000c13d0000001101000029000000000101041a000000000200041000000f5602200197000000400300043d0000004404300039000000000024043500000024023000390000000a04000029000000000042043500000064023000390000000d040000290000000000420435000000400400043d0000000002420049001000000004001d00000000042404360000008402300039000000400020043f000000000204043300000ff50220019700001036022001c7000f00000004001d000000000024043500000ff702000041000000000020044300000f5601100197001200000001001d0000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000024bf0000613d00000ff80010009c000025810000c13d000000400100043d0000004402100039000010370300004100000bb60000013d000000000601001900000000080000190000000007000019000024c90000013d000000000006004b0000255b0000613d000000010660008a000000000016004b000035570000813d000f00000008001d001000000007001d001100000006001d0000001201000029000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d00000011060000290000000102600210000000000101043b00000000022100190000001201000029000000000101041a0000000103200039000000000303041a00000fb90330019700000fcf0030009c000024f60000c13d000000000016004b00000010070000290000000f08000029000035570000813d000000000402041a000000400300043d0000004002300039000000400020043f000000200230003900000f770500004100000000005204350000001b050000390000000000530435000000000084001a000036f70000413d0000000008840019000024c70000013d000000000016004b00000010070000290000000f08000029000035570000813d000000000402041a000000400300043d0000004002300039000000400020043f000000200230003900000f770500004100000000005204350000001b050000390000000000530435000000000074001a0000370c0000413d0000000007740019000024c70000013d00000009020000290000000201200039000000000701041a00000011010000290000000301100039000000000501041a0000000101200039000000000101041a000000400600043d0000004002600039000000400020043f000000200260003900000f740300004100000000003204350000001e030000390000000000360435000000000774004b0000252e0000813d000000400300043d00000f6d0100004100000000001304350000000401300039000000200400003900000000004104350000000001060433000000240430003900000000001404350000004403300039000000000001004b0000387b0000613d000000000400001900000000053400190000000006240019000000000606043300000000006504350000002004400039000000000014004b000025260000413d0000324e0000013d0000000004000019000025340000613d00000000045700a900000000027400d9000000000052004b00003a680000c13d000000400200043d0000004005200039000000400050043f000000200520003900000f750600004100000000006504350000001a050000390000000000520435000000400500043d0000004002500039000000400020043f000000200250003900000f74060000410000000000620435000000000035043500000f760340012a00100000001300530000255e0000813d000000400300043d00000f6d0100004100000000001304350000000401300039000000200400003900000000004104350000000001050433000000240430003900000000001404350000004403300039000000000001004b0000387b0000613d000000000400001900000000053400190000000006240019000000000606043300000000006504350000002004400039000000000014004b000025530000413d0000324e0000013d000000000007004b0000248e0000613d0000273e0000013d000024940000613d0000000401000039000000000101041a000000400300043d00000f7302000041000000000023043500000f5602100197000f00000003001d0000000401300039000b00000002001d0000000000210435000000400100043d001200000001001d00000f680100004100000000001004430000000c010000290000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000000c02000029000000040020008c00002a2e0000c13d000000010300003100002a600000013d000000400100043d00000010020000290000000002020433000000000002004b000025920000613d00000000030000190000000f0600002900000000041300190000000005630019000000000505043300000000005404350000002003300039000000000023004b000025880000413d000025920000a13d00000000031200190000000000030435000000400400043d00000000030004140000001205000029000000040050008c0000259a0000c13d00000001020000390000000104000031000025ae0000013d0000000001120019000000000141004900000f550010009c00000f5501008041000000600110021000000f550040009c00000f55040080410000004002400210000000000121019f00000f550030009c00000f5503008041000000c002300210000000000121019f00000012020000293d513d470000040f000000010220018f0003000000010355000000600110027000010f550010019d00000f5504100197000000000004004b000025b30000c13d00000060030000390000008001000039000025d10000013d0000003f014000390000104201100197000000400300043d0000000001130019000000400010043f000000000143043600001042054001980000001f0640018f00000000045100190000000307000367000025c40000613d000000000807034f0000000009010019000000008a08043c0000000009a90436000000000049004b000025c00000c13d000000000006004b000025d10000613d000000000557034f0000000306600210000000000704043300000000076701cf000000000767022f000000000505043b0000010006600089000000000565022f00000000056501cf000000000575019f0000000000540435000000000002004b000025de0000c13d000000400100043d00000044021000390000103c03000041000000000032043500000f6d0200004100000000002104350000002402100039000000200300003900000000003204350000000402100039000010730000013d0000000002030433000000000002004b000026470000c13d000000400100043d0000000902000029000000000402041a0000004002100039000000400020043f0000001b02000039000000000321043600000f77020000410000000000230435000000400200043d0000000d0040002a00003ac60000413d0000000d044000290000000901000029000000000041041b0000000201100039000000000501041a00000011010000290000000301100039000000000301041a0000004001200039000000400010043f0000001e01000039000000000112043600000f74060000410000000000610435000000000454004b000027fe0000813d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b0000260a0000413d000021740000013d000000000001004b0000277c0000c13d00000f7201000041000000000010044300000000010004140000277f0000013d00000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d0000001002000029000000000402041a000000000501043b000000400200043d0000004001200039000000400010043f000000200120003900000f740300004100000000003104350000001e030000390000000000320435000f00000004001d000700000005001d0006000000450053000027ab0000813d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b0000263f0000413d000021740000013d00000f630020009c000000350000213d0000001f0020008c000000350000a13d0000000002010433000000000002004b0000000001000039000000010100c039000000000012004b000000350000c13d000000400100043d000000000002004b000025e20000c13d000000640210003900000ff9030000410000000000320435000000440210003900000ffa0300004100001b5f0000013d00000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b0000001002000029000000000012041b0000000d01000029000000000010043f0000000a01000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000e02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000b02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b001200000001001d000000000101041a000000000001004b0000269f0000c13d0000000a01000029000000000201041a000000000002004b000026e30000c13d0000000301000039000000000201041a00000fdd0220019700000f64022001c7000000000021041b000000000100001900003d520001042e000000000601001900000000080000190000000007000019000026a50000013d000000000006004b0000273c0000613d000000010660008a000000000016004b000035570000813d000f00000008001d001000000007001d001100000006001d0000001201000029000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d00000011060000290000000102600210000000000101043b00000000022100190000001201000029000000000101041a0000000103200039000000000303041a00000fb90330019700000fcf0030009c000026d20000c13d000000000016004b00000010070000290000000f08000029000035570000813d000000000402041a000000400300043d0000004002300039000000400020043f000000200230003900000f770500004100000000005204350000001b050000390000000000530435000000000084001a0000385a0000413d0000000008840019000026a30000013d000000000016004b00000010070000290000000f08000029000035570000813d000000000402041a000000400300043d0000004002300039000000400020043f000000200230003900000f770500004100000000005204350000001b050000390000000000530435000000000074001a0000386f0000413d0000000007740019000026a30000013d00000009030000290000000c013000290000000301100039000000000301041a0000000a050000290000000201500039000000000401041a0000000101500039000000000701041a000000400800043d0000004005800039000000400050043f000000200680003900000f740500004100000000005604350000001e050000390000000000580435000000000a42004b0000270b0000813d000000400200043d00000f6d0100004100000000001204350000000401200039000000200300003900000000003104350000000001080433000000240320003900000000001304350000004402200039000000000001004b0000273a0000613d000000000300001900000000042300190000000005630019000000000505043300000000005404350000002003300039000000000013004b000027030000413d000027370000013d0000000009000019000027110000613d00000000093a00a90000000006a900d9000000000036004b00003a680000c13d000000400800043d0000004006800039000000400060043f000000200680003900000f750a0000410000000000a604350000001a060000390000000000680435000000400a00043d0000004008a00039000000400080043f0000002008a0003900000f740b0000410000000000b8043500000000005a043500000f760990012a0011000000790053000027420000813d000000400200043d00000f6d01000041000000000012043500000004012000390000002003000039000000000031043500000000010a0433000000240320003900000000001304350000004402200039000000000001004b0000273a0000613d000000000300001900000000042300190000000005830019000000000505043300000000005404350000002003300039000000000013004b000027300000413d0000273a0000a13d000000000321001900000000000304350000001f01100039000012410000013d000000000007004b000026940000613d000000400100043d00000044021000390000103503000041000012870000013d000026980000613d000000400700043d0000004008700039000000400080043f000000200870003900000f740900004100000000009804350000000000570435000000000442004b0000000002000019000027510000613d00000000023400a900000000044200d9000000000034004b00003a680000c13d000000400300043d0000004004300039000000400040043f000000200430003900000f75050000410000000000540435000000000063043500000f760220012a000000000021041b0000000401000039000000000101041a000000400300043d00000f7302000041000000000023043500000f5602100197001000000003001d0000000401300039000f00000002001d000000000021043500000f6801000041000000400200043d001200000002001d00000000001004430000000d010000290000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000000d02000029000000040020008c00002c340000c13d000000010300003100002c660000013d00000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d0000001002000029000000000402041a000000000501043b000000400200043d0000004001200039000000400010043f000000200120003900000f740300004100000000003104350000001e030000390000000000320435000f00000004001d000800000005001d0007000000450053000028da0000813d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000027a30000413d000021740000013d0000000c01000029000000000010043f0000000901000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d00000011020000290000000102200039000000000202041a000400000002001d000000000101043b000000000101041a000500000001001d0000000601000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d00000007030000290000000f0030006c0000000002000019000027db0000613d000000000101043b000000000201041a00000006012000b900000006031000fa000000000023004b00003a680000c13d000000000001004b0000000002000019000027db0000613d00000004021000b900000000011200d9000000040010006c00003a680000c13d000000400300043d0000004001300039000000400010043f000000200130003900000f750400004100000000004104350000001a040000390000000000430435000000050000006b00002d290000c13d000000400400043d00000f6d0200004100000000002404350000000402400039000000200500003900000000005204350000000002030433000000240340003900000000002304350000004403400039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000027f20000413d000021740000013d0000000000150435000000400100043d000000000215004900000a810000013d0000000001000019000028040000613d00000000013400a900000000024100d9000000000032004b00003a680000c13d000000400200043d0000004003200039000000400030043f000000200320003900000f750400004100000000004304350000001a03000039000000000032043500000f760110012a00000009020000290000000102200039000000000012041b0000000501000039000000000101041a0000001102000029000000000202041a000000000112013f00000f5600100198000037e50000c13d0000000a01000029000000000010043f0000000f01000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000301041a000000400200043d0000006001200039000000400010043f00000040012000390000103804000041000000000041043500000020012000390000103a040000410000000000410435000000210400003900000000004204350000000d0400002900000fb00040009c00002d5e0000813d00120f560030019c000037e50000613d0000000d0000006b000037e50000613d0000001201000029000000000010043f0000001101000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a001000000001001d000f0f550010019c001100000000001d000028690000613d0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001002000029000000010220008a00000f5502200197000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a000000200110027000110f850010019b000000400200043d0000006001200039000000400010043f000000400120003900000fbc030000410000000000310435000000200120003900000fb30300004100000000003104350000002b03000039000000000032043500000011040000290000000d03400029000b0f850030019b0000000b0040006b0000363d0000813d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000028860000413d000021740000013d0000000501000039000000000101041a00000f5601100197000000000010043f0000000701000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001202000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000e02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000401041a0000000201100039000000000501041a000000400300043d0000004001300039000000400010043f000000200130003900000f740200004100000000002104350000001e020000390000000000230435000000400200043d001200000054005300002dff0000813d00000f6d0400004100000000004204350000000404200039000000200500003900000000005404350000000003030433000000240420003900000000003404350000004402200039000000000003004b000012400000613d000000000400001900000000052400190000000006140019000000000606043300000000006504350000002004400039000000000034004b000028d20000413d0000123d0000013d0000000d01000029000000000010043f0000000901000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d00000011020000290000000102200039000000000202041a000500000002001d000000000101043b000000000101041a000600000001001d0000000601000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d00000008030000290000000f0030006c00000000020000190000290a0000613d000000000101043b000000000201041a00000007012000b900000007031000fa000000000023004b00003a680000c13d000000000001004b00000000020000190000290a0000613d00000005021000b900000000011200d9000000050010006c00003a680000c13d000000400300043d0000004001300039000000400010043f000000200130003900000f750400004100000000004104350000001a040000390000000000430435000000060000006b00002d8b0000c13d000000400400043d00000f6d0200004100000000002404350000000402400039000000200500003900000000005204350000000002030433000000240340003900000000002304350000004403400039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000029210000413d000021740000013d00000012030000290000000602300069000000240220003900000f550030009c00000f5503008041000000400330021000000f550020009c00000f55020080410000006002200210000000000232019f00000f550010009c00000f5501008041000000c001100210000000000121019f00000007020000293d513d4c0000040f0000000003010019000000600330027000000f5503300197000000200030008c000000200400003900000000040340190000001f0540018f000000200640019000000012046000290000294a0000613d000000000701034f000000007807043c00000012090000290000000009890436001200000009001d000000000049004b000029440000c13d000000000005004b000029570000613d000000000661034f0000000305500210000000000704043300000000075701cf000000000757022f000000000606043b0000010005500089000000000656022f00000000055601cf000000000575019f0000000000540435000100000003001f0003000000010355000000010020019000002b230000613d0000001f013000390000104202100197000000400100043d0000000002120019000000400020043f00000f630030009c000000350000213d0000001f0030008c000000350000a13d0000000001010433001200000001001d0000000b01000029000000000010043f0000001201000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000d02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000301041a000000400200043d0000004001200039000000400010043f000000200120003900000f740400004100000000004104350000001e040000390000000000420435001200120030007300002dcb0000813d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000029990000413d000021740000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000029ae0000413d000021740000013d00000011030000290000000502300069000000240220003900000f550030009c00000f5503008041000000400330021000000f550020009c00000f55020080410000006002200210000000000232019f00000f550010009c00000f5501008041000000c001100210000000000121019f00000006020000293d513d4c0000040f0000000003010019000000600330027000000f5503300197000000200030008c000000200400003900000000040340190000001f0540018f00000020064001900000001104600029000029d70000613d000000000701034f000000007807043c00000011090000290000000009890436001100000009001d000000000049004b000029d10000c13d000000000005004b000029e40000613d000000000661034f0000000305500210000000000704043300000000075701cf000000000757022f000000000606043b0000010005500089000000000656022f00000000055601cf000000000575019f0000000000540435000100000003001f0003000000010355000000010020019000002b8f0000613d0000001f013000390000104202100197000000400100043d0000000002120019000000400020043f00000f630030009c000000350000213d0000001f0030008c000000350000a13d0000000001010433001100000001001d0000000c01000029000000000010043f0000001201000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000e02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000301041a000000400200043d0000004001200039000000400010043f000000200120003900000f740400004100000000004104350000001e040000390000000000420435001100110030007300002e240000813d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00002a260000413d000021740000013d00000012030000290000000f02300069000000240220003900000f550030009c00000f5503008041000000400330021000000f550020009c00000f55020080410000006002200210000000000232019f00000f550010009c00000f5501008041000000c001100210000000000121019f0000000c020000293d513d4c0000040f0000000003010019000000600330027000000f5503300197000000200030008c000000200400003900000000040340190000001f0540018f0000002006400190000000120460002900002a4f0000613d000000000701034f000000007807043c00000012090000290000000009890436001200000009001d000000000049004b00002a490000c13d000000000005004b00002a5c0000613d000000000661034f0000000305500210000000000704043300000000075701cf000000000757022f000000000606043b0000010005500089000000000656022f00000000055601cf000000000575019f0000000000540435000100000003001f0003000000010355000000010020019000002ba70000613d0000001f013000390000104202100197000000400100043d0000000002120019000000400020043f00000f630030009c000000350000213d0000001f0030008c000000350000a13d0000000001010433001200000001001d0000000c01000029000000000010043f0000001501000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000a02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000401041a000000400200043d0000004001200039000000400010043f000000200120003900000f770300004100000000003104350000001b030000390000000000320435000f00000004001d000000100040002a00003ada0000413d0000000f020000290000001002200029000800000002001d000700120020007400002e2e0000a13d0000000c01000029000000000010043f0000001501000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000a02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000703000029000000000031041b000000400100043d000000200210003900000000003204350000000f020000290000000000210435000000400200043d0000000001210049000000400110003900000f550010009c00000f5501008041000000600110021000000f550020009c00000f55020080410000004002200210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000121019f00000f7b011001c70000800d02000039000000030300003900000fde040000410000000c050000290000000a060000293d513d470000040f0000000100200190000000350000613d000000400300043d00000044013000390000001202000029000000000021043500000024013000390000000a02000029000000000021043500000fdf010000410000000000130435001200000003001d00000004013000390000000c020000290000000000210435000000400100043d000f00000001001d00000f680100004100000000001004430000000b010000290000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000000b02000029000000040020008c00002e690000613d0000000f030000290000001202300069000000640220003900000f550030009c00000f5503008041000000400330021000000f550020009c00000f55020080410000006002200210000000000232019f00000f550010009c00000f5501008041000000c001100210000000000121019f0000000b020000293d513d470000040f0000000003010019000000600330027000010f550030019d0003000000010355000000010020019000002e690000c13d00000f55023001970000001f0420018f00000f6b0320019800002b140000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000036004b00002b100000c13d000000000004004b00002b210000613d000000000131034f0000000304400210000000000503043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000130435000000600120021000003d53000104300000001f0430018f00000f6b0230019800002b2c0000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000026004b00002b280000c13d000000000004004b00002b390000613d000000000121034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000600130021000003d53000104300000001101000029000000000010043f0000001101000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a000f00000001001d000e0f550010019c001000000000001d00002b6c0000613d0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000f02000029000000010220008a00000f5502200197000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a000000200110027000100f850010019b000000400200043d0000006001200039000000400010043f000000400120003900000fb2030000410000000000310435000000200120003900000fb30300004100000000003104350000002c0300003900000000003204350000001004000029000a00120040007400002e860000813d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00002b870000413d000021740000013d0000001f0430018f00000f6b0230019800002b980000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000026004b00002b940000c13d000000000004004b00002ba50000613d000000000121034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000600130021000003d53000104300000001f0430018f00000f6b0230019800002bb00000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000026004b00002bac0000c13d000000000004004b00002bbd0000613d000000000121034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000600130021000003d530001043000000f55023001970000001f0420018f00000f6b0320019800002bc90000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000036004b00002bc50000c13d000000000004004b00002bd60000613d000000000131034f0000000304400210000000000503043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000130435000000600120021000003d53000104300000000001120019000000000141004900000f550010009c00000f5501008041000000600110021000000f550040009c00000f55040080410000004002400210000000000121019f00000f550030009c00000f5503008041000000c002300210000000000121019f00000010020000293d513d470000040f000000010220018f0003000000010355000000600110027000010f550010019d00000f5504100197000000000004004b00002bf10000c13d0000006003000039000000800100003900002c0f0000013d0000003f014000390000104201100197000000400300043d0000000001130019000000400010043f000000000143043600001042054001980000001f0640018f0000000004510019000000030700036700002c020000613d000000000807034f0000000009010019000000008a08043c0000000009a90436000000000049004b00002bfe0000c13d000000000006004b00002c0f0000613d000000000557034f0000000306600210000000000704043300000000076701cf000000000767022f000000000505043b0000010006600089000000000565022f00000000056501cf000000000575019f0000000000540435000000000002004b000025d30000613d0000000002030433000000000002004b00002d500000c13d000000400200043d0000004001200039000000400010043f000000200120003900000f770300004100000000003104350000001b030000390000000000320435000000400300043d00000011050000290000000f0050006c00002db20000813d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00002c2c0000413d000021740000013d00000012030000290000001002300069000000240220003900000f550030009c00000f5503008041000000400330021000000f550020009c00000f55020080410000006002200210000000000232019f00000f550010009c00000f5501008041000000c001100210000000000121019f0000000d020000293d513d4c0000040f0000000003010019000000600330027000000f5503300197000000200030008c000000200400003900000000040340190000001f0540018f0000002006400190000000120460002900002c550000613d000000000701034f000000007807043c00000012090000290000000009890436001200000009001d000000000049004b00002c4f0000c13d000000000005004b00002c620000613d000000000661034f0000000305500210000000000704043300000000075701cf000000000757022f000000000606043b0000010005500089000000000656022f00000000055601cf000000000575019f0000000000540435000100000003001f0003000000010355000000010020019000002d730000613d0000001f013000390000104202100197000000400100043d0000000002120019000000400020043f00000f630030009c000000350000213d0000001f0030008c000000350000a13d0000000001010433001200000001001d0000000d01000029000000000010043f0000001501000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000b02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000401041a000000400200043d0000004001200039000000400010043f000000200120003900000f770300004100000000003104350000001b030000390000000000320435001000000004001d000000110040002a00003aef0000413d00000010020000290000001102200029000c00000002001d000a001200200074000030120000a13d0000000d01000029000000000010043f0000001501000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000b02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000a03000029000000000031041b000000400100043d0000002002100039000000000032043500000010020000290000000000210435000000400200043d0000000001210049000000400110003900000f550010009c00000f5501008041000000600110021000000f550020009c00000f55020080410000004002200210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000121019f00000f7b011001c70000800d02000039000000030300003900000fde040000410000000d050000290000000b060000293d513d470000040f0000000100200190000000350000613d000000400300043d00000044013000390000001202000029000000000021043500000024013000390000000b02000029000000000021043500000fdf010000410000000000130435001200000003001d00000004013000390000000d020000290000000000210435000000400100043d001000000001001d00000f680100004100000000001004430000000f010000290000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000000f02000029000000040020008c0000304d0000613d00000010030000290000001202300069000000640220003900000f550030009c00000f5503008041000000400330021000000f550020009c00000f55020080410000006002200210000000000232019f00000f550010009c00000f5501008041000000c001100210000000000121019f0000000f020000293d513d470000040f0000000003010019000000600330027000010f550030019d000300000001035500000001002001900000304d0000c13d00000f55023001970000001f0420018f00000f6b0320019800002d1a0000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000036004b00002d160000c13d000000000004004b00002d270000613d000000000131034f0000000304400210000000000503043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000130435000000600120021000003d5300010430000000050020006b000000000300001900002d310000213d00000005012000fa00000f76031000d100000000011300d900000f760010009c00003a680000c13d000000400100043d0000004002100039000000400020043f000000200210003900000f75050000410000000000520435000000000041043500000011010000290000000304100039000000000504041a000000400200043d0000004001200039000000400010043f000000200120003900000f770600004100000000006104350000001b06000039000000000062043500000012033000fa000000000035001a00003b040000413d0000000001350019000000000014041b0000007a01000039000000000101041a000000ff0010019000002e200000c13d00000f720100004100000000001004430000000001000414000024570000013d00000f630020009c000000350000213d0000001f0020008c000000350000a13d0000000001010433000000000001004b0000000002000039000000010200c039000000000021004b000000350000c13d000000000001004b00002c140000c13d000000400100043d000026540000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00002d6b0000413d000021740000013d0000001f0430018f00000f6b0230019800002d7c0000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000026004b00002d780000c13d000000000004004b00002d890000613d000000000121034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000600130021000003d5300010430000000060020006b000000000300001900002d930000213d00000006012000fa00000f76031000d100000000011300d900000f760010009c00003a680000c13d000000400100043d0000004002100039000000400020043f000000200210003900000f75050000410000000000520435000000000041043500000011010000290000000304100039000000000504041a000000400200043d0000004001200039000000400010043f000000200120003900000f770600004100000000006104350000001b06000039000000000062043500000012033000fa000000000035001a00003b190000413d0000000001350019000000000014041b0000007a01000039000000000101041a000000ff0010019000002f4a0000c13d00000f7201000041000000000010044300000000010004140000265d0000013d00000011010000290000000000130435000000400100043d0000000002130049000000200220003900000f550020009c00000f5502008041000000600220021000000f550010009c00000f55010080410000004001100210000000000112019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000121019f00000f7b011001c70000800d02000039000000040300003900000ffb0400004100000009050000290000000b060000290000000d070000290000383d0000013d0000007a01000039000000000101041a000000ff0110018f00002f440000c13d000000000001004b0000307b0000c13d00000f7201000041000000000010044300000000010004140000307e0000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00002de20000413d000021740000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00002df70000413d000021740000013d0000006001200039000000400010043f000000400120003900000fae0300004100000000003104350000002801000039000000000112043600000faf030000410000000000310435000000120300002900000fb00030009c0000209b0000413d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00002e180000413d000021740000013d00000f700100004100000000001004430000000001000414000024570000013d0000007a01000039000000000101041a000000ff0110018f00002f4e0000c13d000000000001004b000032150000c13d00000f720100004100000000001004430000000001000414000032180000013d0000000f0000006b00002f540000c13d000000400300043d00000044013000390000000802000029000000000021043500000024013000390000000a02000029000000000021043500000fdf010000410000000000130435001200000003001d00000004013000390000000c020000290000000000210435000000400100043d000f00000001001d00000f680100004100000000001004430000000b010000290000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000000b02000029000000040020008c00002e690000613d0000000f030000290000001202300069000000640220003900000f550030009c00000f5503008041000000400330021000000f550020009c00000f55020080410000006002200210000000000232019f00000f550010009c00000f5501008041000000c001100210000000000121019f0000000b020000293d513d470000040f0000000003010019000000600330027000010f550030019d00030000000103550000000100200190000038920000613d000000400100043d00000010020000290000000000210435000000400200043d0000000001210049000000200110003900000f550010009c00000f5501008041000000600110021000000f550020009c00000f55020080410000004002200210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000121019f00000f7b011001c70000800d02000039000000040300003900000fe0040000410000000a050000290000000c060000290000000e070000293d513d470000040f0000000100200190000000350000613d000024940000013d0000007a01000039000000000101041a000000ff00100190000c000d0000002d00002e980000c13d00000f72010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000c00000001001d000000400200043d0000008001200039000000400010043f000000600120003900000fb4030000410000000000310435000000400120003900000fb5030000410000000000310435000000200120003900000fb6030000410000000000310435000000420300003900000000003204350000000c0300002900000f840030009c000030660000813d0000000e0000006b000035a80000c13d000000400200043d0000004001200039000000400010043f0000000c01000029000900000002001d00000000021204360000000a0100002900000f8501100197000a00000001001d000c00000002001d00000000001204350000001101000029000000000010043f0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000e02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000902000029000000000202043300000f5502200197000000000101043b000000000301041a00000fb903300197000000000223019f0000000c030000290000000003030433000000200330021000000fb703300197000000000232019f000000000021041b0000001101000029000000000010043f0000001101000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000f02000029000000010220003900000f5502200197000000000101043b000000000301041a00000fba03300197000000000223019f000000000021041b000000400100043d00000020021000390000000a03000029000000000032043500000010020000290000000000210435000000400200043d0000000001210049000000400110003900000f550010009c00000f5501008041000000600110021000000f550020009c00000f55020080410000004002200210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000121019f00000f7b011001c70000800d02000039000000020300003900000fbb0400004100000011050000293d513d470000040f0000000100200190000020c90000c13d000000350000013d0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001002000029000000010220008a00000f5502200197000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a000000200110027000110f850010019b000020de0000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00002f3c0000413d000021740000013d000000000001004b0000318e0000c13d00000f720100004100000000001004430000000001000414000031910000013d00000f7001000041000000000010044300000000010004140000265d0000013d000000000001004b000033b30000c13d00000f720100004100000000001004430000000001000414000033b60000013d0000000c01000029000000000010043f0000001501000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000a02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000001041b000000400100043d0000000f0200002900000000022104360000000000020435000000400200043d0000000001210049000000400110003900000f550010009c00000f5501008041000000600110021000000f550020009c00000f55020080410000004002200210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000121019f00000f7b011001c70000800d02000039000000030300003900000fde040000410000000c050000290000000a060000293d513d470000040f0000000100200190000000350000613d00002e300000013d0000007a01000039000000000101041a000000ff0010019000002f9e0000c13d00000f72010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000d00000001001d000000400200043d0000008001200039000000400010043f000000600120003900000fb4030000410000000000310435000000400120003900000fb5030000410000000000310435000000200120003900000fb6030000410000000000310435000000420300003900000000003204350000000d0300002900000f840030009c000035930000813d0000000f0000006b000037210000c13d000000400300043d0000004001300039000000400010043f00000020023000390000001201000029000e00000002001d00000000001204350000000d01000029000c00000003001d00000000001304350000000b01000029000000000010043f0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000f02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000c02000029000000000202043300000f5502200197000000000101043b000000000301041a00000fb903300197000000000223019f0000000e030000290000000003030433000000200330021000000fb703300197000000000232019f000000000021041b0000000b01000029000000000010043f0000001101000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000001002000029000000010220003900000f5502200197000000000101043b000000000301041a00000fba03300197000000000223019f000000000021041b000000400100043d00000020021000390000001203000029000000000032043500000011020000290000000000210435000000400200043d0000000001210049000000400110003900000f550010009c00000f5501008041000000600110021000000f550020009c00000f55020080410000004002200210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000121019f00000f7b011001c70000800d02000039000000020300003900000fbb040000410000000b05000029000010c80000013d000000100000006b0000355a0000c13d000000400300043d00000044013000390000000c02000029000000000021043500000024013000390000000b02000029000000000021043500000fdf010000410000000000130435001200000003001d00000004013000390000000d020000290000000000210435000000400100043d001000000001001d00000f680100004100000000001004430000000f010000290000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000000f02000029000000040020008c0000304d0000613d00000010030000290000001202300069000000640220003900000f550030009c00000f5503008041000000400330021000000f550020009c00000f55020080410000006002200210000000000232019f00000f550010009c00000f5501008041000000c001100210000000000121019f0000000f020000293d513d470000040f0000000003010019000000600330027000010f550030019d000300000001035500000001002001900000391d0000613d000000400100043d00000011020000290000000000210435000000400200043d0000000001210049000000200110003900000f550010009c00000f5501008041000000600110021000000f550020009c00000f55020080410000004002200210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000121019f00000f7b011001c70000800d02000039000000040300003900000fe0040000410000000b050000290000000d060000290000383c0000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000030730000413d000021740000013d00000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b0000000a02000029000000000012041b0000001001000029000e00030010003d00000008010000290000000102100039000a00000002001d000000000202041a000000000101041a000000000001004b0000000004000019000030990000613d0000000e03000029000000000303041a00000000041300a900000000011400d9000000000031004b00003a680000c13d000000400100043d0000004003100039000000400030043f000000200310003900000f750500004100000000005304350000001a030000390000000000310435000000400500043d0000004001500039000000400010043f000000200350003900000f740100004100000000001304350000001e010000390000000000150435000000400700043d00000044017000390000002406700039001200000007001d000000040770003900000f760440012a000000000224004b000030c70000813d00000f6d02000041000000120400002900000000002404350000002002000039000000000027043500000000020504330000000000260435000000000002004b0000311f0000613d000000000400001900000000051400190000000006340019000000000606043300000000006504350000002004400039000000000024004b000030bb0000413d0000311f0000a13d000000000312001900000000000304350000001f02200039000032850000013d0000000403000039000000000303041a00000fdf04000041000000120500002900000000004504350000000b040000290000000000470435000000090400002900000000004604350000000000210435000000400100043d000600000001001d00000f6801000041000000000010044300000f5601300197000700000001001d0000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000000702000029000000040020008c000030fe0000613d00000006030000290000001202300069000000640220003900000f550030009c00000f5503008041000000400330021000000f550020009c00000f55020080410000006002200210000000000232019f00000f550010009c00000f5501008041000000c001100210000000000121019f00000007020000293d513d470000040f0000000003010019000000600330027000010f550030019d00030000000103550000000100200190000031750000613d0000000801000029000000000301041a000000400200043d0000004001200039000000400010043f000000200120003900000f740400004100000000004104350000001e0400003900000000004204350000000f0330006c000031210000813d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000031170000413d000021740000013d0000001f02200039000032850000013d0000000801000029000000000031041b00000000010000190000312b0000613d0000000e01000029000000000201041a00000000013200a900000000033100d9000000000023004b00003a680000c13d000000400200043d0000004003200039000000400030043f000000200320003900000f750400004100000000004304350000001a03000039000000000032043500000f760110012a0000000a02000029000000000012041b0000001001000029000000000101041a000000400200043d00000024032000390000000904000029000000000043043500000044032000390000000f040000290000000000430435000000400400043d0000000003430049000e00000004001d00000000033404360000006402200039000000400020043f000000000203043300000ff50220019700000ff6022001c7001200000003001d000000000023043500000ff702000041000000000020044300000f5601100197001000000001001d0000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000024bf0000613d00000ff80010009c000024bf0000613d000000400100043d0000000e020000290000000002020433000000000002004b0000316d0000613d000000000300001900000000041300190000001205300029000000000505043300000000005404350000002003300039000000000023004b000031630000413d0000316d0000a13d00000000031200190000000000030435000000400400043d00000000030004140000001005000029000000040050008c000031d20000c13d00000001020000390000000103000031000031e60000013d00000f55023001970000001f0420018f00000f6b032001980000317f0000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000036004b0000317b0000c13d000000000004004b0000318c0000613d000000000131034f0000000304400210000000000503043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000130435000000600120021000003d530001043000000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d0000000a02000029000000000402041a000000000501043b000000400200043d0000004001200039000000400010043f000000200120003900000f740300004100000000003104350000001e030000390000000000320435000700000004001d000600000005001d0005000000450053000035ee0000813d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000031b50000413d000021740000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000031ca0000413d000021740000013d0000000001120019000000000141004900000f550010009c00000f5501008041000000600110021000000f550040009c00000f55040080410000004002400210000000000121019f00000f550030009c00000f5503008041000000c002300210000000000121019f00000010020000293d513d470000040f000000010220018f0003000000010355000000600110027000010f550010019d00000f5503100197000000000003004b000031ea0000c13d0000006001000039000032090000013d0000003f013000390000104205100197000000400100043d0000000005510019000000400050043f000000000631043600001042043001980000001f0530018f000c00000006001d00000000034600190000000306000367000031fc0000613d000000000706034f0000000c08000029000000007907043c0000000008980436000000000038004b000031f80000c13d000000000005004b000032090000613d000000000446034f0000000305500210000000000603043300000000065601cf000000000656022f000000000404043b0000010005500089000000000454022f00000000045401cf000000000464019f0000000000430435000000000002004b000025d30000613d0000000001010433000000000001004b00002c140000613d00000f630010009c0000000c02000029000000350000213d0000001f0010008c000000350000a13d000000000102043300002d550000013d00000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b0000000702000029000000000012041b000000100200002900000008022000290000000901000029000000000501041a0000000a01000029000000000601041a0000000101100039000700000002001d0000000302200039000600000002001d000000000402041a000500000001001d000000000101041a000000400300043d0000004002300039000000400020043f000000200230003900000f740700004100000000007204350000001e070000390000000000730435000000000556004b000032530000813d000000400400043d00000f6d0100004100000000001404350000000401400039000000200500003900000000005104350000000001030433000000240340003900000000001304350000004403400039000000000001004b0000387b0000613d000000000400001900000000053400190000000006240019000000000606043300000000006504350000002004400039000000000014004b000032470000413d0000387b0000a13d000000000231001900000000000204350000001f01100039000021780000013d0000000003000019000032590000613d00000000034500a900000000025300d9000000000042004b00003a680000c13d000000400200043d0000004004200039000000400040043f000000200420003900000f750500004100000000005404350000001a040000390000000000420435000000400400043d0000004002400039000000400020043f000000200240003900000f740500004100000000005204350000001e050000390000000000540435000000400500043d001000240050003d000000040650003900000f760330012a0004000000130053000032880000813d00000f6d010000410000000000150435000000200100003900000000001604350000000003040433000000100100002900000000003104350000004401500039000000000003004b000032840000613d000000000400001900000000051400190000000006240019000000000606043300000000006504350000002004400039000000000034004b0000327a0000413d000032840000a13d000000000213001900000000000204350000001f02300039000010420220019700000000011200190000217a0000013d0000000401000039000000000101041a00000f7302000041000000000025043500000f5601100197000f00000001001d0000000000160435000000400100043d001100000001001d00000f680100004100000000001004430000000c010000290000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000000c02000029000000040020008c000032a70000c13d0000000103000031000032d80000013d0000001103000029000000100230006900000f550030009c00000f5503008041000000400330021000000f550020009c00000f55020080410000006002200210000000000232019f00000f550010009c00000f5501008041000000c001100210000000000121019f0000000c020000293d513d4c0000040f0000000003010019000000600330027000000f5503300197000000200030008c000000200400003900000000040340190000001f0540018f00000020064001900000001104600029000032c70000613d000000000701034f000000007807043c00000011090000290000000009890436001100000009001d000000000049004b000032c10000c13d000000000005004b000032d40000613d000000000661034f0000000305500210000000000704043300000000075701cf000000000757022f000000000606043b0000010005500089000000000656022f00000000055601cf000000000575019f0000000000540435000100000003001f000300000001035500000001002001900000339b0000613d0000001f013000390000104202100197000000400100043d0000000002120019000000400020043f00000f630030009c000000350000213d0000001f0030008c000000350000a13d0000000001010433001100000001001d0000000c01000029000000000010043f0000001501000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000b02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000401041a000000400200043d0000004001200039000000400010043f000000200120003900000f770300004100000000003104350000001b030000390000000000320435001000000004001d000000040040002a00003b2e0000413d00000010020000290000000402200029000800000002001d0003001100200074000033e20000a13d0000000c01000029000000000010043f0000001501000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000b02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000303000029000000000031041b000000400100043d0000002002100039000000000032043500000010020000290000000000210435000000400200043d0000000001210049000000400110003900000f550010009c00000f5501008041000000600110021000000f550020009c00000f55020080410000004002200210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000121019f00000f7b011001c70000800d02000039000000030300003900000fde040000410000000c050000290000000b060000293d513d470000040f0000000100200190000000350000613d000000400300043d00000044013000390000001102000029000000000021043500000024013000390000000b02000029000000000021043500000fdf010000410000000000130435001100000003001d00000004013000390000000c020000290000000000210435000000400100043d001000000001001d00000f680100004100000000001004430000000f010000290000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000000f02000029000000040020008c0000341d0000613d00000010030000290000001102300069000000640220003900000f550030009c00000f5503008041000000400330021000000f550020009c00000f55020080410000006002200210000000000232019f00000f550010009c00000f5501008041000000c001100210000000000121019f0000000f020000293d513d470000040f0000000003010019000000600330027000010f550030019d000300000001035500000001002001900000341d0000c13d00000f55023001970000001f0420018f00000f6b032001980000338c0000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000036004b000033880000c13d000000000004004b000033990000613d000000000131034f0000000304400210000000000503043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000130435000000600120021000003d53000104300000001f0430018f00000f6b02300198000033a40000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000026004b000033a00000c13d000000000004004b000033b10000613d000000000121034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000600130021000003d530001043000000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d0000000702000029000000000402041a000000000501043b000000400200043d0000004001200039000000400010043f000000200120003900000f740300004100000000003104350000001e030000390000000000320435000600000004001d000500000005001d00040000004500530000366f0000813d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000033da0000413d000021740000013d000000100000006b000036be0000c13d000000400300043d00000044013000390000000802000029000000000021043500000024013000390000000b02000029000000000021043500000fdf010000410000000000130435001100000003001d00000004013000390000000c020000290000000000210435000000400100043d001000000001001d00000f680100004100000000001004430000000f010000290000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000000f02000029000000040020008c0000341d0000613d00000010030000290000001102300069000000640220003900000f550030009c00000f5503008041000000400330021000000f550020009c00000f55020080410000006002200210000000000232019f00000f550010009c00000f5501008041000000c001100210000000000121019f0000000f020000293d513d470000040f0000000003010019000000600330027000010f550030019d00030000000103550000000100200190000039870000613d00000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000401043b00000007010000290000000401100039000000000501041a000000400200043d0000004001200039000000400010043f000000200120003900000f770300004100000000003104350000001b030000390000000000320435000000400300043d001000000003001d000300000004001d000f00000005001d000000000045001a00003b430000413d0000001202000029000000000302041a00000010040000290000006001400039000000400010043f00000040054000390000000101000039000200000005001d00000000001504350000000001040436000100000001001d0000000000010435001100000003001d0000000101300039000000000012041b000000000020043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000f03000029000800030030002d000000000101043b00000011040000290000000102400210000000000121001900000010020000290000000002020433000000000021041b0000000102000029000000000202043300000fc002200197000000020300002900000000030304330000008003300210000000000223019f0000000101100039000000000021041b000000000004004b001000000000001d000035120000c13d000000400200043d0000006001200039000000400010043f0000000d01000029001100000002001d0000000001120436000f00000001001d000000080100002900000fcf0010009c000039a80000813d000000110100002900000040021000390000000101000039000200000002001d000000000012043500000008010000290000000f0200002900000000001204350000001201000029000000000101041a000000100010006b000035570000813d0000001201000029000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d00000010020000290000000102200210000000000101043b000000000121001900000011020000290000000002020433000000000021041b0000000f02000029000000000202043300000fc002200197000000020300002900000000030304330000008003300210000000000223019f0000000101100039000000000021041b0000000901000029000000000301041a000000400200043d0000004001200039000000400010043f00000f7704000041000000200120003900000000004104350000001b0400003900000000004204350000000d0030002a00003b580000413d0000000d013000290000000902000029000000000012041b0000000c01000029000000000010043f0000001201000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000e02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000401041a000000400200043d0000004001200039000000400010043f000000200120003900000f770300004100000000003104350000001b030000390000000000320435001200000004001d0000000d0040002a00003b6d0000413d0000000c01000029000000000010043f0000001201000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000e02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d00000012030000290000000d02300029000000000101043b000000000021041b0000000a01000029000000000401041a0000000901000029000000000501041a0000000601000029000000000201041a000000400300043d0000004001300039000000400010043f000000200130003900000f740600004100000000006104350000001e060000390000000000630435000000000454004b000039dd0000813d000000400400043d00000f6d0200004100000000002404350000000402400039000000200500003900000000005204350000000002030433000000240340003900000000002304350000004403400039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b0000350a0000413d000021740000013d000000110100002900100001001000920000001201000029000000000101041a000000100010006b000035570000813d0000001201000029000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000001002000029000f000100200218000000000101043b0000000f011000290000000101100039000000000101041a00000fc001100197000000080010006c000039b20000213d0000001201000029000000000101041a000000100010006b000035570000813d0000001201000029000000000010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6f011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000001202000029000000000202041a000000110020006b000035570000813d00000011020000290000000102200210000000000101043b00000000022100190000000f01100029000000000301041a000000000032041b0000000101100039000000000301041a00000fc0033001970000000102200039000000000402041a00000fb904400197000000000434019f000000000042041b000000000101041a00000fb901100197000000000131019f000000000012041b000000100000006b001100100000002d000035120000c13d001000000000001d000034680000013d000000010100008a000000000001043500000000000004310000000d01000029000000000010043f0000001501000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000b02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000001041b000000400100043d000000100200002900000000022104360000000000020435000000400200043d0000000001210049000000400110003900000f550010009c00000f5501008041000000600110021000000f550020009c00000f55020080410000004002200210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000121019f00000f7b011001c70000800d02000039000000030300003900000fde040000410000000d050000290000000b060000293d513d470000040f0000000100200190000030140000c13d000000350000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000035a00000413d000021740000013d0000001101000029000000000010043f0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000f02000029000000010220008a00000f5502200197000900000002001d000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a0000000c0110014f00000f550010019800002eab0000c13d0000001101000029000000000010043f0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000902000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000a04000029000000200240021000000fb702200197000000000101043b000000000301041a00000fb803300197000000000223019f000000000021041b000a0f850040019b00002ef20000013d0000000b01000029000000000010043f0000000901000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000e020000290000000102200039000000000202041a000300000002001d000000000101043b000000000101041a000400000001001d0000000601000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000603000029000000070030006c00000000020000190000361e0000613d000000000101043b000000000201041a00000005012000b900000005031000fa000000000023004b00003a680000c13d000000000001004b00000000020000190000361e0000613d00000003021000b900000000011200d9000000030010006c00003a680000c13d000000400400043d0000004001400039000000400010043f000000200140003900000f750300004100000000003104350000001a030000390000000000340435000000040000006b000038f60000c13d000000400300043d00000f6d0200004100000000002304350000000402300039000000200500003900000000005204350000000002040433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000036350000413d000021740000013d0000007a01000039000000000101041a000000ff00100190000037630000c13d00000f720100004100000000001004430000000001000414000037660000013d000000400400043d00000f6d0100004100000000001404350000000401400039000000200500003900000000005104350000000001030433000000240340003900000000001304350000004403400039000000000001004b0000387b0000613d000000000400001900000000053400190000000006240019000000000606043300000000006504350000002004400039000000000014004b000036520000413d0000324e0000013d000000400400043d00000f6d0100004100000000001404350000000401400039000000200500003900000000005104350000000001030433000000240340003900000000001304350000004403400039000000000001004b0000387b0000613d000000000400001900000000053400190000000006240019000000000606043300000000006504350000002004400039000000000014004b000036670000413d0000324e0000013d0000000c01000029000000000010043f0000000901000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000f020000290000000102200039000000000202041a000200000002001d000000000101043b000000000101041a000300000001001d0000000601000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000503000029000000060030006c00000000020000190000369f0000613d000000000101043b000000000201041a00000004012000b900000004031000fa000000000023004b00003a680000c13d000000000001004b00000000020000190000369f0000613d00000002021000b900000000011200d9000000020010006c00003a680000c13d000000400400043d0000004001400039000000400010043f000000200140003900000f750300004100000000003104350000001a030000390000000000340435000000030000006b000039360000c13d000000400300043d00000f6d0200004100000000002304350000000402300039000000200500003900000000005204350000000002040433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000036b60000413d000021740000013d0000000c01000029000000000010043f0000001501000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000b02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000001041b000000400100043d000000100200002900000000022104360000000000020435000000400200043d0000000001210049000000400110003900000f550010009c00000f5501008041000000600110021000000f550020009c00000f55020080410000004002200210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000121019f00000f7b011001c70000800d02000039000000030300003900000fde040000410000000c050000290000000b060000293d513d470000040f0000000100200190000000350000613d000033e40000013d000000400400043d00000f6d0100004100000000001404350000000401400039000000200500003900000000005104350000000001030433000000240340003900000000001304350000004403400039000000000001004b0000387b0000613d000000000400001900000000053400190000000006240019000000000606043300000000006504350000002004400039000000000014004b000037040000413d0000324e0000013d000000400400043d00000f6d0100004100000000001404350000000401400039000000200500003900000000005104350000000001030433000000240340003900000000001304350000004403400039000000000001004b0000387b0000613d000000000400001900000000053400190000000006240019000000000606043300000000006504350000002004400039000000000014004b000037190000413d0000324e0000013d0000000b01000029000000000010043f0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001002000029000000010220008a00000f5502200197000e00000002001d000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a0000000d0110014f00000f550010019800002fb10000c13d0000000b01000029000000000010043f0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000e02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d00000012020000290000002002200210000000000101043b000000000301041a00000fb80330019700002ff50000013d00000f70010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000401043b000000400200043d0000008001200039000000400010043f000000600120003900000fb4030000410000000000310435000000400120003900000fb5030000410000000000310435000000200120003900000fb603000041000000000031043500000042030000390000000000320435000900000004001d00000f840040009c0000387d0000813d0000000f0000006b000038b40000c13d000000400300043d0000004001300039000000400010043f00000020023000390000000b01000029000800000002001d00000000001204350000000901000029000700000003001d00000000001304350000001201000029000000000010043f0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000f02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000702000029000000000202043300000f5502200197000000000101043b000000000301041a00000fb903300197000000000223019f00000008030000290000000003030433000000200330021000000fb703300197000000000232019f000000000021041b0000001201000029000000000010043f0000001101000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000001002000029000000010220003900000f5502200197000000000101043b000000000301041a00000fba03300197000000000223019f000000000021041b000000400100043d00000020021000390000000b03000029000000000032043500000011020000290000000000210435000000400200043d0000000001210049000000400110003900000f550010009c00000f5501008041000000600110021000000f550020009c00000f55020080410000004002200210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000121019f00000f7b011001c70000800d02000039000000020300003900000fbb0400004100000012050000293d513d470000040f0000000100200190000000350000613d0000001701000039000000000101041a00000f56011001970000000c0010006c000038240000c13d0000001801000039000000000101041a0000000e0010006b000038240000c13d0000001601000039000000000101041a000000400300043d0000102d020000410000000000230435001100000003001d00000004023000390000000a030000290000000000320435000000400200043d001000000002001d00000f6802000041000000000020044300000f5601100197001200000001001d0000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000001202000029000000040020008c000038240000613d00000010030000290000001102300069000000240220003900000f550030009c00000f5503008041000000400330021000000f550020009c00000f55020080410000006002200210000000000232019f00000f550010009c00000f5501008041000000c001100210000000000121019f00000012020000293d513d470000040f0000000003010019000000600330027000010f550030019d00030000000103550000000100200190000038410000613d000000400100043d0000000d020000290000000000210435000000400200043d0000000001210049000000200110003900000f550010009c00000f5501008041000000600110021000000f550020009c00000f55020080410000004002200210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000121019f00000f7b011001c70000800d0200003900000004030000390000103b040000410000000a050000290000000c060000290000000e070000293d513d470000040f0000000100200190000000350000613d000026980000013d00000f55023001970000001f0420018f00000f6b032001980000384b0000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000036004b000038470000c13d000000000004004b000038580000613d000000000131034f0000000304400210000000000503043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000130435000000600120021000003d5300010430000000400400043d00000f6d0100004100000000001404350000000401400039000000200500003900000000005104350000000001030433000000240340003900000000001304350000004403400039000000000001004b0000387b0000613d000000000400001900000000053400190000000006240019000000000606043300000000006504350000002004400039000000000014004b000038670000413d0000324e0000013d000000400400043d00000f6d0100004100000000001404350000000401400039000000200500003900000000005104350000000001030433000000240340003900000000001304350000004403400039000000000001004b000038ab0000c13d0000001f01100039000021780000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b0000388a0000413d000021740000013d00000f55023001970000001f0420018f00000f6b032001980000389c0000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000036004b000038980000c13d000000000004004b000038a90000613d000000000131034f0000000304400210000000000503043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000130435000000600120021000003d5300010430000000000400001900000000053400190000000006240019000000000606043300000000006504350000002004400039000000000014004b000038ac0000413d0000324e0000013d0000001201000029000000000010043f0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001002000029000000010220008a00000f5502200197000800000002001d000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a000000090110014f00000f5500100198000037820000c13d0000001201000029000000000010043f0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000802000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000b020000290000002002200210000000000101043b000000000301041a00000fb803300197000037c60000013d000000040020006b0000000004000019000038fe0000213d00000004012000fa00000f76041000d100000000011400d900000f760010009c00003a680000c13d000000400100043d0000004002100039000000400020043f000000200210003900000f7505000041000000000052043500000000003104350000000e010000290000000303100039000000000503041a000000400200043d0000004001200039000000400010043f000000200120003900000f770600004100000000006104350000001b06000039000000000062043500000012044000fa000000000045001a00003b820000413d0000000001450019000000000013041b0000007a01000039000000000101041a000000ff00100190000039a00000c13d00000f7201000041000000000010044300000000010004140000307e0000013d00000f55023001970000001f0420018f00000f6b03200198000039270000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000036004b000039230000c13d000000000004004b000039340000613d000000000131034f0000000304400210000000000503043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000130435000000600120021000003d5300010430000000030020006b00000000040000190000393e0000213d00000003012000fa00000f76041000d100000000011400d900000f760010009c00003a680000c13d000000400100043d0000004002100039000000400020043f000000200210003900000f7505000041000000000052043500000000003104350000000f010000290000000303100039000000000503041a000000400200043d0000004001200039000000400010043f000000200120003900000f770600004100000000006104350000001b06000039000000000062043500000011044000fa000000000045001a00003b970000413d0000000001450019000000000013041b0000007a01000039000000000101041a000000ff00100190000039a40000c13d00000f720100004100000000001004430000000001000414000032180000013d000000400400043d00000f6d0100004100000000001404350000000401400039000000200500003900000000005104350000000001030433000000240340003900000000001304350000004403400039000000000001004b0000387b0000613d000000000400001900000000053400190000000006240019000000000606043300000000006504350000002004400039000000000014004b0000396a0000413d0000324e0000013d000000400400043d00000f6d0100004100000000001404350000000401400039000000200500003900000000005104350000000001030433000000240340003900000000001304350000004403400039000000000001004b0000387b0000613d000000000400001900000000053400190000000006240019000000000606043300000000006504350000002004400039000000000014004b0000397f0000413d0000324e0000013d00000f55023001970000001f0420018f00000f6b03200198000039910000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000036004b0000398d0000c13d000000000004004b0000399e0000613d000000000131034f0000000304400210000000000503043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000130435000000600120021000003d530001043000000f7001000041000000000010044300000000010004140000307e0000013d00000f700100004100000000001004430000000001000414000032180000013d000000400100043d00000064021000390000102903000041000000000032043500000044021000390000102a0300004100000000003204350000002402100039000000270300003900000bcd0000013d001000110000002d000034680000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b000039c10000413d000021740000013d00000f6d0400004100000000004204350000000404200039000000200500003900000000005404350000000003030433000000240420003900000000003404350000004402200039000000000003004b000012400000613d000000000400001900000000052400190000000006140019000000000606043300000000006504350000002004400039000000000034004b000039d50000413d0000123d0000013d0000000001000019000039e30000613d00000000012400a900000000034100d9000000000023004b00003a680000c13d000000400200043d0000004003200039000000400030043f000000200320003900000f750400004100000000004304350000001a03000039000000000032043500000f760110012a0000000502000029000000000012041b0000000501000039000000000101041a0000000702000029000000000202041a000000000112013f00000f560010019800003ca40000c13d0000000b01000029000000000010043f0000000f01000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000301041a000000400200043d0000006001200039000000400010043f00000040012000390000102b04000041000000000041043500000020012000390000102c0400004100000000004104350000002b0400003900000000004204350000000d0400002900000fb00040009c00003bac0000813d00120f560030019c00003ca40000613d0000001201000029000000000010043f0000001101000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a001000000001001d000f0f550010019c001100000000001d00003a450000613d0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001002000029000000010220008a00000f5502200197000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a000000200110027000110f850010019b000000400200043d0000006001200039000000400010043f000000400120003900000fb2030000410000000000310435000000200120003900000fb30300004100000000003104350000002c0300003900000000003204350000001104000029000a000d0040007400003bc10000813d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00003a600000413d000021740000013d000000400100043d0000006402100039000010380300004100000000003204350000004402100039000010390300004100000000003204350000002402100039000000210300003900000bcd0000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00003a7f0000413d000021740000013d000000400400043d00000f6d0200004100000000002404350000000402400039000000200500003900000000005204350000000002030433000000240340003900000000002304350000004403400039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00003a940000413d000021740000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00003aa90000413d000021740000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00003abe0000413d000021740000013d00000f6d0400004100000000004204350000000404200039000000200500003900000000005404350000000001010433000000240420003900000000001404350000004402200039000000000001004b0000273a0000613d000000000400001900000000052400190000000006340019000000000606043300000000006504350000002004400039000000000014004b00003ad20000413d000027370000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00003ae70000413d000021740000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00003afc0000413d000021740000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00003b110000413d000021740000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00003b260000413d000021740000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00003b3b0000413d000021740000013d00000f6d03000041000000100500002900000000003504350000000403500039000000200400003900000000004304350000000002020433000000240350003900000000002304350000004403500039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00003b500000413d000021740000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00003b650000413d000021740000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00003b7a0000413d000021740000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00003b8f0000413d000021740000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00003ba40000413d000021740000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00003bb90000413d000021740000013d0000007a01000039000000000101041a000000ff0010019000003bd20000c13d00000f72010000410000000000100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f71011001c70000800b020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000300000001001d000000400200043d0000008001200039000000400010043f000000600120003900000fb4030000410000000000310435000000400120003900000fb5030000410000000000310435000000200120003900000fb603000041000000000031043500000042030000390000000000320435000000030300002900000f840030009c00003c2b0000813d0000000f0000006b00003c400000613d0000001201000029000000000010043f0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000001002000029000000010220008a00000f5502200197000900000002001d000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b000000000101041a000000030110014f00000f550010019800003c400000c13d0000001201000029000000000010043f0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000902000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000a04000029000000200240021000000fb702200197000000000101043b000000000301041a00000fb803300197000000000223019f000000000021041b000a0f850040019b00003c870000013d000000400300043d00000f6d0400004100000000004304350000000404300039000000200500003900000000005404350000000002020433000000240430003900000000002404350000004403300039000000000002004b000021770000613d000000000400001900000000053400190000000006140019000000000606043300000000006504350000002004400039000000000024004b00003c380000413d000021740000013d000000400200043d0000004001200039000000400010043f0000000301000029000800000002001d00000000021204360000000a0100002900000f8501100197000a00000001001d000900000002001d00000000001204350000001201000029000000000010043f0000001001000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d000000000101043b0000000f02000029000000000020043f000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000000802000029000000000202043300000f5502200197000000000101043b000000000301041a00000fb903300197000000000223019f00000009030000290000000003030433000000200330021000000fb703300197000000000232019f000000000021041b0000001201000029000000000010043f0000001101000039000000200010043f000000000100041400000f550010009c00000f5501008041000000c00110021000000f6e011001c700008010020000393d513d4c0000040f0000000100200190000000350000613d0000001002000029000000010220003900000f5502200197000000000101043b000000000301041a00000fba03300197000000000223019f000000000021041b000000400100043d00000020021000390000000a03000029000000000032043500000011020000290000000000210435000000400200043d0000000001210049000000400110003900000f550010009c00000f5501008041000000600110021000000f550020009c00000f55020080410000004002200210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000121019f00000f7b011001c70000800d02000039000000020300003900000fbb0400004100000012050000293d513d470000040f0000000100200190000000350000613d0000001701000039000000000101041a00000f56011001970000000c0010006c00003ce30000c13d0000001801000039000000000101041a0000000e0010006b00003ce30000c13d0000001601000039000000000101041a000000400300043d0000102d020000410000000000230435001100000003001d00000004023000390000000b030000290000000000320435000000400200043d001000000002001d00000f6802000041000000000020044300000f5601100197001200000001001d0000000400100443000000000100041400000f550010009c00000f5501008041000000c00110021000000f69011001c700008002020000393d513d4c0000040f000000010020019000003d170000613d000000000101043b000000000001004b000000350000613d00000000010004140000001202000029000000040020008c00003ce30000613d00000010030000290000001102300069000000240220003900000f550030009c00000f5503008041000000400330021000000f550020009c00000f55020080410000006002200210000000000232019f00000f550010009c00000f5501008041000000c001100210000000000121019f00000012020000293d513d470000040f0000000003010019000000600330027000010f550030019d0003000000010355000000010020019000003d180000613d000000400100043d00000004020000290000000000210435000000400200043d0000000001210049000000200110003900000f550010009c00000f5501008041000000600110021000000f550020009c00000f55020080410000004002200210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000121019f00000f7b011001c70000800d02000039000000040300003900000fe0040000410000000b050000290000000c060000290000000e070000293d513d470000040f0000000100200190000000350000613d000000400100043d0000000d020000290000000000210435000000400200043d0000000001210049000000200110003900000f550010009c00000f5501008041000000600110021000000f550020009c00000f55020080410000004002200210000000000121019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000121019f00000f7b011001c70000800d0200003900000004030000390000102e040000410000000b050000290000383b0000013d000000000001042f00000f55023001970000001f0420018f00000f6b0320019800003d220000613d000000000501034f0000000006000019000000005705043c0000000006760436000000000036004b00003d1e0000c13d000000000004004b00003d2f0000613d000000000131034f0000000304400210000000000503043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000130435000000600120021000003d5300010430000000000001042f00000f550010009c00000f5501008041000000400110021000000f550020009c00000f55020080410000006002200210000000000112019f000000000200041400000f550020009c00000f5502008041000000c002200210000000000112019f00000f7b011001c700008010020000393d513d4c0000040f000000010020019000003d450000613d000000000101043b000000000001042d000000000100001900003d530001043000003d4a002104210000000102000039000000000001042d0000000002000019000000000001042d00003d4f002104230000000102000039000000000001042d0000000002000019000000000001042d00003d510000043200003d520001042e00003d530001043000000000000000000000000000000000000000000000000000000000ffffffff000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0000000000000000000000000000000000000000000000020000000000000000000000000000004000000100000000000000000092e3500000000000000000000000000000000000000000000000000000000000c7ad089500000000000000000000000000000000000000000000000000000000e7a324dc00000000000000000000000000000000000000000000000000000000f55401620000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000fba1b1f800000000000000000000000000000000000000000000000000000000fba1b1f900000000000000000000000000000000000000000000000000000000fe5a451a00000000000000000000000000000000000000000000000000000000f554016200000000000000000000000000000000000000000000000000000000f851a44000000000000000000000000000000000000000200000008000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff000000000000000000000001000000000000000000000000000000000000000061646428616464726573732c75696e743235362c616464726573732c75696e743235362c75696e7432353629000000000000000000000000000000000000000018c5e8ab000000000000000000000000000000000000000000000000000000001806aa1896bbf26568e884a7374b41e002500962caba6a15023a8d90e8508b83020000020000000000000000000000000000002400000000000000000000000000000000000000000000000000000000000000a4000000e0000000000000000000000000000000000000000000000000000000000000000000000000ffffffe0556e617574686f72697a6564000000000000000000000000000000000000000008c379a00000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000400000000000000000000000000200000000000000000000000000000000000020000000000000000000000000796b89b91644bc98cd93958e4c9038275d622183e25ac5af08cc6b5d95539132020000020000000000000000000000000000000400000000000000000000000042cbb15ccdc3cad6266b0e7a08c0454b23bf29dc2df74b6f3c209e9336465bd170a0823100000000000000000000000000000000000000000000000000000000536166654d6174683a207375627472616374696f6e206f766572666c6f770000536166654d6174683a206469766973696f6e206279207a65726f000000000000000000000000000000000000000000000000000000000000000000e8d4a51000536166654d6174683a206164646974696f6e206f766572666c6f770000000000506f6f6c20616c72656164792061646465640000000000000000000000000000546f6b656e2065786973747320696e206f7468657220706f6f6c000000000000fb66fb4d000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000d7fa4bff1cd2253c0789c3291a786a6f6b1a3b4569a75af683a15d52abb6a0bf416c6c6f6320706f696e7473206d757374206e6f74206265207a65726f00000053746f726520636f6e7472616374206164647265737320697320656d707479007a65726f2061646472657373206e6f7420616c6c6f77656400000000000000000000000000000000000000000000000000000000000000000000000012cc030000000000000000000000000000000000000000000000000000000000e7a324dc00000000000000000000000000000000000000000000000000000000e8f2be6f00000000000000000000000000000000000000000000000000000000f1127ed800000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000ffffffffffffffffffffffff000000000000000000000000000000000000004000000080000000000000000044656c65676174696f6e28616464726573732064656c6567617465652c75696e74323536206e6f6e63652c75696e743235362065787069727929000000000000dae66bbe0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e1d146fa00000000000000000000000000000000000000000000000000000000e1d146fb00000000000000000000000000000000000000000000000000000000e6a69ab800000000000000000000000000000000000000000000000000000000dae66bbe00000000000000000000000000000000000000000000000000000000de0368b20000000000000000000000000000000000000000000000000000000001e133808def9436d6e31b89ed00948ba91d0cb6936eada5154cb1b45b55683fb9e492377265776172642063616e6e6f74206265207a65726f206164647265737300000000000000000000000000000000000000000000640000008000000000000000007072696d6520746f6b656e2063616e6e6f74206265207a65726f2061646472657373000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008400000080000000000000000000000000000000000000000000000000000000000000000000000000c7ad089500000000000000000000000000000000000000000000000000000000cd9b94e700000000000000000000000000000000000000000000000000000000d7ae45e2add8933700000000000000000000000000000000000000000000000000000000b6a5fd2f0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c3c754a700000000000000000000000000000000000000000000000000000000c3c754a800000000000000000000000000000000000000000000000000000000c3cda52000000000000000000000000000000000000000000000000000000000b6a5fd2f00000000000000000000000000000000000000000000000000000000c2102596454950373132446f6d61696e28737472696e67206e616d652c75696e7432353620636861696e49642c6164647265737320766572696679696e67436f6e747261637429000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000430000008000000000000000005856535661756c740000000000000000000000000000000000000000000000000200000000000000000000000000000000000008000000a000000000000000009a8a0592ac89c5ad3bc6df8224c17b485976f597df104ee20d0df415241f670b19010000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a1756500000000000000000000000000000000000000000000000000000000000045434453413a20696e76616c6964207369676e6174757265202773272076616c45434453413a20696e76616c6964207369676e6174757265202776272076616c206e6f6e636500000000000000000000000000000000000000000000000000005856535661756c743a3a64656c656761746542795369673a20696e76616c69646f766572666c6f770000000000000000000000000000000000000000000000005856535661756c743a3a6765745374616b65416d6f756e743a20766f7465732000000000000000000000000000000000000000010000000000000000000000000cc323ffec3ea49cbcddc0de1480978126d350c6a45dff33ad2f1cda6ae992617420756e646572666c6f777300000000000000000000000000000000000000005856535661756c743a3a5f6d6f7665566f7465733a20766f746520616d6f756e74730000000000000000000000000000000000000000000000000000000000006b206e756d626572206f72207365636f6e6420657863656564732033322062695856535661756c743a3a5f7772697465436865636b706f696e743a20626c6f6300000000000000000000000000000000ffffffffffffffffffffffff00000000ffffffffffffffffffffffffffffffff000000000000000000000000ffffffffffffffffffffffffffffffffffffffff00000000000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffff000000006adb589fed1e8542fb7a6b10f00a85e02265e77f9ae3ca8ff93b22983e1af9a074206f766572666c6f777300000000000000000000000000000000000000000072652065787069726564000000000000000000000000000000000000000000005856535661756c743a3a64656c656761746542795369673a207369676e61747545434453413a20696e76616c6964207369676e6174757265000000000000000000000000000000000000000000000000ffffffffffffffffffffffffffffffff736574526577617264416d6f756e74506572426c6f636b4f725365636f6e6428616464726573732c75696e743235362900000000000000000000000000000000f5ab16cc00000000000000000000000000000000000000000000000000000000496e76616c69642072657761726420746f6b656e000000000000000000000000ad96cee0d692f0250b98e085504f399da6733854908215f6203fe3c69366d9f500000000000000000000000000000000000000000000000000000000add8933700000000000000000000000000000000000000000000000000000000b4a0bdf300000000000000000000000000000000000000000000000000000000b4b5ea579e2b6c4d0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a699776100000000000000000000000000000000000000000000000000000000a699776200000000000000000000000000000000000000000000000000000000a9d69a69000000000000000000000000000000000000000000000000000000009e2b6c4d00000000000000000000000000000000000000000000000000000000a09eab7a0000000000000000000000000000000100000000000000000000000000000000416c726561647920696e697469616c697a65642054696d654d616e6167657200496e76616c696420626c6f636b73207065722079656172000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0000496e76616c69642074696d6520626173656420636f6e66696775726174696f6e7365745769746864726177616c4c6f636b696e67506572696f6428616464726573732c75696e743235362c75696e7432353629000000000000000000000000000000000000000000000000000000000000000000000000000000000012cc02ff496e76616c6964206e6577206c6f636b696e6720706572696f640000000000000bcf80c5060ccf99b7a993c57a94b232fc2c5c04bd74c7c7d174595fee6bc31f0000000000000000000000000000000000000000000000000000000092e350000000000000000000000000000000000000000000000000000000000098e1b31b00000000000000000000000000000000000000000000000000000000996cba680000000000000000000000ff0000000000000000000000000000000000000000ffffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffff6bdfd5e51d01475945224d3d37965916fd8df699ef9e8888af4359aa862221609ad99e6800000000000000000000000000000000000000000000000000000000865ca08d59f5cb456e85cd2f7ef63664ea4f73327414e9d8152c4158b0e946455c19a95c0000000000000000000000000000000000000000000000000000000073d025d6000000000000000000000000000000000000000000000000000000007ecebe0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008456cb58000000000000000000000000000000000000000000000000000000008456cb59000000000000000000000000000000000000000000000000000000008ed7333d000000000000000000000000000000000000000000000000000000007ecebe00000000000000000000000000000000000000000000000000000000008308d7e970617573652829000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084000000c000000000000000005661756c7420697320616c726561647920706175736564000000000000000000dffada2889ebfab9224c24069d833f3de835d8cf99872d49e7b7ba5fccb7a46f73657428616464726573732c75696e743235362c75696e7432353629000000006ee09c6cb801194690c195c69f465aaf7c80255cbeafaab9600f47ed79de2ca97374206e6f74206265207a65726f000000000000000000000000000000000000416c6c6f6320706f696e7473207065722072657761726420746f6b656e206d750000000000000000000000000000000000000000000000000000000073d025d600000000000000000000000000000000000000000000000000000000782d6fe1000000000000000000000000000000000000000000000000000000007ac92456696e636f6e73697374656e74207374617465000000000000000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffa9059cbb00000000000000000000000000000000000000000000000000000000e03fe177bb050a40ea1b3ecd64121a3fa063a94b6d404b2f45c64697555efe0ec5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a4706f742073756363656564000000000000000000000000000000000000000000005361666542455032303a204245503230206f7065726174696f6e20646964206ee31da05fae6db869f5ea51f4b638aa6884070b6c87f18f63bd2291a12cb2f5186e6f7468696e6720746f207769746864726177000000000000000000000000002064657465726d696e65640000000000000000000000000000000000000000005856535661756c743a3a6765745072696f72566f7465733a206e6f742079657400000000000000000000000000000000000000000000000000000000fffffffe5ff5631500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006dd77cbc000000000000000000000000000000000000000000000000000000006dd77cbd000000000000000000000000000000000000000000000000000000006fcfff45000000000000000000000000000000000000000000000000000000005ff56315000000000000000000000000000000000000000000000000000000006857249c616c726561647920696e697469616c697a6564000000000000000000000000000200000000000000000000000000000000000080000000800000000000000000559f314bb90394a4a9ceb724f365b36a53587d894352c43d12901fd680101456000000000000000000000000000000000000000000000000000000005c19a95c000000000000000000000000000000000000000000000000000000005c60da1b000000000000000000000000000000000000000000000000000000005f14e7006472657373206973206e6f7420736574000000000000000000000000000000005856535661756c743a3a6765745374616b65416d6f756e743a2078767320616424f52bbf00000000000000000000000000000000000000000000000000000000358ae03600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004298bdbc000000000000000000000000000000000000000000000000000000004298bdbd00000000000000000000000000000000000000000000000000000000587cde1e00000000000000000000000000000000000000000000000000000000358ae036000000000000000000000000000000000000000000000000000000003d4180f90000000000000000000000000000000000000000000000000000000024f52bbf0000000000000000000000000000000000000000000000000000000026782247000000000000000000000000000000000000000000000000000000002eda5c6c115b512f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001d504dc5000000000000000000000000000000000000000000000000000000001d504dc60000000000000000000000000000000000000000000000000000000020606b7000000000000000000000000000000000000000000000000000000000115b512f0000000000000000000000000000000000000000000000000000000019129e5af851a4400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000008000000000000000006e730000000000000000000000000000000000000000000000000000000000006f6e6c792070726f78792061646d696e2063616e206368616e67652062726169c1e80334000000000000000000000000000000000000000000000000000000006368616e6765206e6f7420617574686f72697a656400000000000000000000006f6e6c792061646d696e2063616e000000000000000000000000000000000000020000000000000000000000000000000000004000000080000000000000000066fd58e82f7b31a2a5c30e0888f3093efe4e111b00cd2b0c31fe014601293aa0696e76616c696420616365737320636f6e74726f6c206d616e616765722061646472657373000000000000000000000000000000000000000000000000000000323820626974730000000000000000000000000000000000000000000000000053616665436173743a2076616c756520646f65736e27742066697420696e20316573206f766572666c6f770000000000000000000000000000000000000000005856535661756c743a3a726571756573745769746864726177616c3a20766f7437f23cd30000000000000000000000000000000000000000000000000000000088a254a0ef28a0b9e957ff600beae69870f6f924065147f3627c3f814e60ec1172657175657374656420616d6f756e7420697320696e76616c6964000000000072657175657374656420616d6f756e742063616e6e6f74206265207a65726f0000000000000000000000000000000000000000000000000000000000046f7da2000000000000000000000000000000000000000000000000000000000af13728000000000000000000000000000000000000000000000000000000000efe6a8b5661756c74206973207061757365640000000000000000000000000000000000657865637574652070656e64696e67207769746864726177616c00000000000023b872dd000000000000000000000000000000000000000000000000000000005361666542455032303a2063616c6c20746f206e6f6e2d636f6e7472616374007700000000000000000000000000000000000000000000000000000000000000536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f5856535661756c743a3a6465706f7369743a20766f746573206f766572666c6fdcbc1c05240f31ff3ad067ef1ee35ce4997762752e3a095284754544f4c709d75361666542455032303a206c6f772d6c6576656c2063616c6c206661696c656472652d656e7465726564000000000000000000000000000000000000000000007661756c743a20706f6f6c206578697374733f00000000000000000000000000726573756d652829000000000000000000000000000000000000000000000000d2619572a1464e0df0bb351d834fd47f3350984d7bfdb1ab69cfcb0b8e4214155661756c74206973206e6f742070617573656400000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff000100000000000000000000000000000000000000000000000000000000000000003c0c4c132f752029fa03fb5eaa3719262f876d012596a2ca53305188f490a745"
2670
+ ]
2671
+ }