all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 37f9413d10f34c9d8230b0300bd945782e475e4c 694633 bytes (raw)
name: promotional/GNU-Guix-Test-Pilot-2021-M15.svg 	 # note: path name is non-authoritative(*)

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
 
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:cc="http://creativecommons.org/ns#"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:svg="http://www.w3.org/2000/svg"
   xmlns="http://www.w3.org/2000/svg"
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
   width="600mm"
   height="500mm"
   viewBox="0 0 600 500"
   version="1.1"
   id="svg8"
   inkscape:version="1.0.2 (e86c870879, 2021-01-15)"
   sodipodi:docname="GNU-Guix-Test-Pilot-2021-M15.svg"
   inkscape:export-filename="GNU-Guix-Test-Pilot-2021-M15.png"
   inkscape:export-xdpi="96"
   inkscape:export-ydpi="96">
  <title
     id="title578">GNU Guix テストパイロット 2021-M15</title>
  <defs
     id="defs2" />
  <sodipodi:namedview
     id="base"
     pagecolor="#ffffff"
     bordercolor="#666666"
     borderopacity="1.0"
     inkscape:pageopacity="0.0"
     inkscape:pageshadow="2"
     inkscape:zoom="0.14142136"
     inkscape:cx="2643.4091"
     inkscape:cy="2610.3628"
     inkscape:document-units="mm"
     inkscape:current-layer="layer3"
     inkscape:document-rotation="0"
     showgrid="false"
     inkscape:window-width="1920"
     inkscape:window-height="1016"
     inkscape:window-x="0"
     inkscape:window-y="27"
     inkscape:window-maximized="1"
     inkscape:showpageshadow="false"
     inkscape:snap-global="false"
     showborder="false"
     inkscape:snap-bbox="true"
     inkscape:bbox-paths="true"
     inkscape:bbox-nodes="true"
     fit-margin-top="0"
     fit-margin-left="0"
     fit-margin-right="0"
     fit-margin-bottom="0" />
  <metadata
     id="metadata5">
    <rdf:RDF>
      <cc:Work
         rdf:about="">
        <dc:format>image/svg+xml</dc:format>
        <dc:type
           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
        <dc:title>GNU Guix テストパイロット 2021-M15</dc:title>
        <dc:date>2021-03-15</dc:date>
        <dc:creator>
          <cc:Agent>
            <dc:title>Luis Felipe López Acevedo</dc:title>
          </cc:Agent>
        </dc:creator>
        <dc:description>A test pilot prepares to rebuild the world with GNU Guix. What will the output be? Bugs may lurk where you least expect them...</dc:description>
        <cc:license
           rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
      </cc:Work>
      <cc:License
         rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
        <cc:permits
           rdf:resource="http://creativecommons.org/ns#Reproduction" />
        <cc:permits
           rdf:resource="http://creativecommons.org/ns#Distribution" />
        <cc:requires
           rdf:resource="http://creativecommons.org/ns#Notice" />
        <cc:requires
           rdf:resource="http://creativecommons.org/ns#Attribution" />
        <cc:permits
           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
        <cc:requires
           rdf:resource="http://creativecommons.org/ns#ShareAlike" />
      </cc:License>
    </rdf:RDF>
  </metadata>
  <g
     inkscape:groupmode="layer"
     id="layer3"
     inkscape:label="Text"
     style="display:inline"
     transform="translate(-110.03853,1519.5397)">
    <rect
       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.00906;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="rect3493"
       width="600"
       height="500"
       x="-514.37628"
       y="-1519.5452"
       inkscape:export-filename="guix-test-pilot-2021-MDD-black.png"
       inkscape:export-xdpi="300"
       inkscape:export-ydpi="300" />
    <rect
       style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.00906;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="rect1927"
       width="600"
       height="500"
       x="-514.37775"
       y="-332.62091"
       inkscape:export-filename="guix-test-pilot-AAAA-MDD-magentish.png"
       inkscape:export-xdpi="300.01633"
       inkscape:export-ydpi="300.01633" />
    <rect
       style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.00906;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="rect1929"
       width="600"
       height="500"
       x="110.03853"
       y="-332.62091"
       inkscape:export-filename="guix-test-pilot-AAAA-MDD-graphite.png"
       inkscape:export-xdpi="300"
       inkscape:export-ydpi="300" />
    <rect
       style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.00906;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="rect1931"
       width="600"
       height="500"
       x="723.87231"
       y="-332.62091" />
    <rect
       style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.00906;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="rect3069"
       width="600"
       height="500"
       x="-514.37775"
       y="-921.58466" />
    <rect
       style="fill:#212121;fill-opacity:1;stroke:none;stroke-width:1.00906;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="rect3071"
       width="600"
       height="500"
       x="110.03853"
       y="-921.58466"
       inkscape:export-filename="guix-test-pilot-2021-MDD-yellow.png"
       inkscape:export-xdpi="300"
       inkscape:export-ydpi="300" />
    <rect
       style="fill:#212121;fill-opacity:1;stroke:none;stroke-width:1.00906;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="rect3115"
       width="600"
       height="500"
       x="723.87231"
       y="-921.58466" />
    <rect
       style="fill:#281845;stroke:none;stroke-width:0.994349"
       id="rect336"
       width="66"
       height="66"
       x="154.16985"
       y="-1643.9269"
       rx="8"
       ry="8" />
    <rect
       style="fill:#dd5498;stroke:none;stroke-width:0.572504"
       id="rect338"
       width="38"
       height="38"
       x="168.16982"
       y="-1629.9269"
       rx="4"
       ry="4" />
    <path
       id="path343"
       style="fill:#281845;stroke:none;stroke-width:0.994349"
       d="m 262.71167,-1643.9338 c -4.432,0 -8.00003,3.568 -8.00003,8.0001 v 50 c 0,4.432 3.56803,8 8.00003,8 h 50.00004 c 4.43201,0 8.00003,-3.568 8.00003,-8 v -50 c 0,-4.4321 -3.56802,-8.0001 -8.00003,-8.0001 z m 9.9999,14.0002 h 30.00024 c 2.216,0 3.99976,1.7838 3.99976,3.9998 v 30.0002 c 0,2.216 -1.78376,3.9997 -3.99976,3.9997 h -30.00024 c -2.216,0 -4.00027,-1.7837 -4.00027,-3.9997 v -30.0002 c 0,-2.216 1.78427,-3.9998 4.00027,-3.9998 z" />
    <g
       id="g753"
       transform="matrix(1.0125151,0,0,1.0124981,-1.9159478,0.6995218)">
      <path
         id="path462"
         style="fill:#ffd556;fill-opacity:1;stroke:none;stroke-width:1.49772"
         d="m 153.09143,-511.61213 v 10.78215 h 20.02485 v 40.0493 h 10.78215 v -40.0493 h 20.02445 v -10.78215 h -20.02445 -10.78215 z" />
      <path
         id="path468"
         style="fill:#ffd556;fill-opacity:1;stroke:none;stroke-width:1.49772"
         d="m 212.39466,-511.61213 v 10.78215 9.2427 10.78215 20.02445 h 10.78215 40.0493 v -10.78215 h -40.0493 v -9.2423 h 32.34765 v -10.78215 h -32.34765 v -9.2427 h 40.0493 v -10.78215 h -40.0493 z" />
      <path
         id="path481"
         style="fill:#ffd556;fill-opacity:1;stroke:none;stroke-width:0.76582"
         d="m 277.85968,-511.61213 c -3.41341,0 -6.16139,2.7479 -6.16139,6.1614 v 11.66569 6.81851 c 0,3.41339 2.74798,6.1614 6.16139,6.1614 h 4.62076 0.19383 29.07291 v 6.16139 c 0,1.70671 -1.37379,3.08051 -3.0805,3.08051 h -23.10535 c -0.0187,0 -0.0367,-0.002 -0.0553,-0.003 h -3.02557 v -3.82754 h -10.78215 v 8.45147 c 0,3.41342 2.74799,6.16142 6.1614,6.16142 h 38.50866 c 3.41341,0 6.16139,-2.748 6.16139,-6.16142 v -13.86304 -2.33505 -2.2857 c 0,-3.41341 -2.748,-6.1614 -6.16139,-6.1614 h -4.0572 -0.56397 -29.26674 v -6.1618 c 0,-1.70669 1.3742,-3.0805 3.08089,-3.0805 h 23.10535 c 0.005,0 0.0106,0 0.0159,0 h 3.06456 v 4.21279 h 10.78256 v -8.83474 c 0,-3.41348 -2.74798,-6.16141 -6.16139,-6.16139 z"
         sodipodi:nodetypes="sscsscccsssccccssssccsscccsssccccscs" />
      <path
         id="path483"
         style="fill:#ffd556;fill-opacity:1;stroke:none;stroke-width:1.49772"
         d="m 331.00154,-511.6121 v 10.7821 h 20.02485 v 40.04935 h 10.78216 V -500.83 H 381.833 v -10.7821 h -20.02445 -10.78216 z" />
      <path
         id="path500"
         style="fill:#ffd556;fill-opacity:1;stroke:none;stroke-width:0.76582"
         d="m 412.63998,-511.61213 v 6.1614 4.62114 39.97847 h 10.78215 v -17.86174 h 33.8879 c 3.41341,0 6.1614,-2.748 6.1614,-6.16142 v -20.57645 c 0,-3.4135 -2.74799,-6.16142 -6.1614,-6.1614 h -33.88752 -4.62114 z m 13.86304,10.78254 h 23.10534 c 1.70672,0 3.08051,1.3738 3.08051,3.08051 v 5.17316 c 0,1.70672 -1.3742,3.04313 -3.08051,3.0805 h -26.18623 v -6.86466 -1.389 -3.07813 h 3.03353 c 0.0159,-2.2e-4 0.0314,-0.002 0.0474,-0.002 z" />
      <path
         id="path504"
         style="fill:#ffd556;fill-opacity:1;stroke:none;stroke-width:1.49772"
         d="m 471.94324,-511.6121 v 50.83114 h 10.78215 v -50.83114 z"
         sodipodi:nodetypes="ccccc" />
      <path
         id="path508"
         style="fill:#ffd556;fill-opacity:1;stroke:none;stroke-width:1.49772"
         d="m 491.19712,-511.61213 v 40.0489 10.78215 h 10.78215 40.04932 v -10.78215 h -40.04932 v -40.0489 z" />
      <path
         id="path512"
         style="fill:#ffd556;fill-opacity:1;stroke:none;stroke-width:0.76582"
         d="m 556.66172,-511.61241 c -3.4134,0 -6.1614,2.74798 -6.1614,6.16146 v 38.50861 c 0,3.41341 2.748,6.16138 6.1614,6.16138 h 38.50865 c 3.41341,0 6.1614,-2.74797 6.1614,-6.16138 v -38.50861 c 0,-3.41348 -2.74799,-6.16146 -6.1614,-6.16146 z m 7.70165,10.78257 h 23.10535 c 1.7067,0 3.08051,1.37383 3.08051,3.08053 v 23.10533 c 0,1.7067 -1.37381,3.08045 -3.08051,3.08045 h -23.10535 c -1.7067,0 -3.0809,-1.37375 -3.0809,-3.08045 v -23.10533 c 0,-1.7067 1.3742,-3.08053 3.0809,-3.08053 z" />
      <path
         id="path518"
         style="fill:#ffd556;fill-opacity:1;stroke:none;stroke-width:1.49772"
         d="m 609.80367,-511.61241 v 10.78211 h 20.02485 v 40.04934 h 10.78215 v -40.04934 h 20.02445 v -10.78211 h -20.02445 -10.78215 z" />
    </g>
    <g
       id="g373">
      <path
         id="rect414"
         style="fill:#ffd556;fill-opacity:1;stroke:none;stroke-width:0.940197"
         d="m 599.74743,-893.10428 v 0.0102 l 24.7625,33.61125 -24.7625,33.61115 v 0.0102 h 17.70887 l 15.91096,-21.59672 15.911,21.59672 h 17.70884 v -0.0102 l -24.7625,-33.61115 24.7625,-33.61125 v -0.0102 h -17.70884 l -15.911,21.59672 -15.91096,-21.59672 z" />
      <path
         id="rect324"
         style="fill:#ffd556;fill-opacity:1;stroke:none;stroke-width:1.01302"
         d="m 161.24171,-893.1025 c -4.51523,0 -8.15028,3.63491 -8.15028,8.15032 v 50.93877 c 0,4.51521 3.63505,8.15022 8.15028,8.15022 h 50.93912 c 4.51524,0 8.15029,-3.63501 8.15029,-8.15022 v -15.17537 -14.26306 h -14.26313 -17.61621 v 14.26306 h 17.61621 v 4.98772 c 0,2.25762 -1.81726,4.07479 -4.07487,4.07479 h -30.56369 c -2.25761,0 -4.0754,-1.81717 -4.0754,-4.07479 v -30.56347 c 0,-2.25762 1.81779,-4.07489 4.0754,-4.07489 h 24.71197 v 0 h 9.92659 v 4.0754 1.12504 h 14.26313 v -11.31269 c 0,-4.51541 -3.63505,-8.15032 -8.15029,-8.15032 z"
         sodipodi:nodetypes="ssssssccccccssssssccccccsss" />
      <path
         id="path345"
         style="fill:#ffd556;fill-opacity:1;stroke:none;stroke-width:1.01461"
         d="m 309.97116,-893.1025 v 59.06341 c 0,4.52937 3.63503,8.1758 8.15028,8.1758 h 50.9391 c 4.51525,0 8.1503,-3.64643 8.1503,-8.1758 v -59.06341 h -14.26313 v 48.84377 c 0,2.26465 -1.81725,4.08753 -4.07489,4.08753 h -30.56367 c -2.25761,0 -4.07539,-1.82288 -4.07539,-4.08753 v -48.84377 z"
         sodipodi:nodetypes="cssssccsssscc" />
      <path
         id="path351"
         style="fill:#ffd556;fill-opacity:1;stroke:none;stroke-width:1.98118"
         d="m 231.5313,-893.1025 v 67.23931 h 14.2626 v -45.84523 l 38.71396,45.84523 h 14.26312 v -67.23931 h -14.26312 v 45.84482 L 245.7939,-893.1025 Z" />
      <path
         id="path398"
         style="fill:#ffd556;fill-opacity:1;stroke:none;stroke-width:1.01302"
         d="m 425.40327,-893.10428 c -4.51523,0 -8.15028,3.63491 -8.15028,8.15032 v 50.93876 c 0,4.51521 3.63505,8.15022 8.15028,8.15022 h 50.93911 c 4.51525,0 8.15029,-3.63501 8.15029,-8.15022 v -15.17537 -14.26305 h -14.26312 -17.61621 v 14.26305 h 17.61621 v 4.98772 c 0,2.25762 -1.81727,4.07479 -4.07488,4.07479 h -30.56368 c -2.25762,0 -4.07541,-1.81717 -4.07541,-4.07479 v -30.56346 c 0,-2.25762 1.81779,-4.07489 4.07541,-4.07489 h 24.71196 v 0 h 9.9266 v 4.0754 1.12504 h 14.26312 v -11.31269 c 0,-4.51541 -3.63504,-8.15032 -8.15029,-8.15032 z"
         sodipodi:nodetypes="ssssssccccccssssssccccccsss" />
      <path
         id="path400"
         style="fill:#ffd556;fill-opacity:1;stroke:none;stroke-width:1.01461"
         d="m 495.7435,-893.10418 v 59.06341 c 0,4.52937 3.63502,8.17579 8.15027,8.17579 h 50.9391 c 4.51525,0 8.1503,-3.64642 8.1503,-8.17579 v -59.06341 h -14.26313 v 48.84377 c 0,2.26465 -1.81724,4.08753 -4.07488,4.08753 h -30.56368 c -2.25761,0 -4.07539,-1.82288 -4.07539,-4.08753 v -48.84377 z"
         sodipodi:nodetypes="cssssccsssscc" />
      <path
         id="path402"
         style="fill:#ffd556;fill-opacity:1;stroke:none;stroke-width:1.98118"
         d="m 574.23404,-893.10428 v 67.2393 h 14.2626 v -67.2393 z"
         sodipodi:nodetypes="ccccc" />
    </g>
    <path
       id="path639"
       style="fill:#61c0cf;fill-opacity:1;stroke:none;stroke-width:1.51645"
       d="m 766.92595,-517.30679 v 10.91691 h 20.27547 v 40.54984 h 10.91709 v -40.54984 h 20.27506 v -10.91691 h -20.27506 -10.91709 z" />
    <path
       id="path641"
       style="fill:#61c0cf;fill-opacity:1;stroke:none;stroke-width:1.51645"
       d="m 826.97137,-517.30679 v 10.91691 9.35821 10.91691 20.27472 h 10.91709 40.55052 v -10.91691 h -40.55052 v -9.35781 h 32.75248 v -10.91691 h -32.75248 v -9.35821 h 40.55052 v -10.91691 h -40.55052 z" />
    <path
       id="path643"
       style="fill:#61c0cf;fill-opacity:1;stroke:none;stroke-width:0.775398"
       d="m 893.25569,-517.30679 c -3.45613,0 -6.2385,2.78225 -6.2385,6.23841 v 11.81149 6.90373 c 0,3.45605 2.78237,6.2384 6.2385,6.2384 h 4.67859 0.19626 29.43676 v 6.2384 c 0,1.72804 -1.39099,3.11901 -3.11906,3.11901 h -23.39451 c -0.0189,0 -0.0372,-0.002 -0.056,-0.003 h -3.06344 v -3.87538 H 887.0172 v 8.5571 c 0,3.45608 2.78238,6.23843 6.23851,6.23843 h 38.9906 c 3.45613,0 6.2385,-2.78235 6.2385,-6.23843 v -14.0363 -2.36424 -2.31426 c 0,-3.45607 -2.78239,-6.23841 -6.2385,-6.23841 h -4.10797 -0.57103 -29.63302 v -6.23881 c 0,-1.72802 1.3914,-3.119 3.11945,-3.119 h 23.39451 c 0.005,0 0.0107,0 0.0161,0 h 3.10292 v 4.26544 h 10.9175 v -8.94515 c 0,-3.45615 -2.78237,-6.23842 -6.2385,-6.2384 z"
       sodipodi:nodetypes="sscsscccsssccccssssccsscccsssccccscs" />
    <path
       id="path645"
       style="fill:#61c0cf;fill-opacity:1;stroke:none;stroke-width:1.51645"
       d="m 947.06263,-517.30676 v 10.91686 h 20.27546 v 40.54989 h 10.9171 v -40.54989 h 20.27506 v -10.91686 h -20.27506 -10.9171 z" />
    <path
       id="path647"
       style="fill:#61c0cf;fill-opacity:1;stroke:none;stroke-width:0.775398"
       d="m 1029.7228,-517.30679 v 6.23841 4.67889 40.47813 h 10.9171 v -18.08498 h 34.312 c 3.4561,0 6.2385,-2.78234 6.2385,-6.23843 v -20.83361 c 0,-3.45616 -2.7824,-6.23843 -6.2385,-6.23841 h -34.3116 -4.679 z m 14.0365,10.9173 h 23.3945 c 1.7281,0 3.1191,1.39097 3.1191,3.11901 v 5.23782 c 0,1.72805 -1.3914,3.08116 -3.1191,3.119 h -26.5139 v -6.95046 -1.40636 -3.1166 h 3.0715 c 0.016,-2.2e-4 0.032,-0.002 0.048,-0.002 z" />
    <path
       id="path649"
       style="fill:#61c0cf;fill-opacity:1;stroke:none;stroke-width:1.51645"
       d="m 1089.7682,-517.30676 v 51.46644 h 10.9171 v -51.46644 z"
       sodipodi:nodetypes="ccccc" />
    <path
       id="path651"
       style="fill:#61c0cf;fill-opacity:1;stroke:none;stroke-width:1.51645"
       d="m 1109.2631,-517.30679 v 40.54944 10.9169 h 10.9171 40.5505 v -10.9169 h -40.5505 v -40.54944 z" />
    <path
       id="path653"
       style="fill:#61c0cf;fill-opacity:1;stroke:none;stroke-width:0.775398"
       d="m 1175.547,-517.30707 c -3.4562,0 -6.2385,2.78232 -6.2385,6.23847 v 38.98989 c 0,3.45607 2.7823,6.23839 6.2385,6.23839 h 38.9906 c 3.4561,0 6.2385,-2.78232 6.2385,-6.23839 v -38.98989 c 0,-3.45615 -2.7824,-6.23847 -6.2385,-6.23847 z m 7.798,10.91733 h 23.3945 c 1.7281,0 3.1191,1.391 3.1191,3.11903 v 23.3941 c 0,1.72803 -1.391,3.11895 -3.1191,3.11895 h -23.3945 c -1.7281,0 -3.1195,-1.39092 -3.1195,-3.11895 v -23.3941 c 0,-1.72803 1.3914,-3.11903 3.1195,-3.11903 z" />
    <path
       id="path655"
       style="fill:#61c0cf;fill-opacity:1;stroke:none;stroke-width:1.51645"
       d="m 1229.354,-517.30707 v 10.91686 h 20.2755 v 40.54989 h 10.917 v -40.54989 h 20.2751 v -10.91686 h -20.2751 -10.917 z" />
    <path
       id="path659"
       style="fill:#61c0cf;fill-opacity:1;stroke:none;stroke-width:0.940197"
       d="m 1213.5819,-893.10428 v 0.0102 l 24.7625,33.61125 -24.7625,33.61115 v 0.0102 h 17.7089 l 15.911,-21.59672 15.911,21.59672 h 17.7088 v -0.0102 l -24.7625,-33.61115 24.7625,-33.61125 v -0.0102 h -17.7088 l -15.911,21.59672 -15.911,-21.59672 z" />
    <path
       id="path661"
       style="fill:#61c0cf;fill-opacity:1;stroke:none;stroke-width:1.01302"
       d="m 775.07622,-893.1025 c -4.51523,0 -8.15028,3.63491 -8.15028,8.15032 v 50.93877 c 0,4.51521 3.63505,8.15022 8.15028,8.15022 h 50.93912 c 4.51524,0 8.15029,-3.63501 8.15029,-8.15022 v -15.17537 -14.26306 H 819.9025 802.28629 v 14.26306 h 17.61621 v 4.98772 c 0,2.25762 -1.81726,4.07479 -4.07487,4.07479 h -30.56369 c -2.25761,0 -4.0754,-1.81717 -4.0754,-4.07479 v -30.56347 c 0,-2.25762 1.81779,-4.07489 4.0754,-4.07489 h 24.71197 v 0 h 9.92659 v 4.0754 1.12504 h 14.26313 v -11.31269 c 0,-4.51541 -3.63505,-8.15032 -8.15029,-8.15032 z"
       sodipodi:nodetypes="ssssssccccccssssssccccccsss" />
    <path
       id="path663"
       style="fill:#61c0cf;fill-opacity:1;stroke:none;stroke-width:1.01461"
       d="m 923.80567,-893.1025 v 59.06341 c 0,4.52937 3.63503,8.1758 8.15028,8.1758 h 50.9391 c 4.51525,0 8.1503,-3.64643 8.1503,-8.1758 v -59.06341 h -14.26313 v 48.84377 c 0,2.26465 -1.81725,4.08753 -4.07489,4.08753 h -30.56367 c -2.25761,0 -4.07539,-1.82288 -4.07539,-4.08753 v -48.84377 z"
       sodipodi:nodetypes="cssssccsssscc" />
    <path
       id="path665"
       style="fill:#61c0cf;fill-opacity:1;stroke:none;stroke-width:1.98118"
       d="m 845.36581,-893.1025 v 67.23931 h 14.2626 v -45.84523 l 38.71396,45.84523 h 14.26312 v -67.23931 h -14.26312 v 45.84482 l -38.71396,-45.84482 z" />
    <path
       id="path667"
       style="fill:#61c0cf;fill-opacity:1;stroke:none;stroke-width:1.01302"
       d="m 1039.2378,-893.10428 c -4.5152,0 -8.1503,3.63491 -8.1503,8.15032 v 50.93876 c 0,4.51521 3.6351,8.15022 8.1503,8.15022 h 50.9391 c 4.5152,0 8.1503,-3.63501 8.1503,-8.15022 v -15.17537 -14.26305 h -14.2631 -17.6162 v 14.26305 h 17.6162 v 4.98772 c 0,2.25762 -1.8173,4.07479 -4.0749,4.07479 h -30.5637 c -2.2576,0 -4.0754,-1.81717 -4.0754,-4.07479 v -30.56346 c 0,-2.25762 1.8178,-4.07489 4.0754,-4.07489 h 24.712 v 0 h 9.9266 v 4.0754 1.12504 h 14.2631 v -11.31269 c 0,-4.51541 -3.6351,-8.15032 -8.1503,-8.15032 z"
       sodipodi:nodetypes="ssssssccccccssssssccccccsss" />
    <path
       id="path669"
       style="fill:#61c0cf;fill-opacity:1;stroke:none;stroke-width:1.01461"
       d="m 1109.578,-893.10418 v 59.06341 c 0,4.52937 3.635,8.17579 8.1503,8.17579 h 50.9391 c 4.5152,0 8.1503,-3.64642 8.1503,-8.17579 v -59.06341 h -14.2632 v 48.84377 c 0,2.26465 -1.8172,4.08753 -4.0748,4.08753 h -30.5637 c -2.2576,0 -4.0754,-1.82288 -4.0754,-4.08753 v -48.84377 z"
       sodipodi:nodetypes="cssssccsssscc" />
    <path
       id="path671"
       style="fill:#61c0cf;fill-opacity:1;stroke:none;stroke-width:1.98118"
       d="m 1188.0686,-893.10428 v 67.2393 h 14.2626 v -67.2393 z"
       sodipodi:nodetypes="ccccc" />
    <path
       id="path675"
       style="fill:#545454;fill-opacity:1;stroke:none;stroke-width:1.51645"
       d="m -471.32555,-517.30679 v 10.91691 h 20.27547 v 40.54984 h 10.91709 v -40.54984 h 20.27506 v -10.91691 h -20.27506 -10.91709 z" />
    <path
       id="path677"
       style="fill:#545454;fill-opacity:1;stroke:none;stroke-width:1.51645"
       d="m -411.28013,-517.30679 v 10.91691 9.35821 10.91691 20.27472 h 10.91709 40.55052 v -10.91691 h -40.55052 v -9.35781 h 32.75248 v -10.91691 h -32.75248 v -9.35821 h 40.55052 v -10.91691 h -40.55052 z" />
    <path
       id="path679"
       style="fill:#545454;fill-opacity:1;stroke:none;stroke-width:0.775398"
       d="m -344.99581,-517.30679 c -3.45613,0 -6.2385,2.78225 -6.2385,6.23841 v 11.81149 6.90373 c 0,3.45605 2.78237,6.2384 6.2385,6.2384 h 4.67859 0.19626 29.43676 v 6.2384 c 0,1.72804 -1.39099,3.11901 -3.11906,3.11901 h -23.39451 c -0.0189,0 -0.0372,-0.002 -0.056,-0.003 h -3.06344 v -3.87538 h -10.91709 v 8.5571 c 0,3.45608 2.78238,6.23843 6.23851,6.23843 h 38.9906 c 3.45613,0 6.2385,-2.78235 6.2385,-6.23843 v -14.0363 -2.36424 -2.31426 c 0,-3.45607 -2.78239,-6.23841 -6.2385,-6.23841 h -4.10797 -0.57103 -29.63302 v -6.23881 c 0,-1.72802 1.3914,-3.119 3.11945,-3.119 h 23.39451 c 0.005,0 0.0107,0 0.0161,0 h 3.10292 v 4.26544 h 10.9175 v -8.94515 c 0,-3.45615 -2.78237,-6.23842 -6.2385,-6.2384 z"
       sodipodi:nodetypes="sscsscccsssccccssssccsscccsssccccscs" />
    <path
       id="path681"
       style="fill:#545454;fill-opacity:1;stroke:none;stroke-width:1.51645"
       d="m -291.18887,-517.30676 v 10.91686 h 20.27546 v 40.54989 h 10.9171 v -40.54989 h 20.27506 v -10.91686 h -20.27506 -10.9171 z" />
    <path
       id="path683"
       style="fill:#545454;fill-opacity:1;stroke:none;stroke-width:0.775398"
       d="m -208.52872,-517.30679 v 6.23841 4.67889 40.47813 h 10.91709 v -18.08498 h 34.31201 c 3.45613,0 6.23851,-2.78234 6.23851,-6.23843 v -20.83361 c 0,-3.45616 -2.78238,-6.23843 -6.23851,-6.23841 h -34.31162 -4.67898 z m 14.03654,10.9173 h 23.3945 c 1.72808,0 3.11907,1.39097 3.11907,3.11901 v 5.23782 c 0,1.72805 -1.3914,3.08116 -3.11907,3.119 h -26.51395 v -6.95046 -1.40636 -3.1166 h 3.0715 c 0.0161,-2.2e-4 0.0318,-0.002 0.048,-0.002 z" />
    <path
       id="path685"
       style="fill:#545454;fill-opacity:1;stroke:none;stroke-width:1.51645"
       d="m -148.48327,-517.30676 v 51.46644 h 10.91709 v -51.46644 z"
       sodipodi:nodetypes="ccccc" />
    <path
       id="path687"
       style="fill:#545454;fill-opacity:1;stroke:none;stroke-width:1.51645"
       d="m -128.98843,-517.30679 v 40.54944 10.9169 h 10.91709 40.550542 v -10.9169 h -40.550542 v -40.54944 z" />
    <path
       id="path689"
       style="fill:#545454;fill-opacity:1;stroke:none;stroke-width:0.775398"
       d="m -62.704533,-517.30707 c -3.456119,0 -6.23851,2.78232 -6.23851,6.23847 v 38.98989 c 0,3.45607 2.782391,6.23839 6.23851,6.23839 h 38.99059 c 3.456129,0 6.23851,-2.78232 6.23851,-6.23839 v -38.98989 c 0,-3.45615 -2.782381,-6.23847 -6.23851,-6.23847 z m 7.798037,10.91733 h 23.394516 c 1.728059,0 3.119063,1.391 3.119063,3.11903 v 23.3941 c 0,1.72803 -1.391004,3.11895 -3.119063,3.11895 h -23.394516 c -1.72806,0 -3.119458,-1.39092 -3.119458,-3.11895 v -23.3941 c 0,-1.72803 1.391398,-3.11903 3.119458,-3.11903 z" />
    <path
       id="path691"
       style="fill:#545454;fill-opacity:1;stroke:none;stroke-width:1.51645"
       d="m -8.8975061,-517.30707 v 10.91686 H 11.377957 v 40.54989 h 10.91709 v -40.54989 h 20.275058 v -10.91686 H 22.295047 11.377957 Z" />
    <path
       id="path695"
       style="fill:#545454;fill-opacity:1;stroke:none;stroke-width:0.940197"
       d="m -24.66956,-893.10428 v 0.0102 l 24.7625,33.61125 -24.7625,33.61115 v 0.0102 h 17.70887 l 15.91096,-21.59672 15.911,21.59672 h 17.70884 v -0.0102 l -24.7625,-33.61115 24.7625,-33.61125 v -0.0102 H 24.86127 l -15.911,21.59672 -15.91096,-21.59672 z" />
    <path
       id="path697"
       style="fill:#545454;fill-opacity:1;stroke:none;stroke-width:1.01302"
       d="m -463.17528,-893.1025 c -4.51523,0 -8.15028,3.63491 -8.15028,8.15032 v 50.93877 c 0,4.51521 3.63505,8.15022 8.15028,8.15022 h 50.93912 c 4.51524,0 8.15029,-3.63501 8.15029,-8.15022 v -15.17537 -14.26306 h -14.26313 -17.61621 v 14.26306 h 17.61621 v 4.98772 c 0,2.25762 -1.81726,4.07479 -4.07487,4.07479 h -30.56369 c -2.25761,0 -4.0754,-1.81717 -4.0754,-4.07479 v -30.56347 c 0,-2.25762 1.81779,-4.07489 4.0754,-4.07489 h 24.71197 v 0 h 9.92659 v 4.0754 1.12504 h 14.26313 v -11.31269 c 0,-4.51541 -3.63505,-8.15032 -8.15029,-8.15032 z"
       sodipodi:nodetypes="ssssssccccccssssssccccccsss" />
    <path
       id="path699"
       style="fill:#545454;fill-opacity:1;stroke:none;stroke-width:1.01461"
       d="m -314.44583,-893.1025 v 59.06341 c 0,4.52937 3.63503,8.1758 8.15028,8.1758 h 50.9391 c 4.51525,0 8.1503,-3.64643 8.1503,-8.1758 v -59.06341 h -14.26313 v 48.84377 c 0,2.26465 -1.81725,4.08753 -4.07489,4.08753 h -30.56367 c -2.25761,0 -4.07539,-1.82288 -4.07539,-4.08753 v -48.84377 z"
       sodipodi:nodetypes="cssssccsssscc" />
    <path
       id="path701"
       style="fill:#545454;fill-opacity:1;stroke:none;stroke-width:1.98118"
       d="m -392.88569,-893.1025 v 67.23931 h 14.2626 v -45.84523 l 38.71396,45.84523 h 14.26312 v -67.23931 h -14.26312 v 45.84482 l -38.71396,-45.84482 z" />
    <path
       id="path703"
       style="fill:#545454;fill-opacity:1;stroke:none;stroke-width:1.01302"
       d="m -199.01372,-893.10428 c -4.51523,0 -8.15028,3.63491 -8.15028,8.15032 v 50.93876 c 0,4.51521 3.63505,8.15022 8.15028,8.15022 h 50.93911 c 4.51525,0 8.15029,-3.63501 8.15029,-8.15022 v -15.17537 -14.26305 h -14.26312 -17.61621 v 14.26305 h 17.61621 v 4.98772 c 0,2.25762 -1.81727,4.07479 -4.07488,4.07479 H -188.826 c -2.25762,0 -4.07541,-1.81717 -4.07541,-4.07479 v -30.56346 c 0,-2.25762 1.81779,-4.07489 4.07541,-4.07489 h 24.71196 v 0 h 9.9266 v 4.0754 1.12504 h 14.26312 v -11.31269 c 0,-4.51541 -3.63504,-8.15032 -8.15029,-8.15032 z"
       sodipodi:nodetypes="ssssssccccccssssssccccccsss" />
    <path
       id="path705"
       style="fill:#545454;fill-opacity:1;stroke:none;stroke-width:1.01461"
       d="m -128.67349,-893.10418 v 59.06341 c 0,4.52937 3.63502,8.17579 8.15027,8.17579 h 50.9391 c 4.51525,0 8.1503,-3.64642 8.1503,-8.17579 v -59.06341 h -14.26313 v 48.84377 c 0,2.26465 -1.81724,4.08753 -4.07488,4.08753 h -30.56368 c -2.25761,0 -4.07539,-1.82288 -4.07539,-4.08753 v -48.84377 z"
       sodipodi:nodetypes="cssssccsssscc" />
    <path
       id="path707"
       style="fill:#545454;fill-opacity:1;stroke:none;stroke-width:1.98118"
       d="m -50.18295,-893.10428 v 67.2393 h 14.2626 v -67.2393 z"
       sodipodi:nodetypes="ccccc" />
    <path
       id="path713"
       style="fill:#212121;fill-opacity:1;stroke:none;stroke-width:1.51645"
       d="m 153.09144,75.36019 v 10.916907 h 20.27546 v 40.549843 h 10.91709 V 86.277097 h 20.27506 V 75.36019 H 184.28399 173.3669 Z" />
    <path
       id="path715"
       style="fill:#212121;fill-opacity:1;stroke:none;stroke-width:1.51645"
       d="m 213.13685,75.36019 v 10.916907 9.358216 10.916907 20.27472 h 10.91709 40.55052 v -10.91691 h -40.55052 v -9.35781 h 32.75249 V 95.635313 h -32.75249 v -9.358216 h 40.55052 V 75.36019 h -40.55052 z" />
    <path
       id="path717"
       style="fill:#212121;fill-opacity:1;stroke:none;stroke-width:0.775398"
       d="m 279.42117,75.36019 c -3.45613,0 -6.2385,2.782244 -6.2385,6.238406 v 11.811489 6.903725 c 0,3.45605 2.78237,6.23841 6.2385,6.23841 h 4.67859 0.19626 29.43676 v 6.2384 c 0,1.72804 -1.39098,3.11901 -3.11905,3.11901 h -23.39452 c -0.0189,0 -0.0372,-0.002 -0.056,-0.003 h -3.06344 v -3.87538 h -10.91709 v 8.5571 c 0,3.45608 2.78239,6.23842 6.23851,6.23842 h 38.9906 c 3.45613,0 6.2385,-2.78234 6.2385,-6.23842 v -14.0363 -2.36424 -2.31426 c 0,-3.456075 -2.78239,-6.23841 -6.2385,-6.23841 h -4.10797 -0.57103 -29.63302 v -6.23881 c 0,-1.728021 1.3914,-3.119001 3.11945,-3.119001 h 23.39452 c 0.005,0 0.0107,0 0.0161,0 h 3.10291 v 4.265442 h 10.9175 v -8.945157 c 0,-3.456142 -2.78237,-6.238416 -6.2385,-6.238396 z"
       sodipodi:nodetypes="sscsscccsssccccssssccsscccsssccccscs" />
    <path
       id="path719"
       style="fill:#212121;fill-opacity:1;stroke:none;stroke-width:1.51645"
       d="m 333.22811,75.360221 v 10.916856 h 20.27546 v 40.549893 h 10.9171 V 86.277077 h 20.27506 V 75.360221 h -20.27506 -10.9171 z" />
    <path
       id="path721"
       style="fill:#212121;fill-opacity:1;stroke:none;stroke-width:0.775398"
       d="m 415.88826,75.36019 v 6.238406 4.678896 40.478128 h 10.91709 v -18.08498 h 34.31201 c 3.45613,0 6.23851,-2.78235 6.23851,-6.23843 V 81.598596 c 0,-3.456162 -2.78238,-6.238426 -6.23851,-6.238406 h -34.31162 -4.67898 z m 14.03654,10.917302 h 23.39451 c 1.72808,0 3.11906,1.39097 3.11906,3.11901 v 5.237815 c 0,1.728051 -1.3914,3.081163 -3.11906,3.119 h -26.51396 v -6.950455 -1.40636 -3.116601 h 3.0715 c 0.0161,-2.22e-4 0.0318,-0.002 0.048,-0.002 z" />
    <path
       id="path723"
       style="fill:#212121;fill-opacity:1;stroke:none;stroke-width:1.51645"
       d="M 475.93371,75.360221 V 126.82665 H 486.8508 V 75.360221 Z"
       sodipodi:nodetypes="ccccc" />
    <path
       id="path725"
       style="fill:#212121;fill-opacity:1;stroke:none;stroke-width:1.51645"
       d="m 495.42855,75.36019 v 40.54944 10.9169 h 10.91709 40.55054 v -10.9169 H 506.34564 V 75.36019 Z" />
    <path
       id="path727"
       style="fill:#212121;fill-opacity:1;stroke:none;stroke-width:0.775398"
       d="m 561.71245,75.359907 c -3.45612,0 -6.23851,2.782324 -6.23851,6.238466 v 38.989897 c 0,3.45607 2.78239,6.23838 6.23851,6.23838 h 38.99059 c 3.45613,0 6.23851,-2.78231 6.23851,-6.23838 V 81.598373 c 0,-3.456142 -2.78238,-6.238466 -6.23851,-6.238466 z m 7.79804,10.917332 H 592.905 c 1.72806,0 3.11906,1.391 3.11906,3.11903 v 23.394101 c 0,1.72803 -1.391,3.11895 -3.11906,3.11895 h -23.39451 c -1.72806,0 -3.11946,-1.39092 -3.11946,-3.11895 V 89.396269 c 0,-1.72803 1.3914,-3.11903 3.11946,-3.11903 z" />
    <path
       id="path729"
       style="fill:#212121;fill-opacity:1;stroke:none;stroke-width:1.51645"
       d="m 615.51948,75.359907 v 10.916866 h 20.27546 v 40.549877 h 10.91709 V 86.276773 h 20.27506 V 75.359907 h -20.27506 -10.91709 z" />
    <path
       id="path733"
       style="fill:#212121;fill-opacity:1;stroke:none;stroke-width:0.940197"
       d="m 599.74743,-300.4373 v 0.0102 l 24.7625,33.61125 -24.7625,33.61115 v 0.0102 h 17.70887 l 15.91096,-21.59672 15.911,21.59672 h 17.70884 v -0.0102 l -24.7625,-33.61115 24.7625,-33.61125 v -0.0102 h -17.70884 l -15.911,21.59672 -15.91096,-21.59672 z" />
    <path
       id="path735"
       style="fill:#212121;fill-opacity:1;stroke:none;stroke-width:1.01302"
       d="m 161.24171,-300.43552 c -4.51523,0 -8.15028,3.63491 -8.15028,8.15032 v 50.93877 c 0,4.51521 3.63505,8.15022 8.15028,8.15022 h 50.93912 c 4.51524,0 8.15029,-3.63501 8.15029,-8.15022 v -15.17537 -14.26306 h -14.26313 -17.61621 v 14.26306 h 17.61621 v 4.98772 c 0,2.25762 -1.81726,4.07479 -4.07487,4.07479 h -30.56369 c -2.25761,0 -4.0754,-1.81717 -4.0754,-4.07479 v -30.56347 c 0,-2.25762 1.81779,-4.07489 4.0754,-4.07489 h 24.71197 v 0 h 9.92659 v 4.0754 1.12504 h 14.26313 v -11.31269 c 0,-4.51541 -3.63505,-8.15032 -8.15029,-8.15032 z"
       sodipodi:nodetypes="ssssssccccccssssssccccccsss" />
    <path
       id="path737"
       style="fill:#212121;fill-opacity:1;stroke:none;stroke-width:1.01461"
       d="m 309.97116,-300.43552 v 59.06341 c 0,4.52937 3.63503,8.1758 8.15028,8.1758 h 50.9391 c 4.51525,0 8.1503,-3.64643 8.1503,-8.1758 v -59.06341 h -14.26313 v 48.84377 c 0,2.26465 -1.81725,4.08753 -4.07489,4.08753 h -30.56367 c -2.25761,0 -4.07539,-1.82288 -4.07539,-4.08753 v -48.84377 z"
       sodipodi:nodetypes="cssssccsssscc" />
    <path
       id="path739"
       style="fill:#212121;fill-opacity:1;stroke:none;stroke-width:1.98118"
       d="m 231.5313,-300.43552 v 67.23931 h 14.2626 v -45.84523 l 38.71396,45.84523 h 14.26312 v -67.23931 h -14.26312 v 45.84482 l -38.71396,-45.84482 z" />
    <path
       id="path741"
       style="fill:#212121;fill-opacity:1;stroke:none;stroke-width:1.01302"
       d="m 425.40327,-300.4373 c -4.51523,0 -8.15028,3.63491 -8.15028,8.15032 v 50.93876 c 0,4.51521 3.63505,8.15022 8.15028,8.15022 h 50.93911 c 4.51525,0 8.15029,-3.63501 8.15029,-8.15022 v -15.17537 -14.26305 h -14.26312 -17.61621 v 14.26305 h 17.61621 v 4.98772 c 0,2.25762 -1.81727,4.07479 -4.07488,4.07479 h -30.56368 c -2.25762,0 -4.07541,-1.81717 -4.07541,-4.07479 v -30.56346 c 0,-2.25762 1.81779,-4.07489 4.07541,-4.07489 h 24.71196 v 0 h 9.9266 v 4.0754 1.12504 h 14.26312 v -11.31269 c 0,-4.51541 -3.63504,-8.15032 -8.15029,-8.15032 z"
       sodipodi:nodetypes="ssssssccccccssssssccccccsss" />
    <path
       id="path743"
       style="fill:#212121;fill-opacity:1;stroke:none;stroke-width:1.01461"
       d="m 495.7435,-300.4372 v 59.06341 c 0,4.52937 3.63502,8.17579 8.15027,8.17579 h 50.9391 c 4.51525,0 8.1503,-3.64642 8.1503,-8.17579 v -59.06341 h -14.26313 v 48.84377 c 0,2.26465 -1.81724,4.08753 -4.07488,4.08753 h -30.56368 c -2.25761,0 -4.07539,-1.82288 -4.07539,-4.08753 v -48.84377 z"
       sodipodi:nodetypes="cssssccsssscc" />
    <path
       id="path745"
       style="fill:#212121;fill-opacity:1;stroke:none;stroke-width:1.98118"
       d="m 574.23404,-300.4373 v 67.2393 h 14.2626 v -67.2393 z"
       sodipodi:nodetypes="ccccc" />
    <path
       id="path749"
       style="fill:#13889b;fill-opacity:1;stroke:none;stroke-width:1.51645"
       d="m 766.92595,75.36019 v 10.916907 h 20.27547 v 40.549843 h 10.91709 V 86.277097 h 20.27506 V 75.36019 h -20.27506 -10.91709 z" />
    <path
       id="path751"
       style="fill:#13889b;fill-opacity:1;stroke:none;stroke-width:1.51645"
       d="m 826.97137,75.36019 v 10.916907 9.358216 10.916907 20.27472 h 10.91709 40.55052 v -10.91691 h -40.55052 v -9.35781 h 32.75248 V 95.635313 h -32.75248 v -9.358216 h 40.55052 V 75.36019 h -40.55052 z" />
    <path
       id="path753"
       style="fill:#13889b;fill-opacity:1;stroke:none;stroke-width:0.775398"
       d="m 893.25569,75.36019 c -3.45613,0 -6.2385,2.782244 -6.2385,6.238406 v 11.811489 6.903725 c 0,3.45605 2.78237,6.23841 6.2385,6.23841 h 4.67859 0.19626 29.43676 v 6.2384 c 0,1.72804 -1.39099,3.11901 -3.11906,3.11901 h -23.39451 c -0.0189,0 -0.0372,-0.002 -0.056,-0.003 h -3.06344 v -3.87538 H 887.0172 v 8.5571 c 0,3.45608 2.78238,6.23842 6.23851,6.23842 h 38.9906 c 3.45613,0 6.2385,-2.78234 6.2385,-6.23842 v -14.0363 -2.36424 -2.31426 c 0,-3.456075 -2.78239,-6.23841 -6.2385,-6.23841 h -4.10797 -0.57103 -29.63302 v -6.23881 c 0,-1.728021 1.3914,-3.119001 3.11945,-3.119001 h 23.39451 c 0.005,0 0.0107,0 0.0161,0 h 3.10292 v 4.265442 h 10.9175 v -8.945157 c 0,-3.456142 -2.78237,-6.238416 -6.2385,-6.238396 z"
       sodipodi:nodetypes="sscsscccsssccccssssccsscccsssccccscs" />
    <path
       id="path755"
       style="fill:#13889b;fill-opacity:1;stroke:none;stroke-width:1.51645"
       d="m 947.06263,75.360221 v 10.916856 h 20.27546 v 40.549893 h 10.9171 V 86.277077 h 20.27506 V 75.360221 h -20.27506 -10.9171 z" />
    <path
       id="path757"
       style="fill:#13889b;fill-opacity:1;stroke:none;stroke-width:0.775398"
       d="m 1029.7228,75.36019 v 6.238406 4.678896 40.478128 h 10.9171 v -18.08498 h 34.312 c 3.4561,0 6.2385,-2.78235 6.2385,-6.23843 V 81.598596 c 0,-3.456162 -2.7824,-6.238426 -6.2385,-6.238406 h -34.3116 -4.679 z m 14.0365,10.917302 h 23.3945 c 1.7281,0 3.1191,1.39097 3.1191,3.11901 v 5.237815 c 0,1.728051 -1.3914,3.081163 -3.1191,3.119 h -26.5139 v -6.950455 -1.40636 -3.116601 h 3.0715 c 0.016,-2.22e-4 0.032,-0.002 0.048,-0.002 z" />
    <path
       id="path759"
       style="fill:#13889b;fill-opacity:1;stroke:none;stroke-width:1.51645"
       d="m 1089.7682,75.360221 v 51.466429 h 10.9171 V 75.360221 Z"
       sodipodi:nodetypes="ccccc" />
    <path
       id="path761"
       style="fill:#13889b;fill-opacity:1;stroke:none;stroke-width:1.51645"
       d="m 1109.2631,75.36019 v 40.54944 10.9169 h 10.9171 40.5505 v -10.9169 h -40.5505 V 75.36019 Z" />
    <path
       id="path763"
       style="fill:#13889b;fill-opacity:1;stroke:none;stroke-width:0.775398"
       d="m 1175.547,75.359907 c -3.4562,0 -6.2385,2.782324 -6.2385,6.238466 v 38.989897 c 0,3.45607 2.7823,6.23838 6.2385,6.23838 h 38.9906 c 3.4561,0 6.2385,-2.78231 6.2385,-6.23838 V 81.598373 c 0,-3.456142 -2.7824,-6.238466 -6.2385,-6.238466 z m 7.798,10.917332 h 23.3945 c 1.7281,0 3.1191,1.391 3.1191,3.11903 v 23.394101 c 0,1.72803 -1.391,3.11895 -3.1191,3.11895 h -23.3945 c -1.7281,0 -3.1195,-1.39092 -3.1195,-3.11895 V 89.396269 c 0,-1.72803 1.3914,-3.11903 3.1195,-3.11903 z" />
    <path
       id="path765"
       style="fill:#13889b;fill-opacity:1;stroke:none;stroke-width:1.51645"
       d="m 1229.354,75.359907 v 10.916866 h 20.2755 v 40.549877 h 10.917 V 86.276773 h 20.2751 V 75.359907 h -20.2751 -10.917 z" />
    <path
       id="path769"
       style="fill:#13889b;fill-opacity:1;stroke:none;stroke-width:0.940197"
       d="m 1213.5819,-300.4373 v 0.0102 l 24.7625,33.61125 -24.7625,33.61115 v 0.0102 h 17.7089 l 15.911,-21.59672 15.911,21.59672 h 17.7088 v -0.0102 l -24.7625,-33.61115 24.7625,-33.61125 v -0.0102 h -17.7088 l -15.911,21.59672 -15.911,-21.59672 z" />
    <path
       id="path771"
       style="fill:#13889b;fill-opacity:1;stroke:none;stroke-width:1.01302"
       d="m 775.07622,-300.43552 c -4.51523,0 -8.15028,3.63491 -8.15028,8.15032 v 50.93877 c 0,4.51521 3.63505,8.15022 8.15028,8.15022 h 50.93912 c 4.51524,0 8.15029,-3.63501 8.15029,-8.15022 v -15.17537 -14.26306 H 819.9025 802.28629 v 14.26306 h 17.61621 v 4.98772 c 0,2.25762 -1.81726,4.07479 -4.07487,4.07479 h -30.56369 c -2.25761,0 -4.0754,-1.81717 -4.0754,-4.07479 v -30.56347 c 0,-2.25762 1.81779,-4.07489 4.0754,-4.07489 h 24.71197 v 0 h 9.92659 v 4.0754 1.12504 h 14.26313 v -11.31269 c 0,-4.51541 -3.63505,-8.15032 -8.15029,-8.15032 z"
       sodipodi:nodetypes="ssssssccccccssssssccccccsss" />
    <path
       id="path773"
       style="fill:#13889b;fill-opacity:1;stroke:none;stroke-width:1.01461"
       d="m 923.80567,-300.43552 v 59.06341 c 0,4.52937 3.63503,8.1758 8.15028,8.1758 h 50.9391 c 4.51525,0 8.1503,-3.64643 8.1503,-8.1758 v -59.06341 h -14.26313 v 48.84377 c 0,2.26465 -1.81725,4.08753 -4.07489,4.08753 h -30.56367 c -2.25761,0 -4.07539,-1.82288 -4.07539,-4.08753 v -48.84377 z"
       sodipodi:nodetypes="cssssccsssscc" />
    <path
       id="path775"
       style="fill:#13889b;fill-opacity:1;stroke:none;stroke-width:1.98118"
       d="m 845.36581,-300.43552 v 67.23931 h 14.2626 v -45.84523 l 38.71396,45.84523 h 14.26312 v -67.23931 h -14.26312 v 45.84482 l -38.71396,-45.84482 z" />
    <path
       id="path777"
       style="fill:#13889b;fill-opacity:1;stroke:none;stroke-width:1.01302"
       d="m 1039.2378,-300.4373 c -4.5152,0 -8.1503,3.63491 -8.1503,8.15032 v 50.93876 c 0,4.51521 3.6351,8.15022 8.1503,8.15022 h 50.9391 c 4.5152,0 8.1503,-3.63501 8.1503,-8.15022 v -15.17537 -14.26305 h -14.2631 -17.6162 v 14.26305 h 17.6162 v 4.98772 c 0,2.25762 -1.8173,4.07479 -4.0749,4.07479 h -30.5637 c -2.2576,0 -4.0754,-1.81717 -4.0754,-4.07479 v -30.56346 c 0,-2.25762 1.8178,-4.07489 4.0754,-4.07489 h 24.712 v 0 h 9.9266 v 4.0754 1.12504 h 14.2631 v -11.31269 c 0,-4.51541 -3.6351,-8.15032 -8.1503,-8.15032 z"
       sodipodi:nodetypes="ssssssccccccssssssccccccsss" />
    <path
       id="path779"
       style="fill:#13889b;fill-opacity:1;stroke:none;stroke-width:1.01461"
       d="m 1109.578,-300.4372 v 59.06341 c 0,4.52937 3.635,8.17579 8.1503,8.17579 h 50.9391 c 4.5152,0 8.1503,-3.64642 8.1503,-8.17579 v -59.06341 h -14.2632 v 48.84377 c 0,2.26465 -1.8172,4.08753 -4.0748,4.08753 h -30.5637 c -2.2576,0 -4.0754,-1.82288 -4.0754,-4.08753 v -48.84377 z"
       sodipodi:nodetypes="cssssccsssscc" />
    <path
       id="path781"
       style="fill:#13889b;fill-opacity:1;stroke:none;stroke-width:1.98118"
       d="m 1188.0686,-300.4373 v 67.2393 h 14.2626 v -67.2393 z"
       sodipodi:nodetypes="ccccc" />
    <path
       id="path785"
       style="fill:#b42b6f;fill-opacity:1;stroke:none;stroke-width:1.51645"
       d="m -471.32555,75.36019 v 10.916907 h 20.27547 v 40.549843 h 10.91709 V 86.277097 h 20.27506 V 75.36019 h -20.27506 -10.91709 z" />
    <path
       id="path787"
       style="fill:#b42b6f;fill-opacity:1;stroke:none;stroke-width:1.51645"
       d="m -411.28013,75.36019 v 10.916907 9.358216 10.916907 20.27472 h 10.91709 40.55052 v -10.91691 h -40.55052 v -9.35781 h 32.75248 V 95.635313 h -32.75248 v -9.358216 h 40.55052 V 75.36019 h -40.55052 z" />
    <path
       id="path789"
       style="fill:#b42b6f;fill-opacity:1;stroke:none;stroke-width:0.775398"
       d="m -344.99581,75.36019 c -3.45613,0 -6.2385,2.782244 -6.2385,6.238406 v 11.811489 6.903725 c 0,3.45605 2.78237,6.23841 6.2385,6.23841 h 4.67859 0.19626 29.43676 v 6.2384 c 0,1.72804 -1.39099,3.11901 -3.11906,3.11901 h -23.39451 c -0.0189,0 -0.0372,-0.002 -0.056,-0.003 h -3.06344 v -3.87538 h -10.91709 v 8.5571 c 0,3.45608 2.78238,6.23842 6.23851,6.23842 h 38.9906 c 3.45613,0 6.2385,-2.78234 6.2385,-6.23842 v -14.0363 -2.36424 -2.31426 c 0,-3.456075 -2.78239,-6.23841 -6.2385,-6.23841 h -4.10797 -0.57103 -29.63302 v -6.23881 c 0,-1.728021 1.3914,-3.119001 3.11945,-3.119001 h 23.39451 c 0.005,0 0.0107,0 0.0161,0 h 3.10292 v 4.265442 h 10.9175 v -8.945157 c 0,-3.456142 -2.78237,-6.238416 -6.2385,-6.238396 z"
       sodipodi:nodetypes="sscsscccsssccccssssccsscccsssccccscs" />
    <path
       id="path791"
       style="fill:#b42b6f;fill-opacity:1;stroke:none;stroke-width:1.51645"
       d="m -291.18887,75.360221 v 10.916856 h 20.27546 v 40.549893 h 10.9171 V 86.277077 h 20.27506 V 75.360221 h -20.27506 -10.9171 z" />
    <path
       id="path793"
       style="fill:#b42b6f;fill-opacity:1;stroke:none;stroke-width:0.775398"
       d="m -208.52872,75.36019 v 6.238406 4.678896 40.478128 h 10.91709 v -18.08498 h 34.31201 c 3.45613,0 6.23851,-2.78235 6.23851,-6.23843 V 81.598596 c 0,-3.456162 -2.78238,-6.238426 -6.23851,-6.238406 h -34.31162 -4.67898 z m 14.03654,10.917302 h 23.3945 c 1.72808,0 3.11907,1.39097 3.11907,3.11901 v 5.237815 c 0,1.728051 -1.3914,3.081163 -3.11907,3.119 h -26.51395 v -6.950455 -1.40636 -3.116601 h 3.0715 c 0.0161,-2.22e-4 0.0318,-0.002 0.048,-0.002 z" />
    <path
       id="path795"
       style="fill:#b42b6f;fill-opacity:1;stroke:none;stroke-width:1.51645"
       d="m -148.48327,75.360221 v 51.466429 h 10.91709 V 75.360221 Z"
       sodipodi:nodetypes="ccccc" />
    <path
       id="path797"
       style="fill:#b42b6f;fill-opacity:1;stroke:none;stroke-width:1.51645"
       d="m -128.98843,75.36019 v 40.54944 10.9169 h 10.91709 40.550542 v -10.9169 H -118.07134 V 75.36019 Z" />
    <path
       id="path799"
       style="fill:#b42b6f;fill-opacity:1;stroke:none;stroke-width:0.775398"
       d="m -62.704533,75.359907 c -3.456119,0 -6.23851,2.782324 -6.23851,6.238466 v 38.989897 c 0,3.45607 2.782391,6.23838 6.23851,6.23838 h 38.99059 c 3.456129,0 6.23851,-2.78231 6.23851,-6.23838 V 81.598373 c 0,-3.456142 -2.782381,-6.238466 -6.23851,-6.238466 z m 7.798037,10.917332 h 23.394516 c 1.728059,0 3.119063,1.391 3.119063,3.11903 v 23.394101 c 0,1.72803 -1.391004,3.11895 -3.119063,3.11895 h -23.394516 c -1.72806,0 -3.119458,-1.39092 -3.119458,-3.11895 V 89.396269 c 0,-1.72803 1.391398,-3.11903 3.119458,-3.11903 z" />
    <path
       id="path801"
       style="fill:#b42b6f;fill-opacity:1;stroke:none;stroke-width:1.51645"
       d="M -8.8975061,75.359907 V 86.276773 H 11.377957 v 40.549877 h 10.91709 V 86.276773 H 42.570105 V 75.359907 H 22.295047 11.377957 Z" />
    <path
       id="path805"
       style="fill:#b42b6f;fill-opacity:1;stroke:none;stroke-width:0.940197"
       d="m -24.66956,-300.4373 v 0.0102 l 24.7625,33.61125 -24.7625,33.61115 v 0.0102 h 17.70887 l 15.91096,-21.59672 15.911,21.59672 h 17.70884 v -0.0102 l -24.7625,-33.61115 24.7625,-33.61125 v -0.0102 H 24.86127 l -15.911,21.59672 -15.91096,-21.59672 z" />
    <path
       id="path807"
       style="fill:#b42b6f;fill-opacity:1;stroke:none;stroke-width:1.01302"
       d="m -463.17528,-300.43552 c -4.51523,0 -8.15028,3.63491 -8.15028,8.15032 v 50.93877 c 0,4.51521 3.63505,8.15022 8.15028,8.15022 h 50.93912 c 4.51524,0 8.15029,-3.63501 8.15029,-8.15022 v -15.17537 -14.26306 h -14.26313 -17.61621 v 14.26306 h 17.61621 v 4.98772 c 0,2.25762 -1.81726,4.07479 -4.07487,4.07479 h -30.56369 c -2.25761,0 -4.0754,-1.81717 -4.0754,-4.07479 v -30.56347 c 0,-2.25762 1.81779,-4.07489 4.0754,-4.07489 h 24.71197 v 0 h 9.92659 v 4.0754 1.12504 h 14.26313 v -11.31269 c 0,-4.51541 -3.63505,-8.15032 -8.15029,-8.15032 z"
       sodipodi:nodetypes="ssssssccccccssssssccccccsss" />
    <path
       id="path809"
       style="fill:#b42b6f;fill-opacity:1;stroke:none;stroke-width:1.01461"
       d="m -314.44583,-300.43552 v 59.06341 c 0,4.52937 3.63503,8.1758 8.15028,8.1758 h 50.9391 c 4.51525,0 8.1503,-3.64643 8.1503,-8.1758 v -59.06341 h -14.26313 v 48.84377 c 0,2.26465 -1.81725,4.08753 -4.07489,4.08753 h -30.56367 c -2.25761,0 -4.07539,-1.82288 -4.07539,-4.08753 v -48.84377 z"
       sodipodi:nodetypes="cssssccsssscc" />
    <path
       id="path811"
       style="fill:#b42b6f;fill-opacity:1;stroke:none;stroke-width:1.98118"
       d="m -392.88569,-300.43552 v 67.23931 h 14.2626 v -45.84523 l 38.71396,45.84523 h 14.26312 v -67.23931 h -14.26312 v 45.84482 l -38.71396,-45.84482 z" />
    <path
       id="path813"
       style="fill:#b42b6f;fill-opacity:1;stroke:none;stroke-width:1.01302"
       d="m -199.01372,-300.4373 c -4.51523,0 -8.15028,3.63491 -8.15028,8.15032 v 50.93876 c 0,4.51521 3.63505,8.15022 8.15028,8.15022 h 50.93911 c 4.51525,0 8.15029,-3.63501 8.15029,-8.15022 v -15.17537 -14.26305 h -14.26312 -17.61621 v 14.26305 h 17.61621 v 4.98772 c 0,2.25762 -1.81727,4.07479 -4.07488,4.07479 H -188.826 c -2.25762,0 -4.07541,-1.81717 -4.07541,-4.07479 v -30.56346 c 0,-2.25762 1.81779,-4.07489 4.07541,-4.07489 h 24.71196 v 0 h 9.9266 v 4.0754 1.12504 h 14.26312 v -11.31269 c 0,-4.51541 -3.63504,-8.15032 -8.15029,-8.15032 z"
       sodipodi:nodetypes="ssssssccccccssssssccccccsss" />
    <path
       id="path815"
       style="fill:#b42b6f;fill-opacity:1;stroke:none;stroke-width:1.01461"
       d="m -128.67349,-300.4372 v 59.06341 c 0,4.52937 3.63502,8.17579 8.15027,8.17579 h 50.9391 c 4.51525,0 8.1503,-3.64642 8.1503,-8.17579 v -59.06341 h -14.26313 v 48.84377 c 0,2.26465 -1.81724,4.08753 -4.07488,4.08753 h -30.56368 c -2.25761,0 -4.07539,-1.82288 -4.07539,-4.08753 v -48.84377 z"
       sodipodi:nodetypes="cssssccsssscc" />
    <path
       id="path817"
       style="fill:#b42b6f;fill-opacity:1;stroke:none;stroke-width:1.98118"
       d="m -50.18295,-300.4373 v 67.2393 h 14.2626 v -67.2393 z"
       sodipodi:nodetypes="ccccc" />
    <rect
       style="opacity:1;fill:#212121;fill-opacity:1;stroke:none;stroke-width:1.00906;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="rect2357"
       width="600"
       height="500"
       x="110.03853"
       y="-1519.5397"
       inkscape:export-filename="guix-test-pilot-2021-M15-yellow.png"
       inkscape:export-xdpi="96.012001"
       inkscape:export-ydpi="96.012001" />
    <g
       id="g2393"
       transform="translate(0,-597.95865)">
      <path
         id="path2379"
         style="fill:#ffd556;fill-opacity:1;stroke:none;stroke-width:0.940197"
         d="m 599.74743,-893.10428 v 0.0102 l 24.7625,33.61125 -24.7625,33.61115 v 0.0102 h 17.70887 l 15.91096,-21.59672 15.911,21.59672 h 17.70884 v -0.0102 l -24.7625,-33.61115 24.7625,-33.61125 v -0.0102 h -17.70884 l -15.911,21.59672 -15.91096,-21.59672 z" />
      <path
         id="path2381"
         style="fill:#ffd556;fill-opacity:1;stroke:none;stroke-width:1.01302"
         d="m 161.24171,-893.1025 c -4.51523,0 -8.15028,3.63491 -8.15028,8.15032 v 50.93877 c 0,4.51521 3.63505,8.15022 8.15028,8.15022 h 50.93912 c 4.51524,0 8.15029,-3.63501 8.15029,-8.15022 v -15.17537 -14.26306 h -14.26313 -17.61621 v 14.26306 h 17.61621 v 4.98772 c 0,2.25762 -1.81726,4.07479 -4.07487,4.07479 h -30.56369 c -2.25761,0 -4.0754,-1.81717 -4.0754,-4.07479 v -30.56347 c 0,-2.25762 1.81779,-4.07489 4.0754,-4.07489 h 24.71197 v 0 h 9.92659 v 4.0754 1.12504 h 14.26313 v -11.31269 c 0,-4.51541 -3.63505,-8.15032 -8.15029,-8.15032 z"
         sodipodi:nodetypes="ssssssccccccssssssccccccsss" />
      <path
         id="path2383"
         style="fill:#ffd556;fill-opacity:1;stroke:none;stroke-width:1.01461"
         d="m 309.97116,-893.1025 v 59.06341 c 0,4.52937 3.63503,8.1758 8.15028,8.1758 h 50.9391 c 4.51525,0 8.1503,-3.64643 8.1503,-8.1758 v -59.06341 h -14.26313 v 48.84377 c 0,2.26465 -1.81725,4.08753 -4.07489,4.08753 h -30.56367 c -2.25761,0 -4.07539,-1.82288 -4.07539,-4.08753 v -48.84377 z"
         sodipodi:nodetypes="cssssccsssscc" />
      <path
         id="path2385"
         style="fill:#ffd556;fill-opacity:1;stroke:none;stroke-width:1.98118"
         d="m 231.5313,-893.1025 v 67.23931 h 14.2626 v -45.84523 l 38.71396,45.84523 h 14.26312 v -67.23931 h -14.26312 v 45.84482 L 245.7939,-893.1025 Z" />
      <path
         id="path2387"
         style="fill:#ffd556;fill-opacity:1;stroke:none;stroke-width:1.01302"
         d="m 425.40327,-893.10428 c -4.51523,0 -8.15028,3.63491 -8.15028,8.15032 v 50.93876 c 0,4.51521 3.63505,8.15022 8.15028,8.15022 h 50.93911 c 4.51525,0 8.15029,-3.63501 8.15029,-8.15022 v -15.17537 -14.26305 h -14.26312 -17.61621 v 14.26305 h 17.61621 v 4.98772 c 0,2.25762 -1.81727,4.07479 -4.07488,4.07479 h -30.56368 c -2.25762,0 -4.07541,-1.81717 -4.07541,-4.07479 v -30.56346 c 0,-2.25762 1.81779,-4.07489 4.07541,-4.07489 h 24.71196 v 0 h 9.9266 v 4.0754 1.12504 h 14.26312 v -11.31269 c 0,-4.51541 -3.63504,-8.15032 -8.15029,-8.15032 z"
         sodipodi:nodetypes="ssssssccccccssssssccccccsss" />
      <path
         id="path2389"
         style="fill:#ffd556;fill-opacity:1;stroke:none;stroke-width:1.01461"
         d="m 495.7435,-893.10418 v 59.06341 c 0,4.52937 3.63502,8.17579 8.15027,8.17579 h 50.9391 c 4.51525,0 8.1503,-3.64642 8.1503,-8.17579 v -59.06341 h -14.26313 v 48.84377 c 0,2.26465 -1.81724,4.08753 -4.07488,4.08753 h -30.56368 c -2.25761,0 -4.07539,-1.82288 -4.07539,-4.08753 v -48.84377 z"
         sodipodi:nodetypes="cssssccsssscc" />
      <path
         id="path2391"
         style="fill:#ffd556;fill-opacity:1;stroke:none;stroke-width:1.98118"
         d="m 574.23404,-893.10428 v 67.2393 h 14.2626 v -67.2393 z"
         sodipodi:nodetypes="ccccc" />
    </g>
    <path
       id="path2457"
       style="fill:#212121;fill-opacity:1;stroke:none;stroke-width:0.940197"
       d="m -24.669606,-1491.0658 v 0.01 l 24.76253337,33.6114 -24.76253337,33.6114 v 0.01 h 17.7089007 l 15.9109996,-21.5969 15.9109007,21.5969 h 17.708868 v -0.01 l -24.762435,-33.6114 24.762435,-33.6114 v -0.01 H 24.861195 l -15.9109007,21.5968 -15.9109996,-21.5968 z" />
    <path
       id="path2459"
       style="fill:#212121;fill-opacity:1;stroke:none;stroke-width:1.01302"
       d="m -463.17523,-1491.064 c -4.51523,0 -8.15028,3.6349 -8.15028,8.1503 v 50.9391 c 0,4.5152 3.63505,8.1502 8.15028,8.1502 h 50.93912 c 4.51524,0 8.15029,-3.635 8.15029,-8.1502 v -15.1755 -14.2631 h -14.26313 -17.61621 v 14.2631 h 17.61621 v 4.9878 c 0,2.2576 -1.81726,4.0748 -4.07487,4.0748 h -30.56369 c -2.25761,0 -4.0754,-1.8172 -4.0754,-4.0748 v -30.5637 c 0,-2.2576 1.81779,-4.0749 4.0754,-4.0749 h 24.71197 v 0 h 9.92659 v 4.0754 1.1251 h 14.26313 v -11.3128 c 0,-4.5154 -3.63505,-8.1503 -8.15029,-8.1503 z"
       sodipodi:nodetypes="ssssssccccccssssssccccccsss" />
    <path
       id="path2461"
       style="fill:#212121;fill-opacity:1;stroke:none;stroke-width:1.01461"
       d="m -314.44578,-1491.064 v 59.0637 c 0,4.5294 3.63503,8.1758 8.15028,8.1758 h 50.9391 c 4.51525,0 8.1503,-3.6464 8.1503,-8.1758 v -59.0637 h -14.26313 v 48.844 c 0,2.2647 -1.81725,4.0876 -4.07489,4.0876 h -30.56367 c -2.25761,0 -4.07539,-1.8229 -4.07539,-4.0876 v -48.844 z"
       sodipodi:nodetypes="cssssccsssscc" />
    <path
       id="path2463"
       style="fill:#212121;fill-opacity:1;stroke:none;stroke-width:1.98118"
       d="m -392.88564,-1491.064 v 67.2396 h 14.2626 v -45.8454 l 38.71396,45.8454 h 14.26312 v -67.2396 h -14.26312 v 45.845 l -38.71396,-45.845 z" />
    <path
       id="path2465"
       style="fill:#212121;fill-opacity:1;stroke:none;stroke-width:1.01302"
       d="m -199.01367,-1491.0658 c -4.51527,0 -8.15024,3.6349 -8.15024,8.1503 v 50.9391 c 0,4.5152 3.63497,8.1503 8.15024,8.1503 h 50.9391 c 4.5153,0 8.15027,-3.6351 8.15027,-8.1503 v -15.1755 -14.2631 h -14.26311 -17.61621 v 14.2631 h 17.61621 v 4.9878 c 0,2.2576 -1.8173,4.0748 -4.0749,4.0748 h -30.56362 c -2.25767,0 -4.07547,-1.8172 -4.07547,-4.0748 v -30.5636 c 0,-2.2577 1.8178,-4.075 4.07547,-4.075 h 24.71195 v 0 h 9.92657 v 4.0755 1.125 h 14.26311 v -11.3127 c 0,-4.5155 -3.63497,-8.1504 -8.15027,-8.1504 z"
       sodipodi:nodetypes="ssssssccccccssssssccccccsss" />
    <path
       id="path2467"
       style="fill:#212121;fill-opacity:1;stroke:none;stroke-width:1.01461"
       d="m -128.67346,-1491.0657 v 59.0637 c 0,4.5294 3.63507,8.1759 8.15024,8.1759 h 50.939111 c 4.515267,0 8.150334,-3.6465 8.150334,-8.1759 v -59.0637 h -14.263101 v 48.844 c 0,2.2647 -1.8173,4.0876 -4.074971,4.0876 h -30.563633 c -2.25757,0 -4.07537,-1.8229 -4.07537,-4.0876 v -48.844 z"
       sodipodi:nodetypes="cssssccsssscc" />
    <path
       id="path2469"
       style="fill:#212121;fill-opacity:1;stroke:none;stroke-width:1.98118"
       d="m -50.182941,-1491.0658 v 67.2397 h 14.262601 v -67.2397 z"
       sodipodi:nodetypes="ccccc" />
    <g
       id="g638">
      <path
         d="m 195.57061,-1100.8574 c 2.29541,0 4.7876,0.1312 7.08291,0.2623 v -8.4601 c -2.22974,0.3279 -4.85307,0.459 -7.08291,0.459 h -26.36415 c -2.16428,0 -4.85316,-0.1311 -6.95178,-0.459 v 8.4601 c 1.96749,-0.1311 4.72194,-0.2623 7.01735,-0.2623 z m -34.69315,8.9848 c -2.03306,0 -4.32847,-0.1967 -6.29596,-0.3935 v 8.5914 c 1.83627,-0.1312 4.39403,-0.2624 6.29596,-0.2624 h 18.03523 c -0.26235,5.509 -1.37732,10.4277 -4.0662,14.4938 -2.62323,3.8038 -7.21404,7.6076 -11.87042,9.3783 l 7.67318,5.5746 c 5.83681,-2.9513 10.88667,-8.0667 13.18207,-12.5919 2.36097,-4.5908 3.80386,-10.0998 4.19734,-16.8548 h 15.80539 c 1.83627,0 4.32847,0.066 5.96804,0.1968 v -8.5258 c -1.7707,0.2624 -4.59081,0.3935 -5.96804,0.3935 z"
         style="font-weight:bold;font-size:66.0196px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#ffd556;fill-opacity:1;stroke:#ffd556;stroke-width:2.98014;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         id="path2322" />
      <path
         d="m 263.90761,-1107.2189 c -1.31166,0.4591 -3.93498,0.8526 -6.82056,0.8526 h -23.08509 c -1.96749,0 -5.96804,-0.1968 -7.73874,-0.4591 v 9.3127 c 1.37722,-0.066 4.98429,-0.459 7.73874,-0.459 h 22.23247 c -1.44278,4.6563 -5.44333,11.149 -9.77179,16.0677 -6.16473,6.8862 -16.3301,14.8217 -26.88885,18.8222 l 6.75499,7.083 c 8.98484,-4.2629 17.70732,-11.0835 24.65911,-18.4288 6.16473,5.968 12.26389,12.6575 16.52679,18.5599 l 7.47639,-6.4926 c -3.86933,-4.722 -11.80485,-13.1166 -18.2975,-18.7567 4.39403,-5.9024 8.06666,-12.9198 10.2964,-18.0352 0.59027,-1.3116 1.7708,-3.3447 2.29541,-4.0662 z"
         style="font-weight:bold;font-size:66.0196px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#ffd556;fill-opacity:1;stroke:#ffd556;stroke-width:2.98014;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         id="path2324" />
      <path
         d="m 337.16334,-1082.8877 c -6.0336,-2.9513 -18.62551,-7.6077 -27.41356,-10.1653 v -9.6407 c 0,-2.7544 0.32792,-5.6401 0.59027,-7.9355 h -10.23094 c 0.45915,2.2954 0.65583,5.5745 0.65583,7.9355 v 37.6445 c 0,2.6232 -0.26235,6.5582 -0.65583,9.116 h 10.23094 c -0.26235,-2.6234 -0.59027,-7.2142 -0.59027,-9.116 v -18.5599 c 7.08291,2.4265 16.92037,6.2304 23.67536,9.7718 z"
         style="font-weight:bold;font-size:66.0196px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#ffd556;fill-opacity:1;stroke:#ffd556;stroke-width:2.98014;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         id="path2326" />
      <path
         d="m 398.2862,-1105.9073 c 0,-2.0986 1.70514,-3.8037 3.80386,-3.8037 2.09862,0 3.80376,1.7051 3.80376,3.8037 0,2.0332 -1.70514,3.7383 -3.80376,3.7383 -2.09872,0 -3.80386,-1.7051 -3.80386,-3.7383 z m -4.06611,0 c 0,4.2629 3.54151,7.8044 7.86997,7.8044 4.32846,0 7.86986,-3.5415 7.86986,-7.8044 0,-4.3284 -3.5414,-7.8698 -7.86986,-7.8698 -4.32846,0 -7.86997,3.5414 -7.86997,7.8698 z m -35.87369,26.7578 c -2.22984,5.7713 -6.09916,12.8542 -10.23093,18.232 l 9.18162,3.8693 c 3.47585,-4.9186 7.34527,-12.3951 9.70624,-18.7566 2.22974,-6.0992 4.65637,-15.1496 5.57446,-19.7404 0.26235,-1.4428 0.98374,-4.6564 1.57401,-6.5582 l -9.57501,-1.9675 c -0.78705,8.329 -3.27915,17.5761 -6.23039,24.9214 z m 32.39785,-1.3773 c 2.62332,7.0829 4.98429,15.3464 6.82056,23.1507 l 9.70623,-3.1479 c -1.83627,-6.4927 -5.31221,-16.986 -7.67318,-22.8883 -2.42653,-6.3616 -6.95178,-16.3957 -9.64067,-21.5112 l -8.72248,2.8201 c 2.75455,4.9843 7.01735,14.6905 9.50954,21.5766 z"
         style="font-weight:bold;font-size:66.0196px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#ffd556;fill-opacity:1;stroke:#ffd556;stroke-width:2.98014;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         id="path2328" />
      <path
         d="m 451.99824,-1091.2823 c 6.49274,-4.1972 12.39522,-9.116 17.37941,-14.1003 l -7.01735,-6.3615 c -3.67263,4.8532 -10.49319,10.69 -17.11705,14.8217 -7.34526,4.5252 -18.36316,9.3783 -29.84009,11.8705 l 4.72194,8.0011 c 7.60761,-2.0987 15.80539,-5.509 22.56049,-8.9193 v 21.5111 c 0,2.8856 -0.19679,7.0173 -0.45914,8.5913 h 10.36206 c -0.45904,-1.6395 -0.59027,-5.7057 -0.59027,-8.5913 z"
         style="font-weight:bold;font-size:66.0196px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#ffd556;fill-opacity:1;stroke:#ffd556;stroke-width:2.98014;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         id="path2330" />
      <path
         d="m 525.77867,-1096.7912 v 27.2168 h -31.67645 v -27.2168 z m 8.78805,-2.0987 c 0,-1.9675 0,-4.3941 0.13113,-6.3615 -2.36097,0.1312 -4.85307,0.1312 -6.49264,0.1312 h -36.07048 c -1.7707,0 -4.2629,-0.066 -6.95178,-0.1312 0.13122,1.8363 0.13122,4.5252 0.13122,6.3615 v 32.0699 c 0,3.148 -0.13122,8.8537 -0.19679,9.1816 h 9.0504 l -0.0656,-3.607 h 31.61079 l -0.0656,3.607 h 9.0504 c 0,-0.2623 -0.13113,-6.5583 -0.13113,-9.116 z"
         style="font-weight:bold;font-size:66.0196px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#ffd556;fill-opacity:1;stroke:#ffd556;stroke-width:2.98014;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         id="path2332" />
      <path
         d="m 575.62129,-1097.775 -7.8043,2.5577 c 1.63958,3.4104 4.52525,11.3458 5.31221,14.5594 l 7.86986,-2.7544 c -0.91808,-3.0168 -4.13167,-11.5426 -5.37777,-14.3627 z m 14.95288,1.8363 c -0.7214,8.1979 -3.86942,16.9204 -8.32901,22.4948 -5.44333,6.8207 -14.5593,11.805 -21.77343,13.7068 l 6.88622,7.0174 c 7.67318,-2.8856 15.87096,-8.3946 21.97012,-16.2645 4.45969,-5.7712 7.21414,-12.5919 8.91928,-19.2157 0.39347,-1.3117 0.78695,-2.6889 1.57401,-4.7876 z m -30.168,1.6396 -7.86997,2.8201 c 1.57401,2.8856 4.85316,11.6081 5.96804,15.1496 l 8.00109,-3.0168 c -1.31166,-3.6727 -4.45959,-11.6082 -6.09916,-14.9529 z"
         style="font-weight:bold;font-size:66.0196px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#ffd556;fill-opacity:1;stroke:#ffd556;stroke-width:2.98014;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         id="path2334" />
      <path
         d="m 665.0759,-1082.8877 c -6.03361,-2.9513 -18.62541,-7.6077 -27.41356,-10.1653 v -9.6407 c 0,-2.7544 0.32792,-5.6401 0.59027,-7.9355 h -10.23084 c 0.45904,2.2954 0.65583,5.5745 0.65583,7.9355 v 37.6445 c 0,2.6232 -0.26235,6.5582 -0.65583,9.116 h 10.23084 c -0.26235,-2.6234 -0.59027,-7.2142 -0.59027,-9.116 v -18.5599 c 7.08301,2.4265 16.92037,6.2304 23.67536,9.7718 z"
         style="font-weight:bold;font-size:66.0196px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#ffd556;fill-opacity:1;stroke:#ffd556;stroke-width:2.98014;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         id="path2336" />
    </g>
    <g
       id="g658">
      <path
         d="m -428.84555,-1100.8574 c 2.29541,0 4.78761,0.1312 7.08291,0.2623 v -8.4601 c -2.22974,0.3279 -4.85306,0.459 -7.08291,0.459 h -26.36414 c -2.16428,0 -4.85317,-0.1311 -6.95179,-0.459 v 8.4601 c 1.9675,-0.1311 4.72194,-0.2623 7.01735,-0.2623 z m -34.69315,8.9848 c -2.03305,0 -4.32846,-0.1967 -6.29595,-0.3935 v 8.5914 c 1.83626,-0.1312 4.39402,-0.2624 6.29595,-0.2624 h 18.03524 c -0.26235,5.509 -1.37732,10.4277 -4.06621,14.4938 -2.62322,3.8038 -7.21404,7.6076 -11.87041,9.3783 l 7.67318,5.5746 c 5.83681,-2.9513 10.88666,-8.0667 13.18207,-12.5919 2.36097,-4.5908 3.80385,-10.0998 4.19733,-16.8548 h 15.8054 c 1.83626,0 4.32846,0.066 5.96804,0.1968 v -8.5258 c -1.77071,0.2624 -4.59082,0.3935 -5.96804,0.3935 z"
         style="font-weight:bold;font-size:66.0196px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#212121;fill-opacity:1;stroke:#212121;stroke-width:2.98014;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         id="path3467" />
      <path
         d="m -360.50855,-1107.2189 c -1.31166,0.4591 -3.93498,0.8526 -6.82055,0.8526 h -23.0851 c -1.96749,0 -5.96803,-0.1968 -7.73874,-0.4591 v 9.3127 c 1.37723,-0.066 4.98429,-0.459 7.73874,-0.459 h 22.23248 c -1.44279,4.6563 -5.44334,11.149 -9.7718,16.0677 -6.16472,6.8862 -16.3301,14.8217 -26.88885,18.8222 l 6.755,7.083 c 8.98483,-4.2629 17.70732,-11.0835 24.6591,-18.4288 6.16473,5.968 12.26389,12.6575 16.52679,18.5599 l 7.47639,-6.4926 c -3.86932,-4.722 -11.80485,-13.1166 -18.29749,-18.7567 4.39402,-5.9024 8.06665,-12.9198 10.2964,-18.0352 0.59026,-1.3116 1.7708,-3.3447 2.2954,-4.0662 z"
         style="font-weight:bold;font-size:66.0196px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#212121;fill-opacity:1;stroke:#212121;stroke-width:2.98014;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         id="path3469" />
      <path
         d="m -287.25282,-1082.8877 c -6.0336,-2.9513 -18.6255,-7.6077 -27.41355,-10.1653 v -9.6407 c 0,-2.7544 0.32791,-5.6401 0.59026,-7.9355 h -10.23093 c 0.45914,2.2954 0.65583,5.5745 0.65583,7.9355 v 37.6445 c 0,2.6232 -0.26235,6.5582 -0.65583,9.116 h 10.23093 c -0.26235,-2.6234 -0.59026,-7.2142 -0.59026,-9.116 v -18.5599 c 7.08291,2.4265 16.92036,6.2304 23.67536,9.7718 z"
         style="font-weight:bold;font-size:66.0196px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#212121;fill-opacity:1;stroke:#212121;stroke-width:2.98014;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         id="path3471" />
      <path
         d="m -226.13002,-1105.9073 c 0,-2.0986 1.7052,-3.8037 3.80387,-3.8037 2.0986,0 3.8038,1.7051 3.8038,3.8037 0,2.0332 -1.7052,3.7383 -3.8038,3.7383 -2.09867,0 -3.80387,-1.7051 -3.80387,-3.7383 z m -4.06607,0 c 0,4.2629 3.54147,7.8044 7.86994,7.8044 4.3285,0 7.86987,-3.5415 7.86987,-7.8044 0,-4.3284 -3.54137,-7.8698 -7.86987,-7.8698 -4.32847,0 -7.86994,3.5414 -7.86994,7.8698 z m -35.87366,26.7578 c -2.22985,5.7713 -6.09917,12.8542 -10.23094,18.232 l 9.18163,3.8693 c 3.47584,-4.9186 7.34526,-12.3951 9.70623,-18.7566 2.22975,-6.0992 4.65638,-15.1496 5.57446,-19.7404 0.26235,-1.4428 0.98375,-4.6564 1.57401,-6.5582 l -9.575,-1.9675 c -0.78706,8.329 -3.27915,17.5761 -6.23039,24.9214 z m 32.39785,-1.3773 c 2.62331,7.0829 4.98431,15.3464 6.82048,23.1507 l 9.70627,-3.1479 c -1.8363,-6.4927 -5.31217,-16.986 -7.67317,-22.8883 -2.4265,-6.3616 -6.95177,-16.3957 -9.64064,-21.5112 l -8.72249,2.8201 c 2.75455,4.9843 7.01735,14.6905 9.50955,21.5766 z"
         style="font-weight:bold;font-size:66.0196px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#212121;fill-opacity:1;stroke:#212121;stroke-width:2.98014;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         id="path3473" />
      <path
         d="m -172.41822,-1091.2823 c 6.49267,-4.1972 12.39514,-9.116 17.37931,-14.1003 l -7.01737,-6.3615 c -3.67257,4.8532 -10.49314,10.69 -17.11691,14.8217 -7.34524,4.5252 -18.36308,9.3783 -29.83992,11.8705 l 4.72187,8.0011 c 7.60757,-2.0987 15.80531,-5.509 22.56038,-8.9193 v 21.5111 c 0,2.8856 -0.1968,7.0173 -0.4591,8.5913 h 10.36194 c -0.459,-1.6395 -0.5902,-5.7057 -0.5902,-8.5913 z"
         style="font-weight:bold;font-size:66.0196px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#212121;fill-opacity:1;stroke:#212121;stroke-width:2.98014;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         id="path3475" />
      <path
         d="m -98.638243,-1096.7912 v 27.2168 h -31.676217 v -27.2168 z m 8.788037,-2.0987 c 0,-1.9675 0,-4.3941 0.1311,-6.3615 -2.36097,0.1312 -4.85307,0.1312 -6.492637,0.1312 h -36.070217 c -1.77067,0 -4.26287,-0.066 -6.95174,-0.1312 0.1312,1.8363 0.1312,4.5252 0.1312,6.3615 v 32.0699 c 0,3.148 -0.1312,8.8537 -0.1968,9.1816 h 9.05034 l -0.066,-3.607 h 31.610517 l -0.065,3.607 h 9.050337 c 0,-0.2623 -0.1311,-6.5583 -0.1311,-9.116 z"
         style="font-weight:bold;font-size:66.0196px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#212121;fill-opacity:1;stroke:#212121;stroke-width:2.98014;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         id="path3477" />
      <path
         d="m -48.795941,-1097.775 -7.804267,2.5577 c 1.6396,3.4104 4.525267,11.3458 5.312167,14.5594 l 7.869867,-2.7544 c -0.9181,-3.0168 -4.131701,-11.5426 -5.377767,-14.3627 z m 14.952801,1.8363 c -0.7214,8.1979 -3.869367,16.9204 -8.328968,22.4948 -5.443267,6.8207 -14.5592,11.805 -21.773238,13.7068 l 6.886138,7.0174 c 7.673167,-2.8856 15.870801,-8.3946 21.969968,-16.2645 4.459667,-5.7712 7.214067,-12.5919 8.919233,-19.2157 0.393501,-1.3117 0.786901,-2.6889 1.574001,-4.7876 z m -30.167806,1.6396 -7.869963,2.8201 c 1.574,2.8856 4.853167,11.6081 5.968067,15.1496 l 8.001033,-3.0168 c -1.311666,-3.6727 -4.459566,-11.6082 -6.099137,-14.9529 z"
         style="font-weight:bold;font-size:66.0196px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#212121;fill-opacity:1;stroke:#212121;stroke-width:2.98014;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         id="path3479" />
      <path
         d="m 40.658096,-1082.8877 c -6.033567,-2.9513 -18.625301,-7.6077 -27.413335,-10.1653 v -9.6407 c 0,-2.7544 0.3279,-5.6401 0.5902,-7.9355 H 3.6042281 c 0.459,2.2954 0.6558,5.5745 0.6558,7.9355 v 37.6445 c 0,2.6232 -0.2623,6.5582 -0.6558,9.116 H 13.834961 c -0.2623,-2.6234 -0.5902,-7.2142 -0.5902,-9.116 v -18.5599 c 7.082967,2.4265 16.920201,6.2304 23.675135,9.7718 z"
         style="font-weight:bold;font-size:66.0196px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#212121;fill-opacity:1;stroke:#212121;stroke-width:2.98014;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         id="path3481" />
    </g>
    <rect
       style="opacity:1;fill:#212121;fill-opacity:1;stroke:none;stroke-width:1.00906;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="rect534"
       width="600"
       height="500"
       x="723.87231"
       y="-1519.5397"
       inkscape:export-filename="guix-test-pilot-2021-MDD-yellow.png"
       inkscape:export-xdpi="300"
       inkscape:export-ydpi="300" />
    <g
       id="g550"
       transform="translate(613.83366,-597.95865)"
       style="fill:#61c0cf;fill-opacity:1">
      <path
         id="path536"
         style="fill:#61c0cf;fill-opacity:1;stroke:none;stroke-width:0.940197"
         d="m 599.74743,-893.10428 v 0.0102 l 24.7625,33.61125 -24.7625,33.61115 v 0.0102 h 17.70887 l 15.91096,-21.59672 15.911,21.59672 h 17.70884 v -0.0102 l -24.7625,-33.61115 24.7625,-33.61125 v -0.0102 h -17.70884 l -15.911,21.59672 -15.91096,-21.59672 z" />
      <path
         id="path538"
         style="fill:#61c0cf;fill-opacity:1;stroke:none;stroke-width:1.01302"
         d="m 161.24171,-893.1025 c -4.51523,0 -8.15028,3.63491 -8.15028,8.15032 v 50.93877 c 0,4.51521 3.63505,8.15022 8.15028,8.15022 h 50.93912 c 4.51524,0 8.15029,-3.63501 8.15029,-8.15022 v -15.17537 -14.26306 h -14.26313 -17.61621 v 14.26306 h 17.61621 v 4.98772 c 0,2.25762 -1.81726,4.07479 -4.07487,4.07479 h -30.56369 c -2.25761,0 -4.0754,-1.81717 -4.0754,-4.07479 v -30.56347 c 0,-2.25762 1.81779,-4.07489 4.0754,-4.07489 h 24.71197 v 0 h 9.92659 v 4.0754 1.12504 h 14.26313 v -11.31269 c 0,-4.51541 -3.63505,-8.15032 -8.15029,-8.15032 z"
         sodipodi:nodetypes="ssssssccccccssssssccccccsss" />
      <path
         id="path540"
         style="fill:#61c0cf;fill-opacity:1;stroke:none;stroke-width:1.01461"
         d="m 309.97116,-893.1025 v 59.06341 c 0,4.52937 3.63503,8.1758 8.15028,8.1758 h 50.9391 c 4.51525,0 8.1503,-3.64643 8.1503,-8.1758 v -59.06341 h -14.26313 v 48.84377 c 0,2.26465 -1.81725,4.08753 -4.07489,4.08753 h -30.56367 c -2.25761,0 -4.07539,-1.82288 -4.07539,-4.08753 v -48.84377 z"
         sodipodi:nodetypes="cssssccsssscc" />
      <path
         id="path542"
         style="fill:#61c0cf;fill-opacity:1;stroke:none;stroke-width:1.98118"
         d="m 231.5313,-893.1025 v 67.23931 h 14.2626 v -45.84523 l 38.71396,45.84523 h 14.26312 v -67.23931 h -14.26312 v 45.84482 L 245.7939,-893.1025 Z" />
      <path
         id="path544"
         style="fill:#61c0cf;fill-opacity:1;stroke:none;stroke-width:1.01302"
         d="m 425.40327,-893.10428 c -4.51523,0 -8.15028,3.63491 -8.15028,8.15032 v 50.93876 c 0,4.51521 3.63505,8.15022 8.15028,8.15022 h 50.93911 c 4.51525,0 8.15029,-3.63501 8.15029,-8.15022 v -15.17537 -14.26305 h -14.26312 -17.61621 v 14.26305 h 17.61621 v 4.98772 c 0,2.25762 -1.81727,4.07479 -4.07488,4.07479 h -30.56368 c -2.25762,0 -4.07541,-1.81717 -4.07541,-4.07479 v -30.56346 c 0,-2.25762 1.81779,-4.07489 4.07541,-4.07489 h 24.71196 v 0 h 9.9266 v 4.0754 1.12504 h 14.26312 v -11.31269 c 0,-4.51541 -3.63504,-8.15032 -8.15029,-8.15032 z"
         sodipodi:nodetypes="ssssssccccccssssssccccccsss" />
      <path
         id="path546"
         style="fill:#61c0cf;fill-opacity:1;stroke:none;stroke-width:1.01461"
         d="m 495.7435,-893.10418 v 59.06341 c 0,4.52937 3.63502,8.17579 8.15027,8.17579 h 50.9391 c 4.51525,0 8.1503,-3.64642 8.1503,-8.17579 v -59.06341 h -14.26313 v 48.84377 c 0,2.26465 -1.81724,4.08753 -4.07488,4.08753 h -30.56368 c -2.25761,0 -4.07539,-1.82288 -4.07539,-4.08753 v -48.84377 z"
         sodipodi:nodetypes="cssssccsssscc" />
      <path
         id="path548"
         style="fill:#61c0cf;fill-opacity:1;stroke:none;stroke-width:1.98118"
         d="m 574.23404,-893.10428 v 67.2393 h 14.2626 v -67.2393 z"
         sodipodi:nodetypes="ccccc" />
    </g>
    <g
       id="g648">
      <path
         d="m 809.40427,-1100.8574 c 2.29541,0 4.78761,0.1312 7.08291,0.2623 v -8.4601 c -2.22974,0.3279 -4.85306,0.459 -7.08291,0.459 h -26.36414 c -2.16428,0 -4.85317,-0.1311 -6.95179,-0.459 v 8.4601 c 1.9675,-0.1311 4.72194,-0.2623 7.01735,-0.2623 z m -34.69315,8.9848 c -2.03305,0 -4.32846,-0.1967 -6.29595,-0.3935 v 8.5914 c 1.83626,-0.1312 4.39402,-0.2624 6.29595,-0.2624 h 18.03524 c -0.26235,5.509 -1.37732,10.4277 -4.06621,14.4938 -2.62322,3.8038 -7.21404,7.6076 -11.87041,9.3783 l 7.67318,5.5746 c 5.83681,-2.9513 10.88666,-8.0667 13.18207,-12.5919 2.36097,-4.5908 3.80385,-10.0998 4.19733,-16.8548 h 15.8054 c 1.83626,0 4.32846,0.066 5.96804,0.1968 v -8.5258 c -1.77071,0.2624 -4.59082,0.3935 -5.96804,0.3935 z"
         style="font-weight:bold;font-size:66.0196px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#61c0cf;fill-opacity:1;stroke:#61c0cf;stroke-width:2.98014;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         id="path552" />
      <path
         d="m 877.74127,-1107.2189 c -1.31166,0.4591 -3.93498,0.8526 -6.82055,0.8526 h -23.0851 c -1.96749,0 -5.96803,-0.1968 -7.73874,-0.4591 v 9.3127 c 1.37723,-0.066 4.98429,-0.459 7.73874,-0.459 h 22.23248 c -1.44279,4.6563 -5.44334,11.149 -9.7718,16.0677 -6.16472,6.8862 -16.3301,14.8217 -26.88885,18.8222 l 6.755,7.083 c 8.98483,-4.2629 17.70732,-11.0835 24.6591,-18.4288 6.16473,5.968 12.26389,12.6575 16.52679,18.5599 l 7.47639,-6.4926 c -3.86932,-4.722 -11.80485,-13.1166 -18.29749,-18.7567 4.39402,-5.9024 8.06665,-12.9198 10.2964,-18.0352 0.59026,-1.3116 1.7708,-3.3447 2.2954,-4.0662 z"
         style="font-weight:bold;font-size:66.0196px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#61c0cf;fill-opacity:1;stroke:#61c0cf;stroke-width:2.98014;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         id="path554" />
      <path
         d="m 950.997,-1082.8877 c -6.0336,-2.9513 -18.6255,-7.6077 -27.41355,-10.1653 v -9.6407 c 0,-2.7544 0.32791,-5.6401 0.59026,-7.9355 h -10.23093 c 0.45914,2.2954 0.65583,5.5745 0.65583,7.9355 v 37.6445 c 0,2.6232 -0.26235,6.5582 -0.65583,9.116 h 10.23093 c -0.26235,-2.6234 -0.59026,-7.2142 -0.59026,-9.116 v -18.5599 c 7.08291,2.4265 16.92036,6.2304 23.67536,9.7718 z"
         style="font-weight:bold;font-size:66.0196px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#61c0cf;fill-opacity:1;stroke:#61c0cf;stroke-width:2.98014;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         id="path556" />
      <path
         d="m 1012.1199,-1105.9073 c 0,-2.0986 1.7051,-3.8037 3.8038,-3.8037 2.0986,0 3.8038,1.7051 3.8038,3.8037 0,2.0332 -1.7052,3.7383 -3.8038,3.7383 -2.0987,0 -3.8038,-1.7051 -3.8038,-3.7383 z m -4.0661,0 c 0,4.2629 3.5415,7.8044 7.8699,7.8044 4.3285,0 7.8699,-3.5415 7.8699,-7.8044 0,-4.3284 -3.5414,-7.8698 -7.8699,-7.8698 -4.3284,0 -7.8699,3.5414 -7.8699,7.8698 z m -35.87373,26.7578 c -2.22985,5.7713 -6.09917,12.8542 -10.23094,18.232 l 9.18163,3.8693 c 3.47584,-4.9186 7.34526,-12.3951 9.70623,-18.7566 2.22975,-6.0992 4.65638,-15.1496 5.57446,-19.7404 0.26235,-1.4428 0.98375,-4.6564 1.57401,-6.5582 l -9.575,-1.9675 c -0.78706,8.329 -3.27915,17.5761 -6.23039,24.9214 z m 32.39783,-1.3773 c 2.6233,7.0829 4.9843,15.3464 6.8206,23.1507 l 9.7062,-3.1479 c -1.8363,-6.4927 -5.3122,-16.986 -7.6732,-22.8883 -2.4265,-6.3616 -6.9518,-16.3957 -9.6406,-21.5112 l -8.72253,2.8201 c 2.75455,4.9843 7.01733,14.6905 9.50953,21.5766 z"
         style="font-weight:bold;font-size:66.0196px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#61c0cf;fill-opacity:1;stroke:#61c0cf;stroke-width:2.98014;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         id="path558" />
      <path
         d="m 1065.8319,-1091.2823 c 6.4927,-4.1972 12.3952,-9.116 17.3794,-14.1003 l -7.0173,-6.3615 c -3.6727,4.8532 -10.4932,10.69 -17.1171,14.8217 -7.3453,4.5252 -18.3631,9.3783 -29.8401,11.8705 l 4.722,8.0011 c 7.6076,-2.0987 15.8054,-5.509 22.5605,-8.9193 v 21.5111 c 0,2.8856 -0.1968,7.0173 -0.4592,8.5913 h 10.3621 c -0.4591,-1.6395 -0.5903,-5.7057 -0.5903,-8.5913 z"
         style="font-weight:bold;font-size:66.0196px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#61c0cf;fill-opacity:1;stroke:#61c0cf;stroke-width:2.98014;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         id="path560" />
      <path
         d="m 1139.6123,-1096.7912 v 27.2168 h -31.6764 v -27.2168 z m 8.7881,-2.0987 c 0,-1.9675 0,-4.3941 0.1311,-6.3615 -2.361,0.1312 -4.8531,0.1312 -6.4926,0.1312 h -36.0705 c -1.7707,0 -4.2629,-0.066 -6.9518,-0.1312 0.1312,1.8363 0.1312,4.5252 0.1312,6.3615 v 32.0699 c 0,3.148 -0.1312,8.8537 -0.1968,9.1816 h 9.0504 l -0.066,-3.607 h 31.6108 l -0.066,3.607 h 9.0504 c 0,-0.2623 -0.1311,-6.5583 -0.1311,-9.116 z"
         style="font-weight:bold;font-size:66.0196px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#61c0cf;fill-opacity:1;stroke:#61c0cf;stroke-width:2.98014;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         id="path562" />
      <path
         d="m 1189.455,-1097.775 -7.8043,2.5577 c 1.6395,3.4104 4.5252,11.3458 5.3122,14.5594 l 7.8698,-2.7544 c -0.9181,-3.0168 -4.1316,-11.5426 -5.3777,-14.3627 z m 14.9528,1.8363 c -0.7214,8.1979 -3.8694,16.9204 -8.329,22.4948 -5.4433,6.8207 -14.5593,11.805 -21.7734,13.7068 l 6.8862,7.0174 c 7.6732,-2.8856 15.871,-8.3946 21.9701,-16.2645 4.4597,-5.7712 7.2142,-12.5919 8.9193,-19.2157 0.3935,-1.3117 0.787,-2.6889 1.574,-4.7876 z m -30.168,1.6396 -7.8699,2.8201 c 1.574,2.8856 4.8531,11.6081 5.968,15.1496 l 8.0011,-3.0168 c -1.3117,-3.6727 -4.4596,-11.6082 -6.0992,-14.9529 z"
         style="font-weight:bold;font-size:66.0196px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#61c0cf;fill-opacity:1;stroke:#61c0cf;stroke-width:2.98014;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         id="path564" />
      <path
         d="m 1278.9096,-1082.8877 c -6.0336,-2.9513 -18.6254,-7.6077 -27.4136,-10.1653 v -9.6407 c 0,-2.7544 0.3279,-5.6401 0.5903,-7.9355 h -10.2309 c 0.4591,2.2954 0.6559,5.5745 0.6559,7.9355 v 37.6445 c 0,2.6232 -0.2624,6.5582 -0.6559,9.116 h 10.2309 c -0.2624,-2.6234 -0.5903,-7.2142 -0.5903,-9.116 v -18.5599 c 7.083,2.4265 16.9204,6.2304 23.6754,9.7718 z"
         style="font-weight:bold;font-size:66.0196px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#61c0cf;fill-opacity:1;stroke:#61c0cf;stroke-width:2.98014;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         id="path566" />
    </g>
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer4"
     inkscape:label="Screen"
     style="display:inline"
     sodipodi:insensitive="true"
     transform="translate(-110.03853,1519.5397)">
    <path
       id="path3035"
       style="display:inline;fill:#545454;fill-opacity:1;stroke:none;stroke-width:0.529167"
       d="m -471.32551,-809.86153 v 276.55375 H 42.570063 v -235.9862 L 2.0031276,-809.86153 Z m 477.5712043,0 36.3243687,36.32492 v -4.24264 l -32.081702,-32.08228 z m 8.4852667,0 27.839102,27.83965 v -4.24264 l -23.596435,-23.59701 z m 8.485334,0 19.353768,19.35438 v -4.24264 l -15.111201,-15.11174 z m 8.485234,0 10.868534,10.86911 v -10.86911 z"
       sodipodi:nodetypes="ccccccccccccccccccccccccc" />
    <text
       xml:space="preserve"
       style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.5833px;line-height:1.25;font-family:'Noto Mono';-inkscape-font-specification:'Noto Mono Bold';display:inline;fill:#ffffff;fill-opacity:1;stroke-width:0.264583"
       x="-456.55057"
       y="-785.13037"
       id="text3039"><tspan
         sodipodi:role="line"
         id="tspan3037"
         x="-456.55057"
         y="-785.13037"
         style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.5833px;font-family:'Noto Mono';-inkscape-font-specification:'Noto Mono Bold';fill:#ffffff;fill-opacity:1;stroke-width:0.264583">you@gnu: ~$ guix build world</tspan></text>
    <path
       id="path3081"
       style="display:inline;fill:#ffd556;fill-opacity:1;stroke:none;stroke-width:0.529167"
       d="m 153.09143,-809.86153 v 276.55375 h 513.89566 v -235.9862 l -40.56696,-40.56755 z m 477.57127,0 36.32439,36.32492 v -4.24264 l -32.08172,-32.08228 z m 8.48527,0 27.83912,27.83965 v -4.24264 l -23.59645,-23.59701 z m 8.48534,0 19.35378,19.35438 v -4.24264 l -15.11121,-15.11174 z m 8.48524,0 10.86854,10.86911 v -10.86911 z"
       sodipodi:nodetypes="ccccccccccccccccccccccccc" />
    <text
       xml:space="preserve"
       style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.5833px;line-height:1.25;font-family:'Noto Mono';-inkscape-font-specification:'Noto Mono Bold';display:inline;fill:#212121;fill-opacity:1;stroke-width:0.264583"
       x="167.86583"
       y="-785.13037"
       id="text3085"><tspan
         sodipodi:role="line"
         id="tspan3083"
         x="167.86583"
         y="-785.13037"
         style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.5833px;font-family:'Noto Mono';-inkscape-font-specification:'Noto Mono Bold';fill:#212121;fill-opacity:1;stroke-width:0.264583">you@gnu: ~$ guix build world</tspan></text>
    <path
       id="path3125"
       style="display:inline;fill:#61c0cf;fill-opacity:1;stroke:none;stroke-width:0.529167"
       d="m 766.92515,-809.86153 v 276.55375 h 513.89725 v -235.9862 l -40.5672,-40.56755 z m 477.57265,0 36.3246,36.32492 v -4.24264 l -32.0819,-32.08228 z m 8.4853,0 27.8393,27.83965 v -4.24264 l -23.5966,-23.59701 z m 8.4854,0 19.3539,19.35438 v -4.24264 l -15.1113,-15.11174 z m 8.4853,0 10.8686,10.86911 v -10.86911 z"
       sodipodi:nodetypes="ccccccccccccccccccccccccc" />
    <text
       xml:space="preserve"
       style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.5833px;line-height:1.25;font-family:'Noto Mono';-inkscape-font-specification:'Noto Mono Bold';display:inline;fill:#212121;fill-opacity:1;stroke-width:0.264583"
       x="781.69977"
       y="-785.13037"
       id="text3129"><tspan
         sodipodi:role="line"
         id="tspan3127"
         x="781.69977"
         y="-785.13037"
         style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.5833px;font-family:'Noto Mono';-inkscape-font-specification:'Noto Mono Bold';fill:#212121;fill-opacity:1;stroke-width:0.264583">you@gnu: ~$ guix build world</tspan></text>
    <path
       id="path1002"
       style="display:inline;fill:#b42b6f;fill-opacity:1;stroke:none;stroke-width:0.529167"
       d="M -471.32551,-217.19484 V 59.35888 H 42.570063 V -176.62729 L 2.0031276,-217.19484 Z m 477.5712043,0 36.3243687,36.32492 v -4.24264 l -32.081702,-32.08228 z m 8.4852667,0 27.839102,27.83965 v -4.24264 l -23.596435,-23.59701 z m 8.485334,0 19.353768,19.35438 v -4.24264 l -15.111201,-15.11174 z m 8.485234,0 10.868534,10.86911 v -10.86911 z"
       sodipodi:nodetypes="ccccccccccccccccccccccccc"
       inkscape:export-filename="guix-test-pilot-AAAA-MDD-magentish.png"
       inkscape:export-xdpi="300"
       inkscape:export-ydpi="300" />
    <text
       xml:space="preserve"
       style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.5833px;line-height:1.25;font-family:'Noto Mono';-inkscape-font-specification:'Noto Mono Bold';display:inline;fill:#ffffff;fill-opacity:1;stroke-width:0.264583"
       x="-456.55057"
       y="-192.46371"
       id="text1006"
       inkscape:export-filename="guix-test-pilot-AAAA-MDD-magentish.png"
       inkscape:export-xdpi="300"
       inkscape:export-ydpi="300"><tspan
         sodipodi:role="line"
         id="tspan1004"
         x="-456.55057"
         y="-192.46371"
         style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.5833px;font-family:'Noto Mono';-inkscape-font-specification:'Noto Mono Bold';fill:#ffffff;fill-opacity:1;stroke-width:0.264583">you@gnu: ~$ guix build world</tspan></text>
    <path
       id="path1008"
       style="display:inline;fill:#212121;fill-opacity:1;stroke:none;stroke-width:0.529167"
       d="M 153.09143,-217.19484 V 59.35888 h 513.89566 v -235.98617 l -40.56696,-40.56755 z m 477.57127,0 36.32439,36.32492 v -4.24264 l -32.08172,-32.08228 z m 8.48527,0 27.83912,27.83965 v -4.24264 l -23.59645,-23.59701 z m 8.48534,0 19.35378,19.35438 v -4.24264 l -15.11121,-15.11174 z m 8.48524,0 10.86854,10.86911 v -10.86911 z"
       sodipodi:nodetypes="ccccccccccccccccccccccccc"
       inkscape:export-filename="guix-test-pilot-AAAA-MDD-graphite.png"
       inkscape:export-xdpi="300"
       inkscape:export-ydpi="300" />
    <text
       xml:space="preserve"
       style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.5833px;line-height:1.25;font-family:'Noto Mono';-inkscape-font-specification:'Noto Mono Bold';display:inline;fill:#ffffff;fill-opacity:1;stroke-width:0.264583"
       x="167.86583"
       y="-192.46371"
       id="text1012"
       inkscape:export-filename="guix-test-pilot-AAAA-MDD-graphite.png"
       inkscape:export-xdpi="300"
       inkscape:export-ydpi="300"><tspan
         sodipodi:role="line"
         id="tspan1010"
         x="167.86583"
         y="-192.46371"
         style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.5833px;font-family:'Noto Mono';-inkscape-font-specification:'Noto Mono Bold';fill:#ffffff;fill-opacity:1;stroke-width:0.264583">you@gnu: ~$ guix build world</tspan></text>
    <path
       id="path1014"
       style="display:inline;fill:#13889b;fill-opacity:1;stroke:none;stroke-width:0.529167"
       d="M 766.92515,-217.19484 V 59.35888 h 513.89725 v -235.98617 l -40.5672,-40.56755 z m 477.57265,0 36.3246,36.32492 v -4.24264 l -32.0819,-32.08228 z m 8.4853,0 27.8393,27.83965 v -4.24264 l -23.5966,-23.59701 z m 8.4854,0 19.3539,19.35438 v -4.24264 l -15.1113,-15.11174 z m 8.4853,0 10.8686,10.86911 v -10.86911 z"
       sodipodi:nodetypes="ccccccccccccccccccccccccc" />
    <text
       xml:space="preserve"
       style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.5833px;line-height:1.25;font-family:'Noto Mono';-inkscape-font-specification:'Noto Mono Bold';display:inline;fill:#ffffff;fill-opacity:1;stroke-width:0.264583"
       x="781.69977"
       y="-192.46371"
       id="text1018"><tspan
         sodipodi:role="line"
         id="tspan1016"
         x="781.69977"
         y="-192.46371"
         style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.5833px;font-family:'Noto Mono';-inkscape-font-specification:'Noto Mono Bold';fill:#ffffff;fill-opacity:1;stroke-width:0.264583">you@gnu: ~$ guix build world</tspan></text>
    <path
       id="path2395"
       style="display:inline;fill:#ffd556;fill-opacity:1;stroke:none;stroke-width:0.529167"
       d="m 153.09143,-1407.8225 v 276.5553 h 513.89566 v -235.9876 l -40.56696,-40.5677 z m 477.57127,0 36.32439,36.3251 v -4.2427 l -32.08172,-32.0824 z m 8.48527,0 27.83912,27.8398 v -4.2427 l -23.59645,-23.5971 z m 8.48534,0 19.35378,19.3545 v -4.2427 l -15.11121,-15.1118 z m 8.48524,0 10.86854,10.8691 v -10.8691 z"
       sodipodi:nodetypes="ccccccccccccccccccccccccc" />
    <text
       xml:space="preserve"
       style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.5833px;line-height:1.25;font-family:'Noto Mono';-inkscape-font-specification:'Noto Mono Bold';display:inline;fill:#212121;fill-opacity:1;stroke-width:0.264583"
       x="167.86583"
       y="-1383.0869"
       id="text2399"><tspan
         sodipodi:role="line"
         id="tspan2397"
         x="167.86583"
         y="-1383.0869"
         style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.5833px;font-family:'Noto Mono';-inkscape-font-specification:'Noto Mono Bold';fill:#212121;fill-opacity:1;stroke-width:0.264583">you@gnu: ~$ guix build world</tspan></text>
    <path
       id="path2471"
       style="display:inline;fill:#212121;fill-opacity:1;stroke:none;stroke-width:0.529167"
       d="m -471.32551,-1407.8229 v 276.5554 H 42.570063 v -235.9876 l -40.5669349,-40.5678 z m 477.5712043,0 36.3243687,36.3251 v -4.2426 l -32.081702,-32.0825 z m 8.4852667,0 27.839102,27.8398 v -4.2426 l -23.596435,-23.5972 z m 8.485334,0 19.353768,19.3545 v -4.2427 l -15.111201,-15.1118 z m 8.485234,0 10.868534,10.8692 v -10.8692 z"
       sodipodi:nodetypes="ccccccccccccccccccccccccc"
       inkscape:export-filename="guix-test-pilot-AAAA-MDD-graphite.png"
       inkscape:export-xdpi="300"
       inkscape:export-ydpi="300" />
    <text
       xml:space="preserve"
       style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.5833px;line-height:1.25;font-family:'Noto Mono';-inkscape-font-specification:'Noto Mono Bold';display:inline;fill:#ffffff;fill-opacity:1;stroke-width:0.264583"
       x="-456.55057"
       y="-1383.0875"
       id="text2475"
       inkscape:export-filename="guix-test-pilot-AAAA-MDD-graphite.png"
       inkscape:export-xdpi="300"
       inkscape:export-ydpi="300"><tspan
         sodipodi:role="line"
         id="tspan2473"
         x="-456.55057"
         y="-1383.0875"
         style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.5833px;font-family:'Noto Mono';-inkscape-font-specification:'Noto Mono Bold';fill:#ffffff;fill-opacity:1;stroke-width:0.264583">you@gnu: ~$ guix build world</tspan></text>
    <path
       id="path570"
       style="display:inline;fill:#61c0cf;fill-opacity:1;stroke:none;stroke-width:0.529167"
       d="m 766.92515,-1407.8225 v 276.5553 h 513.89725 v -235.9876 l -40.5672,-40.5677 z m 477.57265,0 36.3246,36.3251 v -4.2427 l -32.0819,-32.0824 z m 8.4853,0 27.8393,27.8398 v -4.2427 l -23.5966,-23.5971 z m 8.4854,0 19.3539,19.3545 v -4.2427 l -15.1113,-15.1118 z m 8.4853,0 10.8686,10.8691 v -10.8691 z"
       sodipodi:nodetypes="ccccccccccccccccccccccccc" />
    <text
       xml:space="preserve"
       style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.5833px;line-height:1.25;font-family:'Noto Mono';-inkscape-font-specification:'Noto Mono Bold';display:inline;fill:#212121;fill-opacity:1;stroke-width:0.264583"
       x="781.69977"
       y="-1383.0869"
       id="text574"><tspan
         sodipodi:role="line"
         id="tspan572"
         x="781.69977"
         y="-1383.0869"
         style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.5833px;font-family:'Noto Mono';-inkscape-font-specification:'Noto Mono Bold';fill:#212121;fill-opacity:1;stroke-width:0.264583">you@gnu: ~$ guix build world</tspan></text>
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer2"
     inkscape:label="Pilot"
     style="display:inline"
     sodipodi:insensitive="true"
     transform="translate(-110.03853,1519.5397)">
    <g
       id="g445">
      <path
         id="path392"
         style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         d="m 2039.0449,-3285.7539 -2.8476,4.2578 -7.3262,16.416 -0.4434,10.4688 3.1485,16.6133 3.5683,27.0918 -1.4375,15.1582 -3.3164,21.9296 -4.7695,11.7891 -11.3711,3.7305 -14.0352,0.1797 -12.5253,-4.7129 -7.711,-7.5528 -6.959,-7.1211 -8.7011,-4.4296 -12.7715,-6.3692 -8.9727,-6.0488 -8.6367,-8.1367 -5.3965,-3.8653 -8.5078,-4.3515 -2.7852,2.9687 -1.4941,11.8633 -5.3887,4.8223 -9.916,-13.7852 -5.3222,-14.8203 -5.9239,-8.3242 -10.6054,-8.4336 -6.7872,-7.7715 -3.0078,-6.8359 -4.205,-1.5411 -3.2911,11.4727 -1.3867,15.207 3.7832,31.7852 2.3203,41.8535 -0.705,23.2871 -0.2872,2.3203 4.0879,0.5606 -2.0312,-0.5176 0.9609,-2.4551 2.6407,-19.5547 -0.9141,-27.5996 -1.5723,-19.8144 4.459,-21.3203 3.8789,7.4902 7.1836,11.8105 4.5938,9.6582 9.4082,13.836 4.0156,3.5195 v 9.4844 l -1.9883,11.4785 -3.2812,14.9297 -2.6504,12.164 -7.5977,-0.9746 -8.6992,-0.9824 4.4473,0.6113 -19.1797,-2.289 -13.3672,-1.6582 -4.9004,-0.3067 -7.8106,-0.4336 -19.1816,-0.4843 -21.9141,0.1972 -26.4336,1.0079 -26.875,0.8828 -13.6484,0.7714 -13.8418,1.6075 -7.9433,-7.0664 -5.6622,-5.6465 -8.9336,-7.3867 -10.08,-7.0782 -10.4727,-4.8261 -9.5215,0.9375 -7.5449,3.2539 -7.3672,4.5468 -5.1972,5.5372 -4.3614,7.3613 -2.0761,7.8359 -0.2012,8.6563 -0.6328,5.2207 -21.7246,8.5254 -31.7989,12.7714 -20.2812,10.4532 -21.1563,11.9199 -29.4199,19.1484 -52.4512,38.0117 -35.1543,31.0782 -22.789,23.3222 -13.832,14.3985 -10.3614,11.7344 -6.0449,7.9531 -5.7031,7.2754 -13.5274,13.3379 -6.9765,6.5586 -4.3067,9.0957 -3.0996,11.3418 -0.5195,12.5117 1.2676,8.4336 2.6875,4.791 1.4902,5.4707 -4.8477,14.6445 0.7852,-1.4707 1.7656,-6.1758 2.8731,-6.9902 7.7383,4.2988 36.8242,33.7598 3.3906,9.5937 -1.5898,6.2266 -3.0196,18.8613 -0.3691,15.1817 1.1426,10.8086 2.1796,14.1289 c 0,0 1.6669,9.0238 1.7774,9.6015 0.1104,0.5776 0.2226,7.416 0.2226,7.4161 l -3.1816,6.2421 -3.293,2.5938 -7.2422,6.3769 -10.416,7.7774 c 0,0 -10.6092,8.0403 -10.5039,8.5781 0.1051,0.5379 -9.791,11.4609 -9.791,11.4609 l -7.8086,9.5118 -6.5078,9.5214 -3.9609,7.1758 -2.9532,-0.4707 0.2227,0.3985 -0.2187,5.0214 -12.252,15.6446 -9.0918,10.1347 -8.0059,7.7051 -11.5156,9.6856 -9.9863,12.3222 -3.9277,10.0821 0.2226,10.0722 2.7871,9.4961 6.2305,9.1875 8.1094,4.6328 13.4121,5.0704 13.75,3.4082 8.4218,4.2539 7.5997,5.3925 4.6308,5.9903 2.2656,5.7187 0.3711,5.8418 -2.332,6.2891 -5.0195,9.3769 -3.4844,6.9082 -2.8379,7.4239 0.8965,6.1093 3.9433,5.4903 10.5215,7.623 9.9981,5.7442 -1.9531,2.1718 -7.8086,10.2911 -2.6094,7.7617 3.3066,5.6289 9.8418,12.1426 5.6094,9.8964 1.5449,7.4551 -2.0254,9.4063 -7.4648,12.6504 -3.2266,12.2871 -23.3125,-2.1914 -30.1523,-9.3496 -2.6133,-3.9629 3.459,-4.0293 c 0,0 4.4811,-9.7294 4.039,-10.6739 -0.4419,-0.9449 -1.0781,-8.5781 -1.0781,-8.5781 l -5.4219,-7.7812 -9.3671,-10.9043 -1.6504,-5.7559 0.6621,-7.0976 -1.7676,-10.3301 -4.8008,-4.5684 -12.4551,-3.7715 -14.1464,0.3633 -11.1329,3.1934 -11.3535,4.5976 -7.8672,9.4825 -8.1914,10.4374 -3.4922,12.3594 6.2754,13.9571 9.8653,8.4394 7.8789,14.6348 9.914,10.332 10.9766,3.8731 14.5996,-1.5469 11.7129,-0.2227 37.4121,18.5352 28.6699,7.6152 1.4649,8.4981 5.1972,12.7304 2.584,10.377 -1.3261,18.0547 1.9804,13.8086 11.5879,13.3398 15.3008,11.4336 14.0176,9.7715 14.0742,2.6523 10.1113,-2.3086 11.6485,-6.2441 8.623,-5.2773 8.1699,-2.6485 12.6211,0.2207 8.4278,-2.123 4.9414,-3.5078 8.2461,-9.8438 7.83,-7.5527 15.6934,-7.6778 7.7031,-3.2304 11.25,-5.125 13.457,-4.6289 5.2364,2.9043 22.4258,11.2949 22.4375,17.3808 24.9101,25.0899 21.4317,27.916 25.4824,36.9922 27.1211,31.3457 37.4687,46.7266 20.5801,18.7324 28.6666,24.0209 18.6342,13.5845 30.3086,21.9317 0.1289,0.8164 h 700.4512 v -106.1309 l -14.7969,-5.1269 -18.4492,-7.4668 -12.0469,-4.2051 -19.041,-9.5566 -19.9336,-10.1504 -17.9239,-12.1582 -21.0918,-17.0996 -21.7949,-17.418 -16.4941,-10.8203 -22.959,-11.375 -25.1992,-11.3301 -28.4414,-11.2891 -33.3184,-13.414 -20.7734,-9.2324 -15.7748,-10.5995 -15.1129,-13.8308 c -14.3738,-15.7559 -23.2768,-25.7973 -38.3291,-42.1459 0.1925,-0.9633 0.3555,-1.5547 0.3555,-1.5547 l 14.8886,-6.332 20.1836,-8.8594 17.4473,-9.4024 9.7988,-6.9336 9.3652,-8.4218 6.9317,-8.4199 7.9687,-13.1719 4.4239,-13.6289 1.2441,-8.3321 0.8906,-11.7011 -3.6953,-10.0352 -4.5137,-7.9316 3.1114,-7.7325 3.3652,-6.8046 2.5391,-6.0157 4.5332,-11.6054 7.3398,-19.2754 2.9336,-6.75 15.7481,-0.3926 12.3964,-2.0156 12.5469,-7.0117 7.5078,-11.9844 2.1114,-9.4863 -1.3379,-12.4004 -3.5879,-8.7422 -13.1485,-15.1074 -8.4863,-9.5137 1.6953,-11.3711 3.6348,-15.5254 1.5371,-11.0781 1.4512,-16.0625 0.2207,-27.7012 -0.7989,-19.3164 -2.666,-30.2285 -3.5976,-36.0391 -4.4649,-23.8867 -4.83,-19.3203 c 0,0 -3.0941,-9.9083 -4.1758,-10.8906 -1.0821,-0.9819 -5.6192,-13.6993 -5.6192,-13.6993 l -3.2382,-12.8027 0.2851,-6.4238 11.2656,-15.7207 3.4063,-6 4.6269,-9.7617 1.545,-13.4707 -1.1993,-8.7227 -2.2441,-5.0703 -4.6719,-6.6074 -8.8242,-5.8204 -7.7363,-3.2792 -8.5352,-1.6114 -7.2929,0.4219 -9.25,1.0723 -5.75,-0.1153 -0.418,3.8262 -17.7871,-26.6328 -9.3887,-13.002 -8.1367,-10.6132 -5.1563,-6.752 -6.2148,-7.9531 -11.1738,-12.9278 -8.2032,-8.4375 -5.0547,-4.9335 -6.6074,-6.2422 -8.334,-6.6875 -10.4843,-7.7403 -8.2168,-5.7383 -12.67,-9.6796 -21.1152,-15.0723 -4.9219,-3.4492 2.002,1.209 17.4258,12.2011 20.8027,-3.4863 15.1875,-5.0547 6.1914,-2.332 2.252,4.9961 3.6621,4.6797 6.2129,4.6211 5.8769,0.8632 7.6387,1.6758 10.7734,-1.291 1.877,6.6992 2.0566,22.9199 -4.4785,18.9961 -0.5488,10.6602 8.6152,-15.832 3.7637,-11.3106 3.498,-14.9453 0.8828,-14.1894 -2.0332,-6.3204 8.3457,-1.8339 17.7911,0.3378 10.2519,2.0547 v 12.6172 l 0.127,22.4492 -1.1036,12.0762 -1.7753,11.3985 -2.877,12.8808 -1.7129,12.082 2.5528,14.0411 6.4082,18.875 2.6699,9.9921 3.7929,-0.8496 1.5411,-13.8496 -0.4063,-7.4648 1.9531,-12.3242 2.4375,-17.8457 1.2364,-15.959 0.3105,-12.0781 0.2188,-7.3399 1.3398,-11.0859 3.1328,-9.2891 1.1035,-7.5371 2.584,-7.8672 -0.2187,-5.3555 -0.4825,-12.8476 0.834,-11.2793 -2.7226,-2.8613 -7.6387,-0.3633 -5.8984,2.5801 -7.6446,1.9882 -7.5097,1.3438 -12.9805,2.3965 -14.1367,3.1621 -3.041,-8.9082 2.1289,-5.1289 6.0566,-6.9258 -2.7578,-5.6367 -5.2227,-1.5332 h -10.7578 l -11.375,1.9902 -6.5976,-0.8848 -2.3946,-9.1972 1.8965,-18.1211 5.4043,-6.4414 5.4024,-7.1446 1.7656,-6.6367 4.1797,-6.3652 8.2011,-10.5039 3.6836,-11.3164 5.9668,9.5156 12.7813,3.5176 6.209,-1.9727 -1.3574,-9.8086 -4.4825,-8.4883 -1.1191,-13.7168 4.3984,-13.5253 4.1582,-5.1836 5.2149,-2.209 10.5215,-4.8125 2.1425,-5.7012 0.6641,-8.9414 4.5781,-6.5332 8.961,-4.6074 10.2832,-2.209 3.6621,-4.2324 -0.2188,-8.7168 -3.1679,-6.6543 -7.0723,-2.541 -7.4785,4.8281 -7.0196,7.0137 -9.5312,5.4609 -8.7324,1.3223 -14.3223,1.0156 -12.5859,-3.293 -14.4766,-9.0957 -7.4785,-14.6972 -3.8555,-9.8008 -6.0586,2.0468 -7.1894,8.2696 -1.6367,4.7168 0.9003,10.5508 9.336,6.3144 6.8496,7.5918 v 11.2383 l -6.8418,-0.8653 -6.2051,-1.2832 -7.2207,0.6622 -7.6758,4.791 -9.3164,5.6113 -11.7265,6.3184 -7.3614,1.5449 -15.4277,1.7558 -11.1406,3.2325 -8.4785,8.2109 -7.4727,5.9883 -10.3828,-43.9434 -6.0313,-19.1679 -9.6543,-17.7188 -6.9804,-10.1777 z m -107.9785,110.4043 4.1367,2.4746 6.8262,4.9668 7.0137,5.0918 6.0449,5.3574 5.2441,5.8281 0.3594,4.4747 -6.791,-0.2188 -6.2832,1.5137 -5.6055,-0.6739 -19.1387,-21.6933 0.6622,-3.8926 z m -20.0273,30.1074 3.5449,1.9512 1.6797,4.9062 3.5781,5.5528 3.3359,6.3203 1.4219,8.3203 -5.9941,-0.3242 -4.3028,-0.7285 -8.1074,-0.4668 0.2109,-6.1407 1.3243,-8.3261 z m 123.3574,18.1719 18.6191,6.0195 2.6485,5.0879 -7.5528,-6.4824 -12.3203,-3.6836 -2.8691,0.4394 z m -13.8496,3.8047 -1.6172,0.6543 -8.1641,3.582 7.3516,-3.7656 z m -115.0039,3.6875 6.8925,0.7304 -5.1757,-0.2793 -1.7207,-0.4414 z m 104.0117,1.1679 -2.5918,1.4395 0.6016,-0.4199 z m -79.5,1.2481 0.1816,0.019 19.959,3.6836 3.3457,0.8985 z m 60,10.4492 -3.791,2.6191 -3.5742,-1.2949 1.8437,0.3907 z m 156.3359,6.2891 1.0703,1.1718 2.9707,5.8536 0.9727,8.9453 -1.541,3.9531 -3.5,-0.5488 -3.8067,-0.3125 -22.4824,-2.3125 0.6406,-3.1328 7.9903,-4.2676 6.666,-3.9531 6.9414,-4.4668 z m -79.8789,9.6758 0.291,0.7753 -0.6308,1.6309 z m -4.7715,12.4824 18.1993,11.2988 1.666,1.0059 -11.8243,-6.625 -8.3945,-5.1719 z m -730.3183,263.5195 -1.8242,6.2441 0.8711,-2.6406 z m -14.3809,47.1172 -1.4199,4.7734 -4.1172,19.2774 -2.2031,18.7343 0.08,12.1387 0.9394,-18.5039 3.0859,-20.1055 z m -6.3183,82.8125 0.2949,3.2441 1.1152,4.6172 -1.1894,-5.9863 z m 3.5097,16.5488 0.016,0.057 2.7891,8.1914 0.3359,0.6054 z"
         transform="scale(0.26458333)"
         sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccscccccsccccccccccccccccccccccccccccccccccccccccccccccscccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccscccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
      <path
         style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.298401px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         d="m 585.43869,-856.98908 c 0,0 -9.82,-26.8955 -43.3239,-37.8759 0,0 27.3354,6.9287 43.3239,37.8759 z"
         id="path1326" />
      <path
         style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.244396"
         d="m 588.54019,-858.88608 c -0.9849,0 -2.8007,0.3745 -3.6684,-0.1192 -0.8211,-0.4663 -2.2726,-0.9855 -2.7589,-1.7335 -2.3513,-0.8678 -2.6174,-2.9808 -3.8785,-4.415 -0.8182,-3.0094 -1.6696,-3.0194 -1.6696,-3.0194 -3.4876,0.1136 -5.0493,4.3938 -4.2819,7.3221 0.5134,1.9598 3.3018,1.717 4.1034,3.676 1.0632,2.5897 -0.7111,5.1988 0,7.8193 0.5426,1.9916 3.1479,1.5848 4.1988,3.423 1.6375,2.8704 0.8139,6.1844 1.9894,9.0424 0.7723,1.8751 4.5189,4.7829 6.457,2.7888 1.4468,-1.4899 -0.6404,-4.3001 -0.9825,-5.9659 -0.5963,-2.9067 0.4912,-4.6172 0.9752,-7.3319 -4.4847,2.5429 -1.0998,9.038 -0.2445,12.4642 -2.3706,0.7335 -5.4158,-0.7053 -5.7873,-3.4215 -0.1588,-1.169 0.5084,-2.2732 0.1491,-3.4216 -0.7797,-2.4877 -2.0212,-4.5539 -3.1601,-6.8431 -5.0785,0.325 -1.3784,-6.5933 -2.9719,-9.4615 -0.8822,-1.5861 -3.1306,-1.6074 -3.6268,-3.2471 2.4708,-0.4515 2.3658,-2.5273 3.6659,-4.1548 -0.2419,1.6047 0.6917,2.879 1.5911,4.1452 3.1527,4.44 11.1519,4.6207 15.7611,2.4401 1.8819,-0.8907 3.1112,-3.191 5.1323,-3.6526 -0.8969,1.7913 -0.9579,3.6496 1.2221,4.3992 v 0.2444 c -2.6126,0.4852 -5.653,0.9591 -6.6941,3.9104 -0.3568,1.0166 0.3251,2.7494 -0.3397,3.5222 -1.0582,1.2289 -3.226,1.1272 -4.2084,2.5876 1.481,-0.3607 4.5946,-1.2469 5.2886,-2.7024 0.8579,-1.7959 -0.5133,-3.1508 1.3907,-4.835 1.5127,-1.3391 4.514,-0.9717 5.5063,-2.529 1.107,-1.7381 0.086,-5.3662 -2.1899,-5.715 -1.7205,-0.2635 -3.419,2.5174 -4.6191,3.4315 -1.7719,1.3507 -3.6292,1.2516 -5.621,1.841 0,0 0.221,0.054 -0.7333,-0.4889 m -87.7383,32.2604 -6.3544,-0.9776 c 0.6401,-3.2898 1.361,-6.3803 1.2125,-9.7759 -0.187,-4.2686 -1.333,-8.513 0.01,-12.7086 l 4.8552,8.5867 1.7435,1.9224 c -0.1264,-1.8829 -1.5497,-2.6327 -2.4222,-4.1547 -0.781,-1.3623 -0.6562,-2.9868 -1.2703,-4.3992 -0.5072,-1.1665 -1.5835,-1.7323 -2.2347,-2.7583 -0.7566,-1.1919 0.1804,-2.8022 -1.6491,-3.1072 l -0.7323,8.5539 0.4879,13.1974 h -0.2444 c -0.3646,-4.6189 -0.3307,-9.3404 -0.7748,-13.9307 -0.4672,-4.8317 -1.2542,-8.9515 0.286,-13.6861 h 0.4888 c 0.9815,4.0938 5.4112,5.211 7.2688,8.7983 0.9923,1.9165 0.9544,5.066 2.9958,6.1098 l 0.2444,-0.9776 c -1.7987,-1.4258 -1.941,-5.037 -3.2428,-7.0873 -1.2379,-1.9494 -3.4824,-2.7228 -4.9495,-4.4221 -0.8192,-0.9489 -1.1241,-3.3132 -2.5547,-3.5009 -1.0519,-0.138 -1.19,1.0842 -1.4285,1.8129 -0.6143,1.8757 -0.8022,3.5086 -0.7249,5.4804 0.2422,6.2035 1.1599,12.2589 1.4043,18.4705 0.09,2.2695 -0.9945,5.5784 -0.2349,7.5763 -7.9448,-0.3412 -15.7052,-0.904 -23.6847,-0.4656 -3.5092,0.1929 -7.0186,0.077 -10.5308,0.2307 -1.53,0.067 -3.3813,0.6855 -4.8878,0.4295 -1.2484,-0.2122 -2.0265,-1.5469 -2.9366,-2.3027 -2.4336,-2.021 -6.6922,-6.643 -10.261,-5.968 -3.6386,0.6884 -6.9291,3.5765 -8.0203,7.0985 -0.3576,1.1538 0.09,2.836 -0.5404,3.8424 -0.8585,1.3708 -4.3925,2.2656 -5.8586,2.9245 -4.6908,2.1086 -9.6431,3.8062 -14.1751,6.2617 -16.5209,8.9507 -31.1018,20.9547 -43.89129,34.5862 -2.72209,2.9016 -5.06806,6.1561 -7.7838,9.0596 -2.44176,2.6106 -5.07782,4.0279 -6.50852,7.6019 -1.07779,2.6919 -1.16724,5.7441 -0.6677,8.554 0.20701,1.1633 1.33808,2.2227 1.14109,3.4215 -0.3578,2.1795 -1.49985,4.4561 -2.1172,6.5987 -2.3181,8.0477 -5.54855,16.2768 -6.13779,24.6841 -0.37294,5.3188 0.3209,10.7486 1.56708,15.8857 0.41254,1.7003 2.24943,3.7386 2.2702,5.3767 0.0223,1.7707 -2.26629,3.6582 -3.29129,4.888 -3.34921,4.0186 -9.88682,7.8989 -11.1154,13.1974 -0.60856,2.6254 1.11933,7.3613 3.50513,8.7952 4.53478,2.725 10.41838,1.7789 13.74145,6.8462 2.80812,4.2821 -4.75498,8.3992 -2.64877,12.705 0.5516,1.1279 1.79998,1.9894 2.79272,2.7099 1.0509,0.7629 2.23085,1.4243 3.42155,1.9373 -1.05017,1.4167 -2.95206,3.0513 -3.14099,4.8879 -0.21067,2.0491 1.66581,3.065 2.87094,4.3991 1.36739,1.5141 2.36869,3.8004 2.4051,5.8656 0.0516,2.9278 -3.24412,5.0321 -3.35703,8.0651 -4.9571,-0.3911 -9.01653,-1.833 -13.68621,-3.1772 v -0.7332 c 2.54563,-1.4444 2.4618,-5.9682 0.78573,-8.014 -1.07192,-1.309 -2.59182,-2.0385 -3.23093,-3.7171 -0.77522,-2.0352 0.48439,-4.5049 -1.12618,-6.2614 -1.18361,-1.2908 -2.88216,-1.4133 -4.49371,-1.6264 -5.11059,-0.676 -10.03818,1.5883 -13.13877,5.6886 -1.84214,2.4359 -2.96659,6.107 -1.08435,8.798 0.97567,1.393 2.50207,2.2778 3.49925,3.6659 2.07341,2.8913 3.22851,6.5352 7.30231,7.0411 1.89578,0.2371 4.86154,-1.0534 6.42396,-0.5328 3.38661,1.1218 6.55375,3.5121 9.95061,4.7804 1.74329,0.6501 3.5919,1.2415 5.37674,1.7694 0.76129,0.2249 1.95542,0.1834 2.54099,0.7748 0.59461,0.6012 0.64691,1.9967 0.92479,2.7861 0.40301,1.1462 1.22003,2.3242 1.40382,3.5242 0.38273,2.4977 -0.51934,5.1617 -0.13442,7.74 0.66891,4.4799 3.7075,5.912 6.98633,8.3218 2.4684,1.8159 4.36883,3.7515 7.58582,4.0594 3.77032,0.3617 6.36043,-2.6688 9.55341,-3.8786 2.39567,-0.9091 5.78413,-0.3959 8.01823,-1.7474 1.6763,-1.0143 2.3961,-3.1039 3.936,-4.2623 3.6958,-2.7837 9.6352,-5.1299 14.1744,-6.1808 0.1378,1.1145 4.7335,2.8302 5.8654,3.5853 5.0999,3.3996 9.6203,7.6667 13.6231,12.3005 8.4159,9.7441 14.5122,19.7288 22.653,29.6953 3.6036,4.4113 7.6616,9.0451 12.1145,12.6035 4.0853,3.2676 8.8245,7.2819 13.1975,10.1243 2.5192,1.6399 4.53457,3.7713 7.24027,5.052 -1.9254,-2.5711 -4.85017,-4.2113 -7.48477,-5.988 -5.7494,-3.8762 -11.8771,-8.7166 -16.6668,-13.8294 -9.8881,-10.5604 -16.61127,-20.63663 -25.14617,-32.24053 -6.0397,-8.2118 -14.87723,-18.15517 -24.90723,-21.54737 3.3025,-1.5372 7.0259,-2.1849 10.509,-3.1869 8.1375,-2.3414 16.3626,-4.1254 24.6841,-5.7238 3.9854,-0.765 7.9467,-1.5862 11.9754,-2.158 1.5236,-0.2151 3.0858,-0.8652 4.6436,-0.7112 2.6685,0.2639 4.2774,3.38 6.3638,4.7658 2.9951,1.9918 6.335,2.0064 9.8079,1.8403 2.2069,-0.1052 4.4089,-0.9826 6.5572,-1.4322 6.669,-1.398 13.3975,-2.6688 20.0404,-4.0277 2.5662,-0.5255 5.9438,-2.0774 8.554,-1.8281 4.2496,0.4082 8.5992,3.7467 12.7086,4.9661 7.3361,2.1801 14.038,1.9772 21.5069,1.3858 -1.1953,1.4493 -2.652,2.4464 -3.5895,4.1547 -1.7311,3.1552 -1.1564,8.5173 2.3685,10.3013 4.1709,2.1116 9.7163,2.0359 14.174,3.6294 v 0.2444 c -1.8501,0.4277 -3.5339,1.3271 -5.3766,1.7718 -1.64,0.3959 -3.4412,0.308 -4.888,1.3197 -2.7119,1.9015 -2.5229,7.6179 -0.5377,10.0545 1.1511,1.4127 3.3873,2.2534 4.9393,3.1747 3.8589,2.2901 7.4467,4.3136 11.7286,5.675 v 0.2444 c -3.6685,0.149 -9.0378,-0.5842 -12.1954,1.5812 -3.1454,2.1556 -2.1459,7.5861 -0.1662,10.1498 1.4102,1.8257 3.5412,1.7866 5.5184,2.5784 2.7519,1.0997 5.2521,3.1234 8.0652,4.0203 v 0.2444 c -2.0481,0.3812 -4.453,0.5695 -6.0587,2.0725 -3.3507,3.1404 -2.8253,8.8814 1.1707,11.1909 3.8053,2.1971 9.9372,-0.28353 13.1974,2.78607 -2.7812,0.056 -6.9213,0.039 -9.5094,1.0753 -0.6477,0.259 -3.2017,2.6493 -1.6766,3.2114 0.523,0.193 2.7177,-2.5906 3.8541,-2.769 5.4451,-0.8481 10.3331,-1.3784 15.6415,-3.1479 1.6667,-0.5548 4.712,-1.0655 5.1323,-3.0134 l -3.666,1.3589 -7.332,2.4342 -4.1547,-1.1951 -6.8431,-0.31757 v -0.2444 c 3.9544,-0.3129 8.593,-0.8359 12.4642,-1.6302 1.7524,-0.3592 3.5903,-1.7963 5.3768,-1.7646 1.1927,0.019 2.6371,-0.003 3.666,0.54737 4.1157,2.1922 5.7775,4.5922 4.888,9.3654 2.3412,-0.374 1.7546,-3.7002 1.1974,-5.3768 -1.2708,-3.815 -5.4353,-3.98117 -8.7738,-5.54037 4.5532,-3.2994 2.8399,-8.527 -0.5817,-12.0757 -2.2754,-2.3609 -7.4712,-4.3502 -10.6606,-5.0321 1.5128,-1.5568 3.7271,-2.0969 5.2496,-3.771 2.8522,-3.1308 3.9007,-11.0443 0.1174,-13.8768 -3.0574,-2.2901 -7.4711,-2.0384 -10.7436,-4.1035 2.3144,-0.9629 4.6067,-2.0871 6.1,-4.1767 2.7054,-3.7833 2.2852,-10.8097 -1.0093,-14.1261 -2.3706,-2.3829 -6.3861,-2.8864 -9.4899,-3.6929 2.246,-3.4093 4.49596,-6.42455 3.95586,-10.69895 2.42443,-1.03816 4.30828,-2.42173 5.29412,-1.48543 7.27017,7.83665 10.18269,12.48221 18.09713,17.35769 1.25287,0.55835 2.51722,1.09999 3.78944,1.62985 1.27223,0.52986 2.55234,1.04794 3.83673,1.55917 1.2844,0.51122 2.57308,1.0156 3.86246,1.51805 1.28938,0.50245 2.57945,1.00298 3.86662,1.50652 1.28718,0.50353 2.57145,1.01008 3.84924,1.52455 1.27779,0.51448 2.54908,1.03689 3.81029,1.57217 1.26121,0.53527 2.51234,1.08341 3.74978,1.64934 1.23745,0.56594 2.46123,1.14966 3.66773,1.75611 1.2065,0.60644 2.39573,1.23561 3.5641,1.89243 5.0566,2.8399 9.2993,7.09 13.9307,10.5481 6.4399,4.8122 13.0678,8.0993 20.5293,10.927 2.8814,1.0924 6.0097,2.7006 9.0426,3.2236 v -0.2444 c -8.9741,-3.055 -18.0878,-7.0826 -25.906,-12.4716 -5.5062,-3.793 -10.3331,-8.9302 -16.1302,-12.2442 -7.7498,-4.4309 -16.6459,-7.7376 -24.9284,-11.0517 -3.4265,-1.371 -7.046,-2.4904 -10.2647,-4.3136 -5.9388,-3.3653 -10.36512,-10.09099 -15.49992,-14.54879 -1.0412,-0.9042 -2.2044,-1.613 -3.0451,-2.7323 0.65827,-0.64455 1.34651,-0.60229 5.34762,-2.33901 8.2851,-3.5584 16.5603,-8.2435 18.9456,-17.5281 0.5205,-2.0246 1.0778,-5.0463 0.4937,-7.0875 -0.374,-1.3097 -1.9796,-2.5386 -1.9161,-3.9104 0.058,-1.3314 1.4713,-3.1774 2.0432,-4.3992 1.349,-2.8794 2.026,-6.2721 3.5804,-9.016 0.8822,-1.559 3.3434,-0.9411 4.8562,-1.0631 3.0133,-0.2432 6.716,-1.5419 7.9526,-4.5847 2.053,-5.0458 1.3417,-8.3706 -2.097,-12.4605 -0.914,-1.0851 -3.6145,-2.5493 -3.7342,-4.0213 -0.2078,-2.5366 1.0581,-5.652 1.3636,-8.2022 0.7039,-5.844 1.1536,-11.9488 0.7503,-17.841 -0.6329,-9.2237 -1.5372,-18.5961 -3.7025,-27.6168 -0.9483,-3.9617 -3.4827,-8.0081 -4.0399,-11.9756 -0.2175,-1.5532 1.9967,-3.6374 2.8007,-4.8877 1.9309,-3.0045 3.6806,-6.5792 2.9255,-10.2647 -0.6207,-3.0369 -3.9763,-5.4669 -6.76,-6.3411 -1.2049,-0.3784 -3.903,-0.05 -4.3234,-1.4931 -1.1047,-3.7805 0.6256,-8.6776 1.0754,-12.4508 0.3763,-3.138 0.022,-6.4114 0.391,-9.5314 0.3397,-2.867 1.4101,-5.5051 1.8891,-8.3095 0.4912,-2.8861 0.2322,-6.1124 0.2346,-9.0427 -3.1771,-1.0172 -4.3258,0.4191 -7.3319,1.045 -0.8821,0.1838 -1.7913,-0.1368 -2.6882,-0.016 -1.8966,0.2551 -3.6929,1.0172 -5.6212,1.1706 -0.1026,-0.6841 -0.721,-1.524 -0.5499,-2.1995 0.2957,-1.1719 1.7181,-1.5617 1.7181,-2.9326 0,-3.8949 -6.1979,-1.2644 -8.2557,-1.711 l -0.2444,0.9776 h 1.222 l -1.4664,1.7108 c -0.4595,-2.4616 -1.8526,-5.8372 -1.0852,-8.3095 0.4839,-1.5656 1.7035,-2.2648 2.5857,-3.501 0.677,-0.9468 0.6893,-2.3085 1.2514,-3.3421 0.8798,-1.6194 2.6175,-2.8746 3.1136,-4.6435 -1.3979,0.4264 -3.1796,2.4935 -3.4216,3.9103 l -1.5054,3.1554 -2.1606,2.2213 c -0.7698,-2.1868 -4.0667,-0.2229 -5.1322,0.7333 -0.1857,-1.0713 -0.9116,-1.324 -1.9552,-1.418 -1.3124,-0.1181 -2.7617,0.2585 -3.8884,-0.6054 -1.982,-1.5209 -2.3608,-4.8313 -4.9099,-5.553 0.6672,2.087 3.2065,6.0425 5.3352,6.8781 1.5911,0.6245 3.6953,0.2415 5.4183,0.6983 l -2.6884,4.6435 -4.4113,2.5856 -5.3963,2.8165 -3.4436,4.8347 -2.3902,-1.1724 -5.3767,-3.1989 v -0.2444 c 3.4558,-2.8096 -0.9155,-8.4962 -2.444,-11.2423 l 3.9104,-4.6434 c -2.0236,0.1512 -3.5257,2.6475 -4.6436,4.1547 -1.0619,-0.473 -4.7532,-1.0219 -5.2535,-1.9631 -0.6687,-1.2573 0.9366,-4.3818 1.3429,-5.6132 1.5292,-4.6331 2.8099,-9.6611 3.9106,-14.4194 h 0.4888 c 0.6956,2.9029 2.0844,5.6648 2.8472,8.5538 0.4571,1.7275 0.1103,3.8136 0.9899,5.3985 0.7332,1.3239 2.0113,3.2089 3.4948,3.6442 -0.6476,-1.6729 -2.2509,-2.7468 -2.901,-4.4087 -0.4081,-1.0408 -0.193,-2.102 -0.4032,-3.1686 -0.5206,-2.6551 -1.4689,-5.5382 -2.4313,-8.0641 -1.1445,-3.0048 -3.4125,-6.0427 -3.7987,-9.287 -0.3815,-3.2062 3.3959,-4.7201 2.9355,-7.8207 -0.7884,0.5506 -0.9808,1.4028 -1.492,2.1996 -0.8041,1.2526 -1.8881,2.3773 -2.122,3.9103 -0.4704,3.0845 1.8402,5.5693 1.5884,8.5539 -0.4469,5.299 -2.9633,11.3167 -4.5659,16.3745 -0.7846,2.4753 -0.7997,5.1898 -1.7179,7.5764 h -0.2444 l 3.6441,-22.4846 -2.1547,-15.1526 2.6652,-6.5987 c 1.1267,0.6864 1.5087,1.6875 2.3768,2.6118 0.6127,0.6522 1.4813,0.8017 2.0336,1.5573 4.2487,5.8154 3.3762,12.6975 5.6808,19.0486 0.5939,1.6421 1.5495,3.536 2.7838,4.7927 0.8651,0.881 2.1236,1.3155 2.8666,2.3366 1.2782,1.7521 -1.4296,4.8943 0.633,5.5793 l 0.9776,-2.1995 c -0.2004,-1.1985 0.027,-2.5882 -0.6696,-3.6564 -1.354,-2.077 -3.683,-3.0575 -4.8879,-5.3863 -1.7035,-3.2903 -1.6839,-6.7339 -2.4806,-10.2647 -0.831,-3.6884 -2.2436,-6.8939 -3.9116,-10.2646 -0.7667,-1.5489 -3.2066,-6.3054 -5.7703,-4.6356 -0.7611,0.4955 -1.4528,1.9071 -1.9103,2.6804 -2.1171,3.579 -0.6944,7.2934 -0.025,10.9979 0.8261,4.5724 1.0312,7.9267 0.1046,12.4641 -0.4059,1.988 -0.5922,5.4591 -2.4496,6.6618 -1.8781,1.2159 -6.7016,1.0099 -8.5275,-0.206 -1.6756,-1.1159 -2.7666,-2.9782 -4.4907,-4.0393 -2.7031,-1.6639 -5.4203,-2.6024 -7.9291,-4.6871 -1.3923,-1.1569 -3.8428,-3.9636 -5.6864,-4.1194 -2.4307,-0.2052 -1.3838,3.21 -2.1595,4.3518 -0.7639,1.1247 -2.0815,1.4148 -2.7463,2.7717 -1.0362,2.1145 -0.5405,4.3542 -0.7579,6.5985 -0.3139,3.2451 -1.4416,6.3213 -1.9135,9.5315 m 41.303,-41.7919 0.9776,1.4664 h -0.2444 l -0.7332,-1.4664 m 33.9712,0.9776 0.7331,1.7108 -1.4663,-0.9776 0.7332,-0.7332 m -3.1772,2.9328 c 0.2983,-0.304 0.5475,-0.6555 0.8505,-0.9547 1.8306,-1.8141 2.3877,1.5574 0.9679,2.7282 -0.7038,0.5806 -1.6252,0.3809 -1.7694,-0.555 -0.061,-0.3936 -0.022,-0.8198 -0.049,-1.2185 m 27.128,2.9328 c 3.2236,1.5902 -1.3247,3.3261 0,0 m -48.635,15.8857 v 0.2444 l 0.4889,0.4888 h 0.2444 l 3.182,-3.1803 9.0377,-1.8711 8.0652,-4.5942 3.4215,0.3586 c -1.0973,-1.8135 -3.8565,-1.225 -5.3767,-0.3029 -2.4464,1.4828 -4.0106,3.217 -6.8431,4.1533 -2.7446,0.9072 -5.8582,0.1271 -8.554,1.3375 -1.4956,0.6712 -2.5343,2.231 -3.6659,3.3659 m 29.0832,-9.5315 v 0.2444 l 3.4216,2.1996 c -0.4131,-1.7278 -1.7401,-2.366 -3.4216,-2.444 m 7.8207,2.9328 1.9553,-2.444 c -1.1878,0.4048 -2.0799,1.124 -1.9553,2.444 m -67.4534,19.3073 c -1.6848,0.06 -2.5862,-2.0654 -3.6877,-3.1356 -1.6319,-1.5849 -3.6887,-2.3723 -5.3287,-3.8588 -1.1963,-1.0843 -1.5396,-2.6184 -2.9591,-3.5147 0.1766,0.866 1.0125,1.7604 0.8732,2.663 -0.1525,0.9874 -1.5272,1.438 -2.0431,2.2477 -1.1213,1.7602 -1.8533,3.8945 -2.574,5.8428 -1.3604,3.679 -0.8953,7.3165 -1.779,10.9979 -0.8588,3.5777 -3.0667,6.6495 -5.2305,9.5315 h -0.2445 l 3.1736,-10.9978 2.3776,-12.4643 0.4923,-6.11 3.2417,-3.2328 0.7351,-4.0991 c 2.5229,0.6607 4.5468,3.186 6.5987,4.7022 2.4303,1.7961 5.448,2.7053 7.7789,4.5324 2.5351,1.987 3.9077,4.9309 6.2216,7.0484 1.2218,1.1181 6.1291,3.1689 6.1291,4.952 0,1.1808 -4.6642,3.7021 -5.7099,3.3506 -0.9906,-0.3329 -1.6753,-1.4751 -2.3624,-2.2013 -1.807,-1.9099 -4.5853,-3.8639 -5.703,-6.2541 m 36.9039,-1.4664 c 3.0477,4.3493 7.0313,-4.219 9.9739,-3.3135 1.8696,0.5749 1.6839,4.135 2.7372,5.4772 1.4052,1.787 4.8317,1.5023 6.8407,1.5023 l -5.8192,-1.8476 -2.7347,-5.9731 c 2.5001,0.1604 5.5844,-2.2235 6.5986,-4.3991 h 0.4889 c 0.694,3.5726 2.5026,3.9646 5.1323,5.8655 h 0.2445 l 0.4887,-0.9776 c -2.4342,-0.8888 -5.4452,-2.4068 -5.0175,-5.6221 0.1442,-1.1061 1.2,-2.1275 1.5959,-3.1761 -1.762,-0.2633 -3.9934,4.3959 -5.3767,5.5663 -1.7963,1.5187 -3.7563,1.3088 -5.6211,2.2795 -3.5511,1.8474 -5.2668,4.7037 -9.5315,4.6183 m -17.1077,-5.1322 c 1.2347,-0.3613 3.7351,-2.1923 4.1547,-3.4216 -1.9134,0.4386 -3.5012,1.5526 -4.1547,3.4216 m -29.572,-0.2445 c 2.7106,2.1287 5.7047,3.3162 7.3319,6.5987 l -4.3774,0.4422 -4.9097,-5.3301 v -0.4888 l 1.9552,-1.222 m -2.1996,2.444 -1.4663,1.222 0.7331,-1.4664 0.7332,0.2444 m 0.9776,1.222 c -0.5384,1.5563 -1.8628,3.1866 -3.1772,4.1548 -0.2358,-1.7998 1.2367,-4.1556 3.1772,-4.1548 m 25.9061,0 -0.7332,6.5987 c -2.8326,-0.6853 -6.4343,-3.4084 -7.5764,-6.1099 2.6232,0.4854 5.7874,0.4309 8.3096,-0.4888 m -1.222,10.2646 c -0.01,0.8354 0.019,2.1955 1.2308,2.0234 2.0505,-0.2908 0.9338,-3.3558 3.4129,-2.9071 3.8405,0.6945 5.2678,3.5977 6.4902,6.9936 0.3987,1.1074 0.998,3.6193 -0.2419,4.4449 -0.6814,0.4538 -1.7089,-0.1916 -2.3382,-0.478 -1.5108,-0.688 -5.4014,-2.9516 -6.8431,-1.5228 4.7526,0.388 8.9398,3.3276 12.953,5.6213 1.6962,0.9687 3.9275,1.8985 4.888,3.6657 1.3832,-0.091 2.5759,0.968 3.6659,1.7452 2.4611,1.7548 4.8024,3.7026 7.332,5.3547 10.5407,6.8798 18.4275,18.4317 25.1387,28.8264 1.7351,2.6854 3.5314,5.5686 4.6923,8.5539 0.3348,0.8593 1.2025,2.005 1.0729,2.9545 -0.2346,1.7369 -2.141,3.5885 -3.2212,4.8662 -3.1307,3.7092 -6.518,7.2708 -10.3208,10.2964 -10.6337,8.4594 -21.6023,14.9933 -35.2029,17.26 -6.5028,1.0839 -13.041,1.4232 -18.8186,-2.1392 0.342,2.1921 2.8263,2.4135 4.6436,2.7644 4.7015,0.9079 8.4121,1.0372 13.1974,0.2383 17.533,-2.9278 33.1255,-12.4848 44.9275,-25.7315 3.1575,-3.5423 6.9237,-7.7552 8.1114,-12.4643 0.5181,-2.0522 0.7821,-5.3777 -2.2044,-5.3767 v 0.4888 c 3.3849,1.1863 0.9067,6.1336 0,8.3095 h -0.7332 l -4.6436,-9.2871 c 2.5075,-0.01 4.805,-1.0135 7.3319,-0.296 8.3438,2.3675 7.7915,10.2366 3.6562,16.1818 -6.694,9.6234 -15.7122,17.6261 -21.5068,27.8612 -1.2636,2.2357 -2.8204,4.1731 -3.7492,6.5987 -1.9134,5.0028 -1.3514,10.717 0.4791,15.6414 1.6766,4.5062 6.9067,6.2084 10.6118,8.4598 6.4421,3.9133 12.9481,8.4852 18.3298,13.7796 1.8304,1.8007 4.3868,3.6645 5.3644,6.1106 3.0231,7.5639 -4.8318,12.7015 -11.4744,11.4867 l 2.444,-7.8207 c 2.5539,1.7997 2.488,3.7554 2.6883,6.5987 2.4097,-2.072 0.4498,-4.7506 -1.1511,-6.5987 -3.771,-4.3512 -8.9205,-7.3002 -13.757,-10.3118 -13.8525,-8.6233 -30.7941,-13.5291 -47.1687,-11.9698 -5.5467,0.5283 -13.7786,1.1967 -17.3522,6.1514 1.8211,0.1755 3.8562,-2.1565 5.6212,-2.8194 4.0937,-1.5375 8.61,-2.2433 12.953,-2.5356 19.9794,-1.3444 41.4326,6.1735 56.3115,19.5679 1.5935,1.4366 0.7674,2.8049 0.2981,4.6057 -0.9629,3.6871 -2.6932,7.1579 -3.9421,10.7534 -1.5714,4.5274 -3.7979,10.816 -7.0068,14.4282 -1.8819,2.1177 -4.2281,3.2517 -6.5572,4.7286 -7.6594,4.8576 -16.5652,7.7269 -25.6617,7.7269 1.0118,-3.7103 -2.0603,-9.0867 -5.3791,-10.8308 -2.2558,-1.1843 -5.3205,-1.3683 -7.8183,-1.3891 0.1767,-1.3737 0.5624,-2.7807 0.1897,-4.1547 -3.1796,-11.7265 -16.5332,-4.526 -24.6294,-5.3767 -1.1944,-4.0593 -6.0874,-4.1093 -8.3583,-7.333 -5.0156,-7.1195 3.906,-13.9425 7.3,-18.8175 -1.9061,0.9893 -3.3717,3.126 -4.8792,4.6531 -3.7872,3.8362 -7.2103,10.4213 -2.6505,15.5059 1.9207,2.1417 5.0226,2.6388 6.81,4.7741 1.1355,1.3562 1.6335,3.4525 2.0913,5.1277 1.1147,4.0787 2.793,9.0214 1.3002,13.1974 -1.3745,3.8444 -5.5086,6.127 -8.1894,9.0427 -1.9296,2.0994 -2.7119,6.5645 -4.9432,8.0431 -4.1135,2.7299 -11.1105,2.747 -15.8533,3.5926 -7.903,1.4101 -17.1647,5.89 -25.1729,3.1845 -3.3798,-1.1413 -4.8874,-4.4749 -8.065,-5.8044 -2.4721,-1.0338 -5.4926,-0.6208 -7.8208,-2.0432 -1.1037,-0.6745 -3.6427,-2.4097 -3.7806,-3.7954 -0.1597,-1.6082 1.4838,-3.6758 1.8433,-5.2741 0.827,-3.6709 -1.8853,-7.3647 -5.3945,-8.1678 0.2913,-6.6832 7.3604,-6.8176 11.7307,-9.8457 6.4358,-4.4593 9.0036,-11.8914 6.1943,-19.2375 -0.711,-1.8594 -2.1622,-3.7166 -3.2622,-5.3767 -1.6675,-2.5168 -3.9739,-6.0928 -7.0866,-6.8431 0.5751,1.9178 3.4587,3.3025 4.7252,4.8881 4.2061,5.2649 7.4837,12.0129 5.0507,18.8184 -6.113,-3.2031 -9.5055,-9.1571 -12.5214,-15.1527 -4.5,-8.9463 -8.4063,-18.0953 -12.7155,-27.1279 -9.8557,-20.6606 -25.0378,-36.9815 -45.6385,-46.9876 -8.75802,-4.2542 -18.87275,-7.4538 -28.34973,-9.7029 -2.42026,-0.5744 -9.17685,0.3436 -9.38238,-2.698 -0.0901,-1.3332 0.15543,-2.8484 0.41645,-4.1547 2.27998,-11.409 16.4809,-7.6531 24.11853,-5.1321 1.72393,0.569 3.48646,1.13 5.13211,1.9016 11.91682,5.5867 24.62062,11.8679 34.70362,20.4177 5.4142,4.5908 10.0472,10.4832 14.3923,16.0507 4.1123,5.2693 7.8647,9.979 11.026,15.8859 0.6388,-2.6015 -1.1956,-4.6167 -2.7116,-6.6205 -3.4516,-4.5632 -7.0838,-8.9701 -10.682,-13.4201 -4.2929,-5.3088 -9.0995,-10.5401 -14.4674,-14.7816 -6.6845,-5.2816 -14.5088,-9.117 -21.9963,-13.1205 -10.31394,-5.515 -20.88881,-9.9718 -32.7489,-9.735 1.9982,-4.7472 7.36246,-8.5883 10.68015,-12.4643 5.64605,-6.5962 12.441,-12.46717 19.38045,-17.61827 9.5051,-7.0553 19.2791,-13.7222 30.3055,-18.2145 5.4657,-2.2266 10.91918,-4.23511 16.75528,-5.26181 1.5373,-0.2706 4.43052,-0.87462 5.93212,-0.35432 1.5685,0.5435 2.9716,3.0449 3.9555,4.3007 2.9376,3.7492 5.7086,7.5052 8.3251,11.4866 6.6701,10.1501 12.7445,20.5892 16.9736,32.016 1.6507,4.4597 3.9111,10.8155 2.9218,15.6413 -0.6934,3.3835 -2.8844,5.5632 -4.7621,8.3096 2.0121,-0.5649 3.4797,-2.8458 4.3444,-4.6436 2.3773,-4.942 1.1364,-11.0221 -0.4277,-16.1301 -5.0771,-16.5814 -15.4906,-32.0094 -25.821,-45.7022 -2.569,-3.4052 -5.342,-6.8282 -8.6452,-9.5501 -1.421,-1.1709 -3.2032,-2.5402 -5.1324,-2.181 v 0.2444 c 2.4945,0.722 6.19006,2.74231 7.46246,5.12401 -3.25987,0.1835 -6.88814,0.79665 -10.05098,1.75627 -1.08662,-5.9528 3.25572,-10.43968 7.96532,-10.73488 1.4211,-0.09 3.1651,0.9727 4.3991,1.611 3.9892,2.0644 7.398,6.358 10.2734,9.7065 4.5947,5.3511 9.3672,10.3499 14.4105,15.2697 6.1854,6.0336 13.0982,11.6403 22.2402,10.3516 2.7502,-0.3875 5.3975,-2.221 7.8208,-3.4526 9.6423,-4.9013 16.6871,-13.4858 25.6616,-19.3862 2.7057,-1.779 5.3021,-4.4097 8.5539,-5.1131 m -23.2177,-8.5539 v 0.2445 l -3.666,3.9103 c -0.7164,-1.753 1.78,-4.9168 3.666,-4.1548 m -2.1996,6.3544 h -0.4888 c -0.418,-1.8247 0.5633,-2.76 1.7695,-4.0282 0.3357,-0.3531 0.9964,-1.241 1.5866,-0.9949 1.1179,0.4661 -0.9268,2.4305 -1.2595,2.8235 -0.5994,0.7085 -1.1447,1.395 -1.6078,2.1996 m 9.0427,-4.3992 c -1.8022,2.8844 -4.9488,8.004 -8.7983,7.0875 v -0.2444 c 2.5439,0.01 5.7174,-4.8393 7.0875,-6.8431 h 1.7108 m -4.6435,0.2445 c 1.561,1.5244 -1.3506,5.2412 -3.1638,5.744 -1.7482,0.4846 -0.185,-2.1661 0.1381,-2.5669 0.3402,-0.4226 0.7049,-0.8217 1.0705,-1.222 0.632,-0.6919 1.2114,-1.3864 1.9552,-1.9551 m 6.5986,0.2444 -4.8878,7.5762 5.6211,-6.8431 c 1.7996,1.2059 -2.4589,6.326 -3.9529,6.9402 -1.2142,0.4991 -2.8759,-0.1819 -4.1122,-0.3414 1.0162,-1.9613 4.9494,-7.5316 7.3318,-7.3319 m -25.743,0.4073 -0.081,0.1628 0.081,-0.1628 m 11.8124,-0.163 -0.2444,1.4664 c 1.7027,0.078 2.7798,3.3951 2.9328,4.8879 l -4.1548,-0.2444 c -0.3761,-2.1203 0.327,-4.1095 0.9776,-6.1099 h 0.4888 m 43.9915,1.9552 c 1.349,2.4205 3.2627,6.334 5.8654,7.5731 2.0164,0.9603 4.6924,0.3678 6.7405,0.5008 0.9947,0.065 2.0334,0.7584 3.0354,0.9688 -1.0924,-2.7248 -6.6794,-1.3804 -9.0427,-2.1346 -1.7817,-0.568 -2.8545,-2.7367 -3.7367,-4.2198 -0.6648,-1.1205 -1.354,-2.9557 -2.8619,-2.6883 m -27.1281,0.2444 c 0.1437,2.5261 -2.8429,6.3343 -5.3767,5.8655 0.7352,-1.8985 3.3944,-5.2841 5.3767,-5.8655 m -26.3948,18.5741 c 1.7425,-0.3519 2.8142,-1.9202 3.7696,-3.3187 2.3395,-3.4256 3.5478,-6.5627 4.051,-10.6118 6.8295,0.015 13.488,1.9142 20.0406,3.6659 -2.0066,3.7231 -7.8075,6.597 -10.9942,9.3594 -6.576,5.7003 -14.5257,12.7622 -23.7102,13.3475 -4.8852,0.3113 -8.6339,-1.7555 -12.4642,-4.4852 -6.2211,-4.4333 -11.5097,-10.0173 -16.4784,-15.7777 -2.2328,-2.5887 -4.8691,-4.9469 -6.7392,-7.8207 7.336,-0.579 14.6445,-0.6653 21.9957,-0.9872 4.5289,-0.1984 9.1681,-0.5374 13.6861,0.1938 2.5201,0.4079 5.0544,0.5878 7.5764,0.9716 0.9094,0.1382 2.3792,0.247 2.9249,1.1175 0.7119,1.1355 -0.2392,3.4683 -0.6914,4.5698 -1.1689,2.8481 -2.8259,6.7028 -2.9667,9.7758 m 28.1056,-16.6189 -2.1996,4.1547 c 0.8623,-0.6594 1.8682,-2.5469 2.9587,-2.7077 1.7616,-0.2595 -0.953,3.4841 -1.2479,3.9297 l -3.9103,-0.9775 c 0.7003,-1.6652 2.3637,-4.5698 4.3991,-4.3992 m 50.1012,1.9551 c -0.1734,1.3411 -0.8308,2.5237 -0.8845,3.9104 -0.044,1.11 0.5204,2.1152 0.7599,3.1771 0.6403,2.8658 0.4522,6.6518 3.5683,8.2034 2.0847,1.0387 5.4061,0.2286 7.5543,-0.2419 3.3483,-0.7331 6.3249,-0.847 9.5314,-2.0705 0.9067,-0.3461 2.2705,-0.7183 2.923,0.3214 0.4619,0.7392 -0.1369,1.7794 -0.1051,2.5859 0.066,1.6409 0.5206,3.2331 0.3128,4.888 -0.215,1.7435 -1.1217,3.3978 -1.4687,5.1321 -0.8702,4.3488 -0.655,8.8195 -1.0095,13.1977 -0.3788,4.7096 -1.3002,9.1591 -1.3857,13.9305 h -0.2444 c -1.0093,-3.0999 -2.9401,-6.2372 -3.155,-9.5314 -0.286,-4.3831 1.6031,-9.2549 1.911,-13.6862 0.22,-3.1579 -0.7356,-7.3435 0.5377,-10.2647 0.6892,-1.5795 2.3731,-1.8303 3.1503,-3.1772 -0.9996,0.3212 -2.2802,0.6535 -3.0526,1.4063 -0.501,0.4895 -0.5157,1.5844 -1.2072,1.8422 -0.6501,0.2428 -1.6814,-0.2605 -2.3388,-0.3748 -1.4933,-0.2594 -3.1332,-0.2946 -4.6436,-0.1435 -4.0546,0.4051 -11.6676,4.1364 -14.6174,-0.8554 -0.8432,-1.4251 0.018,-3.8756 -0.4596,-5.5407 -0.5009,-1.7426 -1.0508,-2.7683 -1.0092,-4.6435 0.037,-1.617 -1.4811,-2.6359 -1.2659,-4.1548 l 0.7331,0.2444 c 0.853,-2.9416 2.6834,-4.7367 5.8654,-4.1548 m -47.4129,0.9777 c 0.6683,1.7029 -0.7375,2.8677 -2.444,2.6883 0.3559,-1.2675 1.265,-2.1384 2.444,-2.6883 m -26.6392,71.1194 c -1.1379,-3.8327 -3.6886,-6.9622 -3.9688,-11.2423 -1.3241,-20.2292 14.6054,-36.8899 29.6304,-47.9973 3.6528,-2.7003 7.8621,-4.601 11.9755,-6.4606 1.6301,-0.7369 4.0203,-1.1634 5.3767,-2.2421 -1.9637,-0.908 -3.8747,0.2798 -5.6211,1.1778 -3.4804,1.7896 -6.9646,3.245 -10.2646,5.4018 -13.3654,8.735 -27.3575,22.7154 -30.8454,38.8781 -1.2715,5.893 -0.9291,10.7718 0.054,16.619 0.3244,1.9271 1.466,5.6136 3.6626,5.8656 m 66.7203,-66.7203 c 1.3026,1.4099 1.5202,3.0513 0.9776,4.8879 l -7.0876,-0.7332 v -0.2444 l 6.11,-3.9103 m 15.397,2.6884 -4.6436,6.3542 -1.2219,-0.9775 c 1.3245,-1.8978 3.5095,-4.9012 5.8655,-5.3767 m -2.6885,0.4887 -3.6659,4.1548 c -0.237,-1.8068 1.701,-4.5246 3.6659,-4.1548 m 3.666,0.4888 c 0.2347,1.7049 -3.3604,6.2392 -5.1323,5.6211 v -0.4887 l 5.1323,-5.1324 m -23.9509,0.7333 -0.2444,0.2443 0.2444,-0.2443 m -0.7331,0.4887 -2.444,2.444 2.444,-2.444 m 1.7108,0 0.2444,0.2444 -5.6212,6.3543 7.3319,-6.3543 0.2444,0.2444 c -1.1535,2.0531 -3.0256,3.7608 -4.6459,5.4554 -0.5842,0.6097 -1.2245,1.5588 -2.1972,1.31 -1.53,-0.3913 -1.2318,-1.635 -0.5133,-2.6107 1.3222,-1.7926 3.2725,-3.4658 5.1569,-4.6435 m 6.8431,0.2444 c -2.1434,3.6684 -5.7434,7.5113 -9.776,8.3095 -0.3372,-2.3391 4.9149,-7.2559 7.0876,-7.8207 l -5.8655,7.0875 c 2.6834,-1.8899 5.0957,-7.3855 8.5539,-7.5763 m 1.222,0.4888 c 0.4326,2.668 -4.5116,7.6549 -7.0876,7.8207 0.6721,-2.4692 4.7927,-6.7493 7.0876,-7.8207 m 0.7332,1.7108 v 3.4215 l -4.3992,1.7108 4.3992,-5.1323 m 12.4641,0.9776 0.4889,1.2219 h -1.7108 l 1.2219,-1.2219 m -12.4641,3.4216 c 0.787,4.3565 6.2369,4.509 9.7758,4.1547 l -0.2444,0.9775 c 0.589,0.5375 0.3201,1.0407 0,1.7108 0.9898,0.7134 0.6183,1.7015 0.7405,2.792 0.2957,2.6642 -0.6354,6.6041 -1.9625,8.9391 l -6.8431,-6.8302 -11.9754,-9.0556 4.6435,-0.5597 5.8656,-2.1286 m 22.7288,3.4214 -0.3519,13.4429 -1.7938,9.2861 3.1232,10.0202 c -3.3383,-4e-4 -3.7538,-2.1756 -5.4841,-4.6435 -2.7275,-3.8913 -5.7946,-7.4889 -8.6908,-11.2422 2.5833,-4.1372 5.4696,-12.4262 4.3991,-17.3522 3.0502,-0.3854 5.8143,-0.1933 8.7983,0.4887 m -10.7534,0.2445 -1.222,1.2219 -0.2445,-0.9775 1.4665,-0.2444 m 1.222,0 c 0.3299,1.4488 -1.1292,3.2434 -2.1996,4.1547 0.01,-1.8794 0.7919,-2.9369 2.1996,-4.1547 m -0.2444,3.1771 c -0.044,1.3604 -0.7699,2.7191 -1.9552,3.4216 0.019,-1.6187 0.6404,-2.4919 1.9552,-3.4216 m -0.7332,3.9103 -1.222,1.4664 0.7332,-1.4664 h 0.4888 m -1.0583,1.8739 -0.083,0.1627 0.083,-0.1627 m 0.08,1.5477 -0.9776,2.444 h -0.2444 l 1.222,-2.444 m -95.5591,7.7073 c -4.6421,1.0434 -3.0569,9.0928 1.9551,7.9676 4.8987,-1.0996 2.6229,-8.9962 -1.9551,-7.9676 m 0.2453,0.8083 c 3.547,-0.4534 5.3748,5.6939 1.4652,6.3376 -3.9931,0.6575 -4.9686,-5.8899 -1.4652,-6.3376 m -130.26444,33.5206 c 2.23745,3.1318 5.46764,5.5022 8.30948,8.0459 1.17873,1.0552 2.76388,1.9182 3.42082,3.4408 0.44749,1.037 -0.15299,2.1541 -0.36219,3.1771 -0.39323,1.9212 -0.70679,4.1443 -0.80797,6.11 -0.1442,2.8032 0.5929,5.7932 0.99957,8.5538 0.19284,1.309 0.76815,2.8297 0.37296,4.1548 -0.92089,3.0874 -5.44614,5.5652 -7.77793,7.5161 -3.5831,2.9978 -5.99847,6.7022 -8.55388,10.5693 h -0.48824 c -3.18056,-5.40274 -3.47118,-9.82 -3.67549,-16.3746 -0.3617,-8.4948 2.16854,-16.1684 4.71539,-24.1953 1.15967,-3.6557 1.90214,-7.4456 3.35924,-10.9979 h 0.48879 m 76.98509,47.6574 c -5.5774,1.6406 -11.0509,4.0556 -16.8633,4.9552 -1.4897,0.2304 -4.3706,1.2253 -5.7869,0.5185 -0.9574,-0.478 -0.111,-1.6965 0.229,-2.2965 1.0634,-1.8763 2.0478,-4.2995 3.6829,-5.7605 1.0363,-0.926 2.7814,-0.904 4.0744,-1.2366 2.7388,-0.7041 8.3272,-2.4066 9.7759,-4.9783 l -6.5987,3.3452 -7.0232,1.6189 -1.7628,2.3678 -3.9226,6.5986 c -2.8333,0.1295 -5.7453,1.1719 -8.554,1.6409 -7.7811,1.2999 -15.55729,2.9013 -23.21768,4.8051 -3.92721,0.9761 -10.58995,3.7324 -14.59414,2.062 -3.11875,-1.3014 -5.76165,-3.8857 -8.06509,-6.2874 -0.67552,-0.7046 -2.08373,-1.6147 -2.00454,-2.7093 0.10607,-1.4669 1.68731,-2.9874 2.45765,-4.1548 2.13089,-3.2295 4.51449,-5.7441 7.54232,-8.1628 2.01505,-1.6097 5.0683,-3.4551 6.37656,-5.7299 0.49857,-0.8666 7.3e-4,-2.0627 -0.16301,-2.9707 -0.37881,-2.1006 -0.74126,-4.2371 -1.01156,-6.3543 -0.80113,-6.2778 0.56505,-13.0203 3.03907,-18.8185 0.61001,-1.4297 1.38084,-4.4525 2.68323,-5.3665 1.0145,-0.7117 3.45993,0.6696 4.4727,1.037 4.28862,1.5551 8.55699,3.2253 12.70839,5.1191 14.023,6.3973 26.2596,15.2714 35.169,28.0491 2.8263,4.0532 5.8714,7.8904 7.3564,12.7087 m 167.9005,-45.7022 c 2.1715,9.3551 3.2703,7.8346 2.9328,8.7983 h 0.2444 c 2.4073,7.5765 2.9621,15.1478 3.7075,22.9733 0.9946,10.448 2.2997,22.6536 -1.5079,32.7492 -4.1328,-1.8933 -7.5178,-5.881 -11.2521,-8.4669 -4.8659,-3.3702 -11.1176,-5.2856 -14.7689,-10.1073 -1.7279,-2.2834 -2.2484,-5.7863 -2.3388,-8.5539 -0.3031,-9.5334 6.0365,-17.5059 11.9192,-24.4399 1.5935,-1.8801 2.8716,-3.9927 4.465,-5.8653 2.0115,-2.3633 4.3919,-4.491 6.11,-7.0875 h 0.4888 m -227.77782,18.8186 c 0.17841,2.6309 1.4241,5.9801 4.64353,6.0383 1.35348,0.024 2.56666,-1.1953 3.66589,-1.8484 2.38985,-1.4195 5.0972,-2.9543 7.8205,-3.6182 7.133,-1.7387 13.8058,2.431 20.0409,5.0494 0.089,-2.3933 -3.229,-5.1431 -4.7125,-6.8429 -2.1047,-2.4119 -5.1921,-5.8014 -8.4852,-6.5019 -2.2771,-0.4842 -5.6576,0.5709 -7.8208,1.2452 -5.55109,1.7311 -10.24239,3.3761 -15.15232,6.4785 m 33.97122,3.4216 c -5.933,-2.0203 -11.9318,-5.2879 -18.3301,-3.4837 -2.8587,0.806 -5.7432,2.3178 -8.30898,3.7945 -1.55656,0.8955 -2.99312,2.0217 -4.634,0.611 -3.32379,-2.8582 -0.8896,-5.352 2.1898,-6.8142 4.62831,-2.1977 13.40588,-5.7705 18.57388,-4.2137 2.93,0.8825 5.5117,3.7241 7.4359,5.9513 1.111,1.2863 2.5182,2.5182 3.0735,4.1548 m -27.86131,7.5763 h 2.19951 c -1.05671,1.7442 -3.11892,6.3997 -2.19951,8.3094 l 1.22199,-0.2444 c -0.002,2.7688 0.0281,4.8662 1.46632,7.3319 h -1.46632 c -0.19478,1.9946 1.55139,4.2437 3.42141,4.888 l 0.24439,-0.2444 -2.4439,-3.666 c 3.84886,0.3752 7.98812,-1.3254 11.48652,-2.7375 1.3664,-0.5514 3.3414,-1.1834 3.9104,-2.6392 -3.9124,-1.2514 -7.351,-3.3524 -11.48673,-3.8405 -1.16471,-0.1376 -4.1215,0.4309 -4.87743,-0.6733 -0.87054,-1.2716 0.6982,-5.571 1.99684,-6.1913 0.76739,-0.3666 2.0858,-0.01 2.88059,0.1491 2.93223,0.5838 6.42693,2.2756 8.61403,4.3283 1.4813,1.39 2.5185,3.2422 4.0947,4.5169 0.1995,-1.7423 -1.5967,-3.2055 -2.7016,-4.3989 -2.8045,-3.0295 -7.2349,-4.8131 -11.22911,-5.4833 -1.64882,-0.2766 -3.83899,-0.7256 -5.1321,0.5952 m 178.16521,5.6211 c -0.052,1.2317 -0.6427,2.2075 -0.034,3.4252 1.4004,2.8056 5.5869,3.4125 7.2586,0.4631 1.6399,-2.8988 -0.4497,-5.5586 -3.5585,-5.5534 -1.415,0 -2.5245,0.9614 -3.6659,1.6651 m 3.1771,-0.6369 c 3.5243,-0.6342 5.0225,4.7173 1.4665,5.4566 -3.9153,0.8139 -5.5699,-4.7181 -1.4665,-5.4566 m -176.69901,3.1622 0.0813,0.081 c -0.12045,0.04 -0.27028,-0.081 -0.0813,-0.081 m 11.48661,3.3402 c -2.4296,2.2726 -7.0531,3.2597 -10.26472,3.6659 0.0674,-1.0084 2.22502,-4.5277 0.48879,-4.6436 l 0.24443,-1.9551 -1.22193,0.7332 c 1.95363,-3.1679 8.49053,0.8789 10.75343,2.1996 m -15.64117,-2.9328 0.48879,0.4888 -0.48879,-0.4888 m 4.15456,3.9104 -0.9775,2.1996 0.9775,-2.1996 m 40.59311,0.2522 c -2.2106,1.1775 -0.3957,4.0098 1.6734,2.8811 2.0056,-1.0939 0.1872,-3.8724 -1.6734,-2.8811 m -39.61561,0.2366 c -0.23628,0.9773 -0.17375,1.8517 -1.22191,2.1995 l 1.22191,-2.1995 m 39.94311,0.3966 c 1.0641,-0.4854 2.1209,1.1149 1.0099,1.6985 -1.052,0.5529 -2.1256,-1.1899 -1.0099,-1.6985 m -44.01624,1.4771 0.0813,0.1628 -0.0813,-0.1628 m 35.13494,0.3363 c -1.8849,0.97 -0.7056,3.5587 1.1845,2.6244 1.7579,-0.8689 0.5716,-3.5281 -1.1845,-2.6244 m 0.7092,0.5289 c 0.8595,0 0.6262,1.5881 -0.1921,1.4351 -0.7051,-0.132 -0.4941,-1.4351 0.1921,-1.4351 m 16.8642,0.6826 c -0.3802,4.6481 -3.0553,9.7172 -4.8734,13.9306 -7.6025,17.6176 -21.1789,31.7645 -34.7191,44.9727 -3.8249,3.7309 -7.7411,7.2634 -11.72722,10.8182 -2.00128,1.7841 -3.89975,4.0839 -6.3579,5.2496 -4.74349,2.2534 -11.47613,0.2713 -16.13018,-1.1633 l 0.2444,-4.888 2.19957,-1.4663 c -0.63544,0.242 -1.44121,0.8065 -2.14581,0.5621 -1.01718,-0.3495 -1.32194,-2.1319 -1.90116,-2.9362 -2.06735,-2.8718 -4.5729,-3.6461 -1.9344,-7.1574 0.44114,-0.5868 0.88325,-1.3791 1.592,-1.6782 0.95021,-0.4014 2.31493,0.5313 3.16738,0.9111 2.61407,1.165 5.33863,2.26122 8.25966,2.51642 -0.78769,-1.5011 -3.15372,-0.85282 -4.59371,-1.57092 -3.36509,-1.6783 -7.30844,-2.9714 -10.33089,-5.2369 -1.01425,-0.7605 -2.46156,-1.681 -2.72649,-3.0102 -0.29425,-1.4781 0.86541,-3.042 1.32634,-4.3955 l 3.67206,3.5403 6.837,5.0136 -4.57388,-3.7882 -5.20199,-5.4989 c 0.41694,-1.4585 1.34247,-2.8514 1.40211,-4.3991 0.14932,-3.8808 -4.09145,-5.9081 -7.02323,-7.3319 v -0.2444 c 1.79998,-0.5309 5.68002,-0.7547 7.3319,0.1928 1.44536,0.8292 2.52804,3.706 4.15474,3.2287 -2.55419,-3.5877 -4.58537,-7.076 -9.77587,-6.4963 -1.65627,0.185 -2.28926,1.7435 -3.68794,2.2624 -1.29555,0.4805 -4.68118,-0.6929 -5.81787,-1.3843 -2.70449,-1.6447 -3.95311,-6.5642 -2.62261,-9.29 1.51281,-3.0995 4.3004,-4.8078 6.64807,-7.1581 2.74165,-2.7454 5.06855,-5.9037 7.43553,-8.9721 h 0.24439 c 2.56177,2.9103 6.65933,7.4996 10.50906,8.5517 4.72101,1.2902 10.58409,-1.2031 15.1526,-2.1937 10.43744,-2.2634 20.93544,-4.9317 31.52724,-6.358 0.9129,1.4029 4.6544,0.2782 6.11,0 6.0534,-1.1567 12.735,-2.4745 18.3296,-5.1323 m 0.9777,1.7108 c 1.3097,3.5295 3.7024,6.8013 5.2636,10.2646 3.8797,8.6063 7.5371,17.6445 12.5565,25.6617 1.7291,2.7619 3.9674,6.0265 6.4201,8.187 0.8146,0.7173 3.174,1.8748 3.2026,3.0658 0.049,2.0414 -3.4269,4.7579 -4.9583,5.7035 -4.9975,3.086 -12.0698,3.6773 -12.2198,10.9049 -13.1969,-0.01 -25.615,2.6908 -38.3704,6.0513 -6.8578,1.8036 -13.5672,3.3336 -20.5296,4.6533 -3.73131,0.7087 -8.16382,1.8623 -11.97519,1.5152 -0.8967,1.0412 -3.11142,0.9165 -4.3989,0.9997 -4.12151,0.259 -8.62305,0.7356 -12.70887,-0.022 0.24367,-1.0534 0.61148,-3.1283 1.74304,-3.5854 0.9595,-0.3861 2.89267,0.4913 3.87808,0.7039 2.67175,0.5768 5.5703,1.024 8.30949,0.9165 1.51868,-0.058 5.79881,-1.6594 6.35431,0.01 1.8034,-0.4496 4.20915,-1.62199 4.98408,-3.28389 l -4.73968,2.30639 c 2.1656,-3.248 5.62297,-5.6016 8.48394,-8.1898 4.6254,-4.1877 9.3392,-8.4191 13.7525,-12.832 15.0171,-15.016 28.4921,-32.4349 34.4636,-53.0305 h 0.4889 m 0.56943,6.92393 c -1.8697,3.9509 -3.1919,8.0978 -5.2518,11.9754 -1.2224,2.3015 -3.5183,4.6846 -3.7908,7.3319 h 0.2445 c 2.6389,-4.6306 5.4082,-8.9594 7.4303,-13.9305 0.6081,-1.4951 2.1436,-3.7954 1.3678,-5.3768 m -79.26528,10.91707 c 0.46509,1.363 1.13327,2.5467 2.24137,3.4998 3.25829,2.8035 12.0468,5.2909 7.15373,11.0941 -1.5287,1.813 -4.9114,1.8061 -5.97354,3.4915 4.21779,-0.088 10.80331,-4.5749 7.81849,-9.5305 -1.55412,-2.5801 -5.2103,-3.6853 -7.57043,-5.3865 -1.23885,-0.893 -2.17831,-2.9121 -3.66962,-3.1684 m 69.73388,8.63463 -1.2219,2.444 c 0.7558,-0.6269 1.494,-1.4195 1.2219,-2.444 m -2.6883,4.3992 -2.9329,4.3991 c 1.2907,-0.5641 3.2173,-2.9408 2.9329,-4.3991 m -6.1099,8.7983 -9.2872,9.2871 -3.666,4.1547 c 3.8488,-1.5468 7.149,-6.4017 10.0202,-9.2871 1.0297,-1.0347 2.8543,-2.6146 2.933,-4.1547 m 48.06537,12.38347 0.2444,0.9775 19.063,-3.0364 22.24,-4.051 c -1.0035,-0.9109 -2.2104,-0.4258 -3.4216,-0.1283 -2.3322,0.5726 -4.728,0.847 -7.0874,1.3021 -10.3001,1.9869 -20.7596,2.9699 -31.0384,4.9361 m 60.1216,8.5539 -2.9328,-11.7311 c 4.0037,-0.316 7.9911,-0.8637 11.9755,-1.2638 3.0704,-0.3081 5.5062,-0.9421 8.065,1.3088 5.5283,4.8625 1.9655,11.5558 -1.1242,16.8182 -1.2663,2.1558 -3.4648,5.4551 -6.2076,5.8021 -4.2098,0.5304 -9.2637,-4.1865 -8.0388,-8.4912 0.8721,-3.0648 3.8734,-5.6588 5.5823,-8.3086 0.4563,-0.7072 3.5689,-5.0712 1.9645,-5.7157 -0.6797,-0.273 -1.2919,2.9555 -1.6135,3.5161 -1.5845,2.7613 -4.1663,8.0527 -7.6704,8.0652 m -138.73699,8.63463 c 1.97502,-0.3984 3.49632,-2.4441 4.92952,-3.7731 3.5486,-3.292 8.9424,-6.5373 11.201,-10.8907 -2.0489,0.5735 -3.4091,2.7284 -4.8882,4.1452 -3.3593,3.217 -9.0383,6.3894 -11.24232,10.5186 m -54.82533,4.31837 2.52437,-3.6122 2.36357,0.1906 c 0.37367,2.422 3.25536,3.1845 5.13233,4.2574 5.98919,3.424 14.20091,4.1157 21.02178,3.8297 11.63401,-0.4863 23.59747,-2.1165 34.94487,-4.8855 10.0037,-2.4415 20.2666,-6.5034 30.5499,-7.3783 5.1866,-0.4427 9.8966,-1.6839 15.1562,-1.2389 2.5386,0.2149 4.8262,-0.1412 6.2546,2.4877 0.97,1.7842 1.2149,7.2171 -1.193,8.246 -0.7279,0.3104 -1.7128,-0.4448 -2.3768,-0.6868 -2.0325,-0.7478 -3.9214,-1.4516 -6.11,-1.4541 -6.6261,-0.01 -13.1141,2.1335 -19.5517,3.4215 -14.4201,2.8839 -28.8011,6.347 -43.50273,7.3539 -5.18219,0.3544 -10.42157,1.2269 -15.64139,0.6697 -6.56816,-0.7038 -12.61405,-2.3756 -18.57415,-5.2815 -2.09619,-1.0215 -4.14863,-2.2386 -6.10991,-3.4973 -0.65572,-0.4204 -1.57025,-1.4395 -2.40316,-1.4052 -1.50426,0.064 1.42337,2.3511 1.66997,2.6493 -2.93912,0.7086 -6.45379,0.6476 -8.51127,-1.8746 -1.21844,-1.4909 -1.728,-3.4631 -3.00536,-4.8978 -2.09772,-2.3559 -4.90111,-3.7563 -3.78457,-7.4063 1.6905,-5.5261 7.11073,-9.1337 12.85723,-8.5845 1.42361,0.1359 3.26074,0.3451 4.36297,1.3525 1.6575,1.5153 0.17792,4.3303 1.221,6.1881 1.6663,2.9682 5.6226,4.628 3.84632,8.6238 -2.82669,6.3592 -7.29133,-5.7631 -10.24145,-0.7112 -0.26248,0.4497 -0.49172,0.9556 -0.66964,1.4444 -0.26713,0.7332 -0.26419,1.4322 -0.22998,2.1996 m 262.97092,-19.3074 c 2.9377,3.7158 1.591,7.8525 0.1319,11.9755 -2.8789,8.1311 -12.3175,12.4813 -19.9279,15.3188 -2.3341,0.87 -5.543,2.3217 -8.0652,2.285 -1.2146,-0.017 -2.202,-1.2488 -3.1772,-1.8476 -1.8476,-1.1389 -4.0375,-2.0969 -6.1099,-2.7324 -1.2856,-0.3959 -2.6468,-1.3148 -3.4215,0.1736 3.7368,1.0191 11.7774,3.1307 12.1367,7.9014 0.1882,2.483 -1.8476,4.2549 -2.1164,6.518 -2.3438,2.0774 -4.5825,3.5315 -7.332,5.1006 -1.9185,1.0948 -3.8101,2.026 -5.8654,2.8521 -1.508,0.606 -3.5306,1.5959 -5.2023,1.1633 -3.9835,-1.0289 -4.1255,-6.474 -2.4413,-9.3604 2.3738,-4.0692 7.6802,-4.8781 11.5539,-6.8871 1.2292,-0.6379 4.9588,-2.3926 4.1449,-4.2916 -0.347,-0.8139 -2.202,2.0041 -2.9231,2.4562 -3.0035,1.8867 -6.8014,2.8716 -10.0201,0.9018 3.4387,-1.3002 5.103,-3.8321 7.4028,-6.5987 2.219,-2.6713 4.7559,-5.3303 5.5502,-8.7983 11.2031,0 24.0878,-4.8527 32.5049,-12.2648 1.322,-1.1636 2.043,-2.6099 3.177,-3.8654 m -56.2111,16.8634 c 0.9401,-1.3759 2.2581,-2.4929 3.125,-3.9104 1.537,-2.5146 2.4021,-5.6362 4.051,-8.0289 0.8075,-1.1714 2.3921,-0.7168 3.5774,-0.5432 3.7857,0.5545 5.9681,1.8529 7.9868,5.1956 3.5413,5.862 -1.6986,10.9479 -4.9514,15.3545 -2.4049,3.2602 -6.3727,7.1167 -10.8345,4.7168 -2.2532,-1.2122 -3.8124,-5.0956 -2.4105,-7.3857 2.4193,-3.9543 7.3376,-6.3177 10.1998,-10.0447 1.1535,-1.503 2.4439,-3.4396 1.8989,-5.4259 -0.1832,-0.6612 -0.7576,-1.7273 -1.5837,-1.6598 -0.5987,0.049 -0.3372,0.6869 -0.2052,1.0207 0.76,1.9071 0.7331,3.3535 -0.4522,5.0899 -1.1999,1.7572 -3.6686,5.0199 -5.758,5.6431 -1.4261,0.4253 -3.1728,-0.091 -4.6434,-0.022 m -213.60292,-2.444 c 1.64111,-0.5156 2.37998,-3.3404 3.53519,-4.618 2.01823,-2.2326 4.0235,-2.4227 6.72947,-2.9582 v -0.7332 c -4.50839,-1.0705 -9.96785,3.8424 -10.26466,8.3094 m 201.87172,-7.5762 c -0.5966,1.4351 -1.2868,2.7892 -1.0011,4.3991 0.7985,4.4993 6.6479,8.4512 11.0214,6.5987 l 0.2444,0.7332 4.3991,-0.2444 v 0.2444 c -7.2025,1.4786 -13.9035,0.9092 -20.2849,-2.9327 v -0.4888 c 1.5432,-1.178 2.6746,-2.6248 3.4714,-4.3992 0.7296,-1.6242 0.4436,-2.9667 2.1497,-3.9103 m -126.1088,15.3969 c 7.4575,0 15.6418,-2.3954 22.8938,-4.199 7.976,-1.9821 15.536,-3.5532 23.7861,-1.6665 l 0.2445,-0.2444 v -0.4887 c -5.2343,-2.1386 -11.2639,-1.6525 -16.4544,-0.3914 -5.9684,1.4492 -11.9708,2.8618 -18.0854,3.6024 -2.8551,0.347 -5.6203,1.8308 -8.4742,2.1535 -1.347,0.1515 -2.9362,0.2272 -3.9104,1.2341 m 138.8175,-2.4439 c -0.6422,1.4052 -1.9114,2.5491 -2.1258,4.1547 -0.7972,5.978 6.6923,8.1971 10.924,9.7759 -2.1748,1.3296 -6.0517,1.4664 -8.5539,1.4664 -6.8352,0 -13.2082,-1.2636 -19.5516,-3.8004 -2.0865,-0.8358 -6.052,-1.8061 -7.4888,-3.578 -0.8205,-1.0117 0.077,-2.3633 0.5029,-3.375 1.0072,-2.3976 2.7394,-4.2771 4.5323,-6.1076 0.6338,-0.6452 1.4528,-1.8354 2.413,-1.9894 0.7109,-0.1148 1.65,0.6794 2.2404,1.007 1.4692,0.8187 3.032,1.332 4.6432,1.8134 4.0923,1.2245 8.2942,0.9727 12.4643,0.633 m -204.56016,-2.1996 c -0.34656,1.4933 1.45733,2.4025 2.51362,3.2456 2.97381,2.3706 7.01688,3.9959 10.6838,4.9026 2.76681,0.6843 5.4608,1.6766 8.30949,2.0456 10.05252,1.3075 21.25371,-0.4326 31.03805,-2.6786 2.8091,-0.6452 5.7251,-0.9898 8.554,-1.5666 1.0856,-0.2224 2.523,-0.1392 2.9329,-1.3051 -5.6462,0.1442 -11.5785,1.9747 -17.10771,3.0795 -6.49458,1.2977 -12.97207,1.4981 -19.55172,1.4101 -1.96031,-0.027 -3.90033,0.33 -5.86552,0.049 -4.96125,-0.7112 -10.49073,-2.2705 -14.9082,-4.6656 -2.32421,-1.2586 -4.21365,-3.4459 -6.59871,-4.5164 m 131.97436,10.5091 13.9306,-2.1996 13.6862,-3.2725 15.8858,-3.0818 v -0.4888 c -3.2317,-0.7601 -7.5849,1.0631 -10.7534,1.789 -7.4551,1.7083 -15.1433,3.7148 -22.729,4.6362 -2.5327,0.3054 -5.0605,0.787 -7.5762,1.2121 -1.0918,0.1858 -2.3819,0.078 -2.444,1.4054 m -10.2648,0.4888 v 0.4887 c -4.9577,0.3911 -9.7792,1.8844 -14.6601,2.7299 -11.051,1.9162 -22.3855,4.2819 -32.9971,7.9503 -4.9352,1.7035 -9.5611,4.5482 -14.4198,6.1832 2.0175,-3.5413 4.8878,-6.6354 7.1621,-10.0178 0.7559,-1.1243 2.311,-2.4196 2.1837,-3.903 -0.1264,-1.4713 -3.4324,-3.27 -4.7021,-3.6757 l 3.9104,3.1771 c -0.7656,3.3483 -3.6927,6.2859 -5.6118,9.0427 -2.2152,3.182 -4.9906,8.3974 -8.3606,10.426 -6.20971,3.7368 -16.21107,-1.4933 -19.99872,-6.7601 0.82923,-1.6594 0.0457,-4.035 0.2769,-5.8655 0.23584,-1.8696 2.95598,-5.7506 4.48761,-6.8407 1.39452,-0.9897 4.56435,-0.6207 6.24311,-0.738 4.05972,-0.2835 8.1809,-1.1805 12.2098,-1.7743 10.7078,-1.5788 21.2016,-4.0766 31.7719,-6.3397 5.5842,-1.1951 11.5595,-3.2235 17.3522,-2.5955 6.5125,0.7087 8.7141,7.9869 15.1525,8.5124 m 50.8382,-6.0978 c -2.4229,1.1536 -0.9424,4.431 1.4105,3.2457 1.8336,-0.9238 0.542,-4.1768 -1.4105,-3.2457 m 0.974,0.9654 0.2444,0.9777 h -1.4664 v -0.4889 l 1.222,-0.4888 m -82.8504,8.5539 c 1.4365,0.9629 4.9199,-0.782 6.5986,-1.1414 6.2756,-1.3392 12.3885,-2.9938 18.8185,-3.5021 v -0.4888 c -8.2236,0 -17.6867,2.4513 -25.4171,5.1323 m -26.6395,-3.9103 0.2444,0.2444 -0.2444,-0.2444 m -2.6884,1.2219 -0.2445,0.2444 c 0.7295,1.1145 2.3057,2.3951 3.6661,2.1997 l -3.4216,-2.4441 m 77.7291,0.1858 c -2.2494,0.8407 -0.6921,4.316 1.4447,3.4484 2.2501,-0.914 0.6661,-4.2378 -1.4447,-3.4484 m 0.2336,0.7919 c 3.0218,0.8163 -0.8544,2.5832 0,0 m -117.31046,0.7331 12.95303,0.7333 c -0.66085,1.9917 -3.01977,3.3726 -3.45138,5.3767 -0.24219,1.1242 0.76961,3.287 -0.73953,3.8541 -3.88933,1.4615 -9.9951,-6.4106 -8.76212,-9.9641 m 15.64139,0.4888 -3.94505,5.6212 -0.20969,5.6211 c -1.40944,-1.068 -1.15135,-4.4651 -1.22199,-6.11 2.14434,-1.1731 2.71012,-4.9221 5.37673,-5.1323 m 13.68597,0.4888 c 1.2776,1.4371 3.9409,3.4094 5.8655,3.666 -0.913,-1.833 -3.8937,-3.3263 -5.8655,-3.666 m 13.9308,0 -3.1774,5.8655 c 1.8199,-0.5694 3.4893,-4.0912 3.9107,-5.8655 h -0.7333 m 32.5049,0.9776 0.2445,0.2444 -0.2445,-0.2444 m -19.0629,2.6884 v 0.2444 c 2.9301,-0.2322 6.1194,-1.2563 8.7983,-2.444 -1.953,-0.8114 -6.9934,1.1877 -8.7983,2.1996 m 15.1525,-1.9552 0.2445,0.2444 -0.2445,-0.2444 m -51.32334,0.4888 3.42156,2.2851 7.82038,5.2912 0.2444,-0.2444 c -0.6933,-1.4517 -2.0973,-1.916 -3.42152,-2.6908 -2.49608,-1.4615 -5.11984,-4.255 -8.06482,-4.6411 m 33.48254,2.1995 v 0.2444 l 0.9775,-0.2444 h -0.9775 m -3.9104,1.4664 1.2219,-0.7331 -1.2219,0.7331 m -5.8656,2.444 3.6659,-1.4664 c -1.1214,-0.3886 -3.2186,0.352 -3.6659,1.4664 m -39.10353,1.222 -0.24439,0.4888 1.22198,0.4887 -0.2444,-0.4887 h 3.66595 c 1.48593,5.4744 9.37751,8.4586 13.93061,10.7534 -2.77708,2.8888 -7.45532,4.5482 -11.24224,2.7739 -1.58125,-0.738 -2.72088,-2.1287 -4.15475,-3.0989 -1.70051,-1.1487 -3.96337,-2.0334 -5.04361,-3.8713 -1.60422,-2.7323 -1.67412,-6.2443 -1.0663,-9.2455 l 3.17715,2.1996 m 12.21984,-1.7108 c 0.79013,2.791 5.78805,4.4945 8.06499,6.0293 1.03403,0.6965 1.88443,1.5421 3.17698,1.3026 v -0.4888 l -8.06482,-4.756 -3.17715,-2.0871 m 24.19509,1.9552 c 0.9834,-0.3105 1.8554,-0.6966 2.1997,-1.7108 -1.0531,0.2102 -1.8709,0.655 -2.1997,1.7108 m 9.5317,-0.4888 -0.2443,0.2444 0.2443,-0.2444 m 154.4588,1.7108 -0.2444,0.7331 c 2.8668,0.2273 7.0362,1.2684 9.2162,3.2407 3.292,2.9768 3.5927,9.8737 0.892,13.3563 -1.2464,1.6057 -3.4533,2.4 -5.2203,3.2627 -3.3091,1.613 -6.0391,3.1625 -9.7759,3.6465 -4.8365,0.6256 -9.6683,0.068 -9.875,-5.6652 -0.038,-1.0582 0.053,-2.5222 0.7248,-3.3898 1.2782,-1.6448 3.9569,-1.2928 5.7287,-1.9136 5.0736,-1.7817 13.2781,-4.2305 15.6414,-9.6048 l -8.7983,5.9022 -3.666,-1.3197 -7.8206,-1.6498 4.8879,-2.1188 8.3095,-4.4798 m 11.9754,26.8836 c -2.3266,1.266 -3.3629,3.9396 -6.1099,4.9173 -1.5739,0.5597 -2.9084,-0.2933 -4.3991,-0.7552 -3.7443,-1.1658 -6.9507,-3.0941 -10.2647,-5.1397 2.4317,-1.0313 5.4915,-0.6085 8.065,-1.525 1.1902,-0.4228 2.9304,-1.8623 4.1548,-1.7597 0.9825,0.086 1.789,0.8969 2.73,1.1462 2.4439,0.6526 5.2081,1.0974 7.5347,2.1092 5.1861,2.2533 3.7637,11.1714 0,14.0748 -3.1674,2.444 -7.2171,3.0183 -10.9979,3.9177 -2.8374,0.677 -4.8048,1.7132 -7.8207,1.5788 -4.0594,-0.1809 -6.8578,-4.0521 -5.6235,-8.0554 1.2708,-4.1253 5.6944,-3.0989 9.0451,-3.1796 3.6146,-0.091 6.9678,-0.892 10.0202,-2.8399 1.4811,-0.9458 3.5878,-2.6052 3.666,-4.4895 m 4.1548,20.0405 -2.2142,1.811 -9.2725,2.5882 -7.5764,-4.6436 c 3.7492,-0.6379 7.3858,-3.0524 11.2423,-3.0745 2.2999,-0.012 5.5626,1.9185 7.5763,2.9548 1.7915,0.9213 3.5682,1.4199 4.8855,3.0745 0.7699,0.9678 1.4664,2.0089 1.9405,3.1552 3.7198,8.9986 -9.6585,9.3457 -14.891,10.0936 -2.3242,0.3323 -5.4745,1.9795 -7.8207,1.3734 -2.0799,-0.5352 -4.1964,-3.4728 -4.0864,-5.6015 0.3715,-7.288 9.5707,-6.2468 14.5955,-7.6814 2.0113,-0.5719 6.2736,-1.3003 5.6211,-4.0497 m -22.729,10.5091 0.2443,0.2444 -0.2443,-0.2444"
         id="path1330"
         sodipodi:nodetypes="cccccscccccccccccccccccccccccccscccccscccsssccccsccsccsssccscscssssscsssssccssssscssscssscccccsssccccccccsscccsccccccccccsccccscccccccccccscsccccccccccccscccccccccccccccccccccccccsssssssscccccccscscccccccscccccccccscccccscccsccccccccccccsccscccccccccccsscccccccsscsssscccccsccscccsccsscsssssssssscccccccccccssccccccccccccscccccccccccscsscscccccccssssssccccccccccccccccccccccccccccccccccccccccssscccsccccccscscccccccccsccccsccccccscscccccccccccscssssscccccssccssscccscssssssssccssscsssssssssccsssccccccssscscccccccssscccccccscsccccscccccccccccccscccccccccccsssscssssscccscccccccsscccscccscccccccccccccccccssscsssscccccccccccccccccccccccccccccsccccccccccccccccccccccccccccccccccccccccccccccccccccccccccsccsccsscsssscccscccsssscccccccscsssssscsscssccccccccccscccccccsscccsscsssccccccccccscsssssccscccccccscccccccccccccccccscccccscccccsccscccscccccccscscssccccccsccscsssscccsscsccssscscccccccscccccccccsccscccscssccccccccccscccccsscccscccsssscccccccccccccsccccccccccccssscsssscccsscccccssccccccccccccssccscccsccscccccccsccccccscccccccccccccscsccccccccsccccsccccccccccccccccccssccsccccscccccscccccccccccccccccccccccccssccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccsccccccccccccccccccsccccccccccccsccccccc" />
      <circle
         style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1.03039;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         id="circle1332"
         cx="485.74554"
         cy="-710.36145"
         r="44.517548" />
      <circle
         style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         id="circle1334"
         cx="485.74554"
         cy="-710.36145"
         r="26.652601" />
      <path
         inkscape:connector-curvature="0"
         style="font-style:normal;font-weight:bold;font-size:144px;line-height:125%;font-family:Sans;-inkscape-font-specification:'Sans Bold';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.198258;stroke-opacity:1"
         d="m 500.19629,-717.97978 c -0.3175,0.5803 -0.6399,1.0527 -0.9683,1.4249 -0.3175,0.3614 -0.6677,0.6504 -1.0509,0.8693 -0.3722,0.2081 -0.7946,0.3581 -1.2654,0.4457 -0.4599,0.077 -0.9879,0.1156 -1.59,0.1155 -0.4442,0 -0.8435,-0.023 -1.194,-0.066 0,0 0,0 -0.01,0 -0.044,0 -0.1362,-0.018 -0.231,-0.033 -0.1,-0.016 -0.2021,-0.031 -0.3632,-0.061 -2.9522,-0.5463 -3.9313,1.5032 -4.1429,2.0687 -0.033,0.089 -0.049,0.143 -0.049,0.143 l -3.5872,10.0024 -2.2007,3.7413 h 4.396 c 1.8054,-4.0199 3.5412,-12.4135 5.3973,-13.155 0.4023,0.056 0.901,0.083 1.502,0.083 0.7883,0 1.4941,-0.094 2.1182,-0.2916 0.6241,-0.1971 1.1855,-0.5028 1.6891,-0.9189 0.5036,-0.4269 0.9593,-0.9716 1.3645,-1.6285 0.416,-0.6569 0.8106,-1.4461 1.1829,-2.3658 l -1.0014,-0.3741 z"
         id="path1336" />
      <path
         style="font-style:normal;font-weight:bold;font-size:144px;line-height:125%;font-family:Sans;-inkscape-font-specification:'Sans Bold';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.198258;stroke-opacity:1"
         d="m 500.19619,-717.97938 c -0.3175,0.5803 -0.6399,1.0521 -0.9683,1.4243 -0.3175,0.3613 -0.6678,0.6505 -1.051,0.8694 -0.092,0.052 -0.1872,0.099 -0.2855,0.1432 -10e-4,0 0,0 0,0 -0.1238,0.087 -0.283,0.1617 -0.4987,0.2131 -2.4881,0.5924 -4.1829,2.8098 -4.342,3.0243 0.072,-0.059 0.1448,-0.1078 0.2173,-0.1449 0.011,-0.01 0.022,-0.011 0.032,-0.016 0,0 0,0 0,0 0.013,-0.01 0.026,-0.011 0.038,-0.016 0.4023,0.056 0.9009,0.083 1.5019,0.083 0.7883,0 1.4941,-0.095 2.1182,-0.2924 0.6241,-0.1971 1.1849,-0.5019 1.6886,-0.918 0.5036,-0.427 0.9595,-0.972 1.3646,-1.6289 0.4161,-0.6569 0.8109,-1.4465 1.1831,-2.3662 l -1.0015,-0.3734 z"
         id="path1338"
         inkscape:connector-curvature="0" />
      <path
         inkscape:connector-curvature="0"
         style="font-style:normal;font-weight:bold;font-size:144px;line-height:125%;font-family:Sans;-inkscape-font-specification:'Sans Bold';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.198258;stroke-opacity:1"
         d="m 471.29499,-717.97978 c 0.3175,0.5803 0.6398,1.0527 0.9683,1.4249 0.3175,0.3614 0.6677,0.6504 1.0508,0.8693 0.3723,0.2081 0.7947,0.3581 1.2655,0.4457 0.4598,0.077 0.9878,0.1156 1.59,0.1155 0.4442,0 0.8434,-0.023 1.1939,-0.066 10e-4,0 0,0 0.01,0 0.044,0 0.1362,-0.018 0.2311,-0.033 0.1,-0.016 0.2021,-0.031 0.3631,-0.061 2.9523,-0.5463 3.9314,1.5032 4.1429,2.0687 0.033,0.089 0.05,0.143 0.05,0.143 l 3.5872,10.0024 2.2008,3.7413 h -4.396 c -1.8055,-4.0199 -3.5413,-12.4135 -5.3973,-13.155 -0.4023,0.056 -0.901,0.083 -1.502,0.083 -0.7884,0 -1.4942,-0.094 -2.1182,-0.2916 -0.6241,-0.1971 -1.1855,-0.5028 -1.6891,-0.9189 -0.5037,-0.4269 -0.9594,-0.9716 -1.3645,-1.6285 -0.416,-0.6569 -0.8106,-1.4461 -1.1829,-2.3658 l 1.0014,-0.3741 z"
         id="path1340" />
      <path
         style="font-style:normal;font-weight:bold;font-size:144px;line-height:125%;font-family:Sans;-inkscape-font-specification:'Sans Bold';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.198258;stroke-opacity:1"
         d="m 471.29529,-717.97938 -1.0016,0.3733 c 0.1163,0.2874 0.2348,0.5624 0.3555,0.8243 0.024,0.052 0.048,0.1038 0.072,0.1551 1e-4,0 -10e-5,0 0,0 0.024,0.051 0.049,0.1016 0.073,0.1517 0.01,0.017 0.017,0.033 0.025,0.05 0.041,0.083 0.081,0.1659 0.1227,0.2463 2e-4,0 6e-4,0 7e-4,0 0.025,0.048 0.049,0.095 0.074,0.1423 0.1001,0.1893 0.2015,0.3703 0.3043,0.543 0.026,0.043 0.051,0.085 0.077,0.127 0.01,0.016 0.02,0.033 0.03,0.049 0.016,0.026 0.033,0.051 0.049,0.077 0.025,0.041 0.05,0.082 0.076,0.1219 0.041,0.064 0.083,0.1266 0.1253,0.1884 0.011,0.016 0.021,0.031 0.032,0.047 0.027,0.039 0.053,0.077 0.08,0.1142 0.054,0.075 0.1083,0.1484 0.1637,0.2199 0.028,0.036 0.055,0.071 0.083,0.1057 0.056,0.07 0.1128,0.1376 0.1704,0.2037 0.044,0.05 0.088,0.099 0.133,0.1475 0.014,0.015 0.028,0.03 0.043,0.045 0.059,0.063 0.119,0.1234 0.1799,0.1824 0.03,0.029 0.06,0.058 0.091,0.087 0.031,0.029 0.062,0.057 0.093,0.084 0.031,0.028 0.062,0.054 0.094,0.081 0.094,0.078 0.1913,0.1522 0.2898,0.2224 0.2627,0.1874 0.5401,0.3474 0.8328,0.4799 0.037,0.017 0.073,0.033 0.1099,0.049 0.074,0.032 0.1496,0.061 0.2259,0.09 0.038,0.014 0.076,0.027 0.1142,0.04 0.038,0.013 0.078,0.026 0.1168,0.038 0.039,0.012 0.078,0.024 0.1176,0.036 0.079,0.023 0.1603,0.045 0.2421,0.065 0.041,0.01 0.082,0.019 0.1236,0.028 0.042,0.01 0.083,0.018 0.1253,0.026 0.043,0.01 0.085,0.016 0.1279,0.024 0.086,0.015 0.1726,0.029 0.2608,0.041 0.1324,0.018 0.2676,0.033 0.4057,0.044 0.092,0.01 0.1858,0.013 0.2805,0.018 0.095,0 0.1908,0.01 0.2881,0.01 0.049,0 0.097,0 0.1466,0 0.075,0 0.1488,0 0.2208,0 0.1438,0 0.2812,-0.01 0.4125,-0.01 0.065,0 0.1295,-0.01 0.1918,-0.01 0.062,0 0.1238,-0.01 0.1833,-0.012 0.1782,-0.013 0.3426,-0.029 0.4935,-0.05 0.013,0.01 0.026,0.01 0.038,0.016 0,0 0,0 0,0 0.011,0.01 0.022,0.01 0.032,0.016 0.073,0.037 0.1451,0.085 0.2173,0.1449 -0.1588,-0.2141 -1.8536,-2.4318 -4.342,-3.0243 -0.2157,-0.051 -0.3749,-0.126 -0.4986,-0.2131 -0.001,0 0,0 0,0 -0.098,-0.044 -0.1936,-0.092 -0.2856,-0.1432 -2e-4,-10e-5 -6e-4,1e-4 -7e-4,0 -0.024,-0.014 -0.047,-0.028 -0.071,-0.042 -2e-4,-1e-4 -6e-4,10e-5 -7e-4,0 -0.024,-0.014 -0.046,-0.029 -0.07,-0.043 -0.047,-0.03 -0.094,-0.06 -0.1398,-0.092 -0.023,-0.016 -0.045,-0.032 -0.068,-0.049 -0.046,-0.033 -0.09,-0.067 -0.1347,-0.1023 -0.022,-0.017 -0.044,-0.035 -0.066,-0.053 -0.022,-0.018 -0.044,-0.037 -0.066,-0.055 -0.022,-0.019 -0.043,-0.038 -0.064,-0.057 -0.1068,-0.096 -0.2106,-0.1984 -0.3111,-0.3085 -0.02,-0.022 -0.041,-0.045 -0.061,-0.067 -0.073,-0.083 -0.1457,-0.1707 -0.2182,-0.2634 -0.01,-0.012 -0.017,-0.023 -0.026,-0.035 -0.02,-0.026 -0.041,-0.053 -0.061,-0.08 -0.1015,-0.1361 -0.2022,-0.2826 -0.3026,-0.439 -0.04,-0.063 -0.08,-0.1268 -0.1202,-0.1926 -0.02,-0.033 -0.04,-0.066 -0.06,-0.1 -0.06,-0.1009 -0.1196,-0.206 -0.179,-0.3145 z"
         id="path1342"
         inkscape:connector-curvature="0" />
      <path
         id="path1344"
         style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.684014;stroke-opacity:1"
         d="m 485.74439,-748.24909 a 3.010934,3.010934 0 0 0 -3.0096,3.01117 3.010934,3.010934 0 0 0 3.0107,3.01067 3.010934,3.010934 0 0 0 3.0111,-3.01067 3.010934,3.010934 0 0 0 -3.0111,-3.01117 z m 0,70.37864 a 3.010934,3.010934 0 0 0 -3.0096,3.01119 3.010934,3.010934 0 0 0 3.0107,3.01067 3.010934,3.010934 0 0 0 3.0111,-3.01067 3.010934,3.010934 0 0 0 -3.0111,-3.01119 z" />
      <path
         id="path1346"
         style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.684014;stroke-opacity:1"
         d="m 447.54549,-710.04758 a 3.010934,3.010934 0 0 0 3.0111,3.0097 3.010934,3.010934 0 0 0 3.0107,-3.0107 3.010934,3.010934 0 0 0 -3.0107,-3.0112 3.010934,3.010934 0 0 0 -3.0111,3.0112 3.010934,3.010934 0 0 0 0,10e-4 z m 70.3786,0 a 3.010934,3.010934 0 0 0 3.0112,3.0097 3.010934,3.010934 0 0 0 3.0107,-3.0107 3.010934,3.010934 0 0 0 -3.0107,-3.0112 3.010934,3.010934 0 0 0 -3.0112,3.0112 3.010934,3.010934 0 0 0 0,10e-4 z" />
      <ellipse
         style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.8;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         id="ellipse1348"
         cx="840.3125"
         cy="-266.11917"
         rx="9.9423237"
         ry="3.0328312"
         transform="rotate(-45)" />
      <path
         style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.298401px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         d="m 588.95739,-857.63068 c 0,0 17.8989,-30.6347 56.9848,-28.4602 0,0 -33.6483,-3.1684 -56.9848,28.4602 z"
         id="path1350" />
      <path
         style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         d="m 583.86459,-838.24348 c 0.1179,0.2721 -0.1017,0.5661 -0.058,0.8252 0.1212,0.7269 0.3742,0.4511 -0.1118,1.0992 -0.024,0.032 -0.057,0.1555 -0.117,0.1754 -0.2153,0.072 -0.6045,0.06 -0.7016,0.3508 -0.081,0.243 0.062,0.5641 0,0.8129 -0.021,0.085 -0.096,0.1493 -0.1169,0.2339 -0.046,0.1829 -0.01,0.2461 -0.1131,0.3508 -0.037,0.037 0.013,0.2366 0,0.2885 -0.013,0.053 -0.1383,0.2552 -0.1754,0.2923 0,0 -0.1081,0 -0.1132,0 -0.032,0.016 0.012,0.073 0,0.1073 -0.014,0.041 -0.039,0.078 -0.058,0.1169 -0.058,0.1156 -0.1705,0.2443 -0.1514,0.285"
         id="path1352" />
      <path
         style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         d="m 585.33569,-837.33478 c 0.08,0.6833 0.1754,1.3409 0.1754,2.0289 0,0.1559 0.038,0.3165 0,0.4677 -0.057,0.2276 -0.1177,0.1786 -0.1754,0.3508 -0.012,0.037 0.017,0.081 0,0.1154 -0.096,0.1917 -0.013,-0.027 -0.1155,0.058 -0.029,0.024 0.017,0.1694 0,0.2042 -0.063,0.1264 -0.1438,0.1927 -0.1754,0.3508 -0.059,0.2933 0,0.6729 0,0.9674 0,0.056 -0.034,0.124 0,0.1689 0.062,0.081 0.098,0.4393 0.098,0.584"
         id="path1354" />
      <path
         style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         d="m 586.87329,-835.90498 c 0.01,0.1145 -0.01,0.2338 0.025,0.3436 0.031,0.099 0.2402,0.3134 0.2917,0.3508 0.061,0.044 0.082,0.2624 0.1061,0.3234 0.084,0.2097 0.2688,0.3661 0.3507,0.5847 0.1978,0.5274 -0.075,1.1538 0.058,1.6859 0.073,0.2917 0.5112,0.7318 0.5112,1.0429"
         id="path1356" />
      <path
         style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         d="m 587.90989,-837.26218 c -0.091,0.4855 0.089,0.8683 0.2338,1.3043 0.01,0.018 -0.017,0.05 0,0.059 0.034,0.017 0.088,-0.027 0.1155,0 0.027,0.028 -0.022,0.084 0,0.1169 0.1341,0.2012 0.9255,0.5034 1.1693,0.5847 0.052,0.017 0.065,0.1 0.1169,0.1169 0.2355,0.079 0.5252,-0.018 0.7546,0.059 0.1161,0.039 0.5641,0.6036 0.6216,0.7474 0.064,0.1591 0.1655,0.2139 0.2339,0.3508 0.096,0.1925 -0.045,0.5257 0.1124,0.6792 0.031,0.03 0.093,0.022 0.1169,0.058 0.01,0.01 0.1169,0.4572 0.1169,0.2401"
         id="path1358" />
      <path
         style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         d="m 572.24507,-617.59994 0.26658,-2.26373 -1.43007,0.9015 0.0275,0.35293 z"
         id="path424"
         sodipodi:nodetypes="ccccc" />
    </g>
    <g
       id="g2164"
       transform="translate(613.83531)">
      <path
         id="path2128"
         style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         d="m 2039.0449,-3285.7539 -2.8476,4.2578 -7.3262,16.416 -0.4434,10.4688 3.1485,16.6133 3.5683,27.0918 -1.4375,15.1582 -3.3164,21.9296 -4.7695,11.7891 -11.3711,3.7305 -14.0352,0.1797 -12.5253,-4.7129 -7.711,-7.5528 -6.959,-7.1211 -8.7011,-4.4296 -12.7715,-6.3692 -8.9727,-6.0488 -8.6367,-8.1367 -5.3965,-3.8653 -8.5078,-4.3515 -2.7852,2.9687 -1.4941,11.8633 -5.3887,4.8223 -9.916,-13.7852 -5.3222,-14.8203 -5.9239,-8.3242 -10.6054,-8.4336 -6.7872,-7.7715 -3.0078,-6.8359 -4.205,-1.5411 -3.2911,11.4727 -1.3867,15.207 3.7832,31.7852 2.3203,41.8535 -0.705,23.2871 -0.2872,2.3203 4.0879,0.5606 -2.0312,-0.5176 0.9609,-2.4551 2.6407,-19.5547 -0.9141,-27.5996 -1.5723,-19.8144 4.459,-21.3203 3.8789,7.4902 7.1836,11.8105 4.5938,9.6582 9.4082,13.836 4.0156,3.5195 v 9.4844 l -1.9883,11.4785 -3.2812,14.9297 -2.6504,12.164 -7.5977,-0.9746 -8.6992,-0.9824 4.4473,0.6113 -19.1797,-2.289 -13.3672,-1.6582 -4.9004,-0.3067 -7.8106,-0.4336 -19.1816,-0.4843 -21.9141,0.1972 -26.4336,1.0079 -26.875,0.8828 -13.6484,0.7714 -13.8418,1.6075 -7.9433,-7.0664 -5.6622,-5.6465 -8.9336,-7.3867 -10.08,-7.0782 -10.4727,-4.8261 -9.5215,0.9375 -7.5449,3.2539 -7.3672,4.5468 -5.1972,5.5372 -4.3614,7.3613 -2.0761,7.8359 -0.2012,8.6563 -0.6328,5.2207 -21.7246,8.5254 -31.7989,12.7714 -20.2812,10.4532 -21.1563,11.9199 -29.4199,19.1484 -52.4512,38.0117 -35.1543,31.0782 -22.789,23.3222 -13.832,14.3985 -10.3614,11.7344 -6.0449,7.9531 -5.7031,7.2754 -13.5274,13.3379 -6.9765,6.5586 -4.3067,9.0957 -3.0996,11.3418 -0.5195,12.5117 1.2676,8.4336 2.6875,4.791 1.4902,5.4707 -4.8477,14.6445 0.7852,-1.4707 1.7656,-6.1758 2.8731,-6.9902 7.7383,4.2988 36.8242,33.7598 3.3906,9.5937 -1.5898,6.2266 -3.0196,18.8613 -0.3691,15.1817 1.1426,10.8086 2.1796,14.1289 c 0,0 1.6669,9.0238 1.7774,9.6015 0.1104,0.5776 0.2226,7.416 0.2226,7.4161 l -3.1816,6.2421 -3.293,2.5938 -7.2422,6.3769 -10.416,7.7774 c 0,0 -10.6092,8.0403 -10.5039,8.5781 0.1051,0.5379 -9.791,11.4609 -9.791,11.4609 l -7.8086,9.5118 -6.5078,9.5214 -3.9609,7.1758 -2.9532,-0.4707 0.2227,0.3985 -0.2187,5.0214 -12.252,15.6446 -9.0918,10.1347 -8.0059,7.7051 -11.5156,9.6856 -9.9863,12.3222 -3.9277,10.0821 0.2226,10.0722 2.7871,9.4961 6.2305,9.1875 8.1094,4.6328 13.4121,5.0704 13.75,3.4082 8.4218,4.2539 7.5997,5.3925 4.6308,5.9903 2.2656,5.7187 0.3711,5.8418 -2.332,6.2891 -5.0195,9.3769 -3.4844,6.9082 -2.8379,7.4239 0.8965,6.1093 3.9433,5.4903 10.5215,7.623 9.9981,5.7442 -1.9531,2.1718 -7.8086,10.2911 -2.6094,7.7617 3.3066,5.6289 9.8418,12.1426 5.6094,9.8964 1.5449,7.4551 -2.0254,9.4063 -7.4648,12.6504 -3.2266,12.2871 -23.3125,-2.1914 -30.1523,-9.3496 -2.6133,-3.9629 3.459,-4.0293 c 0,0 4.4811,-9.7294 4.039,-10.6739 -0.4419,-0.9449 -1.0781,-8.5781 -1.0781,-8.5781 l -5.4219,-7.7812 -9.3671,-10.9043 -1.6504,-5.7559 0.6621,-7.0976 -1.7676,-10.3301 -4.8008,-4.5684 -12.4551,-3.7715 -14.1464,0.3633 -11.1329,3.1934 -11.3535,4.5976 -7.8672,9.4825 -8.1914,10.4374 -3.4922,12.3594 6.2754,13.9571 9.8653,8.4394 7.8789,14.6348 9.914,10.332 10.9766,3.8731 14.5996,-1.5469 11.7129,-0.2227 37.4121,18.5352 28.6699,7.6152 1.4649,8.4981 5.1972,12.7304 2.584,10.377 -1.3261,18.0547 1.9804,13.8086 11.5879,13.3398 15.3008,11.4336 14.0176,9.7715 14.0742,2.6523 10.1113,-2.3086 11.6485,-6.2441 8.623,-5.2773 8.1699,-2.6485 12.6211,0.2207 8.4278,-2.123 4.9414,-3.5078 8.2461,-9.8438 7.83,-7.5527 15.6934,-7.6778 7.7031,-3.2304 11.25,-5.125 13.457,-4.6289 5.2364,2.9043 22.4258,11.2949 22.4375,17.3808 24.9101,25.0899 21.4317,27.916 25.4824,36.9922 27.1211,31.3457 37.4687,46.7266 20.5801,18.7324 28.6666,24.0209 18.6342,13.5845 30.3086,21.9317 0.1289,0.8164 h 700.4512 v -106.1309 l -14.7969,-5.1269 -18.4492,-7.4668 -12.0469,-4.2051 -19.041,-9.5566 -19.9336,-10.1504 -17.9239,-12.1582 -21.0918,-17.0996 -21.7949,-17.418 -16.4941,-10.8203 -22.959,-11.375 -25.1992,-11.3301 -28.4414,-11.2891 -33.3184,-13.414 -20.7734,-9.2324 -15.7748,-10.5995 -15.1129,-13.8308 c -14.3738,-15.7559 -23.2768,-25.7973 -38.3291,-42.1459 0.1925,-0.9633 0.3555,-1.5547 0.3555,-1.5547 l 14.8886,-6.332 20.1836,-8.8594 17.4473,-9.4024 9.7988,-6.9336 9.3652,-8.4218 6.9317,-8.4199 7.9687,-13.1719 4.4239,-13.6289 1.2441,-8.3321 0.8906,-11.7011 -3.6953,-10.0352 -4.5137,-7.9316 3.1114,-7.7325 3.3652,-6.8046 2.5391,-6.0157 4.5332,-11.6054 7.3398,-19.2754 2.9336,-6.75 15.7481,-0.3926 12.3964,-2.0156 12.5469,-7.0117 7.5078,-11.9844 2.1114,-9.4863 -1.3379,-12.4004 -3.5879,-8.7422 -13.1485,-15.1074 -8.4863,-9.5137 1.6953,-11.3711 3.6348,-15.5254 1.5371,-11.0781 1.4512,-16.0625 0.2207,-27.7012 -0.7989,-19.3164 -2.666,-30.2285 -3.5976,-36.0391 -4.4649,-23.8867 -4.83,-19.3203 c 0,0 -3.0941,-9.9083 -4.1758,-10.8906 -1.0821,-0.9819 -5.6192,-13.6993 -5.6192,-13.6993 l -3.2382,-12.8027 0.2851,-6.4238 11.2656,-15.7207 3.4063,-6 4.6269,-9.7617 1.545,-13.4707 -1.1993,-8.7227 -2.2441,-5.0703 -4.6719,-6.6074 -8.8242,-5.8204 -7.7363,-3.2792 -8.5352,-1.6114 -7.2929,0.4219 -9.25,1.0723 -5.75,-0.1153 -0.418,3.8262 -17.7871,-26.6328 -9.3887,-13.002 -8.1367,-10.6132 -5.1563,-6.752 -6.2148,-7.9531 -11.1738,-12.9278 -8.2032,-8.4375 -5.0547,-4.9335 -6.6074,-6.2422 -8.334,-6.6875 -10.4843,-7.7403 -8.2168,-5.7383 -12.67,-9.6796 -21.1152,-15.0723 -4.9219,-3.4492 2.002,1.209 17.4258,12.2011 20.8027,-3.4863 15.1875,-5.0547 6.1914,-2.332 2.252,4.9961 3.6621,4.6797 6.2129,4.6211 5.8769,0.8632 7.6387,1.6758 10.7734,-1.291 1.877,6.6992 2.0566,22.9199 -4.4785,18.9961 -0.5488,10.6602 8.6152,-15.832 3.7637,-11.3106 3.498,-14.9453 0.8828,-14.1894 -2.0332,-6.3204 8.3457,-1.8339 17.7911,0.3378 10.2519,2.0547 v 12.6172 l 0.127,22.4492 -1.1036,12.0762 -1.7753,11.3985 -2.877,12.8808 -1.7129,12.082 2.5528,14.0411 6.4082,18.875 2.6699,9.9921 3.7929,-0.8496 1.5411,-13.8496 -0.4063,-7.4648 1.9531,-12.3242 2.4375,-17.8457 1.2364,-15.959 0.3105,-12.0781 0.2188,-7.3399 1.3398,-11.0859 3.1328,-9.2891 1.1035,-7.5371 2.584,-7.8672 -0.2187,-5.3555 -0.4825,-12.8476 0.834,-11.2793 -2.7226,-2.8613 -7.6387,-0.3633 -5.8984,2.5801 -7.6446,1.9882 -7.5097,1.3438 -12.9805,2.3965 -14.1367,3.1621 -3.041,-8.9082 2.1289,-5.1289 6.0566,-6.9258 -2.7578,-5.6367 -5.2227,-1.5332 h -10.7578 l -11.375,1.9902 -6.5976,-0.8848 -2.3946,-9.1972 1.8965,-18.1211 5.4043,-6.4414 5.4024,-7.1446 1.7656,-6.6367 4.1797,-6.3652 8.2011,-10.5039 3.6836,-11.3164 5.9668,9.5156 12.7813,3.5176 6.209,-1.9727 -1.3574,-9.8086 -4.4825,-8.4883 -1.1191,-13.7168 4.3984,-13.5253 4.1582,-5.1836 5.2149,-2.209 10.5215,-4.8125 2.1425,-5.7012 0.6641,-8.9414 4.5781,-6.5332 8.961,-4.6074 10.2832,-2.209 3.6621,-4.2324 -0.2188,-8.7168 -3.1679,-6.6543 -7.0723,-2.541 -7.4785,4.8281 -7.0196,7.0137 -9.5312,5.4609 -8.7324,1.3223 -14.3223,1.0156 -12.5859,-3.293 -14.4766,-9.0957 -7.4785,-14.6972 -3.8555,-9.8008 -6.0586,2.0468 -7.1894,8.2696 -1.6367,4.7168 0.9003,10.5508 9.336,6.3144 6.8496,7.5918 v 11.2383 l -6.8418,-0.8653 -6.2051,-1.2832 -7.2207,0.6622 -7.6758,4.791 -9.3164,5.6113 -11.7265,6.3184 -7.3614,1.5449 -15.4277,1.7558 -11.1406,3.2325 -8.4785,8.2109 -7.4727,5.9883 -10.3828,-43.9434 -6.0313,-19.1679 -9.6543,-17.7188 -6.9804,-10.1777 z m -107.9785,110.4043 4.1367,2.4746 6.8262,4.9668 7.0137,5.0918 6.0449,5.3574 5.2441,5.8281 0.3594,4.4747 -6.791,-0.2188 -6.2832,1.5137 -5.6055,-0.6739 -19.1387,-21.6933 0.6622,-3.8926 z m -20.0273,30.1074 3.5449,1.9512 1.6797,4.9062 3.5781,5.5528 3.3359,6.3203 1.4219,8.3203 -5.9941,-0.3242 -4.3028,-0.7285 -8.1074,-0.4668 0.2109,-6.1407 1.3243,-8.3261 z m 123.3574,18.1719 18.6191,6.0195 2.6485,5.0879 -7.5528,-6.4824 -12.3203,-3.6836 -2.8691,0.4394 z m -13.8496,3.8047 -1.6172,0.6543 -8.1641,3.582 7.3516,-3.7656 z m -115.0039,3.6875 6.8925,0.7304 -5.1757,-0.2793 -1.7207,-0.4414 z m 104.0117,1.1679 -2.5918,1.4395 0.6016,-0.4199 z m -79.5,1.2481 0.1816,0.019 19.959,3.6836 3.3457,0.8985 z m 60,10.4492 -3.791,2.6191 -3.5742,-1.2949 1.8437,0.3907 z m 156.3359,6.2891 1.0703,1.1718 2.9707,5.8536 0.9727,8.9453 -1.541,3.9531 -3.5,-0.5488 -3.8067,-0.3125 -22.4824,-2.3125 0.6406,-3.1328 7.9903,-4.2676 6.666,-3.9531 6.9414,-4.4668 z m -79.8789,9.6758 0.291,0.7753 -0.6308,1.6309 z m -4.7715,12.4824 18.1993,11.2988 1.666,1.0059 -11.8243,-6.625 -8.3945,-5.1719 z m -730.3183,263.5195 -1.8242,6.2441 0.8711,-2.6406 z m -14.3809,47.1172 -1.4199,4.7734 -4.1172,19.2774 -2.2031,18.7343 0.08,12.1387 0.9394,-18.5039 3.0859,-20.1055 z m -6.3183,82.8125 0.2949,3.2441 1.1152,4.6172 -1.1894,-5.9863 z m 3.5097,16.5488 0.016,0.057 2.7891,8.1914 0.3359,0.6054 z"
         transform="scale(0.26458333)"
         sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccscccccsccccccccccccccccccccccccccccccccccccccccccccccscccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccscccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
      <path
         style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.298401px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         d="m 585.43869,-856.98908 c 0,0 -9.82,-26.8955 -43.3239,-37.8759 0,0 27.3354,6.9287 43.3239,37.8759 z"
         id="path2130" />
      <path
         style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.244396"
         d="m 588.54019,-858.88608 c -0.9849,0 -2.8007,0.3745 -3.6684,-0.1192 -0.8211,-0.4663 -2.2726,-0.9855 -2.7589,-1.7335 -2.3513,-0.8678 -2.6174,-2.9808 -3.8785,-4.415 -0.8182,-3.0094 -1.6696,-3.0194 -1.6696,-3.0194 -3.4876,0.1136 -5.0493,4.3938 -4.2819,7.3221 0.5134,1.9598 3.3018,1.717 4.1034,3.676 1.0632,2.5897 -0.7111,5.1988 0,7.8193 0.5426,1.9916 3.1479,1.5848 4.1988,3.423 1.6375,2.8704 0.8139,6.1844 1.9894,9.0424 0.7723,1.8751 4.5189,4.7829 6.457,2.7888 1.4468,-1.4899 -0.6404,-4.3001 -0.9825,-5.9659 -0.5963,-2.9067 0.4912,-4.6172 0.9752,-7.3319 -4.4847,2.5429 -1.0998,9.038 -0.2445,12.4642 -2.3706,0.7335 -5.4158,-0.7053 -5.7873,-3.4215 -0.1588,-1.169 0.5084,-2.2732 0.1491,-3.4216 -0.7797,-2.4877 -2.0212,-4.5539 -3.1601,-6.8431 -5.0785,0.325 -1.3784,-6.5933 -2.9719,-9.4615 -0.8822,-1.5861 -3.1306,-1.6074 -3.6268,-3.2471 2.4708,-0.4515 2.3658,-2.5273 3.6659,-4.1548 -0.2419,1.6047 0.6917,2.879 1.5911,4.1452 3.1527,4.44 11.1519,4.6207 15.7611,2.4401 1.8819,-0.8907 3.1112,-3.191 5.1323,-3.6526 -0.8969,1.7913 -0.9579,3.6496 1.2221,4.3992 v 0.2444 c -2.6126,0.4852 -5.653,0.9591 -6.6941,3.9104 -0.3568,1.0166 0.3251,2.7494 -0.3397,3.5222 -1.0582,1.2289 -3.226,1.1272 -4.2084,2.5876 1.481,-0.3607 4.5946,-1.2469 5.2886,-2.7024 0.8579,-1.7959 -0.5133,-3.1508 1.3907,-4.835 1.5127,-1.3391 4.514,-0.9717 5.5063,-2.529 1.107,-1.7381 0.086,-5.3662 -2.1899,-5.715 -1.7205,-0.2635 -3.419,2.5174 -4.6191,3.4315 -1.7719,1.3507 -3.6292,1.2516 -5.621,1.841 0,0 0.221,0.054 -0.7333,-0.4889 m -87.7383,32.2604 -6.3544,-0.9776 c 0.6401,-3.2898 1.361,-6.3803 1.2125,-9.7759 -0.187,-4.2686 -1.333,-8.513 0.01,-12.7086 l 4.8552,8.5867 1.7435,1.9224 c -0.1264,-1.8829 -1.5497,-2.6327 -2.4222,-4.1547 -0.781,-1.3623 -0.6562,-2.9868 -1.2703,-4.3992 -0.5072,-1.1665 -1.5835,-1.7323 -2.2347,-2.7583 -0.7566,-1.1919 0.1804,-2.8022 -1.6491,-3.1072 l -0.7323,8.5539 0.4879,13.1974 h -0.2444 c -0.3646,-4.6189 -0.3307,-9.3404 -0.7748,-13.9307 -0.4672,-4.8317 -1.2542,-8.9515 0.286,-13.6861 h 0.4888 c 0.9815,4.0938 5.4112,5.211 7.2688,8.7983 0.9923,1.9165 0.9544,5.066 2.9958,6.1098 l 0.2444,-0.9776 c -1.7987,-1.4258 -1.941,-5.037 -3.2428,-7.0873 -1.2379,-1.9494 -3.4824,-2.7228 -4.9495,-4.4221 -0.8192,-0.9489 -1.1241,-3.3132 -2.5547,-3.5009 -1.0519,-0.138 -1.19,1.0842 -1.4285,1.8129 -0.6143,1.8757 -0.8022,3.5086 -0.7249,5.4804 0.2422,6.2035 1.1599,12.2589 1.4043,18.4705 0.09,2.2695 -0.9945,5.5784 -0.2349,7.5763 -7.9448,-0.3412 -15.7052,-0.904 -23.6847,-0.4656 -3.5092,0.1929 -7.0186,0.077 -10.5308,0.2307 -1.53,0.067 -3.3813,0.6855 -4.8878,0.4295 -1.2484,-0.2122 -2.0265,-1.5469 -2.9366,-2.3027 -2.4336,-2.021 -6.6922,-6.643 -10.261,-5.968 -3.6386,0.6884 -6.9291,3.5765 -8.0203,7.0985 -0.3576,1.1538 0.09,2.836 -0.5404,3.8424 -0.8585,1.3708 -4.3925,2.2656 -5.8586,2.9245 -4.6908,2.1086 -9.6431,3.8062 -14.1751,6.2617 -16.5209,8.9507 -31.1018,20.9547 -43.89129,34.5862 -2.72209,2.9016 -5.06806,6.1561 -7.7838,9.0596 -2.44176,2.6106 -5.07782,4.0279 -6.50852,7.6019 -1.07779,2.6919 -1.16724,5.7441 -0.6677,8.554 0.20701,1.1633 1.33808,2.2227 1.14109,3.4215 -0.3578,2.1795 -1.49985,4.4561 -2.1172,6.5987 -2.3181,8.0477 -5.54855,16.2768 -6.13779,24.6841 -0.37294,5.3188 0.3209,10.7486 1.56708,15.8857 0.41254,1.7003 2.24943,3.7386 2.2702,5.3767 0.0223,1.7707 -2.26629,3.6582 -3.29129,4.888 -3.34921,4.0186 -9.88682,7.8989 -11.1154,13.1974 -0.60856,2.6254 1.11933,7.3613 3.50513,8.7952 4.53478,2.725 10.41838,1.7789 13.74145,6.8462 2.80812,4.2821 -4.75498,8.3992 -2.64877,12.705 0.5516,1.1279 1.79998,1.9894 2.79272,2.7099 1.0509,0.7629 2.23085,1.4243 3.42155,1.9373 -1.05017,1.4167 -2.95206,3.0513 -3.14099,4.8879 -0.21067,2.0491 1.66581,3.065 2.87094,4.3991 1.36739,1.5141 2.36869,3.8004 2.4051,5.8656 0.0516,2.9278 -3.24412,5.0321 -3.35703,8.0651 -4.9571,-0.3911 -9.01653,-1.833 -13.68621,-3.1772 v -0.7332 c 2.54563,-1.4444 2.4618,-5.9682 0.78573,-8.014 -1.07192,-1.309 -2.59182,-2.0385 -3.23093,-3.7171 -0.77522,-2.0352 0.48439,-4.5049 -1.12618,-6.2614 -1.18361,-1.2908 -2.88216,-1.4133 -4.49371,-1.6264 -5.11059,-0.676 -10.03818,1.5883 -13.13877,5.6886 -1.84214,2.4359 -2.96659,6.107 -1.08435,8.798 0.97567,1.393 2.50207,2.2778 3.49925,3.6659 2.07341,2.8913 3.22851,6.5352 7.30231,7.0411 1.89578,0.2371 4.86154,-1.0534 6.42396,-0.5328 3.38661,1.1218 6.55375,3.5121 9.95061,4.7804 1.74329,0.6501 3.5919,1.2415 5.37674,1.7694 0.76129,0.2249 1.95542,0.1834 2.54099,0.7748 0.59461,0.6012 0.64691,1.9967 0.92479,2.7861 0.40301,1.1462 1.22003,2.3242 1.40382,3.5242 0.38273,2.4977 -0.51934,5.1617 -0.13442,7.74 0.66891,4.4799 3.7075,5.912 6.98633,8.3218 2.4684,1.8159 4.36883,3.7515 7.58582,4.0594 3.77032,0.3617 6.36043,-2.6688 9.55341,-3.8786 2.39567,-0.9091 5.78413,-0.3959 8.01823,-1.7474 1.6763,-1.0143 2.3961,-3.1039 3.936,-4.2623 3.6958,-2.7837 9.6352,-5.1299 14.1744,-6.1808 0.1378,1.1145 4.7335,2.8302 5.8654,3.5853 5.0999,3.3996 9.6203,7.6667 13.6231,12.3005 8.4159,9.7441 14.5122,19.7288 22.653,29.6953 3.6036,4.4113 7.6616,9.0451 12.1145,12.6035 4.0853,3.2676 8.8245,7.2819 13.1975,10.1243 2.5192,1.6399 4.53457,3.7713 7.24027,5.052 -1.9254,-2.5711 -4.85017,-4.2113 -7.48477,-5.988 -5.7494,-3.8762 -11.8771,-8.7166 -16.6668,-13.8294 -9.8881,-10.5604 -16.61127,-20.63663 -25.14617,-32.24053 -6.0397,-8.2118 -14.87723,-18.15517 -24.90723,-21.54737 3.3025,-1.5372 7.0259,-2.1849 10.509,-3.1869 8.1375,-2.3414 16.3626,-4.1254 24.6841,-5.7238 3.9854,-0.765 7.9467,-1.5862 11.9754,-2.158 1.5236,-0.2151 3.0858,-0.8652 4.6436,-0.7112 2.6685,0.2639 4.2774,3.38 6.3638,4.7658 2.9951,1.9918 6.335,2.0064 9.8079,1.8403 2.2069,-0.1052 4.4089,-0.9826 6.5572,-1.4322 6.669,-1.398 13.3975,-2.6688 20.0404,-4.0277 2.5662,-0.5255 5.9438,-2.0774 8.554,-1.8281 4.2496,0.4082 8.5992,3.7467 12.7086,4.9661 7.3361,2.1801 14.038,1.9772 21.5069,1.3858 -1.1953,1.4493 -2.652,2.4464 -3.5895,4.1547 -1.7311,3.1552 -1.1564,8.5173 2.3685,10.3013 4.1709,2.1116 9.7163,2.0359 14.174,3.6294 v 0.2444 c -1.8501,0.4277 -3.5339,1.3271 -5.3766,1.7718 -1.64,0.3959 -3.4412,0.308 -4.888,1.3197 -2.7119,1.9015 -2.5229,7.6179 -0.5377,10.0545 1.1511,1.4127 3.3873,2.2534 4.9393,3.1747 3.8589,2.2901 7.4467,4.3136 11.7286,5.675 v 0.2444 c -3.6685,0.149 -9.0378,-0.5842 -12.1954,1.5812 -3.1454,2.1556 -2.1459,7.5861 -0.1662,10.1498 1.4102,1.8257 3.5412,1.7866 5.5184,2.5784 2.7519,1.0997 5.2521,3.1234 8.0652,4.0203 v 0.2444 c -2.0481,0.3812 -4.453,0.5695 -6.0587,2.0725 -3.3507,3.1404 -2.8253,8.8814 1.1707,11.1909 3.8053,2.1971 9.9372,-0.28353 13.1974,2.78607 -2.7812,0.056 -6.9213,0.039 -9.5094,1.0753 -0.6477,0.259 -3.2017,2.6493 -1.6766,3.2114 0.523,0.193 2.7177,-2.5906 3.8541,-2.769 5.4451,-0.8481 10.3331,-1.3784 15.6415,-3.1479 1.6667,-0.5548 4.712,-1.0655 5.1323,-3.0134 l -3.666,1.3589 -7.332,2.4342 -4.1547,-1.1951 -6.8431,-0.31757 v -0.2444 c 3.9544,-0.3129 8.593,-0.8359 12.4642,-1.6302 1.7524,-0.3592 3.5903,-1.7963 5.3768,-1.7646 1.1927,0.019 2.6371,-0.003 3.666,0.54737 4.1157,2.1922 5.7775,4.5922 4.888,9.3654 2.3412,-0.374 1.7546,-3.7002 1.1974,-5.3768 -1.2708,-3.815 -5.4353,-3.98117 -8.7738,-5.54037 4.5532,-3.2994 2.8399,-8.527 -0.5817,-12.0757 -2.2754,-2.3609 -7.4712,-4.3502 -10.6606,-5.0321 1.5128,-1.5568 3.7271,-2.0969 5.2496,-3.771 2.8522,-3.1308 3.9007,-11.0443 0.1174,-13.8768 -3.0574,-2.2901 -7.4711,-2.0384 -10.7436,-4.1035 2.3144,-0.9629 4.6067,-2.0871 6.1,-4.1767 2.7054,-3.7833 2.2852,-10.8097 -1.0093,-14.1261 -2.3706,-2.3829 -6.3861,-2.8864 -9.4899,-3.6929 2.246,-3.4093 4.49596,-6.42455 3.95586,-10.69895 2.42443,-1.03816 4.30828,-2.42173 5.29412,-1.48543 7.27017,7.83665 10.18269,12.48221 18.09713,17.35769 1.25287,0.55835 2.51722,1.09999 3.78944,1.62985 1.27223,0.52986 2.55234,1.04794 3.83673,1.55917 1.2844,0.51122 2.57308,1.0156 3.86246,1.51805 1.28938,0.50245 2.57945,1.00298 3.86662,1.50652 1.28718,0.50353 2.57145,1.01008 3.84924,1.52455 1.27779,0.51448 2.54908,1.03689 3.81029,1.57217 1.26121,0.53527 2.51234,1.08341 3.74978,1.64934 1.23745,0.56594 2.46123,1.14966 3.66773,1.75611 1.2065,0.60644 2.39573,1.23561 3.5641,1.89243 5.0566,2.8399 9.2993,7.09 13.9307,10.5481 6.4399,4.8122 13.0678,8.0993 20.5293,10.927 2.8814,1.0924 6.0097,2.7006 9.0426,3.2236 v -0.2444 c -8.9741,-3.055 -18.0878,-7.0826 -25.906,-12.4716 -5.5062,-3.793 -10.3331,-8.9302 -16.1302,-12.2442 -7.7498,-4.4309 -16.6459,-7.7376 -24.9284,-11.0517 -3.4265,-1.371 -7.046,-2.4904 -10.2647,-4.3136 -5.9388,-3.3653 -10.36512,-10.09099 -15.49992,-14.54879 -1.0412,-0.9042 -2.2044,-1.613 -3.0451,-2.7323 0.65827,-0.64455 1.34651,-0.60229 5.34762,-2.33901 8.2851,-3.5584 16.5603,-8.2435 18.9456,-17.5281 0.5205,-2.0246 1.0778,-5.0463 0.4937,-7.0875 -0.374,-1.3097 -1.9796,-2.5386 -1.9161,-3.9104 0.058,-1.3314 1.4713,-3.1774 2.0432,-4.3992 1.349,-2.8794 2.026,-6.2721 3.5804,-9.016 0.8822,-1.559 3.3434,-0.9411 4.8562,-1.0631 3.0133,-0.2432 6.716,-1.5419 7.9526,-4.5847 2.053,-5.0458 1.3417,-8.3706 -2.097,-12.4605 -0.914,-1.0851 -3.6145,-2.5493 -3.7342,-4.0213 -0.2078,-2.5366 1.0581,-5.652 1.3636,-8.2022 0.7039,-5.844 1.1536,-11.9488 0.7503,-17.841 -0.6329,-9.2237 -1.5372,-18.5961 -3.7025,-27.6168 -0.9483,-3.9617 -3.4827,-8.0081 -4.0399,-11.9756 -0.2175,-1.5532 1.9967,-3.6374 2.8007,-4.8877 1.9309,-3.0045 3.6806,-6.5792 2.9255,-10.2647 -0.6207,-3.0369 -3.9763,-5.4669 -6.76,-6.3411 -1.2049,-0.3784 -3.903,-0.05 -4.3234,-1.4931 -1.1047,-3.7805 0.6256,-8.6776 1.0754,-12.4508 0.3763,-3.138 0.022,-6.4114 0.391,-9.5314 0.3397,-2.867 1.4101,-5.5051 1.8891,-8.3095 0.4912,-2.8861 0.2322,-6.1124 0.2346,-9.0427 -3.1771,-1.0172 -4.3258,0.4191 -7.3319,1.045 -0.8821,0.1838 -1.7913,-0.1368 -2.6882,-0.016 -1.8966,0.2551 -3.6929,1.0172 -5.6212,1.1706 -0.1026,-0.6841 -0.721,-1.524 -0.5499,-2.1995 0.2957,-1.1719 1.7181,-1.5617 1.7181,-2.9326 0,-3.8949 -6.1979,-1.2644 -8.2557,-1.711 l -0.2444,0.9776 h 1.222 l -1.4664,1.7108 c -0.4595,-2.4616 -1.8526,-5.8372 -1.0852,-8.3095 0.4839,-1.5656 1.7035,-2.2648 2.5857,-3.501 0.677,-0.9468 0.6893,-2.3085 1.2514,-3.3421 0.8798,-1.6194 2.6175,-2.8746 3.1136,-4.6435 -1.3979,0.4264 -3.1796,2.4935 -3.4216,3.9103 l -1.5054,3.1554 -2.1606,2.2213 c -0.7698,-2.1868 -4.0667,-0.2229 -5.1322,0.7333 -0.1857,-1.0713 -0.9116,-1.324 -1.9552,-1.418 -1.3124,-0.1181 -2.7617,0.2585 -3.8884,-0.6054 -1.982,-1.5209 -2.3608,-4.8313 -4.9099,-5.553 0.6672,2.087 3.2065,6.0425 5.3352,6.8781 1.5911,0.6245 3.6953,0.2415 5.4183,0.6983 l -2.6884,4.6435 -4.4113,2.5856 -5.3963,2.8165 -3.4436,4.8347 -2.3902,-1.1724 -5.3767,-3.1989 v -0.2444 c 3.4558,-2.8096 -0.9155,-8.4962 -2.444,-11.2423 l 3.9104,-4.6434 c -2.0236,0.1512 -3.5257,2.6475 -4.6436,4.1547 -1.0619,-0.473 -4.7532,-1.0219 -5.2535,-1.9631 -0.6687,-1.2573 0.9366,-4.3818 1.3429,-5.6132 1.5292,-4.6331 2.8099,-9.6611 3.9106,-14.4194 h 0.4888 c 0.6956,2.9029 2.0844,5.6648 2.8472,8.5538 0.4571,1.7275 0.1103,3.8136 0.9899,5.3985 0.7332,1.3239 2.0113,3.2089 3.4948,3.6442 -0.6476,-1.6729 -2.2509,-2.7468 -2.901,-4.4087 -0.4081,-1.0408 -0.193,-2.102 -0.4032,-3.1686 -0.5206,-2.6551 -1.4689,-5.5382 -2.4313,-8.0641 -1.1445,-3.0048 -3.4125,-6.0427 -3.7987,-9.287 -0.3815,-3.2062 3.3959,-4.7201 2.9355,-7.8207 -0.7884,0.5506 -0.9808,1.4028 -1.492,2.1996 -0.8041,1.2526 -1.8881,2.3773 -2.122,3.9103 -0.4704,3.0845 1.8402,5.5693 1.5884,8.5539 -0.4469,5.299 -2.9633,11.3167 -4.5659,16.3745 -0.7846,2.4753 -0.7997,5.1898 -1.7179,7.5764 h -0.2444 l 3.6441,-22.4846 -2.1547,-15.1526 2.6652,-6.5987 c 1.1267,0.6864 1.5087,1.6875 2.3768,2.6118 0.6127,0.6522 1.4813,0.8017 2.0336,1.5573 4.2487,5.8154 3.3762,12.6975 5.6808,19.0486 0.5939,1.6421 1.5495,3.536 2.7838,4.7927 0.8651,0.881 2.1236,1.3155 2.8666,2.3366 1.2782,1.7521 -1.4296,4.8943 0.633,5.5793 l 0.9776,-2.1995 c -0.2004,-1.1985 0.027,-2.5882 -0.6696,-3.6564 -1.354,-2.077 -3.683,-3.0575 -4.8879,-5.3863 -1.7035,-3.2903 -1.6839,-6.7339 -2.4806,-10.2647 -0.831,-3.6884 -2.2436,-6.8939 -3.9116,-10.2646 -0.7667,-1.5489 -3.2066,-6.3054 -5.7703,-4.6356 -0.7611,0.4955 -1.4528,1.9071 -1.9103,2.6804 -2.1171,3.579 -0.6944,7.2934 -0.025,10.9979 0.8261,4.5724 1.0312,7.9267 0.1046,12.4641 -0.4059,1.988 -0.5922,5.4591 -2.4496,6.6618 -1.8781,1.2159 -6.7016,1.0099 -8.5275,-0.206 -1.6756,-1.1159 -2.7666,-2.9782 -4.4907,-4.0393 -2.7031,-1.6639 -5.4203,-2.6024 -7.9291,-4.6871 -1.3923,-1.1569 -3.8428,-3.9636 -5.6864,-4.1194 -2.4307,-0.2052 -1.3838,3.21 -2.1595,4.3518 -0.7639,1.1247 -2.0815,1.4148 -2.7463,2.7717 -1.0362,2.1145 -0.5405,4.3542 -0.7579,6.5985 -0.3139,3.2451 -1.4416,6.3213 -1.9135,9.5315 m 41.303,-41.7919 0.9776,1.4664 h -0.2444 l -0.7332,-1.4664 m 33.9712,0.9776 0.7331,1.7108 -1.4663,-0.9776 0.7332,-0.7332 m -3.1772,2.9328 c 0.2983,-0.304 0.5475,-0.6555 0.8505,-0.9547 1.8306,-1.8141 2.3877,1.5574 0.9679,2.7282 -0.7038,0.5806 -1.6252,0.3809 -1.7694,-0.555 -0.061,-0.3936 -0.022,-0.8198 -0.049,-1.2185 m 27.128,2.9328 c 3.2236,1.5902 -1.3247,3.3261 0,0 m -48.635,15.8857 v 0.2444 l 0.4889,0.4888 h 0.2444 l 3.182,-3.1803 9.0377,-1.8711 8.0652,-4.5942 3.4215,0.3586 c -1.0973,-1.8135 -3.8565,-1.225 -5.3767,-0.3029 -2.4464,1.4828 -4.0106,3.217 -6.8431,4.1533 -2.7446,0.9072 -5.8582,0.1271 -8.554,1.3375 -1.4956,0.6712 -2.5343,2.231 -3.6659,3.3659 m 29.0832,-9.5315 v 0.2444 l 3.4216,2.1996 c -0.4131,-1.7278 -1.7401,-2.366 -3.4216,-2.444 m 7.8207,2.9328 1.9553,-2.444 c -1.1878,0.4048 -2.0799,1.124 -1.9553,2.444 m -67.4534,19.3073 c -1.6848,0.06 -2.5862,-2.0654 -3.6877,-3.1356 -1.6319,-1.5849 -3.6887,-2.3723 -5.3287,-3.8588 -1.1963,-1.0843 -1.5396,-2.6184 -2.9591,-3.5147 0.1766,0.866 1.0125,1.7604 0.8732,2.663 -0.1525,0.9874 -1.5272,1.438 -2.0431,2.2477 -1.1213,1.7602 -1.8533,3.8945 -2.574,5.8428 -1.3604,3.679 -0.8953,7.3165 -1.779,10.9979 -0.8588,3.5777 -3.0667,6.6495 -5.2305,9.5315 h -0.2445 l 3.1736,-10.9978 2.3776,-12.4643 0.4923,-6.11 3.2417,-3.2328 0.7351,-4.0991 c 2.5229,0.6607 4.5468,3.186 6.5987,4.7022 2.4303,1.7961 5.448,2.7053 7.7789,4.5324 2.5351,1.987 3.9077,4.9309 6.2216,7.0484 1.2218,1.1181 6.1291,3.1689 6.1291,4.952 0,1.1808 -4.6642,3.7021 -5.7099,3.3506 -0.9906,-0.3329 -1.6753,-1.4751 -2.3624,-2.2013 -1.807,-1.9099 -4.5853,-3.8639 -5.703,-6.2541 m 36.9039,-1.4664 c 3.0477,4.3493 7.0313,-4.219 9.9739,-3.3135 1.8696,0.5749 1.6839,4.135 2.7372,5.4772 1.4052,1.787 4.8317,1.5023 6.8407,1.5023 l -5.8192,-1.8476 -2.7347,-5.9731 c 2.5001,0.1604 5.5844,-2.2235 6.5986,-4.3991 h 0.4889 c 0.694,3.5726 2.5026,3.9646 5.1323,5.8655 h 0.2445 l 0.4887,-0.9776 c -2.4342,-0.8888 -5.4452,-2.4068 -5.0175,-5.6221 0.1442,-1.1061 1.2,-2.1275 1.5959,-3.1761 -1.762,-0.2633 -3.9934,4.3959 -5.3767,5.5663 -1.7963,1.5187 -3.7563,1.3088 -5.6211,2.2795 -3.5511,1.8474 -5.2668,4.7037 -9.5315,4.6183 m -17.1077,-5.1322 c 1.2347,-0.3613 3.7351,-2.1923 4.1547,-3.4216 -1.9134,0.4386 -3.5012,1.5526 -4.1547,3.4216 m -29.572,-0.2445 c 2.7106,2.1287 5.7047,3.3162 7.3319,6.5987 l -4.3774,0.4422 -4.9097,-5.3301 v -0.4888 l 1.9552,-1.222 m -2.1996,2.444 -1.4663,1.222 0.7331,-1.4664 0.7332,0.2444 m 0.9776,1.222 c -0.5384,1.5563 -1.8628,3.1866 -3.1772,4.1548 -0.2358,-1.7998 1.2367,-4.1556 3.1772,-4.1548 m 25.9061,0 -0.7332,6.5987 c -2.8326,-0.6853 -6.4343,-3.4084 -7.5764,-6.1099 2.6232,0.4854 5.7874,0.4309 8.3096,-0.4888 m -1.222,10.2646 c -0.01,0.8354 0.019,2.1955 1.2308,2.0234 2.0505,-0.2908 0.9338,-3.3558 3.4129,-2.9071 3.8405,0.6945 5.2678,3.5977 6.4902,6.9936 0.3987,1.1074 0.998,3.6193 -0.2419,4.4449 -0.6814,0.4538 -1.7089,-0.1916 -2.3382,-0.478 -1.5108,-0.688 -5.4014,-2.9516 -6.8431,-1.5228 4.7526,0.388 8.9398,3.3276 12.953,5.6213 1.6962,0.9687 3.9275,1.8985 4.888,3.6657 1.3832,-0.091 2.5759,0.968 3.6659,1.7452 2.4611,1.7548 4.8024,3.7026 7.332,5.3547 10.5407,6.8798 18.4275,18.4317 25.1387,28.8264 1.7351,2.6854 3.5314,5.5686 4.6923,8.5539 0.3348,0.8593 1.2025,2.005 1.0729,2.9545 -0.2346,1.7369 -2.141,3.5885 -3.2212,4.8662 -3.1307,3.7092 -6.518,7.2708 -10.3208,10.2964 -10.6337,8.4594 -21.6023,14.9933 -35.2029,17.26 -6.5028,1.0839 -13.041,1.4232 -18.8186,-2.1392 0.342,2.1921 2.8263,2.4135 4.6436,2.7644 4.7015,0.9079 8.4121,1.0372 13.1974,0.2383 17.533,-2.9278 33.1255,-12.4848 44.9275,-25.7315 3.1575,-3.5423 6.9237,-7.7552 8.1114,-12.4643 0.5181,-2.0522 0.7821,-5.3777 -2.2044,-5.3767 v 0.4888 c 3.3849,1.1863 0.9067,6.1336 0,8.3095 h -0.7332 l -4.6436,-9.2871 c 2.5075,-0.01 4.805,-1.0135 7.3319,-0.296 8.3438,2.3675 7.7915,10.2366 3.6562,16.1818 -6.694,9.6234 -15.7122,17.6261 -21.5068,27.8612 -1.2636,2.2357 -2.8204,4.1731 -3.7492,6.5987 -1.9134,5.0028 -1.3514,10.717 0.4791,15.6414 1.6766,4.5062 6.9067,6.2084 10.6118,8.4598 6.4421,3.9133 12.9481,8.4852 18.3298,13.7796 1.8304,1.8007 4.3868,3.6645 5.3644,6.1106 3.0231,7.5639 -4.8318,12.7015 -11.4744,11.4867 l 2.444,-7.8207 c 2.5539,1.7997 2.488,3.7554 2.6883,6.5987 2.4097,-2.072 0.4498,-4.7506 -1.1511,-6.5987 -3.771,-4.3512 -8.9205,-7.3002 -13.757,-10.3118 -13.8525,-8.6233 -30.7941,-13.5291 -47.1687,-11.9698 -5.5467,0.5283 -13.7786,1.1967 -17.3522,6.1514 1.8211,0.1755 3.8562,-2.1565 5.6212,-2.8194 4.0937,-1.5375 8.61,-2.2433 12.953,-2.5356 19.9794,-1.3444 41.4326,6.1735 56.3115,19.5679 1.5935,1.4366 0.7674,2.8049 0.2981,4.6057 -0.9629,3.6871 -2.6932,7.1579 -3.9421,10.7534 -1.5714,4.5274 -3.7979,10.816 -7.0068,14.4282 -1.8819,2.1177 -4.2281,3.2517 -6.5572,4.7286 -7.6594,4.8576 -16.5652,7.7269 -25.6617,7.7269 1.0118,-3.7103 -2.0603,-9.0867 -5.3791,-10.8308 -2.2558,-1.1843 -5.3205,-1.3683 -7.8183,-1.3891 0.1767,-1.3737 0.5624,-2.7807 0.1897,-4.1547 -3.1796,-11.7265 -16.5332,-4.526 -24.6294,-5.3767 -1.1944,-4.0593 -6.0874,-4.1093 -8.3583,-7.333 -5.0156,-7.1195 3.906,-13.9425 7.3,-18.8175 -1.9061,0.9893 -3.3717,3.126 -4.8792,4.6531 -3.7872,3.8362 -7.2103,10.4213 -2.6505,15.5059 1.9207,2.1417 5.0226,2.6388 6.81,4.7741 1.1355,1.3562 1.6335,3.4525 2.0913,5.1277 1.1147,4.0787 2.793,9.0214 1.3002,13.1974 -1.3745,3.8444 -5.5086,6.127 -8.1894,9.0427 -1.9296,2.0994 -2.7119,6.5645 -4.9432,8.0431 -4.1135,2.7299 -11.1105,2.747 -15.8533,3.5926 -7.903,1.4101 -17.1647,5.89 -25.1729,3.1845 -3.3798,-1.1413 -4.8874,-4.4749 -8.065,-5.8044 -2.4721,-1.0338 -5.4926,-0.6208 -7.8208,-2.0432 -1.1037,-0.6745 -3.6427,-2.4097 -3.7806,-3.7954 -0.1597,-1.6082 1.4838,-3.6758 1.8433,-5.2741 0.827,-3.6709 -1.8853,-7.3647 -5.3945,-8.1678 0.2913,-6.6832 7.3604,-6.8176 11.7307,-9.8457 6.4358,-4.4593 9.0036,-11.8914 6.1943,-19.2375 -0.711,-1.8594 -2.1622,-3.7166 -3.2622,-5.3767 -1.6675,-2.5168 -3.9739,-6.0928 -7.0866,-6.8431 0.5751,1.9178 3.4587,3.3025 4.7252,4.8881 4.2061,5.2649 7.4837,12.0129 5.0507,18.8184 -6.113,-3.2031 -9.5055,-9.1571 -12.5214,-15.1527 -4.5,-8.9463 -8.4063,-18.0953 -12.7155,-27.1279 -9.8557,-20.6606 -25.0378,-36.9815 -45.6385,-46.9876 -8.75802,-4.2542 -18.87275,-7.4538 -28.34973,-9.7029 -2.42026,-0.5744 -9.17685,0.3436 -9.38238,-2.698 -0.0901,-1.3332 0.15543,-2.8484 0.41645,-4.1547 2.27998,-11.409 16.4809,-7.6531 24.11853,-5.1321 1.72393,0.569 3.48646,1.13 5.13211,1.9016 11.91682,5.5867 24.62062,11.8679 34.70362,20.4177 5.4142,4.5908 10.0472,10.4832 14.3923,16.0507 4.1123,5.2693 7.8647,9.979 11.026,15.8859 0.6388,-2.6015 -1.1956,-4.6167 -2.7116,-6.6205 -3.4516,-4.5632 -7.0838,-8.9701 -10.682,-13.4201 -4.2929,-5.3088 -9.0995,-10.5401 -14.4674,-14.7816 -6.6845,-5.2816 -14.5088,-9.117 -21.9963,-13.1205 -10.31394,-5.515 -20.88881,-9.9718 -32.7489,-9.735 1.9982,-4.7472 7.36246,-8.5883 10.68015,-12.4643 5.64605,-6.5962 12.441,-12.46717 19.38045,-17.61827 9.5051,-7.0553 19.2791,-13.7222 30.3055,-18.2145 5.4657,-2.2266 10.91918,-4.23511 16.75528,-5.26181 1.5373,-0.2706 4.43052,-0.87462 5.93212,-0.35432 1.5685,0.5435 2.9716,3.0449 3.9555,4.3007 2.9376,3.7492 5.7086,7.5052 8.3251,11.4866 6.6701,10.1501 12.7445,20.5892 16.9736,32.016 1.6507,4.4597 3.9111,10.8155 2.9218,15.6413 -0.6934,3.3835 -2.8844,5.5632 -4.7621,8.3096 2.0121,-0.5649 3.4797,-2.8458 4.3444,-4.6436 2.3773,-4.942 1.1364,-11.0221 -0.4277,-16.1301 -5.0771,-16.5814 -15.4906,-32.0094 -25.821,-45.7022 -2.569,-3.4052 -5.342,-6.8282 -8.6452,-9.5501 -1.421,-1.1709 -3.2032,-2.5402 -5.1324,-2.181 v 0.2444 c 2.4945,0.722 6.19006,2.74231 7.46246,5.12401 -3.25987,0.1835 -6.88814,0.79665 -10.05098,1.75627 -1.08662,-5.9528 3.25572,-10.43968 7.96532,-10.73488 1.4211,-0.09 3.1651,0.9727 4.3991,1.611 3.9892,2.0644 7.398,6.358 10.2734,9.7065 4.5947,5.3511 9.3672,10.3499 14.4105,15.2697 6.1854,6.0336 13.0982,11.6403 22.2402,10.3516 2.7502,-0.3875 5.3975,-2.221 7.8208,-3.4526 9.6423,-4.9013 16.6871,-13.4858 25.6616,-19.3862 2.7057,-1.779 5.3021,-4.4097 8.5539,-5.1131 m -23.2177,-8.5539 v 0.2445 l -3.666,3.9103 c -0.7164,-1.753 1.78,-4.9168 3.666,-4.1548 m -2.1996,6.3544 h -0.4888 c -0.418,-1.8247 0.5633,-2.76 1.7695,-4.0282 0.3357,-0.3531 0.9964,-1.241 1.5866,-0.9949 1.1179,0.4661 -0.9268,2.4305 -1.2595,2.8235 -0.5994,0.7085 -1.1447,1.395 -1.6078,2.1996 m 9.0427,-4.3992 c -1.8022,2.8844 -4.9488,8.004 -8.7983,7.0875 v -0.2444 c 2.5439,0.01 5.7174,-4.8393 7.0875,-6.8431 h 1.7108 m -4.6435,0.2445 c 1.561,1.5244 -1.3506,5.2412 -3.1638,5.744 -1.7482,0.4846 -0.185,-2.1661 0.1381,-2.5669 0.3402,-0.4226 0.7049,-0.8217 1.0705,-1.222 0.632,-0.6919 1.2114,-1.3864 1.9552,-1.9551 m 6.5986,0.2444 -4.8878,7.5762 5.6211,-6.8431 c 1.7996,1.2059 -2.4589,6.326 -3.9529,6.9402 -1.2142,0.4991 -2.8759,-0.1819 -4.1122,-0.3414 1.0162,-1.9613 4.9494,-7.5316 7.3318,-7.3319 m -25.743,0.4073 -0.081,0.1628 0.081,-0.1628 m 11.8124,-0.163 -0.2444,1.4664 c 1.7027,0.078 2.7798,3.3951 2.9328,4.8879 l -4.1548,-0.2444 c -0.3761,-2.1203 0.327,-4.1095 0.9776,-6.1099 h 0.4888 m 43.9915,1.9552 c 1.349,2.4205 3.2627,6.334 5.8654,7.5731 2.0164,0.9603 4.6924,0.3678 6.7405,0.5008 0.9947,0.065 2.0334,0.7584 3.0354,0.9688 -1.0924,-2.7248 -6.6794,-1.3804 -9.0427,-2.1346 -1.7817,-0.568 -2.8545,-2.7367 -3.7367,-4.2198 -0.6648,-1.1205 -1.354,-2.9557 -2.8619,-2.6883 m -27.1281,0.2444 c 0.1437,2.5261 -2.8429,6.3343 -5.3767,5.8655 0.7352,-1.8985 3.3944,-5.2841 5.3767,-5.8655 m -26.3948,18.5741 c 1.7425,-0.3519 2.8142,-1.9202 3.7696,-3.3187 2.3395,-3.4256 3.5478,-6.5627 4.051,-10.6118 6.8295,0.015 13.488,1.9142 20.0406,3.6659 -2.0066,3.7231 -7.8075,6.597 -10.9942,9.3594 -6.576,5.7003 -14.5257,12.7622 -23.7102,13.3475 -4.8852,0.3113 -8.6339,-1.7555 -12.4642,-4.4852 -6.2211,-4.4333 -11.5097,-10.0173 -16.4784,-15.7777 -2.2328,-2.5887 -4.8691,-4.9469 -6.7392,-7.8207 7.336,-0.579 14.6445,-0.6653 21.9957,-0.9872 4.5289,-0.1984 9.1681,-0.5374 13.6861,0.1938 2.5201,0.4079 5.0544,0.5878 7.5764,0.9716 0.9094,0.1382 2.3792,0.247 2.9249,1.1175 0.7119,1.1355 -0.2392,3.4683 -0.6914,4.5698 -1.1689,2.8481 -2.8259,6.7028 -2.9667,9.7758 m 28.1056,-16.6189 -2.1996,4.1547 c 0.8623,-0.6594 1.8682,-2.5469 2.9587,-2.7077 1.7616,-0.2595 -0.953,3.4841 -1.2479,3.9297 l -3.9103,-0.9775 c 0.7003,-1.6652 2.3637,-4.5698 4.3991,-4.3992 m 50.1012,1.9551 c -0.1734,1.3411 -0.8308,2.5237 -0.8845,3.9104 -0.044,1.11 0.5204,2.1152 0.7599,3.1771 0.6403,2.8658 0.4522,6.6518 3.5683,8.2034 2.0847,1.0387 5.4061,0.2286 7.5543,-0.2419 3.3483,-0.7331 6.3249,-0.847 9.5314,-2.0705 0.9067,-0.3461 2.2705,-0.7183 2.923,0.3214 0.4619,0.7392 -0.1369,1.7794 -0.1051,2.5859 0.066,1.6409 0.5206,3.2331 0.3128,4.888 -0.215,1.7435 -1.1217,3.3978 -1.4687,5.1321 -0.8702,4.3488 -0.655,8.8195 -1.0095,13.1977 -0.3788,4.7096 -1.3002,9.1591 -1.3857,13.9305 h -0.2444 c -1.0093,-3.0999 -2.9401,-6.2372 -3.155,-9.5314 -0.286,-4.3831 1.6031,-9.2549 1.911,-13.6862 0.22,-3.1579 -0.7356,-7.3435 0.5377,-10.2647 0.6892,-1.5795 2.3731,-1.8303 3.1503,-3.1772 -0.9996,0.3212 -2.2802,0.6535 -3.0526,1.4063 -0.501,0.4895 -0.5157,1.5844 -1.2072,1.8422 -0.6501,0.2428 -1.6814,-0.2605 -2.3388,-0.3748 -1.4933,-0.2594 -3.1332,-0.2946 -4.6436,-0.1435 -4.0546,0.4051 -11.6676,4.1364 -14.6174,-0.8554 -0.8432,-1.4251 0.018,-3.8756 -0.4596,-5.5407 -0.5009,-1.7426 -1.0508,-2.7683 -1.0092,-4.6435 0.037,-1.617 -1.4811,-2.6359 -1.2659,-4.1548 l 0.7331,0.2444 c 0.853,-2.9416 2.6834,-4.7367 5.8654,-4.1548 m -47.4129,0.9777 c 0.6683,1.7029 -0.7375,2.8677 -2.444,2.6883 0.3559,-1.2675 1.265,-2.1384 2.444,-2.6883 m -26.6392,71.1194 c -1.1379,-3.8327 -3.6886,-6.9622 -3.9688,-11.2423 -1.3241,-20.2292 14.6054,-36.8899 29.6304,-47.9973 3.6528,-2.7003 7.8621,-4.601 11.9755,-6.4606 1.6301,-0.7369 4.0203,-1.1634 5.3767,-2.2421 -1.9637,-0.908 -3.8747,0.2798 -5.6211,1.1778 -3.4804,1.7896 -6.9646,3.245 -10.2646,5.4018 -13.3654,8.735 -27.3575,22.7154 -30.8454,38.8781 -1.2715,5.893 -0.9291,10.7718 0.054,16.619 0.3244,1.9271 1.466,5.6136 3.6626,5.8656 m 66.7203,-66.7203 c 1.3026,1.4099 1.5202,3.0513 0.9776,4.8879 l -7.0876,-0.7332 v -0.2444 l 6.11,-3.9103 m 15.397,2.6884 -4.6436,6.3542 -1.2219,-0.9775 c 1.3245,-1.8978 3.5095,-4.9012 5.8655,-5.3767 m -2.6885,0.4887 -3.6659,4.1548 c -0.237,-1.8068 1.701,-4.5246 3.6659,-4.1548 m 3.666,0.4888 c 0.2347,1.7049 -3.3604,6.2392 -5.1323,5.6211 v -0.4887 l 5.1323,-5.1324 m -23.9509,0.7333 -0.2444,0.2443 0.2444,-0.2443 m -0.7331,0.4887 -2.444,2.444 2.444,-2.444 m 1.7108,0 0.2444,0.2444 -5.6212,6.3543 7.3319,-6.3543 0.2444,0.2444 c -1.1535,2.0531 -3.0256,3.7608 -4.6459,5.4554 -0.5842,0.6097 -1.2245,1.5588 -2.1972,1.31 -1.53,-0.3913 -1.2318,-1.635 -0.5133,-2.6107 1.3222,-1.7926 3.2725,-3.4658 5.1569,-4.6435 m 6.8431,0.2444 c -2.1434,3.6684 -5.7434,7.5113 -9.776,8.3095 -0.3372,-2.3391 4.9149,-7.2559 7.0876,-7.8207 l -5.8655,7.0875 c 2.6834,-1.8899 5.0957,-7.3855 8.5539,-7.5763 m 1.222,0.4888 c 0.4326,2.668 -4.5116,7.6549 -7.0876,7.8207 0.6721,-2.4692 4.7927,-6.7493 7.0876,-7.8207 m 0.7332,1.7108 v 3.4215 l -4.3992,1.7108 4.3992,-5.1323 m 12.4641,0.9776 0.4889,1.2219 h -1.7108 l 1.2219,-1.2219 m -12.4641,3.4216 c 0.787,4.3565 6.2369,4.509 9.7758,4.1547 l -0.2444,0.9775 c 0.589,0.5375 0.3201,1.0407 0,1.7108 0.9898,0.7134 0.6183,1.7015 0.7405,2.792 0.2957,2.6642 -0.6354,6.6041 -1.9625,8.9391 l -6.8431,-6.8302 -11.9754,-9.0556 4.6435,-0.5597 5.8656,-2.1286 m 22.7288,3.4214 -0.3519,13.4429 -1.7938,9.2861 3.1232,10.0202 c -3.3383,-4e-4 -3.7538,-2.1756 -5.4841,-4.6435 -2.7275,-3.8913 -5.7946,-7.4889 -8.6908,-11.2422 2.5833,-4.1372 5.4696,-12.4262 4.3991,-17.3522 3.0502,-0.3854 5.8143,-0.1933 8.7983,0.4887 m -10.7534,0.2445 -1.222,1.2219 -0.2445,-0.9775 1.4665,-0.2444 m 1.222,0 c 0.3299,1.4488 -1.1292,3.2434 -2.1996,4.1547 0.01,-1.8794 0.7919,-2.9369 2.1996,-4.1547 m -0.2444,3.1771 c -0.044,1.3604 -0.7699,2.7191 -1.9552,3.4216 0.019,-1.6187 0.6404,-2.4919 1.9552,-3.4216 m -0.7332,3.9103 -1.222,1.4664 0.7332,-1.4664 h 0.4888 m -1.0583,1.8739 -0.083,0.1627 0.083,-0.1627 m 0.08,1.5477 -0.9776,2.444 h -0.2444 l 1.222,-2.444 m -95.5591,7.7073 c -4.6421,1.0434 -3.0569,9.0928 1.9551,7.9676 4.8987,-1.0996 2.6229,-8.9962 -1.9551,-7.9676 m 0.2453,0.8083 c 3.547,-0.4534 5.3748,5.6939 1.4652,6.3376 -3.9931,0.6575 -4.9686,-5.8899 -1.4652,-6.3376 m -130.26444,33.5206 c 2.23745,3.1318 5.46764,5.5022 8.30948,8.0459 1.17873,1.0552 2.76388,1.9182 3.42082,3.4408 0.44749,1.037 -0.15299,2.1541 -0.36219,3.1771 -0.39323,1.9212 -0.70679,4.1443 -0.80797,6.11 -0.1442,2.8032 0.5929,5.7932 0.99957,8.5538 0.19284,1.309 0.76815,2.8297 0.37296,4.1548 -0.92089,3.0874 -5.44614,5.5652 -7.77793,7.5161 -3.5831,2.9978 -5.99847,6.7022 -8.55388,10.5693 h -0.48824 c -3.18056,-5.40274 -3.47118,-9.82 -3.67549,-16.3746 -0.3617,-8.4948 2.16854,-16.1684 4.71539,-24.1953 1.15967,-3.6557 1.90214,-7.4456 3.35924,-10.9979 h 0.48879 m 76.98509,47.6574 c -5.5774,1.6406 -11.0509,4.0556 -16.8633,4.9552 -1.4897,0.2304 -4.3706,1.2253 -5.7869,0.5185 -0.9574,-0.478 -0.111,-1.6965 0.229,-2.2965 1.0634,-1.8763 2.0478,-4.2995 3.6829,-5.7605 1.0363,-0.926 2.7814,-0.904 4.0744,-1.2366 2.7388,-0.7041 8.3272,-2.4066 9.7759,-4.9783 l -6.5987,3.3452 -7.0232,1.6189 -1.7628,2.3678 -3.9226,6.5986 c -2.8333,0.1295 -5.7453,1.1719 -8.554,1.6409 -7.7811,1.2999 -15.55729,2.9013 -23.21768,4.8051 -3.92721,0.9761 -10.58995,3.7324 -14.59414,2.062 -3.11875,-1.3014 -5.76165,-3.8857 -8.06509,-6.2874 -0.67552,-0.7046 -2.08373,-1.6147 -2.00454,-2.7093 0.10607,-1.4669 1.68731,-2.9874 2.45765,-4.1548 2.13089,-3.2295 4.51449,-5.7441 7.54232,-8.1628 2.01505,-1.6097 5.0683,-3.4551 6.37656,-5.7299 0.49857,-0.8666 7.3e-4,-2.0627 -0.16301,-2.9707 -0.37881,-2.1006 -0.74126,-4.2371 -1.01156,-6.3543 -0.80113,-6.2778 0.56505,-13.0203 3.03907,-18.8185 0.61001,-1.4297 1.38084,-4.4525 2.68323,-5.3665 1.0145,-0.7117 3.45993,0.6696 4.4727,1.037 4.28862,1.5551 8.55699,3.2253 12.70839,5.1191 14.023,6.3973 26.2596,15.2714 35.169,28.0491 2.8263,4.0532 5.8714,7.8904 7.3564,12.7087 m 167.9005,-45.7022 c 2.1715,9.3551 3.2703,7.8346 2.9328,8.7983 h 0.2444 c 2.4073,7.5765 2.9621,15.1478 3.7075,22.9733 0.9946,10.448 2.2997,22.6536 -1.5079,32.7492 -4.1328,-1.8933 -7.5178,-5.881 -11.2521,-8.4669 -4.8659,-3.3702 -11.1176,-5.2856 -14.7689,-10.1073 -1.7279,-2.2834 -2.2484,-5.7863 -2.3388,-8.5539 -0.3031,-9.5334 6.0365,-17.5059 11.9192,-24.4399 1.5935,-1.8801 2.8716,-3.9927 4.465,-5.8653 2.0115,-2.3633 4.3919,-4.491 6.11,-7.0875 h 0.4888 m -227.77782,18.8186 c 0.17841,2.6309 1.4241,5.9801 4.64353,6.0383 1.35348,0.024 2.56666,-1.1953 3.66589,-1.8484 2.38985,-1.4195 5.0972,-2.9543 7.8205,-3.6182 7.133,-1.7387 13.8058,2.431 20.0409,5.0494 0.089,-2.3933 -3.229,-5.1431 -4.7125,-6.8429 -2.1047,-2.4119 -5.1921,-5.8014 -8.4852,-6.5019 -2.2771,-0.4842 -5.6576,0.5709 -7.8208,1.2452 -5.55109,1.7311 -10.24239,3.3761 -15.15232,6.4785 m 33.97122,3.4216 c -5.933,-2.0203 -11.9318,-5.2879 -18.3301,-3.4837 -2.8587,0.806 -5.7432,2.3178 -8.30898,3.7945 -1.55656,0.8955 -2.99312,2.0217 -4.634,0.611 -3.32379,-2.8582 -0.8896,-5.352 2.1898,-6.8142 4.62831,-2.1977 13.40588,-5.7705 18.57388,-4.2137 2.93,0.8825 5.5117,3.7241 7.4359,5.9513 1.111,1.2863 2.5182,2.5182 3.0735,4.1548 m -27.86131,7.5763 h 2.19951 c -1.05671,1.7442 -3.11892,6.3997 -2.19951,8.3094 l 1.22199,-0.2444 c -0.002,2.7688 0.0281,4.8662 1.46632,7.3319 h -1.46632 c -0.19478,1.9946 1.55139,4.2437 3.42141,4.888 l 0.24439,-0.2444 -2.4439,-3.666 c 3.84886,0.3752 7.98812,-1.3254 11.48652,-2.7375 1.3664,-0.5514 3.3414,-1.1834 3.9104,-2.6392 -3.9124,-1.2514 -7.351,-3.3524 -11.48673,-3.8405 -1.16471,-0.1376 -4.1215,0.4309 -4.87743,-0.6733 -0.87054,-1.2716 0.6982,-5.571 1.99684,-6.1913 0.76739,-0.3666 2.0858,-0.01 2.88059,0.1491 2.93223,0.5838 6.42693,2.2756 8.61403,4.3283 1.4813,1.39 2.5185,3.2422 4.0947,4.5169 0.1995,-1.7423 -1.5967,-3.2055 -2.7016,-4.3989 -2.8045,-3.0295 -7.2349,-4.8131 -11.22911,-5.4833 -1.64882,-0.2766 -3.83899,-0.7256 -5.1321,0.5952 m 178.16521,5.6211 c -0.052,1.2317 -0.6427,2.2075 -0.034,3.4252 1.4004,2.8056 5.5869,3.4125 7.2586,0.4631 1.6399,-2.8988 -0.4497,-5.5586 -3.5585,-5.5534 -1.415,0 -2.5245,0.9614 -3.6659,1.6651 m 3.1771,-0.6369 c 3.5243,-0.6342 5.0225,4.7173 1.4665,5.4566 -3.9153,0.8139 -5.5699,-4.7181 -1.4665,-5.4566 m -176.69901,3.1622 0.0813,0.081 c -0.12045,0.04 -0.27028,-0.081 -0.0813,-0.081 m 11.48661,3.3402 c -2.4296,2.2726 -7.0531,3.2597 -10.26472,3.6659 0.0674,-1.0084 2.22502,-4.5277 0.48879,-4.6436 l 0.24443,-1.9551 -1.22193,0.7332 c 1.95363,-3.1679 8.49053,0.8789 10.75343,2.1996 m -15.64117,-2.9328 0.48879,0.4888 -0.48879,-0.4888 m 4.15456,3.9104 -0.9775,2.1996 0.9775,-2.1996 m 40.59311,0.2522 c -2.2106,1.1775 -0.3957,4.0098 1.6734,2.8811 2.0056,-1.0939 0.1872,-3.8724 -1.6734,-2.8811 m -39.61561,0.2366 c -0.23628,0.9773 -0.17375,1.8517 -1.22191,2.1995 l 1.22191,-2.1995 m 39.94311,0.3966 c 1.0641,-0.4854 2.1209,1.1149 1.0099,1.6985 -1.052,0.5529 -2.1256,-1.1899 -1.0099,-1.6985 m -44.01624,1.4771 0.0813,0.1628 -0.0813,-0.1628 m 35.13494,0.3363 c -1.8849,0.97 -0.7056,3.5587 1.1845,2.6244 1.7579,-0.8689 0.5716,-3.5281 -1.1845,-2.6244 m 0.7092,0.5289 c 0.8595,0 0.6262,1.5881 -0.1921,1.4351 -0.7051,-0.132 -0.4941,-1.4351 0.1921,-1.4351 m 16.8642,0.6826 c -0.3802,4.6481 -3.0553,9.7172 -4.8734,13.9306 -7.6025,17.6176 -21.1789,31.7645 -34.7191,44.9727 -3.8249,3.7309 -7.7411,7.2634 -11.72722,10.8182 -2.00128,1.7841 -3.89975,4.0839 -6.3579,5.2496 -4.74349,2.2534 -11.47613,0.2713 -16.13018,-1.1633 l 0.2444,-4.888 2.19957,-1.4663 c -0.63544,0.242 -1.44121,0.8065 -2.14581,0.5621 -1.01718,-0.3495 -1.32194,-2.1319 -1.90116,-2.9362 -2.06735,-2.8718 -4.5729,-3.6461 -1.9344,-7.1574 0.44114,-0.5868 0.88325,-1.3791 1.592,-1.6782 0.95021,-0.4014 2.31493,0.5313 3.16738,0.9111 2.61407,1.165 5.33863,2.26122 8.25966,2.51642 -0.78769,-1.5011 -3.15372,-0.85282 -4.59371,-1.57092 -3.36509,-1.6783 -7.30844,-2.9714 -10.33089,-5.2369 -1.01425,-0.7605 -2.46156,-1.681 -2.72649,-3.0102 -0.29425,-1.4781 0.86541,-3.042 1.32634,-4.3955 l 3.67206,3.5403 6.837,5.0136 -4.57388,-3.7882 -5.20199,-5.4989 c 0.41694,-1.4585 1.34247,-2.8514 1.40211,-4.3991 0.14932,-3.8808 -4.09145,-5.9081 -7.02323,-7.3319 v -0.2444 c 1.79998,-0.5309 5.68002,-0.7547 7.3319,0.1928 1.44536,0.8292 2.52804,3.706 4.15474,3.2287 -2.55419,-3.5877 -4.58537,-7.076 -9.77587,-6.4963 -1.65627,0.185 -2.28926,1.7435 -3.68794,2.2624 -1.29555,0.4805 -4.68118,-0.6929 -5.81787,-1.3843 -2.70449,-1.6447 -3.95311,-6.5642 -2.62261,-9.29 1.51281,-3.0995 4.3004,-4.8078 6.64807,-7.1581 2.74165,-2.7454 5.06855,-5.9037 7.43553,-8.9721 h 0.24439 c 2.56177,2.9103 6.65933,7.4996 10.50906,8.5517 4.72101,1.2902 10.58409,-1.2031 15.1526,-2.1937 10.43744,-2.2634 20.93544,-4.9317 31.52724,-6.358 0.9129,1.4029 4.6544,0.2782 6.11,0 6.0534,-1.1567 12.735,-2.4745 18.3296,-5.1323 m 0.9777,1.7108 c 1.3097,3.5295 3.7024,6.8013 5.2636,10.2646 3.8797,8.6063 7.5371,17.6445 12.5565,25.6617 1.7291,2.7619 3.9674,6.0265 6.4201,8.187 0.8146,0.7173 3.174,1.8748 3.2026,3.0658 0.049,2.0414 -3.4269,4.7579 -4.9583,5.7035 -4.9975,3.086 -12.0698,3.6773 -12.2198,10.9049 -13.1969,-0.01 -25.615,2.6908 -38.3704,6.0513 -6.8578,1.8036 -13.5672,3.3336 -20.5296,4.6533 -3.73131,0.7087 -8.16382,1.8623 -11.97519,1.5152 -0.8967,1.0412 -3.11142,0.9165 -4.3989,0.9997 -4.12151,0.259 -8.62305,0.7356 -12.70887,-0.022 0.24367,-1.0534 0.61148,-3.1283 1.74304,-3.5854 0.9595,-0.3861 2.89267,0.4913 3.87808,0.7039 2.67175,0.5768 5.5703,1.024 8.30949,0.9165 1.51868,-0.058 5.79881,-1.6594 6.35431,0.01 1.8034,-0.4496 4.20915,-1.62199 4.98408,-3.28389 l -4.73968,2.30639 c 2.1656,-3.248 5.62297,-5.6016 8.48394,-8.1898 4.6254,-4.1877 9.3392,-8.4191 13.7525,-12.832 15.0171,-15.016 28.4921,-32.4349 34.4636,-53.0305 h 0.4889 m 0.56943,6.92393 c -1.8697,3.9509 -3.1919,8.0978 -5.2518,11.9754 -1.2224,2.3015 -3.5183,4.6846 -3.7908,7.3319 h 0.2445 c 2.6389,-4.6306 5.4082,-8.9594 7.4303,-13.9305 0.6081,-1.4951 2.1436,-3.7954 1.3678,-5.3768 m -79.26528,10.91707 c 0.46509,1.363 1.13327,2.5467 2.24137,3.4998 3.25829,2.8035 12.0468,5.2909 7.15373,11.0941 -1.5287,1.813 -4.9114,1.8061 -5.97354,3.4915 4.21779,-0.088 10.80331,-4.5749 7.81849,-9.5305 -1.55412,-2.5801 -5.2103,-3.6853 -7.57043,-5.3865 -1.23885,-0.893 -2.17831,-2.9121 -3.66962,-3.1684 m 69.73388,8.63463 -1.2219,2.444 c 0.7558,-0.6269 1.494,-1.4195 1.2219,-2.444 m -2.6883,4.3992 -2.9329,4.3991 c 1.2907,-0.5641 3.2173,-2.9408 2.9329,-4.3991 m -6.1099,8.7983 -9.2872,9.2871 -3.666,4.1547 c 3.8488,-1.5468 7.149,-6.4017 10.0202,-9.2871 1.0297,-1.0347 2.8543,-2.6146 2.933,-4.1547 m 48.06537,12.38347 0.2444,0.9775 19.063,-3.0364 22.24,-4.051 c -1.0035,-0.9109 -2.2104,-0.4258 -3.4216,-0.1283 -2.3322,0.5726 -4.728,0.847 -7.0874,1.3021 -10.3001,1.9869 -20.7596,2.9699 -31.0384,4.9361 m 60.1216,8.5539 -2.9328,-11.7311 c 4.0037,-0.316 7.9911,-0.8637 11.9755,-1.2638 3.0704,-0.3081 5.5062,-0.9421 8.065,1.3088 5.5283,4.8625 1.9655,11.5558 -1.1242,16.8182 -1.2663,2.1558 -3.4648,5.4551 -6.2076,5.8021 -4.2098,0.5304 -9.2637,-4.1865 -8.0388,-8.4912 0.8721,-3.0648 3.8734,-5.6588 5.5823,-8.3086 0.4563,-0.7072 3.5689,-5.0712 1.9645,-5.7157 -0.6797,-0.273 -1.2919,2.9555 -1.6135,3.5161 -1.5845,2.7613 -4.1663,8.0527 -7.6704,8.0652 m -138.73699,8.63463 c 1.97502,-0.3984 3.49632,-2.4441 4.92952,-3.7731 3.5486,-3.292 8.9424,-6.5373 11.201,-10.8907 -2.0489,0.5735 -3.4091,2.7284 -4.8882,4.1452 -3.3593,3.217 -9.0383,6.3894 -11.24232,10.5186 m -54.82533,4.31837 2.52437,-3.6122 2.36357,0.1906 c 0.37367,2.422 3.25536,3.1845 5.13233,4.2574 5.98919,3.424 14.20091,4.1157 21.02178,3.8297 11.63401,-0.4863 23.59747,-2.1165 34.94487,-4.8855 10.0037,-2.4415 20.2666,-6.5034 30.5499,-7.3783 5.1866,-0.4427 9.8966,-1.6839 15.1562,-1.2389 2.5386,0.2149 4.8262,-0.1412 6.2546,2.4877 0.97,1.7842 1.2149,7.2171 -1.193,8.246 -0.7279,0.3104 -1.7128,-0.4448 -2.3768,-0.6868 -2.0325,-0.7478 -3.9214,-1.4516 -6.11,-1.4541 -6.6261,-0.01 -13.1141,2.1335 -19.5517,3.4215 -14.4201,2.8839 -28.8011,6.347 -43.50273,7.3539 -5.18219,0.3544 -10.42157,1.2269 -15.64139,0.6697 -6.56816,-0.7038 -12.61405,-2.3756 -18.57415,-5.2815 -2.09619,-1.0215 -4.14863,-2.2386 -6.10991,-3.4973 -0.65572,-0.4204 -1.57025,-1.4395 -2.40316,-1.4052 -1.50426,0.064 1.42337,2.3511 1.66997,2.6493 -2.93912,0.7086 -6.45379,0.6476 -8.51127,-1.8746 -1.21844,-1.4909 -1.728,-3.4631 -3.00536,-4.8978 -2.09772,-2.3559 -4.90111,-3.7563 -3.78457,-7.4063 1.6905,-5.5261 7.11073,-9.1337 12.85723,-8.5845 1.42361,0.1359 3.26074,0.3451 4.36297,1.3525 1.6575,1.5153 0.17792,4.3303 1.221,6.1881 1.6663,2.9682 5.6226,4.628 3.84632,8.6238 -2.82669,6.3592 -7.29133,-5.7631 -10.24145,-0.7112 -0.26248,0.4497 -0.49172,0.9556 -0.66964,1.4444 -0.26713,0.7332 -0.26419,1.4322 -0.22998,2.1996 m 262.97092,-19.3074 c 2.9377,3.7158 1.591,7.8525 0.1319,11.9755 -2.8789,8.1311 -12.3175,12.4813 -19.9279,15.3188 -2.3341,0.87 -5.543,2.3217 -8.0652,2.285 -1.2146,-0.017 -2.202,-1.2488 -3.1772,-1.8476 -1.8476,-1.1389 -4.0375,-2.0969 -6.1099,-2.7324 -1.2856,-0.3959 -2.6468,-1.3148 -3.4215,0.1736 3.7368,1.0191 11.7774,3.1307 12.1367,7.9014 0.1882,2.483 -1.8476,4.2549 -2.1164,6.518 -2.3438,2.0774 -4.5825,3.5315 -7.332,5.1006 -1.9185,1.0948 -3.8101,2.026 -5.8654,2.8521 -1.508,0.606 -3.5306,1.5959 -5.2023,1.1633 -3.9835,-1.0289 -4.1255,-6.474 -2.4413,-9.3604 2.3738,-4.0692 7.6802,-4.8781 11.5539,-6.8871 1.2292,-0.6379 4.9588,-2.3926 4.1449,-4.2916 -0.347,-0.8139 -2.202,2.0041 -2.9231,2.4562 -3.0035,1.8867 -6.8014,2.8716 -10.0201,0.9018 3.4387,-1.3002 5.103,-3.8321 7.4028,-6.5987 2.219,-2.6713 4.7559,-5.3303 5.5502,-8.7983 11.2031,0 24.0878,-4.8527 32.5049,-12.2648 1.322,-1.1636 2.043,-2.6099 3.177,-3.8654 m -56.2111,16.8634 c 0.9401,-1.3759 2.2581,-2.4929 3.125,-3.9104 1.537,-2.5146 2.4021,-5.6362 4.051,-8.0289 0.8075,-1.1714 2.3921,-0.7168 3.5774,-0.5432 3.7857,0.5545 5.9681,1.8529 7.9868,5.1956 3.5413,5.862 -1.6986,10.9479 -4.9514,15.3545 -2.4049,3.2602 -6.3727,7.1167 -10.8345,4.7168 -2.2532,-1.2122 -3.8124,-5.0956 -2.4105,-7.3857 2.4193,-3.9543 7.3376,-6.3177 10.1998,-10.0447 1.1535,-1.503 2.4439,-3.4396 1.8989,-5.4259 -0.1832,-0.6612 -0.7576,-1.7273 -1.5837,-1.6598 -0.5987,0.049 -0.3372,0.6869 -0.2052,1.0207 0.76,1.9071 0.7331,3.3535 -0.4522,5.0899 -1.1999,1.7572 -3.6686,5.0199 -5.758,5.6431 -1.4261,0.4253 -3.1728,-0.091 -4.6434,-0.022 m -213.60292,-2.444 c 1.64111,-0.5156 2.37998,-3.3404 3.53519,-4.618 2.01823,-2.2326 4.0235,-2.4227 6.72947,-2.9582 v -0.7332 c -4.50839,-1.0705 -9.96785,3.8424 -10.26466,8.3094 m 201.87172,-7.5762 c -0.5966,1.4351 -1.2868,2.7892 -1.0011,4.3991 0.7985,4.4993 6.6479,8.4512 11.0214,6.5987 l 0.2444,0.7332 4.3991,-0.2444 v 0.2444 c -7.2025,1.4786 -13.9035,0.9092 -20.2849,-2.9327 v -0.4888 c 1.5432,-1.178 2.6746,-2.6248 3.4714,-4.3992 0.7296,-1.6242 0.4436,-2.9667 2.1497,-3.9103 m -126.1088,15.3969 c 7.4575,0 15.6418,-2.3954 22.8938,-4.199 7.976,-1.9821 15.536,-3.5532 23.7861,-1.6665 l 0.2445,-0.2444 v -0.4887 c -5.2343,-2.1386 -11.2639,-1.6525 -16.4544,-0.3914 -5.9684,1.4492 -11.9708,2.8618 -18.0854,3.6024 -2.8551,0.347 -5.6203,1.8308 -8.4742,2.1535 -1.347,0.1515 -2.9362,0.2272 -3.9104,1.2341 m 138.8175,-2.4439 c -0.6422,1.4052 -1.9114,2.5491 -2.1258,4.1547 -0.7972,5.978 6.6923,8.1971 10.924,9.7759 -2.1748,1.3296 -6.0517,1.4664 -8.5539,1.4664 -6.8352,0 -13.2082,-1.2636 -19.5516,-3.8004 -2.0865,-0.8358 -6.052,-1.8061 -7.4888,-3.578 -0.8205,-1.0117 0.077,-2.3633 0.5029,-3.375 1.0072,-2.3976 2.7394,-4.2771 4.5323,-6.1076 0.6338,-0.6452 1.4528,-1.8354 2.413,-1.9894 0.7109,-0.1148 1.65,0.6794 2.2404,1.007 1.4692,0.8187 3.032,1.332 4.6432,1.8134 4.0923,1.2245 8.2942,0.9727 12.4643,0.633 m -204.56016,-2.1996 c -0.34656,1.4933 1.45733,2.4025 2.51362,3.2456 2.97381,2.3706 7.01688,3.9959 10.6838,4.9026 2.76681,0.6843 5.4608,1.6766 8.30949,2.0456 10.05252,1.3075 21.25371,-0.4326 31.03805,-2.6786 2.8091,-0.6452 5.7251,-0.9898 8.554,-1.5666 1.0856,-0.2224 2.523,-0.1392 2.9329,-1.3051 -5.6462,0.1442 -11.5785,1.9747 -17.10771,3.0795 -6.49458,1.2977 -12.97207,1.4981 -19.55172,1.4101 -1.96031,-0.027 -3.90033,0.33 -5.86552,0.049 -4.96125,-0.7112 -10.49073,-2.2705 -14.9082,-4.6656 -2.32421,-1.2586 -4.21365,-3.4459 -6.59871,-4.5164 m 131.97436,10.5091 13.9306,-2.1996 13.6862,-3.2725 15.8858,-3.0818 v -0.4888 c -3.2317,-0.7601 -7.5849,1.0631 -10.7534,1.789 -7.4551,1.7083 -15.1433,3.7148 -22.729,4.6362 -2.5327,0.3054 -5.0605,0.787 -7.5762,1.2121 -1.0918,0.1858 -2.3819,0.078 -2.444,1.4054 m -10.2648,0.4888 v 0.4887 c -4.9577,0.3911 -9.7792,1.8844 -14.6601,2.7299 -11.051,1.9162 -22.3855,4.2819 -32.9971,7.9503 -4.9352,1.7035 -9.5611,4.5482 -14.4198,6.1832 2.0175,-3.5413 4.8878,-6.6354 7.1621,-10.0178 0.7559,-1.1243 2.311,-2.4196 2.1837,-3.903 -0.1264,-1.4713 -3.4324,-3.27 -4.7021,-3.6757 l 3.9104,3.1771 c -0.7656,3.3483 -3.6927,6.2859 -5.6118,9.0427 -2.2152,3.182 -4.9906,8.3974 -8.3606,10.426 -6.20971,3.7368 -16.21107,-1.4933 -19.99872,-6.7601 0.82923,-1.6594 0.0457,-4.035 0.2769,-5.8655 0.23584,-1.8696 2.95598,-5.7506 4.48761,-6.8407 1.39452,-0.9897 4.56435,-0.6207 6.24311,-0.738 4.05972,-0.2835 8.1809,-1.1805 12.2098,-1.7743 10.7078,-1.5788 21.2016,-4.0766 31.7719,-6.3397 5.5842,-1.1951 11.5595,-3.2235 17.3522,-2.5955 6.5125,0.7087 8.7141,7.9869 15.1525,8.5124 m 50.8382,-6.0978 c -2.4229,1.1536 -0.9424,4.431 1.4105,3.2457 1.8336,-0.9238 0.542,-4.1768 -1.4105,-3.2457 m 0.974,0.9654 0.2444,0.9777 h -1.4664 v -0.4889 l 1.222,-0.4888 m -82.8504,8.5539 c 1.4365,0.9629 4.9199,-0.782 6.5986,-1.1414 6.2756,-1.3392 12.3885,-2.9938 18.8185,-3.5021 v -0.4888 c -8.2236,0 -17.6867,2.4513 -25.4171,5.1323 m -26.6395,-3.9103 0.2444,0.2444 -0.2444,-0.2444 m -2.6884,1.2219 -0.2445,0.2444 c 0.7295,1.1145 2.3057,2.3951 3.6661,2.1997 l -3.4216,-2.4441 m 77.7291,0.1858 c -2.2494,0.8407 -0.6921,4.316 1.4447,3.4484 2.2501,-0.914 0.6661,-4.2378 -1.4447,-3.4484 m 0.2336,0.7919 c 3.0218,0.8163 -0.8544,2.5832 0,0 m -117.31046,0.7331 12.95303,0.7333 c -0.66085,1.9917 -3.01977,3.3726 -3.45138,5.3767 -0.24219,1.1242 0.76961,3.287 -0.73953,3.8541 -3.88933,1.4615 -9.9951,-6.4106 -8.76212,-9.9641 m 15.64139,0.4888 -3.94505,5.6212 -0.20969,5.6211 c -1.40944,-1.068 -1.15135,-4.4651 -1.22199,-6.11 2.14434,-1.1731 2.71012,-4.9221 5.37673,-5.1323 m 13.68597,0.4888 c 1.2776,1.4371 3.9409,3.4094 5.8655,3.666 -0.913,-1.833 -3.8937,-3.3263 -5.8655,-3.666 m 13.9308,0 -3.1774,5.8655 c 1.8199,-0.5694 3.4893,-4.0912 3.9107,-5.8655 h -0.7333 m 32.5049,0.9776 0.2445,0.2444 -0.2445,-0.2444 m -19.0629,2.6884 v 0.2444 c 2.9301,-0.2322 6.1194,-1.2563 8.7983,-2.444 -1.953,-0.8114 -6.9934,1.1877 -8.7983,2.1996 m 15.1525,-1.9552 0.2445,0.2444 -0.2445,-0.2444 m -51.32334,0.4888 3.42156,2.2851 7.82038,5.2912 0.2444,-0.2444 c -0.6933,-1.4517 -2.0973,-1.916 -3.42152,-2.6908 -2.49608,-1.4615 -5.11984,-4.255 -8.06482,-4.6411 m 33.48254,2.1995 v 0.2444 l 0.9775,-0.2444 h -0.9775 m -3.9104,1.4664 1.2219,-0.7331 -1.2219,0.7331 m -5.8656,2.444 3.6659,-1.4664 c -1.1214,-0.3886 -3.2186,0.352 -3.6659,1.4664 m -39.10353,1.222 -0.24439,0.4888 1.22198,0.4887 -0.2444,-0.4887 h 3.66595 c 1.48593,5.4744 9.37751,8.4586 13.93061,10.7534 -2.77708,2.8888 -7.45532,4.5482 -11.24224,2.7739 -1.58125,-0.738 -2.72088,-2.1287 -4.15475,-3.0989 -1.70051,-1.1487 -3.96337,-2.0334 -5.04361,-3.8713 -1.60422,-2.7323 -1.67412,-6.2443 -1.0663,-9.2455 l 3.17715,2.1996 m 12.21984,-1.7108 c 0.79013,2.791 5.78805,4.4945 8.06499,6.0293 1.03403,0.6965 1.88443,1.5421 3.17698,1.3026 v -0.4888 l -8.06482,-4.756 -3.17715,-2.0871 m 24.19509,1.9552 c 0.9834,-0.3105 1.8554,-0.6966 2.1997,-1.7108 -1.0531,0.2102 -1.8709,0.655 -2.1997,1.7108 m 9.5317,-0.4888 -0.2443,0.2444 0.2443,-0.2444 m 154.4588,1.7108 -0.2444,0.7331 c 2.8668,0.2273 7.0362,1.2684 9.2162,3.2407 3.292,2.9768 3.5927,9.8737 0.892,13.3563 -1.2464,1.6057 -3.4533,2.4 -5.2203,3.2627 -3.3091,1.613 -6.0391,3.1625 -9.7759,3.6465 -4.8365,0.6256 -9.6683,0.068 -9.875,-5.6652 -0.038,-1.0582 0.053,-2.5222 0.7248,-3.3898 1.2782,-1.6448 3.9569,-1.2928 5.7287,-1.9136 5.0736,-1.7817 13.2781,-4.2305 15.6414,-9.6048 l -8.7983,5.9022 -3.666,-1.3197 -7.8206,-1.6498 4.8879,-2.1188 8.3095,-4.4798 m 11.9754,26.8836 c -2.3266,1.266 -3.3629,3.9396 -6.1099,4.9173 -1.5739,0.5597 -2.9084,-0.2933 -4.3991,-0.7552 -3.7443,-1.1658 -6.9507,-3.0941 -10.2647,-5.1397 2.4317,-1.0313 5.4915,-0.6085 8.065,-1.525 1.1902,-0.4228 2.9304,-1.8623 4.1548,-1.7597 0.9825,0.086 1.789,0.8969 2.73,1.1462 2.4439,0.6526 5.2081,1.0974 7.5347,2.1092 5.1861,2.2533 3.7637,11.1714 0,14.0748 -3.1674,2.444 -7.2171,3.0183 -10.9979,3.9177 -2.8374,0.677 -4.8048,1.7132 -7.8207,1.5788 -4.0594,-0.1809 -6.8578,-4.0521 -5.6235,-8.0554 1.2708,-4.1253 5.6944,-3.0989 9.0451,-3.1796 3.6146,-0.091 6.9678,-0.892 10.0202,-2.8399 1.4811,-0.9458 3.5878,-2.6052 3.666,-4.4895 m 4.1548,20.0405 -2.2142,1.811 -9.2725,2.5882 -7.5764,-4.6436 c 3.7492,-0.6379 7.3858,-3.0524 11.2423,-3.0745 2.2999,-0.012 5.5626,1.9185 7.5763,2.9548 1.7915,0.9213 3.5682,1.4199 4.8855,3.0745 0.7699,0.9678 1.4664,2.0089 1.9405,3.1552 3.7198,8.9986 -9.6585,9.3457 -14.891,10.0936 -2.3242,0.3323 -5.4745,1.9795 -7.8207,1.3734 -2.0799,-0.5352 -4.1964,-3.4728 -4.0864,-5.6015 0.3715,-7.288 9.5707,-6.2468 14.5955,-7.6814 2.0113,-0.5719 6.2736,-1.3003 5.6211,-4.0497 m -22.729,10.5091 0.2443,0.2444 -0.2443,-0.2444"
         id="path2132"
         sodipodi:nodetypes="cccccscccccccccccccccccccccccccscccccscccsssccccsccsccsssccscscssssscsssssccssssscssscssscccccsssccccccccsscccsccccccccccsccccscccccccccccscsccccccccccccscccccccccccccccccccccccccsssssssscccccccscscccccccscccccccccscccccscccsccccccccccccsccscccccccccccsscccccccsscsssscccccsccscccsccsscsssssssssscccccccccccssccccccccccccscccccccccccscsscscccccccssssssccccccccccccccccccccccccccccccccccccccccssscccsccccccscscccccccccsccccsccccccscscccccccccccscssssscccccssccssscccscssssssssccssscsssssssssccsssccccccssscscccccccssscccccccscsccccscccccccccccccscccccccccccsssscssssscccscccccccsscccscccscccccccccccccccccssscsssscccccccccccccccccccccccccccccsccccccccccccccccccccccccccccccccccccccccccccccccccccccccccsccsccsscsssscccscccsssscccccccscsssssscsscssccccccccccscccccccsscccsscsssccccccccccscsssssccscccccccscccccccccccccccccscccccscccccsccscccscccccccscscssccccccsccscsssscccsscsccssscscccccccscccccccccsccscccscssccccccccccscccccsscccscccsssscccccccccccccsccccccccccccssscsssscccsscccccssccccccccccccssccscccsccscccccccsccccccscccccccccccccscsccccccccsccccsccccccccccccccccccssccsccccscccccscccccccccccccccccccccccccssccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccsccccccccccccccccccsccccccccccccsccccccc" />
      <circle
         style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1.03039;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         id="circle2134"
         cx="485.74554"
         cy="-710.36145"
         r="44.517548" />
      <circle
         style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         id="circle2136"
         cx="485.74554"
         cy="-710.36145"
         r="26.652601" />
      <path
         inkscape:connector-curvature="0"
         style="font-style:normal;font-weight:bold;font-size:144px;line-height:125%;font-family:Sans;-inkscape-font-specification:'Sans Bold';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.198258;stroke-opacity:1"
         d="m 500.19629,-717.97978 c -0.3175,0.5803 -0.6399,1.0527 -0.9683,1.4249 -0.3175,0.3614 -0.6677,0.6504 -1.0509,0.8693 -0.3722,0.2081 -0.7946,0.3581 -1.2654,0.4457 -0.4599,0.077 -0.9879,0.1156 -1.59,0.1155 -0.4442,0 -0.8435,-0.023 -1.194,-0.066 0,0 0,0 -0.01,0 -0.044,0 -0.1362,-0.018 -0.231,-0.033 -0.1,-0.016 -0.2021,-0.031 -0.3632,-0.061 -2.9522,-0.5463 -3.9313,1.5032 -4.1429,2.0687 -0.033,0.089 -0.049,0.143 -0.049,0.143 l -3.5872,10.0024 -2.2007,3.7413 h 4.396 c 1.8054,-4.0199 3.5412,-12.4135 5.3973,-13.155 0.4023,0.056 0.901,0.083 1.502,0.083 0.7883,0 1.4941,-0.094 2.1182,-0.2916 0.6241,-0.1971 1.1855,-0.5028 1.6891,-0.9189 0.5036,-0.4269 0.9593,-0.9716 1.3645,-1.6285 0.416,-0.6569 0.8106,-1.4461 1.1829,-2.3658 l -1.0014,-0.3741 z"
         id="path2138" />
      <path
         style="font-style:normal;font-weight:bold;font-size:144px;line-height:125%;font-family:Sans;-inkscape-font-specification:'Sans Bold';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.198258;stroke-opacity:1"
         d="m 500.19619,-717.97938 c -0.3175,0.5803 -0.6399,1.0521 -0.9683,1.4243 -0.3175,0.3613 -0.6678,0.6505 -1.051,0.8694 -0.092,0.052 -0.1872,0.099 -0.2855,0.1432 -10e-4,0 0,0 0,0 -0.1238,0.087 -0.283,0.1617 -0.4987,0.2131 -2.4881,0.5924 -4.1829,2.8098 -4.342,3.0243 0.072,-0.059 0.1448,-0.1078 0.2173,-0.1449 0.011,-0.01 0.022,-0.011 0.032,-0.016 0,0 0,0 0,0 0.013,-0.01 0.026,-0.011 0.038,-0.016 0.4023,0.056 0.9009,0.083 1.5019,0.083 0.7883,0 1.4941,-0.095 2.1182,-0.2924 0.6241,-0.1971 1.1849,-0.5019 1.6886,-0.918 0.5036,-0.427 0.9595,-0.972 1.3646,-1.6289 0.4161,-0.6569 0.8109,-1.4465 1.1831,-2.3662 l -1.0015,-0.3734 z"
         id="path2140"
         inkscape:connector-curvature="0" />
      <path
         inkscape:connector-curvature="0"
         style="font-style:normal;font-weight:bold;font-size:144px;line-height:125%;font-family:Sans;-inkscape-font-specification:'Sans Bold';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.198258;stroke-opacity:1"
         d="m 471.29499,-717.97978 c 0.3175,0.5803 0.6398,1.0527 0.9683,1.4249 0.3175,0.3614 0.6677,0.6504 1.0508,0.8693 0.3723,0.2081 0.7947,0.3581 1.2655,0.4457 0.4598,0.077 0.9878,0.1156 1.59,0.1155 0.4442,0 0.8434,-0.023 1.1939,-0.066 10e-4,0 0,0 0.01,0 0.044,0 0.1362,-0.018 0.2311,-0.033 0.1,-0.016 0.2021,-0.031 0.3631,-0.061 2.9523,-0.5463 3.9314,1.5032 4.1429,2.0687 0.033,0.089 0.05,0.143 0.05,0.143 l 3.5872,10.0024 2.2008,3.7413 h -4.396 c -1.8055,-4.0199 -3.5413,-12.4135 -5.3973,-13.155 -0.4023,0.056 -0.901,0.083 -1.502,0.083 -0.7884,0 -1.4942,-0.094 -2.1182,-0.2916 -0.6241,-0.1971 -1.1855,-0.5028 -1.6891,-0.9189 -0.5037,-0.4269 -0.9594,-0.9716 -1.3645,-1.6285 -0.416,-0.6569 -0.8106,-1.4461 -1.1829,-2.3658 l 1.0014,-0.3741 z"
         id="path2142" />
      <path
         style="font-style:normal;font-weight:bold;font-size:144px;line-height:125%;font-family:Sans;-inkscape-font-specification:'Sans Bold';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.198258;stroke-opacity:1"
         d="m 471.29529,-717.97938 -1.0016,0.3733 c 0.1163,0.2874 0.2348,0.5624 0.3555,0.8243 0.024,0.052 0.048,0.1038 0.072,0.1551 1e-4,0 -10e-5,0 0,0 0.024,0.051 0.049,0.1016 0.073,0.1517 0.01,0.017 0.017,0.033 0.025,0.05 0.041,0.083 0.081,0.1659 0.1227,0.2463 2e-4,0 6e-4,0 7e-4,0 0.025,0.048 0.049,0.095 0.074,0.1423 0.1001,0.1893 0.2015,0.3703 0.3043,0.543 0.026,0.043 0.051,0.085 0.077,0.127 0.01,0.016 0.02,0.033 0.03,0.049 0.016,0.026 0.033,0.051 0.049,0.077 0.025,0.041 0.05,0.082 0.076,0.1219 0.041,0.064 0.083,0.1266 0.1253,0.1884 0.011,0.016 0.021,0.031 0.032,0.047 0.027,0.039 0.053,0.077 0.08,0.1142 0.054,0.075 0.1083,0.1484 0.1637,0.2199 0.028,0.036 0.055,0.071 0.083,0.1057 0.056,0.07 0.1128,0.1376 0.1704,0.2037 0.044,0.05 0.088,0.099 0.133,0.1475 0.014,0.015 0.028,0.03 0.043,0.045 0.059,0.063 0.119,0.1234 0.1799,0.1824 0.03,0.029 0.06,0.058 0.091,0.087 0.031,0.029 0.062,0.057 0.093,0.084 0.031,0.028 0.062,0.054 0.094,0.081 0.094,0.078 0.1913,0.1522 0.2898,0.2224 0.2627,0.1874 0.5401,0.3474 0.8328,0.4799 0.037,0.017 0.073,0.033 0.1099,0.049 0.074,0.032 0.1496,0.061 0.2259,0.09 0.038,0.014 0.076,0.027 0.1142,0.04 0.038,0.013 0.078,0.026 0.1168,0.038 0.039,0.012 0.078,0.024 0.1176,0.036 0.079,0.023 0.1603,0.045 0.2421,0.065 0.041,0.01 0.082,0.019 0.1236,0.028 0.042,0.01 0.083,0.018 0.1253,0.026 0.043,0.01 0.085,0.016 0.1279,0.024 0.086,0.015 0.1726,0.029 0.2608,0.041 0.1324,0.018 0.2676,0.033 0.4057,0.044 0.092,0.01 0.1858,0.013 0.2805,0.018 0.095,0 0.1908,0.01 0.2881,0.01 0.049,0 0.097,0 0.1466,0 0.075,0 0.1488,0 0.2208,0 0.1438,0 0.2812,-0.01 0.4125,-0.01 0.065,0 0.1295,-0.01 0.1918,-0.01 0.062,0 0.1238,-0.01 0.1833,-0.012 0.1782,-0.013 0.3426,-0.029 0.4935,-0.05 0.013,0.01 0.026,0.01 0.038,0.016 0,0 0,0 0,0 0.011,0.01 0.022,0.01 0.032,0.016 0.073,0.037 0.1451,0.085 0.2173,0.1449 -0.1588,-0.2141 -1.8536,-2.4318 -4.342,-3.0243 -0.2157,-0.051 -0.3749,-0.126 -0.4986,-0.2131 -0.001,0 0,0 0,0 -0.098,-0.044 -0.1936,-0.092 -0.2856,-0.1432 -2e-4,-10e-5 -6e-4,1e-4 -7e-4,0 -0.024,-0.014 -0.047,-0.028 -0.071,-0.042 -2e-4,-1e-4 -6e-4,10e-5 -7e-4,0 -0.024,-0.014 -0.046,-0.029 -0.07,-0.043 -0.047,-0.03 -0.094,-0.06 -0.1398,-0.092 -0.023,-0.016 -0.045,-0.032 -0.068,-0.049 -0.046,-0.033 -0.09,-0.067 -0.1347,-0.1023 -0.022,-0.017 -0.044,-0.035 -0.066,-0.053 -0.022,-0.018 -0.044,-0.037 -0.066,-0.055 -0.022,-0.019 -0.043,-0.038 -0.064,-0.057 -0.1068,-0.096 -0.2106,-0.1984 -0.3111,-0.3085 -0.02,-0.022 -0.041,-0.045 -0.061,-0.067 -0.073,-0.083 -0.1457,-0.1707 -0.2182,-0.2634 -0.01,-0.012 -0.017,-0.023 -0.026,-0.035 -0.02,-0.026 -0.041,-0.053 -0.061,-0.08 -0.1015,-0.1361 -0.2022,-0.2826 -0.3026,-0.439 -0.04,-0.063 -0.08,-0.1268 -0.1202,-0.1926 -0.02,-0.033 -0.04,-0.066 -0.06,-0.1 -0.06,-0.1009 -0.1196,-0.206 -0.179,-0.3145 z"
         id="path2144"
         inkscape:connector-curvature="0" />
      <path
         id="path2146"
         style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.684014;stroke-opacity:1"
         d="m 485.74439,-748.24909 a 3.010934,3.010934 0 0 0 -3.0096,3.01117 3.010934,3.010934 0 0 0 3.0107,3.01067 3.010934,3.010934 0 0 0 3.0111,-3.01067 3.010934,3.010934 0 0 0 -3.0111,-3.01117 z m 0,70.37864 a 3.010934,3.010934 0 0 0 -3.0096,3.01119 3.010934,3.010934 0 0 0 3.0107,3.01067 3.010934,3.010934 0 0 0 3.0111,-3.01067 3.010934,3.010934 0 0 0 -3.0111,-3.01119 z" />
      <path
         id="path2148"
         style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.684014;stroke-opacity:1"
         d="m 447.54549,-710.04758 a 3.010934,3.010934 0 0 0 3.0111,3.0097 3.010934,3.010934 0 0 0 3.0107,-3.0107 3.010934,3.010934 0 0 0 -3.0107,-3.0112 3.010934,3.010934 0 0 0 -3.0111,3.0112 3.010934,3.010934 0 0 0 0,10e-4 z m 70.3786,0 a 3.010934,3.010934 0 0 0 3.0112,3.0097 3.010934,3.010934 0 0 0 3.0107,-3.0107 3.010934,3.010934 0 0 0 -3.0107,-3.0112 3.010934,3.010934 0 0 0 -3.0112,3.0112 3.010934,3.010934 0 0 0 0,10e-4 z" />
      <ellipse
         style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.8;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         id="ellipse2150"
         cx="840.3125"
         cy="-266.11917"
         rx="9.9423237"
         ry="3.0328312"
         transform="rotate(-45)" />
      <path
         style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.298401px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         d="m 588.95739,-857.63068 c 0,0 17.8989,-30.6347 56.9848,-28.4602 0,0 -33.6483,-3.1684 -56.9848,28.4602 z"
         id="path2152" />
      <path
         style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         d="m 583.86459,-838.24348 c 0.1179,0.2721 -0.1017,0.5661 -0.058,0.8252 0.1212,0.7269 0.3742,0.4511 -0.1118,1.0992 -0.024,0.032 -0.057,0.1555 -0.117,0.1754 -0.2153,0.072 -0.6045,0.06 -0.7016,0.3508 -0.081,0.243 0.062,0.5641 0,0.8129 -0.021,0.085 -0.096,0.1493 -0.1169,0.2339 -0.046,0.1829 -0.01,0.2461 -0.1131,0.3508 -0.037,0.037 0.013,0.2366 0,0.2885 -0.013,0.053 -0.1383,0.2552 -0.1754,0.2923 0,0 -0.1081,0 -0.1132,0 -0.032,0.016 0.012,0.073 0,0.1073 -0.014,0.041 -0.039,0.078 -0.058,0.1169 -0.058,0.1156 -0.1705,0.2443 -0.1514,0.285"
         id="path2154" />
      <path
         style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         d="m 585.33569,-837.33478 c 0.08,0.6833 0.1754,1.3409 0.1754,2.0289 0,0.1559 0.038,0.3165 0,0.4677 -0.057,0.2276 -0.1177,0.1786 -0.1754,0.3508 -0.012,0.037 0.017,0.081 0,0.1154 -0.096,0.1917 -0.013,-0.027 -0.1155,0.058 -0.029,0.024 0.017,0.1694 0,0.2042 -0.063,0.1264 -0.1438,0.1927 -0.1754,0.3508 -0.059,0.2933 0,0.6729 0,0.9674 0,0.056 -0.034,0.124 0,0.1689 0.062,0.081 0.098,0.4393 0.098,0.584"
         id="path2156" />
      <path
         style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         d="m 586.87329,-835.90498 c 0.01,0.1145 -0.01,0.2338 0.025,0.3436 0.031,0.099 0.2402,0.3134 0.2917,0.3508 0.061,0.044 0.082,0.2624 0.1061,0.3234 0.084,0.2097 0.2688,0.3661 0.3507,0.5847 0.1978,0.5274 -0.075,1.1538 0.058,1.6859 0.073,0.2917 0.5112,0.7318 0.5112,1.0429"
         id="path2158" />
      <path
         style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         d="m 587.90989,-837.26218 c -0.091,0.4855 0.089,0.8683 0.2338,1.3043 0.01,0.018 -0.017,0.05 0,0.059 0.034,0.017 0.088,-0.027 0.1155,0 0.027,0.028 -0.022,0.084 0,0.1169 0.1341,0.2012 0.9255,0.5034 1.1693,0.5847 0.052,0.017 0.065,0.1 0.1169,0.1169 0.2355,0.079 0.5252,-0.018 0.7546,0.059 0.1161,0.039 0.5641,0.6036 0.6216,0.7474 0.064,0.1591 0.1655,0.2139 0.2339,0.3508 0.096,0.1925 -0.045,0.5257 0.1124,0.6792 0.031,0.03 0.093,0.022 0.1169,0.058 0.01,0.01 0.1169,0.4572 0.1169,0.2401"
         id="path2160" />
      <path
         style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         d="m 572.24507,-617.59994 0.26658,-2.26373 -1.43007,0.9015 0.0275,0.35293 z"
         id="path2162"
         sodipodi:nodetypes="ccccc" />
    </g>
    <g
       id="g2202"
       transform="translate(-624.41703)">
      <path
         id="path2166"
         style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         d="m 2039.0449,-3285.7539 -2.8476,4.2578 -7.3262,16.416 -0.4434,10.4688 3.1485,16.6133 3.5683,27.0918 -1.4375,15.1582 -3.3164,21.9296 -4.7695,11.7891 -11.3711,3.7305 -14.0352,0.1797 -12.5253,-4.7129 -7.711,-7.5528 -6.959,-7.1211 -8.7011,-4.4296 -12.7715,-6.3692 -8.9727,-6.0488 -8.6367,-8.1367 -5.3965,-3.8653 -8.5078,-4.3515 -2.7852,2.9687 -1.4941,11.8633 -5.3887,4.8223 -9.916,-13.7852 -5.3222,-14.8203 -5.9239,-8.3242 -10.6054,-8.4336 -6.7872,-7.7715 -3.0078,-6.8359 -4.205,-1.5411 -3.2911,11.4727 -1.3867,15.207 3.7832,31.7852 2.3203,41.8535 -0.705,23.2871 -0.2872,2.3203 4.0879,0.5606 -2.0312,-0.5176 0.9609,-2.4551 2.6407,-19.5547 -0.9141,-27.5996 -1.5723,-19.8144 4.459,-21.3203 3.8789,7.4902 7.1836,11.8105 4.5938,9.6582 9.4082,13.836 4.0156,3.5195 v 9.4844 l -1.9883,11.4785 -3.2812,14.9297 -2.6504,12.164 -7.5977,-0.9746 -8.6992,-0.9824 4.4473,0.6113 -19.1797,-2.289 -13.3672,-1.6582 -4.9004,-0.3067 -7.8106,-0.4336 -19.1816,-0.4843 -21.9141,0.1972 -26.4336,1.0079 -26.875,0.8828 -13.6484,0.7714 -13.8418,1.6075 -7.9433,-7.0664 -5.6622,-5.6465 -8.9336,-7.3867 -10.08,-7.0782 -10.4727,-4.8261 -9.5215,0.9375 -7.5449,3.2539 -7.3672,4.5468 -5.1972,5.5372 -4.3614,7.3613 -2.0761,7.8359 -0.2012,8.6563 -0.6328,5.2207 -21.7246,8.5254 -31.7989,12.7714 -20.2812,10.4532 -21.1563,11.9199 -29.4199,19.1484 -52.4512,38.0117 -35.1543,31.0782 -22.789,23.3222 -13.832,14.3985 -10.3614,11.7344 -6.0449,7.9531 -5.7031,7.2754 -13.5274,13.3379 -6.9765,6.5586 -4.3067,9.0957 -3.0996,11.3418 -0.5195,12.5117 1.2676,8.4336 2.6875,4.791 1.4902,5.4707 -4.8477,14.6445 0.7852,-1.4707 1.7656,-6.1758 2.8731,-6.9902 7.7383,4.2988 36.8242,33.7598 3.3906,9.5937 -1.5898,6.2266 -3.0196,18.8613 -0.3691,15.1817 1.1426,10.8086 2.1796,14.1289 c 0,0 1.6669,9.0238 1.7774,9.6015 0.1104,0.5776 0.2226,7.416 0.2226,7.4161 l -3.1816,6.2421 -3.293,2.5938 -7.2422,6.3769 -10.416,7.7774 c 0,0 -10.6092,8.0403 -10.5039,8.5781 0.1051,0.5379 -9.791,11.4609 -9.791,11.4609 l -7.8086,9.5118 -6.5078,9.5214 -3.9609,7.1758 -2.9532,-0.4707 0.2227,0.3985 -0.2187,5.0214 -12.252,15.6446 -9.0918,10.1347 -8.0059,7.7051 -11.5156,9.6856 -9.9863,12.3222 -3.9277,10.0821 0.2226,10.0722 2.7871,9.4961 6.2305,9.1875 8.1094,4.6328 13.4121,5.0704 13.75,3.4082 8.4218,4.2539 7.5997,5.3925 4.6308,5.9903 2.2656,5.7187 0.3711,5.8418 -2.332,6.2891 -5.0195,9.3769 -3.4844,6.9082 -2.8379,7.4239 0.8965,6.1093 3.9433,5.4903 10.5215,7.623 9.9981,5.7442 -1.9531,2.1718 -7.8086,10.2911 -2.6094,7.7617 3.3066,5.6289 9.8418,12.1426 5.6094,9.8964 1.5449,7.4551 -2.0254,9.4063 -7.4648,12.6504 -3.2266,12.2871 -23.3125,-2.1914 -30.1523,-9.3496 -2.6133,-3.9629 3.459,-4.0293 c 0,0 4.4811,-9.7294 4.039,-10.6739 -0.4419,-0.9449 -1.0781,-8.5781 -1.0781,-8.5781 l -5.4219,-7.7812 -9.3671,-10.9043 -1.6504,-5.7559 0.6621,-7.0976 -1.7676,-10.3301 -4.8008,-4.5684 -12.4551,-3.7715 -14.1464,0.3633 -11.1329,3.1934 -11.3535,4.5976 -7.8672,9.4825 -8.1914,10.4374 -3.4922,12.3594 6.2754,13.9571 9.8653,8.4394 7.8789,14.6348 9.914,10.332 10.9766,3.8731 14.5996,-1.5469 11.7129,-0.2227 37.4121,18.5352 28.6699,7.6152 1.4649,8.4981 5.1972,12.7304 2.584,10.377 -1.3261,18.0547 1.9804,13.8086 11.5879,13.3398 15.3008,11.4336 14.0176,9.7715 14.0742,2.6523 10.1113,-2.3086 11.6485,-6.2441 8.623,-5.2773 8.1699,-2.6485 12.6211,0.2207 8.4278,-2.123 4.9414,-3.5078 8.2461,-9.8438 7.83,-7.5527 15.6934,-7.6778 7.7031,-3.2304 11.25,-5.125 13.457,-4.6289 5.2364,2.9043 22.4258,11.2949 22.4375,17.3808 24.9101,25.0899 21.4317,27.916 25.4824,36.9922 27.1211,31.3457 37.4687,46.7266 20.5801,18.7324 28.6666,24.0209 18.6342,13.5845 30.3086,21.9317 0.1289,0.8164 h 700.4512 v -106.1309 l -14.7969,-5.1269 -18.4492,-7.4668 -12.0469,-4.2051 -19.041,-9.5566 -19.9336,-10.1504 -17.9239,-12.1582 -21.0918,-17.0996 -21.7949,-17.418 -16.4941,-10.8203 -22.959,-11.375 -25.1992,-11.3301 -28.4414,-11.2891 -33.3184,-13.414 -20.7734,-9.2324 -15.7748,-10.5995 -15.1129,-13.8308 c -14.3738,-15.7559 -23.2768,-25.7973 -38.3291,-42.1459 0.1925,-0.9633 0.3555,-1.5547 0.3555,-1.5547 l 14.8886,-6.332 20.1836,-8.8594 17.4473,-9.4024 9.7988,-6.9336 9.3652,-8.4218 6.9317,-8.4199 7.9687,-13.1719 4.4239,-13.6289 1.2441,-8.3321 0.8906,-11.7011 -3.6953,-10.0352 -4.5137,-7.9316 3.1114,-7.7325 3.3652,-6.8046 2.5391,-6.0157 4.5332,-11.6054 7.3398,-19.2754 2.9336,-6.75 15.7481,-0.3926 12.3964,-2.0156 12.5469,-7.0117 7.5078,-11.9844 2.1114,-9.4863 -1.3379,-12.4004 -3.5879,-8.7422 -13.1485,-15.1074 -8.4863,-9.5137 1.6953,-11.3711 3.6348,-15.5254 1.5371,-11.0781 1.4512,-16.0625 0.2207,-27.7012 -0.7989,-19.3164 -2.666,-30.2285 -3.5976,-36.0391 -4.4649,-23.8867 -4.83,-19.3203 c 0,0 -3.0941,-9.9083 -4.1758,-10.8906 -1.0821,-0.9819 -5.6192,-13.6993 -5.6192,-13.6993 l -3.2382,-12.8027 0.2851,-6.4238 11.2656,-15.7207 3.4063,-6 4.6269,-9.7617 1.545,-13.4707 -1.1993,-8.7227 -2.2441,-5.0703 -4.6719,-6.6074 -8.8242,-5.8204 -7.7363,-3.2792 -8.5352,-1.6114 -7.2929,0.4219 -9.25,1.0723 -5.75,-0.1153 -0.418,3.8262 -17.7871,-26.6328 -9.3887,-13.002 -8.1367,-10.6132 -5.1563,-6.752 -6.2148,-7.9531 -11.1738,-12.9278 -8.2032,-8.4375 -5.0547,-4.9335 -6.6074,-6.2422 -8.334,-6.6875 -10.4843,-7.7403 -8.2168,-5.7383 -12.67,-9.6796 -21.1152,-15.0723 -4.9219,-3.4492 2.002,1.209 17.4258,12.2011 20.8027,-3.4863 15.1875,-5.0547 6.1914,-2.332 2.252,4.9961 3.6621,4.6797 6.2129,4.6211 5.8769,0.8632 7.6387,1.6758 10.7734,-1.291 1.877,6.6992 2.0566,22.9199 -4.4785,18.9961 -0.5488,10.6602 8.6152,-15.832 3.7637,-11.3106 3.498,-14.9453 0.8828,-14.1894 -2.0332,-6.3204 8.3457,-1.8339 17.7911,0.3378 10.2519,2.0547 v 12.6172 l 0.127,22.4492 -1.1036,12.0762 -1.7753,11.3985 -2.877,12.8808 -1.7129,12.082 2.5528,14.0411 6.4082,18.875 2.6699,9.9921 3.7929,-0.8496 1.5411,-13.8496 -0.4063,-7.4648 1.9531,-12.3242 2.4375,-17.8457 1.2364,-15.959 0.3105,-12.0781 0.2188,-7.3399 1.3398,-11.0859 3.1328,-9.2891 1.1035,-7.5371 2.584,-7.8672 -0.2187,-5.3555 -0.4825,-12.8476 0.834,-11.2793 -2.7226,-2.8613 -7.6387,-0.3633 -5.8984,2.5801 -7.6446,1.9882 -7.5097,1.3438 -12.9805,2.3965 -14.1367,3.1621 -3.041,-8.9082 2.1289,-5.1289 6.0566,-6.9258 -2.7578,-5.6367 -5.2227,-1.5332 h -10.7578 l -11.375,1.9902 -6.5976,-0.8848 -2.3946,-9.1972 1.8965,-18.1211 5.4043,-6.4414 5.4024,-7.1446 1.7656,-6.6367 4.1797,-6.3652 8.2011,-10.5039 3.6836,-11.3164 5.9668,9.5156 12.7813,3.5176 6.209,-1.9727 -1.3574,-9.8086 -4.4825,-8.4883 -1.1191,-13.7168 4.3984,-13.5253 4.1582,-5.1836 5.2149,-2.209 10.5215,-4.8125 2.1425,-5.7012 0.6641,-8.9414 4.5781,-6.5332 8.961,-4.6074 10.2832,-2.209 3.6621,-4.2324 -0.2188,-8.7168 -3.1679,-6.6543 -7.0723,-2.541 -7.4785,4.8281 -7.0196,7.0137 -9.5312,5.4609 -8.7324,1.3223 -14.3223,1.0156 -12.5859,-3.293 -14.4766,-9.0957 -7.4785,-14.6972 -3.8555,-9.8008 -6.0586,2.0468 -7.1894,8.2696 -1.6367,4.7168 0.9003,10.5508 9.336,6.3144 6.8496,7.5918 v 11.2383 l -6.8418,-0.8653 -6.2051,-1.2832 -7.2207,0.6622 -7.6758,4.791 -9.3164,5.6113 -11.7265,6.3184 -7.3614,1.5449 -15.4277,1.7558 -11.1406,3.2325 -8.4785,8.2109 -7.4727,5.9883 -10.3828,-43.9434 -6.0313,-19.1679 -9.6543,-17.7188 -6.9804,-10.1777 z m -107.9785,110.4043 4.1367,2.4746 6.8262,4.9668 7.0137,5.0918 6.0449,5.3574 5.2441,5.8281 0.3594,4.4747 -6.791,-0.2188 -6.2832,1.5137 -5.6055,-0.6739 -19.1387,-21.6933 0.6622,-3.8926 z m -20.0273,30.1074 3.5449,1.9512 1.6797,4.9062 3.5781,5.5528 3.3359,6.3203 1.4219,8.3203 -5.9941,-0.3242 -4.3028,-0.7285 -8.1074,-0.4668 0.2109,-6.1407 1.3243,-8.3261 z m 123.3574,18.1719 18.6191,6.0195 2.6485,5.0879 -7.5528,-6.4824 -12.3203,-3.6836 -2.8691,0.4394 z m -13.8496,3.8047 -1.6172,0.6543 -8.1641,3.582 7.3516,-3.7656 z m -115.0039,3.6875 6.8925,0.7304 -5.1757,-0.2793 -1.7207,-0.4414 z m 104.0117,1.1679 -2.5918,1.4395 0.6016,-0.4199 z m -79.5,1.2481 0.1816,0.019 19.959,3.6836 3.3457,0.8985 z m 60,10.4492 -3.791,2.6191 -3.5742,-1.2949 1.8437,0.3907 z m 156.3359,6.2891 1.0703,1.1718 2.9707,5.8536 0.9727,8.9453 -1.541,3.9531 -3.5,-0.5488 -3.8067,-0.3125 -22.4824,-2.3125 0.6406,-3.1328 7.9903,-4.2676 6.666,-3.9531 6.9414,-4.4668 z m -79.8789,9.6758 0.291,0.7753 -0.6308,1.6309 z m -4.7715,12.4824 18.1993,11.2988 1.666,1.0059 -11.8243,-6.625 -8.3945,-5.1719 z m -730.3183,263.5195 -1.8242,6.2441 0.8711,-2.6406 z m -14.3809,47.1172 -1.4199,4.7734 -4.1172,19.2774 -2.2031,18.7343 0.08,12.1387 0.9394,-18.5039 3.0859,-20.1055 z m -6.3183,82.8125 0.2949,3.2441 1.1152,4.6172 -1.1894,-5.9863 z m 3.5097,16.5488 0.016,0.057 2.7891,8.1914 0.3359,0.6054 z"
         transform="scale(0.26458333)"
         sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccscccccsccccccccccccccccccccccccccccccccccccccccccccccscccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccscccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
      <path
         style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.298401px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         d="m 585.43869,-856.98908 c 0,0 -9.82,-26.8955 -43.3239,-37.8759 0,0 27.3354,6.9287 43.3239,37.8759 z"
         id="path2168" />
      <path
         style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.244396"
         d="m 588.54019,-858.88608 c -0.9849,0 -2.8007,0.3745 -3.6684,-0.1192 -0.8211,-0.4663 -2.2726,-0.9855 -2.7589,-1.7335 -2.3513,-0.8678 -2.6174,-2.9808 -3.8785,-4.415 -0.8182,-3.0094 -1.6696,-3.0194 -1.6696,-3.0194 -3.4876,0.1136 -5.0493,4.3938 -4.2819,7.3221 0.5134,1.9598 3.3018,1.717 4.1034,3.676 1.0632,2.5897 -0.7111,5.1988 0,7.8193 0.5426,1.9916 3.1479,1.5848 4.1988,3.423 1.6375,2.8704 0.8139,6.1844 1.9894,9.0424 0.7723,1.8751 4.5189,4.7829 6.457,2.7888 1.4468,-1.4899 -0.6404,-4.3001 -0.9825,-5.9659 -0.5963,-2.9067 0.4912,-4.6172 0.9752,-7.3319 -4.4847,2.5429 -1.0998,9.038 -0.2445,12.4642 -2.3706,0.7335 -5.4158,-0.7053 -5.7873,-3.4215 -0.1588,-1.169 0.5084,-2.2732 0.1491,-3.4216 -0.7797,-2.4877 -2.0212,-4.5539 -3.1601,-6.8431 -5.0785,0.325 -1.3784,-6.5933 -2.9719,-9.4615 -0.8822,-1.5861 -3.1306,-1.6074 -3.6268,-3.2471 2.4708,-0.4515 2.3658,-2.5273 3.6659,-4.1548 -0.2419,1.6047 0.6917,2.879 1.5911,4.1452 3.1527,4.44 11.1519,4.6207 15.7611,2.4401 1.8819,-0.8907 3.1112,-3.191 5.1323,-3.6526 -0.8969,1.7913 -0.9579,3.6496 1.2221,4.3992 v 0.2444 c -2.6126,0.4852 -5.653,0.9591 -6.6941,3.9104 -0.3568,1.0166 0.3251,2.7494 -0.3397,3.5222 -1.0582,1.2289 -3.226,1.1272 -4.2084,2.5876 1.481,-0.3607 4.5946,-1.2469 5.2886,-2.7024 0.8579,-1.7959 -0.5133,-3.1508 1.3907,-4.835 1.5127,-1.3391 4.514,-0.9717 5.5063,-2.529 1.107,-1.7381 0.086,-5.3662 -2.1899,-5.715 -1.7205,-0.2635 -3.419,2.5174 -4.6191,3.4315 -1.7719,1.3507 -3.6292,1.2516 -5.621,1.841 0,0 0.221,0.054 -0.7333,-0.4889 m -87.7383,32.2604 -6.3544,-0.9776 c 0.6401,-3.2898 1.361,-6.3803 1.2125,-9.7759 -0.187,-4.2686 -1.333,-8.513 0.01,-12.7086 l 4.8552,8.5867 1.7435,1.9224 c -0.1264,-1.8829 -1.5497,-2.6327 -2.4222,-4.1547 -0.781,-1.3623 -0.6562,-2.9868 -1.2703,-4.3992 -0.5072,-1.1665 -1.5835,-1.7323 -2.2347,-2.7583 -0.7566,-1.1919 0.1804,-2.8022 -1.6491,-3.1072 l -0.7323,8.5539 0.4879,13.1974 h -0.2444 c -0.3646,-4.6189 -0.3307,-9.3404 -0.7748,-13.9307 -0.4672,-4.8317 -1.2542,-8.9515 0.286,-13.6861 h 0.4888 c 0.9815,4.0938 5.4112,5.211 7.2688,8.7983 0.9923,1.9165 0.9544,5.066 2.9958,6.1098 l 0.2444,-0.9776 c -1.7987,-1.4258 -1.941,-5.037 -3.2428,-7.0873 -1.2379,-1.9494 -3.4824,-2.7228 -4.9495,-4.4221 -0.8192,-0.9489 -1.1241,-3.3132 -2.5547,-3.5009 -1.0519,-0.138 -1.19,1.0842 -1.4285,1.8129 -0.6143,1.8757 -0.8022,3.5086 -0.7249,5.4804 0.2422,6.2035 1.1599,12.2589 1.4043,18.4705 0.09,2.2695 -0.9945,5.5784 -0.2349,7.5763 -7.9448,-0.3412 -15.7052,-0.904 -23.6847,-0.4656 -3.5092,0.1929 -7.0186,0.077 -10.5308,0.2307 -1.53,0.067 -3.3813,0.6855 -4.8878,0.4295 -1.2484,-0.2122 -2.0265,-1.5469 -2.9366,-2.3027 -2.4336,-2.021 -6.6922,-6.643 -10.261,-5.968 -3.6386,0.6884 -6.9291,3.5765 -8.0203,7.0985 -0.3576,1.1538 0.09,2.836 -0.5404,3.8424 -0.8585,1.3708 -4.3925,2.2656 -5.8586,2.9245 -4.6908,2.1086 -9.6431,3.8062 -14.1751,6.2617 -16.5209,8.9507 -31.1018,20.9547 -43.89129,34.5862 -2.72209,2.9016 -5.06806,6.1561 -7.7838,9.0596 -2.44176,2.6106 -5.07782,4.0279 -6.50852,7.6019 -1.07779,2.6919 -1.16724,5.7441 -0.6677,8.554 0.20701,1.1633 1.33808,2.2227 1.14109,3.4215 -0.3578,2.1795 -1.49985,4.4561 -2.1172,6.5987 -2.3181,8.0477 -5.54855,16.2768 -6.13779,24.6841 -0.37294,5.3188 0.3209,10.7486 1.56708,15.8857 0.41254,1.7003 2.24943,3.7386 2.2702,5.3767 0.0223,1.7707 -2.26629,3.6582 -3.29129,4.888 -3.34921,4.0186 -9.88682,7.8989 -11.1154,13.1974 -0.60856,2.6254 1.11933,7.3613 3.50513,8.7952 4.53478,2.725 10.41838,1.7789 13.74145,6.8462 2.80812,4.2821 -4.75498,8.3992 -2.64877,12.705 0.5516,1.1279 1.79998,1.9894 2.79272,2.7099 1.0509,0.7629 2.23085,1.4243 3.42155,1.9373 -1.05017,1.4167 -2.95206,3.0513 -3.14099,4.8879 -0.21067,2.0491 1.66581,3.065 2.87094,4.3991 1.36739,1.5141 2.36869,3.8004 2.4051,5.8656 0.0516,2.9278 -3.24412,5.0321 -3.35703,8.0651 -4.9571,-0.3911 -9.01653,-1.833 -13.68621,-3.1772 v -0.7332 c 2.54563,-1.4444 2.4618,-5.9682 0.78573,-8.014 -1.07192,-1.309 -2.59182,-2.0385 -3.23093,-3.7171 -0.77522,-2.0352 0.48439,-4.5049 -1.12618,-6.2614 -1.18361,-1.2908 -2.88216,-1.4133 -4.49371,-1.6264 -5.11059,-0.676 -10.03818,1.5883 -13.13877,5.6886 -1.84214,2.4359 -2.96659,6.107 -1.08435,8.798 0.97567,1.393 2.50207,2.2778 3.49925,3.6659 2.07341,2.8913 3.22851,6.5352 7.30231,7.0411 1.89578,0.2371 4.86154,-1.0534 6.42396,-0.5328 3.38661,1.1218 6.55375,3.5121 9.95061,4.7804 1.74329,0.6501 3.5919,1.2415 5.37674,1.7694 0.76129,0.2249 1.95542,0.1834 2.54099,0.7748 0.59461,0.6012 0.64691,1.9967 0.92479,2.7861 0.40301,1.1462 1.22003,2.3242 1.40382,3.5242 0.38273,2.4977 -0.51934,5.1617 -0.13442,7.74 0.66891,4.4799 3.7075,5.912 6.98633,8.3218 2.4684,1.8159 4.36883,3.7515 7.58582,4.0594 3.77032,0.3617 6.36043,-2.6688 9.55341,-3.8786 2.39567,-0.9091 5.78413,-0.3959 8.01823,-1.7474 1.6763,-1.0143 2.3961,-3.1039 3.936,-4.2623 3.6958,-2.7837 9.6352,-5.1299 14.1744,-6.1808 0.1378,1.1145 4.7335,2.8302 5.8654,3.5853 5.0999,3.3996 9.6203,7.6667 13.6231,12.3005 8.4159,9.7441 14.5122,19.7288 22.653,29.6953 3.6036,4.4113 7.6616,9.0451 12.1145,12.6035 4.0853,3.2676 8.8245,7.2819 13.1975,10.1243 2.5192,1.6399 4.53457,3.7713 7.24027,5.052 -1.9254,-2.5711 -4.85017,-4.2113 -7.48477,-5.988 -5.7494,-3.8762 -11.8771,-8.7166 -16.6668,-13.8294 -9.8881,-10.5604 -16.61127,-20.63663 -25.14617,-32.24053 -6.0397,-8.2118 -14.87723,-18.15517 -24.90723,-21.54737 3.3025,-1.5372 7.0259,-2.1849 10.509,-3.1869 8.1375,-2.3414 16.3626,-4.1254 24.6841,-5.7238 3.9854,-0.765 7.9467,-1.5862 11.9754,-2.158 1.5236,-0.2151 3.0858,-0.8652 4.6436,-0.7112 2.6685,0.2639 4.2774,3.38 6.3638,4.7658 2.9951,1.9918 6.335,2.0064 9.8079,1.8403 2.2069,-0.1052 4.4089,-0.9826 6.5572,-1.4322 6.669,-1.398 13.3975,-2.6688 20.0404,-4.0277 2.5662,-0.5255 5.9438,-2.0774 8.554,-1.8281 4.2496,0.4082 8.5992,3.7467 12.7086,4.9661 7.3361,2.1801 14.038,1.9772 21.5069,1.3858 -1.1953,1.4493 -2.652,2.4464 -3.5895,4.1547 -1.7311,3.1552 -1.1564,8.5173 2.3685,10.3013 4.1709,2.1116 9.7163,2.0359 14.174,3.6294 v 0.2444 c -1.8501,0.4277 -3.5339,1.3271 -5.3766,1.7718 -1.64,0.3959 -3.4412,0.308 -4.888,1.3197 -2.7119,1.9015 -2.5229,7.6179 -0.5377,10.0545 1.1511,1.4127 3.3873,2.2534 4.9393,3.1747 3.8589,2.2901 7.4467,4.3136 11.7286,5.675 v 0.2444 c -3.6685,0.149 -9.0378,-0.5842 -12.1954,1.5812 -3.1454,2.1556 -2.1459,7.5861 -0.1662,10.1498 1.4102,1.8257 3.5412,1.7866 5.5184,2.5784 2.7519,1.0997 5.2521,3.1234 8.0652,4.0203 v 0.2444 c -2.0481,0.3812 -4.453,0.5695 -6.0587,2.0725 -3.3507,3.1404 -2.8253,8.8814 1.1707,11.1909 3.8053,2.1971 9.9372,-0.28353 13.1974,2.78607 -2.7812,0.056 -6.9213,0.039 -9.5094,1.0753 -0.6477,0.259 -3.2017,2.6493 -1.6766,3.2114 0.523,0.193 2.7177,-2.5906 3.8541,-2.769 5.4451,-0.8481 10.3331,-1.3784 15.6415,-3.1479 1.6667,-0.5548 4.712,-1.0655 5.1323,-3.0134 l -3.666,1.3589 -7.332,2.4342 -4.1547,-1.1951 -6.8431,-0.31757 v -0.2444 c 3.9544,-0.3129 8.593,-0.8359 12.4642,-1.6302 1.7524,-0.3592 3.5903,-1.7963 5.3768,-1.7646 1.1927,0.019 2.6371,-0.003 3.666,0.54737 4.1157,2.1922 5.7775,4.5922 4.888,9.3654 2.3412,-0.374 1.7546,-3.7002 1.1974,-5.3768 -1.2708,-3.815 -5.4353,-3.98117 -8.7738,-5.54037 4.5532,-3.2994 2.8399,-8.527 -0.5817,-12.0757 -2.2754,-2.3609 -7.4712,-4.3502 -10.6606,-5.0321 1.5128,-1.5568 3.7271,-2.0969 5.2496,-3.771 2.8522,-3.1308 3.9007,-11.0443 0.1174,-13.8768 -3.0574,-2.2901 -7.4711,-2.0384 -10.7436,-4.1035 2.3144,-0.9629 4.6067,-2.0871 6.1,-4.1767 2.7054,-3.7833 2.2852,-10.8097 -1.0093,-14.1261 -2.3706,-2.3829 -6.3861,-2.8864 -9.4899,-3.6929 2.246,-3.4093 4.49596,-6.42455 3.95586,-10.69895 2.42443,-1.03816 4.30828,-2.42173 5.29412,-1.48543 7.27017,7.83665 10.18269,12.48221 18.09713,17.35769 1.25287,0.55835 2.51722,1.09999 3.78944,1.62985 1.27223,0.52986 2.55234,1.04794 3.83673,1.55917 1.2844,0.51122 2.57308,1.0156 3.86246,1.51805 1.28938,0.50245 2.57945,1.00298 3.86662,1.50652 1.28718,0.50353 2.57145,1.01008 3.84924,1.52455 1.27779,0.51448 2.54908,1.03689 3.81029,1.57217 1.26121,0.53527 2.51234,1.08341 3.74978,1.64934 1.23745,0.56594 2.46123,1.14966 3.66773,1.75611 1.2065,0.60644 2.39573,1.23561 3.5641,1.89243 5.0566,2.8399 9.2993,7.09 13.9307,10.5481 6.4399,4.8122 13.0678,8.0993 20.5293,10.927 2.8814,1.0924 6.0097,2.7006 9.0426,3.2236 v -0.2444 c -8.9741,-3.055 -18.0878,-7.0826 -25.906,-12.4716 -5.5062,-3.793 -10.3331,-8.9302 -16.1302,-12.2442 -7.7498,-4.4309 -16.6459,-7.7376 -24.9284,-11.0517 -3.4265,-1.371 -7.046,-2.4904 -10.2647,-4.3136 -5.9388,-3.3653 -10.36512,-10.09099 -15.49992,-14.54879 -1.0412,-0.9042 -2.2044,-1.613 -3.0451,-2.7323 0.65827,-0.64455 1.34651,-0.60229 5.34762,-2.33901 8.2851,-3.5584 16.5603,-8.2435 18.9456,-17.5281 0.5205,-2.0246 1.0778,-5.0463 0.4937,-7.0875 -0.374,-1.3097 -1.9796,-2.5386 -1.9161,-3.9104 0.058,-1.3314 1.4713,-3.1774 2.0432,-4.3992 1.349,-2.8794 2.026,-6.2721 3.5804,-9.016 0.8822,-1.559 3.3434,-0.9411 4.8562,-1.0631 3.0133,-0.2432 6.716,-1.5419 7.9526,-4.5847 2.053,-5.0458 1.3417,-8.3706 -2.097,-12.4605 -0.914,-1.0851 -3.6145,-2.5493 -3.7342,-4.0213 -0.2078,-2.5366 1.0581,-5.652 1.3636,-8.2022 0.7039,-5.844 1.1536,-11.9488 0.7503,-17.841 -0.6329,-9.2237 -1.5372,-18.5961 -3.7025,-27.6168 -0.9483,-3.9617 -3.4827,-8.0081 -4.0399,-11.9756 -0.2175,-1.5532 1.9967,-3.6374 2.8007,-4.8877 1.9309,-3.0045 3.6806,-6.5792 2.9255,-10.2647 -0.6207,-3.0369 -3.9763,-5.4669 -6.76,-6.3411 -1.2049,-0.3784 -3.903,-0.05 -4.3234,-1.4931 -1.1047,-3.7805 0.6256,-8.6776 1.0754,-12.4508 0.3763,-3.138 0.022,-6.4114 0.391,-9.5314 0.3397,-2.867 1.4101,-5.5051 1.8891,-8.3095 0.4912,-2.8861 0.2322,-6.1124 0.2346,-9.0427 -3.1771,-1.0172 -4.3258,0.4191 -7.3319,1.045 -0.8821,0.1838 -1.7913,-0.1368 -2.6882,-0.016 -1.8966,0.2551 -3.6929,1.0172 -5.6212,1.1706 -0.1026,-0.6841 -0.721,-1.524 -0.5499,-2.1995 0.2957,-1.1719 1.7181,-1.5617 1.7181,-2.9326 0,-3.8949 -6.1979,-1.2644 -8.2557,-1.711 l -0.2444,0.9776 h 1.222 l -1.4664,1.7108 c -0.4595,-2.4616 -1.8526,-5.8372 -1.0852,-8.3095 0.4839,-1.5656 1.7035,-2.2648 2.5857,-3.501 0.677,-0.9468 0.6893,-2.3085 1.2514,-3.3421 0.8798,-1.6194 2.6175,-2.8746 3.1136,-4.6435 -1.3979,0.4264 -3.1796,2.4935 -3.4216,3.9103 l -1.5054,3.1554 -2.1606,2.2213 c -0.7698,-2.1868 -4.0667,-0.2229 -5.1322,0.7333 -0.1857,-1.0713 -0.9116,-1.324 -1.9552,-1.418 -1.3124,-0.1181 -2.7617,0.2585 -3.8884,-0.6054 -1.982,-1.5209 -2.3608,-4.8313 -4.9099,-5.553 0.6672,2.087 3.2065,6.0425 5.3352,6.8781 1.5911,0.6245 3.6953,0.2415 5.4183,0.6983 l -2.6884,4.6435 -4.4113,2.5856 -5.3963,2.8165 -3.4436,4.8347 -2.3902,-1.1724 -5.3767,-3.1989 v -0.2444 c 3.4558,-2.8096 -0.9155,-8.4962 -2.444,-11.2423 l 3.9104,-4.6434 c -2.0236,0.1512 -3.5257,2.6475 -4.6436,4.1547 -1.0619,-0.473 -4.7532,-1.0219 -5.2535,-1.9631 -0.6687,-1.2573 0.9366,-4.3818 1.3429,-5.6132 1.5292,-4.6331 2.8099,-9.6611 3.9106,-14.4194 h 0.4888 c 0.6956,2.9029 2.0844,5.6648 2.8472,8.5538 0.4571,1.7275 0.1103,3.8136 0.9899,5.3985 0.7332,1.3239 2.0113,3.2089 3.4948,3.6442 -0.6476,-1.6729 -2.2509,-2.7468 -2.901,-4.4087 -0.4081,-1.0408 -0.193,-2.102 -0.4032,-3.1686 -0.5206,-2.6551 -1.4689,-5.5382 -2.4313,-8.0641 -1.1445,-3.0048 -3.4125,-6.0427 -3.7987,-9.287 -0.3815,-3.2062 3.3959,-4.7201 2.9355,-7.8207 -0.7884,0.5506 -0.9808,1.4028 -1.492,2.1996 -0.8041,1.2526 -1.8881,2.3773 -2.122,3.9103 -0.4704,3.0845 1.8402,5.5693 1.5884,8.5539 -0.4469,5.299 -2.9633,11.3167 -4.5659,16.3745 -0.7846,2.4753 -0.7997,5.1898 -1.7179,7.5764 h -0.2444 l 3.6441,-22.4846 -2.1547,-15.1526 2.6652,-6.5987 c 1.1267,0.6864 1.5087,1.6875 2.3768,2.6118 0.6127,0.6522 1.4813,0.8017 2.0336,1.5573 4.2487,5.8154 3.3762,12.6975 5.6808,19.0486 0.5939,1.6421 1.5495,3.536 2.7838,4.7927 0.8651,0.881 2.1236,1.3155 2.8666,2.3366 1.2782,1.7521 -1.4296,4.8943 0.633,5.5793 l 0.9776,-2.1995 c -0.2004,-1.1985 0.027,-2.5882 -0.6696,-3.6564 -1.354,-2.077 -3.683,-3.0575 -4.8879,-5.3863 -1.7035,-3.2903 -1.6839,-6.7339 -2.4806,-10.2647 -0.831,-3.6884 -2.2436,-6.8939 -3.9116,-10.2646 -0.7667,-1.5489 -3.2066,-6.3054 -5.7703,-4.6356 -0.7611,0.4955 -1.4528,1.9071 -1.9103,2.6804 -2.1171,3.579 -0.6944,7.2934 -0.025,10.9979 0.8261,4.5724 1.0312,7.9267 0.1046,12.4641 -0.4059,1.988 -0.5922,5.4591 -2.4496,6.6618 -1.8781,1.2159 -6.7016,1.0099 -8.5275,-0.206 -1.6756,-1.1159 -2.7666,-2.9782 -4.4907,-4.0393 -2.7031,-1.6639 -5.4203,-2.6024 -7.9291,-4.6871 -1.3923,-1.1569 -3.8428,-3.9636 -5.6864,-4.1194 -2.4307,-0.2052 -1.3838,3.21 -2.1595,4.3518 -0.7639,1.1247 -2.0815,1.4148 -2.7463,2.7717 -1.0362,2.1145 -0.5405,4.3542 -0.7579,6.5985 -0.3139,3.2451 -1.4416,6.3213 -1.9135,9.5315 m 41.303,-41.7919 0.9776,1.4664 h -0.2444 l -0.7332,-1.4664 m 33.9712,0.9776 0.7331,1.7108 -1.4663,-0.9776 0.7332,-0.7332 m -3.1772,2.9328 c 0.2983,-0.304 0.5475,-0.6555 0.8505,-0.9547 1.8306,-1.8141 2.3877,1.5574 0.9679,2.7282 -0.7038,0.5806 -1.6252,0.3809 -1.7694,-0.555 -0.061,-0.3936 -0.022,-0.8198 -0.049,-1.2185 m 27.128,2.9328 c 3.2236,1.5902 -1.3247,3.3261 0,0 m -48.635,15.8857 v 0.2444 l 0.4889,0.4888 h 0.2444 l 3.182,-3.1803 9.0377,-1.8711 8.0652,-4.5942 3.4215,0.3586 c -1.0973,-1.8135 -3.8565,-1.225 -5.3767,-0.3029 -2.4464,1.4828 -4.0106,3.217 -6.8431,4.1533 -2.7446,0.9072 -5.8582,0.1271 -8.554,1.3375 -1.4956,0.6712 -2.5343,2.231 -3.6659,3.3659 m 29.0832,-9.5315 v 0.2444 l 3.4216,2.1996 c -0.4131,-1.7278 -1.7401,-2.366 -3.4216,-2.444 m 7.8207,2.9328 1.9553,-2.444 c -1.1878,0.4048 -2.0799,1.124 -1.9553,2.444 m -67.4534,19.3073 c -1.6848,0.06 -2.5862,-2.0654 -3.6877,-3.1356 -1.6319,-1.5849 -3.6887,-2.3723 -5.3287,-3.8588 -1.1963,-1.0843 -1.5396,-2.6184 -2.9591,-3.5147 0.1766,0.866 1.0125,1.7604 0.8732,2.663 -0.1525,0.9874 -1.5272,1.438 -2.0431,2.2477 -1.1213,1.7602 -1.8533,3.8945 -2.574,5.8428 -1.3604,3.679 -0.8953,7.3165 -1.779,10.9979 -0.8588,3.5777 -3.0667,6.6495 -5.2305,9.5315 h -0.2445 l 3.1736,-10.9978 2.3776,-12.4643 0.4923,-6.11 3.2417,-3.2328 0.7351,-4.0991 c 2.5229,0.6607 4.5468,3.186 6.5987,4.7022 2.4303,1.7961 5.448,2.7053 7.7789,4.5324 2.5351,1.987 3.9077,4.9309 6.2216,7.0484 1.2218,1.1181 6.1291,3.1689 6.1291,4.952 0,1.1808 -4.6642,3.7021 -5.7099,3.3506 -0.9906,-0.3329 -1.6753,-1.4751 -2.3624,-2.2013 -1.807,-1.9099 -4.5853,-3.8639 -5.703,-6.2541 m 36.9039,-1.4664 c 3.0477,4.3493 7.0313,-4.219 9.9739,-3.3135 1.8696,0.5749 1.6839,4.135 2.7372,5.4772 1.4052,1.787 4.8317,1.5023 6.8407,1.5023 l -5.8192,-1.8476 -2.7347,-5.9731 c 2.5001,0.1604 5.5844,-2.2235 6.5986,-4.3991 h 0.4889 c 0.694,3.5726 2.5026,3.9646 5.1323,5.8655 h 0.2445 l 0.4887,-0.9776 c -2.4342,-0.8888 -5.4452,-2.4068 -5.0175,-5.6221 0.1442,-1.1061 1.2,-2.1275 1.5959,-3.1761 -1.762,-0.2633 -3.9934,4.3959 -5.3767,5.5663 -1.7963,1.5187 -3.7563,1.3088 -5.6211,2.2795 -3.5511,1.8474 -5.2668,4.7037 -9.5315,4.6183 m -17.1077,-5.1322 c 1.2347,-0.3613 3.7351,-2.1923 4.1547,-3.4216 -1.9134,0.4386 -3.5012,1.5526 -4.1547,3.4216 m -29.572,-0.2445 c 2.7106,2.1287 5.7047,3.3162 7.3319,6.5987 l -4.3774,0.4422 -4.9097,-5.3301 v -0.4888 l 1.9552,-1.222 m -2.1996,2.444 -1.4663,1.222 0.7331,-1.4664 0.7332,0.2444 m 0.9776,1.222 c -0.5384,1.5563 -1.8628,3.1866 -3.1772,4.1548 -0.2358,-1.7998 1.2367,-4.1556 3.1772,-4.1548 m 25.9061,0 -0.7332,6.5987 c -2.8326,-0.6853 -6.4343,-3.4084 -7.5764,-6.1099 2.6232,0.4854 5.7874,0.4309 8.3096,-0.4888 m -1.222,10.2646 c -0.01,0.8354 0.019,2.1955 1.2308,2.0234 2.0505,-0.2908 0.9338,-3.3558 3.4129,-2.9071 3.8405,0.6945 5.2678,3.5977 6.4902,6.9936 0.3987,1.1074 0.998,3.6193 -0.2419,4.4449 -0.6814,0.4538 -1.7089,-0.1916 -2.3382,-0.478 -1.5108,-0.688 -5.4014,-2.9516 -6.8431,-1.5228 4.7526,0.388 8.9398,3.3276 12.953,5.6213 1.6962,0.9687 3.9275,1.8985 4.888,3.6657 1.3832,-0.091 2.5759,0.968 3.6659,1.7452 2.4611,1.7548 4.8024,3.7026 7.332,5.3547 10.5407,6.8798 18.4275,18.4317 25.1387,28.8264 1.7351,2.6854 3.5314,5.5686 4.6923,8.5539 0.3348,0.8593 1.2025,2.005 1.0729,2.9545 -0.2346,1.7369 -2.141,3.5885 -3.2212,4.8662 -3.1307,3.7092 -6.518,7.2708 -10.3208,10.2964 -10.6337,8.4594 -21.6023,14.9933 -35.2029,17.26 -6.5028,1.0839 -13.041,1.4232 -18.8186,-2.1392 0.342,2.1921 2.8263,2.4135 4.6436,2.7644 4.7015,0.9079 8.4121,1.0372 13.1974,0.2383 17.533,-2.9278 33.1255,-12.4848 44.9275,-25.7315 3.1575,-3.5423 6.9237,-7.7552 8.1114,-12.4643 0.5181,-2.0522 0.7821,-5.3777 -2.2044,-5.3767 v 0.4888 c 3.3849,1.1863 0.9067,6.1336 0,8.3095 h -0.7332 l -4.6436,-9.2871 c 2.5075,-0.01 4.805,-1.0135 7.3319,-0.296 8.3438,2.3675 7.7915,10.2366 3.6562,16.1818 -6.694,9.6234 -15.7122,17.6261 -21.5068,27.8612 -1.2636,2.2357 -2.8204,4.1731 -3.7492,6.5987 -1.9134,5.0028 -1.3514,10.717 0.4791,15.6414 1.6766,4.5062 6.9067,6.2084 10.6118,8.4598 6.4421,3.9133 12.9481,8.4852 18.3298,13.7796 1.8304,1.8007 4.3868,3.6645 5.3644,6.1106 3.0231,7.5639 -4.8318,12.7015 -11.4744,11.4867 l 2.444,-7.8207 c 2.5539,1.7997 2.488,3.7554 2.6883,6.5987 2.4097,-2.072 0.4498,-4.7506 -1.1511,-6.5987 -3.771,-4.3512 -8.9205,-7.3002 -13.757,-10.3118 -13.8525,-8.6233 -30.7941,-13.5291 -47.1687,-11.9698 -5.5467,0.5283 -13.7786,1.1967 -17.3522,6.1514 1.8211,0.1755 3.8562,-2.1565 5.6212,-2.8194 4.0937,-1.5375 8.61,-2.2433 12.953,-2.5356 19.9794,-1.3444 41.4326,6.1735 56.3115,19.5679 1.5935,1.4366 0.7674,2.8049 0.2981,4.6057 -0.9629,3.6871 -2.6932,7.1579 -3.9421,10.7534 -1.5714,4.5274 -3.7979,10.816 -7.0068,14.4282 -1.8819,2.1177 -4.2281,3.2517 -6.5572,4.7286 -7.6594,4.8576 -16.5652,7.7269 -25.6617,7.7269 1.0118,-3.7103 -2.0603,-9.0867 -5.3791,-10.8308 -2.2558,-1.1843 -5.3205,-1.3683 -7.8183,-1.3891 0.1767,-1.3737 0.5624,-2.7807 0.1897,-4.1547 -3.1796,-11.7265 -16.5332,-4.526 -24.6294,-5.3767 -1.1944,-4.0593 -6.0874,-4.1093 -8.3583,-7.333 -5.0156,-7.1195 3.906,-13.9425 7.3,-18.8175 -1.9061,0.9893 -3.3717,3.126 -4.8792,4.6531 -3.7872,3.8362 -7.2103,10.4213 -2.6505,15.5059 1.9207,2.1417 5.0226,2.6388 6.81,4.7741 1.1355,1.3562 1.6335,3.4525 2.0913,5.1277 1.1147,4.0787 2.793,9.0214 1.3002,13.1974 -1.3745,3.8444 -5.5086,6.127 -8.1894,9.0427 -1.9296,2.0994 -2.7119,6.5645 -4.9432,8.0431 -4.1135,2.7299 -11.1105,2.747 -15.8533,3.5926 -7.903,1.4101 -17.1647,5.89 -25.1729,3.1845 -3.3798,-1.1413 -4.8874,-4.4749 -8.065,-5.8044 -2.4721,-1.0338 -5.4926,-0.6208 -7.8208,-2.0432 -1.1037,-0.6745 -3.6427,-2.4097 -3.7806,-3.7954 -0.1597,-1.6082 1.4838,-3.6758 1.8433,-5.2741 0.827,-3.6709 -1.8853,-7.3647 -5.3945,-8.1678 0.2913,-6.6832 7.3604,-6.8176 11.7307,-9.8457 6.4358,-4.4593 9.0036,-11.8914 6.1943,-19.2375 -0.711,-1.8594 -2.1622,-3.7166 -3.2622,-5.3767 -1.6675,-2.5168 -3.9739,-6.0928 -7.0866,-6.8431 0.5751,1.9178 3.4587,3.3025 4.7252,4.8881 4.2061,5.2649 7.4837,12.0129 5.0507,18.8184 -6.113,-3.2031 -9.5055,-9.1571 -12.5214,-15.1527 -4.5,-8.9463 -8.4063,-18.0953 -12.7155,-27.1279 -9.8557,-20.6606 -25.0378,-36.9815 -45.6385,-46.9876 -8.75802,-4.2542 -18.87275,-7.4538 -28.34973,-9.7029 -2.42026,-0.5744 -9.17685,0.3436 -9.38238,-2.698 -0.0901,-1.3332 0.15543,-2.8484 0.41645,-4.1547 2.27998,-11.409 16.4809,-7.6531 24.11853,-5.1321 1.72393,0.569 3.48646,1.13 5.13211,1.9016 11.91682,5.5867 24.62062,11.8679 34.70362,20.4177 5.4142,4.5908 10.0472,10.4832 14.3923,16.0507 4.1123,5.2693 7.8647,9.979 11.026,15.8859 0.6388,-2.6015 -1.1956,-4.6167 -2.7116,-6.6205 -3.4516,-4.5632 -7.0838,-8.9701 -10.682,-13.4201 -4.2929,-5.3088 -9.0995,-10.5401 -14.4674,-14.7816 -6.6845,-5.2816 -14.5088,-9.117 -21.9963,-13.1205 -10.31394,-5.515 -20.88881,-9.9718 -32.7489,-9.735 1.9982,-4.7472 7.36246,-8.5883 10.68015,-12.4643 5.64605,-6.5962 12.441,-12.46717 19.38045,-17.61827 9.5051,-7.0553 19.2791,-13.7222 30.3055,-18.2145 5.4657,-2.2266 10.91918,-4.23511 16.75528,-5.26181 1.5373,-0.2706 4.43052,-0.87462 5.93212,-0.35432 1.5685,0.5435 2.9716,3.0449 3.9555,4.3007 2.9376,3.7492 5.7086,7.5052 8.3251,11.4866 6.6701,10.1501 12.7445,20.5892 16.9736,32.016 1.6507,4.4597 3.9111,10.8155 2.9218,15.6413 -0.6934,3.3835 -2.8844,5.5632 -4.7621,8.3096 2.0121,-0.5649 3.4797,-2.8458 4.3444,-4.6436 2.3773,-4.942 1.1364,-11.0221 -0.4277,-16.1301 -5.0771,-16.5814 -15.4906,-32.0094 -25.821,-45.7022 -2.569,-3.4052 -5.342,-6.8282 -8.6452,-9.5501 -1.421,-1.1709 -3.2032,-2.5402 -5.1324,-2.181 v 0.2444 c 2.4945,0.722 6.19006,2.74231 7.46246,5.12401 -3.25987,0.1835 -6.88814,0.79665 -10.05098,1.75627 -1.08662,-5.9528 3.25572,-10.43968 7.96532,-10.73488 1.4211,-0.09 3.1651,0.9727 4.3991,1.611 3.9892,2.0644 7.398,6.358 10.2734,9.7065 4.5947,5.3511 9.3672,10.3499 14.4105,15.2697 6.1854,6.0336 13.0982,11.6403 22.2402,10.3516 2.7502,-0.3875 5.3975,-2.221 7.8208,-3.4526 9.6423,-4.9013 16.6871,-13.4858 25.6616,-19.3862 2.7057,-1.779 5.3021,-4.4097 8.5539,-5.1131 m -23.2177,-8.5539 v 0.2445 l -3.666,3.9103 c -0.7164,-1.753 1.78,-4.9168 3.666,-4.1548 m -2.1996,6.3544 h -0.4888 c -0.418,-1.8247 0.5633,-2.76 1.7695,-4.0282 0.3357,-0.3531 0.9964,-1.241 1.5866,-0.9949 1.1179,0.4661 -0.9268,2.4305 -1.2595,2.8235 -0.5994,0.7085 -1.1447,1.395 -1.6078,2.1996 m 9.0427,-4.3992 c -1.8022,2.8844 -4.9488,8.004 -8.7983,7.0875 v -0.2444 c 2.5439,0.01 5.7174,-4.8393 7.0875,-6.8431 h 1.7108 m -4.6435,0.2445 c 1.561,1.5244 -1.3506,5.2412 -3.1638,5.744 -1.7482,0.4846 -0.185,-2.1661 0.1381,-2.5669 0.3402,-0.4226 0.7049,-0.8217 1.0705,-1.222 0.632,-0.6919 1.2114,-1.3864 1.9552,-1.9551 m 6.5986,0.2444 -4.8878,7.5762 5.6211,-6.8431 c 1.7996,1.2059 -2.4589,6.326 -3.9529,6.9402 -1.2142,0.4991 -2.8759,-0.1819 -4.1122,-0.3414 1.0162,-1.9613 4.9494,-7.5316 7.3318,-7.3319 m -25.743,0.4073 -0.081,0.1628 0.081,-0.1628 m 11.8124,-0.163 -0.2444,1.4664 c 1.7027,0.078 2.7798,3.3951 2.9328,4.8879 l -4.1548,-0.2444 c -0.3761,-2.1203 0.327,-4.1095 0.9776,-6.1099 h 0.4888 m 43.9915,1.9552 c 1.349,2.4205 3.2627,6.334 5.8654,7.5731 2.0164,0.9603 4.6924,0.3678 6.7405,0.5008 0.9947,0.065 2.0334,0.7584 3.0354,0.9688 -1.0924,-2.7248 -6.6794,-1.3804 -9.0427,-2.1346 -1.7817,-0.568 -2.8545,-2.7367 -3.7367,-4.2198 -0.6648,-1.1205 -1.354,-2.9557 -2.8619,-2.6883 m -27.1281,0.2444 c 0.1437,2.5261 -2.8429,6.3343 -5.3767,5.8655 0.7352,-1.8985 3.3944,-5.2841 5.3767,-5.8655 m -26.3948,18.5741 c 1.7425,-0.3519 2.8142,-1.9202 3.7696,-3.3187 2.3395,-3.4256 3.5478,-6.5627 4.051,-10.6118 6.8295,0.015 13.488,1.9142 20.0406,3.6659 -2.0066,3.7231 -7.8075,6.597 -10.9942,9.3594 -6.576,5.7003 -14.5257,12.7622 -23.7102,13.3475 -4.8852,0.3113 -8.6339,-1.7555 -12.4642,-4.4852 -6.2211,-4.4333 -11.5097,-10.0173 -16.4784,-15.7777 -2.2328,-2.5887 -4.8691,-4.9469 -6.7392,-7.8207 7.336,-0.579 14.6445,-0.6653 21.9957,-0.9872 4.5289,-0.1984 9.1681,-0.5374 13.6861,0.1938 2.5201,0.4079 5.0544,0.5878 7.5764,0.9716 0.9094,0.1382 2.3792,0.247 2.9249,1.1175 0.7119,1.1355 -0.2392,3.4683 -0.6914,4.5698 -1.1689,2.8481 -2.8259,6.7028 -2.9667,9.7758 m 28.1056,-16.6189 -2.1996,4.1547 c 0.8623,-0.6594 1.8682,-2.5469 2.9587,-2.7077 1.7616,-0.2595 -0.953,3.4841 -1.2479,3.9297 l -3.9103,-0.9775 c 0.7003,-1.6652 2.3637,-4.5698 4.3991,-4.3992 m 50.1012,1.9551 c -0.1734,1.3411 -0.8308,2.5237 -0.8845,3.9104 -0.044,1.11 0.5204,2.1152 0.7599,3.1771 0.6403,2.8658 0.4522,6.6518 3.5683,8.2034 2.0847,1.0387 5.4061,0.2286 7.5543,-0.2419 3.3483,-0.7331 6.3249,-0.847 9.5314,-2.0705 0.9067,-0.3461 2.2705,-0.7183 2.923,0.3214 0.4619,0.7392 -0.1369,1.7794 -0.1051,2.5859 0.066,1.6409 0.5206,3.2331 0.3128,4.888 -0.215,1.7435 -1.1217,3.3978 -1.4687,5.1321 -0.8702,4.3488 -0.655,8.8195 -1.0095,13.1977 -0.3788,4.7096 -1.3002,9.1591 -1.3857,13.9305 h -0.2444 c -1.0093,-3.0999 -2.9401,-6.2372 -3.155,-9.5314 -0.286,-4.3831 1.6031,-9.2549 1.911,-13.6862 0.22,-3.1579 -0.7356,-7.3435 0.5377,-10.2647 0.6892,-1.5795 2.3731,-1.8303 3.1503,-3.1772 -0.9996,0.3212 -2.2802,0.6535 -3.0526,1.4063 -0.501,0.4895 -0.5157,1.5844 -1.2072,1.8422 -0.6501,0.2428 -1.6814,-0.2605 -2.3388,-0.3748 -1.4933,-0.2594 -3.1332,-0.2946 -4.6436,-0.1435 -4.0546,0.4051 -11.6676,4.1364 -14.6174,-0.8554 -0.8432,-1.4251 0.018,-3.8756 -0.4596,-5.5407 -0.5009,-1.7426 -1.0508,-2.7683 -1.0092,-4.6435 0.037,-1.617 -1.4811,-2.6359 -1.2659,-4.1548 l 0.7331,0.2444 c 0.853,-2.9416 2.6834,-4.7367 5.8654,-4.1548 m -47.4129,0.9777 c 0.6683,1.7029 -0.7375,2.8677 -2.444,2.6883 0.3559,-1.2675 1.265,-2.1384 2.444,-2.6883 m -26.6392,71.1194 c -1.1379,-3.8327 -3.6886,-6.9622 -3.9688,-11.2423 -1.3241,-20.2292 14.6054,-36.8899 29.6304,-47.9973 3.6528,-2.7003 7.8621,-4.601 11.9755,-6.4606 1.6301,-0.7369 4.0203,-1.1634 5.3767,-2.2421 -1.9637,-0.908 -3.8747,0.2798 -5.6211,1.1778 -3.4804,1.7896 -6.9646,3.245 -10.2646,5.4018 -13.3654,8.735 -27.3575,22.7154 -30.8454,38.8781 -1.2715,5.893 -0.9291,10.7718 0.054,16.619 0.3244,1.9271 1.466,5.6136 3.6626,5.8656 m 66.7203,-66.7203 c 1.3026,1.4099 1.5202,3.0513 0.9776,4.8879 l -7.0876,-0.7332 v -0.2444 l 6.11,-3.9103 m 15.397,2.6884 -4.6436,6.3542 -1.2219,-0.9775 c 1.3245,-1.8978 3.5095,-4.9012 5.8655,-5.3767 m -2.6885,0.4887 -3.6659,4.1548 c -0.237,-1.8068 1.701,-4.5246 3.6659,-4.1548 m 3.666,0.4888 c 0.2347,1.7049 -3.3604,6.2392 -5.1323,5.6211 v -0.4887 l 5.1323,-5.1324 m -23.9509,0.7333 -0.2444,0.2443 0.2444,-0.2443 m -0.7331,0.4887 -2.444,2.444 2.444,-2.444 m 1.7108,0 0.2444,0.2444 -5.6212,6.3543 7.3319,-6.3543 0.2444,0.2444 c -1.1535,2.0531 -3.0256,3.7608 -4.6459,5.4554 -0.5842,0.6097 -1.2245,1.5588 -2.1972,1.31 -1.53,-0.3913 -1.2318,-1.635 -0.5133,-2.6107 1.3222,-1.7926 3.2725,-3.4658 5.1569,-4.6435 m 6.8431,0.2444 c -2.1434,3.6684 -5.7434,7.5113 -9.776,8.3095 -0.3372,-2.3391 4.9149,-7.2559 7.0876,-7.8207 l -5.8655,7.0875 c 2.6834,-1.8899 5.0957,-7.3855 8.5539,-7.5763 m 1.222,0.4888 c 0.4326,2.668 -4.5116,7.6549 -7.0876,7.8207 0.6721,-2.4692 4.7927,-6.7493 7.0876,-7.8207 m 0.7332,1.7108 v 3.4215 l -4.3992,1.7108 4.3992,-5.1323 m 12.4641,0.9776 0.4889,1.2219 h -1.7108 l 1.2219,-1.2219 m -12.4641,3.4216 c 0.787,4.3565 6.2369,4.509 9.7758,4.1547 l -0.2444,0.9775 c 0.589,0.5375 0.3201,1.0407 0,1.7108 0.9898,0.7134 0.6183,1.7015 0.7405,2.792 0.2957,2.6642 -0.6354,6.6041 -1.9625,8.9391 l -6.8431,-6.8302 -11.9754,-9.0556 4.6435,-0.5597 5.8656,-2.1286 m 22.7288,3.4214 -0.3519,13.4429 -1.7938,9.2861 3.1232,10.0202 c -3.3383,-4e-4 -3.7538,-2.1756 -5.4841,-4.6435 -2.7275,-3.8913 -5.7946,-7.4889 -8.6908,-11.2422 2.5833,-4.1372 5.4696,-12.4262 4.3991,-17.3522 3.0502,-0.3854 5.8143,-0.1933 8.7983,0.4887 m -10.7534,0.2445 -1.222,1.2219 -0.2445,-0.9775 1.4665,-0.2444 m 1.222,0 c 0.3299,1.4488 -1.1292,3.2434 -2.1996,4.1547 0.01,-1.8794 0.7919,-2.9369 2.1996,-4.1547 m -0.2444,3.1771 c -0.044,1.3604 -0.7699,2.7191 -1.9552,3.4216 0.019,-1.6187 0.6404,-2.4919 1.9552,-3.4216 m -0.7332,3.9103 -1.222,1.4664 0.7332,-1.4664 h 0.4888 m -1.0583,1.8739 -0.083,0.1627 0.083,-0.1627 m 0.08,1.5477 -0.9776,2.444 h -0.2444 l 1.222,-2.444 m -95.5591,7.7073 c -4.6421,1.0434 -3.0569,9.0928 1.9551,7.9676 4.8987,-1.0996 2.6229,-8.9962 -1.9551,-7.9676 m 0.2453,0.8083 c 3.547,-0.4534 5.3748,5.6939 1.4652,6.3376 -3.9931,0.6575 -4.9686,-5.8899 -1.4652,-6.3376 m -130.26444,33.5206 c 2.23745,3.1318 5.46764,5.5022 8.30948,8.0459 1.17873,1.0552 2.76388,1.9182 3.42082,3.4408 0.44749,1.037 -0.15299,2.1541 -0.36219,3.1771 -0.39323,1.9212 -0.70679,4.1443 -0.80797,6.11 -0.1442,2.8032 0.5929,5.7932 0.99957,8.5538 0.19284,1.309 0.76815,2.8297 0.37296,4.1548 -0.92089,3.0874 -5.44614,5.5652 -7.77793,7.5161 -3.5831,2.9978 -5.99847,6.7022 -8.55388,10.5693 h -0.48824 c -3.18056,-5.40274 -3.47118,-9.82 -3.67549,-16.3746 -0.3617,-8.4948 2.16854,-16.1684 4.71539,-24.1953 1.15967,-3.6557 1.90214,-7.4456 3.35924,-10.9979 h 0.48879 m 76.98509,47.6574 c -5.5774,1.6406 -11.0509,4.0556 -16.8633,4.9552 -1.4897,0.2304 -4.3706,1.2253 -5.7869,0.5185 -0.9574,-0.478 -0.111,-1.6965 0.229,-2.2965 1.0634,-1.8763 2.0478,-4.2995 3.6829,-5.7605 1.0363,-0.926 2.7814,-0.904 4.0744,-1.2366 2.7388,-0.7041 8.3272,-2.4066 9.7759,-4.9783 l -6.5987,3.3452 -7.0232,1.6189 -1.7628,2.3678 -3.9226,6.5986 c -2.8333,0.1295 -5.7453,1.1719 -8.554,1.6409 -7.7811,1.2999 -15.55729,2.9013 -23.21768,4.8051 -3.92721,0.9761 -10.58995,3.7324 -14.59414,2.062 -3.11875,-1.3014 -5.76165,-3.8857 -8.06509,-6.2874 -0.67552,-0.7046 -2.08373,-1.6147 -2.00454,-2.7093 0.10607,-1.4669 1.68731,-2.9874 2.45765,-4.1548 2.13089,-3.2295 4.51449,-5.7441 7.54232,-8.1628 2.01505,-1.6097 5.0683,-3.4551 6.37656,-5.7299 0.49857,-0.8666 7.3e-4,-2.0627 -0.16301,-2.9707 -0.37881,-2.1006 -0.74126,-4.2371 -1.01156,-6.3543 -0.80113,-6.2778 0.56505,-13.0203 3.03907,-18.8185 0.61001,-1.4297 1.38084,-4.4525 2.68323,-5.3665 1.0145,-0.7117 3.45993,0.6696 4.4727,1.037 4.28862,1.5551 8.55699,3.2253 12.70839,5.1191 14.023,6.3973 26.2596,15.2714 35.169,28.0491 2.8263,4.0532 5.8714,7.8904 7.3564,12.7087 m 167.9005,-45.7022 c 2.1715,9.3551 3.2703,7.8346 2.9328,8.7983 h 0.2444 c 2.4073,7.5765 2.9621,15.1478 3.7075,22.9733 0.9946,10.448 2.2997,22.6536 -1.5079,32.7492 -4.1328,-1.8933 -7.5178,-5.881 -11.2521,-8.4669 -4.8659,-3.3702 -11.1176,-5.2856 -14.7689,-10.1073 -1.7279,-2.2834 -2.2484,-5.7863 -2.3388,-8.5539 -0.3031,-9.5334 6.0365,-17.5059 11.9192,-24.4399 1.5935,-1.8801 2.8716,-3.9927 4.465,-5.8653 2.0115,-2.3633 4.3919,-4.491 6.11,-7.0875 h 0.4888 m -227.77782,18.8186 c 0.17841,2.6309 1.4241,5.9801 4.64353,6.0383 1.35348,0.024 2.56666,-1.1953 3.66589,-1.8484 2.38985,-1.4195 5.0972,-2.9543 7.8205,-3.6182 7.133,-1.7387 13.8058,2.431 20.0409,5.0494 0.089,-2.3933 -3.229,-5.1431 -4.7125,-6.8429 -2.1047,-2.4119 -5.1921,-5.8014 -8.4852,-6.5019 -2.2771,-0.4842 -5.6576,0.5709 -7.8208,1.2452 -5.55109,1.7311 -10.24239,3.3761 -15.15232,6.4785 m 33.97122,3.4216 c -5.933,-2.0203 -11.9318,-5.2879 -18.3301,-3.4837 -2.8587,0.806 -5.7432,2.3178 -8.30898,3.7945 -1.55656,0.8955 -2.99312,2.0217 -4.634,0.611 -3.32379,-2.8582 -0.8896,-5.352 2.1898,-6.8142 4.62831,-2.1977 13.40588,-5.7705 18.57388,-4.2137 2.93,0.8825 5.5117,3.7241 7.4359,5.9513 1.111,1.2863 2.5182,2.5182 3.0735,4.1548 m -27.86131,7.5763 h 2.19951 c -1.05671,1.7442 -3.11892,6.3997 -2.19951,8.3094 l 1.22199,-0.2444 c -0.002,2.7688 0.0281,4.8662 1.46632,7.3319 h -1.46632 c -0.19478,1.9946 1.55139,4.2437 3.42141,4.888 l 0.24439,-0.2444 -2.4439,-3.666 c 3.84886,0.3752 7.98812,-1.3254 11.48652,-2.7375 1.3664,-0.5514 3.3414,-1.1834 3.9104,-2.6392 -3.9124,-1.2514 -7.351,-3.3524 -11.48673,-3.8405 -1.16471,-0.1376 -4.1215,0.4309 -4.87743,-0.6733 -0.87054,-1.2716 0.6982,-5.571 1.99684,-6.1913 0.76739,-0.3666 2.0858,-0.01 2.88059,0.1491 2.93223,0.5838 6.42693,2.2756 8.61403,4.3283 1.4813,1.39 2.5185,3.2422 4.0947,4.5169 0.1995,-1.7423 -1.5967,-3.2055 -2.7016,-4.3989 -2.8045,-3.0295 -7.2349,-4.8131 -11.22911,-5.4833 -1.64882,-0.2766 -3.83899,-0.7256 -5.1321,0.5952 m 178.16521,5.6211 c -0.052,1.2317 -0.6427,2.2075 -0.034,3.4252 1.4004,2.8056 5.5869,3.4125 7.2586,0.4631 1.6399,-2.8988 -0.4497,-5.5586 -3.5585,-5.5534 -1.415,0 -2.5245,0.9614 -3.6659,1.6651 m 3.1771,-0.6369 c 3.5243,-0.6342 5.0225,4.7173 1.4665,5.4566 -3.9153,0.8139 -5.5699,-4.7181 -1.4665,-5.4566 m -176.69901,3.1622 0.0813,0.081 c -0.12045,0.04 -0.27028,-0.081 -0.0813,-0.081 m 11.48661,3.3402 c -2.4296,2.2726 -7.0531,3.2597 -10.26472,3.6659 0.0674,-1.0084 2.22502,-4.5277 0.48879,-4.6436 l 0.24443,-1.9551 -1.22193,0.7332 c 1.95363,-3.1679 8.49053,0.8789 10.75343,2.1996 m -15.64117,-2.9328 0.48879,0.4888 -0.48879,-0.4888 m 4.15456,3.9104 -0.9775,2.1996 0.9775,-2.1996 m 40.59311,0.2522 c -2.2106,1.1775 -0.3957,4.0098 1.6734,2.8811 2.0056,-1.0939 0.1872,-3.8724 -1.6734,-2.8811 m -39.61561,0.2366 c -0.23628,0.9773 -0.17375,1.8517 -1.22191,2.1995 l 1.22191,-2.1995 m 39.94311,0.3966 c 1.0641,-0.4854 2.1209,1.1149 1.0099,1.6985 -1.052,0.5529 -2.1256,-1.1899 -1.0099,-1.6985 m -44.01624,1.4771 0.0813,0.1628 -0.0813,-0.1628 m 35.13494,0.3363 c -1.8849,0.97 -0.7056,3.5587 1.1845,2.6244 1.7579,-0.8689 0.5716,-3.5281 -1.1845,-2.6244 m 0.7092,0.5289 c 0.8595,0 0.6262,1.5881 -0.1921,1.4351 -0.7051,-0.132 -0.4941,-1.4351 0.1921,-1.4351 m 16.8642,0.6826 c -0.3802,4.6481 -3.0553,9.7172 -4.8734,13.9306 -7.6025,17.6176 -21.1789,31.7645 -34.7191,44.9727 -3.8249,3.7309 -7.7411,7.2634 -11.72722,10.8182 -2.00128,1.7841 -3.89975,4.0839 -6.3579,5.2496 -4.74349,2.2534 -11.47613,0.2713 -16.13018,-1.1633 l 0.2444,-4.888 2.19957,-1.4663 c -0.63544,0.242 -1.44121,0.8065 -2.14581,0.5621 -1.01718,-0.3495 -1.32194,-2.1319 -1.90116,-2.9362 -2.06735,-2.8718 -4.5729,-3.6461 -1.9344,-7.1574 0.44114,-0.5868 0.88325,-1.3791 1.592,-1.6782 0.95021,-0.4014 2.31493,0.5313 3.16738,0.9111 2.61407,1.165 5.33863,2.26122 8.25966,2.51642 -0.78769,-1.5011 -3.15372,-0.85282 -4.59371,-1.57092 -3.36509,-1.6783 -7.30844,-2.9714 -10.33089,-5.2369 -1.01425,-0.7605 -2.46156,-1.681 -2.72649,-3.0102 -0.29425,-1.4781 0.86541,-3.042 1.32634,-4.3955 l 3.67206,3.5403 6.837,5.0136 -4.57388,-3.7882 -5.20199,-5.4989 c 0.41694,-1.4585 1.34247,-2.8514 1.40211,-4.3991 0.14932,-3.8808 -4.09145,-5.9081 -7.02323,-7.3319 v -0.2444 c 1.79998,-0.5309 5.68002,-0.7547 7.3319,0.1928 1.44536,0.8292 2.52804,3.706 4.15474,3.2287 -2.55419,-3.5877 -4.58537,-7.076 -9.77587,-6.4963 -1.65627,0.185 -2.28926,1.7435 -3.68794,2.2624 -1.29555,0.4805 -4.68118,-0.6929 -5.81787,-1.3843 -2.70449,-1.6447 -3.95311,-6.5642 -2.62261,-9.29 1.51281,-3.0995 4.3004,-4.8078 6.64807,-7.1581 2.74165,-2.7454 5.06855,-5.9037 7.43553,-8.9721 h 0.24439 c 2.56177,2.9103 6.65933,7.4996 10.50906,8.5517 4.72101,1.2902 10.58409,-1.2031 15.1526,-2.1937 10.43744,-2.2634 20.93544,-4.9317 31.52724,-6.358 0.9129,1.4029 4.6544,0.2782 6.11,0 6.0534,-1.1567 12.735,-2.4745 18.3296,-5.1323 m 0.9777,1.7108 c 1.3097,3.5295 3.7024,6.8013 5.2636,10.2646 3.8797,8.6063 7.5371,17.6445 12.5565,25.6617 1.7291,2.7619 3.9674,6.0265 6.4201,8.187 0.8146,0.7173 3.174,1.8748 3.2026,3.0658 0.049,2.0414 -3.4269,4.7579 -4.9583,5.7035 -4.9975,3.086 -12.0698,3.6773 -12.2198,10.9049 -13.1969,-0.01 -25.615,2.6908 -38.3704,6.0513 -6.8578,1.8036 -13.5672,3.3336 -20.5296,4.6533 -3.73131,0.7087 -8.16382,1.8623 -11.97519,1.5152 -0.8967,1.0412 -3.11142,0.9165 -4.3989,0.9997 -4.12151,0.259 -8.62305,0.7356 -12.70887,-0.022 0.24367,-1.0534 0.61148,-3.1283 1.74304,-3.5854 0.9595,-0.3861 2.89267,0.4913 3.87808,0.7039 2.67175,0.5768 5.5703,1.024 8.30949,0.9165 1.51868,-0.058 5.79881,-1.6594 6.35431,0.01 1.8034,-0.4496 4.20915,-1.62199 4.98408,-3.28389 l -4.73968,2.30639 c 2.1656,-3.248 5.62297,-5.6016 8.48394,-8.1898 4.6254,-4.1877 9.3392,-8.4191 13.7525,-12.832 15.0171,-15.016 28.4921,-32.4349 34.4636,-53.0305 h 0.4889 m 0.56943,6.92393 c -1.8697,3.9509 -3.1919,8.0978 -5.2518,11.9754 -1.2224,2.3015 -3.5183,4.6846 -3.7908,7.3319 h 0.2445 c 2.6389,-4.6306 5.4082,-8.9594 7.4303,-13.9305 0.6081,-1.4951 2.1436,-3.7954 1.3678,-5.3768 m -79.26528,10.91707 c 0.46509,1.363 1.13327,2.5467 2.24137,3.4998 3.25829,2.8035 12.0468,5.2909 7.15373,11.0941 -1.5287,1.813 -4.9114,1.8061 -5.97354,3.4915 4.21779,-0.088 10.80331,-4.5749 7.81849,-9.5305 -1.55412,-2.5801 -5.2103,-3.6853 -7.57043,-5.3865 -1.23885,-0.893 -2.17831,-2.9121 -3.66962,-3.1684 m 69.73388,8.63463 -1.2219,2.444 c 0.7558,-0.6269 1.494,-1.4195 1.2219,-2.444 m -2.6883,4.3992 -2.9329,4.3991 c 1.2907,-0.5641 3.2173,-2.9408 2.9329,-4.3991 m -6.1099,8.7983 -9.2872,9.2871 -3.666,4.1547 c 3.8488,-1.5468 7.149,-6.4017 10.0202,-9.2871 1.0297,-1.0347 2.8543,-2.6146 2.933,-4.1547 m 48.06537,12.38347 0.2444,0.9775 19.063,-3.0364 22.24,-4.051 c -1.0035,-0.9109 -2.2104,-0.4258 -3.4216,-0.1283 -2.3322,0.5726 -4.728,0.847 -7.0874,1.3021 -10.3001,1.9869 -20.7596,2.9699 -31.0384,4.9361 m 60.1216,8.5539 -2.9328,-11.7311 c 4.0037,-0.316 7.9911,-0.8637 11.9755,-1.2638 3.0704,-0.3081 5.5062,-0.9421 8.065,1.3088 5.5283,4.8625 1.9655,11.5558 -1.1242,16.8182 -1.2663,2.1558 -3.4648,5.4551 -6.2076,5.8021 -4.2098,0.5304 -9.2637,-4.1865 -8.0388,-8.4912 0.8721,-3.0648 3.8734,-5.6588 5.5823,-8.3086 0.4563,-0.7072 3.5689,-5.0712 1.9645,-5.7157 -0.6797,-0.273 -1.2919,2.9555 -1.6135,3.5161 -1.5845,2.7613 -4.1663,8.0527 -7.6704,8.0652 m -138.73699,8.63463 c 1.97502,-0.3984 3.49632,-2.4441 4.92952,-3.7731 3.5486,-3.292 8.9424,-6.5373 11.201,-10.8907 -2.0489,0.5735 -3.4091,2.7284 -4.8882,4.1452 -3.3593,3.217 -9.0383,6.3894 -11.24232,10.5186 m -54.82533,4.31837 2.52437,-3.6122 2.36357,0.1906 c 0.37367,2.422 3.25536,3.1845 5.13233,4.2574 5.98919,3.424 14.20091,4.1157 21.02178,3.8297 11.63401,-0.4863 23.59747,-2.1165 34.94487,-4.8855 10.0037,-2.4415 20.2666,-6.5034 30.5499,-7.3783 5.1866,-0.4427 9.8966,-1.6839 15.1562,-1.2389 2.5386,0.2149 4.8262,-0.1412 6.2546,2.4877 0.97,1.7842 1.2149,7.2171 -1.193,8.246 -0.7279,0.3104 -1.7128,-0.4448 -2.3768,-0.6868 -2.0325,-0.7478 -3.9214,-1.4516 -6.11,-1.4541 -6.6261,-0.01 -13.1141,2.1335 -19.5517,3.4215 -14.4201,2.8839 -28.8011,6.347 -43.50273,7.3539 -5.18219,0.3544 -10.42157,1.2269 -15.64139,0.6697 -6.56816,-0.7038 -12.61405,-2.3756 -18.57415,-5.2815 -2.09619,-1.0215 -4.14863,-2.2386 -6.10991,-3.4973 -0.65572,-0.4204 -1.57025,-1.4395 -2.40316,-1.4052 -1.50426,0.064 1.42337,2.3511 1.66997,2.6493 -2.93912,0.7086 -6.45379,0.6476 -8.51127,-1.8746 -1.21844,-1.4909 -1.728,-3.4631 -3.00536,-4.8978 -2.09772,-2.3559 -4.90111,-3.7563 -3.78457,-7.4063 1.6905,-5.5261 7.11073,-9.1337 12.85723,-8.5845 1.42361,0.1359 3.26074,0.3451 4.36297,1.3525 1.6575,1.5153 0.17792,4.3303 1.221,6.1881 1.6663,2.9682 5.6226,4.628 3.84632,8.6238 -2.82669,6.3592 -7.29133,-5.7631 -10.24145,-0.7112 -0.26248,0.4497 -0.49172,0.9556 -0.66964,1.4444 -0.26713,0.7332 -0.26419,1.4322 -0.22998,2.1996 m 262.97092,-19.3074 c 2.9377,3.7158 1.591,7.8525 0.1319,11.9755 -2.8789,8.1311 -12.3175,12.4813 -19.9279,15.3188 -2.3341,0.87 -5.543,2.3217 -8.0652,2.285 -1.2146,-0.017 -2.202,-1.2488 -3.1772,-1.8476 -1.8476,-1.1389 -4.0375,-2.0969 -6.1099,-2.7324 -1.2856,-0.3959 -2.6468,-1.3148 -3.4215,0.1736 3.7368,1.0191 11.7774,3.1307 12.1367,7.9014 0.1882,2.483 -1.8476,4.2549 -2.1164,6.518 -2.3438,2.0774 -4.5825,3.5315 -7.332,5.1006 -1.9185,1.0948 -3.8101,2.026 -5.8654,2.8521 -1.508,0.606 -3.5306,1.5959 -5.2023,1.1633 -3.9835,-1.0289 -4.1255,-6.474 -2.4413,-9.3604 2.3738,-4.0692 7.6802,-4.8781 11.5539,-6.8871 1.2292,-0.6379 4.9588,-2.3926 4.1449,-4.2916 -0.347,-0.8139 -2.202,2.0041 -2.9231,2.4562 -3.0035,1.8867 -6.8014,2.8716 -10.0201,0.9018 3.4387,-1.3002 5.103,-3.8321 7.4028,-6.5987 2.219,-2.6713 4.7559,-5.3303 5.5502,-8.7983 11.2031,0 24.0878,-4.8527 32.5049,-12.2648 1.322,-1.1636 2.043,-2.6099 3.177,-3.8654 m -56.2111,16.8634 c 0.9401,-1.3759 2.2581,-2.4929 3.125,-3.9104 1.537,-2.5146 2.4021,-5.6362 4.051,-8.0289 0.8075,-1.1714 2.3921,-0.7168 3.5774,-0.5432 3.7857,0.5545 5.9681,1.8529 7.9868,5.1956 3.5413,5.862 -1.6986,10.9479 -4.9514,15.3545 -2.4049,3.2602 -6.3727,7.1167 -10.8345,4.7168 -2.2532,-1.2122 -3.8124,-5.0956 -2.4105,-7.3857 2.4193,-3.9543 7.3376,-6.3177 10.1998,-10.0447 1.1535,-1.503 2.4439,-3.4396 1.8989,-5.4259 -0.1832,-0.6612 -0.7576,-1.7273 -1.5837,-1.6598 -0.5987,0.049 -0.3372,0.6869 -0.2052,1.0207 0.76,1.9071 0.7331,3.3535 -0.4522,5.0899 -1.1999,1.7572 -3.6686,5.0199 -5.758,5.6431 -1.4261,0.4253 -3.1728,-0.091 -4.6434,-0.022 m -213.60292,-2.444 c 1.64111,-0.5156 2.37998,-3.3404 3.53519,-4.618 2.01823,-2.2326 4.0235,-2.4227 6.72947,-2.9582 v -0.7332 c -4.50839,-1.0705 -9.96785,3.8424 -10.26466,8.3094 m 201.87172,-7.5762 c -0.5966,1.4351 -1.2868,2.7892 -1.0011,4.3991 0.7985,4.4993 6.6479,8.4512 11.0214,6.5987 l 0.2444,0.7332 4.3991,-0.2444 v 0.2444 c -7.2025,1.4786 -13.9035,0.9092 -20.2849,-2.9327 v -0.4888 c 1.5432,-1.178 2.6746,-2.6248 3.4714,-4.3992 0.7296,-1.6242 0.4436,-2.9667 2.1497,-3.9103 m -126.1088,15.3969 c 7.4575,0 15.6418,-2.3954 22.8938,-4.199 7.976,-1.9821 15.536,-3.5532 23.7861,-1.6665 l 0.2445,-0.2444 v -0.4887 c -5.2343,-2.1386 -11.2639,-1.6525 -16.4544,-0.3914 -5.9684,1.4492 -11.9708,2.8618 -18.0854,3.6024 -2.8551,0.347 -5.6203,1.8308 -8.4742,2.1535 -1.347,0.1515 -2.9362,0.2272 -3.9104,1.2341 m 138.8175,-2.4439 c -0.6422,1.4052 -1.9114,2.5491 -2.1258,4.1547 -0.7972,5.978 6.6923,8.1971 10.924,9.7759 -2.1748,1.3296 -6.0517,1.4664 -8.5539,1.4664 -6.8352,0 -13.2082,-1.2636 -19.5516,-3.8004 -2.0865,-0.8358 -6.052,-1.8061 -7.4888,-3.578 -0.8205,-1.0117 0.077,-2.3633 0.5029,-3.375 1.0072,-2.3976 2.7394,-4.2771 4.5323,-6.1076 0.6338,-0.6452 1.4528,-1.8354 2.413,-1.9894 0.7109,-0.1148 1.65,0.6794 2.2404,1.007 1.4692,0.8187 3.032,1.332 4.6432,1.8134 4.0923,1.2245 8.2942,0.9727 12.4643,0.633 m -204.56016,-2.1996 c -0.34656,1.4933 1.45733,2.4025 2.51362,3.2456 2.97381,2.3706 7.01688,3.9959 10.6838,4.9026 2.76681,0.6843 5.4608,1.6766 8.30949,2.0456 10.05252,1.3075 21.25371,-0.4326 31.03805,-2.6786 2.8091,-0.6452 5.7251,-0.9898 8.554,-1.5666 1.0856,-0.2224 2.523,-0.1392 2.9329,-1.3051 -5.6462,0.1442 -11.5785,1.9747 -17.10771,3.0795 -6.49458,1.2977 -12.97207,1.4981 -19.55172,1.4101 -1.96031,-0.027 -3.90033,0.33 -5.86552,0.049 -4.96125,-0.7112 -10.49073,-2.2705 -14.9082,-4.6656 -2.32421,-1.2586 -4.21365,-3.4459 -6.59871,-4.5164 m 131.97436,10.5091 13.9306,-2.1996 13.6862,-3.2725 15.8858,-3.0818 v -0.4888 c -3.2317,-0.7601 -7.5849,1.0631 -10.7534,1.789 -7.4551,1.7083 -15.1433,3.7148 -22.729,4.6362 -2.5327,0.3054 -5.0605,0.787 -7.5762,1.2121 -1.0918,0.1858 -2.3819,0.078 -2.444,1.4054 m -10.2648,0.4888 v 0.4887 c -4.9577,0.3911 -9.7792,1.8844 -14.6601,2.7299 -11.051,1.9162 -22.3855,4.2819 -32.9971,7.9503 -4.9352,1.7035 -9.5611,4.5482 -14.4198,6.1832 2.0175,-3.5413 4.8878,-6.6354 7.1621,-10.0178 0.7559,-1.1243 2.311,-2.4196 2.1837,-3.903 -0.1264,-1.4713 -3.4324,-3.27 -4.7021,-3.6757 l 3.9104,3.1771 c -0.7656,3.3483 -3.6927,6.2859 -5.6118,9.0427 -2.2152,3.182 -4.9906,8.3974 -8.3606,10.426 -6.20971,3.7368 -16.21107,-1.4933 -19.99872,-6.7601 0.82923,-1.6594 0.0457,-4.035 0.2769,-5.8655 0.23584,-1.8696 2.95598,-5.7506 4.48761,-6.8407 1.39452,-0.9897 4.56435,-0.6207 6.24311,-0.738 4.05972,-0.2835 8.1809,-1.1805 12.2098,-1.7743 10.7078,-1.5788 21.2016,-4.0766 31.7719,-6.3397 5.5842,-1.1951 11.5595,-3.2235 17.3522,-2.5955 6.5125,0.7087 8.7141,7.9869 15.1525,8.5124 m 50.8382,-6.0978 c -2.4229,1.1536 -0.9424,4.431 1.4105,3.2457 1.8336,-0.9238 0.542,-4.1768 -1.4105,-3.2457 m 0.974,0.9654 0.2444,0.9777 h -1.4664 v -0.4889 l 1.222,-0.4888 m -82.8504,8.5539 c 1.4365,0.9629 4.9199,-0.782 6.5986,-1.1414 6.2756,-1.3392 12.3885,-2.9938 18.8185,-3.5021 v -0.4888 c -8.2236,0 -17.6867,2.4513 -25.4171,5.1323 m -26.6395,-3.9103 0.2444,0.2444 -0.2444,-0.2444 m -2.6884,1.2219 -0.2445,0.2444 c 0.7295,1.1145 2.3057,2.3951 3.6661,2.1997 l -3.4216,-2.4441 m 77.7291,0.1858 c -2.2494,0.8407 -0.6921,4.316 1.4447,3.4484 2.2501,-0.914 0.6661,-4.2378 -1.4447,-3.4484 m 0.2336,0.7919 c 3.0218,0.8163 -0.8544,2.5832 0,0 m -117.31046,0.7331 12.95303,0.7333 c -0.66085,1.9917 -3.01977,3.3726 -3.45138,5.3767 -0.24219,1.1242 0.76961,3.287 -0.73953,3.8541 -3.88933,1.4615 -9.9951,-6.4106 -8.76212,-9.9641 m 15.64139,0.4888 -3.94505,5.6212 -0.20969,5.6211 c -1.40944,-1.068 -1.15135,-4.4651 -1.22199,-6.11 2.14434,-1.1731 2.71012,-4.9221 5.37673,-5.1323 m 13.68597,0.4888 c 1.2776,1.4371 3.9409,3.4094 5.8655,3.666 -0.913,-1.833 -3.8937,-3.3263 -5.8655,-3.666 m 13.9308,0 -3.1774,5.8655 c 1.8199,-0.5694 3.4893,-4.0912 3.9107,-5.8655 h -0.7333 m 32.5049,0.9776 0.2445,0.2444 -0.2445,-0.2444 m -19.0629,2.6884 v 0.2444 c 2.9301,-0.2322 6.1194,-1.2563 8.7983,-2.444 -1.953,-0.8114 -6.9934,1.1877 -8.7983,2.1996 m 15.1525,-1.9552 0.2445,0.2444 -0.2445,-0.2444 m -51.32334,0.4888 3.42156,2.2851 7.82038,5.2912 0.2444,-0.2444 c -0.6933,-1.4517 -2.0973,-1.916 -3.42152,-2.6908 -2.49608,-1.4615 -5.11984,-4.255 -8.06482,-4.6411 m 33.48254,2.1995 v 0.2444 l 0.9775,-0.2444 h -0.9775 m -3.9104,1.4664 1.2219,-0.7331 -1.2219,0.7331 m -5.8656,2.444 3.6659,-1.4664 c -1.1214,-0.3886 -3.2186,0.352 -3.6659,1.4664 m -39.10353,1.222 -0.24439,0.4888 1.22198,0.4887 -0.2444,-0.4887 h 3.66595 c 1.48593,5.4744 9.37751,8.4586 13.93061,10.7534 -2.77708,2.8888 -7.45532,4.5482 -11.24224,2.7739 -1.58125,-0.738 -2.72088,-2.1287 -4.15475,-3.0989 -1.70051,-1.1487 -3.96337,-2.0334 -5.04361,-3.8713 -1.60422,-2.7323 -1.67412,-6.2443 -1.0663,-9.2455 l 3.17715,2.1996 m 12.21984,-1.7108 c 0.79013,2.791 5.78805,4.4945 8.06499,6.0293 1.03403,0.6965 1.88443,1.5421 3.17698,1.3026 v -0.4888 l -8.06482,-4.756 -3.17715,-2.0871 m 24.19509,1.9552 c 0.9834,-0.3105 1.8554,-0.6966 2.1997,-1.7108 -1.0531,0.2102 -1.8709,0.655 -2.1997,1.7108 m 9.5317,-0.4888 -0.2443,0.2444 0.2443,-0.2444 m 154.4588,1.7108 -0.2444,0.7331 c 2.8668,0.2273 7.0362,1.2684 9.2162,3.2407 3.292,2.9768 3.5927,9.8737 0.892,13.3563 -1.2464,1.6057 -3.4533,2.4 -5.2203,3.2627 -3.3091,1.613 -6.0391,3.1625 -9.7759,3.6465 -4.8365,0.6256 -9.6683,0.068 -9.875,-5.6652 -0.038,-1.0582 0.053,-2.5222 0.7248,-3.3898 1.2782,-1.6448 3.9569,-1.2928 5.7287,-1.9136 5.0736,-1.7817 13.2781,-4.2305 15.6414,-9.6048 l -8.7983,5.9022 -3.666,-1.3197 -7.8206,-1.6498 4.8879,-2.1188 8.3095,-4.4798 m 11.9754,26.8836 c -2.3266,1.266 -3.3629,3.9396 -6.1099,4.9173 -1.5739,0.5597 -2.9084,-0.2933 -4.3991,-0.7552 -3.7443,-1.1658 -6.9507,-3.0941 -10.2647,-5.1397 2.4317,-1.0313 5.4915,-0.6085 8.065,-1.525 1.1902,-0.4228 2.9304,-1.8623 4.1548,-1.7597 0.9825,0.086 1.789,0.8969 2.73,1.1462 2.4439,0.6526 5.2081,1.0974 7.5347,2.1092 5.1861,2.2533 3.7637,11.1714 0,14.0748 -3.1674,2.444 -7.2171,3.0183 -10.9979,3.9177 -2.8374,0.677 -4.8048,1.7132 -7.8207,1.5788 -4.0594,-0.1809 -6.8578,-4.0521 -5.6235,-8.0554 1.2708,-4.1253 5.6944,-3.0989 9.0451,-3.1796 3.6146,-0.091 6.9678,-0.892 10.0202,-2.8399 1.4811,-0.9458 3.5878,-2.6052 3.666,-4.4895 m 4.1548,20.0405 -2.2142,1.811 -9.2725,2.5882 -7.5764,-4.6436 c 3.7492,-0.6379 7.3858,-3.0524 11.2423,-3.0745 2.2999,-0.012 5.5626,1.9185 7.5763,2.9548 1.7915,0.9213 3.5682,1.4199 4.8855,3.0745 0.7699,0.9678 1.4664,2.0089 1.9405,3.1552 3.7198,8.9986 -9.6585,9.3457 -14.891,10.0936 -2.3242,0.3323 -5.4745,1.9795 -7.8207,1.3734 -2.0799,-0.5352 -4.1964,-3.4728 -4.0864,-5.6015 0.3715,-7.288 9.5707,-6.2468 14.5955,-7.6814 2.0113,-0.5719 6.2736,-1.3003 5.6211,-4.0497 m -22.729,10.5091 0.2443,0.2444 -0.2443,-0.2444"
         id="path2170"
         sodipodi:nodetypes="cccccscccccccccccccccccccccccccscccccscccsssccccsccsccsssccscscssssscsssssccssssscssscssscccccsssccccccccsscccsccccccccccsccccscccccccccccscsccccccccccccscccccccccccccccccccccccccsssssssscccccccscscccccccscccccccccscccccscccsccccccccccccsccscccccccccccsscccccccsscsssscccccsccscccsccsscsssssssssscccccccccccssccccccccccccscccccccccccscsscscccccccssssssccccccccccccccccccccccccccccccccccccccccssscccsccccccscscccccccccsccccsccccccscscccccccccccscssssscccccssccssscccscssssssssccssscsssssssssccsssccccccssscscccccccssscccccccscsccccscccccccccccccscccccccccccsssscssssscccscccccccsscccscccscccccccccccccccccssscsssscccccccccccccccccccccccccccccsccccccccccccccccccccccccccccccccccccccccccccccccccccccccccsccsccsscsssscccscccsssscccccccscsssssscsscssccccccccccscccccccsscccsscsssccccccccccscsssssccscccccccscccccccccccccccccscccccscccccsccscccscccccccscscssccccccsccscsssscccsscsccssscscccccccscccccccccsccscccscssccccccccccscccccsscccscccsssscccccccccccccsccccccccccccssscsssscccsscccccssccccccccccccssccscccsccscccccccsccccccscccccccccccccscsccccccccsccccsccccccccccccccccccssccsccccscccccscccccccccccccccccccccccccssccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccsccccccccccccccccccsccccccccccccsccccccc" />
      <circle
         style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1.03039;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         id="circle2172"
         cx="485.74554"
         cy="-710.36145"
         r="44.517548" />
      <circle
         style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         id="circle2174"
         cx="485.74554"
         cy="-710.36145"
         r="26.652601" />
      <path
         inkscape:connector-curvature="0"
         style="font-style:normal;font-weight:bold;font-size:144px;line-height:125%;font-family:Sans;-inkscape-font-specification:'Sans Bold';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.198258;stroke-opacity:1"
         d="m 500.19629,-717.97978 c -0.3175,0.5803 -0.6399,1.0527 -0.9683,1.4249 -0.3175,0.3614 -0.6677,0.6504 -1.0509,0.8693 -0.3722,0.2081 -0.7946,0.3581 -1.2654,0.4457 -0.4599,0.077 -0.9879,0.1156 -1.59,0.1155 -0.4442,0 -0.8435,-0.023 -1.194,-0.066 0,0 0,0 -0.01,0 -0.044,0 -0.1362,-0.018 -0.231,-0.033 -0.1,-0.016 -0.2021,-0.031 -0.3632,-0.061 -2.9522,-0.5463 -3.9313,1.5032 -4.1429,2.0687 -0.033,0.089 -0.049,0.143 -0.049,0.143 l -3.5872,10.0024 -2.2007,3.7413 h 4.396 c 1.8054,-4.0199 3.5412,-12.4135 5.3973,-13.155 0.4023,0.056 0.901,0.083 1.502,0.083 0.7883,0 1.4941,-0.094 2.1182,-0.2916 0.6241,-0.1971 1.1855,-0.5028 1.6891,-0.9189 0.5036,-0.4269 0.9593,-0.9716 1.3645,-1.6285 0.416,-0.6569 0.8106,-1.4461 1.1829,-2.3658 l -1.0014,-0.3741 z"
         id="path2176" />
      <path
         style="font-style:normal;font-weight:bold;font-size:144px;line-height:125%;font-family:Sans;-inkscape-font-specification:'Sans Bold';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.198258;stroke-opacity:1"
         d="m 500.19619,-717.97938 c -0.3175,0.5803 -0.6399,1.0521 -0.9683,1.4243 -0.3175,0.3613 -0.6678,0.6505 -1.051,0.8694 -0.092,0.052 -0.1872,0.099 -0.2855,0.1432 -10e-4,0 0,0 0,0 -0.1238,0.087 -0.283,0.1617 -0.4987,0.2131 -2.4881,0.5924 -4.1829,2.8098 -4.342,3.0243 0.072,-0.059 0.1448,-0.1078 0.2173,-0.1449 0.011,-0.01 0.022,-0.011 0.032,-0.016 0,0 0,0 0,0 0.013,-0.01 0.026,-0.011 0.038,-0.016 0.4023,0.056 0.9009,0.083 1.5019,0.083 0.7883,0 1.4941,-0.095 2.1182,-0.2924 0.6241,-0.1971 1.1849,-0.5019 1.6886,-0.918 0.5036,-0.427 0.9595,-0.972 1.3646,-1.6289 0.4161,-0.6569 0.8109,-1.4465 1.1831,-2.3662 l -1.0015,-0.3734 z"
         id="path2178"
         inkscape:connector-curvature="0" />
      <path
         inkscape:connector-curvature="0"
         style="font-style:normal;font-weight:bold;font-size:144px;line-height:125%;font-family:Sans;-inkscape-font-specification:'Sans Bold';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.198258;stroke-opacity:1"
         d="m 471.29499,-717.97978 c 0.3175,0.5803 0.6398,1.0527 0.9683,1.4249 0.3175,0.3614 0.6677,0.6504 1.0508,0.8693 0.3723,0.2081 0.7947,0.3581 1.2655,0.4457 0.4598,0.077 0.9878,0.1156 1.59,0.1155 0.4442,0 0.8434,-0.023 1.1939,-0.066 10e-4,0 0,0 0.01,0 0.044,0 0.1362,-0.018 0.2311,-0.033 0.1,-0.016 0.2021,-0.031 0.3631,-0.061 2.9523,-0.5463 3.9314,1.5032 4.1429,2.0687 0.033,0.089 0.05,0.143 0.05,0.143 l 3.5872,10.0024 2.2008,3.7413 h -4.396 c -1.8055,-4.0199 -3.5413,-12.4135 -5.3973,-13.155 -0.4023,0.056 -0.901,0.083 -1.502,0.083 -0.7884,0 -1.4942,-0.094 -2.1182,-0.2916 -0.6241,-0.1971 -1.1855,-0.5028 -1.6891,-0.9189 -0.5037,-0.4269 -0.9594,-0.9716 -1.3645,-1.6285 -0.416,-0.6569 -0.8106,-1.4461 -1.1829,-2.3658 l 1.0014,-0.3741 z"
         id="path2180" />
      <path
         style="font-style:normal;font-weight:bold;font-size:144px;line-height:125%;font-family:Sans;-inkscape-font-specification:'Sans Bold';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.198258;stroke-opacity:1"
         d="m 471.29529,-717.97938 -1.0016,0.3733 c 0.1163,0.2874 0.2348,0.5624 0.3555,0.8243 0.024,0.052 0.048,0.1038 0.072,0.1551 1e-4,0 -10e-5,0 0,0 0.024,0.051 0.049,0.1016 0.073,0.1517 0.01,0.017 0.017,0.033 0.025,0.05 0.041,0.083 0.081,0.1659 0.1227,0.2463 2e-4,0 6e-4,0 7e-4,0 0.025,0.048 0.049,0.095 0.074,0.1423 0.1001,0.1893 0.2015,0.3703 0.3043,0.543 0.026,0.043 0.051,0.085 0.077,0.127 0.01,0.016 0.02,0.033 0.03,0.049 0.016,0.026 0.033,0.051 0.049,0.077 0.025,0.041 0.05,0.082 0.076,0.1219 0.041,0.064 0.083,0.1266 0.1253,0.1884 0.011,0.016 0.021,0.031 0.032,0.047 0.027,0.039 0.053,0.077 0.08,0.1142 0.054,0.075 0.1083,0.1484 0.1637,0.2199 0.028,0.036 0.055,0.071 0.083,0.1057 0.056,0.07 0.1128,0.1376 0.1704,0.2037 0.044,0.05 0.088,0.099 0.133,0.1475 0.014,0.015 0.028,0.03 0.043,0.045 0.059,0.063 0.119,0.1234 0.1799,0.1824 0.03,0.029 0.06,0.058 0.091,0.087 0.031,0.029 0.062,0.057 0.093,0.084 0.031,0.028 0.062,0.054 0.094,0.081 0.094,0.078 0.1913,0.1522 0.2898,0.2224 0.2627,0.1874 0.5401,0.3474 0.8328,0.4799 0.037,0.017 0.073,0.033 0.1099,0.049 0.074,0.032 0.1496,0.061 0.2259,0.09 0.038,0.014 0.076,0.027 0.1142,0.04 0.038,0.013 0.078,0.026 0.1168,0.038 0.039,0.012 0.078,0.024 0.1176,0.036 0.079,0.023 0.1603,0.045 0.2421,0.065 0.041,0.01 0.082,0.019 0.1236,0.028 0.042,0.01 0.083,0.018 0.1253,0.026 0.043,0.01 0.085,0.016 0.1279,0.024 0.086,0.015 0.1726,0.029 0.2608,0.041 0.1324,0.018 0.2676,0.033 0.4057,0.044 0.092,0.01 0.1858,0.013 0.2805,0.018 0.095,0 0.1908,0.01 0.2881,0.01 0.049,0 0.097,0 0.1466,0 0.075,0 0.1488,0 0.2208,0 0.1438,0 0.2812,-0.01 0.4125,-0.01 0.065,0 0.1295,-0.01 0.1918,-0.01 0.062,0 0.1238,-0.01 0.1833,-0.012 0.1782,-0.013 0.3426,-0.029 0.4935,-0.05 0.013,0.01 0.026,0.01 0.038,0.016 0,0 0,0 0,0 0.011,0.01 0.022,0.01 0.032,0.016 0.073,0.037 0.1451,0.085 0.2173,0.1449 -0.1588,-0.2141 -1.8536,-2.4318 -4.342,-3.0243 -0.2157,-0.051 -0.3749,-0.126 -0.4986,-0.2131 -0.001,0 0,0 0,0 -0.098,-0.044 -0.1936,-0.092 -0.2856,-0.1432 -2e-4,-10e-5 -6e-4,1e-4 -7e-4,0 -0.024,-0.014 -0.047,-0.028 -0.071,-0.042 -2e-4,-1e-4 -6e-4,10e-5 -7e-4,0 -0.024,-0.014 -0.046,-0.029 -0.07,-0.043 -0.047,-0.03 -0.094,-0.06 -0.1398,-0.092 -0.023,-0.016 -0.045,-0.032 -0.068,-0.049 -0.046,-0.033 -0.09,-0.067 -0.1347,-0.1023 -0.022,-0.017 -0.044,-0.035 -0.066,-0.053 -0.022,-0.018 -0.044,-0.037 -0.066,-0.055 -0.022,-0.019 -0.043,-0.038 -0.064,-0.057 -0.1068,-0.096 -0.2106,-0.1984 -0.3111,-0.3085 -0.02,-0.022 -0.041,-0.045 -0.061,-0.067 -0.073,-0.083 -0.1457,-0.1707 -0.2182,-0.2634 -0.01,-0.012 -0.017,-0.023 -0.026,-0.035 -0.02,-0.026 -0.041,-0.053 -0.061,-0.08 -0.1015,-0.1361 -0.2022,-0.2826 -0.3026,-0.439 -0.04,-0.063 -0.08,-0.1268 -0.1202,-0.1926 -0.02,-0.033 -0.04,-0.066 -0.06,-0.1 -0.06,-0.1009 -0.1196,-0.206 -0.179,-0.3145 z"
         id="path2182"
         inkscape:connector-curvature="0" />
      <path
         id="path2184"
         style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.684014;stroke-opacity:1"
         d="m 485.74439,-748.24909 a 3.010934,3.010934 0 0 0 -3.0096,3.01117 3.010934,3.010934 0 0 0 3.0107,3.01067 3.010934,3.010934 0 0 0 3.0111,-3.01067 3.010934,3.010934 0 0 0 -3.0111,-3.01117 z m 0,70.37864 a 3.010934,3.010934 0 0 0 -3.0096,3.01119 3.010934,3.010934 0 0 0 3.0107,3.01067 3.010934,3.010934 0 0 0 3.0111,-3.01067 3.010934,3.010934 0 0 0 -3.0111,-3.01119 z" />
      <path
         id="path2186"
         style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.684014;stroke-opacity:1"
         d="m 447.54549,-710.04758 a 3.010934,3.010934 0 0 0 3.0111,3.0097 3.010934,3.010934 0 0 0 3.0107,-3.0107 3.010934,3.010934 0 0 0 -3.0107,-3.0112 3.010934,3.010934 0 0 0 -3.0111,3.0112 3.010934,3.010934 0 0 0 0,10e-4 z m 70.3786,0 a 3.010934,3.010934 0 0 0 3.0112,3.0097 3.010934,3.010934 0 0 0 3.0107,-3.0107 3.010934,3.010934 0 0 0 -3.0107,-3.0112 3.010934,3.010934 0 0 0 -3.0112,3.0112 3.010934,3.010934 0 0 0 0,10e-4 z" />
      <ellipse
         style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.8;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         id="ellipse2188"
         cx="840.3125"
         cy="-266.11917"
         rx="9.9423237"
         ry="3.0328312"
         transform="rotate(-45)" />
      <path
         style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.298401px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         d="m 588.95739,-857.63068 c 0,0 17.8989,-30.6347 56.9848,-28.4602 0,0 -33.6483,-3.1684 -56.9848,28.4602 z"
         id="path2190" />
      <path
         style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         d="m 583.86459,-838.24348 c 0.1179,0.2721 -0.1017,0.5661 -0.058,0.8252 0.1212,0.7269 0.3742,0.4511 -0.1118,1.0992 -0.024,0.032 -0.057,0.1555 -0.117,0.1754 -0.2153,0.072 -0.6045,0.06 -0.7016,0.3508 -0.081,0.243 0.062,0.5641 0,0.8129 -0.021,0.085 -0.096,0.1493 -0.1169,0.2339 -0.046,0.1829 -0.01,0.2461 -0.1131,0.3508 -0.037,0.037 0.013,0.2366 0,0.2885 -0.013,0.053 -0.1383,0.2552 -0.1754,0.2923 0,0 -0.1081,0 -0.1132,0 -0.032,0.016 0.012,0.073 0,0.1073 -0.014,0.041 -0.039,0.078 -0.058,0.1169 -0.058,0.1156 -0.1705,0.2443 -0.1514,0.285"
         id="path2192" />
      <path
         style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         d="m 585.33569,-837.33478 c 0.08,0.6833 0.1754,1.3409 0.1754,2.0289 0,0.1559 0.038,0.3165 0,0.4677 -0.057,0.2276 -0.1177,0.1786 -0.1754,0.3508 -0.012,0.037 0.017,0.081 0,0.1154 -0.096,0.1917 -0.013,-0.027 -0.1155,0.058 -0.029,0.024 0.017,0.1694 0,0.2042 -0.063,0.1264 -0.1438,0.1927 -0.1754,0.3508 -0.059,0.2933 0,0.6729 0,0.9674 0,0.056 -0.034,0.124 0,0.1689 0.062,0.081 0.098,0.4393 0.098,0.584"
         id="path2194" />
      <path
         style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         d="m 586.87329,-835.90498 c 0.01,0.1145 -0.01,0.2338 0.025,0.3436 0.031,0.099 0.2402,0.3134 0.2917,0.3508 0.061,0.044 0.082,0.2624 0.1061,0.3234 0.084,0.2097 0.2688,0.3661 0.3507,0.5847 0.1978,0.5274 -0.075,1.1538 0.058,1.6859 0.073,0.2917 0.5112,0.7318 0.5112,1.0429"
         id="path2196" />
      <path
         style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         d="m 587.90989,-837.26218 c -0.091,0.4855 0.089,0.8683 0.2338,1.3043 0.01,0.018 -0.017,0.05 0,0.059 0.034,0.017 0.088,-0.027 0.1155,0 0.027,0.028 -0.022,0.084 0,0.1169 0.1341,0.2012 0.9255,0.5034 1.1693,0.5847 0.052,0.017 0.065,0.1 0.1169,0.1169 0.2355,0.079 0.5252,-0.018 0.7546,0.059 0.1161,0.039 0.5641,0.6036 0.6216,0.7474 0.064,0.1591 0.1655,0.2139 0.2339,0.3508 0.096,0.1925 -0.045,0.5257 0.1124,0.6792 0.031,0.03 0.093,0.022 0.1169,0.058 0.01,0.01 0.1169,0.4572 0.1169,0.2401"
         id="path2198" />
      <path
         style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         d="m 572.24507,-617.59994 0.26658,-2.26373 -1.43007,0.9015 0.0275,0.35293 z"
         id="path2200"
         sodipodi:nodetypes="ccccc" />
    </g>
    <g
       id="g2240"
       transform="translate(0,592.66698)">
      <path
         id="path2204"
         style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         d="m 2039.0449,-3285.7539 -2.8476,4.2578 -7.3262,16.416 -0.4434,10.4688 3.1485,16.6133 3.5683,27.0918 -1.4375,15.1582 -3.3164,21.9296 -4.7695,11.7891 -11.3711,3.7305 -14.0352,0.1797 -12.5253,-4.7129 -7.711,-7.5528 -6.959,-7.1211 -8.7011,-4.4296 -12.7715,-6.3692 -8.9727,-6.0488 -8.6367,-8.1367 -5.3965,-3.8653 -8.5078,-4.3515 -2.7852,2.9687 -1.4941,11.8633 -5.3887,4.8223 -9.916,-13.7852 -5.3222,-14.8203 -5.9239,-8.3242 -10.6054,-8.4336 -6.7872,-7.7715 -3.0078,-6.8359 -4.205,-1.5411 -3.2911,11.4727 -1.3867,15.207 3.7832,31.7852 2.3203,41.8535 -0.705,23.2871 -0.2872,2.3203 4.0879,0.5606 -2.0312,-0.5176 0.9609,-2.4551 2.6407,-19.5547 -0.9141,-27.5996 -1.5723,-19.8144 4.459,-21.3203 3.8789,7.4902 7.1836,11.8105 4.5938,9.6582 9.4082,13.836 4.0156,3.5195 v 9.4844 l -1.9883,11.4785 -3.2812,14.9297 -2.6504,12.164 -7.5977,-0.9746 -8.6992,-0.9824 4.4473,0.6113 -19.1797,-2.289 -13.3672,-1.6582 -4.9004,-0.3067 -7.8106,-0.4336 -19.1816,-0.4843 -21.9141,0.1972 -26.4336,1.0079 -26.875,0.8828 -13.6484,0.7714 -13.8418,1.6075 -7.9433,-7.0664 -5.6622,-5.6465 -8.9336,-7.3867 -10.08,-7.0782 -10.4727,-4.8261 -9.5215,0.9375 -7.5449,3.2539 -7.3672,4.5468 -5.1972,5.5372 -4.3614,7.3613 -2.0761,7.8359 -0.2012,8.6563 -0.6328,5.2207 -21.7246,8.5254 -31.7989,12.7714 -20.2812,10.4532 -21.1563,11.9199 -29.4199,19.1484 -52.4512,38.0117 -35.1543,31.0782 -22.789,23.3222 -13.832,14.3985 -10.3614,11.7344 -6.0449,7.9531 -5.7031,7.2754 -13.5274,13.3379 -6.9765,6.5586 -4.3067,9.0957 -3.0996,11.3418 -0.5195,12.5117 1.2676,8.4336 2.6875,4.791 1.4902,5.4707 -4.8477,14.6445 0.7852,-1.4707 1.7656,-6.1758 2.8731,-6.9902 7.7383,4.2988 36.8242,33.7598 3.3906,9.5937 -1.5898,6.2266 -3.0196,18.8613 -0.3691,15.1817 1.1426,10.8086 2.1796,14.1289 c 0,0 1.6669,9.0238 1.7774,9.6015 0.1104,0.5776 0.2226,7.416 0.2226,7.4161 l -3.1816,6.2421 -3.293,2.5938 -7.2422,6.3769 -10.416,7.7774 c 0,0 -10.6092,8.0403 -10.5039,8.5781 0.1051,0.5379 -9.791,11.4609 -9.791,11.4609 l -7.8086,9.5118 -6.5078,9.5214 -3.9609,7.1758 -2.9532,-0.4707 0.2227,0.3985 -0.2187,5.0214 -12.252,15.6446 -9.0918,10.1347 -8.0059,7.7051 -11.5156,9.6856 -9.9863,12.3222 -3.9277,10.0821 0.2226,10.0722 2.7871,9.4961 6.2305,9.1875 8.1094,4.6328 13.4121,5.0704 13.75,3.4082 8.4218,4.2539 7.5997,5.3925 4.6308,5.9903 2.2656,5.7187 0.3711,5.8418 -2.332,6.2891 -5.0195,9.3769 -3.4844,6.9082 -2.8379,7.4239 0.8965,6.1093 3.9433,5.4903 10.5215,7.623 9.9981,5.7442 -1.9531,2.1718 -7.8086,10.2911 -2.6094,7.7617 3.3066,5.6289 9.8418,12.1426 5.6094,9.8964 1.5449,7.4551 -2.0254,9.4063 -7.4648,12.6504 -3.2266,12.2871 -23.3125,-2.1914 -30.1523,-9.3496 -2.6133,-3.9629 3.459,-4.0293 c 0,0 4.4811,-9.7294 4.039,-10.6739 -0.4419,-0.9449 -1.0781,-8.5781 -1.0781,-8.5781 l -5.4219,-7.7812 -9.3671,-10.9043 -1.6504,-5.7559 0.6621,-7.0976 -1.7676,-10.3301 -4.8008,-4.5684 -12.4551,-3.7715 -14.1464,0.3633 -11.1329,3.1934 -11.3535,4.5976 -7.8672,9.4825 -8.1914,10.4374 -3.4922,12.3594 6.2754,13.9571 9.8653,8.4394 7.8789,14.6348 9.914,10.332 10.9766,3.8731 14.5996,-1.5469 11.7129,-0.2227 37.4121,18.5352 28.6699,7.6152 1.4649,8.4981 5.1972,12.7304 2.584,10.377 -1.3261,18.0547 1.9804,13.8086 11.5879,13.3398 15.3008,11.4336 14.0176,9.7715 14.0742,2.6523 10.1113,-2.3086 11.6485,-6.2441 8.623,-5.2773 8.1699,-2.6485 12.6211,0.2207 8.4278,-2.123 4.9414,-3.5078 8.2461,-9.8438 7.83,-7.5527 15.6934,-7.6778 7.7031,-3.2304 11.25,-5.125 13.457,-4.6289 5.2364,2.9043 22.4258,11.2949 22.4375,17.3808 24.9101,25.0899 21.4317,27.916 25.4824,36.9922 27.1211,31.3457 37.4687,46.7266 20.5801,18.7324 28.6666,24.0209 18.6342,13.5845 30.3086,21.9317 0.1289,0.8164 h 700.4512 v -106.1309 l -14.7969,-5.1269 -18.4492,-7.4668 -12.0469,-4.2051 -19.041,-9.5566 -19.9336,-10.1504 -17.9239,-12.1582 -21.0918,-17.0996 -21.7949,-17.418 -16.4941,-10.8203 -22.959,-11.375 -25.1992,-11.3301 -28.4414,-11.2891 -33.3184,-13.414 -20.7734,-9.2324 -15.7748,-10.5995 -15.1129,-13.8308 c -14.3738,-15.7559 -23.2768,-25.7973 -38.3291,-42.1459 0.1925,-0.9633 0.3555,-1.5547 0.3555,-1.5547 l 14.8886,-6.332 20.1836,-8.8594 17.4473,-9.4024 9.7988,-6.9336 9.3652,-8.4218 6.9317,-8.4199 7.9687,-13.1719 4.4239,-13.6289 1.2441,-8.3321 0.8906,-11.7011 -3.6953,-10.0352 -4.5137,-7.9316 3.1114,-7.7325 3.3652,-6.8046 2.5391,-6.0157 4.5332,-11.6054 7.3398,-19.2754 2.9336,-6.75 15.7481,-0.3926 12.3964,-2.0156 12.5469,-7.0117 7.5078,-11.9844 2.1114,-9.4863 -1.3379,-12.4004 -3.5879,-8.7422 -13.1485,-15.1074 -8.4863,-9.5137 1.6953,-11.3711 3.6348,-15.5254 1.5371,-11.0781 1.4512,-16.0625 0.2207,-27.7012 -0.7989,-19.3164 -2.666,-30.2285 -3.5976,-36.0391 -4.4649,-23.8867 -4.83,-19.3203 c 0,0 -3.0941,-9.9083 -4.1758,-10.8906 -1.0821,-0.9819 -5.6192,-13.6993 -5.6192,-13.6993 l -3.2382,-12.8027 0.2851,-6.4238 11.2656,-15.7207 3.4063,-6 4.6269,-9.7617 1.545,-13.4707 -1.1993,-8.7227 -2.2441,-5.0703 -4.6719,-6.6074 -8.8242,-5.8204 -7.7363,-3.2792 -8.5352,-1.6114 -7.2929,0.4219 -9.25,1.0723 -5.75,-0.1153 -0.418,3.8262 -17.7871,-26.6328 -9.3887,-13.002 -8.1367,-10.6132 -5.1563,-6.752 -6.2148,-7.9531 -11.1738,-12.9278 -8.2032,-8.4375 -5.0547,-4.9335 -6.6074,-6.2422 -8.334,-6.6875 -10.4843,-7.7403 -8.2168,-5.7383 -12.67,-9.6796 -21.1152,-15.0723 -4.9219,-3.4492 2.002,1.209 17.4258,12.2011 20.8027,-3.4863 15.1875,-5.0547 6.1914,-2.332 2.252,4.9961 3.6621,4.6797 6.2129,4.6211 5.8769,0.8632 7.6387,1.6758 10.7734,-1.291 1.877,6.6992 2.0566,22.9199 -4.4785,18.9961 -0.5488,10.6602 8.6152,-15.832 3.7637,-11.3106 3.498,-14.9453 0.8828,-14.1894 -2.0332,-6.3204 8.3457,-1.8339 17.7911,0.3378 10.2519,2.0547 v 12.6172 l 0.127,22.4492 -1.1036,12.0762 -1.7753,11.3985 -2.877,12.8808 -1.7129,12.082 2.5528,14.0411 6.4082,18.875 2.6699,9.9921 3.7929,-0.8496 1.5411,-13.8496 -0.4063,-7.4648 1.9531,-12.3242 2.4375,-17.8457 1.2364,-15.959 0.3105,-12.0781 0.2188,-7.3399 1.3398,-11.0859 3.1328,-9.2891 1.1035,-7.5371 2.584,-7.8672 -0.2187,-5.3555 -0.4825,-12.8476 0.834,-11.2793 -2.7226,-2.8613 -7.6387,-0.3633 -5.8984,2.5801 -7.6446,1.9882 -7.5097,1.3438 -12.9805,2.3965 -14.1367,3.1621 -3.041,-8.9082 2.1289,-5.1289 6.0566,-6.9258 -2.7578,-5.6367 -5.2227,-1.5332 h -10.7578 l -11.375,1.9902 -6.5976,-0.8848 -2.3946,-9.1972 1.8965,-18.1211 5.4043,-6.4414 5.4024,-7.1446 1.7656,-6.6367 4.1797,-6.3652 8.2011,-10.5039 3.6836,-11.3164 5.9668,9.5156 12.7813,3.5176 6.209,-1.9727 -1.3574,-9.8086 -4.4825,-8.4883 -1.1191,-13.7168 4.3984,-13.5253 4.1582,-5.1836 5.2149,-2.209 10.5215,-4.8125 2.1425,-5.7012 0.6641,-8.9414 4.5781,-6.5332 8.961,-4.6074 10.2832,-2.209 3.6621,-4.2324 -0.2188,-8.7168 -3.1679,-6.6543 -7.0723,-2.541 -7.4785,4.8281 -7.0196,7.0137 -9.5312,5.4609 -8.7324,1.3223 -14.3223,1.0156 -12.5859,-3.293 -14.4766,-9.0957 -7.4785,-14.6972 -3.8555,-9.8008 -6.0586,2.0468 -7.1894,8.2696 -1.6367,4.7168 0.9003,10.5508 9.336,6.3144 6.8496,7.5918 v 11.2383 l -6.8418,-0.8653 -6.2051,-1.2832 -7.2207,0.6622 -7.6758,4.791 -9.3164,5.6113 -11.7265,6.3184 -7.3614,1.5449 -15.4277,1.7558 -11.1406,3.2325 -8.4785,8.2109 -7.4727,5.9883 -10.3828,-43.9434 -6.0313,-19.1679 -9.6543,-17.7188 -6.9804,-10.1777 z m -107.9785,110.4043 4.1367,2.4746 6.8262,4.9668 7.0137,5.0918 6.0449,5.3574 5.2441,5.8281 0.3594,4.4747 -6.791,-0.2188 -6.2832,1.5137 -5.6055,-0.6739 -19.1387,-21.6933 0.6622,-3.8926 z m -20.0273,30.1074 3.5449,1.9512 1.6797,4.9062 3.5781,5.5528 3.3359,6.3203 1.4219,8.3203 -5.9941,-0.3242 -4.3028,-0.7285 -8.1074,-0.4668 0.2109,-6.1407 1.3243,-8.3261 z m 123.3574,18.1719 18.6191,6.0195 2.6485,5.0879 -7.5528,-6.4824 -12.3203,-3.6836 -2.8691,0.4394 z m -13.8496,3.8047 -1.6172,0.6543 -8.1641,3.582 7.3516,-3.7656 z m -115.0039,3.6875 6.8925,0.7304 -5.1757,-0.2793 -1.7207,-0.4414 z m 104.0117,1.1679 -2.5918,1.4395 0.6016,-0.4199 z m -79.5,1.2481 0.1816,0.019 19.959,3.6836 3.3457,0.8985 z m 60,10.4492 -3.791,2.6191 -3.5742,-1.2949 1.8437,0.3907 z m 156.3359,6.2891 1.0703,1.1718 2.9707,5.8536 0.9727,8.9453 -1.541,3.9531 -3.5,-0.5488 -3.8067,-0.3125 -22.4824,-2.3125 0.6406,-3.1328 7.9903,-4.2676 6.666,-3.9531 6.9414,-4.4668 z m -79.8789,9.6758 0.291,0.7753 -0.6308,1.6309 z m -4.7715,12.4824 18.1993,11.2988 1.666,1.0059 -11.8243,-6.625 -8.3945,-5.1719 z m -730.3183,263.5195 -1.8242,6.2441 0.8711,-2.6406 z m -14.3809,47.1172 -1.4199,4.7734 -4.1172,19.2774 -2.2031,18.7343 0.08,12.1387 0.9394,-18.5039 3.0859,-20.1055 z m -6.3183,82.8125 0.2949,3.2441 1.1152,4.6172 -1.1894,-5.9863 z m 3.5097,16.5488 0.016,0.057 2.7891,8.1914 0.3359,0.6054 z"
         transform="scale(0.26458333)"
         sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccscccccsccccccccccccccccccccccccccccccccccccccccccccccscccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccscccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
      <path
         style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.298401px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         d="m 585.43869,-856.98908 c 0,0 -9.82,-26.8955 -43.3239,-37.8759 0,0 27.3354,6.9287 43.3239,37.8759 z"
         id="path2206" />
      <path
         style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.244396"
         d="m 588.54019,-858.88608 c -0.9849,0 -2.8007,0.3745 -3.6684,-0.1192 -0.8211,-0.4663 -2.2726,-0.9855 -2.7589,-1.7335 -2.3513,-0.8678 -2.6174,-2.9808 -3.8785,-4.415 -0.8182,-3.0094 -1.6696,-3.0194 -1.6696,-3.0194 -3.4876,0.1136 -5.0493,4.3938 -4.2819,7.3221 0.5134,1.9598 3.3018,1.717 4.1034,3.676 1.0632,2.5897 -0.7111,5.1988 0,7.8193 0.5426,1.9916 3.1479,1.5848 4.1988,3.423 1.6375,2.8704 0.8139,6.1844 1.9894,9.0424 0.7723,1.8751 4.5189,4.7829 6.457,2.7888 1.4468,-1.4899 -0.6404,-4.3001 -0.9825,-5.9659 -0.5963,-2.9067 0.4912,-4.6172 0.9752,-7.3319 -4.4847,2.5429 -1.0998,9.038 -0.2445,12.4642 -2.3706,0.7335 -5.4158,-0.7053 -5.7873,-3.4215 -0.1588,-1.169 0.5084,-2.2732 0.1491,-3.4216 -0.7797,-2.4877 -2.0212,-4.5539 -3.1601,-6.8431 -5.0785,0.325 -1.3784,-6.5933 -2.9719,-9.4615 -0.8822,-1.5861 -3.1306,-1.6074 -3.6268,-3.2471 2.4708,-0.4515 2.3658,-2.5273 3.6659,-4.1548 -0.2419,1.6047 0.6917,2.879 1.5911,4.1452 3.1527,4.44 11.1519,4.6207 15.7611,2.4401 1.8819,-0.8907 3.1112,-3.191 5.1323,-3.6526 -0.8969,1.7913 -0.9579,3.6496 1.2221,4.3992 v 0.2444 c -2.6126,0.4852 -5.653,0.9591 -6.6941,3.9104 -0.3568,1.0166 0.3251,2.7494 -0.3397,3.5222 -1.0582,1.2289 -3.226,1.1272 -4.2084,2.5876 1.481,-0.3607 4.5946,-1.2469 5.2886,-2.7024 0.8579,-1.7959 -0.5133,-3.1508 1.3907,-4.835 1.5127,-1.3391 4.514,-0.9717 5.5063,-2.529 1.107,-1.7381 0.086,-5.3662 -2.1899,-5.715 -1.7205,-0.2635 -3.419,2.5174 -4.6191,3.4315 -1.7719,1.3507 -3.6292,1.2516 -5.621,1.841 0,0 0.221,0.054 -0.7333,-0.4889 m -87.7383,32.2604 -6.3544,-0.9776 c 0.6401,-3.2898 1.361,-6.3803 1.2125,-9.7759 -0.187,-4.2686 -1.333,-8.513 0.01,-12.7086 l 4.8552,8.5867 1.7435,1.9224 c -0.1264,-1.8829 -1.5497,-2.6327 -2.4222,-4.1547 -0.781,-1.3623 -0.6562,-2.9868 -1.2703,-4.3992 -0.5072,-1.1665 -1.5835,-1.7323 -2.2347,-2.7583 -0.7566,-1.1919 0.1804,-2.8022 -1.6491,-3.1072 l -0.7323,8.5539 0.4879,13.1974 h -0.2444 c -0.3646,-4.6189 -0.3307,-9.3404 -0.7748,-13.9307 -0.4672,-4.8317 -1.2542,-8.9515 0.286,-13.6861 h 0.4888 c 0.9815,4.0938 5.4112,5.211 7.2688,8.7983 0.9923,1.9165 0.9544,5.066 2.9958,6.1098 l 0.2444,-0.9776 c -1.7987,-1.4258 -1.941,-5.037 -3.2428,-7.0873 -1.2379,-1.9494 -3.4824,-2.7228 -4.9495,-4.4221 -0.8192,-0.9489 -1.1241,-3.3132 -2.5547,-3.5009 -1.0519,-0.138 -1.19,1.0842 -1.4285,1.8129 -0.6143,1.8757 -0.8022,3.5086 -0.7249,5.4804 0.2422,6.2035 1.1599,12.2589 1.4043,18.4705 0.09,2.2695 -0.9945,5.5784 -0.2349,7.5763 -7.9448,-0.3412 -15.7052,-0.904 -23.6847,-0.4656 -3.5092,0.1929 -7.0186,0.077 -10.5308,0.2307 -1.53,0.067 -3.3813,0.6855 -4.8878,0.4295 -1.2484,-0.2122 -2.0265,-1.5469 -2.9366,-2.3027 -2.4336,-2.021 -6.6922,-6.643 -10.261,-5.968 -3.6386,0.6884 -6.9291,3.5765 -8.0203,7.0985 -0.3576,1.1538 0.09,2.836 -0.5404,3.8424 -0.8585,1.3708 -4.3925,2.2656 -5.8586,2.9245 -4.6908,2.1086 -9.6431,3.8062 -14.1751,6.2617 -16.5209,8.9507 -31.1018,20.9547 -43.89129,34.5862 -2.72209,2.9016 -5.06806,6.1561 -7.7838,9.0596 -2.44176,2.6106 -5.07782,4.0279 -6.50852,7.6019 -1.07779,2.6919 -1.16724,5.7441 -0.6677,8.554 0.20701,1.1633 1.33808,2.2227 1.14109,3.4215 -0.3578,2.1795 -1.49985,4.4561 -2.1172,6.5987 -2.3181,8.0477 -5.54855,16.2768 -6.13779,24.6841 -0.37294,5.3188 0.3209,10.7486 1.56708,15.8857 0.41254,1.7003 2.24943,3.7386 2.2702,5.3767 0.0223,1.7707 -2.26629,3.6582 -3.29129,4.888 -3.34921,4.0186 -9.88682,7.8989 -11.1154,13.1974 -0.60856,2.6254 1.11933,7.3613 3.50513,8.7952 4.53478,2.725 10.41838,1.7789 13.74145,6.8462 2.80812,4.2821 -4.75498,8.3992 -2.64877,12.705 0.5516,1.1279 1.79998,1.9894 2.79272,2.7099 1.0509,0.7629 2.23085,1.4243 3.42155,1.9373 -1.05017,1.4167 -2.95206,3.0513 -3.14099,4.8879 -0.21067,2.0491 1.66581,3.065 2.87094,4.3991 1.36739,1.5141 2.36869,3.8004 2.4051,5.8656 0.0516,2.9278 -3.24412,5.0321 -3.35703,8.0651 -4.9571,-0.3911 -9.01653,-1.833 -13.68621,-3.1772 v -0.7332 c 2.54563,-1.4444 2.4618,-5.9682 0.78573,-8.014 -1.07192,-1.309 -2.59182,-2.0385 -3.23093,-3.7171 -0.77522,-2.0352 0.48439,-4.5049 -1.12618,-6.2614 -1.18361,-1.2908 -2.88216,-1.4133 -4.49371,-1.6264 -5.11059,-0.676 -10.03818,1.5883 -13.13877,5.6886 -1.84214,2.4359 -2.96659,6.107 -1.08435,8.798 0.97567,1.393 2.50207,2.2778 3.49925,3.6659 2.07341,2.8913 3.22851,6.5352 7.30231,7.0411 1.89578,0.2371 4.86154,-1.0534 6.42396,-0.5328 3.38661,1.1218 6.55375,3.5121 9.95061,4.7804 1.74329,0.6501 3.5919,1.2415 5.37674,1.7694 0.76129,0.2249 1.95542,0.1834 2.54099,0.7748 0.59461,0.6012 0.64691,1.9967 0.92479,2.7861 0.40301,1.1462 1.22003,2.3242 1.40382,3.5242 0.38273,2.4977 -0.51934,5.1617 -0.13442,7.74 0.66891,4.4799 3.7075,5.912 6.98633,8.3218 2.4684,1.8159 4.36883,3.7515 7.58582,4.0594 3.77032,0.3617 6.36043,-2.6688 9.55341,-3.8786 2.39567,-0.9091 5.78413,-0.3959 8.01823,-1.7474 1.6763,-1.0143 2.3961,-3.1039 3.936,-4.2623 3.6958,-2.7837 9.6352,-5.1299 14.1744,-6.1808 0.1378,1.1145 4.7335,2.8302 5.8654,3.5853 5.0999,3.3996 9.6203,7.6667 13.6231,12.3005 8.4159,9.7441 14.5122,19.7288 22.653,29.6953 3.6036,4.4113 7.6616,9.0451 12.1145,12.6035 4.0853,3.2676 8.8245,7.2819 13.1975,10.1243 2.5192,1.6399 4.53457,3.7713 7.24027,5.052 -1.9254,-2.5711 -4.85017,-4.2113 -7.48477,-5.988 -5.7494,-3.8762 -11.8771,-8.7166 -16.6668,-13.8294 -9.8881,-10.5604 -16.61127,-20.63663 -25.14617,-32.24053 -6.0397,-8.2118 -14.87723,-18.15517 -24.90723,-21.54737 3.3025,-1.5372 7.0259,-2.1849 10.509,-3.1869 8.1375,-2.3414 16.3626,-4.1254 24.6841,-5.7238 3.9854,-0.765 7.9467,-1.5862 11.9754,-2.158 1.5236,-0.2151 3.0858,-0.8652 4.6436,-0.7112 2.6685,0.2639 4.2774,3.38 6.3638,4.7658 2.9951,1.9918 6.335,2.0064 9.8079,1.8403 2.2069,-0.1052 4.4089,-0.9826 6.5572,-1.4322 6.669,-1.398 13.3975,-2.6688 20.0404,-4.0277 2.5662,-0.5255 5.9438,-2.0774 8.554,-1.8281 4.2496,0.4082 8.5992,3.7467 12.7086,4.9661 7.3361,2.1801 14.038,1.9772 21.5069,1.3858 -1.1953,1.4493 -2.652,2.4464 -3.5895,4.1547 -1.7311,3.1552 -1.1564,8.5173 2.3685,10.3013 4.1709,2.1116 9.7163,2.0359 14.174,3.6294 v 0.2444 c -1.8501,0.4277 -3.5339,1.3271 -5.3766,1.7718 -1.64,0.3959 -3.4412,0.308 -4.888,1.3197 -2.7119,1.9015 -2.5229,7.6179 -0.5377,10.0545 1.1511,1.4127 3.3873,2.2534 4.9393,3.1747 3.8589,2.2901 7.4467,4.3136 11.7286,5.675 v 0.2444 c -3.6685,0.149 -9.0378,-0.5842 -12.1954,1.5812 -3.1454,2.1556 -2.1459,7.5861 -0.1662,10.1498 1.4102,1.8257 3.5412,1.7866 5.5184,2.5784 2.7519,1.0997 5.2521,3.1234 8.0652,4.0203 v 0.2444 c -2.0481,0.3812 -4.453,0.5695 -6.0587,2.0725 -3.3507,3.1404 -2.8253,8.8814 1.1707,11.1909 3.8053,2.1971 9.9372,-0.28353 13.1974,2.78607 -2.7812,0.056 -6.9213,0.039 -9.5094,1.0753 -0.6477,0.259 -3.2017,2.6493 -1.6766,3.2114 0.523,0.193 2.7177,-2.5906 3.8541,-2.769 5.4451,-0.8481 10.3331,-1.3784 15.6415,-3.1479 1.6667,-0.5548 4.712,-1.0655 5.1323,-3.0134 l -3.666,1.3589 -7.332,2.4342 -4.1547,-1.1951 -6.8431,-0.31757 v -0.2444 c 3.9544,-0.3129 8.593,-0.8359 12.4642,-1.6302 1.7524,-0.3592 3.5903,-1.7963 5.3768,-1.7646 1.1927,0.019 2.6371,-0.003 3.666,0.54737 4.1157,2.1922 5.7775,4.5922 4.888,9.3654 2.3412,-0.374 1.7546,-3.7002 1.1974,-5.3768 -1.2708,-3.815 -5.4353,-3.98117 -8.7738,-5.54037 4.5532,-3.2994 2.8399,-8.527 -0.5817,-12.0757 -2.2754,-2.3609 -7.4712,-4.3502 -10.6606,-5.0321 1.5128,-1.5568 3.7271,-2.0969 5.2496,-3.771 2.8522,-3.1308 3.9007,-11.0443 0.1174,-13.8768 -3.0574,-2.2901 -7.4711,-2.0384 -10.7436,-4.1035 2.3144,-0.9629 4.6067,-2.0871 6.1,-4.1767 2.7054,-3.7833 2.2852,-10.8097 -1.0093,-14.1261 -2.3706,-2.3829 -6.3861,-2.8864 -9.4899,-3.6929 2.246,-3.4093 4.49596,-6.42455 3.95586,-10.69895 2.42443,-1.03816 4.30828,-2.42173 5.29412,-1.48543 7.27017,7.83665 10.18269,12.48221 18.09713,17.35769 1.25287,0.55835 2.51722,1.09999 3.78944,1.62985 1.27223,0.52986 2.55234,1.04794 3.83673,1.55917 1.2844,0.51122 2.57308,1.0156 3.86246,1.51805 1.28938,0.50245 2.57945,1.00298 3.86662,1.50652 1.28718,0.50353 2.57145,1.01008 3.84924,1.52455 1.27779,0.51448 2.54908,1.03689 3.81029,1.57217 1.26121,0.53527 2.51234,1.08341 3.74978,1.64934 1.23745,0.56594 2.46123,1.14966 3.66773,1.75611 1.2065,0.60644 2.39573,1.23561 3.5641,1.89243 5.0566,2.8399 9.2993,7.09 13.9307,10.5481 6.4399,4.8122 13.0678,8.0993 20.5293,10.927 2.8814,1.0924 6.0097,2.7006 9.0426,3.2236 v -0.2444 c -8.9741,-3.055 -18.0878,-7.0826 -25.906,-12.4716 -5.5062,-3.793 -10.3331,-8.9302 -16.1302,-12.2442 -7.7498,-4.4309 -16.6459,-7.7376 -24.9284,-11.0517 -3.4265,-1.371 -7.046,-2.4904 -10.2647,-4.3136 -5.9388,-3.3653 -10.36512,-10.09099 -15.49992,-14.54879 -1.0412,-0.9042 -2.2044,-1.613 -3.0451,-2.7323 0.65827,-0.64455 1.34651,-0.60229 5.34762,-2.33901 8.2851,-3.5584 16.5603,-8.2435 18.9456,-17.5281 0.5205,-2.0246 1.0778,-5.0463 0.4937,-7.0875 -0.374,-1.3097 -1.9796,-2.5386 -1.9161,-3.9104 0.058,-1.3314 1.4713,-3.1774 2.0432,-4.3992 1.349,-2.8794 2.026,-6.2721 3.5804,-9.016 0.8822,-1.559 3.3434,-0.9411 4.8562,-1.0631 3.0133,-0.2432 6.716,-1.5419 7.9526,-4.5847 2.053,-5.0458 1.3417,-8.3706 -2.097,-12.4605 -0.914,-1.0851 -3.6145,-2.5493 -3.7342,-4.0213 -0.2078,-2.5366 1.0581,-5.652 1.3636,-8.2022 0.7039,-5.844 1.1536,-11.9488 0.7503,-17.841 -0.6329,-9.2237 -1.5372,-18.5961 -3.7025,-27.6168 -0.9483,-3.9617 -3.4827,-8.0081 -4.0399,-11.9756 -0.2175,-1.5532 1.9967,-3.6374 2.8007,-4.8877 1.9309,-3.0045 3.6806,-6.5792 2.9255,-10.2647 -0.6207,-3.0369 -3.9763,-5.4669 -6.76,-6.3411 -1.2049,-0.3784 -3.903,-0.05 -4.3234,-1.4931 -1.1047,-3.7805 0.6256,-8.6776 1.0754,-12.4508 0.3763,-3.138 0.022,-6.4114 0.391,-9.5314 0.3397,-2.867 1.4101,-5.5051 1.8891,-8.3095 0.4912,-2.8861 0.2322,-6.1124 0.2346,-9.0427 -3.1771,-1.0172 -4.3258,0.4191 -7.3319,1.045 -0.8821,0.1838 -1.7913,-0.1368 -2.6882,-0.016 -1.8966,0.2551 -3.6929,1.0172 -5.6212,1.1706 -0.1026,-0.6841 -0.721,-1.524 -0.5499,-2.1995 0.2957,-1.1719 1.7181,-1.5617 1.7181,-2.9326 0,-3.8949 -6.1979,-1.2644 -8.2557,-1.711 l -0.2444,0.9776 h 1.222 l -1.4664,1.7108 c -0.4595,-2.4616 -1.8526,-5.8372 -1.0852,-8.3095 0.4839,-1.5656 1.7035,-2.2648 2.5857,-3.501 0.677,-0.9468 0.6893,-2.3085 1.2514,-3.3421 0.8798,-1.6194 2.6175,-2.8746 3.1136,-4.6435 -1.3979,0.4264 -3.1796,2.4935 -3.4216,3.9103 l -1.5054,3.1554 -2.1606,2.2213 c -0.7698,-2.1868 -4.0667,-0.2229 -5.1322,0.7333 -0.1857,-1.0713 -0.9116,-1.324 -1.9552,-1.418 -1.3124,-0.1181 -2.7617,0.2585 -3.8884,-0.6054 -1.982,-1.5209 -2.3608,-4.8313 -4.9099,-5.553 0.6672,2.087 3.2065,6.0425 5.3352,6.8781 1.5911,0.6245 3.6953,0.2415 5.4183,0.6983 l -2.6884,4.6435 -4.4113,2.5856 -5.3963,2.8165 -3.4436,4.8347 -2.3902,-1.1724 -5.3767,-3.1989 v -0.2444 c 3.4558,-2.8096 -0.9155,-8.4962 -2.444,-11.2423 l 3.9104,-4.6434 c -2.0236,0.1512 -3.5257,2.6475 -4.6436,4.1547 -1.0619,-0.473 -4.7532,-1.0219 -5.2535,-1.9631 -0.6687,-1.2573 0.9366,-4.3818 1.3429,-5.6132 1.5292,-4.6331 2.8099,-9.6611 3.9106,-14.4194 h 0.4888 c 0.6956,2.9029 2.0844,5.6648 2.8472,8.5538 0.4571,1.7275 0.1103,3.8136 0.9899,5.3985 0.7332,1.3239 2.0113,3.2089 3.4948,3.6442 -0.6476,-1.6729 -2.2509,-2.7468 -2.901,-4.4087 -0.4081,-1.0408 -0.193,-2.102 -0.4032,-3.1686 -0.5206,-2.6551 -1.4689,-5.5382 -2.4313,-8.0641 -1.1445,-3.0048 -3.4125,-6.0427 -3.7987,-9.287 -0.3815,-3.2062 3.3959,-4.7201 2.9355,-7.8207 -0.7884,0.5506 -0.9808,1.4028 -1.492,2.1996 -0.8041,1.2526 -1.8881,2.3773 -2.122,3.9103 -0.4704,3.0845 1.8402,5.5693 1.5884,8.5539 -0.4469,5.299 -2.9633,11.3167 -4.5659,16.3745 -0.7846,2.4753 -0.7997,5.1898 -1.7179,7.5764 h -0.2444 l 3.6441,-22.4846 -2.1547,-15.1526 2.6652,-6.5987 c 1.1267,0.6864 1.5087,1.6875 2.3768,2.6118 0.6127,0.6522 1.4813,0.8017 2.0336,1.5573 4.2487,5.8154 3.3762,12.6975 5.6808,19.0486 0.5939,1.6421 1.5495,3.536 2.7838,4.7927 0.8651,0.881 2.1236,1.3155 2.8666,2.3366 1.2782,1.7521 -1.4296,4.8943 0.633,5.5793 l 0.9776,-2.1995 c -0.2004,-1.1985 0.027,-2.5882 -0.6696,-3.6564 -1.354,-2.077 -3.683,-3.0575 -4.8879,-5.3863 -1.7035,-3.2903 -1.6839,-6.7339 -2.4806,-10.2647 -0.831,-3.6884 -2.2436,-6.8939 -3.9116,-10.2646 -0.7667,-1.5489 -3.2066,-6.3054 -5.7703,-4.6356 -0.7611,0.4955 -1.4528,1.9071 -1.9103,2.6804 -2.1171,3.579 -0.6944,7.2934 -0.025,10.9979 0.8261,4.5724 1.0312,7.9267 0.1046,12.4641 -0.4059,1.988 -0.5922,5.4591 -2.4496,6.6618 -1.8781,1.2159 -6.7016,1.0099 -8.5275,-0.206 -1.6756,-1.1159 -2.7666,-2.9782 -4.4907,-4.0393 -2.7031,-1.6639 -5.4203,-2.6024 -7.9291,-4.6871 -1.3923,-1.1569 -3.8428,-3.9636 -5.6864,-4.1194 -2.4307,-0.2052 -1.3838,3.21 -2.1595,4.3518 -0.7639,1.1247 -2.0815,1.4148 -2.7463,2.7717 -1.0362,2.1145 -0.5405,4.3542 -0.7579,6.5985 -0.3139,3.2451 -1.4416,6.3213 -1.9135,9.5315 m 41.303,-41.7919 0.9776,1.4664 h -0.2444 l -0.7332,-1.4664 m 33.9712,0.9776 0.7331,1.7108 -1.4663,-0.9776 0.7332,-0.7332 m -3.1772,2.9328 c 0.2983,-0.304 0.5475,-0.6555 0.8505,-0.9547 1.8306,-1.8141 2.3877,1.5574 0.9679,2.7282 -0.7038,0.5806 -1.6252,0.3809 -1.7694,-0.555 -0.061,-0.3936 -0.022,-0.8198 -0.049,-1.2185 m 27.128,2.9328 c 3.2236,1.5902 -1.3247,3.3261 0,0 m -48.635,15.8857 v 0.2444 l 0.4889,0.4888 h 0.2444 l 3.182,-3.1803 9.0377,-1.8711 8.0652,-4.5942 3.4215,0.3586 c -1.0973,-1.8135 -3.8565,-1.225 -5.3767,-0.3029 -2.4464,1.4828 -4.0106,3.217 -6.8431,4.1533 -2.7446,0.9072 -5.8582,0.1271 -8.554,1.3375 -1.4956,0.6712 -2.5343,2.231 -3.6659,3.3659 m 29.0832,-9.5315 v 0.2444 l 3.4216,2.1996 c -0.4131,-1.7278 -1.7401,-2.366 -3.4216,-2.444 m 7.8207,2.9328 1.9553,-2.444 c -1.1878,0.4048 -2.0799,1.124 -1.9553,2.444 m -67.4534,19.3073 c -1.6848,0.06 -2.5862,-2.0654 -3.6877,-3.1356 -1.6319,-1.5849 -3.6887,-2.3723 -5.3287,-3.8588 -1.1963,-1.0843 -1.5396,-2.6184 -2.9591,-3.5147 0.1766,0.866 1.0125,1.7604 0.8732,2.663 -0.1525,0.9874 -1.5272,1.438 -2.0431,2.2477 -1.1213,1.7602 -1.8533,3.8945 -2.574,5.8428 -1.3604,3.679 -0.8953,7.3165 -1.779,10.9979 -0.8588,3.5777 -3.0667,6.6495 -5.2305,9.5315 h -0.2445 l 3.1736,-10.9978 2.3776,-12.4643 0.4923,-6.11 3.2417,-3.2328 0.7351,-4.0991 c 2.5229,0.6607 4.5468,3.186 6.5987,4.7022 2.4303,1.7961 5.448,2.7053 7.7789,4.5324 2.5351,1.987 3.9077,4.9309 6.2216,7.0484 1.2218,1.1181 6.1291,3.1689 6.1291,4.952 0,1.1808 -4.6642,3.7021 -5.7099,3.3506 -0.9906,-0.3329 -1.6753,-1.4751 -2.3624,-2.2013 -1.807,-1.9099 -4.5853,-3.8639 -5.703,-6.2541 m 36.9039,-1.4664 c 3.0477,4.3493 7.0313,-4.219 9.9739,-3.3135 1.8696,0.5749 1.6839,4.135 2.7372,5.4772 1.4052,1.787 4.8317,1.5023 6.8407,1.5023 l -5.8192,-1.8476 -2.7347,-5.9731 c 2.5001,0.1604 5.5844,-2.2235 6.5986,-4.3991 h 0.4889 c 0.694,3.5726 2.5026,3.9646 5.1323,5.8655 h 0.2445 l 0.4887,-0.9776 c -2.4342,-0.8888 -5.4452,-2.4068 -5.0175,-5.6221 0.1442,-1.1061 1.2,-2.1275 1.5959,-3.1761 -1.762,-0.2633 -3.9934,4.3959 -5.3767,5.5663 -1.7963,1.5187 -3.7563,1.3088 -5.6211,2.2795 -3.5511,1.8474 -5.2668,4.7037 -9.5315,4.6183 m -17.1077,-5.1322 c 1.2347,-0.3613 3.7351,-2.1923 4.1547,-3.4216 -1.9134,0.4386 -3.5012,1.5526 -4.1547,3.4216 m -29.572,-0.2445 c 2.7106,2.1287 5.7047,3.3162 7.3319,6.5987 l -4.3774,0.4422 -4.9097,-5.3301 v -0.4888 l 1.9552,-1.222 m -2.1996,2.444 -1.4663,1.222 0.7331,-1.4664 0.7332,0.2444 m 0.9776,1.222 c -0.5384,1.5563 -1.8628,3.1866 -3.1772,4.1548 -0.2358,-1.7998 1.2367,-4.1556 3.1772,-4.1548 m 25.9061,0 -0.7332,6.5987 c -2.8326,-0.6853 -6.4343,-3.4084 -7.5764,-6.1099 2.6232,0.4854 5.7874,0.4309 8.3096,-0.4888 m -1.222,10.2646 c -0.01,0.8354 0.019,2.1955 1.2308,2.0234 2.0505,-0.2908 0.9338,-3.3558 3.4129,-2.9071 3.8405,0.6945 5.2678,3.5977 6.4902,6.9936 0.3987,1.1074 0.998,3.6193 -0.2419,4.4449 -0.6814,0.4538 -1.7089,-0.1916 -2.3382,-0.478 -1.5108,-0.688 -5.4014,-2.9516 -6.8431,-1.5228 4.7526,0.388 8.9398,3.3276 12.953,5.6213 1.6962,0.9687 3.9275,1.8985 4.888,3.6657 1.3832,-0.091 2.5759,0.968 3.6659,1.7452 2.4611,1.7548 4.8024,3.7026 7.332,5.3547 10.5407,6.8798 18.4275,18.4317 25.1387,28.8264 1.7351,2.6854 3.5314,5.5686 4.6923,8.5539 0.3348,0.8593 1.2025,2.005 1.0729,2.9545 -0.2346,1.7369 -2.141,3.5885 -3.2212,4.8662 -3.1307,3.7092 -6.518,7.2708 -10.3208,10.2964 -10.6337,8.4594 -21.6023,14.9933 -35.2029,17.26 -6.5028,1.0839 -13.041,1.4232 -18.8186,-2.1392 0.342,2.1921 2.8263,2.4135 4.6436,2.7644 4.7015,0.9079 8.4121,1.0372 13.1974,0.2383 17.533,-2.9278 33.1255,-12.4848 44.9275,-25.7315 3.1575,-3.5423 6.9237,-7.7552 8.1114,-12.4643 0.5181,-2.0522 0.7821,-5.3777 -2.2044,-5.3767 v 0.4888 c 3.3849,1.1863 0.9067,6.1336 0,8.3095 h -0.7332 l -4.6436,-9.2871 c 2.5075,-0.01 4.805,-1.0135 7.3319,-0.296 8.3438,2.3675 7.7915,10.2366 3.6562,16.1818 -6.694,9.6234 -15.7122,17.6261 -21.5068,27.8612 -1.2636,2.2357 -2.8204,4.1731 -3.7492,6.5987 -1.9134,5.0028 -1.3514,10.717 0.4791,15.6414 1.6766,4.5062 6.9067,6.2084 10.6118,8.4598 6.4421,3.9133 12.9481,8.4852 18.3298,13.7796 1.8304,1.8007 4.3868,3.6645 5.3644,6.1106 3.0231,7.5639 -4.8318,12.7015 -11.4744,11.4867 l 2.444,-7.8207 c 2.5539,1.7997 2.488,3.7554 2.6883,6.5987 2.4097,-2.072 0.4498,-4.7506 -1.1511,-6.5987 -3.771,-4.3512 -8.9205,-7.3002 -13.757,-10.3118 -13.8525,-8.6233 -30.7941,-13.5291 -47.1687,-11.9698 -5.5467,0.5283 -13.7786,1.1967 -17.3522,6.1514 1.8211,0.1755 3.8562,-2.1565 5.6212,-2.8194 4.0937,-1.5375 8.61,-2.2433 12.953,-2.5356 19.9794,-1.3444 41.4326,6.1735 56.3115,19.5679 1.5935,1.4366 0.7674,2.8049 0.2981,4.6057 -0.9629,3.6871 -2.6932,7.1579 -3.9421,10.7534 -1.5714,4.5274 -3.7979,10.816 -7.0068,14.4282 -1.8819,2.1177 -4.2281,3.2517 -6.5572,4.7286 -7.6594,4.8576 -16.5652,7.7269 -25.6617,7.7269 1.0118,-3.7103 -2.0603,-9.0867 -5.3791,-10.8308 -2.2558,-1.1843 -5.3205,-1.3683 -7.8183,-1.3891 0.1767,-1.3737 0.5624,-2.7807 0.1897,-4.1547 -3.1796,-11.7265 -16.5332,-4.526 -24.6294,-5.3767 -1.1944,-4.0593 -6.0874,-4.1093 -8.3583,-7.333 -5.0156,-7.1195 3.906,-13.9425 7.3,-18.8175 -1.9061,0.9893 -3.3717,3.126 -4.8792,4.6531 -3.7872,3.8362 -7.2103,10.4213 -2.6505,15.5059 1.9207,2.1417 5.0226,2.6388 6.81,4.7741 1.1355,1.3562 1.6335,3.4525 2.0913,5.1277 1.1147,4.0787 2.793,9.0214 1.3002,13.1974 -1.3745,3.8444 -5.5086,6.127 -8.1894,9.0427 -1.9296,2.0994 -2.7119,6.5645 -4.9432,8.0431 -4.1135,2.7299 -11.1105,2.747 -15.8533,3.5926 -7.903,1.4101 -17.1647,5.89 -25.1729,3.1845 -3.3798,-1.1413 -4.8874,-4.4749 -8.065,-5.8044 -2.4721,-1.0338 -5.4926,-0.6208 -7.8208,-2.0432 -1.1037,-0.6745 -3.6427,-2.4097 -3.7806,-3.7954 -0.1597,-1.6082 1.4838,-3.6758 1.8433,-5.2741 0.827,-3.6709 -1.8853,-7.3647 -5.3945,-8.1678 0.2913,-6.6832 7.3604,-6.8176 11.7307,-9.8457 6.4358,-4.4593 9.0036,-11.8914 6.1943,-19.2375 -0.711,-1.8594 -2.1622,-3.7166 -3.2622,-5.3767 -1.6675,-2.5168 -3.9739,-6.0928 -7.0866,-6.8431 0.5751,1.9178 3.4587,3.3025 4.7252,4.8881 4.2061,5.2649 7.4837,12.0129 5.0507,18.8184 -6.113,-3.2031 -9.5055,-9.1571 -12.5214,-15.1527 -4.5,-8.9463 -8.4063,-18.0953 -12.7155,-27.1279 -9.8557,-20.6606 -25.0378,-36.9815 -45.6385,-46.9876 -8.75802,-4.2542 -18.87275,-7.4538 -28.34973,-9.7029 -2.42026,-0.5744 -9.17685,0.3436 -9.38238,-2.698 -0.0901,-1.3332 0.15543,-2.8484 0.41645,-4.1547 2.27998,-11.409 16.4809,-7.6531 24.11853,-5.1321 1.72393,0.569 3.48646,1.13 5.13211,1.9016 11.91682,5.5867 24.62062,11.8679 34.70362,20.4177 5.4142,4.5908 10.0472,10.4832 14.3923,16.0507 4.1123,5.2693 7.8647,9.979 11.026,15.8859 0.6388,-2.6015 -1.1956,-4.6167 -2.7116,-6.6205 -3.4516,-4.5632 -7.0838,-8.9701 -10.682,-13.4201 -4.2929,-5.3088 -9.0995,-10.5401 -14.4674,-14.7816 -6.6845,-5.2816 -14.5088,-9.117 -21.9963,-13.1205 -10.31394,-5.515 -20.88881,-9.9718 -32.7489,-9.735 1.9982,-4.7472 7.36246,-8.5883 10.68015,-12.4643 5.64605,-6.5962 12.441,-12.46717 19.38045,-17.61827 9.5051,-7.0553 19.2791,-13.7222 30.3055,-18.2145 5.4657,-2.2266 10.91918,-4.23511 16.75528,-5.26181 1.5373,-0.2706 4.43052,-0.87462 5.93212,-0.35432 1.5685,0.5435 2.9716,3.0449 3.9555,4.3007 2.9376,3.7492 5.7086,7.5052 8.3251,11.4866 6.6701,10.1501 12.7445,20.5892 16.9736,32.016 1.6507,4.4597 3.9111,10.8155 2.9218,15.6413 -0.6934,3.3835 -2.8844,5.5632 -4.7621,8.3096 2.0121,-0.5649 3.4797,-2.8458 4.3444,-4.6436 2.3773,-4.942 1.1364,-11.0221 -0.4277,-16.1301 -5.0771,-16.5814 -15.4906,-32.0094 -25.821,-45.7022 -2.569,-3.4052 -5.342,-6.8282 -8.6452,-9.5501 -1.421,-1.1709 -3.2032,-2.5402 -5.1324,-2.181 v 0.2444 c 2.4945,0.722 6.19006,2.74231 7.46246,5.12401 -3.25987,0.1835 -6.88814,0.79665 -10.05098,1.75627 -1.08662,-5.9528 3.25572,-10.43968 7.96532,-10.73488 1.4211,-0.09 3.1651,0.9727 4.3991,1.611 3.9892,2.0644 7.398,6.358 10.2734,9.7065 4.5947,5.3511 9.3672,10.3499 14.4105,15.2697 6.1854,6.0336 13.0982,11.6403 22.2402,10.3516 2.7502,-0.3875 5.3975,-2.221 7.8208,-3.4526 9.6423,-4.9013 16.6871,-13.4858 25.6616,-19.3862 2.7057,-1.779 5.3021,-4.4097 8.5539,-5.1131 m -23.2177,-8.5539 v 0.2445 l -3.666,3.9103 c -0.7164,-1.753 1.78,-4.9168 3.666,-4.1548 m -2.1996,6.3544 h -0.4888 c -0.418,-1.8247 0.5633,-2.76 1.7695,-4.0282 0.3357,-0.3531 0.9964,-1.241 1.5866,-0.9949 1.1179,0.4661 -0.9268,2.4305 -1.2595,2.8235 -0.5994,0.7085 -1.1447,1.395 -1.6078,2.1996 m 9.0427,-4.3992 c -1.8022,2.8844 -4.9488,8.004 -8.7983,7.0875 v -0.2444 c 2.5439,0.01 5.7174,-4.8393 7.0875,-6.8431 h 1.7108 m -4.6435,0.2445 c 1.561,1.5244 -1.3506,5.2412 -3.1638,5.744 -1.7482,0.4846 -0.185,-2.1661 0.1381,-2.5669 0.3402,-0.4226 0.7049,-0.8217 1.0705,-1.222 0.632,-0.6919 1.2114,-1.3864 1.9552,-1.9551 m 6.5986,0.2444 -4.8878,7.5762 5.6211,-6.8431 c 1.7996,1.2059 -2.4589,6.326 -3.9529,6.9402 -1.2142,0.4991 -2.8759,-0.1819 -4.1122,-0.3414 1.0162,-1.9613 4.9494,-7.5316 7.3318,-7.3319 m -25.743,0.4073 -0.081,0.1628 0.081,-0.1628 m 11.8124,-0.163 -0.2444,1.4664 c 1.7027,0.078 2.7798,3.3951 2.9328,4.8879 l -4.1548,-0.2444 c -0.3761,-2.1203 0.327,-4.1095 0.9776,-6.1099 h 0.4888 m 43.9915,1.9552 c 1.349,2.4205 3.2627,6.334 5.8654,7.5731 2.0164,0.9603 4.6924,0.3678 6.7405,0.5008 0.9947,0.065 2.0334,0.7584 3.0354,0.9688 -1.0924,-2.7248 -6.6794,-1.3804 -9.0427,-2.1346 -1.7817,-0.568 -2.8545,-2.7367 -3.7367,-4.2198 -0.6648,-1.1205 -1.354,-2.9557 -2.8619,-2.6883 m -27.1281,0.2444 c 0.1437,2.5261 -2.8429,6.3343 -5.3767,5.8655 0.7352,-1.8985 3.3944,-5.2841 5.3767,-5.8655 m -26.3948,18.5741 c 1.7425,-0.3519 2.8142,-1.9202 3.7696,-3.3187 2.3395,-3.4256 3.5478,-6.5627 4.051,-10.6118 6.8295,0.015 13.488,1.9142 20.0406,3.6659 -2.0066,3.7231 -7.8075,6.597 -10.9942,9.3594 -6.576,5.7003 -14.5257,12.7622 -23.7102,13.3475 -4.8852,0.3113 -8.6339,-1.7555 -12.4642,-4.4852 -6.2211,-4.4333 -11.5097,-10.0173 -16.4784,-15.7777 -2.2328,-2.5887 -4.8691,-4.9469 -6.7392,-7.8207 7.336,-0.579 14.6445,-0.6653 21.9957,-0.9872 4.5289,-0.1984 9.1681,-0.5374 13.6861,0.1938 2.5201,0.4079 5.0544,0.5878 7.5764,0.9716 0.9094,0.1382 2.3792,0.247 2.9249,1.1175 0.7119,1.1355 -0.2392,3.4683 -0.6914,4.5698 -1.1689,2.8481 -2.8259,6.7028 -2.9667,9.7758 m 28.1056,-16.6189 -2.1996,4.1547 c 0.8623,-0.6594 1.8682,-2.5469 2.9587,-2.7077 1.7616,-0.2595 -0.953,3.4841 -1.2479,3.9297 l -3.9103,-0.9775 c 0.7003,-1.6652 2.3637,-4.5698 4.3991,-4.3992 m 50.1012,1.9551 c -0.1734,1.3411 -0.8308,2.5237 -0.8845,3.9104 -0.044,1.11 0.5204,2.1152 0.7599,3.1771 0.6403,2.8658 0.4522,6.6518 3.5683,8.2034 2.0847,1.0387 5.4061,0.2286 7.5543,-0.2419 3.3483,-0.7331 6.3249,-0.847 9.5314,-2.0705 0.9067,-0.3461 2.2705,-0.7183 2.923,0.3214 0.4619,0.7392 -0.1369,1.7794 -0.1051,2.5859 0.066,1.6409 0.5206,3.2331 0.3128,4.888 -0.215,1.7435 -1.1217,3.3978 -1.4687,5.1321 -0.8702,4.3488 -0.655,8.8195 -1.0095,13.1977 -0.3788,4.7096 -1.3002,9.1591 -1.3857,13.9305 h -0.2444 c -1.0093,-3.0999 -2.9401,-6.2372 -3.155,-9.5314 -0.286,-4.3831 1.6031,-9.2549 1.911,-13.6862 0.22,-3.1579 -0.7356,-7.3435 0.5377,-10.2647 0.6892,-1.5795 2.3731,-1.8303 3.1503,-3.1772 -0.9996,0.3212 -2.2802,0.6535 -3.0526,1.4063 -0.501,0.4895 -0.5157,1.5844 -1.2072,1.8422 -0.6501,0.2428 -1.6814,-0.2605 -2.3388,-0.3748 -1.4933,-0.2594 -3.1332,-0.2946 -4.6436,-0.1435 -4.0546,0.4051 -11.6676,4.1364 -14.6174,-0.8554 -0.8432,-1.4251 0.018,-3.8756 -0.4596,-5.5407 -0.5009,-1.7426 -1.0508,-2.7683 -1.0092,-4.6435 0.037,-1.617 -1.4811,-2.6359 -1.2659,-4.1548 l 0.7331,0.2444 c 0.853,-2.9416 2.6834,-4.7367 5.8654,-4.1548 m -47.4129,0.9777 c 0.6683,1.7029 -0.7375,2.8677 -2.444,2.6883 0.3559,-1.2675 1.265,-2.1384 2.444,-2.6883 m -26.6392,71.1194 c -1.1379,-3.8327 -3.6886,-6.9622 -3.9688,-11.2423 -1.3241,-20.2292 14.6054,-36.8899 29.6304,-47.9973 3.6528,-2.7003 7.8621,-4.601 11.9755,-6.4606 1.6301,-0.7369 4.0203,-1.1634 5.3767,-2.2421 -1.9637,-0.908 -3.8747,0.2798 -5.6211,1.1778 -3.4804,1.7896 -6.9646,3.245 -10.2646,5.4018 -13.3654,8.735 -27.3575,22.7154 -30.8454,38.8781 -1.2715,5.893 -0.9291,10.7718 0.054,16.619 0.3244,1.9271 1.466,5.6136 3.6626,5.8656 m 66.7203,-66.7203 c 1.3026,1.4099 1.5202,3.0513 0.9776,4.8879 l -7.0876,-0.7332 v -0.2444 l 6.11,-3.9103 m 15.397,2.6884 -4.6436,6.3542 -1.2219,-0.9775 c 1.3245,-1.8978 3.5095,-4.9012 5.8655,-5.3767 m -2.6885,0.4887 -3.6659,4.1548 c -0.237,-1.8068 1.701,-4.5246 3.6659,-4.1548 m 3.666,0.4888 c 0.2347,1.7049 -3.3604,6.2392 -5.1323,5.6211 v -0.4887 l 5.1323,-5.1324 m -23.9509,0.7333 -0.2444,0.2443 0.2444,-0.2443 m -0.7331,0.4887 -2.444,2.444 2.444,-2.444 m 1.7108,0 0.2444,0.2444 -5.6212,6.3543 7.3319,-6.3543 0.2444,0.2444 c -1.1535,2.0531 -3.0256,3.7608 -4.6459,5.4554 -0.5842,0.6097 -1.2245,1.5588 -2.1972,1.31 -1.53,-0.3913 -1.2318,-1.635 -0.5133,-2.6107 1.3222,-1.7926 3.2725,-3.4658 5.1569,-4.6435 m 6.8431,0.2444 c -2.1434,3.6684 -5.7434,7.5113 -9.776,8.3095 -0.3372,-2.3391 4.9149,-7.2559 7.0876,-7.8207 l -5.8655,7.0875 c 2.6834,-1.8899 5.0957,-7.3855 8.5539,-7.5763 m 1.222,0.4888 c 0.4326,2.668 -4.5116,7.6549 -7.0876,7.8207 0.6721,-2.4692 4.7927,-6.7493 7.0876,-7.8207 m 0.7332,1.7108 v 3.4215 l -4.3992,1.7108 4.3992,-5.1323 m 12.4641,0.9776 0.4889,1.2219 h -1.7108 l 1.2219,-1.2219 m -12.4641,3.4216 c 0.787,4.3565 6.2369,4.509 9.7758,4.1547 l -0.2444,0.9775 c 0.589,0.5375 0.3201,1.0407 0,1.7108 0.9898,0.7134 0.6183,1.7015 0.7405,2.792 0.2957,2.6642 -0.6354,6.6041 -1.9625,8.9391 l -6.8431,-6.8302 -11.9754,-9.0556 4.6435,-0.5597 5.8656,-2.1286 m 22.7288,3.4214 -0.3519,13.4429 -1.7938,9.2861 3.1232,10.0202 c -3.3383,-4e-4 -3.7538,-2.1756 -5.4841,-4.6435 -2.7275,-3.8913 -5.7946,-7.4889 -8.6908,-11.2422 2.5833,-4.1372 5.4696,-12.4262 4.3991,-17.3522 3.0502,-0.3854 5.8143,-0.1933 8.7983,0.4887 m -10.7534,0.2445 -1.222,1.2219 -0.2445,-0.9775 1.4665,-0.2444 m 1.222,0 c 0.3299,1.4488 -1.1292,3.2434 -2.1996,4.1547 0.01,-1.8794 0.7919,-2.9369 2.1996,-4.1547 m -0.2444,3.1771 c -0.044,1.3604 -0.7699,2.7191 -1.9552,3.4216 0.019,-1.6187 0.6404,-2.4919 1.9552,-3.4216 m -0.7332,3.9103 -1.222,1.4664 0.7332,-1.4664 h 0.4888 m -1.0583,1.8739 -0.083,0.1627 0.083,-0.1627 m 0.08,1.5477 -0.9776,2.444 h -0.2444 l 1.222,-2.444 m -95.5591,7.7073 c -4.6421,1.0434 -3.0569,9.0928 1.9551,7.9676 4.8987,-1.0996 2.6229,-8.9962 -1.9551,-7.9676 m 0.2453,0.8083 c 3.547,-0.4534 5.3748,5.6939 1.4652,6.3376 -3.9931,0.6575 -4.9686,-5.8899 -1.4652,-6.3376 m -130.26444,33.5206 c 2.23745,3.1318 5.46764,5.5022 8.30948,8.0459 1.17873,1.0552 2.76388,1.9182 3.42082,3.4408 0.44749,1.037 -0.15299,2.1541 -0.36219,3.1771 -0.39323,1.9212 -0.70679,4.1443 -0.80797,6.11 -0.1442,2.8032 0.5929,5.7932 0.99957,8.5538 0.19284,1.309 0.76815,2.8297 0.37296,4.1548 -0.92089,3.0874 -5.44614,5.5652 -7.77793,7.5161 -3.5831,2.9978 -5.99847,6.7022 -8.55388,10.5693 h -0.48824 c -3.18056,-5.40274 -3.47118,-9.82 -3.67549,-16.3746 -0.3617,-8.4948 2.16854,-16.1684 4.71539,-24.1953 1.15967,-3.6557 1.90214,-7.4456 3.35924,-10.9979 h 0.48879 m 76.98509,47.6574 c -5.5774,1.6406 -11.0509,4.0556 -16.8633,4.9552 -1.4897,0.2304 -4.3706,1.2253 -5.7869,0.5185 -0.9574,-0.478 -0.111,-1.6965 0.229,-2.2965 1.0634,-1.8763 2.0478,-4.2995 3.6829,-5.7605 1.0363,-0.926 2.7814,-0.904 4.0744,-1.2366 2.7388,-0.7041 8.3272,-2.4066 9.7759,-4.9783 l -6.5987,3.3452 -7.0232,1.6189 -1.7628,2.3678 -3.9226,6.5986 c -2.8333,0.1295 -5.7453,1.1719 -8.554,1.6409 -7.7811,1.2999 -15.55729,2.9013 -23.21768,4.8051 -3.92721,0.9761 -10.58995,3.7324 -14.59414,2.062 -3.11875,-1.3014 -5.76165,-3.8857 -8.06509,-6.2874 -0.67552,-0.7046 -2.08373,-1.6147 -2.00454,-2.7093 0.10607,-1.4669 1.68731,-2.9874 2.45765,-4.1548 2.13089,-3.2295 4.51449,-5.7441 7.54232,-8.1628 2.01505,-1.6097 5.0683,-3.4551 6.37656,-5.7299 0.49857,-0.8666 7.3e-4,-2.0627 -0.16301,-2.9707 -0.37881,-2.1006 -0.74126,-4.2371 -1.01156,-6.3543 -0.80113,-6.2778 0.56505,-13.0203 3.03907,-18.8185 0.61001,-1.4297 1.38084,-4.4525 2.68323,-5.3665 1.0145,-0.7117 3.45993,0.6696 4.4727,1.037 4.28862,1.5551 8.55699,3.2253 12.70839,5.1191 14.023,6.3973 26.2596,15.2714 35.169,28.0491 2.8263,4.0532 5.8714,7.8904 7.3564,12.7087 m 167.9005,-45.7022 c 2.1715,9.3551 3.2703,7.8346 2.9328,8.7983 h 0.2444 c 2.4073,7.5765 2.9621,15.1478 3.7075,22.9733 0.9946,10.448 2.2997,22.6536 -1.5079,32.7492 -4.1328,-1.8933 -7.5178,-5.881 -11.2521,-8.4669 -4.8659,-3.3702 -11.1176,-5.2856 -14.7689,-10.1073 -1.7279,-2.2834 -2.2484,-5.7863 -2.3388,-8.5539 -0.3031,-9.5334 6.0365,-17.5059 11.9192,-24.4399 1.5935,-1.8801 2.8716,-3.9927 4.465,-5.8653 2.0115,-2.3633 4.3919,-4.491 6.11,-7.0875 h 0.4888 m -227.77782,18.8186 c 0.17841,2.6309 1.4241,5.9801 4.64353,6.0383 1.35348,0.024 2.56666,-1.1953 3.66589,-1.8484 2.38985,-1.4195 5.0972,-2.9543 7.8205,-3.6182 7.133,-1.7387 13.8058,2.431 20.0409,5.0494 0.089,-2.3933 -3.229,-5.1431 -4.7125,-6.8429 -2.1047,-2.4119 -5.1921,-5.8014 -8.4852,-6.5019 -2.2771,-0.4842 -5.6576,0.5709 -7.8208,1.2452 -5.55109,1.7311 -10.24239,3.3761 -15.15232,6.4785 m 33.97122,3.4216 c -5.933,-2.0203 -11.9318,-5.2879 -18.3301,-3.4837 -2.8587,0.806 -5.7432,2.3178 -8.30898,3.7945 -1.55656,0.8955 -2.99312,2.0217 -4.634,0.611 -3.32379,-2.8582 -0.8896,-5.352 2.1898,-6.8142 4.62831,-2.1977 13.40588,-5.7705 18.57388,-4.2137 2.93,0.8825 5.5117,3.7241 7.4359,5.9513 1.111,1.2863 2.5182,2.5182 3.0735,4.1548 m -27.86131,7.5763 h 2.19951 c -1.05671,1.7442 -3.11892,6.3997 -2.19951,8.3094 l 1.22199,-0.2444 c -0.002,2.7688 0.0281,4.8662 1.46632,7.3319 h -1.46632 c -0.19478,1.9946 1.55139,4.2437 3.42141,4.888 l 0.24439,-0.2444 -2.4439,-3.666 c 3.84886,0.3752 7.98812,-1.3254 11.48652,-2.7375 1.3664,-0.5514 3.3414,-1.1834 3.9104,-2.6392 -3.9124,-1.2514 -7.351,-3.3524 -11.48673,-3.8405 -1.16471,-0.1376 -4.1215,0.4309 -4.87743,-0.6733 -0.87054,-1.2716 0.6982,-5.571 1.99684,-6.1913 0.76739,-0.3666 2.0858,-0.01 2.88059,0.1491 2.93223,0.5838 6.42693,2.2756 8.61403,4.3283 1.4813,1.39 2.5185,3.2422 4.0947,4.5169 0.1995,-1.7423 -1.5967,-3.2055 -2.7016,-4.3989 -2.8045,-3.0295 -7.2349,-4.8131 -11.22911,-5.4833 -1.64882,-0.2766 -3.83899,-0.7256 -5.1321,0.5952 m 178.16521,5.6211 c -0.052,1.2317 -0.6427,2.2075 -0.034,3.4252 1.4004,2.8056 5.5869,3.4125 7.2586,0.4631 1.6399,-2.8988 -0.4497,-5.5586 -3.5585,-5.5534 -1.415,0 -2.5245,0.9614 -3.6659,1.6651 m 3.1771,-0.6369 c 3.5243,-0.6342 5.0225,4.7173 1.4665,5.4566 -3.9153,0.8139 -5.5699,-4.7181 -1.4665,-5.4566 m -176.69901,3.1622 0.0813,0.081 c -0.12045,0.04 -0.27028,-0.081 -0.0813,-0.081 m 11.48661,3.3402 c -2.4296,2.2726 -7.0531,3.2597 -10.26472,3.6659 0.0674,-1.0084 2.22502,-4.5277 0.48879,-4.6436 l 0.24443,-1.9551 -1.22193,0.7332 c 1.95363,-3.1679 8.49053,0.8789 10.75343,2.1996 m -15.64117,-2.9328 0.48879,0.4888 -0.48879,-0.4888 m 4.15456,3.9104 -0.9775,2.1996 0.9775,-2.1996 m 40.59311,0.2522 c -2.2106,1.1775 -0.3957,4.0098 1.6734,2.8811 2.0056,-1.0939 0.1872,-3.8724 -1.6734,-2.8811 m -39.61561,0.2366 c -0.23628,0.9773 -0.17375,1.8517 -1.22191,2.1995 l 1.22191,-2.1995 m 39.94311,0.3966 c 1.0641,-0.4854 2.1209,1.1149 1.0099,1.6985 -1.052,0.5529 -2.1256,-1.1899 -1.0099,-1.6985 m -44.01624,1.4771 0.0813,0.1628 -0.0813,-0.1628 m 35.13494,0.3363 c -1.8849,0.97 -0.7056,3.5587 1.1845,2.6244 1.7579,-0.8689 0.5716,-3.5281 -1.1845,-2.6244 m 0.7092,0.5289 c 0.8595,0 0.6262,1.5881 -0.1921,1.4351 -0.7051,-0.132 -0.4941,-1.4351 0.1921,-1.4351 m 16.8642,0.6826 c -0.3802,4.6481 -3.0553,9.7172 -4.8734,13.9306 -7.6025,17.6176 -21.1789,31.7645 -34.7191,44.9727 -3.8249,3.7309 -7.7411,7.2634 -11.72722,10.8182 -2.00128,1.7841 -3.89975,4.0839 -6.3579,5.2496 -4.74349,2.2534 -11.47613,0.2713 -16.13018,-1.1633 l 0.2444,-4.888 2.19957,-1.4663 c -0.63544,0.242 -1.44121,0.8065 -2.14581,0.5621 -1.01718,-0.3495 -1.32194,-2.1319 -1.90116,-2.9362 -2.06735,-2.8718 -4.5729,-3.6461 -1.9344,-7.1574 0.44114,-0.5868 0.88325,-1.3791 1.592,-1.6782 0.95021,-0.4014 2.31493,0.5313 3.16738,0.9111 2.61407,1.165 5.33863,2.26122 8.25966,2.51642 -0.78769,-1.5011 -3.15372,-0.85282 -4.59371,-1.57092 -3.36509,-1.6783 -7.30844,-2.9714 -10.33089,-5.2369 -1.01425,-0.7605 -2.46156,-1.681 -2.72649,-3.0102 -0.29425,-1.4781 0.86541,-3.042 1.32634,-4.3955 l 3.67206,3.5403 6.837,5.0136 -4.57388,-3.7882 -5.20199,-5.4989 c 0.41694,-1.4585 1.34247,-2.8514 1.40211,-4.3991 0.14932,-3.8808 -4.09145,-5.9081 -7.02323,-7.3319 v -0.2444 c 1.79998,-0.5309 5.68002,-0.7547 7.3319,0.1928 1.44536,0.8292 2.52804,3.706 4.15474,3.2287 -2.55419,-3.5877 -4.58537,-7.076 -9.77587,-6.4963 -1.65627,0.185 -2.28926,1.7435 -3.68794,2.2624 -1.29555,0.4805 -4.68118,-0.6929 -5.81787,-1.3843 -2.70449,-1.6447 -3.95311,-6.5642 -2.62261,-9.29 1.51281,-3.0995 4.3004,-4.8078 6.64807,-7.1581 2.74165,-2.7454 5.06855,-5.9037 7.43553,-8.9721 h 0.24439 c 2.56177,2.9103 6.65933,7.4996 10.50906,8.5517 4.72101,1.2902 10.58409,-1.2031 15.1526,-2.1937 10.43744,-2.2634 20.93544,-4.9317 31.52724,-6.358 0.9129,1.4029 4.6544,0.2782 6.11,0 6.0534,-1.1567 12.735,-2.4745 18.3296,-5.1323 m 0.9777,1.7108 c 1.3097,3.5295 3.7024,6.8013 5.2636,10.2646 3.8797,8.6063 7.5371,17.6445 12.5565,25.6617 1.7291,2.7619 3.9674,6.0265 6.4201,8.187 0.8146,0.7173 3.174,1.8748 3.2026,3.0658 0.049,2.0414 -3.4269,4.7579 -4.9583,5.7035 -4.9975,3.086 -12.0698,3.6773 -12.2198,10.9049 -13.1969,-0.01 -25.615,2.6908 -38.3704,6.0513 -6.8578,1.8036 -13.5672,3.3336 -20.5296,4.6533 -3.73131,0.7087 -8.16382,1.8623 -11.97519,1.5152 -0.8967,1.0412 -3.11142,0.9165 -4.3989,0.9997 -4.12151,0.259 -8.62305,0.7356 -12.70887,-0.022 0.24367,-1.0534 0.61148,-3.1283 1.74304,-3.5854 0.9595,-0.3861 2.89267,0.4913 3.87808,0.7039 2.67175,0.5768 5.5703,1.024 8.30949,0.9165 1.51868,-0.058 5.79881,-1.6594 6.35431,0.01 1.8034,-0.4496 4.20915,-1.62199 4.98408,-3.28389 l -4.73968,2.30639 c 2.1656,-3.248 5.62297,-5.6016 8.48394,-8.1898 4.6254,-4.1877 9.3392,-8.4191 13.7525,-12.832 15.0171,-15.016 28.4921,-32.4349 34.4636,-53.0305 h 0.4889 m 0.56943,6.92393 c -1.8697,3.9509 -3.1919,8.0978 -5.2518,11.9754 -1.2224,2.3015 -3.5183,4.6846 -3.7908,7.3319 h 0.2445 c 2.6389,-4.6306 5.4082,-8.9594 7.4303,-13.9305 0.6081,-1.4951 2.1436,-3.7954 1.3678,-5.3768 m -79.26528,10.91707 c 0.46509,1.363 1.13327,2.5467 2.24137,3.4998 3.25829,2.8035 12.0468,5.2909 7.15373,11.0941 -1.5287,1.813 -4.9114,1.8061 -5.97354,3.4915 4.21779,-0.088 10.80331,-4.5749 7.81849,-9.5305 -1.55412,-2.5801 -5.2103,-3.6853 -7.57043,-5.3865 -1.23885,-0.893 -2.17831,-2.9121 -3.66962,-3.1684 m 69.73388,8.63463 -1.2219,2.444 c 0.7558,-0.6269 1.494,-1.4195 1.2219,-2.444 m -2.6883,4.3992 -2.9329,4.3991 c 1.2907,-0.5641 3.2173,-2.9408 2.9329,-4.3991 m -6.1099,8.7983 -9.2872,9.2871 -3.666,4.1547 c 3.8488,-1.5468 7.149,-6.4017 10.0202,-9.2871 1.0297,-1.0347 2.8543,-2.6146 2.933,-4.1547 m 48.06537,12.38347 0.2444,0.9775 19.063,-3.0364 22.24,-4.051 c -1.0035,-0.9109 -2.2104,-0.4258 -3.4216,-0.1283 -2.3322,0.5726 -4.728,0.847 -7.0874,1.3021 -10.3001,1.9869 -20.7596,2.9699 -31.0384,4.9361 m 60.1216,8.5539 -2.9328,-11.7311 c 4.0037,-0.316 7.9911,-0.8637 11.9755,-1.2638 3.0704,-0.3081 5.5062,-0.9421 8.065,1.3088 5.5283,4.8625 1.9655,11.5558 -1.1242,16.8182 -1.2663,2.1558 -3.4648,5.4551 -6.2076,5.8021 -4.2098,0.5304 -9.2637,-4.1865 -8.0388,-8.4912 0.8721,-3.0648 3.8734,-5.6588 5.5823,-8.3086 0.4563,-0.7072 3.5689,-5.0712 1.9645,-5.7157 -0.6797,-0.273 -1.2919,2.9555 -1.6135,3.5161 -1.5845,2.7613 -4.1663,8.0527 -7.6704,8.0652 m -138.73699,8.63463 c 1.97502,-0.3984 3.49632,-2.4441 4.92952,-3.7731 3.5486,-3.292 8.9424,-6.5373 11.201,-10.8907 -2.0489,0.5735 -3.4091,2.7284 -4.8882,4.1452 -3.3593,3.217 -9.0383,6.3894 -11.24232,10.5186 m -54.82533,4.31837 2.52437,-3.6122 2.36357,0.1906 c 0.37367,2.422 3.25536,3.1845 5.13233,4.2574 5.98919,3.424 14.20091,4.1157 21.02178,3.8297 11.63401,-0.4863 23.59747,-2.1165 34.94487,-4.8855 10.0037,-2.4415 20.2666,-6.5034 30.5499,-7.3783 5.1866,-0.4427 9.8966,-1.6839 15.1562,-1.2389 2.5386,0.2149 4.8262,-0.1412 6.2546,2.4877 0.97,1.7842 1.2149,7.2171 -1.193,8.246 -0.7279,0.3104 -1.7128,-0.4448 -2.3768,-0.6868 -2.0325,-0.7478 -3.9214,-1.4516 -6.11,-1.4541 -6.6261,-0.01 -13.1141,2.1335 -19.5517,3.4215 -14.4201,2.8839 -28.8011,6.347 -43.50273,7.3539 -5.18219,0.3544 -10.42157,1.2269 -15.64139,0.6697 -6.56816,-0.7038 -12.61405,-2.3756 -18.57415,-5.2815 -2.09619,-1.0215 -4.14863,-2.2386 -6.10991,-3.4973 -0.65572,-0.4204 -1.57025,-1.4395 -2.40316,-1.4052 -1.50426,0.064 1.42337,2.3511 1.66997,2.6493 -2.93912,0.7086 -6.45379,0.6476 -8.51127,-1.8746 -1.21844,-1.4909 -1.728,-3.4631 -3.00536,-4.8978 -2.09772,-2.3559 -4.90111,-3.7563 -3.78457,-7.4063 1.6905,-5.5261 7.11073,-9.1337 12.85723,-8.5845 1.42361,0.1359 3.26074,0.3451 4.36297,1.3525 1.6575,1.5153 0.17792,4.3303 1.221,6.1881 1.6663,2.9682 5.6226,4.628 3.84632,8.6238 -2.82669,6.3592 -7.29133,-5.7631 -10.24145,-0.7112 -0.26248,0.4497 -0.49172,0.9556 -0.66964,1.4444 -0.26713,0.7332 -0.26419,1.4322 -0.22998,2.1996 m 262.97092,-19.3074 c 2.9377,3.7158 1.591,7.8525 0.1319,11.9755 -2.8789,8.1311 -12.3175,12.4813 -19.9279,15.3188 -2.3341,0.87 -5.543,2.3217 -8.0652,2.285 -1.2146,-0.017 -2.202,-1.2488 -3.1772,-1.8476 -1.8476,-1.1389 -4.0375,-2.0969 -6.1099,-2.7324 -1.2856,-0.3959 -2.6468,-1.3148 -3.4215,0.1736 3.7368,1.0191 11.7774,3.1307 12.1367,7.9014 0.1882,2.483 -1.8476,4.2549 -2.1164,6.518 -2.3438,2.0774 -4.5825,3.5315 -7.332,5.1006 -1.9185,1.0948 -3.8101,2.026 -5.8654,2.8521 -1.508,0.606 -3.5306,1.5959 -5.2023,1.1633 -3.9835,-1.0289 -4.1255,-6.474 -2.4413,-9.3604 2.3738,-4.0692 7.6802,-4.8781 11.5539,-6.8871 1.2292,-0.6379 4.9588,-2.3926 4.1449,-4.2916 -0.347,-0.8139 -2.202,2.0041 -2.9231,2.4562 -3.0035,1.8867 -6.8014,2.8716 -10.0201,0.9018 3.4387,-1.3002 5.103,-3.8321 7.4028,-6.5987 2.219,-2.6713 4.7559,-5.3303 5.5502,-8.7983 11.2031,0 24.0878,-4.8527 32.5049,-12.2648 1.322,-1.1636 2.043,-2.6099 3.177,-3.8654 m -56.2111,16.8634 c 0.9401,-1.3759 2.2581,-2.4929 3.125,-3.9104 1.537,-2.5146 2.4021,-5.6362 4.051,-8.0289 0.8075,-1.1714 2.3921,-0.7168 3.5774,-0.5432 3.7857,0.5545 5.9681,1.8529 7.9868,5.1956 3.5413,5.862 -1.6986,10.9479 -4.9514,15.3545 -2.4049,3.2602 -6.3727,7.1167 -10.8345,4.7168 -2.2532,-1.2122 -3.8124,-5.0956 -2.4105,-7.3857 2.4193,-3.9543 7.3376,-6.3177 10.1998,-10.0447 1.1535,-1.503 2.4439,-3.4396 1.8989,-5.4259 -0.1832,-0.6612 -0.7576,-1.7273 -1.5837,-1.6598 -0.5987,0.049 -0.3372,0.6869 -0.2052,1.0207 0.76,1.9071 0.7331,3.3535 -0.4522,5.0899 -1.1999,1.7572 -3.6686,5.0199 -5.758,5.6431 -1.4261,0.4253 -3.1728,-0.091 -4.6434,-0.022 m -213.60292,-2.444 c 1.64111,-0.5156 2.37998,-3.3404 3.53519,-4.618 2.01823,-2.2326 4.0235,-2.4227 6.72947,-2.9582 v -0.7332 c -4.50839,-1.0705 -9.96785,3.8424 -10.26466,8.3094 m 201.87172,-7.5762 c -0.5966,1.4351 -1.2868,2.7892 -1.0011,4.3991 0.7985,4.4993 6.6479,8.4512 11.0214,6.5987 l 0.2444,0.7332 4.3991,-0.2444 v 0.2444 c -7.2025,1.4786 -13.9035,0.9092 -20.2849,-2.9327 v -0.4888 c 1.5432,-1.178 2.6746,-2.6248 3.4714,-4.3992 0.7296,-1.6242 0.4436,-2.9667 2.1497,-3.9103 m -126.1088,15.3969 c 7.4575,0 15.6418,-2.3954 22.8938,-4.199 7.976,-1.9821 15.536,-3.5532 23.7861,-1.6665 l 0.2445,-0.2444 v -0.4887 c -5.2343,-2.1386 -11.2639,-1.6525 -16.4544,-0.3914 -5.9684,1.4492 -11.9708,2.8618 -18.0854,3.6024 -2.8551,0.347 -5.6203,1.8308 -8.4742,2.1535 -1.347,0.1515 -2.9362,0.2272 -3.9104,1.2341 m 138.8175,-2.4439 c -0.6422,1.4052 -1.9114,2.5491 -2.1258,4.1547 -0.7972,5.978 6.6923,8.1971 10.924,9.7759 -2.1748,1.3296 -6.0517,1.4664 -8.5539,1.4664 -6.8352,0 -13.2082,-1.2636 -19.5516,-3.8004 -2.0865,-0.8358 -6.052,-1.8061 -7.4888,-3.578 -0.8205,-1.0117 0.077,-2.3633 0.5029,-3.375 1.0072,-2.3976 2.7394,-4.2771 4.5323,-6.1076 0.6338,-0.6452 1.4528,-1.8354 2.413,-1.9894 0.7109,-0.1148 1.65,0.6794 2.2404,1.007 1.4692,0.8187 3.032,1.332 4.6432,1.8134 4.0923,1.2245 8.2942,0.9727 12.4643,0.633 m -204.56016,-2.1996 c -0.34656,1.4933 1.45733,2.4025 2.51362,3.2456 2.97381,2.3706 7.01688,3.9959 10.6838,4.9026 2.76681,0.6843 5.4608,1.6766 8.30949,2.0456 10.05252,1.3075 21.25371,-0.4326 31.03805,-2.6786 2.8091,-0.6452 5.7251,-0.9898 8.554,-1.5666 1.0856,-0.2224 2.523,-0.1392 2.9329,-1.3051 -5.6462,0.1442 -11.5785,1.9747 -17.10771,3.0795 -6.49458,1.2977 -12.97207,1.4981 -19.55172,1.4101 -1.96031,-0.027 -3.90033,0.33 -5.86552,0.049 -4.96125,-0.7112 -10.49073,-2.2705 -14.9082,-4.6656 -2.32421,-1.2586 -4.21365,-3.4459 -6.59871,-4.5164 m 131.97436,10.5091 13.9306,-2.1996 13.6862,-3.2725 15.8858,-3.0818 v -0.4888 c -3.2317,-0.7601 -7.5849,1.0631 -10.7534,1.789 -7.4551,1.7083 -15.1433,3.7148 -22.729,4.6362 -2.5327,0.3054 -5.0605,0.787 -7.5762,1.2121 -1.0918,0.1858 -2.3819,0.078 -2.444,1.4054 m -10.2648,0.4888 v 0.4887 c -4.9577,0.3911 -9.7792,1.8844 -14.6601,2.7299 -11.051,1.9162 -22.3855,4.2819 -32.9971,7.9503 -4.9352,1.7035 -9.5611,4.5482 -14.4198,6.1832 2.0175,-3.5413 4.8878,-6.6354 7.1621,-10.0178 0.7559,-1.1243 2.311,-2.4196 2.1837,-3.903 -0.1264,-1.4713 -3.4324,-3.27 -4.7021,-3.6757 l 3.9104,3.1771 c -0.7656,3.3483 -3.6927,6.2859 -5.6118,9.0427 -2.2152,3.182 -4.9906,8.3974 -8.3606,10.426 -6.20971,3.7368 -16.21107,-1.4933 -19.99872,-6.7601 0.82923,-1.6594 0.0457,-4.035 0.2769,-5.8655 0.23584,-1.8696 2.95598,-5.7506 4.48761,-6.8407 1.39452,-0.9897 4.56435,-0.6207 6.24311,-0.738 4.05972,-0.2835 8.1809,-1.1805 12.2098,-1.7743 10.7078,-1.5788 21.2016,-4.0766 31.7719,-6.3397 5.5842,-1.1951 11.5595,-3.2235 17.3522,-2.5955 6.5125,0.7087 8.7141,7.9869 15.1525,8.5124 m 50.8382,-6.0978 c -2.4229,1.1536 -0.9424,4.431 1.4105,3.2457 1.8336,-0.9238 0.542,-4.1768 -1.4105,-3.2457 m 0.974,0.9654 0.2444,0.9777 h -1.4664 v -0.4889 l 1.222,-0.4888 m -82.8504,8.5539 c 1.4365,0.9629 4.9199,-0.782 6.5986,-1.1414 6.2756,-1.3392 12.3885,-2.9938 18.8185,-3.5021 v -0.4888 c -8.2236,0 -17.6867,2.4513 -25.4171,5.1323 m -26.6395,-3.9103 0.2444,0.2444 -0.2444,-0.2444 m -2.6884,1.2219 -0.2445,0.2444 c 0.7295,1.1145 2.3057,2.3951 3.6661,2.1997 l -3.4216,-2.4441 m 77.7291,0.1858 c -2.2494,0.8407 -0.6921,4.316 1.4447,3.4484 2.2501,-0.914 0.6661,-4.2378 -1.4447,-3.4484 m 0.2336,0.7919 c 3.0218,0.8163 -0.8544,2.5832 0,0 m -117.31046,0.7331 12.95303,0.7333 c -0.66085,1.9917 -3.01977,3.3726 -3.45138,5.3767 -0.24219,1.1242 0.76961,3.287 -0.73953,3.8541 -3.88933,1.4615 -9.9951,-6.4106 -8.76212,-9.9641 m 15.64139,0.4888 -3.94505,5.6212 -0.20969,5.6211 c -1.40944,-1.068 -1.15135,-4.4651 -1.22199,-6.11 2.14434,-1.1731 2.71012,-4.9221 5.37673,-5.1323 m 13.68597,0.4888 c 1.2776,1.4371 3.9409,3.4094 5.8655,3.666 -0.913,-1.833 -3.8937,-3.3263 -5.8655,-3.666 m 13.9308,0 -3.1774,5.8655 c 1.8199,-0.5694 3.4893,-4.0912 3.9107,-5.8655 h -0.7333 m 32.5049,0.9776 0.2445,0.2444 -0.2445,-0.2444 m -19.0629,2.6884 v 0.2444 c 2.9301,-0.2322 6.1194,-1.2563 8.7983,-2.444 -1.953,-0.8114 -6.9934,1.1877 -8.7983,2.1996 m 15.1525,-1.9552 0.2445,0.2444 -0.2445,-0.2444 m -51.32334,0.4888 3.42156,2.2851 7.82038,5.2912 0.2444,-0.2444 c -0.6933,-1.4517 -2.0973,-1.916 -3.42152,-2.6908 -2.49608,-1.4615 -5.11984,-4.255 -8.06482,-4.6411 m 33.48254,2.1995 v 0.2444 l 0.9775,-0.2444 h -0.9775 m -3.9104,1.4664 1.2219,-0.7331 -1.2219,0.7331 m -5.8656,2.444 3.6659,-1.4664 c -1.1214,-0.3886 -3.2186,0.352 -3.6659,1.4664 m -39.10353,1.222 -0.24439,0.4888 1.22198,0.4887 -0.2444,-0.4887 h 3.66595 c 1.48593,5.4744 9.37751,8.4586 13.93061,10.7534 -2.77708,2.8888 -7.45532,4.5482 -11.24224,2.7739 -1.58125,-0.738 -2.72088,-2.1287 -4.15475,-3.0989 -1.70051,-1.1487 -3.96337,-2.0334 -5.04361,-3.8713 -1.60422,-2.7323 -1.67412,-6.2443 -1.0663,-9.2455 l 3.17715,2.1996 m 12.21984,-1.7108 c 0.79013,2.791 5.78805,4.4945 8.06499,6.0293 1.03403,0.6965 1.88443,1.5421 3.17698,1.3026 v -0.4888 l -8.06482,-4.756 -3.17715,-2.0871 m 24.19509,1.9552 c 0.9834,-0.3105 1.8554,-0.6966 2.1997,-1.7108 -1.0531,0.2102 -1.8709,0.655 -2.1997,1.7108 m 9.5317,-0.4888 -0.2443,0.2444 0.2443,-0.2444 m 154.4588,1.7108 -0.2444,0.7331 c 2.8668,0.2273 7.0362,1.2684 9.2162,3.2407 3.292,2.9768 3.5927,9.8737 0.892,13.3563 -1.2464,1.6057 -3.4533,2.4 -5.2203,3.2627 -3.3091,1.613 -6.0391,3.1625 -9.7759,3.6465 -4.8365,0.6256 -9.6683,0.068 -9.875,-5.6652 -0.038,-1.0582 0.053,-2.5222 0.7248,-3.3898 1.2782,-1.6448 3.9569,-1.2928 5.7287,-1.9136 5.0736,-1.7817 13.2781,-4.2305 15.6414,-9.6048 l -8.7983,5.9022 -3.666,-1.3197 -7.8206,-1.6498 4.8879,-2.1188 8.3095,-4.4798 m 11.9754,26.8836 c -2.3266,1.266 -3.3629,3.9396 -6.1099,4.9173 -1.5739,0.5597 -2.9084,-0.2933 -4.3991,-0.7552 -3.7443,-1.1658 -6.9507,-3.0941 -10.2647,-5.1397 2.4317,-1.0313 5.4915,-0.6085 8.065,-1.525 1.1902,-0.4228 2.9304,-1.8623 4.1548,-1.7597 0.9825,0.086 1.789,0.8969 2.73,1.1462 2.4439,0.6526 5.2081,1.0974 7.5347,2.1092 5.1861,2.2533 3.7637,11.1714 0,14.0748 -3.1674,2.444 -7.2171,3.0183 -10.9979,3.9177 -2.8374,0.677 -4.8048,1.7132 -7.8207,1.5788 -4.0594,-0.1809 -6.8578,-4.0521 -5.6235,-8.0554 1.2708,-4.1253 5.6944,-3.0989 9.0451,-3.1796 3.6146,-0.091 6.9678,-0.892 10.0202,-2.8399 1.4811,-0.9458 3.5878,-2.6052 3.666,-4.4895 m 4.1548,20.0405 -2.2142,1.811 -9.2725,2.5882 -7.5764,-4.6436 c 3.7492,-0.6379 7.3858,-3.0524 11.2423,-3.0745 2.2999,-0.012 5.5626,1.9185 7.5763,2.9548 1.7915,0.9213 3.5682,1.4199 4.8855,3.0745 0.7699,0.9678 1.4664,2.0089 1.9405,3.1552 3.7198,8.9986 -9.6585,9.3457 -14.891,10.0936 -2.3242,0.3323 -5.4745,1.9795 -7.8207,1.3734 -2.0799,-0.5352 -4.1964,-3.4728 -4.0864,-5.6015 0.3715,-7.288 9.5707,-6.2468 14.5955,-7.6814 2.0113,-0.5719 6.2736,-1.3003 5.6211,-4.0497 m -22.729,10.5091 0.2443,0.2444 -0.2443,-0.2444"
         id="path2208"
         sodipodi:nodetypes="cccccscccccccccccccccccccccccccscccccscccsssccccsccsccsssccscscssssscsssssccssssscssscssscccccsssccccccccsscccsccccccccccsccccscccccccccccscsccccccccccccscccccccccccccccccccccccccsssssssscccccccscscccccccscccccccccscccccscccsccccccccccccsccscccccccccccsscccccccsscsssscccccsccscccsccsscsssssssssscccccccccccssccccccccccccscccccccccccscsscscccccccssssssccccccccccccccccccccccccccccccccccccccccssscccsccccccscscccccccccsccccsccccccscscccccccccccscssssscccccssccssscccscssssssssccssscsssssssssccsssccccccssscscccccccssscccccccscsccccscccccccccccccscccccccccccsssscssssscccscccccccsscccscccscccccccccccccccccssscsssscccccccccccccccccccccccccccccsccccccccccccccccccccccccccccccccccccccccccccccccccccccccccsccsccsscsssscccscccsssscccccccscsssssscsscssccccccccccscccccccsscccsscsssccccccccccscsssssccscccccccscccccccccccccccccscccccscccccsccscccscccccccscscssccccccsccscsssscccsscsccssscscccccccscccccccccsccscccscssccccccccccscccccsscccscccsssscccccccccccccsccccccccccccssscsssscccsscccccssccccccccccccssccscccsccscccccccsccccccscccccccccccccscsccccccccsccccsccccccccccccccccccssccsccccscccccscccccccccccccccccccccccccssccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccsccccccccccccccccccsccccccccccccsccccccc" />
      <circle
         style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1.03039;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         id="circle2210"
         cx="485.74554"
         cy="-710.36145"
         r="44.517548" />
      <circle
         style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         id="circle2212"
         cx="485.74554"
         cy="-710.36145"
         r="26.652601" />
      <path
         inkscape:connector-curvature="0"
         style="font-style:normal;font-weight:bold;font-size:144px;line-height:125%;font-family:Sans;-inkscape-font-specification:'Sans Bold';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.198258;stroke-opacity:1"
         d="m 500.19629,-717.97978 c -0.3175,0.5803 -0.6399,1.0527 -0.9683,1.4249 -0.3175,0.3614 -0.6677,0.6504 -1.0509,0.8693 -0.3722,0.2081 -0.7946,0.3581 -1.2654,0.4457 -0.4599,0.077 -0.9879,0.1156 -1.59,0.1155 -0.4442,0 -0.8435,-0.023 -1.194,-0.066 0,0 0,0 -0.01,0 -0.044,0 -0.1362,-0.018 -0.231,-0.033 -0.1,-0.016 -0.2021,-0.031 -0.3632,-0.061 -2.9522,-0.5463 -3.9313,1.5032 -4.1429,2.0687 -0.033,0.089 -0.049,0.143 -0.049,0.143 l -3.5872,10.0024 -2.2007,3.7413 h 4.396 c 1.8054,-4.0199 3.5412,-12.4135 5.3973,-13.155 0.4023,0.056 0.901,0.083 1.502,0.083 0.7883,0 1.4941,-0.094 2.1182,-0.2916 0.6241,-0.1971 1.1855,-0.5028 1.6891,-0.9189 0.5036,-0.4269 0.9593,-0.9716 1.3645,-1.6285 0.416,-0.6569 0.8106,-1.4461 1.1829,-2.3658 l -1.0014,-0.3741 z"
         id="path2214" />
      <path
         style="font-style:normal;font-weight:bold;font-size:144px;line-height:125%;font-family:Sans;-inkscape-font-specification:'Sans Bold';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.198258;stroke-opacity:1"
         d="m 500.19619,-717.97938 c -0.3175,0.5803 -0.6399,1.0521 -0.9683,1.4243 -0.3175,0.3613 -0.6678,0.6505 -1.051,0.8694 -0.092,0.052 -0.1872,0.099 -0.2855,0.1432 -10e-4,0 0,0 0,0 -0.1238,0.087 -0.283,0.1617 -0.4987,0.2131 -2.4881,0.5924 -4.1829,2.8098 -4.342,3.0243 0.072,-0.059 0.1448,-0.1078 0.2173,-0.1449 0.011,-0.01 0.022,-0.011 0.032,-0.016 0,0 0,0 0,0 0.013,-0.01 0.026,-0.011 0.038,-0.016 0.4023,0.056 0.9009,0.083 1.5019,0.083 0.7883,0 1.4941,-0.095 2.1182,-0.2924 0.6241,-0.1971 1.1849,-0.5019 1.6886,-0.918 0.5036,-0.427 0.9595,-0.972 1.3646,-1.6289 0.4161,-0.6569 0.8109,-1.4465 1.1831,-2.3662 l -1.0015,-0.3734 z"
         id="path2216"
         inkscape:connector-curvature="0" />
      <path
         inkscape:connector-curvature="0"
         style="font-style:normal;font-weight:bold;font-size:144px;line-height:125%;font-family:Sans;-inkscape-font-specification:'Sans Bold';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.198258;stroke-opacity:1"
         d="m 471.29499,-717.97978 c 0.3175,0.5803 0.6398,1.0527 0.9683,1.4249 0.3175,0.3614 0.6677,0.6504 1.0508,0.8693 0.3723,0.2081 0.7947,0.3581 1.2655,0.4457 0.4598,0.077 0.9878,0.1156 1.59,0.1155 0.4442,0 0.8434,-0.023 1.1939,-0.066 10e-4,0 0,0 0.01,0 0.044,0 0.1362,-0.018 0.2311,-0.033 0.1,-0.016 0.2021,-0.031 0.3631,-0.061 2.9523,-0.5463 3.9314,1.5032 4.1429,2.0687 0.033,0.089 0.05,0.143 0.05,0.143 l 3.5872,10.0024 2.2008,3.7413 h -4.396 c -1.8055,-4.0199 -3.5413,-12.4135 -5.3973,-13.155 -0.4023,0.056 -0.901,0.083 -1.502,0.083 -0.7884,0 -1.4942,-0.094 -2.1182,-0.2916 -0.6241,-0.1971 -1.1855,-0.5028 -1.6891,-0.9189 -0.5037,-0.4269 -0.9594,-0.9716 -1.3645,-1.6285 -0.416,-0.6569 -0.8106,-1.4461 -1.1829,-2.3658 l 1.0014,-0.3741 z"
         id="path2218" />
      <path
         style="font-style:normal;font-weight:bold;font-size:144px;line-height:125%;font-family:Sans;-inkscape-font-specification:'Sans Bold';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.198258;stroke-opacity:1"
         d="m 471.29529,-717.97938 -1.0016,0.3733 c 0.1163,0.2874 0.2348,0.5624 0.3555,0.8243 0.024,0.052 0.048,0.1038 0.072,0.1551 1e-4,0 -10e-5,0 0,0 0.024,0.051 0.049,0.1016 0.073,0.1517 0.01,0.017 0.017,0.033 0.025,0.05 0.041,0.083 0.081,0.1659 0.1227,0.2463 2e-4,0 6e-4,0 7e-4,0 0.025,0.048 0.049,0.095 0.074,0.1423 0.1001,0.1893 0.2015,0.3703 0.3043,0.543 0.026,0.043 0.051,0.085 0.077,0.127 0.01,0.016 0.02,0.033 0.03,0.049 0.016,0.026 0.033,0.051 0.049,0.077 0.025,0.041 0.05,0.082 0.076,0.1219 0.041,0.064 0.083,0.1266 0.1253,0.1884 0.011,0.016 0.021,0.031 0.032,0.047 0.027,0.039 0.053,0.077 0.08,0.1142 0.054,0.075 0.1083,0.1484 0.1637,0.2199 0.028,0.036 0.055,0.071 0.083,0.1057 0.056,0.07 0.1128,0.1376 0.1704,0.2037 0.044,0.05 0.088,0.099 0.133,0.1475 0.014,0.015 0.028,0.03 0.043,0.045 0.059,0.063 0.119,0.1234 0.1799,0.1824 0.03,0.029 0.06,0.058 0.091,0.087 0.031,0.029 0.062,0.057 0.093,0.084 0.031,0.028 0.062,0.054 0.094,0.081 0.094,0.078 0.1913,0.1522 0.2898,0.2224 0.2627,0.1874 0.5401,0.3474 0.8328,0.4799 0.037,0.017 0.073,0.033 0.1099,0.049 0.074,0.032 0.1496,0.061 0.2259,0.09 0.038,0.014 0.076,0.027 0.1142,0.04 0.038,0.013 0.078,0.026 0.1168,0.038 0.039,0.012 0.078,0.024 0.1176,0.036 0.079,0.023 0.1603,0.045 0.2421,0.065 0.041,0.01 0.082,0.019 0.1236,0.028 0.042,0.01 0.083,0.018 0.1253,0.026 0.043,0.01 0.085,0.016 0.1279,0.024 0.086,0.015 0.1726,0.029 0.2608,0.041 0.1324,0.018 0.2676,0.033 0.4057,0.044 0.092,0.01 0.1858,0.013 0.2805,0.018 0.095,0 0.1908,0.01 0.2881,0.01 0.049,0 0.097,0 0.1466,0 0.075,0 0.1488,0 0.2208,0 0.1438,0 0.2812,-0.01 0.4125,-0.01 0.065,0 0.1295,-0.01 0.1918,-0.01 0.062,0 0.1238,-0.01 0.1833,-0.012 0.1782,-0.013 0.3426,-0.029 0.4935,-0.05 0.013,0.01 0.026,0.01 0.038,0.016 0,0 0,0 0,0 0.011,0.01 0.022,0.01 0.032,0.016 0.073,0.037 0.1451,0.085 0.2173,0.1449 -0.1588,-0.2141 -1.8536,-2.4318 -4.342,-3.0243 -0.2157,-0.051 -0.3749,-0.126 -0.4986,-0.2131 -0.001,0 0,0 0,0 -0.098,-0.044 -0.1936,-0.092 -0.2856,-0.1432 -2e-4,-10e-5 -6e-4,1e-4 -7e-4,0 -0.024,-0.014 -0.047,-0.028 -0.071,-0.042 -2e-4,-1e-4 -6e-4,10e-5 -7e-4,0 -0.024,-0.014 -0.046,-0.029 -0.07,-0.043 -0.047,-0.03 -0.094,-0.06 -0.1398,-0.092 -0.023,-0.016 -0.045,-0.032 -0.068,-0.049 -0.046,-0.033 -0.09,-0.067 -0.1347,-0.1023 -0.022,-0.017 -0.044,-0.035 -0.066,-0.053 -0.022,-0.018 -0.044,-0.037 -0.066,-0.055 -0.022,-0.019 -0.043,-0.038 -0.064,-0.057 -0.1068,-0.096 -0.2106,-0.1984 -0.3111,-0.3085 -0.02,-0.022 -0.041,-0.045 -0.061,-0.067 -0.073,-0.083 -0.1457,-0.1707 -0.2182,-0.2634 -0.01,-0.012 -0.017,-0.023 -0.026,-0.035 -0.02,-0.026 -0.041,-0.053 -0.061,-0.08 -0.1015,-0.1361 -0.2022,-0.2826 -0.3026,-0.439 -0.04,-0.063 -0.08,-0.1268 -0.1202,-0.1926 -0.02,-0.033 -0.04,-0.066 -0.06,-0.1 -0.06,-0.1009 -0.1196,-0.206 -0.179,-0.3145 z"
         id="path2220"
         inkscape:connector-curvature="0" />
      <path
         id="path2222"
         style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.684014;stroke-opacity:1"
         d="m 485.74439,-748.24909 a 3.010934,3.010934 0 0 0 -3.0096,3.01117 3.010934,3.010934 0 0 0 3.0107,3.01067 3.010934,3.010934 0 0 0 3.0111,-3.01067 3.010934,3.010934 0 0 0 -3.0111,-3.01117 z m 0,70.37864 a 3.010934,3.010934 0 0 0 -3.0096,3.01119 3.010934,3.010934 0 0 0 3.0107,3.01067 3.010934,3.010934 0 0 0 3.0111,-3.01067 3.010934,3.010934 0 0 0 -3.0111,-3.01119 z" />
      <path
         id="path2224"
         style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.684014;stroke-opacity:1"
         d="m 447.54549,-710.04758 a 3.010934,3.010934 0 0 0 3.0111,3.0097 3.010934,3.010934 0 0 0 3.0107,-3.0107 3.010934,3.010934 0 0 0 -3.0107,-3.0112 3.010934,3.010934 0 0 0 -3.0111,3.0112 3.010934,3.010934 0 0 0 0,10e-4 z m 70.3786,0 a 3.010934,3.010934 0 0 0 3.0112,3.0097 3.010934,3.010934 0 0 0 3.0107,-3.0107 3.010934,3.010934 0 0 0 -3.0107,-3.0112 3.010934,3.010934 0 0 0 -3.0112,3.0112 3.010934,3.010934 0 0 0 0,10e-4 z" />
      <ellipse
         style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.8;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         id="ellipse2226"
         cx="840.3125"
         cy="-266.11917"
         rx="9.9423237"
         ry="3.0328312"
         transform="rotate(-45)" />
      <path
         style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.298401px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         d="m 588.95739,-857.63068 c 0,0 17.8989,-30.6347 56.9848,-28.4602 0,0 -33.6483,-3.1684 -56.9848,28.4602 z"
         id="path2228" />
      <path
         style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         d="m 583.86459,-838.24348 c 0.1179,0.2721 -0.1017,0.5661 -0.058,0.8252 0.1212,0.7269 0.3742,0.4511 -0.1118,1.0992 -0.024,0.032 -0.057,0.1555 -0.117,0.1754 -0.2153,0.072 -0.6045,0.06 -0.7016,0.3508 -0.081,0.243 0.062,0.5641 0,0.8129 -0.021,0.085 -0.096,0.1493 -0.1169,0.2339 -0.046,0.1829 -0.01,0.2461 -0.1131,0.3508 -0.037,0.037 0.013,0.2366 0,0.2885 -0.013,0.053 -0.1383,0.2552 -0.1754,0.2923 0,0 -0.1081,0 -0.1132,0 -0.032,0.016 0.012,0.073 0,0.1073 -0.014,0.041 -0.039,0.078 -0.058,0.1169 -0.058,0.1156 -0.1705,0.2443 -0.1514,0.285"
         id="path2230" />
      <path
         style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         d="m 585.33569,-837.33478 c 0.08,0.6833 0.1754,1.3409 0.1754,2.0289 0,0.1559 0.038,0.3165 0,0.4677 -0.057,0.2276 -0.1177,0.1786 -0.1754,0.3508 -0.012,0.037 0.017,0.081 0,0.1154 -0.096,0.1917 -0.013,-0.027 -0.1155,0.058 -0.029,0.024 0.017,0.1694 0,0.2042 -0.063,0.1264 -0.1438,0.1927 -0.1754,0.3508 -0.059,0.2933 0,0.6729 0,0.9674 0,0.056 -0.034,0.124 0,0.1689 0.062,0.081 0.098,0.4393 0.098,0.584"
         id="path2232" />
      <path
         style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         d="m 586.87329,-835.90498 c 0.01,0.1145 -0.01,0.2338 0.025,0.3436 0.031,0.099 0.2402,0.3134 0.2917,0.3508 0.061,0.044 0.082,0.2624 0.1061,0.3234 0.084,0.2097 0.2688,0.3661 0.3507,0.5847 0.1978,0.5274 -0.075,1.1538 0.058,1.6859 0.073,0.2917 0.5112,0.7318 0.5112,1.0429"
         id="path2234" />
      <path
         style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         d="m 587.90989,-837.26218 c -0.091,0.4855 0.089,0.8683 0.2338,1.3043 0.01,0.018 -0.017,0.05 0,0.059 0.034,0.017 0.088,-0.027 0.1155,0 0.027,0.028 -0.022,0.084 0,0.1169 0.1341,0.2012 0.9255,0.5034 1.1693,0.5847 0.052,0.017 0.065,0.1 0.1169,0.1169 0.2355,0.079 0.5252,-0.018 0.7546,0.059 0.1161,0.039 0.5641,0.6036 0.6216,0.7474 0.064,0.1591 0.1655,0.2139 0.2339,0.3508 0.096,0.1925 -0.045,0.5257 0.1124,0.6792 0.031,0.03 0.093,0.022 0.1169,0.058 0.01,0.01 0.1169,0.4572 0.1169,0.2401"
         id="path2236" />
      <path
         style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         d="m 572.24507,-617.59994 0.26658,-2.26373 -1.43007,0.9015 0.0275,0.35293 z"
         id="path2238"
         sodipodi:nodetypes="ccccc" />
    </g>
    <g
       id="g2278"
       transform="translate(613.83531,592.66698)">
      <path
         id="path2242"
         style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         d="m 2039.0449,-3285.7539 -2.8476,4.2578 -7.3262,16.416 -0.4434,10.4688 3.1485,16.6133 3.5683,27.0918 -1.4375,15.1582 -3.3164,21.9296 -4.7695,11.7891 -11.3711,3.7305 -14.0352,0.1797 -12.5253,-4.7129 -7.711,-7.5528 -6.959,-7.1211 -8.7011,-4.4296 -12.7715,-6.3692 -8.9727,-6.0488 -8.6367,-8.1367 -5.3965,-3.8653 -8.5078,-4.3515 -2.7852,2.9687 -1.4941,11.8633 -5.3887,4.8223 -9.916,-13.7852 -5.3222,-14.8203 -5.9239,-8.3242 -10.6054,-8.4336 -6.7872,-7.7715 -3.0078,-6.8359 -4.205,-1.5411 -3.2911,11.4727 -1.3867,15.207 3.7832,31.7852 2.3203,41.8535 -0.705,23.2871 -0.2872,2.3203 4.0879,0.5606 -2.0312,-0.5176 0.9609,-2.4551 2.6407,-19.5547 -0.9141,-27.5996 -1.5723,-19.8144 4.459,-21.3203 3.8789,7.4902 7.1836,11.8105 4.5938,9.6582 9.4082,13.836 4.0156,3.5195 v 9.4844 l -1.9883,11.4785 -3.2812,14.9297 -2.6504,12.164 -7.5977,-0.9746 -8.6992,-0.9824 4.4473,0.6113 -19.1797,-2.289 -13.3672,-1.6582 -4.9004,-0.3067 -7.8106,-0.4336 -19.1816,-0.4843 -21.9141,0.1972 -26.4336,1.0079 -26.875,0.8828 -13.6484,0.7714 -13.8418,1.6075 -7.9433,-7.0664 -5.6622,-5.6465 -8.9336,-7.3867 -10.08,-7.0782 -10.4727,-4.8261 -9.5215,0.9375 -7.5449,3.2539 -7.3672,4.5468 -5.1972,5.5372 -4.3614,7.3613 -2.0761,7.8359 -0.2012,8.6563 -0.6328,5.2207 -21.7246,8.5254 -31.7989,12.7714 -20.2812,10.4532 -21.1563,11.9199 -29.4199,19.1484 -52.4512,38.0117 -35.1543,31.0782 -22.789,23.3222 -13.832,14.3985 -10.3614,11.7344 -6.0449,7.9531 -5.7031,7.2754 -13.5274,13.3379 -6.9765,6.5586 -4.3067,9.0957 -3.0996,11.3418 -0.5195,12.5117 1.2676,8.4336 2.6875,4.791 1.4902,5.4707 -4.8477,14.6445 0.7852,-1.4707 1.7656,-6.1758 2.8731,-6.9902 7.7383,4.2988 36.8242,33.7598 3.3906,9.5937 -1.5898,6.2266 -3.0196,18.8613 -0.3691,15.1817 1.1426,10.8086 2.1796,14.1289 c 0,0 1.6669,9.0238 1.7774,9.6015 0.1104,0.5776 0.2226,7.416 0.2226,7.4161 l -3.1816,6.2421 -3.293,2.5938 -7.2422,6.3769 -10.416,7.7774 c 0,0 -10.6092,8.0403 -10.5039,8.5781 0.1051,0.5379 -9.791,11.4609 -9.791,11.4609 l -7.8086,9.5118 -6.5078,9.5214 -3.9609,7.1758 -2.9532,-0.4707 0.2227,0.3985 -0.2187,5.0214 -12.252,15.6446 -9.0918,10.1347 -8.0059,7.7051 -11.5156,9.6856 -9.9863,12.3222 -3.9277,10.0821 0.2226,10.0722 2.7871,9.4961 6.2305,9.1875 8.1094,4.6328 13.4121,5.0704 13.75,3.4082 8.4218,4.2539 7.5997,5.3925 4.6308,5.9903 2.2656,5.7187 0.3711,5.8418 -2.332,6.2891 -5.0195,9.3769 -3.4844,6.9082 -2.8379,7.4239 0.8965,6.1093 3.9433,5.4903 10.5215,7.623 9.9981,5.7442 -1.9531,2.1718 -7.8086,10.2911 -2.6094,7.7617 3.3066,5.6289 9.8418,12.1426 5.6094,9.8964 1.5449,7.4551 -2.0254,9.4063 -7.4648,12.6504 -3.2266,12.2871 -23.3125,-2.1914 -30.1523,-9.3496 -2.6133,-3.9629 3.459,-4.0293 c 0,0 4.4811,-9.7294 4.039,-10.6739 -0.4419,-0.9449 -1.0781,-8.5781 -1.0781,-8.5781 l -5.4219,-7.7812 -9.3671,-10.9043 -1.6504,-5.7559 0.6621,-7.0976 -1.7676,-10.3301 -4.8008,-4.5684 -12.4551,-3.7715 -14.1464,0.3633 -11.1329,3.1934 -11.3535,4.5976 -7.8672,9.4825 -8.1914,10.4374 -3.4922,12.3594 6.2754,13.9571 9.8653,8.4394 7.8789,14.6348 9.914,10.332 10.9766,3.8731 14.5996,-1.5469 11.7129,-0.2227 37.4121,18.5352 28.6699,7.6152 1.4649,8.4981 5.1972,12.7304 2.584,10.377 -1.3261,18.0547 1.9804,13.8086 11.5879,13.3398 15.3008,11.4336 14.0176,9.7715 14.0742,2.6523 10.1113,-2.3086 11.6485,-6.2441 8.623,-5.2773 8.1699,-2.6485 12.6211,0.2207 8.4278,-2.123 4.9414,-3.5078 8.2461,-9.8438 7.83,-7.5527 15.6934,-7.6778 7.7031,-3.2304 11.25,-5.125 13.457,-4.6289 5.2364,2.9043 22.4258,11.2949 22.4375,17.3808 24.9101,25.0899 21.4317,27.916 25.4824,36.9922 27.1211,31.3457 37.4687,46.7266 20.5801,18.7324 28.6666,24.0209 18.6342,13.5845 30.3086,21.9317 0.1289,0.8164 h 700.4512 v -106.1309 l -14.7969,-5.1269 -18.4492,-7.4668 -12.0469,-4.2051 -19.041,-9.5566 -19.9336,-10.1504 -17.9239,-12.1582 -21.0918,-17.0996 -21.7949,-17.418 -16.4941,-10.8203 -22.959,-11.375 -25.1992,-11.3301 -28.4414,-11.2891 -33.3184,-13.414 -20.7734,-9.2324 -15.7748,-10.5995 -15.1129,-13.8308 c -14.3738,-15.7559 -23.2768,-25.7973 -38.3291,-42.1459 0.1925,-0.9633 0.3555,-1.5547 0.3555,-1.5547 l 14.8886,-6.332 20.1836,-8.8594 17.4473,-9.4024 9.7988,-6.9336 9.3652,-8.4218 6.9317,-8.4199 7.9687,-13.1719 4.4239,-13.6289 1.2441,-8.3321 0.8906,-11.7011 -3.6953,-10.0352 -4.5137,-7.9316 3.1114,-7.7325 3.3652,-6.8046 2.5391,-6.0157 4.5332,-11.6054 7.3398,-19.2754 2.9336,-6.75 15.7481,-0.3926 12.3964,-2.0156 12.5469,-7.0117 7.5078,-11.9844 2.1114,-9.4863 -1.3379,-12.4004 -3.5879,-8.7422 -13.1485,-15.1074 -8.4863,-9.5137 1.6953,-11.3711 3.6348,-15.5254 1.5371,-11.0781 1.4512,-16.0625 0.2207,-27.7012 -0.7989,-19.3164 -2.666,-30.2285 -3.5976,-36.0391 -4.4649,-23.8867 -4.83,-19.3203 c 0,0 -3.0941,-9.9083 -4.1758,-10.8906 -1.0821,-0.9819 -5.6192,-13.6993 -5.6192,-13.6993 l -3.2382,-12.8027 0.2851,-6.4238 11.2656,-15.7207 3.4063,-6 4.6269,-9.7617 1.545,-13.4707 -1.1993,-8.7227 -2.2441,-5.0703 -4.6719,-6.6074 -8.8242,-5.8204 -7.7363,-3.2792 -8.5352,-1.6114 -7.2929,0.4219 -9.25,1.0723 -5.75,-0.1153 -0.418,3.8262 -17.7871,-26.6328 -9.3887,-13.002 -8.1367,-10.6132 -5.1563,-6.752 -6.2148,-7.9531 -11.1738,-12.9278 -8.2032,-8.4375 -5.0547,-4.9335 -6.6074,-6.2422 -8.334,-6.6875 -10.4843,-7.7403 -8.2168,-5.7383 -12.67,-9.6796 -21.1152,-15.0723 -4.9219,-3.4492 2.002,1.209 17.4258,12.2011 20.8027,-3.4863 15.1875,-5.0547 6.1914,-2.332 2.252,4.9961 3.6621,4.6797 6.2129,4.6211 5.8769,0.8632 7.6387,1.6758 10.7734,-1.291 1.877,6.6992 2.0566,22.9199 -4.4785,18.9961 -0.5488,10.6602 8.6152,-15.832 3.7637,-11.3106 3.498,-14.9453 0.8828,-14.1894 -2.0332,-6.3204 8.3457,-1.8339 17.7911,0.3378 10.2519,2.0547 v 12.6172 l 0.127,22.4492 -1.1036,12.0762 -1.7753,11.3985 -2.877,12.8808 -1.7129,12.082 2.5528,14.0411 6.4082,18.875 2.6699,9.9921 3.7929,-0.8496 1.5411,-13.8496 -0.4063,-7.4648 1.9531,-12.3242 2.4375,-17.8457 1.2364,-15.959 0.3105,-12.0781 0.2188,-7.3399 1.3398,-11.0859 3.1328,-9.2891 1.1035,-7.5371 2.584,-7.8672 -0.2187,-5.3555 -0.4825,-12.8476 0.834,-11.2793 -2.7226,-2.8613 -7.6387,-0.3633 -5.8984,2.5801 -7.6446,1.9882 -7.5097,1.3438 -12.9805,2.3965 -14.1367,3.1621 -3.041,-8.9082 2.1289,-5.1289 6.0566,-6.9258 -2.7578,-5.6367 -5.2227,-1.5332 h -10.7578 l -11.375,1.9902 -6.5976,-0.8848 -2.3946,-9.1972 1.8965,-18.1211 5.4043,-6.4414 5.4024,-7.1446 1.7656,-6.6367 4.1797,-6.3652 8.2011,-10.5039 3.6836,-11.3164 5.9668,9.5156 12.7813,3.5176 6.209,-1.9727 -1.3574,-9.8086 -4.4825,-8.4883 -1.1191,-13.7168 4.3984,-13.5253 4.1582,-5.1836 5.2149,-2.209 10.5215,-4.8125 2.1425,-5.7012 0.6641,-8.9414 4.5781,-6.5332 8.961,-4.6074 10.2832,-2.209 3.6621,-4.2324 -0.2188,-8.7168 -3.1679,-6.6543 -7.0723,-2.541 -7.4785,4.8281 -7.0196,7.0137 -9.5312,5.4609 -8.7324,1.3223 -14.3223,1.0156 -12.5859,-3.293 -14.4766,-9.0957 -7.4785,-14.6972 -3.8555,-9.8008 -6.0586,2.0468 -7.1894,8.2696 -1.6367,4.7168 0.9003,10.5508 9.336,6.3144 6.8496,7.5918 v 11.2383 l -6.8418,-0.8653 -6.2051,-1.2832 -7.2207,0.6622 -7.6758,4.791 -9.3164,5.6113 -11.7265,6.3184 -7.3614,1.5449 -15.4277,1.7558 -11.1406,3.2325 -8.4785,8.2109 -7.4727,5.9883 -10.3828,-43.9434 -6.0313,-19.1679 -9.6543,-17.7188 -6.9804,-10.1777 z m -107.9785,110.4043 4.1367,2.4746 6.8262,4.9668 7.0137,5.0918 6.0449,5.3574 5.2441,5.8281 0.3594,4.4747 -6.791,-0.2188 -6.2832,1.5137 -5.6055,-0.6739 -19.1387,-21.6933 0.6622,-3.8926 z m -20.0273,30.1074 3.5449,1.9512 1.6797,4.9062 3.5781,5.5528 3.3359,6.3203 1.4219,8.3203 -5.9941,-0.3242 -4.3028,-0.7285 -8.1074,-0.4668 0.2109,-6.1407 1.3243,-8.3261 z m 123.3574,18.1719 18.6191,6.0195 2.6485,5.0879 -7.5528,-6.4824 -12.3203,-3.6836 -2.8691,0.4394 z m -13.8496,3.8047 -1.6172,0.6543 -8.1641,3.582 7.3516,-3.7656 z m -115.0039,3.6875 6.8925,0.7304 -5.1757,-0.2793 -1.7207,-0.4414 z m 104.0117,1.1679 -2.5918,1.4395 0.6016,-0.4199 z m -79.5,1.2481 0.1816,0.019 19.959,3.6836 3.3457,0.8985 z m 60,10.4492 -3.791,2.6191 -3.5742,-1.2949 1.8437,0.3907 z m 156.3359,6.2891 1.0703,1.1718 2.9707,5.8536 0.9727,8.9453 -1.541,3.9531 -3.5,-0.5488 -3.8067,-0.3125 -22.4824,-2.3125 0.6406,-3.1328 7.9903,-4.2676 6.666,-3.9531 6.9414,-4.4668 z m -79.8789,9.6758 0.291,0.7753 -0.6308,1.6309 z m -4.7715,12.4824 18.1993,11.2988 1.666,1.0059 -11.8243,-6.625 -8.3945,-5.1719 z m -730.3183,263.5195 -1.8242,6.2441 0.8711,-2.6406 z m -14.3809,47.1172 -1.4199,4.7734 -4.1172,19.2774 -2.2031,18.7343 0.08,12.1387 0.9394,-18.5039 3.0859,-20.1055 z m -6.3183,82.8125 0.2949,3.2441 1.1152,4.6172 -1.1894,-5.9863 z m 3.5097,16.5488 0.016,0.057 2.7891,8.1914 0.3359,0.6054 z"
         transform="scale(0.26458333)"
         sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccscccccsccccccccccccccccccccccccccccccccccccccccccccccscccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccscccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
      <path
         style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.298401px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         d="m 585.43869,-856.98908 c 0,0 -9.82,-26.8955 -43.3239,-37.8759 0,0 27.3354,6.9287 43.3239,37.8759 z"
         id="path2244" />
      <path
         style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.244396"
         d="m 588.54019,-858.88608 c -0.9849,0 -2.8007,0.3745 -3.6684,-0.1192 -0.8211,-0.4663 -2.2726,-0.9855 -2.7589,-1.7335 -2.3513,-0.8678 -2.6174,-2.9808 -3.8785,-4.415 -0.8182,-3.0094 -1.6696,-3.0194 -1.6696,-3.0194 -3.4876,0.1136 -5.0493,4.3938 -4.2819,7.3221 0.5134,1.9598 3.3018,1.717 4.1034,3.676 1.0632,2.5897 -0.7111,5.1988 0,7.8193 0.5426,1.9916 3.1479,1.5848 4.1988,3.423 1.6375,2.8704 0.8139,6.1844 1.9894,9.0424 0.7723,1.8751 4.5189,4.7829 6.457,2.7888 1.4468,-1.4899 -0.6404,-4.3001 -0.9825,-5.9659 -0.5963,-2.9067 0.4912,-4.6172 0.9752,-7.3319 -4.4847,2.5429 -1.0998,9.038 -0.2445,12.4642 -2.3706,0.7335 -5.4158,-0.7053 -5.7873,-3.4215 -0.1588,-1.169 0.5084,-2.2732 0.1491,-3.4216 -0.7797,-2.4877 -2.0212,-4.5539 -3.1601,-6.8431 -5.0785,0.325 -1.3784,-6.5933 -2.9719,-9.4615 -0.8822,-1.5861 -3.1306,-1.6074 -3.6268,-3.2471 2.4708,-0.4515 2.3658,-2.5273 3.6659,-4.1548 -0.2419,1.6047 0.6917,2.879 1.5911,4.1452 3.1527,4.44 11.1519,4.6207 15.7611,2.4401 1.8819,-0.8907 3.1112,-3.191 5.1323,-3.6526 -0.8969,1.7913 -0.9579,3.6496 1.2221,4.3992 v 0.2444 c -2.6126,0.4852 -5.653,0.9591 -6.6941,3.9104 -0.3568,1.0166 0.3251,2.7494 -0.3397,3.5222 -1.0582,1.2289 -3.226,1.1272 -4.2084,2.5876 1.481,-0.3607 4.5946,-1.2469 5.2886,-2.7024 0.8579,-1.7959 -0.5133,-3.1508 1.3907,-4.835 1.5127,-1.3391 4.514,-0.9717 5.5063,-2.529 1.107,-1.7381 0.086,-5.3662 -2.1899,-5.715 -1.7205,-0.2635 -3.419,2.5174 -4.6191,3.4315 -1.7719,1.3507 -3.6292,1.2516 -5.621,1.841 0,0 0.221,0.054 -0.7333,-0.4889 m -87.7383,32.2604 -6.3544,-0.9776 c 0.6401,-3.2898 1.361,-6.3803 1.2125,-9.7759 -0.187,-4.2686 -1.333,-8.513 0.01,-12.7086 l 4.8552,8.5867 1.7435,1.9224 c -0.1264,-1.8829 -1.5497,-2.6327 -2.4222,-4.1547 -0.781,-1.3623 -0.6562,-2.9868 -1.2703,-4.3992 -0.5072,-1.1665 -1.5835,-1.7323 -2.2347,-2.7583 -0.7566,-1.1919 0.1804,-2.8022 -1.6491,-3.1072 l -0.7323,8.5539 0.4879,13.1974 h -0.2444 c -0.3646,-4.6189 -0.3307,-9.3404 -0.7748,-13.9307 -0.4672,-4.8317 -1.2542,-8.9515 0.286,-13.6861 h 0.4888 c 0.9815,4.0938 5.4112,5.211 7.2688,8.7983 0.9923,1.9165 0.9544,5.066 2.9958,6.1098 l 0.2444,-0.9776 c -1.7987,-1.4258 -1.941,-5.037 -3.2428,-7.0873 -1.2379,-1.9494 -3.4824,-2.7228 -4.9495,-4.4221 -0.8192,-0.9489 -1.1241,-3.3132 -2.5547,-3.5009 -1.0519,-0.138 -1.19,1.0842 -1.4285,1.8129 -0.6143,1.8757 -0.8022,3.5086 -0.7249,5.4804 0.2422,6.2035 1.1599,12.2589 1.4043,18.4705 0.09,2.2695 -0.9945,5.5784 -0.2349,7.5763 -7.9448,-0.3412 -15.7052,-0.904 -23.6847,-0.4656 -3.5092,0.1929 -7.0186,0.077 -10.5308,0.2307 -1.53,0.067 -3.3813,0.6855 -4.8878,0.4295 -1.2484,-0.2122 -2.0265,-1.5469 -2.9366,-2.3027 -2.4336,-2.021 -6.6922,-6.643 -10.261,-5.968 -3.6386,0.6884 -6.9291,3.5765 -8.0203,7.0985 -0.3576,1.1538 0.09,2.836 -0.5404,3.8424 -0.8585,1.3708 -4.3925,2.2656 -5.8586,2.9245 -4.6908,2.1086 -9.6431,3.8062 -14.1751,6.2617 -16.5209,8.9507 -31.1018,20.9547 -43.89129,34.5862 -2.72209,2.9016 -5.06806,6.1561 -7.7838,9.0596 -2.44176,2.6106 -5.07782,4.0279 -6.50852,7.6019 -1.07779,2.6919 -1.16724,5.7441 -0.6677,8.554 0.20701,1.1633 1.33808,2.2227 1.14109,3.4215 -0.3578,2.1795 -1.49985,4.4561 -2.1172,6.5987 -2.3181,8.0477 -5.54855,16.2768 -6.13779,24.6841 -0.37294,5.3188 0.3209,10.7486 1.56708,15.8857 0.41254,1.7003 2.24943,3.7386 2.2702,5.3767 0.0223,1.7707 -2.26629,3.6582 -3.29129,4.888 -3.34921,4.0186 -9.88682,7.8989 -11.1154,13.1974 -0.60856,2.6254 1.11933,7.3613 3.50513,8.7952 4.53478,2.725 10.41838,1.7789 13.74145,6.8462 2.80812,4.2821 -4.75498,8.3992 -2.64877,12.705 0.5516,1.1279 1.79998,1.9894 2.79272,2.7099 1.0509,0.7629 2.23085,1.4243 3.42155,1.9373 -1.05017,1.4167 -2.95206,3.0513 -3.14099,4.8879 -0.21067,2.0491 1.66581,3.065 2.87094,4.3991 1.36739,1.5141 2.36869,3.8004 2.4051,5.8656 0.0516,2.9278 -3.24412,5.0321 -3.35703,8.0651 -4.9571,-0.3911 -9.01653,-1.833 -13.68621,-3.1772 v -0.7332 c 2.54563,-1.4444 2.4618,-5.9682 0.78573,-8.014 -1.07192,-1.309 -2.59182,-2.0385 -3.23093,-3.7171 -0.77522,-2.0352 0.48439,-4.5049 -1.12618,-6.2614 -1.18361,-1.2908 -2.88216,-1.4133 -4.49371,-1.6264 -5.11059,-0.676 -10.03818,1.5883 -13.13877,5.6886 -1.84214,2.4359 -2.96659,6.107 -1.08435,8.798 0.97567,1.393 2.50207,2.2778 3.49925,3.6659 2.07341,2.8913 3.22851,6.5352 7.30231,7.0411 1.89578,0.2371 4.86154,-1.0534 6.42396,-0.5328 3.38661,1.1218 6.55375,3.5121 9.95061,4.7804 1.74329,0.6501 3.5919,1.2415 5.37674,1.7694 0.76129,0.2249 1.95542,0.1834 2.54099,0.7748 0.59461,0.6012 0.64691,1.9967 0.92479,2.7861 0.40301,1.1462 1.22003,2.3242 1.40382,3.5242 0.38273,2.4977 -0.51934,5.1617 -0.13442,7.74 0.66891,4.4799 3.7075,5.912 6.98633,8.3218 2.4684,1.8159 4.36883,3.7515 7.58582,4.0594 3.77032,0.3617 6.36043,-2.6688 9.55341,-3.8786 2.39567,-0.9091 5.78413,-0.3959 8.01823,-1.7474 1.6763,-1.0143 2.3961,-3.1039 3.936,-4.2623 3.6958,-2.7837 9.6352,-5.1299 14.1744,-6.1808 0.1378,1.1145 4.7335,2.8302 5.8654,3.5853 5.0999,3.3996 9.6203,7.6667 13.6231,12.3005 8.4159,9.7441 14.5122,19.7288 22.653,29.6953 3.6036,4.4113 7.6616,9.0451 12.1145,12.6035 4.0853,3.2676 8.8245,7.2819 13.1975,10.1243 2.5192,1.6399 4.53457,3.7713 7.24027,5.052 -1.9254,-2.5711 -4.85017,-4.2113 -7.48477,-5.988 -5.7494,-3.8762 -11.8771,-8.7166 -16.6668,-13.8294 -9.8881,-10.5604 -16.61127,-20.63663 -25.14617,-32.24053 -6.0397,-8.2118 -14.87723,-18.15517 -24.90723,-21.54737 3.3025,-1.5372 7.0259,-2.1849 10.509,-3.1869 8.1375,-2.3414 16.3626,-4.1254 24.6841,-5.7238 3.9854,-0.765 7.9467,-1.5862 11.9754,-2.158 1.5236,-0.2151 3.0858,-0.8652 4.6436,-0.7112 2.6685,0.2639 4.2774,3.38 6.3638,4.7658 2.9951,1.9918 6.335,2.0064 9.8079,1.8403 2.2069,-0.1052 4.4089,-0.9826 6.5572,-1.4322 6.669,-1.398 13.3975,-2.6688 20.0404,-4.0277 2.5662,-0.5255 5.9438,-2.0774 8.554,-1.8281 4.2496,0.4082 8.5992,3.7467 12.7086,4.9661 7.3361,2.1801 14.038,1.9772 21.5069,1.3858 -1.1953,1.4493 -2.652,2.4464 -3.5895,4.1547 -1.7311,3.1552 -1.1564,8.5173 2.3685,10.3013 4.1709,2.1116 9.7163,2.0359 14.174,3.6294 v 0.2444 c -1.8501,0.4277 -3.5339,1.3271 -5.3766,1.7718 -1.64,0.3959 -3.4412,0.308 -4.888,1.3197 -2.7119,1.9015 -2.5229,7.6179 -0.5377,10.0545 1.1511,1.4127 3.3873,2.2534 4.9393,3.1747 3.8589,2.2901 7.4467,4.3136 11.7286,5.675 v 0.2444 c -3.6685,0.149 -9.0378,-0.5842 -12.1954,1.5812 -3.1454,2.1556 -2.1459,7.5861 -0.1662,10.1498 1.4102,1.8257 3.5412,1.7866 5.5184,2.5784 2.7519,1.0997 5.2521,3.1234 8.0652,4.0203 v 0.2444 c -2.0481,0.3812 -4.453,0.5695 -6.0587,2.0725 -3.3507,3.1404 -2.8253,8.8814 1.1707,11.1909 3.8053,2.1971 9.9372,-0.28353 13.1974,2.78607 -2.7812,0.056 -6.9213,0.039 -9.5094,1.0753 -0.6477,0.259 -3.2017,2.6493 -1.6766,3.2114 0.523,0.193 2.7177,-2.5906 3.8541,-2.769 5.4451,-0.8481 10.3331,-1.3784 15.6415,-3.1479 1.6667,-0.5548 4.712,-1.0655 5.1323,-3.0134 l -3.666,1.3589 -7.332,2.4342 -4.1547,-1.1951 -6.8431,-0.31757 v -0.2444 c 3.9544,-0.3129 8.593,-0.8359 12.4642,-1.6302 1.7524,-0.3592 3.5903,-1.7963 5.3768,-1.7646 1.1927,0.019 2.6371,-0.003 3.666,0.54737 4.1157,2.1922 5.7775,4.5922 4.888,9.3654 2.3412,-0.374 1.7546,-3.7002 1.1974,-5.3768 -1.2708,-3.815 -5.4353,-3.98117 -8.7738,-5.54037 4.5532,-3.2994 2.8399,-8.527 -0.5817,-12.0757 -2.2754,-2.3609 -7.4712,-4.3502 -10.6606,-5.0321 1.5128,-1.5568 3.7271,-2.0969 5.2496,-3.771 2.8522,-3.1308 3.9007,-11.0443 0.1174,-13.8768 -3.0574,-2.2901 -7.4711,-2.0384 -10.7436,-4.1035 2.3144,-0.9629 4.6067,-2.0871 6.1,-4.1767 2.7054,-3.7833 2.2852,-10.8097 -1.0093,-14.1261 -2.3706,-2.3829 -6.3861,-2.8864 -9.4899,-3.6929 2.246,-3.4093 4.49596,-6.42455 3.95586,-10.69895 2.42443,-1.03816 4.30828,-2.42173 5.29412,-1.48543 7.27017,7.83665 10.18269,12.48221 18.09713,17.35769 1.25287,0.55835 2.51722,1.09999 3.78944,1.62985 1.27223,0.52986 2.55234,1.04794 3.83673,1.55917 1.2844,0.51122 2.57308,1.0156 3.86246,1.51805 1.28938,0.50245 2.57945,1.00298 3.86662,1.50652 1.28718,0.50353 2.57145,1.01008 3.84924,1.52455 1.27779,0.51448 2.54908,1.03689 3.81029,1.57217 1.26121,0.53527 2.51234,1.08341 3.74978,1.64934 1.23745,0.56594 2.46123,1.14966 3.66773,1.75611 1.2065,0.60644 2.39573,1.23561 3.5641,1.89243 5.0566,2.8399 9.2993,7.09 13.9307,10.5481 6.4399,4.8122 13.0678,8.0993 20.5293,10.927 2.8814,1.0924 6.0097,2.7006 9.0426,3.2236 v -0.2444 c -8.9741,-3.055 -18.0878,-7.0826 -25.906,-12.4716 -5.5062,-3.793 -10.3331,-8.9302 -16.1302,-12.2442 -7.7498,-4.4309 -16.6459,-7.7376 -24.9284,-11.0517 -3.4265,-1.371 -7.046,-2.4904 -10.2647,-4.3136 -5.9388,-3.3653 -10.36512,-10.09099 -15.49992,-14.54879 -1.0412,-0.9042 -2.2044,-1.613 -3.0451,-2.7323 0.65827,-0.64455 1.34651,-0.60229 5.34762,-2.33901 8.2851,-3.5584 16.5603,-8.2435 18.9456,-17.5281 0.5205,-2.0246 1.0778,-5.0463 0.4937,-7.0875 -0.374,-1.3097 -1.9796,-2.5386 -1.9161,-3.9104 0.058,-1.3314 1.4713,-3.1774 2.0432,-4.3992 1.349,-2.8794 2.026,-6.2721 3.5804,-9.016 0.8822,-1.559 3.3434,-0.9411 4.8562,-1.0631 3.0133,-0.2432 6.716,-1.5419 7.9526,-4.5847 2.053,-5.0458 1.3417,-8.3706 -2.097,-12.4605 -0.914,-1.0851 -3.6145,-2.5493 -3.7342,-4.0213 -0.2078,-2.5366 1.0581,-5.652 1.3636,-8.2022 0.7039,-5.844 1.1536,-11.9488 0.7503,-17.841 -0.6329,-9.2237 -1.5372,-18.5961 -3.7025,-27.6168 -0.9483,-3.9617 -3.4827,-8.0081 -4.0399,-11.9756 -0.2175,-1.5532 1.9967,-3.6374 2.8007,-4.8877 1.9309,-3.0045 3.6806,-6.5792 2.9255,-10.2647 -0.6207,-3.0369 -3.9763,-5.4669 -6.76,-6.3411 -1.2049,-0.3784 -3.903,-0.05 -4.3234,-1.4931 -1.1047,-3.7805 0.6256,-8.6776 1.0754,-12.4508 0.3763,-3.138 0.022,-6.4114 0.391,-9.5314 0.3397,-2.867 1.4101,-5.5051 1.8891,-8.3095 0.4912,-2.8861 0.2322,-6.1124 0.2346,-9.0427 -3.1771,-1.0172 -4.3258,0.4191 -7.3319,1.045 -0.8821,0.1838 -1.7913,-0.1368 -2.6882,-0.016 -1.8966,0.2551 -3.6929,1.0172 -5.6212,1.1706 -0.1026,-0.6841 -0.721,-1.524 -0.5499,-2.1995 0.2957,-1.1719 1.7181,-1.5617 1.7181,-2.9326 0,-3.8949 -6.1979,-1.2644 -8.2557,-1.711 l -0.2444,0.9776 h 1.222 l -1.4664,1.7108 c -0.4595,-2.4616 -1.8526,-5.8372 -1.0852,-8.3095 0.4839,-1.5656 1.7035,-2.2648 2.5857,-3.501 0.677,-0.9468 0.6893,-2.3085 1.2514,-3.3421 0.8798,-1.6194 2.6175,-2.8746 3.1136,-4.6435 -1.3979,0.4264 -3.1796,2.4935 -3.4216,3.9103 l -1.5054,3.1554 -2.1606,2.2213 c -0.7698,-2.1868 -4.0667,-0.2229 -5.1322,0.7333 -0.1857,-1.0713 -0.9116,-1.324 -1.9552,-1.418 -1.3124,-0.1181 -2.7617,0.2585 -3.8884,-0.6054 -1.982,-1.5209 -2.3608,-4.8313 -4.9099,-5.553 0.6672,2.087 3.2065,6.0425 5.3352,6.8781 1.5911,0.6245 3.6953,0.2415 5.4183,0.6983 l -2.6884,4.6435 -4.4113,2.5856 -5.3963,2.8165 -3.4436,4.8347 -2.3902,-1.1724 -5.3767,-3.1989 v -0.2444 c 3.4558,-2.8096 -0.9155,-8.4962 -2.444,-11.2423 l 3.9104,-4.6434 c -2.0236,0.1512 -3.5257,2.6475 -4.6436,4.1547 -1.0619,-0.473 -4.7532,-1.0219 -5.2535,-1.9631 -0.6687,-1.2573 0.9366,-4.3818 1.3429,-5.6132 1.5292,-4.6331 2.8099,-9.6611 3.9106,-14.4194 h 0.4888 c 0.6956,2.9029 2.0844,5.6648 2.8472,8.5538 0.4571,1.7275 0.1103,3.8136 0.9899,5.3985 0.7332,1.3239 2.0113,3.2089 3.4948,3.6442 -0.6476,-1.6729 -2.2509,-2.7468 -2.901,-4.4087 -0.4081,-1.0408 -0.193,-2.102 -0.4032,-3.1686 -0.5206,-2.6551 -1.4689,-5.5382 -2.4313,-8.0641 -1.1445,-3.0048 -3.4125,-6.0427 -3.7987,-9.287 -0.3815,-3.2062 3.3959,-4.7201 2.9355,-7.8207 -0.7884,0.5506 -0.9808,1.4028 -1.492,2.1996 -0.8041,1.2526 -1.8881,2.3773 -2.122,3.9103 -0.4704,3.0845 1.8402,5.5693 1.5884,8.5539 -0.4469,5.299 -2.9633,11.3167 -4.5659,16.3745 -0.7846,2.4753 -0.7997,5.1898 -1.7179,7.5764 h -0.2444 l 3.6441,-22.4846 -2.1547,-15.1526 2.6652,-6.5987 c 1.1267,0.6864 1.5087,1.6875 2.3768,2.6118 0.6127,0.6522 1.4813,0.8017 2.0336,1.5573 4.2487,5.8154 3.3762,12.6975 5.6808,19.0486 0.5939,1.6421 1.5495,3.536 2.7838,4.7927 0.8651,0.881 2.1236,1.3155 2.8666,2.3366 1.2782,1.7521 -1.4296,4.8943 0.633,5.5793 l 0.9776,-2.1995 c -0.2004,-1.1985 0.027,-2.5882 -0.6696,-3.6564 -1.354,-2.077 -3.683,-3.0575 -4.8879,-5.3863 -1.7035,-3.2903 -1.6839,-6.7339 -2.4806,-10.2647 -0.831,-3.6884 -2.2436,-6.8939 -3.9116,-10.2646 -0.7667,-1.5489 -3.2066,-6.3054 -5.7703,-4.6356 -0.7611,0.4955 -1.4528,1.9071 -1.9103,2.6804 -2.1171,3.579 -0.6944,7.2934 -0.025,10.9979 0.8261,4.5724 1.0312,7.9267 0.1046,12.4641 -0.4059,1.988 -0.5922,5.4591 -2.4496,6.6618 -1.8781,1.2159 -6.7016,1.0099 -8.5275,-0.206 -1.6756,-1.1159 -2.7666,-2.9782 -4.4907,-4.0393 -2.7031,-1.6639 -5.4203,-2.6024 -7.9291,-4.6871 -1.3923,-1.1569 -3.8428,-3.9636 -5.6864,-4.1194 -2.4307,-0.2052 -1.3838,3.21 -2.1595,4.3518 -0.7639,1.1247 -2.0815,1.4148 -2.7463,2.7717 -1.0362,2.1145 -0.5405,4.3542 -0.7579,6.5985 -0.3139,3.2451 -1.4416,6.3213 -1.9135,9.5315 m 41.303,-41.7919 0.9776,1.4664 h -0.2444 l -0.7332,-1.4664 m 33.9712,0.9776 0.7331,1.7108 -1.4663,-0.9776 0.7332,-0.7332 m -3.1772,2.9328 c 0.2983,-0.304 0.5475,-0.6555 0.8505,-0.9547 1.8306,-1.8141 2.3877,1.5574 0.9679,2.7282 -0.7038,0.5806 -1.6252,0.3809 -1.7694,-0.555 -0.061,-0.3936 -0.022,-0.8198 -0.049,-1.2185 m 27.128,2.9328 c 3.2236,1.5902 -1.3247,3.3261 0,0 m -48.635,15.8857 v 0.2444 l 0.4889,0.4888 h 0.2444 l 3.182,-3.1803 9.0377,-1.8711 8.0652,-4.5942 3.4215,0.3586 c -1.0973,-1.8135 -3.8565,-1.225 -5.3767,-0.3029 -2.4464,1.4828 -4.0106,3.217 -6.8431,4.1533 -2.7446,0.9072 -5.8582,0.1271 -8.554,1.3375 -1.4956,0.6712 -2.5343,2.231 -3.6659,3.3659 m 29.0832,-9.5315 v 0.2444 l 3.4216,2.1996 c -0.4131,-1.7278 -1.7401,-2.366 -3.4216,-2.444 m 7.8207,2.9328 1.9553,-2.444 c -1.1878,0.4048 -2.0799,1.124 -1.9553,2.444 m -67.4534,19.3073 c -1.6848,0.06 -2.5862,-2.0654 -3.6877,-3.1356 -1.6319,-1.5849 -3.6887,-2.3723 -5.3287,-3.8588 -1.1963,-1.0843 -1.5396,-2.6184 -2.9591,-3.5147 0.1766,0.866 1.0125,1.7604 0.8732,2.663 -0.1525,0.9874 -1.5272,1.438 -2.0431,2.2477 -1.1213,1.7602 -1.8533,3.8945 -2.574,5.8428 -1.3604,3.679 -0.8953,7.3165 -1.779,10.9979 -0.8588,3.5777 -3.0667,6.6495 -5.2305,9.5315 h -0.2445 l 3.1736,-10.9978 2.3776,-12.4643 0.4923,-6.11 3.2417,-3.2328 0.7351,-4.0991 c 2.5229,0.6607 4.5468,3.186 6.5987,4.7022 2.4303,1.7961 5.448,2.7053 7.7789,4.5324 2.5351,1.987 3.9077,4.9309 6.2216,7.0484 1.2218,1.1181 6.1291,3.1689 6.1291,4.952 0,1.1808 -4.6642,3.7021 -5.7099,3.3506 -0.9906,-0.3329 -1.6753,-1.4751 -2.3624,-2.2013 -1.807,-1.9099 -4.5853,-3.8639 -5.703,-6.2541 m 36.9039,-1.4664 c 3.0477,4.3493 7.0313,-4.219 9.9739,-3.3135 1.8696,0.5749 1.6839,4.135 2.7372,5.4772 1.4052,1.787 4.8317,1.5023 6.8407,1.5023 l -5.8192,-1.8476 -2.7347,-5.9731 c 2.5001,0.1604 5.5844,-2.2235 6.5986,-4.3991 h 0.4889 c 0.694,3.5726 2.5026,3.9646 5.1323,5.8655 h 0.2445 l 0.4887,-0.9776 c -2.4342,-0.8888 -5.4452,-2.4068 -5.0175,-5.6221 0.1442,-1.1061 1.2,-2.1275 1.5959,-3.1761 -1.762,-0.2633 -3.9934,4.3959 -5.3767,5.5663 -1.7963,1.5187 -3.7563,1.3088 -5.6211,2.2795 -3.5511,1.8474 -5.2668,4.7037 -9.5315,4.6183 m -17.1077,-5.1322 c 1.2347,-0.3613 3.7351,-2.1923 4.1547,-3.4216 -1.9134,0.4386 -3.5012,1.5526 -4.1547,3.4216 m -29.572,-0.2445 c 2.7106,2.1287 5.7047,3.3162 7.3319,6.5987 l -4.3774,0.4422 -4.9097,-5.3301 v -0.4888 l 1.9552,-1.222 m -2.1996,2.444 -1.4663,1.222 0.7331,-1.4664 0.7332,0.2444 m 0.9776,1.222 c -0.5384,1.5563 -1.8628,3.1866 -3.1772,4.1548 -0.2358,-1.7998 1.2367,-4.1556 3.1772,-4.1548 m 25.9061,0 -0.7332,6.5987 c -2.8326,-0.6853 -6.4343,-3.4084 -7.5764,-6.1099 2.6232,0.4854 5.7874,0.4309 8.3096,-0.4888 m -1.222,10.2646 c -0.01,0.8354 0.019,2.1955 1.2308,2.0234 2.0505,-0.2908 0.9338,-3.3558 3.4129,-2.9071 3.8405,0.6945 5.2678,3.5977 6.4902,6.9936 0.3987,1.1074 0.998,3.6193 -0.2419,4.4449 -0.6814,0.4538 -1.7089,-0.1916 -2.3382,-0.478 -1.5108,-0.688 -5.4014,-2.9516 -6.8431,-1.5228 4.7526,0.388 8.9398,3.3276 12.953,5.6213 1.6962,0.9687 3.9275,1.8985 4.888,3.6657 1.3832,-0.091 2.5759,0.968 3.6659,1.7452 2.4611,1.7548 4.8024,3.7026 7.332,5.3547 10.5407,6.8798 18.4275,18.4317 25.1387,28.8264 1.7351,2.6854 3.5314,5.5686 4.6923,8.5539 0.3348,0.8593 1.2025,2.005 1.0729,2.9545 -0.2346,1.7369 -2.141,3.5885 -3.2212,4.8662 -3.1307,3.7092 -6.518,7.2708 -10.3208,10.2964 -10.6337,8.4594 -21.6023,14.9933 -35.2029,17.26 -6.5028,1.0839 -13.041,1.4232 -18.8186,-2.1392 0.342,2.1921 2.8263,2.4135 4.6436,2.7644 4.7015,0.9079 8.4121,1.0372 13.1974,0.2383 17.533,-2.9278 33.1255,-12.4848 44.9275,-25.7315 3.1575,-3.5423 6.9237,-7.7552 8.1114,-12.4643 0.5181,-2.0522 0.7821,-5.3777 -2.2044,-5.3767 v 0.4888 c 3.3849,1.1863 0.9067,6.1336 0,8.3095 h -0.7332 l -4.6436,-9.2871 c 2.5075,-0.01 4.805,-1.0135 7.3319,-0.296 8.3438,2.3675 7.7915,10.2366 3.6562,16.1818 -6.694,9.6234 -15.7122,17.6261 -21.5068,27.8612 -1.2636,2.2357 -2.8204,4.1731 -3.7492,6.5987 -1.9134,5.0028 -1.3514,10.717 0.4791,15.6414 1.6766,4.5062 6.9067,6.2084 10.6118,8.4598 6.4421,3.9133 12.9481,8.4852 18.3298,13.7796 1.8304,1.8007 4.3868,3.6645 5.3644,6.1106 3.0231,7.5639 -4.8318,12.7015 -11.4744,11.4867 l 2.444,-7.8207 c 2.5539,1.7997 2.488,3.7554 2.6883,6.5987 2.4097,-2.072 0.4498,-4.7506 -1.1511,-6.5987 -3.771,-4.3512 -8.9205,-7.3002 -13.757,-10.3118 -13.8525,-8.6233 -30.7941,-13.5291 -47.1687,-11.9698 -5.5467,0.5283 -13.7786,1.1967 -17.3522,6.1514 1.8211,0.1755 3.8562,-2.1565 5.6212,-2.8194 4.0937,-1.5375 8.61,-2.2433 12.953,-2.5356 19.9794,-1.3444 41.4326,6.1735 56.3115,19.5679 1.5935,1.4366 0.7674,2.8049 0.2981,4.6057 -0.9629,3.6871 -2.6932,7.1579 -3.9421,10.7534 -1.5714,4.5274 -3.7979,10.816 -7.0068,14.4282 -1.8819,2.1177 -4.2281,3.2517 -6.5572,4.7286 -7.6594,4.8576 -16.5652,7.7269 -25.6617,7.7269 1.0118,-3.7103 -2.0603,-9.0867 -5.3791,-10.8308 -2.2558,-1.1843 -5.3205,-1.3683 -7.8183,-1.3891 0.1767,-1.3737 0.5624,-2.7807 0.1897,-4.1547 -3.1796,-11.7265 -16.5332,-4.526 -24.6294,-5.3767 -1.1944,-4.0593 -6.0874,-4.1093 -8.3583,-7.333 -5.0156,-7.1195 3.906,-13.9425 7.3,-18.8175 -1.9061,0.9893 -3.3717,3.126 -4.8792,4.6531 -3.7872,3.8362 -7.2103,10.4213 -2.6505,15.5059 1.9207,2.1417 5.0226,2.6388 6.81,4.7741 1.1355,1.3562 1.6335,3.4525 2.0913,5.1277 1.1147,4.0787 2.793,9.0214 1.3002,13.1974 -1.3745,3.8444 -5.5086,6.127 -8.1894,9.0427 -1.9296,2.0994 -2.7119,6.5645 -4.9432,8.0431 -4.1135,2.7299 -11.1105,2.747 -15.8533,3.5926 -7.903,1.4101 -17.1647,5.89 -25.1729,3.1845 -3.3798,-1.1413 -4.8874,-4.4749 -8.065,-5.8044 -2.4721,-1.0338 -5.4926,-0.6208 -7.8208,-2.0432 -1.1037,-0.6745 -3.6427,-2.4097 -3.7806,-3.7954 -0.1597,-1.6082 1.4838,-3.6758 1.8433,-5.2741 0.827,-3.6709 -1.8853,-7.3647 -5.3945,-8.1678 0.2913,-6.6832 7.3604,-6.8176 11.7307,-9.8457 6.4358,-4.4593 9.0036,-11.8914 6.1943,-19.2375 -0.711,-1.8594 -2.1622,-3.7166 -3.2622,-5.3767 -1.6675,-2.5168 -3.9739,-6.0928 -7.0866,-6.8431 0.5751,1.9178 3.4587,3.3025 4.7252,4.8881 4.2061,5.2649 7.4837,12.0129 5.0507,18.8184 -6.113,-3.2031 -9.5055,-9.1571 -12.5214,-15.1527 -4.5,-8.9463 -8.4063,-18.0953 -12.7155,-27.1279 -9.8557,-20.6606 -25.0378,-36.9815 -45.6385,-46.9876 -8.75802,-4.2542 -18.87275,-7.4538 -28.34973,-9.7029 -2.42026,-0.5744 -9.17685,0.3436 -9.38238,-2.698 -0.0901,-1.3332 0.15543,-2.8484 0.41645,-4.1547 2.27998,-11.409 16.4809,-7.6531 24.11853,-5.1321 1.72393,0.569 3.48646,1.13 5.13211,1.9016 11.91682,5.5867 24.62062,11.8679 34.70362,20.4177 5.4142,4.5908 10.0472,10.4832 14.3923,16.0507 4.1123,5.2693 7.8647,9.979 11.026,15.8859 0.6388,-2.6015 -1.1956,-4.6167 -2.7116,-6.6205 -3.4516,-4.5632 -7.0838,-8.9701 -10.682,-13.4201 -4.2929,-5.3088 -9.0995,-10.5401 -14.4674,-14.7816 -6.6845,-5.2816 -14.5088,-9.117 -21.9963,-13.1205 -10.31394,-5.515 -20.88881,-9.9718 -32.7489,-9.735 1.9982,-4.7472 7.36246,-8.5883 10.68015,-12.4643 5.64605,-6.5962 12.441,-12.46717 19.38045,-17.61827 9.5051,-7.0553 19.2791,-13.7222 30.3055,-18.2145 5.4657,-2.2266 10.91918,-4.23511 16.75528,-5.26181 1.5373,-0.2706 4.43052,-0.87462 5.93212,-0.35432 1.5685,0.5435 2.9716,3.0449 3.9555,4.3007 2.9376,3.7492 5.7086,7.5052 8.3251,11.4866 6.6701,10.1501 12.7445,20.5892 16.9736,32.016 1.6507,4.4597 3.9111,10.8155 2.9218,15.6413 -0.6934,3.3835 -2.8844,5.5632 -4.7621,8.3096 2.0121,-0.5649 3.4797,-2.8458 4.3444,-4.6436 2.3773,-4.942 1.1364,-11.0221 -0.4277,-16.1301 -5.0771,-16.5814 -15.4906,-32.0094 -25.821,-45.7022 -2.569,-3.4052 -5.342,-6.8282 -8.6452,-9.5501 -1.421,-1.1709 -3.2032,-2.5402 -5.1324,-2.181 v 0.2444 c 2.4945,0.722 6.19006,2.74231 7.46246,5.12401 -3.25987,0.1835 -6.88814,0.79665 -10.05098,1.75627 -1.08662,-5.9528 3.25572,-10.43968 7.96532,-10.73488 1.4211,-0.09 3.1651,0.9727 4.3991,1.611 3.9892,2.0644 7.398,6.358 10.2734,9.7065 4.5947,5.3511 9.3672,10.3499 14.4105,15.2697 6.1854,6.0336 13.0982,11.6403 22.2402,10.3516 2.7502,-0.3875 5.3975,-2.221 7.8208,-3.4526 9.6423,-4.9013 16.6871,-13.4858 25.6616,-19.3862 2.7057,-1.779 5.3021,-4.4097 8.5539,-5.1131 m -23.2177,-8.5539 v 0.2445 l -3.666,3.9103 c -0.7164,-1.753 1.78,-4.9168 3.666,-4.1548 m -2.1996,6.3544 h -0.4888 c -0.418,-1.8247 0.5633,-2.76 1.7695,-4.0282 0.3357,-0.3531 0.9964,-1.241 1.5866,-0.9949 1.1179,0.4661 -0.9268,2.4305 -1.2595,2.8235 -0.5994,0.7085 -1.1447,1.395 -1.6078,2.1996 m 9.0427,-4.3992 c -1.8022,2.8844 -4.9488,8.004 -8.7983,7.0875 v -0.2444 c 2.5439,0.01 5.7174,-4.8393 7.0875,-6.8431 h 1.7108 m -4.6435,0.2445 c 1.561,1.5244 -1.3506,5.2412 -3.1638,5.744 -1.7482,0.4846 -0.185,-2.1661 0.1381,-2.5669 0.3402,-0.4226 0.7049,-0.8217 1.0705,-1.222 0.632,-0.6919 1.2114,-1.3864 1.9552,-1.9551 m 6.5986,0.2444 -4.8878,7.5762 5.6211,-6.8431 c 1.7996,1.2059 -2.4589,6.326 -3.9529,6.9402 -1.2142,0.4991 -2.8759,-0.1819 -4.1122,-0.3414 1.0162,-1.9613 4.9494,-7.5316 7.3318,-7.3319 m -25.743,0.4073 -0.081,0.1628 0.081,-0.1628 m 11.8124,-0.163 -0.2444,1.4664 c 1.7027,0.078 2.7798,3.3951 2.9328,4.8879 l -4.1548,-0.2444 c -0.3761,-2.1203 0.327,-4.1095 0.9776,-6.1099 h 0.4888 m 43.9915,1.9552 c 1.349,2.4205 3.2627,6.334 5.8654,7.5731 2.0164,0.9603 4.6924,0.3678 6.7405,0.5008 0.9947,0.065 2.0334,0.7584 3.0354,0.9688 -1.0924,-2.7248 -6.6794,-1.3804 -9.0427,-2.1346 -1.7817,-0.568 -2.8545,-2.7367 -3.7367,-4.2198 -0.6648,-1.1205 -1.354,-2.9557 -2.8619,-2.6883 m -27.1281,0.2444 c 0.1437,2.5261 -2.8429,6.3343 -5.3767,5.8655 0.7352,-1.8985 3.3944,-5.2841 5.3767,-5.8655 m -26.3948,18.5741 c 1.7425,-0.3519 2.8142,-1.9202 3.7696,-3.3187 2.3395,-3.4256 3.5478,-6.5627 4.051,-10.6118 6.8295,0.015 13.488,1.9142 20.0406,3.6659 -2.0066,3.7231 -7.8075,6.597 -10.9942,9.3594 -6.576,5.7003 -14.5257,12.7622 -23.7102,13.3475 -4.8852,0.3113 -8.6339,-1.7555 -12.4642,-4.4852 -6.2211,-4.4333 -11.5097,-10.0173 -16.4784,-15.7777 -2.2328,-2.5887 -4.8691,-4.9469 -6.7392,-7.8207 7.336,-0.579 14.6445,-0.6653 21.9957,-0.9872 4.5289,-0.1984 9.1681,-0.5374 13.6861,0.1938 2.5201,0.4079 5.0544,0.5878 7.5764,0.9716 0.9094,0.1382 2.3792,0.247 2.9249,1.1175 0.7119,1.1355 -0.2392,3.4683 -0.6914,4.5698 -1.1689,2.8481 -2.8259,6.7028 -2.9667,9.7758 m 28.1056,-16.6189 -2.1996,4.1547 c 0.8623,-0.6594 1.8682,-2.5469 2.9587,-2.7077 1.7616,-0.2595 -0.953,3.4841 -1.2479,3.9297 l -3.9103,-0.9775 c 0.7003,-1.6652 2.3637,-4.5698 4.3991,-4.3992 m 50.1012,1.9551 c -0.1734,1.3411 -0.8308,2.5237 -0.8845,3.9104 -0.044,1.11 0.5204,2.1152 0.7599,3.1771 0.6403,2.8658 0.4522,6.6518 3.5683,8.2034 2.0847,1.0387 5.4061,0.2286 7.5543,-0.2419 3.3483,-0.7331 6.3249,-0.847 9.5314,-2.0705 0.9067,-0.3461 2.2705,-0.7183 2.923,0.3214 0.4619,0.7392 -0.1369,1.7794 -0.1051,2.5859 0.066,1.6409 0.5206,3.2331 0.3128,4.888 -0.215,1.7435 -1.1217,3.3978 -1.4687,5.1321 -0.8702,4.3488 -0.655,8.8195 -1.0095,13.1977 -0.3788,4.7096 -1.3002,9.1591 -1.3857,13.9305 h -0.2444 c -1.0093,-3.0999 -2.9401,-6.2372 -3.155,-9.5314 -0.286,-4.3831 1.6031,-9.2549 1.911,-13.6862 0.22,-3.1579 -0.7356,-7.3435 0.5377,-10.2647 0.6892,-1.5795 2.3731,-1.8303 3.1503,-3.1772 -0.9996,0.3212 -2.2802,0.6535 -3.0526,1.4063 -0.501,0.4895 -0.5157,1.5844 -1.2072,1.8422 -0.6501,0.2428 -1.6814,-0.2605 -2.3388,-0.3748 -1.4933,-0.2594 -3.1332,-0.2946 -4.6436,-0.1435 -4.0546,0.4051 -11.6676,4.1364 -14.6174,-0.8554 -0.8432,-1.4251 0.018,-3.8756 -0.4596,-5.5407 -0.5009,-1.7426 -1.0508,-2.7683 -1.0092,-4.6435 0.037,-1.617 -1.4811,-2.6359 -1.2659,-4.1548 l 0.7331,0.2444 c 0.853,-2.9416 2.6834,-4.7367 5.8654,-4.1548 m -47.4129,0.9777 c 0.6683,1.7029 -0.7375,2.8677 -2.444,2.6883 0.3559,-1.2675 1.265,-2.1384 2.444,-2.6883 m -26.6392,71.1194 c -1.1379,-3.8327 -3.6886,-6.9622 -3.9688,-11.2423 -1.3241,-20.2292 14.6054,-36.8899 29.6304,-47.9973 3.6528,-2.7003 7.8621,-4.601 11.9755,-6.4606 1.6301,-0.7369 4.0203,-1.1634 5.3767,-2.2421 -1.9637,-0.908 -3.8747,0.2798 -5.6211,1.1778 -3.4804,1.7896 -6.9646,3.245 -10.2646,5.4018 -13.3654,8.735 -27.3575,22.7154 -30.8454,38.8781 -1.2715,5.893 -0.9291,10.7718 0.054,16.619 0.3244,1.9271 1.466,5.6136 3.6626,5.8656 m 66.7203,-66.7203 c 1.3026,1.4099 1.5202,3.0513 0.9776,4.8879 l -7.0876,-0.7332 v -0.2444 l 6.11,-3.9103 m 15.397,2.6884 -4.6436,6.3542 -1.2219,-0.9775 c 1.3245,-1.8978 3.5095,-4.9012 5.8655,-5.3767 m -2.6885,0.4887 -3.6659,4.1548 c -0.237,-1.8068 1.701,-4.5246 3.6659,-4.1548 m 3.666,0.4888 c 0.2347,1.7049 -3.3604,6.2392 -5.1323,5.6211 v -0.4887 l 5.1323,-5.1324 m -23.9509,0.7333 -0.2444,0.2443 0.2444,-0.2443 m -0.7331,0.4887 -2.444,2.444 2.444,-2.444 m 1.7108,0 0.2444,0.2444 -5.6212,6.3543 7.3319,-6.3543 0.2444,0.2444 c -1.1535,2.0531 -3.0256,3.7608 -4.6459,5.4554 -0.5842,0.6097 -1.2245,1.5588 -2.1972,1.31 -1.53,-0.3913 -1.2318,-1.635 -0.5133,-2.6107 1.3222,-1.7926 3.2725,-3.4658 5.1569,-4.6435 m 6.8431,0.2444 c -2.1434,3.6684 -5.7434,7.5113 -9.776,8.3095 -0.3372,-2.3391 4.9149,-7.2559 7.0876,-7.8207 l -5.8655,7.0875 c 2.6834,-1.8899 5.0957,-7.3855 8.5539,-7.5763 m 1.222,0.4888 c 0.4326,2.668 -4.5116,7.6549 -7.0876,7.8207 0.6721,-2.4692 4.7927,-6.7493 7.0876,-7.8207 m 0.7332,1.7108 v 3.4215 l -4.3992,1.7108 4.3992,-5.1323 m 12.4641,0.9776 0.4889,1.2219 h -1.7108 l 1.2219,-1.2219 m -12.4641,3.4216 c 0.787,4.3565 6.2369,4.509 9.7758,4.1547 l -0.2444,0.9775 c 0.589,0.5375 0.3201,1.0407 0,1.7108 0.9898,0.7134 0.6183,1.7015 0.7405,2.792 0.2957,2.6642 -0.6354,6.6041 -1.9625,8.9391 l -6.8431,-6.8302 -11.9754,-9.0556 4.6435,-0.5597 5.8656,-2.1286 m 22.7288,3.4214 -0.3519,13.4429 -1.7938,9.2861 3.1232,10.0202 c -3.3383,-4e-4 -3.7538,-2.1756 -5.4841,-4.6435 -2.7275,-3.8913 -5.7946,-7.4889 -8.6908,-11.2422 2.5833,-4.1372 5.4696,-12.4262 4.3991,-17.3522 3.0502,-0.3854 5.8143,-0.1933 8.7983,0.4887 m -10.7534,0.2445 -1.222,1.2219 -0.2445,-0.9775 1.4665,-0.2444 m 1.222,0 c 0.3299,1.4488 -1.1292,3.2434 -2.1996,4.1547 0.01,-1.8794 0.7919,-2.9369 2.1996,-4.1547 m -0.2444,3.1771 c -0.044,1.3604 -0.7699,2.7191 -1.9552,3.4216 0.019,-1.6187 0.6404,-2.4919 1.9552,-3.4216 m -0.7332,3.9103 -1.222,1.4664 0.7332,-1.4664 h 0.4888 m -1.0583,1.8739 -0.083,0.1627 0.083,-0.1627 m 0.08,1.5477 -0.9776,2.444 h -0.2444 l 1.222,-2.444 m -95.5591,7.7073 c -4.6421,1.0434 -3.0569,9.0928 1.9551,7.9676 4.8987,-1.0996 2.6229,-8.9962 -1.9551,-7.9676 m 0.2453,0.8083 c 3.547,-0.4534 5.3748,5.6939 1.4652,6.3376 -3.9931,0.6575 -4.9686,-5.8899 -1.4652,-6.3376 m -130.26444,33.5206 c 2.23745,3.1318 5.46764,5.5022 8.30948,8.0459 1.17873,1.0552 2.76388,1.9182 3.42082,3.4408 0.44749,1.037 -0.15299,2.1541 -0.36219,3.1771 -0.39323,1.9212 -0.70679,4.1443 -0.80797,6.11 -0.1442,2.8032 0.5929,5.7932 0.99957,8.5538 0.19284,1.309 0.76815,2.8297 0.37296,4.1548 -0.92089,3.0874 -5.44614,5.5652 -7.77793,7.5161 -3.5831,2.9978 -5.99847,6.7022 -8.55388,10.5693 h -0.48824 c -3.18056,-5.40274 -3.47118,-9.82 -3.67549,-16.3746 -0.3617,-8.4948 2.16854,-16.1684 4.71539,-24.1953 1.15967,-3.6557 1.90214,-7.4456 3.35924,-10.9979 h 0.48879 m 76.98509,47.6574 c -5.5774,1.6406 -11.0509,4.0556 -16.8633,4.9552 -1.4897,0.2304 -4.3706,1.2253 -5.7869,0.5185 -0.9574,-0.478 -0.111,-1.6965 0.229,-2.2965 1.0634,-1.8763 2.0478,-4.2995 3.6829,-5.7605 1.0363,-0.926 2.7814,-0.904 4.0744,-1.2366 2.7388,-0.7041 8.3272,-2.4066 9.7759,-4.9783 l -6.5987,3.3452 -7.0232,1.6189 -1.7628,2.3678 -3.9226,6.5986 c -2.8333,0.1295 -5.7453,1.1719 -8.554,1.6409 -7.7811,1.2999 -15.55729,2.9013 -23.21768,4.8051 -3.92721,0.9761 -10.58995,3.7324 -14.59414,2.062 -3.11875,-1.3014 -5.76165,-3.8857 -8.06509,-6.2874 -0.67552,-0.7046 -2.08373,-1.6147 -2.00454,-2.7093 0.10607,-1.4669 1.68731,-2.9874 2.45765,-4.1548 2.13089,-3.2295 4.51449,-5.7441 7.54232,-8.1628 2.01505,-1.6097 5.0683,-3.4551 6.37656,-5.7299 0.49857,-0.8666 7.3e-4,-2.0627 -0.16301,-2.9707 -0.37881,-2.1006 -0.74126,-4.2371 -1.01156,-6.3543 -0.80113,-6.2778 0.56505,-13.0203 3.03907,-18.8185 0.61001,-1.4297 1.38084,-4.4525 2.68323,-5.3665 1.0145,-0.7117 3.45993,0.6696 4.4727,1.037 4.28862,1.5551 8.55699,3.2253 12.70839,5.1191 14.023,6.3973 26.2596,15.2714 35.169,28.0491 2.8263,4.0532 5.8714,7.8904 7.3564,12.7087 m 167.9005,-45.7022 c 2.1715,9.3551 3.2703,7.8346 2.9328,8.7983 h 0.2444 c 2.4073,7.5765 2.9621,15.1478 3.7075,22.9733 0.9946,10.448 2.2997,22.6536 -1.5079,32.7492 -4.1328,-1.8933 -7.5178,-5.881 -11.2521,-8.4669 -4.8659,-3.3702 -11.1176,-5.2856 -14.7689,-10.1073 -1.7279,-2.2834 -2.2484,-5.7863 -2.3388,-8.5539 -0.3031,-9.5334 6.0365,-17.5059 11.9192,-24.4399 1.5935,-1.8801 2.8716,-3.9927 4.465,-5.8653 2.0115,-2.3633 4.3919,-4.491 6.11,-7.0875 h 0.4888 m -227.77782,18.8186 c 0.17841,2.6309 1.4241,5.9801 4.64353,6.0383 1.35348,0.024 2.56666,-1.1953 3.66589,-1.8484 2.38985,-1.4195 5.0972,-2.9543 7.8205,-3.6182 7.133,-1.7387 13.8058,2.431 20.0409,5.0494 0.089,-2.3933 -3.229,-5.1431 -4.7125,-6.8429 -2.1047,-2.4119 -5.1921,-5.8014 -8.4852,-6.5019 -2.2771,-0.4842 -5.6576,0.5709 -7.8208,1.2452 -5.55109,1.7311 -10.24239,3.3761 -15.15232,6.4785 m 33.97122,3.4216 c -5.933,-2.0203 -11.9318,-5.2879 -18.3301,-3.4837 -2.8587,0.806 -5.7432,2.3178 -8.30898,3.7945 -1.55656,0.8955 -2.99312,2.0217 -4.634,0.611 -3.32379,-2.8582 -0.8896,-5.352 2.1898,-6.8142 4.62831,-2.1977 13.40588,-5.7705 18.57388,-4.2137 2.93,0.8825 5.5117,3.7241 7.4359,5.9513 1.111,1.2863 2.5182,2.5182 3.0735,4.1548 m -27.86131,7.5763 h 2.19951 c -1.05671,1.7442 -3.11892,6.3997 -2.19951,8.3094 l 1.22199,-0.2444 c -0.002,2.7688 0.0281,4.8662 1.46632,7.3319 h -1.46632 c -0.19478,1.9946 1.55139,4.2437 3.42141,4.888 l 0.24439,-0.2444 -2.4439,-3.666 c 3.84886,0.3752 7.98812,-1.3254 11.48652,-2.7375 1.3664,-0.5514 3.3414,-1.1834 3.9104,-2.6392 -3.9124,-1.2514 -7.351,-3.3524 -11.48673,-3.8405 -1.16471,-0.1376 -4.1215,0.4309 -4.87743,-0.6733 -0.87054,-1.2716 0.6982,-5.571 1.99684,-6.1913 0.76739,-0.3666 2.0858,-0.01 2.88059,0.1491 2.93223,0.5838 6.42693,2.2756 8.61403,4.3283 1.4813,1.39 2.5185,3.2422 4.0947,4.5169 0.1995,-1.7423 -1.5967,-3.2055 -2.7016,-4.3989 -2.8045,-3.0295 -7.2349,-4.8131 -11.22911,-5.4833 -1.64882,-0.2766 -3.83899,-0.7256 -5.1321,0.5952 m 178.16521,5.6211 c -0.052,1.2317 -0.6427,2.2075 -0.034,3.4252 1.4004,2.8056 5.5869,3.4125 7.2586,0.4631 1.6399,-2.8988 -0.4497,-5.5586 -3.5585,-5.5534 -1.415,0 -2.5245,0.9614 -3.6659,1.6651 m 3.1771,-0.6369 c 3.5243,-0.6342 5.0225,4.7173 1.4665,5.4566 -3.9153,0.8139 -5.5699,-4.7181 -1.4665,-5.4566 m -176.69901,3.1622 0.0813,0.081 c -0.12045,0.04 -0.27028,-0.081 -0.0813,-0.081 m 11.48661,3.3402 c -2.4296,2.2726 -7.0531,3.2597 -10.26472,3.6659 0.0674,-1.0084 2.22502,-4.5277 0.48879,-4.6436 l 0.24443,-1.9551 -1.22193,0.7332 c 1.95363,-3.1679 8.49053,0.8789 10.75343,2.1996 m -15.64117,-2.9328 0.48879,0.4888 -0.48879,-0.4888 m 4.15456,3.9104 -0.9775,2.1996 0.9775,-2.1996 m 40.59311,0.2522 c -2.2106,1.1775 -0.3957,4.0098 1.6734,2.8811 2.0056,-1.0939 0.1872,-3.8724 -1.6734,-2.8811 m -39.61561,0.2366 c -0.23628,0.9773 -0.17375,1.8517 -1.22191,2.1995 l 1.22191,-2.1995 m 39.94311,0.3966 c 1.0641,-0.4854 2.1209,1.1149 1.0099,1.6985 -1.052,0.5529 -2.1256,-1.1899 -1.0099,-1.6985 m -44.01624,1.4771 0.0813,0.1628 -0.0813,-0.1628 m 35.13494,0.3363 c -1.8849,0.97 -0.7056,3.5587 1.1845,2.6244 1.7579,-0.8689 0.5716,-3.5281 -1.1845,-2.6244 m 0.7092,0.5289 c 0.8595,0 0.6262,1.5881 -0.1921,1.4351 -0.7051,-0.132 -0.4941,-1.4351 0.1921,-1.4351 m 16.8642,0.6826 c -0.3802,4.6481 -3.0553,9.7172 -4.8734,13.9306 -7.6025,17.6176 -21.1789,31.7645 -34.7191,44.9727 -3.8249,3.7309 -7.7411,7.2634 -11.72722,10.8182 -2.00128,1.7841 -3.89975,4.0839 -6.3579,5.2496 -4.74349,2.2534 -11.47613,0.2713 -16.13018,-1.1633 l 0.2444,-4.888 2.19957,-1.4663 c -0.63544,0.242 -1.44121,0.8065 -2.14581,0.5621 -1.01718,-0.3495 -1.32194,-2.1319 -1.90116,-2.9362 -2.06735,-2.8718 -4.5729,-3.6461 -1.9344,-7.1574 0.44114,-0.5868 0.88325,-1.3791 1.592,-1.6782 0.95021,-0.4014 2.31493,0.5313 3.16738,0.9111 2.61407,1.165 5.33863,2.26122 8.25966,2.51642 -0.78769,-1.5011 -3.15372,-0.85282 -4.59371,-1.57092 -3.36509,-1.6783 -7.30844,-2.9714 -10.33089,-5.2369 -1.01425,-0.7605 -2.46156,-1.681 -2.72649,-3.0102 -0.29425,-1.4781 0.86541,-3.042 1.32634,-4.3955 l 3.67206,3.5403 6.837,5.0136 -4.57388,-3.7882 -5.20199,-5.4989 c 0.41694,-1.4585 1.34247,-2.8514 1.40211,-4.3991 0.14932,-3.8808 -4.09145,-5.9081 -7.02323,-7.3319 v -0.2444 c 1.79998,-0.5309 5.68002,-0.7547 7.3319,0.1928 1.44536,0.8292 2.52804,3.706 4.15474,3.2287 -2.55419,-3.5877 -4.58537,-7.076 -9.77587,-6.4963 -1.65627,0.185 -2.28926,1.7435 -3.68794,2.2624 -1.29555,0.4805 -4.68118,-0.6929 -5.81787,-1.3843 -2.70449,-1.6447 -3.95311,-6.5642 -2.62261,-9.29 1.51281,-3.0995 4.3004,-4.8078 6.64807,-7.1581 2.74165,-2.7454 5.06855,-5.9037 7.43553,-8.9721 h 0.24439 c 2.56177,2.9103 6.65933,7.4996 10.50906,8.5517 4.72101,1.2902 10.58409,-1.2031 15.1526,-2.1937 10.43744,-2.2634 20.93544,-4.9317 31.52724,-6.358 0.9129,1.4029 4.6544,0.2782 6.11,0 6.0534,-1.1567 12.735,-2.4745 18.3296,-5.1323 m 0.9777,1.7108 c 1.3097,3.5295 3.7024,6.8013 5.2636,10.2646 3.8797,8.6063 7.5371,17.6445 12.5565,25.6617 1.7291,2.7619 3.9674,6.0265 6.4201,8.187 0.8146,0.7173 3.174,1.8748 3.2026,3.0658 0.049,2.0414 -3.4269,4.7579 -4.9583,5.7035 -4.9975,3.086 -12.0698,3.6773 -12.2198,10.9049 -13.1969,-0.01 -25.615,2.6908 -38.3704,6.0513 -6.8578,1.8036 -13.5672,3.3336 -20.5296,4.6533 -3.73131,0.7087 -8.16382,1.8623 -11.97519,1.5152 -0.8967,1.0412 -3.11142,0.9165 -4.3989,0.9997 -4.12151,0.259 -8.62305,0.7356 -12.70887,-0.022 0.24367,-1.0534 0.61148,-3.1283 1.74304,-3.5854 0.9595,-0.3861 2.89267,0.4913 3.87808,0.7039 2.67175,0.5768 5.5703,1.024 8.30949,0.9165 1.51868,-0.058 5.79881,-1.6594 6.35431,0.01 1.8034,-0.4496 4.20915,-1.62199 4.98408,-3.28389 l -4.73968,2.30639 c 2.1656,-3.248 5.62297,-5.6016 8.48394,-8.1898 4.6254,-4.1877 9.3392,-8.4191 13.7525,-12.832 15.0171,-15.016 28.4921,-32.4349 34.4636,-53.0305 h 0.4889 m 0.56943,6.92393 c -1.8697,3.9509 -3.1919,8.0978 -5.2518,11.9754 -1.2224,2.3015 -3.5183,4.6846 -3.7908,7.3319 h 0.2445 c 2.6389,-4.6306 5.4082,-8.9594 7.4303,-13.9305 0.6081,-1.4951 2.1436,-3.7954 1.3678,-5.3768 m -79.26528,10.91707 c 0.46509,1.363 1.13327,2.5467 2.24137,3.4998 3.25829,2.8035 12.0468,5.2909 7.15373,11.0941 -1.5287,1.813 -4.9114,1.8061 -5.97354,3.4915 4.21779,-0.088 10.80331,-4.5749 7.81849,-9.5305 -1.55412,-2.5801 -5.2103,-3.6853 -7.57043,-5.3865 -1.23885,-0.893 -2.17831,-2.9121 -3.66962,-3.1684 m 69.73388,8.63463 -1.2219,2.444 c 0.7558,-0.6269 1.494,-1.4195 1.2219,-2.444 m -2.6883,4.3992 -2.9329,4.3991 c 1.2907,-0.5641 3.2173,-2.9408 2.9329,-4.3991 m -6.1099,8.7983 -9.2872,9.2871 -3.666,4.1547 c 3.8488,-1.5468 7.149,-6.4017 10.0202,-9.2871 1.0297,-1.0347 2.8543,-2.6146 2.933,-4.1547 m 48.06537,12.38347 0.2444,0.9775 19.063,-3.0364 22.24,-4.051 c -1.0035,-0.9109 -2.2104,-0.4258 -3.4216,-0.1283 -2.3322,0.5726 -4.728,0.847 -7.0874,1.3021 -10.3001,1.9869 -20.7596,2.9699 -31.0384,4.9361 m 60.1216,8.5539 -2.9328,-11.7311 c 4.0037,-0.316 7.9911,-0.8637 11.9755,-1.2638 3.0704,-0.3081 5.5062,-0.9421 8.065,1.3088 5.5283,4.8625 1.9655,11.5558 -1.1242,16.8182 -1.2663,2.1558 -3.4648,5.4551 -6.2076,5.8021 -4.2098,0.5304 -9.2637,-4.1865 -8.0388,-8.4912 0.8721,-3.0648 3.8734,-5.6588 5.5823,-8.3086 0.4563,-0.7072 3.5689,-5.0712 1.9645,-5.7157 -0.6797,-0.273 -1.2919,2.9555 -1.6135,3.5161 -1.5845,2.7613 -4.1663,8.0527 -7.6704,8.0652 m -138.73699,8.63463 c 1.97502,-0.3984 3.49632,-2.4441 4.92952,-3.7731 3.5486,-3.292 8.9424,-6.5373 11.201,-10.8907 -2.0489,0.5735 -3.4091,2.7284 -4.8882,4.1452 -3.3593,3.217 -9.0383,6.3894 -11.24232,10.5186 m -54.82533,4.31837 2.52437,-3.6122 2.36357,0.1906 c 0.37367,2.422 3.25536,3.1845 5.13233,4.2574 5.98919,3.424 14.20091,4.1157 21.02178,3.8297 11.63401,-0.4863 23.59747,-2.1165 34.94487,-4.8855 10.0037,-2.4415 20.2666,-6.5034 30.5499,-7.3783 5.1866,-0.4427 9.8966,-1.6839 15.1562,-1.2389 2.5386,0.2149 4.8262,-0.1412 6.2546,2.4877 0.97,1.7842 1.2149,7.2171 -1.193,8.246 -0.7279,0.3104 -1.7128,-0.4448 -2.3768,-0.6868 -2.0325,-0.7478 -3.9214,-1.4516 -6.11,-1.4541 -6.6261,-0.01 -13.1141,2.1335 -19.5517,3.4215 -14.4201,2.8839 -28.8011,6.347 -43.50273,7.3539 -5.18219,0.3544 -10.42157,1.2269 -15.64139,0.6697 -6.56816,-0.7038 -12.61405,-2.3756 -18.57415,-5.2815 -2.09619,-1.0215 -4.14863,-2.2386 -6.10991,-3.4973 -0.65572,-0.4204 -1.57025,-1.4395 -2.40316,-1.4052 -1.50426,0.064 1.42337,2.3511 1.66997,2.6493 -2.93912,0.7086 -6.45379,0.6476 -8.51127,-1.8746 -1.21844,-1.4909 -1.728,-3.4631 -3.00536,-4.8978 -2.09772,-2.3559 -4.90111,-3.7563 -3.78457,-7.4063 1.6905,-5.5261 7.11073,-9.1337 12.85723,-8.5845 1.42361,0.1359 3.26074,0.3451 4.36297,1.3525 1.6575,1.5153 0.17792,4.3303 1.221,6.1881 1.6663,2.9682 5.6226,4.628 3.84632,8.6238 -2.82669,6.3592 -7.29133,-5.7631 -10.24145,-0.7112 -0.26248,0.4497 -0.49172,0.9556 -0.66964,1.4444 -0.26713,0.7332 -0.26419,1.4322 -0.22998,2.1996 m 262.97092,-19.3074 c 2.9377,3.7158 1.591,7.8525 0.1319,11.9755 -2.8789,8.1311 -12.3175,12.4813 -19.9279,15.3188 -2.3341,0.87 -5.543,2.3217 -8.0652,2.285 -1.2146,-0.017 -2.202,-1.2488 -3.1772,-1.8476 -1.8476,-1.1389 -4.0375,-2.0969 -6.1099,-2.7324 -1.2856,-0.3959 -2.6468,-1.3148 -3.4215,0.1736 3.7368,1.0191 11.7774,3.1307 12.1367,7.9014 0.1882,2.483 -1.8476,4.2549 -2.1164,6.518 -2.3438,2.0774 -4.5825,3.5315 -7.332,5.1006 -1.9185,1.0948 -3.8101,2.026 -5.8654,2.8521 -1.508,0.606 -3.5306,1.5959 -5.2023,1.1633 -3.9835,-1.0289 -4.1255,-6.474 -2.4413,-9.3604 2.3738,-4.0692 7.6802,-4.8781 11.5539,-6.8871 1.2292,-0.6379 4.9588,-2.3926 4.1449,-4.2916 -0.347,-0.8139 -2.202,2.0041 -2.9231,2.4562 -3.0035,1.8867 -6.8014,2.8716 -10.0201,0.9018 3.4387,-1.3002 5.103,-3.8321 7.4028,-6.5987 2.219,-2.6713 4.7559,-5.3303 5.5502,-8.7983 11.2031,0 24.0878,-4.8527 32.5049,-12.2648 1.322,-1.1636 2.043,-2.6099 3.177,-3.8654 m -56.2111,16.8634 c 0.9401,-1.3759 2.2581,-2.4929 3.125,-3.9104 1.537,-2.5146 2.4021,-5.6362 4.051,-8.0289 0.8075,-1.1714 2.3921,-0.7168 3.5774,-0.5432 3.7857,0.5545 5.9681,1.8529 7.9868,5.1956 3.5413,5.862 -1.6986,10.9479 -4.9514,15.3545 -2.4049,3.2602 -6.3727,7.1167 -10.8345,4.7168 -2.2532,-1.2122 -3.8124,-5.0956 -2.4105,-7.3857 2.4193,-3.9543 7.3376,-6.3177 10.1998,-10.0447 1.1535,-1.503 2.4439,-3.4396 1.8989,-5.4259 -0.1832,-0.6612 -0.7576,-1.7273 -1.5837,-1.6598 -0.5987,0.049 -0.3372,0.6869 -0.2052,1.0207 0.76,1.9071 0.7331,3.3535 -0.4522,5.0899 -1.1999,1.7572 -3.6686,5.0199 -5.758,5.6431 -1.4261,0.4253 -3.1728,-0.091 -4.6434,-0.022 m -213.60292,-2.444 c 1.64111,-0.5156 2.37998,-3.3404 3.53519,-4.618 2.01823,-2.2326 4.0235,-2.4227 6.72947,-2.9582 v -0.7332 c -4.50839,-1.0705 -9.96785,3.8424 -10.26466,8.3094 m 201.87172,-7.5762 c -0.5966,1.4351 -1.2868,2.7892 -1.0011,4.3991 0.7985,4.4993 6.6479,8.4512 11.0214,6.5987 l 0.2444,0.7332 4.3991,-0.2444 v 0.2444 c -7.2025,1.4786 -13.9035,0.9092 -20.2849,-2.9327 v -0.4888 c 1.5432,-1.178 2.6746,-2.6248 3.4714,-4.3992 0.7296,-1.6242 0.4436,-2.9667 2.1497,-3.9103 m -126.1088,15.3969 c 7.4575,0 15.6418,-2.3954 22.8938,-4.199 7.976,-1.9821 15.536,-3.5532 23.7861,-1.6665 l 0.2445,-0.2444 v -0.4887 c -5.2343,-2.1386 -11.2639,-1.6525 -16.4544,-0.3914 -5.9684,1.4492 -11.9708,2.8618 -18.0854,3.6024 -2.8551,0.347 -5.6203,1.8308 -8.4742,2.1535 -1.347,0.1515 -2.9362,0.2272 -3.9104,1.2341 m 138.8175,-2.4439 c -0.6422,1.4052 -1.9114,2.5491 -2.1258,4.1547 -0.7972,5.978 6.6923,8.1971 10.924,9.7759 -2.1748,1.3296 -6.0517,1.4664 -8.5539,1.4664 -6.8352,0 -13.2082,-1.2636 -19.5516,-3.8004 -2.0865,-0.8358 -6.052,-1.8061 -7.4888,-3.578 -0.8205,-1.0117 0.077,-2.3633 0.5029,-3.375 1.0072,-2.3976 2.7394,-4.2771 4.5323,-6.1076 0.6338,-0.6452 1.4528,-1.8354 2.413,-1.9894 0.7109,-0.1148 1.65,0.6794 2.2404,1.007 1.4692,0.8187 3.032,1.332 4.6432,1.8134 4.0923,1.2245 8.2942,0.9727 12.4643,0.633 m -204.56016,-2.1996 c -0.34656,1.4933 1.45733,2.4025 2.51362,3.2456 2.97381,2.3706 7.01688,3.9959 10.6838,4.9026 2.76681,0.6843 5.4608,1.6766 8.30949,2.0456 10.05252,1.3075 21.25371,-0.4326 31.03805,-2.6786 2.8091,-0.6452 5.7251,-0.9898 8.554,-1.5666 1.0856,-0.2224 2.523,-0.1392 2.9329,-1.3051 -5.6462,0.1442 -11.5785,1.9747 -17.10771,3.0795 -6.49458,1.2977 -12.97207,1.4981 -19.55172,1.4101 -1.96031,-0.027 -3.90033,0.33 -5.86552,0.049 -4.96125,-0.7112 -10.49073,-2.2705 -14.9082,-4.6656 -2.32421,-1.2586 -4.21365,-3.4459 -6.59871,-4.5164 m 131.97436,10.5091 13.9306,-2.1996 13.6862,-3.2725 15.8858,-3.0818 v -0.4888 c -3.2317,-0.7601 -7.5849,1.0631 -10.7534,1.789 -7.4551,1.7083 -15.1433,3.7148 -22.729,4.6362 -2.5327,0.3054 -5.0605,0.787 -7.5762,1.2121 -1.0918,0.1858 -2.3819,0.078 -2.444,1.4054 m -10.2648,0.4888 v 0.4887 c -4.9577,0.3911 -9.7792,1.8844 -14.6601,2.7299 -11.051,1.9162 -22.3855,4.2819 -32.9971,7.9503 -4.9352,1.7035 -9.5611,4.5482 -14.4198,6.1832 2.0175,-3.5413 4.8878,-6.6354 7.1621,-10.0178 0.7559,-1.1243 2.311,-2.4196 2.1837,-3.903 -0.1264,-1.4713 -3.4324,-3.27 -4.7021,-3.6757 l 3.9104,3.1771 c -0.7656,3.3483 -3.6927,6.2859 -5.6118,9.0427 -2.2152,3.182 -4.9906,8.3974 -8.3606,10.426 -6.20971,3.7368 -16.21107,-1.4933 -19.99872,-6.7601 0.82923,-1.6594 0.0457,-4.035 0.2769,-5.8655 0.23584,-1.8696 2.95598,-5.7506 4.48761,-6.8407 1.39452,-0.9897 4.56435,-0.6207 6.24311,-0.738 4.05972,-0.2835 8.1809,-1.1805 12.2098,-1.7743 10.7078,-1.5788 21.2016,-4.0766 31.7719,-6.3397 5.5842,-1.1951 11.5595,-3.2235 17.3522,-2.5955 6.5125,0.7087 8.7141,7.9869 15.1525,8.5124 m 50.8382,-6.0978 c -2.4229,1.1536 -0.9424,4.431 1.4105,3.2457 1.8336,-0.9238 0.542,-4.1768 -1.4105,-3.2457 m 0.974,0.9654 0.2444,0.9777 h -1.4664 v -0.4889 l 1.222,-0.4888 m -82.8504,8.5539 c 1.4365,0.9629 4.9199,-0.782 6.5986,-1.1414 6.2756,-1.3392 12.3885,-2.9938 18.8185,-3.5021 v -0.4888 c -8.2236,0 -17.6867,2.4513 -25.4171,5.1323 m -26.6395,-3.9103 0.2444,0.2444 -0.2444,-0.2444 m -2.6884,1.2219 -0.2445,0.2444 c 0.7295,1.1145 2.3057,2.3951 3.6661,2.1997 l -3.4216,-2.4441 m 77.7291,0.1858 c -2.2494,0.8407 -0.6921,4.316 1.4447,3.4484 2.2501,-0.914 0.6661,-4.2378 -1.4447,-3.4484 m 0.2336,0.7919 c 3.0218,0.8163 -0.8544,2.5832 0,0 m -117.31046,0.7331 12.95303,0.7333 c -0.66085,1.9917 -3.01977,3.3726 -3.45138,5.3767 -0.24219,1.1242 0.76961,3.287 -0.73953,3.8541 -3.88933,1.4615 -9.9951,-6.4106 -8.76212,-9.9641 m 15.64139,0.4888 -3.94505,5.6212 -0.20969,5.6211 c -1.40944,-1.068 -1.15135,-4.4651 -1.22199,-6.11 2.14434,-1.1731 2.71012,-4.9221 5.37673,-5.1323 m 13.68597,0.4888 c 1.2776,1.4371 3.9409,3.4094 5.8655,3.666 -0.913,-1.833 -3.8937,-3.3263 -5.8655,-3.666 m 13.9308,0 -3.1774,5.8655 c 1.8199,-0.5694 3.4893,-4.0912 3.9107,-5.8655 h -0.7333 m 32.5049,0.9776 0.2445,0.2444 -0.2445,-0.2444 m -19.0629,2.6884 v 0.2444 c 2.9301,-0.2322 6.1194,-1.2563 8.7983,-2.444 -1.953,-0.8114 -6.9934,1.1877 -8.7983,2.1996 m 15.1525,-1.9552 0.2445,0.2444 -0.2445,-0.2444 m -51.32334,0.4888 3.42156,2.2851 7.82038,5.2912 0.2444,-0.2444 c -0.6933,-1.4517 -2.0973,-1.916 -3.42152,-2.6908 -2.49608,-1.4615 -5.11984,-4.255 -8.06482,-4.6411 m 33.48254,2.1995 v 0.2444 l 0.9775,-0.2444 h -0.9775 m -3.9104,1.4664 1.2219,-0.7331 -1.2219,0.7331 m -5.8656,2.444 3.6659,-1.4664 c -1.1214,-0.3886 -3.2186,0.352 -3.6659,1.4664 m -39.10353,1.222 -0.24439,0.4888 1.22198,0.4887 -0.2444,-0.4887 h 3.66595 c 1.48593,5.4744 9.37751,8.4586 13.93061,10.7534 -2.77708,2.8888 -7.45532,4.5482 -11.24224,2.7739 -1.58125,-0.738 -2.72088,-2.1287 -4.15475,-3.0989 -1.70051,-1.1487 -3.96337,-2.0334 -5.04361,-3.8713 -1.60422,-2.7323 -1.67412,-6.2443 -1.0663,-9.2455 l 3.17715,2.1996 m 12.21984,-1.7108 c 0.79013,2.791 5.78805,4.4945 8.06499,6.0293 1.03403,0.6965 1.88443,1.5421 3.17698,1.3026 v -0.4888 l -8.06482,-4.756 -3.17715,-2.0871 m 24.19509,1.9552 c 0.9834,-0.3105 1.8554,-0.6966 2.1997,-1.7108 -1.0531,0.2102 -1.8709,0.655 -2.1997,1.7108 m 9.5317,-0.4888 -0.2443,0.2444 0.2443,-0.2444 m 154.4588,1.7108 -0.2444,0.7331 c 2.8668,0.2273 7.0362,1.2684 9.2162,3.2407 3.292,2.9768 3.5927,9.8737 0.892,13.3563 -1.2464,1.6057 -3.4533,2.4 -5.2203,3.2627 -3.3091,1.613 -6.0391,3.1625 -9.7759,3.6465 -4.8365,0.6256 -9.6683,0.068 -9.875,-5.6652 -0.038,-1.0582 0.053,-2.5222 0.7248,-3.3898 1.2782,-1.6448 3.9569,-1.2928 5.7287,-1.9136 5.0736,-1.7817 13.2781,-4.2305 15.6414,-9.6048 l -8.7983,5.9022 -3.666,-1.3197 -7.8206,-1.6498 4.8879,-2.1188 8.3095,-4.4798 m 11.9754,26.8836 c -2.3266,1.266 -3.3629,3.9396 -6.1099,4.9173 -1.5739,0.5597 -2.9084,-0.2933 -4.3991,-0.7552 -3.7443,-1.1658 -6.9507,-3.0941 -10.2647,-5.1397 2.4317,-1.0313 5.4915,-0.6085 8.065,-1.525 1.1902,-0.4228 2.9304,-1.8623 4.1548,-1.7597 0.9825,0.086 1.789,0.8969 2.73,1.1462 2.4439,0.6526 5.2081,1.0974 7.5347,2.1092 5.1861,2.2533 3.7637,11.1714 0,14.0748 -3.1674,2.444 -7.2171,3.0183 -10.9979,3.9177 -2.8374,0.677 -4.8048,1.7132 -7.8207,1.5788 -4.0594,-0.1809 -6.8578,-4.0521 -5.6235,-8.0554 1.2708,-4.1253 5.6944,-3.0989 9.0451,-3.1796 3.6146,-0.091 6.9678,-0.892 10.0202,-2.8399 1.4811,-0.9458 3.5878,-2.6052 3.666,-4.4895 m 4.1548,20.0405 -2.2142,1.811 -9.2725,2.5882 -7.5764,-4.6436 c 3.7492,-0.6379 7.3858,-3.0524 11.2423,-3.0745 2.2999,-0.012 5.5626,1.9185 7.5763,2.9548 1.7915,0.9213 3.5682,1.4199 4.8855,3.0745 0.7699,0.9678 1.4664,2.0089 1.9405,3.1552 3.7198,8.9986 -9.6585,9.3457 -14.891,10.0936 -2.3242,0.3323 -5.4745,1.9795 -7.8207,1.3734 -2.0799,-0.5352 -4.1964,-3.4728 -4.0864,-5.6015 0.3715,-7.288 9.5707,-6.2468 14.5955,-7.6814 2.0113,-0.5719 6.2736,-1.3003 5.6211,-4.0497 m -22.729,10.5091 0.2443,0.2444 -0.2443,-0.2444"
         id="path2246"
         sodipodi:nodetypes="cccccscccccccccccccccccccccccccscccccscccsssccccsccsccsssccscscssssscsssssccssssscssscssscccccsssccccccccsscccsccccccccccsccccscccccccccccscsccccccccccccscccccccccccccccccccccccccsssssssscccccccscscccccccscccccccccscccccscccsccccccccccccsccscccccccccccsscccccccsscsssscccccsccscccsccsscsssssssssscccccccccccssccccccccccccscccccccccccscsscscccccccssssssccccccccccccccccccccccccccccccccccccccccssscccsccccccscscccccccccsccccsccccccscscccccccccccscssssscccccssccssscccscssssssssccssscsssssssssccsssccccccssscscccccccssscccccccscsccccscccccccccccccscccccccccccsssscssssscccscccccccsscccscccscccccccccccccccccssscsssscccccccccccccccccccccccccccccsccccccccccccccccccccccccccccccccccccccccccccccccccccccccccsccsccsscsssscccscccsssscccccccscsssssscsscssccccccccccscccccccsscccsscsssccccccccccscsssssccscccccccscccccccccccccccccscccccscccccsccscccscccccccscscssccccccsccscsssscccsscsccssscscccccccscccccccccsccscccscssccccccccccscccccsscccscccsssscccccccccccccsccccccccccccssscsssscccsscccccssccccccccccccssccscccsccscccccccsccccccscccccccccccccscsccccccccsccccsccccccccccccccccccssccsccccscccccscccccccccccccccccccccccccssccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccsccccccccccccccccccsccccccccccccsccccccc" />
      <circle
         style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1.03039;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         id="circle2248"
         cx="485.74554"
         cy="-710.36145"
         r="44.517548" />
      <circle
         style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         id="circle2250"
         cx="485.74554"
         cy="-710.36145"
         r="26.652601" />
      <path
         inkscape:connector-curvature="0"
         style="font-style:normal;font-weight:bold;font-size:144px;line-height:125%;font-family:Sans;-inkscape-font-specification:'Sans Bold';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.198258;stroke-opacity:1"
         d="m 500.19629,-717.97978 c -0.3175,0.5803 -0.6399,1.0527 -0.9683,1.4249 -0.3175,0.3614 -0.6677,0.6504 -1.0509,0.8693 -0.3722,0.2081 -0.7946,0.3581 -1.2654,0.4457 -0.4599,0.077 -0.9879,0.1156 -1.59,0.1155 -0.4442,0 -0.8435,-0.023 -1.194,-0.066 0,0 0,0 -0.01,0 -0.044,0 -0.1362,-0.018 -0.231,-0.033 -0.1,-0.016 -0.2021,-0.031 -0.3632,-0.061 -2.9522,-0.5463 -3.9313,1.5032 -4.1429,2.0687 -0.033,0.089 -0.049,0.143 -0.049,0.143 l -3.5872,10.0024 -2.2007,3.7413 h 4.396 c 1.8054,-4.0199 3.5412,-12.4135 5.3973,-13.155 0.4023,0.056 0.901,0.083 1.502,0.083 0.7883,0 1.4941,-0.094 2.1182,-0.2916 0.6241,-0.1971 1.1855,-0.5028 1.6891,-0.9189 0.5036,-0.4269 0.9593,-0.9716 1.3645,-1.6285 0.416,-0.6569 0.8106,-1.4461 1.1829,-2.3658 l -1.0014,-0.3741 z"
         id="path2252" />
      <path
         style="font-style:normal;font-weight:bold;font-size:144px;line-height:125%;font-family:Sans;-inkscape-font-specification:'Sans Bold';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.198258;stroke-opacity:1"
         d="m 500.19619,-717.97938 c -0.3175,0.5803 -0.6399,1.0521 -0.9683,1.4243 -0.3175,0.3613 -0.6678,0.6505 -1.051,0.8694 -0.092,0.052 -0.1872,0.099 -0.2855,0.1432 -10e-4,0 0,0 0,0 -0.1238,0.087 -0.283,0.1617 -0.4987,0.2131 -2.4881,0.5924 -4.1829,2.8098 -4.342,3.0243 0.072,-0.059 0.1448,-0.1078 0.2173,-0.1449 0.011,-0.01 0.022,-0.011 0.032,-0.016 0,0 0,0 0,0 0.013,-0.01 0.026,-0.011 0.038,-0.016 0.4023,0.056 0.9009,0.083 1.5019,0.083 0.7883,0 1.4941,-0.095 2.1182,-0.2924 0.6241,-0.1971 1.1849,-0.5019 1.6886,-0.918 0.5036,-0.427 0.9595,-0.972 1.3646,-1.6289 0.4161,-0.6569 0.8109,-1.4465 1.1831,-2.3662 l -1.0015,-0.3734 z"
         id="path2254"
         inkscape:connector-curvature="0" />
      <path
         inkscape:connector-curvature="0"
         style="font-style:normal;font-weight:bold;font-size:144px;line-height:125%;font-family:Sans;-inkscape-font-specification:'Sans Bold';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.198258;stroke-opacity:1"
         d="m 471.29499,-717.97978 c 0.3175,0.5803 0.6398,1.0527 0.9683,1.4249 0.3175,0.3614 0.6677,0.6504 1.0508,0.8693 0.3723,0.2081 0.7947,0.3581 1.2655,0.4457 0.4598,0.077 0.9878,0.1156 1.59,0.1155 0.4442,0 0.8434,-0.023 1.1939,-0.066 10e-4,0 0,0 0.01,0 0.044,0 0.1362,-0.018 0.2311,-0.033 0.1,-0.016 0.2021,-0.031 0.3631,-0.061 2.9523,-0.5463 3.9314,1.5032 4.1429,2.0687 0.033,0.089 0.05,0.143 0.05,0.143 l 3.5872,10.0024 2.2008,3.7413 h -4.396 c -1.8055,-4.0199 -3.5413,-12.4135 -5.3973,-13.155 -0.4023,0.056 -0.901,0.083 -1.502,0.083 -0.7884,0 -1.4942,-0.094 -2.1182,-0.2916 -0.6241,-0.1971 -1.1855,-0.5028 -1.6891,-0.9189 -0.5037,-0.4269 -0.9594,-0.9716 -1.3645,-1.6285 -0.416,-0.6569 -0.8106,-1.4461 -1.1829,-2.3658 l 1.0014,-0.3741 z"
         id="path2256" />
      <path
         style="font-style:normal;font-weight:bold;font-size:144px;line-height:125%;font-family:Sans;-inkscape-font-specification:'Sans Bold';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.198258;stroke-opacity:1"
         d="m 471.29529,-717.97938 -1.0016,0.3733 c 0.1163,0.2874 0.2348,0.5624 0.3555,0.8243 0.024,0.052 0.048,0.1038 0.072,0.1551 1e-4,0 -10e-5,0 0,0 0.024,0.051 0.049,0.1016 0.073,0.1517 0.01,0.017 0.017,0.033 0.025,0.05 0.041,0.083 0.081,0.1659 0.1227,0.2463 2e-4,0 6e-4,0 7e-4,0 0.025,0.048 0.049,0.095 0.074,0.1423 0.1001,0.1893 0.2015,0.3703 0.3043,0.543 0.026,0.043 0.051,0.085 0.077,0.127 0.01,0.016 0.02,0.033 0.03,0.049 0.016,0.026 0.033,0.051 0.049,0.077 0.025,0.041 0.05,0.082 0.076,0.1219 0.041,0.064 0.083,0.1266 0.1253,0.1884 0.011,0.016 0.021,0.031 0.032,0.047 0.027,0.039 0.053,0.077 0.08,0.1142 0.054,0.075 0.1083,0.1484 0.1637,0.2199 0.028,0.036 0.055,0.071 0.083,0.1057 0.056,0.07 0.1128,0.1376 0.1704,0.2037 0.044,0.05 0.088,0.099 0.133,0.1475 0.014,0.015 0.028,0.03 0.043,0.045 0.059,0.063 0.119,0.1234 0.1799,0.1824 0.03,0.029 0.06,0.058 0.091,0.087 0.031,0.029 0.062,0.057 0.093,0.084 0.031,0.028 0.062,0.054 0.094,0.081 0.094,0.078 0.1913,0.1522 0.2898,0.2224 0.2627,0.1874 0.5401,0.3474 0.8328,0.4799 0.037,0.017 0.073,0.033 0.1099,0.049 0.074,0.032 0.1496,0.061 0.2259,0.09 0.038,0.014 0.076,0.027 0.1142,0.04 0.038,0.013 0.078,0.026 0.1168,0.038 0.039,0.012 0.078,0.024 0.1176,0.036 0.079,0.023 0.1603,0.045 0.2421,0.065 0.041,0.01 0.082,0.019 0.1236,0.028 0.042,0.01 0.083,0.018 0.1253,0.026 0.043,0.01 0.085,0.016 0.1279,0.024 0.086,0.015 0.1726,0.029 0.2608,0.041 0.1324,0.018 0.2676,0.033 0.4057,0.044 0.092,0.01 0.1858,0.013 0.2805,0.018 0.095,0 0.1908,0.01 0.2881,0.01 0.049,0 0.097,0 0.1466,0 0.075,0 0.1488,0 0.2208,0 0.1438,0 0.2812,-0.01 0.4125,-0.01 0.065,0 0.1295,-0.01 0.1918,-0.01 0.062,0 0.1238,-0.01 0.1833,-0.012 0.1782,-0.013 0.3426,-0.029 0.4935,-0.05 0.013,0.01 0.026,0.01 0.038,0.016 0,0 0,0 0,0 0.011,0.01 0.022,0.01 0.032,0.016 0.073,0.037 0.1451,0.085 0.2173,0.1449 -0.1588,-0.2141 -1.8536,-2.4318 -4.342,-3.0243 -0.2157,-0.051 -0.3749,-0.126 -0.4986,-0.2131 -0.001,0 0,0 0,0 -0.098,-0.044 -0.1936,-0.092 -0.2856,-0.1432 -2e-4,-10e-5 -6e-4,1e-4 -7e-4,0 -0.024,-0.014 -0.047,-0.028 -0.071,-0.042 -2e-4,-1e-4 -6e-4,10e-5 -7e-4,0 -0.024,-0.014 -0.046,-0.029 -0.07,-0.043 -0.047,-0.03 -0.094,-0.06 -0.1398,-0.092 -0.023,-0.016 -0.045,-0.032 -0.068,-0.049 -0.046,-0.033 -0.09,-0.067 -0.1347,-0.1023 -0.022,-0.017 -0.044,-0.035 -0.066,-0.053 -0.022,-0.018 -0.044,-0.037 -0.066,-0.055 -0.022,-0.019 -0.043,-0.038 -0.064,-0.057 -0.1068,-0.096 -0.2106,-0.1984 -0.3111,-0.3085 -0.02,-0.022 -0.041,-0.045 -0.061,-0.067 -0.073,-0.083 -0.1457,-0.1707 -0.2182,-0.2634 -0.01,-0.012 -0.017,-0.023 -0.026,-0.035 -0.02,-0.026 -0.041,-0.053 -0.061,-0.08 -0.1015,-0.1361 -0.2022,-0.2826 -0.3026,-0.439 -0.04,-0.063 -0.08,-0.1268 -0.1202,-0.1926 -0.02,-0.033 -0.04,-0.066 -0.06,-0.1 -0.06,-0.1009 -0.1196,-0.206 -0.179,-0.3145 z"
         id="path2258"
         inkscape:connector-curvature="0" />
      <path
         id="path2260"
         style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.684014;stroke-opacity:1"
         d="m 485.74439,-748.24909 a 3.010934,3.010934 0 0 0 -3.0096,3.01117 3.010934,3.010934 0 0 0 3.0107,3.01067 3.010934,3.010934 0 0 0 3.0111,-3.01067 3.010934,3.010934 0 0 0 -3.0111,-3.01117 z m 0,70.37864 a 3.010934,3.010934 0 0 0 -3.0096,3.01119 3.010934,3.010934 0 0 0 3.0107,3.01067 3.010934,3.010934 0 0 0 3.0111,-3.01067 3.010934,3.010934 0 0 0 -3.0111,-3.01119 z" />
      <path
         id="path2262"
         style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.684014;stroke-opacity:1"
         d="m 447.54549,-710.04758 a 3.010934,3.010934 0 0 0 3.0111,3.0097 3.010934,3.010934 0 0 0 3.0107,-3.0107 3.010934,3.010934 0 0 0 -3.0107,-3.0112 3.010934,3.010934 0 0 0 -3.0111,3.0112 3.010934,3.010934 0 0 0 0,10e-4 z m 70.3786,0 a 3.010934,3.010934 0 0 0 3.0112,3.0097 3.010934,3.010934 0 0 0 3.0107,-3.0107 3.010934,3.010934 0 0 0 -3.0107,-3.0112 3.010934,3.010934 0 0 0 -3.0112,3.0112 3.010934,3.010934 0 0 0 0,10e-4 z" />
      <ellipse
         style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.8;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         id="ellipse2264"
         cx="840.3125"
         cy="-266.11917"
         rx="9.9423237"
         ry="3.0328312"
         transform="rotate(-45)" />
      <path
         style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.298401px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         d="m 588.95739,-857.63068 c 0,0 17.8989,-30.6347 56.9848,-28.4602 0,0 -33.6483,-3.1684 -56.9848,28.4602 z"
         id="path2266" />
      <path
         style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         d="m 583.86459,-838.24348 c 0.1179,0.2721 -0.1017,0.5661 -0.058,0.8252 0.1212,0.7269 0.3742,0.4511 -0.1118,1.0992 -0.024,0.032 -0.057,0.1555 -0.117,0.1754 -0.2153,0.072 -0.6045,0.06 -0.7016,0.3508 -0.081,0.243 0.062,0.5641 0,0.8129 -0.021,0.085 -0.096,0.1493 -0.1169,0.2339 -0.046,0.1829 -0.01,0.2461 -0.1131,0.3508 -0.037,0.037 0.013,0.2366 0,0.2885 -0.013,0.053 -0.1383,0.2552 -0.1754,0.2923 0,0 -0.1081,0 -0.1132,0 -0.032,0.016 0.012,0.073 0,0.1073 -0.014,0.041 -0.039,0.078 -0.058,0.1169 -0.058,0.1156 -0.1705,0.2443 -0.1514,0.285"
         id="path2268" />
      <path
         style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         d="m 585.33569,-837.33478 c 0.08,0.6833 0.1754,1.3409 0.1754,2.0289 0,0.1559 0.038,0.3165 0,0.4677 -0.057,0.2276 -0.1177,0.1786 -0.1754,0.3508 -0.012,0.037 0.017,0.081 0,0.1154 -0.096,0.1917 -0.013,-0.027 -0.1155,0.058 -0.029,0.024 0.017,0.1694 0,0.2042 -0.063,0.1264 -0.1438,0.1927 -0.1754,0.3508 -0.059,0.2933 0,0.6729 0,0.9674 0,0.056 -0.034,0.124 0,0.1689 0.062,0.081 0.098,0.4393 0.098,0.584"
         id="path2270" />
      <path
         style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         d="m 586.87329,-835.90498 c 0.01,0.1145 -0.01,0.2338 0.025,0.3436 0.031,0.099 0.2402,0.3134 0.2917,0.3508 0.061,0.044 0.082,0.2624 0.1061,0.3234 0.084,0.2097 0.2688,0.3661 0.3507,0.5847 0.1978,0.5274 -0.075,1.1538 0.058,1.6859 0.073,0.2917 0.5112,0.7318 0.5112,1.0429"
         id="path2272" />
      <path
         style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         d="m 587.90989,-837.26218 c -0.091,0.4855 0.089,0.8683 0.2338,1.3043 0.01,0.018 -0.017,0.05 0,0.059 0.034,0.017 0.088,-0.027 0.1155,0 0.027,0.028 -0.022,0.084 0,0.1169 0.1341,0.2012 0.9255,0.5034 1.1693,0.5847 0.052,0.017 0.065,0.1 0.1169,0.1169 0.2355,0.079 0.5252,-0.018 0.7546,0.059 0.1161,0.039 0.5641,0.6036 0.6216,0.7474 0.064,0.1591 0.1655,0.2139 0.2339,0.3508 0.096,0.1925 -0.045,0.5257 0.1124,0.6792 0.031,0.03 0.093,0.022 0.1169,0.058 0.01,0.01 0.1169,0.4572 0.1169,0.2401"
         id="path2274" />
      <path
         style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         d="m 572.24507,-617.59994 0.26658,-2.26373 -1.43007,0.9015 0.0275,0.35293 z"
         id="path2276"
         sodipodi:nodetypes="ccccc" />
    </g>
    <g
       id="g2316"
       transform="translate(-624.41703,592.66698)">
      <path
         id="path2280"
         style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         d="m 2039.0449,-3285.7539 -2.8476,4.2578 -7.3262,16.416 -0.4434,10.4688 3.1485,16.6133 3.5683,27.0918 -1.4375,15.1582 -3.3164,21.9296 -4.7695,11.7891 -11.3711,3.7305 -14.0352,0.1797 -12.5253,-4.7129 -7.711,-7.5528 -6.959,-7.1211 -8.7011,-4.4296 -12.7715,-6.3692 -8.9727,-6.0488 -8.6367,-8.1367 -5.3965,-3.8653 -8.5078,-4.3515 -2.7852,2.9687 -1.4941,11.8633 -5.3887,4.8223 -9.916,-13.7852 -5.3222,-14.8203 -5.9239,-8.3242 -10.6054,-8.4336 -6.7872,-7.7715 -3.0078,-6.8359 -4.205,-1.5411 -3.2911,11.4727 -1.3867,15.207 3.7832,31.7852 2.3203,41.8535 -0.705,23.2871 -0.2872,2.3203 4.0879,0.5606 -2.0312,-0.5176 0.9609,-2.4551 2.6407,-19.5547 -0.9141,-27.5996 -1.5723,-19.8144 4.459,-21.3203 3.8789,7.4902 7.1836,11.8105 4.5938,9.6582 9.4082,13.836 4.0156,3.5195 v 9.4844 l -1.9883,11.4785 -3.2812,14.9297 -2.6504,12.164 -7.5977,-0.9746 -8.6992,-0.9824 4.4473,0.6113 -19.1797,-2.289 -13.3672,-1.6582 -4.9004,-0.3067 -7.8106,-0.4336 -19.1816,-0.4843 -21.9141,0.1972 -26.4336,1.0079 -26.875,0.8828 -13.6484,0.7714 -13.8418,1.6075 -7.9433,-7.0664 -5.6622,-5.6465 -8.9336,-7.3867 -10.08,-7.0782 -10.4727,-4.8261 -9.5215,0.9375 -7.5449,3.2539 -7.3672,4.5468 -5.1972,5.5372 -4.3614,7.3613 -2.0761,7.8359 -0.2012,8.6563 -0.6328,5.2207 -21.7246,8.5254 -31.7989,12.7714 -20.2812,10.4532 -21.1563,11.9199 -29.4199,19.1484 -52.4512,38.0117 -35.1543,31.0782 -22.789,23.3222 -13.832,14.3985 -10.3614,11.7344 -6.0449,7.9531 -5.7031,7.2754 -13.5274,13.3379 -6.9765,6.5586 -4.3067,9.0957 -3.0996,11.3418 -0.5195,12.5117 1.2676,8.4336 2.6875,4.791 1.4902,5.4707 -4.8477,14.6445 0.7852,-1.4707 1.7656,-6.1758 2.8731,-6.9902 7.7383,4.2988 36.8242,33.7598 3.3906,9.5937 -1.5898,6.2266 -3.0196,18.8613 -0.3691,15.1817 1.1426,10.8086 2.1796,14.1289 c 0,0 1.6669,9.0238 1.7774,9.6015 0.1104,0.5776 0.2226,7.416 0.2226,7.4161 l -3.1816,6.2421 -3.293,2.5938 -7.2422,6.3769 -10.416,7.7774 c 0,0 -10.6092,8.0403 -10.5039,8.5781 0.1051,0.5379 -9.791,11.4609 -9.791,11.4609 l -7.8086,9.5118 -6.5078,9.5214 -3.9609,7.1758 -2.9532,-0.4707 0.2227,0.3985 -0.2187,5.0214 -12.252,15.6446 -9.0918,10.1347 -8.0059,7.7051 -11.5156,9.6856 -9.9863,12.3222 -3.9277,10.0821 0.2226,10.0722 2.7871,9.4961 6.2305,9.1875 8.1094,4.6328 13.4121,5.0704 13.75,3.4082 8.4218,4.2539 7.5997,5.3925 4.6308,5.9903 2.2656,5.7187 0.3711,5.8418 -2.332,6.2891 -5.0195,9.3769 -3.4844,6.9082 -2.8379,7.4239 0.8965,6.1093 3.9433,5.4903 10.5215,7.623 9.9981,5.7442 -1.9531,2.1718 -7.8086,10.2911 -2.6094,7.7617 3.3066,5.6289 9.8418,12.1426 5.6094,9.8964 1.5449,7.4551 -2.0254,9.4063 -7.4648,12.6504 -3.2266,12.2871 -23.3125,-2.1914 -30.1523,-9.3496 -2.6133,-3.9629 3.459,-4.0293 c 0,0 4.4811,-9.7294 4.039,-10.6739 -0.4419,-0.9449 -1.0781,-8.5781 -1.0781,-8.5781 l -5.4219,-7.7812 -9.3671,-10.9043 -1.6504,-5.7559 0.6621,-7.0976 -1.7676,-10.3301 -4.8008,-4.5684 -12.4551,-3.7715 -14.1464,0.3633 -11.1329,3.1934 -11.3535,4.5976 -7.8672,9.4825 -8.1914,10.4374 -3.4922,12.3594 6.2754,13.9571 9.8653,8.4394 7.8789,14.6348 9.914,10.332 10.9766,3.8731 14.5996,-1.5469 11.7129,-0.2227 37.4121,18.5352 28.6699,7.6152 1.4649,8.4981 5.1972,12.7304 2.584,10.377 -1.3261,18.0547 1.9804,13.8086 11.5879,13.3398 15.3008,11.4336 14.0176,9.7715 14.0742,2.6523 10.1113,-2.3086 11.6485,-6.2441 8.623,-5.2773 8.1699,-2.6485 12.6211,0.2207 8.4278,-2.123 4.9414,-3.5078 8.2461,-9.8438 7.83,-7.5527 15.6934,-7.6778 7.7031,-3.2304 11.25,-5.125 13.457,-4.6289 5.2364,2.9043 22.4258,11.2949 22.4375,17.3808 24.9101,25.0899 21.4317,27.916 25.4824,36.9922 27.1211,31.3457 37.4687,46.7266 20.5801,18.7324 28.6666,24.0209 18.6342,13.5845 30.3086,21.9317 0.1289,0.8164 h 700.4512 v -106.1309 l -14.7969,-5.1269 -18.4492,-7.4668 -12.0469,-4.2051 -19.041,-9.5566 -19.9336,-10.1504 -17.9239,-12.1582 -21.0918,-17.0996 -21.7949,-17.418 -16.4941,-10.8203 -22.959,-11.375 -25.1992,-11.3301 -28.4414,-11.2891 -33.3184,-13.414 -20.7734,-9.2324 -15.7748,-10.5995 -15.1129,-13.8308 c -14.3738,-15.7559 -23.2768,-25.7973 -38.3291,-42.1459 0.1925,-0.9633 0.3555,-1.5547 0.3555,-1.5547 l 14.8886,-6.332 20.1836,-8.8594 17.4473,-9.4024 9.7988,-6.9336 9.3652,-8.4218 6.9317,-8.4199 7.9687,-13.1719 4.4239,-13.6289 1.2441,-8.3321 0.8906,-11.7011 -3.6953,-10.0352 -4.5137,-7.9316 3.1114,-7.7325 3.3652,-6.8046 2.5391,-6.0157 4.5332,-11.6054 7.3398,-19.2754 2.9336,-6.75 15.7481,-0.3926 12.3964,-2.0156 12.5469,-7.0117 7.5078,-11.9844 2.1114,-9.4863 -1.3379,-12.4004 -3.5879,-8.7422 -13.1485,-15.1074 -8.4863,-9.5137 1.6953,-11.3711 3.6348,-15.5254 1.5371,-11.0781 1.4512,-16.0625 0.2207,-27.7012 -0.7989,-19.3164 -2.666,-30.2285 -3.5976,-36.0391 -4.4649,-23.8867 -4.83,-19.3203 c 0,0 -3.0941,-9.9083 -4.1758,-10.8906 -1.0821,-0.9819 -5.6192,-13.6993 -5.6192,-13.6993 l -3.2382,-12.8027 0.2851,-6.4238 11.2656,-15.7207 3.4063,-6 4.6269,-9.7617 1.545,-13.4707 -1.1993,-8.7227 -2.2441,-5.0703 -4.6719,-6.6074 -8.8242,-5.8204 -7.7363,-3.2792 -8.5352,-1.6114 -7.2929,0.4219 -9.25,1.0723 -5.75,-0.1153 -0.418,3.8262 -17.7871,-26.6328 -9.3887,-13.002 -8.1367,-10.6132 -5.1563,-6.752 -6.2148,-7.9531 -11.1738,-12.9278 -8.2032,-8.4375 -5.0547,-4.9335 -6.6074,-6.2422 -8.334,-6.6875 -10.4843,-7.7403 -8.2168,-5.7383 -12.67,-9.6796 -21.1152,-15.0723 -4.9219,-3.4492 2.002,1.209 17.4258,12.2011 20.8027,-3.4863 15.1875,-5.0547 6.1914,-2.332 2.252,4.9961 3.6621,4.6797 6.2129,4.6211 5.8769,0.8632 7.6387,1.6758 10.7734,-1.291 1.877,6.6992 2.0566,22.9199 -4.4785,18.9961 -0.5488,10.6602 8.6152,-15.832 3.7637,-11.3106 3.498,-14.9453 0.8828,-14.1894 -2.0332,-6.3204 8.3457,-1.8339 17.7911,0.3378 10.2519,2.0547 v 12.6172 l 0.127,22.4492 -1.1036,12.0762 -1.7753,11.3985 -2.877,12.8808 -1.7129,12.082 2.5528,14.0411 6.4082,18.875 2.6699,9.9921 3.7929,-0.8496 1.5411,-13.8496 -0.4063,-7.4648 1.9531,-12.3242 2.4375,-17.8457 1.2364,-15.959 0.3105,-12.0781 0.2188,-7.3399 1.3398,-11.0859 3.1328,-9.2891 1.1035,-7.5371 2.584,-7.8672 -0.2187,-5.3555 -0.4825,-12.8476 0.834,-11.2793 -2.7226,-2.8613 -7.6387,-0.3633 -5.8984,2.5801 -7.6446,1.9882 -7.5097,1.3438 -12.9805,2.3965 -14.1367,3.1621 -3.041,-8.9082 2.1289,-5.1289 6.0566,-6.9258 -2.7578,-5.6367 -5.2227,-1.5332 h -10.7578 l -11.375,1.9902 -6.5976,-0.8848 -2.3946,-9.1972 1.8965,-18.1211 5.4043,-6.4414 5.4024,-7.1446 1.7656,-6.6367 4.1797,-6.3652 8.2011,-10.5039 3.6836,-11.3164 5.9668,9.5156 12.7813,3.5176 6.209,-1.9727 -1.3574,-9.8086 -4.4825,-8.4883 -1.1191,-13.7168 4.3984,-13.5253 4.1582,-5.1836 5.2149,-2.209 10.5215,-4.8125 2.1425,-5.7012 0.6641,-8.9414 4.5781,-6.5332 8.961,-4.6074 10.2832,-2.209 3.6621,-4.2324 -0.2188,-8.7168 -3.1679,-6.6543 -7.0723,-2.541 -7.4785,4.8281 -7.0196,7.0137 -9.5312,5.4609 -8.7324,1.3223 -14.3223,1.0156 -12.5859,-3.293 -14.4766,-9.0957 -7.4785,-14.6972 -3.8555,-9.8008 -6.0586,2.0468 -7.1894,8.2696 -1.6367,4.7168 0.9003,10.5508 9.336,6.3144 6.8496,7.5918 v 11.2383 l -6.8418,-0.8653 -6.2051,-1.2832 -7.2207,0.6622 -7.6758,4.791 -9.3164,5.6113 -11.7265,6.3184 -7.3614,1.5449 -15.4277,1.7558 -11.1406,3.2325 -8.4785,8.2109 -7.4727,5.9883 -10.3828,-43.9434 -6.0313,-19.1679 -9.6543,-17.7188 -6.9804,-10.1777 z m -107.9785,110.4043 4.1367,2.4746 6.8262,4.9668 7.0137,5.0918 6.0449,5.3574 5.2441,5.8281 0.3594,4.4747 -6.791,-0.2188 -6.2832,1.5137 -5.6055,-0.6739 -19.1387,-21.6933 0.6622,-3.8926 z m -20.0273,30.1074 3.5449,1.9512 1.6797,4.9062 3.5781,5.5528 3.3359,6.3203 1.4219,8.3203 -5.9941,-0.3242 -4.3028,-0.7285 -8.1074,-0.4668 0.2109,-6.1407 1.3243,-8.3261 z m 123.3574,18.1719 18.6191,6.0195 2.6485,5.0879 -7.5528,-6.4824 -12.3203,-3.6836 -2.8691,0.4394 z m -13.8496,3.8047 -1.6172,0.6543 -8.1641,3.582 7.3516,-3.7656 z m -115.0039,3.6875 6.8925,0.7304 -5.1757,-0.2793 -1.7207,-0.4414 z m 104.0117,1.1679 -2.5918,1.4395 0.6016,-0.4199 z m -79.5,1.2481 0.1816,0.019 19.959,3.6836 3.3457,0.8985 z m 60,10.4492 -3.791,2.6191 -3.5742,-1.2949 1.8437,0.3907 z m 156.3359,6.2891 1.0703,1.1718 2.9707,5.8536 0.9727,8.9453 -1.541,3.9531 -3.5,-0.5488 -3.8067,-0.3125 -22.4824,-2.3125 0.6406,-3.1328 7.9903,-4.2676 6.666,-3.9531 6.9414,-4.4668 z m -79.8789,9.6758 0.291,0.7753 -0.6308,1.6309 z m -4.7715,12.4824 18.1993,11.2988 1.666,1.0059 -11.8243,-6.625 -8.3945,-5.1719 z m -730.3183,263.5195 -1.8242,6.2441 0.8711,-2.6406 z m -14.3809,47.1172 -1.4199,4.7734 -4.1172,19.2774 -2.2031,18.7343 0.08,12.1387 0.9394,-18.5039 3.0859,-20.1055 z m -6.3183,82.8125 0.2949,3.2441 1.1152,4.6172 -1.1894,-5.9863 z m 3.5097,16.5488 0.016,0.057 2.7891,8.1914 0.3359,0.6054 z"
         transform="scale(0.26458333)"
         sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccscccccsccccccccccccccccccccccccccccccccccccccccccccccscccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccscccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
      <path
         style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.298401px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         d="m 585.43869,-856.98908 c 0,0 -9.82,-26.8955 -43.3239,-37.8759 0,0 27.3354,6.9287 43.3239,37.8759 z"
         id="path2282" />
      <path
         style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.244396"
         d="m 588.54019,-858.88608 c -0.9849,0 -2.8007,0.3745 -3.6684,-0.1192 -0.8211,-0.4663 -2.2726,-0.9855 -2.7589,-1.7335 -2.3513,-0.8678 -2.6174,-2.9808 -3.8785,-4.415 -0.8182,-3.0094 -1.6696,-3.0194 -1.6696,-3.0194 -3.4876,0.1136 -5.0493,4.3938 -4.2819,7.3221 0.5134,1.9598 3.3018,1.717 4.1034,3.676 1.0632,2.5897 -0.7111,5.1988 0,7.8193 0.5426,1.9916 3.1479,1.5848 4.1988,3.423 1.6375,2.8704 0.8139,6.1844 1.9894,9.0424 0.7723,1.8751 4.5189,4.7829 6.457,2.7888 1.4468,-1.4899 -0.6404,-4.3001 -0.9825,-5.9659 -0.5963,-2.9067 0.4912,-4.6172 0.9752,-7.3319 -4.4847,2.5429 -1.0998,9.038 -0.2445,12.4642 -2.3706,0.7335 -5.4158,-0.7053 -5.7873,-3.4215 -0.1588,-1.169 0.5084,-2.2732 0.1491,-3.4216 -0.7797,-2.4877 -2.0212,-4.5539 -3.1601,-6.8431 -5.0785,0.325 -1.3784,-6.5933 -2.9719,-9.4615 -0.8822,-1.5861 -3.1306,-1.6074 -3.6268,-3.2471 2.4708,-0.4515 2.3658,-2.5273 3.6659,-4.1548 -0.2419,1.6047 0.6917,2.879 1.5911,4.1452 3.1527,4.44 11.1519,4.6207 15.7611,2.4401 1.8819,-0.8907 3.1112,-3.191 5.1323,-3.6526 -0.8969,1.7913 -0.9579,3.6496 1.2221,4.3992 v 0.2444 c -2.6126,0.4852 -5.653,0.9591 -6.6941,3.9104 -0.3568,1.0166 0.3251,2.7494 -0.3397,3.5222 -1.0582,1.2289 -3.226,1.1272 -4.2084,2.5876 1.481,-0.3607 4.5946,-1.2469 5.2886,-2.7024 0.8579,-1.7959 -0.5133,-3.1508 1.3907,-4.835 1.5127,-1.3391 4.514,-0.9717 5.5063,-2.529 1.107,-1.7381 0.086,-5.3662 -2.1899,-5.715 -1.7205,-0.2635 -3.419,2.5174 -4.6191,3.4315 -1.7719,1.3507 -3.6292,1.2516 -5.621,1.841 0,0 0.221,0.054 -0.7333,-0.4889 m -87.7383,32.2604 -6.3544,-0.9776 c 0.6401,-3.2898 1.361,-6.3803 1.2125,-9.7759 -0.187,-4.2686 -1.333,-8.513 0.01,-12.7086 l 4.8552,8.5867 1.7435,1.9224 c -0.1264,-1.8829 -1.5497,-2.6327 -2.4222,-4.1547 -0.781,-1.3623 -0.6562,-2.9868 -1.2703,-4.3992 -0.5072,-1.1665 -1.5835,-1.7323 -2.2347,-2.7583 -0.7566,-1.1919 0.1804,-2.8022 -1.6491,-3.1072 l -0.7323,8.5539 0.4879,13.1974 h -0.2444 c -0.3646,-4.6189 -0.3307,-9.3404 -0.7748,-13.9307 -0.4672,-4.8317 -1.2542,-8.9515 0.286,-13.6861 h 0.4888 c 0.9815,4.0938 5.4112,5.211 7.2688,8.7983 0.9923,1.9165 0.9544,5.066 2.9958,6.1098 l 0.2444,-0.9776 c -1.7987,-1.4258 -1.941,-5.037 -3.2428,-7.0873 -1.2379,-1.9494 -3.4824,-2.7228 -4.9495,-4.4221 -0.8192,-0.9489 -1.1241,-3.3132 -2.5547,-3.5009 -1.0519,-0.138 -1.19,1.0842 -1.4285,1.8129 -0.6143,1.8757 -0.8022,3.5086 -0.7249,5.4804 0.2422,6.2035 1.1599,12.2589 1.4043,18.4705 0.09,2.2695 -0.9945,5.5784 -0.2349,7.5763 -7.9448,-0.3412 -15.7052,-0.904 -23.6847,-0.4656 -3.5092,0.1929 -7.0186,0.077 -10.5308,0.2307 -1.53,0.067 -3.3813,0.6855 -4.8878,0.4295 -1.2484,-0.2122 -2.0265,-1.5469 -2.9366,-2.3027 -2.4336,-2.021 -6.6922,-6.643 -10.261,-5.968 -3.6386,0.6884 -6.9291,3.5765 -8.0203,7.0985 -0.3576,1.1538 0.09,2.836 -0.5404,3.8424 -0.8585,1.3708 -4.3925,2.2656 -5.8586,2.9245 -4.6908,2.1086 -9.6431,3.8062 -14.1751,6.2617 -16.5209,8.9507 -31.1018,20.9547 -43.89129,34.5862 -2.72209,2.9016 -5.06806,6.1561 -7.7838,9.0596 -2.44176,2.6106 -5.07782,4.0279 -6.50852,7.6019 -1.07779,2.6919 -1.16724,5.7441 -0.6677,8.554 0.20701,1.1633 1.33808,2.2227 1.14109,3.4215 -0.3578,2.1795 -1.49985,4.4561 -2.1172,6.5987 -2.3181,8.0477 -5.54855,16.2768 -6.13779,24.6841 -0.37294,5.3188 0.3209,10.7486 1.56708,15.8857 0.41254,1.7003 2.24943,3.7386 2.2702,5.3767 0.0223,1.7707 -2.26629,3.6582 -3.29129,4.888 -3.34921,4.0186 -9.88682,7.8989 -11.1154,13.1974 -0.60856,2.6254 1.11933,7.3613 3.50513,8.7952 4.53478,2.725 10.41838,1.7789 13.74145,6.8462 2.80812,4.2821 -4.75498,8.3992 -2.64877,12.705 0.5516,1.1279 1.79998,1.9894 2.79272,2.7099 1.0509,0.7629 2.23085,1.4243 3.42155,1.9373 -1.05017,1.4167 -2.95206,3.0513 -3.14099,4.8879 -0.21067,2.0491 1.66581,3.065 2.87094,4.3991 1.36739,1.5141 2.36869,3.8004 2.4051,5.8656 0.0516,2.9278 -3.24412,5.0321 -3.35703,8.0651 -4.9571,-0.3911 -9.01653,-1.833 -13.68621,-3.1772 v -0.7332 c 2.54563,-1.4444 2.4618,-5.9682 0.78573,-8.014 -1.07192,-1.309 -2.59182,-2.0385 -3.23093,-3.7171 -0.77522,-2.0352 0.48439,-4.5049 -1.12618,-6.2614 -1.18361,-1.2908 -2.88216,-1.4133 -4.49371,-1.6264 -5.11059,-0.676 -10.03818,1.5883 -13.13877,5.6886 -1.84214,2.4359 -2.96659,6.107 -1.08435,8.798 0.97567,1.393 2.50207,2.2778 3.49925,3.6659 2.07341,2.8913 3.22851,6.5352 7.30231,7.0411 1.89578,0.2371 4.86154,-1.0534 6.42396,-0.5328 3.38661,1.1218 6.55375,3.5121 9.95061,4.7804 1.74329,0.6501 3.5919,1.2415 5.37674,1.7694 0.76129,0.2249 1.95542,0.1834 2.54099,0.7748 0.59461,0.6012 0.64691,1.9967 0.92479,2.7861 0.40301,1.1462 1.22003,2.3242 1.40382,3.5242 0.38273,2.4977 -0.51934,5.1617 -0.13442,7.74 0.66891,4.4799 3.7075,5.912 6.98633,8.3218 2.4684,1.8159 4.36883,3.7515 7.58582,4.0594 3.77032,0.3617 6.36043,-2.6688 9.55341,-3.8786 2.39567,-0.9091 5.78413,-0.3959 8.01823,-1.7474 1.6763,-1.0143 2.3961,-3.1039 3.936,-4.2623 3.6958,-2.7837 9.6352,-5.1299 14.1744,-6.1808 0.1378,1.1145 4.7335,2.8302 5.8654,3.5853 5.0999,3.3996 9.6203,7.6667 13.6231,12.3005 8.4159,9.7441 14.5122,19.7288 22.653,29.6953 3.6036,4.4113 7.6616,9.0451 12.1145,12.6035 4.0853,3.2676 8.8245,7.2819 13.1975,10.1243 2.5192,1.6399 4.53457,3.7713 7.24027,5.052 -1.9254,-2.5711 -4.85017,-4.2113 -7.48477,-5.988 -5.7494,-3.8762 -11.8771,-8.7166 -16.6668,-13.8294 -9.8881,-10.5604 -16.61127,-20.63663 -25.14617,-32.24053 -6.0397,-8.2118 -14.87723,-18.15517 -24.90723,-21.54737 3.3025,-1.5372 7.0259,-2.1849 10.509,-3.1869 8.1375,-2.3414 16.3626,-4.1254 24.6841,-5.7238 3.9854,-0.765 7.9467,-1.5862 11.9754,-2.158 1.5236,-0.2151 3.0858,-0.8652 4.6436,-0.7112 2.6685,0.2639 4.2774,3.38 6.3638,4.7658 2.9951,1.9918 6.335,2.0064 9.8079,1.8403 2.2069,-0.1052 4.4089,-0.9826 6.5572,-1.4322 6.669,-1.398 13.3975,-2.6688 20.0404,-4.0277 2.5662,-0.5255 5.9438,-2.0774 8.554,-1.8281 4.2496,0.4082 8.5992,3.7467 12.7086,4.9661 7.3361,2.1801 14.038,1.9772 21.5069,1.3858 -1.1953,1.4493 -2.652,2.4464 -3.5895,4.1547 -1.7311,3.1552 -1.1564,8.5173 2.3685,10.3013 4.1709,2.1116 9.7163,2.0359 14.174,3.6294 v 0.2444 c -1.8501,0.4277 -3.5339,1.3271 -5.3766,1.7718 -1.64,0.3959 -3.4412,0.308 -4.888,1.3197 -2.7119,1.9015 -2.5229,7.6179 -0.5377,10.0545 1.1511,1.4127 3.3873,2.2534 4.9393,3.1747 3.8589,2.2901 7.4467,4.3136 11.7286,5.675 v 0.2444 c -3.6685,0.149 -9.0378,-0.5842 -12.1954,1.5812 -3.1454,2.1556 -2.1459,7.5861 -0.1662,10.1498 1.4102,1.8257 3.5412,1.7866 5.5184,2.5784 2.7519,1.0997 5.2521,3.1234 8.0652,4.0203 v 0.2444 c -2.0481,0.3812 -4.453,0.5695 -6.0587,2.0725 -3.3507,3.1404 -2.8253,8.8814 1.1707,11.1909 3.8053,2.1971 9.9372,-0.28353 13.1974,2.78607 -2.7812,0.056 -6.9213,0.039 -9.5094,1.0753 -0.6477,0.259 -3.2017,2.6493 -1.6766,3.2114 0.523,0.193 2.7177,-2.5906 3.8541,-2.769 5.4451,-0.8481 10.3331,-1.3784 15.6415,-3.1479 1.6667,-0.5548 4.712,-1.0655 5.1323,-3.0134 l -3.666,1.3589 -7.332,2.4342 -4.1547,-1.1951 -6.8431,-0.31757 v -0.2444 c 3.9544,-0.3129 8.593,-0.8359 12.4642,-1.6302 1.7524,-0.3592 3.5903,-1.7963 5.3768,-1.7646 1.1927,0.019 2.6371,-0.003 3.666,0.54737 4.1157,2.1922 5.7775,4.5922 4.888,9.3654 2.3412,-0.374 1.7546,-3.7002 1.1974,-5.3768 -1.2708,-3.815 -5.4353,-3.98117 -8.7738,-5.54037 4.5532,-3.2994 2.8399,-8.527 -0.5817,-12.0757 -2.2754,-2.3609 -7.4712,-4.3502 -10.6606,-5.0321 1.5128,-1.5568 3.7271,-2.0969 5.2496,-3.771 2.8522,-3.1308 3.9007,-11.0443 0.1174,-13.8768 -3.0574,-2.2901 -7.4711,-2.0384 -10.7436,-4.1035 2.3144,-0.9629 4.6067,-2.0871 6.1,-4.1767 2.7054,-3.7833 2.2852,-10.8097 -1.0093,-14.1261 -2.3706,-2.3829 -6.3861,-2.8864 -9.4899,-3.6929 2.246,-3.4093 4.49596,-6.42455 3.95586,-10.69895 2.42443,-1.03816 4.30828,-2.42173 5.29412,-1.48543 7.27017,7.83665 10.18269,12.48221 18.09713,17.35769 1.25287,0.55835 2.51722,1.09999 3.78944,1.62985 1.27223,0.52986 2.55234,1.04794 3.83673,1.55917 1.2844,0.51122 2.57308,1.0156 3.86246,1.51805 1.28938,0.50245 2.57945,1.00298 3.86662,1.50652 1.28718,0.50353 2.57145,1.01008 3.84924,1.52455 1.27779,0.51448 2.54908,1.03689 3.81029,1.57217 1.26121,0.53527 2.51234,1.08341 3.74978,1.64934 1.23745,0.56594 2.46123,1.14966 3.66773,1.75611 1.2065,0.60644 2.39573,1.23561 3.5641,1.89243 5.0566,2.8399 9.2993,7.09 13.9307,10.5481 6.4399,4.8122 13.0678,8.0993 20.5293,10.927 2.8814,1.0924 6.0097,2.7006 9.0426,3.2236 v -0.2444 c -8.9741,-3.055 -18.0878,-7.0826 -25.906,-12.4716 -5.5062,-3.793 -10.3331,-8.9302 -16.1302,-12.2442 -7.7498,-4.4309 -16.6459,-7.7376 -24.9284,-11.0517 -3.4265,-1.371 -7.046,-2.4904 -10.2647,-4.3136 -5.9388,-3.3653 -10.36512,-10.09099 -15.49992,-14.54879 -1.0412,-0.9042 -2.2044,-1.613 -3.0451,-2.7323 0.65827,-0.64455 1.34651,-0.60229 5.34762,-2.33901 8.2851,-3.5584 16.5603,-8.2435 18.9456,-17.5281 0.5205,-2.0246 1.0778,-5.0463 0.4937,-7.0875 -0.374,-1.3097 -1.9796,-2.5386 -1.9161,-3.9104 0.058,-1.3314 1.4713,-3.1774 2.0432,-4.3992 1.349,-2.8794 2.026,-6.2721 3.5804,-9.016 0.8822,-1.559 3.3434,-0.9411 4.8562,-1.0631 3.0133,-0.2432 6.716,-1.5419 7.9526,-4.5847 2.053,-5.0458 1.3417,-8.3706 -2.097,-12.4605 -0.914,-1.0851 -3.6145,-2.5493 -3.7342,-4.0213 -0.2078,-2.5366 1.0581,-5.652 1.3636,-8.2022 0.7039,-5.844 1.1536,-11.9488 0.7503,-17.841 -0.6329,-9.2237 -1.5372,-18.5961 -3.7025,-27.6168 -0.9483,-3.9617 -3.4827,-8.0081 -4.0399,-11.9756 -0.2175,-1.5532 1.9967,-3.6374 2.8007,-4.8877 1.9309,-3.0045 3.6806,-6.5792 2.9255,-10.2647 -0.6207,-3.0369 -3.9763,-5.4669 -6.76,-6.3411 -1.2049,-0.3784 -3.903,-0.05 -4.3234,-1.4931 -1.1047,-3.7805 0.6256,-8.6776 1.0754,-12.4508 0.3763,-3.138 0.022,-6.4114 0.391,-9.5314 0.3397,-2.867 1.4101,-5.5051 1.8891,-8.3095 0.4912,-2.8861 0.2322,-6.1124 0.2346,-9.0427 -3.1771,-1.0172 -4.3258,0.4191 -7.3319,1.045 -0.8821,0.1838 -1.7913,-0.1368 -2.6882,-0.016 -1.8966,0.2551 -3.6929,1.0172 -5.6212,1.1706 -0.1026,-0.6841 -0.721,-1.524 -0.5499,-2.1995 0.2957,-1.1719 1.7181,-1.5617 1.7181,-2.9326 0,-3.8949 -6.1979,-1.2644 -8.2557,-1.711 l -0.2444,0.9776 h 1.222 l -1.4664,1.7108 c -0.4595,-2.4616 -1.8526,-5.8372 -1.0852,-8.3095 0.4839,-1.5656 1.7035,-2.2648 2.5857,-3.501 0.677,-0.9468 0.6893,-2.3085 1.2514,-3.3421 0.8798,-1.6194 2.6175,-2.8746 3.1136,-4.6435 -1.3979,0.4264 -3.1796,2.4935 -3.4216,3.9103 l -1.5054,3.1554 -2.1606,2.2213 c -0.7698,-2.1868 -4.0667,-0.2229 -5.1322,0.7333 -0.1857,-1.0713 -0.9116,-1.324 -1.9552,-1.418 -1.3124,-0.1181 -2.7617,0.2585 -3.8884,-0.6054 -1.982,-1.5209 -2.3608,-4.8313 -4.9099,-5.553 0.6672,2.087 3.2065,6.0425 5.3352,6.8781 1.5911,0.6245 3.6953,0.2415 5.4183,0.6983 l -2.6884,4.6435 -4.4113,2.5856 -5.3963,2.8165 -3.4436,4.8347 -2.3902,-1.1724 -5.3767,-3.1989 v -0.2444 c 3.4558,-2.8096 -0.9155,-8.4962 -2.444,-11.2423 l 3.9104,-4.6434 c -2.0236,0.1512 -3.5257,2.6475 -4.6436,4.1547 -1.0619,-0.473 -4.7532,-1.0219 -5.2535,-1.9631 -0.6687,-1.2573 0.9366,-4.3818 1.3429,-5.6132 1.5292,-4.6331 2.8099,-9.6611 3.9106,-14.4194 h 0.4888 c 0.6956,2.9029 2.0844,5.6648 2.8472,8.5538 0.4571,1.7275 0.1103,3.8136 0.9899,5.3985 0.7332,1.3239 2.0113,3.2089 3.4948,3.6442 -0.6476,-1.6729 -2.2509,-2.7468 -2.901,-4.4087 -0.4081,-1.0408 -0.193,-2.102 -0.4032,-3.1686 -0.5206,-2.6551 -1.4689,-5.5382 -2.4313,-8.0641 -1.1445,-3.0048 -3.4125,-6.0427 -3.7987,-9.287 -0.3815,-3.2062 3.3959,-4.7201 2.9355,-7.8207 -0.7884,0.5506 -0.9808,1.4028 -1.492,2.1996 -0.8041,1.2526 -1.8881,2.3773 -2.122,3.9103 -0.4704,3.0845 1.8402,5.5693 1.5884,8.5539 -0.4469,5.299 -2.9633,11.3167 -4.5659,16.3745 -0.7846,2.4753 -0.7997,5.1898 -1.7179,7.5764 h -0.2444 l 3.6441,-22.4846 -2.1547,-15.1526 2.6652,-6.5987 c 1.1267,0.6864 1.5087,1.6875 2.3768,2.6118 0.6127,0.6522 1.4813,0.8017 2.0336,1.5573 4.2487,5.8154 3.3762,12.6975 5.6808,19.0486 0.5939,1.6421 1.5495,3.536 2.7838,4.7927 0.8651,0.881 2.1236,1.3155 2.8666,2.3366 1.2782,1.7521 -1.4296,4.8943 0.633,5.5793 l 0.9776,-2.1995 c -0.2004,-1.1985 0.027,-2.5882 -0.6696,-3.6564 -1.354,-2.077 -3.683,-3.0575 -4.8879,-5.3863 -1.7035,-3.2903 -1.6839,-6.7339 -2.4806,-10.2647 -0.831,-3.6884 -2.2436,-6.8939 -3.9116,-10.2646 -0.7667,-1.5489 -3.2066,-6.3054 -5.7703,-4.6356 -0.7611,0.4955 -1.4528,1.9071 -1.9103,2.6804 -2.1171,3.579 -0.6944,7.2934 -0.025,10.9979 0.8261,4.5724 1.0312,7.9267 0.1046,12.4641 -0.4059,1.988 -0.5922,5.4591 -2.4496,6.6618 -1.8781,1.2159 -6.7016,1.0099 -8.5275,-0.206 -1.6756,-1.1159 -2.7666,-2.9782 -4.4907,-4.0393 -2.7031,-1.6639 -5.4203,-2.6024 -7.9291,-4.6871 -1.3923,-1.1569 -3.8428,-3.9636 -5.6864,-4.1194 -2.4307,-0.2052 -1.3838,3.21 -2.1595,4.3518 -0.7639,1.1247 -2.0815,1.4148 -2.7463,2.7717 -1.0362,2.1145 -0.5405,4.3542 -0.7579,6.5985 -0.3139,3.2451 -1.4416,6.3213 -1.9135,9.5315 m 41.303,-41.7919 0.9776,1.4664 h -0.2444 l -0.7332,-1.4664 m 33.9712,0.9776 0.7331,1.7108 -1.4663,-0.9776 0.7332,-0.7332 m -3.1772,2.9328 c 0.2983,-0.304 0.5475,-0.6555 0.8505,-0.9547 1.8306,-1.8141 2.3877,1.5574 0.9679,2.7282 -0.7038,0.5806 -1.6252,0.3809 -1.7694,-0.555 -0.061,-0.3936 -0.022,-0.8198 -0.049,-1.2185 m 27.128,2.9328 c 3.2236,1.5902 -1.3247,3.3261 0,0 m -48.635,15.8857 v 0.2444 l 0.4889,0.4888 h 0.2444 l 3.182,-3.1803 9.0377,-1.8711 8.0652,-4.5942 3.4215,0.3586 c -1.0973,-1.8135 -3.8565,-1.225 -5.3767,-0.3029 -2.4464,1.4828 -4.0106,3.217 -6.8431,4.1533 -2.7446,0.9072 -5.8582,0.1271 -8.554,1.3375 -1.4956,0.6712 -2.5343,2.231 -3.6659,3.3659 m 29.0832,-9.5315 v 0.2444 l 3.4216,2.1996 c -0.4131,-1.7278 -1.7401,-2.366 -3.4216,-2.444 m 7.8207,2.9328 1.9553,-2.444 c -1.1878,0.4048 -2.0799,1.124 -1.9553,2.444 m -67.4534,19.3073 c -1.6848,0.06 -2.5862,-2.0654 -3.6877,-3.1356 -1.6319,-1.5849 -3.6887,-2.3723 -5.3287,-3.8588 -1.1963,-1.0843 -1.5396,-2.6184 -2.9591,-3.5147 0.1766,0.866 1.0125,1.7604 0.8732,2.663 -0.1525,0.9874 -1.5272,1.438 -2.0431,2.2477 -1.1213,1.7602 -1.8533,3.8945 -2.574,5.8428 -1.3604,3.679 -0.8953,7.3165 -1.779,10.9979 -0.8588,3.5777 -3.0667,6.6495 -5.2305,9.5315 h -0.2445 l 3.1736,-10.9978 2.3776,-12.4643 0.4923,-6.11 3.2417,-3.2328 0.7351,-4.0991 c 2.5229,0.6607 4.5468,3.186 6.5987,4.7022 2.4303,1.7961 5.448,2.7053 7.7789,4.5324 2.5351,1.987 3.9077,4.9309 6.2216,7.0484 1.2218,1.1181 6.1291,3.1689 6.1291,4.952 0,1.1808 -4.6642,3.7021 -5.7099,3.3506 -0.9906,-0.3329 -1.6753,-1.4751 -2.3624,-2.2013 -1.807,-1.9099 -4.5853,-3.8639 -5.703,-6.2541 m 36.9039,-1.4664 c 3.0477,4.3493 7.0313,-4.219 9.9739,-3.3135 1.8696,0.5749 1.6839,4.135 2.7372,5.4772 1.4052,1.787 4.8317,1.5023 6.8407,1.5023 l -5.8192,-1.8476 -2.7347,-5.9731 c 2.5001,0.1604 5.5844,-2.2235 6.5986,-4.3991 h 0.4889 c 0.694,3.5726 2.5026,3.9646 5.1323,5.8655 h 0.2445 l 0.4887,-0.9776 c -2.4342,-0.8888 -5.4452,-2.4068 -5.0175,-5.6221 0.1442,-1.1061 1.2,-2.1275 1.5959,-3.1761 -1.762,-0.2633 -3.9934,4.3959 -5.3767,5.5663 -1.7963,1.5187 -3.7563,1.3088 -5.6211,2.2795 -3.5511,1.8474 -5.2668,4.7037 -9.5315,4.6183 m -17.1077,-5.1322 c 1.2347,-0.3613 3.7351,-2.1923 4.1547,-3.4216 -1.9134,0.4386 -3.5012,1.5526 -4.1547,3.4216 m -29.572,-0.2445 c 2.7106,2.1287 5.7047,3.3162 7.3319,6.5987 l -4.3774,0.4422 -4.9097,-5.3301 v -0.4888 l 1.9552,-1.222 m -2.1996,2.444 -1.4663,1.222 0.7331,-1.4664 0.7332,0.2444 m 0.9776,1.222 c -0.5384,1.5563 -1.8628,3.1866 -3.1772,4.1548 -0.2358,-1.7998 1.2367,-4.1556 3.1772,-4.1548 m 25.9061,0 -0.7332,6.5987 c -2.8326,-0.6853 -6.4343,-3.4084 -7.5764,-6.1099 2.6232,0.4854 5.7874,0.4309 8.3096,-0.4888 m -1.222,10.2646 c -0.01,0.8354 0.019,2.1955 1.2308,2.0234 2.0505,-0.2908 0.9338,-3.3558 3.4129,-2.9071 3.8405,0.6945 5.2678,3.5977 6.4902,6.9936 0.3987,1.1074 0.998,3.6193 -0.2419,4.4449 -0.6814,0.4538 -1.7089,-0.1916 -2.3382,-0.478 -1.5108,-0.688 -5.4014,-2.9516 -6.8431,-1.5228 4.7526,0.388 8.9398,3.3276 12.953,5.6213 1.6962,0.9687 3.9275,1.8985 4.888,3.6657 1.3832,-0.091 2.5759,0.968 3.6659,1.7452 2.4611,1.7548 4.8024,3.7026 7.332,5.3547 10.5407,6.8798 18.4275,18.4317 25.1387,28.8264 1.7351,2.6854 3.5314,5.5686 4.6923,8.5539 0.3348,0.8593 1.2025,2.005 1.0729,2.9545 -0.2346,1.7369 -2.141,3.5885 -3.2212,4.8662 -3.1307,3.7092 -6.518,7.2708 -10.3208,10.2964 -10.6337,8.4594 -21.6023,14.9933 -35.2029,17.26 -6.5028,1.0839 -13.041,1.4232 -18.8186,-2.1392 0.342,2.1921 2.8263,2.4135 4.6436,2.7644 4.7015,0.9079 8.4121,1.0372 13.1974,0.2383 17.533,-2.9278 33.1255,-12.4848 44.9275,-25.7315 3.1575,-3.5423 6.9237,-7.7552 8.1114,-12.4643 0.5181,-2.0522 0.7821,-5.3777 -2.2044,-5.3767 v 0.4888 c 3.3849,1.1863 0.9067,6.1336 0,8.3095 h -0.7332 l -4.6436,-9.2871 c 2.5075,-0.01 4.805,-1.0135 7.3319,-0.296 8.3438,2.3675 7.7915,10.2366 3.6562,16.1818 -6.694,9.6234 -15.7122,17.6261 -21.5068,27.8612 -1.2636,2.2357 -2.8204,4.1731 -3.7492,6.5987 -1.9134,5.0028 -1.3514,10.717 0.4791,15.6414 1.6766,4.5062 6.9067,6.2084 10.6118,8.4598 6.4421,3.9133 12.9481,8.4852 18.3298,13.7796 1.8304,1.8007 4.3868,3.6645 5.3644,6.1106 3.0231,7.5639 -4.8318,12.7015 -11.4744,11.4867 l 2.444,-7.8207 c 2.5539,1.7997 2.488,3.7554 2.6883,6.5987 2.4097,-2.072 0.4498,-4.7506 -1.1511,-6.5987 -3.771,-4.3512 -8.9205,-7.3002 -13.757,-10.3118 -13.8525,-8.6233 -30.7941,-13.5291 -47.1687,-11.9698 -5.5467,0.5283 -13.7786,1.1967 -17.3522,6.1514 1.8211,0.1755 3.8562,-2.1565 5.6212,-2.8194 4.0937,-1.5375 8.61,-2.2433 12.953,-2.5356 19.9794,-1.3444 41.4326,6.1735 56.3115,19.5679 1.5935,1.4366 0.7674,2.8049 0.2981,4.6057 -0.9629,3.6871 -2.6932,7.1579 -3.9421,10.7534 -1.5714,4.5274 -3.7979,10.816 -7.0068,14.4282 -1.8819,2.1177 -4.2281,3.2517 -6.5572,4.7286 -7.6594,4.8576 -16.5652,7.7269 -25.6617,7.7269 1.0118,-3.7103 -2.0603,-9.0867 -5.3791,-10.8308 -2.2558,-1.1843 -5.3205,-1.3683 -7.8183,-1.3891 0.1767,-1.3737 0.5624,-2.7807 0.1897,-4.1547 -3.1796,-11.7265 -16.5332,-4.526 -24.6294,-5.3767 -1.1944,-4.0593 -6.0874,-4.1093 -8.3583,-7.333 -5.0156,-7.1195 3.906,-13.9425 7.3,-18.8175 -1.9061,0.9893 -3.3717,3.126 -4.8792,4.6531 -3.7872,3.8362 -7.2103,10.4213 -2.6505,15.5059 1.9207,2.1417 5.0226,2.6388 6.81,4.7741 1.1355,1.3562 1.6335,3.4525 2.0913,5.1277 1.1147,4.0787 2.793,9.0214 1.3002,13.1974 -1.3745,3.8444 -5.5086,6.127 -8.1894,9.0427 -1.9296,2.0994 -2.7119,6.5645 -4.9432,8.0431 -4.1135,2.7299 -11.1105,2.747 -15.8533,3.5926 -7.903,1.4101 -17.1647,5.89 -25.1729,3.1845 -3.3798,-1.1413 -4.8874,-4.4749 -8.065,-5.8044 -2.4721,-1.0338 -5.4926,-0.6208 -7.8208,-2.0432 -1.1037,-0.6745 -3.6427,-2.4097 -3.7806,-3.7954 -0.1597,-1.6082 1.4838,-3.6758 1.8433,-5.2741 0.827,-3.6709 -1.8853,-7.3647 -5.3945,-8.1678 0.2913,-6.6832 7.3604,-6.8176 11.7307,-9.8457 6.4358,-4.4593 9.0036,-11.8914 6.1943,-19.2375 -0.711,-1.8594 -2.1622,-3.7166 -3.2622,-5.3767 -1.6675,-2.5168 -3.9739,-6.0928 -7.0866,-6.8431 0.5751,1.9178 3.4587,3.3025 4.7252,4.8881 4.2061,5.2649 7.4837,12.0129 5.0507,18.8184 -6.113,-3.2031 -9.5055,-9.1571 -12.5214,-15.1527 -4.5,-8.9463 -8.4063,-18.0953 -12.7155,-27.1279 -9.8557,-20.6606 -25.0378,-36.9815 -45.6385,-46.9876 -8.75802,-4.2542 -18.87275,-7.4538 -28.34973,-9.7029 -2.42026,-0.5744 -9.17685,0.3436 -9.38238,-2.698 -0.0901,-1.3332 0.15543,-2.8484 0.41645,-4.1547 2.27998,-11.409 16.4809,-7.6531 24.11853,-5.1321 1.72393,0.569 3.48646,1.13 5.13211,1.9016 11.91682,5.5867 24.62062,11.8679 34.70362,20.4177 5.4142,4.5908 10.0472,10.4832 14.3923,16.0507 4.1123,5.2693 7.8647,9.979 11.026,15.8859 0.6388,-2.6015 -1.1956,-4.6167 -2.7116,-6.6205 -3.4516,-4.5632 -7.0838,-8.9701 -10.682,-13.4201 -4.2929,-5.3088 -9.0995,-10.5401 -14.4674,-14.7816 -6.6845,-5.2816 -14.5088,-9.117 -21.9963,-13.1205 -10.31394,-5.515 -20.88881,-9.9718 -32.7489,-9.735 1.9982,-4.7472 7.36246,-8.5883 10.68015,-12.4643 5.64605,-6.5962 12.441,-12.46717 19.38045,-17.61827 9.5051,-7.0553 19.2791,-13.7222 30.3055,-18.2145 5.4657,-2.2266 10.91918,-4.23511 16.75528,-5.26181 1.5373,-0.2706 4.43052,-0.87462 5.93212,-0.35432 1.5685,0.5435 2.9716,3.0449 3.9555,4.3007 2.9376,3.7492 5.7086,7.5052 8.3251,11.4866 6.6701,10.1501 12.7445,20.5892 16.9736,32.016 1.6507,4.4597 3.9111,10.8155 2.9218,15.6413 -0.6934,3.3835 -2.8844,5.5632 -4.7621,8.3096 2.0121,-0.5649 3.4797,-2.8458 4.3444,-4.6436 2.3773,-4.942 1.1364,-11.0221 -0.4277,-16.1301 -5.0771,-16.5814 -15.4906,-32.0094 -25.821,-45.7022 -2.569,-3.4052 -5.342,-6.8282 -8.6452,-9.5501 -1.421,-1.1709 -3.2032,-2.5402 -5.1324,-2.181 v 0.2444 c 2.4945,0.722 6.19006,2.74231 7.46246,5.12401 -3.25987,0.1835 -6.88814,0.79665 -10.05098,1.75627 -1.08662,-5.9528 3.25572,-10.43968 7.96532,-10.73488 1.4211,-0.09 3.1651,0.9727 4.3991,1.611 3.9892,2.0644 7.398,6.358 10.2734,9.7065 4.5947,5.3511 9.3672,10.3499 14.4105,15.2697 6.1854,6.0336 13.0982,11.6403 22.2402,10.3516 2.7502,-0.3875 5.3975,-2.221 7.8208,-3.4526 9.6423,-4.9013 16.6871,-13.4858 25.6616,-19.3862 2.7057,-1.779 5.3021,-4.4097 8.5539,-5.1131 m -23.2177,-8.5539 v 0.2445 l -3.666,3.9103 c -0.7164,-1.753 1.78,-4.9168 3.666,-4.1548 m -2.1996,6.3544 h -0.4888 c -0.418,-1.8247 0.5633,-2.76 1.7695,-4.0282 0.3357,-0.3531 0.9964,-1.241 1.5866,-0.9949 1.1179,0.4661 -0.9268,2.4305 -1.2595,2.8235 -0.5994,0.7085 -1.1447,1.395 -1.6078,2.1996 m 9.0427,-4.3992 c -1.8022,2.8844 -4.9488,8.004 -8.7983,7.0875 v -0.2444 c 2.5439,0.01 5.7174,-4.8393 7.0875,-6.8431 h 1.7108 m -4.6435,0.2445 c 1.561,1.5244 -1.3506,5.2412 -3.1638,5.744 -1.7482,0.4846 -0.185,-2.1661 0.1381,-2.5669 0.3402,-0.4226 0.7049,-0.8217 1.0705,-1.222 0.632,-0.6919 1.2114,-1.3864 1.9552,-1.9551 m 6.5986,0.2444 -4.8878,7.5762 5.6211,-6.8431 c 1.7996,1.2059 -2.4589,6.326 -3.9529,6.9402 -1.2142,0.4991 -2.8759,-0.1819 -4.1122,-0.3414 1.0162,-1.9613 4.9494,-7.5316 7.3318,-7.3319 m -25.743,0.4073 -0.081,0.1628 0.081,-0.1628 m 11.8124,-0.163 -0.2444,1.4664 c 1.7027,0.078 2.7798,3.3951 2.9328,4.8879 l -4.1548,-0.2444 c -0.3761,-2.1203 0.327,-4.1095 0.9776,-6.1099 h 0.4888 m 43.9915,1.9552 c 1.349,2.4205 3.2627,6.334 5.8654,7.5731 2.0164,0.9603 4.6924,0.3678 6.7405,0.5008 0.9947,0.065 2.0334,0.7584 3.0354,0.9688 -1.0924,-2.7248 -6.6794,-1.3804 -9.0427,-2.1346 -1.7817,-0.568 -2.8545,-2.7367 -3.7367,-4.2198 -0.6648,-1.1205 -1.354,-2.9557 -2.8619,-2.6883 m -27.1281,0.2444 c 0.1437,2.5261 -2.8429,6.3343 -5.3767,5.8655 0.7352,-1.8985 3.3944,-5.2841 5.3767,-5.8655 m -26.3948,18.5741 c 1.7425,-0.3519 2.8142,-1.9202 3.7696,-3.3187 2.3395,-3.4256 3.5478,-6.5627 4.051,-10.6118 6.8295,0.015 13.488,1.9142 20.0406,3.6659 -2.0066,3.7231 -7.8075,6.597 -10.9942,9.3594 -6.576,5.7003 -14.5257,12.7622 -23.7102,13.3475 -4.8852,0.3113 -8.6339,-1.7555 -12.4642,-4.4852 -6.2211,-4.4333 -11.5097,-10.0173 -16.4784,-15.7777 -2.2328,-2.5887 -4.8691,-4.9469 -6.7392,-7.8207 7.336,-0.579 14.6445,-0.6653 21.9957,-0.9872 4.5289,-0.1984 9.1681,-0.5374 13.6861,0.1938 2.5201,0.4079 5.0544,0.5878 7.5764,0.9716 0.9094,0.1382 2.3792,0.247 2.9249,1.1175 0.7119,1.1355 -0.2392,3.4683 -0.6914,4.5698 -1.1689,2.8481 -2.8259,6.7028 -2.9667,9.7758 m 28.1056,-16.6189 -2.1996,4.1547 c 0.8623,-0.6594 1.8682,-2.5469 2.9587,-2.7077 1.7616,-0.2595 -0.953,3.4841 -1.2479,3.9297 l -3.9103,-0.9775 c 0.7003,-1.6652 2.3637,-4.5698 4.3991,-4.3992 m 50.1012,1.9551 c -0.1734,1.3411 -0.8308,2.5237 -0.8845,3.9104 -0.044,1.11 0.5204,2.1152 0.7599,3.1771 0.6403,2.8658 0.4522,6.6518 3.5683,8.2034 2.0847,1.0387 5.4061,0.2286 7.5543,-0.2419 3.3483,-0.7331 6.3249,-0.847 9.5314,-2.0705 0.9067,-0.3461 2.2705,-0.7183 2.923,0.3214 0.4619,0.7392 -0.1369,1.7794 -0.1051,2.5859 0.066,1.6409 0.5206,3.2331 0.3128,4.888 -0.215,1.7435 -1.1217,3.3978 -1.4687,5.1321 -0.8702,4.3488 -0.655,8.8195 -1.0095,13.1977 -0.3788,4.7096 -1.3002,9.1591 -1.3857,13.9305 h -0.2444 c -1.0093,-3.0999 -2.9401,-6.2372 -3.155,-9.5314 -0.286,-4.3831 1.6031,-9.2549 1.911,-13.6862 0.22,-3.1579 -0.7356,-7.3435 0.5377,-10.2647 0.6892,-1.5795 2.3731,-1.8303 3.1503,-3.1772 -0.9996,0.3212 -2.2802,0.6535 -3.0526,1.4063 -0.501,0.4895 -0.5157,1.5844 -1.2072,1.8422 -0.6501,0.2428 -1.6814,-0.2605 -2.3388,-0.3748 -1.4933,-0.2594 -3.1332,-0.2946 -4.6436,-0.1435 -4.0546,0.4051 -11.6676,4.1364 -14.6174,-0.8554 -0.8432,-1.4251 0.018,-3.8756 -0.4596,-5.5407 -0.5009,-1.7426 -1.0508,-2.7683 -1.0092,-4.6435 0.037,-1.617 -1.4811,-2.6359 -1.2659,-4.1548 l 0.7331,0.2444 c 0.853,-2.9416 2.6834,-4.7367 5.8654,-4.1548 m -47.4129,0.9777 c 0.6683,1.7029 -0.7375,2.8677 -2.444,2.6883 0.3559,-1.2675 1.265,-2.1384 2.444,-2.6883 m -26.6392,71.1194 c -1.1379,-3.8327 -3.6886,-6.9622 -3.9688,-11.2423 -1.3241,-20.2292 14.6054,-36.8899 29.6304,-47.9973 3.6528,-2.7003 7.8621,-4.601 11.9755,-6.4606 1.6301,-0.7369 4.0203,-1.1634 5.3767,-2.2421 -1.9637,-0.908 -3.8747,0.2798 -5.6211,1.1778 -3.4804,1.7896 -6.9646,3.245 -10.2646,5.4018 -13.3654,8.735 -27.3575,22.7154 -30.8454,38.8781 -1.2715,5.893 -0.9291,10.7718 0.054,16.619 0.3244,1.9271 1.466,5.6136 3.6626,5.8656 m 66.7203,-66.7203 c 1.3026,1.4099 1.5202,3.0513 0.9776,4.8879 l -7.0876,-0.7332 v -0.2444 l 6.11,-3.9103 m 15.397,2.6884 -4.6436,6.3542 -1.2219,-0.9775 c 1.3245,-1.8978 3.5095,-4.9012 5.8655,-5.3767 m -2.6885,0.4887 -3.6659,4.1548 c -0.237,-1.8068 1.701,-4.5246 3.6659,-4.1548 m 3.666,0.4888 c 0.2347,1.7049 -3.3604,6.2392 -5.1323,5.6211 v -0.4887 l 5.1323,-5.1324 m -23.9509,0.7333 -0.2444,0.2443 0.2444,-0.2443 m -0.7331,0.4887 -2.444,2.444 2.444,-2.444 m 1.7108,0 0.2444,0.2444 -5.6212,6.3543 7.3319,-6.3543 0.2444,0.2444 c -1.1535,2.0531 -3.0256,3.7608 -4.6459,5.4554 -0.5842,0.6097 -1.2245,1.5588 -2.1972,1.31 -1.53,-0.3913 -1.2318,-1.635 -0.5133,-2.6107 1.3222,-1.7926 3.2725,-3.4658 5.1569,-4.6435 m 6.8431,0.2444 c -2.1434,3.6684 -5.7434,7.5113 -9.776,8.3095 -0.3372,-2.3391 4.9149,-7.2559 7.0876,-7.8207 l -5.8655,7.0875 c 2.6834,-1.8899 5.0957,-7.3855 8.5539,-7.5763 m 1.222,0.4888 c 0.4326,2.668 -4.5116,7.6549 -7.0876,7.8207 0.6721,-2.4692 4.7927,-6.7493 7.0876,-7.8207 m 0.7332,1.7108 v 3.4215 l -4.3992,1.7108 4.3992,-5.1323 m 12.4641,0.9776 0.4889,1.2219 h -1.7108 l 1.2219,-1.2219 m -12.4641,3.4216 c 0.787,4.3565 6.2369,4.509 9.7758,4.1547 l -0.2444,0.9775 c 0.589,0.5375 0.3201,1.0407 0,1.7108 0.9898,0.7134 0.6183,1.7015 0.7405,2.792 0.2957,2.6642 -0.6354,6.6041 -1.9625,8.9391 l -6.8431,-6.8302 -11.9754,-9.0556 4.6435,-0.5597 5.8656,-2.1286 m 22.7288,3.4214 -0.3519,13.4429 -1.7938,9.2861 3.1232,10.0202 c -3.3383,-4e-4 -3.7538,-2.1756 -5.4841,-4.6435 -2.7275,-3.8913 -5.7946,-7.4889 -8.6908,-11.2422 2.5833,-4.1372 5.4696,-12.4262 4.3991,-17.3522 3.0502,-0.3854 5.8143,-0.1933 8.7983,0.4887 m -10.7534,0.2445 -1.222,1.2219 -0.2445,-0.9775 1.4665,-0.2444 m 1.222,0 c 0.3299,1.4488 -1.1292,3.2434 -2.1996,4.1547 0.01,-1.8794 0.7919,-2.9369 2.1996,-4.1547 m -0.2444,3.1771 c -0.044,1.3604 -0.7699,2.7191 -1.9552,3.4216 0.019,-1.6187 0.6404,-2.4919 1.9552,-3.4216 m -0.7332,3.9103 -1.222,1.4664 0.7332,-1.4664 h 0.4888 m -1.0583,1.8739 -0.083,0.1627 0.083,-0.1627 m 0.08,1.5477 -0.9776,2.444 h -0.2444 l 1.222,-2.444 m -95.5591,7.7073 c -4.6421,1.0434 -3.0569,9.0928 1.9551,7.9676 4.8987,-1.0996 2.6229,-8.9962 -1.9551,-7.9676 m 0.2453,0.8083 c 3.547,-0.4534 5.3748,5.6939 1.4652,6.3376 -3.9931,0.6575 -4.9686,-5.8899 -1.4652,-6.3376 m -130.26444,33.5206 c 2.23745,3.1318 5.46764,5.5022 8.30948,8.0459 1.17873,1.0552 2.76388,1.9182 3.42082,3.4408 0.44749,1.037 -0.15299,2.1541 -0.36219,3.1771 -0.39323,1.9212 -0.70679,4.1443 -0.80797,6.11 -0.1442,2.8032 0.5929,5.7932 0.99957,8.5538 0.19284,1.309 0.76815,2.8297 0.37296,4.1548 -0.92089,3.0874 -5.44614,5.5652 -7.77793,7.5161 -3.5831,2.9978 -5.99847,6.7022 -8.55388,10.5693 h -0.48824 c -3.18056,-5.40274 -3.47118,-9.82 -3.67549,-16.3746 -0.3617,-8.4948 2.16854,-16.1684 4.71539,-24.1953 1.15967,-3.6557 1.90214,-7.4456 3.35924,-10.9979 h 0.48879 m 76.98509,47.6574 c -5.5774,1.6406 -11.0509,4.0556 -16.8633,4.9552 -1.4897,0.2304 -4.3706,1.2253 -5.7869,0.5185 -0.9574,-0.478 -0.111,-1.6965 0.229,-2.2965 1.0634,-1.8763 2.0478,-4.2995 3.6829,-5.7605 1.0363,-0.926 2.7814,-0.904 4.0744,-1.2366 2.7388,-0.7041 8.3272,-2.4066 9.7759,-4.9783 l -6.5987,3.3452 -7.0232,1.6189 -1.7628,2.3678 -3.9226,6.5986 c -2.8333,0.1295 -5.7453,1.1719 -8.554,1.6409 -7.7811,1.2999 -15.55729,2.9013 -23.21768,4.8051 -3.92721,0.9761 -10.58995,3.7324 -14.59414,2.062 -3.11875,-1.3014 -5.76165,-3.8857 -8.06509,-6.2874 -0.67552,-0.7046 -2.08373,-1.6147 -2.00454,-2.7093 0.10607,-1.4669 1.68731,-2.9874 2.45765,-4.1548 2.13089,-3.2295 4.51449,-5.7441 7.54232,-8.1628 2.01505,-1.6097 5.0683,-3.4551 6.37656,-5.7299 0.49857,-0.8666 7.3e-4,-2.0627 -0.16301,-2.9707 -0.37881,-2.1006 -0.74126,-4.2371 -1.01156,-6.3543 -0.80113,-6.2778 0.56505,-13.0203 3.03907,-18.8185 0.61001,-1.4297 1.38084,-4.4525 2.68323,-5.3665 1.0145,-0.7117 3.45993,0.6696 4.4727,1.037 4.28862,1.5551 8.55699,3.2253 12.70839,5.1191 14.023,6.3973 26.2596,15.2714 35.169,28.0491 2.8263,4.0532 5.8714,7.8904 7.3564,12.7087 m 167.9005,-45.7022 c 2.1715,9.3551 3.2703,7.8346 2.9328,8.7983 h 0.2444 c 2.4073,7.5765 2.9621,15.1478 3.7075,22.9733 0.9946,10.448 2.2997,22.6536 -1.5079,32.7492 -4.1328,-1.8933 -7.5178,-5.881 -11.2521,-8.4669 -4.8659,-3.3702 -11.1176,-5.2856 -14.7689,-10.1073 -1.7279,-2.2834 -2.2484,-5.7863 -2.3388,-8.5539 -0.3031,-9.5334 6.0365,-17.5059 11.9192,-24.4399 1.5935,-1.8801 2.8716,-3.9927 4.465,-5.8653 2.0115,-2.3633 4.3919,-4.491 6.11,-7.0875 h 0.4888 m -227.77782,18.8186 c 0.17841,2.6309 1.4241,5.9801 4.64353,6.0383 1.35348,0.024 2.56666,-1.1953 3.66589,-1.8484 2.38985,-1.4195 5.0972,-2.9543 7.8205,-3.6182 7.133,-1.7387 13.8058,2.431 20.0409,5.0494 0.089,-2.3933 -3.229,-5.1431 -4.7125,-6.8429 -2.1047,-2.4119 -5.1921,-5.8014 -8.4852,-6.5019 -2.2771,-0.4842 -5.6576,0.5709 -7.8208,1.2452 -5.55109,1.7311 -10.24239,3.3761 -15.15232,6.4785 m 33.97122,3.4216 c -5.933,-2.0203 -11.9318,-5.2879 -18.3301,-3.4837 -2.8587,0.806 -5.7432,2.3178 -8.30898,3.7945 -1.55656,0.8955 -2.99312,2.0217 -4.634,0.611 -3.32379,-2.8582 -0.8896,-5.352 2.1898,-6.8142 4.62831,-2.1977 13.40588,-5.7705 18.57388,-4.2137 2.93,0.8825 5.5117,3.7241 7.4359,5.9513 1.111,1.2863 2.5182,2.5182 3.0735,4.1548 m -27.86131,7.5763 h 2.19951 c -1.05671,1.7442 -3.11892,6.3997 -2.19951,8.3094 l 1.22199,-0.2444 c -0.002,2.7688 0.0281,4.8662 1.46632,7.3319 h -1.46632 c -0.19478,1.9946 1.55139,4.2437 3.42141,4.888 l 0.24439,-0.2444 -2.4439,-3.666 c 3.84886,0.3752 7.98812,-1.3254 11.48652,-2.7375 1.3664,-0.5514 3.3414,-1.1834 3.9104,-2.6392 -3.9124,-1.2514 -7.351,-3.3524 -11.48673,-3.8405 -1.16471,-0.1376 -4.1215,0.4309 -4.87743,-0.6733 -0.87054,-1.2716 0.6982,-5.571 1.99684,-6.1913 0.76739,-0.3666 2.0858,-0.01 2.88059,0.1491 2.93223,0.5838 6.42693,2.2756 8.61403,4.3283 1.4813,1.39 2.5185,3.2422 4.0947,4.5169 0.1995,-1.7423 -1.5967,-3.2055 -2.7016,-4.3989 -2.8045,-3.0295 -7.2349,-4.8131 -11.22911,-5.4833 -1.64882,-0.2766 -3.83899,-0.7256 -5.1321,0.5952 m 178.16521,5.6211 c -0.052,1.2317 -0.6427,2.2075 -0.034,3.4252 1.4004,2.8056 5.5869,3.4125 7.2586,0.4631 1.6399,-2.8988 -0.4497,-5.5586 -3.5585,-5.5534 -1.415,0 -2.5245,0.9614 -3.6659,1.6651 m 3.1771,-0.6369 c 3.5243,-0.6342 5.0225,4.7173 1.4665,5.4566 -3.9153,0.8139 -5.5699,-4.7181 -1.4665,-5.4566 m -176.69901,3.1622 0.0813,0.081 c -0.12045,0.04 -0.27028,-0.081 -0.0813,-0.081 m 11.48661,3.3402 c -2.4296,2.2726 -7.0531,3.2597 -10.26472,3.6659 0.0674,-1.0084 2.22502,-4.5277 0.48879,-4.6436 l 0.24443,-1.9551 -1.22193,0.7332 c 1.95363,-3.1679 8.49053,0.8789 10.75343,2.1996 m -15.64117,-2.9328 0.48879,0.4888 -0.48879,-0.4888 m 4.15456,3.9104 -0.9775,2.1996 0.9775,-2.1996 m 40.59311,0.2522 c -2.2106,1.1775 -0.3957,4.0098 1.6734,2.8811 2.0056,-1.0939 0.1872,-3.8724 -1.6734,-2.8811 m -39.61561,0.2366 c -0.23628,0.9773 -0.17375,1.8517 -1.22191,2.1995 l 1.22191,-2.1995 m 39.94311,0.3966 c 1.0641,-0.4854 2.1209,1.1149 1.0099,1.6985 -1.052,0.5529 -2.1256,-1.1899 -1.0099,-1.6985 m -44.01624,1.4771 0.0813,0.1628 -0.0813,-0.1628 m 35.13494,0.3363 c -1.8849,0.97 -0.7056,3.5587 1.1845,2.6244 1.7579,-0.8689 0.5716,-3.5281 -1.1845,-2.6244 m 0.7092,0.5289 c 0.8595,0 0.6262,1.5881 -0.1921,1.4351 -0.7051,-0.132 -0.4941,-1.4351 0.1921,-1.4351 m 16.8642,0.6826 c -0.3802,4.6481 -3.0553,9.7172 -4.8734,13.9306 -7.6025,17.6176 -21.1789,31.7645 -34.7191,44.9727 -3.8249,3.7309 -7.7411,7.2634 -11.72722,10.8182 -2.00128,1.7841 -3.89975,4.0839 -6.3579,5.2496 -4.74349,2.2534 -11.47613,0.2713 -16.13018,-1.1633 l 0.2444,-4.888 2.19957,-1.4663 c -0.63544,0.242 -1.44121,0.8065 -2.14581,0.5621 -1.01718,-0.3495 -1.32194,-2.1319 -1.90116,-2.9362 -2.06735,-2.8718 -4.5729,-3.6461 -1.9344,-7.1574 0.44114,-0.5868 0.88325,-1.3791 1.592,-1.6782 0.95021,-0.4014 2.31493,0.5313 3.16738,0.9111 2.61407,1.165 5.33863,2.26122 8.25966,2.51642 -0.78769,-1.5011 -3.15372,-0.85282 -4.59371,-1.57092 -3.36509,-1.6783 -7.30844,-2.9714 -10.33089,-5.2369 -1.01425,-0.7605 -2.46156,-1.681 -2.72649,-3.0102 -0.29425,-1.4781 0.86541,-3.042 1.32634,-4.3955 l 3.67206,3.5403 6.837,5.0136 -4.57388,-3.7882 -5.20199,-5.4989 c 0.41694,-1.4585 1.34247,-2.8514 1.40211,-4.3991 0.14932,-3.8808 -4.09145,-5.9081 -7.02323,-7.3319 v -0.2444 c 1.79998,-0.5309 5.68002,-0.7547 7.3319,0.1928 1.44536,0.8292 2.52804,3.706 4.15474,3.2287 -2.55419,-3.5877 -4.58537,-7.076 -9.77587,-6.4963 -1.65627,0.185 -2.28926,1.7435 -3.68794,2.2624 -1.29555,0.4805 -4.68118,-0.6929 -5.81787,-1.3843 -2.70449,-1.6447 -3.95311,-6.5642 -2.62261,-9.29 1.51281,-3.0995 4.3004,-4.8078 6.64807,-7.1581 2.74165,-2.7454 5.06855,-5.9037 7.43553,-8.9721 h 0.24439 c 2.56177,2.9103 6.65933,7.4996 10.50906,8.5517 4.72101,1.2902 10.58409,-1.2031 15.1526,-2.1937 10.43744,-2.2634 20.93544,-4.9317 31.52724,-6.358 0.9129,1.4029 4.6544,0.2782 6.11,0 6.0534,-1.1567 12.735,-2.4745 18.3296,-5.1323 m 0.9777,1.7108 c 1.3097,3.5295 3.7024,6.8013 5.2636,10.2646 3.8797,8.6063 7.5371,17.6445 12.5565,25.6617 1.7291,2.7619 3.9674,6.0265 6.4201,8.187 0.8146,0.7173 3.174,1.8748 3.2026,3.0658 0.049,2.0414 -3.4269,4.7579 -4.9583,5.7035 -4.9975,3.086 -12.0698,3.6773 -12.2198,10.9049 -13.1969,-0.01 -25.615,2.6908 -38.3704,6.0513 -6.8578,1.8036 -13.5672,3.3336 -20.5296,4.6533 -3.73131,0.7087 -8.16382,1.8623 -11.97519,1.5152 -0.8967,1.0412 -3.11142,0.9165 -4.3989,0.9997 -4.12151,0.259 -8.62305,0.7356 -12.70887,-0.022 0.24367,-1.0534 0.61148,-3.1283 1.74304,-3.5854 0.9595,-0.3861 2.89267,0.4913 3.87808,0.7039 2.67175,0.5768 5.5703,1.024 8.30949,0.9165 1.51868,-0.058 5.79881,-1.6594 6.35431,0.01 1.8034,-0.4496 4.20915,-1.62199 4.98408,-3.28389 l -4.73968,2.30639 c 2.1656,-3.248 5.62297,-5.6016 8.48394,-8.1898 4.6254,-4.1877 9.3392,-8.4191 13.7525,-12.832 15.0171,-15.016 28.4921,-32.4349 34.4636,-53.0305 h 0.4889 m 0.56943,6.92393 c -1.8697,3.9509 -3.1919,8.0978 -5.2518,11.9754 -1.2224,2.3015 -3.5183,4.6846 -3.7908,7.3319 h 0.2445 c 2.6389,-4.6306 5.4082,-8.9594 7.4303,-13.9305 0.6081,-1.4951 2.1436,-3.7954 1.3678,-5.3768 m -79.26528,10.91707 c 0.46509,1.363 1.13327,2.5467 2.24137,3.4998 3.25829,2.8035 12.0468,5.2909 7.15373,11.0941 -1.5287,1.813 -4.9114,1.8061 -5.97354,3.4915 4.21779,-0.088 10.80331,-4.5749 7.81849,-9.5305 -1.55412,-2.5801 -5.2103,-3.6853 -7.57043,-5.3865 -1.23885,-0.893 -2.17831,-2.9121 -3.66962,-3.1684 m 69.73388,8.63463 -1.2219,2.444 c 0.7558,-0.6269 1.494,-1.4195 1.2219,-2.444 m -2.6883,4.3992 -2.9329,4.3991 c 1.2907,-0.5641 3.2173,-2.9408 2.9329,-4.3991 m -6.1099,8.7983 -9.2872,9.2871 -3.666,4.1547 c 3.8488,-1.5468 7.149,-6.4017 10.0202,-9.2871 1.0297,-1.0347 2.8543,-2.6146 2.933,-4.1547 m 48.06537,12.38347 0.2444,0.9775 19.063,-3.0364 22.24,-4.051 c -1.0035,-0.9109 -2.2104,-0.4258 -3.4216,-0.1283 -2.3322,0.5726 -4.728,0.847 -7.0874,1.3021 -10.3001,1.9869 -20.7596,2.9699 -31.0384,4.9361 m 60.1216,8.5539 -2.9328,-11.7311 c 4.0037,-0.316 7.9911,-0.8637 11.9755,-1.2638 3.0704,-0.3081 5.5062,-0.9421 8.065,1.3088 5.5283,4.8625 1.9655,11.5558 -1.1242,16.8182 -1.2663,2.1558 -3.4648,5.4551 -6.2076,5.8021 -4.2098,0.5304 -9.2637,-4.1865 -8.0388,-8.4912 0.8721,-3.0648 3.8734,-5.6588 5.5823,-8.3086 0.4563,-0.7072 3.5689,-5.0712 1.9645,-5.7157 -0.6797,-0.273 -1.2919,2.9555 -1.6135,3.5161 -1.5845,2.7613 -4.1663,8.0527 -7.6704,8.0652 m -138.73699,8.63463 c 1.97502,-0.3984 3.49632,-2.4441 4.92952,-3.7731 3.5486,-3.292 8.9424,-6.5373 11.201,-10.8907 -2.0489,0.5735 -3.4091,2.7284 -4.8882,4.1452 -3.3593,3.217 -9.0383,6.3894 -11.24232,10.5186 m -54.82533,4.31837 2.52437,-3.6122 2.36357,0.1906 c 0.37367,2.422 3.25536,3.1845 5.13233,4.2574 5.98919,3.424 14.20091,4.1157 21.02178,3.8297 11.63401,-0.4863 23.59747,-2.1165 34.94487,-4.8855 10.0037,-2.4415 20.2666,-6.5034 30.5499,-7.3783 5.1866,-0.4427 9.8966,-1.6839 15.1562,-1.2389 2.5386,0.2149 4.8262,-0.1412 6.2546,2.4877 0.97,1.7842 1.2149,7.2171 -1.193,8.246 -0.7279,0.3104 -1.7128,-0.4448 -2.3768,-0.6868 -2.0325,-0.7478 -3.9214,-1.4516 -6.11,-1.4541 -6.6261,-0.01 -13.1141,2.1335 -19.5517,3.4215 -14.4201,2.8839 -28.8011,6.347 -43.50273,7.3539 -5.18219,0.3544 -10.42157,1.2269 -15.64139,0.6697 -6.56816,-0.7038 -12.61405,-2.3756 -18.57415,-5.2815 -2.09619,-1.0215 -4.14863,-2.2386 -6.10991,-3.4973 -0.65572,-0.4204 -1.57025,-1.4395 -2.40316,-1.4052 -1.50426,0.064 1.42337,2.3511 1.66997,2.6493 -2.93912,0.7086 -6.45379,0.6476 -8.51127,-1.8746 -1.21844,-1.4909 -1.728,-3.4631 -3.00536,-4.8978 -2.09772,-2.3559 -4.90111,-3.7563 -3.78457,-7.4063 1.6905,-5.5261 7.11073,-9.1337 12.85723,-8.5845 1.42361,0.1359 3.26074,0.3451 4.36297,1.3525 1.6575,1.5153 0.17792,4.3303 1.221,6.1881 1.6663,2.9682 5.6226,4.628 3.84632,8.6238 -2.82669,6.3592 -7.29133,-5.7631 -10.24145,-0.7112 -0.26248,0.4497 -0.49172,0.9556 -0.66964,1.4444 -0.26713,0.7332 -0.26419,1.4322 -0.22998,2.1996 m 262.97092,-19.3074 c 2.9377,3.7158 1.591,7.8525 0.1319,11.9755 -2.8789,8.1311 -12.3175,12.4813 -19.9279,15.3188 -2.3341,0.87 -5.543,2.3217 -8.0652,2.285 -1.2146,-0.017 -2.202,-1.2488 -3.1772,-1.8476 -1.8476,-1.1389 -4.0375,-2.0969 -6.1099,-2.7324 -1.2856,-0.3959 -2.6468,-1.3148 -3.4215,0.1736 3.7368,1.0191 11.7774,3.1307 12.1367,7.9014 0.1882,2.483 -1.8476,4.2549 -2.1164,6.518 -2.3438,2.0774 -4.5825,3.5315 -7.332,5.1006 -1.9185,1.0948 -3.8101,2.026 -5.8654,2.8521 -1.508,0.606 -3.5306,1.5959 -5.2023,1.1633 -3.9835,-1.0289 -4.1255,-6.474 -2.4413,-9.3604 2.3738,-4.0692 7.6802,-4.8781 11.5539,-6.8871 1.2292,-0.6379 4.9588,-2.3926 4.1449,-4.2916 -0.347,-0.8139 -2.202,2.0041 -2.9231,2.4562 -3.0035,1.8867 -6.8014,2.8716 -10.0201,0.9018 3.4387,-1.3002 5.103,-3.8321 7.4028,-6.5987 2.219,-2.6713 4.7559,-5.3303 5.5502,-8.7983 11.2031,0 24.0878,-4.8527 32.5049,-12.2648 1.322,-1.1636 2.043,-2.6099 3.177,-3.8654 m -56.2111,16.8634 c 0.9401,-1.3759 2.2581,-2.4929 3.125,-3.9104 1.537,-2.5146 2.4021,-5.6362 4.051,-8.0289 0.8075,-1.1714 2.3921,-0.7168 3.5774,-0.5432 3.7857,0.5545 5.9681,1.8529 7.9868,5.1956 3.5413,5.862 -1.6986,10.9479 -4.9514,15.3545 -2.4049,3.2602 -6.3727,7.1167 -10.8345,4.7168 -2.2532,-1.2122 -3.8124,-5.0956 -2.4105,-7.3857 2.4193,-3.9543 7.3376,-6.3177 10.1998,-10.0447 1.1535,-1.503 2.4439,-3.4396 1.8989,-5.4259 -0.1832,-0.6612 -0.7576,-1.7273 -1.5837,-1.6598 -0.5987,0.049 -0.3372,0.6869 -0.2052,1.0207 0.76,1.9071 0.7331,3.3535 -0.4522,5.0899 -1.1999,1.7572 -3.6686,5.0199 -5.758,5.6431 -1.4261,0.4253 -3.1728,-0.091 -4.6434,-0.022 m -213.60292,-2.444 c 1.64111,-0.5156 2.37998,-3.3404 3.53519,-4.618 2.01823,-2.2326 4.0235,-2.4227 6.72947,-2.9582 v -0.7332 c -4.50839,-1.0705 -9.96785,3.8424 -10.26466,8.3094 m 201.87172,-7.5762 c -0.5966,1.4351 -1.2868,2.7892 -1.0011,4.3991 0.7985,4.4993 6.6479,8.4512 11.0214,6.5987 l 0.2444,0.7332 4.3991,-0.2444 v 0.2444 c -7.2025,1.4786 -13.9035,0.9092 -20.2849,-2.9327 v -0.4888 c 1.5432,-1.178 2.6746,-2.6248 3.4714,-4.3992 0.7296,-1.6242 0.4436,-2.9667 2.1497,-3.9103 m -126.1088,15.3969 c 7.4575,0 15.6418,-2.3954 22.8938,-4.199 7.976,-1.9821 15.536,-3.5532 23.7861,-1.6665 l 0.2445,-0.2444 v -0.4887 c -5.2343,-2.1386 -11.2639,-1.6525 -16.4544,-0.3914 -5.9684,1.4492 -11.9708,2.8618 -18.0854,3.6024 -2.8551,0.347 -5.6203,1.8308 -8.4742,2.1535 -1.347,0.1515 -2.9362,0.2272 -3.9104,1.2341 m 138.8175,-2.4439 c -0.6422,1.4052 -1.9114,2.5491 -2.1258,4.1547 -0.7972,5.978 6.6923,8.1971 10.924,9.7759 -2.1748,1.3296 -6.0517,1.4664 -8.5539,1.4664 -6.8352,0 -13.2082,-1.2636 -19.5516,-3.8004 -2.0865,-0.8358 -6.052,-1.8061 -7.4888,-3.578 -0.8205,-1.0117 0.077,-2.3633 0.5029,-3.375 1.0072,-2.3976 2.7394,-4.2771 4.5323,-6.1076 0.6338,-0.6452 1.4528,-1.8354 2.413,-1.9894 0.7109,-0.1148 1.65,0.6794 2.2404,1.007 1.4692,0.8187 3.032,1.332 4.6432,1.8134 4.0923,1.2245 8.2942,0.9727 12.4643,0.633 m -204.56016,-2.1996 c -0.34656,1.4933 1.45733,2.4025 2.51362,3.2456 2.97381,2.3706 7.01688,3.9959 10.6838,4.9026 2.76681,0.6843 5.4608,1.6766 8.30949,2.0456 10.05252,1.3075 21.25371,-0.4326 31.03805,-2.6786 2.8091,-0.6452 5.7251,-0.9898 8.554,-1.5666 1.0856,-0.2224 2.523,-0.1392 2.9329,-1.3051 -5.6462,0.1442 -11.5785,1.9747 -17.10771,3.0795 -6.49458,1.2977 -12.97207,1.4981 -19.55172,1.4101 -1.96031,-0.027 -3.90033,0.33 -5.86552,0.049 -4.96125,-0.7112 -10.49073,-2.2705 -14.9082,-4.6656 -2.32421,-1.2586 -4.21365,-3.4459 -6.59871,-4.5164 m 131.97436,10.5091 13.9306,-2.1996 13.6862,-3.2725 15.8858,-3.0818 v -0.4888 c -3.2317,-0.7601 -7.5849,1.0631 -10.7534,1.789 -7.4551,1.7083 -15.1433,3.7148 -22.729,4.6362 -2.5327,0.3054 -5.0605,0.787 -7.5762,1.2121 -1.0918,0.1858 -2.3819,0.078 -2.444,1.4054 m -10.2648,0.4888 v 0.4887 c -4.9577,0.3911 -9.7792,1.8844 -14.6601,2.7299 -11.051,1.9162 -22.3855,4.2819 -32.9971,7.9503 -4.9352,1.7035 -9.5611,4.5482 -14.4198,6.1832 2.0175,-3.5413 4.8878,-6.6354 7.1621,-10.0178 0.7559,-1.1243 2.311,-2.4196 2.1837,-3.903 -0.1264,-1.4713 -3.4324,-3.27 -4.7021,-3.6757 l 3.9104,3.1771 c -0.7656,3.3483 -3.6927,6.2859 -5.6118,9.0427 -2.2152,3.182 -4.9906,8.3974 -8.3606,10.426 -6.20971,3.7368 -16.21107,-1.4933 -19.99872,-6.7601 0.82923,-1.6594 0.0457,-4.035 0.2769,-5.8655 0.23584,-1.8696 2.95598,-5.7506 4.48761,-6.8407 1.39452,-0.9897 4.56435,-0.6207 6.24311,-0.738 4.05972,-0.2835 8.1809,-1.1805 12.2098,-1.7743 10.7078,-1.5788 21.2016,-4.0766 31.7719,-6.3397 5.5842,-1.1951 11.5595,-3.2235 17.3522,-2.5955 6.5125,0.7087 8.7141,7.9869 15.1525,8.5124 m 50.8382,-6.0978 c -2.4229,1.1536 -0.9424,4.431 1.4105,3.2457 1.8336,-0.9238 0.542,-4.1768 -1.4105,-3.2457 m 0.974,0.9654 0.2444,0.9777 h -1.4664 v -0.4889 l 1.222,-0.4888 m -82.8504,8.5539 c 1.4365,0.9629 4.9199,-0.782 6.5986,-1.1414 6.2756,-1.3392 12.3885,-2.9938 18.8185,-3.5021 v -0.4888 c -8.2236,0 -17.6867,2.4513 -25.4171,5.1323 m -26.6395,-3.9103 0.2444,0.2444 -0.2444,-0.2444 m -2.6884,1.2219 -0.2445,0.2444 c 0.7295,1.1145 2.3057,2.3951 3.6661,2.1997 l -3.4216,-2.4441 m 77.7291,0.1858 c -2.2494,0.8407 -0.6921,4.316 1.4447,3.4484 2.2501,-0.914 0.6661,-4.2378 -1.4447,-3.4484 m 0.2336,0.7919 c 3.0218,0.8163 -0.8544,2.5832 0,0 m -117.31046,0.7331 12.95303,0.7333 c -0.66085,1.9917 -3.01977,3.3726 -3.45138,5.3767 -0.24219,1.1242 0.76961,3.287 -0.73953,3.8541 -3.88933,1.4615 -9.9951,-6.4106 -8.76212,-9.9641 m 15.64139,0.4888 -3.94505,5.6212 -0.20969,5.6211 c -1.40944,-1.068 -1.15135,-4.4651 -1.22199,-6.11 2.14434,-1.1731 2.71012,-4.9221 5.37673,-5.1323 m 13.68597,0.4888 c 1.2776,1.4371 3.9409,3.4094 5.8655,3.666 -0.913,-1.833 -3.8937,-3.3263 -5.8655,-3.666 m 13.9308,0 -3.1774,5.8655 c 1.8199,-0.5694 3.4893,-4.0912 3.9107,-5.8655 h -0.7333 m 32.5049,0.9776 0.2445,0.2444 -0.2445,-0.2444 m -19.0629,2.6884 v 0.2444 c 2.9301,-0.2322 6.1194,-1.2563 8.7983,-2.444 -1.953,-0.8114 -6.9934,1.1877 -8.7983,2.1996 m 15.1525,-1.9552 0.2445,0.2444 -0.2445,-0.2444 m -51.32334,0.4888 3.42156,2.2851 7.82038,5.2912 0.2444,-0.2444 c -0.6933,-1.4517 -2.0973,-1.916 -3.42152,-2.6908 -2.49608,-1.4615 -5.11984,-4.255 -8.06482,-4.6411 m 33.48254,2.1995 v 0.2444 l 0.9775,-0.2444 h -0.9775 m -3.9104,1.4664 1.2219,-0.7331 -1.2219,0.7331 m -5.8656,2.444 3.6659,-1.4664 c -1.1214,-0.3886 -3.2186,0.352 -3.6659,1.4664 m -39.10353,1.222 -0.24439,0.4888 1.22198,0.4887 -0.2444,-0.4887 h 3.66595 c 1.48593,5.4744 9.37751,8.4586 13.93061,10.7534 -2.77708,2.8888 -7.45532,4.5482 -11.24224,2.7739 -1.58125,-0.738 -2.72088,-2.1287 -4.15475,-3.0989 -1.70051,-1.1487 -3.96337,-2.0334 -5.04361,-3.8713 -1.60422,-2.7323 -1.67412,-6.2443 -1.0663,-9.2455 l 3.17715,2.1996 m 12.21984,-1.7108 c 0.79013,2.791 5.78805,4.4945 8.06499,6.0293 1.03403,0.6965 1.88443,1.5421 3.17698,1.3026 v -0.4888 l -8.06482,-4.756 -3.17715,-2.0871 m 24.19509,1.9552 c 0.9834,-0.3105 1.8554,-0.6966 2.1997,-1.7108 -1.0531,0.2102 -1.8709,0.655 -2.1997,1.7108 m 9.5317,-0.4888 -0.2443,0.2444 0.2443,-0.2444 m 154.4588,1.7108 -0.2444,0.7331 c 2.8668,0.2273 7.0362,1.2684 9.2162,3.2407 3.292,2.9768 3.5927,9.8737 0.892,13.3563 -1.2464,1.6057 -3.4533,2.4 -5.2203,3.2627 -3.3091,1.613 -6.0391,3.1625 -9.7759,3.6465 -4.8365,0.6256 -9.6683,0.068 -9.875,-5.6652 -0.038,-1.0582 0.053,-2.5222 0.7248,-3.3898 1.2782,-1.6448 3.9569,-1.2928 5.7287,-1.9136 5.0736,-1.7817 13.2781,-4.2305 15.6414,-9.6048 l -8.7983,5.9022 -3.666,-1.3197 -7.8206,-1.6498 4.8879,-2.1188 8.3095,-4.4798 m 11.9754,26.8836 c -2.3266,1.266 -3.3629,3.9396 -6.1099,4.9173 -1.5739,0.5597 -2.9084,-0.2933 -4.3991,-0.7552 -3.7443,-1.1658 -6.9507,-3.0941 -10.2647,-5.1397 2.4317,-1.0313 5.4915,-0.6085 8.065,-1.525 1.1902,-0.4228 2.9304,-1.8623 4.1548,-1.7597 0.9825,0.086 1.789,0.8969 2.73,1.1462 2.4439,0.6526 5.2081,1.0974 7.5347,2.1092 5.1861,2.2533 3.7637,11.1714 0,14.0748 -3.1674,2.444 -7.2171,3.0183 -10.9979,3.9177 -2.8374,0.677 -4.8048,1.7132 -7.8207,1.5788 -4.0594,-0.1809 -6.8578,-4.0521 -5.6235,-8.0554 1.2708,-4.1253 5.6944,-3.0989 9.0451,-3.1796 3.6146,-0.091 6.9678,-0.892 10.0202,-2.8399 1.4811,-0.9458 3.5878,-2.6052 3.666,-4.4895 m 4.1548,20.0405 -2.2142,1.811 -9.2725,2.5882 -7.5764,-4.6436 c 3.7492,-0.6379 7.3858,-3.0524 11.2423,-3.0745 2.2999,-0.012 5.5626,1.9185 7.5763,2.9548 1.7915,0.9213 3.5682,1.4199 4.8855,3.0745 0.7699,0.9678 1.4664,2.0089 1.9405,3.1552 3.7198,8.9986 -9.6585,9.3457 -14.891,10.0936 -2.3242,0.3323 -5.4745,1.9795 -7.8207,1.3734 -2.0799,-0.5352 -4.1964,-3.4728 -4.0864,-5.6015 0.3715,-7.288 9.5707,-6.2468 14.5955,-7.6814 2.0113,-0.5719 6.2736,-1.3003 5.6211,-4.0497 m -22.729,10.5091 0.2443,0.2444 -0.2443,-0.2444"
         id="path2284"
         sodipodi:nodetypes="cccccscccccccccccccccccccccccccscccccscccsssccccsccsccsssccscscssssscsssssccssssscssscssscccccsssccccccccsscccsccccccccccsccccscccccccccccscsccccccccccccscccccccccccccccccccccccccsssssssscccccccscscccccccscccccccccscccccscccsccccccccccccsccscccccccccccsscccccccsscsssscccccsccscccsccsscsssssssssscccccccccccssccccccccccccscccccccccccscsscscccccccssssssccccccccccccccccccccccccccccccccccccccccssscccsccccccscscccccccccsccccsccccccscscccccccccccscssssscccccssccssscccscssssssssccssscsssssssssccsssccccccssscscccccccssscccccccscsccccscccccccccccccscccccccccccsssscssssscccscccccccsscccscccscccccccccccccccccssscsssscccccccccccccccccccccccccccccsccccccccccccccccccccccccccccccccccccccccccccccccccccccccccsccsccsscsssscccscccsssscccccccscsssssscsscssccccccccccscccccccsscccsscsssccccccccccscsssssccscccccccscccccccccccccccccscccccscccccsccscccscccccccscscssccccccsccscsssscccsscsccssscscccccccscccccccccsccscccscssccccccccccscccccsscccscccsssscccccccccccccsccccccccccccssscsssscccsscccccssccccccccccccssccscccsccscccccccsccccccscccccccccccccscsccccccccsccccsccccccccccccccccccssccsccccscccccscccccccccccccccccccccccccssccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccsccccccccccccccccccsccccccccccccsccccccc" />
      <circle
         style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1.03039;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         id="circle2286"
         cx="485.74554"
         cy="-710.36145"
         r="44.517548" />
      <circle
         style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         id="circle2288"
         cx="485.74554"
         cy="-710.36145"
         r="26.652601" />
      <path
         inkscape:connector-curvature="0"
         style="font-style:normal;font-weight:bold;font-size:144px;line-height:125%;font-family:Sans;-inkscape-font-specification:'Sans Bold';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.198258;stroke-opacity:1"
         d="m 500.19629,-717.97978 c -0.3175,0.5803 -0.6399,1.0527 -0.9683,1.4249 -0.3175,0.3614 -0.6677,0.6504 -1.0509,0.8693 -0.3722,0.2081 -0.7946,0.3581 -1.2654,0.4457 -0.4599,0.077 -0.9879,0.1156 -1.59,0.1155 -0.4442,0 -0.8435,-0.023 -1.194,-0.066 0,0 0,0 -0.01,0 -0.044,0 -0.1362,-0.018 -0.231,-0.033 -0.1,-0.016 -0.2021,-0.031 -0.3632,-0.061 -2.9522,-0.5463 -3.9313,1.5032 -4.1429,2.0687 -0.033,0.089 -0.049,0.143 -0.049,0.143 l -3.5872,10.0024 -2.2007,3.7413 h 4.396 c 1.8054,-4.0199 3.5412,-12.4135 5.3973,-13.155 0.4023,0.056 0.901,0.083 1.502,0.083 0.7883,0 1.4941,-0.094 2.1182,-0.2916 0.6241,-0.1971 1.1855,-0.5028 1.6891,-0.9189 0.5036,-0.4269 0.9593,-0.9716 1.3645,-1.6285 0.416,-0.6569 0.8106,-1.4461 1.1829,-2.3658 l -1.0014,-0.3741 z"
         id="path2290" />
      <path
         style="font-style:normal;font-weight:bold;font-size:144px;line-height:125%;font-family:Sans;-inkscape-font-specification:'Sans Bold';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.198258;stroke-opacity:1"
         d="m 500.19619,-717.97938 c -0.3175,0.5803 -0.6399,1.0521 -0.9683,1.4243 -0.3175,0.3613 -0.6678,0.6505 -1.051,0.8694 -0.092,0.052 -0.1872,0.099 -0.2855,0.1432 -10e-4,0 0,0 0,0 -0.1238,0.087 -0.283,0.1617 -0.4987,0.2131 -2.4881,0.5924 -4.1829,2.8098 -4.342,3.0243 0.072,-0.059 0.1448,-0.1078 0.2173,-0.1449 0.011,-0.01 0.022,-0.011 0.032,-0.016 0,0 0,0 0,0 0.013,-0.01 0.026,-0.011 0.038,-0.016 0.4023,0.056 0.9009,0.083 1.5019,0.083 0.7883,0 1.4941,-0.095 2.1182,-0.2924 0.6241,-0.1971 1.1849,-0.5019 1.6886,-0.918 0.5036,-0.427 0.9595,-0.972 1.3646,-1.6289 0.4161,-0.6569 0.8109,-1.4465 1.1831,-2.3662 l -1.0015,-0.3734 z"
         id="path2292"
         inkscape:connector-curvature="0" />
      <path
         inkscape:connector-curvature="0"
         style="font-style:normal;font-weight:bold;font-size:144px;line-height:125%;font-family:Sans;-inkscape-font-specification:'Sans Bold';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.198258;stroke-opacity:1"
         d="m 471.29499,-717.97978 c 0.3175,0.5803 0.6398,1.0527 0.9683,1.4249 0.3175,0.3614 0.6677,0.6504 1.0508,0.8693 0.3723,0.2081 0.7947,0.3581 1.2655,0.4457 0.4598,0.077 0.9878,0.1156 1.59,0.1155 0.4442,0 0.8434,-0.023 1.1939,-0.066 10e-4,0 0,0 0.01,0 0.044,0 0.1362,-0.018 0.2311,-0.033 0.1,-0.016 0.2021,-0.031 0.3631,-0.061 2.9523,-0.5463 3.9314,1.5032 4.1429,2.0687 0.033,0.089 0.05,0.143 0.05,0.143 l 3.5872,10.0024 2.2008,3.7413 h -4.396 c -1.8055,-4.0199 -3.5413,-12.4135 -5.3973,-13.155 -0.4023,0.056 -0.901,0.083 -1.502,0.083 -0.7884,0 -1.4942,-0.094 -2.1182,-0.2916 -0.6241,-0.1971 -1.1855,-0.5028 -1.6891,-0.9189 -0.5037,-0.4269 -0.9594,-0.9716 -1.3645,-1.6285 -0.416,-0.6569 -0.8106,-1.4461 -1.1829,-2.3658 l 1.0014,-0.3741 z"
         id="path2294" />
      <path
         style="font-style:normal;font-weight:bold;font-size:144px;line-height:125%;font-family:Sans;-inkscape-font-specification:'Sans Bold';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.198258;stroke-opacity:1"
         d="m 471.29529,-717.97938 -1.0016,0.3733 c 0.1163,0.2874 0.2348,0.5624 0.3555,0.8243 0.024,0.052 0.048,0.1038 0.072,0.1551 1e-4,0 -10e-5,0 0,0 0.024,0.051 0.049,0.1016 0.073,0.1517 0.01,0.017 0.017,0.033 0.025,0.05 0.041,0.083 0.081,0.1659 0.1227,0.2463 2e-4,0 6e-4,0 7e-4,0 0.025,0.048 0.049,0.095 0.074,0.1423 0.1001,0.1893 0.2015,0.3703 0.3043,0.543 0.026,0.043 0.051,0.085 0.077,0.127 0.01,0.016 0.02,0.033 0.03,0.049 0.016,0.026 0.033,0.051 0.049,0.077 0.025,0.041 0.05,0.082 0.076,0.1219 0.041,0.064 0.083,0.1266 0.1253,0.1884 0.011,0.016 0.021,0.031 0.032,0.047 0.027,0.039 0.053,0.077 0.08,0.1142 0.054,0.075 0.1083,0.1484 0.1637,0.2199 0.028,0.036 0.055,0.071 0.083,0.1057 0.056,0.07 0.1128,0.1376 0.1704,0.2037 0.044,0.05 0.088,0.099 0.133,0.1475 0.014,0.015 0.028,0.03 0.043,0.045 0.059,0.063 0.119,0.1234 0.1799,0.1824 0.03,0.029 0.06,0.058 0.091,0.087 0.031,0.029 0.062,0.057 0.093,0.084 0.031,0.028 0.062,0.054 0.094,0.081 0.094,0.078 0.1913,0.1522 0.2898,0.2224 0.2627,0.1874 0.5401,0.3474 0.8328,0.4799 0.037,0.017 0.073,0.033 0.1099,0.049 0.074,0.032 0.1496,0.061 0.2259,0.09 0.038,0.014 0.076,0.027 0.1142,0.04 0.038,0.013 0.078,0.026 0.1168,0.038 0.039,0.012 0.078,0.024 0.1176,0.036 0.079,0.023 0.1603,0.045 0.2421,0.065 0.041,0.01 0.082,0.019 0.1236,0.028 0.042,0.01 0.083,0.018 0.1253,0.026 0.043,0.01 0.085,0.016 0.1279,0.024 0.086,0.015 0.1726,0.029 0.2608,0.041 0.1324,0.018 0.2676,0.033 0.4057,0.044 0.092,0.01 0.1858,0.013 0.2805,0.018 0.095,0 0.1908,0.01 0.2881,0.01 0.049,0 0.097,0 0.1466,0 0.075,0 0.1488,0 0.2208,0 0.1438,0 0.2812,-0.01 0.4125,-0.01 0.065,0 0.1295,-0.01 0.1918,-0.01 0.062,0 0.1238,-0.01 0.1833,-0.012 0.1782,-0.013 0.3426,-0.029 0.4935,-0.05 0.013,0.01 0.026,0.01 0.038,0.016 0,0 0,0 0,0 0.011,0.01 0.022,0.01 0.032,0.016 0.073,0.037 0.1451,0.085 0.2173,0.1449 -0.1588,-0.2141 -1.8536,-2.4318 -4.342,-3.0243 -0.2157,-0.051 -0.3749,-0.126 -0.4986,-0.2131 -0.001,0 0,0 0,0 -0.098,-0.044 -0.1936,-0.092 -0.2856,-0.1432 -2e-4,-10e-5 -6e-4,1e-4 -7e-4,0 -0.024,-0.014 -0.047,-0.028 -0.071,-0.042 -2e-4,-1e-4 -6e-4,10e-5 -7e-4,0 -0.024,-0.014 -0.046,-0.029 -0.07,-0.043 -0.047,-0.03 -0.094,-0.06 -0.1398,-0.092 -0.023,-0.016 -0.045,-0.032 -0.068,-0.049 -0.046,-0.033 -0.09,-0.067 -0.1347,-0.1023 -0.022,-0.017 -0.044,-0.035 -0.066,-0.053 -0.022,-0.018 -0.044,-0.037 -0.066,-0.055 -0.022,-0.019 -0.043,-0.038 -0.064,-0.057 -0.1068,-0.096 -0.2106,-0.1984 -0.3111,-0.3085 -0.02,-0.022 -0.041,-0.045 -0.061,-0.067 -0.073,-0.083 -0.1457,-0.1707 -0.2182,-0.2634 -0.01,-0.012 -0.017,-0.023 -0.026,-0.035 -0.02,-0.026 -0.041,-0.053 -0.061,-0.08 -0.1015,-0.1361 -0.2022,-0.2826 -0.3026,-0.439 -0.04,-0.063 -0.08,-0.1268 -0.1202,-0.1926 -0.02,-0.033 -0.04,-0.066 -0.06,-0.1 -0.06,-0.1009 -0.1196,-0.206 -0.179,-0.3145 z"
         id="path2296"
         inkscape:connector-curvature="0" />
      <path
         id="path2298"
         style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.684014;stroke-opacity:1"
         d="m 485.74439,-748.24909 a 3.010934,3.010934 0 0 0 -3.0096,3.01117 3.010934,3.010934 0 0 0 3.0107,3.01067 3.010934,3.010934 0 0 0 3.0111,-3.01067 3.010934,3.010934 0 0 0 -3.0111,-3.01117 z m 0,70.37864 a 3.010934,3.010934 0 0 0 -3.0096,3.01119 3.010934,3.010934 0 0 0 3.0107,3.01067 3.010934,3.010934 0 0 0 3.0111,-3.01067 3.010934,3.010934 0 0 0 -3.0111,-3.01119 z" />
      <path
         id="path2300"
         style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.684014;stroke-opacity:1"
         d="m 447.54549,-710.04758 a 3.010934,3.010934 0 0 0 3.0111,3.0097 3.010934,3.010934 0 0 0 3.0107,-3.0107 3.010934,3.010934 0 0 0 -3.0107,-3.0112 3.010934,3.010934 0 0 0 -3.0111,3.0112 3.010934,3.010934 0 0 0 0,10e-4 z m 70.3786,0 a 3.010934,3.010934 0 0 0 3.0112,3.0097 3.010934,3.010934 0 0 0 3.0107,-3.0107 3.010934,3.010934 0 0 0 -3.0107,-3.0112 3.010934,3.010934 0 0 0 -3.0112,3.0112 3.010934,3.010934 0 0 0 0,10e-4 z" />
      <ellipse
         style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.8;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         id="ellipse2302"
         cx="840.3125"
         cy="-266.11917"
         rx="9.9423237"
         ry="3.0328312"
         transform="rotate(-45)" />
      <path
         style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.298401px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         d="m 588.95739,-857.63068 c 0,0 17.8989,-30.6347 56.9848,-28.4602 0,0 -33.6483,-3.1684 -56.9848,28.4602 z"
         id="path2304" />
      <path
         style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         d="m 583.86459,-838.24348 c 0.1179,0.2721 -0.1017,0.5661 -0.058,0.8252 0.1212,0.7269 0.3742,0.4511 -0.1118,1.0992 -0.024,0.032 -0.057,0.1555 -0.117,0.1754 -0.2153,0.072 -0.6045,0.06 -0.7016,0.3508 -0.081,0.243 0.062,0.5641 0,0.8129 -0.021,0.085 -0.096,0.1493 -0.1169,0.2339 -0.046,0.1829 -0.01,0.2461 -0.1131,0.3508 -0.037,0.037 0.013,0.2366 0,0.2885 -0.013,0.053 -0.1383,0.2552 -0.1754,0.2923 0,0 -0.1081,0 -0.1132,0 -0.032,0.016 0.012,0.073 0,0.1073 -0.014,0.041 -0.039,0.078 -0.058,0.1169 -0.058,0.1156 -0.1705,0.2443 -0.1514,0.285"
         id="path2306" />
      <path
         style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         d="m 585.33569,-837.33478 c 0.08,0.6833 0.1754,1.3409 0.1754,2.0289 0,0.1559 0.038,0.3165 0,0.4677 -0.057,0.2276 -0.1177,0.1786 -0.1754,0.3508 -0.012,0.037 0.017,0.081 0,0.1154 -0.096,0.1917 -0.013,-0.027 -0.1155,0.058 -0.029,0.024 0.017,0.1694 0,0.2042 -0.063,0.1264 -0.1438,0.1927 -0.1754,0.3508 -0.059,0.2933 0,0.6729 0,0.9674 0,0.056 -0.034,0.124 0,0.1689 0.062,0.081 0.098,0.4393 0.098,0.584"
         id="path2308" />
      <path
         style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         d="m 586.87329,-835.90498 c 0.01,0.1145 -0.01,0.2338 0.025,0.3436 0.031,0.099 0.2402,0.3134 0.2917,0.3508 0.061,0.044 0.082,0.2624 0.1061,0.3234 0.084,0.2097 0.2688,0.3661 0.3507,0.5847 0.1978,0.5274 -0.075,1.1538 0.058,1.6859 0.073,0.2917 0.5112,0.7318 0.5112,1.0429"
         id="path2310" />
      <path
         style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         d="m 587.90989,-837.26218 c -0.091,0.4855 0.089,0.8683 0.2338,1.3043 0.01,0.018 -0.017,0.05 0,0.059 0.034,0.017 0.088,-0.027 0.1155,0 0.027,0.028 -0.022,0.084 0,0.1169 0.1341,0.2012 0.9255,0.5034 1.1693,0.5847 0.052,0.017 0.065,0.1 0.1169,0.1169 0.2355,0.079 0.5252,-0.018 0.7546,0.059 0.1161,0.039 0.5641,0.6036 0.6216,0.7474 0.064,0.1591 0.1655,0.2139 0.2339,0.3508 0.096,0.1925 -0.045,0.5257 0.1124,0.6792 0.031,0.03 0.093,0.022 0.1169,0.058 0.01,0.01 0.1169,0.4572 0.1169,0.2401"
         id="path2312" />
      <path
         style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         d="m 572.24507,-617.59994 0.26658,-2.26373 -1.43007,0.9015 0.0275,0.35293 z"
         id="path2314"
         sodipodi:nodetypes="ccccc" />
    </g>
    <g
       id="g2437"
       transform="translate(0,-597.95865)">
      <path
         id="path2401"
         style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         d="m 2039.0449,-3285.7539 -2.8476,4.2578 -7.3262,16.416 -0.4434,10.4688 3.1485,16.6133 3.5683,27.0918 -1.4375,15.1582 -3.3164,21.9296 -4.7695,11.7891 -11.3711,3.7305 -14.0352,0.1797 -12.5253,-4.7129 -7.711,-7.5528 -6.959,-7.1211 -8.7011,-4.4296 -12.7715,-6.3692 -8.9727,-6.0488 -8.6367,-8.1367 -5.3965,-3.8653 -8.5078,-4.3515 -2.7852,2.9687 -1.4941,11.8633 -5.3887,4.8223 -9.916,-13.7852 -5.3222,-14.8203 -5.9239,-8.3242 -10.6054,-8.4336 -6.7872,-7.7715 -3.0078,-6.8359 -4.205,-1.5411 -3.2911,11.4727 -1.3867,15.207 3.7832,31.7852 2.3203,41.8535 -0.705,23.2871 -0.2872,2.3203 4.0879,0.5606 -2.0312,-0.5176 0.9609,-2.4551 2.6407,-19.5547 -0.9141,-27.5996 -1.5723,-19.8144 4.459,-21.3203 3.8789,7.4902 7.1836,11.8105 4.5938,9.6582 9.4082,13.836 4.0156,3.5195 v 9.4844 l -1.9883,11.4785 -3.2812,14.9297 -2.6504,12.164 -7.5977,-0.9746 -8.6992,-0.9824 4.4473,0.6113 -19.1797,-2.289 -13.3672,-1.6582 -4.9004,-0.3067 -7.8106,-0.4336 -19.1816,-0.4843 -21.9141,0.1972 -26.4336,1.0079 -26.875,0.8828 -13.6484,0.7714 -13.8418,1.6075 -7.9433,-7.0664 -5.6622,-5.6465 -8.9336,-7.3867 -10.08,-7.0782 -10.4727,-4.8261 -9.5215,0.9375 -7.5449,3.2539 -7.3672,4.5468 -5.1972,5.5372 -4.3614,7.3613 -2.0761,7.8359 -0.2012,8.6563 -0.6328,5.2207 -21.7246,8.5254 -31.7989,12.7714 -20.2812,10.4532 -21.1563,11.9199 -29.4199,19.1484 -52.4512,38.0117 -35.1543,31.0782 -22.789,23.3222 -13.832,14.3985 -10.3614,11.7344 -6.0449,7.9531 -5.7031,7.2754 -13.5274,13.3379 -6.9765,6.5586 -4.3067,9.0957 -3.0996,11.3418 -0.5195,12.5117 1.2676,8.4336 2.6875,4.791 1.4902,5.4707 -4.8477,14.6445 0.7852,-1.4707 1.7656,-6.1758 2.8731,-6.9902 7.7383,4.2988 36.8242,33.7598 3.3906,9.5937 -1.5898,6.2266 -3.0196,18.8613 -0.3691,15.1817 1.1426,10.8086 2.1796,14.1289 c 0,0 1.6669,9.0238 1.7774,9.6015 0.1104,0.5776 0.2226,7.416 0.2226,7.4161 l -3.1816,6.2421 -3.293,2.5938 -7.2422,6.3769 -10.416,7.7774 c 0,0 -10.6092,8.0403 -10.5039,8.5781 0.1051,0.5379 -9.791,11.4609 -9.791,11.4609 l -7.8086,9.5118 -6.5078,9.5214 -3.9609,7.1758 -2.9532,-0.4707 0.2227,0.3985 -0.2187,5.0214 -12.252,15.6446 -9.0918,10.1347 -8.0059,7.7051 -11.5156,9.6856 -9.9863,12.3222 -3.9277,10.0821 0.2226,10.0722 2.7871,9.4961 6.2305,9.1875 8.1094,4.6328 13.4121,5.0704 13.75,3.4082 8.4218,4.2539 7.5997,5.3925 4.6308,5.9903 2.2656,5.7187 0.3711,5.8418 -2.332,6.2891 -5.0195,9.3769 -3.4844,6.9082 -2.8379,7.4239 0.8965,6.1093 3.9433,5.4903 10.5215,7.623 9.9981,5.7442 -1.9531,2.1718 -7.8086,10.2911 -2.6094,7.7617 3.3066,5.6289 9.8418,12.1426 5.6094,9.8964 1.5449,7.4551 -2.0254,9.4063 -7.4648,12.6504 -3.2266,12.2871 -23.3125,-2.1914 -30.1523,-9.3496 -2.6133,-3.9629 3.459,-4.0293 c 0,0 4.4811,-9.7294 4.039,-10.6739 -0.4419,-0.9449 -1.0781,-8.5781 -1.0781,-8.5781 l -5.4219,-7.7812 -9.3671,-10.9043 -1.6504,-5.7559 0.6621,-7.0976 -1.7676,-10.3301 -4.8008,-4.5684 -12.4551,-3.7715 -14.1464,0.3633 -11.1329,3.1934 -11.3535,4.5976 -7.8672,9.4825 -8.1914,10.4374 -3.4922,12.3594 6.2754,13.9571 9.8653,8.4394 7.8789,14.6348 9.914,10.332 10.9766,3.8731 14.5996,-1.5469 11.7129,-0.2227 37.4121,18.5352 28.6699,7.6152 1.4649,8.4981 5.1972,12.7304 2.584,10.377 -1.3261,18.0547 1.9804,13.8086 11.5879,13.3398 15.3008,11.4336 14.0176,9.7715 14.0742,2.6523 10.1113,-2.3086 11.6485,-6.2441 8.623,-5.2773 8.1699,-2.6485 12.6211,0.2207 8.4278,-2.123 4.9414,-3.5078 8.2461,-9.8438 7.83,-7.5527 15.6934,-7.6778 7.7031,-3.2304 11.25,-5.125 13.457,-4.6289 5.2364,2.9043 22.4258,11.2949 22.4375,17.3808 24.9101,25.0899 21.4317,27.916 25.4824,36.9922 27.1211,31.3457 37.4687,46.7266 20.5801,18.7324 28.6666,24.0209 18.6342,13.5845 30.3086,21.9317 0.1289,0.8164 h 700.4512 v -106.1309 l -14.7969,-5.1269 -18.4492,-7.4668 -12.0469,-4.2051 -19.041,-9.5566 -19.9336,-10.1504 -17.9239,-12.1582 -21.0918,-17.0996 -21.7949,-17.418 -16.4941,-10.8203 -22.959,-11.375 -25.1992,-11.3301 -28.4414,-11.2891 -33.3184,-13.414 -20.7734,-9.2324 -15.7748,-10.5995 -15.1129,-13.8308 c -14.3738,-15.7559 -23.2768,-25.7973 -38.3291,-42.1459 0.1925,-0.9633 0.3555,-1.5547 0.3555,-1.5547 l 14.8886,-6.332 20.1836,-8.8594 17.4473,-9.4024 9.7988,-6.9336 9.3652,-8.4218 6.9317,-8.4199 7.9687,-13.1719 4.4239,-13.6289 1.2441,-8.3321 0.8906,-11.7011 -3.6953,-10.0352 -4.5137,-7.9316 3.1114,-7.7325 3.3652,-6.8046 2.5391,-6.0157 4.5332,-11.6054 7.3398,-19.2754 2.9336,-6.75 15.7481,-0.3926 12.3964,-2.0156 12.5469,-7.0117 7.5078,-11.9844 2.1114,-9.4863 -1.3379,-12.4004 -3.5879,-8.7422 -13.1485,-15.1074 -8.4863,-9.5137 1.6953,-11.3711 3.6348,-15.5254 1.5371,-11.0781 1.4512,-16.0625 0.2207,-27.7012 -0.7989,-19.3164 -2.666,-30.2285 -3.5976,-36.0391 -4.4649,-23.8867 -4.83,-19.3203 c 0,0 -3.0941,-9.9083 -4.1758,-10.8906 -1.0821,-0.9819 -5.6192,-13.6993 -5.6192,-13.6993 l -3.2382,-12.8027 0.2851,-6.4238 11.2656,-15.7207 3.4063,-6 4.6269,-9.7617 1.545,-13.4707 -1.1993,-8.7227 -2.2441,-5.0703 -4.6719,-6.6074 -8.8242,-5.8204 -7.7363,-3.2792 -8.5352,-1.6114 -7.2929,0.4219 -9.25,1.0723 -5.75,-0.1153 -0.418,3.8262 -17.7871,-26.6328 -9.3887,-13.002 -8.1367,-10.6132 -5.1563,-6.752 -6.2148,-7.9531 -11.1738,-12.9278 -8.2032,-8.4375 -5.0547,-4.9335 -6.6074,-6.2422 -8.334,-6.6875 -10.4843,-7.7403 -8.2168,-5.7383 -12.67,-9.6796 -21.1152,-15.0723 -4.9219,-3.4492 2.002,1.209 17.4258,12.2011 20.8027,-3.4863 15.1875,-5.0547 6.1914,-2.332 2.252,4.9961 3.6621,4.6797 6.2129,4.6211 5.8769,0.8632 7.6387,1.6758 10.7734,-1.291 1.877,6.6992 2.0566,22.9199 -4.4785,18.9961 -0.5488,10.6602 8.6152,-15.832 3.7637,-11.3106 3.498,-14.9453 0.8828,-14.1894 -2.0332,-6.3204 8.3457,-1.8339 17.7911,0.3378 10.2519,2.0547 v 12.6172 l 0.127,22.4492 -1.1036,12.0762 -1.7753,11.3985 -2.877,12.8808 -1.7129,12.082 2.5528,14.0411 6.4082,18.875 2.6699,9.9921 3.7929,-0.8496 1.5411,-13.8496 -0.4063,-7.4648 1.9531,-12.3242 2.4375,-17.8457 1.2364,-15.959 0.3105,-12.0781 0.2188,-7.3399 1.3398,-11.0859 3.1328,-9.2891 1.1035,-7.5371 2.584,-7.8672 -0.2187,-5.3555 -0.4825,-12.8476 0.834,-11.2793 -2.7226,-2.8613 -7.6387,-0.3633 -5.8984,2.5801 -7.6446,1.9882 -7.5097,1.3438 -12.9805,2.3965 -14.1367,3.1621 -3.041,-8.9082 2.1289,-5.1289 6.0566,-6.9258 -2.7578,-5.6367 -5.2227,-1.5332 h -10.7578 l -11.375,1.9902 -6.5976,-0.8848 -2.3946,-9.1972 1.8965,-18.1211 5.4043,-6.4414 5.4024,-7.1446 1.7656,-6.6367 4.1797,-6.3652 8.2011,-10.5039 3.6836,-11.3164 5.9668,9.5156 12.7813,3.5176 6.209,-1.9727 -1.3574,-9.8086 -4.4825,-8.4883 -1.1191,-13.7168 4.3984,-13.5253 4.1582,-5.1836 5.2149,-2.209 10.5215,-4.8125 2.1425,-5.7012 0.6641,-8.9414 4.5781,-6.5332 8.961,-4.6074 10.2832,-2.209 3.6621,-4.2324 -0.2188,-8.7168 -3.1679,-6.6543 -7.0723,-2.541 -7.4785,4.8281 -7.0196,7.0137 -9.5312,5.4609 -8.7324,1.3223 -14.3223,1.0156 -12.5859,-3.293 -14.4766,-9.0957 -7.4785,-14.6972 -3.8555,-9.8008 -6.0586,2.0468 -7.1894,8.2696 -1.6367,4.7168 0.9003,10.5508 9.336,6.3144 6.8496,7.5918 v 11.2383 l -6.8418,-0.8653 -6.2051,-1.2832 -7.2207,0.6622 -7.6758,4.791 -9.3164,5.6113 -11.7265,6.3184 -7.3614,1.5449 -15.4277,1.7558 -11.1406,3.2325 -8.4785,8.2109 -7.4727,5.9883 -10.3828,-43.9434 -6.0313,-19.1679 -9.6543,-17.7188 -6.9804,-10.1777 z m -107.9785,110.4043 4.1367,2.4746 6.8262,4.9668 7.0137,5.0918 6.0449,5.3574 5.2441,5.8281 0.3594,4.4747 -6.791,-0.2188 -6.2832,1.5137 -5.6055,-0.6739 -19.1387,-21.6933 0.6622,-3.8926 z m -20.0273,30.1074 3.5449,1.9512 1.6797,4.9062 3.5781,5.5528 3.3359,6.3203 1.4219,8.3203 -5.9941,-0.3242 -4.3028,-0.7285 -8.1074,-0.4668 0.2109,-6.1407 1.3243,-8.3261 z m 123.3574,18.1719 18.6191,6.0195 2.6485,5.0879 -7.5528,-6.4824 -12.3203,-3.6836 -2.8691,0.4394 z m -13.8496,3.8047 -1.6172,0.6543 -8.1641,3.582 7.3516,-3.7656 z m -115.0039,3.6875 6.8925,0.7304 -5.1757,-0.2793 -1.7207,-0.4414 z m 104.0117,1.1679 -2.5918,1.4395 0.6016,-0.4199 z m -79.5,1.2481 0.1816,0.019 19.959,3.6836 3.3457,0.8985 z m 60,10.4492 -3.791,2.6191 -3.5742,-1.2949 1.8437,0.3907 z m 156.3359,6.2891 1.0703,1.1718 2.9707,5.8536 0.9727,8.9453 -1.541,3.9531 -3.5,-0.5488 -3.8067,-0.3125 -22.4824,-2.3125 0.6406,-3.1328 7.9903,-4.2676 6.666,-3.9531 6.9414,-4.4668 z m -79.8789,9.6758 0.291,0.7753 -0.6308,1.6309 z m -4.7715,12.4824 18.1993,11.2988 1.666,1.0059 -11.8243,-6.625 -8.3945,-5.1719 z m -730.3183,263.5195 -1.8242,6.2441 0.8711,-2.6406 z m -14.3809,47.1172 -1.4199,4.7734 -4.1172,19.2774 -2.2031,18.7343 0.08,12.1387 0.9394,-18.5039 3.0859,-20.1055 z m -6.3183,82.8125 0.2949,3.2441 1.1152,4.6172 -1.1894,-5.9863 z m 3.5097,16.5488 0.016,0.057 2.7891,8.1914 0.3359,0.6054 z"
         transform="scale(0.26458333)"
         sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccscccccsccccccccccccccccccccccccccccccccccccccccccccccscccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccscccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
      <path
         style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.298401px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         d="m 585.43869,-856.98908 c 0,0 -9.82,-26.8955 -43.3239,-37.8759 0,0 27.3354,6.9287 43.3239,37.8759 z"
         id="path2403" />
      <path
         style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.244396"
         d="m 588.54019,-858.88608 c -0.9849,0 -2.8007,0.3745 -3.6684,-0.1192 -0.8211,-0.4663 -2.2726,-0.9855 -2.7589,-1.7335 -2.3513,-0.8678 -2.6174,-2.9808 -3.8785,-4.415 -0.8182,-3.0094 -1.6696,-3.0194 -1.6696,-3.0194 -3.4876,0.1136 -5.0493,4.3938 -4.2819,7.3221 0.5134,1.9598 3.3018,1.717 4.1034,3.676 1.0632,2.5897 -0.7111,5.1988 0,7.8193 0.5426,1.9916 3.1479,1.5848 4.1988,3.423 1.6375,2.8704 0.8139,6.1844 1.9894,9.0424 0.7723,1.8751 4.5189,4.7829 6.457,2.7888 1.4468,-1.4899 -0.6404,-4.3001 -0.9825,-5.9659 -0.5963,-2.9067 0.4912,-4.6172 0.9752,-7.3319 -4.4847,2.5429 -1.0998,9.038 -0.2445,12.4642 -2.3706,0.7335 -5.4158,-0.7053 -5.7873,-3.4215 -0.1588,-1.169 0.5084,-2.2732 0.1491,-3.4216 -0.7797,-2.4877 -2.0212,-4.5539 -3.1601,-6.8431 -5.0785,0.325 -1.3784,-6.5933 -2.9719,-9.4615 -0.8822,-1.5861 -3.1306,-1.6074 -3.6268,-3.2471 2.4708,-0.4515 2.3658,-2.5273 3.6659,-4.1548 -0.2419,1.6047 0.6917,2.879 1.5911,4.1452 3.1527,4.44 11.1519,4.6207 15.7611,2.4401 1.8819,-0.8907 3.1112,-3.191 5.1323,-3.6526 -0.8969,1.7913 -0.9579,3.6496 1.2221,4.3992 v 0.2444 c -2.6126,0.4852 -5.653,0.9591 -6.6941,3.9104 -0.3568,1.0166 0.3251,2.7494 -0.3397,3.5222 -1.0582,1.2289 -3.226,1.1272 -4.2084,2.5876 1.481,-0.3607 4.5946,-1.2469 5.2886,-2.7024 0.8579,-1.7959 -0.5133,-3.1508 1.3907,-4.835 1.5127,-1.3391 4.514,-0.9717 5.5063,-2.529 1.107,-1.7381 0.086,-5.3662 -2.1899,-5.715 -1.7205,-0.2635 -3.419,2.5174 -4.6191,3.4315 -1.7719,1.3507 -3.6292,1.2516 -5.621,1.841 0,0 0.221,0.054 -0.7333,-0.4889 m -87.7383,32.2604 -6.3544,-0.9776 c 0.6401,-3.2898 1.361,-6.3803 1.2125,-9.7759 -0.187,-4.2686 -1.333,-8.513 0.01,-12.7086 l 4.8552,8.5867 1.7435,1.9224 c -0.1264,-1.8829 -1.5497,-2.6327 -2.4222,-4.1547 -0.781,-1.3623 -0.6562,-2.9868 -1.2703,-4.3992 -0.5072,-1.1665 -1.5835,-1.7323 -2.2347,-2.7583 -0.7566,-1.1919 0.1804,-2.8022 -1.6491,-3.1072 l -0.7323,8.5539 0.4879,13.1974 h -0.2444 c -0.3646,-4.6189 -0.3307,-9.3404 -0.7748,-13.9307 -0.4672,-4.8317 -1.2542,-8.9515 0.286,-13.6861 h 0.4888 c 0.9815,4.0938 5.4112,5.211 7.2688,8.7983 0.9923,1.9165 0.9544,5.066 2.9958,6.1098 l 0.2444,-0.9776 c -1.7987,-1.4258 -1.941,-5.037 -3.2428,-7.0873 -1.2379,-1.9494 -3.4824,-2.7228 -4.9495,-4.4221 -0.8192,-0.9489 -1.1241,-3.3132 -2.5547,-3.5009 -1.0519,-0.138 -1.19,1.0842 -1.4285,1.8129 -0.6143,1.8757 -0.8022,3.5086 -0.7249,5.4804 0.2422,6.2035 1.1599,12.2589 1.4043,18.4705 0.09,2.2695 -0.9945,5.5784 -0.2349,7.5763 -7.9448,-0.3412 -15.7052,-0.904 -23.6847,-0.4656 -3.5092,0.1929 -7.0186,0.077 -10.5308,0.2307 -1.53,0.067 -3.3813,0.6855 -4.8878,0.4295 -1.2484,-0.2122 -2.0265,-1.5469 -2.9366,-2.3027 -2.4336,-2.021 -6.6922,-6.643 -10.261,-5.968 -3.6386,0.6884 -6.9291,3.5765 -8.0203,7.0985 -0.3576,1.1538 0.09,2.836 -0.5404,3.8424 -0.8585,1.3708 -4.3925,2.2656 -5.8586,2.9245 -4.6908,2.1086 -9.6431,3.8062 -14.1751,6.2617 -16.5209,8.9507 -31.1018,20.9547 -43.89129,34.5862 -2.72209,2.9016 -5.06806,6.1561 -7.7838,9.0596 -2.44176,2.6106 -5.07782,4.0279 -6.50852,7.6019 -1.07779,2.6919 -1.16724,5.7441 -0.6677,8.554 0.20701,1.1633 1.33808,2.2227 1.14109,3.4215 -0.3578,2.1795 -1.49985,4.4561 -2.1172,6.5987 -2.3181,8.0477 -5.54855,16.2768 -6.13779,24.6841 -0.37294,5.3188 0.3209,10.7486 1.56708,15.8857 0.41254,1.7003 2.24943,3.7386 2.2702,5.3767 0.0223,1.7707 -2.26629,3.6582 -3.29129,4.888 -3.34921,4.0186 -9.88682,7.8989 -11.1154,13.1974 -0.60856,2.6254 1.11933,7.3613 3.50513,8.7952 4.53478,2.725 10.41838,1.7789 13.74145,6.8462 2.80812,4.2821 -4.75498,8.3992 -2.64877,12.705 0.5516,1.1279 1.79998,1.9894 2.79272,2.7099 1.0509,0.7629 2.23085,1.4243 3.42155,1.9373 -1.05017,1.4167 -2.95206,3.0513 -3.14099,4.8879 -0.21067,2.0491 1.66581,3.065 2.87094,4.3991 1.36739,1.5141 2.36869,3.8004 2.4051,5.8656 0.0516,2.9278 -3.24412,5.0321 -3.35703,8.0651 -4.9571,-0.3911 -9.01653,-1.833 -13.68621,-3.1772 v -0.7332 c 2.54563,-1.4444 2.4618,-5.9682 0.78573,-8.014 -1.07192,-1.309 -2.59182,-2.0385 -3.23093,-3.7171 -0.77522,-2.0352 0.48439,-4.5049 -1.12618,-6.2614 -1.18361,-1.2908 -2.88216,-1.4133 -4.49371,-1.6264 -5.11059,-0.676 -10.03818,1.5883 -13.13877,5.6886 -1.84214,2.4359 -2.96659,6.107 -1.08435,8.798 0.97567,1.393 2.50207,2.2778 3.49925,3.6659 2.07341,2.8913 3.22851,6.5352 7.30231,7.0411 1.89578,0.2371 4.86154,-1.0534 6.42396,-0.5328 3.38661,1.1218 6.55375,3.5121 9.95061,4.7804 1.74329,0.6501 3.5919,1.2415 5.37674,1.7694 0.76129,0.2249 1.95542,0.1834 2.54099,0.7748 0.59461,0.6012 0.64691,1.9967 0.92479,2.7861 0.40301,1.1462 1.22003,2.3242 1.40382,3.5242 0.38273,2.4977 -0.51934,5.1617 -0.13442,7.74 0.66891,4.4799 3.7075,5.912 6.98633,8.3218 2.4684,1.8159 4.36883,3.7515 7.58582,4.0594 3.77032,0.3617 6.36043,-2.6688 9.55341,-3.8786 2.39567,-0.9091 5.78413,-0.3959 8.01823,-1.7474 1.6763,-1.0143 2.3961,-3.1039 3.936,-4.2623 3.6958,-2.7837 9.6352,-5.1299 14.1744,-6.1808 0.1378,1.1145 4.7335,2.8302 5.8654,3.5853 5.0999,3.3996 9.6203,7.6667 13.6231,12.3005 8.4159,9.7441 14.5122,19.7288 22.653,29.6953 3.6036,4.4113 7.6616,9.0451 12.1145,12.6035 4.0853,3.2676 8.8245,7.2819 13.1975,10.1243 2.5192,1.6399 4.53457,3.7713 7.24027,5.052 -1.9254,-2.5711 -4.85017,-4.2113 -7.48477,-5.988 -5.7494,-3.8762 -11.8771,-8.7166 -16.6668,-13.8294 -9.8881,-10.5604 -16.61127,-20.63663 -25.14617,-32.24053 -6.0397,-8.2118 -14.87723,-18.15517 -24.90723,-21.54737 3.3025,-1.5372 7.0259,-2.1849 10.509,-3.1869 8.1375,-2.3414 16.3626,-4.1254 24.6841,-5.7238 3.9854,-0.765 7.9467,-1.5862 11.9754,-2.158 1.5236,-0.2151 3.0858,-0.8652 4.6436,-0.7112 2.6685,0.2639 4.2774,3.38 6.3638,4.7658 2.9951,1.9918 6.335,2.0064 9.8079,1.8403 2.2069,-0.1052 4.4089,-0.9826 6.5572,-1.4322 6.669,-1.398 13.3975,-2.6688 20.0404,-4.0277 2.5662,-0.5255 5.9438,-2.0774 8.554,-1.8281 4.2496,0.4082 8.5992,3.7467 12.7086,4.9661 7.3361,2.1801 14.038,1.9772 21.5069,1.3858 -1.1953,1.4493 -2.652,2.4464 -3.5895,4.1547 -1.7311,3.1552 -1.1564,8.5173 2.3685,10.3013 4.1709,2.1116 9.7163,2.0359 14.174,3.6294 v 0.2444 c -1.8501,0.4277 -3.5339,1.3271 -5.3766,1.7718 -1.64,0.3959 -3.4412,0.308 -4.888,1.3197 -2.7119,1.9015 -2.5229,7.6179 -0.5377,10.0545 1.1511,1.4127 3.3873,2.2534 4.9393,3.1747 3.8589,2.2901 7.4467,4.3136 11.7286,5.675 v 0.2444 c -3.6685,0.149 -9.0378,-0.5842 -12.1954,1.5812 -3.1454,2.1556 -2.1459,7.5861 -0.1662,10.1498 1.4102,1.8257 3.5412,1.7866 5.5184,2.5784 2.7519,1.0997 5.2521,3.1234 8.0652,4.0203 v 0.2444 c -2.0481,0.3812 -4.453,0.5695 -6.0587,2.0725 -3.3507,3.1404 -2.8253,8.8814 1.1707,11.1909 3.8053,2.1971 9.9372,-0.28353 13.1974,2.78607 -2.7812,0.056 -6.9213,0.039 -9.5094,1.0753 -0.6477,0.259 -3.2017,2.6493 -1.6766,3.2114 0.523,0.193 2.7177,-2.5906 3.8541,-2.769 5.4451,-0.8481 10.3331,-1.3784 15.6415,-3.1479 1.6667,-0.5548 4.712,-1.0655 5.1323,-3.0134 l -3.666,1.3589 -7.332,2.4342 -4.1547,-1.1951 -6.8431,-0.31757 v -0.2444 c 3.9544,-0.3129 8.593,-0.8359 12.4642,-1.6302 1.7524,-0.3592 3.5903,-1.7963 5.3768,-1.7646 1.1927,0.019 2.6371,-0.003 3.666,0.54737 4.1157,2.1922 5.7775,4.5922 4.888,9.3654 2.3412,-0.374 1.7546,-3.7002 1.1974,-5.3768 -1.2708,-3.815 -5.4353,-3.98117 -8.7738,-5.54037 4.5532,-3.2994 2.8399,-8.527 -0.5817,-12.0757 -2.2754,-2.3609 -7.4712,-4.3502 -10.6606,-5.0321 1.5128,-1.5568 3.7271,-2.0969 5.2496,-3.771 2.8522,-3.1308 3.9007,-11.0443 0.1174,-13.8768 -3.0574,-2.2901 -7.4711,-2.0384 -10.7436,-4.1035 2.3144,-0.9629 4.6067,-2.0871 6.1,-4.1767 2.7054,-3.7833 2.2852,-10.8097 -1.0093,-14.1261 -2.3706,-2.3829 -6.3861,-2.8864 -9.4899,-3.6929 2.246,-3.4093 4.49596,-6.42455 3.95586,-10.69895 2.42443,-1.03816 4.30828,-2.42173 5.29412,-1.48543 7.27017,7.83665 10.18269,12.48221 18.09713,17.35769 1.25287,0.55835 2.51722,1.09999 3.78944,1.62985 1.27223,0.52986 2.55234,1.04794 3.83673,1.55917 1.2844,0.51122 2.57308,1.0156 3.86246,1.51805 1.28938,0.50245 2.57945,1.00298 3.86662,1.50652 1.28718,0.50353 2.57145,1.01008 3.84924,1.52455 1.27779,0.51448 2.54908,1.03689 3.81029,1.57217 1.26121,0.53527 2.51234,1.08341 3.74978,1.64934 1.23745,0.56594 2.46123,1.14966 3.66773,1.75611 1.2065,0.60644 2.39573,1.23561 3.5641,1.89243 5.0566,2.8399 9.2993,7.09 13.9307,10.5481 6.4399,4.8122 13.0678,8.0993 20.5293,10.927 2.8814,1.0924 6.0097,2.7006 9.0426,3.2236 v -0.2444 c -8.9741,-3.055 -18.0878,-7.0826 -25.906,-12.4716 -5.5062,-3.793 -10.3331,-8.9302 -16.1302,-12.2442 -7.7498,-4.4309 -16.6459,-7.7376 -24.9284,-11.0517 -3.4265,-1.371 -7.046,-2.4904 -10.2647,-4.3136 -5.9388,-3.3653 -10.36512,-10.09099 -15.49992,-14.54879 -1.0412,-0.9042 -2.2044,-1.613 -3.0451,-2.7323 0.65827,-0.64455 1.34651,-0.60229 5.34762,-2.33901 8.2851,-3.5584 16.5603,-8.2435 18.9456,-17.5281 0.5205,-2.0246 1.0778,-5.0463 0.4937,-7.0875 -0.374,-1.3097 -1.9796,-2.5386 -1.9161,-3.9104 0.058,-1.3314 1.4713,-3.1774 2.0432,-4.3992 1.349,-2.8794 2.026,-6.2721 3.5804,-9.016 0.8822,-1.559 3.3434,-0.9411 4.8562,-1.0631 3.0133,-0.2432 6.716,-1.5419 7.9526,-4.5847 2.053,-5.0458 1.3417,-8.3706 -2.097,-12.4605 -0.914,-1.0851 -3.6145,-2.5493 -3.7342,-4.0213 -0.2078,-2.5366 1.0581,-5.652 1.3636,-8.2022 0.7039,-5.844 1.1536,-11.9488 0.7503,-17.841 -0.6329,-9.2237 -1.5372,-18.5961 -3.7025,-27.6168 -0.9483,-3.9617 -3.4827,-8.0081 -4.0399,-11.9756 -0.2175,-1.5532 1.9967,-3.6374 2.8007,-4.8877 1.9309,-3.0045 3.6806,-6.5792 2.9255,-10.2647 -0.6207,-3.0369 -3.9763,-5.4669 -6.76,-6.3411 -1.2049,-0.3784 -3.903,-0.05 -4.3234,-1.4931 -1.1047,-3.7805 0.6256,-8.6776 1.0754,-12.4508 0.3763,-3.138 0.022,-6.4114 0.391,-9.5314 0.3397,-2.867 1.4101,-5.5051 1.8891,-8.3095 0.4912,-2.8861 0.2322,-6.1124 0.2346,-9.0427 -3.1771,-1.0172 -4.3258,0.4191 -7.3319,1.045 -0.8821,0.1838 -1.7913,-0.1368 -2.6882,-0.016 -1.8966,0.2551 -3.6929,1.0172 -5.6212,1.1706 -0.1026,-0.6841 -0.721,-1.524 -0.5499,-2.1995 0.2957,-1.1719 1.7181,-1.5617 1.7181,-2.9326 0,-3.8949 -6.1979,-1.2644 -8.2557,-1.711 l -0.2444,0.9776 h 1.222 l -1.4664,1.7108 c -0.4595,-2.4616 -1.8526,-5.8372 -1.0852,-8.3095 0.4839,-1.5656 1.7035,-2.2648 2.5857,-3.501 0.677,-0.9468 0.6893,-2.3085 1.2514,-3.3421 0.8798,-1.6194 2.6175,-2.8746 3.1136,-4.6435 -1.3979,0.4264 -3.1796,2.4935 -3.4216,3.9103 l -1.5054,3.1554 -2.1606,2.2213 c -0.7698,-2.1868 -4.0667,-0.2229 -5.1322,0.7333 -0.1857,-1.0713 -0.9116,-1.324 -1.9552,-1.418 -1.3124,-0.1181 -2.7617,0.2585 -3.8884,-0.6054 -1.982,-1.5209 -2.3608,-4.8313 -4.9099,-5.553 0.6672,2.087 3.2065,6.0425 5.3352,6.8781 1.5911,0.6245 3.6953,0.2415 5.4183,0.6983 l -2.6884,4.6435 -4.4113,2.5856 -5.3963,2.8165 -3.4436,4.8347 -2.3902,-1.1724 -5.3767,-3.1989 v -0.2444 c 3.4558,-2.8096 -0.9155,-8.4962 -2.444,-11.2423 l 3.9104,-4.6434 c -2.0236,0.1512 -3.5257,2.6475 -4.6436,4.1547 -1.0619,-0.473 -4.7532,-1.0219 -5.2535,-1.9631 -0.6687,-1.2573 0.9366,-4.3818 1.3429,-5.6132 1.5292,-4.6331 2.8099,-9.6611 3.9106,-14.4194 h 0.4888 c 0.6956,2.9029 2.0844,5.6648 2.8472,8.5538 0.4571,1.7275 0.1103,3.8136 0.9899,5.3985 0.7332,1.3239 2.0113,3.2089 3.4948,3.6442 -0.6476,-1.6729 -2.2509,-2.7468 -2.901,-4.4087 -0.4081,-1.0408 -0.193,-2.102 -0.4032,-3.1686 -0.5206,-2.6551 -1.4689,-5.5382 -2.4313,-8.0641 -1.1445,-3.0048 -3.4125,-6.0427 -3.7987,-9.287 -0.3815,-3.2062 3.3959,-4.7201 2.9355,-7.8207 -0.7884,0.5506 -0.9808,1.4028 -1.492,2.1996 -0.8041,1.2526 -1.8881,2.3773 -2.122,3.9103 -0.4704,3.0845 1.8402,5.5693 1.5884,8.5539 -0.4469,5.299 -2.9633,11.3167 -4.5659,16.3745 -0.7846,2.4753 -0.7997,5.1898 -1.7179,7.5764 h -0.2444 l 3.6441,-22.4846 -2.1547,-15.1526 2.6652,-6.5987 c 1.1267,0.6864 1.5087,1.6875 2.3768,2.6118 0.6127,0.6522 1.4813,0.8017 2.0336,1.5573 4.2487,5.8154 3.3762,12.6975 5.6808,19.0486 0.5939,1.6421 1.5495,3.536 2.7838,4.7927 0.8651,0.881 2.1236,1.3155 2.8666,2.3366 1.2782,1.7521 -1.4296,4.8943 0.633,5.5793 l 0.9776,-2.1995 c -0.2004,-1.1985 0.027,-2.5882 -0.6696,-3.6564 -1.354,-2.077 -3.683,-3.0575 -4.8879,-5.3863 -1.7035,-3.2903 -1.6839,-6.7339 -2.4806,-10.2647 -0.831,-3.6884 -2.2436,-6.8939 -3.9116,-10.2646 -0.7667,-1.5489 -3.2066,-6.3054 -5.7703,-4.6356 -0.7611,0.4955 -1.4528,1.9071 -1.9103,2.6804 -2.1171,3.579 -0.6944,7.2934 -0.025,10.9979 0.8261,4.5724 1.0312,7.9267 0.1046,12.4641 -0.4059,1.988 -0.5922,5.4591 -2.4496,6.6618 -1.8781,1.2159 -6.7016,1.0099 -8.5275,-0.206 -1.6756,-1.1159 -2.7666,-2.9782 -4.4907,-4.0393 -2.7031,-1.6639 -5.4203,-2.6024 -7.9291,-4.6871 -1.3923,-1.1569 -3.8428,-3.9636 -5.6864,-4.1194 -2.4307,-0.2052 -1.3838,3.21 -2.1595,4.3518 -0.7639,1.1247 -2.0815,1.4148 -2.7463,2.7717 -1.0362,2.1145 -0.5405,4.3542 -0.7579,6.5985 -0.3139,3.2451 -1.4416,6.3213 -1.9135,9.5315 m 41.303,-41.7919 0.9776,1.4664 h -0.2444 l -0.7332,-1.4664 m 33.9712,0.9776 0.7331,1.7108 -1.4663,-0.9776 0.7332,-0.7332 m -3.1772,2.9328 c 0.2983,-0.304 0.5475,-0.6555 0.8505,-0.9547 1.8306,-1.8141 2.3877,1.5574 0.9679,2.7282 -0.7038,0.5806 -1.6252,0.3809 -1.7694,-0.555 -0.061,-0.3936 -0.022,-0.8198 -0.049,-1.2185 m 27.128,2.9328 c 3.2236,1.5902 -1.3247,3.3261 0,0 m -48.635,15.8857 v 0.2444 l 0.4889,0.4888 h 0.2444 l 3.182,-3.1803 9.0377,-1.8711 8.0652,-4.5942 3.4215,0.3586 c -1.0973,-1.8135 -3.8565,-1.225 -5.3767,-0.3029 -2.4464,1.4828 -4.0106,3.217 -6.8431,4.1533 -2.7446,0.9072 -5.8582,0.1271 -8.554,1.3375 -1.4956,0.6712 -2.5343,2.231 -3.6659,3.3659 m 29.0832,-9.5315 v 0.2444 l 3.4216,2.1996 c -0.4131,-1.7278 -1.7401,-2.366 -3.4216,-2.444 m 7.8207,2.9328 1.9553,-2.444 c -1.1878,0.4048 -2.0799,1.124 -1.9553,2.444 m -67.4534,19.3073 c -1.6848,0.06 -2.5862,-2.0654 -3.6877,-3.1356 -1.6319,-1.5849 -3.6887,-2.3723 -5.3287,-3.8588 -1.1963,-1.0843 -1.5396,-2.6184 -2.9591,-3.5147 0.1766,0.866 1.0125,1.7604 0.8732,2.663 -0.1525,0.9874 -1.5272,1.438 -2.0431,2.2477 -1.1213,1.7602 -1.8533,3.8945 -2.574,5.8428 -1.3604,3.679 -0.8953,7.3165 -1.779,10.9979 -0.8588,3.5777 -3.0667,6.6495 -5.2305,9.5315 h -0.2445 l 3.1736,-10.9978 2.3776,-12.4643 0.4923,-6.11 3.2417,-3.2328 0.7351,-4.0991 c 2.5229,0.6607 4.5468,3.186 6.5987,4.7022 2.4303,1.7961 5.448,2.7053 7.7789,4.5324 2.5351,1.987 3.9077,4.9309 6.2216,7.0484 1.2218,1.1181 6.1291,3.1689 6.1291,4.952 0,1.1808 -4.6642,3.7021 -5.7099,3.3506 -0.9906,-0.3329 -1.6753,-1.4751 -2.3624,-2.2013 -1.807,-1.9099 -4.5853,-3.8639 -5.703,-6.2541 m 36.9039,-1.4664 c 3.0477,4.3493 7.0313,-4.219 9.9739,-3.3135 1.8696,0.5749 1.6839,4.135 2.7372,5.4772 1.4052,1.787 4.8317,1.5023 6.8407,1.5023 l -5.8192,-1.8476 -2.7347,-5.9731 c 2.5001,0.1604 5.5844,-2.2235 6.5986,-4.3991 h 0.4889 c 0.694,3.5726 2.5026,3.9646 5.1323,5.8655 h 0.2445 l 0.4887,-0.9776 c -2.4342,-0.8888 -5.4452,-2.4068 -5.0175,-5.6221 0.1442,-1.1061 1.2,-2.1275 1.5959,-3.1761 -1.762,-0.2633 -3.9934,4.3959 -5.3767,5.5663 -1.7963,1.5187 -3.7563,1.3088 -5.6211,2.2795 -3.5511,1.8474 -5.2668,4.7037 -9.5315,4.6183 m -17.1077,-5.1322 c 1.2347,-0.3613 3.7351,-2.1923 4.1547,-3.4216 -1.9134,0.4386 -3.5012,1.5526 -4.1547,3.4216 m -29.572,-0.2445 c 2.7106,2.1287 5.7047,3.3162 7.3319,6.5987 l -4.3774,0.4422 -4.9097,-5.3301 v -0.4888 l 1.9552,-1.222 m -2.1996,2.444 -1.4663,1.222 0.7331,-1.4664 0.7332,0.2444 m 0.9776,1.222 c -0.5384,1.5563 -1.8628,3.1866 -3.1772,4.1548 -0.2358,-1.7998 1.2367,-4.1556 3.1772,-4.1548 m 25.9061,0 -0.7332,6.5987 c -2.8326,-0.6853 -6.4343,-3.4084 -7.5764,-6.1099 2.6232,0.4854 5.7874,0.4309 8.3096,-0.4888 m -1.222,10.2646 c -0.01,0.8354 0.019,2.1955 1.2308,2.0234 2.0505,-0.2908 0.9338,-3.3558 3.4129,-2.9071 3.8405,0.6945 5.2678,3.5977 6.4902,6.9936 0.3987,1.1074 0.998,3.6193 -0.2419,4.4449 -0.6814,0.4538 -1.7089,-0.1916 -2.3382,-0.478 -1.5108,-0.688 -5.4014,-2.9516 -6.8431,-1.5228 4.7526,0.388 8.9398,3.3276 12.953,5.6213 1.6962,0.9687 3.9275,1.8985 4.888,3.6657 1.3832,-0.091 2.5759,0.968 3.6659,1.7452 2.4611,1.7548 4.8024,3.7026 7.332,5.3547 10.5407,6.8798 18.4275,18.4317 25.1387,28.8264 1.7351,2.6854 3.5314,5.5686 4.6923,8.5539 0.3348,0.8593 1.2025,2.005 1.0729,2.9545 -0.2346,1.7369 -2.141,3.5885 -3.2212,4.8662 -3.1307,3.7092 -6.518,7.2708 -10.3208,10.2964 -10.6337,8.4594 -21.6023,14.9933 -35.2029,17.26 -6.5028,1.0839 -13.041,1.4232 -18.8186,-2.1392 0.342,2.1921 2.8263,2.4135 4.6436,2.7644 4.7015,0.9079 8.4121,1.0372 13.1974,0.2383 17.533,-2.9278 33.1255,-12.4848 44.9275,-25.7315 3.1575,-3.5423 6.9237,-7.7552 8.1114,-12.4643 0.5181,-2.0522 0.7821,-5.3777 -2.2044,-5.3767 v 0.4888 c 3.3849,1.1863 0.9067,6.1336 0,8.3095 h -0.7332 l -4.6436,-9.2871 c 2.5075,-0.01 4.805,-1.0135 7.3319,-0.296 8.3438,2.3675 7.7915,10.2366 3.6562,16.1818 -6.694,9.6234 -15.7122,17.6261 -21.5068,27.8612 -1.2636,2.2357 -2.8204,4.1731 -3.7492,6.5987 -1.9134,5.0028 -1.3514,10.717 0.4791,15.6414 1.6766,4.5062 6.9067,6.2084 10.6118,8.4598 6.4421,3.9133 12.9481,8.4852 18.3298,13.7796 1.8304,1.8007 4.3868,3.6645 5.3644,6.1106 3.0231,7.5639 -4.8318,12.7015 -11.4744,11.4867 l 2.444,-7.8207 c 2.5539,1.7997 2.488,3.7554 2.6883,6.5987 2.4097,-2.072 0.4498,-4.7506 -1.1511,-6.5987 -3.771,-4.3512 -8.9205,-7.3002 -13.757,-10.3118 -13.8525,-8.6233 -30.7941,-13.5291 -47.1687,-11.9698 -5.5467,0.5283 -13.7786,1.1967 -17.3522,6.1514 1.8211,0.1755 3.8562,-2.1565 5.6212,-2.8194 4.0937,-1.5375 8.61,-2.2433 12.953,-2.5356 19.9794,-1.3444 41.4326,6.1735 56.3115,19.5679 1.5935,1.4366 0.7674,2.8049 0.2981,4.6057 -0.9629,3.6871 -2.6932,7.1579 -3.9421,10.7534 -1.5714,4.5274 -3.7979,10.816 -7.0068,14.4282 -1.8819,2.1177 -4.2281,3.2517 -6.5572,4.7286 -7.6594,4.8576 -16.5652,7.7269 -25.6617,7.7269 1.0118,-3.7103 -2.0603,-9.0867 -5.3791,-10.8308 -2.2558,-1.1843 -5.3205,-1.3683 -7.8183,-1.3891 0.1767,-1.3737 0.5624,-2.7807 0.1897,-4.1547 -3.1796,-11.7265 -16.5332,-4.526 -24.6294,-5.3767 -1.1944,-4.0593 -6.0874,-4.1093 -8.3583,-7.333 -5.0156,-7.1195 3.906,-13.9425 7.3,-18.8175 -1.9061,0.9893 -3.3717,3.126 -4.8792,4.6531 -3.7872,3.8362 -7.2103,10.4213 -2.6505,15.5059 1.9207,2.1417 5.0226,2.6388 6.81,4.7741 1.1355,1.3562 1.6335,3.4525 2.0913,5.1277 1.1147,4.0787 2.793,9.0214 1.3002,13.1974 -1.3745,3.8444 -5.5086,6.127 -8.1894,9.0427 -1.9296,2.0994 -2.7119,6.5645 -4.9432,8.0431 -4.1135,2.7299 -11.1105,2.747 -15.8533,3.5926 -7.903,1.4101 -17.1647,5.89 -25.1729,3.1845 -3.3798,-1.1413 -4.8874,-4.4749 -8.065,-5.8044 -2.4721,-1.0338 -5.4926,-0.6208 -7.8208,-2.0432 -1.1037,-0.6745 -3.6427,-2.4097 -3.7806,-3.7954 -0.1597,-1.6082 1.4838,-3.6758 1.8433,-5.2741 0.827,-3.6709 -1.8853,-7.3647 -5.3945,-8.1678 0.2913,-6.6832 7.3604,-6.8176 11.7307,-9.8457 6.4358,-4.4593 9.0036,-11.8914 6.1943,-19.2375 -0.711,-1.8594 -2.1622,-3.7166 -3.2622,-5.3767 -1.6675,-2.5168 -3.9739,-6.0928 -7.0866,-6.8431 0.5751,1.9178 3.4587,3.3025 4.7252,4.8881 4.2061,5.2649 7.4837,12.0129 5.0507,18.8184 -6.113,-3.2031 -9.5055,-9.1571 -12.5214,-15.1527 -4.5,-8.9463 -8.4063,-18.0953 -12.7155,-27.1279 -9.8557,-20.6606 -25.0378,-36.9815 -45.6385,-46.9876 -8.75802,-4.2542 -18.87275,-7.4538 -28.34973,-9.7029 -2.42026,-0.5744 -9.17685,0.3436 -9.38238,-2.698 -0.0901,-1.3332 0.15543,-2.8484 0.41645,-4.1547 2.27998,-11.409 16.4809,-7.6531 24.11853,-5.1321 1.72393,0.569 3.48646,1.13 5.13211,1.9016 11.91682,5.5867 24.62062,11.8679 34.70362,20.4177 5.4142,4.5908 10.0472,10.4832 14.3923,16.0507 4.1123,5.2693 7.8647,9.979 11.026,15.8859 0.6388,-2.6015 -1.1956,-4.6167 -2.7116,-6.6205 -3.4516,-4.5632 -7.0838,-8.9701 -10.682,-13.4201 -4.2929,-5.3088 -9.0995,-10.5401 -14.4674,-14.7816 -6.6845,-5.2816 -14.5088,-9.117 -21.9963,-13.1205 -10.31394,-5.515 -20.88881,-9.9718 -32.7489,-9.735 1.9982,-4.7472 7.36246,-8.5883 10.68015,-12.4643 5.64605,-6.5962 12.441,-12.46717 19.38045,-17.61827 9.5051,-7.0553 19.2791,-13.7222 30.3055,-18.2145 5.4657,-2.2266 10.91918,-4.23511 16.75528,-5.26181 1.5373,-0.2706 4.43052,-0.87462 5.93212,-0.35432 1.5685,0.5435 2.9716,3.0449 3.9555,4.3007 2.9376,3.7492 5.7086,7.5052 8.3251,11.4866 6.6701,10.1501 12.7445,20.5892 16.9736,32.016 1.6507,4.4597 3.9111,10.8155 2.9218,15.6413 -0.6934,3.3835 -2.8844,5.5632 -4.7621,8.3096 2.0121,-0.5649 3.4797,-2.8458 4.3444,-4.6436 2.3773,-4.942 1.1364,-11.0221 -0.4277,-16.1301 -5.0771,-16.5814 -15.4906,-32.0094 -25.821,-45.7022 -2.569,-3.4052 -5.342,-6.8282 -8.6452,-9.5501 -1.421,-1.1709 -3.2032,-2.5402 -5.1324,-2.181 v 0.2444 c 2.4945,0.722 6.19006,2.74231 7.46246,5.12401 -3.25987,0.1835 -6.88814,0.79665 -10.05098,1.75627 -1.08662,-5.9528 3.25572,-10.43968 7.96532,-10.73488 1.4211,-0.09 3.1651,0.9727 4.3991,1.611 3.9892,2.0644 7.398,6.358 10.2734,9.7065 4.5947,5.3511 9.3672,10.3499 14.4105,15.2697 6.1854,6.0336 13.0982,11.6403 22.2402,10.3516 2.7502,-0.3875 5.3975,-2.221 7.8208,-3.4526 9.6423,-4.9013 16.6871,-13.4858 25.6616,-19.3862 2.7057,-1.779 5.3021,-4.4097 8.5539,-5.1131 m -23.2177,-8.5539 v 0.2445 l -3.666,3.9103 c -0.7164,-1.753 1.78,-4.9168 3.666,-4.1548 m -2.1996,6.3544 h -0.4888 c -0.418,-1.8247 0.5633,-2.76 1.7695,-4.0282 0.3357,-0.3531 0.9964,-1.241 1.5866,-0.9949 1.1179,0.4661 -0.9268,2.4305 -1.2595,2.8235 -0.5994,0.7085 -1.1447,1.395 -1.6078,2.1996 m 9.0427,-4.3992 c -1.8022,2.8844 -4.9488,8.004 -8.7983,7.0875 v -0.2444 c 2.5439,0.01 5.7174,-4.8393 7.0875,-6.8431 h 1.7108 m -4.6435,0.2445 c 1.561,1.5244 -1.3506,5.2412 -3.1638,5.744 -1.7482,0.4846 -0.185,-2.1661 0.1381,-2.5669 0.3402,-0.4226 0.7049,-0.8217 1.0705,-1.222 0.632,-0.6919 1.2114,-1.3864 1.9552,-1.9551 m 6.5986,0.2444 -4.8878,7.5762 5.6211,-6.8431 c 1.7996,1.2059 -2.4589,6.326 -3.9529,6.9402 -1.2142,0.4991 -2.8759,-0.1819 -4.1122,-0.3414 1.0162,-1.9613 4.9494,-7.5316 7.3318,-7.3319 m -25.743,0.4073 -0.081,0.1628 0.081,-0.1628 m 11.8124,-0.163 -0.2444,1.4664 c 1.7027,0.078 2.7798,3.3951 2.9328,4.8879 l -4.1548,-0.2444 c -0.3761,-2.1203 0.327,-4.1095 0.9776,-6.1099 h 0.4888 m 43.9915,1.9552 c 1.349,2.4205 3.2627,6.334 5.8654,7.5731 2.0164,0.9603 4.6924,0.3678 6.7405,0.5008 0.9947,0.065 2.0334,0.7584 3.0354,0.9688 -1.0924,-2.7248 -6.6794,-1.3804 -9.0427,-2.1346 -1.7817,-0.568 -2.8545,-2.7367 -3.7367,-4.2198 -0.6648,-1.1205 -1.354,-2.9557 -2.8619,-2.6883 m -27.1281,0.2444 c 0.1437,2.5261 -2.8429,6.3343 -5.3767,5.8655 0.7352,-1.8985 3.3944,-5.2841 5.3767,-5.8655 m -26.3948,18.5741 c 1.7425,-0.3519 2.8142,-1.9202 3.7696,-3.3187 2.3395,-3.4256 3.5478,-6.5627 4.051,-10.6118 6.8295,0.015 13.488,1.9142 20.0406,3.6659 -2.0066,3.7231 -7.8075,6.597 -10.9942,9.3594 -6.576,5.7003 -14.5257,12.7622 -23.7102,13.3475 -4.8852,0.3113 -8.6339,-1.7555 -12.4642,-4.4852 -6.2211,-4.4333 -11.5097,-10.0173 -16.4784,-15.7777 -2.2328,-2.5887 -4.8691,-4.9469 -6.7392,-7.8207 7.336,-0.579 14.6445,-0.6653 21.9957,-0.9872 4.5289,-0.1984 9.1681,-0.5374 13.6861,0.1938 2.5201,0.4079 5.0544,0.5878 7.5764,0.9716 0.9094,0.1382 2.3792,0.247 2.9249,1.1175 0.7119,1.1355 -0.2392,3.4683 -0.6914,4.5698 -1.1689,2.8481 -2.8259,6.7028 -2.9667,9.7758 m 28.1056,-16.6189 -2.1996,4.1547 c 0.8623,-0.6594 1.8682,-2.5469 2.9587,-2.7077 1.7616,-0.2595 -0.953,3.4841 -1.2479,3.9297 l -3.9103,-0.9775 c 0.7003,-1.6652 2.3637,-4.5698 4.3991,-4.3992 m 50.1012,1.9551 c -0.1734,1.3411 -0.8308,2.5237 -0.8845,3.9104 -0.044,1.11 0.5204,2.1152 0.7599,3.1771 0.6403,2.8658 0.4522,6.6518 3.5683,8.2034 2.0847,1.0387 5.4061,0.2286 7.5543,-0.2419 3.3483,-0.7331 6.3249,-0.847 9.5314,-2.0705 0.9067,-0.3461 2.2705,-0.7183 2.923,0.3214 0.4619,0.7392 -0.1369,1.7794 -0.1051,2.5859 0.066,1.6409 0.5206,3.2331 0.3128,4.888 -0.215,1.7435 -1.1217,3.3978 -1.4687,5.1321 -0.8702,4.3488 -0.655,8.8195 -1.0095,13.1977 -0.3788,4.7096 -1.3002,9.1591 -1.3857,13.9305 h -0.2444 c -1.0093,-3.0999 -2.9401,-6.2372 -3.155,-9.5314 -0.286,-4.3831 1.6031,-9.2549 1.911,-13.6862 0.22,-3.1579 -0.7356,-7.3435 0.5377,-10.2647 0.6892,-1.5795 2.3731,-1.8303 3.1503,-3.1772 -0.9996,0.3212 -2.2802,0.6535 -3.0526,1.4063 -0.501,0.4895 -0.5157,1.5844 -1.2072,1.8422 -0.6501,0.2428 -1.6814,-0.2605 -2.3388,-0.3748 -1.4933,-0.2594 -3.1332,-0.2946 -4.6436,-0.1435 -4.0546,0.4051 -11.6676,4.1364 -14.6174,-0.8554 -0.8432,-1.4251 0.018,-3.8756 -0.4596,-5.5407 -0.5009,-1.7426 -1.0508,-2.7683 -1.0092,-4.6435 0.037,-1.617 -1.4811,-2.6359 -1.2659,-4.1548 l 0.7331,0.2444 c 0.853,-2.9416 2.6834,-4.7367 5.8654,-4.1548 m -47.4129,0.9777 c 0.6683,1.7029 -0.7375,2.8677 -2.444,2.6883 0.3559,-1.2675 1.265,-2.1384 2.444,-2.6883 m -26.6392,71.1194 c -1.1379,-3.8327 -3.6886,-6.9622 -3.9688,-11.2423 -1.3241,-20.2292 14.6054,-36.8899 29.6304,-47.9973 3.6528,-2.7003 7.8621,-4.601 11.9755,-6.4606 1.6301,-0.7369 4.0203,-1.1634 5.3767,-2.2421 -1.9637,-0.908 -3.8747,0.2798 -5.6211,1.1778 -3.4804,1.7896 -6.9646,3.245 -10.2646,5.4018 -13.3654,8.735 -27.3575,22.7154 -30.8454,38.8781 -1.2715,5.893 -0.9291,10.7718 0.054,16.619 0.3244,1.9271 1.466,5.6136 3.6626,5.8656 m 66.7203,-66.7203 c 1.3026,1.4099 1.5202,3.0513 0.9776,4.8879 l -7.0876,-0.7332 v -0.2444 l 6.11,-3.9103 m 15.397,2.6884 -4.6436,6.3542 -1.2219,-0.9775 c 1.3245,-1.8978 3.5095,-4.9012 5.8655,-5.3767 m -2.6885,0.4887 -3.6659,4.1548 c -0.237,-1.8068 1.701,-4.5246 3.6659,-4.1548 m 3.666,0.4888 c 0.2347,1.7049 -3.3604,6.2392 -5.1323,5.6211 v -0.4887 l 5.1323,-5.1324 m -23.9509,0.7333 -0.2444,0.2443 0.2444,-0.2443 m -0.7331,0.4887 -2.444,2.444 2.444,-2.444 m 1.7108,0 0.2444,0.2444 -5.6212,6.3543 7.3319,-6.3543 0.2444,0.2444 c -1.1535,2.0531 -3.0256,3.7608 -4.6459,5.4554 -0.5842,0.6097 -1.2245,1.5588 -2.1972,1.31 -1.53,-0.3913 -1.2318,-1.635 -0.5133,-2.6107 1.3222,-1.7926 3.2725,-3.4658 5.1569,-4.6435 m 6.8431,0.2444 c -2.1434,3.6684 -5.7434,7.5113 -9.776,8.3095 -0.3372,-2.3391 4.9149,-7.2559 7.0876,-7.8207 l -5.8655,7.0875 c 2.6834,-1.8899 5.0957,-7.3855 8.5539,-7.5763 m 1.222,0.4888 c 0.4326,2.668 -4.5116,7.6549 -7.0876,7.8207 0.6721,-2.4692 4.7927,-6.7493 7.0876,-7.8207 m 0.7332,1.7108 v 3.4215 l -4.3992,1.7108 4.3992,-5.1323 m 12.4641,0.9776 0.4889,1.2219 h -1.7108 l 1.2219,-1.2219 m -12.4641,3.4216 c 0.787,4.3565 6.2369,4.509 9.7758,4.1547 l -0.2444,0.9775 c 0.589,0.5375 0.3201,1.0407 0,1.7108 0.9898,0.7134 0.6183,1.7015 0.7405,2.792 0.2957,2.6642 -0.6354,6.6041 -1.9625,8.9391 l -6.8431,-6.8302 -11.9754,-9.0556 4.6435,-0.5597 5.8656,-2.1286 m 22.7288,3.4214 -0.3519,13.4429 -1.7938,9.2861 3.1232,10.0202 c -3.3383,-4e-4 -3.7538,-2.1756 -5.4841,-4.6435 -2.7275,-3.8913 -5.7946,-7.4889 -8.6908,-11.2422 2.5833,-4.1372 5.4696,-12.4262 4.3991,-17.3522 3.0502,-0.3854 5.8143,-0.1933 8.7983,0.4887 m -10.7534,0.2445 -1.222,1.2219 -0.2445,-0.9775 1.4665,-0.2444 m 1.222,0 c 0.3299,1.4488 -1.1292,3.2434 -2.1996,4.1547 0.01,-1.8794 0.7919,-2.9369 2.1996,-4.1547 m -0.2444,3.1771 c -0.044,1.3604 -0.7699,2.7191 -1.9552,3.4216 0.019,-1.6187 0.6404,-2.4919 1.9552,-3.4216 m -0.7332,3.9103 -1.222,1.4664 0.7332,-1.4664 h 0.4888 m -1.0583,1.8739 -0.083,0.1627 0.083,-0.1627 m 0.08,1.5477 -0.9776,2.444 h -0.2444 l 1.222,-2.444 m -95.5591,7.7073 c -4.6421,1.0434 -3.0569,9.0928 1.9551,7.9676 4.8987,-1.0996 2.6229,-8.9962 -1.9551,-7.9676 m 0.2453,0.8083 c 3.547,-0.4534 5.3748,5.6939 1.4652,6.3376 -3.9931,0.6575 -4.9686,-5.8899 -1.4652,-6.3376 m -130.26444,33.5206 c 2.23745,3.1318 5.46764,5.5022 8.30948,8.0459 1.17873,1.0552 2.76388,1.9182 3.42082,3.4408 0.44749,1.037 -0.15299,2.1541 -0.36219,3.1771 -0.39323,1.9212 -0.70679,4.1443 -0.80797,6.11 -0.1442,2.8032 0.5929,5.7932 0.99957,8.5538 0.19284,1.309 0.76815,2.8297 0.37296,4.1548 -0.92089,3.0874 -5.44614,5.5652 -7.77793,7.5161 -3.5831,2.9978 -5.99847,6.7022 -8.55388,10.5693 h -0.48824 c -3.18056,-5.40274 -3.47118,-9.82 -3.67549,-16.3746 -0.3617,-8.4948 2.16854,-16.1684 4.71539,-24.1953 1.15967,-3.6557 1.90214,-7.4456 3.35924,-10.9979 h 0.48879 m 76.98509,47.6574 c -5.5774,1.6406 -11.0509,4.0556 -16.8633,4.9552 -1.4897,0.2304 -4.3706,1.2253 -5.7869,0.5185 -0.9574,-0.478 -0.111,-1.6965 0.229,-2.2965 1.0634,-1.8763 2.0478,-4.2995 3.6829,-5.7605 1.0363,-0.926 2.7814,-0.904 4.0744,-1.2366 2.7388,-0.7041 8.3272,-2.4066 9.7759,-4.9783 l -6.5987,3.3452 -7.0232,1.6189 -1.7628,2.3678 -3.9226,6.5986 c -2.8333,0.1295 -5.7453,1.1719 -8.554,1.6409 -7.7811,1.2999 -15.55729,2.9013 -23.21768,4.8051 -3.92721,0.9761 -10.58995,3.7324 -14.59414,2.062 -3.11875,-1.3014 -5.76165,-3.8857 -8.06509,-6.2874 -0.67552,-0.7046 -2.08373,-1.6147 -2.00454,-2.7093 0.10607,-1.4669 1.68731,-2.9874 2.45765,-4.1548 2.13089,-3.2295 4.51449,-5.7441 7.54232,-8.1628 2.01505,-1.6097 5.0683,-3.4551 6.37656,-5.7299 0.49857,-0.8666 7.3e-4,-2.0627 -0.16301,-2.9707 -0.37881,-2.1006 -0.74126,-4.2371 -1.01156,-6.3543 -0.80113,-6.2778 0.56505,-13.0203 3.03907,-18.8185 0.61001,-1.4297 1.38084,-4.4525 2.68323,-5.3665 1.0145,-0.7117 3.45993,0.6696 4.4727,1.037 4.28862,1.5551 8.55699,3.2253 12.70839,5.1191 14.023,6.3973 26.2596,15.2714 35.169,28.0491 2.8263,4.0532 5.8714,7.8904 7.3564,12.7087 m 167.9005,-45.7022 c 2.1715,9.3551 3.2703,7.8346 2.9328,8.7983 h 0.2444 c 2.4073,7.5765 2.9621,15.1478 3.7075,22.9733 0.9946,10.448 2.2997,22.6536 -1.5079,32.7492 -4.1328,-1.8933 -7.5178,-5.881 -11.2521,-8.4669 -4.8659,-3.3702 -11.1176,-5.2856 -14.7689,-10.1073 -1.7279,-2.2834 -2.2484,-5.7863 -2.3388,-8.5539 -0.3031,-9.5334 6.0365,-17.5059 11.9192,-24.4399 1.5935,-1.8801 2.8716,-3.9927 4.465,-5.8653 2.0115,-2.3633 4.3919,-4.491 6.11,-7.0875 h 0.4888 m -227.77782,18.8186 c 0.17841,2.6309 1.4241,5.9801 4.64353,6.0383 1.35348,0.024 2.56666,-1.1953 3.66589,-1.8484 2.38985,-1.4195 5.0972,-2.9543 7.8205,-3.6182 7.133,-1.7387 13.8058,2.431 20.0409,5.0494 0.089,-2.3933 -3.229,-5.1431 -4.7125,-6.8429 -2.1047,-2.4119 -5.1921,-5.8014 -8.4852,-6.5019 -2.2771,-0.4842 -5.6576,0.5709 -7.8208,1.2452 -5.55109,1.7311 -10.24239,3.3761 -15.15232,6.4785 m 33.97122,3.4216 c -5.933,-2.0203 -11.9318,-5.2879 -18.3301,-3.4837 -2.8587,0.806 -5.7432,2.3178 -8.30898,3.7945 -1.55656,0.8955 -2.99312,2.0217 -4.634,0.611 -3.32379,-2.8582 -0.8896,-5.352 2.1898,-6.8142 4.62831,-2.1977 13.40588,-5.7705 18.57388,-4.2137 2.93,0.8825 5.5117,3.7241 7.4359,5.9513 1.111,1.2863 2.5182,2.5182 3.0735,4.1548 m -27.86131,7.5763 h 2.19951 c -1.05671,1.7442 -3.11892,6.3997 -2.19951,8.3094 l 1.22199,-0.2444 c -0.002,2.7688 0.0281,4.8662 1.46632,7.3319 h -1.46632 c -0.19478,1.9946 1.55139,4.2437 3.42141,4.888 l 0.24439,-0.2444 -2.4439,-3.666 c 3.84886,0.3752 7.98812,-1.3254 11.48652,-2.7375 1.3664,-0.5514 3.3414,-1.1834 3.9104,-2.6392 -3.9124,-1.2514 -7.351,-3.3524 -11.48673,-3.8405 -1.16471,-0.1376 -4.1215,0.4309 -4.87743,-0.6733 -0.87054,-1.2716 0.6982,-5.571 1.99684,-6.1913 0.76739,-0.3666 2.0858,-0.01 2.88059,0.1491 2.93223,0.5838 6.42693,2.2756 8.61403,4.3283 1.4813,1.39 2.5185,3.2422 4.0947,4.5169 0.1995,-1.7423 -1.5967,-3.2055 -2.7016,-4.3989 -2.8045,-3.0295 -7.2349,-4.8131 -11.22911,-5.4833 -1.64882,-0.2766 -3.83899,-0.7256 -5.1321,0.5952 m 178.16521,5.6211 c -0.052,1.2317 -0.6427,2.2075 -0.034,3.4252 1.4004,2.8056 5.5869,3.4125 7.2586,0.4631 1.6399,-2.8988 -0.4497,-5.5586 -3.5585,-5.5534 -1.415,0 -2.5245,0.9614 -3.6659,1.6651 m 3.1771,-0.6369 c 3.5243,-0.6342 5.0225,4.7173 1.4665,5.4566 -3.9153,0.8139 -5.5699,-4.7181 -1.4665,-5.4566 m -176.69901,3.1622 0.0813,0.081 c -0.12045,0.04 -0.27028,-0.081 -0.0813,-0.081 m 11.48661,3.3402 c -2.4296,2.2726 -7.0531,3.2597 -10.26472,3.6659 0.0674,-1.0084 2.22502,-4.5277 0.48879,-4.6436 l 0.24443,-1.9551 -1.22193,0.7332 c 1.95363,-3.1679 8.49053,0.8789 10.75343,2.1996 m -15.64117,-2.9328 0.48879,0.4888 -0.48879,-0.4888 m 4.15456,3.9104 -0.9775,2.1996 0.9775,-2.1996 m 40.59311,0.2522 c -2.2106,1.1775 -0.3957,4.0098 1.6734,2.8811 2.0056,-1.0939 0.1872,-3.8724 -1.6734,-2.8811 m -39.61561,0.2366 c -0.23628,0.9773 -0.17375,1.8517 -1.22191,2.1995 l 1.22191,-2.1995 m 39.94311,0.3966 c 1.0641,-0.4854 2.1209,1.1149 1.0099,1.6985 -1.052,0.5529 -2.1256,-1.1899 -1.0099,-1.6985 m -44.01624,1.4771 0.0813,0.1628 -0.0813,-0.1628 m 35.13494,0.3363 c -1.8849,0.97 -0.7056,3.5587 1.1845,2.6244 1.7579,-0.8689 0.5716,-3.5281 -1.1845,-2.6244 m 0.7092,0.5289 c 0.8595,0 0.6262,1.5881 -0.1921,1.4351 -0.7051,-0.132 -0.4941,-1.4351 0.1921,-1.4351 m 16.8642,0.6826 c -0.3802,4.6481 -3.0553,9.7172 -4.8734,13.9306 -7.6025,17.6176 -21.1789,31.7645 -34.7191,44.9727 -3.8249,3.7309 -7.7411,7.2634 -11.72722,10.8182 -2.00128,1.7841 -3.89975,4.0839 -6.3579,5.2496 -4.74349,2.2534 -11.47613,0.2713 -16.13018,-1.1633 l 0.2444,-4.888 2.19957,-1.4663 c -0.63544,0.242 -1.44121,0.8065 -2.14581,0.5621 -1.01718,-0.3495 -1.32194,-2.1319 -1.90116,-2.9362 -2.06735,-2.8718 -4.5729,-3.6461 -1.9344,-7.1574 0.44114,-0.5868 0.88325,-1.3791 1.592,-1.6782 0.95021,-0.4014 2.31493,0.5313 3.16738,0.9111 2.61407,1.165 5.33863,2.26122 8.25966,2.51642 -0.78769,-1.5011 -3.15372,-0.85282 -4.59371,-1.57092 -3.36509,-1.6783 -7.30844,-2.9714 -10.33089,-5.2369 -1.01425,-0.7605 -2.46156,-1.681 -2.72649,-3.0102 -0.29425,-1.4781 0.86541,-3.042 1.32634,-4.3955 l 3.67206,3.5403 6.837,5.0136 -4.57388,-3.7882 -5.20199,-5.4989 c 0.41694,-1.4585 1.34247,-2.8514 1.40211,-4.3991 0.14932,-3.8808 -4.09145,-5.9081 -7.02323,-7.3319 v -0.2444 c 1.79998,-0.5309 5.68002,-0.7547 7.3319,0.1928 1.44536,0.8292 2.52804,3.706 4.15474,3.2287 -2.55419,-3.5877 -4.58537,-7.076 -9.77587,-6.4963 -1.65627,0.185 -2.28926,1.7435 -3.68794,2.2624 -1.29555,0.4805 -4.68118,-0.6929 -5.81787,-1.3843 -2.70449,-1.6447 -3.95311,-6.5642 -2.62261,-9.29 1.51281,-3.0995 4.3004,-4.8078 6.64807,-7.1581 2.74165,-2.7454 5.06855,-5.9037 7.43553,-8.9721 h 0.24439 c 2.56177,2.9103 6.65933,7.4996 10.50906,8.5517 4.72101,1.2902 10.58409,-1.2031 15.1526,-2.1937 10.43744,-2.2634 20.93544,-4.9317 31.52724,-6.358 0.9129,1.4029 4.6544,0.2782 6.11,0 6.0534,-1.1567 12.735,-2.4745 18.3296,-5.1323 m 0.9777,1.7108 c 1.3097,3.5295 3.7024,6.8013 5.2636,10.2646 3.8797,8.6063 7.5371,17.6445 12.5565,25.6617 1.7291,2.7619 3.9674,6.0265 6.4201,8.187 0.8146,0.7173 3.174,1.8748 3.2026,3.0658 0.049,2.0414 -3.4269,4.7579 -4.9583,5.7035 -4.9975,3.086 -12.0698,3.6773 -12.2198,10.9049 -13.1969,-0.01 -25.615,2.6908 -38.3704,6.0513 -6.8578,1.8036 -13.5672,3.3336 -20.5296,4.6533 -3.73131,0.7087 -8.16382,1.8623 -11.97519,1.5152 -0.8967,1.0412 -3.11142,0.9165 -4.3989,0.9997 -4.12151,0.259 -8.62305,0.7356 -12.70887,-0.022 0.24367,-1.0534 0.61148,-3.1283 1.74304,-3.5854 0.9595,-0.3861 2.89267,0.4913 3.87808,0.7039 2.67175,0.5768 5.5703,1.024 8.30949,0.9165 1.51868,-0.058 5.79881,-1.6594 6.35431,0.01 1.8034,-0.4496 4.20915,-1.62199 4.98408,-3.28389 l -4.73968,2.30639 c 2.1656,-3.248 5.62297,-5.6016 8.48394,-8.1898 4.6254,-4.1877 9.3392,-8.4191 13.7525,-12.832 15.0171,-15.016 28.4921,-32.4349 34.4636,-53.0305 h 0.4889 m 0.56943,6.92393 c -1.8697,3.9509 -3.1919,8.0978 -5.2518,11.9754 -1.2224,2.3015 -3.5183,4.6846 -3.7908,7.3319 h 0.2445 c 2.6389,-4.6306 5.4082,-8.9594 7.4303,-13.9305 0.6081,-1.4951 2.1436,-3.7954 1.3678,-5.3768 m -79.26528,10.91707 c 0.46509,1.363 1.13327,2.5467 2.24137,3.4998 3.25829,2.8035 12.0468,5.2909 7.15373,11.0941 -1.5287,1.813 -4.9114,1.8061 -5.97354,3.4915 4.21779,-0.088 10.80331,-4.5749 7.81849,-9.5305 -1.55412,-2.5801 -5.2103,-3.6853 -7.57043,-5.3865 -1.23885,-0.893 -2.17831,-2.9121 -3.66962,-3.1684 m 69.73388,8.63463 -1.2219,2.444 c 0.7558,-0.6269 1.494,-1.4195 1.2219,-2.444 m -2.6883,4.3992 -2.9329,4.3991 c 1.2907,-0.5641 3.2173,-2.9408 2.9329,-4.3991 m -6.1099,8.7983 -9.2872,9.2871 -3.666,4.1547 c 3.8488,-1.5468 7.149,-6.4017 10.0202,-9.2871 1.0297,-1.0347 2.8543,-2.6146 2.933,-4.1547 m 48.06537,12.38347 0.2444,0.9775 19.063,-3.0364 22.24,-4.051 c -1.0035,-0.9109 -2.2104,-0.4258 -3.4216,-0.1283 -2.3322,0.5726 -4.728,0.847 -7.0874,1.3021 -10.3001,1.9869 -20.7596,2.9699 -31.0384,4.9361 m 60.1216,8.5539 -2.9328,-11.7311 c 4.0037,-0.316 7.9911,-0.8637 11.9755,-1.2638 3.0704,-0.3081 5.5062,-0.9421 8.065,1.3088 5.5283,4.8625 1.9655,11.5558 -1.1242,16.8182 -1.2663,2.1558 -3.4648,5.4551 -6.2076,5.8021 -4.2098,0.5304 -9.2637,-4.1865 -8.0388,-8.4912 0.8721,-3.0648 3.8734,-5.6588 5.5823,-8.3086 0.4563,-0.7072 3.5689,-5.0712 1.9645,-5.7157 -0.6797,-0.273 -1.2919,2.9555 -1.6135,3.5161 -1.5845,2.7613 -4.1663,8.0527 -7.6704,8.0652 m -138.73699,8.63463 c 1.97502,-0.3984 3.49632,-2.4441 4.92952,-3.7731 3.5486,-3.292 8.9424,-6.5373 11.201,-10.8907 -2.0489,0.5735 -3.4091,2.7284 -4.8882,4.1452 -3.3593,3.217 -9.0383,6.3894 -11.24232,10.5186 m -54.82533,4.31837 2.52437,-3.6122 2.36357,0.1906 c 0.37367,2.422 3.25536,3.1845 5.13233,4.2574 5.98919,3.424 14.20091,4.1157 21.02178,3.8297 11.63401,-0.4863 23.59747,-2.1165 34.94487,-4.8855 10.0037,-2.4415 20.2666,-6.5034 30.5499,-7.3783 5.1866,-0.4427 9.8966,-1.6839 15.1562,-1.2389 2.5386,0.2149 4.8262,-0.1412 6.2546,2.4877 0.97,1.7842 1.2149,7.2171 -1.193,8.246 -0.7279,0.3104 -1.7128,-0.4448 -2.3768,-0.6868 -2.0325,-0.7478 -3.9214,-1.4516 -6.11,-1.4541 -6.6261,-0.01 -13.1141,2.1335 -19.5517,3.4215 -14.4201,2.8839 -28.8011,6.347 -43.50273,7.3539 -5.18219,0.3544 -10.42157,1.2269 -15.64139,0.6697 -6.56816,-0.7038 -12.61405,-2.3756 -18.57415,-5.2815 -2.09619,-1.0215 -4.14863,-2.2386 -6.10991,-3.4973 -0.65572,-0.4204 -1.57025,-1.4395 -2.40316,-1.4052 -1.50426,0.064 1.42337,2.3511 1.66997,2.6493 -2.93912,0.7086 -6.45379,0.6476 -8.51127,-1.8746 -1.21844,-1.4909 -1.728,-3.4631 -3.00536,-4.8978 -2.09772,-2.3559 -4.90111,-3.7563 -3.78457,-7.4063 1.6905,-5.5261 7.11073,-9.1337 12.85723,-8.5845 1.42361,0.1359 3.26074,0.3451 4.36297,1.3525 1.6575,1.5153 0.17792,4.3303 1.221,6.1881 1.6663,2.9682 5.6226,4.628 3.84632,8.6238 -2.82669,6.3592 -7.29133,-5.7631 -10.24145,-0.7112 -0.26248,0.4497 -0.49172,0.9556 -0.66964,1.4444 -0.26713,0.7332 -0.26419,1.4322 -0.22998,2.1996 m 262.97092,-19.3074 c 2.9377,3.7158 1.591,7.8525 0.1319,11.9755 -2.8789,8.1311 -12.3175,12.4813 -19.9279,15.3188 -2.3341,0.87 -5.543,2.3217 -8.0652,2.285 -1.2146,-0.017 -2.202,-1.2488 -3.1772,-1.8476 -1.8476,-1.1389 -4.0375,-2.0969 -6.1099,-2.7324 -1.2856,-0.3959 -2.6468,-1.3148 -3.4215,0.1736 3.7368,1.0191 11.7774,3.1307 12.1367,7.9014 0.1882,2.483 -1.8476,4.2549 -2.1164,6.518 -2.3438,2.0774 -4.5825,3.5315 -7.332,5.1006 -1.9185,1.0948 -3.8101,2.026 -5.8654,2.8521 -1.508,0.606 -3.5306,1.5959 -5.2023,1.1633 -3.9835,-1.0289 -4.1255,-6.474 -2.4413,-9.3604 2.3738,-4.0692 7.6802,-4.8781 11.5539,-6.8871 1.2292,-0.6379 4.9588,-2.3926 4.1449,-4.2916 -0.347,-0.8139 -2.202,2.0041 -2.9231,2.4562 -3.0035,1.8867 -6.8014,2.8716 -10.0201,0.9018 3.4387,-1.3002 5.103,-3.8321 7.4028,-6.5987 2.219,-2.6713 4.7559,-5.3303 5.5502,-8.7983 11.2031,0 24.0878,-4.8527 32.5049,-12.2648 1.322,-1.1636 2.043,-2.6099 3.177,-3.8654 m -56.2111,16.8634 c 0.9401,-1.3759 2.2581,-2.4929 3.125,-3.9104 1.537,-2.5146 2.4021,-5.6362 4.051,-8.0289 0.8075,-1.1714 2.3921,-0.7168 3.5774,-0.5432 3.7857,0.5545 5.9681,1.8529 7.9868,5.1956 3.5413,5.862 -1.6986,10.9479 -4.9514,15.3545 -2.4049,3.2602 -6.3727,7.1167 -10.8345,4.7168 -2.2532,-1.2122 -3.8124,-5.0956 -2.4105,-7.3857 2.4193,-3.9543 7.3376,-6.3177 10.1998,-10.0447 1.1535,-1.503 2.4439,-3.4396 1.8989,-5.4259 -0.1832,-0.6612 -0.7576,-1.7273 -1.5837,-1.6598 -0.5987,0.049 -0.3372,0.6869 -0.2052,1.0207 0.76,1.9071 0.7331,3.3535 -0.4522,5.0899 -1.1999,1.7572 -3.6686,5.0199 -5.758,5.6431 -1.4261,0.4253 -3.1728,-0.091 -4.6434,-0.022 m -213.60292,-2.444 c 1.64111,-0.5156 2.37998,-3.3404 3.53519,-4.618 2.01823,-2.2326 4.0235,-2.4227 6.72947,-2.9582 v -0.7332 c -4.50839,-1.0705 -9.96785,3.8424 -10.26466,8.3094 m 201.87172,-7.5762 c -0.5966,1.4351 -1.2868,2.7892 -1.0011,4.3991 0.7985,4.4993 6.6479,8.4512 11.0214,6.5987 l 0.2444,0.7332 4.3991,-0.2444 v 0.2444 c -7.2025,1.4786 -13.9035,0.9092 -20.2849,-2.9327 v -0.4888 c 1.5432,-1.178 2.6746,-2.6248 3.4714,-4.3992 0.7296,-1.6242 0.4436,-2.9667 2.1497,-3.9103 m -126.1088,15.3969 c 7.4575,0 15.6418,-2.3954 22.8938,-4.199 7.976,-1.9821 15.536,-3.5532 23.7861,-1.6665 l 0.2445,-0.2444 v -0.4887 c -5.2343,-2.1386 -11.2639,-1.6525 -16.4544,-0.3914 -5.9684,1.4492 -11.9708,2.8618 -18.0854,3.6024 -2.8551,0.347 -5.6203,1.8308 -8.4742,2.1535 -1.347,0.1515 -2.9362,0.2272 -3.9104,1.2341 m 138.8175,-2.4439 c -0.6422,1.4052 -1.9114,2.5491 -2.1258,4.1547 -0.7972,5.978 6.6923,8.1971 10.924,9.7759 -2.1748,1.3296 -6.0517,1.4664 -8.5539,1.4664 -6.8352,0 -13.2082,-1.2636 -19.5516,-3.8004 -2.0865,-0.8358 -6.052,-1.8061 -7.4888,-3.578 -0.8205,-1.0117 0.077,-2.3633 0.5029,-3.375 1.0072,-2.3976 2.7394,-4.2771 4.5323,-6.1076 0.6338,-0.6452 1.4528,-1.8354 2.413,-1.9894 0.7109,-0.1148 1.65,0.6794 2.2404,1.007 1.4692,0.8187 3.032,1.332 4.6432,1.8134 4.0923,1.2245 8.2942,0.9727 12.4643,0.633 m -204.56016,-2.1996 c -0.34656,1.4933 1.45733,2.4025 2.51362,3.2456 2.97381,2.3706 7.01688,3.9959 10.6838,4.9026 2.76681,0.6843 5.4608,1.6766 8.30949,2.0456 10.05252,1.3075 21.25371,-0.4326 31.03805,-2.6786 2.8091,-0.6452 5.7251,-0.9898 8.554,-1.5666 1.0856,-0.2224 2.523,-0.1392 2.9329,-1.3051 -5.6462,0.1442 -11.5785,1.9747 -17.10771,3.0795 -6.49458,1.2977 -12.97207,1.4981 -19.55172,1.4101 -1.96031,-0.027 -3.90033,0.33 -5.86552,0.049 -4.96125,-0.7112 -10.49073,-2.2705 -14.9082,-4.6656 -2.32421,-1.2586 -4.21365,-3.4459 -6.59871,-4.5164 m 131.97436,10.5091 13.9306,-2.1996 13.6862,-3.2725 15.8858,-3.0818 v -0.4888 c -3.2317,-0.7601 -7.5849,1.0631 -10.7534,1.789 -7.4551,1.7083 -15.1433,3.7148 -22.729,4.6362 -2.5327,0.3054 -5.0605,0.787 -7.5762,1.2121 -1.0918,0.1858 -2.3819,0.078 -2.444,1.4054 m -10.2648,0.4888 v 0.4887 c -4.9577,0.3911 -9.7792,1.8844 -14.6601,2.7299 -11.051,1.9162 -22.3855,4.2819 -32.9971,7.9503 -4.9352,1.7035 -9.5611,4.5482 -14.4198,6.1832 2.0175,-3.5413 4.8878,-6.6354 7.1621,-10.0178 0.7559,-1.1243 2.311,-2.4196 2.1837,-3.903 -0.1264,-1.4713 -3.4324,-3.27 -4.7021,-3.6757 l 3.9104,3.1771 c -0.7656,3.3483 -3.6927,6.2859 -5.6118,9.0427 -2.2152,3.182 -4.9906,8.3974 -8.3606,10.426 -6.20971,3.7368 -16.21107,-1.4933 -19.99872,-6.7601 0.82923,-1.6594 0.0457,-4.035 0.2769,-5.8655 0.23584,-1.8696 2.95598,-5.7506 4.48761,-6.8407 1.39452,-0.9897 4.56435,-0.6207 6.24311,-0.738 4.05972,-0.2835 8.1809,-1.1805 12.2098,-1.7743 10.7078,-1.5788 21.2016,-4.0766 31.7719,-6.3397 5.5842,-1.1951 11.5595,-3.2235 17.3522,-2.5955 6.5125,0.7087 8.7141,7.9869 15.1525,8.5124 m 50.8382,-6.0978 c -2.4229,1.1536 -0.9424,4.431 1.4105,3.2457 1.8336,-0.9238 0.542,-4.1768 -1.4105,-3.2457 m 0.974,0.9654 0.2444,0.9777 h -1.4664 v -0.4889 l 1.222,-0.4888 m -82.8504,8.5539 c 1.4365,0.9629 4.9199,-0.782 6.5986,-1.1414 6.2756,-1.3392 12.3885,-2.9938 18.8185,-3.5021 v -0.4888 c -8.2236,0 -17.6867,2.4513 -25.4171,5.1323 m -26.6395,-3.9103 0.2444,0.2444 -0.2444,-0.2444 m -2.6884,1.2219 -0.2445,0.2444 c 0.7295,1.1145 2.3057,2.3951 3.6661,2.1997 l -3.4216,-2.4441 m 77.7291,0.1858 c -2.2494,0.8407 -0.6921,4.316 1.4447,3.4484 2.2501,-0.914 0.6661,-4.2378 -1.4447,-3.4484 m 0.2336,0.7919 c 3.0218,0.8163 -0.8544,2.5832 0,0 m -117.31046,0.7331 12.95303,0.7333 c -0.66085,1.9917 -3.01977,3.3726 -3.45138,5.3767 -0.24219,1.1242 0.76961,3.287 -0.73953,3.8541 -3.88933,1.4615 -9.9951,-6.4106 -8.76212,-9.9641 m 15.64139,0.4888 -3.94505,5.6212 -0.20969,5.6211 c -1.40944,-1.068 -1.15135,-4.4651 -1.22199,-6.11 2.14434,-1.1731 2.71012,-4.9221 5.37673,-5.1323 m 13.68597,0.4888 c 1.2776,1.4371 3.9409,3.4094 5.8655,3.666 -0.913,-1.833 -3.8937,-3.3263 -5.8655,-3.666 m 13.9308,0 -3.1774,5.8655 c 1.8199,-0.5694 3.4893,-4.0912 3.9107,-5.8655 h -0.7333 m 32.5049,0.9776 0.2445,0.2444 -0.2445,-0.2444 m -19.0629,2.6884 v 0.2444 c 2.9301,-0.2322 6.1194,-1.2563 8.7983,-2.444 -1.953,-0.8114 -6.9934,1.1877 -8.7983,2.1996 m 15.1525,-1.9552 0.2445,0.2444 -0.2445,-0.2444 m -51.32334,0.4888 3.42156,2.2851 7.82038,5.2912 0.2444,-0.2444 c -0.6933,-1.4517 -2.0973,-1.916 -3.42152,-2.6908 -2.49608,-1.4615 -5.11984,-4.255 -8.06482,-4.6411 m 33.48254,2.1995 v 0.2444 l 0.9775,-0.2444 h -0.9775 m -3.9104,1.4664 1.2219,-0.7331 -1.2219,0.7331 m -5.8656,2.444 3.6659,-1.4664 c -1.1214,-0.3886 -3.2186,0.352 -3.6659,1.4664 m -39.10353,1.222 -0.24439,0.4888 1.22198,0.4887 -0.2444,-0.4887 h 3.66595 c 1.48593,5.4744 9.37751,8.4586 13.93061,10.7534 -2.77708,2.8888 -7.45532,4.5482 -11.24224,2.7739 -1.58125,-0.738 -2.72088,-2.1287 -4.15475,-3.0989 -1.70051,-1.1487 -3.96337,-2.0334 -5.04361,-3.8713 -1.60422,-2.7323 -1.67412,-6.2443 -1.0663,-9.2455 l 3.17715,2.1996 m 12.21984,-1.7108 c 0.79013,2.791 5.78805,4.4945 8.06499,6.0293 1.03403,0.6965 1.88443,1.5421 3.17698,1.3026 v -0.4888 l -8.06482,-4.756 -3.17715,-2.0871 m 24.19509,1.9552 c 0.9834,-0.3105 1.8554,-0.6966 2.1997,-1.7108 -1.0531,0.2102 -1.8709,0.655 -2.1997,1.7108 m 9.5317,-0.4888 -0.2443,0.2444 0.2443,-0.2444 m 154.4588,1.7108 -0.2444,0.7331 c 2.8668,0.2273 7.0362,1.2684 9.2162,3.2407 3.292,2.9768 3.5927,9.8737 0.892,13.3563 -1.2464,1.6057 -3.4533,2.4 -5.2203,3.2627 -3.3091,1.613 -6.0391,3.1625 -9.7759,3.6465 -4.8365,0.6256 -9.6683,0.068 -9.875,-5.6652 -0.038,-1.0582 0.053,-2.5222 0.7248,-3.3898 1.2782,-1.6448 3.9569,-1.2928 5.7287,-1.9136 5.0736,-1.7817 13.2781,-4.2305 15.6414,-9.6048 l -8.7983,5.9022 -3.666,-1.3197 -7.8206,-1.6498 4.8879,-2.1188 8.3095,-4.4798 m 11.9754,26.8836 c -2.3266,1.266 -3.3629,3.9396 -6.1099,4.9173 -1.5739,0.5597 -2.9084,-0.2933 -4.3991,-0.7552 -3.7443,-1.1658 -6.9507,-3.0941 -10.2647,-5.1397 2.4317,-1.0313 5.4915,-0.6085 8.065,-1.525 1.1902,-0.4228 2.9304,-1.8623 4.1548,-1.7597 0.9825,0.086 1.789,0.8969 2.73,1.1462 2.4439,0.6526 5.2081,1.0974 7.5347,2.1092 5.1861,2.2533 3.7637,11.1714 0,14.0748 -3.1674,2.444 -7.2171,3.0183 -10.9979,3.9177 -2.8374,0.677 -4.8048,1.7132 -7.8207,1.5788 -4.0594,-0.1809 -6.8578,-4.0521 -5.6235,-8.0554 1.2708,-4.1253 5.6944,-3.0989 9.0451,-3.1796 3.6146,-0.091 6.9678,-0.892 10.0202,-2.8399 1.4811,-0.9458 3.5878,-2.6052 3.666,-4.4895 m 4.1548,20.0405 -2.2142,1.811 -9.2725,2.5882 -7.5764,-4.6436 c 3.7492,-0.6379 7.3858,-3.0524 11.2423,-3.0745 2.2999,-0.012 5.5626,1.9185 7.5763,2.9548 1.7915,0.9213 3.5682,1.4199 4.8855,3.0745 0.7699,0.9678 1.4664,2.0089 1.9405,3.1552 3.7198,8.9986 -9.6585,9.3457 -14.891,10.0936 -2.3242,0.3323 -5.4745,1.9795 -7.8207,1.3734 -2.0799,-0.5352 -4.1964,-3.4728 -4.0864,-5.6015 0.3715,-7.288 9.5707,-6.2468 14.5955,-7.6814 2.0113,-0.5719 6.2736,-1.3003 5.6211,-4.0497 m -22.729,10.5091 0.2443,0.2444 -0.2443,-0.2444"
         id="path2405"
         sodipodi:nodetypes="cccccscccccccccccccccccccccccccscccccscccsssccccsccsccsssccscscssssscsssssccssssscssscssscccccsssccccccccsscccsccccccccccsccccscccccccccccscsccccccccccccscccccccccccccccccccccccccsssssssscccccccscscccccccscccccccccscccccscccsccccccccccccsccscccccccccccsscccccccsscsssscccccsccscccsccsscsssssssssscccccccccccssccccccccccccscccccccccccscsscscccccccssssssccccccccccccccccccccccccccccccccccccccccssscccsccccccscscccccccccsccccsccccccscscccccccccccscssssscccccssccssscccscssssssssccssscsssssssssccsssccccccssscscccccccssscccccccscsccccscccccccccccccscccccccccccsssscssssscccscccccccsscccscccscccccccccccccccccssscsssscccccccccccccccccccccccccccccsccccccccccccccccccccccccccccccccccccccccccccccccccccccccccsccsccsscsssscccscccsssscccccccscsssssscsscssccccccccccscccccccsscccsscsssccccccccccscsssssccscccccccscccccccccccccccccscccccscccccsccscccscccccccscscssccccccsccscsssscccsscsccssscscccccccscccccccccsccscccscssccccccccccscccccsscccscccsssscccccccccccccsccccccccccccssscsssscccsscccccssccccccccccccssccscccsccscccccccsccccccscccccccccccccscsccccccccsccccsccccccccccccccccccssccsccccscccccscccccccccccccccccccccccccssccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccsccccccccccccccccccsccccccccccccsccccccc" />
      <circle
         style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1.03039;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         id="circle2407"
         cx="485.74554"
         cy="-710.36145"
         r="44.517548" />
      <circle
         style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         id="circle2409"
         cx="485.74554"
         cy="-710.36145"
         r="26.652601" />
      <path
         inkscape:connector-curvature="0"
         style="font-style:normal;font-weight:bold;font-size:144px;line-height:125%;font-family:Sans;-inkscape-font-specification:'Sans Bold';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.198258;stroke-opacity:1"
         d="m 500.19629,-717.97978 c -0.3175,0.5803 -0.6399,1.0527 -0.9683,1.4249 -0.3175,0.3614 -0.6677,0.6504 -1.0509,0.8693 -0.3722,0.2081 -0.7946,0.3581 -1.2654,0.4457 -0.4599,0.077 -0.9879,0.1156 -1.59,0.1155 -0.4442,0 -0.8435,-0.023 -1.194,-0.066 0,0 0,0 -0.01,0 -0.044,0 -0.1362,-0.018 -0.231,-0.033 -0.1,-0.016 -0.2021,-0.031 -0.3632,-0.061 -2.9522,-0.5463 -3.9313,1.5032 -4.1429,2.0687 -0.033,0.089 -0.049,0.143 -0.049,0.143 l -3.5872,10.0024 -2.2007,3.7413 h 4.396 c 1.8054,-4.0199 3.5412,-12.4135 5.3973,-13.155 0.4023,0.056 0.901,0.083 1.502,0.083 0.7883,0 1.4941,-0.094 2.1182,-0.2916 0.6241,-0.1971 1.1855,-0.5028 1.6891,-0.9189 0.5036,-0.4269 0.9593,-0.9716 1.3645,-1.6285 0.416,-0.6569 0.8106,-1.4461 1.1829,-2.3658 l -1.0014,-0.3741 z"
         id="path2411" />
      <path
         style="font-style:normal;font-weight:bold;font-size:144px;line-height:125%;font-family:Sans;-inkscape-font-specification:'Sans Bold';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.198258;stroke-opacity:1"
         d="m 500.19619,-717.97938 c -0.3175,0.5803 -0.6399,1.0521 -0.9683,1.4243 -0.3175,0.3613 -0.6678,0.6505 -1.051,0.8694 -0.092,0.052 -0.1872,0.099 -0.2855,0.1432 -10e-4,0 0,0 0,0 -0.1238,0.087 -0.283,0.1617 -0.4987,0.2131 -2.4881,0.5924 -4.1829,2.8098 -4.342,3.0243 0.072,-0.059 0.1448,-0.1078 0.2173,-0.1449 0.011,-0.01 0.022,-0.011 0.032,-0.016 0,0 0,0 0,0 0.013,-0.01 0.026,-0.011 0.038,-0.016 0.4023,0.056 0.9009,0.083 1.5019,0.083 0.7883,0 1.4941,-0.095 2.1182,-0.2924 0.6241,-0.1971 1.1849,-0.5019 1.6886,-0.918 0.5036,-0.427 0.9595,-0.972 1.3646,-1.6289 0.4161,-0.6569 0.8109,-1.4465 1.1831,-2.3662 l -1.0015,-0.3734 z"
         id="path2413"
         inkscape:connector-curvature="0" />
      <path
         inkscape:connector-curvature="0"
         style="font-style:normal;font-weight:bold;font-size:144px;line-height:125%;font-family:Sans;-inkscape-font-specification:'Sans Bold';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.198258;stroke-opacity:1"
         d="m 471.29499,-717.97978 c 0.3175,0.5803 0.6398,1.0527 0.9683,1.4249 0.3175,0.3614 0.6677,0.6504 1.0508,0.8693 0.3723,0.2081 0.7947,0.3581 1.2655,0.4457 0.4598,0.077 0.9878,0.1156 1.59,0.1155 0.4442,0 0.8434,-0.023 1.1939,-0.066 10e-4,0 0,0 0.01,0 0.044,0 0.1362,-0.018 0.2311,-0.033 0.1,-0.016 0.2021,-0.031 0.3631,-0.061 2.9523,-0.5463 3.9314,1.5032 4.1429,2.0687 0.033,0.089 0.05,0.143 0.05,0.143 l 3.5872,10.0024 2.2008,3.7413 h -4.396 c -1.8055,-4.0199 -3.5413,-12.4135 -5.3973,-13.155 -0.4023,0.056 -0.901,0.083 -1.502,0.083 -0.7884,0 -1.4942,-0.094 -2.1182,-0.2916 -0.6241,-0.1971 -1.1855,-0.5028 -1.6891,-0.9189 -0.5037,-0.4269 -0.9594,-0.9716 -1.3645,-1.6285 -0.416,-0.6569 -0.8106,-1.4461 -1.1829,-2.3658 l 1.0014,-0.3741 z"
         id="path2415" />
      <path
         style="font-style:normal;font-weight:bold;font-size:144px;line-height:125%;font-family:Sans;-inkscape-font-specification:'Sans Bold';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.198258;stroke-opacity:1"
         d="m 471.29529,-717.97938 -1.0016,0.3733 c 0.1163,0.2874 0.2348,0.5624 0.3555,0.8243 0.024,0.052 0.048,0.1038 0.072,0.1551 1e-4,0 -10e-5,0 0,0 0.024,0.051 0.049,0.1016 0.073,0.1517 0.01,0.017 0.017,0.033 0.025,0.05 0.041,0.083 0.081,0.1659 0.1227,0.2463 2e-4,0 6e-4,0 7e-4,0 0.025,0.048 0.049,0.095 0.074,0.1423 0.1001,0.1893 0.2015,0.3703 0.3043,0.543 0.026,0.043 0.051,0.085 0.077,0.127 0.01,0.016 0.02,0.033 0.03,0.049 0.016,0.026 0.033,0.051 0.049,0.077 0.025,0.041 0.05,0.082 0.076,0.1219 0.041,0.064 0.083,0.1266 0.1253,0.1884 0.011,0.016 0.021,0.031 0.032,0.047 0.027,0.039 0.053,0.077 0.08,0.1142 0.054,0.075 0.1083,0.1484 0.1637,0.2199 0.028,0.036 0.055,0.071 0.083,0.1057 0.056,0.07 0.1128,0.1376 0.1704,0.2037 0.044,0.05 0.088,0.099 0.133,0.1475 0.014,0.015 0.028,0.03 0.043,0.045 0.059,0.063 0.119,0.1234 0.1799,0.1824 0.03,0.029 0.06,0.058 0.091,0.087 0.031,0.029 0.062,0.057 0.093,0.084 0.031,0.028 0.062,0.054 0.094,0.081 0.094,0.078 0.1913,0.1522 0.2898,0.2224 0.2627,0.1874 0.5401,0.3474 0.8328,0.4799 0.037,0.017 0.073,0.033 0.1099,0.049 0.074,0.032 0.1496,0.061 0.2259,0.09 0.038,0.014 0.076,0.027 0.1142,0.04 0.038,0.013 0.078,0.026 0.1168,0.038 0.039,0.012 0.078,0.024 0.1176,0.036 0.079,0.023 0.1603,0.045 0.2421,0.065 0.041,0.01 0.082,0.019 0.1236,0.028 0.042,0.01 0.083,0.018 0.1253,0.026 0.043,0.01 0.085,0.016 0.1279,0.024 0.086,0.015 0.1726,0.029 0.2608,0.041 0.1324,0.018 0.2676,0.033 0.4057,0.044 0.092,0.01 0.1858,0.013 0.2805,0.018 0.095,0 0.1908,0.01 0.2881,0.01 0.049,0 0.097,0 0.1466,0 0.075,0 0.1488,0 0.2208,0 0.1438,0 0.2812,-0.01 0.4125,-0.01 0.065,0 0.1295,-0.01 0.1918,-0.01 0.062,0 0.1238,-0.01 0.1833,-0.012 0.1782,-0.013 0.3426,-0.029 0.4935,-0.05 0.013,0.01 0.026,0.01 0.038,0.016 0,0 0,0 0,0 0.011,0.01 0.022,0.01 0.032,0.016 0.073,0.037 0.1451,0.085 0.2173,0.1449 -0.1588,-0.2141 -1.8536,-2.4318 -4.342,-3.0243 -0.2157,-0.051 -0.3749,-0.126 -0.4986,-0.2131 -0.001,0 0,0 0,0 -0.098,-0.044 -0.1936,-0.092 -0.2856,-0.1432 -2e-4,-10e-5 -6e-4,1e-4 -7e-4,0 -0.024,-0.014 -0.047,-0.028 -0.071,-0.042 -2e-4,-1e-4 -6e-4,10e-5 -7e-4,0 -0.024,-0.014 -0.046,-0.029 -0.07,-0.043 -0.047,-0.03 -0.094,-0.06 -0.1398,-0.092 -0.023,-0.016 -0.045,-0.032 -0.068,-0.049 -0.046,-0.033 -0.09,-0.067 -0.1347,-0.1023 -0.022,-0.017 -0.044,-0.035 -0.066,-0.053 -0.022,-0.018 -0.044,-0.037 -0.066,-0.055 -0.022,-0.019 -0.043,-0.038 -0.064,-0.057 -0.1068,-0.096 -0.2106,-0.1984 -0.3111,-0.3085 -0.02,-0.022 -0.041,-0.045 -0.061,-0.067 -0.073,-0.083 -0.1457,-0.1707 -0.2182,-0.2634 -0.01,-0.012 -0.017,-0.023 -0.026,-0.035 -0.02,-0.026 -0.041,-0.053 -0.061,-0.08 -0.1015,-0.1361 -0.2022,-0.2826 -0.3026,-0.439 -0.04,-0.063 -0.08,-0.1268 -0.1202,-0.1926 -0.02,-0.033 -0.04,-0.066 -0.06,-0.1 -0.06,-0.1009 -0.1196,-0.206 -0.179,-0.3145 z"
         id="path2417"
         inkscape:connector-curvature="0" />
      <path
         id="path2419"
         style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.684014;stroke-opacity:1"
         d="m 485.74439,-748.24909 a 3.010934,3.010934 0 0 0 -3.0096,3.01117 3.010934,3.010934 0 0 0 3.0107,3.01067 3.010934,3.010934 0 0 0 3.0111,-3.01067 3.010934,3.010934 0 0 0 -3.0111,-3.01117 z m 0,70.37864 a 3.010934,3.010934 0 0 0 -3.0096,3.01119 3.010934,3.010934 0 0 0 3.0107,3.01067 3.010934,3.010934 0 0 0 3.0111,-3.01067 3.010934,3.010934 0 0 0 -3.0111,-3.01119 z" />
      <path
         id="path2421"
         style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.684014;stroke-opacity:1"
         d="m 447.54549,-710.04758 a 3.010934,3.010934 0 0 0 3.0111,3.0097 3.010934,3.010934 0 0 0 3.0107,-3.0107 3.010934,3.010934 0 0 0 -3.0107,-3.0112 3.010934,3.010934 0 0 0 -3.0111,3.0112 3.010934,3.010934 0 0 0 0,10e-4 z m 70.3786,0 a 3.010934,3.010934 0 0 0 3.0112,3.0097 3.010934,3.010934 0 0 0 3.0107,-3.0107 3.010934,3.010934 0 0 0 -3.0107,-3.0112 3.010934,3.010934 0 0 0 -3.0112,3.0112 3.010934,3.010934 0 0 0 0,10e-4 z" />
      <ellipse
         style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.8;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         id="ellipse2423"
         cx="840.3125"
         cy="-266.11917"
         rx="9.9423237"
         ry="3.0328312"
         transform="rotate(-45)" />
      <path
         style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.298401px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         d="m 588.95739,-857.63068 c 0,0 17.8989,-30.6347 56.9848,-28.4602 0,0 -33.6483,-3.1684 -56.9848,28.4602 z"
         id="path2425" />
      <path
         style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         d="m 583.86459,-838.24348 c 0.1179,0.2721 -0.1017,0.5661 -0.058,0.8252 0.1212,0.7269 0.3742,0.4511 -0.1118,1.0992 -0.024,0.032 -0.057,0.1555 -0.117,0.1754 -0.2153,0.072 -0.6045,0.06 -0.7016,0.3508 -0.081,0.243 0.062,0.5641 0,0.8129 -0.021,0.085 -0.096,0.1493 -0.1169,0.2339 -0.046,0.1829 -0.01,0.2461 -0.1131,0.3508 -0.037,0.037 0.013,0.2366 0,0.2885 -0.013,0.053 -0.1383,0.2552 -0.1754,0.2923 0,0 -0.1081,0 -0.1132,0 -0.032,0.016 0.012,0.073 0,0.1073 -0.014,0.041 -0.039,0.078 -0.058,0.1169 -0.058,0.1156 -0.1705,0.2443 -0.1514,0.285"
         id="path2427" />
      <path
         style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         d="m 585.33569,-837.33478 c 0.08,0.6833 0.1754,1.3409 0.1754,2.0289 0,0.1559 0.038,0.3165 0,0.4677 -0.057,0.2276 -0.1177,0.1786 -0.1754,0.3508 -0.012,0.037 0.017,0.081 0,0.1154 -0.096,0.1917 -0.013,-0.027 -0.1155,0.058 -0.029,0.024 0.017,0.1694 0,0.2042 -0.063,0.1264 -0.1438,0.1927 -0.1754,0.3508 -0.059,0.2933 0,0.6729 0,0.9674 0,0.056 -0.034,0.124 0,0.1689 0.062,0.081 0.098,0.4393 0.098,0.584"
         id="path2429" />
      <path
         style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         d="m 586.87329,-835.90498 c 0.01,0.1145 -0.01,0.2338 0.025,0.3436 0.031,0.099 0.2402,0.3134 0.2917,0.3508 0.061,0.044 0.082,0.2624 0.1061,0.3234 0.084,0.2097 0.2688,0.3661 0.3507,0.5847 0.1978,0.5274 -0.075,1.1538 0.058,1.6859 0.073,0.2917 0.5112,0.7318 0.5112,1.0429"
         id="path2431" />
      <path
         style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         d="m 587.90989,-837.26218 c -0.091,0.4855 0.089,0.8683 0.2338,1.3043 0.01,0.018 -0.017,0.05 0,0.059 0.034,0.017 0.088,-0.027 0.1155,0 0.027,0.028 -0.022,0.084 0,0.1169 0.1341,0.2012 0.9255,0.5034 1.1693,0.5847 0.052,0.017 0.065,0.1 0.1169,0.1169 0.2355,0.079 0.5252,-0.018 0.7546,0.059 0.1161,0.039 0.5641,0.6036 0.6216,0.7474 0.064,0.1591 0.1655,0.2139 0.2339,0.3508 0.096,0.1925 -0.045,0.5257 0.1124,0.6792 0.031,0.03 0.093,0.022 0.1169,0.058 0.01,0.01 0.1169,0.4572 0.1169,0.2401"
         id="path2433" />
      <path
         style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         d="m 572.24507,-617.59994 0.26658,-2.26373 -1.43007,0.9015 0.0275,0.35293 z"
         id="path2435"
         sodipodi:nodetypes="ccccc" />
    </g>
    <g
       id="g2513"
       transform="translate(-624.417,-597.95865)">
      <path
         id="path2477"
         style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         d="m 2039.0449,-3285.7539 -2.8476,4.2578 -7.3262,16.416 -0.4434,10.4688 3.1485,16.6133 3.5683,27.0918 -1.4375,15.1582 -3.3164,21.9296 -4.7695,11.7891 -11.3711,3.7305 -14.0352,0.1797 -12.5253,-4.7129 -7.711,-7.5528 -6.959,-7.1211 -8.7011,-4.4296 -12.7715,-6.3692 -8.9727,-6.0488 -8.6367,-8.1367 -5.3965,-3.8653 -8.5078,-4.3515 -2.7852,2.9687 -1.4941,11.8633 -5.3887,4.8223 -9.916,-13.7852 -5.3222,-14.8203 -5.9239,-8.3242 -10.6054,-8.4336 -6.7872,-7.7715 -3.0078,-6.8359 -4.205,-1.5411 -3.2911,11.4727 -1.3867,15.207 3.7832,31.7852 2.3203,41.8535 -0.705,23.2871 -0.2872,2.3203 4.0879,0.5606 -2.0312,-0.5176 0.9609,-2.4551 2.6407,-19.5547 -0.9141,-27.5996 -1.5723,-19.8144 4.459,-21.3203 3.8789,7.4902 7.1836,11.8105 4.5938,9.6582 9.4082,13.836 4.0156,3.5195 v 9.4844 l -1.9883,11.4785 -3.2812,14.9297 -2.6504,12.164 -7.5977,-0.9746 -8.6992,-0.9824 4.4473,0.6113 -19.1797,-2.289 -13.3672,-1.6582 -4.9004,-0.3067 -7.8106,-0.4336 -19.1816,-0.4843 -21.9141,0.1972 -26.4336,1.0079 -26.875,0.8828 -13.6484,0.7714 -13.8418,1.6075 -7.9433,-7.0664 -5.6622,-5.6465 -8.9336,-7.3867 -10.08,-7.0782 -10.4727,-4.8261 -9.5215,0.9375 -7.5449,3.2539 -7.3672,4.5468 -5.1972,5.5372 -4.3614,7.3613 -2.0761,7.8359 -0.2012,8.6563 -0.6328,5.2207 -21.7246,8.5254 -31.7989,12.7714 -20.2812,10.4532 -21.1563,11.9199 -29.4199,19.1484 -52.4512,38.0117 -35.1543,31.0782 -22.789,23.3222 -13.832,14.3985 -10.3614,11.7344 -6.0449,7.9531 -5.7031,7.2754 -13.5274,13.3379 -6.9765,6.5586 -4.3067,9.0957 -3.0996,11.3418 -0.5195,12.5117 1.2676,8.4336 2.6875,4.791 1.4902,5.4707 -4.8477,14.6445 0.7852,-1.4707 1.7656,-6.1758 2.8731,-6.9902 7.7383,4.2988 36.8242,33.7598 3.3906,9.5937 -1.5898,6.2266 -3.0196,18.8613 -0.3691,15.1817 1.1426,10.8086 2.1796,14.1289 c 0,0 1.6669,9.0238 1.7774,9.6015 0.1104,0.5776 0.2226,7.416 0.2226,7.4161 l -3.1816,6.2421 -3.293,2.5938 -7.2422,6.3769 -10.416,7.7774 c 0,0 -10.6092,8.0403 -10.5039,8.5781 0.1051,0.5379 -9.791,11.4609 -9.791,11.4609 l -7.8086,9.5118 -6.5078,9.5214 -3.9609,7.1758 -2.9532,-0.4707 0.2227,0.3985 -0.2187,5.0214 -12.252,15.6446 -9.0918,10.1347 -8.0059,7.7051 -11.5156,9.6856 -9.9863,12.3222 -3.9277,10.0821 0.2226,10.0722 2.7871,9.4961 6.2305,9.1875 8.1094,4.6328 13.4121,5.0704 13.75,3.4082 8.4218,4.2539 7.5997,5.3925 4.6308,5.9903 2.2656,5.7187 0.3711,5.8418 -2.332,6.2891 -5.0195,9.3769 -3.4844,6.9082 -2.8379,7.4239 0.8965,6.1093 3.9433,5.4903 10.5215,7.623 9.9981,5.7442 -1.9531,2.1718 -7.8086,10.2911 -2.6094,7.7617 3.3066,5.6289 9.8418,12.1426 5.6094,9.8964 1.5449,7.4551 -2.0254,9.4063 -7.4648,12.6504 -3.2266,12.2871 -23.3125,-2.1914 -30.1523,-9.3496 -2.6133,-3.9629 3.459,-4.0293 c 0,0 4.4811,-9.7294 4.039,-10.6739 -0.4419,-0.9449 -1.0781,-8.5781 -1.0781,-8.5781 l -5.4219,-7.7812 -9.3671,-10.9043 -1.6504,-5.7559 0.6621,-7.0976 -1.7676,-10.3301 -4.8008,-4.5684 -12.4551,-3.7715 -14.1464,0.3633 -11.1329,3.1934 -11.3535,4.5976 -7.8672,9.4825 -8.1914,10.4374 -3.4922,12.3594 6.2754,13.9571 9.8653,8.4394 7.8789,14.6348 9.914,10.332 10.9766,3.8731 14.5996,-1.5469 11.7129,-0.2227 37.4121,18.5352 28.6699,7.6152 1.4649,8.4981 5.1972,12.7304 2.584,10.377 -1.3261,18.0547 1.9804,13.8086 11.5879,13.3398 15.3008,11.4336 14.0176,9.7715 14.0742,2.6523 10.1113,-2.3086 11.6485,-6.2441 8.623,-5.2773 8.1699,-2.6485 12.6211,0.2207 8.4278,-2.123 4.9414,-3.5078 8.2461,-9.8438 7.83,-7.5527 15.6934,-7.6778 7.7031,-3.2304 11.25,-5.125 13.457,-4.6289 5.2364,2.9043 22.4258,11.2949 22.4375,17.3808 24.9101,25.0899 21.4317,27.916 25.4824,36.9922 27.1211,31.3457 37.4687,46.7266 20.5801,18.7324 28.6666,24.0209 18.6342,13.5845 30.3086,21.9317 0.1289,0.8164 h 700.4512 v -106.1309 l -14.7969,-5.1269 -18.4492,-7.4668 -12.0469,-4.2051 -19.041,-9.5566 -19.9336,-10.1504 -17.9239,-12.1582 -21.0918,-17.0996 -21.7949,-17.418 -16.4941,-10.8203 -22.959,-11.375 -25.1992,-11.3301 -28.4414,-11.2891 -33.3184,-13.414 -20.7734,-9.2324 -15.7748,-10.5995 -15.1129,-13.8308 c -14.3738,-15.7559 -23.2768,-25.7973 -38.3291,-42.1459 0.1925,-0.9633 0.3555,-1.5547 0.3555,-1.5547 l 14.8886,-6.332 20.1836,-8.8594 17.4473,-9.4024 9.7988,-6.9336 9.3652,-8.4218 6.9317,-8.4199 7.9687,-13.1719 4.4239,-13.6289 1.2441,-8.3321 0.8906,-11.7011 -3.6953,-10.0352 -4.5137,-7.9316 3.1114,-7.7325 3.3652,-6.8046 2.5391,-6.0157 4.5332,-11.6054 7.3398,-19.2754 2.9336,-6.75 15.7481,-0.3926 12.3964,-2.0156 12.5469,-7.0117 7.5078,-11.9844 2.1114,-9.4863 -1.3379,-12.4004 -3.5879,-8.7422 -13.1485,-15.1074 -8.4863,-9.5137 1.6953,-11.3711 3.6348,-15.5254 1.5371,-11.0781 1.4512,-16.0625 0.2207,-27.7012 -0.7989,-19.3164 -2.666,-30.2285 -3.5976,-36.0391 -4.4649,-23.8867 -4.83,-19.3203 c 0,0 -3.0941,-9.9083 -4.1758,-10.8906 -1.0821,-0.9819 -5.6192,-13.6993 -5.6192,-13.6993 l -3.2382,-12.8027 0.2851,-6.4238 11.2656,-15.7207 3.4063,-6 4.6269,-9.7617 1.545,-13.4707 -1.1993,-8.7227 -2.2441,-5.0703 -4.6719,-6.6074 -8.8242,-5.8204 -7.7363,-3.2792 -8.5352,-1.6114 -7.2929,0.4219 -9.25,1.0723 -5.75,-0.1153 -0.418,3.8262 -17.7871,-26.6328 -9.3887,-13.002 -8.1367,-10.6132 -5.1563,-6.752 -6.2148,-7.9531 -11.1738,-12.9278 -8.2032,-8.4375 -5.0547,-4.9335 -6.6074,-6.2422 -8.334,-6.6875 -10.4843,-7.7403 -8.2168,-5.7383 -12.67,-9.6796 -21.1152,-15.0723 -4.9219,-3.4492 2.002,1.209 17.4258,12.2011 20.8027,-3.4863 15.1875,-5.0547 6.1914,-2.332 2.252,4.9961 3.6621,4.6797 6.2129,4.6211 5.8769,0.8632 7.6387,1.6758 10.7734,-1.291 1.877,6.6992 2.0566,22.9199 -4.4785,18.9961 -0.5488,10.6602 8.6152,-15.832 3.7637,-11.3106 3.498,-14.9453 0.8828,-14.1894 -2.0332,-6.3204 8.3457,-1.8339 17.7911,0.3378 10.2519,2.0547 v 12.6172 l 0.127,22.4492 -1.1036,12.0762 -1.7753,11.3985 -2.877,12.8808 -1.7129,12.082 2.5528,14.0411 6.4082,18.875 2.6699,9.9921 3.7929,-0.8496 1.5411,-13.8496 -0.4063,-7.4648 1.9531,-12.3242 2.4375,-17.8457 1.2364,-15.959 0.3105,-12.0781 0.2188,-7.3399 1.3398,-11.0859 3.1328,-9.2891 1.1035,-7.5371 2.584,-7.8672 -0.2187,-5.3555 -0.4825,-12.8476 0.834,-11.2793 -2.7226,-2.8613 -7.6387,-0.3633 -5.8984,2.5801 -7.6446,1.9882 -7.5097,1.3438 -12.9805,2.3965 -14.1367,3.1621 -3.041,-8.9082 2.1289,-5.1289 6.0566,-6.9258 -2.7578,-5.6367 -5.2227,-1.5332 h -10.7578 l -11.375,1.9902 -6.5976,-0.8848 -2.3946,-9.1972 1.8965,-18.1211 5.4043,-6.4414 5.4024,-7.1446 1.7656,-6.6367 4.1797,-6.3652 8.2011,-10.5039 3.6836,-11.3164 5.9668,9.5156 12.7813,3.5176 6.209,-1.9727 -1.3574,-9.8086 -4.4825,-8.4883 -1.1191,-13.7168 4.3984,-13.5253 4.1582,-5.1836 5.2149,-2.209 10.5215,-4.8125 2.1425,-5.7012 0.6641,-8.9414 4.5781,-6.5332 8.961,-4.6074 10.2832,-2.209 3.6621,-4.2324 -0.2188,-8.7168 -3.1679,-6.6543 -7.0723,-2.541 -7.4785,4.8281 -7.0196,7.0137 -9.5312,5.4609 -8.7324,1.3223 -14.3223,1.0156 -12.5859,-3.293 -14.4766,-9.0957 -7.4785,-14.6972 -3.8555,-9.8008 -6.0586,2.0468 -7.1894,8.2696 -1.6367,4.7168 0.9003,10.5508 9.336,6.3144 6.8496,7.5918 v 11.2383 l -6.8418,-0.8653 -6.2051,-1.2832 -7.2207,0.6622 -7.6758,4.791 -9.3164,5.6113 -11.7265,6.3184 -7.3614,1.5449 -15.4277,1.7558 -11.1406,3.2325 -8.4785,8.2109 -7.4727,5.9883 -10.3828,-43.9434 -6.0313,-19.1679 -9.6543,-17.7188 -6.9804,-10.1777 z m -107.9785,110.4043 4.1367,2.4746 6.8262,4.9668 7.0137,5.0918 6.0449,5.3574 5.2441,5.8281 0.3594,4.4747 -6.791,-0.2188 -6.2832,1.5137 -5.6055,-0.6739 -19.1387,-21.6933 0.6622,-3.8926 z m -20.0273,30.1074 3.5449,1.9512 1.6797,4.9062 3.5781,5.5528 3.3359,6.3203 1.4219,8.3203 -5.9941,-0.3242 -4.3028,-0.7285 -8.1074,-0.4668 0.2109,-6.1407 1.3243,-8.3261 z m 123.3574,18.1719 18.6191,6.0195 2.6485,5.0879 -7.5528,-6.4824 -12.3203,-3.6836 -2.8691,0.4394 z m -13.8496,3.8047 -1.6172,0.6543 -8.1641,3.582 7.3516,-3.7656 z m -115.0039,3.6875 6.8925,0.7304 -5.1757,-0.2793 -1.7207,-0.4414 z m 104.0117,1.1679 -2.5918,1.4395 0.6016,-0.4199 z m -79.5,1.2481 0.1816,0.019 19.959,3.6836 3.3457,0.8985 z m 60,10.4492 -3.791,2.6191 -3.5742,-1.2949 1.8437,0.3907 z m 156.3359,6.2891 1.0703,1.1718 2.9707,5.8536 0.9727,8.9453 -1.541,3.9531 -3.5,-0.5488 -3.8067,-0.3125 -22.4824,-2.3125 0.6406,-3.1328 7.9903,-4.2676 6.666,-3.9531 6.9414,-4.4668 z m -79.8789,9.6758 0.291,0.7753 -0.6308,1.6309 z m -4.7715,12.4824 18.1993,11.2988 1.666,1.0059 -11.8243,-6.625 -8.3945,-5.1719 z m -730.3183,263.5195 -1.8242,6.2441 0.8711,-2.6406 z m -14.3809,47.1172 -1.4199,4.7734 -4.1172,19.2774 -2.2031,18.7343 0.08,12.1387 0.9394,-18.5039 3.0859,-20.1055 z m -6.3183,82.8125 0.2949,3.2441 1.1152,4.6172 -1.1894,-5.9863 z m 3.5097,16.5488 0.016,0.057 2.7891,8.1914 0.3359,0.6054 z"
         transform="scale(0.26458333)"
         sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccscccccsccccccccccccccccccccccccccccccccccccccccccccccscccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccscccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
      <path
         style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.298401px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         d="m 585.43869,-856.98908 c 0,0 -9.82,-26.8955 -43.3239,-37.8759 0,0 27.3354,6.9287 43.3239,37.8759 z"
         id="path2479" />
      <path
         style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.244396"
         d="m 588.54019,-858.88608 c -0.9849,0 -2.8007,0.3745 -3.6684,-0.1192 -0.8211,-0.4663 -2.2726,-0.9855 -2.7589,-1.7335 -2.3513,-0.8678 -2.6174,-2.9808 -3.8785,-4.415 -0.8182,-3.0094 -1.6696,-3.0194 -1.6696,-3.0194 -3.4876,0.1136 -5.0493,4.3938 -4.2819,7.3221 0.5134,1.9598 3.3018,1.717 4.1034,3.676 1.0632,2.5897 -0.7111,5.1988 0,7.8193 0.5426,1.9916 3.1479,1.5848 4.1988,3.423 1.6375,2.8704 0.8139,6.1844 1.9894,9.0424 0.7723,1.8751 4.5189,4.7829 6.457,2.7888 1.4468,-1.4899 -0.6404,-4.3001 -0.9825,-5.9659 -0.5963,-2.9067 0.4912,-4.6172 0.9752,-7.3319 -4.4847,2.5429 -1.0998,9.038 -0.2445,12.4642 -2.3706,0.7335 -5.4158,-0.7053 -5.7873,-3.4215 -0.1588,-1.169 0.5084,-2.2732 0.1491,-3.4216 -0.7797,-2.4877 -2.0212,-4.5539 -3.1601,-6.8431 -5.0785,0.325 -1.3784,-6.5933 -2.9719,-9.4615 -0.8822,-1.5861 -3.1306,-1.6074 -3.6268,-3.2471 2.4708,-0.4515 2.3658,-2.5273 3.6659,-4.1548 -0.2419,1.6047 0.6917,2.879 1.5911,4.1452 3.1527,4.44 11.1519,4.6207 15.7611,2.4401 1.8819,-0.8907 3.1112,-3.191 5.1323,-3.6526 -0.8969,1.7913 -0.9579,3.6496 1.2221,4.3992 v 0.2444 c -2.6126,0.4852 -5.653,0.9591 -6.6941,3.9104 -0.3568,1.0166 0.3251,2.7494 -0.3397,3.5222 -1.0582,1.2289 -3.226,1.1272 -4.2084,2.5876 1.481,-0.3607 4.5946,-1.2469 5.2886,-2.7024 0.8579,-1.7959 -0.5133,-3.1508 1.3907,-4.835 1.5127,-1.3391 4.514,-0.9717 5.5063,-2.529 1.107,-1.7381 0.086,-5.3662 -2.1899,-5.715 -1.7205,-0.2635 -3.419,2.5174 -4.6191,3.4315 -1.7719,1.3507 -3.6292,1.2516 -5.621,1.841 0,0 0.221,0.054 -0.7333,-0.4889 m -87.7383,32.2604 -6.3544,-0.9776 c 0.6401,-3.2898 1.361,-6.3803 1.2125,-9.7759 -0.187,-4.2686 -1.333,-8.513 0.01,-12.7086 l 4.8552,8.5867 1.7435,1.9224 c -0.1264,-1.8829 -1.5497,-2.6327 -2.4222,-4.1547 -0.781,-1.3623 -0.6562,-2.9868 -1.2703,-4.3992 -0.5072,-1.1665 -1.5835,-1.7323 -2.2347,-2.7583 -0.7566,-1.1919 0.1804,-2.8022 -1.6491,-3.1072 l -0.7323,8.5539 0.4879,13.1974 h -0.2444 c -0.3646,-4.6189 -0.3307,-9.3404 -0.7748,-13.9307 -0.4672,-4.8317 -1.2542,-8.9515 0.286,-13.6861 h 0.4888 c 0.9815,4.0938 5.4112,5.211 7.2688,8.7983 0.9923,1.9165 0.9544,5.066 2.9958,6.1098 l 0.2444,-0.9776 c -1.7987,-1.4258 -1.941,-5.037 -3.2428,-7.0873 -1.2379,-1.9494 -3.4824,-2.7228 -4.9495,-4.4221 -0.8192,-0.9489 -1.1241,-3.3132 -2.5547,-3.5009 -1.0519,-0.138 -1.19,1.0842 -1.4285,1.8129 -0.6143,1.8757 -0.8022,3.5086 -0.7249,5.4804 0.2422,6.2035 1.1599,12.2589 1.4043,18.4705 0.09,2.2695 -0.9945,5.5784 -0.2349,7.5763 -7.9448,-0.3412 -15.7052,-0.904 -23.6847,-0.4656 -3.5092,0.1929 -7.0186,0.077 -10.5308,0.2307 -1.53,0.067 -3.3813,0.6855 -4.8878,0.4295 -1.2484,-0.2122 -2.0265,-1.5469 -2.9366,-2.3027 -2.4336,-2.021 -6.6922,-6.643 -10.261,-5.968 -3.6386,0.6884 -6.9291,3.5765 -8.0203,7.0985 -0.3576,1.1538 0.09,2.836 -0.5404,3.8424 -0.8585,1.3708 -4.3925,2.2656 -5.8586,2.9245 -4.6908,2.1086 -9.6431,3.8062 -14.1751,6.2617 -16.5209,8.9507 -31.1018,20.9547 -43.89129,34.5862 -2.72209,2.9016 -5.06806,6.1561 -7.7838,9.0596 -2.44176,2.6106 -5.07782,4.0279 -6.50852,7.6019 -1.07779,2.6919 -1.16724,5.7441 -0.6677,8.554 0.20701,1.1633 1.33808,2.2227 1.14109,3.4215 -0.3578,2.1795 -1.49985,4.4561 -2.1172,6.5987 -2.3181,8.0477 -5.54855,16.2768 -6.13779,24.6841 -0.37294,5.3188 0.3209,10.7486 1.56708,15.8857 0.41254,1.7003 2.24943,3.7386 2.2702,5.3767 0.0223,1.7707 -2.26629,3.6582 -3.29129,4.888 -3.34921,4.0186 -9.88682,7.8989 -11.1154,13.1974 -0.60856,2.6254 1.11933,7.3613 3.50513,8.7952 4.53478,2.725 10.41838,1.7789 13.74145,6.8462 2.80812,4.2821 -4.75498,8.3992 -2.64877,12.705 0.5516,1.1279 1.79998,1.9894 2.79272,2.7099 1.0509,0.7629 2.23085,1.4243 3.42155,1.9373 -1.05017,1.4167 -2.95206,3.0513 -3.14099,4.8879 -0.21067,2.0491 1.66581,3.065 2.87094,4.3991 1.36739,1.5141 2.36869,3.8004 2.4051,5.8656 0.0516,2.9278 -3.24412,5.0321 -3.35703,8.0651 -4.9571,-0.3911 -9.01653,-1.833 -13.68621,-3.1772 v -0.7332 c 2.54563,-1.4444 2.4618,-5.9682 0.78573,-8.014 -1.07192,-1.309 -2.59182,-2.0385 -3.23093,-3.7171 -0.77522,-2.0352 0.48439,-4.5049 -1.12618,-6.2614 -1.18361,-1.2908 -2.88216,-1.4133 -4.49371,-1.6264 -5.11059,-0.676 -10.03818,1.5883 -13.13877,5.6886 -1.84214,2.4359 -2.96659,6.107 -1.08435,8.798 0.97567,1.393 2.50207,2.2778 3.49925,3.6659 2.07341,2.8913 3.22851,6.5352 7.30231,7.0411 1.89578,0.2371 4.86154,-1.0534 6.42396,-0.5328 3.38661,1.1218 6.55375,3.5121 9.95061,4.7804 1.74329,0.6501 3.5919,1.2415 5.37674,1.7694 0.76129,0.2249 1.95542,0.1834 2.54099,0.7748 0.59461,0.6012 0.64691,1.9967 0.92479,2.7861 0.40301,1.1462 1.22003,2.3242 1.40382,3.5242 0.38273,2.4977 -0.51934,5.1617 -0.13442,7.74 0.66891,4.4799 3.7075,5.912 6.98633,8.3218 2.4684,1.8159 4.36883,3.7515 7.58582,4.0594 3.77032,0.3617 6.36043,-2.6688 9.55341,-3.8786 2.39567,-0.9091 5.78413,-0.3959 8.01823,-1.7474 1.6763,-1.0143 2.3961,-3.1039 3.936,-4.2623 3.6958,-2.7837 9.6352,-5.1299 14.1744,-6.1808 0.1378,1.1145 4.7335,2.8302 5.8654,3.5853 5.0999,3.3996 9.6203,7.6667 13.6231,12.3005 8.4159,9.7441 14.5122,19.7288 22.653,29.6953 3.6036,4.4113 7.6616,9.0451 12.1145,12.6035 4.0853,3.2676 8.8245,7.2819 13.1975,10.1243 2.5192,1.6399 4.53457,3.7713 7.24027,5.052 -1.9254,-2.5711 -4.85017,-4.2113 -7.48477,-5.988 -5.7494,-3.8762 -11.8771,-8.7166 -16.6668,-13.8294 -9.8881,-10.5604 -16.61127,-20.63663 -25.14617,-32.24053 -6.0397,-8.2118 -14.87723,-18.15517 -24.90723,-21.54737 3.3025,-1.5372 7.0259,-2.1849 10.509,-3.1869 8.1375,-2.3414 16.3626,-4.1254 24.6841,-5.7238 3.9854,-0.765 7.9467,-1.5862 11.9754,-2.158 1.5236,-0.2151 3.0858,-0.8652 4.6436,-0.7112 2.6685,0.2639 4.2774,3.38 6.3638,4.7658 2.9951,1.9918 6.335,2.0064 9.8079,1.8403 2.2069,-0.1052 4.4089,-0.9826 6.5572,-1.4322 6.669,-1.398 13.3975,-2.6688 20.0404,-4.0277 2.5662,-0.5255 5.9438,-2.0774 8.554,-1.8281 4.2496,0.4082 8.5992,3.7467 12.7086,4.9661 7.3361,2.1801 14.038,1.9772 21.5069,1.3858 -1.1953,1.4493 -2.652,2.4464 -3.5895,4.1547 -1.7311,3.1552 -1.1564,8.5173 2.3685,10.3013 4.1709,2.1116 9.7163,2.0359 14.174,3.6294 v 0.2444 c -1.8501,0.4277 -3.5339,1.3271 -5.3766,1.7718 -1.64,0.3959 -3.4412,0.308 -4.888,1.3197 -2.7119,1.9015 -2.5229,7.6179 -0.5377,10.0545 1.1511,1.4127 3.3873,2.2534 4.9393,3.1747 3.8589,2.2901 7.4467,4.3136 11.7286,5.675 v 0.2444 c -3.6685,0.149 -9.0378,-0.5842 -12.1954,1.5812 -3.1454,2.1556 -2.1459,7.5861 -0.1662,10.1498 1.4102,1.8257 3.5412,1.7866 5.5184,2.5784 2.7519,1.0997 5.2521,3.1234 8.0652,4.0203 v 0.2444 c -2.0481,0.3812 -4.453,0.5695 -6.0587,2.0725 -3.3507,3.1404 -2.8253,8.8814 1.1707,11.1909 3.8053,2.1971 9.9372,-0.28353 13.1974,2.78607 -2.7812,0.056 -6.9213,0.039 -9.5094,1.0753 -0.6477,0.259 -3.2017,2.6493 -1.6766,3.2114 0.523,0.193 2.7177,-2.5906 3.8541,-2.769 5.4451,-0.8481 10.3331,-1.3784 15.6415,-3.1479 1.6667,-0.5548 4.712,-1.0655 5.1323,-3.0134 l -3.666,1.3589 -7.332,2.4342 -4.1547,-1.1951 -6.8431,-0.31757 v -0.2444 c 3.9544,-0.3129 8.593,-0.8359 12.4642,-1.6302 1.7524,-0.3592 3.5903,-1.7963 5.3768,-1.7646 1.1927,0.019 2.6371,-0.003 3.666,0.54737 4.1157,2.1922 5.7775,4.5922 4.888,9.3654 2.3412,-0.374 1.7546,-3.7002 1.1974,-5.3768 -1.2708,-3.815 -5.4353,-3.98117 -8.7738,-5.54037 4.5532,-3.2994 2.8399,-8.527 -0.5817,-12.0757 -2.2754,-2.3609 -7.4712,-4.3502 -10.6606,-5.0321 1.5128,-1.5568 3.7271,-2.0969 5.2496,-3.771 2.8522,-3.1308 3.9007,-11.0443 0.1174,-13.8768 -3.0574,-2.2901 -7.4711,-2.0384 -10.7436,-4.1035 2.3144,-0.9629 4.6067,-2.0871 6.1,-4.1767 2.7054,-3.7833 2.2852,-10.8097 -1.0093,-14.1261 -2.3706,-2.3829 -6.3861,-2.8864 -9.4899,-3.6929 2.246,-3.4093 4.49596,-6.42455 3.95586,-10.69895 2.42443,-1.03816 4.30828,-2.42173 5.29412,-1.48543 7.27017,7.83665 10.18269,12.48221 18.09713,17.35769 1.25287,0.55835 2.51722,1.09999 3.78944,1.62985 1.27223,0.52986 2.55234,1.04794 3.83673,1.55917 1.2844,0.51122 2.57308,1.0156 3.86246,1.51805 1.28938,0.50245 2.57945,1.00298 3.86662,1.50652 1.28718,0.50353 2.57145,1.01008 3.84924,1.52455 1.27779,0.51448 2.54908,1.03689 3.81029,1.57217 1.26121,0.53527 2.51234,1.08341 3.74978,1.64934 1.23745,0.56594 2.46123,1.14966 3.66773,1.75611 1.2065,0.60644 2.39573,1.23561 3.5641,1.89243 5.0566,2.8399 9.2993,7.09 13.9307,10.5481 6.4399,4.8122 13.0678,8.0993 20.5293,10.927 2.8814,1.0924 6.0097,2.7006 9.0426,3.2236 v -0.2444 c -8.9741,-3.055 -18.0878,-7.0826 -25.906,-12.4716 -5.5062,-3.793 -10.3331,-8.9302 -16.1302,-12.2442 -7.7498,-4.4309 -16.6459,-7.7376 -24.9284,-11.0517 -3.4265,-1.371 -7.046,-2.4904 -10.2647,-4.3136 -5.9388,-3.3653 -10.36512,-10.09099 -15.49992,-14.54879 -1.0412,-0.9042 -2.2044,-1.613 -3.0451,-2.7323 0.65827,-0.64455 1.34651,-0.60229 5.34762,-2.33901 8.2851,-3.5584 16.5603,-8.2435 18.9456,-17.5281 0.5205,-2.0246 1.0778,-5.0463 0.4937,-7.0875 -0.374,-1.3097 -1.9796,-2.5386 -1.9161,-3.9104 0.058,-1.3314 1.4713,-3.1774 2.0432,-4.3992 1.349,-2.8794 2.026,-6.2721 3.5804,-9.016 0.8822,-1.559 3.3434,-0.9411 4.8562,-1.0631 3.0133,-0.2432 6.716,-1.5419 7.9526,-4.5847 2.053,-5.0458 1.3417,-8.3706 -2.097,-12.4605 -0.914,-1.0851 -3.6145,-2.5493 -3.7342,-4.0213 -0.2078,-2.5366 1.0581,-5.652 1.3636,-8.2022 0.7039,-5.844 1.1536,-11.9488 0.7503,-17.841 -0.6329,-9.2237 -1.5372,-18.5961 -3.7025,-27.6168 -0.9483,-3.9617 -3.4827,-8.0081 -4.0399,-11.9756 -0.2175,-1.5532 1.9967,-3.6374 2.8007,-4.8877 1.9309,-3.0045 3.6806,-6.5792 2.9255,-10.2647 -0.6207,-3.0369 -3.9763,-5.4669 -6.76,-6.3411 -1.2049,-0.3784 -3.903,-0.05 -4.3234,-1.4931 -1.1047,-3.7805 0.6256,-8.6776 1.0754,-12.4508 0.3763,-3.138 0.022,-6.4114 0.391,-9.5314 0.3397,-2.867 1.4101,-5.5051 1.8891,-8.3095 0.4912,-2.8861 0.2322,-6.1124 0.2346,-9.0427 -3.1771,-1.0172 -4.3258,0.4191 -7.3319,1.045 -0.8821,0.1838 -1.7913,-0.1368 -2.6882,-0.016 -1.8966,0.2551 -3.6929,1.0172 -5.6212,1.1706 -0.1026,-0.6841 -0.721,-1.524 -0.5499,-2.1995 0.2957,-1.1719 1.7181,-1.5617 1.7181,-2.9326 0,-3.8949 -6.1979,-1.2644 -8.2557,-1.711 l -0.2444,0.9776 h 1.222 l -1.4664,1.7108 c -0.4595,-2.4616 -1.8526,-5.8372 -1.0852,-8.3095 0.4839,-1.5656 1.7035,-2.2648 2.5857,-3.501 0.677,-0.9468 0.6893,-2.3085 1.2514,-3.3421 0.8798,-1.6194 2.6175,-2.8746 3.1136,-4.6435 -1.3979,0.4264 -3.1796,2.4935 -3.4216,3.9103 l -1.5054,3.1554 -2.1606,2.2213 c -0.7698,-2.1868 -4.0667,-0.2229 -5.1322,0.7333 -0.1857,-1.0713 -0.9116,-1.324 -1.9552,-1.418 -1.3124,-0.1181 -2.7617,0.2585 -3.8884,-0.6054 -1.982,-1.5209 -2.3608,-4.8313 -4.9099,-5.553 0.6672,2.087 3.2065,6.0425 5.3352,6.8781 1.5911,0.6245 3.6953,0.2415 5.4183,0.6983 l -2.6884,4.6435 -4.4113,2.5856 -5.3963,2.8165 -3.4436,4.8347 -2.3902,-1.1724 -5.3767,-3.1989 v -0.2444 c 3.4558,-2.8096 -0.9155,-8.4962 -2.444,-11.2423 l 3.9104,-4.6434 c -2.0236,0.1512 -3.5257,2.6475 -4.6436,4.1547 -1.0619,-0.473 -4.7532,-1.0219 -5.2535,-1.9631 -0.6687,-1.2573 0.9366,-4.3818 1.3429,-5.6132 1.5292,-4.6331 2.8099,-9.6611 3.9106,-14.4194 h 0.4888 c 0.6956,2.9029 2.0844,5.6648 2.8472,8.5538 0.4571,1.7275 0.1103,3.8136 0.9899,5.3985 0.7332,1.3239 2.0113,3.2089 3.4948,3.6442 -0.6476,-1.6729 -2.2509,-2.7468 -2.901,-4.4087 -0.4081,-1.0408 -0.193,-2.102 -0.4032,-3.1686 -0.5206,-2.6551 -1.4689,-5.5382 -2.4313,-8.0641 -1.1445,-3.0048 -3.4125,-6.0427 -3.7987,-9.287 -0.3815,-3.2062 3.3959,-4.7201 2.9355,-7.8207 -0.7884,0.5506 -0.9808,1.4028 -1.492,2.1996 -0.8041,1.2526 -1.8881,2.3773 -2.122,3.9103 -0.4704,3.0845 1.8402,5.5693 1.5884,8.5539 -0.4469,5.299 -2.9633,11.3167 -4.5659,16.3745 -0.7846,2.4753 -0.7997,5.1898 -1.7179,7.5764 h -0.2444 l 3.6441,-22.4846 -2.1547,-15.1526 2.6652,-6.5987 c 1.1267,0.6864 1.5087,1.6875 2.3768,2.6118 0.6127,0.6522 1.4813,0.8017 2.0336,1.5573 4.2487,5.8154 3.3762,12.6975 5.6808,19.0486 0.5939,1.6421 1.5495,3.536 2.7838,4.7927 0.8651,0.881 2.1236,1.3155 2.8666,2.3366 1.2782,1.7521 -1.4296,4.8943 0.633,5.5793 l 0.9776,-2.1995 c -0.2004,-1.1985 0.027,-2.5882 -0.6696,-3.6564 -1.354,-2.077 -3.683,-3.0575 -4.8879,-5.3863 -1.7035,-3.2903 -1.6839,-6.7339 -2.4806,-10.2647 -0.831,-3.6884 -2.2436,-6.8939 -3.9116,-10.2646 -0.7667,-1.5489 -3.2066,-6.3054 -5.7703,-4.6356 -0.7611,0.4955 -1.4528,1.9071 -1.9103,2.6804 -2.1171,3.579 -0.6944,7.2934 -0.025,10.9979 0.8261,4.5724 1.0312,7.9267 0.1046,12.4641 -0.4059,1.988 -0.5922,5.4591 -2.4496,6.6618 -1.8781,1.2159 -6.7016,1.0099 -8.5275,-0.206 -1.6756,-1.1159 -2.7666,-2.9782 -4.4907,-4.0393 -2.7031,-1.6639 -5.4203,-2.6024 -7.9291,-4.6871 -1.3923,-1.1569 -3.8428,-3.9636 -5.6864,-4.1194 -2.4307,-0.2052 -1.3838,3.21 -2.1595,4.3518 -0.7639,1.1247 -2.0815,1.4148 -2.7463,2.7717 -1.0362,2.1145 -0.5405,4.3542 -0.7579,6.5985 -0.3139,3.2451 -1.4416,6.3213 -1.9135,9.5315 m 41.303,-41.7919 0.9776,1.4664 h -0.2444 l -0.7332,-1.4664 m 33.9712,0.9776 0.7331,1.7108 -1.4663,-0.9776 0.7332,-0.7332 m -3.1772,2.9328 c 0.2983,-0.304 0.5475,-0.6555 0.8505,-0.9547 1.8306,-1.8141 2.3877,1.5574 0.9679,2.7282 -0.7038,0.5806 -1.6252,0.3809 -1.7694,-0.555 -0.061,-0.3936 -0.022,-0.8198 -0.049,-1.2185 m 27.128,2.9328 c 3.2236,1.5902 -1.3247,3.3261 0,0 m -48.635,15.8857 v 0.2444 l 0.4889,0.4888 h 0.2444 l 3.182,-3.1803 9.0377,-1.8711 8.0652,-4.5942 3.4215,0.3586 c -1.0973,-1.8135 -3.8565,-1.225 -5.3767,-0.3029 -2.4464,1.4828 -4.0106,3.217 -6.8431,4.1533 -2.7446,0.9072 -5.8582,0.1271 -8.554,1.3375 -1.4956,0.6712 -2.5343,2.231 -3.6659,3.3659 m 29.0832,-9.5315 v 0.2444 l 3.4216,2.1996 c -0.4131,-1.7278 -1.7401,-2.366 -3.4216,-2.444 m 7.8207,2.9328 1.9553,-2.444 c -1.1878,0.4048 -2.0799,1.124 -1.9553,2.444 m -67.4534,19.3073 c -1.6848,0.06 -2.5862,-2.0654 -3.6877,-3.1356 -1.6319,-1.5849 -3.6887,-2.3723 -5.3287,-3.8588 -1.1963,-1.0843 -1.5396,-2.6184 -2.9591,-3.5147 0.1766,0.866 1.0125,1.7604 0.8732,2.663 -0.1525,0.9874 -1.5272,1.438 -2.0431,2.2477 -1.1213,1.7602 -1.8533,3.8945 -2.574,5.8428 -1.3604,3.679 -0.8953,7.3165 -1.779,10.9979 -0.8588,3.5777 -3.0667,6.6495 -5.2305,9.5315 h -0.2445 l 3.1736,-10.9978 2.3776,-12.4643 0.4923,-6.11 3.2417,-3.2328 0.7351,-4.0991 c 2.5229,0.6607 4.5468,3.186 6.5987,4.7022 2.4303,1.7961 5.448,2.7053 7.7789,4.5324 2.5351,1.987 3.9077,4.9309 6.2216,7.0484 1.2218,1.1181 6.1291,3.1689 6.1291,4.952 0,1.1808 -4.6642,3.7021 -5.7099,3.3506 -0.9906,-0.3329 -1.6753,-1.4751 -2.3624,-2.2013 -1.807,-1.9099 -4.5853,-3.8639 -5.703,-6.2541 m 36.9039,-1.4664 c 3.0477,4.3493 7.0313,-4.219 9.9739,-3.3135 1.8696,0.5749 1.6839,4.135 2.7372,5.4772 1.4052,1.787 4.8317,1.5023 6.8407,1.5023 l -5.8192,-1.8476 -2.7347,-5.9731 c 2.5001,0.1604 5.5844,-2.2235 6.5986,-4.3991 h 0.4889 c 0.694,3.5726 2.5026,3.9646 5.1323,5.8655 h 0.2445 l 0.4887,-0.9776 c -2.4342,-0.8888 -5.4452,-2.4068 -5.0175,-5.6221 0.1442,-1.1061 1.2,-2.1275 1.5959,-3.1761 -1.762,-0.2633 -3.9934,4.3959 -5.3767,5.5663 -1.7963,1.5187 -3.7563,1.3088 -5.6211,2.2795 -3.5511,1.8474 -5.2668,4.7037 -9.5315,4.6183 m -17.1077,-5.1322 c 1.2347,-0.3613 3.7351,-2.1923 4.1547,-3.4216 -1.9134,0.4386 -3.5012,1.5526 -4.1547,3.4216 m -29.572,-0.2445 c 2.7106,2.1287 5.7047,3.3162 7.3319,6.5987 l -4.3774,0.4422 -4.9097,-5.3301 v -0.4888 l 1.9552,-1.222 m -2.1996,2.444 -1.4663,1.222 0.7331,-1.4664 0.7332,0.2444 m 0.9776,1.222 c -0.5384,1.5563 -1.8628,3.1866 -3.1772,4.1548 -0.2358,-1.7998 1.2367,-4.1556 3.1772,-4.1548 m 25.9061,0 -0.7332,6.5987 c -2.8326,-0.6853 -6.4343,-3.4084 -7.5764,-6.1099 2.6232,0.4854 5.7874,0.4309 8.3096,-0.4888 m -1.222,10.2646 c -0.01,0.8354 0.019,2.1955 1.2308,2.0234 2.0505,-0.2908 0.9338,-3.3558 3.4129,-2.9071 3.8405,0.6945 5.2678,3.5977 6.4902,6.9936 0.3987,1.1074 0.998,3.6193 -0.2419,4.4449 -0.6814,0.4538 -1.7089,-0.1916 -2.3382,-0.478 -1.5108,-0.688 -5.4014,-2.9516 -6.8431,-1.5228 4.7526,0.388 8.9398,3.3276 12.953,5.6213 1.6962,0.9687 3.9275,1.8985 4.888,3.6657 1.3832,-0.091 2.5759,0.968 3.6659,1.7452 2.4611,1.7548 4.8024,3.7026 7.332,5.3547 10.5407,6.8798 18.4275,18.4317 25.1387,28.8264 1.7351,2.6854 3.5314,5.5686 4.6923,8.5539 0.3348,0.8593 1.2025,2.005 1.0729,2.9545 -0.2346,1.7369 -2.141,3.5885 -3.2212,4.8662 -3.1307,3.7092 -6.518,7.2708 -10.3208,10.2964 -10.6337,8.4594 -21.6023,14.9933 -35.2029,17.26 -6.5028,1.0839 -13.041,1.4232 -18.8186,-2.1392 0.342,2.1921 2.8263,2.4135 4.6436,2.7644 4.7015,0.9079 8.4121,1.0372 13.1974,0.2383 17.533,-2.9278 33.1255,-12.4848 44.9275,-25.7315 3.1575,-3.5423 6.9237,-7.7552 8.1114,-12.4643 0.5181,-2.0522 0.7821,-5.3777 -2.2044,-5.3767 v 0.4888 c 3.3849,1.1863 0.9067,6.1336 0,8.3095 h -0.7332 l -4.6436,-9.2871 c 2.5075,-0.01 4.805,-1.0135 7.3319,-0.296 8.3438,2.3675 7.7915,10.2366 3.6562,16.1818 -6.694,9.6234 -15.7122,17.6261 -21.5068,27.8612 -1.2636,2.2357 -2.8204,4.1731 -3.7492,6.5987 -1.9134,5.0028 -1.3514,10.717 0.4791,15.6414 1.6766,4.5062 6.9067,6.2084 10.6118,8.4598 6.4421,3.9133 12.9481,8.4852 18.3298,13.7796 1.8304,1.8007 4.3868,3.6645 5.3644,6.1106 3.0231,7.5639 -4.8318,12.7015 -11.4744,11.4867 l 2.444,-7.8207 c 2.5539,1.7997 2.488,3.7554 2.6883,6.5987 2.4097,-2.072 0.4498,-4.7506 -1.1511,-6.5987 -3.771,-4.3512 -8.9205,-7.3002 -13.757,-10.3118 -13.8525,-8.6233 -30.7941,-13.5291 -47.1687,-11.9698 -5.5467,0.5283 -13.7786,1.1967 -17.3522,6.1514 1.8211,0.1755 3.8562,-2.1565 5.6212,-2.8194 4.0937,-1.5375 8.61,-2.2433 12.953,-2.5356 19.9794,-1.3444 41.4326,6.1735 56.3115,19.5679 1.5935,1.4366 0.7674,2.8049 0.2981,4.6057 -0.9629,3.6871 -2.6932,7.1579 -3.9421,10.7534 -1.5714,4.5274 -3.7979,10.816 -7.0068,14.4282 -1.8819,2.1177 -4.2281,3.2517 -6.5572,4.7286 -7.6594,4.8576 -16.5652,7.7269 -25.6617,7.7269 1.0118,-3.7103 -2.0603,-9.0867 -5.3791,-10.8308 -2.2558,-1.1843 -5.3205,-1.3683 -7.8183,-1.3891 0.1767,-1.3737 0.5624,-2.7807 0.1897,-4.1547 -3.1796,-11.7265 -16.5332,-4.526 -24.6294,-5.3767 -1.1944,-4.0593 -6.0874,-4.1093 -8.3583,-7.333 -5.0156,-7.1195 3.906,-13.9425 7.3,-18.8175 -1.9061,0.9893 -3.3717,3.126 -4.8792,4.6531 -3.7872,3.8362 -7.2103,10.4213 -2.6505,15.5059 1.9207,2.1417 5.0226,2.6388 6.81,4.7741 1.1355,1.3562 1.6335,3.4525 2.0913,5.1277 1.1147,4.0787 2.793,9.0214 1.3002,13.1974 -1.3745,3.8444 -5.5086,6.127 -8.1894,9.0427 -1.9296,2.0994 -2.7119,6.5645 -4.9432,8.0431 -4.1135,2.7299 -11.1105,2.747 -15.8533,3.5926 -7.903,1.4101 -17.1647,5.89 -25.1729,3.1845 -3.3798,-1.1413 -4.8874,-4.4749 -8.065,-5.8044 -2.4721,-1.0338 -5.4926,-0.6208 -7.8208,-2.0432 -1.1037,-0.6745 -3.6427,-2.4097 -3.7806,-3.7954 -0.1597,-1.6082 1.4838,-3.6758 1.8433,-5.2741 0.827,-3.6709 -1.8853,-7.3647 -5.3945,-8.1678 0.2913,-6.6832 7.3604,-6.8176 11.7307,-9.8457 6.4358,-4.4593 9.0036,-11.8914 6.1943,-19.2375 -0.711,-1.8594 -2.1622,-3.7166 -3.2622,-5.3767 -1.6675,-2.5168 -3.9739,-6.0928 -7.0866,-6.8431 0.5751,1.9178 3.4587,3.3025 4.7252,4.8881 4.2061,5.2649 7.4837,12.0129 5.0507,18.8184 -6.113,-3.2031 -9.5055,-9.1571 -12.5214,-15.1527 -4.5,-8.9463 -8.4063,-18.0953 -12.7155,-27.1279 -9.8557,-20.6606 -25.0378,-36.9815 -45.6385,-46.9876 -8.75802,-4.2542 -18.87275,-7.4538 -28.34973,-9.7029 -2.42026,-0.5744 -9.17685,0.3436 -9.38238,-2.698 -0.0901,-1.3332 0.15543,-2.8484 0.41645,-4.1547 2.27998,-11.409 16.4809,-7.6531 24.11853,-5.1321 1.72393,0.569 3.48646,1.13 5.13211,1.9016 11.91682,5.5867 24.62062,11.8679 34.70362,20.4177 5.4142,4.5908 10.0472,10.4832 14.3923,16.0507 4.1123,5.2693 7.8647,9.979 11.026,15.8859 0.6388,-2.6015 -1.1956,-4.6167 -2.7116,-6.6205 -3.4516,-4.5632 -7.0838,-8.9701 -10.682,-13.4201 -4.2929,-5.3088 -9.0995,-10.5401 -14.4674,-14.7816 -6.6845,-5.2816 -14.5088,-9.117 -21.9963,-13.1205 -10.31394,-5.515 -20.88881,-9.9718 -32.7489,-9.735 1.9982,-4.7472 7.36246,-8.5883 10.68015,-12.4643 5.64605,-6.5962 12.441,-12.46717 19.38045,-17.61827 9.5051,-7.0553 19.2791,-13.7222 30.3055,-18.2145 5.4657,-2.2266 10.91918,-4.23511 16.75528,-5.26181 1.5373,-0.2706 4.43052,-0.87462 5.93212,-0.35432 1.5685,0.5435 2.9716,3.0449 3.9555,4.3007 2.9376,3.7492 5.7086,7.5052 8.3251,11.4866 6.6701,10.1501 12.7445,20.5892 16.9736,32.016 1.6507,4.4597 3.9111,10.8155 2.9218,15.6413 -0.6934,3.3835 -2.8844,5.5632 -4.7621,8.3096 2.0121,-0.5649 3.4797,-2.8458 4.3444,-4.6436 2.3773,-4.942 1.1364,-11.0221 -0.4277,-16.1301 -5.0771,-16.5814 -15.4906,-32.0094 -25.821,-45.7022 -2.569,-3.4052 -5.342,-6.8282 -8.6452,-9.5501 -1.421,-1.1709 -3.2032,-2.5402 -5.1324,-2.181 v 0.2444 c 2.4945,0.722 6.19006,2.74231 7.46246,5.12401 -3.25987,0.1835 -6.88814,0.79665 -10.05098,1.75627 -1.08662,-5.9528 3.25572,-10.43968 7.96532,-10.73488 1.4211,-0.09 3.1651,0.9727 4.3991,1.611 3.9892,2.0644 7.398,6.358 10.2734,9.7065 4.5947,5.3511 9.3672,10.3499 14.4105,15.2697 6.1854,6.0336 13.0982,11.6403 22.2402,10.3516 2.7502,-0.3875 5.3975,-2.221 7.8208,-3.4526 9.6423,-4.9013 16.6871,-13.4858 25.6616,-19.3862 2.7057,-1.779 5.3021,-4.4097 8.5539,-5.1131 m -23.2177,-8.5539 v 0.2445 l -3.666,3.9103 c -0.7164,-1.753 1.78,-4.9168 3.666,-4.1548 m -2.1996,6.3544 h -0.4888 c -0.418,-1.8247 0.5633,-2.76 1.7695,-4.0282 0.3357,-0.3531 0.9964,-1.241 1.5866,-0.9949 1.1179,0.4661 -0.9268,2.4305 -1.2595,2.8235 -0.5994,0.7085 -1.1447,1.395 -1.6078,2.1996 m 9.0427,-4.3992 c -1.8022,2.8844 -4.9488,8.004 -8.7983,7.0875 v -0.2444 c 2.5439,0.01 5.7174,-4.8393 7.0875,-6.8431 h 1.7108 m -4.6435,0.2445 c 1.561,1.5244 -1.3506,5.2412 -3.1638,5.744 -1.7482,0.4846 -0.185,-2.1661 0.1381,-2.5669 0.3402,-0.4226 0.7049,-0.8217 1.0705,-1.222 0.632,-0.6919 1.2114,-1.3864 1.9552,-1.9551 m 6.5986,0.2444 -4.8878,7.5762 5.6211,-6.8431 c 1.7996,1.2059 -2.4589,6.326 -3.9529,6.9402 -1.2142,0.4991 -2.8759,-0.1819 -4.1122,-0.3414 1.0162,-1.9613 4.9494,-7.5316 7.3318,-7.3319 m -25.743,0.4073 -0.081,0.1628 0.081,-0.1628 m 11.8124,-0.163 -0.2444,1.4664 c 1.7027,0.078 2.7798,3.3951 2.9328,4.8879 l -4.1548,-0.2444 c -0.3761,-2.1203 0.327,-4.1095 0.9776,-6.1099 h 0.4888 m 43.9915,1.9552 c 1.349,2.4205 3.2627,6.334 5.8654,7.5731 2.0164,0.9603 4.6924,0.3678 6.7405,0.5008 0.9947,0.065 2.0334,0.7584 3.0354,0.9688 -1.0924,-2.7248 -6.6794,-1.3804 -9.0427,-2.1346 -1.7817,-0.568 -2.8545,-2.7367 -3.7367,-4.2198 -0.6648,-1.1205 -1.354,-2.9557 -2.8619,-2.6883 m -27.1281,0.2444 c 0.1437,2.5261 -2.8429,6.3343 -5.3767,5.8655 0.7352,-1.8985 3.3944,-5.2841 5.3767,-5.8655 m -26.3948,18.5741 c 1.7425,-0.3519 2.8142,-1.9202 3.7696,-3.3187 2.3395,-3.4256 3.5478,-6.5627 4.051,-10.6118 6.8295,0.015 13.488,1.9142 20.0406,3.6659 -2.0066,3.7231 -7.8075,6.597 -10.9942,9.3594 -6.576,5.7003 -14.5257,12.7622 -23.7102,13.3475 -4.8852,0.3113 -8.6339,-1.7555 -12.4642,-4.4852 -6.2211,-4.4333 -11.5097,-10.0173 -16.4784,-15.7777 -2.2328,-2.5887 -4.8691,-4.9469 -6.7392,-7.8207 7.336,-0.579 14.6445,-0.6653 21.9957,-0.9872 4.5289,-0.1984 9.1681,-0.5374 13.6861,0.1938 2.5201,0.4079 5.0544,0.5878 7.5764,0.9716 0.9094,0.1382 2.3792,0.247 2.9249,1.1175 0.7119,1.1355 -0.2392,3.4683 -0.6914,4.5698 -1.1689,2.8481 -2.8259,6.7028 -2.9667,9.7758 m 28.1056,-16.6189 -2.1996,4.1547 c 0.8623,-0.6594 1.8682,-2.5469 2.9587,-2.7077 1.7616,-0.2595 -0.953,3.4841 -1.2479,3.9297 l -3.9103,-0.9775 c 0.7003,-1.6652 2.3637,-4.5698 4.3991,-4.3992 m 50.1012,1.9551 c -0.1734,1.3411 -0.8308,2.5237 -0.8845,3.9104 -0.044,1.11 0.5204,2.1152 0.7599,3.1771 0.6403,2.8658 0.4522,6.6518 3.5683,8.2034 2.0847,1.0387 5.4061,0.2286 7.5543,-0.2419 3.3483,-0.7331 6.3249,-0.847 9.5314,-2.0705 0.9067,-0.3461 2.2705,-0.7183 2.923,0.3214 0.4619,0.7392 -0.1369,1.7794 -0.1051,2.5859 0.066,1.6409 0.5206,3.2331 0.3128,4.888 -0.215,1.7435 -1.1217,3.3978 -1.4687,5.1321 -0.8702,4.3488 -0.655,8.8195 -1.0095,13.1977 -0.3788,4.7096 -1.3002,9.1591 -1.3857,13.9305 h -0.2444 c -1.0093,-3.0999 -2.9401,-6.2372 -3.155,-9.5314 -0.286,-4.3831 1.6031,-9.2549 1.911,-13.6862 0.22,-3.1579 -0.7356,-7.3435 0.5377,-10.2647 0.6892,-1.5795 2.3731,-1.8303 3.1503,-3.1772 -0.9996,0.3212 -2.2802,0.6535 -3.0526,1.4063 -0.501,0.4895 -0.5157,1.5844 -1.2072,1.8422 -0.6501,0.2428 -1.6814,-0.2605 -2.3388,-0.3748 -1.4933,-0.2594 -3.1332,-0.2946 -4.6436,-0.1435 -4.0546,0.4051 -11.6676,4.1364 -14.6174,-0.8554 -0.8432,-1.4251 0.018,-3.8756 -0.4596,-5.5407 -0.5009,-1.7426 -1.0508,-2.7683 -1.0092,-4.6435 0.037,-1.617 -1.4811,-2.6359 -1.2659,-4.1548 l 0.7331,0.2444 c 0.853,-2.9416 2.6834,-4.7367 5.8654,-4.1548 m -47.4129,0.9777 c 0.6683,1.7029 -0.7375,2.8677 -2.444,2.6883 0.3559,-1.2675 1.265,-2.1384 2.444,-2.6883 m -26.6392,71.1194 c -1.1379,-3.8327 -3.6886,-6.9622 -3.9688,-11.2423 -1.3241,-20.2292 14.6054,-36.8899 29.6304,-47.9973 3.6528,-2.7003 7.8621,-4.601 11.9755,-6.4606 1.6301,-0.7369 4.0203,-1.1634 5.3767,-2.2421 -1.9637,-0.908 -3.8747,0.2798 -5.6211,1.1778 -3.4804,1.7896 -6.9646,3.245 -10.2646,5.4018 -13.3654,8.735 -27.3575,22.7154 -30.8454,38.8781 -1.2715,5.893 -0.9291,10.7718 0.054,16.619 0.3244,1.9271 1.466,5.6136 3.6626,5.8656 m 66.7203,-66.7203 c 1.3026,1.4099 1.5202,3.0513 0.9776,4.8879 l -7.0876,-0.7332 v -0.2444 l 6.11,-3.9103 m 15.397,2.6884 -4.6436,6.3542 -1.2219,-0.9775 c 1.3245,-1.8978 3.5095,-4.9012 5.8655,-5.3767 m -2.6885,0.4887 -3.6659,4.1548 c -0.237,-1.8068 1.701,-4.5246 3.6659,-4.1548 m 3.666,0.4888 c 0.2347,1.7049 -3.3604,6.2392 -5.1323,5.6211 v -0.4887 l 5.1323,-5.1324 m -23.9509,0.7333 -0.2444,0.2443 0.2444,-0.2443 m -0.7331,0.4887 -2.444,2.444 2.444,-2.444 m 1.7108,0 0.2444,0.2444 -5.6212,6.3543 7.3319,-6.3543 0.2444,0.2444 c -1.1535,2.0531 -3.0256,3.7608 -4.6459,5.4554 -0.5842,0.6097 -1.2245,1.5588 -2.1972,1.31 -1.53,-0.3913 -1.2318,-1.635 -0.5133,-2.6107 1.3222,-1.7926 3.2725,-3.4658 5.1569,-4.6435 m 6.8431,0.2444 c -2.1434,3.6684 -5.7434,7.5113 -9.776,8.3095 -0.3372,-2.3391 4.9149,-7.2559 7.0876,-7.8207 l -5.8655,7.0875 c 2.6834,-1.8899 5.0957,-7.3855 8.5539,-7.5763 m 1.222,0.4888 c 0.4326,2.668 -4.5116,7.6549 -7.0876,7.8207 0.6721,-2.4692 4.7927,-6.7493 7.0876,-7.8207 m 0.7332,1.7108 v 3.4215 l -4.3992,1.7108 4.3992,-5.1323 m 12.4641,0.9776 0.4889,1.2219 h -1.7108 l 1.2219,-1.2219 m -12.4641,3.4216 c 0.787,4.3565 6.2369,4.509 9.7758,4.1547 l -0.2444,0.9775 c 0.589,0.5375 0.3201,1.0407 0,1.7108 0.9898,0.7134 0.6183,1.7015 0.7405,2.792 0.2957,2.6642 -0.6354,6.6041 -1.9625,8.9391 l -6.8431,-6.8302 -11.9754,-9.0556 4.6435,-0.5597 5.8656,-2.1286 m 22.7288,3.4214 -0.3519,13.4429 -1.7938,9.2861 3.1232,10.0202 c -3.3383,-4e-4 -3.7538,-2.1756 -5.4841,-4.6435 -2.7275,-3.8913 -5.7946,-7.4889 -8.6908,-11.2422 2.5833,-4.1372 5.4696,-12.4262 4.3991,-17.3522 3.0502,-0.3854 5.8143,-0.1933 8.7983,0.4887 m -10.7534,0.2445 -1.222,1.2219 -0.2445,-0.9775 1.4665,-0.2444 m 1.222,0 c 0.3299,1.4488 -1.1292,3.2434 -2.1996,4.1547 0.01,-1.8794 0.7919,-2.9369 2.1996,-4.1547 m -0.2444,3.1771 c -0.044,1.3604 -0.7699,2.7191 -1.9552,3.4216 0.019,-1.6187 0.6404,-2.4919 1.9552,-3.4216 m -0.7332,3.9103 -1.222,1.4664 0.7332,-1.4664 h 0.4888 m -1.0583,1.8739 -0.083,0.1627 0.083,-0.1627 m 0.08,1.5477 -0.9776,2.444 h -0.2444 l 1.222,-2.444 m -95.5591,7.7073 c -4.6421,1.0434 -3.0569,9.0928 1.9551,7.9676 4.8987,-1.0996 2.6229,-8.9962 -1.9551,-7.9676 m 0.2453,0.8083 c 3.547,-0.4534 5.3748,5.6939 1.4652,6.3376 -3.9931,0.6575 -4.9686,-5.8899 -1.4652,-6.3376 m -130.26444,33.5206 c 2.23745,3.1318 5.46764,5.5022 8.30948,8.0459 1.17873,1.0552 2.76388,1.9182 3.42082,3.4408 0.44749,1.037 -0.15299,2.1541 -0.36219,3.1771 -0.39323,1.9212 -0.70679,4.1443 -0.80797,6.11 -0.1442,2.8032 0.5929,5.7932 0.99957,8.5538 0.19284,1.309 0.76815,2.8297 0.37296,4.1548 -0.92089,3.0874 -5.44614,5.5652 -7.77793,7.5161 -3.5831,2.9978 -5.99847,6.7022 -8.55388,10.5693 h -0.48824 c -3.18056,-5.40274 -3.47118,-9.82 -3.67549,-16.3746 -0.3617,-8.4948 2.16854,-16.1684 4.71539,-24.1953 1.15967,-3.6557 1.90214,-7.4456 3.35924,-10.9979 h 0.48879 m 76.98509,47.6574 c -5.5774,1.6406 -11.0509,4.0556 -16.8633,4.9552 -1.4897,0.2304 -4.3706,1.2253 -5.7869,0.5185 -0.9574,-0.478 -0.111,-1.6965 0.229,-2.2965 1.0634,-1.8763 2.0478,-4.2995 3.6829,-5.7605 1.0363,-0.926 2.7814,-0.904 4.0744,-1.2366 2.7388,-0.7041 8.3272,-2.4066 9.7759,-4.9783 l -6.5987,3.3452 -7.0232,1.6189 -1.7628,2.3678 -3.9226,6.5986 c -2.8333,0.1295 -5.7453,1.1719 -8.554,1.6409 -7.7811,1.2999 -15.55729,2.9013 -23.21768,4.8051 -3.92721,0.9761 -10.58995,3.7324 -14.59414,2.062 -3.11875,-1.3014 -5.76165,-3.8857 -8.06509,-6.2874 -0.67552,-0.7046 -2.08373,-1.6147 -2.00454,-2.7093 0.10607,-1.4669 1.68731,-2.9874 2.45765,-4.1548 2.13089,-3.2295 4.51449,-5.7441 7.54232,-8.1628 2.01505,-1.6097 5.0683,-3.4551 6.37656,-5.7299 0.49857,-0.8666 7.3e-4,-2.0627 -0.16301,-2.9707 -0.37881,-2.1006 -0.74126,-4.2371 -1.01156,-6.3543 -0.80113,-6.2778 0.56505,-13.0203 3.03907,-18.8185 0.61001,-1.4297 1.38084,-4.4525 2.68323,-5.3665 1.0145,-0.7117 3.45993,0.6696 4.4727,1.037 4.28862,1.5551 8.55699,3.2253 12.70839,5.1191 14.023,6.3973 26.2596,15.2714 35.169,28.0491 2.8263,4.0532 5.8714,7.8904 7.3564,12.7087 m 167.9005,-45.7022 c 2.1715,9.3551 3.2703,7.8346 2.9328,8.7983 h 0.2444 c 2.4073,7.5765 2.9621,15.1478 3.7075,22.9733 0.9946,10.448 2.2997,22.6536 -1.5079,32.7492 -4.1328,-1.8933 -7.5178,-5.881 -11.2521,-8.4669 -4.8659,-3.3702 -11.1176,-5.2856 -14.7689,-10.1073 -1.7279,-2.2834 -2.2484,-5.7863 -2.3388,-8.5539 -0.3031,-9.5334 6.0365,-17.5059 11.9192,-24.4399 1.5935,-1.8801 2.8716,-3.9927 4.465,-5.8653 2.0115,-2.3633 4.3919,-4.491 6.11,-7.0875 h 0.4888 m -227.77782,18.8186 c 0.17841,2.6309 1.4241,5.9801 4.64353,6.0383 1.35348,0.024 2.56666,-1.1953 3.66589,-1.8484 2.38985,-1.4195 5.0972,-2.9543 7.8205,-3.6182 7.133,-1.7387 13.8058,2.431 20.0409,5.0494 0.089,-2.3933 -3.229,-5.1431 -4.7125,-6.8429 -2.1047,-2.4119 -5.1921,-5.8014 -8.4852,-6.5019 -2.2771,-0.4842 -5.6576,0.5709 -7.8208,1.2452 -5.55109,1.7311 -10.24239,3.3761 -15.15232,6.4785 m 33.97122,3.4216 c -5.933,-2.0203 -11.9318,-5.2879 -18.3301,-3.4837 -2.8587,0.806 -5.7432,2.3178 -8.30898,3.7945 -1.55656,0.8955 -2.99312,2.0217 -4.634,0.611 -3.32379,-2.8582 -0.8896,-5.352 2.1898,-6.8142 4.62831,-2.1977 13.40588,-5.7705 18.57388,-4.2137 2.93,0.8825 5.5117,3.7241 7.4359,5.9513 1.111,1.2863 2.5182,2.5182 3.0735,4.1548 m -27.86131,7.5763 h 2.19951 c -1.05671,1.7442 -3.11892,6.3997 -2.19951,8.3094 l 1.22199,-0.2444 c -0.002,2.7688 0.0281,4.8662 1.46632,7.3319 h -1.46632 c -0.19478,1.9946 1.55139,4.2437 3.42141,4.888 l 0.24439,-0.2444 -2.4439,-3.666 c 3.84886,0.3752 7.98812,-1.3254 11.48652,-2.7375 1.3664,-0.5514 3.3414,-1.1834 3.9104,-2.6392 -3.9124,-1.2514 -7.351,-3.3524 -11.48673,-3.8405 -1.16471,-0.1376 -4.1215,0.4309 -4.87743,-0.6733 -0.87054,-1.2716 0.6982,-5.571 1.99684,-6.1913 0.76739,-0.3666 2.0858,-0.01 2.88059,0.1491 2.93223,0.5838 6.42693,2.2756 8.61403,4.3283 1.4813,1.39 2.5185,3.2422 4.0947,4.5169 0.1995,-1.7423 -1.5967,-3.2055 -2.7016,-4.3989 -2.8045,-3.0295 -7.2349,-4.8131 -11.22911,-5.4833 -1.64882,-0.2766 -3.83899,-0.7256 -5.1321,0.5952 m 178.16521,5.6211 c -0.052,1.2317 -0.6427,2.2075 -0.034,3.4252 1.4004,2.8056 5.5869,3.4125 7.2586,0.4631 1.6399,-2.8988 -0.4497,-5.5586 -3.5585,-5.5534 -1.415,0 -2.5245,0.9614 -3.6659,1.6651 m 3.1771,-0.6369 c 3.5243,-0.6342 5.0225,4.7173 1.4665,5.4566 -3.9153,0.8139 -5.5699,-4.7181 -1.4665,-5.4566 m -176.69901,3.1622 0.0813,0.081 c -0.12045,0.04 -0.27028,-0.081 -0.0813,-0.081 m 11.48661,3.3402 c -2.4296,2.2726 -7.0531,3.2597 -10.26472,3.6659 0.0674,-1.0084 2.22502,-4.5277 0.48879,-4.6436 l 0.24443,-1.9551 -1.22193,0.7332 c 1.95363,-3.1679 8.49053,0.8789 10.75343,2.1996 m -15.64117,-2.9328 0.48879,0.4888 -0.48879,-0.4888 m 4.15456,3.9104 -0.9775,2.1996 0.9775,-2.1996 m 40.59311,0.2522 c -2.2106,1.1775 -0.3957,4.0098 1.6734,2.8811 2.0056,-1.0939 0.1872,-3.8724 -1.6734,-2.8811 m -39.61561,0.2366 c -0.23628,0.9773 -0.17375,1.8517 -1.22191,2.1995 l 1.22191,-2.1995 m 39.94311,0.3966 c 1.0641,-0.4854 2.1209,1.1149 1.0099,1.6985 -1.052,0.5529 -2.1256,-1.1899 -1.0099,-1.6985 m -44.01624,1.4771 0.0813,0.1628 -0.0813,-0.1628 m 35.13494,0.3363 c -1.8849,0.97 -0.7056,3.5587 1.1845,2.6244 1.7579,-0.8689 0.5716,-3.5281 -1.1845,-2.6244 m 0.7092,0.5289 c 0.8595,0 0.6262,1.5881 -0.1921,1.4351 -0.7051,-0.132 -0.4941,-1.4351 0.1921,-1.4351 m 16.8642,0.6826 c -0.3802,4.6481 -3.0553,9.7172 -4.8734,13.9306 -7.6025,17.6176 -21.1789,31.7645 -34.7191,44.9727 -3.8249,3.7309 -7.7411,7.2634 -11.72722,10.8182 -2.00128,1.7841 -3.89975,4.0839 -6.3579,5.2496 -4.74349,2.2534 -11.47613,0.2713 -16.13018,-1.1633 l 0.2444,-4.888 2.19957,-1.4663 c -0.63544,0.242 -1.44121,0.8065 -2.14581,0.5621 -1.01718,-0.3495 -1.32194,-2.1319 -1.90116,-2.9362 -2.06735,-2.8718 -4.5729,-3.6461 -1.9344,-7.1574 0.44114,-0.5868 0.88325,-1.3791 1.592,-1.6782 0.95021,-0.4014 2.31493,0.5313 3.16738,0.9111 2.61407,1.165 5.33863,2.26122 8.25966,2.51642 -0.78769,-1.5011 -3.15372,-0.85282 -4.59371,-1.57092 -3.36509,-1.6783 -7.30844,-2.9714 -10.33089,-5.2369 -1.01425,-0.7605 -2.46156,-1.681 -2.72649,-3.0102 -0.29425,-1.4781 0.86541,-3.042 1.32634,-4.3955 l 3.67206,3.5403 6.837,5.0136 -4.57388,-3.7882 -5.20199,-5.4989 c 0.41694,-1.4585 1.34247,-2.8514 1.40211,-4.3991 0.14932,-3.8808 -4.09145,-5.9081 -7.02323,-7.3319 v -0.2444 c 1.79998,-0.5309 5.68002,-0.7547 7.3319,0.1928 1.44536,0.8292 2.52804,3.706 4.15474,3.2287 -2.55419,-3.5877 -4.58537,-7.076 -9.77587,-6.4963 -1.65627,0.185 -2.28926,1.7435 -3.68794,2.2624 -1.29555,0.4805 -4.68118,-0.6929 -5.81787,-1.3843 -2.70449,-1.6447 -3.95311,-6.5642 -2.62261,-9.29 1.51281,-3.0995 4.3004,-4.8078 6.64807,-7.1581 2.74165,-2.7454 5.06855,-5.9037 7.43553,-8.9721 h 0.24439 c 2.56177,2.9103 6.65933,7.4996 10.50906,8.5517 4.72101,1.2902 10.58409,-1.2031 15.1526,-2.1937 10.43744,-2.2634 20.93544,-4.9317 31.52724,-6.358 0.9129,1.4029 4.6544,0.2782 6.11,0 6.0534,-1.1567 12.735,-2.4745 18.3296,-5.1323 m 0.9777,1.7108 c 1.3097,3.5295 3.7024,6.8013 5.2636,10.2646 3.8797,8.6063 7.5371,17.6445 12.5565,25.6617 1.7291,2.7619 3.9674,6.0265 6.4201,8.187 0.8146,0.7173 3.174,1.8748 3.2026,3.0658 0.049,2.0414 -3.4269,4.7579 -4.9583,5.7035 -4.9975,3.086 -12.0698,3.6773 -12.2198,10.9049 -13.1969,-0.01 -25.615,2.6908 -38.3704,6.0513 -6.8578,1.8036 -13.5672,3.3336 -20.5296,4.6533 -3.73131,0.7087 -8.16382,1.8623 -11.97519,1.5152 -0.8967,1.0412 -3.11142,0.9165 -4.3989,0.9997 -4.12151,0.259 -8.62305,0.7356 -12.70887,-0.022 0.24367,-1.0534 0.61148,-3.1283 1.74304,-3.5854 0.9595,-0.3861 2.89267,0.4913 3.87808,0.7039 2.67175,0.5768 5.5703,1.024 8.30949,0.9165 1.51868,-0.058 5.79881,-1.6594 6.35431,0.01 1.8034,-0.4496 4.20915,-1.62199 4.98408,-3.28389 l -4.73968,2.30639 c 2.1656,-3.248 5.62297,-5.6016 8.48394,-8.1898 4.6254,-4.1877 9.3392,-8.4191 13.7525,-12.832 15.0171,-15.016 28.4921,-32.4349 34.4636,-53.0305 h 0.4889 m 0.56943,6.92393 c -1.8697,3.9509 -3.1919,8.0978 -5.2518,11.9754 -1.2224,2.3015 -3.5183,4.6846 -3.7908,7.3319 h 0.2445 c 2.6389,-4.6306 5.4082,-8.9594 7.4303,-13.9305 0.6081,-1.4951 2.1436,-3.7954 1.3678,-5.3768 m -79.26528,10.91707 c 0.46509,1.363 1.13327,2.5467 2.24137,3.4998 3.25829,2.8035 12.0468,5.2909 7.15373,11.0941 -1.5287,1.813 -4.9114,1.8061 -5.97354,3.4915 4.21779,-0.088 10.80331,-4.5749 7.81849,-9.5305 -1.55412,-2.5801 -5.2103,-3.6853 -7.57043,-5.3865 -1.23885,-0.893 -2.17831,-2.9121 -3.66962,-3.1684 m 69.73388,8.63463 -1.2219,2.444 c 0.7558,-0.6269 1.494,-1.4195 1.2219,-2.444 m -2.6883,4.3992 -2.9329,4.3991 c 1.2907,-0.5641 3.2173,-2.9408 2.9329,-4.3991 m -6.1099,8.7983 -9.2872,9.2871 -3.666,4.1547 c 3.8488,-1.5468 7.149,-6.4017 10.0202,-9.2871 1.0297,-1.0347 2.8543,-2.6146 2.933,-4.1547 m 48.06537,12.38347 0.2444,0.9775 19.063,-3.0364 22.24,-4.051 c -1.0035,-0.9109 -2.2104,-0.4258 -3.4216,-0.1283 -2.3322,0.5726 -4.728,0.847 -7.0874,1.3021 -10.3001,1.9869 -20.7596,2.9699 -31.0384,4.9361 m 60.1216,8.5539 -2.9328,-11.7311 c 4.0037,-0.316 7.9911,-0.8637 11.9755,-1.2638 3.0704,-0.3081 5.5062,-0.9421 8.065,1.3088 5.5283,4.8625 1.9655,11.5558 -1.1242,16.8182 -1.2663,2.1558 -3.4648,5.4551 -6.2076,5.8021 -4.2098,0.5304 -9.2637,-4.1865 -8.0388,-8.4912 0.8721,-3.0648 3.8734,-5.6588 5.5823,-8.3086 0.4563,-0.7072 3.5689,-5.0712 1.9645,-5.7157 -0.6797,-0.273 -1.2919,2.9555 -1.6135,3.5161 -1.5845,2.7613 -4.1663,8.0527 -7.6704,8.0652 m -138.73699,8.63463 c 1.97502,-0.3984 3.49632,-2.4441 4.92952,-3.7731 3.5486,-3.292 8.9424,-6.5373 11.201,-10.8907 -2.0489,0.5735 -3.4091,2.7284 -4.8882,4.1452 -3.3593,3.217 -9.0383,6.3894 -11.24232,10.5186 m -54.82533,4.31837 2.52437,-3.6122 2.36357,0.1906 c 0.37367,2.422 3.25536,3.1845 5.13233,4.2574 5.98919,3.424 14.20091,4.1157 21.02178,3.8297 11.63401,-0.4863 23.59747,-2.1165 34.94487,-4.8855 10.0037,-2.4415 20.2666,-6.5034 30.5499,-7.3783 5.1866,-0.4427 9.8966,-1.6839 15.1562,-1.2389 2.5386,0.2149 4.8262,-0.1412 6.2546,2.4877 0.97,1.7842 1.2149,7.2171 -1.193,8.246 -0.7279,0.3104 -1.7128,-0.4448 -2.3768,-0.6868 -2.0325,-0.7478 -3.9214,-1.4516 -6.11,-1.4541 -6.6261,-0.01 -13.1141,2.1335 -19.5517,3.4215 -14.4201,2.8839 -28.8011,6.347 -43.50273,7.3539 -5.18219,0.3544 -10.42157,1.2269 -15.64139,0.6697 -6.56816,-0.7038 -12.61405,-2.3756 -18.57415,-5.2815 -2.09619,-1.0215 -4.14863,-2.2386 -6.10991,-3.4973 -0.65572,-0.4204 -1.57025,-1.4395 -2.40316,-1.4052 -1.50426,0.064 1.42337,2.3511 1.66997,2.6493 -2.93912,0.7086 -6.45379,0.6476 -8.51127,-1.8746 -1.21844,-1.4909 -1.728,-3.4631 -3.00536,-4.8978 -2.09772,-2.3559 -4.90111,-3.7563 -3.78457,-7.4063 1.6905,-5.5261 7.11073,-9.1337 12.85723,-8.5845 1.42361,0.1359 3.26074,0.3451 4.36297,1.3525 1.6575,1.5153 0.17792,4.3303 1.221,6.1881 1.6663,2.9682 5.6226,4.628 3.84632,8.6238 -2.82669,6.3592 -7.29133,-5.7631 -10.24145,-0.7112 -0.26248,0.4497 -0.49172,0.9556 -0.66964,1.4444 -0.26713,0.7332 -0.26419,1.4322 -0.22998,2.1996 m 262.97092,-19.3074 c 2.9377,3.7158 1.591,7.8525 0.1319,11.9755 -2.8789,8.1311 -12.3175,12.4813 -19.9279,15.3188 -2.3341,0.87 -5.543,2.3217 -8.0652,2.285 -1.2146,-0.017 -2.202,-1.2488 -3.1772,-1.8476 -1.8476,-1.1389 -4.0375,-2.0969 -6.1099,-2.7324 -1.2856,-0.3959 -2.6468,-1.3148 -3.4215,0.1736 3.7368,1.0191 11.7774,3.1307 12.1367,7.9014 0.1882,2.483 -1.8476,4.2549 -2.1164,6.518 -2.3438,2.0774 -4.5825,3.5315 -7.332,5.1006 -1.9185,1.0948 -3.8101,2.026 -5.8654,2.8521 -1.508,0.606 -3.5306,1.5959 -5.2023,1.1633 -3.9835,-1.0289 -4.1255,-6.474 -2.4413,-9.3604 2.3738,-4.0692 7.6802,-4.8781 11.5539,-6.8871 1.2292,-0.6379 4.9588,-2.3926 4.1449,-4.2916 -0.347,-0.8139 -2.202,2.0041 -2.9231,2.4562 -3.0035,1.8867 -6.8014,2.8716 -10.0201,0.9018 3.4387,-1.3002 5.103,-3.8321 7.4028,-6.5987 2.219,-2.6713 4.7559,-5.3303 5.5502,-8.7983 11.2031,0 24.0878,-4.8527 32.5049,-12.2648 1.322,-1.1636 2.043,-2.6099 3.177,-3.8654 m -56.2111,16.8634 c 0.9401,-1.3759 2.2581,-2.4929 3.125,-3.9104 1.537,-2.5146 2.4021,-5.6362 4.051,-8.0289 0.8075,-1.1714 2.3921,-0.7168 3.5774,-0.5432 3.7857,0.5545 5.9681,1.8529 7.9868,5.1956 3.5413,5.862 -1.6986,10.9479 -4.9514,15.3545 -2.4049,3.2602 -6.3727,7.1167 -10.8345,4.7168 -2.2532,-1.2122 -3.8124,-5.0956 -2.4105,-7.3857 2.4193,-3.9543 7.3376,-6.3177 10.1998,-10.0447 1.1535,-1.503 2.4439,-3.4396 1.8989,-5.4259 -0.1832,-0.6612 -0.7576,-1.7273 -1.5837,-1.6598 -0.5987,0.049 -0.3372,0.6869 -0.2052,1.0207 0.76,1.9071 0.7331,3.3535 -0.4522,5.0899 -1.1999,1.7572 -3.6686,5.0199 -5.758,5.6431 -1.4261,0.4253 -3.1728,-0.091 -4.6434,-0.022 m -213.60292,-2.444 c 1.64111,-0.5156 2.37998,-3.3404 3.53519,-4.618 2.01823,-2.2326 4.0235,-2.4227 6.72947,-2.9582 v -0.7332 c -4.50839,-1.0705 -9.96785,3.8424 -10.26466,8.3094 m 201.87172,-7.5762 c -0.5966,1.4351 -1.2868,2.7892 -1.0011,4.3991 0.7985,4.4993 6.6479,8.4512 11.0214,6.5987 l 0.2444,0.7332 4.3991,-0.2444 v 0.2444 c -7.2025,1.4786 -13.9035,0.9092 -20.2849,-2.9327 v -0.4888 c 1.5432,-1.178 2.6746,-2.6248 3.4714,-4.3992 0.7296,-1.6242 0.4436,-2.9667 2.1497,-3.9103 m -126.1088,15.3969 c 7.4575,0 15.6418,-2.3954 22.8938,-4.199 7.976,-1.9821 15.536,-3.5532 23.7861,-1.6665 l 0.2445,-0.2444 v -0.4887 c -5.2343,-2.1386 -11.2639,-1.6525 -16.4544,-0.3914 -5.9684,1.4492 -11.9708,2.8618 -18.0854,3.6024 -2.8551,0.347 -5.6203,1.8308 -8.4742,2.1535 -1.347,0.1515 -2.9362,0.2272 -3.9104,1.2341 m 138.8175,-2.4439 c -0.6422,1.4052 -1.9114,2.5491 -2.1258,4.1547 -0.7972,5.978 6.6923,8.1971 10.924,9.7759 -2.1748,1.3296 -6.0517,1.4664 -8.5539,1.4664 -6.8352,0 -13.2082,-1.2636 -19.5516,-3.8004 -2.0865,-0.8358 -6.052,-1.8061 -7.4888,-3.578 -0.8205,-1.0117 0.077,-2.3633 0.5029,-3.375 1.0072,-2.3976 2.7394,-4.2771 4.5323,-6.1076 0.6338,-0.6452 1.4528,-1.8354 2.413,-1.9894 0.7109,-0.1148 1.65,0.6794 2.2404,1.007 1.4692,0.8187 3.032,1.332 4.6432,1.8134 4.0923,1.2245 8.2942,0.9727 12.4643,0.633 m -204.56016,-2.1996 c -0.34656,1.4933 1.45733,2.4025 2.51362,3.2456 2.97381,2.3706 7.01688,3.9959 10.6838,4.9026 2.76681,0.6843 5.4608,1.6766 8.30949,2.0456 10.05252,1.3075 21.25371,-0.4326 31.03805,-2.6786 2.8091,-0.6452 5.7251,-0.9898 8.554,-1.5666 1.0856,-0.2224 2.523,-0.1392 2.9329,-1.3051 -5.6462,0.1442 -11.5785,1.9747 -17.10771,3.0795 -6.49458,1.2977 -12.97207,1.4981 -19.55172,1.4101 -1.96031,-0.027 -3.90033,0.33 -5.86552,0.049 -4.96125,-0.7112 -10.49073,-2.2705 -14.9082,-4.6656 -2.32421,-1.2586 -4.21365,-3.4459 -6.59871,-4.5164 m 131.97436,10.5091 13.9306,-2.1996 13.6862,-3.2725 15.8858,-3.0818 v -0.4888 c -3.2317,-0.7601 -7.5849,1.0631 -10.7534,1.789 -7.4551,1.7083 -15.1433,3.7148 -22.729,4.6362 -2.5327,0.3054 -5.0605,0.787 -7.5762,1.2121 -1.0918,0.1858 -2.3819,0.078 -2.444,1.4054 m -10.2648,0.4888 v 0.4887 c -4.9577,0.3911 -9.7792,1.8844 -14.6601,2.7299 -11.051,1.9162 -22.3855,4.2819 -32.9971,7.9503 -4.9352,1.7035 -9.5611,4.5482 -14.4198,6.1832 2.0175,-3.5413 4.8878,-6.6354 7.1621,-10.0178 0.7559,-1.1243 2.311,-2.4196 2.1837,-3.903 -0.1264,-1.4713 -3.4324,-3.27 -4.7021,-3.6757 l 3.9104,3.1771 c -0.7656,3.3483 -3.6927,6.2859 -5.6118,9.0427 -2.2152,3.182 -4.9906,8.3974 -8.3606,10.426 -6.20971,3.7368 -16.21107,-1.4933 -19.99872,-6.7601 0.82923,-1.6594 0.0457,-4.035 0.2769,-5.8655 0.23584,-1.8696 2.95598,-5.7506 4.48761,-6.8407 1.39452,-0.9897 4.56435,-0.6207 6.24311,-0.738 4.05972,-0.2835 8.1809,-1.1805 12.2098,-1.7743 10.7078,-1.5788 21.2016,-4.0766 31.7719,-6.3397 5.5842,-1.1951 11.5595,-3.2235 17.3522,-2.5955 6.5125,0.7087 8.7141,7.9869 15.1525,8.5124 m 50.8382,-6.0978 c -2.4229,1.1536 -0.9424,4.431 1.4105,3.2457 1.8336,-0.9238 0.542,-4.1768 -1.4105,-3.2457 m 0.974,0.9654 0.2444,0.9777 h -1.4664 v -0.4889 l 1.222,-0.4888 m -82.8504,8.5539 c 1.4365,0.9629 4.9199,-0.782 6.5986,-1.1414 6.2756,-1.3392 12.3885,-2.9938 18.8185,-3.5021 v -0.4888 c -8.2236,0 -17.6867,2.4513 -25.4171,5.1323 m -26.6395,-3.9103 0.2444,0.2444 -0.2444,-0.2444 m -2.6884,1.2219 -0.2445,0.2444 c 0.7295,1.1145 2.3057,2.3951 3.6661,2.1997 l -3.4216,-2.4441 m 77.7291,0.1858 c -2.2494,0.8407 -0.6921,4.316 1.4447,3.4484 2.2501,-0.914 0.6661,-4.2378 -1.4447,-3.4484 m 0.2336,0.7919 c 3.0218,0.8163 -0.8544,2.5832 0,0 m -117.31046,0.7331 12.95303,0.7333 c -0.66085,1.9917 -3.01977,3.3726 -3.45138,5.3767 -0.24219,1.1242 0.76961,3.287 -0.73953,3.8541 -3.88933,1.4615 -9.9951,-6.4106 -8.76212,-9.9641 m 15.64139,0.4888 -3.94505,5.6212 -0.20969,5.6211 c -1.40944,-1.068 -1.15135,-4.4651 -1.22199,-6.11 2.14434,-1.1731 2.71012,-4.9221 5.37673,-5.1323 m 13.68597,0.4888 c 1.2776,1.4371 3.9409,3.4094 5.8655,3.666 -0.913,-1.833 -3.8937,-3.3263 -5.8655,-3.666 m 13.9308,0 -3.1774,5.8655 c 1.8199,-0.5694 3.4893,-4.0912 3.9107,-5.8655 h -0.7333 m 32.5049,0.9776 0.2445,0.2444 -0.2445,-0.2444 m -19.0629,2.6884 v 0.2444 c 2.9301,-0.2322 6.1194,-1.2563 8.7983,-2.444 -1.953,-0.8114 -6.9934,1.1877 -8.7983,2.1996 m 15.1525,-1.9552 0.2445,0.2444 -0.2445,-0.2444 m -51.32334,0.4888 3.42156,2.2851 7.82038,5.2912 0.2444,-0.2444 c -0.6933,-1.4517 -2.0973,-1.916 -3.42152,-2.6908 -2.49608,-1.4615 -5.11984,-4.255 -8.06482,-4.6411 m 33.48254,2.1995 v 0.2444 l 0.9775,-0.2444 h -0.9775 m -3.9104,1.4664 1.2219,-0.7331 -1.2219,0.7331 m -5.8656,2.444 3.6659,-1.4664 c -1.1214,-0.3886 -3.2186,0.352 -3.6659,1.4664 m -39.10353,1.222 -0.24439,0.4888 1.22198,0.4887 -0.2444,-0.4887 h 3.66595 c 1.48593,5.4744 9.37751,8.4586 13.93061,10.7534 -2.77708,2.8888 -7.45532,4.5482 -11.24224,2.7739 -1.58125,-0.738 -2.72088,-2.1287 -4.15475,-3.0989 -1.70051,-1.1487 -3.96337,-2.0334 -5.04361,-3.8713 -1.60422,-2.7323 -1.67412,-6.2443 -1.0663,-9.2455 l 3.17715,2.1996 m 12.21984,-1.7108 c 0.79013,2.791 5.78805,4.4945 8.06499,6.0293 1.03403,0.6965 1.88443,1.5421 3.17698,1.3026 v -0.4888 l -8.06482,-4.756 -3.17715,-2.0871 m 24.19509,1.9552 c 0.9834,-0.3105 1.8554,-0.6966 2.1997,-1.7108 -1.0531,0.2102 -1.8709,0.655 -2.1997,1.7108 m 9.5317,-0.4888 -0.2443,0.2444 0.2443,-0.2444 m 154.4588,1.7108 -0.2444,0.7331 c 2.8668,0.2273 7.0362,1.2684 9.2162,3.2407 3.292,2.9768 3.5927,9.8737 0.892,13.3563 -1.2464,1.6057 -3.4533,2.4 -5.2203,3.2627 -3.3091,1.613 -6.0391,3.1625 -9.7759,3.6465 -4.8365,0.6256 -9.6683,0.068 -9.875,-5.6652 -0.038,-1.0582 0.053,-2.5222 0.7248,-3.3898 1.2782,-1.6448 3.9569,-1.2928 5.7287,-1.9136 5.0736,-1.7817 13.2781,-4.2305 15.6414,-9.6048 l -8.7983,5.9022 -3.666,-1.3197 -7.8206,-1.6498 4.8879,-2.1188 8.3095,-4.4798 m 11.9754,26.8836 c -2.3266,1.266 -3.3629,3.9396 -6.1099,4.9173 -1.5739,0.5597 -2.9084,-0.2933 -4.3991,-0.7552 -3.7443,-1.1658 -6.9507,-3.0941 -10.2647,-5.1397 2.4317,-1.0313 5.4915,-0.6085 8.065,-1.525 1.1902,-0.4228 2.9304,-1.8623 4.1548,-1.7597 0.9825,0.086 1.789,0.8969 2.73,1.1462 2.4439,0.6526 5.2081,1.0974 7.5347,2.1092 5.1861,2.2533 3.7637,11.1714 0,14.0748 -3.1674,2.444 -7.2171,3.0183 -10.9979,3.9177 -2.8374,0.677 -4.8048,1.7132 -7.8207,1.5788 -4.0594,-0.1809 -6.8578,-4.0521 -5.6235,-8.0554 1.2708,-4.1253 5.6944,-3.0989 9.0451,-3.1796 3.6146,-0.091 6.9678,-0.892 10.0202,-2.8399 1.4811,-0.9458 3.5878,-2.6052 3.666,-4.4895 m 4.1548,20.0405 -2.2142,1.811 -9.2725,2.5882 -7.5764,-4.6436 c 3.7492,-0.6379 7.3858,-3.0524 11.2423,-3.0745 2.2999,-0.012 5.5626,1.9185 7.5763,2.9548 1.7915,0.9213 3.5682,1.4199 4.8855,3.0745 0.7699,0.9678 1.4664,2.0089 1.9405,3.1552 3.7198,8.9986 -9.6585,9.3457 -14.891,10.0936 -2.3242,0.3323 -5.4745,1.9795 -7.8207,1.3734 -2.0799,-0.5352 -4.1964,-3.4728 -4.0864,-5.6015 0.3715,-7.288 9.5707,-6.2468 14.5955,-7.6814 2.0113,-0.5719 6.2736,-1.3003 5.6211,-4.0497 m -22.729,10.5091 0.2443,0.2444 -0.2443,-0.2444"
         id="path2481"
         sodipodi:nodetypes="cccccscccccccccccccccccccccccccscccccscccsssccccsccsccsssccscscssssscsssssccssssscssscssscccccsssccccccccsscccsccccccccccsccccscccccccccccscsccccccccccccscccccccccccccccccccccccccsssssssscccccccscscccccccscccccccccscccccscccsccccccccccccsccscccccccccccsscccccccsscsssscccccsccscccsccsscsssssssssscccccccccccssccccccccccccscccccccccccscsscscccccccssssssccccccccccccccccccccccccccccccccccccccccssscccsccccccscscccccccccsccccsccccccscscccccccccccscssssscccccssccssscccscssssssssccssscsssssssssccsssccccccssscscccccccssscccccccscsccccscccccccccccccscccccccccccsssscssssscccscccccccsscccscccscccccccccccccccccssscsssscccccccccccccccccccccccccccccsccccccccccccccccccccccccccccccccccccccccccccccccccccccccccsccsccsscsssscccscccsssscccccccscsssssscsscssccccccccccscccccccsscccsscsssccccccccccscsssssccscccccccscccccccccccccccccscccccscccccsccscccscccccccscscssccccccsccscsssscccsscsccssscscccccccscccccccccsccscccscssccccccccccscccccsscccscccsssscccccccccccccsccccccccccccssscsssscccsscccccssccccccccccccssccscccsccscccccccsccccccscccccccccccccscsccccccccsccccsccccccccccccccccccssccsccccscccccscccccccccccccccccccccccccssccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccsccccccccccccccccccsccccccccccccsccccccc" />
      <circle
         style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1.03039;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         id="circle2483"
         cx="485.74554"
         cy="-710.36145"
         r="44.517548" />
      <circle
         style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         id="circle2485"
         cx="485.74554"
         cy="-710.36145"
         r="26.652601" />
      <path
         inkscape:connector-curvature="0"
         style="font-style:normal;font-weight:bold;font-size:144px;line-height:125%;font-family:Sans;-inkscape-font-specification:'Sans Bold';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.198258;stroke-opacity:1"
         d="m 500.19629,-717.97978 c -0.3175,0.5803 -0.6399,1.0527 -0.9683,1.4249 -0.3175,0.3614 -0.6677,0.6504 -1.0509,0.8693 -0.3722,0.2081 -0.7946,0.3581 -1.2654,0.4457 -0.4599,0.077 -0.9879,0.1156 -1.59,0.1155 -0.4442,0 -0.8435,-0.023 -1.194,-0.066 0,0 0,0 -0.01,0 -0.044,0 -0.1362,-0.018 -0.231,-0.033 -0.1,-0.016 -0.2021,-0.031 -0.3632,-0.061 -2.9522,-0.5463 -3.9313,1.5032 -4.1429,2.0687 -0.033,0.089 -0.049,0.143 -0.049,0.143 l -3.5872,10.0024 -2.2007,3.7413 h 4.396 c 1.8054,-4.0199 3.5412,-12.4135 5.3973,-13.155 0.4023,0.056 0.901,0.083 1.502,0.083 0.7883,0 1.4941,-0.094 2.1182,-0.2916 0.6241,-0.1971 1.1855,-0.5028 1.6891,-0.9189 0.5036,-0.4269 0.9593,-0.9716 1.3645,-1.6285 0.416,-0.6569 0.8106,-1.4461 1.1829,-2.3658 l -1.0014,-0.3741 z"
         id="path2487" />
      <path
         style="font-style:normal;font-weight:bold;font-size:144px;line-height:125%;font-family:Sans;-inkscape-font-specification:'Sans Bold';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.198258;stroke-opacity:1"
         d="m 500.19619,-717.97938 c -0.3175,0.5803 -0.6399,1.0521 -0.9683,1.4243 -0.3175,0.3613 -0.6678,0.6505 -1.051,0.8694 -0.092,0.052 -0.1872,0.099 -0.2855,0.1432 -10e-4,0 0,0 0,0 -0.1238,0.087 -0.283,0.1617 -0.4987,0.2131 -2.4881,0.5924 -4.1829,2.8098 -4.342,3.0243 0.072,-0.059 0.1448,-0.1078 0.2173,-0.1449 0.011,-0.01 0.022,-0.011 0.032,-0.016 0,0 0,0 0,0 0.013,-0.01 0.026,-0.011 0.038,-0.016 0.4023,0.056 0.9009,0.083 1.5019,0.083 0.7883,0 1.4941,-0.095 2.1182,-0.2924 0.6241,-0.1971 1.1849,-0.5019 1.6886,-0.918 0.5036,-0.427 0.9595,-0.972 1.3646,-1.6289 0.4161,-0.6569 0.8109,-1.4465 1.1831,-2.3662 l -1.0015,-0.3734 z"
         id="path2489"
         inkscape:connector-curvature="0" />
      <path
         inkscape:connector-curvature="0"
         style="font-style:normal;font-weight:bold;font-size:144px;line-height:125%;font-family:Sans;-inkscape-font-specification:'Sans Bold';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.198258;stroke-opacity:1"
         d="m 471.29499,-717.97978 c 0.3175,0.5803 0.6398,1.0527 0.9683,1.4249 0.3175,0.3614 0.6677,0.6504 1.0508,0.8693 0.3723,0.2081 0.7947,0.3581 1.2655,0.4457 0.4598,0.077 0.9878,0.1156 1.59,0.1155 0.4442,0 0.8434,-0.023 1.1939,-0.066 10e-4,0 0,0 0.01,0 0.044,0 0.1362,-0.018 0.2311,-0.033 0.1,-0.016 0.2021,-0.031 0.3631,-0.061 2.9523,-0.5463 3.9314,1.5032 4.1429,2.0687 0.033,0.089 0.05,0.143 0.05,0.143 l 3.5872,10.0024 2.2008,3.7413 h -4.396 c -1.8055,-4.0199 -3.5413,-12.4135 -5.3973,-13.155 -0.4023,0.056 -0.901,0.083 -1.502,0.083 -0.7884,0 -1.4942,-0.094 -2.1182,-0.2916 -0.6241,-0.1971 -1.1855,-0.5028 -1.6891,-0.9189 -0.5037,-0.4269 -0.9594,-0.9716 -1.3645,-1.6285 -0.416,-0.6569 -0.8106,-1.4461 -1.1829,-2.3658 l 1.0014,-0.3741 z"
         id="path2491" />
      <path
         style="font-style:normal;font-weight:bold;font-size:144px;line-height:125%;font-family:Sans;-inkscape-font-specification:'Sans Bold';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.198258;stroke-opacity:1"
         d="m 471.29529,-717.97938 -1.0016,0.3733 c 0.1163,0.2874 0.2348,0.5624 0.3555,0.8243 0.024,0.052 0.048,0.1038 0.072,0.1551 1e-4,0 -10e-5,0 0,0 0.024,0.051 0.049,0.1016 0.073,0.1517 0.01,0.017 0.017,0.033 0.025,0.05 0.041,0.083 0.081,0.1659 0.1227,0.2463 2e-4,0 6e-4,0 7e-4,0 0.025,0.048 0.049,0.095 0.074,0.1423 0.1001,0.1893 0.2015,0.3703 0.3043,0.543 0.026,0.043 0.051,0.085 0.077,0.127 0.01,0.016 0.02,0.033 0.03,0.049 0.016,0.026 0.033,0.051 0.049,0.077 0.025,0.041 0.05,0.082 0.076,0.1219 0.041,0.064 0.083,0.1266 0.1253,0.1884 0.011,0.016 0.021,0.031 0.032,0.047 0.027,0.039 0.053,0.077 0.08,0.1142 0.054,0.075 0.1083,0.1484 0.1637,0.2199 0.028,0.036 0.055,0.071 0.083,0.1057 0.056,0.07 0.1128,0.1376 0.1704,0.2037 0.044,0.05 0.088,0.099 0.133,0.1475 0.014,0.015 0.028,0.03 0.043,0.045 0.059,0.063 0.119,0.1234 0.1799,0.1824 0.03,0.029 0.06,0.058 0.091,0.087 0.031,0.029 0.062,0.057 0.093,0.084 0.031,0.028 0.062,0.054 0.094,0.081 0.094,0.078 0.1913,0.1522 0.2898,0.2224 0.2627,0.1874 0.5401,0.3474 0.8328,0.4799 0.037,0.017 0.073,0.033 0.1099,0.049 0.074,0.032 0.1496,0.061 0.2259,0.09 0.038,0.014 0.076,0.027 0.1142,0.04 0.038,0.013 0.078,0.026 0.1168,0.038 0.039,0.012 0.078,0.024 0.1176,0.036 0.079,0.023 0.1603,0.045 0.2421,0.065 0.041,0.01 0.082,0.019 0.1236,0.028 0.042,0.01 0.083,0.018 0.1253,0.026 0.043,0.01 0.085,0.016 0.1279,0.024 0.086,0.015 0.1726,0.029 0.2608,0.041 0.1324,0.018 0.2676,0.033 0.4057,0.044 0.092,0.01 0.1858,0.013 0.2805,0.018 0.095,0 0.1908,0.01 0.2881,0.01 0.049,0 0.097,0 0.1466,0 0.075,0 0.1488,0 0.2208,0 0.1438,0 0.2812,-0.01 0.4125,-0.01 0.065,0 0.1295,-0.01 0.1918,-0.01 0.062,0 0.1238,-0.01 0.1833,-0.012 0.1782,-0.013 0.3426,-0.029 0.4935,-0.05 0.013,0.01 0.026,0.01 0.038,0.016 0,0 0,0 0,0 0.011,0.01 0.022,0.01 0.032,0.016 0.073,0.037 0.1451,0.085 0.2173,0.1449 -0.1588,-0.2141 -1.8536,-2.4318 -4.342,-3.0243 -0.2157,-0.051 -0.3749,-0.126 -0.4986,-0.2131 -0.001,0 0,0 0,0 -0.098,-0.044 -0.1936,-0.092 -0.2856,-0.1432 -2e-4,-10e-5 -6e-4,1e-4 -7e-4,0 -0.024,-0.014 -0.047,-0.028 -0.071,-0.042 -2e-4,-1e-4 -6e-4,10e-5 -7e-4,0 -0.024,-0.014 -0.046,-0.029 -0.07,-0.043 -0.047,-0.03 -0.094,-0.06 -0.1398,-0.092 -0.023,-0.016 -0.045,-0.032 -0.068,-0.049 -0.046,-0.033 -0.09,-0.067 -0.1347,-0.1023 -0.022,-0.017 -0.044,-0.035 -0.066,-0.053 -0.022,-0.018 -0.044,-0.037 -0.066,-0.055 -0.022,-0.019 -0.043,-0.038 -0.064,-0.057 -0.1068,-0.096 -0.2106,-0.1984 -0.3111,-0.3085 -0.02,-0.022 -0.041,-0.045 -0.061,-0.067 -0.073,-0.083 -0.1457,-0.1707 -0.2182,-0.2634 -0.01,-0.012 -0.017,-0.023 -0.026,-0.035 -0.02,-0.026 -0.041,-0.053 -0.061,-0.08 -0.1015,-0.1361 -0.2022,-0.2826 -0.3026,-0.439 -0.04,-0.063 -0.08,-0.1268 -0.1202,-0.1926 -0.02,-0.033 -0.04,-0.066 -0.06,-0.1 -0.06,-0.1009 -0.1196,-0.206 -0.179,-0.3145 z"
         id="path2493"
         inkscape:connector-curvature="0" />
      <path
         id="path2495"
         style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.684014;stroke-opacity:1"
         d="m 485.74439,-748.24909 a 3.010934,3.010934 0 0 0 -3.0096,3.01117 3.010934,3.010934 0 0 0 3.0107,3.01067 3.010934,3.010934 0 0 0 3.0111,-3.01067 3.010934,3.010934 0 0 0 -3.0111,-3.01117 z m 0,70.37864 a 3.010934,3.010934 0 0 0 -3.0096,3.01119 3.010934,3.010934 0 0 0 3.0107,3.01067 3.010934,3.010934 0 0 0 3.0111,-3.01067 3.010934,3.010934 0 0 0 -3.0111,-3.01119 z" />
      <path
         id="path2497"
         style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.684014;stroke-opacity:1"
         d="m 447.54549,-710.04758 a 3.010934,3.010934 0 0 0 3.0111,3.0097 3.010934,3.010934 0 0 0 3.0107,-3.0107 3.010934,3.010934 0 0 0 -3.0107,-3.0112 3.010934,3.010934 0 0 0 -3.0111,3.0112 3.010934,3.010934 0 0 0 0,10e-4 z m 70.3786,0 a 3.010934,3.010934 0 0 0 3.0112,3.0097 3.010934,3.010934 0 0 0 3.0107,-3.0107 3.010934,3.010934 0 0 0 -3.0107,-3.0112 3.010934,3.010934 0 0 0 -3.0112,3.0112 3.010934,3.010934 0 0 0 0,10e-4 z" />
      <ellipse
         style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.8;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         id="ellipse2499"
         cx="840.3125"
         cy="-266.11917"
         rx="9.9423237"
         ry="3.0328312"
         transform="rotate(-45)" />
      <path
         style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.298401px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         d="m 588.95739,-857.63068 c 0,0 17.8989,-30.6347 56.9848,-28.4602 0,0 -33.6483,-3.1684 -56.9848,28.4602 z"
         id="path2501" />
      <path
         style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         d="m 583.86459,-838.24348 c 0.1179,0.2721 -0.1017,0.5661 -0.058,0.8252 0.1212,0.7269 0.3742,0.4511 -0.1118,1.0992 -0.024,0.032 -0.057,0.1555 -0.117,0.1754 -0.2153,0.072 -0.6045,0.06 -0.7016,0.3508 -0.081,0.243 0.062,0.5641 0,0.8129 -0.021,0.085 -0.096,0.1493 -0.1169,0.2339 -0.046,0.1829 -0.01,0.2461 -0.1131,0.3508 -0.037,0.037 0.013,0.2366 0,0.2885 -0.013,0.053 -0.1383,0.2552 -0.1754,0.2923 0,0 -0.1081,0 -0.1132,0 -0.032,0.016 0.012,0.073 0,0.1073 -0.014,0.041 -0.039,0.078 -0.058,0.1169 -0.058,0.1156 -0.1705,0.2443 -0.1514,0.285"
         id="path2503" />
      <path
         style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         d="m 585.33569,-837.33478 c 0.08,0.6833 0.1754,1.3409 0.1754,2.0289 0,0.1559 0.038,0.3165 0,0.4677 -0.057,0.2276 -0.1177,0.1786 -0.1754,0.3508 -0.012,0.037 0.017,0.081 0,0.1154 -0.096,0.1917 -0.013,-0.027 -0.1155,0.058 -0.029,0.024 0.017,0.1694 0,0.2042 -0.063,0.1264 -0.1438,0.1927 -0.1754,0.3508 -0.059,0.2933 0,0.6729 0,0.9674 0,0.056 -0.034,0.124 0,0.1689 0.062,0.081 0.098,0.4393 0.098,0.584"
         id="path2505" />
      <path
         style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         d="m 586.87329,-835.90498 c 0.01,0.1145 -0.01,0.2338 0.025,0.3436 0.031,0.099 0.2402,0.3134 0.2917,0.3508 0.061,0.044 0.082,0.2624 0.1061,0.3234 0.084,0.2097 0.2688,0.3661 0.3507,0.5847 0.1978,0.5274 -0.075,1.1538 0.058,1.6859 0.073,0.2917 0.5112,0.7318 0.5112,1.0429"
         id="path2507" />
      <path
         style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         d="m 587.90989,-837.26218 c -0.091,0.4855 0.089,0.8683 0.2338,1.3043 0.01,0.018 -0.017,0.05 0,0.059 0.034,0.017 0.088,-0.027 0.1155,0 0.027,0.028 -0.022,0.084 0,0.1169 0.1341,0.2012 0.9255,0.5034 1.1693,0.5847 0.052,0.017 0.065,0.1 0.1169,0.1169 0.2355,0.079 0.5252,-0.018 0.7546,0.059 0.1161,0.039 0.5641,0.6036 0.6216,0.7474 0.064,0.1591 0.1655,0.2139 0.2339,0.3508 0.096,0.1925 -0.045,0.5257 0.1124,0.6792 0.031,0.03 0.093,0.022 0.1169,0.058 0.01,0.01 0.1169,0.4572 0.1169,0.2401"
         id="path2509" />
      <path
         style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         d="m 572.24507,-617.59994 0.26658,-2.26373 -1.43007,0.9015 0.0275,0.35293 z"
         id="path2511"
         sodipodi:nodetypes="ccccc" />
    </g>
    <g
       id="g612"
       transform="translate(613.83366,-597.95865)">
      <path
         id="path576"
         style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         d="m 2039.0449,-3285.7539 -2.8476,4.2578 -7.3262,16.416 -0.4434,10.4688 3.1485,16.6133 3.5683,27.0918 -1.4375,15.1582 -3.3164,21.9296 -4.7695,11.7891 -11.3711,3.7305 -14.0352,0.1797 -12.5253,-4.7129 -7.711,-7.5528 -6.959,-7.1211 -8.7011,-4.4296 -12.7715,-6.3692 -8.9727,-6.0488 -8.6367,-8.1367 -5.3965,-3.8653 -8.5078,-4.3515 -2.7852,2.9687 -1.4941,11.8633 -5.3887,4.8223 -9.916,-13.7852 -5.3222,-14.8203 -5.9239,-8.3242 -10.6054,-8.4336 -6.7872,-7.7715 -3.0078,-6.8359 -4.205,-1.5411 -3.2911,11.4727 -1.3867,15.207 3.7832,31.7852 2.3203,41.8535 -0.705,23.2871 -0.2872,2.3203 4.0879,0.5606 -2.0312,-0.5176 0.9609,-2.4551 2.6407,-19.5547 -0.9141,-27.5996 -1.5723,-19.8144 4.459,-21.3203 3.8789,7.4902 7.1836,11.8105 4.5938,9.6582 9.4082,13.836 4.0156,3.5195 v 9.4844 l -1.9883,11.4785 -3.2812,14.9297 -2.6504,12.164 -7.5977,-0.9746 -8.6992,-0.9824 4.4473,0.6113 -19.1797,-2.289 -13.3672,-1.6582 -4.9004,-0.3067 -7.8106,-0.4336 -19.1816,-0.4843 -21.9141,0.1972 -26.4336,1.0079 -26.875,0.8828 -13.6484,0.7714 -13.8418,1.6075 -7.9433,-7.0664 -5.6622,-5.6465 -8.9336,-7.3867 -10.08,-7.0782 -10.4727,-4.8261 -9.5215,0.9375 -7.5449,3.2539 -7.3672,4.5468 -5.1972,5.5372 -4.3614,7.3613 -2.0761,7.8359 -0.2012,8.6563 -0.6328,5.2207 -21.7246,8.5254 -31.7989,12.7714 -20.2812,10.4532 -21.1563,11.9199 -29.4199,19.1484 -52.4512,38.0117 -35.1543,31.0782 -22.789,23.3222 -13.832,14.3985 -10.3614,11.7344 -6.0449,7.9531 -5.7031,7.2754 -13.5274,13.3379 -6.9765,6.5586 -4.3067,9.0957 -3.0996,11.3418 -0.5195,12.5117 1.2676,8.4336 2.6875,4.791 1.4902,5.4707 -4.8477,14.6445 0.7852,-1.4707 1.7656,-6.1758 2.8731,-6.9902 7.7383,4.2988 36.8242,33.7598 3.3906,9.5937 -1.5898,6.2266 -3.0196,18.8613 -0.3691,15.1817 1.1426,10.8086 2.1796,14.1289 c 0,0 1.6669,9.0238 1.7774,9.6015 0.1104,0.5776 0.2226,7.416 0.2226,7.4161 l -3.1816,6.2421 -3.293,2.5938 -7.2422,6.3769 -10.416,7.7774 c 0,0 -10.6092,8.0403 -10.5039,8.5781 0.1051,0.5379 -9.791,11.4609 -9.791,11.4609 l -7.8086,9.5118 -6.5078,9.5214 -3.9609,7.1758 -2.9532,-0.4707 0.2227,0.3985 -0.2187,5.0214 -12.252,15.6446 -9.0918,10.1347 -8.0059,7.7051 -11.5156,9.6856 -9.9863,12.3222 -3.9277,10.0821 0.2226,10.0722 2.7871,9.4961 6.2305,9.1875 8.1094,4.6328 13.4121,5.0704 13.75,3.4082 8.4218,4.2539 7.5997,5.3925 4.6308,5.9903 2.2656,5.7187 0.3711,5.8418 -2.332,6.2891 -5.0195,9.3769 -3.4844,6.9082 -2.8379,7.4239 0.8965,6.1093 3.9433,5.4903 10.5215,7.623 9.9981,5.7442 -1.9531,2.1718 -7.8086,10.2911 -2.6094,7.7617 3.3066,5.6289 9.8418,12.1426 5.6094,9.8964 1.5449,7.4551 -2.0254,9.4063 -7.4648,12.6504 -3.2266,12.2871 -23.3125,-2.1914 -30.1523,-9.3496 -2.6133,-3.9629 3.459,-4.0293 c 0,0 4.4811,-9.7294 4.039,-10.6739 -0.4419,-0.9449 -1.0781,-8.5781 -1.0781,-8.5781 l -5.4219,-7.7812 -9.3671,-10.9043 -1.6504,-5.7559 0.6621,-7.0976 -1.7676,-10.3301 -4.8008,-4.5684 -12.4551,-3.7715 -14.1464,0.3633 -11.1329,3.1934 -11.3535,4.5976 -7.8672,9.4825 -8.1914,10.4374 -3.4922,12.3594 6.2754,13.9571 9.8653,8.4394 7.8789,14.6348 9.914,10.332 10.9766,3.8731 14.5996,-1.5469 11.7129,-0.2227 37.4121,18.5352 28.6699,7.6152 1.4649,8.4981 5.1972,12.7304 2.584,10.377 -1.3261,18.0547 1.9804,13.8086 11.5879,13.3398 15.3008,11.4336 14.0176,9.7715 14.0742,2.6523 10.1113,-2.3086 11.6485,-6.2441 8.623,-5.2773 8.1699,-2.6485 12.6211,0.2207 8.4278,-2.123 4.9414,-3.5078 8.2461,-9.8438 7.83,-7.5527 15.6934,-7.6778 7.7031,-3.2304 11.25,-5.125 13.457,-4.6289 5.2364,2.9043 22.4258,11.2949 22.4375,17.3808 24.9101,25.0899 21.4317,27.916 25.4824,36.9922 27.1211,31.3457 37.4687,46.7266 20.5801,18.7324 28.6666,24.0209 18.6342,13.5845 30.3086,21.9317 0.1289,0.8164 h 700.4512 v -106.1309 l -14.7969,-5.1269 -18.4492,-7.4668 -12.0469,-4.2051 -19.041,-9.5566 -19.9336,-10.1504 -17.9239,-12.1582 -21.0918,-17.0996 -21.7949,-17.418 -16.4941,-10.8203 -22.959,-11.375 -25.1992,-11.3301 -28.4414,-11.2891 -33.3184,-13.414 -20.7734,-9.2324 -15.7748,-10.5995 -15.1129,-13.8308 c -14.3738,-15.7559 -23.2768,-25.7973 -38.3291,-42.1459 0.1925,-0.9633 0.3555,-1.5547 0.3555,-1.5547 l 14.8886,-6.332 20.1836,-8.8594 17.4473,-9.4024 9.7988,-6.9336 9.3652,-8.4218 6.9317,-8.4199 7.9687,-13.1719 4.4239,-13.6289 1.2441,-8.3321 0.8906,-11.7011 -3.6953,-10.0352 -4.5137,-7.9316 3.1114,-7.7325 3.3652,-6.8046 2.5391,-6.0157 4.5332,-11.6054 7.3398,-19.2754 2.9336,-6.75 15.7481,-0.3926 12.3964,-2.0156 12.5469,-7.0117 7.5078,-11.9844 2.1114,-9.4863 -1.3379,-12.4004 -3.5879,-8.7422 -13.1485,-15.1074 -8.4863,-9.5137 1.6953,-11.3711 3.6348,-15.5254 1.5371,-11.0781 1.4512,-16.0625 0.2207,-27.7012 -0.7989,-19.3164 -2.666,-30.2285 -3.5976,-36.0391 -4.4649,-23.8867 -4.83,-19.3203 c 0,0 -3.0941,-9.9083 -4.1758,-10.8906 -1.0821,-0.9819 -5.6192,-13.6993 -5.6192,-13.6993 l -3.2382,-12.8027 0.2851,-6.4238 11.2656,-15.7207 3.4063,-6 4.6269,-9.7617 1.545,-13.4707 -1.1993,-8.7227 -2.2441,-5.0703 -4.6719,-6.6074 -8.8242,-5.8204 -7.7363,-3.2792 -8.5352,-1.6114 -7.2929,0.4219 -9.25,1.0723 -5.75,-0.1153 -0.418,3.8262 -17.7871,-26.6328 -9.3887,-13.002 -8.1367,-10.6132 -5.1563,-6.752 -6.2148,-7.9531 -11.1738,-12.9278 -8.2032,-8.4375 -5.0547,-4.9335 -6.6074,-6.2422 -8.334,-6.6875 -10.4843,-7.7403 -8.2168,-5.7383 -12.67,-9.6796 -21.1152,-15.0723 -4.9219,-3.4492 2.002,1.209 17.4258,12.2011 20.8027,-3.4863 15.1875,-5.0547 6.1914,-2.332 2.252,4.9961 3.6621,4.6797 6.2129,4.6211 5.8769,0.8632 7.6387,1.6758 10.7734,-1.291 1.877,6.6992 2.0566,22.9199 -4.4785,18.9961 -0.5488,10.6602 8.6152,-15.832 3.7637,-11.3106 3.498,-14.9453 0.8828,-14.1894 -2.0332,-6.3204 8.3457,-1.8339 17.7911,0.3378 10.2519,2.0547 v 12.6172 l 0.127,22.4492 -1.1036,12.0762 -1.7753,11.3985 -2.877,12.8808 -1.7129,12.082 2.5528,14.0411 6.4082,18.875 2.6699,9.9921 3.7929,-0.8496 1.5411,-13.8496 -0.4063,-7.4648 1.9531,-12.3242 2.4375,-17.8457 1.2364,-15.959 0.3105,-12.0781 0.2188,-7.3399 1.3398,-11.0859 3.1328,-9.2891 1.1035,-7.5371 2.584,-7.8672 -0.2187,-5.3555 -0.4825,-12.8476 0.834,-11.2793 -2.7226,-2.8613 -7.6387,-0.3633 -5.8984,2.5801 -7.6446,1.9882 -7.5097,1.3438 -12.9805,2.3965 -14.1367,3.1621 -3.041,-8.9082 2.1289,-5.1289 6.0566,-6.9258 -2.7578,-5.6367 -5.2227,-1.5332 h -10.7578 l -11.375,1.9902 -6.5976,-0.8848 -2.3946,-9.1972 1.8965,-18.1211 5.4043,-6.4414 5.4024,-7.1446 1.7656,-6.6367 4.1797,-6.3652 8.2011,-10.5039 3.6836,-11.3164 5.9668,9.5156 12.7813,3.5176 6.209,-1.9727 -1.3574,-9.8086 -4.4825,-8.4883 -1.1191,-13.7168 4.3984,-13.5253 4.1582,-5.1836 5.2149,-2.209 10.5215,-4.8125 2.1425,-5.7012 0.6641,-8.9414 4.5781,-6.5332 8.961,-4.6074 10.2832,-2.209 3.6621,-4.2324 -0.2188,-8.7168 -3.1679,-6.6543 -7.0723,-2.541 -7.4785,4.8281 -7.0196,7.0137 -9.5312,5.4609 -8.7324,1.3223 -14.3223,1.0156 -12.5859,-3.293 -14.4766,-9.0957 -7.4785,-14.6972 -3.8555,-9.8008 -6.0586,2.0468 -7.1894,8.2696 -1.6367,4.7168 0.9003,10.5508 9.336,6.3144 6.8496,7.5918 v 11.2383 l -6.8418,-0.8653 -6.2051,-1.2832 -7.2207,0.6622 -7.6758,4.791 -9.3164,5.6113 -11.7265,6.3184 -7.3614,1.5449 -15.4277,1.7558 -11.1406,3.2325 -8.4785,8.2109 -7.4727,5.9883 -10.3828,-43.9434 -6.0313,-19.1679 -9.6543,-17.7188 -6.9804,-10.1777 z m -107.9785,110.4043 4.1367,2.4746 6.8262,4.9668 7.0137,5.0918 6.0449,5.3574 5.2441,5.8281 0.3594,4.4747 -6.791,-0.2188 -6.2832,1.5137 -5.6055,-0.6739 -19.1387,-21.6933 0.6622,-3.8926 z m -20.0273,30.1074 3.5449,1.9512 1.6797,4.9062 3.5781,5.5528 3.3359,6.3203 1.4219,8.3203 -5.9941,-0.3242 -4.3028,-0.7285 -8.1074,-0.4668 0.2109,-6.1407 1.3243,-8.3261 z m 123.3574,18.1719 18.6191,6.0195 2.6485,5.0879 -7.5528,-6.4824 -12.3203,-3.6836 -2.8691,0.4394 z m -13.8496,3.8047 -1.6172,0.6543 -8.1641,3.582 7.3516,-3.7656 z m -115.0039,3.6875 6.8925,0.7304 -5.1757,-0.2793 -1.7207,-0.4414 z m 104.0117,1.1679 -2.5918,1.4395 0.6016,-0.4199 z m -79.5,1.2481 0.1816,0.019 19.959,3.6836 3.3457,0.8985 z m 60,10.4492 -3.791,2.6191 -3.5742,-1.2949 1.8437,0.3907 z m 156.3359,6.2891 1.0703,1.1718 2.9707,5.8536 0.9727,8.9453 -1.541,3.9531 -3.5,-0.5488 -3.8067,-0.3125 -22.4824,-2.3125 0.6406,-3.1328 7.9903,-4.2676 6.666,-3.9531 6.9414,-4.4668 z m -79.8789,9.6758 0.291,0.7753 -0.6308,1.6309 z m -4.7715,12.4824 18.1993,11.2988 1.666,1.0059 -11.8243,-6.625 -8.3945,-5.1719 z m -730.3183,263.5195 -1.8242,6.2441 0.8711,-2.6406 z m -14.3809,47.1172 -1.4199,4.7734 -4.1172,19.2774 -2.2031,18.7343 0.08,12.1387 0.9394,-18.5039 3.0859,-20.1055 z m -6.3183,82.8125 0.2949,3.2441 1.1152,4.6172 -1.1894,-5.9863 z m 3.5097,16.5488 0.016,0.057 2.7891,8.1914 0.3359,0.6054 z"
         transform="scale(0.26458333)"
         sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccscccccsccccccccccccccccccccccccccccccccccccccccccccccscccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccscccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
      <path
         style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.298401px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         d="m 585.43869,-856.98908 c 0,0 -9.82,-26.8955 -43.3239,-37.8759 0,0 27.3354,6.9287 43.3239,37.8759 z"
         id="path578" />
      <path
         style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.244396"
         d="m 588.54019,-858.88608 c -0.9849,0 -2.8007,0.3745 -3.6684,-0.1192 -0.8211,-0.4663 -2.2726,-0.9855 -2.7589,-1.7335 -2.3513,-0.8678 -2.6174,-2.9808 -3.8785,-4.415 -0.8182,-3.0094 -1.6696,-3.0194 -1.6696,-3.0194 -3.4876,0.1136 -5.0493,4.3938 -4.2819,7.3221 0.5134,1.9598 3.3018,1.717 4.1034,3.676 1.0632,2.5897 -0.7111,5.1988 0,7.8193 0.5426,1.9916 3.1479,1.5848 4.1988,3.423 1.6375,2.8704 0.8139,6.1844 1.9894,9.0424 0.7723,1.8751 4.5189,4.7829 6.457,2.7888 1.4468,-1.4899 -0.6404,-4.3001 -0.9825,-5.9659 -0.5963,-2.9067 0.4912,-4.6172 0.9752,-7.3319 -4.4847,2.5429 -1.0998,9.038 -0.2445,12.4642 -2.3706,0.7335 -5.4158,-0.7053 -5.7873,-3.4215 -0.1588,-1.169 0.5084,-2.2732 0.1491,-3.4216 -0.7797,-2.4877 -2.0212,-4.5539 -3.1601,-6.8431 -5.0785,0.325 -1.3784,-6.5933 -2.9719,-9.4615 -0.8822,-1.5861 -3.1306,-1.6074 -3.6268,-3.2471 2.4708,-0.4515 2.3658,-2.5273 3.6659,-4.1548 -0.2419,1.6047 0.6917,2.879 1.5911,4.1452 3.1527,4.44 11.1519,4.6207 15.7611,2.4401 1.8819,-0.8907 3.1112,-3.191 5.1323,-3.6526 -0.8969,1.7913 -0.9579,3.6496 1.2221,4.3992 v 0.2444 c -2.6126,0.4852 -5.653,0.9591 -6.6941,3.9104 -0.3568,1.0166 0.3251,2.7494 -0.3397,3.5222 -1.0582,1.2289 -3.226,1.1272 -4.2084,2.5876 1.481,-0.3607 4.5946,-1.2469 5.2886,-2.7024 0.8579,-1.7959 -0.5133,-3.1508 1.3907,-4.835 1.5127,-1.3391 4.514,-0.9717 5.5063,-2.529 1.107,-1.7381 0.086,-5.3662 -2.1899,-5.715 -1.7205,-0.2635 -3.419,2.5174 -4.6191,3.4315 -1.7719,1.3507 -3.6292,1.2516 -5.621,1.841 0,0 0.221,0.054 -0.7333,-0.4889 m -87.7383,32.2604 -6.3544,-0.9776 c 0.6401,-3.2898 1.361,-6.3803 1.2125,-9.7759 -0.187,-4.2686 -1.333,-8.513 0.01,-12.7086 l 4.8552,8.5867 1.7435,1.9224 c -0.1264,-1.8829 -1.5497,-2.6327 -2.4222,-4.1547 -0.781,-1.3623 -0.6562,-2.9868 -1.2703,-4.3992 -0.5072,-1.1665 -1.5835,-1.7323 -2.2347,-2.7583 -0.7566,-1.1919 0.1804,-2.8022 -1.6491,-3.1072 l -0.7323,8.5539 0.4879,13.1974 h -0.2444 c -0.3646,-4.6189 -0.3307,-9.3404 -0.7748,-13.9307 -0.4672,-4.8317 -1.2542,-8.9515 0.286,-13.6861 h 0.4888 c 0.9815,4.0938 5.4112,5.211 7.2688,8.7983 0.9923,1.9165 0.9544,5.066 2.9958,6.1098 l 0.2444,-0.9776 c -1.7987,-1.4258 -1.941,-5.037 -3.2428,-7.0873 -1.2379,-1.9494 -3.4824,-2.7228 -4.9495,-4.4221 -0.8192,-0.9489 -1.1241,-3.3132 -2.5547,-3.5009 -1.0519,-0.138 -1.19,1.0842 -1.4285,1.8129 -0.6143,1.8757 -0.8022,3.5086 -0.7249,5.4804 0.2422,6.2035 1.1599,12.2589 1.4043,18.4705 0.09,2.2695 -0.9945,5.5784 -0.2349,7.5763 -7.9448,-0.3412 -15.7052,-0.904 -23.6847,-0.4656 -3.5092,0.1929 -7.0186,0.077 -10.5308,0.2307 -1.53,0.067 -3.3813,0.6855 -4.8878,0.4295 -1.2484,-0.2122 -2.0265,-1.5469 -2.9366,-2.3027 -2.4336,-2.021 -6.6922,-6.643 -10.261,-5.968 -3.6386,0.6884 -6.9291,3.5765 -8.0203,7.0985 -0.3576,1.1538 0.09,2.836 -0.5404,3.8424 -0.8585,1.3708 -4.3925,2.2656 -5.8586,2.9245 -4.6908,2.1086 -9.6431,3.8062 -14.1751,6.2617 -16.5209,8.9507 -31.1018,20.9547 -43.89129,34.5862 -2.72209,2.9016 -5.06806,6.1561 -7.7838,9.0596 -2.44176,2.6106 -5.07782,4.0279 -6.50852,7.6019 -1.07779,2.6919 -1.16724,5.7441 -0.6677,8.554 0.20701,1.1633 1.33808,2.2227 1.14109,3.4215 -0.3578,2.1795 -1.49985,4.4561 -2.1172,6.5987 -2.3181,8.0477 -5.54855,16.2768 -6.13779,24.6841 -0.37294,5.3188 0.3209,10.7486 1.56708,15.8857 0.41254,1.7003 2.24943,3.7386 2.2702,5.3767 0.0223,1.7707 -2.26629,3.6582 -3.29129,4.888 -3.34921,4.0186 -9.88682,7.8989 -11.1154,13.1974 -0.60856,2.6254 1.11933,7.3613 3.50513,8.7952 4.53478,2.725 10.41838,1.7789 13.74145,6.8462 2.80812,4.2821 -4.75498,8.3992 -2.64877,12.705 0.5516,1.1279 1.79998,1.9894 2.79272,2.7099 1.0509,0.7629 2.23085,1.4243 3.42155,1.9373 -1.05017,1.4167 -2.95206,3.0513 -3.14099,4.8879 -0.21067,2.0491 1.66581,3.065 2.87094,4.3991 1.36739,1.5141 2.36869,3.8004 2.4051,5.8656 0.0516,2.9278 -3.24412,5.0321 -3.35703,8.0651 -4.9571,-0.3911 -9.01653,-1.833 -13.68621,-3.1772 v -0.7332 c 2.54563,-1.4444 2.4618,-5.9682 0.78573,-8.014 -1.07192,-1.309 -2.59182,-2.0385 -3.23093,-3.7171 -0.77522,-2.0352 0.48439,-4.5049 -1.12618,-6.2614 -1.18361,-1.2908 -2.88216,-1.4133 -4.49371,-1.6264 -5.11059,-0.676 -10.03818,1.5883 -13.13877,5.6886 -1.84214,2.4359 -2.96659,6.107 -1.08435,8.798 0.97567,1.393 2.50207,2.2778 3.49925,3.6659 2.07341,2.8913 3.22851,6.5352 7.30231,7.0411 1.89578,0.2371 4.86154,-1.0534 6.42396,-0.5328 3.38661,1.1218 6.55375,3.5121 9.95061,4.7804 1.74329,0.6501 3.5919,1.2415 5.37674,1.7694 0.76129,0.2249 1.95542,0.1834 2.54099,0.7748 0.59461,0.6012 0.64691,1.9967 0.92479,2.7861 0.40301,1.1462 1.22003,2.3242 1.40382,3.5242 0.38273,2.4977 -0.51934,5.1617 -0.13442,7.74 0.66891,4.4799 3.7075,5.912 6.98633,8.3218 2.4684,1.8159 4.36883,3.7515 7.58582,4.0594 3.77032,0.3617 6.36043,-2.6688 9.55341,-3.8786 2.39567,-0.9091 5.78413,-0.3959 8.01823,-1.7474 1.6763,-1.0143 2.3961,-3.1039 3.936,-4.2623 3.6958,-2.7837 9.6352,-5.1299 14.1744,-6.1808 0.1378,1.1145 4.7335,2.8302 5.8654,3.5853 5.0999,3.3996 9.6203,7.6667 13.6231,12.3005 8.4159,9.7441 14.5122,19.7288 22.653,29.6953 3.6036,4.4113 7.6616,9.0451 12.1145,12.6035 4.0853,3.2676 8.8245,7.2819 13.1975,10.1243 2.5192,1.6399 4.53457,3.7713 7.24027,5.052 -1.9254,-2.5711 -4.85017,-4.2113 -7.48477,-5.988 -5.7494,-3.8762 -11.8771,-8.7166 -16.6668,-13.8294 -9.8881,-10.5604 -16.61127,-20.63663 -25.14617,-32.24053 -6.0397,-8.2118 -14.87723,-18.15517 -24.90723,-21.54737 3.3025,-1.5372 7.0259,-2.1849 10.509,-3.1869 8.1375,-2.3414 16.3626,-4.1254 24.6841,-5.7238 3.9854,-0.765 7.9467,-1.5862 11.9754,-2.158 1.5236,-0.2151 3.0858,-0.8652 4.6436,-0.7112 2.6685,0.2639 4.2774,3.38 6.3638,4.7658 2.9951,1.9918 6.335,2.0064 9.8079,1.8403 2.2069,-0.1052 4.4089,-0.9826 6.5572,-1.4322 6.669,-1.398 13.3975,-2.6688 20.0404,-4.0277 2.5662,-0.5255 5.9438,-2.0774 8.554,-1.8281 4.2496,0.4082 8.5992,3.7467 12.7086,4.9661 7.3361,2.1801 14.038,1.9772 21.5069,1.3858 -1.1953,1.4493 -2.652,2.4464 -3.5895,4.1547 -1.7311,3.1552 -1.1564,8.5173 2.3685,10.3013 4.1709,2.1116 9.7163,2.0359 14.174,3.6294 v 0.2444 c -1.8501,0.4277 -3.5339,1.3271 -5.3766,1.7718 -1.64,0.3959 -3.4412,0.308 -4.888,1.3197 -2.7119,1.9015 -2.5229,7.6179 -0.5377,10.0545 1.1511,1.4127 3.3873,2.2534 4.9393,3.1747 3.8589,2.2901 7.4467,4.3136 11.7286,5.675 v 0.2444 c -3.6685,0.149 -9.0378,-0.5842 -12.1954,1.5812 -3.1454,2.1556 -2.1459,7.5861 -0.1662,10.1498 1.4102,1.8257 3.5412,1.7866 5.5184,2.5784 2.7519,1.0997 5.2521,3.1234 8.0652,4.0203 v 0.2444 c -2.0481,0.3812 -4.453,0.5695 -6.0587,2.0725 -3.3507,3.1404 -2.8253,8.8814 1.1707,11.1909 3.8053,2.1971 9.9372,-0.28353 13.1974,2.78607 -2.7812,0.056 -6.9213,0.039 -9.5094,1.0753 -0.6477,0.259 -3.2017,2.6493 -1.6766,3.2114 0.523,0.193 2.7177,-2.5906 3.8541,-2.769 5.4451,-0.8481 10.3331,-1.3784 15.6415,-3.1479 1.6667,-0.5548 4.712,-1.0655 5.1323,-3.0134 l -3.666,1.3589 -7.332,2.4342 -4.1547,-1.1951 -6.8431,-0.31757 v -0.2444 c 3.9544,-0.3129 8.593,-0.8359 12.4642,-1.6302 1.7524,-0.3592 3.5903,-1.7963 5.3768,-1.7646 1.1927,0.019 2.6371,-0.003 3.666,0.54737 4.1157,2.1922 5.7775,4.5922 4.888,9.3654 2.3412,-0.374 1.7546,-3.7002 1.1974,-5.3768 -1.2708,-3.815 -5.4353,-3.98117 -8.7738,-5.54037 4.5532,-3.2994 2.8399,-8.527 -0.5817,-12.0757 -2.2754,-2.3609 -7.4712,-4.3502 -10.6606,-5.0321 1.5128,-1.5568 3.7271,-2.0969 5.2496,-3.771 2.8522,-3.1308 3.9007,-11.0443 0.1174,-13.8768 -3.0574,-2.2901 -7.4711,-2.0384 -10.7436,-4.1035 2.3144,-0.9629 4.6067,-2.0871 6.1,-4.1767 2.7054,-3.7833 2.2852,-10.8097 -1.0093,-14.1261 -2.3706,-2.3829 -6.3861,-2.8864 -9.4899,-3.6929 2.246,-3.4093 4.49596,-6.42455 3.95586,-10.69895 2.42443,-1.03816 4.30828,-2.42173 5.29412,-1.48543 7.27017,7.83665 10.18269,12.48221 18.09713,17.35769 1.25287,0.55835 2.51722,1.09999 3.78944,1.62985 1.27223,0.52986 2.55234,1.04794 3.83673,1.55917 1.2844,0.51122 2.57308,1.0156 3.86246,1.51805 1.28938,0.50245 2.57945,1.00298 3.86662,1.50652 1.28718,0.50353 2.57145,1.01008 3.84924,1.52455 1.27779,0.51448 2.54908,1.03689 3.81029,1.57217 1.26121,0.53527 2.51234,1.08341 3.74978,1.64934 1.23745,0.56594 2.46123,1.14966 3.66773,1.75611 1.2065,0.60644 2.39573,1.23561 3.5641,1.89243 5.0566,2.8399 9.2993,7.09 13.9307,10.5481 6.4399,4.8122 13.0678,8.0993 20.5293,10.927 2.8814,1.0924 6.0097,2.7006 9.0426,3.2236 v -0.2444 c -8.9741,-3.055 -18.0878,-7.0826 -25.906,-12.4716 -5.5062,-3.793 -10.3331,-8.9302 -16.1302,-12.2442 -7.7498,-4.4309 -16.6459,-7.7376 -24.9284,-11.0517 -3.4265,-1.371 -7.046,-2.4904 -10.2647,-4.3136 -5.9388,-3.3653 -10.36512,-10.09099 -15.49992,-14.54879 -1.0412,-0.9042 -2.2044,-1.613 -3.0451,-2.7323 0.65827,-0.64455 1.34651,-0.60229 5.34762,-2.33901 8.2851,-3.5584 16.5603,-8.2435 18.9456,-17.5281 0.5205,-2.0246 1.0778,-5.0463 0.4937,-7.0875 -0.374,-1.3097 -1.9796,-2.5386 -1.9161,-3.9104 0.058,-1.3314 1.4713,-3.1774 2.0432,-4.3992 1.349,-2.8794 2.026,-6.2721 3.5804,-9.016 0.8822,-1.559 3.3434,-0.9411 4.8562,-1.0631 3.0133,-0.2432 6.716,-1.5419 7.9526,-4.5847 2.053,-5.0458 1.3417,-8.3706 -2.097,-12.4605 -0.914,-1.0851 -3.6145,-2.5493 -3.7342,-4.0213 -0.2078,-2.5366 1.0581,-5.652 1.3636,-8.2022 0.7039,-5.844 1.1536,-11.9488 0.7503,-17.841 -0.6329,-9.2237 -1.5372,-18.5961 -3.7025,-27.6168 -0.9483,-3.9617 -3.4827,-8.0081 -4.0399,-11.9756 -0.2175,-1.5532 1.9967,-3.6374 2.8007,-4.8877 1.9309,-3.0045 3.6806,-6.5792 2.9255,-10.2647 -0.6207,-3.0369 -3.9763,-5.4669 -6.76,-6.3411 -1.2049,-0.3784 -3.903,-0.05 -4.3234,-1.4931 -1.1047,-3.7805 0.6256,-8.6776 1.0754,-12.4508 0.3763,-3.138 0.022,-6.4114 0.391,-9.5314 0.3397,-2.867 1.4101,-5.5051 1.8891,-8.3095 0.4912,-2.8861 0.2322,-6.1124 0.2346,-9.0427 -3.1771,-1.0172 -4.3258,0.4191 -7.3319,1.045 -0.8821,0.1838 -1.7913,-0.1368 -2.6882,-0.016 -1.8966,0.2551 -3.6929,1.0172 -5.6212,1.1706 -0.1026,-0.6841 -0.721,-1.524 -0.5499,-2.1995 0.2957,-1.1719 1.7181,-1.5617 1.7181,-2.9326 0,-3.8949 -6.1979,-1.2644 -8.2557,-1.711 l -0.2444,0.9776 h 1.222 l -1.4664,1.7108 c -0.4595,-2.4616 -1.8526,-5.8372 -1.0852,-8.3095 0.4839,-1.5656 1.7035,-2.2648 2.5857,-3.501 0.677,-0.9468 0.6893,-2.3085 1.2514,-3.3421 0.8798,-1.6194 2.6175,-2.8746 3.1136,-4.6435 -1.3979,0.4264 -3.1796,2.4935 -3.4216,3.9103 l -1.5054,3.1554 -2.1606,2.2213 c -0.7698,-2.1868 -4.0667,-0.2229 -5.1322,0.7333 -0.1857,-1.0713 -0.9116,-1.324 -1.9552,-1.418 -1.3124,-0.1181 -2.7617,0.2585 -3.8884,-0.6054 -1.982,-1.5209 -2.3608,-4.8313 -4.9099,-5.553 0.6672,2.087 3.2065,6.0425 5.3352,6.8781 1.5911,0.6245 3.6953,0.2415 5.4183,0.6983 l -2.6884,4.6435 -4.4113,2.5856 -5.3963,2.8165 -3.4436,4.8347 -2.3902,-1.1724 -5.3767,-3.1989 v -0.2444 c 3.4558,-2.8096 -0.9155,-8.4962 -2.444,-11.2423 l 3.9104,-4.6434 c -2.0236,0.1512 -3.5257,2.6475 -4.6436,4.1547 -1.0619,-0.473 -4.7532,-1.0219 -5.2535,-1.9631 -0.6687,-1.2573 0.9366,-4.3818 1.3429,-5.6132 1.5292,-4.6331 2.8099,-9.6611 3.9106,-14.4194 h 0.4888 c 0.6956,2.9029 2.0844,5.6648 2.8472,8.5538 0.4571,1.7275 0.1103,3.8136 0.9899,5.3985 0.7332,1.3239 2.0113,3.2089 3.4948,3.6442 -0.6476,-1.6729 -2.2509,-2.7468 -2.901,-4.4087 -0.4081,-1.0408 -0.193,-2.102 -0.4032,-3.1686 -0.5206,-2.6551 -1.4689,-5.5382 -2.4313,-8.0641 -1.1445,-3.0048 -3.4125,-6.0427 -3.7987,-9.287 -0.3815,-3.2062 3.3959,-4.7201 2.9355,-7.8207 -0.7884,0.5506 -0.9808,1.4028 -1.492,2.1996 -0.8041,1.2526 -1.8881,2.3773 -2.122,3.9103 -0.4704,3.0845 1.8402,5.5693 1.5884,8.5539 -0.4469,5.299 -2.9633,11.3167 -4.5659,16.3745 -0.7846,2.4753 -0.7997,5.1898 -1.7179,7.5764 h -0.2444 l 3.6441,-22.4846 -2.1547,-15.1526 2.6652,-6.5987 c 1.1267,0.6864 1.5087,1.6875 2.3768,2.6118 0.6127,0.6522 1.4813,0.8017 2.0336,1.5573 4.2487,5.8154 3.3762,12.6975 5.6808,19.0486 0.5939,1.6421 1.5495,3.536 2.7838,4.7927 0.8651,0.881 2.1236,1.3155 2.8666,2.3366 1.2782,1.7521 -1.4296,4.8943 0.633,5.5793 l 0.9776,-2.1995 c -0.2004,-1.1985 0.027,-2.5882 -0.6696,-3.6564 -1.354,-2.077 -3.683,-3.0575 -4.8879,-5.3863 -1.7035,-3.2903 -1.6839,-6.7339 -2.4806,-10.2647 -0.831,-3.6884 -2.2436,-6.8939 -3.9116,-10.2646 -0.7667,-1.5489 -3.2066,-6.3054 -5.7703,-4.6356 -0.7611,0.4955 -1.4528,1.9071 -1.9103,2.6804 -2.1171,3.579 -0.6944,7.2934 -0.025,10.9979 0.8261,4.5724 1.0312,7.9267 0.1046,12.4641 -0.4059,1.988 -0.5922,5.4591 -2.4496,6.6618 -1.8781,1.2159 -6.7016,1.0099 -8.5275,-0.206 -1.6756,-1.1159 -2.7666,-2.9782 -4.4907,-4.0393 -2.7031,-1.6639 -5.4203,-2.6024 -7.9291,-4.6871 -1.3923,-1.1569 -3.8428,-3.9636 -5.6864,-4.1194 -2.4307,-0.2052 -1.3838,3.21 -2.1595,4.3518 -0.7639,1.1247 -2.0815,1.4148 -2.7463,2.7717 -1.0362,2.1145 -0.5405,4.3542 -0.7579,6.5985 -0.3139,3.2451 -1.4416,6.3213 -1.9135,9.5315 m 41.303,-41.7919 0.9776,1.4664 h -0.2444 l -0.7332,-1.4664 m 33.9712,0.9776 0.7331,1.7108 -1.4663,-0.9776 0.7332,-0.7332 m -3.1772,2.9328 c 0.2983,-0.304 0.5475,-0.6555 0.8505,-0.9547 1.8306,-1.8141 2.3877,1.5574 0.9679,2.7282 -0.7038,0.5806 -1.6252,0.3809 -1.7694,-0.555 -0.061,-0.3936 -0.022,-0.8198 -0.049,-1.2185 m 27.128,2.9328 c 3.2236,1.5902 -1.3247,3.3261 0,0 m -48.635,15.8857 v 0.2444 l 0.4889,0.4888 h 0.2444 l 3.182,-3.1803 9.0377,-1.8711 8.0652,-4.5942 3.4215,0.3586 c -1.0973,-1.8135 -3.8565,-1.225 -5.3767,-0.3029 -2.4464,1.4828 -4.0106,3.217 -6.8431,4.1533 -2.7446,0.9072 -5.8582,0.1271 -8.554,1.3375 -1.4956,0.6712 -2.5343,2.231 -3.6659,3.3659 m 29.0832,-9.5315 v 0.2444 l 3.4216,2.1996 c -0.4131,-1.7278 -1.7401,-2.366 -3.4216,-2.444 m 7.8207,2.9328 1.9553,-2.444 c -1.1878,0.4048 -2.0799,1.124 -1.9553,2.444 m -67.4534,19.3073 c -1.6848,0.06 -2.5862,-2.0654 -3.6877,-3.1356 -1.6319,-1.5849 -3.6887,-2.3723 -5.3287,-3.8588 -1.1963,-1.0843 -1.5396,-2.6184 -2.9591,-3.5147 0.1766,0.866 1.0125,1.7604 0.8732,2.663 -0.1525,0.9874 -1.5272,1.438 -2.0431,2.2477 -1.1213,1.7602 -1.8533,3.8945 -2.574,5.8428 -1.3604,3.679 -0.8953,7.3165 -1.779,10.9979 -0.8588,3.5777 -3.0667,6.6495 -5.2305,9.5315 h -0.2445 l 3.1736,-10.9978 2.3776,-12.4643 0.4923,-6.11 3.2417,-3.2328 0.7351,-4.0991 c 2.5229,0.6607 4.5468,3.186 6.5987,4.7022 2.4303,1.7961 5.448,2.7053 7.7789,4.5324 2.5351,1.987 3.9077,4.9309 6.2216,7.0484 1.2218,1.1181 6.1291,3.1689 6.1291,4.952 0,1.1808 -4.6642,3.7021 -5.7099,3.3506 -0.9906,-0.3329 -1.6753,-1.4751 -2.3624,-2.2013 -1.807,-1.9099 -4.5853,-3.8639 -5.703,-6.2541 m 36.9039,-1.4664 c 3.0477,4.3493 7.0313,-4.219 9.9739,-3.3135 1.8696,0.5749 1.6839,4.135 2.7372,5.4772 1.4052,1.787 4.8317,1.5023 6.8407,1.5023 l -5.8192,-1.8476 -2.7347,-5.9731 c 2.5001,0.1604 5.5844,-2.2235 6.5986,-4.3991 h 0.4889 c 0.694,3.5726 2.5026,3.9646 5.1323,5.8655 h 0.2445 l 0.4887,-0.9776 c -2.4342,-0.8888 -5.4452,-2.4068 -5.0175,-5.6221 0.1442,-1.1061 1.2,-2.1275 1.5959,-3.1761 -1.762,-0.2633 -3.9934,4.3959 -5.3767,5.5663 -1.7963,1.5187 -3.7563,1.3088 -5.6211,2.2795 -3.5511,1.8474 -5.2668,4.7037 -9.5315,4.6183 m -17.1077,-5.1322 c 1.2347,-0.3613 3.7351,-2.1923 4.1547,-3.4216 -1.9134,0.4386 -3.5012,1.5526 -4.1547,3.4216 m -29.572,-0.2445 c 2.7106,2.1287 5.7047,3.3162 7.3319,6.5987 l -4.3774,0.4422 -4.9097,-5.3301 v -0.4888 l 1.9552,-1.222 m -2.1996,2.444 -1.4663,1.222 0.7331,-1.4664 0.7332,0.2444 m 0.9776,1.222 c -0.5384,1.5563 -1.8628,3.1866 -3.1772,4.1548 -0.2358,-1.7998 1.2367,-4.1556 3.1772,-4.1548 m 25.9061,0 -0.7332,6.5987 c -2.8326,-0.6853 -6.4343,-3.4084 -7.5764,-6.1099 2.6232,0.4854 5.7874,0.4309 8.3096,-0.4888 m -1.222,10.2646 c -0.01,0.8354 0.019,2.1955 1.2308,2.0234 2.0505,-0.2908 0.9338,-3.3558 3.4129,-2.9071 3.8405,0.6945 5.2678,3.5977 6.4902,6.9936 0.3987,1.1074 0.998,3.6193 -0.2419,4.4449 -0.6814,0.4538 -1.7089,-0.1916 -2.3382,-0.478 -1.5108,-0.688 -5.4014,-2.9516 -6.8431,-1.5228 4.7526,0.388 8.9398,3.3276 12.953,5.6213 1.6962,0.9687 3.9275,1.8985 4.888,3.6657 1.3832,-0.091 2.5759,0.968 3.6659,1.7452 2.4611,1.7548 4.8024,3.7026 7.332,5.3547 10.5407,6.8798 18.4275,18.4317 25.1387,28.8264 1.7351,2.6854 3.5314,5.5686 4.6923,8.5539 0.3348,0.8593 1.2025,2.005 1.0729,2.9545 -0.2346,1.7369 -2.141,3.5885 -3.2212,4.8662 -3.1307,3.7092 -6.518,7.2708 -10.3208,10.2964 -10.6337,8.4594 -21.6023,14.9933 -35.2029,17.26 -6.5028,1.0839 -13.041,1.4232 -18.8186,-2.1392 0.342,2.1921 2.8263,2.4135 4.6436,2.7644 4.7015,0.9079 8.4121,1.0372 13.1974,0.2383 17.533,-2.9278 33.1255,-12.4848 44.9275,-25.7315 3.1575,-3.5423 6.9237,-7.7552 8.1114,-12.4643 0.5181,-2.0522 0.7821,-5.3777 -2.2044,-5.3767 v 0.4888 c 3.3849,1.1863 0.9067,6.1336 0,8.3095 h -0.7332 l -4.6436,-9.2871 c 2.5075,-0.01 4.805,-1.0135 7.3319,-0.296 8.3438,2.3675 7.7915,10.2366 3.6562,16.1818 -6.694,9.6234 -15.7122,17.6261 -21.5068,27.8612 -1.2636,2.2357 -2.8204,4.1731 -3.7492,6.5987 -1.9134,5.0028 -1.3514,10.717 0.4791,15.6414 1.6766,4.5062 6.9067,6.2084 10.6118,8.4598 6.4421,3.9133 12.9481,8.4852 18.3298,13.7796 1.8304,1.8007 4.3868,3.6645 5.3644,6.1106 3.0231,7.5639 -4.8318,12.7015 -11.4744,11.4867 l 2.444,-7.8207 c 2.5539,1.7997 2.488,3.7554 2.6883,6.5987 2.4097,-2.072 0.4498,-4.7506 -1.1511,-6.5987 -3.771,-4.3512 -8.9205,-7.3002 -13.757,-10.3118 -13.8525,-8.6233 -30.7941,-13.5291 -47.1687,-11.9698 -5.5467,0.5283 -13.7786,1.1967 -17.3522,6.1514 1.8211,0.1755 3.8562,-2.1565 5.6212,-2.8194 4.0937,-1.5375 8.61,-2.2433 12.953,-2.5356 19.9794,-1.3444 41.4326,6.1735 56.3115,19.5679 1.5935,1.4366 0.7674,2.8049 0.2981,4.6057 -0.9629,3.6871 -2.6932,7.1579 -3.9421,10.7534 -1.5714,4.5274 -3.7979,10.816 -7.0068,14.4282 -1.8819,2.1177 -4.2281,3.2517 -6.5572,4.7286 -7.6594,4.8576 -16.5652,7.7269 -25.6617,7.7269 1.0118,-3.7103 -2.0603,-9.0867 -5.3791,-10.8308 -2.2558,-1.1843 -5.3205,-1.3683 -7.8183,-1.3891 0.1767,-1.3737 0.5624,-2.7807 0.1897,-4.1547 -3.1796,-11.7265 -16.5332,-4.526 -24.6294,-5.3767 -1.1944,-4.0593 -6.0874,-4.1093 -8.3583,-7.333 -5.0156,-7.1195 3.906,-13.9425 7.3,-18.8175 -1.9061,0.9893 -3.3717,3.126 -4.8792,4.6531 -3.7872,3.8362 -7.2103,10.4213 -2.6505,15.5059 1.9207,2.1417 5.0226,2.6388 6.81,4.7741 1.1355,1.3562 1.6335,3.4525 2.0913,5.1277 1.1147,4.0787 2.793,9.0214 1.3002,13.1974 -1.3745,3.8444 -5.5086,6.127 -8.1894,9.0427 -1.9296,2.0994 -2.7119,6.5645 -4.9432,8.0431 -4.1135,2.7299 -11.1105,2.747 -15.8533,3.5926 -7.903,1.4101 -17.1647,5.89 -25.1729,3.1845 -3.3798,-1.1413 -4.8874,-4.4749 -8.065,-5.8044 -2.4721,-1.0338 -5.4926,-0.6208 -7.8208,-2.0432 -1.1037,-0.6745 -3.6427,-2.4097 -3.7806,-3.7954 -0.1597,-1.6082 1.4838,-3.6758 1.8433,-5.2741 0.827,-3.6709 -1.8853,-7.3647 -5.3945,-8.1678 0.2913,-6.6832 7.3604,-6.8176 11.7307,-9.8457 6.4358,-4.4593 9.0036,-11.8914 6.1943,-19.2375 -0.711,-1.8594 -2.1622,-3.7166 -3.2622,-5.3767 -1.6675,-2.5168 -3.9739,-6.0928 -7.0866,-6.8431 0.5751,1.9178 3.4587,3.3025 4.7252,4.8881 4.2061,5.2649 7.4837,12.0129 5.0507,18.8184 -6.113,-3.2031 -9.5055,-9.1571 -12.5214,-15.1527 -4.5,-8.9463 -8.4063,-18.0953 -12.7155,-27.1279 -9.8557,-20.6606 -25.0378,-36.9815 -45.6385,-46.9876 -8.75802,-4.2542 -18.87275,-7.4538 -28.34973,-9.7029 -2.42026,-0.5744 -9.17685,0.3436 -9.38238,-2.698 -0.0901,-1.3332 0.15543,-2.8484 0.41645,-4.1547 2.27998,-11.409 16.4809,-7.6531 24.11853,-5.1321 1.72393,0.569 3.48646,1.13 5.13211,1.9016 11.91682,5.5867 24.62062,11.8679 34.70362,20.4177 5.4142,4.5908 10.0472,10.4832 14.3923,16.0507 4.1123,5.2693 7.8647,9.979 11.026,15.8859 0.6388,-2.6015 -1.1956,-4.6167 -2.7116,-6.6205 -3.4516,-4.5632 -7.0838,-8.9701 -10.682,-13.4201 -4.2929,-5.3088 -9.0995,-10.5401 -14.4674,-14.7816 -6.6845,-5.2816 -14.5088,-9.117 -21.9963,-13.1205 -10.31394,-5.515 -20.88881,-9.9718 -32.7489,-9.735 1.9982,-4.7472 7.36246,-8.5883 10.68015,-12.4643 5.64605,-6.5962 12.441,-12.46717 19.38045,-17.61827 9.5051,-7.0553 19.2791,-13.7222 30.3055,-18.2145 5.4657,-2.2266 10.91918,-4.23511 16.75528,-5.26181 1.5373,-0.2706 4.43052,-0.87462 5.93212,-0.35432 1.5685,0.5435 2.9716,3.0449 3.9555,4.3007 2.9376,3.7492 5.7086,7.5052 8.3251,11.4866 6.6701,10.1501 12.7445,20.5892 16.9736,32.016 1.6507,4.4597 3.9111,10.8155 2.9218,15.6413 -0.6934,3.3835 -2.8844,5.5632 -4.7621,8.3096 2.0121,-0.5649 3.4797,-2.8458 4.3444,-4.6436 2.3773,-4.942 1.1364,-11.0221 -0.4277,-16.1301 -5.0771,-16.5814 -15.4906,-32.0094 -25.821,-45.7022 -2.569,-3.4052 -5.342,-6.8282 -8.6452,-9.5501 -1.421,-1.1709 -3.2032,-2.5402 -5.1324,-2.181 v 0.2444 c 2.4945,0.722 6.19006,2.74231 7.46246,5.12401 -3.25987,0.1835 -6.88814,0.79665 -10.05098,1.75627 -1.08662,-5.9528 3.25572,-10.43968 7.96532,-10.73488 1.4211,-0.09 3.1651,0.9727 4.3991,1.611 3.9892,2.0644 7.398,6.358 10.2734,9.7065 4.5947,5.3511 9.3672,10.3499 14.4105,15.2697 6.1854,6.0336 13.0982,11.6403 22.2402,10.3516 2.7502,-0.3875 5.3975,-2.221 7.8208,-3.4526 9.6423,-4.9013 16.6871,-13.4858 25.6616,-19.3862 2.7057,-1.779 5.3021,-4.4097 8.5539,-5.1131 m -23.2177,-8.5539 v 0.2445 l -3.666,3.9103 c -0.7164,-1.753 1.78,-4.9168 3.666,-4.1548 m -2.1996,6.3544 h -0.4888 c -0.418,-1.8247 0.5633,-2.76 1.7695,-4.0282 0.3357,-0.3531 0.9964,-1.241 1.5866,-0.9949 1.1179,0.4661 -0.9268,2.4305 -1.2595,2.8235 -0.5994,0.7085 -1.1447,1.395 -1.6078,2.1996 m 9.0427,-4.3992 c -1.8022,2.8844 -4.9488,8.004 -8.7983,7.0875 v -0.2444 c 2.5439,0.01 5.7174,-4.8393 7.0875,-6.8431 h 1.7108 m -4.6435,0.2445 c 1.561,1.5244 -1.3506,5.2412 -3.1638,5.744 -1.7482,0.4846 -0.185,-2.1661 0.1381,-2.5669 0.3402,-0.4226 0.7049,-0.8217 1.0705,-1.222 0.632,-0.6919 1.2114,-1.3864 1.9552,-1.9551 m 6.5986,0.2444 -4.8878,7.5762 5.6211,-6.8431 c 1.7996,1.2059 -2.4589,6.326 -3.9529,6.9402 -1.2142,0.4991 -2.8759,-0.1819 -4.1122,-0.3414 1.0162,-1.9613 4.9494,-7.5316 7.3318,-7.3319 m -25.743,0.4073 -0.081,0.1628 0.081,-0.1628 m 11.8124,-0.163 -0.2444,1.4664 c 1.7027,0.078 2.7798,3.3951 2.9328,4.8879 l -4.1548,-0.2444 c -0.3761,-2.1203 0.327,-4.1095 0.9776,-6.1099 h 0.4888 m 43.9915,1.9552 c 1.349,2.4205 3.2627,6.334 5.8654,7.5731 2.0164,0.9603 4.6924,0.3678 6.7405,0.5008 0.9947,0.065 2.0334,0.7584 3.0354,0.9688 -1.0924,-2.7248 -6.6794,-1.3804 -9.0427,-2.1346 -1.7817,-0.568 -2.8545,-2.7367 -3.7367,-4.2198 -0.6648,-1.1205 -1.354,-2.9557 -2.8619,-2.6883 m -27.1281,0.2444 c 0.1437,2.5261 -2.8429,6.3343 -5.3767,5.8655 0.7352,-1.8985 3.3944,-5.2841 5.3767,-5.8655 m -26.3948,18.5741 c 1.7425,-0.3519 2.8142,-1.9202 3.7696,-3.3187 2.3395,-3.4256 3.5478,-6.5627 4.051,-10.6118 6.8295,0.015 13.488,1.9142 20.0406,3.6659 -2.0066,3.7231 -7.8075,6.597 -10.9942,9.3594 -6.576,5.7003 -14.5257,12.7622 -23.7102,13.3475 -4.8852,0.3113 -8.6339,-1.7555 -12.4642,-4.4852 -6.2211,-4.4333 -11.5097,-10.0173 -16.4784,-15.7777 -2.2328,-2.5887 -4.8691,-4.9469 -6.7392,-7.8207 7.336,-0.579 14.6445,-0.6653 21.9957,-0.9872 4.5289,-0.1984 9.1681,-0.5374 13.6861,0.1938 2.5201,0.4079 5.0544,0.5878 7.5764,0.9716 0.9094,0.1382 2.3792,0.247 2.9249,1.1175 0.7119,1.1355 -0.2392,3.4683 -0.6914,4.5698 -1.1689,2.8481 -2.8259,6.7028 -2.9667,9.7758 m 28.1056,-16.6189 -2.1996,4.1547 c 0.8623,-0.6594 1.8682,-2.5469 2.9587,-2.7077 1.7616,-0.2595 -0.953,3.4841 -1.2479,3.9297 l -3.9103,-0.9775 c 0.7003,-1.6652 2.3637,-4.5698 4.3991,-4.3992 m 50.1012,1.9551 c -0.1734,1.3411 -0.8308,2.5237 -0.8845,3.9104 -0.044,1.11 0.5204,2.1152 0.7599,3.1771 0.6403,2.8658 0.4522,6.6518 3.5683,8.2034 2.0847,1.0387 5.4061,0.2286 7.5543,-0.2419 3.3483,-0.7331 6.3249,-0.847 9.5314,-2.0705 0.9067,-0.3461 2.2705,-0.7183 2.923,0.3214 0.4619,0.7392 -0.1369,1.7794 -0.1051,2.5859 0.066,1.6409 0.5206,3.2331 0.3128,4.888 -0.215,1.7435 -1.1217,3.3978 -1.4687,5.1321 -0.8702,4.3488 -0.655,8.8195 -1.0095,13.1977 -0.3788,4.7096 -1.3002,9.1591 -1.3857,13.9305 h -0.2444 c -1.0093,-3.0999 -2.9401,-6.2372 -3.155,-9.5314 -0.286,-4.3831 1.6031,-9.2549 1.911,-13.6862 0.22,-3.1579 -0.7356,-7.3435 0.5377,-10.2647 0.6892,-1.5795 2.3731,-1.8303 3.1503,-3.1772 -0.9996,0.3212 -2.2802,0.6535 -3.0526,1.4063 -0.501,0.4895 -0.5157,1.5844 -1.2072,1.8422 -0.6501,0.2428 -1.6814,-0.2605 -2.3388,-0.3748 -1.4933,-0.2594 -3.1332,-0.2946 -4.6436,-0.1435 -4.0546,0.4051 -11.6676,4.1364 -14.6174,-0.8554 -0.8432,-1.4251 0.018,-3.8756 -0.4596,-5.5407 -0.5009,-1.7426 -1.0508,-2.7683 -1.0092,-4.6435 0.037,-1.617 -1.4811,-2.6359 -1.2659,-4.1548 l 0.7331,0.2444 c 0.853,-2.9416 2.6834,-4.7367 5.8654,-4.1548 m -47.4129,0.9777 c 0.6683,1.7029 -0.7375,2.8677 -2.444,2.6883 0.3559,-1.2675 1.265,-2.1384 2.444,-2.6883 m -26.6392,71.1194 c -1.1379,-3.8327 -3.6886,-6.9622 -3.9688,-11.2423 -1.3241,-20.2292 14.6054,-36.8899 29.6304,-47.9973 3.6528,-2.7003 7.8621,-4.601 11.9755,-6.4606 1.6301,-0.7369 4.0203,-1.1634 5.3767,-2.2421 -1.9637,-0.908 -3.8747,0.2798 -5.6211,1.1778 -3.4804,1.7896 -6.9646,3.245 -10.2646,5.4018 -13.3654,8.735 -27.3575,22.7154 -30.8454,38.8781 -1.2715,5.893 -0.9291,10.7718 0.054,16.619 0.3244,1.9271 1.466,5.6136 3.6626,5.8656 m 66.7203,-66.7203 c 1.3026,1.4099 1.5202,3.0513 0.9776,4.8879 l -7.0876,-0.7332 v -0.2444 l 6.11,-3.9103 m 15.397,2.6884 -4.6436,6.3542 -1.2219,-0.9775 c 1.3245,-1.8978 3.5095,-4.9012 5.8655,-5.3767 m -2.6885,0.4887 -3.6659,4.1548 c -0.237,-1.8068 1.701,-4.5246 3.6659,-4.1548 m 3.666,0.4888 c 0.2347,1.7049 -3.3604,6.2392 -5.1323,5.6211 v -0.4887 l 5.1323,-5.1324 m -23.9509,0.7333 -0.2444,0.2443 0.2444,-0.2443 m -0.7331,0.4887 -2.444,2.444 2.444,-2.444 m 1.7108,0 0.2444,0.2444 -5.6212,6.3543 7.3319,-6.3543 0.2444,0.2444 c -1.1535,2.0531 -3.0256,3.7608 -4.6459,5.4554 -0.5842,0.6097 -1.2245,1.5588 -2.1972,1.31 -1.53,-0.3913 -1.2318,-1.635 -0.5133,-2.6107 1.3222,-1.7926 3.2725,-3.4658 5.1569,-4.6435 m 6.8431,0.2444 c -2.1434,3.6684 -5.7434,7.5113 -9.776,8.3095 -0.3372,-2.3391 4.9149,-7.2559 7.0876,-7.8207 l -5.8655,7.0875 c 2.6834,-1.8899 5.0957,-7.3855 8.5539,-7.5763 m 1.222,0.4888 c 0.4326,2.668 -4.5116,7.6549 -7.0876,7.8207 0.6721,-2.4692 4.7927,-6.7493 7.0876,-7.8207 m 0.7332,1.7108 v 3.4215 l -4.3992,1.7108 4.3992,-5.1323 m 12.4641,0.9776 0.4889,1.2219 h -1.7108 l 1.2219,-1.2219 m -12.4641,3.4216 c 0.787,4.3565 6.2369,4.509 9.7758,4.1547 l -0.2444,0.9775 c 0.589,0.5375 0.3201,1.0407 0,1.7108 0.9898,0.7134 0.6183,1.7015 0.7405,2.792 0.2957,2.6642 -0.6354,6.6041 -1.9625,8.9391 l -6.8431,-6.8302 -11.9754,-9.0556 4.6435,-0.5597 5.8656,-2.1286 m 22.7288,3.4214 -0.3519,13.4429 -1.7938,9.2861 3.1232,10.0202 c -3.3383,-4e-4 -3.7538,-2.1756 -5.4841,-4.6435 -2.7275,-3.8913 -5.7946,-7.4889 -8.6908,-11.2422 2.5833,-4.1372 5.4696,-12.4262 4.3991,-17.3522 3.0502,-0.3854 5.8143,-0.1933 8.7983,0.4887 m -10.7534,0.2445 -1.222,1.2219 -0.2445,-0.9775 1.4665,-0.2444 m 1.222,0 c 0.3299,1.4488 -1.1292,3.2434 -2.1996,4.1547 0.01,-1.8794 0.7919,-2.9369 2.1996,-4.1547 m -0.2444,3.1771 c -0.044,1.3604 -0.7699,2.7191 -1.9552,3.4216 0.019,-1.6187 0.6404,-2.4919 1.9552,-3.4216 m -0.7332,3.9103 -1.222,1.4664 0.7332,-1.4664 h 0.4888 m -1.0583,1.8739 -0.083,0.1627 0.083,-0.1627 m 0.08,1.5477 -0.9776,2.444 h -0.2444 l 1.222,-2.444 m -95.5591,7.7073 c -4.6421,1.0434 -3.0569,9.0928 1.9551,7.9676 4.8987,-1.0996 2.6229,-8.9962 -1.9551,-7.9676 m 0.2453,0.8083 c 3.547,-0.4534 5.3748,5.6939 1.4652,6.3376 -3.9931,0.6575 -4.9686,-5.8899 -1.4652,-6.3376 m -130.26444,33.5206 c 2.23745,3.1318 5.46764,5.5022 8.30948,8.0459 1.17873,1.0552 2.76388,1.9182 3.42082,3.4408 0.44749,1.037 -0.15299,2.1541 -0.36219,3.1771 -0.39323,1.9212 -0.70679,4.1443 -0.80797,6.11 -0.1442,2.8032 0.5929,5.7932 0.99957,8.5538 0.19284,1.309 0.76815,2.8297 0.37296,4.1548 -0.92089,3.0874 -5.44614,5.5652 -7.77793,7.5161 -3.5831,2.9978 -5.99847,6.7022 -8.55388,10.5693 h -0.48824 c -3.18056,-5.40274 -3.47118,-9.82 -3.67549,-16.3746 -0.3617,-8.4948 2.16854,-16.1684 4.71539,-24.1953 1.15967,-3.6557 1.90214,-7.4456 3.35924,-10.9979 h 0.48879 m 76.98509,47.6574 c -5.5774,1.6406 -11.0509,4.0556 -16.8633,4.9552 -1.4897,0.2304 -4.3706,1.2253 -5.7869,0.5185 -0.9574,-0.478 -0.111,-1.6965 0.229,-2.2965 1.0634,-1.8763 2.0478,-4.2995 3.6829,-5.7605 1.0363,-0.926 2.7814,-0.904 4.0744,-1.2366 2.7388,-0.7041 8.3272,-2.4066 9.7759,-4.9783 l -6.5987,3.3452 -7.0232,1.6189 -1.7628,2.3678 -3.9226,6.5986 c -2.8333,0.1295 -5.7453,1.1719 -8.554,1.6409 -7.7811,1.2999 -15.55729,2.9013 -23.21768,4.8051 -3.92721,0.9761 -10.58995,3.7324 -14.59414,2.062 -3.11875,-1.3014 -5.76165,-3.8857 -8.06509,-6.2874 -0.67552,-0.7046 -2.08373,-1.6147 -2.00454,-2.7093 0.10607,-1.4669 1.68731,-2.9874 2.45765,-4.1548 2.13089,-3.2295 4.51449,-5.7441 7.54232,-8.1628 2.01505,-1.6097 5.0683,-3.4551 6.37656,-5.7299 0.49857,-0.8666 7.3e-4,-2.0627 -0.16301,-2.9707 -0.37881,-2.1006 -0.74126,-4.2371 -1.01156,-6.3543 -0.80113,-6.2778 0.56505,-13.0203 3.03907,-18.8185 0.61001,-1.4297 1.38084,-4.4525 2.68323,-5.3665 1.0145,-0.7117 3.45993,0.6696 4.4727,1.037 4.28862,1.5551 8.55699,3.2253 12.70839,5.1191 14.023,6.3973 26.2596,15.2714 35.169,28.0491 2.8263,4.0532 5.8714,7.8904 7.3564,12.7087 m 167.9005,-45.7022 c 2.1715,9.3551 3.2703,7.8346 2.9328,8.7983 h 0.2444 c 2.4073,7.5765 2.9621,15.1478 3.7075,22.9733 0.9946,10.448 2.2997,22.6536 -1.5079,32.7492 -4.1328,-1.8933 -7.5178,-5.881 -11.2521,-8.4669 -4.8659,-3.3702 -11.1176,-5.2856 -14.7689,-10.1073 -1.7279,-2.2834 -2.2484,-5.7863 -2.3388,-8.5539 -0.3031,-9.5334 6.0365,-17.5059 11.9192,-24.4399 1.5935,-1.8801 2.8716,-3.9927 4.465,-5.8653 2.0115,-2.3633 4.3919,-4.491 6.11,-7.0875 h 0.4888 m -227.77782,18.8186 c 0.17841,2.6309 1.4241,5.9801 4.64353,6.0383 1.35348,0.024 2.56666,-1.1953 3.66589,-1.8484 2.38985,-1.4195 5.0972,-2.9543 7.8205,-3.6182 7.133,-1.7387 13.8058,2.431 20.0409,5.0494 0.089,-2.3933 -3.229,-5.1431 -4.7125,-6.8429 -2.1047,-2.4119 -5.1921,-5.8014 -8.4852,-6.5019 -2.2771,-0.4842 -5.6576,0.5709 -7.8208,1.2452 -5.55109,1.7311 -10.24239,3.3761 -15.15232,6.4785 m 33.97122,3.4216 c -5.933,-2.0203 -11.9318,-5.2879 -18.3301,-3.4837 -2.8587,0.806 -5.7432,2.3178 -8.30898,3.7945 -1.55656,0.8955 -2.99312,2.0217 -4.634,0.611 -3.32379,-2.8582 -0.8896,-5.352 2.1898,-6.8142 4.62831,-2.1977 13.40588,-5.7705 18.57388,-4.2137 2.93,0.8825 5.5117,3.7241 7.4359,5.9513 1.111,1.2863 2.5182,2.5182 3.0735,4.1548 m -27.86131,7.5763 h 2.19951 c -1.05671,1.7442 -3.11892,6.3997 -2.19951,8.3094 l 1.22199,-0.2444 c -0.002,2.7688 0.0281,4.8662 1.46632,7.3319 h -1.46632 c -0.19478,1.9946 1.55139,4.2437 3.42141,4.888 l 0.24439,-0.2444 -2.4439,-3.666 c 3.84886,0.3752 7.98812,-1.3254 11.48652,-2.7375 1.3664,-0.5514 3.3414,-1.1834 3.9104,-2.6392 -3.9124,-1.2514 -7.351,-3.3524 -11.48673,-3.8405 -1.16471,-0.1376 -4.1215,0.4309 -4.87743,-0.6733 -0.87054,-1.2716 0.6982,-5.571 1.99684,-6.1913 0.76739,-0.3666 2.0858,-0.01 2.88059,0.1491 2.93223,0.5838 6.42693,2.2756 8.61403,4.3283 1.4813,1.39 2.5185,3.2422 4.0947,4.5169 0.1995,-1.7423 -1.5967,-3.2055 -2.7016,-4.3989 -2.8045,-3.0295 -7.2349,-4.8131 -11.22911,-5.4833 -1.64882,-0.2766 -3.83899,-0.7256 -5.1321,0.5952 m 178.16521,5.6211 c -0.052,1.2317 -0.6427,2.2075 -0.034,3.4252 1.4004,2.8056 5.5869,3.4125 7.2586,0.4631 1.6399,-2.8988 -0.4497,-5.5586 -3.5585,-5.5534 -1.415,0 -2.5245,0.9614 -3.6659,1.6651 m 3.1771,-0.6369 c 3.5243,-0.6342 5.0225,4.7173 1.4665,5.4566 -3.9153,0.8139 -5.5699,-4.7181 -1.4665,-5.4566 m -176.69901,3.1622 0.0813,0.081 c -0.12045,0.04 -0.27028,-0.081 -0.0813,-0.081 m 11.48661,3.3402 c -2.4296,2.2726 -7.0531,3.2597 -10.26472,3.6659 0.0674,-1.0084 2.22502,-4.5277 0.48879,-4.6436 l 0.24443,-1.9551 -1.22193,0.7332 c 1.95363,-3.1679 8.49053,0.8789 10.75343,2.1996 m -15.64117,-2.9328 0.48879,0.4888 -0.48879,-0.4888 m 4.15456,3.9104 -0.9775,2.1996 0.9775,-2.1996 m 40.59311,0.2522 c -2.2106,1.1775 -0.3957,4.0098 1.6734,2.8811 2.0056,-1.0939 0.1872,-3.8724 -1.6734,-2.8811 m -39.61561,0.2366 c -0.23628,0.9773 -0.17375,1.8517 -1.22191,2.1995 l 1.22191,-2.1995 m 39.94311,0.3966 c 1.0641,-0.4854 2.1209,1.1149 1.0099,1.6985 -1.052,0.5529 -2.1256,-1.1899 -1.0099,-1.6985 m -44.01624,1.4771 0.0813,0.1628 -0.0813,-0.1628 m 35.13494,0.3363 c -1.8849,0.97 -0.7056,3.5587 1.1845,2.6244 1.7579,-0.8689 0.5716,-3.5281 -1.1845,-2.6244 m 0.7092,0.5289 c 0.8595,0 0.6262,1.5881 -0.1921,1.4351 -0.7051,-0.132 -0.4941,-1.4351 0.1921,-1.4351 m 16.8642,0.6826 c -0.3802,4.6481 -3.0553,9.7172 -4.8734,13.9306 -7.6025,17.6176 -21.1789,31.7645 -34.7191,44.9727 -3.8249,3.7309 -7.7411,7.2634 -11.72722,10.8182 -2.00128,1.7841 -3.89975,4.0839 -6.3579,5.2496 -4.74349,2.2534 -11.47613,0.2713 -16.13018,-1.1633 l 0.2444,-4.888 2.19957,-1.4663 c -0.63544,0.242 -1.44121,0.8065 -2.14581,0.5621 -1.01718,-0.3495 -1.32194,-2.1319 -1.90116,-2.9362 -2.06735,-2.8718 -4.5729,-3.6461 -1.9344,-7.1574 0.44114,-0.5868 0.88325,-1.3791 1.592,-1.6782 0.95021,-0.4014 2.31493,0.5313 3.16738,0.9111 2.61407,1.165 5.33863,2.26122 8.25966,2.51642 -0.78769,-1.5011 -3.15372,-0.85282 -4.59371,-1.57092 -3.36509,-1.6783 -7.30844,-2.9714 -10.33089,-5.2369 -1.01425,-0.7605 -2.46156,-1.681 -2.72649,-3.0102 -0.29425,-1.4781 0.86541,-3.042 1.32634,-4.3955 l 3.67206,3.5403 6.837,5.0136 -4.57388,-3.7882 -5.20199,-5.4989 c 0.41694,-1.4585 1.34247,-2.8514 1.40211,-4.3991 0.14932,-3.8808 -4.09145,-5.9081 -7.02323,-7.3319 v -0.2444 c 1.79998,-0.5309 5.68002,-0.7547 7.3319,0.1928 1.44536,0.8292 2.52804,3.706 4.15474,3.2287 -2.55419,-3.5877 -4.58537,-7.076 -9.77587,-6.4963 -1.65627,0.185 -2.28926,1.7435 -3.68794,2.2624 -1.29555,0.4805 -4.68118,-0.6929 -5.81787,-1.3843 -2.70449,-1.6447 -3.95311,-6.5642 -2.62261,-9.29 1.51281,-3.0995 4.3004,-4.8078 6.64807,-7.1581 2.74165,-2.7454 5.06855,-5.9037 7.43553,-8.9721 h 0.24439 c 2.56177,2.9103 6.65933,7.4996 10.50906,8.5517 4.72101,1.2902 10.58409,-1.2031 15.1526,-2.1937 10.43744,-2.2634 20.93544,-4.9317 31.52724,-6.358 0.9129,1.4029 4.6544,0.2782 6.11,0 6.0534,-1.1567 12.735,-2.4745 18.3296,-5.1323 m 0.9777,1.7108 c 1.3097,3.5295 3.7024,6.8013 5.2636,10.2646 3.8797,8.6063 7.5371,17.6445 12.5565,25.6617 1.7291,2.7619 3.9674,6.0265 6.4201,8.187 0.8146,0.7173 3.174,1.8748 3.2026,3.0658 0.049,2.0414 -3.4269,4.7579 -4.9583,5.7035 -4.9975,3.086 -12.0698,3.6773 -12.2198,10.9049 -13.1969,-0.01 -25.615,2.6908 -38.3704,6.0513 -6.8578,1.8036 -13.5672,3.3336 -20.5296,4.6533 -3.73131,0.7087 -8.16382,1.8623 -11.97519,1.5152 -0.8967,1.0412 -3.11142,0.9165 -4.3989,0.9997 -4.12151,0.259 -8.62305,0.7356 -12.70887,-0.022 0.24367,-1.0534 0.61148,-3.1283 1.74304,-3.5854 0.9595,-0.3861 2.89267,0.4913 3.87808,0.7039 2.67175,0.5768 5.5703,1.024 8.30949,0.9165 1.51868,-0.058 5.79881,-1.6594 6.35431,0.01 1.8034,-0.4496 4.20915,-1.62199 4.98408,-3.28389 l -4.73968,2.30639 c 2.1656,-3.248 5.62297,-5.6016 8.48394,-8.1898 4.6254,-4.1877 9.3392,-8.4191 13.7525,-12.832 15.0171,-15.016 28.4921,-32.4349 34.4636,-53.0305 h 0.4889 m 0.56943,6.92393 c -1.8697,3.9509 -3.1919,8.0978 -5.2518,11.9754 -1.2224,2.3015 -3.5183,4.6846 -3.7908,7.3319 h 0.2445 c 2.6389,-4.6306 5.4082,-8.9594 7.4303,-13.9305 0.6081,-1.4951 2.1436,-3.7954 1.3678,-5.3768 m -79.26528,10.91707 c 0.46509,1.363 1.13327,2.5467 2.24137,3.4998 3.25829,2.8035 12.0468,5.2909 7.15373,11.0941 -1.5287,1.813 -4.9114,1.8061 -5.97354,3.4915 4.21779,-0.088 10.80331,-4.5749 7.81849,-9.5305 -1.55412,-2.5801 -5.2103,-3.6853 -7.57043,-5.3865 -1.23885,-0.893 -2.17831,-2.9121 -3.66962,-3.1684 m 69.73388,8.63463 -1.2219,2.444 c 0.7558,-0.6269 1.494,-1.4195 1.2219,-2.444 m -2.6883,4.3992 -2.9329,4.3991 c 1.2907,-0.5641 3.2173,-2.9408 2.9329,-4.3991 m -6.1099,8.7983 -9.2872,9.2871 -3.666,4.1547 c 3.8488,-1.5468 7.149,-6.4017 10.0202,-9.2871 1.0297,-1.0347 2.8543,-2.6146 2.933,-4.1547 m 48.06537,12.38347 0.2444,0.9775 19.063,-3.0364 22.24,-4.051 c -1.0035,-0.9109 -2.2104,-0.4258 -3.4216,-0.1283 -2.3322,0.5726 -4.728,0.847 -7.0874,1.3021 -10.3001,1.9869 -20.7596,2.9699 -31.0384,4.9361 m 60.1216,8.5539 -2.9328,-11.7311 c 4.0037,-0.316 7.9911,-0.8637 11.9755,-1.2638 3.0704,-0.3081 5.5062,-0.9421 8.065,1.3088 5.5283,4.8625 1.9655,11.5558 -1.1242,16.8182 -1.2663,2.1558 -3.4648,5.4551 -6.2076,5.8021 -4.2098,0.5304 -9.2637,-4.1865 -8.0388,-8.4912 0.8721,-3.0648 3.8734,-5.6588 5.5823,-8.3086 0.4563,-0.7072 3.5689,-5.0712 1.9645,-5.7157 -0.6797,-0.273 -1.2919,2.9555 -1.6135,3.5161 -1.5845,2.7613 -4.1663,8.0527 -7.6704,8.0652 m -138.73699,8.63463 c 1.97502,-0.3984 3.49632,-2.4441 4.92952,-3.7731 3.5486,-3.292 8.9424,-6.5373 11.201,-10.8907 -2.0489,0.5735 -3.4091,2.7284 -4.8882,4.1452 -3.3593,3.217 -9.0383,6.3894 -11.24232,10.5186 m -54.82533,4.31837 2.52437,-3.6122 2.36357,0.1906 c 0.37367,2.422 3.25536,3.1845 5.13233,4.2574 5.98919,3.424 14.20091,4.1157 21.02178,3.8297 11.63401,-0.4863 23.59747,-2.1165 34.94487,-4.8855 10.0037,-2.4415 20.2666,-6.5034 30.5499,-7.3783 5.1866,-0.4427 9.8966,-1.6839 15.1562,-1.2389 2.5386,0.2149 4.8262,-0.1412 6.2546,2.4877 0.97,1.7842 1.2149,7.2171 -1.193,8.246 -0.7279,0.3104 -1.7128,-0.4448 -2.3768,-0.6868 -2.0325,-0.7478 -3.9214,-1.4516 -6.11,-1.4541 -6.6261,-0.01 -13.1141,2.1335 -19.5517,3.4215 -14.4201,2.8839 -28.8011,6.347 -43.50273,7.3539 -5.18219,0.3544 -10.42157,1.2269 -15.64139,0.6697 -6.56816,-0.7038 -12.61405,-2.3756 -18.57415,-5.2815 -2.09619,-1.0215 -4.14863,-2.2386 -6.10991,-3.4973 -0.65572,-0.4204 -1.57025,-1.4395 -2.40316,-1.4052 -1.50426,0.064 1.42337,2.3511 1.66997,2.6493 -2.93912,0.7086 -6.45379,0.6476 -8.51127,-1.8746 -1.21844,-1.4909 -1.728,-3.4631 -3.00536,-4.8978 -2.09772,-2.3559 -4.90111,-3.7563 -3.78457,-7.4063 1.6905,-5.5261 7.11073,-9.1337 12.85723,-8.5845 1.42361,0.1359 3.26074,0.3451 4.36297,1.3525 1.6575,1.5153 0.17792,4.3303 1.221,6.1881 1.6663,2.9682 5.6226,4.628 3.84632,8.6238 -2.82669,6.3592 -7.29133,-5.7631 -10.24145,-0.7112 -0.26248,0.4497 -0.49172,0.9556 -0.66964,1.4444 -0.26713,0.7332 -0.26419,1.4322 -0.22998,2.1996 m 262.97092,-19.3074 c 2.9377,3.7158 1.591,7.8525 0.1319,11.9755 -2.8789,8.1311 -12.3175,12.4813 -19.9279,15.3188 -2.3341,0.87 -5.543,2.3217 -8.0652,2.285 -1.2146,-0.017 -2.202,-1.2488 -3.1772,-1.8476 -1.8476,-1.1389 -4.0375,-2.0969 -6.1099,-2.7324 -1.2856,-0.3959 -2.6468,-1.3148 -3.4215,0.1736 3.7368,1.0191 11.7774,3.1307 12.1367,7.9014 0.1882,2.483 -1.8476,4.2549 -2.1164,6.518 -2.3438,2.0774 -4.5825,3.5315 -7.332,5.1006 -1.9185,1.0948 -3.8101,2.026 -5.8654,2.8521 -1.508,0.606 -3.5306,1.5959 -5.2023,1.1633 -3.9835,-1.0289 -4.1255,-6.474 -2.4413,-9.3604 2.3738,-4.0692 7.6802,-4.8781 11.5539,-6.8871 1.2292,-0.6379 4.9588,-2.3926 4.1449,-4.2916 -0.347,-0.8139 -2.202,2.0041 -2.9231,2.4562 -3.0035,1.8867 -6.8014,2.8716 -10.0201,0.9018 3.4387,-1.3002 5.103,-3.8321 7.4028,-6.5987 2.219,-2.6713 4.7559,-5.3303 5.5502,-8.7983 11.2031,0 24.0878,-4.8527 32.5049,-12.2648 1.322,-1.1636 2.043,-2.6099 3.177,-3.8654 m -56.2111,16.8634 c 0.9401,-1.3759 2.2581,-2.4929 3.125,-3.9104 1.537,-2.5146 2.4021,-5.6362 4.051,-8.0289 0.8075,-1.1714 2.3921,-0.7168 3.5774,-0.5432 3.7857,0.5545 5.9681,1.8529 7.9868,5.1956 3.5413,5.862 -1.6986,10.9479 -4.9514,15.3545 -2.4049,3.2602 -6.3727,7.1167 -10.8345,4.7168 -2.2532,-1.2122 -3.8124,-5.0956 -2.4105,-7.3857 2.4193,-3.9543 7.3376,-6.3177 10.1998,-10.0447 1.1535,-1.503 2.4439,-3.4396 1.8989,-5.4259 -0.1832,-0.6612 -0.7576,-1.7273 -1.5837,-1.6598 -0.5987,0.049 -0.3372,0.6869 -0.2052,1.0207 0.76,1.9071 0.7331,3.3535 -0.4522,5.0899 -1.1999,1.7572 -3.6686,5.0199 -5.758,5.6431 -1.4261,0.4253 -3.1728,-0.091 -4.6434,-0.022 m -213.60292,-2.444 c 1.64111,-0.5156 2.37998,-3.3404 3.53519,-4.618 2.01823,-2.2326 4.0235,-2.4227 6.72947,-2.9582 v -0.7332 c -4.50839,-1.0705 -9.96785,3.8424 -10.26466,8.3094 m 201.87172,-7.5762 c -0.5966,1.4351 -1.2868,2.7892 -1.0011,4.3991 0.7985,4.4993 6.6479,8.4512 11.0214,6.5987 l 0.2444,0.7332 4.3991,-0.2444 v 0.2444 c -7.2025,1.4786 -13.9035,0.9092 -20.2849,-2.9327 v -0.4888 c 1.5432,-1.178 2.6746,-2.6248 3.4714,-4.3992 0.7296,-1.6242 0.4436,-2.9667 2.1497,-3.9103 m -126.1088,15.3969 c 7.4575,0 15.6418,-2.3954 22.8938,-4.199 7.976,-1.9821 15.536,-3.5532 23.7861,-1.6665 l 0.2445,-0.2444 v -0.4887 c -5.2343,-2.1386 -11.2639,-1.6525 -16.4544,-0.3914 -5.9684,1.4492 -11.9708,2.8618 -18.0854,3.6024 -2.8551,0.347 -5.6203,1.8308 -8.4742,2.1535 -1.347,0.1515 -2.9362,0.2272 -3.9104,1.2341 m 138.8175,-2.4439 c -0.6422,1.4052 -1.9114,2.5491 -2.1258,4.1547 -0.7972,5.978 6.6923,8.1971 10.924,9.7759 -2.1748,1.3296 -6.0517,1.4664 -8.5539,1.4664 -6.8352,0 -13.2082,-1.2636 -19.5516,-3.8004 -2.0865,-0.8358 -6.052,-1.8061 -7.4888,-3.578 -0.8205,-1.0117 0.077,-2.3633 0.5029,-3.375 1.0072,-2.3976 2.7394,-4.2771 4.5323,-6.1076 0.6338,-0.6452 1.4528,-1.8354 2.413,-1.9894 0.7109,-0.1148 1.65,0.6794 2.2404,1.007 1.4692,0.8187 3.032,1.332 4.6432,1.8134 4.0923,1.2245 8.2942,0.9727 12.4643,0.633 m -204.56016,-2.1996 c -0.34656,1.4933 1.45733,2.4025 2.51362,3.2456 2.97381,2.3706 7.01688,3.9959 10.6838,4.9026 2.76681,0.6843 5.4608,1.6766 8.30949,2.0456 10.05252,1.3075 21.25371,-0.4326 31.03805,-2.6786 2.8091,-0.6452 5.7251,-0.9898 8.554,-1.5666 1.0856,-0.2224 2.523,-0.1392 2.9329,-1.3051 -5.6462,0.1442 -11.5785,1.9747 -17.10771,3.0795 -6.49458,1.2977 -12.97207,1.4981 -19.55172,1.4101 -1.96031,-0.027 -3.90033,0.33 -5.86552,0.049 -4.96125,-0.7112 -10.49073,-2.2705 -14.9082,-4.6656 -2.32421,-1.2586 -4.21365,-3.4459 -6.59871,-4.5164 m 131.97436,10.5091 13.9306,-2.1996 13.6862,-3.2725 15.8858,-3.0818 v -0.4888 c -3.2317,-0.7601 -7.5849,1.0631 -10.7534,1.789 -7.4551,1.7083 -15.1433,3.7148 -22.729,4.6362 -2.5327,0.3054 -5.0605,0.787 -7.5762,1.2121 -1.0918,0.1858 -2.3819,0.078 -2.444,1.4054 m -10.2648,0.4888 v 0.4887 c -4.9577,0.3911 -9.7792,1.8844 -14.6601,2.7299 -11.051,1.9162 -22.3855,4.2819 -32.9971,7.9503 -4.9352,1.7035 -9.5611,4.5482 -14.4198,6.1832 2.0175,-3.5413 4.8878,-6.6354 7.1621,-10.0178 0.7559,-1.1243 2.311,-2.4196 2.1837,-3.903 -0.1264,-1.4713 -3.4324,-3.27 -4.7021,-3.6757 l 3.9104,3.1771 c -0.7656,3.3483 -3.6927,6.2859 -5.6118,9.0427 -2.2152,3.182 -4.9906,8.3974 -8.3606,10.426 -6.20971,3.7368 -16.21107,-1.4933 -19.99872,-6.7601 0.82923,-1.6594 0.0457,-4.035 0.2769,-5.8655 0.23584,-1.8696 2.95598,-5.7506 4.48761,-6.8407 1.39452,-0.9897 4.56435,-0.6207 6.24311,-0.738 4.05972,-0.2835 8.1809,-1.1805 12.2098,-1.7743 10.7078,-1.5788 21.2016,-4.0766 31.7719,-6.3397 5.5842,-1.1951 11.5595,-3.2235 17.3522,-2.5955 6.5125,0.7087 8.7141,7.9869 15.1525,8.5124 m 50.8382,-6.0978 c -2.4229,1.1536 -0.9424,4.431 1.4105,3.2457 1.8336,-0.9238 0.542,-4.1768 -1.4105,-3.2457 m 0.974,0.9654 0.2444,0.9777 h -1.4664 v -0.4889 l 1.222,-0.4888 m -82.8504,8.5539 c 1.4365,0.9629 4.9199,-0.782 6.5986,-1.1414 6.2756,-1.3392 12.3885,-2.9938 18.8185,-3.5021 v -0.4888 c -8.2236,0 -17.6867,2.4513 -25.4171,5.1323 m -26.6395,-3.9103 0.2444,0.2444 -0.2444,-0.2444 m -2.6884,1.2219 -0.2445,0.2444 c 0.7295,1.1145 2.3057,2.3951 3.6661,2.1997 l -3.4216,-2.4441 m 77.7291,0.1858 c -2.2494,0.8407 -0.6921,4.316 1.4447,3.4484 2.2501,-0.914 0.6661,-4.2378 -1.4447,-3.4484 m 0.2336,0.7919 c 3.0218,0.8163 -0.8544,2.5832 0,0 m -117.31046,0.7331 12.95303,0.7333 c -0.66085,1.9917 -3.01977,3.3726 -3.45138,5.3767 -0.24219,1.1242 0.76961,3.287 -0.73953,3.8541 -3.88933,1.4615 -9.9951,-6.4106 -8.76212,-9.9641 m 15.64139,0.4888 -3.94505,5.6212 -0.20969,5.6211 c -1.40944,-1.068 -1.15135,-4.4651 -1.22199,-6.11 2.14434,-1.1731 2.71012,-4.9221 5.37673,-5.1323 m 13.68597,0.4888 c 1.2776,1.4371 3.9409,3.4094 5.8655,3.666 -0.913,-1.833 -3.8937,-3.3263 -5.8655,-3.666 m 13.9308,0 -3.1774,5.8655 c 1.8199,-0.5694 3.4893,-4.0912 3.9107,-5.8655 h -0.7333 m 32.5049,0.9776 0.2445,0.2444 -0.2445,-0.2444 m -19.0629,2.6884 v 0.2444 c 2.9301,-0.2322 6.1194,-1.2563 8.7983,-2.444 -1.953,-0.8114 -6.9934,1.1877 -8.7983,2.1996 m 15.1525,-1.9552 0.2445,0.2444 -0.2445,-0.2444 m -51.32334,0.4888 3.42156,2.2851 7.82038,5.2912 0.2444,-0.2444 c -0.6933,-1.4517 -2.0973,-1.916 -3.42152,-2.6908 -2.49608,-1.4615 -5.11984,-4.255 -8.06482,-4.6411 m 33.48254,2.1995 v 0.2444 l 0.9775,-0.2444 h -0.9775 m -3.9104,1.4664 1.2219,-0.7331 -1.2219,0.7331 m -5.8656,2.444 3.6659,-1.4664 c -1.1214,-0.3886 -3.2186,0.352 -3.6659,1.4664 m -39.10353,1.222 -0.24439,0.4888 1.22198,0.4887 -0.2444,-0.4887 h 3.66595 c 1.48593,5.4744 9.37751,8.4586 13.93061,10.7534 -2.77708,2.8888 -7.45532,4.5482 -11.24224,2.7739 -1.58125,-0.738 -2.72088,-2.1287 -4.15475,-3.0989 -1.70051,-1.1487 -3.96337,-2.0334 -5.04361,-3.8713 -1.60422,-2.7323 -1.67412,-6.2443 -1.0663,-9.2455 l 3.17715,2.1996 m 12.21984,-1.7108 c 0.79013,2.791 5.78805,4.4945 8.06499,6.0293 1.03403,0.6965 1.88443,1.5421 3.17698,1.3026 v -0.4888 l -8.06482,-4.756 -3.17715,-2.0871 m 24.19509,1.9552 c 0.9834,-0.3105 1.8554,-0.6966 2.1997,-1.7108 -1.0531,0.2102 -1.8709,0.655 -2.1997,1.7108 m 9.5317,-0.4888 -0.2443,0.2444 0.2443,-0.2444 m 154.4588,1.7108 -0.2444,0.7331 c 2.8668,0.2273 7.0362,1.2684 9.2162,3.2407 3.292,2.9768 3.5927,9.8737 0.892,13.3563 -1.2464,1.6057 -3.4533,2.4 -5.2203,3.2627 -3.3091,1.613 -6.0391,3.1625 -9.7759,3.6465 -4.8365,0.6256 -9.6683,0.068 -9.875,-5.6652 -0.038,-1.0582 0.053,-2.5222 0.7248,-3.3898 1.2782,-1.6448 3.9569,-1.2928 5.7287,-1.9136 5.0736,-1.7817 13.2781,-4.2305 15.6414,-9.6048 l -8.7983,5.9022 -3.666,-1.3197 -7.8206,-1.6498 4.8879,-2.1188 8.3095,-4.4798 m 11.9754,26.8836 c -2.3266,1.266 -3.3629,3.9396 -6.1099,4.9173 -1.5739,0.5597 -2.9084,-0.2933 -4.3991,-0.7552 -3.7443,-1.1658 -6.9507,-3.0941 -10.2647,-5.1397 2.4317,-1.0313 5.4915,-0.6085 8.065,-1.525 1.1902,-0.4228 2.9304,-1.8623 4.1548,-1.7597 0.9825,0.086 1.789,0.8969 2.73,1.1462 2.4439,0.6526 5.2081,1.0974 7.5347,2.1092 5.1861,2.2533 3.7637,11.1714 0,14.0748 -3.1674,2.444 -7.2171,3.0183 -10.9979,3.9177 -2.8374,0.677 -4.8048,1.7132 -7.8207,1.5788 -4.0594,-0.1809 -6.8578,-4.0521 -5.6235,-8.0554 1.2708,-4.1253 5.6944,-3.0989 9.0451,-3.1796 3.6146,-0.091 6.9678,-0.892 10.0202,-2.8399 1.4811,-0.9458 3.5878,-2.6052 3.666,-4.4895 m 4.1548,20.0405 -2.2142,1.811 -9.2725,2.5882 -7.5764,-4.6436 c 3.7492,-0.6379 7.3858,-3.0524 11.2423,-3.0745 2.2999,-0.012 5.5626,1.9185 7.5763,2.9548 1.7915,0.9213 3.5682,1.4199 4.8855,3.0745 0.7699,0.9678 1.4664,2.0089 1.9405,3.1552 3.7198,8.9986 -9.6585,9.3457 -14.891,10.0936 -2.3242,0.3323 -5.4745,1.9795 -7.8207,1.3734 -2.0799,-0.5352 -4.1964,-3.4728 -4.0864,-5.6015 0.3715,-7.288 9.5707,-6.2468 14.5955,-7.6814 2.0113,-0.5719 6.2736,-1.3003 5.6211,-4.0497 m -22.729,10.5091 0.2443,0.2444 -0.2443,-0.2444"
         id="path580"
         sodipodi:nodetypes="cccccscccccccccccccccccccccccccscccccscccsssccccsccsccsssccscscssssscsssssccssssscssscssscccccsssccccccccsscccsccccccccccsccccscccccccccccscsccccccccccccscccccccccccccccccccccccccsssssssscccccccscscccccccscccccccccscccccscccsccccccccccccsccscccccccccccsscccccccsscsssscccccsccscccsccsscsssssssssscccccccccccssccccccccccccscccccccccccscsscscccccccssssssccccccccccccccccccccccccccccccccccccccccssscccsccccccscscccccccccsccccsccccccscscccccccccccscssssscccccssccssscccscssssssssccssscsssssssssccsssccccccssscscccccccssscccccccscsccccscccccccccccccscccccccccccsssscssssscccscccccccsscccscccscccccccccccccccccssscsssscccccccccccccccccccccccccccccsccccccccccccccccccccccccccccccccccccccccccccccccccccccccccsccsccsscsssscccscccsssscccccccscsssssscsscssccccccccccscccccccsscccsscsssccccccccccscsssssccscccccccscccccccccccccccccscccccscccccsccscccscccccccscscssccccccsccscsssscccsscsccssscscccccccscccccccccsccscccscssccccccccccscccccsscccscccsssscccccccccccccsccccccccccccssscsssscccsscccccssccccccccccccssccscccsccscccccccsccccccscccccccccccccscsccccccccsccccsccccccccccccccccccssccsccccscccccscccccccccccccccccccccccccssccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccsccccccccccccccccccsccccccccccccsccccccc" />
      <circle
         style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1.03039;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         id="circle582"
         cx="485.74554"
         cy="-710.36145"
         r="44.517548" />
      <circle
         style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         id="circle584"
         cx="485.74554"
         cy="-710.36145"
         r="26.652601" />
      <path
         inkscape:connector-curvature="0"
         style="font-style:normal;font-weight:bold;font-size:144px;line-height:125%;font-family:Sans;-inkscape-font-specification:'Sans Bold';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.198258;stroke-opacity:1"
         d="m 500.19629,-717.97978 c -0.3175,0.5803 -0.6399,1.0527 -0.9683,1.4249 -0.3175,0.3614 -0.6677,0.6504 -1.0509,0.8693 -0.3722,0.2081 -0.7946,0.3581 -1.2654,0.4457 -0.4599,0.077 -0.9879,0.1156 -1.59,0.1155 -0.4442,0 -0.8435,-0.023 -1.194,-0.066 0,0 0,0 -0.01,0 -0.044,0 -0.1362,-0.018 -0.231,-0.033 -0.1,-0.016 -0.2021,-0.031 -0.3632,-0.061 -2.9522,-0.5463 -3.9313,1.5032 -4.1429,2.0687 -0.033,0.089 -0.049,0.143 -0.049,0.143 l -3.5872,10.0024 -2.2007,3.7413 h 4.396 c 1.8054,-4.0199 3.5412,-12.4135 5.3973,-13.155 0.4023,0.056 0.901,0.083 1.502,0.083 0.7883,0 1.4941,-0.094 2.1182,-0.2916 0.6241,-0.1971 1.1855,-0.5028 1.6891,-0.9189 0.5036,-0.4269 0.9593,-0.9716 1.3645,-1.6285 0.416,-0.6569 0.8106,-1.4461 1.1829,-2.3658 l -1.0014,-0.3741 z"
         id="path586" />
      <path
         style="font-style:normal;font-weight:bold;font-size:144px;line-height:125%;font-family:Sans;-inkscape-font-specification:'Sans Bold';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.198258;stroke-opacity:1"
         d="m 500.19619,-717.97938 c -0.3175,0.5803 -0.6399,1.0521 -0.9683,1.4243 -0.3175,0.3613 -0.6678,0.6505 -1.051,0.8694 -0.092,0.052 -0.1872,0.099 -0.2855,0.1432 -10e-4,0 0,0 0,0 -0.1238,0.087 -0.283,0.1617 -0.4987,0.2131 -2.4881,0.5924 -4.1829,2.8098 -4.342,3.0243 0.072,-0.059 0.1448,-0.1078 0.2173,-0.1449 0.011,-0.01 0.022,-0.011 0.032,-0.016 0,0 0,0 0,0 0.013,-0.01 0.026,-0.011 0.038,-0.016 0.4023,0.056 0.9009,0.083 1.5019,0.083 0.7883,0 1.4941,-0.095 2.1182,-0.2924 0.6241,-0.1971 1.1849,-0.5019 1.6886,-0.918 0.5036,-0.427 0.9595,-0.972 1.3646,-1.6289 0.4161,-0.6569 0.8109,-1.4465 1.1831,-2.3662 l -1.0015,-0.3734 z"
         id="path588"
         inkscape:connector-curvature="0" />
      <path
         inkscape:connector-curvature="0"
         style="font-style:normal;font-weight:bold;font-size:144px;line-height:125%;font-family:Sans;-inkscape-font-specification:'Sans Bold';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.198258;stroke-opacity:1"
         d="m 471.29499,-717.97978 c 0.3175,0.5803 0.6398,1.0527 0.9683,1.4249 0.3175,0.3614 0.6677,0.6504 1.0508,0.8693 0.3723,0.2081 0.7947,0.3581 1.2655,0.4457 0.4598,0.077 0.9878,0.1156 1.59,0.1155 0.4442,0 0.8434,-0.023 1.1939,-0.066 10e-4,0 0,0 0.01,0 0.044,0 0.1362,-0.018 0.2311,-0.033 0.1,-0.016 0.2021,-0.031 0.3631,-0.061 2.9523,-0.5463 3.9314,1.5032 4.1429,2.0687 0.033,0.089 0.05,0.143 0.05,0.143 l 3.5872,10.0024 2.2008,3.7413 h -4.396 c -1.8055,-4.0199 -3.5413,-12.4135 -5.3973,-13.155 -0.4023,0.056 -0.901,0.083 -1.502,0.083 -0.7884,0 -1.4942,-0.094 -2.1182,-0.2916 -0.6241,-0.1971 -1.1855,-0.5028 -1.6891,-0.9189 -0.5037,-0.4269 -0.9594,-0.9716 -1.3645,-1.6285 -0.416,-0.6569 -0.8106,-1.4461 -1.1829,-2.3658 l 1.0014,-0.3741 z"
         id="path590" />
      <path
         style="font-style:normal;font-weight:bold;font-size:144px;line-height:125%;font-family:Sans;-inkscape-font-specification:'Sans Bold';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.198258;stroke-opacity:1"
         d="m 471.29529,-717.97938 -1.0016,0.3733 c 0.1163,0.2874 0.2348,0.5624 0.3555,0.8243 0.024,0.052 0.048,0.1038 0.072,0.1551 1e-4,0 -10e-5,0 0,0 0.024,0.051 0.049,0.1016 0.073,0.1517 0.01,0.017 0.017,0.033 0.025,0.05 0.041,0.083 0.081,0.1659 0.1227,0.2463 2e-4,0 6e-4,0 7e-4,0 0.025,0.048 0.049,0.095 0.074,0.1423 0.1001,0.1893 0.2015,0.3703 0.3043,0.543 0.026,0.043 0.051,0.085 0.077,0.127 0.01,0.016 0.02,0.033 0.03,0.049 0.016,0.026 0.033,0.051 0.049,0.077 0.025,0.041 0.05,0.082 0.076,0.1219 0.041,0.064 0.083,0.1266 0.1253,0.1884 0.011,0.016 0.021,0.031 0.032,0.047 0.027,0.039 0.053,0.077 0.08,0.1142 0.054,0.075 0.1083,0.1484 0.1637,0.2199 0.028,0.036 0.055,0.071 0.083,0.1057 0.056,0.07 0.1128,0.1376 0.1704,0.2037 0.044,0.05 0.088,0.099 0.133,0.1475 0.014,0.015 0.028,0.03 0.043,0.045 0.059,0.063 0.119,0.1234 0.1799,0.1824 0.03,0.029 0.06,0.058 0.091,0.087 0.031,0.029 0.062,0.057 0.093,0.084 0.031,0.028 0.062,0.054 0.094,0.081 0.094,0.078 0.1913,0.1522 0.2898,0.2224 0.2627,0.1874 0.5401,0.3474 0.8328,0.4799 0.037,0.017 0.073,0.033 0.1099,0.049 0.074,0.032 0.1496,0.061 0.2259,0.09 0.038,0.014 0.076,0.027 0.1142,0.04 0.038,0.013 0.078,0.026 0.1168,0.038 0.039,0.012 0.078,0.024 0.1176,0.036 0.079,0.023 0.1603,0.045 0.2421,0.065 0.041,0.01 0.082,0.019 0.1236,0.028 0.042,0.01 0.083,0.018 0.1253,0.026 0.043,0.01 0.085,0.016 0.1279,0.024 0.086,0.015 0.1726,0.029 0.2608,0.041 0.1324,0.018 0.2676,0.033 0.4057,0.044 0.092,0.01 0.1858,0.013 0.2805,0.018 0.095,0 0.1908,0.01 0.2881,0.01 0.049,0 0.097,0 0.1466,0 0.075,0 0.1488,0 0.2208,0 0.1438,0 0.2812,-0.01 0.4125,-0.01 0.065,0 0.1295,-0.01 0.1918,-0.01 0.062,0 0.1238,-0.01 0.1833,-0.012 0.1782,-0.013 0.3426,-0.029 0.4935,-0.05 0.013,0.01 0.026,0.01 0.038,0.016 0,0 0,0 0,0 0.011,0.01 0.022,0.01 0.032,0.016 0.073,0.037 0.1451,0.085 0.2173,0.1449 -0.1588,-0.2141 -1.8536,-2.4318 -4.342,-3.0243 -0.2157,-0.051 -0.3749,-0.126 -0.4986,-0.2131 -0.001,0 0,0 0,0 -0.098,-0.044 -0.1936,-0.092 -0.2856,-0.1432 -2e-4,-10e-5 -6e-4,1e-4 -7e-4,0 -0.024,-0.014 -0.047,-0.028 -0.071,-0.042 -2e-4,-1e-4 -6e-4,10e-5 -7e-4,0 -0.024,-0.014 -0.046,-0.029 -0.07,-0.043 -0.047,-0.03 -0.094,-0.06 -0.1398,-0.092 -0.023,-0.016 -0.045,-0.032 -0.068,-0.049 -0.046,-0.033 -0.09,-0.067 -0.1347,-0.1023 -0.022,-0.017 -0.044,-0.035 -0.066,-0.053 -0.022,-0.018 -0.044,-0.037 -0.066,-0.055 -0.022,-0.019 -0.043,-0.038 -0.064,-0.057 -0.1068,-0.096 -0.2106,-0.1984 -0.3111,-0.3085 -0.02,-0.022 -0.041,-0.045 -0.061,-0.067 -0.073,-0.083 -0.1457,-0.1707 -0.2182,-0.2634 -0.01,-0.012 -0.017,-0.023 -0.026,-0.035 -0.02,-0.026 -0.041,-0.053 -0.061,-0.08 -0.1015,-0.1361 -0.2022,-0.2826 -0.3026,-0.439 -0.04,-0.063 -0.08,-0.1268 -0.1202,-0.1926 -0.02,-0.033 -0.04,-0.066 -0.06,-0.1 -0.06,-0.1009 -0.1196,-0.206 -0.179,-0.3145 z"
         id="path592"
         inkscape:connector-curvature="0" />
      <path
         id="path594"
         style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.684014;stroke-opacity:1"
         d="m 485.74439,-748.24909 a 3.010934,3.010934 0 0 0 -3.0096,3.01117 3.010934,3.010934 0 0 0 3.0107,3.01067 3.010934,3.010934 0 0 0 3.0111,-3.01067 3.010934,3.010934 0 0 0 -3.0111,-3.01117 z m 0,70.37864 a 3.010934,3.010934 0 0 0 -3.0096,3.01119 3.010934,3.010934 0 0 0 3.0107,3.01067 3.010934,3.010934 0 0 0 3.0111,-3.01067 3.010934,3.010934 0 0 0 -3.0111,-3.01119 z" />
      <path
         id="path596"
         style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.684014;stroke-opacity:1"
         d="m 447.54549,-710.04758 a 3.010934,3.010934 0 0 0 3.0111,3.0097 3.010934,3.010934 0 0 0 3.0107,-3.0107 3.010934,3.010934 0 0 0 -3.0107,-3.0112 3.010934,3.010934 0 0 0 -3.0111,3.0112 3.010934,3.010934 0 0 0 0,10e-4 z m 70.3786,0 a 3.010934,3.010934 0 0 0 3.0112,3.0097 3.010934,3.010934 0 0 0 3.0107,-3.0107 3.010934,3.010934 0 0 0 -3.0107,-3.0112 3.010934,3.010934 0 0 0 -3.0112,3.0112 3.010934,3.010934 0 0 0 0,10e-4 z" />
      <ellipse
         style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.8;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         id="ellipse598"
         cx="840.3125"
         cy="-266.11917"
         rx="9.9423237"
         ry="3.0328312"
         transform="rotate(-45)" />
      <path
         style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.298401px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         d="m 588.95739,-857.63068 c 0,0 17.8989,-30.6347 56.9848,-28.4602 0,0 -33.6483,-3.1684 -56.9848,28.4602 z"
         id="path600" />
      <path
         style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         d="m 583.86459,-838.24348 c 0.1179,0.2721 -0.1017,0.5661 -0.058,0.8252 0.1212,0.7269 0.3742,0.4511 -0.1118,1.0992 -0.024,0.032 -0.057,0.1555 -0.117,0.1754 -0.2153,0.072 -0.6045,0.06 -0.7016,0.3508 -0.081,0.243 0.062,0.5641 0,0.8129 -0.021,0.085 -0.096,0.1493 -0.1169,0.2339 -0.046,0.1829 -0.01,0.2461 -0.1131,0.3508 -0.037,0.037 0.013,0.2366 0,0.2885 -0.013,0.053 -0.1383,0.2552 -0.1754,0.2923 0,0 -0.1081,0 -0.1132,0 -0.032,0.016 0.012,0.073 0,0.1073 -0.014,0.041 -0.039,0.078 -0.058,0.1169 -0.058,0.1156 -0.1705,0.2443 -0.1514,0.285"
         id="path602" />
      <path
         style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         d="m 585.33569,-837.33478 c 0.08,0.6833 0.1754,1.3409 0.1754,2.0289 0,0.1559 0.038,0.3165 0,0.4677 -0.057,0.2276 -0.1177,0.1786 -0.1754,0.3508 -0.012,0.037 0.017,0.081 0,0.1154 -0.096,0.1917 -0.013,-0.027 -0.1155,0.058 -0.029,0.024 0.017,0.1694 0,0.2042 -0.063,0.1264 -0.1438,0.1927 -0.1754,0.3508 -0.059,0.2933 0,0.6729 0,0.9674 0,0.056 -0.034,0.124 0,0.1689 0.062,0.081 0.098,0.4393 0.098,0.584"
         id="path604" />
      <path
         style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         d="m 586.87329,-835.90498 c 0.01,0.1145 -0.01,0.2338 0.025,0.3436 0.031,0.099 0.2402,0.3134 0.2917,0.3508 0.061,0.044 0.082,0.2624 0.1061,0.3234 0.084,0.2097 0.2688,0.3661 0.3507,0.5847 0.1978,0.5274 -0.075,1.1538 0.058,1.6859 0.073,0.2917 0.5112,0.7318 0.5112,1.0429"
         id="path606" />
      <path
         style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         d="m 587.90989,-837.26218 c -0.091,0.4855 0.089,0.8683 0.2338,1.3043 0.01,0.018 -0.017,0.05 0,0.059 0.034,0.017 0.088,-0.027 0.1155,0 0.027,0.028 -0.022,0.084 0,0.1169 0.1341,0.2012 0.9255,0.5034 1.1693,0.5847 0.052,0.017 0.065,0.1 0.1169,0.1169 0.2355,0.079 0.5252,-0.018 0.7546,0.059 0.1161,0.039 0.5641,0.6036 0.6216,0.7474 0.064,0.1591 0.1655,0.2139 0.2339,0.3508 0.096,0.1925 -0.045,0.5257 0.1124,0.6792 0.031,0.03 0.093,0.022 0.1169,0.058 0.01,0.01 0.1169,0.4572 0.1169,0.2401"
         id="path608" />
      <path
         style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         d="m 572.24507,-617.59994 0.26658,-2.26373 -1.43007,0.9015 0.0275,0.35293 z"
         id="path610"
         sodipodi:nodetypes="ccccc" />
    </g>
  </g>
</svg>

debug log:

solving 37f9413 ...
found 37f9413 in https://yhetil.org/guix/4i5HJMQ0l4DDaUXCjlK_P01eRsqol2fbQF9RxgRShkK8uec2XMIQo879mObjZsGUY1dw_GnjpSutPs50fxN5p1G-PnhxhH26tAtz_ys3Cso=@protonmail.com/

applying [1/1] https://yhetil.org/guix/4i5HJMQ0l4DDaUXCjlK_P01eRsqol2fbQF9RxgRShkK8uec2XMIQo879mObjZsGUY1dw_GnjpSutPs50fxN5p1G-PnhxhH26tAtz_ys3Cso=@protonmail.com/
diff --git a/promotional/GNU-Guix-Test-Pilot-2021-M15.svg b/promotional/GNU-Guix-Test-Pilot-2021-M15.svg
new file mode 100644
index 0000000..37f9413

Checking patch promotional/GNU-Guix-Test-Pilot-2021-M15.svg...
Applied patch promotional/GNU-Guix-Test-Pilot-2021-M15.svg cleanly.

index at:
100644 37f9413d10f34c9d8230b0300bd945782e475e4c	promotional/GNU-Guix-Test-Pilot-2021-M15.svg

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.