aboutsummaryrefslogtreecommitdiffstats
path: root/portal-common/src/main/webapp/common/thirdparty/icheck/demo/css/montserrat-regular.svg
blob: b58503e77d477b11c0eae55548fdf99fa2c0e913 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg">
<metadata></metadata>
<defs>
<font id="montserratregular" horiz-adv-x="561" >
<font-face units-per-em="2048" ascent="1638" descent="-410" />
<missing-glyph horiz-adv-x="500" />
<glyph horiz-adv-x="0" />
<glyph horiz-adv-x="682" />
<glyph horiz-adv-x="0" />
<glyph horiz-adv-x="0" />
<glyph unicode="&#xd;" horiz-adv-x="681" />
<glyph unicode=" " />
<glyph unicode="!" horiz-adv-x="604" d="M160 1466h286v-264l-61 -739h-164l-61 739v264zM197 29q-45 45 -45 107.5t45 107.5t107.5 45t107.5 -45t45 -107.5t-45 -107.5t-107.5 -45t-107.5 45z" />
<glyph unicode="&#x22;" horiz-adv-x="765" d="M158 928v504h159v-504h-159zM449 928v504h159v-504h-159z" />
<glyph unicode="#" horiz-adv-x="1505" d="M1374 893h-221l-59 -340h252l-46 -225h-243l-58 -328h-227l57 328h-301l-57 -328h-229l57 328h-211l45 225h205l59 340h-233l45 225h227l60 348h227l-59 -348h301l59 348h229l-63 -348h229zM928 893h-301l-62 -340h301z" />
<glyph unicode="$" horiz-adv-x="1267" d="M580 -147v149q-281 29 -504 223l149 178q172 -150 355 -178v398q-231 55 -339 145t-108 267t124 290t323 123v102h131v-104q225 -16 426 -154l-133 -188q-135 96 -293 119v-385h6q236 -55 346.5 -149.5t110.5 -273.5t-127 -292t-336 -123v-147h-131zM866.5 276.5 q57.5 47.5 57.5 119t-45 113.5t-168 79v-369q98 10 155.5 57.5zM435 1174.5q-52 -46.5 -52 -115t41 -108.5t156 -77v355q-93 -8 -145 -54.5z" />
<glyph unicode="%" horiz-adv-x="1609" d="M709 1141q0 -135 -89.5 -231.5t-221.5 -96.5t-220 95.5t-88 230.5t89 231t221 96t220.5 -95t88.5 -230zM1454 1432l-1048 -1432h-265l1049 1432h264zM516 1136.5q0 61.5 -35 103.5t-85 42t-82.5 -42t-32.5 -103.5t34.5 -103.5t85 -42t83 42t32.5 103.5zM1522 311 q0 -135 -89.5 -231t-221.5 -96t-220 95t-88 230t89 231.5t221.5 96.5t220.5 -95.5t88 -230.5zM1333 303.5q0 61.5 -34.5 103.5t-85 42t-83 -42t-32.5 -103.5t34.5 -103.5t85 -42t83 42t32.5 103.5z" />
<glyph unicode="&#x26;" horiz-adv-x="1421" d="M584 -16q-201 0 -342.5 111.5t-141.5 305.5q0 231 336 412q-84 96 -117.5 157.5t-33.5 155.5q0 164 120.5 252t284.5 88t278.5 -84t114.5 -235q0 -203 -327 -383q164 -201 266 -307q63 94 98 219l168 -119q-53 -141 -121 -248q82 -84 209 -203l-153 -143l-189 187 q-180 -166 -450 -166zM405.5 240.5q77.5 -58.5 206.5 -58.5t275 119q-207 217 -328 365q-231 -125 -231 -275q0 -92 77.5 -150.5zM566.5 1241q-54.5 -43 -54.5 -100.5t27.5 -103.5t95.5 -128q231 115 231 213q0 82 -54 122t-122.5 40t-123 -43z" />
<glyph unicode="'" horiz-adv-x="475" d="M158 928v504h159v-504h-159z" />
<glyph unicode="(" horiz-adv-x="679" d="M330 638.5q0 -235.5 82 -490t200 -420.5h-243q-100 139 -183.5 397t-83.5 514t83 514t184 397h243q-119 -166 -200.5 -421t-81.5 -490.5z" />
<glyph unicode=")" horiz-adv-x="679" d="M350 638.5q0 235.5 -82 490.5t-200 421h243q100 -139 183.5 -397t83.5 -514t-83 -514t-184 -397h-243q119 166 200.5 420.5t81.5 490z" />
<glyph unicode="*" horiz-adv-x="884" d="M690 881l-194 131l16 -234h-139l16 236l-194 -131l-70 118l209 105l-209 102l70 121l192 -129l-14 232h139l-14 -232l192 127l70 -119l-211 -102l211 -105z" />
<glyph unicode="+" horiz-adv-x="1163" d="M489 307v389h-391v193h391v385h185v-385h391v-193h-391v-389h-185z" />
<glyph unicode="," horiz-adv-x="575" d="M135 133q0 66 45 110t106.5 44t107.5 -44t46 -105.5t-55 -149.5l-123 -203h-119l76 213q-84 39 -84 135z" />
<glyph unicode="-" horiz-adv-x="974" d="M147 504v215h680v-215h-680z" />
<glyph unicode="." horiz-adv-x="573" d="M135 137.5q0 63.5 44 107.5t107.5 44t108.5 -44t45 -107.5t-45 -108.5t-108.5 -45t-107.5 45t-44 108.5z" />
<glyph unicode="/" horiz-adv-x="1202" d="M944 1661h205l-887 -1901h-205z" />
<glyph unicode="0" horiz-adv-x="1409" d="M354 725q0 -240 85 -387.5t265.5 -147.5t263.5 146.5t83 388.5t-83 388.5t-263.5 146.5t-265.5 -147.5t-85 -387.5zM121 725q0 338 145.5 539.5t438 201.5t438 -201.5t145.5 -539.5t-145.5 -539.5t-438 -201.5t-438 201.5t-145.5 539.5z" />
<glyph unicode="1" horiz-adv-x="780" d="M59 1432h521v-1432h-230v1217h-291v215z" />
<glyph unicode="2" horiz-adv-x="1206" d="M759.5 872q61.5 84 61.5 170t-65.5 146.5t-165.5 60.5q-176 0 -293 -180l-195 113q94 141 208 212.5t293 71.5t314.5 -113.5t135.5 -310.5q0 -111 -57.5 -211t-211.5 -258l-335 -342h649v-231h-979v205l434 436q145 147 206.5 231z" />
<glyph unicode="3" horiz-adv-x="1183" d="M158 1217v215h837v-189l-346 -387q197 -6 307.5 -124t110.5 -281q0 -219 -148.5 -344t-382 -125t-456.5 149l102 195q176 -123 369 -123q125 0 206 58t81 168t-90.5 175.5t-249.5 65.5q-80 0 -154 -23v184l332 386h-518z" />
<glyph unicode="4" horiz-adv-x="1171" d="M690 580v262h230v-262h172v-220h-172v-360h-230v360h-614v213l526 859h264l-518 -852h342z" />
<glyph unicode="5" horiz-adv-x="1185" d="M995 1434v-220h-604v-352q90 49 205 49q201 0 346 -120.5t145 -327.5t-151.5 -343t-372.5 -136q-289 0 -461 192l129 176q16 -16 44 -38.5t114 -60.5t188.5 -38t186.5 61.5t84 179t-89 182t-225.5 64.5t-259.5 -67l-102 110v689h823z" />
<glyph unicode="6" horiz-adv-x="1269" d="M725 1241q-190 0 -280.5 -129t-92.5 -348q51 57 147.5 107.5t213.5 50.5q193 0 322.5 -128t129.5 -340t-140 -341t-353 -129q-344 0 -475 307q-74 176 -74 397t47 368.5t129 233.5q160 168 392.5 168t420.5 -145l-121 -178q-47 41 -126 73.5t-140 32.5zM474 640 q-83 -69 -83 -178.5t80 -188t201 -78.5t200.5 70.5t79.5 180t-73.5 186.5t-197.5 77t-207 -69z" />
<glyph unicode="7" horiz-adv-x="1159" d="M94 1020v412h1008v-215l-606 -1217h-267l592 1212h-508v-192h-219z" />
<glyph unicode="8" horiz-adv-x="1302" d="M651 1460q207 0 344.5 -108.5t137.5 -273.5t-154 -292q207 -131 207 -368q0 -184 -147.5 -309t-387 -125t-387 124.5t-147.5 309.5q0 238 207 368q-154 127 -154 292t137 273.5t344 108.5zM651.5 193q106.5 0 200.5 60t94 173t-90 174.5t-204.5 61.5t-205 -61.5 t-90.5 -174.5t94.5 -173t201 -60zM651.5 842q104.5 0 181 62.5t76.5 153.5t-76.5 152.5t-181 61.5t-181.5 -61.5t-77 -152.5t77 -153.5t181.5 -62.5z" />
<glyph unicode="9" horiz-adv-x="1267" d="M545 201q190 0 280 129t93 348q-51 -57 -147.5 -107.5t-213.5 -50.5q-193 0 -323 128t-130 340t140.5 341t353.5 129q344 0 475 -307q74 -176 74 -397.5t-47 -368.5t-129 -233q-160 -168 -392.5 -168t-420.5 145l121 178q47 -41 126 -73.5t140 -32.5zM796 801.5 q83 68.5 83 178.5t-80 188.5t-200 78.5t-197.5 -70.5t-77.5 -181t70.5 -186.5t194.5 -76t207 68.5z" />
<glyph unicode=":" horiz-adv-x="600" d="M147 137.5q0 63.5 44.5 107.5t107.5 44t108.5 -44t45.5 -107.5t-45.5 -108.5t-108.5 -45t-107.5 45t-44.5 108.5zM147 638.5q0 63.5 44.5 108t107.5 44.5t108.5 -44.5t45.5 -108t-45.5 -108.5t-108.5 -45t-107.5 45t-44.5 108.5z" />
<glyph unicode=";" horiz-adv-x="606" d="M150 135q0 66 45 110t107.5 44t108.5 -44t46 -103.5t-56 -153.5l-125 -203h-118l75 213q-83 43 -83 137zM150 638.5q0 63.5 44 108t107.5 44.5t108.5 -44.5t45 -108t-45 -108.5t-108.5 -45t-107.5 45t-44 108.5z" />
<glyph unicode="&#x3c;" horiz-adv-x="1212" d="M92 684v258l965 447v-234l-721 -326v-22l721 -334v-233z" />
<glyph unicode="=" horiz-adv-x="1277" d="M123 1081h1032v-192h-1032v192zM123 696h1032v-192h-1032v192z" />
<glyph unicode="&#x3e;" horiz-adv-x="1212" d="M1120 942v-258l-964 -444v233l721 334v22l-721 326v234z" />
<glyph unicode="?" horiz-adv-x="1040" d="M618 444h-231v125q0 82 19.5 122t85.5 106l149 149q47 51 47 127t-49 126t-127 50t-130 -48t-60 -128h-248q20 182 142 285.5t304 103.5t297 -99t115 -278q0 -123 -68 -204q-39 -49 -59.5 -69.5t-54 -52.5t-57 -55.5t-38.5 -39.5q-37 -45 -37 -127v-93zM395 34 q-47 44 -47 106.5t46 107.5t110.5 45t112 -44t47.5 -106.5t-46.5 -107.5t-111 -45t-111.5 44z" />
<glyph unicode="@" horiz-adv-x="1851" d="M913 -258q-344 0 -576.5 229.5t-232.5 573.5t244 588.5t589 244.5t581.5 -244.5t236.5 -596.5q0 -221 -84 -357.5t-223 -136.5q-100 0 -159.5 68.5t-63.5 195.5q-115 -264 -367 -264q-176 0 -310 141.5t-134 358.5t127 364.5t336 147.5q94 0 178 -49.5t121 -116.5v137 h196v-715q0 -143 113 -143q63 0 115.5 93t52.5 245q0 328 -198 555t-510 227t-531 -219t-219 -524t206.5 -509t511.5 -204q246 0 377 123l45 -76q-72 -61 -190.5 -99t-231.5 -38zM1100 770q-78 86 -203 86t-200.5 -88t-75.5 -216t74.5 -223.5t203.5 -95.5t204 93.5t75 225.5 t-78 218z" />
<glyph unicode="A" horiz-adv-x="1519" d="M401 326l-143 -326h-258l631 1432h258l631 -1432h-258l-144 326h-717zM1020 549l-260 590l-260 -590h520z" />
<glyph unicode="B" horiz-adv-x="1445" d="M825 0h-626v1432h557q145 0 250.5 -35t156.5 -94q98 -111 99 -250q0 -168 -107 -250q-39 -29 -53.5 -36t-50.5 -24q133 -29 211.5 -120t78.5 -226q0 -150 -102 -264q-121 -133 -414 -133zM440 838h308q262 0 262 178q0 102 -63.5 147t-196.5 45h-310v-370zM440 223h379 q133 0 204 42t71 159q0 190 -306 190h-348v-391z" />
<glyph unicode="C" horiz-adv-x="1507" d="M852 219q125 0 215 42t188 134l156 -159q-227 -252 -551.5 -252t-539 208.5t-214.5 528t218.5 532.5t551 213t556.5 -245l-154 -168q-102 98 -193.5 137t-214.5 39q-217 0 -364.5 -140.5t-147.5 -358.5t146.5 -364.5t347.5 -146.5z" />
<glyph unicode="D" horiz-adv-x="1601" d="M1282 1244.5q207 -187.5 207 -521.5t-201 -528.5t-614 -194.5h-475v1432h491q385 0 592 -187.5zM1245 717q0 492 -563 491h-242v-981h269q260 0 398 124t138 366z" />
<glyph unicode="E" horiz-adv-x="1339" d="M1204 1432v-228h-764v-379h686v-215h-686v-383h789v-227h-1030v1432h1005z" />
<glyph unicode="F" horiz-adv-x="1236" d="M440 1206v-393h635v-223h-635v-590h-241v1432h954l-2 -226h-711z" />
<glyph unicode="G" horiz-adv-x="1550" d="M1190 696h242v-489q-203 -223 -580 -223q-317 0 -531.5 208.5t-214.5 528t218.5 532.5t527.5 213t514 -180l-129 -184q-84 72 -169 99.5t-198 27.5q-217 0 -364.5 -140.5t-147.5 -368.5t143.5 -366.5t347.5 -138.5t341 88v393z" />
<glyph unicode="H" horiz-adv-x="1591" d="M199 0v1432h241v-621h711v621h242v-1432h-242v586h-711v-586h-241z" />
<glyph unicode="I" horiz-adv-x="638" d="M199 1432h241v-1432h-241v1432z" />
<glyph unicode="J" horiz-adv-x="1128" d="M246 1214v218h696v-945q0 -250 -127 -374.5t-326 -124.5q-250 0 -426 176l138 190q139 -133 272 -133q94 0 160.5 63.5t66.5 190.5v739h-454z" />
<glyph unicode="K" horiz-adv-x="1441" d="M199 1432h241v-699l656 699h307l-576 -627l584 -805h-287l-475 627l-209 -226v-401h-241v1432z" />
<glyph unicode="L" horiz-adv-x="1159" d="M199 0v1432h241v-1203h654v-229h-895z" />
<glyph unicode="M" horiz-adv-x="2013" d="M440 0h-241v1432h376l433 -900l432 900h375v-1432h-242v1118l-500 -993h-135l-498 993v-1118z" />
<glyph unicode="N" horiz-adv-x="1712" d="M1272 1432h241v-1432h-262l-811 1044v-1044h-241v1432h241l832 -1070v1070z" />
<glyph unicode="O" horiz-adv-x="1720" d="M860 1245q-213 0 -359.5 -151.5t-146.5 -367.5t146.5 -367.5t359.5 -151.5t359.5 151.5t146.5 367.5t-146.5 367.5t-359.5 151.5zM860.5 -14q-319.5 0 -537 212t-217.5 528t217.5 528t537 212t536.5 -212t217 -528t-217 -528t-536.5 -212z" />
<glyph unicode="P" horiz-adv-x="1400" d="M1165.5 1307q149.5 -125 149.5 -385t-152.5 -381t-468.5 -121h-254v-420h-241v1432h491q326 0 475.5 -125zM994.5 716q72.5 77 72.5 225.5t-92 209.5t-289 61h-246v-573h281q201 0 273.5 77z" />
<glyph unicode="Q" horiz-adv-x="1720" d="M891 -12l-31 -2q-319 0 -536.5 212t-217.5 528t217.5 528t537 212t536.5 -212t217 -527q0 -240 -129 -425t-344 -267q70 -92 176 -92q78 0 152.5 41t113.5 106l137 -190q-178 -188 -407 -189q-131 0 -252 74t-170 203zM860 1245q-213 0 -359.5 -151.5t-146.5 -367.5 t146.5 -367.5t359.5 -151.5t359.5 151.5t146.5 367.5t-146.5 367.5t-359.5 151.5z" />
<glyph unicode="R" horiz-adv-x="1490" d="M1341 967q0 -354 -309 -447l375 -520h-307l-342 481h-318v-481h-241v1432h532q328 0 469 -110.5t141 -354.5zM1020 763.5q74 63.5 74 204t-76 192.5t-270 52h-308v-512h301q205 0 279 63.5z" />
<glyph unicode="S" horiz-adv-x="1290" d="M458.5 1200q-67.5 -43 -67.5 -130t67.5 -133t288 -99.5t332 -149.5t111.5 -283.5t-141.5 -304t-370.5 -116.5q-336 0 -596 231l151 182q217 -188 451 -188q117 0 185.5 50t68.5 133t-64.5 129t-222 84t-239.5 70t-146 83q-127 96 -127 294.5t144.5 306t357.5 107.5 q137 0 272.5 -45t233.5 -127l-129 -182q-63 57 -172 94t-214.5 37t-173 -43z" />
<glyph unicode="T" horiz-adv-x="1236" d="M739 1210v-1210h-241v1210h-435v222h1111v-222h-435z" />
<glyph unicode="U" horiz-adv-x="1572" d="M786 213q168 0 266.5 114.5t98.5 311.5v793h242v-803q0 -309 -170 -476t-436.5 -167t-436.5 166.5t-170 476.5v803h242v-793q0 -197 98 -311.5t266 -114.5z" />
<glyph unicode="V" horiz-adv-x="1433" d="M852 0h-270l-576 1432h270l441 -1070l440 1070h270z" />
<glyph unicode="W" horiz-adv-x="2146" d="M645 401l320 1031h217l319 -1031l361 1031h260l-500 -1432h-240l-301 981h-16l-301 -981h-240l-499 1432h260z" />
<glyph unicode="X" horiz-adv-x="1378" d="M1047 0l-353 539h-10l-352 -539h-301l491 735l-456 697h299l319 -484h10l320 484h299l-457 -697l492 -735h-301z" />
<glyph unicode="Y" horiz-adv-x="1277" d="M762 0h-246v565l-532 867h264l391 -652l391 652h264l-532 -867v-565z" />
<glyph unicode="Z" horiz-adv-x="1382" d="M930 1210h-807v222h1143v-189l-832 -1014v-6h844v-223h-1182v186l834 1018v6z" />
<glyph unicode="[" horiz-adv-x="727" d="M643 1550v-172h-283v-1493h283v-172h-463v1837h463z" />
<glyph unicode="\" horiz-adv-x="1069" d="M57 1550h205l746 -1550h-205z" />
<glyph unicode="]" horiz-adv-x="727" d="M84 1378v172h463v-1837h-463v172h283v1493h-283z" />
<glyph unicode="^" horiz-adv-x="806" d="M559 1520l-158 170l-157 -170h-199l250 319h209l248 -319h-193z" />
<glyph unicode="_" horiz-adv-x="1478" d="M147 -283v117h1184v-117h-1184z" />
<glyph unicode="`" horiz-adv-x="1705" d="M1106 1229h-209l-250 196l242 101z" />
<glyph unicode="a" horiz-adv-x="1202" d="M1049 0h-209v145q-135 -162 -363 -161q-170 0 -281.5 96t-111.5 257t119 240.5t321 79.5h297v41q0 217 -241 217q-152 0 -316 -110l-102 143q199 158 450 158q193 0 315 -97.5t122 -306.5v-702zM819 406v92h-258q-248 0 -248 -156q0 -80 61.5 -122t171 -42t191.5 62 t82 166z" />
<glyph unicode="b" horiz-adv-x="1376" d="M1124.5 954.5q155.5 -151.5 155.5 -403.5t-154.5 -409.5t-360.5 -157.5t-370 180v-164h-229v1520h229v-621q135 207 354.5 207t375 -151.5zM485.5 287.5q94.5 -99.5 229.5 -99.5t235.5 98.5t100.5 255t-98.5 260t-235.5 103.5t-231.5 -103.5t-94.5 -259t94.5 -255z" />
<glyph unicode="c" horiz-adv-x="1179" d="M649 -16q-227 0 -391 154.5t-164 404.5t171 406.5t417 156.5t416 -170l-135 -166q-141 123 -284.5 123t-249 -95.5t-105.5 -246t104 -254.5t257 -104t288 139l135 -148q-199 -200 -459 -200z" />
<glyph unicode="d" horiz-adv-x="1376" d="M249.5 139.5q-153.5 155.5 -153.5 409.5t158 405.5t376 151.5t351 -184v598h229v-1520h-229v164q-127 -180 -371 -180q-207 0 -360.5 155.5zM426 284.5q100 -98.5 235.5 -98.5t229.5 99.5t94 255t-94 260t-231.5 104.5t-235.5 -104.5t-98 -261t100 -255z" />
<glyph unicode="e" horiz-adv-x="1265" d="M1180 444h-854q8 -119 108.5 -191.5t229.5 -72.5q205 0 311 129l131 -143q-176 -182 -459 -182q-229 0 -390 152.5t-161 409.5t164 408.5t386 151.5t378 -134t156 -370v-158zM326 625h624q0 137 -86 210.5t-212 73.5t-226 -76.5t-100 -207.5z" />
<glyph unicode="f" horiz-adv-x="790" d="M449 1180v-90h286v-185h-286v-905h-230v905h-137v185h137v84q0 172 103.5 273t250 101t267.5 -108l-95 -162q-68 72 -141.5 72t-114 -46t-40.5 -124z" />
<glyph unicode="g" horiz-adv-x="1339" d="M1174 1090v-951q0 -289 -157 -433t-402.5 -144t-444.5 153l109 174q160 -121 322.5 -120.5t257.5 84.5t95 268v139q-51 -96 -146 -153.5t-214 -57.5q-217 0 -356.5 151.5t-139.5 377t139.5 377t355.5 151.5t351 -178v162h230zM406.5 355.5q82.5 -97.5 223 -97.5t227.5 94 t87 234.5t-88 238t-227.5 97.5t-222 -100.5t-82.5 -234.5t82.5 -231.5z" />
<glyph unicode="h" horiz-adv-x="1323" d="M395 590v-590h-229v1518h229v-627q49 100 148.5 157.5t214.5 57.5q184 0 297.5 -112.5t113.5 -325.5v-668h-229v598q0 301 -250 301q-119 0 -207 -78.5t-88 -230.5z" />
<glyph unicode="i" d="M395 0h-229v1090h229v-1090zM137 1409q0 59 43 102t102.5 43t102.5 -43t43 -102t-43 -102t-102.5 -43t-102.5 43t-43 102z" />
<glyph unicode="j" d="M166 -51v1141h229v-1149q0 -172 -103.5 -273.5t-249.5 -101.5t-267 108l106 172q70 -68 140.5 -67.5t107.5 45.5t37 125zM133 1409q0 59 43 102t102.5 43t102.5 -43t43 -102t-43 -102t-102.5 -43t-102.5 43t-43 102z" />
<glyph unicode="k" horiz-adv-x="1189" d="M395 0h-229v1520h229v-893l443 463h295l-414 -433l444 -657h-278l-324 477l-166 -168v-309z" />
<glyph unicode="l" d="M395 0h-229v1520h229v-1520z" />
<glyph unicode="m" horiz-adv-x="2076" d="M395 590v-590h-229v1090h229v-199q49 100 148.5 157.5t214.5 57.5q258 0 350 -213q162 213 403 213q184 0 298 -112.5t114 -325.5v-668h-229v598q0 301 -250 301q-117 0 -204 -74.5t-91 -218.5v-606h-229v598q0 156 -55.5 228.5t-174.5 72.5t-207 -78.5t-88 -230.5z" />
<glyph unicode="n" horiz-adv-x="1323" d="M395 590v-590h-229v1090h229v-199q55 100 152.5 157.5t210.5 57.5q184 0 297.5 -112.5t113.5 -325.5v-668h-229v598q0 301 -250 301q-119 0 -207 -78.5t-88 -230.5z" />
<glyph unicode="o" horiz-adv-x="1335" d="M667.5 188q149.5 0 247 99.5t97.5 257t-97.5 257t-247 99.5t-246.5 -99.5t-97 -257t97 -257t246.5 -99.5zM667.5 -16q-245.5 0 -409.5 162.5t-164 398t164 398.5t409.5 163t409.5 -163t164 -398.5t-164 -398t-409.5 -162.5z" />
<glyph unicode="p" horiz-adv-x="1376" d="M1124.5 954.5q155.5 -151.5 155.5 -403.5t-154.5 -409.5t-360.5 -157.5t-370 180v-561h-229v1487h229v-191q135 207 354.5 207t375 -151.5zM485.5 287.5q94.5 -99.5 229.5 -99.5t235.5 98.5t100.5 255t-98.5 260t-235.5 103.5t-231.5 -103.5t-94.5 -259t94.5 -255z" />
<glyph unicode="q" horiz-adv-x="1376" d="M251 141.5q-155 157.5 -155 409.5t156 403.5t375 151.5t354 -207v191h229v-1487h-229v561q-164 -180 -369.5 -180t-360.5 157.5zM426 286.5q100 -98.5 235.5 -98.5t229.5 99.5t94 255t-94 259t-231.5 103.5t-235.5 -103.5t-98 -260t100 -255z" />
<glyph unicode="r" horiz-adv-x="813" d="M737 874q-170 0 -256 -110.5t-86 -296.5v-467h-229v1090h229v-220q55 102 150.5 168t202.5 68l2 -232h-13z" />
<glyph unicode="s" horiz-adv-x="1036" d="M829.5 77q-112.5 -93 -288.5 -93q-119 0 -247 43t-226 120l110 179q190 -143 369 -144q78 0 123 36t45 91q0 82 -217 148q-16 6 -25 8q-340 92 -340 307q0 152 118 243t306 91t356 -111l-86 -170q-133 88 -288 88q-82 0 -133.5 -29.5t-51.5 -88.5q0 -53 54 -78 q37 -18 103.5 -34.5t117.5 -33t99 -37t103 -57.5q111 -74 111 -229.5t-112.5 -248.5z" />
<glyph unicode="t" horiz-adv-x="856" d="M449 905v-553q0 -78 40.5 -124t114.5 -46t141 72l95 -162q-121 -109 -267.5 -108.5t-250 101.5t-103.5 273v547h-137v185h137v342h230v-342h286v-185h-286z" />
<glyph unicode="u" horiz-adv-x="1323" d="M928 500v590h229v-1090h-229v199q-55 -100 -152.5 -157.5t-210.5 -57.5q-184 0 -297.5 112.5t-113.5 325.5v668h229v-598q0 -301 250 -302q119 0 207 79t88 231z" />
<glyph unicode="v" horiz-adv-x="1171" d="M455 0l-439 1090h238l332 -824l332 824h237l-438 -1090h-262z" />
<glyph unicode="w" horiz-adv-x="1867" d="M676 0h-262l-377 1090h237l271 -824l270 824h238l270 -824l270 824h238l-377 -1090h-262l-258 745z" />
<glyph unicode="x" horiz-adv-x="1142" d="M340 1090l233 -359l242 359h272l-380 -533l397 -557h-283l-260 362l-254 -362h-268l387 555l-367 535h281z" />
<glyph unicode="y" horiz-adv-x="1175" d="M303 -434q-150 0 -270 108l104 187q72 -68 148.5 -68t125 55.5t48.5 120.5q0 29 -441 1121h246l326 -803l325 803h246l-528 -1295q-47 -106 -135.5 -167.5t-194.5 -61.5z" />
<glyph unicode="z" horiz-adv-x="1107" d="M131 889v196h852v-206l-612 -680h645v-199h-926v223l596 666h-555z" />
<glyph unicode="{" horiz-adv-x="688" d="M565 1362q-127 0 -127 -117v-444q0 -143 -135 -168q135 -23 135 -166v-481q0 -53 30 -74t114 -21v-190h-70q-279 0 -279 270v443q0 68 -24.5 95.5t-77.5 27.5h-49v190h49q53 0 77.5 28.5t24.5 98.5v426q0 270 279 270h70v-190q-7 2 -17 2z" />
<glyph unicode="|" horiz-adv-x="526" d="M178 -313v1915h170v-1915h-170z" />
<glyph unicode="}" horiz-adv-x="688" d="M176 -299h-70v190q84 0 114 20.5t30 74.5v481q0 143 135 166q-135 25 -135 168v444q0 63 -34 91t-66 28h-7l-37 -4v190h70q279 0 279 -270v-426q0 -70 24.5 -98.5t77.5 -28.5h49v-190h-49q-53 0 -77.5 -28t-24.5 -95v-443q0 -270 -279 -270z" />
<glyph unicode="~" horiz-adv-x="1157" d="M377 758q-82 0 -96 -133l-179 51q12 143 86 216t191 73q92 0 248 -84q102 -53 151 -54q82 0 96 134l181 -52q-12 -143 -87 -217t-192 -74q-88 0 -248 87q-102 53 -151 53z" />
<glyph unicode="&#xa0;" />
<glyph unicode="&#xa1;" horiz-adv-x="602" d="M442 -16h-284v258l61 739h164l59 -739v-258zM195 1200q-45 45 -45 107.5t45 107.5t107.5 45t107.5 -45t45 -107.5t-45 -107.5t-107.5 -45t-107.5 45z" />
<glyph unicode="&#xa2;" horiz-adv-x="1200" d="M592 -250v238q-207 23 -349.5 173t-142.5 379.5t141.5 380t350.5 179.5v243h131v-239q231 -18 381 -168l-135 -166q-125 106 -246 119v-694q135 14 256 137l135 -148q-170 -174 -391 -196v-238h-131zM404.5 765q-74.5 -89 -74.5 -215t72.5 -220t189.5 -125v676 q-113 -27 -187.5 -116z" />
<glyph unicode="&#xa3;" horiz-adv-x="1261" d="M539 1057v-269h342v-200h-342v-373h610v-215h-1020v215h168v373h-176v200h176v256q0 248 125 362t328 114q268 0 403 -230l-170 -135q-84 139 -217 139q-98 0 -162.5 -56t-64.5 -181z" />
<glyph unicode="&#xa4;" horiz-adv-x="1546" d="M307 311q-109 147 -108.5 336t104.5 332l-180 180l145 144l185 -183q139 90 317 90t324 -92l184 185l145 -144l-182 -182q104 -147 104.5 -330.5t-110.5 -333.5l188 -186l-143 -143l-195 190q-137 -86 -313 -86t-313 86l-193 -190l-143 143zM772 305q143 0 237.5 96.5 t94.5 248t-94.5 246.5t-237.5 95t-237.5 -95t-94.5 -246.5t94.5 -248t237.5 -96.5z" />
<glyph unicode="&#xa5;" horiz-adv-x="1464" d="M209 434h389v111l-8 12h-381v180h274l-411 695h264l387 -658h14l402 658h260l-426 -695h268v-180h-379l-6 -12v-111h385v-180h-387v-254h-256v254h-389v180z" />
<glyph unicode="&#xa6;" horiz-adv-x="565" d="M186 881v669h193v-669h-193zM186 -49v670h193v-670h-193z" />
<glyph unicode="&#xa7;" horiz-adv-x="1249" d="M297 649q0 -96 120 -159.5t306 -63.5q106 0 177 45t71 111.5t-47 109.5t-121 66q-147 43 -261 43t-179.5 -40t-65.5 -112zM468 1284q-54 -43 -54 -111.5t59 -109.5t269 -91t314.5 -130t104.5 -230q0 -102 -65.5 -185t-204.5 -116q94 -35 141 -106.5t47 -147.5 q0 -141 -119.5 -240.5t-320.5 -99.5q-293 0 -518 201l131 156q201 -166 393 -166q219 0 219 139q0 66 -68.5 109t-268 101t-311.5 141t-112 243q0 98 68 180t188 105q-166 66 -165.5 229.5t120 264t306.5 100.5q133 0 233 -33t205 -109l-117 -164q-152 113 -326 113 q-94 0 -148 -43z" />
<glyph unicode="&#xa8;" horiz-adv-x="1249" d="M376 1268q-36 37 -36 89t37 89t89 37t89 -36t37 -88t-38 -90t-90 -38t-88 37zM756 1268q-37 37 -37 89t37 89t89 37t89 -36t37 -88t-37 -90t-89 -38t-89 37z" />
<glyph unicode="&#xa9;" horiz-adv-x="1703" d="M1593 719q0 -305 -217 -524.5t-526 -219.5t-524 217.5t-215 522.5t217 524t524 219t524 -217t217 -522zM1503 717q0 268 -187.5 458.5t-459.5 190.5t-460.5 -191.5t-188.5 -461t186.5 -460t458.5 -190.5t461.5 193t189.5 461zM1194 459q-139 -145 -317.5 -145.5 t-297 111.5t-118.5 294t123 294.5t305 112.5t299 -122l-98 -121q-106 90 -209 90t-179.5 -68.5t-76.5 -178.5t76.5 -185.5t188 -75.5t206.5 100z" />
<glyph unicode="&#xaa;" horiz-adv-x="720" d="M567 954h-96v68q-63 -76 -154.5 -76t-143.5 45t-52 119q0 150 203 150h139v18q0 100 -113 100q-68 0 -145 -51l-47 68q90 72 194 71q215 0 215 -186v-326zM461 1143v43h-119q-115 0 -115 -74q0 -37 29 -56.5t79 -19.5t88 30t38 77z" />
<glyph unicode="&#xab;" horiz-adv-x="1120" d="M580 852l-236 -360l236 -361h-222l-243 361l243 360h222zM985 852l-235 -360l235 -361h-221l-244 361l244 360h221z" />
<glyph unicode="&#xac;" horiz-adv-x="1695" d="M137 911h1370v-731h-168v551h-1202v180z" />
<glyph unicode="&#xad;" horiz-adv-x="974" d="M147 504v215h680v-215h-680z" />
<glyph unicode="&#xae;" horiz-adv-x="1703" d="M1593 719q0 -305 -217 -524.5t-526 -219.5t-524 217.5t-215 522.5t217 524t524 219t524 -217t217 -522zM1503 717q0 268 -187.5 458.5t-459.5 190.5t-460.5 -191.5t-188.5 -461t186.5 -460t458.5 -190.5t461.5 193t189.5 461zM1210 860q0 -199 -174 -250l213 -288h-172 l-192 268h-176v-268h-140v800h301q182 0 261 -62.5t79 -199.5zM1031 747.5q42 34.5 42 113.5t-43 109.5t-151 30.5h-170v-288h165q115 0 157 34.5z" />
<glyph unicode="&#xaf;" horiz-adv-x="868" d="M750 1407v-178h-629v178h629z" />
<glyph unicode="&#xb0;" horiz-adv-x="851" d="M426 1464q131 0 223 -92t92 -223t-92 -222t-223 -91t-223 91t-92 222t92 223t223 92zM277.5 1001.5q60.5 -61.5 147.5 -61.5t147.5 61.5t60.5 147.5t-60.5 146.5t-147.5 60.5t-147.5 -60.5t-60.5 -146.5t60.5 -147.5z" />
<glyph unicode="&#xb1;" horiz-adv-x="1163" d="M489 565v277h-391v192h391v273h185v-273h391v-192h-391v-277h-185zM98 451h967v-172h-967v172z" />
<glyph unicode="&#xb2;" horiz-adv-x="858" d="M519 1120q36 49 36 99.5t-38 85t-97 34.5q-104 0 -172 -104l-113 65q109 166 287 166q111 0 189.5 -66.5t78.5 -180.5q0 -63 -33.5 -122t-124.5 -153l-194 -199h379v-135h-572v119l252 256q86 86 122 135z" />
<glyph unicode="&#xb3;" horiz-adv-x="811" d="M158 1305v127h495v-113l-204 -229q117 -2 181 -73t64 -183.5t-87 -186.5t-226 -74t-270 89l61 114q100 -72 217 -71q74 0 122 33.5t48 99t-53 104.5t-124 39t-116 -14v108l197 230h-305z" />
<glyph unicode="&#xb4;" horiz-adv-x="1705" d="M901 1286h-209l217 297l242 -100z" />
<glyph unicode="&#xb5;" horiz-adv-x="1314" d="M176 -397v1487h230v-598q0 -301 249 -302q119 0 207 79t88 231v590h230v-1090h-230v199q-55 -100 -152.5 -157.5t-204 -57.5t-187.5 34v-415h-230z" />
<glyph unicode="&#xb6;" horiz-adv-x="1374" d="M72 1139q0 174 120.5 292.5t366.5 118.5h612v-1779h-190v1585h-229v-1585h-185v981q-49 -6 -94 -7q-113 0 -196.5 39t-124.5 101q-80 119 -80 254z" />
<glyph unicode="&#xb7;" horiz-adv-x="595" d="M145 653.5q0 63.5 44 107.5t107.5 44t109 -44t45.5 -107.5t-45.5 -108.5t-109 -45t-107.5 45t-44 108.5z" />
<glyph unicode="&#xb8;" horiz-adv-x="575" d="M481 -240q0 -78 -63.5 -136t-160.5 -58t-171 45l53 117q39 -20 79 -20.5t62.5 23t22.5 56.5t-23.5 58.5t-59.5 25.5t-60 -10l73 139h146l-41 -78q143 -19 143 -162z" />
<glyph unicode="&#xb9;" horiz-adv-x="548" d="M84 1432h303v-838h-133v713h-170v125z" />
<glyph unicode="&#xba;" horiz-adv-x="774" d="M387 1032q72 0 118 47t46 122t-46 122t-118 47t-118 -47t-46 -122t46 -122t118 -47zM387 934q-117 0 -194.5 76.5t-77.5 189.5t77.5 189.5t194.5 76.5t194.5 -76.5t77.5 -189.5t-77.5 -189.5t-194.5 -76.5z" />
<glyph unicode="&#xbb;" horiz-adv-x="1120" d="M776 492l-235 360h221l244 -360l-244 -361h-221zM371 492l-236 360h221l244 -360l-244 -361h-221z" />
<glyph unicode="&#xbc;" horiz-adv-x="1767" d="M1210 1550h148l-764 -1566h-148zM1452 340v154h133v-154h103v-129h-103v-211h-133v211h-358v125l305 502h155l-303 -498h201zM72 1432h303v-838h-133v713h-170v125z" />
<glyph unicode="&#xbd;" horiz-adv-x="1900" d="M1276 1550h147l-764 -1566h-147zM1613 510q36 49 36 99t-38 85t-98 35q-100 0 -172 -104l-110 65q109 166 285 166q111 0 190.5 -66.5t79.5 -181.5q0 -63 -34 -122.5t-124 -151.5l-196 -199h378v-135h-571v119l254 256q84 86 120 135zM72 1432h303v-838h-133v713h-170 v125z" />
<glyph unicode="&#xbe;" horiz-adv-x="1845" d="M1294 1550h148l-764 -1566h-148zM1536 340v154h133v-154h103v-129h-103v-211h-133v211h-358v125l305 502h155l-303 -498h201zM129 1305v127h496v-113l-205 -229q117 -2 181.5 -73t64.5 -183.5t-87 -186.5t-226.5 -74t-270.5 89l61 114q100 -72 217 -71q74 0 122 33.5 t48 99t-53 104.5t-123.5 39t-115.5 -14v108l196 230h-305z" />
<glyph unicode="&#xbf;" horiz-adv-x="1040" d="M422 1004h231v-125q0 -82 -19.5 -122t-84.5 -106l-150 -149q-47 -51 -47 -127t49.5 -126t127 -50t130 48t60.5 128h248q-20 -182 -142.5 -285.5t-304.5 -103.5t-296.5 99t-114.5 277q0 123 67 205q39 49 59.5 69.5t54.5 52.5t57.5 55.5t37.5 41.5q37 43 37 125v93z M645 1414q47 -44 47 -106.5t-46 -107.5t-110.5 -45t-111.5 44t-47 106.5t46 107.5t110.5 45t111.5 -44z" />
<glyph unicode="&#xc0;" horiz-adv-x="1495" d="M864 1432l631 -1432h-266l-146 326h-686l-139 -326h-258l631 1432h233zM987 549l-246 551l-243 -551h489zM860 1550h-209l-250 197l242 100z" />
<glyph unicode="&#xc1;" horiz-adv-x="1519" d="M401 326l-143 -326h-258l631 1432h258l631 -1432h-258l-144 326h-717zM1020 549l-260 590l-260 -590h520zM870 1552h-208l217 297l241 -100z" />
<glyph unicode="&#xc2;" horiz-adv-x="1495" d="M864 1432l631 -1432h-266l-146 326h-686l-139 -326h-258l631 1432h233zM987 549l-246 551l-243 -551h489zM633 1825h213l250 -275h-199l-158 115l-157 -115h-199z" />
<glyph unicode="&#xc3;" horiz-adv-x="1495" d="M864 1432l631 -1432h-266l-146 326h-686l-139 -326h-258l631 1432h233zM987 549l-246 551l-243 -551h489zM897 1544q-53 0 -148.5 48t-121.5 48q-68 0 -70 -90h-151q0 119 48 193t134 74q55 0 153.5 -48.5t128.5 -48.5q61 0 62 90h153q-6 -266 -188 -266z" />
<glyph unicode="&#xc4;" horiz-adv-x="1495" d="M864 1432l631 -1432h-266l-146 326h-686l-139 -326h-258l631 1432h233zM987 549l-246 551l-243 -551h489zM468 1579q-36 37 -36 89t36 89t89 37t90 -36t37 -88t-37 -90t-90 -38t-89 37zM848 1579q-37 37 -37 89t37 89t89 37t89 -36t37 -88t-38 -90t-89 -38t-88 37z" />
<glyph unicode="&#xc5;" horiz-adv-x="1495" d="M903.5 1729.5q67.5 -64.5 67.5 -162t-97 -162.5l621 -1405h-266l-146 326h-686l-139 -326h-258l618 1407q-92 66 -92 162t66.5 160.5t155 64.5t156 -64.5zM987 549l-246 551l-243 -551h489zM829.5 1498q30.5 32 30.5 82t-30.5 82t-81 32t-82 -32t-31.5 -82t31.5 -82 t82 -32t81 32z" />
<glyph unicode="&#xc6;" horiz-adv-x="2129" d="M1995 1432v-226h-764v-393h686v-211h-686v-377h788v-225h-1052v326h-518l-175 -326h-297l750 1432h1268zM967 557v649h-60l-342 -649h402z" />
<glyph unicode="&#xc7;" horiz-adv-x="1507" d="M852 219q125 0 215 42t188 134l156 -159q-213 -238 -520 -250l-33 -64q143 -18 143 -162q0 -78 -63.5 -136t-160.5 -58t-171 45l53 117q39 -20 79 -20.5t62.5 23t22.5 56.5t-23.5 58.5t-59 25.5t-60.5 -10l68 129q-281 35 -461.5 237.5t-180.5 507.5t218.5 518t551 213 t556.5 -245l-154 -168q-102 98 -193.5 137t-214.5 39q-217 0 -364.5 -140.5t-147.5 -358.5t146.5 -364.5t347.5 -146.5z" />
<glyph unicode="&#xc8;" horiz-adv-x="1339" d="M862 1550h-209l-250 197l242 100zM1204 1432v-228h-764v-379h686v-215h-686v-383h789v-227h-1030v1432h1005z" />
<glyph unicode="&#xc9;" horiz-adv-x="1339" d="M1204 1432v-228h-764v-379h686v-215h-686v-383h789v-227h-1030v1432h1005zM811 1550h-209l217 297l242 -100z" />
<glyph unicode="&#xca;" horiz-adv-x="1339" d="M596 1825h213l250 -275h-199l-158 115l-157 -115h-199zM1204 1432v-228h-764v-379h686v-215h-686v-383h789v-227h-1030v1432h1005z" />
<glyph unicode="&#xcb;" horiz-adv-x="1339" d="M425 1579q-36 37 -36 89t37 89t89 37t89 -36t37 -88t-38 -90t-90 -38t-88 37zM805 1579q-37 37 -37 89t37 89t89 37t89 -36t37 -88t-37 -90t-89 -38t-89 37zM1204 1432v-228h-764v-379h686v-215h-686v-383h789v-227h-1030v1432h1005z" />
<glyph unicode="&#xcc;" horiz-adv-x="638" d="M428 1550h-209l-250 197l242 100zM199 1432h241v-1432h-241v1432z" />
<glyph unicode="&#xcd;" horiz-adv-x="638" d="M199 1432h241v-1432h-241v1432zM420 1550h-209l217 297l242 -100z" />
<glyph unicode="&#xce;" horiz-adv-x="638" d="M199 1432h241v-1432h-241v1432zM236 1825h213l249 -275h-198l-158 115l-158 -115h-198z" />
<glyph unicode="&#xcf;" horiz-adv-x="638" d="M42 1579q-36 37 -36 89t36 89t89 37t90 -36t37 -88t-37 -90t-90 -38t-89 37zM422 1579q-37 37 -37 89t37 89t89 37t89 -36t37 -88t-38 -90t-89 -38t-88 37zM199 1432h241v-1432h-241v1432z" />
<glyph unicode="&#xd0;" horiz-adv-x="1617" d="M53 602v215h162v615h492q385 0 591.5 -187.5t206.5 -521.5t-200.5 -528.5t-614.5 -194.5h-475v602h-162zM1262 717q0 492 -564 491h-241v-391h512v-215h-512v-375h268q260 0 398.5 124t138.5 366z" />
<glyph unicode="&#xd1;" horiz-adv-x="1712" d="M1272 1432h241v-1432h-262l-811 1044v-1044h-241v1432h241l832 -1070v1070zM1001 1544q-53 0 -148 48t-122 48q-68 0 -69 -90h-152q0 119 48 193t134 74q55 0 153.5 -48.5t129.5 -48.5q61 0 61 90h154q-7 -266 -189 -266z" />
<glyph unicode="&#xd2;" horiz-adv-x="1720" d="M1016 1550h-209l-250 197l242 100zM860 1245q-213 0 -359.5 -151.5t-146.5 -367.5t146.5 -367.5t359.5 -151.5t359.5 151.5t146.5 367.5t-146.5 367.5t-359.5 151.5zM860.5 -14q-319.5 0 -537 212t-217.5 528t217.5 528t537 212t536.5 -212t217 -528t-217 -528 t-536.5 -212z" />
<glyph unicode="&#xd3;" horiz-adv-x="1720" d="M860 1245q-213 0 -359.5 -151.5t-146.5 -367.5t146.5 -367.5t359.5 -151.5t359.5 151.5t146.5 367.5t-146.5 367.5t-359.5 151.5zM860.5 -14q-319.5 0 -537 212t-217.5 528t217.5 528t537 212t536.5 -212t217 -528t-217 -528t-536.5 -212zM897 1550h-209l217 297 l242 -100z" />
<glyph unicode="&#xd4;" horiz-adv-x="1720" d="M860 1245q-213 0 -359.5 -151.5t-146.5 -367.5t146.5 -367.5t359.5 -151.5t359.5 151.5t146.5 367.5t-146.5 367.5t-359.5 151.5zM860.5 -14q-319.5 0 -537 212t-217.5 528t217.5 528t537 212t536.5 -212t217 -528t-217 -528t-536.5 -212zM750 1825h213l249 -275h-198 l-158 115l-158 -115h-198z" />
<glyph unicode="&#xd5;" horiz-adv-x="1720" d="M860 1245q-213 0 -359.5 -151.5t-146.5 -367.5t146.5 -367.5t359.5 -151.5t359.5 151.5t146.5 367.5t-146.5 367.5t-359.5 151.5zM860.5 -14q-319.5 0 -537 212t-217.5 528t217.5 528t537 212t536.5 -212t217 -528t-217 -528t-536.5 -212zM1008 1544q-53 0 -148.5 48 t-122.5 48q-68 0 -69 -90h-152q0 119 48 193t134 74q55 0 153.5 -48.5t129.5 -48.5q61 0 61 90h154q-6 -266 -188 -266z" />
<glyph unicode="&#xd6;" horiz-adv-x="1720" d="M570.5 1579q-35.5 37 -35.5 89t35.5 89t89 37t90 -36t36.5 -88t-36.5 -90t-90 -38t-89 37zM950 1579q-37 37 -37 89t37 89t89.5 37t89 -36t36.5 -88t-37.5 -90t-89 -38t-88.5 37zM860 1245q-213 0 -359.5 -151.5t-146.5 -367.5t146.5 -367.5t359.5 -151.5t359.5 151.5 t146.5 367.5t-146.5 367.5t-359.5 151.5zM860.5 -14q-319.5 0 -537 212t-217.5 528t217.5 528t537 212t536.5 -212t217 -528t-217 -528t-536.5 -212z" />
<glyph unicode="&#xd7;" horiz-adv-x="1157" d="M580 907l348 350l129 -131l-346 -346l348 -350l-129 -131l-350 350l-351 -350l-131 131l351 350l-349 346l131 131z" />
<glyph unicode="&#xd8;" horiz-adv-x="1720" d="M1614 727q0 -317 -217 -529t-537 -212q-109 0 -207 24l-116 -250h-205l149 320q-174 94 -274.5 265t-100.5 382q0 315 217.5 527t536.5 212q125 0 248 -39l111 234h204l-145 -313q156 -98 246 -261t90 -360zM860 1245q-213 0 -359.5 -151.5t-146.5 -368.5 q0 -133 60.5 -248t165.5 -186l434 930q-74 24 -154 24zM1366 725q0 250 -188 408l-428 -916q57 -10 110 -10q213 0 359.5 151.5t146.5 366.5z" />
<glyph unicode="&#xd9;" horiz-adv-x="1572" d="M969 1550h-209l-250 197l242 100zM786 213q168 0 266.5 114.5t98.5 311.5v793h242v-803q0 -309 -170 -476t-436.5 -167t-436.5 166.5t-170 476.5v803h242v-793q0 -197 98 -311.5t266 -114.5z" />
<glyph unicode="&#xda;" horiz-adv-x="1572" d="M786 213q168 0 266.5 114.5t98.5 311.5v793h242v-803q0 -309 -170 -476t-436.5 -167t-436.5 166.5t-170 476.5v803h242v-793q0 -197 98 -311.5t266 -114.5zM852 1552h-209l217 297l242 -100z" />
<glyph unicode="&#xdb;" horiz-adv-x="1572" d="M786 213q168 0 266.5 114.5t98.5 311.5v793h242v-803q0 -309 -170 -476t-436.5 -167t-436.5 166.5t-170 476.5v803h242v-793q0 -197 98 -311.5t266 -114.5zM688 1825h213l250 -275h-199l-157 115l-158 -115h-199z" />
<glyph unicode="&#xdc;" horiz-adv-x="1572" d="M511 1579q-36 37 -36 89t37 89t89 37t89 -36t37 -88t-38 -90t-90 -38t-88 37zM891 1579q-37 37 -37 89t37 89t89 37t89 -36t37 -88t-37 -90t-89 -38t-89 37zM786 213q168 0 266.5 114.5t98.5 311.5v793h242v-803q0 -309 -170 -476t-436.5 -167t-436.5 166.5t-170 476.5 v803h242v-793q0 -197 98 -311.5t266 -114.5z" />
<glyph unicode="&#xdd;" horiz-adv-x="1277" d="M762 0h-246v565l-532 867h264l391 -652l391 652h264l-532 -867v-565zM797 1520h-209l217 297l242 -101z" />
<glyph unicode="&#xde;" horiz-adv-x="1404" d="M1315 756q0 -272 -162 -394t-479 -122h-234v-240h-241v1432h241v-181h230q645 1 645 -495zM985 537.5q82 78.5 82 224t-100.5 208t-300.5 62.5h-226v-573h260q203 0 285 78.5z" />
<glyph unicode="&#xdf;" horiz-adv-x="1333" d="M843.5 943q71.5 71 71.5 164t-54 160.5t-171 67.5q-156 0 -219 -96t-63 -285v-954h-242v934q0 147 13.5 207.5t30.5 114t41.5 91t63.5 78.5t86 66q111 59 258.5 59t248 -41t149.5 -108q92 -123 92 -266q0 -211 -213 -344q152 -16 227.5 -123t75.5 -246 q0 -193 -135 -307.5t-387 -114.5h-84v201h45q154 0 236.5 50t82.5 172t-81.5 180.5t-219.5 58.5q-47 0 -71 -3v191q147 22 218.5 93z" />
<glyph unicode="&#xe0;" horiz-adv-x="1202" d="M1049 0h-209v145q-135 -162 -363 -161q-170 0 -281.5 96t-111.5 257t119 240.5t321 79.5h297v41q0 217 -241 217q-152 0 -316 -110l-102 143q199 158 450 158q193 0 315 -97.5t122 -306.5v-702zM819 406v92h-258q-248 0 -248 -156q0 -80 61.5 -122t171 -42t191.5 62 t82 166zM786 1229h-208l-250 196l241 101z" />
<glyph unicode="&#xe1;" horiz-adv-x="1202" d="M1049 0h-209v145q-135 -162 -363 -161q-170 0 -281.5 96t-111.5 257t119 240.5t321 79.5h297v41q0 217 -241 217q-152 0 -316 -110l-102 143q199 158 450 158q193 0 315 -97.5t122 -306.5v-702zM819 406v92h-258q-248 0 -248 -156q0 -80 61.5 -122t171 -42t191.5 62 t82 166zM719 1229h-209l217 297l242 -101z" />
<glyph unicode="&#xe2;" horiz-adv-x="1202" d="M1049 0h-209v145q-135 -162 -363 -161q-170 0 -281.5 96t-111.5 257t119 240.5t321 79.5h297v41q0 217 -241 217q-152 0 -316 -110l-102 143q199 158 450 158q193 0 315 -97.5t122 -306.5v-702zM819 406v92h-258q-248 0 -248 -156q0 -80 61.5 -122t171 -42t191.5 62 t82 166zM489 1503h213l250 -274h-198l-158 114l-158 -114h-198z" />
<glyph unicode="&#xe3;" horiz-adv-x="1202" d="M1049 0h-209v145q-135 -162 -363 -161q-170 0 -281.5 96t-111.5 257t119 240.5t321 79.5h297v41q0 217 -241 217q-152 0 -316 -110l-102 143q199 158 450 158q193 0 315 -97.5t122 -306.5v-702zM819 406v92h-258q-248 0 -248 -156q0 -80 61.5 -122t171 -42t191.5 62 t82 166zM748 1223q-53 0 -148.5 48t-122.5 48q-68 0 -69 -90h-152q0 119 48 192.5t134 73.5q55 0 153.5 -48t129.5 -48q61 0 61 90h154q-6 -266 -188 -266z" />
<glyph unicode="&#xe4;" horiz-adv-x="1202" d="M1049 0h-209v145q-135 -162 -363 -161q-170 0 -281.5 96t-111.5 257t119 240.5t321 79.5h297v41q0 217 -241 217q-152 0 -316 -110l-102 143q199 158 450 158q193 0 315 -97.5t122 -306.5v-702zM819 406v92h-258q-248 0 -248 -156q0 -80 61.5 -122t171 -42t191.5 62 t82 166zM285 1356q0 53 35.5 89t89 36t90.5 -36t37 -89t-37 -90t-90.5 -37t-89 37t-35.5 90zM700.5 1266q-36.5 37 -36.5 89t36.5 89t89 37t89 -36t36.5 -89t-37.5 -90t-89 -37t-88 37z" />
<glyph unicode="&#xe5;" horiz-adv-x="1202" d="M1049 0h-209v145q-135 -162 -363 -161q-170 0 -281.5 96t-111.5 257t119 240.5t321 79.5h297v41q0 217 -241 217q-152 0 -316 -110l-102 143q199 158 450 158q193 0 315 -97.5t122 -306.5v-702zM825 1407q0 -86 -67.5 -149.5t-155.5 -63.5t-154.5 63.5t-66.5 149.5 t66.5 150.5t154.5 64.5t155.5 -64.5t67.5 -150.5zM819 406v92h-258q-248 0 -248 -156q0 -80 61.5 -122t171 -42t191.5 62t82 166zM684 1326q31 32 31 82t-31 82t-81 32t-82 -32t-32 -82t32 -82t82 -32t81 32z" />
<glyph unicode="&#xe6;" horiz-adv-x="1949" d="M1864 471h-813q2 -131 95 -211t222 -80q184 0 291 129l131 -143q-176 -182 -441.5 -182t-414.5 196q-164 -197 -436 -196q-172 0 -293 97t-121 257t117.5 235.5t322.5 75.5h297v49q0 217 -241 217q-152 0 -316 -110l-102 143q199 158 450.5 158t362.5 -152 q147 152 371.5 152t371 -134t146.5 -370v-131zM819 406v65h-258q-190 0 -229 -57q-18 -29 -19 -72q0 -80 61.5 -122t171 -42t191.5 62t82 166zM1550.5 842.5q-75.5 66.5 -192.5 66.5t-206 -69.5t-99 -190.5l581 -2q-8 129 -83.5 195.5z" />
<glyph unicode="&#xe7;" horiz-adv-x="1181" d="M838 -240q0 -78 -63.5 -136t-161 -58t-171.5 45l54 117q39 -20 78.5 -20.5t62 23t22.5 56.5t-23.5 58.5t-59 25.5t-60.5 -10l68 127q-207 25 -347.5 175t-140.5 390t171 396.5t417 156.5t416 -170l-135 -166q-141 123 -284.5 123t-249 -95.5t-105.5 -246t103 -254.5 t257 -104t289 139l135 -148q-168 -168 -381 -194l-35 -68q144 -19 144 -162z" />
<glyph unicode="&#xe8;" horiz-adv-x="1265" d="M844 1229h-209l-250 196l242 101zM1180 444h-854q8 -119 108.5 -191.5t229.5 -72.5q205 0 311 129l131 -143q-176 -182 -459 -182q-229 0 -390 152.5t-161 409.5t164 408.5t386 151.5t378 -134t156 -370v-158zM326 625h624q0 137 -86 210.5t-212 73.5t-226 -76.5 t-100 -207.5z" />
<glyph unicode="&#xe9;" horiz-adv-x="1265" d="M1180 444h-854q8 -119 108.5 -191.5t229.5 -72.5q205 0 311 129l131 -143q-176 -182 -459 -182q-229 0 -390 152.5t-161 409.5t164 408.5t386 151.5t378 -134t156 -370v-158zM326 625h624q0 137 -86 210.5t-212 73.5t-226 -76.5t-100 -207.5zM770 1233h-209l217 297 l242 -100z" />
<glyph unicode="&#xea;" horiz-adv-x="1265" d="M1180 444h-854q8 -119 108.5 -191.5t229.5 -72.5q205 0 311 129l131 -143q-176 -182 -459 -182q-229 0 -390 152.5t-161 409.5t164 408.5t386 151.5t378 -134t156 -370v-158zM326 625h624q0 137 -86 210.5t-212 73.5t-226 -76.5t-100 -207.5zM543 1503h213l250 -274h-199 l-158 114l-157 -114h-199z" />
<glyph unicode="&#xeb;" horiz-adv-x="1265" d="M332 1356q0 53 37 89t89 36t89 -36t37 -89t-38 -90t-90.5 -37t-88 37t-35.5 90zM747.5 1266q-36.5 37 -36.5 89t36.5 89t89 37t89.5 -36t37 -89t-37 -90t-89.5 -37t-89 37zM1180 444h-854q8 -119 108.5 -191.5t229.5 -72.5q205 0 311 129l131 -143q-176 -182 -459 -182 q-229 0 -390 152.5t-161 409.5t164 408.5t386 151.5t378 -134t156 -370v-158zM326 625h624q0 137 -86 210.5t-212 73.5t-226 -76.5t-100 -207.5z" />
<glyph unicode="&#xec;" d="M410 1229h-209l-250 196l242 101zM166 1090h229v-1090h-229v1090z" />
<glyph unicode="&#xed;" d="M389 1229h-192l217 287l225 -101zM166 1090h229v-1090h-229v1090z" />
<glyph unicode="&#xee;" d="M166 1090h229v-1090h-229v1090zM184 1503h213l250 -274h-198l-158 114l-158 -114h-199z" />
<glyph unicode="&#xef;" d="M-16 1356q0 53 36.5 89t89 36t89.5 -36t37 -89t-38 -90t-90.5 -37t-88 37t-35.5 90zM399 1266q-37 37 -37 89t37 89t89.5 37t89 -36t36.5 -89t-36.5 -90t-89 -37t-89.5 37zM166 1090h229v-1090h-229v1090z" />
<glyph unicode="&#xf0;" horiz-adv-x="1220" d="M817 895q-78 129 -252 303l-190 -121l-117 111l193 123q-4 6 -150 127l195 112q74 -57 149 -129l174 111l121 -111l-180 -116q360 -391 360 -758q0 -252 -133 -407.5t-362.5 -155.5t-376 137t-146.5 353t143.5 354.5t346.5 138.5q145 0 221 -76zM404.5 269 q78.5 -85 206.5 -85t207 85t79 205t-79 206t-207 86t-206.5 -86t-78.5 -206t78.5 -205z" />
<glyph unicode="&#xf1;" horiz-adv-x="1323" d="M395 590v-590h-229v1090h229v-199q55 100 152.5 157.5t210.5 57.5q184 0 297.5 -112.5t113.5 -325.5v-668h-229v598q0 301 -250 301q-119 0 -207 -78.5t-88 -230.5zM829 1223q-53 0 -148 48t-122 48q-68 0 -70 -90h-151q0 119 48 192.5t134 73.5q55 0 153.5 -48 t129.5 -48q61 0 61 90h154q-7 -266 -189 -266z" />
<glyph unicode="&#xf2;" horiz-adv-x="1335" d="M809 1229h-209l-250 196l242 101zM667.5 188q149.5 0 247 99.5t97.5 257t-97.5 257t-247 99.5t-246.5 -99.5t-97 -257t97 -257t246.5 -99.5zM667.5 -16q-245.5 0 -409.5 162.5t-164 398t164 398.5t409.5 163t409.5 -163t164 -398.5t-164 -398t-409.5 -162.5z" />
<glyph unicode="&#xf3;" horiz-adv-x="1335" d="M667.5 188q149.5 0 247 99.5t97.5 257t-97.5 257t-247 99.5t-246.5 -99.5t-97 -257t97 -257t246.5 -99.5zM667.5 -16q-245.5 0 -409.5 162.5t-164 398t164 398.5t409.5 163t409.5 -163t164 -398.5t-164 -398t-409.5 -162.5zM772 1229h-209l217 297l242 -101z" />
<glyph unicode="&#xf4;" horiz-adv-x="1335" d="M667.5 188q149.5 0 247 99.5t97.5 257t-97.5 257t-247 99.5t-246.5 -99.5t-97 -257t97 -257t246.5 -99.5zM667.5 -16q-245.5 0 -409.5 162.5t-164 398t164 398.5t409.5 163t409.5 -163t164 -398.5t-164 -398t-409.5 -162.5zM563 1503h213l250 -274h-199l-157 114 l-158 -114h-199z" />
<glyph unicode="&#xf5;" horiz-adv-x="1335" d="M667.5 188q149.5 0 247 99.5t97.5 257t-97.5 257t-247 99.5t-246.5 -99.5t-97 -257t97 -257t246.5 -99.5zM667.5 -16q-245.5 0 -409.5 162.5t-164 398t164 398.5t409.5 163t409.5 -163t164 -398.5t-164 -398t-409.5 -162.5zM819 1223q-53 0 -148.5 48t-121.5 48 q-68 0 -70 -90h-151q0 119 48 192.5t134 73.5q55 0 153.5 -48t129.5 -48q61 0 61 90h154q-7 -266 -189 -266z" />
<glyph unicode="&#xf6;" horiz-adv-x="1335" d="M344 1356q0 53 37 89t89 36t89 -36t37 -89t-38 -90t-90 -37t-88 37t-36 90zM760 1266q-37 37 -37 89t37 89t89 37t89 -36t37 -89t-37 -90t-89 -37t-89 37zM667.5 188q149.5 0 247 99.5t97.5 257t-97.5 257t-247 99.5t-246.5 -99.5t-97 -257t97 -257t246.5 -99.5z M667.5 -16q-245.5 0 -409.5 162.5t-164 398t164 398.5t409.5 163t409.5 -163t164 -398.5t-164 -398t-409.5 -162.5z" />
<glyph unicode="&#xf7;" horiz-adv-x="1163" d="M430 432.5q0 63.5 44 107.5t107.5 44t108.5 -44t45 -107.5t-45 -108.5t-108.5 -45t-107.5 45t-44 108.5zM430 1159.5q0 63.5 44 107.5t107.5 44t108.5 -44t45 -107.5t-45 -108.5t-108.5 -45t-107.5 45t-44 108.5zM98 889h967v-193h-967v193z" />
<glyph unicode="&#xf8;" horiz-adv-x="1335" d="M668 -16q-57 0 -133 14l-99 -213h-205l131 281q-125 74 -196.5 200.5t-71.5 278.5q0 236 164 398.5t410 162.5q90 0 170 -25l90 193h205l-127 -270q111 -78 173 -198t62 -261q0 -236 -163.5 -398.5t-409.5 -162.5zM421 801.5q-97 -99.5 -97 -270.5t129 -273l297 635 q-35 8 -82 8q-150 0 -247 -99.5zM668 188q150 0 247 99.5t97 259.5t-101 256l-286 -613q14 -2 43 -2z" />
<glyph unicode="&#xf9;" horiz-adv-x="1323" d="M805 1229h-209l-250 196l242 101zM928 500v590h229v-1090h-229v199q-55 -100 -152.5 -157.5t-210.5 -57.5q-184 0 -297.5 112.5t-113.5 325.5v668h229v-598q0 -301 250 -302q119 0 207 79t88 231z" />
<glyph unicode="&#xfa;" horiz-adv-x="1323" d="M928 500v590h229v-1090h-229v199q-55 -100 -152.5 -157.5t-210.5 -57.5q-184 0 -297.5 112.5t-113.5 325.5v668h229v-598q0 -301 250 -302q119 0 207 79t88 231zM717 1233h-209l217 297l242 -100z" />
<glyph unicode="&#xfb;" horiz-adv-x="1323" d="M928 500v590h229v-1090h-229v199q-55 -100 -152.5 -157.5t-210.5 -57.5q-184 0 -297.5 112.5t-113.5 325.5v668h229v-598q0 -301 250 -302q119 0 207 79t88 231zM553 1503h213l250 -274h-199l-158 114l-157 -114h-199z" />
<glyph unicode="&#xfc;" horiz-adv-x="1323" d="M332 1356q0 53 37 89t89 36t89 -36t37 -89t-38 -90t-90.5 -37t-88 37t-35.5 90zM747.5 1266q-36.5 37 -36.5 89t36.5 89t89 37t89.5 -36t37 -89t-37 -90t-89.5 -37t-89 37zM928 500v590h229v-1090h-229v199q-55 -100 -152.5 -157.5t-210.5 -57.5q-184 0 -297.5 112.5 t-113.5 325.5v668h229v-598q0 -301 250 -302q119 0 207 79t88 231z" />
<glyph unicode="&#xfd;" horiz-adv-x="1175" d="M303 -434q-150 0 -270 108l104 187q72 -68 148.5 -68t125 55.5t48.5 120.5q0 29 -441 1121h246l326 -803l325 803h246l-528 -1295q-47 -106 -135.5 -167.5t-194.5 -61.5zM680 1286h-209l217 297l242 -100z" />
<glyph unicode="&#xfe;" horiz-adv-x="1376" d="M1132.5 946q147.5 -160 147.5 -404.5t-146.5 -401t-390.5 -156.5q-168 0 -292 106q-29 25 -41 41l-15 19v-547h-229v1917h229v-580q6 6 15.5 17.5t44 40t73.5 51.5q102 57 220 57q237 0 384.5 -160zM939 293.5q95 107.5 95 252t-94 252t-233.5 107.5t-227.5 -106.5 t-88 -254t88 -253t226.5 -105.5t233.5 107.5z" />
<glyph unicode="&#xff;" horiz-adv-x="1175" d="M283 1356q0 53 36.5 89t89 36t89.5 -36t37 -89t-38 -90t-90.5 -37t-88 37t-35.5 90zM698.5 1266q-36.5 37 -36.5 89t36.5 89t89 37t89 -36t36.5 -89t-36.5 -90t-89 -37t-89 37zM303 -434q-150 0 -270 108l104 187q72 -68 148.5 -68t125 55.5t48.5 120.5q0 29 -441 1121 h246l326 -803l325 803h246l-528 -1295q-47 -106 -135.5 -167.5t-194.5 -61.5z" />
<glyph unicode="&#x152;" horiz-adv-x="2183" d="M2048 1432v-228h-764v-379h686v-215h-686v-383h789v-227h-1235q-309 0 -519 205t-210 511t209.5 511t519.5 205h1210zM371 717q0 -209 142 -357.5t347 -148.5h182v1010h-182q-207 0 -348 -147.5t-141 -356.5z" />
<glyph unicode="&#x153;" horiz-adv-x="2183" d="M2097 444h-854q8 -119 108.5 -191.5t229.5 -72.5q205 0 311 129l131 -143q-176 -182 -458 -182q-133 0 -250 55t-193 158q-166 -213 -454 -213q-246 0 -410 162.5t-164 398t164 398.5t410 163q287 0 454 -215q76 104 194 159.5t245 55.5q225 0 380.5 -134t155.5 -370 v-158zM667.5 188q149.5 0 247 99.5t97.5 257t-97.5 257t-247 99.5t-246.5 -99.5t-97 -257t97 -257t246.5 -99.5zM1243 625h625q0 137 -86 210.5t-212 73.5t-226.5 -76.5t-100.5 -207.5z" />
<glyph unicode="&#x2c6;" horiz-adv-x="1380" d="M590 1503h213l250 -274h-199l-158 114l-157 -114h-199z" />
<glyph unicode="&#x2dc;" horiz-adv-x="1062" d="M686 1513q-53 0 -148.5 48.5t-121.5 48.5q-68 0 -70 -90h-151q0 119 48 192.5t134 73.5q55 0 153.5 -48t128.5 -48q61 0 62 90h153q-6 -267 -188 -267z" />
<glyph unicode="&#x2000;" horiz-adv-x="924" />
<glyph unicode="&#x2001;" horiz-adv-x="1849" />
<glyph unicode="&#x2002;" horiz-adv-x="924" />
<glyph unicode="&#x2003;" horiz-adv-x="1849" />
<glyph unicode="&#x2004;" horiz-adv-x="616" />
<glyph unicode="&#x2005;" horiz-adv-x="462" />
<glyph unicode="&#x2006;" horiz-adv-x="308" />
<glyph unicode="&#x2007;" horiz-adv-x="308" />
<glyph unicode="&#x2008;" horiz-adv-x="231" />
<glyph unicode="&#x2009;" horiz-adv-x="369" />
<glyph unicode="&#x200a;" horiz-adv-x="102" />
<glyph unicode="&#x2010;" horiz-adv-x="974" d="M147 504v215h680v-215h-680z" />
<glyph unicode="&#x2011;" horiz-adv-x="974" d="M147 504v215h680v-215h-680z" />
<glyph unicode="&#x2012;" horiz-adv-x="974" d="M147 504v215h680v-215h-680z" />
<glyph unicode="&#x2013;" horiz-adv-x="1101" d="M168 463v137h766v-137h-766z" />
<glyph unicode="&#x2014;" horiz-adv-x="1484" d="M168 465v135h1149v-135h-1149z" />
<glyph unicode="&#x2018;" horiz-adv-x="442" d="M274 1268q57 -37 57.5 -99.5t-36.5 -98.5t-92.5 -36t-93 35t-37.5 91.5t37 109.5l120 174h125z" />
<glyph unicode="&#x2019;" horiz-adv-x="444" d="M150 1200q-55 33 -55.5 97.5t36.5 100.5t92.5 36t93 -35t37.5 -91.5t-37 -109.5l-120 -174h-125z" />
<glyph unicode="&#x201a;" horiz-adv-x="444" d="M150 10q-55 35 -55.5 98.5t36.5 99.5t92.5 36t93 -35t37.5 -91.5t-37 -109.5l-120 -174h-125z" />
<glyph unicode="&#x201c;" horiz-adv-x="757" d="M274 1268q57 -37 57.5 -99.5t-36.5 -98.5t-92.5 -36t-93 35t-37.5 91.5t37 109.5l120 174h125zM588 1268q57 -37 57 -99.5t-37 -98.5t-92 -36t-93 35t-38 91.5t37 109.5l121 174h125z" />
<glyph unicode="&#x201d;" horiz-adv-x="755" d="M150 1200q-55 33 -55.5 97.5t36.5 100.5t92.5 36t93 -35t37.5 -91.5t-37 -109.5l-120 -174h-125zM461 1200q-55 33 -55 97.5t36.5 100.5t92 36t93.5 -35t38 -91.5t-37 -109.5l-121 -174h-125z" />
<glyph unicode="&#x201e;" horiz-adv-x="755" d="M150 10q-55 35 -55.5 98.5t36.5 99.5t92.5 36t93 -35t37.5 -91.5t-37 -109.5l-120 -174h-125zM461 10q-55 35 -55 98.5t36.5 99.5t92 36t93.5 -35t38 -91.5t-37 -109.5l-121 -174h-125z" />
<glyph unicode="&#x2022;" horiz-adv-x="876" d="M174 647.5q0 108.5 78 186t186.5 77.5t186 -77.5t77.5 -186t-77.5 -186.5t-186 -78t-186.5 78t-78 186.5z" />
<glyph unicode="&#x2026;" horiz-adv-x="1429" d="M135 137.5q0 63.5 44 107.5t107.5 44t108.5 -44t45 -107.5t-45 -108.5t-108.5 -45t-107.5 45t-44 108.5zM563 137.5q0 63.5 44 107.5t107.5 44t108.5 -44t45 -107.5t-45 -108.5t-108.5 -45t-107.5 45t-44 108.5zM991 137.5q0 63.5 44 107.5t107.5 44t108.5 -44t45 -107.5 t-45 -108.5t-108.5 -45t-107.5 45t-44 108.5z" />
<glyph unicode="&#x202f;" horiz-adv-x="369" />
<glyph unicode="&#x2039;" horiz-adv-x="714" d="M580 852l-236 -360l236 -361h-222l-243 361l243 360h222z" />
<glyph unicode="&#x203a;" horiz-adv-x="714" d="M371 492l-236 360h221l244 -360l-244 -361h-221z" />
<glyph unicode="&#x205f;" horiz-adv-x="462" />
<glyph unicode="&#x20ac;" horiz-adv-x="1558" d="M106 805v176h213q68 219 240 352t391 133q326 0 516 -235l-145 -184q-90 96 -171 135t-200 39t-214 -62.5t-142 -177.5h487v-176h-530q-2 -25 -2 -75t6 -95h526v-176h-471q111 -213 334 -213q111 0 189.5 42t166.5 132l146 -176q-190 -236 -502 -236q-213 0 -378 122 t-236 329h-224v176h185q-6 49 -6 98t2 72h-181z" />
<glyph unicode="&#x2122;" horiz-adv-x="2048" d="M516 1303v-709h-141v709h-254v129h649v-129h-254zM1069 594h-141v838h221l252 -527l254 527h219v-838h-141v653l-293 -581h-80l-291 581v-653z" />
<glyph unicode="&#xe000;" horiz-adv-x="1085" d="M0 1085h1085v-1085h-1085v1085z" />
<glyph unicode="&#xfb01;" horiz-adv-x="1351" d="M449 1180v-90h286v-185h-286v-905h-230v905h-137v185h137v84q0 172 103.5 273t250 101t267.5 -108l-95 -162q-68 72 -141.5 72t-114 -46t-40.5 -124zM1186 0h-230v1090h230v-1090zM928 1409q0 59 43 102t102.5 43t102.5 -43t43 -102t-43 -102t-102.5 -43t-102.5 43 t-43 102z" />
<glyph unicode="&#xfb02;" horiz-adv-x="1351" d="M449 1180v-90h286v-185h-286v-905h-230v905h-137v185h137v84q0 172 103.5 273t250 101t267.5 -108l-95 -162q-68 72 -141.5 72t-114 -46t-40.5 -124zM1186 0h-230v1520h230v-1520z" />
<hkern u1="&#x26;" u2="&#x2019;" k="59" />
<hkern u1="&#x26;" u2="&#xc6;" k="-27" />
<hkern u1="&#x26;" u2="Y" k="51" />
<hkern u1="&#x26;" u2="W" k="35" />
<hkern u1="&#x26;" u2="V" k="45" />
<hkern u1="&#x26;" u2="T" k="45" />
<hkern u1="&#x26;" u2="A" k="-12" />
<hkern u1="&#x26;" u2="&#x27;" k="59" />
<hkern u1="&#x27;" u2="&#x2039;" k="29" />
<hkern u1="&#x27;" u2="&#xf0;" k="33" />
<hkern u1="&#x27;" u2="&#xc6;" k="106" />
<hkern u1="&#x27;" u2="o" k="23" />
<hkern u1="&#x27;" u2="J" k="35" />
<hkern u1="&#x27;" u2="A" k="94" />
<hkern u1="&#x27;" u2="&#x3a;" k="18" />
<hkern u1="&#x27;" u2="&#x34;" k="45" />
<hkern u1="&#x27;" u2="&#x2f;" k="150" />
<hkern u1="&#x27;" u2="&#x2e;" k="258" />
<hkern u1="&#x27;" u2="&#x26;" k="39" />
<hkern u1="&#x28;" u2="&#xf0;" k="41" />
<hkern u1="&#x28;" u2="&#x7b;" k="20" />
<hkern u1="&#x28;" u2="w" k="31" />
<hkern u1="&#x28;" u2="v" k="27" />
<hkern u1="&#x28;" u2="u" k="43" />
<hkern u1="&#x28;" u2="t" k="27" />
<hkern u1="&#x28;" u2="s" k="35" />
<hkern u1="&#x28;" u2="o" k="55" />
<hkern u1="&#x28;" u2="n" k="31" />
<hkern u1="&#x28;" u2="j" k="-188" />
<hkern u1="&#x28;" u2="f" k="25" />
<hkern u1="&#x28;" u2="a" k="39" />
<hkern u1="&#x28;" u2="S" k="23" />
<hkern u1="&#x28;" u2="O" k="45" />
<hkern u1="&#x28;" u2="&#x39;" k="20" />
<hkern u1="&#x28;" u2="&#x38;" k="33" />
<hkern u1="&#x28;" u2="&#x36;" k="41" />
<hkern u1="&#x28;" u2="&#x34;" k="45" />
<hkern u1="&#x28;" u2="&#x30;" k="39" />
<hkern u1="&#x28;" u2="&#x28;" k="20" />
<hkern u1="&#x29;" u2="&#x29;" k="20" />
<hkern u1="&#x2a;" u2="&#xf0;" k="35" />
<hkern u1="&#x2a;" u2="&#xef;" k="-31" />
<hkern u1="&#x2a;" u2="&#xee;" k="-66" />
<hkern u1="&#x2a;" u2="&#xec;" k="-16" />
<hkern u1="&#x2a;" u2="&#xc6;" k="102" />
<hkern u1="&#x2a;" u2="y" k="-14" />
<hkern u1="&#x2a;" u2="v" k="-18" />
<hkern u1="&#x2a;" u2="o" k="23" />
<hkern u1="&#x2a;" u2="J" k="41" />
<hkern u1="&#x2a;" u2="A" k="90" />
<hkern u1="&#x2b;" u2="&#x33;" k="20" />
<hkern u1="&#x2d;" u2="&#xc6;" k="18" />
<hkern u1="&#x2d;" u2="z" k="35" />
<hkern u1="&#x2d;" u2="x" k="47" />
<hkern u1="&#x2d;" u2="t" k="18" />
<hkern u1="&#x2d;" u2="f" k="18" />
<hkern u1="&#x2d;" u2="Z" k="39" />
<hkern u1="&#x2d;" u2="Y" k="92" />
<hkern u1="&#x2d;" u2="X" k="57" />
<hkern u1="&#x2d;" u2="W" k="39" />
<hkern u1="&#x2d;" u2="V" k="53" />
<hkern u1="&#x2d;" u2="T" k="117" />
<hkern u1="&#x2d;" u2="S" k="16" />
<hkern u1="&#x2d;" u2="J" k="59" />
<hkern u1="&#x2d;" u2="A" k="25" />
<hkern u1="&#x2d;" u2="&#x37;" k="39" />
<hkern u1="&#x2d;" u2="&#x33;" k="39" />
<hkern u1="&#x2d;" u2="&#x32;" k="39" />
<hkern u1="&#x2d;" u2="&#x31;" k="55" />
<hkern u1="&#x2e;" u2="&#x2019;" k="289" />
<hkern u1="&#x2e;" u2="&#x2018;" k="289" />
<hkern u1="&#x2e;" u2="y" k="74" />
<hkern u1="&#x2e;" u2="w" k="57" />
<hkern u1="&#x2e;" u2="v" k="74" />
<hkern u1="&#x2e;" u2="t" k="33" />
<hkern u1="&#x2e;" u2="f" k="16" />
<hkern u1="&#x2e;" u2="Y" k="127" />
<hkern u1="&#x2e;" u2="W" k="96" />
<hkern u1="&#x2e;" u2="V" k="119" />
<hkern u1="&#x2e;" u2="U" k="31" />
<hkern u1="&#x2e;" u2="T" k="119" />
<hkern u1="&#x2e;" u2="O" k="39" />
<hkern u1="&#x2e;" u2="&#x37;" k="35" />
<hkern u1="&#x2e;" u2="&#x36;" k="20" />
<hkern u1="&#x2e;" u2="&#x31;" k="63" />
<hkern u1="&#x2e;" u2="&#x30;" k="23" />
<hkern u1="&#x2e;" u2="&#x27;" k="258" />
<hkern u1="&#x2f;" u2="&#xf0;" k="49" />
<hkern u1="&#x2f;" u2="&#xcf;" k="-16" />
<hkern u1="&#x2f;" u2="&#xc6;" k="135" />
<hkern u1="&#x2f;" u2="z" k="53" />
<hkern u1="&#x2f;" u2="x" k="35" />
<hkern u1="&#x2f;" u2="w" k="23" />
<hkern u1="&#x2f;" u2="v" k="20" />
<hkern u1="&#x2f;" u2="u" k="53" />
<hkern u1="&#x2f;" u2="s" k="88" />
<hkern u1="&#x2f;" u2="o" k="94" />
<hkern u1="&#x2f;" u2="n" k="57" />
<hkern u1="&#x2f;" u2="f" k="27" />
<hkern u1="&#x2f;" u2="a" k="84" />
<hkern u1="&#x2f;" u2="S" k="33" />
<hkern u1="&#x2f;" u2="O" k="51" />
<hkern u1="&#x2f;" u2="J" k="31" />
<hkern u1="&#x2f;" u2="A" k="125" />
<hkern u1="&#x2f;" u2="&#x39;" k="20" />
<hkern u1="&#x2f;" u2="&#x38;" k="39" />
<hkern u1="&#x2f;" u2="&#x36;" k="45" />
<hkern u1="&#x2f;" u2="&#x34;" k="86" />
<hkern u1="&#x2f;" u2="&#x30;" k="43" />
<hkern u1="&#x2f;" u2="&#x2f;" k="575" />
<hkern u1="&#x30;" u2="]" k="43" />
<hkern u1="&#x30;" u2="\" k="27" />
<hkern u1="&#x30;" u2="A" k="20" />
<hkern u1="&#x30;" u2="&#x2f;" k="49" />
<hkern u1="&#x30;" u2="&#x2e;" k="23" />
<hkern u1="&#x30;" u2="&#x29;" k="39" />
<hkern u1="&#x32;" u2="&#xb7;" k="35" />
<hkern u1="&#x32;" u2="&#x2d;" k="23" />
<hkern u1="&#x33;" u2="&#x2f;" k="33" />
<hkern u1="&#x34;" u2="&#xb0;" k="49" />
<hkern u1="&#x34;" u2="]" k="31" />
<hkern u1="&#x34;" u2="\" k="37" />
<hkern u1="&#x34;" u2="Y" k="31" />
<hkern u1="&#x34;" u2="V" k="27" />
<hkern u1="&#x34;" u2="T" k="41" />
<hkern u1="&#x34;" u2="&#x37;" k="27" />
<hkern u1="&#x34;" u2="&#x31;" k="25" />
<hkern u1="&#x34;" u2="&#x29;" k="31" />
<hkern u1="&#x34;" u2="&#x27;" k="43" />
<hkern u1="&#x35;" u2="&#x2f;" k="29" />
<hkern u1="&#x36;" u2="&#x2f;" k="27" />
<hkern u1="&#x37;" u2="&#xc6;" k="90" />
<hkern u1="&#x37;" u2="&#xb7;" k="53" />
<hkern u1="&#x37;" u2="&#xa2;" k="41" />
<hkern u1="&#x37;" u2="Y" k="-33" />
<hkern u1="&#x37;" u2="V" k="-12" />
<hkern u1="&#x37;" u2="A" k="82" />
<hkern u1="&#x37;" u2="&#x34;" k="41" />
<hkern u1="&#x37;" u2="&#x2f;" k="123" />
<hkern u1="&#x37;" u2="&#x2e;" k="135" />
<hkern u1="&#x37;" u2="&#x2d;" k="53" />
<hkern u1="&#x38;" u2="]" k="33" />
<hkern u1="&#x38;" u2="\" k="20" />
<hkern u1="&#x38;" u2="&#x2f;" k="31" />
<hkern u1="&#x38;" u2="&#x29;" k="33" />
<hkern u1="&#x39;" u2="]" k="41" />
<hkern u1="&#x39;" u2="\" k="25" />
<hkern u1="&#x39;" u2="A" k="20" />
<hkern u1="&#x39;" u2="&#x2f;" k="49" />
<hkern u1="&#x39;" u2="&#x2e;" k="25" />
<hkern u1="&#x39;" u2="&#x29;" k="39" />
<hkern u1="&#x3a;" u2="&#x2019;" k="127" />
<hkern u1="&#x3a;" u2="y" k="18" />
<hkern u1="&#x3a;" u2="v" k="20" />
<hkern u1="&#x3a;" u2="t" k="16" />
<hkern u1="&#x3a;" u2="Y" k="92" />
<hkern u1="&#x3a;" u2="W" k="43" />
<hkern u1="&#x3a;" u2="V" k="57" />
<hkern u1="&#x3a;" u2="T" k="113" />
<hkern u1="&#x3a;" u2="&#x27;" k="18" />
<hkern u1="&#x40;" u2="&#x2019;" k="37" />
<hkern u1="&#x40;" u2="Y" k="53" />
<hkern u1="&#x40;" u2="W" k="20" />
<hkern u1="&#x40;" u2="V" k="33" />
<hkern u1="&#x40;" u2="T" k="51" />
<hkern u1="A" u2="&#x2122;" k="96" />
<hkern u1="A" u2="&#x2019;" k="109" />
<hkern u1="A" u2="&#x2018;" k="109" />
<hkern u1="A" u2="&#xf0;" k="18" />
<hkern u1="A" u2="&#xae;" k="25" />
<hkern u1="A" u2="y" k="59" />
<hkern u1="A" u2="w" k="51" />
<hkern u1="A" u2="v" k="59" />
<hkern u1="A" u2="u" k="16" />
<hkern u1="A" u2="t" k="49" />
<hkern u1="A" u2="o" k="23" />
<hkern u1="A" u2="f" k="18" />
<hkern u1="A" u2="]" k="27" />
<hkern u1="A" u2="\" k="113" />
<hkern u1="A" u2="Y" k="104" />
<hkern u1="A" u2="W" k="68" />
<hkern u1="A" u2="V" k="82" />
<hkern u1="A" u2="U" k="35" />
<hkern u1="A" u2="T" k="113" />
<hkern u1="A" u2="O" k="37" />
<hkern u1="A" u2="&#x3f;" k="43" />
<hkern u1="A" u2="&#x36;" k="20" />
<hkern u1="A" u2="&#x31;" k="43" />
<hkern u1="A" u2="&#x30;" k="20" />
<hkern u1="A" u2="&#x2d;" k="25" />
<hkern u1="A" u2="&#x2a;" k="90" />
<hkern u1="A" u2="&#x27;" k="94" />
<hkern u1="B" u2="z" k="10" />
<hkern u1="B" u2="y" k="16" />
<hkern u1="B" u2="x" k="27" />
<hkern u1="B" u2="w" k="14" />
<hkern u1="B" u2="v" k="16" />
<hkern u1="B" u2="t" k="18" />
<hkern u1="B" u2="s" k="14" />
<hkern u1="B" u2="f" k="16" />
<hkern u1="B" u2="]" k="41" />
<hkern u1="B" u2="\" k="29" />
<hkern u1="B" u2="Y" k="39" />
<hkern u1="B" u2="X" k="20" />
<hkern u1="B" u2="W" k="14" />
<hkern u1="B" u2="V" k="25" />
<hkern u1="B" u2="T" k="35" />
<hkern u1="B" u2="J" k="14" />
<hkern u1="B" u2="A" k="16" />
<hkern u1="B" u2="&#x2f;" k="27" />
<hkern u1="B" u2="&#x29;" k="35" />
<hkern u1="C" u2="&#xf0;" k="27" />
<hkern u1="C" u2="&#xee;" k="-47" />
<hkern u1="C" u2="u" k="14" />
<hkern u1="C" u2="s" k="14" />
<hkern u1="C" u2="o" k="31" />
<hkern u1="C" u2="n" k="10" />
<hkern u1="C" u2="S" k="10" />
<hkern u1="C" u2="O" k="31" />
<hkern u1="C" u2="&#x2d;" k="20" />
<hkern u1="E" u2="&#xf0;" k="20" />
<hkern u1="E" u2="u" k="14" />
<hkern u1="E" u2="t" k="16" />
<hkern u1="E" u2="o" k="20" />
<hkern u1="E" u2="f" k="12" />
<hkern u1="E" u2="O" k="20" />
<hkern u1="F" u2="&#xf0;" k="41" />
<hkern u1="F" u2="&#xee;" k="-43" />
<hkern u1="F" u2="&#xed;" k="20" />
<hkern u1="F" u2="&#xec;" k="-29" />
<hkern u1="F" u2="&#xdf;" k="16" />
<hkern u1="F" u2="&#xc6;" k="100" />
<hkern u1="F" u2="z" k="33" />
<hkern u1="F" u2="x" k="18" />
<hkern u1="F" u2="u" k="25" />
<hkern u1="F" u2="t" k="10" />
<hkern u1="F" u2="s" k="43" />
<hkern u1="F" u2="o" k="31" />
<hkern u1="F" u2="n" k="31" />
<hkern u1="F" u2="f" k="14" />
<hkern u1="F" u2="a" k="45" />
<hkern u1="F" u2="J" k="35" />
<hkern u1="F" u2="A" k="88" />
<hkern u1="F" u2="&#x2f;" k="94" />
<hkern u1="F" u2="&#x2e;" k="115" />
<hkern u1="G" u2="y" k="16" />
<hkern u1="G" u2="x" k="12" />
<hkern u1="G" u2="w" k="16" />
<hkern u1="G" u2="v" k="18" />
<hkern u1="G" u2="t" k="18" />
<hkern u1="G" u2="f" k="18" />
<hkern u1="G" u2="]" k="20" />
<hkern u1="G" u2="Y" k="23" />
<hkern u1="G" u2="X" k="10" />
<hkern u1="G" u2="V" k="16" />
<hkern u1="G" u2="T" k="16" />
<hkern u1="G" u2="A" k="14" />
<hkern u1="G" u2="&#x29;" k="20" />
<hkern u1="I" u2="&#xf0;" k="18" />
<hkern u1="I" u2="z" k="10" />
<hkern u1="I" u2="u" k="10" />
<hkern u1="I" u2="t" k="16" />
<hkern u1="I" u2="s" k="12" />
<hkern u1="I" u2="o" k="18" />
<hkern u1="I" u2="n" k="10" />
<hkern u1="I" u2="l" k="10" />
<hkern u1="I" u2="h" k="10" />
<hkern u1="I" u2="f" k="14" />
<hkern u1="I" u2="a" k="12" />
<hkern u1="J" u2="&#xf0;" k="23" />
<hkern u1="J" u2="&#xc6;" k="18" />
<hkern u1="J" u2="z" k="16" />
<hkern u1="J" u2="x" k="12" />
<hkern u1="J" u2="u" k="12" />
<hkern u1="J" u2="t" k="14" />
<hkern u1="J" u2="s" k="20" />
<hkern u1="J" u2="o" k="16" />
<hkern u1="J" u2="n" k="10" />
<hkern u1="J" u2="l" k="10" />
<hkern u1="J" u2="h" k="10" />
<hkern u1="J" u2="f" k="14" />
<hkern u1="J" u2="a" k="14" />
<hkern u1="J" u2="J" k="16" />
<hkern u1="J" u2="A" k="18" />
<hkern u1="J" u2="&#x2f;" k="43" />
<hkern u1="J" u2="&#x2e;" k="18" />
<hkern u1="K" u2="&#x2039;" k="27" />
<hkern u1="K" u2="&#xf0;" k="68" />
<hkern u1="K" u2="&#xef;" k="-39" />
<hkern u1="K" u2="&#xec;" k="-70" />
<hkern u1="K" u2="&#xae;" k="20" />
<hkern u1="K" u2="y" k="53" />
<hkern u1="K" u2="w" k="59" />
<hkern u1="K" u2="v" k="53" />
<hkern u1="K" u2="u" k="45" />
<hkern u1="K" u2="t" k="27" />
<hkern u1="K" u2="o" k="84" />
<hkern u1="K" u2="n" k="10" />
<hkern u1="K" u2="f" k="18" />
<hkern u1="K" u2="a" k="18" />
<hkern u1="K" u2="S" k="25" />
<hkern u1="K" u2="O" k="63" />
<hkern u1="K" u2="&#x2d;" k="55" />
<hkern u1="L" u2="&#x2122;" k="176" />
<hkern u1="L" u2="&#x2019;" k="178" />
<hkern u1="L" u2="&#x2018;" k="178" />
<hkern u1="L" u2="&#xf0;" k="10" />
<hkern u1="L" u2="&#xb7;" k="152" />
<hkern u1="L" u2="&#xae;" k="20" />
<hkern u1="L" u2="y" k="123" />
<hkern u1="L" u2="w" k="100" />
<hkern u1="L" u2="v" k="123" />
<hkern u1="L" u2="u" k="14" />
<hkern u1="L" u2="t" k="63" />
<hkern u1="L" u2="o" k="18" />
<hkern u1="L" u2="f" k="27" />
<hkern u1="L" u2="\" k="139" />
<hkern u1="L" u2="Y" k="135" />
<hkern u1="L" u2="W" k="115" />
<hkern u1="L" u2="V" k="123" />
<hkern u1="L" u2="U" k="35" />
<hkern u1="L" u2="T" k="147" />
<hkern u1="L" u2="O" k="41" />
<hkern u1="L" u2="&#x3f;" k="49" />
<hkern u1="L" u2="&#x31;" k="45" />
<hkern u1="L" u2="&#x2d;" k="133" />
<hkern u1="L" u2="&#x2a;" k="180" />
<hkern u1="L" u2="&#x27;" k="178" />
<hkern u1="O" u2="&#x2122;" k="20" />
<hkern u1="O" u2="&#xf0;" k="10" />
<hkern u1="O" u2="&#xc6;" k="39" />
<hkern u1="O" u2="&#x7d;" k="23" />
<hkern u1="O" u2="z" k="14" />
<hkern u1="O" u2="x" k="25" />
<hkern u1="O" u2="s" k="12" />
<hkern u1="O" u2="n" k="10" />
<hkern u1="O" u2="l" k="10" />
<hkern u1="O" u2="i" k="10" />
<hkern u1="O" u2="h" k="10" />
<hkern u1="O" u2="a" k="10" />
<hkern u1="O" u2="]" k="51" />
<hkern u1="O" u2="\" k="37" />
<hkern u1="O" u2="Z" k="25" />
<hkern u1="O" u2="Y" k="47" />
<hkern u1="O" u2="X" k="51" />
<hkern u1="O" u2="W" k="14" />
<hkern u1="O" u2="V" k="25" />
<hkern u1="O" u2="T" k="39" />
<hkern u1="O" u2="J" k="43" />
<hkern u1="O" u2="A" k="37" />
<hkern u1="O" u2="&#x2f;" k="57" />
<hkern u1="O" u2="&#x2e;" k="39" />
<hkern u1="O" u2="&#x29;" k="45" />
<hkern u1="P" u2="&#x2039;" k="20" />
<hkern u1="P" u2="&#xf0;" k="27" />
<hkern u1="P" u2="&#xc6;" k="100" />
<hkern u1="P" u2="s" k="12" />
<hkern u1="P" u2="o" k="12" />
<hkern u1="P" u2="a" k="20" />
<hkern u1="P" u2="]" k="39" />
<hkern u1="P" u2="Z" k="14" />
<hkern u1="P" u2="Y" k="16" />
<hkern u1="P" u2="X" k="39" />
<hkern u1="P" u2="J" k="63" />
<hkern u1="P" u2="A" k="78" />
<hkern u1="P" u2="&#x2f;" k="98" />
<hkern u1="P" u2="&#x2e;" k="129" />
<hkern u1="P" u2="&#x29;" k="37" />
<hkern u1="Q" u2="&#x7d;" k="10" />
<hkern u1="Q" u2="j" k="-125" />
<hkern u1="Q" u2="]" k="25" />
<hkern u1="R" u2="&#x2039;" k="31" />
<hkern u1="R" u2="&#xf0;" k="41" />
<hkern u1="R" u2="u" k="18" />
<hkern u1="R" u2="t" k="12" />
<hkern u1="R" u2="o" k="31" />
<hkern u1="R" u2="n" k="10" />
<hkern u1="R" u2="f" k="10" />
<hkern u1="R" u2="a" k="20" />
<hkern u1="R" u2="\" k="25" />
<hkern u1="R" u2="Y" k="27" />
<hkern u1="R" u2="V" k="18" />
<hkern u1="R" u2="T" k="20" />
<hkern u1="R" u2="J" k="10" />
<hkern u1="S" u2="z" k="12" />
<hkern u1="S" u2="y" k="20" />
<hkern u1="S" u2="x" k="18" />
<hkern u1="S" u2="w" k="20" />
<hkern u1="S" u2="v" k="20" />
<hkern u1="S" u2="u" k="12" />
<hkern u1="S" u2="t" k="25" />
<hkern u1="S" u2="s" k="12" />
<hkern u1="S" u2="n" k="12" />
<hkern u1="S" u2="f" k="23" />
<hkern u1="S" u2="Y" k="12" />
<hkern u1="S" u2="V" k="10" />
<hkern u1="S" u2="A" k="14" />
<hkern u1="S" u2="&#x2f;" k="23" />
<hkern u1="T" u2="&#x203a;" k="111" />
<hkern u1="T" u2="&#x2039;" k="127" />
<hkern u1="T" u2="&#xf0;" k="82" />
<hkern u1="T" u2="&#xef;" k="-16" />
<hkern u1="T" u2="&#xee;" k="-66" />
<hkern u1="T" u2="&#xed;" k="41" />
<hkern u1="T" u2="&#xec;" k="-49" />
<hkern u1="T" u2="&#xdf;" k="27" />
<hkern u1="T" u2="&#xc6;" k="111" />
<hkern u1="T" u2="&#xae;" k="20" />
<hkern u1="T" u2="z" k="147" />
<hkern u1="T" u2="y" k="139" />
<hkern u1="T" u2="x" k="137" />
<hkern u1="T" u2="w" k="133" />
<hkern u1="T" u2="v" k="139" />
<hkern u1="T" u2="u" k="106" />
<hkern u1="T" u2="t" k="20" />
<hkern u1="T" u2="s" k="147" />
<hkern u1="T" u2="o" k="131" />
<hkern u1="T" u2="n" k="100" />
<hkern u1="T" u2="l" k="10" />
<hkern u1="T" u2="i" k="10" />
<hkern u1="T" u2="h" k="10" />
<hkern u1="T" u2="f" k="43" />
<hkern u1="T" u2="a" k="150" />
<hkern u1="T" u2="O" k="39" />
<hkern u1="T" u2="J" k="27" />
<hkern u1="T" u2="A" k="113" />
<hkern u1="T" u2="&#x40;" k="55" />
<hkern u1="T" u2="&#x3a;" k="113" />
<hkern u1="T" u2="&#x34;" k="66" />
<hkern u1="T" u2="&#x2f;" k="113" />
<hkern u1="T" u2="&#x2e;" k="119" />
<hkern u1="T" u2="&#x2d;" k="117" />
<hkern u1="T" u2="&#x26;" k="29" />
<hkern u1="U" u2="&#xf0;" k="27" />
<hkern u1="U" u2="&#xc6;" k="39" />
<hkern u1="U" u2="z" k="20" />
<hkern u1="U" u2="x" k="12" />
<hkern u1="U" u2="u" k="18" />
<hkern u1="U" u2="t" k="14" />
<hkern u1="U" u2="s" k="27" />
<hkern u1="U" u2="o" k="18" />
<hkern u1="U" u2="n" k="10" />
<hkern u1="U" u2="l" k="12" />
<hkern u1="U" u2="i" k="12" />
<hkern u1="U" u2="h" k="12" />
<hkern u1="U" u2="f" k="12" />
<hkern u1="U" u2="a" k="20" />
<hkern u1="U" u2="J" k="29" />
<hkern u1="U" u2="A" k="35" />
<hkern u1="U" u2="&#x2f;" k="53" />
<hkern u1="U" u2="&#x2e;" k="33" />
<hkern u1="V" u2="&#x2122;" k="-27" />
<hkern u1="V" u2="&#x203a;" k="35" />
<hkern u1="V" u2="&#x2039;" k="72" />
<hkern u1="V" u2="&#xf0;" k="78" />
<hkern u1="V" u2="&#xef;" k="-55" />
<hkern u1="V" u2="&#xee;" k="-55" />
<hkern u1="V" u2="&#xed;" k="29" />
<hkern u1="V" u2="&#xec;" k="-104" />
<hkern u1="V" u2="&#xdf;" k="25" />
<hkern u1="V" u2="&#xc6;" k="92" />
<hkern u1="V" u2="z" k="45" />
<hkern u1="V" u2="x" k="18" />
<hkern u1="V" u2="u" k="51" />
<hkern u1="V" u2="t" k="10" />
<hkern u1="V" u2="s" k="90" />
<hkern u1="V" u2="o" k="88" />
<hkern u1="V" u2="n" k="61" />
<hkern u1="V" u2="f" k="12" />
<hkern u1="V" u2="a" k="88" />
<hkern u1="V" u2="S" k="12" />
<hkern u1="V" u2="O" k="25" />
<hkern u1="V" u2="J" k="27" />
<hkern u1="V" u2="A" k="82" />
<hkern u1="V" u2="&#x40;" k="33" />
<hkern u1="V" u2="&#x3a;" k="57" />
<hkern u1="V" u2="&#x34;" k="41" />
<hkern u1="V" u2="&#x31;" k="-10" />
<hkern u1="V" u2="&#x2f;" k="117" />
<hkern u1="V" u2="&#x2e;" k="119" />
<hkern u1="V" u2="&#x2d;" k="53" />
<hkern u1="V" u2="&#x26;" k="29" />
<hkern u1="W" u2="&#x203a;" k="23" />
<hkern u1="W" u2="&#x2039;" k="57" />
<hkern u1="W" u2="&#xf0;" k="72" />
<hkern u1="W" u2="&#xef;" k="-51" />
<hkern u1="W" u2="&#xee;" k="-49" />
<hkern u1="W" u2="&#xed;" k="25" />
<hkern u1="W" u2="&#xec;" k="-88" />
<hkern u1="W" u2="&#xdf;" k="23" />
<hkern u1="W" u2="&#xc6;" k="80" />
<hkern u1="W" u2="z" k="35" />
<hkern u1="W" u2="x" k="10" />
<hkern u1="W" u2="u" k="43" />
<hkern u1="W" u2="s" k="80" />
<hkern u1="W" u2="o" k="78" />
<hkern u1="W" u2="n" k="51" />
<hkern u1="W" u2="a" k="76" />
<hkern u1="W" u2="O" k="14" />
<hkern u1="W" u2="J" k="25" />
<hkern u1="W" u2="A" k="68" />
<hkern u1="W" u2="&#x40;" k="20" />
<hkern u1="W" u2="&#x3a;" k="43" />
<hkern u1="W" u2="&#x34;" k="27" />
<hkern u1="W" u2="&#x2f;" k="98" />
<hkern u1="W" u2="&#x2e;" k="96" />
<hkern u1="W" u2="&#x2d;" k="39" />
<hkern u1="W" u2="&#x26;" k="20" />
<hkern u1="X" u2="&#x2039;" k="31" />
<hkern u1="X" u2="&#xf0;" k="51" />
<hkern u1="X" u2="&#xef;" k="-16" />
<hkern u1="X" u2="&#xec;" k="-41" />
<hkern u1="X" u2="&#xae;" k="20" />
<hkern u1="X" u2="y" k="49" />
<hkern u1="X" u2="w" k="55" />
<hkern u1="X" u2="v" k="49" />
<hkern u1="X" u2="u" k="43" />
<hkern u1="X" u2="t" k="33" />
<hkern u1="X" u2="o" k="66" />
<hkern u1="X" u2="n" k="12" />
<hkern u1="X" u2="f" k="25" />
<hkern u1="X" u2="a" k="14" />
<hkern u1="X" u2="O" k="51" />
<hkern u1="X" u2="&#x2d;" k="55" />
<hkern u1="Y" u2="&#x2122;" k="-47" />
<hkern u1="Y" u2="&#x203a;" k="66" />
<hkern u1="Y" u2="&#x2039;" k="109" />
<hkern u1="Y" u2="&#xf0;" k="90" />
<hkern u1="Y" u2="&#xef;" k="-78" />
<hkern u1="Y" u2="&#xee;" k="-45" />
<hkern u1="Y" u2="&#xed;" k="39" />
<hkern u1="Y" u2="&#xec;" k="-125" />
<hkern u1="Y" u2="&#xdf;" k="29" />
<hkern u1="Y" u2="&#xc6;" k="113" />
<hkern u1="Y" u2="&#xae;" k="31" />
<hkern u1="Y" u2="z" k="82" />
<hkern u1="Y" u2="y" k="18" />
<hkern u1="Y" u2="x" k="43" />
<hkern u1="Y" u2="w" k="27" />
<hkern u1="Y" u2="v" k="16" />
<hkern u1="Y" u2="u" k="74" />
<hkern u1="Y" u2="t" k="14" />
<hkern u1="Y" u2="s" k="106" />
<hkern u1="Y" u2="o" k="123" />
<hkern u1="Y" u2="n" k="72" />
<hkern u1="Y" u2="f" k="23" />
<hkern u1="Y" u2="a" k="100" />
<hkern u1="Y" u2="S" k="18" />
<hkern u1="Y" u2="O" k="47" />
<hkern u1="Y" u2="J" k="20" />
<hkern u1="Y" u2="A" k="104" />
<hkern u1="Y" u2="&#x40;" k="57" />
<hkern u1="Y" u2="&#x3a;" k="90" />
<hkern u1="Y" u2="&#x36;" k="20" />
<hkern u1="Y" u2="&#x34;" k="66" />
<hkern u1="Y" u2="&#x31;" k="-31" />
<hkern u1="Y" u2="&#x2f;" k="119" />
<hkern u1="Y" u2="&#x2e;" k="127" />
<hkern u1="Y" u2="&#x2d;" k="92" />
<hkern u1="Y" u2="&#x26;" k="37" />
<hkern u1="Z" u2="&#xf0;" k="25" />
<hkern u1="Z" u2="&#xee;" k="-37" />
<hkern u1="Z" u2="y" k="16" />
<hkern u1="Z" u2="w" k="20" />
<hkern u1="Z" u2="v" k="16" />
<hkern u1="Z" u2="u" k="23" />
<hkern u1="Z" u2="t" k="20" />
<hkern u1="Z" u2="o" k="29" />
<hkern u1="Z" u2="n" k="14" />
<hkern u1="Z" u2="f" k="18" />
<hkern u1="Z" u2="O" k="25" />
<hkern u1="Z" u2="&#x2d;" k="35" />
<hkern u1="[" u2="&#xf0;" k="41" />
<hkern u1="[" u2="&#xec;" k="-33" />
<hkern u1="[" u2="&#xc6;" k="23" />
<hkern u1="[" u2="z" k="37" />
<hkern u1="[" u2="w" k="33" />
<hkern u1="[" u2="v" k="29" />
<hkern u1="[" u2="u" k="43" />
<hkern u1="[" u2="t" k="20" />
<hkern u1="[" u2="s" k="49" />
<hkern u1="[" u2="o" k="59" />
<hkern u1="[" u2="n" k="37" />
<hkern u1="[" u2="j" k="-184" />
<hkern u1="[" u2="f" k="20" />
<hkern u1="[" u2="a" k="45" />
<hkern u1="[" u2="S" k="27" />
<hkern u1="[" u2="O" k="51" />
<hkern u1="[" u2="A" k="27" />
<hkern u1="[" u2="&#x39;" k="20" />
<hkern u1="[" u2="&#x38;" k="33" />
<hkern u1="[" u2="&#x36;" k="43" />
<hkern u1="[" u2="&#x34;" k="55" />
<hkern u1="[" u2="&#x30;" k="43" />
<hkern u1="\" u2="&#x2019;" k="127" />
<hkern u1="\" u2="&#xc6;" k="-39" />
<hkern u1="\" u2="y" k="47" />
<hkern u1="\" u2="w" k="37" />
<hkern u1="\" u2="v" k="47" />
<hkern u1="\" u2="t" k="23" />
<hkern u1="\" u2="Y" k="90" />
<hkern u1="\" u2="W" k="63" />
<hkern u1="\" u2="V" k="82" />
<hkern u1="\" u2="U" k="25" />
<hkern u1="\" u2="T" k="84" />
<hkern u1="\" u2="O" k="23" />
<hkern u1="\" u2="A" k="-14" />
<hkern u1="\" u2="&#x31;" k="41" />
<hkern u1="\" u2="&#x27;" k="109" />
<hkern u1="a" u2="&#x2122;" k="47" />
<hkern u1="a" u2="&#x2019;" k="33" />
<hkern u1="a" u2="&#x2018;" k="33" />
<hkern u1="a" u2="&#x7d;" k="23" />
<hkern u1="a" u2="y" k="12" />
<hkern u1="a" u2="w" k="10" />
<hkern u1="a" u2="v" k="12" />
<hkern u1="a" u2="t" k="12" />
<hkern u1="a" u2="f" k="8" />
<hkern u1="a" u2="]" k="47" />
<hkern u1="a" u2="\" k="70" />
<hkern u1="a" u2="Z" k="18" />
<hkern u1="a" u2="Y" k="96" />
<hkern u1="a" u2="X" k="10" />
<hkern u1="a" u2="W" k="53" />
<hkern u1="a" u2="V" k="72" />
<hkern u1="a" u2="U" k="16" />
<hkern u1="a" u2="T" k="109" />
<hkern u1="a" u2="S" k="10" />
<hkern u1="a" u2="O" k="12" />
<hkern u1="a" u2="J" k="14" />
<hkern u1="a" u2="I" k="10" />
<hkern u1="a" u2="&#x29;" k="33" />
<hkern u1="c" u2="&#x2122;" k="35" />
<hkern u1="c" u2="&#x2039;" k="27" />
<hkern u1="c" u2="&#xf0;" k="25" />
<hkern u1="c" u2="s" k="8" />
<hkern u1="c" u2="o" k="23" />
<hkern u1="c" u2="a" k="8" />
<hkern u1="c" u2="]" k="33" />
<hkern u1="c" u2="\" k="41" />
<hkern u1="c" u2="Y" k="90" />
<hkern u1="c" u2="W" k="35" />
<hkern u1="c" u2="V" k="45" />
<hkern u1="c" u2="U" k="12" />
<hkern u1="c" u2="T" k="164" />
<hkern u1="c" u2="S" k="12" />
<hkern u1="c" u2="O" k="20" />
<hkern u1="c" u2="&#x2d;" k="31" />
<hkern u1="c" u2="&#x29;" k="27" />
<hkern u1="d" u2="Z" k="12" />
<hkern u1="d" u2="U" k="12" />
<hkern u1="d" u2="T" k="10" />
<hkern u1="d" u2="O" k="10" />
<hkern u1="d" u2="J" k="16" />
<hkern u1="d" u2="I" k="10" />
<hkern u1="e" u2="&#x2122;" k="41" />
<hkern u1="e" u2="&#x2019;" k="37" />
<hkern u1="e" u2="&#x2018;" k="37" />
<hkern u1="e" u2="&#x7d;" k="25" />
<hkern u1="e" u2="y" k="12" />
<hkern u1="e" u2="x" k="23" />
<hkern u1="e" u2="v" k="12" />
<hkern u1="e" u2="t" k="8" />
<hkern u1="e" u2="f" k="8" />
<hkern u1="e" u2="]" k="51" />
<hkern u1="e" u2="\" k="68" />
<hkern u1="e" u2="Z" k="29" />
<hkern u1="e" u2="Y" k="117" />
<hkern u1="e" u2="X" k="35" />
<hkern u1="e" u2="W" k="74" />
<hkern u1="e" u2="V" k="88" />
<hkern u1="e" u2="U" k="14" />
<hkern u1="e" u2="T" k="158" />
<hkern u1="e" u2="S" k="14" />
<hkern u1="e" u2="J" k="18" />
<hkern u1="e" u2="I" k="12" />
<hkern u1="e" u2="A" k="14" />
<hkern u1="e" u2="&#x2f;" k="35" />
<hkern u1="e" u2="&#x29;" k="47" />
<hkern u1="f" u2="&#x2122;" k="-57" />
<hkern u1="f" u2="&#x2039;" k="55" />
<hkern u1="f" u2="&#xf0;" k="63" />
<hkern u1="f" u2="&#xef;" k="-100" />
<hkern u1="f" u2="&#xee;" k="-37" />
<hkern u1="f" u2="&#xec;" k="-152" />
<hkern u1="f" u2="&#xc6;" k="90" />
<hkern u1="f" u2="s" k="8" />
<hkern u1="f" u2="o" k="27" />
<hkern u1="f" u2="a" k="10" />
<hkern u1="f" u2="]" k="-29" />
<hkern u1="f" u2="Y" k="-117" />
<hkern u1="f" u2="X" k="-33" />
<hkern u1="f" u2="W" k="-78" />
<hkern u1="f" u2="V" k="-94" />
<hkern u1="f" u2="T" k="-39" />
<hkern u1="f" u2="J" k="12" />
<hkern u1="f" u2="A" k="82" />
<hkern u1="f" u2="&#x3a;" k="41" />
<hkern u1="f" u2="&#x2f;" k="63" />
<hkern u1="f" u2="&#x2e;" k="66" />
<hkern u1="f" u2="&#x2d;" k="63" />
<hkern u1="i" u2="Z" k="12" />
<hkern u1="i" u2="U" k="12" />
<hkern u1="i" u2="T" k="10" />
<hkern u1="i" u2="O" k="10" />
<hkern u1="i" u2="J" k="16" />
<hkern u1="i" u2="I" k="10" />
<hkern u1="j" u2="j" k="-33" />
<hkern u1="k" u2="&#x2122;" k="33" />
<hkern u1="k" u2="&#x2039;" k="41" />
<hkern u1="k" u2="&#xf0;" k="53" />
<hkern u1="k" u2="s" k="10" />
<hkern u1="k" u2="o" k="51" />
<hkern u1="k" u2="a" k="18" />
<hkern u1="k" u2="Y" k="39" />
<hkern u1="k" u2="V" k="16" />
<hkern u1="k" u2="U" k="10" />
<hkern u1="k" u2="T" k="133" />
<hkern u1="k" u2="O" k="35" />
<hkern u1="k" u2="&#x2d;" k="57" />
<hkern u1="l" u2="&#xb7;" k="150" />
<hkern u1="l" u2="Z" k="12" />
<hkern u1="l" u2="U" k="12" />
<hkern u1="l" u2="T" k="10" />
<hkern u1="l" u2="O" k="10" />
<hkern u1="l" u2="J" k="16" />
<hkern u1="l" u2="I" k="10" />
<hkern u1="n" u2="&#x2122;" k="49" />
<hkern u1="n" u2="&#x2019;" k="35" />
<hkern u1="n" u2="&#x2018;" k="35" />
<hkern u1="n" u2="&#x7d;" k="23" />
<hkern u1="n" u2="y" k="14" />
<hkern u1="n" u2="w" k="12" />
<hkern u1="n" u2="v" k="12" />
<hkern u1="n" u2="t" k="14" />
<hkern u1="n" u2="f" k="10" />
<hkern u1="n" u2="]" k="47" />
<hkern u1="n" u2="\" k="72" />
<hkern u1="n" u2="Z" k="20" />
<hkern u1="n" u2="Y" k="96" />
<hkern u1="n" u2="X" k="10" />
<hkern u1="n" u2="W" k="53" />
<hkern u1="n" u2="V" k="72" />
<hkern u1="n" u2="U" k="16" />
<hkern u1="n" u2="T" k="109" />
<hkern u1="n" u2="S" k="10" />
<hkern u1="n" u2="O" k="12" />
<hkern u1="n" u2="J" k="14" />
<hkern u1="n" u2="I" k="10" />
<hkern u1="n" u2="&#x2a;" k="16" />
<hkern u1="n" u2="&#x29;" k="33" />
<hkern u1="o" u2="&#x2122;" k="49" />
<hkern u1="o" u2="&#x2019;" k="53" />
<hkern u1="o" u2="&#x2018;" k="53" />
<hkern u1="o" u2="&#xc6;" k="20" />
<hkern u1="o" u2="&#x7d;" k="35" />
<hkern u1="o" u2="z" k="12" />
<hkern u1="o" u2="y" k="20" />
<hkern u1="o" u2="x" k="39" />
<hkern u1="o" u2="w" k="14" />
<hkern u1="o" u2="v" k="18" />
<hkern u1="o" u2="t" k="16" />
<hkern u1="o" u2="f" k="16" />
<hkern u1="o" u2="]" k="59" />
<hkern u1="o" u2="\" k="76" />
<hkern u1="o" u2="Z" k="41" />
<hkern u1="o" u2="Y" k="123" />
<hkern u1="o" u2="X" k="66" />
<hkern u1="o" u2="W" k="78" />
<hkern u1="o" u2="V" k="88" />
<hkern u1="o" u2="U" k="18" />
<hkern u1="o" u2="T" k="131" />
<hkern u1="o" u2="S" k="23" />
<hkern u1="o" u2="J" k="29" />
<hkern u1="o" u2="I" k="18" />
<hkern u1="o" u2="A" k="23" />
<hkern u1="o" u2="&#x3f;" k="20" />
<hkern u1="o" u2="&#x2f;" k="43" />
<hkern u1="o" u2="&#x2a;" k="23" />
<hkern u1="o" u2="&#x29;" k="55" />
<hkern u1="o" u2="&#x27;" k="23" />
<hkern u1="q" u2="j" k="-119" />
<hkern u1="r" u2="&#x2122;" k="16" />
<hkern u1="r" u2="&#x2039;" k="55" />
<hkern u1="r" u2="&#xf0;" k="57" />
<hkern u1="r" u2="&#xc6;" k="92" />
<hkern u1="r" u2="&#x7d;" k="20" />
<hkern u1="r" u2="o" k="20" />
<hkern u1="r" u2="a" k="10" />
<hkern u1="r" u2="]" k="39" />
<hkern u1="r" u2="Z" k="29" />
<hkern u1="r" u2="Y" k="14" />
<hkern u1="r" u2="X" k="61" />
<hkern u1="r" u2="T" k="139" />
<hkern u1="r" u2="J" k="86" />
<hkern u1="r" u2="A" k="90" />
<hkern u1="r" u2="&#x3a;" k="33" />
<hkern u1="r" u2="&#x2f;" k="88" />
<hkern u1="r" u2="&#x2e;" k="92" />
<hkern u1="r" u2="&#x2d;" k="57" />
<hkern u1="r" u2="&#x29;" k="37" />
<hkern u1="r" u2="&#x26;" k="27" />
<hkern u1="s" u2="&#x2122;" k="47" />
<hkern u1="s" u2="&#x7d;" k="20" />
<hkern u1="s" u2="x" k="8" />
<hkern u1="s" u2="v" k="8" />
<hkern u1="s" u2="]" k="43" />
<hkern u1="s" u2="\" k="53" />
<hkern u1="s" u2="Y" k="92" />
<hkern u1="s" u2="X" k="16" />
<hkern u1="s" u2="W" k="51" />
<hkern u1="s" u2="V" k="61" />
<hkern u1="s" u2="U" k="18" />
<hkern u1="s" u2="T" k="145" />
<hkern u1="s" u2="O" k="10" />
<hkern u1="s" u2="I" k="12" />
<hkern u1="s" u2="A" k="10" />
<hkern u1="s" u2="&#x2f;" k="20" />
<hkern u1="s" u2="&#x29;" k="41" />
<hkern u1="t" u2="&#x2122;" k="39" />
<hkern u1="t" u2="o" k="8" />
<hkern u1="t" u2="]" k="25" />
<hkern u1="t" u2="\" k="33" />
<hkern u1="t" u2="Y" k="68" />
<hkern u1="t" u2="W" k="25" />
<hkern u1="t" u2="V" k="37" />
<hkern u1="t" u2="U" k="12" />
<hkern u1="t" u2="T" k="119" />
<hkern u1="u" u2="&#x2122;" k="37" />
<hkern u1="u" u2="]" k="37" />
<hkern u1="u" u2="\" k="41" />
<hkern u1="u" u2="Z" k="14" />
<hkern u1="u" u2="Y" k="72" />
<hkern u1="u" u2="X" k="14" />
<hkern u1="u" u2="W" k="51" />
<hkern u1="u" u2="V" k="61" />
<hkern u1="u" u2="U" k="10" />
<hkern u1="u" u2="T" k="100" />
<hkern u1="u" u2="O" k="10" />
<hkern u1="u" u2="J" k="16" />
<hkern u1="u" u2="I" k="10" />
<hkern u1="u" u2="&#x29;" k="31" />
<hkern u1="v" u2="&#x2039;" k="37" />
<hkern u1="v" u2="&#xf0;" k="35" />
<hkern u1="v" u2="&#xc6;" k="66" />
<hkern u1="v" u2="s" k="14" />
<hkern u1="v" u2="o" k="18" />
<hkern u1="v" u2="a" k="14" />
<hkern u1="v" u2="]" k="29" />
<hkern u1="v" u2="Z" k="12" />
<hkern u1="v" u2="Y" k="16" />
<hkern u1="v" u2="X" k="49" />
<hkern u1="v" u2="T" k="139" />
<hkern u1="v" u2="J" k="53" />
<hkern u1="v" u2="A" k="59" />
<hkern u1="v" u2="&#x3a;" k="18" />
<hkern u1="v" u2="&#x2f;" k="82" />
<hkern u1="v" u2="&#x2e;" k="74" />
<hkern u1="v" u2="&#x2a;" k="-18" />
<hkern u1="v" u2="&#x29;" k="27" />
<hkern u1="w" u2="&#x2039;" k="29" />
<hkern u1="w" u2="&#xf0;" k="29" />
<hkern u1="w" u2="&#xc6;" k="59" />
<hkern u1="w" u2="s" k="8" />
<hkern u1="w" u2="o" k="14" />
<hkern u1="w" u2="a" k="10" />
<hkern u1="w" u2="]" k="33" />
<hkern u1="w" u2="Z" k="16" />
<hkern u1="w" u2="Y" k="27" />
<hkern u1="w" u2="X" k="53" />
<hkern u1="w" u2="T" k="133" />
<hkern u1="w" u2="J" k="57" />
<hkern u1="w" u2="A" k="51" />
<hkern u1="w" u2="&#x2f;" k="72" />
<hkern u1="w" u2="&#x2e;" k="59" />
<hkern u1="w" u2="&#x29;" k="31" />
<hkern u1="x" u2="&#x2122;" k="27" />
<hkern u1="x" u2="&#x2039;" k="45" />
<hkern u1="x" u2="&#xf0;" k="45" />
<hkern u1="x" u2="o" k="41" />
<hkern u1="x" u2="a" k="10" />
<hkern u1="x" u2="Y" k="39" />
<hkern u1="x" u2="V" k="16" />
<hkern u1="x" u2="U" k="12" />
<hkern u1="x" u2="T" k="135" />
<hkern u1="x" u2="O" k="25" />
<hkern u1="x" u2="&#x2d;" k="49" />
<hkern u1="y" u2="&#x2039;" k="37" />
<hkern u1="y" u2="&#xf0;" k="35" />
<hkern u1="y" u2="&#xc6;" k="66" />
<hkern u1="y" u2="s" k="12" />
<hkern u1="y" u2="o" k="18" />
<hkern u1="y" u2="a" k="14" />
<hkern u1="y" u2="]" k="23" />
<hkern u1="y" u2="Z" k="12" />
<hkern u1="y" u2="Y" k="16" />
<hkern u1="y" u2="X" k="47" />
<hkern u1="y" u2="T" k="139" />
<hkern u1="y" u2="J" k="49" />
<hkern u1="y" u2="A" k="59" />
<hkern u1="y" u2="&#x3a;" k="18" />
<hkern u1="y" u2="&#x2f;" k="76" />
<hkern u1="y" u2="&#x2e;" k="74" />
<hkern u1="y" u2="&#x2a;" k="-12" />
<hkern u1="y" u2="&#x29;" k="23" />
<hkern u1="z" u2="&#x2122;" k="43" />
<hkern u1="z" u2="&#x2039;" k="31" />
<hkern u1="z" u2="&#xf0;" k="14" />
<hkern u1="z" u2="o" k="14" />
<hkern u1="z" u2="]" k="33" />
<hkern u1="z" u2="\" k="37" />
<hkern u1="z" u2="Y" k="78" />
<hkern u1="z" u2="W" k="33" />
<hkern u1="z" u2="V" k="41" />
<hkern u1="z" u2="U" k="20" />
<hkern u1="z" u2="T" k="150" />
<hkern u1="z" u2="O" k="12" />
<hkern u1="z" u2="I" k="10" />
<hkern u1="z" u2="&#x2d;" k="35" />
<hkern u1="&#x7b;" u2="&#xf0;" k="23" />
<hkern u1="&#x7b;" u2="u" k="25" />
<hkern u1="&#x7b;" u2="s" k="20" />
<hkern u1="&#x7b;" u2="o" k="35" />
<hkern u1="&#x7b;" u2="j" k="-168" />
<hkern u1="&#x7b;" u2="a" k="20" />
<hkern u1="&#x7b;" u2="O" k="25" />
<hkern u1="&#x7c;" u2="j" k="-104" />
<hkern u1="&#x7d;" u2="&#x29;" k="20" />
<hkern u1="&#xae;" u2="&#xc6;" k="25" />
<hkern u1="&#xae;" u2="Y" k="33" />
<hkern u1="&#xae;" u2="X" k="25" />
<hkern u1="&#xae;" u2="T" k="25" />
<hkern u1="&#xae;" u2="J" k="25" />
<hkern u1="&#xae;" u2="A" k="27" />
<hkern u1="&#xb0;" u2="&#x34;" k="49" />
<hkern u1="&#xb7;" u2="l" k="150" />
<hkern u1="&#xb7;" u2="&#x37;" k="41" />
<hkern u1="&#xb7;" u2="&#x33;" k="53" />
<hkern u1="&#xb7;" u2="&#x32;" k="51" />
<hkern u1="&#xb7;" u2="&#x31;" k="59" />
<hkern u1="&#xbf;" u2="Y" k="39" />
<hkern u1="&#xbf;" u2="W" k="31" />
<hkern u1="&#xbf;" u2="V" k="37" />
<hkern u1="&#xbf;" u2="T" k="41" />
<hkern u1="&#xce;" u2="&#x7d;" k="-20" />
<hkern u1="&#xde;" u2="&#x2122;" k="25" />
<hkern u1="&#xde;" u2="&#xc6;" k="39" />
<hkern u1="&#xde;" u2="z" k="10" />
<hkern u1="&#xde;" u2="x" k="14" />
<hkern u1="&#xde;" u2="]" k="51" />
<hkern u1="&#xde;" u2="\" k="35" />
<hkern u1="&#xde;" u2="Z" k="27" />
<hkern u1="&#xde;" u2="Y" k="49" />
<hkern u1="&#xde;" u2="X" k="61" />
<hkern u1="&#xde;" u2="W" k="12" />
<hkern u1="&#xde;" u2="V" k="25" />
<hkern u1="&#xde;" u2="T" k="37" />
<hkern u1="&#xde;" u2="J" k="49" />
<hkern u1="&#xde;" u2="A" k="39" />
<hkern u1="&#xde;" u2="&#x2f;" k="61" />
<hkern u1="&#xde;" u2="&#x2e;" k="66" />
<hkern u1="&#xde;" u2="&#x29;" k="45" />
<hkern u1="&#xdf;" u2="y" k="14" />
<hkern u1="&#xdf;" u2="x" k="18" />
<hkern u1="&#xdf;" u2="w" k="10" />
<hkern u1="&#xdf;" u2="v" k="14" />
<hkern u1="&#xdf;" u2="t" k="14" />
<hkern u1="&#xdf;" u2="f" k="12" />
<hkern u1="&#xdf;" u2="]" k="25" />
<hkern u1="&#xdf;" u2="\" k="20" />
<hkern u1="&#xdf;" u2="Z" k="14" />
<hkern u1="&#xdf;" u2="Y" k="37" />
<hkern u1="&#xdf;" u2="X" k="31" />
<hkern u1="&#xdf;" u2="W" k="27" />
<hkern u1="&#xdf;" u2="V" k="33" />
<hkern u1="&#xdf;" u2="U" k="20" />
<hkern u1="&#xdf;" u2="T" k="31" />
<hkern u1="&#xdf;" u2="S" k="10" />
<hkern u1="&#xdf;" u2="O" k="10" />
<hkern u1="&#xdf;" u2="J" k="14" />
<hkern u1="&#xdf;" u2="I" k="16" />
<hkern u1="&#xdf;" u2="A" k="14" />
<hkern u1="&#xdf;" u2="&#x2f;" k="31" />
<hkern u1="&#xdf;" u2="&#x29;" k="33" />
<hkern u1="&#xed;" u2="&#x2122;" k="-90" />
<hkern u1="&#xed;" u2="&#x7d;" k="-33" />
<hkern u1="&#xed;" u2="]" k="-55" />
<hkern u1="&#xed;" u2="\" k="-18" />
<hkern u1="&#xed;" u2="&#x2a;" k="-37" />
<hkern u1="&#xee;" u2="&#x2122;" k="-72" />
<hkern u1="&#xee;" u2="&#x3f;" k="-35" />
<hkern u1="&#xee;" u2="&#x2a;" k="-84" />
<hkern u1="&#xef;" u2="&#x2122;" k="-70" />
<hkern u1="&#xef;" u2="&#x7d;" k="-12" />
<hkern u1="&#xef;" u2="]" k="-33" />
<hkern u1="&#xef;" u2="&#x2a;" k="-43" />
<hkern u1="&#xf0;" u2="&#x2122;" k="31" />
<hkern u1="&#xf0;" u2="&#x2019;" k="37" />
<hkern u1="&#xf0;" u2="&#x2018;" k="37" />
<hkern u1="&#xf0;" u2="&#xc6;" k="14" />
<hkern u1="&#xf0;" u2="&#x7d;" k="20" />
<hkern u1="&#xf0;" u2="z" k="8" />
<hkern u1="&#xf0;" u2="y" k="12" />
<hkern u1="&#xf0;" u2="x" k="27" />
<hkern u1="&#xf0;" u2="w" k="8" />
<hkern u1="&#xf0;" u2="v" k="14" />
<hkern u1="&#xf0;" u2="t" k="12" />
<hkern u1="&#xf0;" u2="f" k="10" />
<hkern u1="&#xf0;" u2="]" k="39" />
<hkern u1="&#xf0;" u2="\" k="33" />
<hkern u1="&#xf0;" u2="Z" k="37" />
<hkern u1="&#xf0;" u2="Y" k="80" />
<hkern u1="&#xf0;" u2="X" k="61" />
<hkern u1="&#xf0;" u2="W" k="59" />
<hkern u1="&#xf0;" u2="V" k="70" />
<hkern u1="&#xf0;" u2="U" k="18" />
<hkern u1="&#xf0;" u2="T" k="82" />
<hkern u1="&#xf0;" u2="S" k="16" />
<hkern u1="&#xf0;" u2="J" k="25" />
<hkern u1="&#xf0;" u2="I" k="12" />
<hkern u1="&#xf0;" u2="A" k="20" />
<hkern u1="&#xf0;" u2="&#x2f;" k="39" />
<hkern u1="&#xf0;" u2="&#x2a;" k="18" />
<hkern u1="&#xf0;" u2="&#x29;" k="39" />
<hkern u1="&#xf0;" u2="&#x27;" k="18" />
<hkern u1="&#x2018;" u2="&#xf0;" k="39" />
<hkern u1="&#x2018;" u2="&#xc6;" k="133" />
<hkern u1="&#x2018;" u2="s" k="49" />
<hkern u1="&#x2018;" u2="o" k="74" />
<hkern u1="&#x2018;" u2="a" k="43" />
<hkern u1="&#x2018;" u2="O" k="23" />
<hkern u1="&#x2018;" u2="J" k="29" />
<hkern u1="&#x2018;" u2="A" k="125" />
<hkern u1="&#x2018;" u2="&#x2e;" k="309" />
<hkern u1="&#x2019;" u2="&#x2039;" k="33" />
<hkern u1="&#x2019;" u2="&#xf0;" k="39" />
<hkern u1="&#x2019;" u2="&#xc6;" k="133" />
<hkern u1="&#x2019;" u2="&#xae;" k="25" />
<hkern u1="&#x2019;" u2="s" k="49" />
<hkern u1="&#x2019;" u2="o" k="74" />
<hkern u1="&#x2019;" u2="a" k="43" />
<hkern u1="&#x2019;" u2="O" k="23" />
<hkern u1="&#x2019;" u2="J" k="29" />
<hkern u1="&#x2019;" u2="A" k="125" />
<hkern u1="&#x2019;" u2="&#x40;" k="57" />
<hkern u1="&#x2019;" u2="&#x3a;" k="156" />
<hkern u1="&#x2019;" u2="&#x2f;" k="172" />
<hkern u1="&#x2019;" u2="&#x2e;" k="309" />
<hkern u1="&#x2019;" u2="&#x26;" k="45" />
<hkern u1="&#x2039;" u2="Y" k="66" />
<hkern u1="&#x2039;" u2="W" k="23" />
<hkern u1="&#x2039;" u2="V" k="35" />
<hkern u1="&#x2039;" u2="T" k="111" />
<hkern u1="&#x203a;" u2="z" k="25" />
<hkern u1="&#x203a;" u2="y" k="37" />
<hkern u1="&#x203a;" u2="x" k="43" />
<hkern u1="&#x203a;" u2="w" k="29" />
<hkern u1="&#x203a;" u2="v" k="37" />
<hkern u1="&#x203a;" u2="t" k="27" />
<hkern u1="&#x203a;" u2="s" k="20" />
<hkern u1="&#x203a;" u2="f" k="27" />
<hkern u1="&#x203a;" u2="Z" k="23" />
<hkern u1="&#x203a;" u2="Y" k="109" />
<hkern u1="&#x203a;" u2="X" k="33" />
<hkern u1="&#x203a;" u2="W" k="57" />
<hkern u1="&#x203a;" u2="V" k="72" />
<hkern u1="&#x203a;" u2="T" k="127" />
<hkern u1="&#x203a;" u2="J" k="27" />
<hkern u1="&#x203a;" u2="&#x27;" k="29" />
<hkern u1="&#x2122;" u2="&#xee;" k="-31" />
<hkern u1="&#x2122;" u2="&#xec;" k="-14" />
<hkern u1="&#x2122;" u2="&#xc6;" k="61" />
<hkern u1="&#x2122;" u2="J" k="35" />
<hkern u1="&#x2122;" u2="A" k="55" />
</font>
</defs></svg>  -88t-37 -90t-89 -38t-89 37z" />
<glyph unicode="&#xa9;" horiz-adv-x="1703" d="M1593 719q0 -305 -217 -524.5t-526 -219.5t-524 217.5t-215 522.5t217 524t524 219t524 -217t217 -522zM1503 717q0 268 -187.5 458.5t-459.5 190.5t-460.5 -191.5t-188.5 -461t186.5 -460t458.5 -190.5t461.5 193t189.5 461zM1194 459q-139 -145 -317.5 -145.5 t-297 111.5t-118.5 294t123 294.5t305 112.5t299 -122l-98 -121q-106 90 -209 90t-179.5 -68.5t-76.5 -178.5t76.5 -185.5t188 -75.5t206.5 100z" />
<glyph unicode="&#xaa;" horiz-adv-x="720" d="M567 954h-96v68q-63 -76 -154.5 -76t-143.5 45t-52 119q0 150 203 150h139v18q0 100 -113 100q-68 0 -145 -51l-47 68q90 72 194 71q215 0 215 -186v-326zM461 1143v43h-119q-115 0 -115 -74q0 -37 29 -56.5t79 -19.5t88 30t38 77z" />
<glyph unicode="&#xab;" horiz-adv-x="1120" d="M580 852l-236 -360l236 -361h-222l-243 361l243 360h222zM985 852l-235 -360l235 -361h-221l-244 361l244 360h221z" />
<glyph unicode="&#xac;" horiz-adv-x="1695" d="M137 911h1370v-731h-168v551h-1202v180z" />
<glyph unicode="&#xad;" horiz-adv-x="974" d="M147 504v215h680v-215h-680z" />
<glyph unicode="&#xae;" horiz-adv-x="1703" d="M1593 719q0 -305 -217 -524.5t-526 -219.5t-524 217.5t-215 522.5t217 524t524 219t524 -217t217 -522zM1503 717q0 268 -187.5 458.5t-459.5 190.5t-460.5 -191.5t-188.5 -461t186.5 -460t458.5 -190.5t461.5 193t189.5 461zM1210 860q0 -199 -174 -250l213 -288h-172 l-192 268h-176v-268h-140v800h301q182 0 261 -62.5t79 -199.5zM1031 747.5q42 34.5 42 113.5t-43 109.5t-151 30.5h-170v-288h165q115 0 157 34.5z" />
<glyph unicode="&#xaf;" horiz-adv-x="868" d="M750 1407v-178h-629v178h629z" />
<glyph unicode="&#xb0;" horiz-adv-x="851" d="M426 1464q131 0 223 -92t92 -223t-92 -222t-223 -91t-223 91t-92 222t92 223t223 92zM277.5 1001.5q60.5 -61.5 147.5 -61.5t147.5 61.5t60.5 147.5t-60.5 146.5t-147.5 60.5t-147.5 -60.5t-60.5 -146.5t60.5 -147.5z" />
<glyph unicode="&#xb1;" horiz-adv-x="1163" d="M489 565v277h-391v192h391v273h185v-273h391v-192h-391v-277h-185zM98 451h967v-172h-967v172z" />
<glyph unicode="&#xb2;" horiz-adv-x="858" d="M519 1120q36 49 36 99.5t-38 85t-97 34.5q-104 0 -172 -104l-113 65q109 166 287 166q111 0 189.5 -66.5t78.5 -180.5q0 -63 -33.5 -122t-124.5 -153l-194 -199h379v-135h-572v119l252 256q86 86 122 135z" />
<glyph unicode="&#xb3;" horiz-adv-x="811" d="M158 1305v127h495v-113l-204 -229q117 -2 181 -73t64 -183.5t-87 -186.5t-226 -74t-270 89l61 114q100 -72 217 -71q74 0 122 33.5t48 99t-53 104.5t-124 39t-116 -14v108l197 230h-305z" />
<glyph unicode="&#xb4;" horiz-adv-x="1705" d="M901 1286h-209l217 297l242 -100z" />
<glyph unicode="&#xb5;" horiz-adv-x="1314" d="M176 -397v1487h230v-598q0 -301 249 -302q119 0 207 79t88 231v590h230v-1090h-230v199q-55 -100 -152.5 -157.5t-204 -57.5t-187.5 34v-415h-230z" />
<glyph unicode="&#xb6;" horiz-adv-x="1374" d="M72 1139q0 174 120.5 292.5t366.5 118.5h612v-1779h-190v1585h-229v-1585h-185v981q-49 -6 -94 -7q-113 0 -196.5 39t-124.5 101q-80 119 -80 254z" />
<glyph unicode="&#xb7;" horiz-adv-x="595" d="M145 653.5q0 63.5 44 107.5t107.5 44t109 -44t45.5 -107.5t-45.5 -108.5t-109 -45t-107.5 45t-44 108.5z" />
<glyph unicode="&#xb8;" horiz-adv-x="575" d="M481 -240q0 -78 -63.5 -136t-160.5 -58t-171 45l53 117q39 -20 79 -20.5t62.5 23t22.5 56.5t-23.5 58.5t-59.5 25.5t-60 -10l73 139h146l-41 -78q143 -19 143 -162z" />
<glyph unicode="&#xb9;" horiz-adv-x="548" d="M84 1432h303v-838h-133v713h-170v125z" />
<glyph unicode="&#xba;" horiz-adv-x="774" d="M387 1032q72 0 118 47t46 122t-46 122t-118 47t-118 -47t-46 -122t46 -122t118 -47zM387 934q-117 0 -194.5 76.5t-77.5 189.5t77.5 189.5t194.5 76.5t194.5 -76.5t77.5 -189.5t-77.5 -189.5t-194.5 -76.5z" />
<glyph unicode="&#xbb;" horiz-adv-x="1120" d="M776 492l-235 360h221l244 -360l-244 -361h-221zM371 492l-236 360h221l244 -360l-244 -361h-221z" />
<glyph unicode="&#xbc;" horiz-adv-x="1767" d="M1210 1550h148l-764 -1566h-148zM1452 340v154h133v-154h103v-129h-103v-211h-133v211h-358v125l305 502h155l-303 -498h201zM72 1432h303v-838h-133v713h-170v125z" />
<glyph unicode="&#xbd;" horiz-adv-x="1900" d="M1276 1550h147l-764 -1566h-147zM1613 510q36 49 36 99t-38 85t-98 35q-100 0 -172 -104l-110 65q109 166 285 166q111 0 190.5 -66.5t79.5 -181.5q0 -63 -34 -122.5t-124 -151.5l-196 -199h378v-135h-571v119l254 256q84 86 120 135zM72 1432h303v-838h-133v713h-170 v125z" />
<glyph unicode="&#xbe;" horiz-adv-x="1845" d="M1294 1550h148l-764 -1566h-148zM1536 340v154h133v-154h103v-129h-103v-211h-133v211h-358v125l305 502h155l-303 -498h201zM129 1305v127h496v-113l-205 -229q117 -2 181.5 -73t64.5 -183.5t-87 -186.5t-226.5 -74t-270.5 89l61 114q100 -72 217 -71q74 0 122 33.5 t48 99t-53 104.5t-123.5 39t-115.5 -14v108l196 230h-305z" />
<glyph unicode="&#xbf;" horiz-adv-x="1040" d="M422 1004h231v-125q0 -82 -19.5 -122t-84.5 -106l-150 -149q-47 -51 -47 -127t49.5 -126t127 -50t130 48t60.5 128h248q-20 -182 -142.5 -285.5t-304.5 -103.5t-296.5 99t-114.5 277q0 123 67 205q39 49 59.5 69.5t54.5 52.5t57.5 55.5t37.5 41.5q37 43 37 125v93z M645 1414q47 -44 47 -106.5t-46 -107.5t-110.5 -45t-111.5 44t-47 106.5t46 107.5t110.5 45t111.5 -44z" />
<glyph unicode="&#xc0;" horiz-adv-x="1495" d="M864 1432l631 -1432h-266l-146 326h-686l-139 -326h-258l631 1432h233zM987 549l-246 551l-243 -551h489zM860 1550h-209l-250 197l242 100z" />
<glyph unicode="&#xc1;" horiz-adv-x="1519" d="M401 326l-143 -326h-258l631 1432h258l631 -1432h-258l-144 326h-717zM1020 549l-260 590l-260 -590h520zM870 1552h-208l217 297l241 -100z" />
<glyph unicode="&#xc2;" horiz-adv-x="1495" d="M864 1432l631 -1432h-266l-146 326h-686l-139 -326h-258l631 1432h233zM987 549l-246 551l-243 -551h489zM633 1825h213l250 -275h-199l-158 115l-157 -115h-199z" />
<glyph unicode="&#xc3;" horiz-adv-x="1495" d="M864 1432l631 -1432h-266l-146 326h-686l-139 -326h-258l631 1432h233zM987 549l-246 551l-243 -551h489zM897 1544q-53 0 -148.5 48t-121.5 48q-68 0 -70 -90h-151q0 119 48 193t134 74q55 0 153.5 -48.5t128.5 -48.5q61 0 62 90h153q-6 -266 -188 -266z" />
<glyph unicode="&#xc4;" horiz-adv-x="1495" d="M864 1432l631 -1432h-266l-146 326h-686l-139 -326h-258l631 1432h233zM987 549l-246 551l-243 -551h489zM468 1579q-36 37 -36 89t36 89t89 37t90 -36t37 -88t-37 -90t-90 -38t-89 37zM848 1579q-37 37 -37 89t37 89t89 37t89 -36t37 -88t-38 -90t-89 -38t-88 37z" />
<glyph unicode="&#xc5;" horiz-adv-x="1495" d="M903.5 1729.5q67.5 -64.5 67.5 -162t-97 -162.5l621 -1405h-266l-146 326h-686l-139 -326h-258l618 1407q-92 66 -92 162t66.5 160.5t155 64.5t156 -64.5zM987 549l-246 551l-243 -551h489zM829.5 1498q30.5 32 30.5 82t-30.5 82t-81 32t-82 -32t-31.5 -82t31.5 -82 t82 -32t81 32z" />
<glyph unicode="&#xc6;" horiz-adv-x="2129" d="M1995 1432v-226h-764v-393h686v-211h-686v-377h788v-225h-1052v326h-518l-175 -326h-297l750 1432h1268zM967 557v649h-60l-342 -649h402z" />
<glyph unicode="&#xc7;" horiz-adv-x="1507" d="M852 219q125 0 215 42t188 134l156 -159q-213 -238 -520 -250l-33 -64q143 -18 143 -162q0 -78 -63.5 -136t-160.5 -58t-171 45l53 117q39 -20 79 -20.5t62.5 23t22.5 56.5t-23.5 58.5t-59 25.5t-60.5 -10l68 129q-281 35 -461.5 237.5t-180.5 507.5t218.5 518t551 213 t556.5 -245l-154 -168q-102 98 -193.5 137t-214.5 39q-217 0 -364.5 -140.5t-147.5 -358.5t146.5 -364.5t347.5 -146.5z" />
<glyph unicode="&#xc8;" horiz-adv-x="1339" d="M862 1550h-209l-250 197l242 100zM1204 1432v-228h-764v-379h686v-215h-686v-383h789v-227h-1030v1432h1005z" />
<glyph unicode="&#xc9;" horiz-adv-x="1339" d="M1204 1432v-228h-764v-379h686v-215h-686v-383h789v-227h-1030v1432h1005zM811 1550h-209l217 297l242 -100z" />
<glyph unicode="&#xca;" horiz-adv-x="1339" d="M596 1825h213l250 -275h-199l-158 115l-157 -115h-199zM1204 1432v-228h-764v-379h686v-215h-686v-383h789v-227h-1030v1432h1005z" />
<glyph unicode="&#xcb;" horiz-adv-x="1339" d="M425 1579q-36 37 -36 89t37 89t89 37t89 -36t37 -88t-38 -90t-90 -38t-88 37zM805 1579q-37 37 -37 89t37 89t89 37t89 -36t37 -88t-37 -90t-89 -38t-89 37zM1204 1432v-228h-764v-379h686v-215h-686v-383h789v-227h-1030v1432h1005z" />
<glyph unicode="&#xcc;" horiz-adv-x="638" d="M428 1550h-209l-250 197l242 100zM199 1432h241v-1432h-241v1432z" />
<glyph unicode="&#xcd;" horiz-adv-x="638" d="M199 1432h241v-1432h-241v1432zM420 1550h-209l217 297l242 -100z" />
<glyph unicode="&#xce;" horiz-adv-x="638" d="M199 1432h241v-1432h-241v1432zM236 1825h213l249 -275h-198l-158 115l-158 -115h-198z" />
<glyph unicode="&#xcf;" horiz-adv-x="638" d="M42 1579q-36 37 -36 89t36 89t89 37t90 -36t37 -88t-37 -90t-90 -38t-89 37zM422 1579q-37 37 -37 89t37 89t89 37t89 -36t37 -88t-38 -90t-89 -38t-88 37zM199 1432h241v-1432h-241v1432z" />
<glyph unicode="&#xd0;" horiz-adv-x="1617" d="M53 602v215h162v615h492q385 0 591.5 -187.5t206.5 -521.5t-200.5 -528.5t-614.5 -194.5h-475v602h-162zM1262 717q0 492 -564 491h-241v-391h512v-215h-512v-375h268q260 0 398.5 124t138.5 366z" />
<glyph unicode="&#xd1;" horiz-adv-x="1712" d="M1272 1432h241v-1432h-262l-811 1044v-1044h-241v1432h241l832 -1070v1070zM1001 1544q-53 0 -148 48t-122 48q-68 0 -69 -90h-152q0 119 48 193t134 74q55 0 153.5 -48.5t129.5 -48.5q61 0 61 90h154q-7 -266 -189 -266z" />
<glyph unicode="&#xd2;" horiz-adv-x="1720" d="M1016 1550h-209l-250 197l242 100zM860 1245q-213 0 -359.5 -151.5t-146.5 -367.5t146.5 -367.5t359.5 -151.5t359.5 151.5t146.5 367.5t-146.5 367.5t-359.5 151.5zM860.5 -14q-319.5 0 -537 212t-217.5 528t217.5 528t537 212t536.5 -212t217 -528t-217 -528 t-536.5 -212z" />
<glyph unicode="&#xd3;" horiz-adv-x="1720" d="M860 1245q-213 0 -359.5 -151.5t-146.5 -367.5t146.5 -367.5t359.5 -151.5t359.5 151.5t146.5 367.5t-146.5 367.5t-359.5 151.5zM860.5 -14q-319.5 0 -537 212t-217.5 528t217.5 528t537 212t536.5 -212t217 -528t-217 -528t-536.5 -212zM897 1550h-209l217 297 l242 -100z" />
<glyph unicode="&#xd4;" horiz-adv-x="1720" d="M860 1245q-213 0 -359.5 -151.5t-146.5 -367.5t146.5 -367.5t359.5 -151.5t359.5 151.5t146.5 367.5t-146.5 367.5t-359.5 151.5zM860.5 -14q-319.5 0 -537 212t-217.5 528t217.5 528t537 212t536.5 -212t217 -528t-217 -528t-536.5 -212zM750 1825h213l249 -275h-198 l-158 115l-158 -115h-198z" />
<glyph unicode="&#xd5;" horiz-adv-x="1720" d="M860 1245q-213 0 -359.5 -151.5t-146.5 -367.5t146.5 -367.5t359.5 -151.5t359.5 151.5t146.5 367.5t-146.5 367.5t-359.5 151.5zM860.5 -14q-319.5 0 -537 212t-217.5 528t217.5 528t537 212t536.5 -212t217 -528t-217 -528t-536.5 -212zM1008 1544q-53 0 -148.5 48 t-122.5 48q-68 0 -69 -90h-152q0 119 48 193t134 74q55 0 153.5 -48.5t129.5 -48.5q61 0 61 90h154q-6 -266 -188 -266z" />
<glyph unicode="&#xd6;" horiz-adv-x="1720" d="M570.5 1579q-35.5 37 -35.5 89t35.5 89t89 37t90 -36t36.5 -88t-36.5 -90t-90 -38t-89 37zM950 1579q-37 37 -37 89t37 89t89.5 37t89 -36t36.5 -88t-37.5 -90t-89 -38t-88.5 37zM860 1245q-213 0 -359.5 -151.5t-146.5 -367.5t146.5 -367.5t359.5 -151.5t359.5 151.5 t146.5 367.5t-146.5 367.5t-359.5 151.5zM860.5 -14q-319.5 0 -537 212t-217.5 528t217.5 528t537 212t536.5 -212t217 -528t-217 -528t-536.5 -212z" />
<glyph unicode="&#xd7;" horiz-adv-x="1157" d="M580 907l348 350l129 -131l-346 -346l348 -350l-129 -131l-350 350l-351 -350l-131 131l351 350l-349 346l131 131z" />
<glyph unicode="&#xd8;" horiz-adv-x="1720" d="M1614 727q0 -317 -217 -529t-537 -212q-109 0 -207 24l-116 -250h-205l149 320q-174 94 -274.5 265t-100.5 382q0 315 217.5 527t536.5 212q125 0 248 -39l111 234h204l-145 -313q156 -98 246 -261t90 -360zM860 1245q-213 0 -359.5 -151.5t-146.5 -368.5 q0 -133 60.5 -248t165.5 -186l434 930q-74 24 -154 24zM1366 725q0 250 -188 408l-428 -916q57 -10 110 -10q213 0 359.5 151.5t