summaryrefslogtreecommitdiff
path: root/fonts/tt_masters/→.svg
blob: ba39beca9654933e910ac921bb072ae1550ddb04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
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
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
<?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"
   sodipodi:docname="→.svg"
   inkscape:version="1.0.2 (e86c870, 2021-01-15)"
   id="svg25060"
   version="1.1"
   viewBox="0 0 59.299999 80.099998"
   height="80.099998"
   width="59.299999">
  <defs
     id="defs25054" />
  <sodipodi:namedview
     inkscape:guide-bbox="true"
     showguides="true"
     inkscape:snap-to-guides="false"
     inkscape:snap-grids="false"
     inkscape:snap-midpoints="true"
     inkscape:snap-smooth-nodes="true"
     inkscape:snap-intersection-paths="true"
     inkscape:object-paths="true"
     inkscape:snap-bbox-midpoints="true"
     inkscape:snap-bbox-edge-midpoints="true"
     inkscape:bbox-nodes="true"
     inkscape:bbox-paths="true"
     inkscape:snap-bbox="true"
     id="base"
     pagecolor="#ffffff"
     bordercolor="#666666"
     borderopacity="1.0"
     inkscape:pageopacity="0.0"
     inkscape:pageshadow="2"
     inkscape:zoom="3.959798"
     inkscape:cx="-61.899363"
     inkscape:cy="163.6582"
     inkscape:document-units="px"
     inkscape:current-layer="g1684"
     showgrid="false"
     units="px"
     inkscape:snap-global="false"
     inkscape:window-width="1604"
     inkscape:window-height="1804"
     inkscape:window-x="143"
     inkscape:window-y="122"
     inkscape:window-maximized="0"
     inkscape:document-rotation="0"
     fit-margin-top="0"
     fit-margin-left="0"
     fit-margin-right="0"
     fit-margin-bottom="0">
    <sodipodi:guide
       inkscape:locked="false"
       orientation="0,1"
       position="0,0.099998474"
       inkscape:label="baseline"
       id="guide36705"
       inkscape:color="rgb(0,0,255)" />
    <sodipodi:guide
       inkscape:locked="false"
       orientation="0,1"
       position="0.094535362,74.099998"
       inkscape:label="ascender"
       id="guide36707"
       inkscape:color="rgb(0,0,255)" />
    <sodipodi:guide
       inkscape:locked="false"
       orientation="0,1"
       position="0.094535362,69.099998"
       inkscape:label="caps"
       id="guide36709"
       inkscape:color="rgb(0,0,255)" />
    <sodipodi:guide
       inkscape:locked="false"
       orientation="0,1"
       position="0.094535362,49.099998"
       inkscape:label="xheight"
       id="guide36711"
       inkscape:color="rgb(0,0,255)" />
    <sodipodi:guide
       inkscape:locked="false"
       orientation="0,1"
       position="0.094535362,-24.900001"
       inkscape:label="descender"
       id="guide36713"
       inkscape:color="rgb(0,0,255)" />
  </sodipodi:namedview>
  <metadata
     id="metadata25057">
    <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 />
      </cc:Work>
    </rdf:RDF>
    <rdf:RDF>
      <cc:Work
         rdf:about="">
        <dc:title />
      </cc:Work>
    </rdf:RDF>
    <rdf:RDF>
      <cc:Work
         rdf:about="">
        <dc:title />
      </cc:Work>
    </rdf:RDF>
    <rdf:RDF>
      <cc:Work
         rdf:about="">
        <dc:title />
      </cc:Work>
    </rdf:RDF>
    <rdf:RDF>
      <cc:Work
         rdf:about="">
        <dc:title />
      </cc:Work>
    </rdf:RDF>
  </metadata>
  <g
     inkscape:label="Layer 1"
     inkscape:groupmode="layer"
     id="layer1"
     style="display:none" />
  <g
     id="g25640"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-1">
    <path
       id="path955"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.10266;word-spacing:0px"
       d="M 20.4966 10.3071 C 19.8 11.9007 9.37696 25.5366 2.80749 29.2196 C -0.377697 31.0114 0.518145 32.603 1.31446 34.1956 C 2.40935 35.7881 11.6663 40.069 11.6663 40.069 C 10.3723 49.8248 9.07833 59.4782 9.07833 67.1426 C 9.07833 68.4317 9.57604 70.2286 10.4718 70.9246 C 13.3585 73.3145 19.8284 78.9877 24.8051 79.0878 M 31.6732 11.6012 C 33.0668 12.4916 34.9575 13.991 34.6593 15.5816 C 32.7682 26.9299 29.0852 53.7059 27.0945 76.9974 M 7.12684 50.102 L 35.5422 36.8414"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
  </g>
  <g
     id="g25666"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-2">
    <path
       id="path953"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.04783;word-spacing:0px"
       d="M 9.7942 31.6176 C 10.7401 32.7527 11.9697 34.2662 14.429 33.131 C 17.6449 31.6176 23.6039 30.1042 25.5902 30.1988 C 27.3874 30.2932 27.6712 30.9556 27.1982 31.996 C 22.6581 40.4143 7.14577 54.1294 2.13263 64.6286 L 2.13263 64.7226 C 1.65972 65.4793 1.3759 66.236 1.3759 67.1819 C 1.28147 69.7357 10.3617 75.7893 11.213 76.4515 C 13.1047 78.0593 14.2398 78.7215 18.307 77.8702 L 18.307 77.8703 C 23.4147 78.0592 22.9418 77.5869 28.8062 77.7763 C 38.2649 78.1548 45.7373 80.3301 47.2507 80.0463 C 49.8991 79.4789 50.4667 77.0196 49.3316 74.1819 M 5.72695 21.497 C 4.87567 18.6593 5.5378 17.9973 8.09162 16.673 C 14.5236 13.3625 23.7931 11.4707 27.2928 11.2815 C 33.2518 10.903 43.8456 17.4297 48.0074 23.1049 C 48.6695 23.9562 49.1425 28.4018 47.4399 32.5637 C 44.2239 41.8331 34.4815 49.4947 27.7658 58.6697 C 27.2928 59.2371 27.2928 59.9938 27.9549 60.2777 C 30.6979 60.3727 33.0626 60.4666 34.8598 60.4666 C 39.8729 60.5606 42.3322 61.4125 43.5618 62.0747 M 5.95478 50.1871 L 41.9578 47.405"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
  </g>
  <g
     id="g25687"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-3">
    <path
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.04711;word-spacing:0px"
       d="M 1.75164 17.3243 C 2.5078 21.9566 4.77636 26.8729 5.53256 27.7226 C 7.51753 30.0863 6.7614 31.032 10.2587 31.3148 L 10.2592 31.3148 C 13.0004 31.0268 15.2689 28.9514 22.3581 29.0464 C 23.6815 29.0464 25.0048 29.1852 26.139 29.2373 C 21.98 38.2157 18.0101 39.4455 13.5675 42.3749 C 12.9473 42.8127 12.9291 43.3677 13.1484 43.9507 M 3.92565 14.301 C 8.74631 13.6389 16.1191 11.3714 30.3921 10.7095 C 35.4018 10.5285 37.4813 13.3582 38.7101 14.0191 C 40.7896 15.0652 44.5705 19.3121 46.0828 21.2977 C 47.0281 22.6141 45.1376 29.0474 42.68 31.6939 C 38.6155 37.7437 35.4963 42.2809 33.1332 44.2656 L 22.4524 50.9775 C 21.4126 50.6037 20.3729 51.3511 18.8605 51.65 C 18.4271 51.7889 18.1744 51.65 17.9927 51.5013 M 22.9231 30.5213 L 43.0384 15.6381"
       id="path7666"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
    <path
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.04711;word-spacing:0px"
       d="M 4.20951 60.8057 C 6.85615 59.9517 8.84112 61.5531 11.0152 62.5075 C 16.781 64.9639 23.2086 63.1694 25.0045 57.2145 C 25.8553 54.3788 22.9528 49.8503 21.0623 49.0955 M 1.75192 63.9242 C 1.94099 65.5318 4.30403 69.7861 7.32876 73.1884 C 11.1097 77.4405 15.3632 79.9933 22.736 79.9933 C 31.7156 79.9933 42.4913 71.1089 43.531 62.0335 C 44.8544 50.7854 41.9241 47.949 33.039 44.3588 L 31.5796 43.4406 M 21.2878 59.1178 L 37.3147 78.2531"
       id="path7664"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
  </g>
  <g
     id="g25709"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-4">
    <path
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.07594;word-spacing:0px"
       d="M 41.0212 45.1894 C 42.5866 34.7764 44.7445 23.3073 45.7229 17.7157 C 46.0165 16.1725 45.0379 15.7869 43.6683 14.823 C 41.6137 13.3767 36.0369 10.9664 32.2212 10.1943 C 32.2212 10.1943 32.1236 10.1943 32.0255 10.0697 C 30.6557 9.67644 28.3076 8.23777 26.5465 9.945 C 17.8832 22.0998 3.86179 35.6818 0.367864 50.4406 C 0.367864 52.4643 1.38042 55.6744 3.04364 58.4722 C 3.53288 59.345 7.37027 59.1244 9.81623 58.8174 C 19.8606 57.4191 28.8789 57.0172 39.7547 56.3103 C 45.0379 55.9172 49.5385 55.7445 51.4952 55.8307 C 52.5715 55.9558 53.3542 54.9579 53.3542 53.3246 M 24.7621 47.0521 C 25.2512 42.809 27.6025 28.9623 28.1895 24.9129 C 24.276 30.4086 14.837 44.3666 14.1521 46.6808 C 23.1481 44.3435 32.3877 43.9484 41.6136 43.2061 C 43.6682 43.0814 45.5271 42.5347 46.9947 42.7073 L 46.9947 42.7073 C 47.973 42.5059 48.9514 43.1869 49.6363 43.9561 M 21.0777 41.4662 L 5.50441 32.8763"
       id="path7524"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
    <path
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.07594;word-spacing:0px"
       d="M 24.096 56.8944 C 23.1835 61.5289 21.8128 68.2417 23.7651 72.4157 C 26.1132 75.3094 28.9925 74.989 35.5476 77.8798 M 39.7547 56.3794 C 38.9719 62.7431 38.1893 69.3945 37.7979 75.8551 M 41.8139 62.2348 L 19.5542 70.5752"
       id="path7522"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
  </g>
  <g
     id="g25732"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-5">
    <path
       id="path947"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.03805;word-spacing:0px"
       d="M 3.48999 62.0925 C 4.06901 61.5014 5.1797 61.1309 5.83918 60.9087 C 8.46293 60.0531 10.993 63.533 17.9271 61.9347 C 21.9565 61.0049 25.7984 58.654 28.0473 56.0323 C 31.7955 51.7213 25.2361 49.6591 21.3005 49.3777 C 15.4908 49.7482 10.5244 52.3768 8.55664 50.2333 C 7.80702 49.4747 7.61949 48.3596 7.61949 47.1416 C 7.71246 42.4565 8.55664 34.0226 9.1188 29.0563 L 9.1188 28.7652 C 9.21177 27.1721 5.93282 25.2994 4.43354 21.5512 C 3.87128 20.0508 4.99581 17.8957 6.21392 17.5218 C 15.3033 14.9919 24.955 11.5251 37.2303 10.868 C 40.1352 10.6731 43.2274 11.0629 44.3519 11.7968 M 3.48992 62.0785 C 3.08167 62.4841 2.93789 62.9968 3.4026 63.6159 L 4.2459 64.9276 C 9.21226 71.9565 12.9605 79.0778 26.2666 79.0778 C 37.0427 79.0778 46.5069 71.2057 48.8495 58.9301 C 51.0047 47.8728 44.7265 43.2814 35.4497 40.2821 C 31.7015 38.7834 27.6722 39.5235 24.5799 40.0872 C 24.6729 36.1532 24.9547 32.1236 26.0792 29.9685 L 26.0792 29.9685 C 31.7015 28.1867 37.6986 27.2508 46.3195 27.2508 C 47.1628 27.2508 49.5055 26.3218 49.7866 25.4698 C 50.7237 22.9398 46.5069 13.2895 44.3517 11.7889 M 28.1777 36.6207 L 6.61514 52.1848 M 24.6109 56.5609 L 42.2825 41.647 M 19.9093 58.9938 L 18.6123 80.5572 M 32.2308 30.1363 L 9.37126 14.0843"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
  </g>
  <g
     id="g25756"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-6">
    <path
       id="path945"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.04632;word-spacing:0px"
       d="M 19.4889 52.6748 C 20.2419 51.2533 24.2045 49.4753 26.5575 49.1912 C 27.0281 49.2872 27.4044 49.3835 27.8751 49.3835 C 30.4163 49.6573 31.828 54.0289 30.981 56.8718 C 29.1927 62.8431 28.2516 64.0765 25.5222 64.8335 L 25.5221 64.8335 C 22.5104 65.6851 19.4987 62.5588 21.0986 53.2705 C 21.1929 52.9891 21.2869 52.6934 21.4751 52.4187 L 24.1126 39.5639 C 25.1479 36.2459 32.3927 27.7737 39.6397 22.2758 C 41.8044 20.6652 41.6162 20.1909 41.3338 18.4845 M 21.8329 39.6451 C 23.1505 38.2238 30.4162 34.4093 34.1809 35.452 L 34.1812 35.452 C 49.8988 39.8125 48.7694 48.628 47.9223 55.7366 C 46.887 64.8363 37.0989 78.7693 27.2166 78.6748 C 19.8754 78.5788 9.99316 72.8928 7.5461 69.8599 C 4.25198 65.7835 4.44026 54.3146 4.62846 52.703 C 4.62846 52.703 4.62846 52.607 4.72273 52.5176 C 6.13449 22.374 26.2755 13.0864 33.899 11.1901 C 34.9343 10.9087 35.6873 10.2369 37.099 11.2862 M 27.4219 56.1523 L 50.4506 55.6936 M 24.5433 62.071 L 23.8525 81.2066"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
  </g>
  <g
     id="g25781"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-7">
    <path
       id="path943"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.07211;word-spacing:0px"
       d="M 26.287 77.6162 C 22.2222 75.9709 17.2865 71.4223 14.3831 67.4543 C 13.7056 66.5833 14.4799 65.2284 14.7703 64.1638 C 19.1253 50.0341 27.2548 35.614 33.5455 25.2586 C 27.5451 25.5486 18.5447 27.0974 13.6089 26.9039 C 10.0281 26.6132 10.2216 25.8393 8.18927 23.4199 C 7.41503 22.5489 4.80204 18.5809 4.02776 14.4194 M 29.0936 76.6484 C 35.6746 55.9376 44.7718 36.5818 51.3528 24.3876 C 51.74 23.6133 52.0303 22.2584 51.74 21.1939 L 51.74 20.8066 C 49.9979 14.5159 46.1267 11.3222 45.2557 9.77371 C 44.5783 8.51558 38.3844 8.90271 37.1263 8.90271 C 22.5126 8.90271 11.1894 10.6447 6.25369 11.3222 M 29.5546 27.1994 L 50.985 11.9258"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
  </g>
  <g
     id="g25807"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-8">
    <path
       id="path941"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.02815;word-spacing:0px"
       d="M 39.4094 43.6786 C 45.0708 39.1323 50.5142 32.4345 51.3496 27.2381 C 51.7208 25.1016 51.8137 22.5039 50.607 20.6478 C 47.8227 16.4703 41.3259 13.7791 34.2723 11.2739 C 32.2305 10.5403 30.9311 10.3493 28.8893 10.3493 C 19.3298 11.1734 6.70746 16.8461 5.96499 32.0677 C 5.77938 36.0582 8.27255 38.2761 14.9549 42.3591 L 15.4317 42.741 L 20.3667 45.5156 C 20.4592 45.6462 26.7546 50.1653 26.8474 50.1653 C 27.497 50.4366 32.2304 54.3419 32.3233 56.1969 C 32.5089 59.4458 29.8174 59.5383 26.2906 59.911 C 24.3415 60.102 20.6291 59.087 20.6291 57.1255 L 20.6291 57.1255 C 20.6291 55.5468 23.8228 51.2406 27.3496 49.3835 M 26.644 35.9929 C 29.1499 34.3217 31.5808 31.4165 31.5808 29.7453 L 31.5808 29.7463 C 31.5808 28.2611 30.2815 27.7033 28.3324 27.8892 C 24.8056 28.251 23.5991 30.1172 23.7847 32.53 C 23.9703 34.386 27.0331 34.7568 27.6828 35.0362 C 27.6828 35.1669 30.0841 36.4944 30.1767 36.4944 L 40.2122 42.74 C 48.7508 46.5436 53.4842 50.2567 53.1129 55.3607 L 53.113 55.3607 C 51.9064 70.5823 37.4279 77.9143 27.4971 78.1926 C 25.4553 78.1926 24.156 78.0016 22.1141 77.268 C 15.0605 74.7618 6.70753 70.9571 3.9232 66.7807 C 2.71645 64.9246 2.80945 62.3259 3.18066 60.1903 C 4.20167 53.8794 9.44447 46.5657 16.7765 41.739 M 33.7897 36.3929 L 20.1076 47.463 M 26.5796 57.2841 L 27.3743 81.9238 M 27.6013 30.0327 L 27.7145 6.98382 M 25.33 31.6235 L 2.96165 32.9862 M 28.2822 31.2829 L 52.808 29.5795 M 31.0073 56.1496 L 56.2143 53.7648 M 22.4914 56.3767 L -0.331174 57.6309"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
  </g>
  <g
     id="g25834"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-9">
    <path
       id="path939"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.04402;word-spacing:0px"
       d="M 34.4908 38.71 C 33.7367 40.1241 30.089 41.2297 27.8271 41.5117 C 27.2616 41.5117 26.6961 41.384 26.1307 41.325 C 23.5862 41.04 21.7955 36.3299 22.6437 33.5017 C 24.4344 27.5642 25.2826 25.7747 28.0156 25.2086 L 28.0156 25.2086 C 31.8796 24.3537 35.4609 27.9415 33.4818 38.1204 L 33.1048 38.8869 L 29.8041 49.8499 C 28.8615 52.7706 23.9632 62.1643 17.7431 68.197 C 15.8582 70.083 15.764 70.2706 16.0467 71.9667 M 30.7824 52.2124 C 29.086 52.5759 21.6071 53.6825 19.9107 53.3072 L 19.9107 53.3062 C 3.8893 50.3856 3.32375 39.8293 4.07774 32.7617 C 5.11438 22.7725 17.3661 9.95504 27.2617 10.0494 C 34.6127 10.1771 46.6759 15.8926 49.1263 18.9075 C 52.4248 22.9612 52.8018 34.1758 52.6133 35.7776 C 52.1422 55.757 34.0473 72.6271 25.7538 77.6222 C 24.8113 78.1824 23.9632 78.5754 22.5495 77.4946 M 25.0053 33.4861 L 2.09585 33.3289 M 29.2447 27.5407 L 32.5059 6.0165 M 30.7122 33.0852 L 55.1707 36.3458"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
  </g>
  <g
     id="g25862"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-0">
    <path
       id="path937"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.04658;word-spacing:0px"
       d="M 35.748 10.3488 C 32.3127 9.4667 28.5609 8.90666 25.311 8.90666 C 14.4465 8.90666 4.52662 29.6916 4.52662 50.4755 C 4.52662 65.5913 8.21111 71.0717 12.0846 73.6226 C 15.8636 76.1726 24.1774 78.1572 30.7906 78.063 C 40.7104 77.868 50.9137 56.8052 52.2363 35.3607 C 53.181 20.3392 48.3629 16.2764 44.4894 13.7254 C 42.5195 12.4741 39.3033 11.2514 35.748 10.3488 M 32.0188 25.8175 C 30.6016 25.6226 29.8458 29.03 29.6569 29.6916 C 26.1613 41.6893 25.3111 45.7521 24.2718 53.4049 C 23.6106 58.2226 23.8941 61.5285 24.7442 61.5285 C 25.8778 61.5285 26.9171 58.0329 27.4839 56.3332 C 28.3342 53.8768 29.279 49.1533 32.2077 33.4693 C 32.6801 30.9194 32.6801 25.9119 32.0188 25.8175 Z M 25.2797 57.0709 L 20.4253 81.6888 M 27.7069 44.9346 L 51.7477 50.9453 M 26.7823 45.1654 L 1.70123 39.9651"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
  </g>
  <g
     id="g26065"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-§">
    <path
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:0.99374;word-spacing:0px"
       d="M 31.1283 58.6144 C 35.4342 57.6276 39.6365 53.1162 39.6365 47.2852 C 39.4573 34.4575 20.0808 35.2648 23.2205 26.5634 C 23.4899 25.8457 23.2205 22.5267 26.5396 22.7061 C 27.9748 22.7956 29.4998 24.0517 29.5895 27.1914 C 28.6925 29.8825 29.2305 30.8693 29.6791 31.1384 M 25.1181 55.0262 C 25.8355 54.3085 28.0645 50.3351 27.3468 46.9264 C 26.6292 43.6074 25.0146 41.5441 23.4896 40.5573 L 13.9807 37.0589 C 12.4557 35.4442 7.70123 33.0222 8.14987 25.7561 C 8.50891 20.015 14.9675 12.9283 24.0276 12.5695 C 29.9482 12.3007 32.2805 13.7356 36.0481 15.6195 C 37.6628 16.3371 42.5965 18.6694 42.5069 21.2708 C 42.5069 22.3473 41.7892 24.3208 41.251 25.8458 C 40.2643 28.3576 38.1113 32.6634 35.0613 33.3811 M 24.7214 26.7841 L 5.29655 24.3697"
       id="path8085"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
    <path
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:0.99374;word-spacing:0px"
       d="M 15.1879 35.7419 C 11.5997 37.4463 8.68813 44.5043 8.59847 45.7602 C 8.32969 48.3616 9.22629 52.9368 12.5455 55.5382 C 13.0837 55.9868 13.6219 56.2558 14.1602 56.4352 C 18.6454 58.8572 25.1041 61.9969 24.1174 66.841 L 24.1175 66.841 C 23.9383 67.5586 23.041 68.9938 20.619 68.8144 C 19.1837 68.7244 16.8514 67.6484 16.7617 64.5086 C 17.0304 61.7278 15.2367 61.0999 14.7882 60.8307 C 13.0838 59.5749 12.1867 59.7543 11.1103 59.6647 C 10.082 59.6057 9.30269 60.1569 8.68205 61.0127 M 24.6967 39.2405 C 23.9791 39.9581 20.7984 43.697 21.3366 48.1822 C 21.8749 52.3984 24.7454 52.6674 26.2704 53.6542 L 32.2806 57.2424 C 34.1644 58.9468 38.7396 61.0999 38.3806 68.8144 C 38.1112 74.5555 33.6262 80.7453 24.566 80.2966 C 18.6455 80.0271 13.9808 78.682 10.2132 76.7982 C 8.59855 76.0805 5.10015 74.1071 5.18976 71.5056 M 21.7583 66.4021 L 38.1103 75.7304"
       id="path8083"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
  </g>
  <g
     id="g26106"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-!">
    <path
       id="path8227"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.00279;word-spacing:0px"
       d="M 12.9859 9.50669 C 16.0636 9.50669 23.0338 10.9517 25.2969 11.915 C 26.7452 12.493 29.4609 14.227 28.9177 17.695 C 27.1073 28.7735 22.4907 44.7648 20.4087 52.1827 M 9.72712 11.4333 C 7.8261 16.9244 6.10624 30.3148 7.1925 46.4026 C 7.28287 47.655 7.82603 50.5451 8.45977 51.5084 C 9.54603 53.2423 10.8134 55.169 16.8783 55.169 M 1.7469 39.3051 L 29.3115 25.9713"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
    <path
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.00279;word-spacing:0px"
       d="M 5.40105 60.3546 C 4.85792 62.7988 4.22424 67.2344 4.22424 70.5837 C 4.22424 71.7605 4.49549 72.7562 5.12948 73.5708 C 7.302 76.2866 11.4661 80.7222 17.531 80.7222 M 7.57356 58.6349 C 10.6513 58.6349 15.9921 59.6304 19.1604 61.7125 C 20.4277 62.5274 21.7852 64.6997 21.514 66.2386 C 20.6993 71.1267 20.5182 75.7434 19.613 78.8211 M 23.8906 61.9573 L 3.68702 76.5226"
       id="path961"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
  </g>
  <g
     id="g26148"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-+">
    <path
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.13946;word-spacing:0px"
       d="M 30.1397 30.8492 C 30.9628 31.6721 31.3739 32.495 31.0653 33.4207 C 30.8597 35.1694 29.8393 39.9793 29.3249 43.0649 M 19.648 27.352 C 17.7965 27.352 16.768 28.3805 16.6651 29.5121 C 16.2536 32.0835 14.9247 39.1563 14.3075 44.505 M 11.9381 35.21 L 32.7597 36.9005"
       id="path6287"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
    <path
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.13946;word-spacing:0px"
       d="M 13.0928 54.3812 L 12.7565 62.7355 C 12.5508 65.307 13.4765 68.0843 14.4023 68.4956 M 27.596 53.4554 C 26.8759 58.3926 26.5397 65.41 26.5397 68.0843 C 26.4368 68.8041 25.2025 70.2441 23.4539 70.1415 M 9.80259 61.4595 L 29.2005 61.4595"
       id="path6283"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
    <path
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.13946;word-spacing:0px"
       d="M 43.0999 52.0382 C 43.0999 53.7867 41.9685 54.8158 40.837 54.9182 C 38.2656 55.2264 33.2255 55.5354 27.7739 55.9468 L 13.2707 56.8726 L 7.51062 57.387 C 4.93915 57.6953 3.29341 56.1526 2.88195 55.227 M 41.2485 41.7523 C 40.5285 40.9294 39.7056 40.4151 38.677 40.6209 L 38.6769 40.621 C 36.8255 40.518 33.7397 40.7239 30.0368 40.9291 L 15.0193 42.3691 C 9.77353 42.7808 5.04199 43.1921 2.47052 43.0889 C 1.75049 43.0889 0.310474 44.2206 0.310474 45.9691 M 20.4803 39.0358 L 20.3913 59.5904"
       id="path933"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
  </g>
  <g
     id="g26191"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-&quot;">
    <path
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:0.78668;word-spacing:0px"
       d="M 7.8843 11.8277 C 6.39865 14.339 5.56298 20.6639 5.56298 22.2451 C 5.56298 23.4543 4.82012 25.2214 5.28408 26.1516 C 7.14117 29.9651 8.90538 31.1743 10.9481 32.0114 M 10.1128 9.87452 C 12.7126 10.2468 13.2698 9.78166 15.591 10.7115 C 17.0765 11.2696 17.6336 12.0137 17.1229 15.7342 C 16.6118 19.4548 14.3837 27.3607 13.0837 30.0581 M 2.12833 24.1974 L 18.5949 15.6684"
       id="path8373"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
    <path
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:0.78668;word-spacing:0px"
       d="M 21.6265 11.8277 C 20.1409 14.339 19.3052 20.6639 19.3052 22.2451 C 19.3052 23.4543 18.5623 25.2214 19.027 26.1516 C 20.884 29.9651 22.6482 31.1743 24.691 32.0114 M 23.855 9.87452 C 26.4548 10.2468 27.0119 9.78166 29.3333 10.7115 C 30.8187 11.2696 31.3757 12.0137 30.8654 15.7342 C 30.355 19.4548 28.1265 27.3607 26.8266 30.0581 M 17.39 22.1054 L 32.4107 15.588"
       id="path963"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
  </g>
  <g
     id="g28018"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-^">
    <path
       id="path921"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:0.689534;word-spacing:0px"
       d="M 40.3906 32.0156 C 41.1454 31.2602 40.4848 29.8436 40.0129 28.8047 C 38.5029 25.1216 30.9535 15.6776 28.3112 12.089 C 26.99 10.7668 25.3858 9.53914 23.404 9.53914 C 21.7055 9.53914 19.6293 10.578 18.5913 12.089 C 15.949 15.6776 6.51211 25.1216 5.00228 28.8047 C 4.53102 29.8436 3.86987 31.2602 4.62458 32.0156 M 40.3906 32.0156 C 36.4272 36.0764 36.5215 37.3987 33.9736 38.3432 C 32.7468 38.8155 32.0857 38.5324 31.2368 37.3987 C 28.8777 34.1878 25.7636 29.4657 22.9325 26.066 C 20.1959 29.4657 16.9873 34.1878 15.43 36.3599 C 13.8727 38.5319 13.2121 38.8152 11.9854 38.3432 C 9.43739 37.3987 8.58815 36.0764 4.62458 32.0156 M 23.1565 30.2534 L 23.2718 5.29738"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
  </g>
  <g
     id="g28072"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-*">
    <path
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.59491;word-spacing:0px"
       d="M 20.9529 8.70143 C 22.428 9.25417 22.5197 9.62268 22.151 11.0967 C 21.7823 12.5707 21.2063 16.0522 20.6526 17.3421 M 15.5151 7.9644 C 14.0406 7.9644 13.5798 8.9778 13.5798 9.80684 C 13.5798 11.0967 13.8034 13.4007 13.8568 14.966 L 13.9251 16.9732 M 12.1562 10.9128 L 23.5118 11.6867"
       id="path4177"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
    <path
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.59491;word-spacing:0px"
       d="M 11.5626 19.4043 C 10.1802 20.2334 7.31316 22.8886 6.3915 23.7178 C 5.4696 24.7312 5.65438 25.376 6.29941 26.3894 M 17.0004 23.2737 L 12.843 28.9689 C 12.5664 29.798 11.3685 30.6271 10.0781 29.798 M 6.73648 21.3608 L 14.7371 28.8423"
       id="path4173"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
    <path
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.59491;word-spacing:0px"
       d="M 15.0158 23.3421 C 15.3845 24.816 16.5291 28.1399 17.2669 29.2453 C 18.0959 30.3509 19.018 30.7193 20.2161 30.2587 M 21.3748 20.3019 C 22.0199 21.1311 23.3488 23.7178 23.9024 24.1785 C 24.6393 24.6391 25.285 26.2052 24.1791 27.3108 M 15.7048 28.7778 L 24.2538 22.941"
       id="path4171"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
    <path
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.59491;word-spacing:0px"
       d="M 27.3121 15.2423 C 27.124 14.6398 26.7663 14.2221 26.3524 13.9701 C 25.7538 13.6058 25.0376 13.5883 24.5472 13.8606 C 23.6253 14.1371 21.9666 14.7817 20.5842 15.4267 L 15.6361 16.2892 C 14.6223 15.0916 11.8291 12.4783 10.8155 11.8335 C 9.52513 11.0964 8.97214 11.4649 8.14263 12.3862 M 28.1411 20.1251 C 28.049 21.415 27.4039 21.7834 26.2522 21.8294 C 25.1005 21.8754 23.5338 21.8754 22.0592 21.8754 C 18.5096 23.3523 14.8337 25.6355 12.0417 22.2776 C 10.7514 22.0011 7.68141 20.5856 6.85244 20.2172 C 6.28154 20.1538 5.58014 19.6977 5.34732 18.9392 C 5.24314 18.5956 5.23417 18.1894 5.37849 17.7297 M 17.6106 14.7013 L 18.409 24.6203"
       id="path4175"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
  </g>
  <g
     id="g28127"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer--">
    <path
       id="path915"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.17885;word-spacing:0px"
       d="M 1.61314 45.2171 C 1.25674 45.7106 0.99734 46.3545 0.99734 47.1094 C 0.99734 49.3442 3.01917 52.7495 4.82825 55.8355 C 5.3599 56.7933 6.95655 58.3893 9.61686 58.0702 C 15.2568 57.4317 35.3693 55.7291 41.967 56.0482 C 42.6619 56.1112 43.2443 55.7618 43.6029 55.0891 M 1.61314 45.2171 C 2.11086 44.5273 2.79785 44.1299 3.23198 44.1299 C 10.681 44.2353 31.8575 41.6823 35.6885 41.7886 C 39.5195 41.894 40.3706 42.4272 41.1156 43.2786 C 41.967 44.2362 43.9888 50.1955 43.9888 53.2816 C 43.9888 54.0169 43.8482 54.6286 43.6028 55.0891 M 23.6667 37.89 L 20.3527 61.2723"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
  </g>
  <g
     id="g28183"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-:">
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       d="M 4.58173 63.1292 C 4.14171 63.4563 3.93075 63.9376 3.81759 64.3865 C 3.22758 66.8225 2.63838 70.2333 2.63838 73.5461 C 2.63838 74.7155 2.93337 75.6899 3.52337 76.4695 C 5.68508 79.1978 8.92771 79.9774 14.9217 79.9774 C 15.4634 79.9774 15.8375 79.8707 16.116 79.6716 M 4.58173 63.1286 C 4.90581 62.8872 5.35422 62.73 5.97931 62.73 C 9.02548 62.73 13.4472 62.8269 16.5917 64.8738 C 17.7708 65.6534 19.1467 67.7972 18.6064 70.9639 C 18.0661 74.1306 17.8701 75.1052 16.9851 78.1258 C 16.7469 78.8346 16.5448 79.3644 16.116 79.6717 M 1.61163 76.696 L 18.7722 65.1326"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:0.769144;word-spacing:0px"
       id="path5601" />
    <path
       id="path5603"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:0.769144;word-spacing:0px"
       d="M 6.50517 33.0879 C 6.06513 33.4152 5.85417 33.8965 5.74102 34.3455 C 5.15101 36.7815 4.5618 40.1918 4.5618 43.5048 C 4.5618 44.6743 4.85682 45.6488 5.44679 46.4282 C 7.60851 49.1566 10.8512 49.9362 16.8452 49.9362 C 17.3868 49.9362 17.7609 49.8296 18.0394 49.6306 M 6.50517 33.0876 C 6.82925 32.8468 7.27764 32.689 7.90273 32.689 C 10.9489 32.689 15.3706 32.7859 18.5151 34.8326 C 19.6942 35.6123 21.0701 37.7559 20.5298 40.9227 C 19.9895 44.0895 19.7936 45.064 18.9086 48.0847 C 18.6704 48.7933 18.4682 49.3233 18.0394 49.6307 M 3.53506 46.655 L 20.6956 35.0914"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
  </g>
  <g
     id="g28240"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-.">
    <path
       id="path911"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:0.675061;word-spacing:0px"
       d="M 3.50447 63.4762 C 3.06022 63.8092 2.84723 64.299 2.73299 64.7558 C 2.1373 67.2347 1.54243 70.7048 1.54243 74.0759 C 1.54243 75.2658 1.84028 76.2573 2.43593 77.0503 C 4.61844 79.8268 7.89225 80.6198 13.9439 80.6198 C 14.4908 80.6198 14.8685 80.5108 15.1497 80.3089 M 3.50447 63.476 C 3.83169 63.2308 4.28439 63.0702 4.9155 63.0702 C 7.99096 63.0702 12.4552 63.1678 15.6299 65.2516 C 16.8204 66.0447 18.2095 68.2259 17.664 71.4483 C 17.1185 74.6709 16.9207 75.6623 16.0272 78.7358 C 15.7867 79.4571 15.5826 79.9965 15.1497 80.309 M 0.505811 77.2812 L 17.8314 65.5149"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
  </g>
  <g
     id="g28298"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-;">
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       d="M 6.53582 33.3852 C 6.11163 33.6989 5.90825 34.1606 5.79916 34.5911 C 5.23037 36.9268 4.66236 40.1967 4.66236 43.3733 C 4.66236 44.4944 4.94674 45.4286 5.51552 46.1762 C 7.5995 48.792 10.7255 49.5396 16.504 49.5396 C 17.0261 49.5396 17.3868 49.4367 17.6552 49.2465 M 6.53582 33.385 C 6.84825 33.1541 7.28053 33.0028 7.88314 33.0028 C 10.8198 33.0028 15.0825 33.096 18.1138 35.0582 C 19.2505 35.8053 20.577 37.8609 20.0561 40.8975 C 19.5352 43.9339 19.3463 44.868 18.4932 47.7641 C 18.2635 48.4437 18.0686 48.952 17.6552 49.2466 M 3.67254 46.3936 L 20.2159 35.3063"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:0.643616;word-spacing:0px"
       id="path5605" />
    <path
       embroider_e_stitch="False"
       embroider_zigzag_underlay="False"
       embroider_center_walk_underlay="False"
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       id="path6013"
       d="M 4.13577 64.5469 C 4.45345 64.2779 4.90897 64.0968 5.56866 64.0968 C 8.50526 64.0968 12.768 64.1901 15.7993 66.1524 C 16.936 66.8997 18.2625 68.9552 17.9781 70.3564 C 17.2203 75.0281 16.3338 77.7001 15.4817 80.5962 M 4.13577 64.5472 C 3.76924 64.8574 3.58618 65.2849 3.4847 65.6851 C 2.91593 68.0209 2.34801 71.2909 2.34801 74.4675 C 2.34801 75.5886 2.6324 76.5228 3.20011 77.2704 C 4.24215 78.5782 6.44151 80.4421 8.33609 80.909"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:0.643616;word-spacing:0px" />
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       d="M 16.1783 78.8582 C 14.9291 81.9923 13.5318 85.2193 11.8208 88.2011 C 10.4947 90.3498 8.979 90.7236 6.70559 89.7893 M 7.55757 79.9793 C 6.70546 82.4087 5.66298 84.8377 5.14205 86.6595 C 4.62113 88.4813 5.18973 89.2287 6.70559 89.7893"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:0.643616;word-spacing:0px"
       id="path6015" />
  </g>
  <g
     id="g28357"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-,">
    <path
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:0.487657;word-spacing:0px"
       d="M 3.87616 64.2023 C 4.18826 63.9393 4.63577 63.7604 5.28386 63.7604 C 8.16882 63.7604 12.3566 63.8522 15.3346 65.7797 C 16.4514 66.5144 17.7545 68.5336 17.4751 69.9108 C 16.7306 74.501 15.8597 77.1263 15.0226 79.972 M 3.87616 64.2023 C 3.51608 64.5074 3.33624 64.9272 3.23654 65.3205 C 2.67777 67.6157 2.11984 70.8286 2.11984 73.95 C 2.11984 75.0513 2.39923 75.9695 2.95696 76.7038 C 3.98069 77.989 6.14138 79.8202 8.00263 80.2794"
       id="path5615"
       embroider_satin_column="True"
       embroider_contour_underlay="True"
       embroider_center_walk_underlay="False"
       embroider_zigzag_underlay="False"
       embroider_e_stitch="False" />
    <path
       id="path907"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:0.487657;word-spacing:0px"
       d="M 15.7069 78.2645 C 14.4797 81.344 13.107 84.5144 11.4261 87.4446 C 10.1233 89.5556 8.63423 89.9231 6.4008 89.0051 M 7.23779 79.3662 C 6.40067 81.7529 5.37654 84.1397 4.86475 85.9298 C 4.353 87.7199 4.91156 88.4541 6.4008 89.0051"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
  </g>
  <g
     id="g28563"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-|">
    <path
       id="path891"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:0.762168;word-spacing:0px"
       d="M 21.1262 82.172 C 20.7728 82.4623 20.2618 82.6078 19.5837 82.6078 C 13.2265 82.6078 8.53185 76.5816 6.28235 73.7628 C 5.69509 72.7908 5.30398 71.8189 5.30398 70.6526 C 5.30398 54.8098 10.3898 12.3349 11.8569 6.89198 C 12.0328 6.36778 12.3138 5.80875 12.8476 5.44482 M 21.1262 82.1716 C 21.5374 81.8336 21.7355 81.2984 21.7355 80.5667 C 21.7355 58.5031 25.9411 20.8881 27.8971 10.1966 L 27.8969 10.1966 C 28.1905 8.6415 27.3096 7.96111 25.8429 7.37794 C 23.3978 6.50317 17.4318 5.04523 14.302 5.04523 C 13.6748 5.04523 13.2047 5.20113 12.8476 5.44505 M 1.82617 39.7858 L 27.9108 42.6395"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
  </g>
  <g
     id="g28638"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-&lt;">
    <path
       id="path4044"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:0.832432;word-spacing:0px"
       d="M 39.9255 71.5583 C 39.9255 70.6304 39.7392 69.7026 38.9037 69.2386 C 34.9095 67.0117 24.8778 61.3512 18.1898 56.8044 L 16.635 55.4676 L 2.33189 55.8691 M 39.9255 71.5587 C 39.8326 72.6722 35.4668 76.755 33.2376 78.7036 C 32.0301 79.7244 30.6365 79.9099 29.8936 79.2602 C 21.7196 72.3937 9.92287 63.9497 6.02164 60.9803 C 4.07096 59.6813 1.19101 57.7326 1.37727 56.8047 M 24.6705 58.197 L 18.4832 73.6093"
       embroider_satin_column="True"
       embroider_zigzag_underlay="True" />
    <path
       id="path887"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:0.832432;word-spacing:0px"
       d="M 40.8547 37.2255 C 40.8547 38.1535 40.4832 38.8957 39.8329 39.5453 L 39.8325 39.5453 C 35.4668 43.5352 24.9706 51.4226 18.1898 56.8044 L 16.7154 58.1968 L 2.41225 58.2771 M 40.8547 37.2257 C 40.7621 36.1121 37.8823 32.3076 35.653 30.359 C 34.4455 29.3382 33.0521 29.2455 32.3091 29.8022 C 24.1349 36.0193 10.2947 47.9895 6.39341 51.2371 C 5.09306 52.4435 3.32813 54.1137 2.30643 55.3198 C 1.84237 55.784 1.47091 56.2478 1.37727 56.8046 M 17.5993 36.8445 L 23.7866 55.3071"
       embroider_satin_column="True"
       embroider_zigzag_underlay="True" />
  </g>
  <g
     id="g28714"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-&gt;">
    <path
       embroider_zigzag_underlay="True"
       embroider_satin_column="True"
       d="M 1.96099 37.6726 C 1.96099 38.6035 2.14786 39.5346 2.98625 40.0002 C 6.9939 42.2346 17.0596 47.9141 23.7702 52.4763 L 25.3302 53.8177 L 39.6817 53.4148 M 1.96099 37.6722 C 2.05421 36.5549 6.43471 32.4584 8.67148 30.5031 C 9.88308 29.4789 11.2814 29.2927 12.0268 29.9446 C 20.2285 36.8342 32.0651 45.3068 35.9795 48.2862 C 37.9368 49.5897 40.8265 51.5451 40.6396 52.4759 M 17.2676 51.079 L 23.4758 35.6147"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:0.835247;word-spacing:0px"
       id="path4165" />
    <path
       embroider_zigzag_underlay="True"
       embroider_satin_column="True"
       d="M 1.02866 72.1214 C 1.02866 71.1904 1.40135 70.4456 2.0539 69.7938 L 2.05415 69.7938 C 6.43468 65.7903 16.9665 57.8763 23.7702 52.4763 L 25.2496 51.0792 L 39.6011 50.9989 M 1.02865 72.1216 C 1.1217 73.2389 4.01106 77.0562 6.24792 79.0115 C 7.45954 80.0356 8.85761 80.1288 9.60315 79.57 C 17.805 73.332 31.692 61.3214 35.6065 58.0628 C 36.9112 56.8524 38.6821 55.1764 39.7073 53.9661 C 40.1729 53.5005 40.5456 53.0352 40.6396 52.4765 M 24.3627 72.5039 L 18.1545 53.979"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:0.835247;word-spacing:0px"
       id="path4167" />
  </g>
  <g
     id="g28791"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-/">
    <path
       id="path1005"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:0.751154;word-spacing:0px"
       d="M 1.65218 71.9201 C 4.6004 75.5558 7.45025 77.8161 11.5777 79.4867 C 12.8553 79.9782 13.7396 79.7811 14.4276 78.504 C 25.8271 57.4746 43.0248 32.7111 50.2969 19.3469 L 50.2969 19.347 M 2.0455 68.5791 C 8.72794 52.5614 33.6891 13.6475 38.4062 9.12706 C 39.0939 8.53746 39.8802 7.75155 41.3544 8.43932 C 44.4007 9.81504 47.742 13.1562 49.6091 15.5145 M 13.3436 30.8603 L 39.1876 48.372"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
  </g>
  <g
     id="g28869"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-\">
    <path
       id="path1001"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:0.736443;word-spacing:0px"
       d="M 5.20412 16.1785 C 7.03466 13.8663 10.3105 10.5907 13.2973 9.2419 C 14.7425 8.56763 15.5134 9.33784 16.1877 9.91618 C 20.8125 14.3481 45.2846 52.4999 51.8363 68.2039 M 4.52982 19.9359 L 4.52925 19.9359 C 11.6589 33.0385 28.5198 57.317 39.696 77.9345 C 40.3704 79.187 41.2376 79.3796 42.4902 78.8978 C 46.5366 77.2601 49.3308 75.044 52.2212 71.4795 M 37.6235 27.7231 L 18.7868 49.7261"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
  </g>
  <g
     id="g29036"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-}">
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       d="M 21.9383 53.7565 C 18.2544 52.1744 14.0813 47.8223 13.6828 44.9549 C 13.2843 42.0875 14.778 40.5057 14.5784 36.8474 C 14.479 34.5737 14.8767 24.8842 11.7906 24.0931 C 10.6953 23.7969 8.50495 25.0821 7.40967 23.9937 L 7.21154 23.7964 C 7.11293 23.8958 7.11293 23.9937 6.71434 23.4008 M 37.608 49.9274 C 37.0261 48.3567 36.3437 46.9908 36.1862 45.8446 C 35.8872 43.8673 34.5932 43.4717 33.7967 43.3728 C 30.9092 42.8783 30.0132 39.3193 29.6149 37.6385 C 28.9181 34.3756 29.6149 29.1356 28.8185 25.8728 C 28.7192 24.3897 27.8225 19.7428 27.126 18.7542 C 24.8359 15.4915 22.745 10.9433 16.2732 9.55914 C 16.2732 9.55914 16.1737 9.55914 16.0735 9.65783 C 10.7966 9.1634 7.61034 9.55914 5.02167 10.6465 C 4.12603 11.0422 2.63201 12.1294 2.63201 12.9205 M 12.0743 39.3986 L 31.8848 27.2532"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:0.617115;word-spacing:0px"
       id="path10377" />
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       d="M 2.23512 78.8674 C 4.22641 79.0651 4.12682 80.4495 5.42118 80.6468 L 5.71731 80.6474 C 5.71731 80.6474 5.71731 80.5481 5.6179 80.5481 C 8.60488 81.2397 9.70061 78.4715 10.5963 76.3953 C 11.7913 73.429 11.5916 64.6296 12.5876 61.5646 C 13.9815 57.313 16.6497 51.609 21.3293 49.0385 M 0.642261 81.4373 C 0.444109 85.5897 2.83278 91.4235 4.92366 92.7088 C 6.11844 93.4997 7.91054 94.5871 11.1964 94.9825 C 14.3825 95.3785 16.3738 94.1917 18.3651 93.3018 C 18.4645 93.2024 18.4645 93.2024 18.5633 93.2024 L 18.6627 93.2024 L 19.3595 92.9061 C 20.7535 92.313 23.9396 88.3579 25.6322 83.3156 C 26.4286 80.9427 27.1258 74.4173 27.6235 66.3099 C 29.5153 59.6855 30.7102 58.0047 35.0911 57.6093 C 36.0871 57.5099 38.3768 56.7196 38.4763 54.643 C 38.5706 52.9125 38.1301 51.3367 37.608 49.9264 M 7.76768 64.2014 L 31.1957 74.6364"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:0.617115;word-spacing:0px"
       id="path10379" />
  </g>
  <g
     id="g29123"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-]">
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       d="M -0.372889 84.0855 C -0.572673 88.2528 3.71221 95.2982 5.80461 96.5881 C 7.00032 97.382 10.5873 98.0764 13.8754 98.2751 C 16.4659 98.4725 19.1561 98.4725 21.7468 98.5723 C 24.6362 98.7697 28.3228 98.6705 30.7142 98.6705 C 32.3084 98.6705 35.8953 95.7928 36.4932 93.9073 C 38.3863 87.8544 42.2722 38.2406 42.2722 21.4712 C 42.2722 20.1812 42.1727 18.9904 41.2754 18.1965 C 37.8878 15.2196 31.8099 11.4492 25.3334 10.0599 C 24.9353 9.96098 24.636 9.96098 24.3367 10.0599 C 18.9562 9.66269 11.583 9.36535 7.39816 9.26595 M 1.52018 82.4968 C 7.00032 83.0921 12.3807 83.2909 17.8609 83.4889 C 19.6543 67.8109 22.8831 39.8429 23.9194 30.7578 C 25.0776 22.037 18.9562 23.8524 17.4617 23.7531 C 14.1736 23.555 12.8783 23.655 11.6826 22.8602 C 9.59029 21.5702 4.90816 15.1204 5.10645 10.9528 M 45.2564 57.8218 L 16.8121 53.8729"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:0.59365;word-spacing:0px"
       id="path10530" />
  </g>
  <g
     id="g29211"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-[">
    <path
       id="path995"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:0.600461;word-spacing:0px"
       d="M 47.7658 24.0525 C 47.9653 19.8903 43.6863 12.8546 41.5968 11.5662 C 40.4028 10.7734 36.8208 10.0797 33.5372 9.88149 C 30.9502 9.68374 28.2637 9.68374 25.6766 9.58454 C 22.7912 9.3868 19.1096 9.48563 16.7216 9.48563 C 15.1296 9.48563 11.5476 12.3595 10.9505 14.2422 C 9.05998 20.2872 5.17948 69.8359 5.17948 86.5835 C 5.17948 87.8715 5.27883 89.0608 6.17485 89.8535 C 9.5579 92.8264 15.6274 96.5921 22.095 97.9795 C 22.4925 98.0782 22.7914 98.0782 23.0903 97.9795 C 28.4634 98.3761 35.8264 98.6732 40.0055 98.7723 M 45.8754 25.6378 C 40.4028 25.0434 35.0297 24.8449 29.5571 24.6471 C 27.7662 40.3045 24.5419 68.2355 23.507 77.3087 C 22.3504 86.0181 28.4634 84.2054 29.9558 84.3043 C 33.2394 84.5014 34.5329 84.403 35.7269 85.1959 C 37.8164 86.4843 42.492 92.9257 42.294 97.0877 M 2.19938 50.2805 L 30.6045 54.224"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
  </g>
  <g
     id="g29300"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-{">
    <path
       id="path10220"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:0.616452;word-spacing:0px"
       d="M 16.5808 50.6108 C 20.2349 52.1801 24.3741 56.4974 24.7694 59.3413 C 25.1647 62.1856 23.683 63.7551 23.881 67.3839 C 23.9796 69.6395 23.5851 79.2509 26.6462 80.0358 C 27.7326 80.3297 29.9053 79.0548 30.9917 80.1345 L 31.1882 80.3308 C 31.2862 80.2321 31.2862 80.1345 31.6814 80.7235 M 1.03806 54.4098 C 1.61527 55.9681 2.29215 57.3231 2.44827 58.4599 C 2.74492 60.4214 4.02839 60.8137 4.8185 60.9119 C 7.68258 61.4022 8.57134 64.933 8.96642 66.6003 C 9.65761 69.8369 8.96642 75.0346 9.75632 78.2714 C 9.8549 79.7425 10.7443 84.3519 11.4351 85.3329 C 13.7067 88.5693 15.7807 93.0809 22.2 94.454 C 22.2 94.454 22.2986 94.454 22.398 94.3554 C 27.6322 94.8457 30.7927 94.454 33.3603 93.3745 C 34.2487 92.9819 35.7306 91.9034 35.7306 91.1189 M 26.3649 64.8535 L 6.71485 76.9012"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
    <path
       id="path993"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:0.616452;word-spacing:0px"
       d="M 36.1243 25.7017 C 34.1491 25.5057 34.2479 24.1322 32.964 23.9363 L 32.6703 23.9363 C 32.6703 23.9363 32.6703 24.035 32.7689 24.035 C 29.8061 23.3483 28.7193 26.0944 27.8309 28.154 C 26.6456 31.0963 26.8437 39.8251 25.8557 42.8654 C 24.4731 47.0826 21.8265 52.7409 17.1848 55.291 M 37.7043 23.1525 C 37.9008 19.0331 35.5315 13.2466 33.4575 11.9717 C 32.2724 11.187 30.4948 10.1081 27.2357 9.71592 C 24.0754 9.32337 22.1002 10.5006 20.125 11.3832 C 20.0264 11.4812 20.0264 11.4812 19.9285 11.4812 L 19.8299 11.4812 L 19.1387 11.775 C 17.756 12.3634 14.5957 16.2866 12.9168 21.2882 C 12.1269 23.6421 11.4354 30.1151 10.9417 38.1575 C 9.0652 44.7283 7.87999 46.3958 3.53454 46.788 C 2.54663 46.8867 0.275474 47.6708 0.176804 49.7304 C 0.0830612 51.4471 0.520136 53.0102 1.03806 54.4091 M 30.6366 40.249 L 7.39836 29.8978"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
  </g>
  <g
     id="g29390"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-€">
    <path
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:0.758586;word-spacing:0px"
       d="M 16.6006 31.8967 L 2.80839 33.1635 C 2.10765 33.2628 0.306079 34.1634 0.906597 35.8632 M 14.8991 42.5952 L 8.81381 43.3622 C 6.3115 43.6618 4.91009 41.7626 4.10956 41.0626 M 7.7439 28.6123 L 8.84596 45.4321"
       id="path9763"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
    <path
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:0.758586;word-spacing:0px"
       d="M 14.6995 46.9947 C 11.3965 47.3949 6.41224 47.9616 4.71069 48.1616 C 4.00995 48.2609 2.10836 49.1614 2.70888 50.8612 M 15.2 57.7939 C 14.0989 57.8932 11.117 58.4605 10.516 58.4605 C 8.01366 58.76 6.91253 57.3604 6.11197 56.6605 M 8.84596 46.2882 L 11.0501 59.9278"
       id="path9759"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
    <path
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:0.758586;word-spacing:0px"
       d="M 47.4493 52.5613 C 48.6503 55.7612 46.5485 56.1607 45.4475 56.0607 C 42.9452 55.9614 36.31 56.2827 30.7048 56.683 M 44.0462 46.3615 C 43.3455 45.5615 42.5449 45.0616 41.544 45.2616 L 41.5436 45.262 C 39.6418 45.1627 34.608 45.3832 30.4042 45.6843 M 37.4381 43.1692 L 37.9891 58.093"
       id="path9753"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
    <path
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:0.758586;word-spacing:0px"
       d="M 47.1484 37.4634 C 47.8491 38.9632 46.2476 41.0629 45.1466 40.9627 C 42.7444 40.8634 36.2093 41.1848 30.5041 41.5852 M 44.3458 32.2635 C 43.6451 31.4636 42.8445 30.9636 41.8436 31.1637 C 40.2421 31.0644 35.909 31.2863 32.5059 31.3856 M 38.6627 29.2238 L 38.9688 42.2518"
       id="path9749"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
    <path
       id="path9755"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:0.758586;word-spacing:0px"
       d="M 51.653 72.2592 C 51.653 70.4594 51.753 68.8597 50.3519 64.9601 C 49.2508 61.7605 46.9488 62.1603 44.7468 63.0603 C 43.1454 63.76 39.0417 64.7601 36.039 63.76 C 33.4366 62.9603 32.5358 60.9603 32.2355 56.5608 L 31.9349 45.5624 C 31.9349 44.1625 31.9349 42.763 32.0348 41.463 L 34.0366 31.264 C 35.4379 27.2642 37.0393 25.2645 38.0403 24.6645 C 39.6417 24.4649 43.5453 25.8646 46.7481 27.2642 C 48.1494 28.2642 51.052 27.7644 52.153 26.1644 C 52.9536 24.9645 54.8555 19.765 55.556 16.5655 M 49.0508 77.2585 C 45.8479 77.9585 41.1437 79.4584 35.6387 79.5583 C 21.3257 79.7582 14.8199 71.1594 13.1184 58.1609 L 12.6179 47.3619 C 12.6179 46.7618 12.6179 46.1618 12.7176 45.562 C 12.7176 44.6619 12.8175 43.862 12.8175 42.9623 L 14.5191 32.2638 C 18.7228 15.3655 29.1323 8.56672 39.6417 8.86631 C 47.4488 9.06606 50.0511 10.2661 53.8546 12.1659 M 9.82568 44.8817 L 33.8261 43.169 M 39.0914 27.3889 L 32.6015 5.73715 M 35.6628 61.151 L 25.3769 81.3349"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
  </g>
  <g
     id="g29481"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-$">
    <path
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:0.539701;word-spacing:0px"
       d="M 36.715 13.1411 C 37.1004 10.4515 38.0972 4.51459 38.4826 1.92136 C 38.6748 0.384583 38.0972 -0.095804 36.5551 -0.960127 M 23.5114 12.1805 C 23.8969 9.0107 25.7608 -0.479939 26.4356 -2.59304 C 26.7247 -3.4575 27.2065 -4.80198 28.7485 -4.61011 M 21.0687 0.77619 L 39.3444 7.00426"
       id="path9599"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
    <path
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:0.539701;word-spacing:0px"
       d="M 16.5518 77.6825 C 16.2624 80.6599 16.1663 83.6376 15.9731 86.0387 L 15.7374 88.2715 C 15.5442 89.8083 16.1228 90.3848 17.6649 91.1529 M 29.4663 79.3152 C 29.273 82.9651 28.7479 89.9045 28.2664 91.5371 C 27.9772 92.4015 27.4953 93.554 25.9533 93.554 M 13.2868 82.3281 L 31.0909 89.026"
       id="path9595"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
    <path
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:0.539701;word-spacing:0px"
       d="M 37.6582 41.7937 C 34.1368 39.6581 32.7001 38.7088 33.0855 34.2908 C 33.5674 29.1039 31.7362 26.8948 28.3631 26.8948 C 24.9899 26.8948 22.0986 30.0644 22.0986 34.8671 C 22.195 52.1562 48.4094 43.2235 48.4094 63.4902 C 48.4094 75.6887 38.0971 81.1633 29.2305 81.5477 L 16.316 79.9151 C 12.4609 78.5701 10.0515 76.5532 8.3167 74.4401 C 5.13629 70.6942 2.82293 66.4678 2.72681 63.5862 M 43.0553 43.0742 C 45.6575 42.4019 46.6746 38.9971 47.1565 38.1326 C 51.108 31.121 51.3971 26.6065 51.8789 22.4761 C 52.3604 18.3464 48.6021 14.3118 44.9399 12.775 C 42.5304 11.8146 40.121 10.7581 37.4224 10.0858 L 24.2188 9.12544 C 10.9189 10.7581 1.85946 21.708 1.85946 35.0589 C 1.85946 46.2971 6.58188 48.8905 13.232 51.8679 C 20.7493 55.2298 27.0138 56.9586 26.9174 59.7444 C 26.8212 62.2416 24.508 63.2019 22.4841 63.5862 C 18.7254 64.2585 16.316 63.1057 11.5935 61.5693 C 8.3167 60.5125 6.00364 58.3034 4.36523 58.9757 M 26.8462 40.2595 L 17.7673 56.2406 M 23.4269 59.4134 L 50.074 63.2912 M 23.8985 32.6213 L -2.15908 27.5684"
       id="path9597"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
  </g>
  <g
     id="g29573"
     style="display:inline"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-@">
    <path
       id="path983"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:0.740266;word-spacing:0px"
       d="M 42.4405 52.5386 C 40.8616 55.2028 34.5774 60.7952 31.1234 60.3015 C 22.1433 59.0188 23.6232 49.5459 23.5248 45.2041 C 23.426 38.7902 29.6432 26.5543 40.005 27.9358 C 44.6431 28.5278 50.9589 30.1068 52.5378 32.0803 C 52.9324 32.5735 53.0308 33.8565 53.0308 35.6327 C 53.0308 38.0995 52.6362 41.4546 52.6362 44.7109 C 52.6362 49.6445 53.5243 53.8874 55.5967 54.3809 L 56.2876 54.4798 C 59.7414 51.5196 61.2217 43.6254 61.2217 38.6918 C 61.2217 25.1732 47.8008 20.1407 40.7942 20.1407 C 26.1889 20.1407 17.5049 31.8831 17.5049 48.4607 C 17.5049 59.1176 26.8797 68.7877 37.9324 68.7877 C 40.8929 68.7877 42.8665 67.9983 43.952 67.3077 C 44.8403 66.7157 45.8271 65.7285 47.406 65.6302 C 48.4915 65.5312 49.4783 65.7291 51.1559 66.7157 L 51.1565 66.7157 M 41.333 47.2473 L 37.3402 47.7701 C 36.7476 47.4744 36.9456 44.6125 37.3402 42.9348 C 38.2289 39.0866 38.7218 38.6919 40.0046 38.0999 C 40.6955 37.804 41.5836 37.9037 41.5836 38.8893 C 41.5836 40.1721 41.3868 41.7508 41.2873 43.4284 L 41.2873 43.5274 C 40.0044 44.9088 40.416 46.1336 39.9748 47.429 L 41.1125 52.2981 C 42.4941 58.7119 48.7879 62.868 59.5444 63.3612 C 69.2153 63.3612 75.4324 46.1918 75.235 38.8896 C 74.6425 17.4771 58.6563 14.9115 50.1694 12.1487 C 46.1234 10.8659 37.2419 8.39903 30.4326 9.58312 C 21.5511 11.0631 3.78801 23.2003 3.78801 46.8823 C 3.78801 62.6705 10.8933 70.3671 14.9394 73.0314 C 18.8867 75.6958 35.6628 81.3203 42.5707 81.3203 C 47.2089 81.3203 51.847 80.6297 57.0772 77.077 C 58.7549 76.1891 59.9391 74.1169 58.0644 72.4395 M 44.7984 24.4893 L 52.3108 8.09994 M 39.164 41.3909 L 43.2617 26.0259 M 55.7256 51.2932 L 52.823 63.7557 M 29.7734 62.9022 L 20.3828 78.4382 M 55.2134 37.9766 L 40.7006 56.9271"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
  </g>
  <g
     id="g29666"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-=">
    <path
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:0.752428;word-spacing:0px"
       d="M 3.27814 37.1542 C 3.27814 39.2338 7.13562 41.9077 8.81713 44.7797 C 9.31129 45.6709 10.7954 47.1563 13.2682 46.8593 C 18.5104 46.2652 50.9532 44.3834 57.0858 44.6806 M 5.35529 34.3813 C 12.2791 34.4804 45.9088 31.3108 52.0413 31.7073 C 53.0304 31.5095 53.8216 32.004 54.5141 32.7968 C 55.3053 33.6879 58.965 39.2338 58.965 42.1058 M 34.5087 28.4532 L 30.7575 47.8383"
       id="path9302"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
    <path
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:0.752428;word-spacing:0px"
       d="M 2.28893 56.2673 C 2.28893 58.3469 6.14644 61.0211 7.82792 63.8929 C 8.3221 64.7842 9.80614 66.2696 12.279 65.9726 C 17.5213 65.3785 50.2609 63.5959 56.3933 63.8929 M 4.36611 53.4943 C 11.2899 52.9004 45.2163 50.5234 51.3488 50.9197 L 51.3488 50.9197 C 52.3379 50.7218 53.1292 51.217 53.8216 52.009 C 54.6128 52.9004 58.2726 58.4459 58.2726 61.3181 M 27.8533 49.4132 L 23.255 68.3138"
       id="path979"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
  </g>
  <g
     id="g29760"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-(">
    <path
       id="path975"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:0.589553;word-spacing:0px"
       d="M 23.4858 10.4114 C 14.4707 18.5899 6.4354 32.3182 5.25954 53.6409 C 4.57353 66.1034 8.00323 83.0447 13.0988 87.1341 C 16.3325 89.7629 23.1918 95.3125 27.1114 97.1625 M 27.6994 9.14572 C 30.4431 11.0929 33.4808 18.4926 34.6567 22.4843 C 35.4406 25.1133 33.7752 27.2553 33.1868 28.0341 C 29.1693 32.9999 22.8002 43.7097 21.8199 53.3487 C 19.7621 73.1138 26.2296 87.5234 29.9531 94.9232 M 25.3814 54.1859 L 2.66319 53.7644"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
  </g>
  <g
     id="g29855"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-)">
    <path
       id="path977"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:0.599757;word-spacing:0px"
       d="M 12.5062 95.0892 C 21.649 86.7957 29.7981 72.8745 30.9907 51.2527 C 31.6864 38.6149 28.208 21.4356 23.0404 17.2888 C 19.7609 14.6232 12.8044 8.9954 8.8292 7.11956 M 8.23285 96.3727 C 5.45032 94.3983 2.36953 86.8946 1.17703 82.8465 C 0.381952 80.1809 2.07095 78.0089 2.66766 77.2188 C 6.74222 72.1835 13.2015 61.3233 14.1956 51.5488 C 16.2826 31.5064 9.72358 16.894 5.94715 9.39034 M 12.1755 52.1437 L 33.0663 52.3133"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
  </g>
  <g
     id="g29951"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-&amp;">
    <path
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:0.701857;word-spacing:0px"
       d="M 45.9259 47.9016 C 44.1589 46.5289 41.3123 47.4112 40.7234 48.3919 C 40.7234 48.6857 39.3593 49.7062 37.9854 51.3733 L 26.4903 62.3617 C 25.5084 62.95 24.7235 63.394 24.1346 63.394 C 20.4044 63.394 19.4228 60.6488 19.4228 59.276 C 19.4228 56.9224 20.3058 56.4324 20.6989 55.6479 L 31.1039 44.8621 C 37.5825 38.5868 47.1039 31.3309 47.1039 19.8585 C 47.1039 14.5635 29.4351 7.20958 25.4106 7.60175 C 15.0057 8.6804 10.294 17.5053 8.13447 22.8981 C 4.89521 30.8404 8.60535 39.1135 11.0595 42.8398 L 17.6967 52.469 L 22.26 57.6872 C 24.027 59.06 27.9001 63.5116 29.3725 65.5706 L 39.159 74.6113 C 42.202 76.6706 48.4782 80.161 50.0487 80.4554 C 52.0119 80.8477 52.9935 80.4554 54.0733 79.2787 M 54.2695 55.3539 C 55.1535 56.8246 55.3493 58.1973 54.9567 59.6682 C 54.5642 60.4524 54.0734 61.4328 53.3862 62.5115 L 41.4107 76.141 C 37.4843 79.2787 33.1652 81.4361 29.2388 81.0436 C 27.1775 80.8485 24.7235 79.0823 22.7603 78.8865 C 10.294 74.7681 3.0301 69.8656 1.55775 66.7278 C -2.95759 57.3149 5.09149 47.3131 10.294 42.1164 L 13.011 40.4855 L 22.2846 34.0392 C 23.2662 33.4508 26.1959 31.0365 27.2756 29.86 L 27.2755 29.86 C 29.5337 27.3106 30.319 22.9962 27.4723 22.9962 C 24.3312 22.9962 23.0552 27.3106 23.0552 29.9581 C 23.0552 30.7425 22.9562 31.5266 23.5456 32.8994 L 31.1039 44.8621 C 33.2635 47.1173 37.1185 50.8276 39.7688 52.985 L 41.5094 54.554 L 51.3747 61.522 C 55.1048 63.5816 58.4433 64.3107 59.374 64.8649 C 60.4377 65.6782 61.533 67.12 60.6501 69.0811 M 26.9727 24.5319 L 35.8593 7.61772 M 21.5687 60.6395 L 7.87851 78.1536 M 16.2848 34.7286 L 28.0535 53.202 M 29.3745 35.928 L 12.9223 50.9228"
       id="path8858"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
  </g>
  <g
     id="g30048"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-%">
    <path
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:0.739924;word-spacing:0px"
       d="M 11.8042 81.1072 C 8.5567 79.4848 7.21956 79.0076 4.35412 75.4762 C 3.6854 74.6172 4.16261 73.2809 4.73611 72.231 C 14.001 56.6734 47.5267 18.8766 55.932 13.2453 M 14.8608 80.153 C 29.3789 59.7274 53.4486 32.5254 65.1969 21.4538 L 65.1966 21.4538 C 66.3432 20.3083 65.7701 18.9719 64.7194 17.7313 C 62.9047 15.4406 62.3315 13.7225 59.3706 12.3863 M 28.3802 36.3495 L 49.2024 42.1293"
       id="path8704"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
    <path
       id="path8696"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:0.739924;word-spacing:0px"
       d="M 52.6845 57.7229 C 54.1172 57.7229 54.7858 58.7728 54.7858 61.6361 C 54.7858 63.7361 52.1114 72.1352 50.2011 72.1352 C 49.7239 72.1352 48.4819 71.9453 48.4819 67.172 C 48.4819 62.5906 50.1056 59.7272 51.0608 58.7728 C 51.2523 58.5831 51.7295 57.7229 52.6845 57.7229 Z M 54.7657 50.0933 C 57.5428 50.6849 60.0646 51.4722 60.9943 52.0915 C 62.9046 53.2367 64.0508 54.9547 64.0508 62.1132 C 64.0508 71.8486 58.1289 79.9616 52.589 80.6298 C 49.437 81.0119 46.1895 80.8216 44.1837 79.9616 C 41.4138 78.8166 38.7393 74.5212 38.7393 67.3629 C 38.7393 56.6729 43.8017 49.2281 47.9565 49.2281 C 49.8646 49.2281 52.4072 49.5905 54.7657 50.0933 M 50.0286 69.4593 L 46.8888 84.817"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
    <path
       id="path969"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:0.739924;word-spacing:0px"
       d="M 15.4077 30.5696 L 13.0941 44.2762 M 17.9172 18.9718 C 19.3498 18.9718 20.305 19.9262 20.305 22.7896 C 20.305 24.8894 17.3441 33.6705 15.4338 33.6705 C 14.9566 33.6705 13.7145 33.2885 13.7145 28.5164 C 13.7145 23.9349 15.9113 20.4034 16.8665 19.4489 C 17.058 19.2592 16.9618 18.9715 17.9172 18.9715 Z M 18.8841 9.80014 C 21.1956 10.1108 23.4506 10.7913 24.6988 11.6227 C 26.609 12.7681 29.6655 16.2995 29.6655 23.4581 C 29.6655 33.1935 23.3615 42.5472 17.8216 42.5472 C 14.6697 42.5472 11.1356 41.2109 9.12986 40.3521 C 6.35986 39.2066 3.97204 35.8661 3.97204 28.7076 C 3.97204 18.0175 9.79837 9.61837 16.2934 9.61837 C 17.131 9.61837 18.0116 9.68182 18.8841 9.79973"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
  </g>
  <g
     id="g30382"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-'">
    <path
       id="path861"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:0.501893;word-spacing:0px"
       d="M 8.27003 10.2633 C 8.54717 10.0376 8.91166 9.90884 9.42441 9.97257 C 11.9464 10.3317 12.4868 9.88285 14.7385 10.7801 C 16.1796 11.3185 16.72 12.0363 16.2246 15.6253 C 15.7293 19.2145 13.5676 26.8411 12.3066 29.4432 C 11.9344 30.2466 11.6904 31.0926 11.1626 31.3655 M 8.27003 10.2633 C 7.76819 10.6716 7.55287 11.3944 7.26274 11.8568 C 5.82164 14.2795 5.01102 20.3809 5.01102 21.9062 C 5.01102 23.0727 4.29042 24.7775 4.74081 25.6748 C 6.5422 29.3535 8.25351 30.52 10.2351 31.3275 C 10.6275 31.4947 10.924 31.4887 11.1626 31.3673 M 1.64042 20.6284 L 18.4052 15.8455"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
  </g>
  <g
     id="g30643"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-A">
    <path
       embroider_satin_column="True"
       d="M 22.4994 52.0498 L 28.7652 51.5766 L 35.0471 51.1021 M 20.5897 67.7089 C 22.5663 67.6129 25.6969 67.372 28.7547 67.1081 C 31.7533 66.8493 34.682 66.5683 36.3838 66.3792"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.05774;word-spacing:0px"
       id="path839"
       embroider_contour_underlay="True" />
    <path
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.05774;word-spacing:0px"
       d="M 1.01022 53.2224 C 0.836401 53.4442 0.745641 53.7458 0.745641 54.1209 C 0.745641 56.0305 5.23706 62.6558 7.33766 65.9977 M 1.01022 53.2224 C 1.2348 52.9363 1.59789 52.7844 2.0824 52.7844 C 3.41915 52.8784 8.9343 53.4123 10.9394 53.317 M 4.65835 52.4768 L 2.48612 59.5041"
       id="path1631"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
    <path
       embroider_satin_column="True"
       id="path1021"
       d="M 22.9531 13.4068 C 23.25 13.3362 23.605 13.3432 24.0433 13.4422 C 25.762 14.0151 30.7575 14.5292 33.5265 15.3885 L 32.6082 28.7242 C 32.4471 29.0259 30.4406 29.6742 30.1542 30.2471 C 27.9581 36.9309 26.2394 44.474 24.9981 51.9216 L 23.0885 67.5803 C 22.802 71.1132 22.7065 74.6459 22.802 77.797 C 22.802 79.0385 22.2291 79.9933 20.8924 79.9933 M 22.9532 13.4031 C 22.4093 13.5281 22.0605 13.9026 21.7517 14.3967 C 16.6912 21.4623 10.5803 38.0762 7.14295 52.7805 L 5.04235 64.3342 C 4.7559 66.9122 4.56493 69.2993 4.56493 71.3997 C 4.56493 72.832 4.7559 73.5004 5.51975 74.3598 L 5.51979 74.3598 C 8.19327 77.5106 14.7816 79.9933 20.8924 79.9933 M 26.8372 46.1537 L 7.88796 44.966"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.05774;word-spacing:0px"
       embroider_contour_underlay="True" />
    <path
       embroider_satin_column="True"
       id="path1014"
       d="M 32.4658 12.7618 C 32.1023 13.0747 31.9226 13.5206 31.8728 14.0184 C 31.7773 14.496 31.7773 14.9733 31.7773 15.6417 L 31.109 29.582 C 31.3655 30.1189 31.6078 30.5895 31.8728 30.9188 C 32.0638 37.3161 32.4457 44.4772 32.9231 51.352 L 34.2599 66.6291 C 34.9283 72.2625 35.5966 76.1774 36.456 76.9412 C 39.1295 79.4237 46.2906 79.9967 52.4015 79.9967 C 53.0717 79.9967 53.5979 79.8045 53.9319 79.4569 M 32.4658 12.7618 C 32.7995 12.475 33.2881 12.2998 33.9734 12.2998 C 37.0289 12.2998 44.2855 13.5411 46.7681 14.4959 C 48.2958 15.0688 48.7732 15.7372 48.9641 17.1694 C 49.2506 20.0338 49.537 37.6981 51.8286 58.895 C 52.9744 69.8755 54.2156 76.7502 54.3111 77.9916 C 54.4064 78.6103 54.2646 79.1107 53.9319 79.4566 M 31.6115 46.0322 L 51.5157 44.0344"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.05774;word-spacing:0px"
       embroider_contour_underlay="True" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-a"
     style="display:none"
     id="g1131">
    <path
       embroider_contour_underlay="True"
       id="path1129"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.05774;word-spacing:0px"
       d="M 22.5554 51.3355 L 28.8022 50.8637 L 35.1031 50.3878 M 20.6457 66.9946 C 22.6246 66.8986 25.7603 66.6571 28.8215 66.3929 C 31.8164 66.1344 34.74 65.8538 36.4399 65.6649"
       embroider_satin_column="True" />
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       id="path1123"
       d="M 1.06624 52.5081 C 0.892421 52.7299 0.801661 53.0315 0.801661 53.4066 C 0.801661 55.3162 5.29308 61.9415 7.39368 65.2834 M 1.06624 52.5081 C 1.29082 52.222 1.65391 52.0701 2.13841 52.0701 C 3.47517 52.1641 8.99032 52.698 10.9954 52.6027 M 5.85079 50.8786 L 2.16333 59.6105"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.05774;word-spacing:0px" />
    <path
       embroider_contour_underlay="True"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.05774;word-spacing:0px"
       d="M 23.0092 12.6926 C 23.306 12.622 23.661 12.629 24.0993 12.728 C 25.818 13.3008 30.8135 13.8149 33.5825 14.6742 L 32.6643 28.0099 C 32.5032 28.3116 30.4966 28.9599 30.2102 29.5328 C 28.0141 36.2166 26.2954 43.7597 25.0541 51.2073 L 23.1445 66.866 C 22.8581 70.3989 22.7625 73.9316 22.8581 77.0827 C 22.8581 78.3242 22.2852 79.279 20.9484 79.279 M 23.0092 12.6888 C 22.4653 12.8138 22.1166 13.1883 21.8077 13.6824 C 16.7472 20.7481 10.6363 37.3619 7.19897 52.0662 L 5.09837 63.6199 C 4.81192 66.1979 4.62095 68.585 4.62095 70.6854 C 4.62095 72.1177 4.81192 72.7861 5.57577 73.6455 L 5.57581 73.6455 C 8.24929 76.7963 14.8376 79.279 20.9484 79.279 M 28.0928 45.5025 L 5.2292 44.378"
       id="path1125"
       embroider_satin_column="True" />
    <path
       embroider_contour_underlay="True"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.05774;word-spacing:0px"
       d="M 32.5218 12.0475 C 32.1583 12.3604 31.9786 12.8063 31.9288 13.3042 C 31.8333 13.7817 31.8333 14.259 31.8333 14.9274 L 31.165 28.8677 C 31.4216 29.4046 31.6639 29.8753 31.9288 30.2045 C 32.1198 36.6018 32.5017 43.7629 32.9792 50.6377 L 34.3159 65.9148 C 34.9843 71.5482 35.6527 75.4631 36.512 76.2269 C 39.1855 78.7094 46.3467 79.2824 52.4575 79.2824 C 53.1277 79.2824 53.6539 79.0902 53.988 78.7426 M 32.5218 12.0475 C 32.8555 11.7607 33.3441 11.5855 34.0295 11.5855 C 37.0849 11.5855 44.3415 12.8268 46.8241 13.7816 C 48.3518 14.3545 48.8292 15.0229 49.0201 16.4551 C 49.3066 19.3195 49.593 36.9838 51.8846 58.1807 C 53.0304 69.1612 54.2716 76.0359 54.3672 77.2773 C 54.4625 77.896 54.3206 78.3964 53.988 78.7423 M 30.3417 45.381 L 52.4556 43.257"
       id="path1127"
       embroider_satin_column="True" />
  </g>
  <g
     id="g30767"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-S">
    <path
       id="path841"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.01886;word-spacing:0px"
       d="M 42.5016 44.0634 C 41.1942 44.4372 39.4198 43.6896 37.2719 43.0362 C 32.6026 42.1024 32.3224 40.0478 33.5364 35.939 C 35.2174 30.0559 33.8166 27.3478 30.548 27.3478 C 26.3456 27.3478 21.9564 31.2699 21.863 35.939 C 21.3961 50.8804 47.171 42.7559 47.171 62.4597 C 47.171 74.7864 38.1124 80.1091 29.2406 80.1091 C 18.0342 80.1091 12.9913 76.3739 9.06899 73.479 C 4.67979 70.2106 2.81208 63.8605 2.71867 61.0591 C 2.62526 57.1369 3.3724 56.4833 4.49302 56.1098 M 42.5016 44.0634 C 45.0231 43.4097 46.2371 40.328 46.704 39.4875 C 50.5329 32.6706 50.5329 27.9081 50.9998 23.8926 C 51.4668 19.8772 48.1048 16.889 44.5561 15.3948 C 39.9802 13.4338 35.4042 11.5661 27.9332 11.5661 C 16.9135 11.5661 3.46575 22.025 3.46575 36.1258 C 3.46575 54.5223 25.3184 52.0943 27.2795 58.6312 L 27.2795 58.6312 C 28.3068 62.0863 26.8125 63.0201 23.3572 63.0201 C 21.3961 63.0201 17.2871 62.6464 13.0846 60.4053 C 11.0301 59.2848 7.10787 55.2693 4.49302 56.1098 M 24.2787 34.4242 L 0.862713 27.9441 M 24.8836 60.1722 L 49.4228 66.825 M 26.7845 42.1142 L 12.9595 53.4327 M 31.6232 30.1906 L 53.2247 18.2671"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
  </g>
  <g
     inkscape:label="GlyphLayer-s"
     inkscape:groupmode="layer"
     style="display:none"
     id="g1135">
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       d="M 41.843 44.098 C 40.5338 44.4723 38.757 43.7237 36.6062 43.0694 C 31.9306 42.1343 31.65 40.077 32.8657 35.9626 C 34.5489 30.0717 33.1462 27.3599 29.8733 27.3599 C 25.6652 27.3599 21.2701 31.2872 21.1765 35.9626 C 20.709 50.9241 46.5186 42.7888 46.5186 62.5191 C 46.5186 74.8623 37.4479 80.1922 28.5641 80.1922 C 17.3425 80.1922 12.2928 76.452 8.36523 73.5531 C 3.9701 70.2804 2.09987 63.9217 2.00634 61.1165 C 1.9128 57.1891 2.66095 56.5346 3.78308 56.1606 M 41.843 44.098 C 44.3678 43.4434 45.5835 40.3575 46.0511 39.5159 C 49.8851 32.6899 49.8851 27.9209 50.3527 23.9001 C 50.8203 19.8792 47.4538 16.887 43.9003 15.3908 C 39.3181 13.4271 34.736 11.5569 27.2549 11.5569 C 16.2203 11.5569 2.75443 22.0299 2.75443 36.1497 C 2.75443 54.5709 24.6365 52.1397 26.6003 58.6854 L 26.6003 58.6854 C 27.629 62.1451 26.1327 63.0802 22.6728 63.0802 C 20.709 63.0802 16.5944 62.7059 12.3863 60.4619 C 10.329 59.3398 6.40146 55.319 3.78308 56.1606 M 23.5955 34.4458 L 0.147878 27.957 M 24.2011 60.2284 L 48.7735 66.8902 M 26.1046 42.1461 L 12.261 53.4799 M 30.9499 30.2065 L 52.5805 18.267"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.01886;word-spacing:0px"
       id="path1133" />
  </g>
  <g
     id="g30892"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-D">
    <path
       id="path843"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.05081;word-spacing:0px"
       d="M 4.20629 20.6592 C 4.32419 19.509 5.38588 18.2707 6.14582 17.7871 C 13.8292 12.8546 24.5479 11.7161 28.6268 11.6215 C 30.1445 11.6215 32.3262 11.7161 34.2233 11.9057 L 34.318 11.8111 C 40.1042 12.1908 43.2345 14.3722 46.7442 16.1745 C 53.479 19.6842 57.0835 25.1858 57.0835 40.268 C 57.0835 63.1282 41.5271 77.0722 27.7729 78.9692 L 26.8243 78.9692 C 19.2358 80.2024 10.3193 78.4002 5.86108 72.9933 C 4.62795 71.7602 3.86913 68.2505 4.05882 66.4483 L 4.05911 66.4483 C 5.10253 53.8324 5.76653 43.8724 8.04308 34.8611 L 8.04308 34.4815 C 8.42253 28.4105 6.5285 21.6833 5.29537 20.1656 M 4.20642 20.659 C 4.16223 21.0877 4.24987 21.5049 4.53338 21.8657 L 5.62942 22.2959 C 7.43169 22.0117 28.6263 27.3675 31.2823 27.2726 C 34.2228 27.747 38.0171 29.6441 38.0171 37.9913 C 38.0171 54.0221 32.7051 61.0414 28.816 62.3694 C 28.3417 62.5588 27.5829 62.8437 26.6343 63.0333 L 26.6346 63.033 C 23.8838 63.318 24.0735 62.6534 24.0735 60.6618 C 25.1169 49.8482 26.3501 42.0699 27.2038 34.5764 C 27.2038 34.3869 27.2983 34.1968 27.2983 34.0072 C 26.6928 30.8419 26.972 26.1945 24.8543 24.6989 M 26.1722 60.1741 L 20.3109 82.3298 M 36.0191 45.1692 L 58.292 47.3966 M 26.6411 53.3751 L 2.72703 50.7961"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
  </g>
  <g
     inkscape:label="GlyphLayer-d"
     inkscape:groupmode="layer"
     style="display:none"
     id="g1139">
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       d="M 4.33256 21.4661 C 4.45046 20.316 5.51215 19.0777 6.27209 18.5941 C 13.9554 13.6616 24.6742 12.523 28.753 12.4284 C 30.2707 12.4284 32.4524 12.523 34.3496 12.7127 L 34.4442 12.6181 C 40.2305 12.9977 43.3607 15.1792 46.8704 16.9815 C 53.6052 20.4911 57.2098 25.9928 57.2098 41.075 C 57.2098 63.9352 41.6533 77.8792 27.8992 79.7762 L 26.9506 79.7762 C 19.3621 81.0094 10.4456 79.2072 5.98735 73.8003 C 4.75422 72.5672 3.9954 69.0575 4.18509 67.2553 L 4.18538 67.2553 C 5.2288 54.6394 5.89279 44.6794 8.16935 35.6681 L 8.16935 35.2884 C 8.5488 29.2174 6.65477 22.4903 5.42164 20.9726 M 4.33269 21.4659 C 4.2885 21.8947 4.37614 22.3118 4.65965 22.6727 L 5.75569 23.1029 C 7.55796 22.8186 28.7526 28.1744 31.4086 28.0796 C 34.3491 28.554 38.1434 30.451 38.1434 38.7983 C 38.1434 54.8291 32.8314 61.8484 28.9423 63.1764 C 28.468 63.3658 27.7092 63.6507 26.7606 63.8403 L 26.7609 63.84 C 24.01 64.125 24.1998 63.4604 24.1998 61.4688 C 25.2432 50.6552 26.4763 42.8769 27.33 35.3834 C 27.33 35.1938 27.4245 35.0037 27.4245 34.8142 C 26.819 31.6489 27.0983 27.0015 24.9806 25.5059 M 26.2985 60.9811 L 20.4372 83.1368 M 36.1454 45.9762 L 58.4183 48.2036 M 26.7673 54.1821 L 2.8533 51.6031"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.05081;word-spacing:0px"
       id="path1137" />
  </g>
  <g
     id="g31018"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-F">
    <path
       id="path845"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.02537;word-spacing:0px"
       d="M 31.4723 37.3723 L 32.2003 55.8139 M 23.0091 41.6829 C 28.7478 40.2017 37.7812 37.4835 42.039 39.7049 M 20.7651 55.5787 C 25.5782 54.0977 35.4672 52.6635 41.2059 52.6635 L 41.2059 52.6635 C 42.039 52.6635 43.6125 51.1825 43.8902 50.3495"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
    <path
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.02537;word-spacing:0px"
       d="M 8.16182 33.4107 C 6.58829 42.2966 4.64452 57.1063 3.25612 68.7688 C 3.07102 69.9722 3.5338 70.9904 4.18172 71.8234 C 6.40318 74.6003 12.8824 80.4315 19.084 80.4315 M 21.6757 30.8191 L 22.6013 31.282 C 24.0822 31.8374 26.3037 35.077 26.026 36.5579 L 24.7077 44.2713 L 23.4343 55.2552 C 22.6938 61.5492 22.0459 68.954 21.2129 78.4878 C 21.1203 79.7837 20.4724 80.4315 19.084 80.4315 M 25.4869 57.27 L 2.192 53.8729"
       id="path1833"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
    <path
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.02537;word-spacing:0px"
       d="M 4.55197 25.8208 C 3.90403 24.3398 5.01475 21.3779 6.1255 20.8226 C 15.1039 16.4722 28.4326 13.4178 40.558 12.7698 C 43.4274 12.5849 46.4819 12.9547 47.5926 13.6954 M 8.40448 34.5432 L 21.9183 31.9515 C 23.2218 28.9904 35.93 27.4869 46.667 27.4869 C 47.5 27.4869 49.8141 26.5613 50.0917 25.7282 M 24.9207 11.9744 L 29.6929 30.9823"
       id="path1835"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
  </g>
  <g
     inkscape:label="GlyphLayer-f"
     inkscape:groupmode="layer"
     style="display:none"
     id="g1147">
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       d="M 31.6685 37.1877 L 32.3965 55.6293 M 23.2052 41.4983 C 28.944 40.0171 37.9774 37.2989 42.2351 39.5203 M 20.9613 55.3941 C 25.7744 53.9131 35.6633 52.4789 41.4021 52.4789 L 41.4021 52.4789 C 42.2351 52.4789 43.8087 50.9979 44.0863 50.1649"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.02537;word-spacing:0px"
       id="path1145" />
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       id="path1143"
       d="M 8.35797 33.2262 C 6.78444 42.112 4.84066 56.9217 3.45226 68.5842 C 3.26717 69.7876 3.72994 70.8058 4.37787 71.6388 C 6.59933 74.4157 13.0786 80.2469 19.2801 80.2469 M 21.8718 30.6345 L 22.7974 31.0975 C 24.2784 31.6528 26.4998 34.8924 26.2221 36.3733 L 24.9038 44.0867 L 23.6304 55.0706 C 22.89 61.3646 22.242 68.7694 21.409 78.3032 C 21.3164 79.5991 20.6685 80.2469 19.2801 80.2469 M 25.683 57.0854 L 2.38815 53.6883"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.02537;word-spacing:0px" />
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       id="path1141"
       d="M 4.74811 25.6363 C 4.10017 24.1553 5.21089 21.1934 6.32164 20.638 C 15.3 16.2876 28.6287 13.2332 40.7541 12.5852 C 43.6235 12.4004 46.678 12.7701 47.7887 13.5109 M 8.60063 34.3586 L 22.1145 31.7669 C 23.4179 28.8058 36.1261 27.3023 46.8631 27.3023 C 47.6961 27.3023 50.0102 26.3768 50.2879 25.5437 M 25.1168 11.7898 L 29.889 30.7977"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.02537;word-spacing:0px" />
  </g>
  <g
     id="g31145"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-G">
    <path
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.00625;word-spacing:0px"
       d="M 52.6897 56.3514 L 37.6113 53.0814 C 37.2479 52.6271 33.8871 53.2628 31.7979 52.3546 C 28.8003 50.9921 26.8928 43.2712 27.6195 42.7261 M 53.713 49.8774 C 53.7587 48.7725 53.6874 47.7182 53.4164 46.8136 C 51.3272 42.6353 32.1612 39.5471 27.6195 42.7261 M 44.0558 39.7978 L 40.4839 55.5937"
       id="path1939"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
    <path
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.00625;word-spacing:0px"
       d="M 43.1791 36.2928 C 42.0568 36.6127 40.6269 36.6597 38.792 36.1857 C 35.3401 35.2774 33.9778 33.5515 35.2495 30.4632 C 36.067 28.4648 35.3404 25.4673 32.4791 25.4673 C 29.6179 25.4673 28.1645 27.7382 27.7103 28.1924 C 25.9845 30.009 22.0786 33.7332 22.0786 50.9009 C 22.0786 59.5301 25.5303 62.1643 30.1629 62.1643 C 32.6154 62.1643 35.6129 59.7118 37.4296 54.9884 C 37.7018 54.2616 38.3829 52.0384 37.9288 51.4933 M 43.1791 36.2924 C 45.5015 35.6312 46.5068 33.8026 47.0579 33.0066 C 49.5105 29.3732 49.9646 27.6473 50.5096 23.7415 C 50.9638 20.744 49.6922 17.5647 47.1488 16.1114 C 42.9704 13.6589 36.2487 11.5697 28.982 11.8421 C 14.9027 12.2964 4.45675 26.4664 4.45675 49.175 C 4.45675 59.8933 7.45426 69.4309 11.7235 73.791 C 15.4477 77.606 24.6219 79.4228 31.707 79.4228 C 42.6071 79.4228 51.0997 63.6652 53.0072 54.7633 M 28.5775 59.1651 L 25.7199 81.311 M 23.8942 43.2899 L 2.06576 42.0992 M 32.1476 27.5086 L 46.853 13.1399"
       id="path847"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
  </g>
  <g
     inkscape:label="GlyphLayer-g"
     inkscape:groupmode="layer"
     style="display:none"
     id="g1153">
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       id="path1149"
       d="M 53.404 57.0657 L 38.3255 53.7957 C 37.9622 53.3414 34.6014 53.9771 32.5122 53.0689 C 29.5146 51.7064 27.6071 43.9855 28.3338 43.4404 M 54.4273 50.5917 C 54.473 49.4868 54.4017 48.4325 54.1307 47.5279 C 52.0415 43.3496 32.8755 40.2614 28.3338 43.4404 M 44.7701 40.5121 L 41.1982 56.308"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.00625;word-spacing:0px" />
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       id="path1151"
       d="M 43.8934 37.0071 C 42.7711 37.327 41.3412 37.374 39.5063 36.9 C 36.0544 35.9917 34.6921 34.2658 35.9638 31.1775 C 36.7813 29.1791 36.0546 26.1816 33.1934 26.1816 C 30.3321 26.1816 28.8788 28.4525 28.4246 28.9067 C 26.6988 30.7233 22.7929 34.4475 22.7929 51.6152 C 22.7929 60.2444 26.2446 62.8786 30.8772 62.8786 C 33.3297 62.8786 36.3272 60.4261 38.1439 55.7027 C 38.4161 54.9759 39.0972 52.7527 38.643 52.2076 M 43.8934 37.0067 C 46.2158 36.3455 47.2211 34.5169 47.7722 33.7209 C 50.2248 30.0875 50.6789 28.3616 51.2239 24.4558 C 51.6781 21.4582 50.4064 18.279 47.863 16.8257 C 43.6847 14.3732 36.963 12.2839 29.6962 12.5564 C 15.617 13.0107 5.17103 27.1807 5.17103 49.8893 C 5.17103 60.6076 8.16854 70.1452 12.4377 74.5053 C 16.162 78.3203 25.3362 80.1371 32.4213 80.1371 C 43.3214 80.1371 51.8139 64.3795 53.7214 55.4776 M 29.2917 59.8794 L 26.4342 82.0253 M 24.6085 44.0042 L 2.78005 42.8135 M 32.8619 28.2229 L 47.5673 13.8542"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.00625;word-spacing:0px" />
  </g>
  <g
     id="g31273"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-H">
    <path
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.02458;word-spacing:0px"
       d="M 24.8191 78.593 C 25.1624 78.2693 25.3394 77.791 25.3394 77.1576 C 25.3394 69.851 25.8019 61.8044 26.4493 53.9431 L 27.8366 39.3297 C 28.9465 29.7109 30.2413 21.4794 31.0737 16.7625 C 31.3512 15.2827 30.6113 14.5428 29.1315 13.9879 C 26.7268 13.063 18.1253 11.7681 14.9807 11.7681 C 14.4651 11.7681 14.0618 11.8804 13.7433 12.0617 M 24.8191 78.5927 C 24.4606 78.9308 23.9209 79.0999 23.2122 79.0999 C 17.0155 79.0999 9.61638 76.0478 7.39667 73.273 C 6.74923 72.4405 6.47177 71.4232 6.47177 70.2208 C 6.47177 65.0415 6.93425 57.5499 7.76661 49.6884 C 5.82436 46.8213 3.97457 43.1217 3.97457 41.5494 C 3.97457 40.6246 4.43706 40.1621 5.26941 40.1621 L 8.78399 40.1621 C 10.1713 27.7687 11.9286 16.3001 12.6685 13.5254 C 12.8494 12.9828 13.1479 12.4014 13.7433 12.062 M 29.1579 48.3318 L 1.84025 42.8456 M 6.5807 30.8562 L 30.8273 36.837 M 4.69776 60.5393 L 27.1005 61.0195"
       id="path2045"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
    <path
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.02458;word-spacing:0px"
       d="M 54.7487 78.6905 C 54.3812 78.9636 53.8578 79.0998 53.1785 79.0998 C 47.0742 79.0998 39.5827 76.0476 37.4554 73.2729 C 36.808 72.4405 36.5306 71.4232 36.5306 70.2208 C 36.5306 65.7814 36.9005 59.6771 37.4554 53.1104 L 39.0278 38.5897 C 40.4151 26.7511 41.9873 16.2074 42.7273 13.5252 C 42.8495 12.9758 43.1732 12.3857 43.8051 12.0483 M 54.7487 78.6904 C 55.1817 78.3688 55.3982 77.8579 55.3982 77.1574 C 55.3982 55.5151 59.2827 27.3061 61.1325 16.7624 L 61.1325 16.7623 C 61.3175 15.2825 60.5776 14.5426 59.1902 13.9877 C 56.7855 13.0628 48.0916 11.768 45.0395 11.768 C 44.5368 11.768 44.1302 11.8748 43.8051 12.0485 M 34.9493 43.8688 L 58.8726 48.1523"
       id="path849"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
    <path
       id="path2043"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.02458;word-spacing:0px"
       d="M 39.6271 53.2249 C 36.2975 53.5951 28.3907 53.8723 24.5062 54.0572 M 41.1994 38.7041 L 25.8935 39.444 M 33.3412 34.7761 L 31.7411 58.619"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
  </g>
  <g
     inkscape:label="GlyphLayer-h"
     inkscape:groupmode="layer"
     style="display:none"
     id="g1161">
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       id="path1155"
       d="M 24.8191 78.593 C 25.1624 78.2693 25.3394 77.791 25.3394 77.1576 C 25.3394 69.851 25.8019 61.8044 26.4493 53.9431 L 27.8366 39.3297 C 28.9465 29.7109 30.2413 21.4794 31.0737 16.7625 C 31.3512 15.2827 30.6113 14.5428 29.1315 13.9879 C 26.7268 13.063 18.1253 11.7681 14.9807 11.7681 C 14.4651 11.7681 14.0618 11.8804 13.7433 12.0617 M 24.8191 78.5927 C 24.4606 78.9308 23.9209 79.0999 23.2122 79.0999 C 17.0155 79.0999 9.61638 76.0478 7.39667 73.273 C 6.74923 72.4405 6.47177 71.4232 6.47177 70.2208 C 6.47177 65.0415 6.93425 57.5499 7.76661 49.6884 C 5.82436 46.8213 3.97457 43.1217 3.97457 41.5494 C 3.97457 40.6246 4.43706 40.1621 5.26941 40.1621 L 8.78399 40.1621 C 10.1713 27.7687 11.9286 16.3001 12.6685 13.5254 C 12.8494 12.9828 13.1479 12.4014 13.7433 12.062 M 29.1579 48.3318 L 1.84025 42.8456 M 6.5807 30.8562 L 30.8273 36.837 M 4.69776 60.5393 L 27.1005 61.0195"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.02458;word-spacing:0px" />
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       id="path1159"
       d="M 54.7487 78.6905 C 54.3812 78.9636 53.8578 79.0998 53.1785 79.0998 C 47.0742 79.0998 39.5827 76.0476 37.4554 73.2729 C 36.808 72.4405 36.5306 71.4232 36.5306 70.2208 C 36.5306 65.7814 36.9005 59.6771 37.4554 53.1104 L 39.0278 38.5897 C 40.4151 26.7511 41.9873 16.2074 42.7273 13.5252 C 42.8495 12.9758 43.1732 12.3857 43.8051 12.0483 M 54.7487 78.6904 C 55.1817 78.3688 55.3982 77.8579 55.3982 77.1574 C 55.3982 55.5151 59.2827 27.3061 61.1325 16.7624 L 61.1325 16.7623 C 61.3175 15.2825 60.5776 14.5426 59.1902 13.9877 C 56.7855 13.0628 48.0916 11.768 45.0395 11.768 C 44.5368 11.768 44.1302 11.8748 43.8051 12.0485 M 34.9493 43.8688 L 58.8726 48.1523"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.02458;word-spacing:0px" />
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       d="M 39.6271 53.2249 C 36.2975 53.5951 28.3907 53.8723 24.5062 54.0572 M 41.1994 38.7041 L 25.8935 39.444 M 33.3412 34.7761 L 31.7411 58.619"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.02458;word-spacing:0px"
       id="path1157" />
  </g>
  <g
     id="g31402"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-J">
    <path
       id="path851"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.00849;word-spacing:0px"
       d="M 12.941 49.5479 C 13.9241 49.3107 15.5269 49.5209 18.4331 50.6891 C 22.9849 51.5995 23.5312 53.5113 22.5297 57.608 C 21.3462 62.4329 22.8939 63.4343 24.9877 63.7073 L 24.988 63.7073 C 30.3592 63.7073 31.2695 58.0631 32.1799 53.5113 L 32.8172 50.5071 C 32.8172 50.3253 32.8172 50.1427 32.908 49.9608 C 34.6377 39.5827 35.7302 32.6639 36.9136 13.1821 C 36.973 12.3557 37.2614 11.7971 37.8295 11.5066 M 12.9411 49.5479 C 12.0148 49.7715 11.6388 50.3881 11.2413 50.9623 C 7.96397 55.6962 4.23148 60.339 3.50319 64.2536 C 2.41075 70.444 16.9766 79.7298 27.5368 78.5462 C 42.4668 76.9076 51.4794 71.5364 53.9374 38.3991 C 54.5747 32.2999 55.2119 25.29 55.6671 19.1905 C 55.758 18.0071 55.394 17.0056 54.7567 16.1863 C 52.5719 13.4553 45.1069 11.2703 39.0074 11.2703 C 38.5274 11.2703 38.1373 11.349 37.8294 11.5067 M 29.5825 47.2595 L 54.1087 53.5597 M 25.0823 60.7602 L 17.3195 79.8858"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
  </g>
  <g
     inkscape:label="GlyphLayer-j"
     inkscape:groupmode="layer"
     style="display:none"
     id="g1165">
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       d="M 12.2267 50.9765 C 13.2098 50.7393 14.8127 50.9495 17.7188 52.1177 C 22.2707 53.0281 22.8169 54.9399 21.8154 59.0366 C 20.632 63.8615 22.1796 64.8629 24.2734 65.1359 L 24.2737 65.1359 C 29.6449 65.1359 30.5552 59.4917 31.4656 54.9399 L 32.1029 51.9357 C 32.1029 51.7539 32.1029 51.5713 32.1937 51.3894 C 33.9234 41.0113 35.0159 34.0925 36.1994 14.6107 C 36.2587 13.7843 36.5471 13.2257 37.1152 12.9352 M 12.2268 50.9765 C 11.3005 51.2001 10.9245 51.8167 10.527 52.3909 C 7.24968 57.1248 3.5172 61.7676 2.7889 65.6822 C 1.69647 71.8726 16.2623 81.1584 26.8225 79.9748 C 41.7525 78.3362 50.7651 72.965 53.2231 39.8277 C 53.8604 33.7284 54.4976 26.7186 54.9528 20.6191 C 55.0437 19.4357 54.6797 18.4342 54.0424 17.6149 C 51.8576 14.8838 44.3926 12.6989 38.2931 12.6989 C 37.8131 12.6989 37.4231 12.7776 37.1151 12.9353 M 28.8683 48.6881 L 53.3944 54.9883 M 24.3681 62.1888 L 16.6052 81.3144"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.00849;word-spacing:0px"
       id="path1163" />
  </g>
  <g
     id="g31532"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-K">
    <path
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.03231;word-spacing:0px"
       d="M 62.385 70.0606 C 62.3838 70.7899 62.0059 71.564 61.3083 72.3113 C 58.7923 75.1069 52.8284 80.2322 48.8213 80.2322 C 44.0688 80.2322 35.8684 66.2542 32.3273 55.7241 L 25.2768 56.3495 M 62.385 70.0608 C 62.3858 69.4259 62.1017 68.8249 61.4947 68.3046 C 58.2332 65.6022 50.4055 55.4448 46.9576 47.4308 L 45.2896 45.5472 L 25.712 46.3534 M 49.9868 48.8884 L 35.4919 67.4549"
       id="path2258"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
    <path
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.03231;word-spacing:0px"
       d="M 26.9541 39.8551 L 34.0978 39.1369 C 38.0116 30.9364 44.7211 17.9835 47.2371 13.6037 C 47.703 12.765 48.7281 12.0195 50.1259 12.4855 C 53.4806 13.6969 59.7241 17.7039 62.3333 19.8472 C 62.9199 20.2981 63.2661 20.7277 63.3932 21.2091 M 25.5968 49.2322 L 44.2531 48.7715 L 46.9576 47.4305 C 51.6169 40.9076 61.7742 25.625 63.0789 23.0157 C 63.4153 22.2946 63.5287 21.7223 63.3932 21.2092 M 38.9935 22.0971 L 54.0584 45.061"
       id="path2256"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
    <path
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.03231;word-spacing:0px"
       d="M 15.2382 12.7487 C 15.568 12.5309 16.0042 12.3923 16.5787 12.3923 C 19.7471 12.3923 28.5066 13.697 30.9295 14.6289 C 32.3272 15.188 33.0728 15.9334 32.7932 17.4244 L 32.7932 17.4244 C 31.9545 22.0838 30.8363 30.0978 29.718 39.5097 L 28.0407 56.0038 C 27.4816 63.645 27.0156 71.2864 27.0156 78.2754 C 27.0156 79.0139 26.7767 79.5435 26.3156 79.864 M 15.2382 12.7488 C 14.7122 13.097 14.4568 13.6474 14.3422 14.1629 C 13.5036 16.9585 11.8262 28.1409 10.4284 40.3483 C 9.0306 40.3483 7.726 40.4413 6.79414 40.3483 C 5.95548 40.3483 5.39634 40.8144 5.39634 41.746 C 5.39634 43.4236 7.26006 47.8032 9.21698 51.2512 C 8.47145 58.9858 8.00556 66.2542 8.00556 71.2864 C 8.00556 72.4977 8.28512 73.5228 8.93743 74.3615 C 11.1739 77.1572 18.6288 80.2322 24.8723 80.2322 C 25.4787 80.2322 25.9623 80.1101 26.3156 79.8641 M 30.1174 50.7614 L 3.81483 46.4454 M 31.3389 37.4879 L 8.37503 34.3934"
       id="path853"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
  </g>
  <g
     inkscape:label="GlyphLayer-k"
     inkscape:groupmode="layer"
     style="display:none"
     id="g1173">
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       id="path1167"
       d="M 61.6707 70.0606 C 61.6695 70.7899 61.2916 71.564 60.5941 72.3113 C 58.078 75.1069 52.1141 80.2322 48.1071 80.2322 C 43.3545 80.2322 35.1541 66.2542 31.613 55.7241 L 24.5625 56.3495 M 61.6707 70.0608 C 61.6716 69.4259 61.3875 68.8249 60.7804 68.3046 C 57.5189 65.6022 49.6912 55.4448 46.2433 47.4308 L 44.5753 45.5472 L 24.9977 46.3534 M 49.2725 48.8884 L 34.7776 67.4549"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.03231;word-spacing:0px" />
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       id="path1169"
       d="M 26.2398 39.8551 L 33.3835 39.1369 C 37.2973 30.9364 44.0068 17.9835 46.5228 13.6037 C 46.9887 12.765 48.0138 12.0195 49.4116 12.4855 C 52.7663 13.6969 59.0098 17.7039 61.619 19.8472 C 62.2056 20.2981 62.5518 20.7277 62.679 21.2091 M 24.8825 49.2322 L 43.5388 48.7715 L 46.2433 47.4305 C 50.9026 40.9076 61.06 25.625 62.3646 23.0157 C 62.701 22.2946 62.8144 21.7223 62.679 21.2092 M 38.2792 22.0971 L 53.3441 45.061"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.03231;word-spacing:0px" />
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       id="path1171"
       d="M 14.5239 12.7487 C 14.8537 12.5309 15.2899 12.3923 15.8644 12.3923 C 19.0328 12.3923 27.7923 13.697 30.2152 14.6289 C 31.6129 15.188 32.3585 15.9334 32.0789 17.4244 L 32.0789 17.4244 C 31.2402 22.0838 30.122 30.0978 29.0037 39.5097 L 27.3264 56.0038 C 26.7673 63.645 26.3014 71.2864 26.3014 78.2754 C 26.3014 79.0139 26.0624 79.5435 25.6013 79.864 M 14.5239 12.7488 C 13.9979 13.097 13.7425 13.6474 13.628 14.1629 C 12.7893 16.9585 11.1119 28.1409 9.71412 40.3483 C 8.31631 40.3483 7.01172 40.4413 6.07985 40.3483 C 5.2412 40.3483 4.68206 40.8144 4.68206 41.746 C 4.68206 43.4236 6.54577 47.8032 8.5027 51.2512 C 7.75716 58.9858 7.29127 66.2542 7.29127 71.2864 C 7.29127 72.4977 7.57083 73.5228 8.22314 74.3615 C 10.4596 77.1572 17.9146 80.2322 24.158 80.2322 C 24.7645 80.2322 25.2481 80.1101 25.6013 79.8641 M 29.4031 50.7614 L 3.10055 46.4454 M 30.6246 37.4879 L 7.66074 34.3934"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.03231;word-spacing:0px" />
  </g>
  <g
     id="g31663"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-L">
    <path
       id="path855"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.01707;word-spacing:0px"
       d="M 47.9262 75.4687 C 47.5604 76.0495 47.0616 76.3879 46.4738 76.7046 C 43.9949 78.0816 37.3844 79.367 29.9477 79.367 C 21.042 79.367 10.9428 77.5307 5.43411 71.4713 C 5.15841 71.1963 5.06685 70.7368 5.06685 70.2778 C 4.79134 69.5433 4.60774 68.8088 4.60774 67.8905 C 4.60774 52.558 7.54572 20.5159 10.7591 13.4465 C 10.9817 13.0016 11.238 12.455 11.7324 12.0937 M 47.9262 75.4687 C 48.3031 74.8702 48.5388 74.0161 48.5854 72.6648 C 48.5854 69.8186 48.2182 64.4019 45.6475 59.8112 C 45.1884 58.9849 44.5457 58.7095 43.7194 58.7095 C 43.444 58.7095 43.1686 58.8015 42.8932 58.8015 L 42.8933 58.8015 C 39.129 59.1692 33.2531 59.8116 26.459 60.1787 L 26.1836 60.1787 C 24.8064 60.1787 23.9801 59.4442 23.9801 57.9752 L 23.9801 57.5162 C 25.3573 42.9182 27.7444 26.5757 29.0297 19.4144 C 29.0297 19.231 29.1212 19.0469 29.1212 18.8635 C 29.1212 17.5782 28.2031 16.5682 27.1013 15.7419 C 24.7143 13.9058 16.1758 11.7022 13.0543 11.7022 C 12.4756 11.7022 12.0536 11.8591 11.7323 12.0935 M 27.1582 56.6006 L 1.96593 73.128"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
  </g>
  <g
     inkscape:label="GlyphLayer-l"
     inkscape:groupmode="layer"
     style="display:none"
     id="g1177">
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       d="M 47.8123 75.368 C 47.4465 75.9488 46.9478 76.2872 46.3599 76.6039 C 43.881 77.9809 37.2706 79.2663 29.8339 79.2663 C 20.9282 79.2663 10.829 77.43 5.32027 71.3706 C 5.04457 71.0956 4.953 70.6361 4.953 70.1771 C 4.6775 69.4426 4.4939 68.7081 4.4939 67.7898 C 4.4939 52.4573 7.43187 20.4153 10.6453 13.3458 C 10.8678 12.9009 11.1241 12.3543 11.6185 11.993 M 47.8123 75.368 C 48.1892 74.7695 48.425 73.9154 48.4716 72.5641 C 48.4716 69.7179 48.1043 64.3012 45.5336 59.7105 C 45.0746 58.8842 44.4319 58.6088 43.6056 58.6088 C 43.3302 58.6088 43.0547 58.7008 42.7793 58.7008 L 42.7794 58.7008 C 39.0151 59.0685 33.1392 59.7109 26.3452 60.078 L 26.0697 60.078 C 24.6926 60.078 23.8663 59.3435 23.8663 57.8745 L 23.8663 57.4155 C 25.2434 42.8175 27.6305 26.475 28.9159 19.3137 C 28.9159 19.1304 29.0073 18.9463 29.0073 18.7629 C 29.0073 17.4775 28.0892 16.4676 26.9875 15.6413 C 24.6005 13.8051 16.062 11.6016 12.9404 11.6016 C 12.3618 11.6016 11.9398 11.7585 11.6184 11.9928 M 27.0444 56.4999 L 1.85208 73.0273"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.01707;word-spacing:0px"
       id="path1175" />
  </g>
  <g
     id="g31795"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-Ö">
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       d="M 33.3068 13.1985 C 38.0863 13.7979 42.6875 15.1458 45.4304 16.8848 C 49.1829 19.3553 55.4067 26.493 55.4067 41.0423 C 55.4067 63.0952 44.9727 80.2065 31.7015 80.2065 C 25.2947 80.2065 17.9726 78.7424 14.3116 76.2718 C 10.5592 73.8014 4.24393 66.6638 4.24393 52.0229 C 4.24393 30.0615 14.7693 12.8586 28.0404 12.8586 C 29.7643 12.8586 31.5476 12.9777 33.3068 13.1981 M 31.5185 27.133 C 34.3558 27.133 37.01 29.0547 37.01 38.8459 C 37.01 54.3102 33.4406 63.2778 31.61 64.9249 C 31.1528 65.3827 30.2371 66.0228 28.3151 66.0228 C 25.4778 66.0228 22.8236 64.0097 22.8236 54.4017 C 22.8236 38.9373 26.393 29.9698 28.132 28.1397 C 28.5891 27.6826 29.5964 27.133 31.5185 27.133 Z M 25.754 45.2094 L 2.15932 44.4181 M 34.305 45.6846 L 57.2663 45.8431 M 28.7627 62.9418 L 27.0208 84.6315"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:0.742771;word-spacing:0px"
       id="path3453" />
    <path
       id="path3455"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:0.782188;word-spacing:0px"
       d="M 14.2335 -9.3874 C 13.8021 -9.06326 13.5945 -8.58735 13.4839 -8.14376 C 12.9049 -5.7347 12.3272 -2.36208 12.3272 0.914264 C 12.3272 2.07059 12.6162 3.03418 13.1952 3.80507 C 15.3156 6.5032 18.4962 7.2741 24.3756 7.2741 C 24.9065 7.2741 25.2738 7.16942 25.5469 6.97226 M 14.2334 -9.38731 C 14.5516 -9.62571 14.9907 -9.78177 15.6042 -9.78177 C 18.5921 -9.78177 22.9293 -9.68569 26.0135 -7.66176 C 27.1701 -6.89089 28.5197 -4.77095 27.9897 -1.6392 C 27.4597 1.49257 27.2675 2.45613 26.3995 5.44333 C 26.1653 6.14476 25.9672 6.66834 25.5469 6.97226 M 11.3202 4.0294 L 28.1524 -7.40581"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       d="M 38.5238 -7.73696 C 38.0924 -7.41284 37.8848 -6.93691 37.7742 -6.49333 C 37.1953 -4.08429 36.6175 -0.711641 36.6175 2.56469 C 36.6175 3.72105 36.9074 4.68463 37.4856 5.4555 C 39.6059 8.15361 42.7866 8.92451 48.6659 8.92451 C 49.1968 8.92451 49.5642 8.81984 49.8373 8.62266 M 38.5237 -7.73686 C 38.8419 -7.97527 39.2819 -8.13131 39.8946 -8.13131 C 42.8825 -8.13131 47.2196 -8.03523 50.3039 -6.01132 C 51.4604 -5.24043 52.8101 -3.12052 52.28 0.011232 C 51.75 3.14297 51.5579 4.10659 50.6899 7.09386 C 50.4557 7.79529 50.2576 8.31879 49.8373 8.62276 M 35.6105 5.67983 L 52.4426 -5.75536"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:0.782188;word-spacing:0px"
       id="path3457" />
  </g>
  <g
     inkscape:label="GlyphLayer-ö"
     inkscape:groupmode="layer"
     style="display:none"
     id="g1185">
    <path
       id="path1179"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:0.742771;word-spacing:0px"
       d="M 33.5434 13.0137 C 38.3591 13.6177 42.9953 14.9758 45.759 16.728 C 49.54 19.2173 55.811 26.4091 55.811 41.0687 C 55.811 63.2889 45.2978 80.53 31.9259 80.53 C 25.4704 80.53 18.0928 79.0548 14.404 76.5655 C 10.6231 74.0763 4.25989 66.8846 4.25989 52.1327 C 4.25989 30.0046 14.8652 12.6712 28.237 12.6712 C 29.9739 12.6712 31.7708 12.7913 33.5434 13.0134 M 31.7414 27.054 C 34.6003 27.054 37.2746 28.9902 37.2746 38.8557 C 37.2746 54.4373 33.6781 63.4729 31.8337 65.1325 C 31.373 65.5938 30.4503 66.2387 28.5138 66.2387 C 25.6549 66.2387 22.9806 64.2104 22.9806 54.5295 C 22.9806 38.9478 26.5771 29.9122 28.3293 28.0682 C 28.7899 27.6077 29.8048 27.054 31.7414 27.054 Z M 25.9332 45.2674 L 2.15947 44.4701 M 34.5491 45.7462 L 57.6847 45.906 M 28.9648 63.1343 L 27.2096 84.9886"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       d="M 14.3253 -9.74345 C 13.8906 -9.41686 13.6814 -8.93734 13.57 -8.49038 C 12.9866 -6.06305 12.4045 -2.66485 12.4045 0.636353 C 12.4045 1.80145 12.6957 2.77234 13.2792 3.54909 C 15.4156 6.26768 18.6204 7.04442 24.5444 7.04442 C 25.0793 7.04442 25.4493 6.93895 25.7246 6.7403 M 14.3252 -9.74336 C 14.6458 -9.98357 15.0883 -10.1408 15.7064 -10.1408 C 18.717 -10.1408 23.0871 -10.044 26.1947 -8.00472 C 27.3601 -7.22801 28.7199 -5.09199 28.1859 -1.93648 C 27.6518 1.21905 27.4583 2.18991 26.5836 5.19977 C 26.3477 5.90653 26.148 6.43408 25.7246 6.7403 M 11.3899 3.77511 L 28.3498 -7.74683"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:0.782188;word-spacing:0px"
       id="path1181" />
    <path
       id="path1183"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:0.782188;word-spacing:0px"
       d="M 38.8 -8.08049 C 38.3653 -7.75391 38.1561 -7.27437 38.0446 -6.82743 C 37.4613 -4.40011 36.8792 -1.00189 36.8792 2.2993 C 36.8792 3.46443 37.1713 4.43532 37.7538 5.21204 C 39.8903 7.93061 43.0951 8.70736 49.019 8.70736 C 49.554 8.70736 49.9241 8.60189 50.1994 8.40322 M 38.7999 -8.0804 C 39.1205 -8.32061 39.5638 -8.47784 40.1812 -8.47784 C 43.1917 -8.47784 47.5618 -8.38103 50.6694 -6.34176 C 51.8348 -5.56503 53.1946 -3.42904 52.6606 -0.273529 C 52.1265 2.88197 51.9329 3.85289 51.0584 6.86282 C 50.8224 7.56957 50.6228 8.09704 50.1994 8.40331 M 35.8645 5.43806 L 52.8244 -6.08386"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
  </g>
  <g
     id="g31928"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-Ä">
    <path
       id="path3457-1"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:0.782188;word-spacing:0px"
       d="M 38.2509 -7.86745 C 37.8195 -7.54333 37.6119 -7.0674 37.5013 -6.62382 C 36.9223 -4.21478 36.3446 -0.842142 36.3446 2.4342 C 36.3446 3.59055 36.6345 4.55414 37.2126 5.32501 C 39.333 8.02312 42.5137 8.79402 48.393 8.79402 C 48.9239 8.79402 49.2912 8.68934 49.5644 8.49217 M 38.2508 -7.86736 C 38.569 -8.10576 39.009 -8.26181 39.6217 -8.26181 C 42.6095 -8.26181 46.9467 -8.16571 50.0309 -6.14181 C 51.1875 -5.37093 52.5371 -3.25102 52.0071 -0.119262 C 51.4771 3.01248 51.2849 3.97609 50.417 6.96336 C 50.1828 7.66479 49.9847 8.18829 49.5644 8.49226 M 35.3376 5.54933 L 52.1697 -5.88586"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       d="M 13.9606 -9.5179 C 13.5291 -9.19376 13.3216 -8.71785 13.2109 -8.27425 C 12.632 -5.8652 12.0542 -2.49258 12.0542 0.783768 C 12.0542 1.9401 12.3433 2.90368 12.9223 3.67458 C 15.0427 6.3727 18.2233 7.1436 24.1027 7.1436 C 24.6336 7.1436 25.0008 7.03893 25.274 6.84176 M 13.9605 -9.5178 C 14.2787 -9.75621 14.7178 -9.91226 15.3313 -9.91226 C 18.3192 -9.91226 22.6563 -9.81616 25.7406 -7.79226 C 26.8972 -7.02139 28.2468 -4.90145 27.7168 -1.76969 C 27.1867 1.36208 26.9946 2.32563 26.1265 5.31284 C 25.8924 6.01427 25.6943 6.53785 25.274 6.84176 M 11.0473 3.8989 L 27.8795 -7.5363"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:0.782188;word-spacing:0px"
       id="path3455-2" />
    <path
       embroider_contour_underlay="True"
       id="path839-2"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.05774;word-spacing:0px"
       d="M 23.0945 51.5569 L 29.3603 51.0837 L 35.6422 50.6092 M 21.1848 67.216 C 23.1614 67.12 26.2919 66.8791 29.3498 66.6152 C 32.3484 66.3564 35.2771 66.0754 36.9789 65.8863"
       embroider_satin_column="True" />
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       id="path1631-5"
       d="M 1.60531 52.7295 C 1.43149 52.9513 1.34073 53.2529 1.34073 53.628 C 1.34073 55.5376 5.83215 62.1629 7.93275 65.5048 M 1.60531 52.7295 C 1.82989 52.4434 2.19298 52.2915 2.67748 52.2915 C 4.01424 52.3855 9.52939 52.9194 11.5345 52.8241 M 5.25344 51.9839 L 3.08121 59.0112"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.05774;word-spacing:0px" />
    <path
       embroider_contour_underlay="True"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.05774;word-spacing:0px"
       d="M 23.5482 12.914 C 23.8451 12.8434 24.2001 12.8504 24.6384 12.9494 C 26.357 13.5222 31.3526 14.0363 34.1215 14.8956 L 33.2033 28.2313 C 33.0422 28.533 31.0357 29.1813 30.7493 29.7542 C 28.5532 36.438 26.8345 43.9811 25.5932 51.4287 L 23.6836 67.0874 C 23.3971 70.6203 23.3016 74.153 23.3971 77.3041 C 23.3971 78.5456 22.8242 79.5004 21.4875 79.5004 M 23.5483 12.9102 C 23.0044 13.0352 22.6556 13.4097 22.3468 13.9038 C 17.2862 20.9695 11.1754 37.5833 7.73803 52.2876 L 5.63744 63.8413 C 5.35099 66.4193 5.16002 68.8064 5.16002 70.9068 C 5.16002 72.3391 5.35099 73.0075 6.11484 73.8669 L 6.11488 73.8669 C 8.78836 77.0177 15.3766 79.5004 21.4875 79.5004 M 27.4323 45.6608 L 8.48305 44.4731"
       id="path1021-3"
       embroider_satin_column="True" />
    <path
       embroider_contour_underlay="True"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.05774;word-spacing:0px"
       d="M 33.0609 12.2689 C 32.6973 12.5818 32.5177 13.0277 32.4679 13.5256 C 32.3724 14.0031 32.3724 14.4804 32.3724 15.1488 L 31.7041 29.0891 C 31.9606 29.626 32.2029 30.0967 32.4679 30.4259 C 32.6589 36.8232 33.0408 43.9843 33.5182 50.8591 L 34.855 66.1362 C 35.5234 71.7696 36.1917 75.6845 37.0511 76.4483 C 39.7246 78.9308 46.8857 79.5038 52.9966 79.5038 C 53.6668 79.5038 54.193 79.3116 54.527 78.964 M 33.0609 12.2689 C 33.3946 11.9821 33.8832 11.8069 34.5685 11.8069 C 37.624 11.8069 44.8806 13.0482 47.3631 14.003 C 48.8909 14.5759 49.3683 15.2443 49.5592 16.6765 C 49.8457 19.5409 50.1321 37.2052 52.4237 58.4021 C 53.5695 69.3826 54.8107 76.2573 54.9062 77.4987 C 55.0015 78.1174 54.8597 78.6178 54.527 78.9637 M 32.2066 45.5393 L 52.1108 43.5415"
       id="path1014-6"
       embroider_satin_column="True" />
  </g>
  <g
     inkscape:label="GlyphLayer-ä"
     inkscape:groupmode="layer"
     style="display:none"
     id="g1199">
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       d="M 38.2509 -7.86746 C 37.8195 -7.54334 37.6119 -7.06741 37.5013 -6.62383 C 36.9223 -4.21479 36.3446 -0.842146 36.3446 2.43419 C 36.3446 3.59054 36.6345 4.55413 37.2126 5.325 C 39.333 8.02311 42.5137 8.79401 48.393 8.79401 C 48.9239 8.79401 49.2912 8.68933 49.5644 8.49216 M 38.2508 -7.86737 C 38.569 -8.10577 39.009 -8.26182 39.6217 -8.26182 C 42.6095 -8.26182 46.9467 -8.16572 50.0309 -6.14182 C 51.1875 -5.37094 52.5371 -3.25103 52.0071 -0.119266 C 51.4771 3.01247 51.2849 3.97608 50.417 6.96335 C 50.1828 7.66478 49.9847 8.18828 49.5644 8.49225 M 35.3376 5.54932 L 52.1697 -5.88587"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:0.782188;word-spacing:0px"
       id="path3457-1-2" />
    <path
       id="path3455-2-3"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:0.782188;word-spacing:0px"
       d="M 13.9606 -9.51791 C 13.5291 -9.19377 13.3216 -8.71786 13.2109 -8.27426 C 12.632 -5.86521 12.0542 -2.49259 12.0542 0.783764 C 12.0542 1.94009 12.3433 2.90367 12.9223 3.67457 C 15.0427 6.37269 18.2233 7.14359 24.1027 7.14359 C 24.6336 7.14359 25.0008 7.03892 25.274 6.84175 M 13.9605 -9.51781 C 14.2787 -9.75622 14.7178 -9.91227 15.3313 -9.91227 C 18.3192 -9.91227 22.6563 -9.81617 25.7406 -7.79227 C 26.8972 -7.0214 28.2468 -4.90146 27.7168 -1.7697 C 27.1867 1.36207 26.9946 2.32562 26.1265 5.31283 C 25.8924 6.01426 25.6943 6.53784 25.274 6.84175 M 11.0473 3.89889 L 27.8795 -7.53631"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
    <path
       embroider_satin_column="True"
       d="M 23.0945 51.5569 L 29.3603 51.0837 L 35.6422 50.6092 M 21.1848 67.216 C 23.1614 67.12 26.2919 66.8791 29.3498 66.6152 C 32.3484 66.3564 35.2771 66.0754 36.9789 65.8863"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.05774;word-spacing:0px"
       id="path839-2-9"
       embroider_contour_underlay="True" />
    <path
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.05774;word-spacing:0px"
       d="M 1.60531 52.7295 C 1.43149 52.9513 1.34073 53.2529 1.34073 53.628 C 1.34073 55.5376 5.83215 62.1629 7.93275 65.5048 M 1.60531 52.7295 C 1.82989 52.4434 2.19298 52.2915 2.67748 52.2915 C 4.01424 52.3855 9.52939 52.9194 11.5345 52.8241 M 5.25344 51.9839 L 3.08121 59.0112"
       id="path1631-5-6"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
    <path
       embroider_satin_column="True"
       id="path1021-3-1"
       d="M 23.5482 12.914 C 23.8451 12.8434 24.2001 12.8504 24.6384 12.9494 C 26.357 13.5222 31.3526 14.0363 34.1215 14.8956 L 33.2033 28.2313 C 33.0422 28.533 31.0357 29.1813 30.7493 29.7542 C 28.5532 36.438 26.8345 43.9811 25.5932 51.4287 L 23.6836 67.0874 C 23.3971 70.6203 23.3016 74.153 23.3971 77.3041 C 23.3971 78.5456 22.8242 79.5004 21.4875 79.5004 M 23.5483 12.9102 C 23.0044 13.0352 22.6556 13.4097 22.3468 13.9038 C 17.2862 20.9695 11.1754 37.5833 7.73803 52.2876 L 5.63744 63.8413 C 5.35099 66.4193 5.16002 68.8064 5.16002 70.9068 C 5.16002 72.3391 5.35099 73.0075 6.11484 73.8669 L 6.11488 73.8669 C 8.78836 77.0177 15.3766 79.5004 21.4875 79.5004 M 27.4323 45.6608 L 8.48305 44.4731"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.05774;word-spacing:0px"
       embroider_contour_underlay="True" />
    <path
       embroider_satin_column="True"
       id="path1014-6-5"
       d="M 33.0609 12.2689 C 32.6973 12.5818 32.5177 13.0277 32.4679 13.5256 C 32.3724 14.0031 32.3724 14.4804 32.3724 15.1488 L 31.7041 29.0891 C 31.9606 29.626 32.2029 30.0967 32.4679 30.4259 C 32.6589 36.8232 33.0408 43.9843 33.5182 50.8591 L 34.855 66.1362 C 35.5234 71.7696 36.1917 75.6845 37.0511 76.4483 C 39.7246 78.9308 46.8857 79.5038 52.9966 79.5038 C 53.6668 79.5038 54.193 79.3116 54.527 78.964 M 33.0609 12.2689 C 33.3946 11.9821 33.8832 11.8069 34.5685 11.8069 C 37.624 11.8069 44.8806 13.0482 47.3631 14.003 C 48.8909 14.5759 49.3683 15.2443 49.5592 16.6765 C 49.8457 19.5409 50.1321 37.2052 52.4237 58.4021 C 53.5695 69.3826 54.8107 76.2573 54.9062 77.4987 C 55.0015 78.1174 54.8597 78.6178 54.527 78.9637 M 32.2066 45.5393 L 52.1108 43.5415"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.05774;word-spacing:0px"
       embroider_contour_underlay="True" />
  </g>
  <g
     id="g32306"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-Q">
    <path
       id="path2576"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.04472;word-spacing:0px"
       d="M 43.3528 71.348 C 44.6066 76.026 54.2036 85.9046 50.5094 90.1275 M 27.132 77.0064 C 29.2068 85.9656 32.9684 97.1061 37.6837 97.1061"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
    <path
       id="path863"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.04472;word-spacing:0px"
       d="M 31.3651 27.9794 C 29.3847 27.9794 28.3474 28.5452 27.8758 29.0168 C 26.084 30.9029 22.406 36.1841 22.406 52.9708 C 22.406 62.8729 25.1409 65.3247 28.0644 65.3247 C 30.0448 65.3247 30.9879 64.6647 31.4594 64.1932 C 33.3456 62.4956 36.6463 53.8194 37.2121 39.7677 C 37.5894 29.6769 34.8545 27.9794 31.3651 27.9794 Z M 34.0587 13.6637 C 31.2873 13.2521 28.2831 12.9848 25.188 12.9848 C 15.9932 12.9848 4.67635 28.8284 3.63899 48.6327 C 2.97882 61.8358 8.82585 73.907 13.6355 76.4533 C 16.6533 78.0565 22.5003 79.4712 28.0644 80.0368 C 35.9381 79.8583 40.4034 77.3206 44.2851 74.3786 C 50.2265 67.6828 55.0361 55.8944 55.0361 42.0314 C 55.0361 27.0365 50.9809 18.549 46.6428 16.8514 C 44.0777 15.8504 39.5205 14.4759 34.0587 13.664 M 26.7432 47.6016 L -0.946848 44.6348 M 33.6657 47.6016 L 56.2462 50.5684"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
  </g>
  <g
     inkscape:label="GlyphLayer-q"
     inkscape:groupmode="layer"
     style="display:none"
     id="g1205">
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       d="M 43.3528 71.3479 C 44.6066 76.0259 54.2036 85.9046 50.5094 90.1274 M 27.132 77.0063 C 29.2068 85.9655 32.9684 97.1061 37.6837 97.1061"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.04472;word-spacing:0px"
       id="path2576-9" />
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       d="M 31.3651 27.9794 C 29.3847 27.9794 28.3474 28.5452 27.8758 29.0168 C 26.084 30.9029 22.406 36.1841 22.406 52.9708 C 22.406 62.8728 25.1409 65.3247 28.0644 65.3247 C 30.0448 65.3247 30.9879 64.6647 31.4594 64.1932 C 33.3456 62.4956 36.6463 53.8194 37.2121 39.7677 C 37.5894 29.6769 34.8545 27.9794 31.3651 27.9794 Z M 34.0587 13.6637 C 31.2873 13.2521 28.2831 12.9848 25.188 12.9848 C 15.9932 12.9848 4.67635 28.8284 3.63899 48.6327 C 2.97882 61.8358 8.82585 73.907 13.6355 76.4532 C 16.6533 78.0564 22.5003 79.4711 28.0644 80.0369 C 35.9381 79.8582 40.4034 77.3205 44.2851 74.3786 C 50.2265 67.6827 55.0361 55.8944 55.0361 42.0314 C 55.0361 27.0365 50.9809 18.549 46.6428 16.8514 C 44.0777 15.8504 39.5205 14.4759 34.0587 13.664 M 26.7432 47.6016 L -0.946848 44.6348 M 33.6657 47.6016 L 56.2462 50.5684"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.04472;word-spacing:0px"
       id="path863-4" />
  </g>
  <g
     id="g32469"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-W">
    <path
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.0177;word-spacing:0px"
       d="M 6.73673 13.9221 C 5.90366 14.8345 5.53401 16.2205 5.53401 16.978 C 5.44229 21.847 5.16652 32.9631 6.82017 45.2735 C 8.84128 60.1561 10.3112 67.9648 11.5055 72.5583 C 11.873 73.8444 12.4241 75.1307 13.6184 76.0493 C 16.007 77.8866 20.6923 80.0915 23.6321 80.2753 C 24.2494 80.3363 25.3645 80.5233 26.3083 79.7465 M 6.73671 13.922 C 7.21696 13.3959 7.85124 13.0275 8.6575 13.0275 C 14.5371 13.0275 22.1621 15.8754 24.7344 18.264 C 25.8369 19.2745 26.0206 25.981 26.3881 34.5246 C 26.5718 39.3018 26.6639 45.8246 26.7556 51.5204 L 26.3083 79.7465 M 28.1444 41.0393 L 4.3025 45.0129"
       id="path2691"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
    <path
       id="path2699"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.0177;word-spacing:0px"
       d="M 55.2713 13.3391 C 54.6724 13.7062 54.2788 14.3654 54.0402 15.141 C 50.733 25.9814 48.0688 40.5884 44.3941 52.8988 C 42.5991 60.0208 40.9761 67.3795 39.3077 74.5969 C 39.5663 75.2999 39.9337 75.8758 40.6277 76.325 C 43.4756 78.1623 50.9169 80.2753 54.7754 80.7345 C 55.3731 80.9643 56.0628 80.7815 56.6603 80.4008 M 55.2713 13.3395 C 55.5947 13.141 55.9778 13.0282 56.4288 13.0282 C 62.3084 13.0282 69.4741 17.2541 72.0464 20.2857 L 72.0467 20.2855 C 72.7818 21.1122 73.1491 22.5822 72.8735 24.0521 C 69.4743 43.5282 62.768 68.1488 57.9908 78.8974 C 57.7614 79.4479 57.2568 80.0218 56.6604 80.4007 M 45.9464 38.0197 L 70.5831 45.808"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
    <path
       id="path2697"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.0177;word-spacing:0px"
       d="M 45.0177 62.4478 C 44.099 52.1584 43.2919 33.2387 43.2919 31.8607 C 43.34 29.3961 42.4224 27.8466 41.2876 26.8646 M 39.3077 74.5969 C 38.9843 73.7179 38.8313 72.6402 38.4228 71.364 C 37.0448 67.3218 36.4018 59.9723 35.7587 53.1742 C 35.642 53.2152 35.5253 53.2532 35.4225 53.2905 L 33.719 50.7569 L 37.3156 24.7943 M 46.026 40.8664 L 31.8646 44.4629"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
    <path
       id="path2695"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.0177;word-spacing:0px"
       d="M 36.0514 24.8864 C 35.0957 24.9135 34.2329 25.4716 33.3701 27.3592 C 31.7165 31.3095 26.5762 54.8772 24.3714 61.2163 M 39.827 25.7012 L 36.9659 51.689 L 35.4225 53.2908 C 35.2825 53.3458 35.1686 53.3962 35.1156 53.4498 C 34.3807 56.2977 29.8791 72.8341 27.4905 77.7949 C 27.1892 78.7593 26.7692 79.3679 26.3084 79.7467 M 28.6614 38.7314 L 39.451 43.7891"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
  </g>
  <g
     inkscape:label="GlyphLayer-w"
     inkscape:groupmode="layer"
     style="display:none"
     id="g1215">
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       id="path2691-1"
       d="M 6.73673 13.9221 C 5.90366 14.8345 5.53401 16.2205 5.53401 16.978 C 5.44229 21.847 5.16652 32.9631 6.82017 45.2735 C 8.84128 60.1561 10.3112 67.9648 11.5055 72.5583 C 11.873 73.8444 12.4241 75.1307 13.6184 76.0493 C 16.007 77.8866 20.6923 80.0915 23.6321 80.2753 C 24.2494 80.3363 25.3645 80.5233 26.3083 79.7465 M 6.73671 13.922 C 7.21696 13.3959 7.85124 13.0275 8.6575 13.0275 C 14.5371 13.0275 22.1621 15.8754 24.7344 18.264 C 25.8369 19.2745 26.0206 25.981 26.3881 34.5246 C 26.5718 39.3018 26.6639 45.8246 26.7556 51.5204 L 26.3083 79.7465 M 28.1444 41.0393 L 4.3025 45.0129"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.0177;word-spacing:0px" />
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       d="M 55.2713 13.3391 C 54.6724 13.7062 54.2788 14.3654 54.0402 15.141 C 50.733 25.9814 48.0688 40.5884 44.3941 52.8988 C 42.5991 60.0208 40.9761 67.3795 39.3077 74.5969 C 39.5663 75.2999 39.9337 75.8758 40.6277 76.325 C 43.4756 78.1623 50.9169 80.2753 54.7754 80.7345 C 55.3731 80.9643 56.0628 80.7815 56.6603 80.4008 M 55.2713 13.3395 C 55.5947 13.141 55.9778 13.0282 56.4288 13.0282 C 62.3084 13.0282 69.4741 17.2541 72.0464 20.2857 L 72.0467 20.2855 C 72.7818 21.1122 73.1491 22.5822 72.8735 24.0521 C 69.4743 43.5282 62.768 68.1488 57.9908 78.8974 C 57.7614 79.4479 57.2568 80.0218 56.6604 80.4007 M 45.9464 38.0197 L 70.5831 45.808"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.0177;word-spacing:0px"
       id="path2699-5" />
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       d="M 45.0177 62.4478 C 44.099 52.1584 43.2919 33.2387 43.2919 31.8607 C 43.34 29.3961 42.4224 27.8466 41.2876 26.8646 M 39.3077 74.5969 C 38.9843 73.7179 38.8313 72.6402 38.4228 71.364 C 37.0448 67.3218 36.4018 59.9723 35.7587 53.1742 C 35.642 53.2152 35.5253 53.2532 35.4225 53.2905 L 33.719 50.7569 L 37.3156 24.7943 M 46.026 40.8664 L 31.8646 44.4629"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.0177;word-spacing:0px"
       id="path2697-0" />
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       d="M 36.0514 24.8864 C 35.0957 24.9135 34.2329 25.4716 33.3701 27.3592 C 31.7165 31.3095 26.5762 54.8772 24.3714 61.2163 M 39.827 25.7012 L 36.9659 51.689 L 35.4225 53.2908 C 35.2825 53.3458 35.1686 53.3962 35.1156 53.4498 C 34.3807 56.2977 29.8791 72.8341 27.4905 77.7949 C 27.1892 78.7593 26.7692 79.3679 26.3084 79.7467 M 28.6614 38.7314 L 39.451 43.7891"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.0177;word-spacing:0px"
       id="path2695-6" />
  </g>
  <g
     id="g32633"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-E">
    <path
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.01705;word-spacing:0px"
       d="M 43.7666 45.9441 C 43.5372 47.0748 43.2568 48.081 43.0097 48.7482 C 42.7343 49.5746 41.1735 51.0433 40.3473 51.0433 L 40.3473 51.0434 C 34.747 51.0434 27.0331 51.0904 22.5345 52.4714 M 44.2058 41.1289 C 44.1121 39.7008 43.7197 38.5799 42.8261 38.2819 C 38.5111 36.9048 30.2464 37.5065 24.8297 38.5163 M 34.3529 35.5255 L 32.8927 52.8225"
       id="path867"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
    <path
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.01705;word-spacing:0px"
       d="M 26.1167 28.6421 C 27.2184 29.4684 28.1365 30.4783 28.1365 31.7636 C 28.1365 31.947 28.0448 32.1311 28.0448 32.3144 C 27.6776 34.3342 27.2186 36.4459 26.8513 38.741 L 24.5561 52.6959 C 24.0971 55.542 23.6381 58.6635 23.179 62.1522 C 23.179 64.0801 22.0773 65.0901 24.7398 64.8146 C 31.5336 62.8867 41.0817 62.4276 44.8459 62.4276 C 45.8557 62.4276 47.6919 62.5196 48.0592 63.8966 M 26.1166 28.6421 C 25.3821 28.183 24.2805 27.9076 22.8115 27.9996 L 9.68312 31.8555 C 7.3879 40.761 5.1845 53.5223 4.72545 67.9363 C 4.72545 68.8544 4.90904 70.5069 5.18454 71.2414 C 5.18454 71.7005 6.19446 73.9958 6.46986 74.2711 C 11.0603 79.7795 20.4248 80.3305 29.3302 78.7697 C 35.7568 77.6681 42.2752 78.3106 44.7541 76.9336 C 45.9476 76.291 47.0493 75.3727 47.7837 72.7104 C 48.0452 71.5523 48.4131 70.6375 48.6462 69.6505 M 25.7042 61.696 L 8.40707 81.4642 M 26.4904 49.5656 L 3.46503 49.5656"
       id="path3231"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
    <path
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.01705;word-spacing:0px"
       d="M 9.90785 32.5575 C 8.81376 30.0003 7.46222 26.6049 6.56146 23.5008 C 5.91878 22.0319 7.66316 19.553 8.58126 18.7268 C 15.0997 13.0346 30.2481 11.8411 44.1112 11.8411 C 47.1409 11.8411 50.0788 12.392 51.1805 13.1264 M 9.90785 32.5575 L 22.8116 28.7295 C 28.1702 26.0228 37.6846 26.6223 48.3344 26.6223 C 49.1607 26.6223 50.7214 25.1534 50.9969 24.3271 C 51.9149 21.8483 53.2921 14.5954 51.1805 13.1264 M 27.1083 10.9839 L 30.4778 29.2919"
       id="path3229"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
  </g>
  <g
     inkscape:label="GlyphLayer-e"
     inkscape:groupmode="layer"
     style="display:none"
     id="g1223">
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       id="path867-8"
       d="M 43.7666 45.9441 C 43.5372 47.0748 43.2568 48.081 43.0097 48.7482 C 42.7343 49.5746 41.1735 51.0433 40.3473 51.0433 L 40.3473 51.0434 C 34.747 51.0434 27.0331 51.0904 22.5345 52.4714 M 44.2058 41.1289 C 44.1121 39.7008 43.7197 38.5799 42.8261 38.2819 C 38.5111 36.9048 30.2464 37.5065 24.8297 38.5163 M 34.3529 35.5255 L 32.8927 52.8225"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.01705;word-spacing:0px" />
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       id="path3231-5"
       d="M 26.1167 28.6421 C 27.2184 29.4684 28.1365 30.4783 28.1365 31.7636 C 28.1365 31.947 28.0448 32.1311 28.0448 32.3144 C 27.6776 34.3342 27.2186 36.4459 26.8513 38.741 L 24.5561 52.6959 C 24.0971 55.542 23.6381 58.6635 23.179 62.1522 C 23.179 64.0801 22.0773 65.0901 24.7398 64.8146 C 31.5336 62.8867 41.0817 62.4276 44.8459 62.4276 C 45.8557 62.4276 47.6919 62.5196 48.0592 63.8966 M 26.1166 28.6421 C 25.3821 28.183 24.2805 27.9076 22.8115 27.9996 L 9.68312 31.8555 C 7.3879 40.761 5.1845 53.5223 4.72545 67.9363 C 4.72545 68.8544 4.90904 70.5069 5.18454 71.2414 C 5.18454 71.7005 6.19446 73.9958 6.46986 74.2711 C 11.0603 79.7795 20.4248 80.3305 29.3302 78.7697 C 35.7568 77.6681 42.2752 78.3106 44.7541 76.9336 C 45.9476 76.291 47.0493 75.3727 47.7837 72.7104 C 48.0452 71.5523 48.4131 70.6375 48.6462 69.6505 M 25.7042 61.696 L 8.40707 81.4642 M 26.4904 49.5656 L 3.46503 49.5656"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.01705;word-spacing:0px" />
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       id="path3229-1"
       d="M 9.90785 32.5575 C 8.81376 30.0003 7.46222 26.6049 6.56146 23.5008 C 5.91878 22.0319 7.66316 19.553 8.58126 18.7268 C 15.0997 13.0346 30.2481 11.8411 44.1112 11.8411 C 47.1409 11.8411 50.0788 12.392 51.1805 13.1264 M 9.90785 32.5575 L 22.8116 28.7295 C 28.1702 26.0228 37.6846 26.6223 48.3344 26.6223 C 49.1607 26.6223 50.7214 25.1534 50.9969 24.3271 C 51.9149 21.8483 53.2921 14.5954 51.1805 13.1264 M 27.1083 10.9839 L 30.4778 29.2919"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.01705;word-spacing:0px" />
  </g>
  <g
     id="g32798"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-R">
    <path
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.05;word-spacing:0px"
       d="M 53.9152 65.1945 C 53.8263 66.004 53.4266 66.8479 52.9109 67.6916 C 51.1101 70.5352 44.57 77.4542 40.4943 77.3595 C 36.0395 77.2645 25.9587 64.4698 22.0725 53.7592 M 53.9152 65.1945 C 54.0059 64.3675 53.7721 63.5763 53.0055 62.8577 C 50.8255 60.8672 44.9489 55.275 40.968 50.062 L 37.0765 48.5584 L 25.2487 47.9784 M 47.5203 53.3873 L 29.2354 68.1462"
       id="path3694"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
    <path
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.05;word-spacing:0px"
       d="M 3.7682 20.9062 C 3.84296 20.3115 4.10303 19.8216 4.57122 19.4471 C 6.84602 17.6462 19.1679 10.0635 30.0679 10.0635 C 34.5227 10.0635 45.0437 14.9922 47.508 16.3192 C 49.7828 17.5514 52.1524 22.3853 52.1524 26.9349 C 52.1524 37.8349 49.3089 46.0811 40.968 50.062 L 36.4387 51.7472 L 22.2338 49.0221 M 3.7682 20.9062 C 3.69158 21.5148 3.80957 22.2334 4.09728 23.0488 L 4.09786 23.0488 C 4.66656 24.4706 7.22573 29.3993 8.36312 30.5366 C 8.36312 30.6316 8.62166 31.4921 8.62166 31.5872 L 21.8916 28.7437 C 23.9768 27.2272 26.0876 25.2288 28.3624 25.2288 C 33.3859 25.2288 35.9451 28.5463 35.9451 32.0532 C 35.9451 38.4985 32.7668 45.3873 22.2464 45.8502 M 32.7281 32.8461 L 54.5862 30.295 M 29.8291 27.512 L 31.1626 8.03107"
       id="path3815"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
    <path
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.05;word-spacing:0px"
       d="M 8.45758 30.7262 C 7.32019 36.6027 5.42453 52.1473 5.04539 67.4074 C 5.04539 68.6396 5.32974 69.6821 5.99322 70.5352 C 8.26802 73.3786 14.1446 76.8856 20.4951 76.8856 C 21.1384 76.8856 21.6264 76.7496 21.9768 76.4783 M 8.45758 30.7263 L 21.7275 27.8828 C 22.391 27.8828 22.8649 28.0729 23.3388 28.1668 C 24.7606 28.7355 26.9406 30.2521 26.4193 33.759 C 25.898 37.266 25.3293 40.9625 24.8554 45.0382 L 24.2864 50.7252 C 23.6229 56.8861 23.149 64.3739 22.6751 74.8949 C 22.6232 75.6214 22.4008 76.1491 21.9768 76.4778 M 3.07905 48.5494 L 26.0376 49.8612"
       id="path3696"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
  </g>
  <g
     inkscape:label="GlyphLayer-r"
     inkscape:groupmode="layer"
     style="display:none"
     id="g1231">
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       id="path3694-0"
       d="M 53.9152 65.1945 C 53.8263 66.004 53.4266 66.8479 52.9109 67.6916 C 51.1101 70.5352 44.57 77.4542 40.4943 77.3595 C 36.0395 77.2645 25.9587 64.4698 22.0725 53.7592 M 53.9152 65.1945 C 54.0059 64.3675 53.7721 63.5763 53.0055 62.8577 C 50.8255 60.8672 44.9489 55.275 40.968 50.062 L 37.0765 48.5584 L 25.2487 47.9784 M 47.5203 53.3873 L 29.2354 68.1462"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.05;word-spacing:0px" />
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       id="path3815-8"
       d="M 3.7682 20.9062 C 3.84296 20.3115 4.10303 19.8216 4.57122 19.4471 C 6.84602 17.6462 19.1679 10.0635 30.0679 10.0635 C 34.5227 10.0635 45.0437 14.9922 47.508 16.3192 C 49.7828 17.5514 52.1524 22.3853 52.1524 26.9349 C 52.1524 37.8349 49.3089 46.0811 40.968 50.062 L 36.4387 51.7472 L 22.2338 49.0221 M 3.7682 20.9062 C 3.69158 21.5148 3.80957 22.2334 4.09728 23.0488 L 4.09786 23.0488 C 4.66656 24.4706 7.22573 29.3993 8.36312 30.5366 C 8.36312 30.6316 8.62166 31.4921 8.62166 31.5872 L 21.8916 28.7437 C 23.9768 27.2272 26.0876 25.2288 28.3624 25.2288 C 33.3859 25.2288 35.9451 28.5463 35.9451 32.0532 C 35.9451 38.4985 32.7668 45.3873 22.2464 45.8502 M 32.7281 32.8461 L 54.5862 30.295 M 29.8291 27.512 L 31.1626 8.03107"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.05;word-spacing:0px" />
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       id="path3696-3"
       d="M 8.45758 30.7262 C 7.32019 36.6027 5.42453 52.1473 5.04539 67.4074 C 5.04539 68.6396 5.32974 69.6821 5.99322 70.5352 C 8.26802 73.3786 14.1446 76.8856 20.4951 76.8856 C 21.1384 76.8856 21.6264 76.7496 21.9768 76.4783 M 8.45758 30.7263 L 21.7275 27.8828 C 22.391 27.8828 22.8649 28.0729 23.3388 28.1668 C 24.7606 28.7355 26.9406 30.2521 26.4193 33.759 C 25.898 37.266 25.3293 40.9625 24.8554 45.0382 L 24.2864 50.7252 C 23.6229 56.8861 23.149 64.3739 22.6751 74.8949 C 22.6232 75.6214 22.4008 76.1491 21.9768 76.4778 M 3.07905 48.5494 L 26.0376 49.8612"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.05;word-spacing:0px" />
  </g>
  <g
     id="g32964"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-T">
    <path
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.01887;word-spacing:0px"
       d="M 21.3446 30.1375 C 20.7928 35.4719 17.9416 54.9704 17.7576 70.238 C 17.7576 71.4339 18.0335 72.4454 18.6774 73.2732 C 20.8847 76.0324 26.955 78.8835 33.1173 79.1595 C 33.9321 79.1935 34.6198 78.9126 35.1683 78.3585 M 21.3446 30.1375 L 34.1289 29.5857 L 34.5888 29.5857 C 39.7394 30.3214 39.4634 35.0122 39.2795 36.9436 C 38.3598 47.4286 36.796 53.4989 36.7042 72.8134 C 36.7042 75.426 36.1675 77.3485 35.1683 78.3585 M 14.2638 51.6015 L 41.1564 51.8266"
       id="path3461"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
    <path
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.01887;word-spacing:0px"
       d="M 2.30356 14.0157 C 2.49033 13.7374 2.78135 13.5537 3.22573 13.4904 C 7.91638 12.8467 26.0352 12.2946 39.9233 13.0304 C 42.9584 13.2142 50.5922 13.3985 51.7879 14.0421 C 53.8113 15.0539 56.7545 21.0322 58.41 27.0105 C 58.6724 27.9029 58.6354 29.1248 57.9907 29.9923 M 2.30352 14.0157 C 1.94902 14.543 1.96983 15.4095 2.03005 16.4335 C 2.39797 20.9402 5.15717 26.1827 5.89295 27.0105 C 7.8244 29.3098 8.28428 30.2296 11.6873 30.5055 L 11.6874 30.5055 C 14.4466 30.2299 17.7576 30.1374 21.3446 30.1374 L 34.1289 29.5855 C 45.5337 29.5855 53.9952 30.9651 55.3749 31.0571 C 56.6777 31.0979 57.506 30.6448 57.9907 29.9921 M 29.1729 9.51845 L 29.3979 31.9664"
       id="path871"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
  </g>
  <g
     inkscape:label="GlyphLayer-t"
     inkscape:groupmode="layer"
     style="display:none"
     id="g1237">
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       id="path3461-9"
       d="M 21.3446 30.1375 C 20.7928 35.4719 17.9416 54.9704 17.7576 70.238 C 17.7576 71.4339 18.0335 72.4454 18.6774 73.2732 C 20.8847 76.0324 26.955 78.8835 33.1173 79.1595 C 33.9321 79.1935 34.6199 78.9126 35.1683 78.3585 M 21.3446 30.1375 L 34.1289 29.5857 L 34.5888 29.5857 C 39.7394 30.3214 39.4634 35.0122 39.2795 36.9436 C 38.3598 47.4286 36.796 53.4989 36.7042 72.8134 C 36.7042 75.426 36.1675 77.3485 35.1683 78.3585 M 14.2638 51.6015 L 41.1564 51.8266"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.01887;word-spacing:0px" />
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       id="path871-8"
       d="M 2.30356 14.0157 C 2.49033 13.7374 2.78135 13.5537 3.22573 13.4904 C 7.91638 12.8467 26.0352 12.2946 39.9233 13.0304 C 42.9584 13.2142 50.5922 13.3985 51.7879 14.0421 C 53.8113 15.0539 56.7545 21.0322 58.41 27.0105 C 58.6724 27.9029 58.6354 29.1248 57.9907 29.9923 M 2.30352 14.0157 C 1.94902 14.543 1.96983 15.4095 2.03005 16.4335 C 2.39797 20.9402 5.15717 26.1827 5.89295 27.0105 C 7.8244 29.3098 8.28428 30.2296 11.6873 30.5055 L 11.6874 30.5055 C 14.4466 30.2299 17.7576 30.1374 21.3446 30.1374 L 34.1289 29.5855 C 45.5337 29.5855 53.9952 30.9651 55.3749 31.0571 C 56.6777 31.0979 57.506 30.6448 57.9907 29.9921 M 29.1729 9.51845 L 29.3979 31.9664"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.01887;word-spacing:0px" />
  </g>
  <g
     id="g33131"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-Y">
    <path
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.00763;word-spacing:0px"
       d="M 24.3121 11.8314 C 23.2772 11.5164 22.0872 11.5346 21.4206 11.6772 C 17.2365 12.4957 10.3236 13.4054 7.86775 16.1341 C 6.59432 17.4985 6.13952 20.773 6.41241 22.4103 C 7.95872 31.4152 10.8694 40.693 14.2349 49.0613 C 16.0541 53.5182 18.5273 55.7902 21.9837 55.4262 M 24.3121 11.8312 C 25.2544 12.1179 26.0681 12.6813 26.2415 13.6783 C 28.0606 24.5933 28.8966 34.4147 30.261 41.8733 L 21.9837 55.4262 M 30.5892 26.1801 L 5.66258 38.5322"
       id="path3575"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
    <path
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.00763;word-spacing:0px"
       d="M 45.8886 10.9496 C 48.8902 10.2219 53.0744 14.588 55.4393 16.2252 C 56.167 16.6801 57.2585 17.6806 57.4404 19.0449 C 57.6223 20.6822 56.8037 22.6833 56.076 23.9567 C 48.9812 35.5084 37.3385 61.8866 33.7001 75.7123 C 33.4248 76.8135 32.483 78.0146 31.0965 78.4281 M 45.8886 10.9496 C 44.7971 11.0405 43.8875 12.314 43.2508 12.9507 C 40.8858 15.4975 34.6097 27.3222 29.7889 40.6932 L 21.5116 54.2461 C 19.4195 58.9759 17.6004 63.0691 16.5998 65.9797 C 16.0541 67.526 16.0541 72.1648 18.6009 73.4383 L 27.8787 77.9863 C 29.0993 78.6323 30.1924 78.6978 31.0965 78.4285 M 30.4779 31.2993 L 48.7278 42.5385"
       id="path873"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
  </g>
  <g
     inkscape:label="GlyphLayer-y"
     inkscape:groupmode="layer"
     style="display:none"
     id="g1243">
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       id="path3575-5"
       d="M 24.3121 11.8314 C 23.2772 11.5164 22.0872 11.5346 21.4206 11.6772 C 17.2365 12.4957 10.3236 13.4054 7.86775 16.1341 C 6.59432 17.4985 6.13952 20.773 6.41241 22.4103 C 7.95872 31.4152 10.8694 40.693 14.2349 49.0613 C 16.0541 53.5182 18.5273 55.7902 21.9837 55.4262 M 24.3121 11.8312 C 25.2544 12.1179 26.0681 12.6813 26.2415 13.6783 C 28.0606 24.5933 28.8966 34.4147 30.261 41.8733 L 21.9837 55.4262 M 30.5892 26.1801 L 5.66258 38.5322"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.00763;word-spacing:0px" />
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       id="path873-0"
       d="M 45.8886 10.9496 C 48.8902 10.2219 53.0744 14.588 55.4393 16.2252 C 56.167 16.6801 57.2585 17.6806 57.4404 19.0449 C 57.6223 20.6822 56.8037 22.6833 56.076 23.9567 C 48.9812 35.5084 37.3385 61.8866 33.7001 75.7123 C 33.4248 76.8135 32.483 78.0146 31.0965 78.4281 M 45.8886 10.9496 C 44.7971 11.0405 43.8875 12.314 43.2508 12.9507 C 40.8858 15.4975 34.6097 27.3222 29.7889 40.6932 L 21.5116 54.2461 C 19.4195 58.9759 17.6004 63.0691 16.5998 65.9797 C 16.0541 67.526 16.0541 72.1648 18.6009 73.4383 L 27.8787 77.9863 C 29.0993 78.6323 30.1924 78.6978 31.0965 78.4285 M 30.4779 31.2993 L 48.7278 42.5385"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.00763;word-spacing:0px" />
  </g>
  <g
     id="g33299"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-U">
    <path
       id="path875"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.01975;word-spacing:0px"
       d="M 11.5584 13.2492 C 11.0614 13.5536 10.7034 13.9459 10.5726 14.3384 C 9.28386 19.3092 7.53486 35.6025 6.24612 50.3309 L 6.24612 50.8832 L 6.06204 52.8163 C 3.3925 67.2685 7.25872 71.4109 11.0329 73.8964 C 14.715 76.3819 21.803 80.0639 28.2467 80.156 C 42.3308 80.3399 50.7076 74.3568 54.2976 60.3646 C 54.4817 60.0888 54.5738 59.7204 54.6658 59.1679 L 54.8499 57.695 C 55.3102 55.486 55.6784 53.0005 55.9546 50.3309 C 57.9797 35.7865 58.9923 26.029 59.6367 17.3761 L 59.6367 17.3761 C 59.7217 16.6978 59.6107 16.1752 59.3319 15.7552 M 11.5584 13.2492 C 12.1109 12.9107 12.8351 12.6812 13.6103 12.6812 C 16.7401 12.6812 23.1838 13.0496 26.4977 14.4302 C 27.9705 15.0744 29.4434 15.5348 29.0752 19.7692 C 28.1546 30.3552 25.0248 45.9121 25.0248 54.5652 C 25.0248 54.8416 24.9329 55.2093 24.9329 55.6697 C 25.025 62.7578 26.4978 63.7703 29.2594 63.7703 C 33.5859 63.7703 35.1507 58.0631 35.8872 53.0924 C 35.8872 52.8165 35.8872 52.54 35.9791 52.2638 C 37.8201 36.891 39.0168 20.7818 40.3976 13.6938 C 40.5817 12.8653 41.2261 11.9448 42.6989 11.9448 C 46.6572 11.9448 55.3101 13.6938 57.7035 14.6143 C 58.4479 14.9119 59.0052 15.2633 59.3319 15.755 M 28.6013 58.3901 L 26.1237 83.6163"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
  </g>
  <g
     inkscape:label="GlyphLayer-u"
     inkscape:groupmode="layer"
     style="display:none"
     id="g1247">
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       d="M 11.5584 13.2492 C 11.0614 13.5536 10.7034 13.9459 10.5726 14.3384 C 9.28386 19.3092 7.53486 35.6025 6.24612 50.3309 L 6.24612 50.8832 L 6.06204 52.8163 C 3.3925 67.2685 7.25872 71.4109 11.0329 73.8964 C 14.715 76.3819 21.803 80.0639 28.2467 80.156 C 42.3308 80.3399 50.7076 74.3568 54.2976 60.3646 C 54.4817 60.0888 54.5738 59.7204 54.6658 59.1679 L 54.8499 57.695 C 55.3102 55.486 55.6784 53.0005 55.9546 50.3309 C 57.9797 35.7865 58.9923 26.029 59.6367 17.3761 L 59.6367 17.3761 C 59.7217 16.6978 59.6107 16.1752 59.3319 15.7552 M 11.5584 13.2492 C 12.1109 12.9107 12.8351 12.6812 13.6103 12.6812 C 16.7401 12.6812 23.1838 13.0496 26.4977 14.4302 C 27.9705 15.0744 29.4434 15.5348 29.0752 19.7692 C 28.1546 30.3552 25.0248 45.9121 25.0248 54.5652 C 25.0248 54.8416 24.9329 55.2093 24.9329 55.6697 C 25.025 62.7578 26.4978 63.7703 29.2594 63.7703 C 33.5859 63.7703 35.1507 58.0631 35.8872 53.0924 C 35.8872 52.8165 35.8872 52.54 35.9791 52.2638 C 37.8201 36.891 39.0168 20.7818 40.3976 13.6938 C 40.5817 12.8653 41.2261 11.9448 42.6989 11.9448 C 46.6572 11.9448 55.3101 13.6938 57.7035 14.6143 C 58.4479 14.9119 59.0052 15.2633 59.3319 15.755 M 28.6013 58.3901 L 26.1237 83.6163"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.01975;word-spacing:0px"
       id="path875-0" />
  </g>
  <g
     id="g33468"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-I">
    <path
       id="path877"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.02458;word-spacing:0px"
       d="M 20.871 80.241 C 20.5147 80.5263 20.0062 80.6686 19.3552 80.6686 C 13.1585 80.6686 5.75936 77.6165 3.53963 74.8419 C 2.89211 74.0095 2.61443 72.9921 2.61443 71.7898 C 2.61443 56.344 7.4239 20.3659 8.9037 15.0941 C 9.0259 14.544 9.30947 13.9541 9.9144 13.6167 M 20.871 80.241 C 21.274 79.9187 21.4824 79.4136 21.4824 78.7264 C 21.4824 57.084 25.4594 28.8749 27.2168 18.3312 L 27.2165 18.3312 C 27.4942 16.8514 26.7544 16.1114 25.2742 15.5565 C 22.9619 14.6316 14.2681 13.3368 11.1234 13.3368 C 10.6211 13.3368 10.2253 13.4436 9.91437 13.6167 M 1.39161 42.7501 L 26.0347 47.0705"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
  </g>
  <g
     inkscape:label="GlyphLayer-i"
     inkscape:groupmode="layer"
     style="display:none"
     id="g1251">
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       d="M 20.871 80.241 C 20.5147 80.5263 20.0062 80.6686 19.3552 80.6686 C 13.1585 80.6686 5.75936 77.6165 3.53963 74.8419 C 2.89211 74.0095 2.61443 72.9921 2.61443 71.7898 C 2.61443 56.344 7.4239 20.3659 8.9037 15.0941 C 9.0259 14.544 9.30947 13.9541 9.9144 13.6167 M 20.871 80.241 C 21.274 79.9187 21.4824 79.4136 21.4824 78.7264 C 21.4824 57.084 25.4594 28.8749 27.2168 18.3312 L 27.2165 18.3312 C 27.4942 16.8514 26.7544 16.1114 25.2742 15.5565 C 22.9619 14.6316 14.2681 13.3368 11.1234 13.3368 C 10.6211 13.3368 10.2253 13.4436 9.91437 13.6167 M 1.39161 42.7501 L 26.0347 47.0705"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.02458;word-spacing:0px"
       id="path877-2" />
  </g>
  <g
     id="g33638"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-O">
    <path
       id="path879"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.01481;word-spacing:0px"
       d="M 32.9878 13.1482 C 37.7714 13.748 42.3767 15.0977 45.1219 16.8386 C 48.8778 19.312 55.1071 26.4573 55.1071 41.0229 C 55.1071 63.1001 44.664 80.2304 31.381 80.2304 C 24.9685 80.2304 17.64 78.7647 13.9757 76.2913 C 10.2199 73.8179 3.89908 66.6727 3.89908 52.0156 C 3.89908 30.0299 14.4338 12.8079 27.7167 12.8079 C 29.442 12.8079 31.227 12.9271 32.9878 13.1481 M 31.1978 27.0985 C 34.0376 27.0985 36.6942 29.0222 36.6942 38.8242 C 36.6942 54.3057 33.1215 63.2831 31.2894 64.932 C 30.8317 65.3902 29.9153 66.0313 27.9916 66.0313 C 25.1518 66.0313 22.4952 64.0159 22.4952 54.3974 C 22.4952 38.9158 26.0678 29.9383 27.8083 28.1061 C 28.266 27.648 29.274 27.0984 31.1978 27.0984 Z M 25.4282 45.1949 L 1.81268 44.4024 M 33.9868 45.6704 L 56.9684 45.829 M 28.4396 62.9461 L 26.6962 84.6598"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
  </g>
  <g
     inkscape:label="GlyphLayer-o"
     inkscape:groupmode="layer"
     style="display:none"
     id="g1255">
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       d="M 32.9878 13.1482 C 37.7715 13.748 42.3767 15.0977 45.1219 16.8386 C 48.8778 19.312 55.1071 26.4573 55.1071 41.0229 C 55.1071 63.1001 44.664 80.2304 31.381 80.2304 C 24.9685 80.2304 17.64 78.7647 13.9757 76.2913 C 10.2199 73.8179 3.89908 66.6727 3.89908 52.0156 C 3.89908 30.0299 14.4338 12.8079 27.7167 12.8079 C 29.442 12.8079 31.227 12.9271 32.9878 13.1481 M 31.1978 27.0985 C 34.0376 27.0985 36.6942 29.0222 36.6942 38.8242 C 36.6942 54.3057 33.1215 63.2831 31.2894 64.932 C 30.8317 65.3902 29.9153 66.0313 27.9916 66.0313 C 25.1518 66.0313 22.4952 64.0159 22.4952 54.3974 C 22.4952 38.9158 26.0678 29.9383 27.8083 28.1061 C 28.266 27.648 29.274 27.0984 31.1978 27.0984 Z M 25.4282 45.1949 L 1.81268 44.4024 M 33.9868 45.6704 L 56.9684 45.829 M 28.4396 62.9461 L 26.6962 84.6598"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.01481;word-spacing:0px"
       id="path879-8" />
  </g>
  <g
     id="g33809"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-P">
    <path
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.04156;word-spacing:0px"
       d="M 22.9377 46.2896 C 33.8658 44.3046 36.2791 40.3331 36.2791 33.9395 C 36.2791 30.4608 33.8346 26.888 28.8515 26.888 C 27.065 26.888 25.1846 27.3582 23.2102 28.1103 L 8.35448 30.4605 C 6.85014 28.204 4.59319 23.973 4.07621 22.6097 C 3.80195 21.8865 3.69955 21.203 3.80431 20.6083 M 21.7924 52.3985 C 22.1684 52.8687 22.5806 54.8915 22.5806 54.8915 C 24.5551 57.4301 28.1929 58.4788 35.7146 56.5984 C 47.8433 53.5897 53.5786 41.555 53.5786 30.7426 C 53.5786 26.2296 50.5699 19.178 49.2535 18.1437 C 46.9971 16.4514 31.0135 11.6563 29.4152 11.6563 C 17.6624 11.6563 6.85005 17.4856 4.59352 19.272 C 4.15195 19.6253 3.89703 20.0819 3.80433 20.6083 M 33.5854 33.403 L 57.0507 30.0672"
       id="path3123"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
    <path
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.04156;word-spacing:0px"
       d="M 21.8581 78.9482 C 22.2795 78.622 22.5005 78.0985 22.552 77.3772 C 22.928 67.2228 23.4925 59.419 24.1504 52.7434 L 24.8085 45.5983 C 25.373 41.1793 25.9368 37.2303 26.5009 33.3755 L 26.5006 33.3752 C 27.1287 30.0281 25.9192 28.9994 23.3729 26.6462 L 8.51715 28.9964 M 21.8581 78.9482 C 21.5107 79.2168 21.0269 79.3518 20.3896 79.3518 C 14.0901 79.3518 7.50863 76.249 5.25209 73.4284 C 4.59387 72.5821 4.31157 71.548 4.31157 70.3257 C 4.31157 55.0002 7.01282 34.826 8.51715 28.9967 M 0.68803 57.7887 L 25.8787 52.0374"
       id="path3113"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
  </g>
  <g
     inkscape:label="GlyphLayer-p"
     inkscape:groupmode="layer"
     style="display:none"
     id="g1261">
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       id="path3123-1"
       d="M 22.9377 46.2896 C 33.8658 44.3046 36.2791 40.3331 36.2791 33.9395 C 36.2791 30.4608 33.8346 26.888 28.8515 26.888 C 27.065 26.888 25.1846 27.3582 23.2102 28.1103 L 8.35448 30.4605 C 6.85014 28.204 4.59319 23.973 4.07621 22.6097 C 3.80195 21.8865 3.69955 21.203 3.80431 20.6083 M 21.7924 52.3985 C 22.1684 52.8687 22.5806 54.8915 22.5806 54.8915 C 24.5551 57.4301 28.1929 58.4788 35.7146 56.5984 C 47.8433 53.5897 53.5786 41.555 53.5786 30.7426 C 53.5786 26.2296 50.5699 19.178 49.2535 18.1437 C 46.9971 16.4514 31.0135 11.6563 29.4152 11.6563 C 17.6624 11.6563 6.85005 17.4856 4.59352 19.272 C 4.15195 19.6253 3.89703 20.0819 3.80433 20.6083 M 33.5854 33.403 L 57.0507 30.0672"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.04156;word-spacing:0px" />
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       id="path3113-1"
       d="M 21.8581 78.9482 C 22.2795 78.622 22.5005 78.0985 22.552 77.3772 C 22.928 67.2228 23.4925 59.419 24.1504 52.7434 L 24.8085 45.5983 C 25.373 41.1793 25.9368 37.2303 26.5009 33.3755 L 26.5006 33.3752 C 27.1287 30.0281 25.9192 28.9994 23.3729 26.6462 L 8.51715 28.9964 M 21.8581 78.9482 C 21.5107 79.2168 21.0269 79.3518 20.3896 79.3518 C 14.0901 79.3518 7.50863 76.249 5.25209 73.4284 C 4.59387 72.5821 4.31157 71.548 4.31157 70.3257 C 4.31157 55.0002 7.01282 34.826 8.51715 28.9967 M 0.68803 57.7887 L 25.8787 52.0374"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.04156;word-spacing:0px" />
  </g>
  <g
     id="g34652"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-Z">
    <path
       id="path4417"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.0183;word-spacing:0px"
       d="M 5.19603 14.4738 C 5.5917 13.8508 6.25409 13.4313 6.97407 13.3285 C 11.6621 12.6852 22.417 12.777 36.2972 13.0531 C 41.1691 13.1449 46.8683 14.6157 48.0633 15.2592 C 50.0855 16.2703 53.2109 22.1534 54.8656 28.1283 M 5.19603 14.4741 C 4.88449 14.9644 4.73835 15.5819 4.85988 16.2703 C 5.5951 20.7745 8.26102 26.5656 8.99633 27.3929 C 10.9267 29.691 10.559 30.6102 13.9601 30.8859 C 18.924 31.0696 26.4616 31.2539 32.1608 31.0696 C 34.183 31.0696 36.1134 31.0696 37.768 31.2532 L 53.266 29.9535 M 32.2364 8.69898 L 29.2 33.3273"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
    <path
       id="path4415"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.0183;word-spacing:0px"
       d="M 39.5673 29.454 C 27.5255 39.1977 7.56472 58.8524 2.96861 64.6435 M 54.8656 28.128 C 55.1413 29.231 54.6817 31.621 53.4867 33.0917 L 53.3034 33.3671 C 46.8689 40.1695 32.2004 50.5792 20.4343 63.9997 M 17.9542 43.7856 L 44.4943 44.7979"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
    <path
       id="path893"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.0183;word-spacing:0px"
       d="M 4.76793 62.5068 C 3.57295 63.6099 2.92949 64.7129 2.83763 66.1837 C 2.74587 68.6655 4.95183 71.7911 5.50335 72.7101 C 7.43374 75.9275 8.72057 78.6851 12.1217 78.9608 L 12.1224 78.9609 C 17.0862 79.1446 24.6238 78.4094 30.323 78.4094 C 43.1921 78.4094 49.0752 80.3398 50.5459 80.064 C 51.2668 79.9097 51.7282 79.5532 52.0086 79.0856 M 7.2706 61.3295 L 22.2335 61.8633 C 22.1418 61.9553 22.1418 61.9553 22.1418 62.0468 C 26.8298 61.0358 30.0472 60.7602 36.2978 60.8519 C 41.1697 60.9439 45.2143 61.4035 46.4093 62.0468 C 48.1559 63.0581 50.2701 68.8492 51.9246 74.824 C 52.2555 75.949 52.7293 77.8839 52.0084 79.0853 M 28.8625 58.7425 L 34.3729 81.3466"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
  </g>
  <g
     inkscape:label="GlyphLayer-z"
     inkscape:groupmode="layer"
     style="display:none"
     id="g1269">
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       d="M 5.19603 14.4738 C 5.5917 13.8508 6.25409 13.4313 6.97407 13.3285 C 11.6621 12.6852 22.417 12.777 36.2972 13.0531 C 41.1691 13.1449 46.8683 14.6157 48.0633 15.2592 C 50.0855 16.2703 53.2109 22.1534 54.8656 28.1283 M 5.19603 14.4741 C 4.88449 14.9644 4.73835 15.5819 4.85988 16.2703 C 5.5951 20.7745 8.26102 26.5656 8.99633 27.3929 C 10.9267 29.691 10.559 30.6102 13.9601 30.8859 C 18.924 31.0696 26.4616 31.2539 32.1608 31.0696 C 34.183 31.0696 36.1134 31.0696 37.768 31.2532 L 53.266 29.9535 M 32.2364 8.69898 L 29.2 33.3273"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.0183;word-spacing:0px"
       id="path4417-8" />
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       d="M 39.5673 29.454 C 27.5255 39.1977 7.56472 58.8524 2.96861 64.6435 M 54.8656 28.128 C 55.1413 29.231 54.6817 31.621 53.4867 33.0917 L 53.3034 33.3671 C 46.8689 40.1695 32.2004 50.5792 20.4343 63.9997 M 17.9542 43.7856 L 44.4943 44.7979"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.0183;word-spacing:0px"
       id="path4415-8" />
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       d="M 4.76793 62.5068 C 3.57295 63.6099 2.92949 64.7129 2.83763 66.1837 C 2.74587 68.6655 4.95183 71.7911 5.50335 72.7101 C 7.43374 75.9275 8.72057 78.6851 12.1217 78.9608 L 12.1224 78.9609 C 17.0862 79.1446 24.6238 78.4094 30.323 78.4094 C 43.1921 78.4094 49.0752 80.3398 50.5459 80.064 C 51.2668 79.9097 51.7282 79.5532 52.0086 79.0856 M 7.2706 61.3295 L 22.2335 61.8633 C 22.1418 61.9553 22.1418 61.9553 22.1418 62.0468 C 26.8298 61.0358 30.0472 60.7602 36.2978 60.8519 C 41.1697 60.9439 45.2143 61.4035 46.4093 62.0468 C 48.1559 63.0581 50.2701 68.8492 51.9246 74.824 C 52.2555 75.949 52.7293 77.8839 52.0084 79.0853 M 28.8625 58.7425 L 34.3729 81.3466"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.0183;word-spacing:0px"
       id="path893-3" />
  </g>
  <g
     id="g34908"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-X">
    <path
       id="path4678"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.01528;word-spacing:0px"
       d="M 30.9266 20.4165 L 7.06222 25.4114 M 8.0649 16.6823 C 6.78179 18.0571 7.24049 19.8901 7.88216 21.5398 C 10.3566 28.0469 14.8075 37.8758 19.0234 44.9327 M 23.5536 11.3667 C 25.9365 11.3667 29.4709 23.0285 31.6704 32.1935"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
    <path
       id="path4549"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.01528;word-spacing:0px"
       d="M 52.7297 60.3754 L 26.8832 69.0968 M 50.4987 71.5803 C 51.7818 70.2057 51.3231 68.3725 50.6815 66.7229 C 47.8404 59.4826 43.4705 50.3976 38.7047 42.699 M 36.7513 78.9122 C 34.0935 78.9122 29.9312 64.5784 27.2734 54.4971"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
    <path
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.01528;word-spacing:0px"
       d="M 45.5495 11.1848 C 45.1099 11.0369 44.5859 11.0777 44.0584 11.2255 C 42.9367 11.5394 41.7994 12.3353 41.4253 12.834 C 38.9508 16.0417 34.5516 23.3737 30.8856 30.0641 L 18.2386 42.8033 C 12.373 48.9438 4.03284 61.958 2.38322 64.4327 C 1.37505 65.8991 1.28336 68.9235 2.19946 70.2066 M 55.7226 20.6241 C 56.547 21.9072 56.547 25.0233 55.1723 27.0395 C 53.7976 29.0558 45.0909 38.7707 40.0502 44.2698 L 27.4031 56.734 C 23.8287 63.7909 19.2462 72.3144 16.2218 77.1718 C 15.8039 77.8511 15.2667 78.2025 14.6273 78.2945 C 14.1453 78.3635 13.6051 78.2845 13.0141 78.0885 M 21.0522 34.466 L 34.1708 53.9755"
       id="path895"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
  </g>
  <g
     inkscape:label="GlyphLayer-x"
     inkscape:groupmode="layer"
     style="display:none"
     id="g1277">
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       d="M 30.9266 20.4165 L 7.06222 25.4114 M 8.0649 16.6823 C 6.78179 18.0571 7.24049 19.8901 7.88216 21.5398 C 10.3566 28.0469 14.8075 37.8758 19.0234 44.9327 M 23.5536 11.3667 C 25.9365 11.3667 29.4709 23.0285 31.6704 32.1935"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.01528;word-spacing:0px"
       id="path4678-8" />
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       d="M 52.7297 60.3754 L 26.8832 69.0968 M 50.4987 71.5803 C 51.7818 70.2057 51.3231 68.3725 50.6815 66.7229 C 47.8404 59.4826 43.4705 50.3976 38.7047 42.699 M 36.7513 78.9122 C 34.0935 78.9122 29.9312 64.5784 27.2734 54.4971"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.01528;word-spacing:0px"
       id="path4549-6" />
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       id="path895-7"
       d="M 45.5495 11.1848 C 45.1099 11.0369 44.5859 11.0777 44.0584 11.2255 C 42.9367 11.5394 41.7994 12.3353 41.4253 12.834 C 38.9508 16.0417 34.5516 23.3737 30.8856 30.0641 L 18.2386 42.8033 C 12.373 48.9438 4.03284 61.958 2.38322 64.4327 C 1.37505 65.8991 1.28336 68.9235 2.19946 70.2066 M 55.7226 20.6241 C 56.547 21.9072 56.547 25.0233 55.1723 27.0395 C 53.7976 29.0558 45.0909 38.7707 40.0502 44.2698 L 27.4031 56.734 C 23.8287 63.7909 19.2462 72.3144 16.2218 77.1718 C 15.8039 77.8511 15.2667 78.2025 14.6273 78.2945 C 14.1453 78.3635 13.6051 78.2845 13.0141 78.0885 M 21.0522 34.466 L 34.1708 53.9755"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.01528;word-spacing:0px" />
  </g>
  <g
     id="g35165"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-C">
    <path
       id="path897"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.01887;word-spacing:0px"
       d="M 45.2472 44.38 C 47.5486 43.7057 48.4934 41.9599 49.0235 41.1944 C 53.7141 34.4801 53.99 28.134 54.358 24.1791 C 54.8175 19.3045 50.771 17.9249 48.1957 16.4534 C 43.965 13.9701 37.1589 12.8664 29.801 13.0504 C 14.6254 13.5104 4.96817 29.6976 4.96817 52.6909 C 4.96817 73.2011 15.3612 80.8349 30.7208 80.8349 C 41.7576 80.8349 45.9883 76.0523 50.1272 70.9938 C 51.9667 68.7864 52.2426 66.211 51.4149 63.4519 L 48.7475 56.5538 C 47.8896 55.0398 46.8586 54.5365 45.776 54.6338 M 45.2472 44.38 C 43.9545 44.7584 42.2338 44.7993 39.9181 44.1372 C 35.3195 43.2174 35.2276 41.7458 36.4232 37.6989 C 38.0787 31.9046 36.5152 27.3979 32.3764 27.3979 C 30.4449 27.3979 28.9729 28.2257 28.5134 28.6855 C 26.7659 30.525 23.6388 39.5384 23.6388 55.0819 C 23.6388 64.7392 28.1456 64.3712 30.9967 64.3712 C 32.9282 64.3712 35.3195 62.8997 38.3546 60.4164 C 39.6894 59.3485 42.9129 54.8907 45.776 54.6335 M 1.37834 46.1901 L 26.9184 46.8263 M 32.7266 30.4362 L 47.0482 14.0459"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
  </g>
  <g
     inkscape:label="GlyphLayer-c"
     inkscape:groupmode="layer"
     style="display:none"
     id="g1281">
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       d="M 45.2472 44.38 C 47.5486 43.7057 48.4934 41.9599 49.0235 41.1944 C 53.7141 34.4801 53.99 28.134 54.358 24.1791 C 54.8175 19.3045 50.771 17.9249 48.1957 16.4534 C 43.965 13.9701 37.1589 12.8664 29.801 13.0504 C 14.6254 13.5104 4.96816 29.6976 4.96816 52.6909 C 4.96816 73.2011 15.3612 80.8349 30.7208 80.8349 C 41.7576 80.8349 45.9883 76.0523 50.1272 70.9938 C 51.9667 68.7864 52.2426 66.211 51.4149 63.4519 L 48.7475 56.5538 C 47.8896 55.0398 46.8586 54.5365 45.776 54.6338 M 45.2472 44.38 C 43.9545 44.7584 42.2338 44.7993 39.9181 44.1372 C 35.3195 43.2174 35.2276 41.7458 36.4232 37.6989 C 38.0787 31.9046 36.5152 27.3979 32.3764 27.3979 C 30.4449 27.3979 28.9729 28.2257 28.5134 28.6855 C 26.7659 30.525 23.6388 39.5384 23.6388 55.0819 C 23.6388 64.7392 28.1456 64.3712 30.9967 64.3712 C 32.9282 64.3712 35.3195 62.8997 38.3546 60.4164 C 39.6894 59.3485 42.9129 54.8907 45.776 54.6335 M 1.37834 46.1901 L 26.9184 46.8263 M 32.7266 30.4362 L 47.0482 14.0459"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.01887;word-spacing:0px"
       id="path897-5" />
  </g>
  <g
     id="g35423"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-V">
    <path
       id="path5057"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.03316;word-spacing:0px"
       d="M 42.5656 11.6324 C 41.26 11.6324 41.0734 12.565 40.7003 13.7775 C 36.7833 26.4613 33.4258 44.5545 29.0424 59.2901 L 25.3966 60.6724 L 22.4115 77.0506 M 42.5656 11.6324 C 48.5345 11.6324 56.8349 14.9899 59.4463 18.0676 L 59.4464 18.0676 C 60.1924 18.907 60.8453 19.5598 60.3794 20.9588 C 55.7162 36.0675 46.2033 68.3367 40.794 78.5025 C 40.4209 79.2486 39.7681 79.7148 38.5557 79.4351 C 36.2241 79.6214 32.0272 79.2489 28.4832 78.689 L 27.9233 78.689 M 31.5283 36.9524 L 54.4415 47.7636"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
    <path
       id="path899"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.03316;word-spacing:0px"
       d="M 5.53532 12.812 C 6.1928 12.14 7.071 11.6324 8.05804 11.6324 C 14.0269 11.6324 21.7678 14.5236 23.9128 17.4147 C 25.3119 19.3733 27.83 42.2229 29.0424 59.2901 L 31.2056 61.4793 L 28.5432 78.6641 M 5.53532 12.812 C 4.70188 13.6635 4.22324 14.7784 4.3275 15.4562 C 4.42041 16.6687 5.07343 22.5442 6.75242 33.1763 C 9.92331 53.8808 13.0011 67.404 13.2809 70.202 C 13.4668 71.6009 14.2138 72.8132 15.4259 73.746 C 17.8508 75.6111 24.9388 78.689 27.9233 78.689 M 29.1079 35.1776 L 4.4198 43.2455"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
  </g>
  <g
     inkscape:label="GlyphLayer-v"
     inkscape:groupmode="layer"
     style="display:none"
     id="g1287">
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       d="M 42.5656 11.6324 C 41.26 11.6324 41.0734 12.565 40.7003 13.7775 C 36.7833 26.4613 33.4258 44.5545 29.0424 59.2901 L 25.3966 60.6724 L 22.4115 77.0506 M 42.5656 11.6324 C 48.5345 11.6324 56.8349 14.9899 59.4463 18.0676 L 59.4464 18.0676 C 60.1924 18.907 60.8453 19.5598 60.3794 20.9588 C 55.7162 36.0675 46.2033 68.3367 40.794 78.5025 C 40.4209 79.2486 39.7681 79.7148 38.5557 79.4351 C 36.2241 79.6214 32.0272 79.2489 28.4832 78.689 L 27.9233 78.689 M 31.5283 36.9524 L 54.4415 47.7636"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.03316;word-spacing:0px"
       id="path5057-8" />
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       d="M 5.53532 12.812 C 6.1928 12.14 7.071 11.6324 8.05804 11.6324 C 14.0269 11.6324 21.7678 14.5236 23.9128 17.4147 C 25.3119 19.3733 27.83 42.2229 29.0424 59.2901 L 31.2056 61.4793 L 28.5432 78.6641 M 5.53532 12.812 C 4.70188 13.6635 4.22324 14.7784 4.3275 15.4562 C 4.42041 16.6687 5.07343 22.5442 6.75242 33.1763 C 9.92331 53.8808 13.0011 67.404 13.2809 70.202 C 13.4668 71.6009 14.2138 72.8132 15.4259 73.746 C 17.8508 75.6111 24.9388 78.689 27.9233 78.689 M 29.1079 35.1776 L 4.4198 43.2455"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.03316;word-spacing:0px"
       id="path899-5" />
  </g>
  <g
     id="g35682"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-B">
    <path
       id="path5189"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.04565;word-spacing:0px"
       d="M 9.49598 29.4062 L 23.9377 26.9516 C 26.1087 26.1905 28.1854 25.6304 30.1675 25.6304 C 33.188 25.6304 34.9814 26.8592 34.9814 29.4062 C 34.9814 32.8988 28.3766 38.155 24.2234 39.4762 M 9.49598 29.4062 C 7.98575 27.0459 5.72024 22.6106 5.34279 21.4772 L 5.34279 21.4772 C 4.77608 19.8719 4.87024 18.6451 5.81443 17.8892 C 8.07983 16.0972 18.8402 10.7172 30.7334 10.7172 C 36.3969 10.7172 49.6115 15.7187 51.3106 17.4173 C 52.5377 18.5488 54.0479 20.6279 54.0479 25.1586 C 54.0479 33.8435 46.4966 40.9211 38.5679 43.0926 L 38.5679 43.7521 L 38.0712 45.2285 L 24.5892 46.0809 M 32.1998 28.4777 L 48.6941 13.046"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
    <path
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.04565;word-spacing:0px"
       d="M 23.9377 26.9516 L 26.2031 27.5198 C 27.6193 28.088 28.2801 28.6512 27.9968 30.5396 C 27.7134 32.429 27.4301 35.1646 27.0526 38.0911 L 25.8739 52.0383 C 25.5905 55.531 25.1642 59.4244 24.9761 62.916 L 26.6749 62.916 C 31.2057 62.916 35.4532 59.1403 35.4532 54.987 C 35.4532 52.7223 33.4711 51.6831 30.2618 51.6831 C 28.2796 51.6831 24.8096 52.1398 23.7713 52.4239 M 9.49601 29.4062 C 7.70265 42.3366 6.098 59.7988 6.098 69.7105 C 6.098 70.9404 6.28613 71.881 6.94701 72.637 C 10.5339 77.1677 18.3683 79.338 26.4858 79.338 C 42.249 79.338 54.8029 68.7669 54.8029 54.7029 C 54.8029 51.9652 54.2362 50.36 53.6702 49.5106 C 52.5377 47.2459 45.8359 44.6968 38.5679 43.7532 L 24.5242 43.5807 M 27.7649 58.9545 L 26.841 82.2798 M 31.3446 57.7989 L 56.8651 58.7222 M 27.1874 56.0676 L 2.59076 56.0676"
       id="path5191"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
  </g>
  <g
     inkscape:label="GlyphLayer-b"
     inkscape:groupmode="layer"
     style="display:none"
     id="g1293">
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       d="M 9.49598 29.4062 L 23.9377 26.9516 C 26.1087 26.1905 28.1854 25.6304 30.1675 25.6304 C 33.188 25.6304 34.9814 26.8592 34.9814 29.4062 C 34.9814 32.8988 28.3766 38.155 24.2234 39.4762 M 9.49598 29.4062 C 7.98575 27.0459 5.72024 22.6106 5.34279 21.4772 L 5.34279 21.4772 C 4.77608 19.8719 4.87024 18.6451 5.81443 17.8892 C 8.07983 16.0972 18.8402 10.7172 30.7334 10.7172 C 36.3969 10.7172 49.6115 15.7187 51.3106 17.4173 C 52.5377 18.5488 54.0479 20.6279 54.0479 25.1586 C 54.0479 33.8435 46.4966 40.9211 38.5679 43.0926 L 38.5679 43.7521 L 38.0712 45.2285 L 24.5892 46.0809 M 32.1998 28.4777 L 48.6941 13.046"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.04565;word-spacing:0px"
       id="path5189-9" />
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       id="path5191-8"
       d="M 23.9377 26.9516 L 26.2031 27.5198 C 27.6193 28.088 28.2801 28.6512 27.9968 30.5396 C 27.7134 32.429 27.4301 35.1646 27.0526 38.0911 L 25.8739 52.0383 C 25.5905 55.531 25.1642 59.4244 24.9761 62.916 L 26.6749 62.916 C 31.2057 62.916 35.4532 59.1403 35.4532 54.987 C 35.4532 52.7223 33.4711 51.6831 30.2618 51.6831 C 28.2796 51.6831 24.8096 52.1398 23.7713 52.4239 M 9.49601 29.4062 C 7.70265 42.3366 6.098 59.7988 6.098 69.7105 C 6.098 70.9404 6.28613 71.881 6.94701 72.637 C 10.5339 77.1677 18.3683 79.338 26.4858 79.338 C 42.249 79.338 54.8029 68.7669 54.8029 54.7029 C 54.8029 51.9652 54.2362 50.36 53.6702 49.5106 C 52.5377 47.2459 45.8359 44.6968 38.5679 43.7532 L 24.5242 43.5807 M 27.7649 58.9545 L 26.841 82.2798 M 31.3446 57.7989 L 56.8651 58.7222 M 27.1874 56.0676 L 2.59076 56.0676"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.04565;word-spacing:0px" />
  </g>
  <g
     id="g35942"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-N">
    <path
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.07069;word-spacing:0px"
       d="M 11.5465 12.2275 C 11.9123 11.9318 12.4113 11.7483 13.1049 11.7483 C 17.3575 11.7483 23.7365 13.1034 26.2494 14.0679 C 27.6024 14.6491 28.3755 15.3251 28.2791 16.5802 L 24.6063 46.2529 C 23.6399 56.6907 22.9632 68.1929 22.9632 78.5327 C 22.9632 79.2159 22.7689 79.7186 22.392 80.0591 M 11.5465 12.2357 C 11.0965 12.5925 10.8485 13.1125 10.6885 13.5897 C 9.23875 19.0977 4.50287 51.9617 4.11625 68.1002 C 4.11625 69.3593 4.50279 73.3196 7.11246 76.1234 C 9.62537 78.8295 14.2646 80.5679 20.7402 80.5679 C 21.4629 80.5679 22.0175 80.4048 22.392 80.0785 M 2.68552 41.6647 L 27.1619 43.5571"
       id="path5327"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
    <path
       id="path5325"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.07069;word-spacing:0px"
       d="M 23.9374 44.3228 C 24.9043 48.3819 26.1527 54.7514 27.3126 57.9408 C 29.0523 63.1592 30.3088 68.6691 30.9853 70.7939 C 31.179 71.3751 32.9732 73.2787 33.3608 73.763 M 27.6102 14.6511 C 28.5767 17.5499 30.1154 26.1411 31.1787 30.7814 L 35.1966 45.9267 M 32.1282 24.729 L 28.108 66.9408"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
    <path
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.07069;word-spacing:0px"
       d="M 49.931 78.4563 C 49.5581 78.7622 49.0201 78.9152 48.2865 78.9152 C 41.9074 78.9152 34.0787 75.2426 31.8558 72.3438 L 33.6916 44.5063 C 34.9481 29.72 35.8178 17.8323 38.7174 13.6754 C 39.0522 13.135 39.3408 12.4651 40.0006 12.1001 M 49.931 78.4583 C 50.3443 78.1219 50.5552 77.6018 50.6061 76.8861 C 51.573 54.2692 55.7287 30.8803 56.7913 24.5974 C 57.8539 18.3146 57.3712 15.996 55.9215 15.4158 C 53.4086 14.4574 44.3233 11.8401 41.1339 11.8401 C 40.6588 11.8401 40.2933 11.9726 40.0008 12.095 M 32.0101 45.4179 L 54.5946 49.3189"
       id="path903"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
  </g>
  <g
     inkscape:label="GlyphLayer-n"
     inkscape:groupmode="layer"
     style="display:none"
     id="g1301">
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       id="path5327-3"
       d="M 11.5465 12.2275 C 11.9123 11.9318 12.4113 11.7483 13.1049 11.7483 C 17.3575 11.7483 23.7365 13.1034 26.2494 14.0679 C 27.6025 14.6491 28.3755 15.3251 28.2791 16.5802 L 24.6063 46.2529 C 23.6399 56.6907 22.9632 68.1929 22.9632 78.5327 C 22.9632 79.2159 22.7689 79.7186 22.392 80.0591 M 11.5465 12.2357 C 11.0965 12.5925 10.8485 13.1125 10.6885 13.5897 C 9.23875 19.0977 4.50287 51.9617 4.11625 68.1002 C 4.11625 69.3593 4.50279 73.3196 7.11246 76.1234 C 9.62537 78.8295 14.2646 80.5679 20.7402 80.5679 C 21.4629 80.5679 22.0175 80.4048 22.392 80.0785 M 2.68552 41.6647 L 27.1619 43.5571"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.07069;word-spacing:0px" />
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       d="M 23.9374 44.3228 C 24.9043 48.3819 26.1527 54.7514 27.3126 57.9408 C 29.0523 63.1592 30.3088 68.6691 30.9853 70.7939 C 31.179 71.3751 32.9732 73.2787 33.3608 73.763 M 27.6102 14.6511 C 28.5767 17.5499 30.1154 26.1411 31.1787 30.7814 L 35.1966 45.9267 M 32.1282 24.729 L 28.108 66.9408"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.07069;word-spacing:0px"
       id="path5325-1" />
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       id="path903-9"
       d="M 49.931 78.4563 C 49.5581 78.7622 49.0201 78.9152 48.2865 78.9152 C 41.9074 78.9152 34.0787 75.2426 31.8558 72.3438 L 33.6916 44.5063 C 34.9481 29.72 35.8179 17.8323 38.7174 13.6754 C 39.0522 13.135 39.3408 12.4651 40.0006 12.1001 M 49.931 78.4583 C 50.3443 78.1219 50.5552 77.6018 50.6061 76.8861 C 51.573 54.2692 55.7287 30.8803 56.7913 24.5974 C 57.8539 18.3146 57.3712 15.996 55.9215 15.4158 C 53.4086 14.4574 44.3233 11.8401 41.1339 11.8401 C 40.6588 11.8401 40.2933 11.9726 40.0008 12.095 M 32.0101 45.4179 L 54.5946 49.3189"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.07069;word-spacing:0px" />
  </g>
  <g
     id="g36203"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-M">
    <path
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.06786;word-spacing:0px"
       d="M 11.0227 11.7094 C 10.6484 12.0562 10.431 12.5152 10.2863 12.9537 C 8.84041 18.4491 4.59897 54.5013 3.92418 70.5987 C 3.82831 71.8573 4.21364 72.913 4.88852 73.7808 C 7.20206 76.6713 14.2389 79.7566 20.6975 79.7566 C 21.4004 79.7566 21.9211 79.5832 22.2817 79.2772 M 11.0227 11.7115 C 11.3963 11.3647 11.9261 11.1199 12.6963 11.1199 C 15.9738 11.1199 24.9386 12.4754 27.4449 13.4341 L 24.9393 42.1602 C 24.5527 46.1124 24.7462 49.8718 24.3605 54.2096 C 23.6855 61.7274 23.2038 70.404 22.9145 77.731 C 22.8656 78.4245 22.6627 78.9294 22.2817 79.2752 M 1.94249 41.7737 L 27.4156 44.1338"
       id="path5465"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
    <path
       id="path5463"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.06786;word-spacing:0px"
       d="M 26.1475 12.9619 C 27.2076 13.4413 29.2759 14.398 29.4691 15.17 C 30.2403 16.5245 31.0114 18.8316 32.0718 20.952 C 34.8673 29.147 37.6627 37.6287 39.8798 44.8579 L 40.8596 46.9631 M 33.4299 20.3115 L 28.3589 64.7709 M 23.642 41.688 C 24.9916 45.0619 26.9635 48.7143 28.5059 51.7026 C 30.0482 55.0776 31.3978 57.8721 32.0726 59.607 C 32.5543 60.7687 32.8382 61.343 34.1878 61.7274 L 41.0412 62.0028"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
    <path
       id="path5459"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.06786;word-spacing:0px"
       d="M 61.6991 11.377 C 60.7348 11.377 58.3879 11.377 58.0023 11.8869 C 56.6527 12.8456 52.9896 18.1533 51.7365 20.9489 C 46.5312 31.3603 42.4825 39.2637 39.8798 44.8549 L 38.1472 46.2522 M 47.2279 23.3733 L 46.1665 64.059 M 56.3982 44.6305 L 54.6292 43.9879 C 52.9905 46.398 52.3157 48.1328 50.5806 51.7005 C 49.1346 54.7839 46.6284 59.6243 44.4113 61.4562 C 44.1221 61.9356 42.4667 62.3333 41.5025 62.3333 L 35.9546 61.9151"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
    <path
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.06786;word-spacing:0px"
       d="M 70.187 79.5016 C 70.5471 79.165 70.727 78.6754 70.727 78.0196 C 70.727 55.463 74.7757 27.2184 75.8359 20.952 C 76.8961 14.6866 76.1242 13.9145 74.6786 13.3362 C 72.1724 12.3775 63.1111 11.0241 59.9301 11.0241 M 70.1869 79.5016 C 69.8017 79.8586 69.2107 80.0422 68.4135 80.0422 C 62.0514 80.0422 55.0145 76.8631 52.7974 73.9705 C 52.1225 73.0935 51.8331 72.042 51.8331 70.7894 C 51.8331 66.7413 52.0265 60.2821 52.4119 54.5952 C 52.316 51.5088 53.9541 47.268 54.629 44.2807 L 59.93 11.0241 M 51.1195 44.604 L 74.8236 45.5423"
       id="path905"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
  </g>
  <g
     inkscape:label="GlyphLayer-m"
     inkscape:groupmode="layer"
     style="display:none"
     id="g1311">
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       id="path5465-1"
       d="M 11.0227 11.7094 C 10.6484 12.0562 10.431 12.5152 10.2863 12.9537 C 8.84041 18.4491 4.59897 54.5013 3.92418 70.5987 C 3.82831 71.8573 4.21364 72.913 4.88852 73.7808 C 7.20206 76.6713 14.2389 79.7566 20.6975 79.7566 C 21.4004 79.7566 21.9211 79.5832 22.2817 79.2772 M 11.0227 11.7115 C 11.3963 11.3647 11.9261 11.1199 12.6963 11.1199 C 15.9738 11.1199 24.9386 12.4754 27.4449 13.4341 L 24.9393 42.1602 C 24.5527 46.1124 24.7462 49.8718 24.3605 54.2096 C 23.6855 61.7274 23.2038 70.404 22.9145 77.731 C 22.8656 78.4245 22.6627 78.9294 22.2817 79.2752 M 1.94249 41.7737 L 27.4156 44.1338"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.06786;word-spacing:0px" />
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       d="M 26.1475 12.9619 C 27.2076 13.4413 29.2759 14.398 29.4691 15.17 C 30.2403 16.5245 31.0115 18.8316 32.0718 20.952 C 34.8673 29.147 37.6627 37.6287 39.8798 44.8579 L 40.8596 46.9631 M 33.4299 20.3115 L 28.3589 64.7709 M 23.642 41.688 C 24.9916 45.0619 26.9635 48.7143 28.5059 51.7026 C 30.0482 55.0776 31.3978 57.8721 32.0726 59.607 C 32.5543 60.7687 32.8382 61.343 34.1878 61.7274 L 41.0412 62.0028"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.06786;word-spacing:0px"
       id="path5463-1" />
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       d="M 61.6991 11.377 C 60.7348 11.377 58.3879 11.377 58.0023 11.8869 C 56.6527 12.8456 52.9896 18.1533 51.7365 20.9489 C 46.5312 31.3603 42.4825 39.2637 39.8798 44.8549 L 38.1472 46.2522 M 47.2279 23.3733 L 46.1665 64.059 M 56.3982 44.6305 L 54.6292 43.9879 C 52.9905 46.398 52.3157 48.1328 50.5806 51.7005 C 49.1346 54.7839 46.6284 59.6243 44.4113 61.4562 C 44.1221 61.9356 42.4667 62.3333 41.5025 62.3333 L 35.9546 61.9151"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.06786;word-spacing:0px"
       id="path5459-4" />
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       id="path905-7"
       d="M 70.187 79.5016 C 70.5471 79.165 70.727 78.6754 70.727 78.0196 C 70.727 55.463 74.7757 27.2184 75.8359 20.952 C 76.8961 14.6866 76.1242 13.9145 74.6786 13.3362 C 72.1724 12.3775 63.1111 11.0241 59.9301 11.0241 M 70.1869 79.5016 C 69.8017 79.8586 69.2107 80.0422 68.4135 80.0422 C 62.0514 80.0422 55.0145 76.8631 52.7974 73.9705 C 52.1225 73.0935 51.8331 72.042 51.8331 70.7894 C 51.8331 66.7413 52.0265 60.2821 52.4119 54.5952 C 52.316 51.5088 53.9541 47.268 54.629 44.2807 L 59.93 11.0241 M 51.1195 44.604 L 74.8236 45.5423"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.06786;word-spacing:0px" />
  </g>
  <g
     id="g1350"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-?">
    <path
       id="path6560"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.01874;word-spacing:0px"
       d="M 32.8633 60.5017 L 12.8156 75.0601 M 29.1523 76.153 C 30.0719 72.9343 30.3478 70.0834 30.8996 66.6808 C 31.4513 63.2782 29.9799 60.9792 28.6924 60.1515 C 25.3818 57.9442 20.6917 57.8525 17.4731 57.8525 M 26.9452 78.1761 C 20.5998 78.1761 17.1972 75.5092 14.8982 72.5664 C 14.2544 71.7388 13.8865 70.7272 13.8865 69.4397 C 13.8865 65.9452 14.5303 62.2667 15.174 59.5998"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
    <path
       id="path935"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.01874;word-spacing:0px"
       d="M 25.9386 29.9413 L 40.227 15.2029 M 3.25839 31.0601 C 3.13279 30.1346 3.17321 29.0389 3.49488 27.8729 C 5.70197 19.7802 13.5187 12.5152 20.5998 12.3313 C 26.3934 12.1476 41.7511 16.5615 45.7974 21.3436 C 46.5331 22.1712 49.3644 26.3702 47.6875 34.0695 C 45.1106 40.6438 37.2449 43.6903 31.9111 49.484 C 31.3594 50.2196 30.4398 51.3232 29.796 52.6107 C 28.6005 53.8061 27.5889 54.4499 25.5657 54.174 M 3.25841 31.0601 C 3.42006 32.2513 3.85671 33.1604 4.32251 33.5745 L 10.5759 37.5289 C 12.4152 39.0922 17.0133 38.3565 17.565 35.7816 C 18.3008 32.379 21.5194 27.8729 24.7381 27.9648 C 27.313 28.0567 29.5201 29.9879 28.9683 32.379 C 28.2326 38.6324 19.6802 36.0575 17.657 47.0929 C 17.3811 48.5643 17.7487 50.8634 18.5766 51.599 M 22.0009 33.3165 L 13.3379 11.3776 M 25.2636 33.3165 L 50.0151 33.9914"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
  </g>
  <g
     id="g1369"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-_">
    <path
       id="path915-0"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1.17885;word-spacing:0px"
       d="M -2.57112 97.9043 C -2.92753 98.3978 -3.18692 99.0417 -3.18692 99.7966 C -3.18692 102.031 -1.16509 105.437 0.643985 108.523 C 1.17563 109.481 2.77228 111.077 5.4326 110.757 C 11.0726 110.119 31.185 108.416 37.7827 108.735 C 38.4777 108.798 39.06 108.449 39.4186 107.776 M -2.57112 97.9043 C -2.07341 97.2145 -1.38641 96.8171 -0.95229 96.8171 C 6.49675 96.9225 27.6733 94.3695 31.5042 94.4758 C 35.3352 94.5812 36.1864 95.1144 36.9314 95.9658 C 37.7827 96.9234 39.8046 102.883 39.8046 105.969 C 39.8046 106.704 39.664 107.316 39.4186 107.776 M 19.4825 90.5772 L 16.1684 113.96"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
  </g>
  <g
     id="g1364"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-‰">
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       d="M 66.0135 17.8255 C 67.0686 19.0312 67.644 20.3298 66.4931 21.4429 C 54.6962 32.2021 30.5269 58.6364 15.9486 78.4854 C 15.1813 79.5982 14.1263 79.9694 12.8795 79.4129 M 60.6426 12.6314 C 59.2039 11.9822 57.9571 13.0019 57.1898 13.4662 C 48.7498 18.9385 15.0854 55.6683 5.78214 70.7869 C 5.20668 71.8072 4.72713 73.1058 5.3985 73.9405 M 41.5806 24.6614 L 54.0281 36.3707"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:14.0158px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-opacity:1;stroke-width:2.28102;word-spacing:0px"
       id="path1787" />
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       d="M 19.0177 19.0311 C 18.0586 19.0311 18.1545 19.3097 17.9627 19.495 C 17.0036 20.4226 14.7977 23.8544 14.7977 28.3065 C 14.7977 32.9438 16.0445 33.3151 16.524 33.3151 C 18.4422 33.3151 21.4154 24.7819 21.4154 22.7414 C 21.4154 19.9588 20.4564 19.0312 19.0177 19.0312 Z M 18.6628 9.98634 C 18.2312 9.95984 17.8039 9.94004 17.3872 9.94004 C 10.8654 9.94004 5.01486 18.1023 5.01486 28.4905 C 5.01486 35.4469 7.41261 38.6932 10.194 39.8063 C 12.2081 40.641 15.7568 41.9395 18.9218 41.9395 C 24.4846 41.9395 30.8146 32.8498 30.8146 23.3891 C 30.8146 16.4327 27.7455 13.0009 25.8273 11.8879 C 24.3353 10.926 21.4106 10.1719 18.6628 9.98484 M 16.1765 31.9387 L 13.4607 42.4443 M 15.7805 25.2633 L 4.18173 22.4728 M 19.4581 26.1935 L 31.849 30.0236"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:14.0158px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-opacity:1;stroke-width:2.28102;word-spacing:0px"
       id="path1783" />
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       id="path1790"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:14.0158px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-opacity:1;stroke-width:2.28102;word-spacing:0px"
       d="M 76.9549 57.5517 C 75.9958 57.5517 76.0917 57.8303 75.8999 58.0156 C 74.9408 58.9431 72.7348 62.375 72.7348 66.8271 C 72.7348 71.4644 73.9817 71.8357 74.4612 71.8357 C 76.3794 71.8357 79.3526 63.3025 79.3526 61.262 C 79.3526 58.4794 78.3935 57.5518 76.9549 57.5518 Z M 76.6 48.5069 C 76.1684 48.4804 75.7411 48.4606 75.3244 48.4606 C 68.8025 48.4606 62.952 56.6229 62.952 67.0111 C 62.952 73.9675 65.3498 77.2138 68.1312 78.3269 C 70.1453 79.1616 73.6939 80.4601 76.859 80.4601 C 82.4217 80.4601 88.7518 71.3704 88.7518 61.9098 C 88.7518 54.9533 85.6827 51.5215 83.7645 50.4085 C 82.2725 49.4466 79.3478 48.6925 76.6 48.5054 M 74.1137 70.4593 L 71.3979 80.9649 M 73.7177 63.7839 L 62.1189 60.9934 M 77.3953 64.7141 L 89.7862 68.5442" />
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       d="M 49.847 57.5517 C 48.8879 57.5517 48.9838 57.8303 48.792 58.0156 C 47.8329 58.9431 45.627 62.375 45.627 66.8271 C 45.627 71.4644 46.8738 71.8357 47.3534 71.8357 C 49.2716 71.8357 52.2448 63.3025 52.2448 61.262 C 52.2448 58.4794 51.2857 57.5518 49.847 57.5518 Z M 49.4922 48.5069 C 49.0605 48.4804 48.6332 48.4606 48.2166 48.4606 C 41.6947 48.4606 35.8442 56.6229 35.8442 67.0111 C 35.8442 73.9675 38.2419 77.2138 41.0233 78.3269 C 43.0374 79.1616 46.5861 80.4601 49.7511 80.4601 C 55.3139 80.4601 61.6439 71.3704 61.6439 61.9098 C 61.6439 54.9533 58.5748 51.5215 56.6566 50.4085 C 55.1646 49.4466 52.2399 48.6925 49.4922 48.5054 M 47.0059 70.4593 L 44.2901 80.9649 M 46.6098 63.7839 L 35.0111 60.9934 M 50.2875 64.7141 L 62.6783 68.5442"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:14.0158px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-opacity:1;stroke-width:2.28102;word-spacing:0px"
       id="path1792" />
  </g>
  <g
     id="g1941"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-~">
    <path
       id="path1742"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:14.0158px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-opacity:1;stroke-width:2.89816;word-spacing:0px"
       d="M 8.35561 58.3248 C 9.03571 58.8349 9.54579 59.2599 10.821 59.0049 C 12.0112 58.7495 13.3714 56.8796 15.7517 56.7095 C 20.5124 56.2843 24.338 59.4299 30.2039 59.1749 C 33.6044 59.005 37.855 56.7945 39.7253 54.6693 C 40.3204 53.9891 41.0855 53.6491 40.5754 52.2889 M 2.40473 52.4587 C 2.40473 51.0135 3.67988 49.7383 4.18999 49.2282 C 5.29516 48.0381 9.03571 45.0625 14.3065 44.8926 C 18.3871 44.7228 21.7026 47.6133 27.0584 47.3579 C 31.054 47.1881 31.054 44.6376 33.0093 44.7225 C 33.8594 44.6376 34.5395 44.8924 35.1346 45.5727 M 18.0239 42.9749 L 25.346 60.327"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
  </g>
  <g
     id="g2231"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-©">
    <path
       id="path4471"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:14.0158px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-opacity:1;stroke-width:2.20823;word-spacing:0px"
       d="M 37.0737 22.8193 C 22.7549 22.173 15.2722 30.6678 15.2722 50.7968 C 15.2722 55.9676 16.7503 60.1227 19.9835 63.4467 C 22.4778 66.0321 28.7596 67.3246 33.3785 67.1862 C 37.9975 67.0478 42.247 66.309 44.0022 65.6627 L 44.0022 65.5705 C 51.023 61.6 54.903 46.2725 55.2724 41.5633 C 56.5658 24.8507 45.8498 23.1889 37.0737 22.8193 M 38.2018 13.705 C 34.8621 13.7445 31.3565 14.0179 28.2977 14.4167 C 18.136 15.8017 5.20286 27.1589 5.20286 49.3193 C 5.20286 64.0929 11.1151 67.5093 15.1798 72.68 C 17.9512 76.1888 27.3739 79.2359 34.8566 79.1435 C 37.9975 79.1435 43.8174 78.3125 48.5288 75.8194 L 48.6211 75.8196 L 49.083 75.5423 C 50.5611 74.7113 51.9468 73.6956 52.9629 72.4953 C 63.2171 62.9847 65.8961 46.5491 66.0808 40.455 C 66.7275 18.5716 56.9353 16.8172 47.6973 14.5089 C 45.2468 13.8844 41.8217 13.6599 38.2018 13.705 M 32.9676 65.0262 L 30.6787 80.4958 M 16.7276 44.4364 L 3.53946 43.1292 M 54.1122 46.3974 L 66.4284 47.4867"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
    <path
       id="path1744"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:14.0158px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-opacity:1;stroke-width:2.20823;word-spacing:0px"
       d="M 40.1222 45.6261 C 37.5356 45.072 37.2585 43.7794 37.9975 41.748 L 37.9975 41.7477 C 38.2747 40.2704 36.7042 40.0857 35.5033 41.0091 C 35.1338 41.2858 32.9166 43.0404 33.009 46.7338 C 33.1015 49.1345 33.5633 49.9657 35.1338 50.0579 C 36.7042 50.1501 39.1061 49.7806 40.6765 49.1345 C 42.1546 48.6734 42.986 48.5805 43.725 49.5041 M 44.7412 44.7027 C 45.7574 43.133 46.3117 41.2863 46.9583 38.8856 C 49.2678 32.8838 43.9098 30.7601 42.5241 30.1138 C 39.9375 29.4675 37.4432 28.7288 33.3785 29.0058 C 26.8196 29.3754 21.2769 37.6853 21.2769 48.4885 C 21.2769 57.0756 27.3739 61.5077 35.5957 61.2307 C 40.307 61.0462 43.4479 57.6296 44.5564 55.2289 C 45.2955 54.3056 45.665 53.1976 45.3879 52.0896 M 34.0575 45.6347 L 20.6514 44.9812"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
  </g>
  <g
     id="g2522"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-«">
    <path
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:14.0158px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-opacity:1;stroke-width:2.69966;word-spacing:0px"
       d="M 27.3368 74.1029 C 27.8911 73.3902 28.2078 71.8064 27.02 70.2227 C 25.1986 67.8469 22.1894 63.7291 19.7345 59.928 C 22.1894 56.5228 24.8027 53.1176 26.3073 51.1378 C 27.4952 49.5541 27.0992 47.9703 26.5449 47.2576 M 19.497 79.4087 C 18.3091 80.1214 16.4086 78.7753 16.0126 78.3792 C 12.4491 74.3405 9.6774 68.8764 6.74737 63.0955 C 6.35142 62.1453 6.27226 61.3534 6.19305 60.6407 C 6.11383 59.8487 6.66816 58.5817 7.3809 57.2355 L 7.61848 56.9185 C 10.5485 51.692 13.3202 47.4157 16.8045 43.0603 C 17.5964 42.1099 19.0218 41.3973 20.2889 42.0308 M 22.125 59.6681 L 3.90581 60.6024"
       id="path6242"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       id="path7122"
       d="M 50.2099 74.1029 C 50.7643 73.3902 51.081 71.8064 49.8932 70.2227 C 48.0718 67.8469 45.0626 63.7291 42.6077 59.928 C 45.0626 56.5228 47.6759 53.1176 49.1805 51.1378 C 50.3683 49.5541 49.9724 47.9703 49.4181 47.2576 M 42.3701 79.4087 C 41.1823 80.1214 39.2817 78.7753 38.8858 78.3792 C 35.3222 74.3405 32.5506 68.8764 29.6206 63.0955 C 29.2246 62.1453 29.1454 61.3534 29.0662 60.6407 C 28.987 59.8487 29.5413 58.5817 30.2541 57.2355 L 30.4917 56.9185 C 33.4217 51.692 36.1933 47.4157 39.6777 43.0603 C 40.4696 42.1099 41.895 41.3973 43.162 42.0308 M 44.9982 59.6681 L 26.779 60.6024"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:14.0158px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-opacity:1;stroke-width:2.69966;word-spacing:0px" />
  </g>
  <g
     id="g2814"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-»">
    <path
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:14.0158px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-opacity:1;stroke-width:2.66515;word-spacing:0px"
       d="M 5.27235 47.6783 C 4.72511 48.3819 4.41239 49.9455 5.58504 51.509 C 7.38313 53.8544 10.3539 57.9196 12.7774 61.6722 C 10.3539 65.0338 7.77402 68.3954 6.28864 70.3499 C 5.11597 71.9134 5.50686 73.477 6.05409 74.1806 M 13.0119 42.4404 C 14.1846 41.7369 16.0609 43.0657 16.4518 43.4567 C 19.9698 47.4438 22.706 52.8381 25.5986 58.5451 C 25.9895 59.4832 26.0676 60.2649 26.1458 60.9686 C 26.224 61.7504 25.6768 63.0012 24.9731 64.3302 L 24.7386 64.6431 C 21.846 69.8028 19.1098 74.0245 15.67 78.3243 C 14.8882 79.2624 13.481 79.966 12.2302 79.3405 M 10.4175 61.9287 L 28.4038 61.0063"
       id="path7124"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       id="path7126"
       d="M 28.55 47.6783 C 28.0028 48.3819 27.6901 49.9455 28.8627 51.509 C 30.6608 53.8544 33.6316 57.9196 36.0551 61.6722 C 33.6316 65.0338 31.0517 68.3954 29.5663 70.3499 C 28.3936 71.9134 28.7845 73.477 29.3318 74.1806 M 36.2896 42.4404 C 37.4623 41.7369 39.3385 43.0657 39.7294 43.4567 C 43.2474 47.4438 45.9837 52.8381 48.8762 58.5451 C 49.2671 59.4832 49.3453 60.2649 49.4235 60.9686 C 49.5017 61.7504 48.9544 63.0012 48.2508 64.3302 L 48.0163 64.6431 C 45.1237 69.8028 42.3875 74.0245 38.9476 78.3243 C 38.1659 79.2624 36.7587 79.966 35.5078 79.3405 M 33.6952 61.9287 L 51.6815 61.0063"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:14.0158px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-opacity:1;stroke-width:2.66515;word-spacing:0px" />
  </g>
  <g
     id="g3107"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-±">
    <path
       id="path10696"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:14.0158px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-opacity:1;stroke-width:2.7664;word-spacing:0px"
       d="M 15.2565 49.0725 L 10.248 49.5189 C 8.01203 49.7871 6.58101 48.4477 6.22326 47.6443 M 16.777 36.4856 C 12.2156 36.8429 8.10146 37.1998 5.86551 37.1104 C 5.23944 37.1104 3.98731 38.0924 3.98731 39.61 M 12.0746 34.1276 L 11.4777 50.5122"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
    <path
       id="path10692"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:14.0158px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-opacity:1;stroke-width:2.7664;word-spacing:0px"
       d="M 29.9244 26.4874 C 30.6399 27.2016 30.9976 27.9157 30.7293 28.7192 C 30.5504 30.2367 30.2821 32.5578 29.8349 35.2358 L 27.8673 48.2691 C 27.2412 52.554 26.794 56.4819 26.794 58.8029 C 26.7046 59.4277 25.6313 60.6774 24.1109 60.5883 M 20.8017 23.4522 C 19.1918 23.4522 18.2974 24.3449 18.208 25.3269 C 17.8502 27.5586 17.3136 31.8436 16.777 36.4856 L 15.2565 49.0725 L 14.8093 54.1608 C 14.6304 56.3926 15.4354 58.8029 16.2403 59.16 M 14.1638 42.4689 L 29.5347 42.4689"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       d="M 39.5837 35.9498 C 38.9576 35.2356 38.2421 34.7893 37.3477 34.9678 L 37.3477 34.9677 C 35.7379 34.8785 33.0547 35.0569 29.8349 35.2358 M 41.1936 44.8768 C 41.1936 46.3944 40.2098 47.2872 39.2259 47.3764 C 36.99 47.6445 32.6075 47.912 27.8673 48.2691 M 33.564 33.5318 L 33.2655 49.1716"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:14.0158px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-opacity:1;stroke-width:2.7664;word-spacing:0px"
       id="path10688" />
    <path
       id="path1750"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:14.0158px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-opacity:1;stroke-width:2.7664;word-spacing:0px"
       d="M 36.8111 65.6766 C 36.185 64.9624 35.4695 64.5161 34.5752 64.6946 C 29.03 64.3373 11.2318 66.48 4.97113 66.3907 C 4.34506 66.3907 3.09293 67.3727 3.09293 68.8903 M 39.2259 74.0679 C 39.2259 75.5855 38.5104 76.4781 37.5266 76.3889 C 31.9815 76.1214 15.0776 77.5494 10.3374 78.0851 C 8.10146 78.3526 6.75989 77.0138 6.3127 76.2104 M 18.1931 63.7689 L 22.5208 78.664"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
  </g>
  <g
     id="g3401"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-°">
    <path
       id="path1752"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:14.0158px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-opacity:1;stroke-width:2.76796;word-spacing:0px"
       d="M 19.4499 12.611 C 10.7622 12.611 6.13421 19.0252 6.13421 24.0592 C 6.13421 29.6616 9.70672 32.341 11.5742 33.0717 C 20.9926 36.7254 27.9753 29.9863 28.7872 25.6831 C 30.4111 17.0766 24.4839 12.611 19.4499 12.611 M 18.0697 19.0252 C 14.8219 18.863 13.604 22.7601 13.5228 23.572 C 13.1169 27.4696 16.4458 29.012 19.5311 27.1446 C 21.9669 25.6831 22.1293 22.7601 21.9669 21.867 C 21.6422 19.9184 20.0995 19.1063 18.0697 19.0252 M 16.8576 26.6161 L 15.8996 35.0461"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
  </g>
  <g
     id="g3696"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-®">
    <path
       id="path8024"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:14.0158px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-opacity:1;stroke-width:2.36314;word-spacing:0px"
       d="M 39.3976 22.2601 C 48.278 22.9145 61.9259 24.317 60.6172 41.2395 C 60.2434 46.0077 57.6259 60.9669 46.4085 67.418 L 46.4085 67.5114 C 44.6324 68.1658 40.3323 68.9138 35.6584 69.054 C 30.9845 69.1941 24.6279 66.0156 22.104 63.3977 C 18.8322 60.0319 17.3365 55.8247 17.3365 50.589 C 17.3365 30.2072 30.5171 21.6057 39.3976 22.2602 M 40.4794 13.0323 C 44.1644 12.9856 47.6545 13.2097 50.1476 13.8455 C 59.4955 16.1829 75.013 19.8291 74.3586 41.9873 C 74.1717 48.0645 70.0586 62.9301 64.2629 68.2125 C 58.4672 73.4949 57.1585 74.4298 55.4759 75.2713 L 54.8216 75.6455 L 54.6346 75.6455 C 48.7455 78.3568 40.4258 79.2918 37.1541 79.2918 C 29.5823 79.3852 20.7018 75.739 17.2431 72.7471 C 11.2604 67.5114 5.27779 62.1822 5.27779 49.093 C 5.27779 26.6543 20.2344 15.1545 30.5171 13.7521 C 33.5941 13.3505 37.1178 13.0768 40.4794 13.0323 M 19.2698 47.887 L 3.36049 48.0431 M 58.1074 46.9511 L 75.4205 46.6389 M 36.8949 67.5431 L 36.115 80.4911"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
    <path
       embroider_center_walk_underlay="True"
       embroider_contour_underlay="False"
       embroider_satin_column="True"
       id="path8022"
       d="M 50.615 58.1617 C 51.0824 57.3203 51.4563 56.4789 50.7085 55.7309 C 49.4933 54.7025 47.3432 50.4952 46.0345 47.2229 C 49.3063 44.6985 51.5498 40.5848 51.5498 36.471 C 51.5498 31.6093 46.0345 28.524 39.678 28.524 C 34.3497 28.524 28.367 31.7963 27.2453 32.7313 C 26.8714 33.1055 26.7779 33.6662 27.0584 34.5076 L 27.0583 34.5079 L 28.8344 39.8371 C 28.0866 43.7638 26.8714 51.5239 25.9366 57.975 C 25.8431 58.6294 26.1235 59.097 26.3105 59.4709 M 43.8845 60.9666 C 41.9214 60.8732 40.2388 54.7959 38.7432 49.7473 C 37.2475 49.9347 35.6343 50.5505 34.98 50.5505 L 36.3587 44.4969 C 38.9761 44.2167 41.4066 42.627 41.4066 39.3547 C 41.4066 38.4197 41.2672 36.6583 39.7715 36.6583 C 39.0237 36.6583 38.2758 37.1259 37.4345 37.6867 L 37.4345 37.6867 C 37.8084 38.061 38.0888 38.7152 38.0295 39.2028 C 37.9701 39.6904 37.9454 39.8232 37.9201 39.9559 C 37.6641 41.3042 37.1671 43.2127 36.8267 44.5749 L 35.7209 49.5365 C 35.2535 52.1543 34.6301 55.8247 34.5366 59.845 C 34.4431 60.406 34.0692 60.6864 33.4149 60.6864 M 40.47 39.5749 L 52.4917 36.5965 M 48.7418 50.6057 L 39.312 55.2938 M 35.8378 53.4738 L 25.6911 52.481 M 38.0988 37.9202 L 25.9117 32.7357 M 39.6429 37.5341 L 41.6281 27.9924"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:14.0158px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-opacity:1;stroke-width:2.36314;word-spacing:0px" />
  </g>
  <g
     id="g3992"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-´">
    <path
       d="M 11.0429 28.6742 L 25.0985 12.4627 M 4.44625 28.6742 L 16.5186 12.4627"
       style="display:inline;fill:none;stroke:#000000;stroke-opacity:1;stroke-width:3.01024"
       id="path7136"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
  </g>
  <g
     id="g4289"
     style="display:none"
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-Ü">
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       d="M 11.518 12.7503 C 11.0245 13.0522 10.6691 13.4414 10.5392 13.8305 C 9.25968 18.7604 7.52318 34.9196 6.24365 49.5268 L 6.24365 50.0746 L 6.06088 51.9918 C 3.41043 66.3251 7.24901 70.4334 10.9962 72.8983 C 14.652 75.3633 21.6894 79.0151 28.0871 79.1063 C 42.0706 79.2887 50.3876 73.3548 53.952 59.478 C 54.1346 59.2044 54.2259 58.839 54.3178 58.2911 L 54.5004 56.8304 C 54.9575 54.6393 55.3229 52.1744 55.5971 49.5268 C 57.6078 35.1022 58.6131 25.425 59.2529 16.8433 L 59.2529 16.8433 C 59.3374 16.1706 59.2259 15.6523 58.9507 15.2357 M 11.5183 12.7503 C 12.0668 12.4147 12.7859 12.187 13.5556 12.187 C 16.663 12.187 23.0607 12.5524 26.3509 13.9216 C 27.8132 14.5605 29.2755 15.0172 28.9099 19.2167 C 27.996 29.7156 24.8885 45.1445 24.8885 53.7262 C 24.8885 54.0004 24.7973 54.3651 24.7973 54.8217 C 24.8885 61.8514 26.351 62.8557 29.0928 62.8557 C 33.3885 62.8557 34.9421 57.1954 35.6733 52.2655 C 35.6733 51.9919 35.6733 51.7177 35.7646 51.4439 C 37.5925 36.1976 38.7806 20.221 40.1516 13.1912 C 40.3342 12.3696 40.9742 11.4567 42.4364 11.4567 C 46.3665 11.4567 54.9576 13.1912 57.3339 14.1042 C 58.073 14.3994 58.6264 14.7479 58.9507 15.2355 M 28.4395 57.5196 L 25.9796 82.5383"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:0.793725;word-spacing:0px"
       id="path1726" />
    <path
       id="path1728"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:0.659881;word-spacing:0px"
       d="M 15.2691 -8.57956 C 14.8648 -8.2751 14.6703 -7.8281 14.5667 -7.41145 C 14.0242 -5.14865 13.4828 -1.98076 13.4828 1.09666 C 13.4828 2.1828 13.7537 3.08788 14.2962 3.81197 C 16.2831 6.34629 19.2635 7.07036 24.7728 7.07036 C 25.2703 7.07036 25.6144 6.97206 25.8704 6.78685 M 15.269 -8.57949 C 15.5672 -8.8034 15.9787 -8.95 16.5536 -8.95 C 19.3534 -8.95 23.4175 -8.8597 26.3076 -6.9587 C 27.3914 -6.23461 28.656 -4.24341 28.1594 -1.30179 C 27.6627 1.63986 27.4827 2.54493 26.6693 5.35076 C 26.4499 6.00962 26.2642 6.50139 25.8704 6.78685 M 12.5392 4.02266 L 28.3118 -6.71827"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       d="M 38.7213 -7.02933 C 38.317 -6.72489 38.1225 -6.27786 38.0188 -5.86121 C 37.4763 -3.5984 36.935 -0.43053 36.935 2.6469 C 36.935 3.73304 37.2066 4.63811 37.7484 5.36219 C 39.7353 7.8965 42.7157 8.62059 48.225 8.62059 C 48.7224 8.62059 49.0667 8.52229 49.3226 8.33709 M 38.7212 -7.02926 C 39.0194 -7.25317 39.4316 -7.39976 40.0058 -7.39976 C 42.8056 -7.39976 46.8697 -7.30946 49.7598 -5.40848 C 50.8435 -4.68439 52.1082 -2.69317 51.6116 0.24846 C 51.1149 3.19009 50.9348 4.09516 50.1215 6.90108 C 49.9021 7.55991 49.7164 8.05164 49.3226 8.33715 M 35.9914 5.5729 L 51.7639 -5.16804"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:0.659881;word-spacing:0px"
       id="path1730" />
  </g>
  <g
     inkscape:label="GlyphLayer-ü"
     inkscape:groupmode="layer"
     style="display:none"
     id="g1329">
    <path
       id="path1726-9"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:0.793725;word-spacing:0px"
       d="M 11.518 12.7503 C 11.0245 13.0522 10.6691 13.4414 10.5392 13.8305 C 9.25968 18.7604 7.52318 34.9196 6.24365 49.5268 L 6.24365 50.0746 L 6.06088 51.9918 C 3.41043 66.3251 7.24901 70.4334 10.9962 72.8983 C 14.652 75.3633 21.6894 79.0151 28.0871 79.1063 C 42.0706 79.2887 50.3876 73.3548 53.952 59.478 C 54.1346 59.2044 54.2259 58.839 54.3178 58.2911 L 54.5004 56.8304 C 54.9575 54.6393 55.3229 52.1744 55.5971 49.5268 C 57.6078 35.1022 58.6131 25.425 59.2529 16.8433 L 59.2529 16.8433 C 59.3374 16.1706 59.2259 15.6523 58.9507 15.2357 M 11.5183 12.7503 C 12.0668 12.4147 12.7859 12.187 13.5556 12.187 C 16.663 12.187 23.0607 12.5524 26.3509 13.9216 C 27.8132 14.5605 29.2755 15.0172 28.9099 19.2167 C 27.996 29.7156 24.8885 45.1445 24.8885 53.7262 C 24.8885 54.0004 24.7973 54.3651 24.7973 54.8217 C 24.8885 61.8514 26.351 62.8557 29.0928 62.8557 C 33.3885 62.8557 34.9421 57.1954 35.6733 52.2655 C 35.6733 51.9919 35.6733 51.7177 35.7646 51.4439 C 37.5925 36.1976 38.7806 20.221 40.1516 13.1912 C 40.3342 12.3696 40.9742 11.4567 42.4364 11.4567 C 46.3665 11.4567 54.9576 13.1912 57.3339 14.1042 C 58.073 14.3994 58.6264 14.7479 58.9507 15.2355 M 28.4395 57.5196 L 25.9796 82.5383"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
    <path
       embroider_contour_underlay="True"
       embroider_satin_column="True"
       d="M 15.2691 -8.57956 C 14.8648 -8.2751 14.6703 -7.8281 14.5667 -7.41145 C 14.0242 -5.14865 13.4828 -1.98076 13.4828 1.09666 C 13.4828 2.1828 13.7537 3.08788 14.2962 3.81197 C 16.2831 6.34629 19.2635 7.07036 24.7728 7.07036 C 25.2703 7.07036 25.6144 6.97206 25.8704 6.78685 M 15.269 -8.57949 C 15.5672 -8.8034 15.9787 -8.95 16.5536 -8.95 C 19.3534 -8.95 23.4175 -8.8597 26.3076 -6.9587 C 27.3914 -6.23461 28.656 -4.24341 28.1594 -1.30179 C 27.6627 1.63986 27.4827 2.54493 26.6693 5.35076 C 26.4499 6.00962 26.2642 6.50139 25.8704 6.78685 M 12.5392 4.02266 L 28.3118 -6.71827"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:0.659881;word-spacing:0px"
       id="path1728-4" />
    <path
       id="path1730-8"
       style="-inkscape-font-specification:'TT Masters DEMO Black, ';display:inline;fill:none;fill-opacity:1;font-family:'TT Masters DEMO Black';font-size:9.027px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:0px;line-height:1.25;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-width:0.659881;word-spacing:0px"
       d="M 38.7213 -7.02933 C 38.317 -6.72489 38.1225 -6.27786 38.0188 -5.86121 C 37.4763 -3.5984 36.935 -0.43053 36.935 2.6469 C 36.935 3.73304 37.2066 4.63811 37.7484 5.36219 C 39.7353 7.8965 42.7157 8.62059 48.225 8.62059 C 48.7224 8.62059 49.0667 8.52229 49.3226 8.33709 M 38.7212 -7.02926 C 39.0194 -7.25317 39.4316 -7.39976 40.0058 -7.39976 C 42.8056 -7.39976 46.8697 -7.30946 49.7598 -5.40848 C 50.8435 -4.68439 52.1082 -2.69317 51.6116 0.24846 C 51.1149 3.19009 50.9348 4.09516 50.1215 6.90108 C 49.9021 7.55991 49.7164 8.05164 49.3226 8.33715 M 35.9914 5.5729 L 51.7639 -5.16804"
       embroider_satin_column="True"
       embroider_contour_underlay="True" />
  </g>
  <g
     inkscape:groupmode="layer"
     id="g1684"
     style="display:none"
     inkscape:label="GlyphLayer-�">
    <path
       style="display:inline;fill:none;stroke:#000000;stroke-width:1.3569;stroke-miterlimit:4;stroke-dasharray:none"
       id="path1"
       embroider_satin_column="true"
       d="m 31.7401,19.8011 h 2.8333 17.0699 V 70.098 H 13.9227 V 19.8011 Z m 0,-8.9556 h 2.8333 26.0254 v 68.208 H 4.96719 v -68.208 z m 13.2844,9.9478 V 9.51328 M 49.4044,64.8437 H 61.5911 M 19.8679,67.8591 V 81.2924 M 15.255,26.472 H 3.40828 M 15.1938,64.6369 3.18072,64.7503 M 45.2264,67.1302 V 80.6166 M 49.533,26.6711 H 61.6594 M 19.387,21.4579 V 9.78481"
       embroider_center_walk_underlay="True"
       embroider_center_walk_underlay_stitch_length_mm="0.90" />
  </g>
</svg>