summaryrefslogtreecommitdiff
path: root/fonts/nick_ainley/→.svg
blob: 5958fb5924b80ad0c327f247256b8f1a07fca670 (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
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->

<svg
   width="100mm"
   height="100mm"
   viewBox="0 0 100 100"
   version="1.1"
   id="svg8"
   inkscape:version="1.4-rc1 (61ec3f24, 2024-09-26)"
   sodipodi:docname="→.svg"
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
   xmlns:xlink="http://www.w3.org/1999/xlink"
   xmlns="http://www.w3.org/2000/svg"
   xmlns:svg="http://www.w3.org/2000/svg"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:cc="http://creativecommons.org/ns#"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:inkstitch="http://inkstitch.org/namespace">
  <sodipodi:namedview
     id="base"
     pagecolor="#ffffff"
     bordercolor="#666666"
     borderopacity="1.0"
     inkscape:pageopacity="0.0"
     inkscape:pageshadow="2"
     inkscape:zoom="2.3540334"
     inkscape:cx="-46.515907"
     inkscape:cy="-5.5224364"
     inkscape:document-units="in"
     inkscape:current-layer="g43"
     showgrid="false"
     inkscape:snap-global="false"
     showguides="true"
     inkscape:guide-bbox="true"
     inkscape:window-width="1920"
     inkscape:window-height="1152"
     inkscape:window-x="0"
     inkscape:window-y="0"
     inkscape:window-maximized="1"
     units="mm"
     inkscape:pagecheckerboard="0"
     inkscape:snap-text-baseline="true"
     inkscape:showpageshadow="2"
     inkscape:deskcolor="#d1d1d1">
    <inkscape:grid
       type="xygrid"
       id="grid1006"
       visible="false"
       originx="0"
       originy="0"
       spacingy="1"
       spacingx="1"
       units="mm" />
    <sodipodi:guide
       position="103.18992,186.04655"
       orientation="0,1"
       id="guide1182"
       inkscape:locked="false" />
    <sodipodi:guide
       position="0,4.9624235"
       orientation="0,1"
       id="guide1290"
       inkscape:label="baseline"
       inkscape:locked="false" />
    <sodipodi:guide
       position="3.2464022,8.7111685"
       orientation="0,1"
       id="guide1310"
       inkscape:label="x-height"
       inkscape:locked="false" />
    <sodipodi:guide
       position="0,10.783021"
       orientation="0,1"
       id="guide1490"
       inkscape:label="caps"
       inkscape:locked="false" />
    <sodipodi:guide
       position="5.971749,6.6465492"
       orientation="1,0"
       id="guide6815"
       inkscape:locked="false" />
    <sodipodi:guide
       position="-0.95401677,3.2909362"
       orientation="1,0"
       id="guide6871"
       inkscape:locked="false" />
    <sodipodi:guide
       position="0,6.6465502"
       orientation="1,0"
       id="guide7260"
       inkscape:locked="false" />
    <sodipodi:guide
       position="3.442143,6.6465502"
       orientation="0,-1"
       id="guide4863"
       inkscape:locked="false" />
  </sodipodi:namedview>
  <defs
     id="defs2">
    <symbol
       id="inkstitch_trim">
      <title
         id="inkstitch_title9282">Trim the thread after sewing this object.</title>
      <path
         id="inkstitch_circle13405"
         d="m 9.2465284,-8.6e-6 c 1.8e-6,2.452339 -0.9741847,4.804237 -2.7082493,6.538304 C 4.8042146,8.2723614 2.4523174,9.2465504 -2.1625959e-5,9.2465514 -2.4523623,9.2465534 -4.8042621,8.2723654 -6.5383288,6.5382984 -8.2723956,4.8042314 -9.2465834,2.4523324 -9.2465816,-8.6e-6 c 6e-7,-2.452339 0.9741895,-4.804237 2.708256,-6.538301 1.7340665,-1.734065 4.0859648,-2.708252 6.538303974041,-2.70825 C 5.1067066,-9.2465576 9.2465271,-5.1067366 9.2465284,-8.6e-6 c 0,0 0,0 0,0"
         style="opacity:1;vector-effect:none;fill:#fafafa;fill-opacity:1;fill-rule:evenodd;stroke:#003399;stroke-width:1.065;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:3.195, 3.195;stroke-dashoffset:0;stroke-opacity:1"
         inkscape:connector-curvature="0" />
      <path
         style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#050505;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.41421;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
         d="m -3.0000256,-5.9834096 c -1.30575,0 -2.375,1.06924 -2.375,2.375 0,1.30575 1.06925,2.375 2.375,2.375 0.58687,0 1.11944,-0.22369 1.53516,-0.58007 0,0 0.61717997,1.62109 0.61717997,1.62109 0,0 -2.29881997,6.01758 -2.29881997,6.01758 0.98655,-0.12511 1.23728,-0.26171 1.67382,-0.97461 0,0 1.33007997,-3.18945 1.33007997,-3.18945 0,0 1.23633003,3.25 1.23633003,3.25 0.23227,0.77906 0.84315,0.79218 1.57813,1.07226 0,0 -2.05469003,-6.14258 -2.05469003,-6.14258 0,0 0.73047003,-1.75 0.73047003,-1.75 0.42849,0.41682 1.01136,0.67578 1.65234,0.67578 1.30575,0 2.375,-1.06925 2.375,-2.375 0,-1.30576 -1.06925,-2.375 -2.375,-2.375 -1.06233,0 -1.95701,0.71265 -2.25781003,1.67969 0,0 -0.0117,-0.0156 -0.0117,-0.0156 0,0 -0.80274,2.10156 -0.80274,2.10156 0,0 -0.59179,-1.76562 -0.59179,-1.76562 -0.18242,-1.12808 -1.15864997,-2 -2.33593997,-2 0,0 -2e-5,-3e-5 -2e-5,-3e-5 m 0,1 c 0.76531,0 1.375,0.60968 1.375,1.375 0,0.76531 -0.60969,1.375 -1.375,1.375 -0.76531,0 -1.375,-0.60969 -1.375,-1.375 0,-0.76532 0.60969,-1.375 1.375,-1.375 0,0 0,0 0,0 m 6,0 c 0.76531,0 1.375,0.60968 1.375,1.375 0,0.76531 -0.60969,1.375 -1.375,1.375 -0.76531,0 -1.375,-0.60969 -1.375,-1.375 0,-0.76532 0.60969,-1.375 1.375,-1.375 0,0 0,0 0,0"
         id="inkstitch_path13416"
         inkscape:connector-curvature="0" />
    </symbol>
  </defs>
  <metadata
     id="metadata5">
    <rdf:RDF>
      <cc:Work
         rdf:about="">
        <dc:format>image/svg+xml</dc:format>
        <dc:type
           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
      </cc:Work>
    </rdf:RDF>
    <inkstitch:min_stitch_len_mm
       id="min_stitch_len_mm6343">0</inkstitch:min_stitch_len_mm>
    <inkstitch:collapse_len_mm
       id="collapse_len_mm7397">3</inkstitch:collapse_len_mm>
    <inkstitch:inkstitch_svg_version>3</inkstitch:inkstitch_svg_version>
  </metadata>
  <g
     inkscape:groupmode="layer"
     id="layer2"
     inkscape:label="GlyphLayer-A"
     style="display:none"
     transform="translate(0,-17.6)">
    <g
       id="g8946"
       transform="translate(1.05833)">
      <path
         id="path146"
         d="m 0.487255,110.571 c -0.595232,-0.28911 -1.321615,0.22738 -1.423599,0.78673 -0.179392,0.98391 0.72905,1.55858 1.535988,1.19882 1.665561,-0.74257 2.423964,-3.66216 3.682501,-5.31652 0.566559,-0.74474 1.506062,-0.62258 1.27512,0.48378 -0.348904,1.67147 -1.228605,3.25585 -1.698516,5.00958 -0.369686,1.37969 0.350782,1.87881 0.778671,1.5843"
         style="display:inline;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
         inkstitch:bean_stitch_repeats="1"
         inkstitch:running_stitch_length_mm="2"
         inkscape:connector-curvature="0"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
      <g
         id="command_group2"
         inkscape:label="Ink/Stitch Command: Trim thread after sewing this object"
         transform="matrix(0.264583,0,0,0.264583,0,17.6)"
         style="display:inline">
        <path
           id="command_connector2"
           d="m 5.8888954,309.91451 2.8673249,41.52101"
           style="fill:none;stroke:#000000;stroke-width:1px;stroke-opacity:0.5"
           inkscape:connection-start="#command_use247"
           inkscape:connection-end="#path146"
           inkscape:connector-type="polyline"
           inkscape:label="connector"
           inkscape:connector-curvature="0" />
        <use
           id="command_use247"
           xlink:href="#inkstitch_trim"
           height="100%"
           width="100%"
           x="5.8863153"
           y="309.87866"
           inkscape:label="command marker" />
      </g>
      <path
         id="path98"
         d="m 1.794171,110.16691 2.989206,0.002"
         style="display:inline;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
         inkstitch:bean_stitch_repeats="1"
         inkstitch:running_stitch_length_mm="2"
         inkscape:connector-curvature="0"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
    </g>
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer1"
     inkscape:label="GlyphLayer-B"
     style="display:none">
    <g
       id="g9429"
       transform="translate(1.05833)">
      <path
         id="path154"
         d="m 0.870611,92.226832 c 0.128068,-1.880382 0.740772,-2.855226 2.306017,-3.042271 1.6971,-0.202801 3.124397,1.845738 0.986306,3.11173 -0.379864,0.224922 -1.35445,0.328957 -1.319707,-0.111133 0.03471,-0.439727 0.961863,-0.16066 1.319707,0.09724 0.860865,0.620429 0.955101,2.343196 0.01389,3.056162 -0.660107,0.50003 -2.406152,0.22883 -2.278231,-0.708475 0.07386,-0.541161 0.913257,-1.224243 1.403056,-0.152807"
         style="display:inline;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
         inkscape:connector-curvature="0"
         sodipodi:nodetypes="csscsscc"
         inkstitch:bean_stitch_repeats="1"
         inkstitch:running_stitch_length_mm="2"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
      <g
         id="command_group4"
         inkscape:label="Ink/Stitch Command: Trim thread after sewing this object"
         transform="scale(0.264583)"
         style="display:inline">
        <path
           id="command_connector4"
           d="m 7.1315908,307.53267 3.1684382,29.85461"
           style="fill:none;stroke:#000000;stroke-width:1px;stroke-opacity:0.5"
           inkscape:connection-start="#command_use4084"
           inkscape:connection-end="#path154"
           inkscape:connector-type="polyline"
           inkscape:label="connector"
           inkscape:connector-curvature="0" />
        <use
           id="command_use4084"
           xlink:href="#inkstitch_trim"
           height="100%"
           width="100%"
           x="7.1290107"
           y="307.49683"
           inkscape:label="command marker" />
      </g>
      <path
         id="path130"
         d="M 0.314945,92.935308 C -0.706964,92.770484 -1.253093,94.13725 -0.796387,94.671765 -0.143495,95.43589 1.133701,95.1469 1.829135,93.499782 2.373334,92.21086 2.649507,89.838293 3.690617,89.656877"
         style="display:inline;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
         inkstitch:bean_stitch_repeats="1"
         inkstitch:running_stitch_length_mm="2"
         inkscape:connector-curvature="0"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
    </g>
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer3"
     inkscape:label="GlyphLayer-C"
     style="display:none"
     transform="translate(1.05833)">
    <path
       style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
       d="m -0.37803731,89.13295 c -1.18435999,1.79977 -0.40372,2.81545 0.94223,3.07247 2.24036001,0.42781 4.38385991,-1.50923 3.11342991,-2.76522 -1.1680999,-1.15482 -2.5753199,1.45023 -3.11342991,2.7857 -0.41847,1.03854 -0.6668,2.78338 0.32773,3.29778 1.14408001,0.59176 2.52546001,-0.31816 3.33873991,-1.94473"
       id="path162"
       inkscape:connector-curvature="0"
       sodipodi:nodetypes="cssssc"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer4"
     inkscape:label="GlyphLayer-D"
     style="display:none"
     transform="translate(1.5875)">
    <g
       id="g201"
       transform="translate(-31.2806,-4.9)"
       style="display:inline">
      <path
         style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
         d="m 31.228445,97.835308 c -1.021909,-0.164824 -1.568038,1.201942 -1.111332,1.736459 0.652892,0.764123 1.930088,0.475133 2.625522,-1.171985 0.544199,-1.288922 0.820372,-3.661489 1.861482,-3.842905"
         id="path130-5"
         inkscape:connector-curvature="0"
         inkstitch:bean_stitch_repeats="1"
         inkstitch:running_stitch_length_mm="2"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
      <g
         id="command_group6"
         inkscape:label="Ink/Stitch Command: Trim thread after sewing this object"
         transform="matrix(0.264583,0,0,0.264583,31.2806,4.9)"
         style="display:inline">
        <path
           id="command_connector6"
           d="m -4.485592,313.95464 8.0119259,35.15047"
           style="fill:none;stroke:#000000;stroke-width:1px;stroke-opacity:0.5"
           inkscape:connection-start="#command_use9375"
           inkscape:connection-end="#path130-5"
           inkscape:connector-type="polyline"
           inkscape:label="connector"
           inkscape:connector-curvature="0" />
        <use
           id="command_use9375"
           xlink:href="#inkstitch_trim"
           height="100%"
           width="100%"
           x="-4.4881721"
           y="313.91879"
           inkscape:label="command marker" />
      </g>
      <path
         sodipodi:nodetypes="csssc"
         style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
         d="m 31.784111,97.126832 c 0.128068,-1.880382 0.730077,-2.854174 2.306017,-3.042271 3.261153,-0.389236 2.821158,4.779648 1.000196,6.153999 -0.658554,0.49704 -2.406154,0.22883 -2.278231,-0.708475 0.07386,-0.541161 0.913257,-1.224243 1.403056,-0.152807"
         id="path154-6"
         inkscape:connector-curvature="0"
         inkstitch:bean_stitch_repeats="1"
         inkstitch:running_stitch_length_mm="2"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
    </g>
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer5"
     inkscape:label="GlyphLayer-E"
     style="display:none">
    <path
       style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
       d="m 0.18933098,89.06249 c 0.159274,0.44597 0.86155592,1.13709 1.29210592,1.32751 0.989765,0.43773 3.034169,-0.13596 2.513409,-0.95581 -0.554974,-0.87371 -2.143764,0.12845 -2.548811,0.9381 -0.239691,0.47913 0.04277,1.20411 0.460203,1.53991 0.308867,0.24847 1.044947,0.46568 1.079705,0.0708 0.03588,-0.40761 -0.72671,-0.23499 -1.115106,-0.1062 -1.29260596,0.42861 -2.26335188,2.27451 -1.43370492,3.15061 C 1.4029379,96.0473 3.4952249,95.5962 4.3842489,93.57895"
       id="path203"
       inkscape:connector-curvature="0"
       sodipodi:nodetypes="csssssssc"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer6"
     inkscape:label="GlyphLayer-F"
     style="display:none">
    <path
       style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
       d="m 2.714598,91.223209 c -2.59565702,0.9384 -2.48257002,-1.98654 -0.8807821,-2.16645 0.7899591,-0.0887 2.0754691,0.40177 3.0969481,0.64638 0.634012,0.15183 2.072736,0.24971 1.917835,-0.38356 -0.128539,-0.52549 -1.486136,-0.22427 -1.939145,0.38356 -0.486074,0.6522 -0.637973,1.43389 -1.022845,2.45057 -0.09221,0.24359 -0.880784,0.33385 -0.880784,0.33385 l 1.832599,0.007 c 0,0 -1.038319,0.0893 -1.122288,0.28412 -0.372257,0.86388 -0.572952,1.89986 -1.2785591,2.40084 -0.67354,0.47822 -2.16387692,0.44689 -2.25878292,-1.04415 -0.04458,-0.70036 0.63565993,-1.65777 1.74025792,-1.64081"
       id="path1330"
       inkscape:connector-curvature="0"
       sodipodi:nodetypes="csssssccsssc"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer7"
     inkscape:label="GlyphLayer-G"
     style="display:none"
     transform="translate(0.173141,-0.0432854)">
    <path
       style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
       d="M 0.55552698,89.15099 C -0.513284,90.37801 -0.043168,92.03191 1.458233,92.1954 4.050181,92.47764 5.67583,90.50509 4.573445,89.43419 3.265664,88.16376 1.905012,90.85576 1.458233,92.1954 1.206897,92.94902 0.84899698,93.58288 1.08653,94.54951 c 0.144274,0.58712 1.077397,0.85855 1.575305,0.6018 1.476129,-0.76117 1.947082,-2.33165 2.495712,-3.82321 -0.621975,1.85186 -1.127128,2.90411 -1.522206,4.40732 -0.247366,0.94119 -1.311599,2.351 -1.964709,1.4868 -0.76847202,-1.01685 1.174145,-1.34657 1.964709,-1.4868 0.590594,-0.10476 1.891206,-0.76062 2.336408,-2.15647"
       id="path219"
       inkscape:connector-curvature="0"
       sodipodi:nodetypes="cssssscsssc"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer8"
     inkscape:label="GlyphLayer-H"
     style="display:none"
     transform="translate(1.5875)">
    <g
       id="g268"
       transform="translate(-65.4885,-4.9)"
       style="display:inline">
      <path
         sodipodi:nodetypes="ccscsccccc"
         inkscape:connector-curvature="0"
         id="path245"
         d="m 66.746488,96.209777 c -2.595657,0.938404 -2.48257,-1.986535 -0.880782,-2.166445 0.789959,-0.08873 1.542157,0.261307 2.210087,0.450665 0.665707,0.188729 0.990089,-0.01008 1.459648,-0.265035 -0.182916,0.141357 -0.516578,0.32535 -0.771464,0.794202 -0.272523,0.501296 -0.460606,1.100436 -0.845478,2.117119 l -0.170473,0.625065 c -0.372257,0.863885 -0.572952,1.899865 -1.278559,2.400842 -0.67354,0.47822 -2.163873,0.44689 -2.258783,-1.044151 -0.04458,-0.700357 0.63566,-1.657773 1.740258,-1.640813"
         style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
         inkstitch:bean_stitch_repeats="1"
         inkstitch:running_stitch_length_mm="2"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
      <g
         id="command_group9"
         inkscape:label="Ink/Stitch Command: Trim thread after sewing this object"
         transform="matrix(0.264583,0,0,0.264583,65.4885,4.9)"
         style="display:inline">
        <path
           id="command_connector9"
           d="m 3.9902286,306.98226 0.7893596,30.15418"
           style="fill:none;stroke:#000000;stroke-width:1px;stroke-opacity:0.5"
           inkscape:connection-start="#command_use6395"
           inkscape:connection-end="#path245"
           inkscape:connector-type="polyline"
           inkscape:label="connector"
           inkscape:connector-curvature="0" />
        <use
           id="command_use6395"
           xlink:href="#inkstitch_trim"
           height="100%"
           width="100%"
           x="3.9876485"
           y="306.94641"
           inkscape:label="command marker" />
      </g>
      <path
         sodipodi:nodetypes="cc"
         inkscape:connector-curvature="0"
         id="path241"
         d="m 67.037715,97.474125 3.584906,0.0071"
         style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
         inkstitch:bean_stitch_repeats="1"
         inkstitch:running_stitch_length_mm="2"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
      <g
         id="command_group10"
         inkscape:label="Ink/Stitch Command: Trim thread after sewing this object"
         transform="matrix(0.264583,0,0,0.264583,65.4885,4.9)"
         style="display:inline">
        <path
           id="command_connector10"
           d="m 12.153364,319.93474 0.476578,29.96557"
           style="fill:none;stroke:#000000;stroke-width:1px;stroke-opacity:0.5"
           inkscape:connection-start="#command_use6594"
           inkscape:connection-end="#path241"
           inkscape:connector-type="polyline"
           inkscape:label="connector"
           inkscape:connector-curvature="0" />
        <use
           id="command_use6594"
           xlink:href="#inkstitch_trim"
           height="100%"
           width="100%"
           x="12.150784"
           y="319.8989"
           inkscape:label="command marker" />
      </g>
      <path
         sodipodi:nodetypes="csc"
         inkscape:connector-curvature="0"
         id="path247"
         d="m 71.548307,94.127301 -2.012868,5.855616 c -0.315951,0.919133 -0.285556,1.624673 0.589629,1.789213"
         style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
         inkstitch:bean_stitch_repeats="1"
         inkstitch:running_stitch_length_mm="2"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
    </g>
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer9"
     inkscape:label="GlyphLayer-I"
     style="display:none"
     transform="translate(-1.05833)">
    <path
       style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
       d="m 4.1251409,92.19939 c -1.082409,0.0606 -1.278626,-1.33825 -0.474074,-1.75352 0.57234,-0.29541 1.294211,-0.44597 2.036036,-0.58745 0.506515,-0.0966 1.399566,-0.45175 1.105455,-0.8753 -0.365813,-0.52679 -0.922069,0.4072 -1.104503,0.88285 -0.862518,2.24879 -0.706483,3.4387 -2.050466,5.11961 -0.805226,1.00709 -2.275771,0.49187 -2.430597,-0.57631 -0.113754,-0.78482 0.298031,-1.64843 1.674146,-1.88636"
       id="path254"
       inkscape:connector-curvature="0"
       sodipodi:nodetypes="cssssssc"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer10"
     inkscape:label="GlyphLayer-J"
     style="display:none">
    <path
       sodipodi:nodetypes="csssssssc"
       inkscape:connector-curvature="0"
       id="path261"
       d="m 1.6230954,92.49968 c -1.08240894,0.0606 -1.15850794,-1.51842 -0.353956,-1.93369 0.57234,-0.29541 2.225132,-0.56609 2.966957,-0.70757 0.506515,-0.0966 1.399566,-0.45175 1.105455,-0.8753 -0.365813,-0.52679 -0.974015,0.39041 -1.104503,0.88285 -0.622723,2.35006 -1.459942,3.77782 -1.960377,5.85586 -0.454886,1.8889 -1.59512894,2.14446 -1.94844094,1.47516 -0.48069096,-0.91061 0.283087,-1.25112 1.94844094,-1.47516 1.081576,-0.14551 1.962716,-1.17342 2.377032,-2.14288"
       style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer11"
     inkscape:label="GlyphLayer-K"
     style="display:none">
    <g
       id="g276"
       transform="translate(-63.9433,-4.87451)"
       style="display:inline">
      <path
         style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
         d="m 66.746488,96.209777 c -2.595657,0.938404 -2.48257,-1.986535 -0.880782,-2.166445 0.789959,-0.08873 1.542157,0.261307 2.210087,0.450665 0.665707,0.188729 0.990089,-0.01008 1.459648,-0.265035 -0.182916,0.141357 -0.516578,0.32535 -0.771464,0.794202 -0.272523,0.501296 -0.460606,1.100436 -0.845478,2.117119 l -0.170473,0.625065 c -0.372257,0.863885 -0.572952,1.899865 -1.278559,2.400842 -0.67354,0.47822 -2.163873,0.44689 -2.258783,-1.044151 -0.04458,-0.700357 0.63566,-1.657773 1.740258,-1.640813"
         id="path270"
         inkscape:connector-curvature="0"
         sodipodi:nodetypes="ccscsccccc"
         inkstitch:bean_stitch_repeats="1"
         inkstitch:running_stitch_length_mm="2"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
      <g
         id="command_group13"
         inkscape:label="Ink/Stitch Command: Trim thread after sewing this object"
         transform="matrix(0.264583,0,0,0.264583,65.2278,4.87451)"
         style="display:inline">
        <path
           id="command_connector13"
           d="m 2.7396285,307.05367 2.3856558,30.05887"
           style="fill:none;stroke:#000000;stroke-width:1px;stroke-opacity:0.5"
           inkscape:connection-start="#command_use2116"
           inkscape:connection-end="#path270"
           inkscape:connector-type="polyline"
           inkscape:label="connector"
           inkscape:connector-curvature="0" />
        <use
           id="command_use2116"
           xlink:href="#inkstitch_trim"
           height="100%"
           width="100%"
           x="2.7370484"
           y="307.01782"
           inkscape:label="command marker" />
      </g>
      <path
         style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
         d="m 72.831086,93.73652 c -1.333158,0.08539 -2.52911,3.531379 -4.387886,3.492608 2.730906,0.38844 -0.262647,4.543882 1.96221,4.500522"
         id="path274"
         inkscape:connector-curvature="0"
         sodipodi:nodetypes="ccc"
         inkstitch:bean_stitch_repeats="1"
         inkstitch:running_stitch_length_mm="2"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
    </g>
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer12"
     inkscape:label="GlyphLayer-L"
     style="display:none"
     transform="translate(0.389568,-0.0432854)">
    <path
       style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
       d="m 0.708275,92.4787 c -1.197789,-0.11271 -1.097791,-1.6954 0.215678,-2.14813 0.703245,-0.2424 1.631092,-0.33971 2.450081,-0.49175 0.435708,-0.0809 1.515752,-0.57606 1.043871,-0.94034 -0.467143,-0.36063 -0.857977,0.46577 -1.061125,0.96623 -0.631302,1.55522 -0.981183,3.5588 -1.682276,4.48606 -0.704879,0.93227 -1.917772,0.99762 -1.949712,0.18117 -0.03272,-0.83651 0.985241,-1.13309 1.941087,-0.17254 1.085658,1.09099 3.015105,3.39049 4.30587,1.71112"
       id="path1258"
       inkscape:connector-curvature="0"
       sodipodi:nodetypes="csssssssc"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer13"
     inkscape:label="GlyphLayer-M"
     style="display:none">
    <path
       style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
       d="m 0.17428448,89.16591 c 0.4053901,2.43778 3.02652802,0.47737 4.05911812,-0.35106 -0.3225381,0.94348 -0.5590111,1.81951 -0.8996991,2.68596 -0.308042,0.78342 -1.056394,4.03744 -1.755183,3.61116 -0.74815696,-0.4564 1.0476459,-2.4336 1.750838,-3.61573 0.438046,-0.73639 0.9912861,-1.49188 1.6455911,-2.0451 1.019627,-0.86209 1.753238,-0.14305 1.452574,1.0093 -0.407012,1.55993 -1.470059,4.60765 -1.470059,4.60765 0.971298,-2.69877 1.589406,-4.66194 2.050333,-5.17902 0.936532,-1.05062 1.981638,-0.94466 2.162378,0.0228 0.15484,0.82884 -0.589116,2.33709 -1.03124,3.66705 -0.33662,1.01259 -1.414981,3.15176 0.189003,3.22695"
       id="path278"
       inkscape:connector-curvature="0"
       sodipodi:nodetypes="ccssssscsssc"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer14"
     inkscape:label="GlyphLayer-N"
     style="display:none">
    <path
       sodipodi:nodetypes="ccsssssc"
       inkscape:connector-curvature="0"
       id="path294"
       d="m 0.30517848,89.216978 c 0.40539004,2.43778 3.02653012,0.47737 4.05912012,-0.35106 -0.32254,0.94348 -0.55901,1.81951 -0.8997,2.68596 -0.30804,0.78342 -1.0564,4.03744 -1.75518,3.61116 -0.74816008,-0.4564 1.04764,-2.4336 1.75083,-3.61573 0.43805,-0.73639 0.88215,-1.36456 1.53645,-1.91777 1.01963,-0.86209 2.02667,-0.48062 1.78,0.88197 -0.34134,1.88553 -2.94264,6.3962 -0.79167,6.34546"
       style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer15"
     inkscape:label="GlyphLayer-O"
     style="display:none">
    <path
       style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
       d="m 0.58111604,89.20273 c -1.31895006,1.46983 0.18416002,2.35021 1.68004006,2.00313 0.7819699,-0.18144 2.4633199,-1.17443 1.8997399,-1.58958 -0.58931,-0.4341 -1.55881,0.85257 -1.8997399,1.58958 -0.5898301,1.27506 -1.18506,3.82015 0.1809299,4.14841 1.58903,0.38186 2.76571,-1.7412 3.14038,-3.04992 0.3262,-1.13938 0.88691,-3.82883 -1.44741,-3.19208"
       id="path296"
       inkscape:connector-curvature="0"
       sodipodi:nodetypes="csssssc"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer16"
     inkscape:label="GlyphLayer-P"
     style="display:none">
    <g
       id="g313"
       transform="matrix(1.0252,0,0,1.11439,-30.5661,-15.8596)"
       style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#ed171f;stroke-width:0.308739;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.0308739, 0.0308739;stroke-dashoffset:0;stroke-opacity:1">
      <path
         sodipodi:nodetypes="cssc"
         inkscape:connector-curvature="0"
         style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.308739;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.0308739, 0.0308739;stroke-dashoffset:0;stroke-opacity:1"
         d="m 31.777182,96.85272 c 0.128068,-1.880382 0.701464,-2.556556 2.257512,-2.800033 1.650704,-0.258287 2.892268,1.5337 1.04174,3.143604 -0.328225,0.285546 -1.312874,0.303458 -1.659242,0.0036"
         id="path309"
         inkstitch:bean_stitch_repeats="1"
         inkstitch:running_stitch_length_mm="2"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
      <g
         id="command_group19"
         inkscape:label="Ink/Stitch Command: Trim thread after sewing this object"
         transform="matrix(0.25808,0,0,0.237424,30.4998,14.2316)"
         style="display:inline">
        <path
           id="command_connector19"
           d="m 5.9997453,307.21752 5.8180827,29.39474"
           style="fill:none;stroke:#000000;stroke-width:1px;stroke-opacity:0.5"
           inkscape:connection-start="#command_use9525"
           inkscape:connection-end="#path309"
           inkscape:connector-type="polyline"
           inkscape:label="connector"
           inkscape:connector-curvature="0" />
        <use
           id="command_use9525"
           xlink:href="#inkstitch_trim"
           height="100%"
           width="100%"
           x="5.9971652"
           y="307.18167"
           inkscape:label="command marker" />
      </g>
      <path
         style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.308739;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.0308739, 0.0308739;stroke-dashoffset:0;stroke-opacity:1"
         d="m 31.27695,98.045673 c -1.174353,-0.126575 -1.609614,1.074448 -1.152908,1.608963 0.652892,0.764124 1.867725,0.405014 2.563159,-1.242105 0.544199,-1.288922 0.868877,-3.73161 1.909987,-3.913026"
         id="path311"
         inkscape:connector-curvature="0"
         sodipodi:nodetypes="cssc"
         inkstitch:bean_stitch_repeats="1"
         inkstitch:running_stitch_length_mm="2"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
    </g>
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer17"
     inkscape:label="GlyphLayer-Q"
     style="display:none">
    <g
       id="g326"
       transform="translate(-118.823,-4.9)"
       style="display:inline">
      <path
         style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
         d="m 119.63754,94.10273 c -1.31895,1.469831 0.18416,2.350211 1.68004,2.003126 0.78197,-0.181437 2.46332,-1.174426 1.89974,-1.589577 -0.58931,-0.434104 -1.55881,0.852572 -1.89974,1.589577 -0.58983,1.275061 -1.18506,3.820154 0.18093,4.148414 1.58903,0.38186 2.76571,-1.741203 3.14038,-3.049925 0.3262,-1.13938 0.88691,-3.828824 -1.44741,-3.192079"
         id="path315"
         inkscape:connector-curvature="0"
         sodipodi:nodetypes="csssssc"
         inkstitch:bean_stitch_repeats="1"
         inkstitch:running_stitch_length_mm="2"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
      <g
         id="command_group21"
         inkscape:label="Ink/Stitch Command: Trim thread after sewing this object"
         transform="matrix(0.264583,0,0,0.264583,120.411,4.9)"
         style="display:inline">
        <path
           id="command_connector21"
           d="M 3.6664299,306.86541 5.7053247,341.1232"
           style="fill:none;stroke:#000000;stroke-width:1px;stroke-opacity:0.5"
           inkscape:connection-start="#command_use1146"
           inkscape:connection-end="#path315"
           inkscape:connector-type="polyline"
           inkscape:label="connector"
           inkscape:connector-curvature="0" />
        <use
           id="command_use1146"
           xlink:href="#inkstitch_trim"
           height="100%"
           width="100%"
           x="3.6638498"
           y="306.82956"
           inkscape:label="command marker" />
      </g>
      <path
         sodipodi:nodetypes="csc"
         inkscape:connector-curvature="0"
         id="path317"
         d="m 121.55295,99.715812 c 0.89537,-0.838413 1.67,0.220875 2.57157,1.109558 0.87581,0.8633 1.94891,1.45195 2.86909,0.21174"
         style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
         inkstitch:bean_stitch_repeats="1"
         inkstitch:running_stitch_length_mm="2"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
    </g>
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer18"
     inkscape:label="GlyphLayer-R"
     style="display:none">
    <g
       id="g338"
       transform="translate(-29.528,-4.9)"
       style="display:inline">
      <path
         sodipodi:nodetypes="csscc"
         inkscape:connector-curvature="0"
         style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
         d="m 31.784111,97.126832 c 0.128068,-1.880382 0.740772,-2.855226 2.306017,-3.042271 1.6971,-0.202801 3.124397,1.845738 0.986306,3.11173 -0.379864,0.224922 -1.348123,0.279582 -1.348123,0.279582 2.806168,0.175066 -0.195322,4.192087 2.028385,4.323837"
         id="path334"
         inkstitch:bean_stitch_repeats="1"
         inkstitch:running_stitch_length_mm="2"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
      <g
         id="command_group23"
         inkscape:label="Ink/Stitch Command: Trim thread after sewing this object"
         transform="matrix(0.264583,0,0,0.264583,30.5863,4.9)"
         style="display:inline">
        <path
           id="command_connector23"
           d="m 6.8208417,307.80077 4.0519223,29.77777"
           style="fill:none;stroke:#000000;stroke-width:1px;stroke-opacity:0.5"
           inkscape:connection-start="#command_use5073"
           inkscape:connection-end="#path334"
           inkscape:connector-type="polyline"
           inkscape:label="connector"
           inkscape:connector-curvature="0" />
        <use
           id="command_use5073"
           xlink:href="#inkstitch_trim"
           height="100%"
           width="100%"
           x="6.8182616"
           y="307.76492"
           inkscape:label="command marker" />
      </g>
      <path
         style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
         d="m 31.228445,97.835308 c -1.021909,-0.164824 -1.568038,1.201942 -1.111332,1.736457 0.652892,0.764125 1.930088,0.475135 2.625522,-1.171983 0.544199,-1.288922 0.820372,-3.661489 1.861482,-3.842905"
         id="path336"
         inkscape:connector-curvature="0"
         inkstitch:bean_stitch_repeats="1"
         inkstitch:running_stitch_length_mm="2"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
    </g>
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer19"
     inkscape:label="GlyphLayer-S"
     style="display:none"
     transform="translate(-0.216427)">
    <path
       style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
       d="m 0.54083441,89.15914 c 0.50291999,1.15475 1.94983999,1.54203 2.83767999,1.33705 0.99843,-0.23051 1.36691,-1.10144 0.88189,-1.34416 -0.57762,-0.28907 -1.02939,0.58002 -0.87477,1.33705 0.20239,0.99094 1.20725,2.3504 0.93167,3.39243 -0.3133,1.18468 -1.07433,1.62918 -2.23317,1.60731 C 0.84564436,95.46542 0.12364541,94.1962 0.69729441,93.00673 1.1666644,92.03349 2.8964244,91.62604 3.0015844,93.29832"
       id="path1351"
       inkscape:connector-curvature="0"
       sodipodi:nodetypes="cssssssc"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer20"
     inkscape:label="GlyphLayer-T"
     style="display:none"
     transform="translate(-0.659023)">
    <path
       style="display:inline;fill:none;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
       d="m 3.1997551,90.96024 c -0.709994,0.33578 -1.9979841,0.39914 -2.0234141,-0.94525 -0.0142,-0.74814 0.7556201,-1.34987 1.8757241,-1.23324 0.9860199,0.10267 1.8549899,0.42954 2.8652599,0.672 0.77469,0.18593 2.35933,0.33784 2.35641,-0.16241 -0.003,-0.55737 -1.7017,-0.53809 -2.37117,0.15503 -0.86273,0.89321 -1.26712,3.14744 -1.82403,4.54898 -0.60326,1.5182 -1.4554739,1.81235 -2.4147939,1.48433 C 1.092621,95.28439 0.83425104,94.46921 0.98434104,93.88458 1.151621,93.23303 1.7700311,92.58635 2.6680511,92.63656"
       id="path1004"
       inkscape:connector-curvature="0"
       sodipodi:nodetypes="cssssssssc"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer21"
     inkscape:label="GlyphLayer-U"
     style="display:none"
     transform="translate(1.05833)">
    <path
       inkstitch:running_stitch_length_mm="2"
       inkstitch:bean_stitch_repeats="1"
       style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
       d="M 0.31244903,92.49968 C -0.769961,92.56028 -0.846051,90.98126 -0.041501,90.56599 c 0.57234003,-0.29541 2.13002,-0.56609 2.87184,-0.70757 0.50652,-0.0966 1.39957,-0.45175 1.10546,-0.8753 -0.36581,-0.52679 -0.974,0.39041 -1.1045,0.88285 -0.62279,2.35008 -2.01208997,5.03565 -0.86657,5.37078 1.69357,0.49546 2.59548,-2.1735 3.98529,-6.28706 -0.91012,2.51272 -2.26531,5.61486 -1.51537,6.07188 0.65972,0.40204 1.34767,-0.99937 1.5371,-1.44262"
       id="path410"
       inkscape:connector-curvature="0"
       sodipodi:nodetypes="cssssscsc"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer22"
     inkscape:label="GlyphLayer-V"
     style="display:none"
     transform="translate(0.885192)">
    <path
       sodipodi:nodetypes="csssssc"
       inkscape:connector-curvature="0"
       id="path412"
       d="m 0.31244903,92.49968 c -1.08240999,0.0606 -1.15849999,-1.51842 -0.35395,-1.93369 0.57234,-0.29541 2.13001997,-0.56609 2.87183997,-0.70757 0.50652,-0.0966 1.39957,-0.45175 1.10546,-0.8753 -0.36581,-0.52679 -0.974,0.39041 -1.1045,0.88285 -0.62279,2.35008 -2.01208997,5.03565 -0.86657,5.37078 2.36124,0.69079 3.32927,-7.05322 5.15936,-6.4705"
       style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer23"
     inkscape:label="GlyphLayer-W"
     style="display:none"
     transform="translate(2.55926,-0.0432854)">
    <path
       inkstitch:running_stitch_length_mm="2"
       inkstitch:bean_stitch_repeats="1"
       style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
       d="m -1.411961,92.49968 c -1.08241,0.0606 -1.1585,-1.51842 -0.35395,-1.93369 0.57234,-0.29541 2.13002,-0.56609 2.87184,-0.70757 0.50652,-0.0966 1.39957,-0.45175 1.10546,-0.8753 -0.36581,-0.52679 -0.974,0.39041 -1.1045,0.88285 -0.62279,2.35008 -2.01939001,5.17023 -0.86657,5.47929 1.42202,0.38124 2.57155,-3.59042 3.26965,-5.6599 -0.40783,1.51492 -1.95762,5.28407 -0.86522,5.6599 2.32638,0.80038 2.64925,-7.16173 4.47934,-6.57901"
       id="path414"
       inkscape:connector-curvature="0"
       sodipodi:nodetypes="cssssscsc"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer24"
     inkscape:label="GlyphLayer-X"
     style="display:none"
     transform="translate(0.841906)">
    <g
       id="g521"
       transform="translate(-162.52,-4.9)"
       style="display:inline">
      <path
         id="path422"
         d="m 163.80935,97.274565 c -1.08241,0.06064 -1.05383,-1.304554 -0.55454,-1.794155 0.72396,-0.709918 2.07513,-0.700126 2.84372,-0.84383 0.50687,-0.09477 1.15827,-0.390074 0.88521,-0.775536 -0.27306,-0.385462 -0.83238,0.276293 -0.88425,0.783078 -0.0851,0.831335 0.0183,1.992362 0.072,3.223614 0.0972,2.227234 0.31198,4.486954 1.66736,3.672874"
         style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
         inkstitch:running_stitch_length_mm="2"
         inkstitch:bean_stitch_repeats="1"
         inkscape:connector-curvature="0"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
      <g
         id="command_group29"
         inkscape:label="Ink/Stitch Command: Trim thread after sewing this object"
         transform="matrix(0.264583,0,0,0.264583,162.52,4.9)"
         style="display:inline">
        <path
           id="command_connector29"
           d="m 9.3764166,306.60527 0.9533044,32.9926"
           style="fill:none;stroke:#000000;stroke-width:1px;stroke-opacity:0.5"
           inkscape:connection-start="#command_use1597"
           inkscape:connection-end="#path422"
           inkscape:connector-type="polyline"
           inkscape:label="connector"
           inkscape:connector-curvature="0" />
        <use
           id="command_use1597"
           xlink:href="#inkstitch_trim"
           height="100%"
           width="100%"
           x="9.3738365"
           y="306.56943"
           inkscape:label="command marker" />
      </g>
      <path
         id="path517"
         d="m 170.33483,94.012797 c -1.45453,-1.25199 -2.86723,2.343205 -4.1426,3.907121 -0.93189,1.142725 -1.71649,2.058217 -2.36768,2.243522 -2.25224,0.64091 -2.31395,-1.328214 -1.48712,-1.999327"
         style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
         inkstitch:running_stitch_length_mm="2"
         inkstitch:bean_stitch_repeats="1"
         inkscape:connector-curvature="0"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
    </g>
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer25"
     inkscape:label="GlyphLayer-Y"
     style="display:none">
    <path
       inkstitch:running_stitch_length_mm="2"
       inkstitch:bean_stitch_repeats="1"
       style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
       d="m 0.98643714,92.49968 c -1.08241003,0.0606 -1.15851003,-1.51842 -0.35396,-1.93369 0.57234006,-0.29541 2.22514006,-0.56609 2.96696006,-0.70757 0.50652,-0.0966 1.39957,-0.45175 1.10546,-0.8753 -0.36582,-0.52679 -0.93744,0.40158 -1.10451,0.88285 -0.3883,1.11857 -1.00173,2.83755 -1.07478,3.51973 -0.16494,1.54043 0.80936,1.65916 1.61268,1.08459 0.30231,-0.21623 0.59644,-0.12139 2.55733,-5.42788 -1.15991,3.21387 -2.31969,6.35178 -2.39859,6.67942 -0.45488,1.8889 -1.59513,2.14446 -1.94844,1.47516 -0.4807,-0.91061 0.28308,-1.25112 1.94844,-1.47516 1.08157,-0.14551 1.96271,-1.17342 2.37703,-2.14288"
       id="path439"
       inkscape:connector-curvature="0"
       sodipodi:nodetypes="csssssscsssc"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer26"
     inkscape:label="GlyphLayer-Z"
     style="display:none">
    <path
       inkstitch:running_stitch_length_mm="2"
       inkstitch:bean_stitch_repeats="1"
       sodipodi:nodetypes="csssssssc"
       inkscape:connector-curvature="0"
       id="path441"
       d="m 2.2934457,91.01905 c -0.53614,-0.63322 -0.57729,-1.50132 0.3833,-2.02463 0.6532,-0.35585 2.18004,0.071 2.95293,0.38164 0.34749,0.13967 1.71865,0.32378 1.62613,-0.2787 -0.0896,-0.58331 -1.3167,-0.15858 -1.63451,0.27811 -0.98418,1.35231 -2.76767,4.0163 -3.46173,4.94884 -0.75069,1.00861 -1.94089004,1.04497 -1.94971004,0.18999 -0.009,-0.83711 0.98566004,-1.14233 1.94108004,-0.18137 1.0859,1.09221 3.08073,3.47159 4.34998,1.68466"
       style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer27"
     inkscape:label="GlyphLayer-a"
     style="display:none">
    <g
       id="g1471"
       transform="translate(-61.6262,-17.6)"
       style="display:inline">
      <path
         id="path599"
         d="m 62.155392,110.95345 c 0.739382,-2.40833 2.132171,-2.37071 2.287659,-1.14109"
         style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.3302;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.3302, 0.3302;stroke-dashoffset:0;stroke-opacity:1"
         inkstitch:running_stitch_length_mm="2"
         inkscape:connector-curvature="0"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
      <path
         id="path1244"
         d="m 64.443051,109.81236 c -0.152838,-1.2315 -1.546013,-1.26678 -2.287659,1.14109 -0.3408,1.07891 -0.127646,1.53785 0.208746,1.70464 0.696675,0.16343 0.987921,-0.48978 1.303585,-1.03094 0.49558,-0.8496 0.751599,-1.80661 1.116138,-2.71367 -0.318085,0.91736 -0.63617,1.80687 -0.954255,2.76479 -0.365393,1.10039 0.706275,1.28313 1.099097,0.64753 0.26886,-0.43502 0.42419,-0.91733 0.668832,-1.37235"
         style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
         inkstitch:bean_stitch_repeats="1"
         inkstitch:running_stitch_length_mm="2"
         inkscape:connector-curvature="0"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
    </g>
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer28"
     inkscape:label="GlyphLayer-b"
     style="display:none"
     transform="translate(0.529167)">
    <g
       id="g1467"
       transform="translate(-65.0684,-17.6)"
       style="display:inline">
      <path
         inkscape:connector-curvature="0"
         id="path1415"
         d="m 65.068367,110.95345 1.129017,-3.40363"
         style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.3302;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.3302, 0.3302;stroke-dashoffset:0;stroke-opacity:1"
         inkstitch:running_stitch_length_mm="2"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
      <path
         sodipodi:nodetypes="csccssc"
         inkscape:connector-curvature="0"
         id="path1444"
         d="m 66.197384,107.54982 -1.129017,3.40363 c -0.109931,0.33141 -0.244011,0.8055 -0.280971,1.20015 -0.06604,0.63415 0.745353,0.60212 1.16734,0.25577 0.753356,-0.61831 1.349126,-1.85435 1.187014,-2.96426 -0.08573,-0.58698 -0.730674,-0.65632 -1.036178,-0.13771 -1.225076,2.07964 1.79464,2.69404 2.177181,1.64183"
         style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
         inkstitch:bean_stitch_repeats="1"
         inkstitch:running_stitch_length_mm="2"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
    </g>
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer29"
     inkscape:label="GlyphLayer-c"
     style="display:none"
     transform="translate(0.216427,0.0432854)">
    <g
       id="g1442"
       transform="translate(-68.2828,-17.6)"
       style="display:inline">
      <path
         id="path1433"
         d="m 68.282753,110.94923 c 0.08505,-0.33466 0.411292,-1.09756 0.994861,-1.66147 0.555264,-0.53655 1.62499,-0.26359 0.961135,0.95692"
         style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.3302;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.3302, 0.3302;stroke-dashoffset:0;stroke-opacity:1"
         inkstitch:running_stitch_length_mm="2"
         inkscape:connector-curvature="0"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
      <path
         id="path1291"
         d="m 70.238749,110.24468 c 0.663855,-1.22051 -0.405871,-1.49347 -0.961135,-0.95692 -0.583569,0.56391 -0.909814,1.32681 -0.994861,1.66147 -0.245869,0.9675 -0.0087,1.70091 0.737714,1.71094 0.857626,0.0115 1.474547,-0.6283 1.946997,-1.70672"
         style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
         inkstitch:bean_stitch_repeats="1"
         inkstitch:running_stitch_length_mm="2"
         inkscape:connector-curvature="0"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
    </g>
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer30"
     inkscape:label="GlyphLayer-d"
     style="display:none"
     transform="translate(0.399311)"
     inkscape:transform-center-x="-0.34628291">
    <path
       style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
       d="m 0,93.35345 c 0.32183,-0.9459 0.66388,-1.30212 1.00388,-1.72463 0.27764,-0.345 1.03393,-0.38272 1.22634,0.5761 C 2.03637,91.24858 1.27784,91.28648 1.00388,91.62882 0.65971,92.05891 0.31981,92.41184 0,93.35345 c -0.13372,0.39373 -0.22159,0.83313 -0.14259,1.24138 0.0943,0.48721 0.4879,0.60951 0.85558,0.38216 0.90882,-0.56197 1.72203,-3.35922 2.38992,-5.09355 -0.64082,1.83526 -1.10464,3.24527 -1.4716,4.46612 -0.18744,0.62361 0.34052,0.90263 0.91262,0.56469 0.54811,-0.32377 0.76278,-0.88971 1.08373,-1.5608"
       id="path1272"
       inkscape:connector-curvature="0"
       sodipodi:nodetypes="cscsssscssc"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer31"
     inkscape:label="GlyphLayer-e"
     style="display:none"
     transform="translate(0.269454)">
    <path
       style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
       d="m -0.032539,93.35345 c 1.49698,-0.20294 2.51038,-1.28725 2.06202,-1.77427 -0.62721,-0.68131 -1.84411,0.63785 -2.06202,1.77427 -0.19424,1.01299 -0.1775,1.50906 0.57535,1.67529 0.84636,0.18687 1.72521,-0.62181 2.1419,-1.67529"
       id="path1358"
       inkscape:connector-curvature="0"
       sodipodi:nodetypes="csssc"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer32"
     inkscape:label="GlyphLayer-f"
     style="display:none"
     transform="translate(-2.25195,-0.173141)">
    <g
       id="g1620"
       transform="translate(-74.224,-17.6)"
       style="display:inline">
      <path
         inkstitch:running_stitch_length_mm="2"
         sodipodi:nodetypes="cc"
         inkscape:connector-curvature="0"
         id="path1475"
         d="m 77.312366,110.95345 c 0.50855,-1.55302 1.680429,-5.88304 2.8557,-4.18961"
         style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.3302;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.3302, 0.3302;stroke-dashoffset:0;stroke-opacity:1"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
      <path
         inkstitch:running_stitch_length_mm="2"
         style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
         d="m 80.168066,106.76384 c -0.731633,-1.0542 -1.461952,0.2259 -2.031746,1.71719 -0.139017,0.36384 -0.645028,0.5431 -1.058669,0.51647 h 1.838605 c -0.304264,-0.006 -1.030801,-0.0497 -1.108375,0.4134 l -0.655735,2.26737 c -0.129484,0.38994 -0.607572,1.43815 -0.662905,1.64465 -0.42272,1.57761 -1.521002,2.29196 -1.97408,1.3245 -0.384709,-0.82147 0.663441,-1.02681 1.979166,-1.32082 1.379853,-0.30834 1.761569,-1.11792 2.425748,-2.37315"
         id="path1499"
         inkscape:connector-curvature="0"
         sodipodi:nodetypes="csccccsssc"
         inkstitch:bean_stitch_repeats="1"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
    </g>
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer33"
     inkscape:label="GlyphLayer-g"
     style="display:none">
    <g
       id="g1624"
       transform="translate(-78.2611,-17.6)"
       style="display:inline">
      <path
         id="path1602"
         d="m 78.920075,110.95345 c 0.739382,-2.40833 2.132171,-2.37071 2.287659,-1.14109"
         style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.3302;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.3302, 0.3302;stroke-dashoffset:0;stroke-opacity:1"
         inkstitch:running_stitch_length_mm="2"
         inkscape:connector-curvature="0"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
      <path
         id="path1328"
         d="m 81.207734,109.81236 c -0.152838,-1.2315 -1.546013,-1.26678 -2.287659,1.14109 -0.3408,1.07891 -0.127646,1.53785 0.208746,1.70464 0.696675,0.16343 0.987921,-0.48978 1.303585,-1.03094 0.49558,-0.8496 0.751599,-1.80661 1.116138,-2.71367 -0.318085,0.91736 -0.63617,1.80687 -0.954255,2.76479 -0.129484,0.38994 -0.607572,1.43815 -0.662905,1.64465 -0.42272,1.57761 -1.521002,2.29196 -1.97408,1.3245 -0.384709,-0.82147 0.663441,-1.02681 1.979166,-1.32082 1.379853,-0.30834 1.761569,-1.11792 2.425748,-2.37315"
         style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
         inkstitch:bean_stitch_repeats="1"
         inkstitch:running_stitch_length_mm="2"
         inkscape:connector-curvature="0"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
    </g>
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer34"
     inkscape:label="GlyphLayer-h"
     style="display:none">
    <g
       id="g1648"
       transform="translate(-81.833,-17.6)"
       style="display:inline">
      <path
         id="path1630"
         d="m 82.362218,110.95345 1.264819,-3.45722"
         style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.3302;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.3302, 0.3302;stroke-dashoffset:0;stroke-opacity:1"
         inkstitch:running_stitch_length_mm="2"
         inkscape:connector-curvature="0"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
      <path
         id="path1626"
         d="m 83.627037,107.49623 -1.264819,3.45722 -0.588433,1.73553 c 0,0 0.493775,-2.27707 1.570566,-3.36974 0.54647,-0.55453 1.13481,-0.32521 1.2319,0.12701 0.1633,0.76063 -0.64688,1.91716 -0.64346,2.6924 0.003,0.60468 0.48901,0.58807 0.72813,0.45296 0.51062,-0.2885 0.85353,-1.08709 1.09242,-1.64161"
         style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
         inkstitch:bean_stitch_repeats="1"
         inkstitch:running_stitch_length_mm="2"
         inkscape:connector-curvature="0"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
    </g>
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer35"
     inkscape:label="GlyphLayer-i"
     style="display:none"
     transform="translate(0.529167)">
    <g
       id="g1652"
       transform="translate(-85.755,-17.6)"
       style="display:inline">
      <path
         sodipodi:nodetypes="ccssc"
         inkscape:connector-curvature="0"
         id="path1316"
         d="m 85.755,110.95345 0.732216,-2.00064 c -0.69317,2.07951 -0.829706,2.48715 -0.958112,2.98339 -0.277164,1.07114 0.940576,0.89106 1.417694,-0.17895 l 0.358322,-0.80359"
         style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
         inkstitch:bean_stitch_repeats="1"
         inkstitch:running_stitch_length_mm="2"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
      <g
         id="command_group32"
         inkscape:label="Ink/Stitch Command: Trim thread after sewing this object"
         transform="matrix(0.264583,0,0,0.264583,85.755,17.6)"
         style="display:inline">
        <path
           id="command_connector32"
           d="M -3.8909031,316.06264 1.6673003,348.2768"
           style="fill:none;stroke:#000000;stroke-width:1px;stroke-opacity:0.5"
           inkscape:connection-start="#command_use4187"
           inkscape:connection-end="#path1316"
           inkscape:connector-type="polyline"
           inkscape:label="connector"
           inkscape:connector-curvature="0" />
        <use
           id="command_use4187"
           xlink:href="#inkstitch_trim"
           height="100%"
           width="100%"
           x="-3.8934832"
           y="316.02679"
           inkscape:label="command marker" />
      </g>
      <path
         sodipodi:nodetypes="ccccc"
         inkscape:connector-curvature="0"
         id="path1323"
         d="m 87.040277,108.10765 c 4e-6,0.11831 -0.0959,0.21422 -0.214212,0.21422 -0.118309,0 -0.214217,-0.0959 -0.214213,-0.21422 10e-7,-0.11831 0.09591,-0.21421 0.214213,-0.21421 0.118305,0 0.214211,0.0959 0.214212,0.21421"
         style="color:#000000;display:inline;overflow:visible;opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
         inkstitch:running_stitch_length_mm="2"
         inkstitch:bean_stitch_repeats="1"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
    </g>
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer36"
     inkscape:label="GlyphLayer-j"
     style="display:none"
     transform="translate(3.08843,-0.0432854)">
    <g
       id="g1702"
       transform="translate(-88.8926,-17.6002)"
       style="display:inline">
      <path
         sodipodi:nodetypes="ccccssc"
         inkscape:connector-curvature="0"
         id="path1669"
         d="m 87.30512,110.95366 0.824096,-2.04018 c -0.318085,0.91736 -0.63617,1.80687 -0.954255,2.76479 -0.129484,0.38994 -0.607572,1.43815 -0.662905,1.64465 -0.42272,1.57761 -1.521002,2.29196 -1.97408,1.3245 -0.384709,-0.82147 0.663441,-1.02681 1.979166,-1.32082 1.379853,-0.30834 1.761569,-1.11792 2.425748,-2.37315"
         style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
         inkstitch:bean_stitch_repeats="1"
         inkstitch:running_stitch_length_mm="2"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
      <g
         id="command_group34"
         inkscape:label="Ink/Stitch Command: Trim thread after sewing this object"
         transform="matrix(0.264583,0,0,0.264583,87.3051,17.6002)"
         style="display:inline">
        <path
           id="command_connector34"
           d="m -3.3164149,315.88936 0.9872829,41.09155"
           style="fill:none;stroke:#000000;stroke-width:1px;stroke-opacity:0.5"
           inkscape:connection-start="#command_use4780"
           inkscape:connection-end="#path1669"
           inkscape:connector-type="polyline"
           inkscape:label="connector"
           inkscape:connector-curvature="0" />
        <use
           id="command_use4780"
           xlink:href="#inkstitch_trim"
           height="100%"
           width="100%"
           x="-3.318995"
           y="315.85352"
           inkscape:label="command marker" />
      </g>
      <path
         style="color:#000000;display:inline;overflow:visible;opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
         d="m 88.616789,108.10765 c 4e-6,0.11831 -0.0959,0.21422 -0.214212,0.21422 -0.118309,0 -0.214217,-0.0959 -0.214213,-0.21422 10e-7,-0.11831 0.09591,-0.21421 0.214213,-0.21421 0.118305,0 0.214211,0.0959 0.214212,0.21421"
         id="path1323-2"
         inkscape:connector-curvature="0"
         sodipodi:nodetypes="ccccc"
         inkstitch:running_stitch_length_mm="2"
         inkstitch:bean_stitch_repeats="1"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
    </g>
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer37"
     inkscape:label="GlyphLayer-k"
     style="display:none"
     transform="translate(0.798621)">
    <g
       id="g1746"
       transform="translate(-88.9472,-17.59)"
       style="display:inline">
      <path
         inkscape:connector-curvature="0"
         id="path1704"
         d="m 88.942888,110.95345 1.228868,-3.47165"
         style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.3302;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.3302, 0.3302;stroke-dashoffset:0;stroke-opacity:1"
         inkstitch:running_stitch_length_mm="2"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
      <path
         inkscape:connector-curvature="0"
         id="path1720"
         d="m 90.171756,107.4818 -1.850687,5.23705"
         style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
         inkstitch:bean_stitch_repeats="1"
         inkstitch:running_stitch_length_mm="2"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
      <path
         sodipodi:nodetypes="ccssc"
         inkscape:connector-curvature="0"
         id="path1736"
         d="m 91.575626,108.90349 -2.101779,1.88458 c 0.740151,-0.34302 1.242138,-0.3595 0.986806,1.08191 -0.166729,0.94123 0.77388,1.08651 1.250509,0.18113 l 0.577853,-1.09766"
         style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
         inkstitch:bean_stitch_repeats="1"
         inkstitch:running_stitch_length_mm="2"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
    </g>
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer38"
     inkscape:label="GlyphLayer-l"
     style="display:none"
     transform="translate(0.529167)">
    <g
       id="g1783"
       transform="translate(-92.289,-17.6)"
       style="display:inline">
      <path
         id="path1750"
         d="m 92.289015,110.95345 1.175004,-3.36839"
         style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.3302;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.3302, 0.3302;stroke-dashoffset:0;stroke-opacity:1"
         inkstitch:running_stitch_length_mm="2"
         inkscape:connector-curvature="0"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
      <path
         id="path1251"
         d="m 93.464019,107.58506 -1.175004,3.36839 c -0.759979,2.17864 0.343617,1.88315 0.895513,1.40007 0.318927,-0.27916 0.602711,-0.89725 0.84988,-1.40007"
         style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
         inkstitch:bean_stitch_repeats="1"
         inkstitch:running_stitch_length_mm="2"
         inkscape:connector-curvature="0"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
    </g>
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer39"
     inkscape:label="GlyphLayer-m"
     style="display:none"
     transform="translate(0.755336)">
    <g
       id="g1798"
       transform="translate(-94.0344,-17.6)"
       style="display:inline">
      <path
         sodipodi:nodetypes="cc"
         inkscape:connector-curvature="0"
         id="path1789"
         d="m 94.034408,110.95345 0.728134,-2.05097"
         style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.3302;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.3302, 0.3302;stroke-dashoffset:0;stroke-opacity:1"
         inkstitch:running_stitch_length_mm="2"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
      <path
         sodipodi:nodetypes="cccsscssssc"
         inkscape:connector-curvature="0"
         id="path1785"
         d="m 94.762542,108.90248 -0.728134,2.05097 -0.614546,1.81387 c 0,0 0.519888,-2.35541 1.596679,-3.44808 0.54647,-0.55453 1.056474,-0.31651 1.153562,0.13571 0.163302,0.76063 -0.716514,2.42201 -0.887179,3.27559 0.438347,-1.0625 0.620385,-2.18908 1.31504,-3.18751 0.472785,-0.67953 1.6484,-0.87565 1.468672,0.2883 -0.140743,0.91148 -0.692532,1.79079 -0.666239,2.31077 0.03054,0.60392 0.489008,0.58807 0.72813,0.45296 0.510618,-0.2885 0.85353,-1.08709 1.09242,-1.64161"
         style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
         inkstitch:bean_stitch_repeats="1"
         inkstitch:running_stitch_length_mm="2"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
    </g>
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer40"
     inkscape:label="GlyphLayer-n"
     style="display:none"
     transform="translate(0.702308)">
    <g
       id="g1811"
       transform="translate(-99.2209,-17.6)"
       style="display:inline">
      <path
         sodipodi:nodetypes="cc"
         inkscape:connector-curvature="0"
         id="path1802"
         d="m 99.220947,110.95345 0.771655,-2.08579"
         style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.3302;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.3302, 0.3302;stroke-dashoffset:0;stroke-opacity:1"
         inkstitch:running_stitch_length_mm="2"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
      <path
         sodipodi:nodetypes="cccccccc"
         inkscape:connector-curvature="0"
         id="path1265"
         d="m 99.992602,108.86766 -0.771655,2.08579 -0.614546,1.85739 c 0,0 0.519888,-2.39893 1.596679,-3.4916 0.54647,-0.55453 1.13481,-0.32521 1.2319,0.12701 0.1633,0.76063 -0.64688,1.91716 -0.64346,2.6924 0.003,0.60468 0.48901,0.58807 0.72813,0.45296 0.51062,-0.2885 0.85353,-1.08709 1.09242,-1.64161"
         style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
         inkstitch:bean_stitch_repeats="1"
         inkstitch:running_stitch_length_mm="2"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
    </g>
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer41"
     inkscape:label="GlyphLayer-o"
     style="display:none"
     transform="translate(0.529167)"
     inkscape:transform-center-x="-0.34628291">
    <g
       id="g1824"
       transform="translate(-102.612,-17.5966)"
       style="display:inline">
      <path
         id="path1815"
         d="m 102.61207,110.95 c 0,0 0.22184,-0.74921 0.54678,-1.17599"
         style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.3302;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.3302, 0.3302;stroke-dashoffset:0;stroke-opacity:1"
         inkstitch:running_stitch_length_mm="2"
         inkscape:connector-curvature="0"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
      <path
         id="path1851"
         d="m 103.15885,109.77401 c -0.42392,0.66045 -0.66808,1.27135 -0.6947,1.96692 -0.0492,1.28518 0.94779,1.03684 1.38521,0.45616 0.57425,-0.76233 0.84932,-1.39182 0.98347,-2.18454 0.19518,-1.15344 -0.87209,-1.20754 -1.21364,-0.82025 -0.71557,0.81141 1.84138,2.9195 2.30172,1.76115"
         style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
         inkstitch:bean_stitch_repeats="1"
         inkstitch:running_stitch_length_mm="2"
         inkscape:connector-curvature="0"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
    </g>
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer42"
     inkscape:label="GlyphLayer-p"
     style="display:none"
     transform="translate(1.5875)">
    <path
       style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
       d="m -1.0583333,93.353449 0.70486998,-2.01358 -2.13384008,5.82481 1.4353701,-3.81123 c 0,0 0.46606998,-1.42822 1.05730998,-1.7893 0.73292996,-0.44761 1.15836992,-0.002 1.08934992,0.49981 -0.14118996,1.02638 -0.51221996,2.29404 -1.39692992,2.85154 -0.77702998,0.48965 -1.11201998,-0.138 -1.01244998,-0.45497 -0.2671901,0.79242 2.5014599,1.20825 3.4531999,-1.10708"
       id="path1309"
       inkscape:connector-curvature="0"
       sodipodi:nodetypes="ccccccscc"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer43"
     inkscape:label="GlyphLayer-q"
     style="display:none"
     transform="translate(0.529167)">
    <g
       id="g1832"
       transform="translate(-109.12,-17.6)"
       style="display:inline">
      <path
         sodipodi:nodetypes="ccc"
         inkscape:connector-curvature="0"
         id="path1826"
         d="m 109.12008,110.95345 c 0.0851,-0.33466 0.41129,-1.09756 0.99486,-1.66147 0.45128,-0.53655 1.23505,-0.31558 1.24708,0.61898"
         style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.3302;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.3302, 0.3302;stroke-dashoffset:0;stroke-opacity:1"
         inkstitch:running_stitch_length_mm="2"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
      <path
         sodipodi:nodetypes="cccccsscc"
         inkscape:connector-curvature="0"
         id="path1828"
         d="m 111.36202,109.91096 c -0.012,-0.93456 -0.7958,-1.15553 -1.24708,-0.61898 -0.58357,0.56391 -0.90982,1.32681 -0.99487,1.66147 -0.24586,0.9675 -0.37294,1.66192 0.37378,1.67195 0.96753,0.23132 1.83975,-2.61445 2.29794,-3.72139 0,0 -1.41331,3.33926 -1.8041,5.09946 -0.33084,1.49018 0.84455,1.15136 1.06582,0.38993 0.1741,-0.59911 -1e-5,-1.87169 -1e-5,-1.87169 0.56196,-0.18477 0.81289,0.007 1.51824,-1.56826"
         style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
         inkstitch:bean_stitch_repeats="1"
         inkstitch:running_stitch_length_mm="2"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
    </g>
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer44"
     inkscape:label="GlyphLayer-r"
     style="display:none"
     transform="translate(0.529167)">
    <path
       style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
       d="m 0,93.353449 c 0,0 0.48095,-1.03805 0.69098,-1.56979 0.29923,-0.75757 0.10686,-1.09355 -0.22384,-1.00727 -0.33247,0.0867 -0.2992,0.72617 0.21897,1.00727 0.3185,0.17278 0.69134,0.34056 1.08027,0.39902 0.15301,0.023 0.21338,0.0945 0.15085,0.21411 -0.1594,0.30479 -0.24897,0.61024 -0.35522,0.95666 -0.36352,1.18518 -0.26574,1.60398 -3e-5,1.68572 0.29181,0.0898 0.9805,-0.18341 1.48714,-1.68572"
       id="path1344"
       inkscape:connector-curvature="0"
       sodipodi:nodetypes="csssssssc"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer45"
     inkscape:label="GlyphLayer-s"
     style="display:none"
     transform="translate(0.529167)">
    <path
       style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
       d="m 0,93.353449 c 0.38572,-0.65235 0.9682,-0.6872 1.65751,-1.38339 0.27945,-0.28224 0.79444,-1.05548 0.29737,-1.16025 -0.41227,-0.0869 -0.59788,0.6367 -0.2925,1.16025 0.43214,0.74087 0.99633,1.85449 0.46801,2.53014 -0.53846,0.68862 -1.45384,0.77073 -1.84276,0.156 -0.19437,-0.30723 -0.23257,-0.81184 0.005,-1.08712 0.62586,-0.72542 1.64168,0.43465 2.56077,-0.21563"
       id="path1279"
       inkscape:connector-curvature="0"
       sodipodi:nodetypes="cssssssc"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer46"
     inkscape:label="GlyphLayer-t"
     style="display:none">
    <path
       style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
       d="m 0,93.353449 c 0.85115,-0.6449 0.96293,-1.39333 1.6717,-3.40634 -0.23557,0.64078 -0.45274,1.42076 -1.29642,1.43288 l 1.63189,-0.017 c -0.61027,0.006 -0.94372,0.35083 -1.17348,0.94617 -0.40301,1.04429 -0.94936,2.47327 -0.39573,2.70419 0.6414,0.26754 1.1914,-0.36393 1.79665,-1.65984"
       id="path1231"
       inkscape:connector-curvature="0"
       sodipodi:nodetypes="ccccssc"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer47"
     inkscape:label="GlyphLayer-u"
     style="display:none">
    <g
       id="g1854"
       transform="translate(-120.18,-17.6001)"
       style="display:inline">
      <path
         id="path1836"
         d="m 120.70876,110.95351 0.74991,-2.00257"
         style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.3302;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.3302, 0.3302;stroke-dashoffset:0;stroke-opacity:1"
         inkstitch:running_stitch_length_mm="2"
         inkscape:connector-curvature="0"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
      <path
         id="path1337"
         d="m 121.45867,108.95094 -0.74991,2.00257 c -0.86326,2.30526 0.98823,1.96712 1.41031,0.9142 l 1.17263,-2.92523 -0.7493,2.01097 c -0.19613,0.52637 -0.48846,1.48912 0.0381,1.68473 0.70897,0.26337 1.51977,-1.68473 1.51977,-1.68473"
         style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
         inkstitch:bean_stitch_repeats="1"
         inkstitch:running_stitch_length_mm="2"
         inkscape:connector-curvature="0"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
    </g>
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer48"
     inkscape:label="GlyphLayer-v"
     style="display:none"
     transform="translate(0.529167)">
    <g
       id="g1860"
       transform="translate(-120.709,-17.6001)"
       style="display:inline">
      <path
         style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.3302;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.3302, 0.3302;stroke-dashoffset:0;stroke-opacity:1"
         d="m 120.70876,110.95351 0.74991,-2.00257"
         id="path1856"
         inkscape:connector-curvature="0"
         inkstitch:running_stitch_length_mm="2"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
      <path
         style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
         d="m 121.45867,108.95094 -0.74991,2.00257 c -0.88909,2.37423 0.51533,1.85924 1.13736,0.84921 l 1.44558,-2.86024 c -0.55583,1.4615 -0.0584,2.90057 0.35365,2.01103"
         id="path1858"
         inkscape:connector-curvature="0"
         sodipodi:nodetypes="csccc"
         inkstitch:bean_stitch_repeats="1"
         inkstitch:running_stitch_length_mm="2"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
    </g>
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer49"
     inkscape:label="GlyphLayer-w"
     style="display:none">
    <g
       id="g2077"
       transform="translate(-126.508,-17.6)"
       style="display:inline">
      <path
         sodipodi:nodetypes="cc"
         style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.3302;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.3302, 0.3302;stroke-dashoffset:0;stroke-opacity:1"
         d="m 127.03686,110.95345 0.74991,-2.00257"
         id="path1862"
         inkscape:connector-curvature="0"
         inkstitch:running_stitch_length_mm="2"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
      <path
         inkstitch:running_stitch_length_mm="2"
         inkstitch:bean_stitch_repeats="1"
         sodipodi:nodetypes="csccsccc"
         style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
         d="m 127.78677,108.95088 -0.74991,2.00257 c -0.86326,2.30526 0.68928,1.96712 1.11136,0.9142 l 1.17229,-2.91677 -0.74991,2.00257 c -0.86326,2.30526 0.66328,1.96712 1.08536,0.9142 l 1.53657,-2.93823 c -0.63505,1.57095 -0.13098,2.89421 0.31466,2.02403"
         id="path1864"
         inkscape:connector-curvature="0"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
    </g>
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer50"
     inkscape:label="GlyphLayer-x"
     style="display:none"
     transform="translate(0.31274)">
    <g
       id="g1903"
       transform="translate(-131.507,-17.6)"
       style="display:inline">
      <path
         sodipodi:nodetypes="cssssc"
         inkscape:connector-curvature="0"
         id="path1873"
         d="m 131.50719,110.95345 c 0,0 0.55779,-1.33729 0.81078,-1.88916 0.10721,-0.23387 0.28172,-0.0801 0.31195,0.16897 0.10069,0.82971 0.2526,2.16869 0.5979,3.0285 0.15961,0.39743 0.83255,0.55819 1.1828,0.22096 0.37961,-0.36549 0.69911,-0.96481 0.97484,-1.52927"
         style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
         inkstitch:bean_stitch_repeats="1"
         inkstitch:running_stitch_length_mm="2"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
      <path
         inkscape:connector-curvature="0"
         id="path1894"
         d="m 131.34313,112.72968 3.48342,-3.82137"
         style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
         inkstitch:bean_stitch_repeats="1"
         inkstitch:running_stitch_length_mm="2"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
    </g>
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer51"
     inkscape:label="GlyphLayer-y"
     style="display:none"
     transform="translate(-0.529167)">
    <g
       id="g1915"
       transform="translate(-77.8618,-17.6)"
       style="display:inline">
      <path
         style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.3302;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.3302, 0.3302;stroke-dashoffset:0;stroke-opacity:1"
         d="m 78.920075,110.95345 0.765001,-2.10206"
         id="path1911"
         inkscape:connector-curvature="0"
         sodipodi:nodetypes="cc"
         inkstitch:running_stitch_length_mm="2"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
      <path
         style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
         d="m 79.685076,108.85139 c -0.232443,0.67136 -0.532559,1.4307 -0.765001,2.10206 -0.3408,1.07891 -0.127646,1.53785 0.208746,1.70464 0.696675,0.16343 0.987921,-0.48978 1.303585,-1.03094 0.49558,-0.8496 0.751599,-1.80661 1.116138,-2.71367 -0.318085,0.91736 -0.63617,1.80687 -0.954255,2.76479 -0.129484,0.38994 -0.607572,1.43815 -0.662905,1.64465 -0.42272,1.57761 -1.521002,2.29196 -1.97408,1.3245 -0.384709,-0.82147 0.663441,-1.02681 1.979166,-1.32082 1.379853,-0.30834 1.761569,-1.11792 2.425748,-2.37315"
         id="path1913"
         inkscape:connector-curvature="0"
         sodipodi:nodetypes="cccscccssc"
         inkstitch:bean_stitch_repeats="1"
         inkstitch:running_stitch_length_mm="2"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
    </g>
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer52"
     inkscape:label="GlyphLayer-z"
     style="display:none"
     transform="translate(0.259712)">
    <path
       style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
       d="M -7.0226294e-6,93.353759 C 0.40447298,92.403659 1.124243,91.023449 1.847293,91.508879 c 0.98929,0.66417 0.30676,1.98836 -0.28932,2.32366 -0.59670996,0.33564 -0.96394996,0.30335 -0.95132996,-0.016 0.0165,-0.41695 0.66182996,-0.30318 0.94407996,0.0147 0.52228,0.58827 0.10561,1.41608 0.0588,1.53403 -0.82903996,2.08738 -2.24451,2.3104 -2.45528,1.4481 -0.28012,-1.146 1.10713998,-0.85663 2.45384,-1.4379 1.03346,-0.44606 1.14629,-0.85329 1.83406,-2.02202"
       id="path1927"
       inkscape:connector-curvature="0"
       sodipodi:nodetypes="csssssssc"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer53"
     inkscape:label="GlyphLayer-0"
     style="display:none">
    <path
       id="path4647"
       style="font-size:8.46667px;line-height:1.25;font-family:Nickainley;-inkscape-font-specification:'Nickainley, Normal';display:inline;opacity:1;vector-effect:none;fill:none;stroke:#ed171f;stroke-width:0.33;stroke-dasharray:0.033, 0.033;stop-color:#000000;stop-opacity:1"
       transform="matrix(0.944677,0,0,0.944677,0.102345,5.08347)"
       d="m 2.6582031,88.796875 c -1.532942,0.04918 -2.76468433,2.766718 -2.81835935,4.576172 -0.001762,0.0594 -8.07e-4,0.116506 0,0.173828 0.0169333,0.778933 0.32917056,1.431641 1.0234375,1.431641 1.60020065,0 2.99804685,-2.777257 2.99804685,-4.775391 0,-0.8382 -0.4241914,-1.448583 -1.203125,-1.40625 z"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer54"
     inkscape:label="GlyphLayer-1"
     style="display:none">
    <path
       d="M 0.14306972,91.084137 C 0.22643562,90.950797 0.39892859,90.700294 0.2670048,90.696351 0.13508102,90.692409 0.05536913,90.937733 0.14306972,91.084137 0.74778764,92.09363 2.2231013,89.854434 2.7816541,89.216978 L 0.65747813,94.907265"
       id="path10694"
       style="font-size:8.46667px;line-height:1.25;font-family:Nickainley;-inkscape-font-specification:'Nickainley, Normal';font-variation-settings:normal;display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
       sodipodi:nodetypes="czscs"
       inkstitch:running_stitch_length_mm="2"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer55"
     inkscape:label="GlyphLayer-2"
     style="display:none">
    <path
       d="m 1.0416416,90.339624 c 0.2286001,-0.7366 0.744031,-1.296835 1.4721646,-1.296835 1.3762893,0 1.1777678,1.569267 -0.1404717,3.110398 -0.8575432,1.00254 -2.04679204,1.96977 -3.04779262,2.56543 1.66998232,-0.572019 3.20817142,-0.06856 3.57682072,0.09105"
       id="path14926"
       style="font-size:8.46667px;line-height:1.25;font-family:Nickainley;-inkscape-font-specification:'Nickainley, Normal';font-variation-settings:normal;display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
       sodipodi:nodetypes="csscc"
       inkstitch:running_stitch_length_mm="2"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer56"
     inkscape:label="GlyphLayer-3"
     style="display:none">
    <path
       d="m 0.17623439,92.960806 c -0.82499612,0.986355 -0.0364706,1.815139 0.83195611,1.815139 0.9765397,0 1.900098,-0.807927 1.8904574,-1.829842 -0.00668,-0.707648 -0.6375027,-1.170472 -1.7502235,-1.163082 1.4721063,-0.210095 2.1219344,-1.010595 2.1386416,-1.713912 0,-0.613175 -0.3993365,-0.995166 -1.0882133,-0.995166 -0.6588863,0 -1.1783702,0.45743 -1.43584561,1.280466"
       id="path29198"
       style="font-size:8.46667px;line-height:1.25;font-family:Nickainley;-inkscape-font-specification:'Nickainley, Normal';font-variation-settings:normal;display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#ed171f;stroke-width:0.295054;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:0.0295054, 0.0295054;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
       sodipodi:nodetypes="cssccsc"
       inkstitch:running_stitch_length_mm="2"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer57"
     inkscape:label="GlyphLayer-4"
     style="display:none">
    <path
       style="font-variation-settings:normal;display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#ed171f;stroke-width:0.295054;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:0.0295054, 0.0295054;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
       d="m 2.1960947,89.061723 c -0.5087306,1.441178 -1.44864976,2.561711 -2.40186993,3.612801 0.85771331,-0.0056 1.88580383,0.119119 2.75176413,0.0058 0.2507977,-0.03281 0.4662455,-0.04957 0.7238395,-0.209601"
       id="path31926"
       sodipodi:nodetypes="ccsc"
       inkstitch:running_stitch_length_mm="2"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
    <g
       id="command_group1"
       inkscape:label="Ink/Stitch Command: Trim thread after sewing this object"
       transform="scale(0.264583)"
       style="display:inline">
      <path
         id="command_connector1"
         d="M -2.0894695,308.54229 5.4263876,342.4474"
         style="fill:none;stroke:#000000;stroke-width:1px;stroke-opacity:0.5"
         inkscape:connection-start="#command_use13"
         inkscape:connection-end="#path31926"
         inkscape:connector-type="polyline"
         inkscape:label="connector"
         inkscape:connector-curvature="0" />
      <use
         id="command_use13"
         xlink:href="#inkstitch_trim"
         height="100%"
         width="100%"
         x="-2.0920496"
         y="308.50644"
         inkscape:label="command marker" />
    </g>
    <path
       style="font-variation-settings:normal;display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#ed171f;stroke-width:0.295054;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:0.0295054, 0.0295054;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
       d="m 3.8447151,88.891138 -2.078514,6.075516"
       id="path32708"
       inkstitch:running_stitch_length_mm="2"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer58"
     inkscape:label="GlyphLayer-5"
     style="display:none">
    <path
       style="font-variation-settings:normal;display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#ed171f;stroke-width:0.295054;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:0.0295054, 0.0295054;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
       d="m 0.14112064,92.704853 c -0.73465017,1.496915 -0.22886726,1.954293 0.47567237,2.047668 C 1.804687,94.909957 2.8210502,93.731437 3.1586231,92.455071 3.2983674,91.926696 3.1949408,91.002385 2.6635699,90.874506 2.0744702,90.732735 1.1148744,91.235915 0.72182426,91.667973 L 1.6262333,89.175049 c 1.4685605,0.407742 2.041303,0.12079 2.5569804,-0.210415"
       id="path35325"
       sodipodi:nodetypes="csssccc"
       inkstitch:running_stitch_length_mm="2"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer59"
     inkscape:label="GlyphLayer-6"
     style="display:none">
    <path
       style="font-variation-settings:normal;display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#ed171f;stroke-width:0.295054;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:0.0295054, 0.0295054;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
       d="m -0.39044927,93.113618 c 0.64098181,-1.143288 1.98371077,-2.252454 3.07339547,-1.81787 0.612571,0.244303 0.5436998,1.241162 0.3652371,1.840689 -0.280163,0.941179 -1.0821914,1.673654 -1.8932219,1.673654 -1.50444127,0 -0.8383852,-2.69206 -0.28204395,-3.828381 C 1.8921068,88.900026 3.5127485,88.329046 3.9362629,89.803321"
       id="path37967"
       sodipodi:nodetypes="cssssc"
       inkstitch:running_stitch_length_mm="2"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer60"
     inkscape:label="GlyphLayer-7"
     style="display:none">
    <path
       style="font-variation-settings:normal;display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#ed171f;stroke-width:0.295054;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:0.0295054, 0.0295054;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
       d="M 0.5212008,90.165549 C 0.71550787,89.729817 1.0168022,89.046981 1.2289917,88.9931 1.7146434,88.869779 3.2423773,89.76487 4.2001062,89.0431 4.0526048,89.348211 3.1283331,90.234988 2.3489966,91.132182 1.8831799,91.823776 1.6713977,91.87877 0.85044957,91.87899 L 2.5729152,91.9062 c -0.9099934,0 -0.959216,0.133831 -1.2975125,0.688497 -0.43390225,0.713568 -0.80817557,1.493517 -1.16745725,2.290155"
       id="path49618"
       sodipodi:nodetypes="cscccccc"
       inkstitch:running_stitch_length_mm="2"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer61"
     inkscape:label="GlyphLayer-8"
     style="display:none">
    <path
       style="font-variation-settings:normal;display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#ed171f;stroke-width:0.295054;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:0.0295054, 0.0295054;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
       d="m 1.7237875,91.602728 c -0.76141185,0.204146 -1.7682273,0.911082 -1.92191561,1.746562 -0.15270912,0.830157 0.16377446,1.44331 1.02573099,1.4509 C 1.8998404,94.809633 2.9859298,94.053269 2.9761835,93.159913 2.9672469,92.340774 2.2338878,91.826562 1.4696476,91.464103 1.1204687,91.298497 0.77126029,90.759097 0.93149554,90.110215 1.0825132,89.49866 1.6090822,88.985887 2.5677232,88.969884 c 0.7754416,-0.01294 1.3207554,0.500487 1.0927005,1.201124 -0.21545,0.661911 -0.6561908,1.15572 -1.383935,1.22416"
       id="path54685"
       sodipodi:nodetypes="csssssssc"
       inkstitch:running_stitch_length_mm="2"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer62"
     inkscape:label="GlyphLayer-9"
     style="display:none">
    <path
       style="font-variation-settings:normal;display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#ed171f;stroke-width:0.295054;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:0.0295054, 0.0295054;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
       d="m -0.36265969,93.969495 c 0.0479477,0.371652 0.21737921,0.855286 0.76643248,0.856916 1.44511531,0.0043 2.59818571,-2.234279 2.87042431,-3.685326 0.1579106,-0.841672 0.1961378,-2.155642 -0.8802927,-2.160046 -1.0042942,-0.0041 -1.89571992,1.248998 -2.00700967,2.247115 -0.0670381,0.60124 0.28309273,1.305013 0.86290937,1.337787 1.3047985,0.07375 2.3390594,-1.273707 2.7117872,-1.951585"
       id="path57403"
       sodipodi:nodetypes="csssssc"
       inkstitch:running_stitch_length_mm="2"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer63"
     inkscape:label="GlyphLayer-@"
     style="display:none">
    <path
       style="font-variation-settings:normal;display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#ed171f;stroke-width:0.295054;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:0.0295054, 0.0295054;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
       d="M 3.0558887,93.26374 C 1.2622309,93.963441 -0.13835328,93.210493 0.10089718,91.301913 0.25717408,90.055241 1.5221852,88.73275 2.8589626,88.73275 c 1.3135259,0 1.767394,0.89128 1.767394,1.574089 0,1.137568 -0.7767161,2.187671 -1.512676,2.187671 -0.3114964,0 -0.5424374,-0.06127 -0.5148463,-0.543592 0.03198,-0.55904 0.6465618,-1.77025 0.8091968,-2.243208 -0.4016922,1.160985 -0.9878665,2.765409 -1.6546088,2.765409 -0.3862119,0 -0.4204936,-0.309017 -0.4204936,-0.511231 0,-0.789882 0.5972171,-2.07748 1.2585782,-2.07748 0.2904951,0 0.4899746,0.220393 0.4471495,0.610389"
       id="path3217"
       sodipodi:nodetypes="cssssscsssc"
       inkstitch:running_stitch_length_mm="2"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
  </g>
  <g
     inkscape:groupmode="layer"
     id="g3"
     inkscape:label="GlyphLayer-/"
     style="display:none">
    <path
       style="font-variation-settings:normal;display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
       d="M -0.69868989,95.511032 1.8350074,88.286515"
       id="path8540"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1"
       inkstitch:running_stitch_length_mm="2" />
  </g>
  <g
     inkscape:groupmode="layer"
     id="g4"
     inkscape:label="GlyphLayer-!"
     style="display:none">
    <path
       id="path8981"
       style="font-variation-settings:normal;display:inline;vector-effect:none;fill:none;fill-opacity:1;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;paint-order:markers fill stroke;stop-color:#000000"
       d="m 0.90308544,94.932245 a 0.2501809,0.2501809 0 0 1 -0.2501809,0.250181 0.2501809,0.2501809 0 0 1 -0.25018086,-0.250181 0.2501809,0.2501809 0 0 1 0.25018086,-0.250181 0.2501809,0.2501809 0 0 1 0.2501809,0.250181 z"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1"
       inkstitch:running_stitch_length_mm="2" />
    <g
       id="command_group48"
       inkscape:label="Ink/Stitch Command: Trim thread after sewing this object"
       transform="matrix(0.264583,0,0,0.264583,-1.05833,2.64583)"
       style="display:inline">
      <path
         id="command_connector48"
         d="m 1.9996586,318.26076 4.3316593,29.60306"
         style="fill:none;stroke:#000000;stroke-width:1px;stroke-opacity:0.5"
         inkscape:connection-start="#command_use690"
         inkscape:connection-end="#path8981"
         inkscape:label="connector"
         inkscape:connector-type="polyline"
         inkscape:connector-curvature="0" />
      <use
         id="command_use690"
         xlink:href="#inkstitch_trim"
         height="100%"
         width="100%"
         x="1.9970785"
         y="318.22491"
         inkscape:label="command marker" />
    </g>
    <path
       style="font-variation-settings:normal;display:inline;vector-effect:none;fill:none;fill-opacity:1;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000"
       d="M 0.98344374,93.953555 2.7422054,88.975905"
       id="path9320"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1"
       inkstitch:running_stitch_length_mm="2" />
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer63-3"
     inkscape:label="GlyphLayer-@"
     style="display:none">
    <path
       style="font-variation-settings:normal;display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#ed171f;stroke-width:0.295054;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:0.0295054, 0.0295054;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
       d="m 3.5515124,94.648872 c -1.7936578,0.699701 -3.19424206,-0.05325 -2.95499162,-1.961827 0.1562769,-1.246672 1.42128812,-2.569163 2.75806552,-2.569163 1.3135259,0 1.767394,0.89128 1.767394,1.574089 0,1.137568 -0.7767161,2.187671 -1.512676,2.187671 -0.3114964,0 -0.5424374,-0.06127 -0.5148463,-0.543592 0.03198,-0.55904 0.6465618,-1.77025 0.8091968,-2.243208 -0.4016922,1.160985 -0.9878665,2.765409 -1.6546088,2.765409 -0.3862119,0 -0.4204936,-0.309017 -0.4204936,-0.511231 0,-0.789882 0.5972171,-2.07748 1.2585782,-2.07748 0.2904951,0 0.4899746,0.220393 0.4471495,0.610389"
       id="path3217-2"
       sodipodi:nodetypes="cssssscsssc"
       inkstitch:running_stitch_length_mm="2"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer64"
     inkscape:label="GlyphLayer-'"
     style="display:none">
    <path
       style="font-variation-settings:normal;display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#ed171f;stroke-width:0.311743;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.0311743, 0.0311743;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
       d="M 1.8770905,89.918608 2.4674103,88.388237"
       id="path8712"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer65-7"
     inkscape:label="GlyphLayer-,"
     style="display:none"
     transform="translate(-1.5875)">
    <path
       id="path13809"
       style="display:inline;opacity:1;vector-effect:none;fill:none;stroke:#ed171f;stroke-width:0.311743;stroke-dasharray:0.0311743, 0.0311743;paint-order:markers stroke fill;stop-color:#000000;stop-opacity:1"
       d="m 2.4687513,94.880342 c 0.04469,-0.137073 -0.029171,-0.298819 -0.1619536,-0.354907 -0.1283466,-0.06069 -0.2949324,-0.01068 -0.3691509,0.110168 -0.077651,0.116153 -0.055637,0.284929 0.049078,0.377359 0.1030312,0.09828 0.2776313,0.103193 0.3860541,0.01091 0.045397,-0.03682 0.079248,-0.08753 0.095973,-0.14353 -0.1093739,0.191225 -0.2187479,0.382451 -0.3281218,0.573676"
       sodipodi:nodetypes="csssc"
       inkstitch:running_stitch_length_mm="2"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
  </g>
  <g
     inkscape:groupmode="layer"
     id="g6"
     inkscape:label="GlyphLayer-‘"
     style="display:none">
    <path
       style="font-variation-settings:normal;display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#ed171f;stroke-width:0.311743;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.0311743, 0.0311743;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
       d="M 1.8770905,89.918608 2.4674103,88.388237"
       id="path4"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
  </g>
  <g
     inkscape:groupmode="layer"
     id="g10"
     inkscape:label="GlyphLayer-’"
     style="display:none">
    <path
       style="font-variation-settings:normal;display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#ed171f;stroke-width:0.311743;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.0311743, 0.0311743;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
       d="M 1.8770905,89.918608 2.4674103,88.388237"
       id="path8"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
  </g>
  <g
     inkscape:groupmode="layer"
     id="g8"
     inkscape:label="GlyphLayer-é"
     style="display:none">
    <path
       style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
       d="m -0.032539,93.213626 c 0.21791,-1.13642 1.43481,-2.315756 2.06202,-1.634446"
       id="path59"
       inkscape:connector-curvature="0"
       sodipodi:nodetypes="cc"
       inkstitch:bean_stitch_repeats=""
       inkstitch:running_stitch_length_mm="2"
       transform="translate(0.269454)"
       inkstitch:trim_after="True"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
    <path
       style="font-variation-settings:normal;display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#ed171f;stroke-width:0.311743;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.0311743, 0.0311743;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
       d="M 0.92490058,90.443704 2.1616712,89.366249"
       id="path2"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       inkstitch:trim_after="True"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
    <path
       style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
       d="m -0.032539,93.35345 c 1.49698,-0.20294 2.51038,-1.28725 2.06202,-1.77427 -0.62721,-0.68131 -1.84411,0.63785 -2.06202,1.77427 -0.19424,1.01299 -0.1775,1.50906 0.57535,1.67529 0.84636,0.18687 1.72521,-0.62181 2.1419,-1.67529"
       id="path1"
       inkscape:connector-curvature="0"
       sodipodi:nodetypes="csssc"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       transform="translate(0.269454)"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
  </g>
  <g
     inkscape:groupmode="layer"
     id="g11"
     inkscape:label="GlyphLayer-è"
     style="display:none">
    <path
       style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
       d="m -0.032539,93.213626 c 0.21791,-1.13642 1.43481,-2.315756 2.06202,-1.634446"
       id="path60"
       inkscape:connector-curvature="0"
       sodipodi:nodetypes="cc"
       inkstitch:bean_stitch_repeats=""
       inkstitch:running_stitch_length_mm="2"
       transform="translate(0.269454)"
       inkstitch:trim_after="True"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
    <path
       style="font-variation-settings:normal;display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#ed171f;stroke-width:0.311743;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.0311743, 0.0311743;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
       d="M 1.7890721,90.148201 0.43876196,89.216978"
       id="path11"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       inkstitch:trim_after="True"
       inkscape:transform-center-x="-0.034956003"
       inkscape:transform-center-y="-0.17478002"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
    <path
       style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
       d="m -0.032539,93.35345 c 1.49698,-0.20294 2.51038,-1.28725 2.06202,-1.77427 -0.62721,-0.68131 -1.84411,0.63785 -2.06202,1.77427 -0.19424,1.01299 -0.1775,1.50906 0.57535,1.67529 0.84636,0.18687 1.72521,-0.62181 2.1419,-1.67529"
       id="path10"
       inkscape:connector-curvature="0"
       sodipodi:nodetypes="csssc"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       transform="translate(0.269454)"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
  </g>
  <g
     inkscape:groupmode="layer"
     id="g13"
     inkscape:label="GlyphLayer-ê"
     style="display:none">
    <path
       style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
       d="m -0.032539,93.213626 c 0.21791,-1.13642 1.43481,-2.315756 2.06202,-1.634446"
       id="path61"
       inkscape:connector-curvature="0"
       sodipodi:nodetypes="cc"
       inkstitch:bean_stitch_repeats=""
       inkstitch:running_stitch_length_mm="2"
       transform="translate(0.269454)"
       inkstitch:trim_after="True"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
    <path
       style="font-variation-settings:normal;display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#ed171f;stroke-width:0.311743;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.0311743, 0.0311743;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
       d="M 2.4674103,90.447775 2.1474634,89.618331 1.5100524,90.368078"
       id="path13"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       sodipodi:nodetypes="ccc"
       inkstitch:trim_after="True"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
    <path
       style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
       d="m -0.032539,93.35345 c 1.49698,-0.20294 2.51038,-1.28725 2.06202,-1.77427 -0.62721,-0.68131 -1.84411,0.63785 -2.06202,1.77427 -0.19424,1.01299 -0.1775,1.50906 0.57535,1.67529 0.84636,0.18687 1.72521,-0.62181 2.1419,-1.67529"
       id="path12"
       inkscape:connector-curvature="0"
       sodipodi:nodetypes="csssc"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       transform="translate(0.269454)"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
  </g>
  <g
     inkscape:groupmode="layer"
     id="g15"
     inkscape:label="GlyphLayer-ë"
     style="display:none">
    <path
       style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
       d="m -0.032539,93.213626 c 0.21791,-1.13642 1.43481,-2.315756 2.06202,-1.634446"
       id="path62"
       inkscape:connector-curvature="0"
       sodipodi:nodetypes="cc"
       inkstitch:bean_stitch_repeats=""
       inkstitch:running_stitch_length_mm="2"
       transform="translate(0.269454)"
       inkstitch:trim_after="True"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
    <path
       style="font-variation-settings:normal;display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#ed171f;stroke-width:0.311743;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.0311743, 0.0311743;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
       d="m 0.91186817,90.447775 c 0.091532,-0.38029 0.50306563,-0.928201 -0.3199469,-0.829444 -0.8230125,0.09876 0.3199469,0.829444 0.3199469,0.829444"
       id="path16"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       sodipodi:nodetypes="czc"
       inkstitch:trim_after="True"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
    <path
       style="font-variation-settings:normal;display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#ed171f;stroke-width:0.311743;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.0311743, 0.0311743;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
       d="m 2.4674103,90.447775 c 0.091532,-0.38029 0.5030656,-0.928201 -0.3199469,-0.829444 -0.8230125,0.09876 0.3199469,0.829444 0.3199469,0.829444"
       id="path14"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       sodipodi:nodetypes="czc"
       inkstitch:trim_after="True"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
    <path
       style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
       d="m -0.032539,93.35345 c 1.49698,-0.20294 2.51038,-1.28725 2.06202,-1.77427 -0.62721,-0.68131 -1.84411,0.63785 -2.06202,1.77427 -0.19424,1.01299 -0.1775,1.50906 0.57535,1.67529 0.84636,0.18687 1.72521,-0.62181 2.1419,-1.67529"
       id="path15"
       inkscape:connector-curvature="0"
       sodipodi:nodetypes="csssc"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       transform="translate(0.269454)"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
  </g>
  <g
     inkscape:groupmode="layer"
     id="g17"
     inkscape:label="GlyphLayer-Ë"
     style="display:none">
    <g
       id="g19"
       transform="translate(0.784094,-1.87015)">
      <path
         style="font-variation-settings:normal;display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#ed171f;stroke-width:0.311743;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.0311743, 0.0311743;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
         d="m 0.91186817,90.447775 c 0.091532,-0.38029 0.50306563,-0.928201 -0.3199469,-0.829444 -0.8230125,0.09876 0.3199469,0.829444 0.3199469,0.829444"
         id="path19"
         inkstitch:bean_stitch_repeats="1"
         inkstitch:running_stitch_length_mm="2"
         sodipodi:nodetypes="czc"
         inkstitch:trim_after="True"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
      <path
         style="font-variation-settings:normal;display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#ed171f;stroke-width:0.311743;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.0311743, 0.0311743;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
         d="m 2.4674103,90.447775 c 0.091532,-0.38029 0.5030656,-0.928201 -0.3199469,-0.829444 -0.8230125,0.09876 0.3199469,0.829444 0.3199469,0.829444"
         id="path18"
         inkstitch:bean_stitch_repeats="1"
         inkstitch:running_stitch_length_mm="2"
         sodipodi:nodetypes="czc"
         inkstitch:trim_after="True"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
    </g>
    <path
       style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
       d="m 0.18933098,89.06249 c 0.159274,0.44597 0.86155592,1.13709 1.29210592,1.32751 0.989765,0.43773 3.034169,-0.13596 2.513409,-0.95581 -0.554974,-0.87371 -2.143764,0.12845 -2.548811,0.9381 -0.239691,0.47913 0.04277,1.20411 0.460203,1.53991 0.308867,0.24847 1.044947,0.46568 1.079705,0.0708 0.03588,-0.40761 -0.72671,-0.23499 -1.115106,-0.1062 -1.29260596,0.42861 -2.26335188,2.27451 -1.43370492,3.15061 C 1.4029379,96.0473 3.4952249,95.5962 4.3842489,93.57895"
       id="path17"
       inkscape:connector-curvature="0"
       sodipodi:nodetypes="csssssssc"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
  </g>
  <g
     inkscape:groupmode="layer"
     id="g22"
     inkscape:label="GlyphLayer-É"
     style="display:none">
    <path
       style="font-variation-settings:normal;display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#ed171f;stroke-width:0.311743;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.0311743, 0.0311743;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
       d="M 2.1918681,88.08198 3.5159169,87.113781"
       id="path23"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       inkstitch:trim_after="True"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
    <path
       style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
       d="m 0.18933098,89.06249 c 0.159274,0.44597 0.86155592,1.13709 1.29210592,1.32751 0.989765,0.43773 3.034169,-0.13596 2.513409,-0.95581 -0.554974,-0.87371 -2.143764,0.12845 -2.548811,0.9381 -0.239691,0.47913 0.04277,1.20411 0.460203,1.53991 0.308867,0.24847 1.044947,0.46568 1.079705,0.0708 0.03588,-0.40761 -0.72671,-0.23499 -1.115106,-0.1062 -1.29260596,0.42861 -2.26335188,2.27451 -1.43370492,3.15061 C 1.4029379,96.0473 3.4952249,95.5962 4.3842489,93.57895"
       id="path22"
       inkscape:connector-curvature="0"
       sodipodi:nodetypes="csssssssc"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
  </g>
  <g
     inkscape:groupmode="layer"
     id="g25"
     inkscape:label="GlyphLayer-È"
     style="display:none">
    <path
       style="font-variation-settings:normal;display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#ed171f;stroke-width:0.311743;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.0311743, 0.0311743;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
       d="M 3.5159169,88.08198 2.1656068,87.150757"
       id="path26"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       inkstitch:trim_after="True"
       inkscape:transform-center-x="-0.034956003"
       inkscape:transform-center-y="-0.17478002"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
    <path
       style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
       d="m 0.18933098,89.06249 c 0.159274,0.44597 0.86155592,1.13709 1.29210592,1.32751 0.989765,0.43773 3.034169,-0.13596 2.513409,-0.95581 -0.554974,-0.87371 -2.143764,0.12845 -2.548811,0.9381 -0.239691,0.47913 0.04277,1.20411 0.460203,1.53991 0.308867,0.24847 1.044947,0.46568 1.079705,0.0708 0.03588,-0.40761 -0.72671,-0.23499 -1.115106,-0.1062 -1.29260596,0.42861 -2.26335188,2.27451 -1.43370492,3.15061 C 1.4029379,96.0473 3.4952249,95.5962 4.3842489,93.57895"
       id="path25"
       inkscape:connector-curvature="0"
       sodipodi:nodetypes="csssssssc"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
  </g>
  <g
     inkscape:groupmode="layer"
     id="g28"
     inkscape:label=" GlyphLayer-Ê"
     style="display:none">
    <path
       style="font-variation-settings:normal;display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#ed171f;stroke-width:0.446184;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.0446184, 0.0446184;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
       d="M 3.9435919,88.398128 3.4825025,87.219124 2.5639019,88.284844"
       id="path29"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       sodipodi:nodetypes="ccc"
       inkstitch:trim_after="True"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
    <path
       style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
       d="m 0.18933098,89.06249 c 0.159274,0.44597 0.86155592,1.13709 1.29210592,1.32751 0.989765,0.43773 3.034169,-0.13596 2.513409,-0.95581 -0.554974,-0.87371 -2.143764,0.12845 -2.548811,0.9381 -0.239691,0.47913 0.04277,1.20411 0.460203,1.53991 0.308867,0.24847 1.044947,0.46568 1.079705,0.0708 0.03588,-0.40761 -0.72671,-0.23499 -1.115106,-0.1062 -1.29260596,0.42861 -2.26335188,2.27451 -1.43370492,3.15061 C 1.4029379,96.0473 3.4952249,95.5962 4.3842489,93.57895"
       id="path28"
       inkscape:connector-curvature="0"
       sodipodi:nodetypes="csssssssc"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
  </g>
  <g
     inkscape:groupmode="layer"
     id="g34"
     inkscape:label="GlyphLayer-Ä"
     style="display:none"
     transform="translate(0,-17.6)">
    <g
       id="g48"
       transform="translate(4.61178,15.2579)"
       style="display:inline">
      <path
         style="font-variation-settings:normal;display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#ed171f;stroke-width:0.311743;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.0311743, 0.0311743;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
         d="m 0.91186817,90.447775 c 0.091532,-0.38029 0.50306563,-0.928201 -0.3199469,-0.829444 -0.8230125,0.09876 0.3199469,0.829444 0.3199469,0.829444"
         id="path47"
         inkstitch:bean_stitch_repeats="1"
         inkstitch:running_stitch_length_mm="2"
         sodipodi:nodetypes="czc"
         inkstitch:trim_after="True"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
      <path
         style="font-variation-settings:normal;display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#ed171f;stroke-width:0.311743;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.0311743, 0.0311743;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
         d="m 2.4674103,90.447775 c 0.091532,-0.38029 0.5030656,-0.928201 -0.3199469,-0.829444 -0.8230125,0.09876 0.3199469,0.829444 0.3199469,0.829444"
         id="path48"
         inkstitch:bean_stitch_repeats="1"
         inkstitch:running_stitch_length_mm="2"
         sodipodi:nodetypes="czc"
         inkstitch:trim_after="True"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
    </g>
    <path
       id="path31"
       d="m 1.5455883,110.571 c -0.595232,-0.28911 -1.321615,0.22738 -1.423599,0.78673 -0.179392,0.98391 0.72905,1.55858 1.535988,1.19882 1.665561,-0.74257 2.423964,-3.66216 3.682501,-5.31652 0.566559,-0.74474 1.506062,-0.62258 1.27512,0.48378 -0.348904,1.67147 -1.228605,3.25585 -1.698516,5.00958 -0.369686,1.37969 0.350782,1.87881 0.778671,1.5843"
       style="display:inline;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       inkscape:connector-curvature="0"
       inkstitch:trim_after="True"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
    <path
       id="path32"
       d="m 2.8525043,110.16691 2.989206,0.002"
       style="display:inline;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       inkscape:connector-curvature="0"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
  </g>
  <g
     inkscape:groupmode="layer"
     id="g36"
     inkscape:label="GlyphLayer-Ö"
     style="display:none">
    <g
       id="g50"
       transform="translate(3.32052,-2.44692)"
       style="display:inline">
      <path
         style="font-variation-settings:normal;display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#ed171f;stroke-width:0.311743;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.0311743, 0.0311743;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
         d="m 0.91186817,90.447775 c 0.091532,-0.38029 0.50306563,-0.928201 -0.3199469,-0.829444 -0.8230125,0.09876 0.3199469,0.829444 0.3199469,0.829444"
         id="path49"
         inkstitch:bean_stitch_repeats="1"
         inkstitch:running_stitch_length_mm="2"
         sodipodi:nodetypes="czc"
         inkstitch:trim_after="True"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
      <path
         style="font-variation-settings:normal;display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#ed171f;stroke-width:0.311743;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.0311743, 0.0311743;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
         d="m 2.4674103,90.447775 c 0.091532,-0.38029 0.5030656,-0.928201 -0.3199469,-0.829444 -0.8230125,0.09876 0.3199469,0.829444 0.3199469,0.829444"
         id="path50"
         inkstitch:bean_stitch_repeats="1"
         inkstitch:running_stitch_length_mm="2"
         sodipodi:nodetypes="czc"
         inkstitch:trim_after="True"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
    </g>
    <path
       style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
       d="m 0.58111604,89.20273 c -1.31895006,1.46983 0.18416002,2.35021 1.68004006,2.00313 0.7819699,-0.18144 2.4633199,-1.17443 1.8997399,-1.58958 -0.58931,-0.4341 -1.55881,0.85257 -1.8997399,1.58958 -0.5898301,1.27506 -1.18506,3.82015 0.1809299,4.14841 1.58903,0.38186 2.76571,-1.7412 3.14038,-3.04992 0.3262,-1.13938 0.88691,-3.82883 -1.44741,-3.19208"
       id="path34"
       inkscape:connector-curvature="0"
       sodipodi:nodetypes="csssssc"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
  </g>
  <g
     inkscape:groupmode="layer"
     id="g37"
     inkscape:label="GlyphLayer-Ü"
     style="display:none"
     transform="translate(1.05833)">
    <g
       id="g52"
       transform="translate(3.32052,-2.42945)"
       style="display:inline">
      <path
         style="font-variation-settings:normal;display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#ed171f;stroke-width:0.311743;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.0311743, 0.0311743;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
         d="m 0.91186817,90.447775 c 0.091532,-0.38029 0.50306563,-0.928201 -0.3199469,-0.829444 -0.8230125,0.09876 0.3199469,0.829444 0.3199469,0.829444"
         id="path51"
         inkstitch:bean_stitch_repeats="1"
         inkstitch:running_stitch_length_mm="2"
         sodipodi:nodetypes="czc"
         inkstitch:trim_after="True"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
      <path
         style="font-variation-settings:normal;display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#ed171f;stroke-width:0.311743;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.0311743, 0.0311743;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
         d="m 2.4674103,90.447775 c 0.091532,-0.38029 0.5030656,-0.928201 -0.3199469,-0.829444 -0.8230125,0.09876 0.3199469,0.829444 0.3199469,0.829444"
         id="path52"
         inkstitch:bean_stitch_repeats="1"
         inkstitch:running_stitch_length_mm="2"
         sodipodi:nodetypes="czc"
         inkstitch:trim_after="True"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
    </g>
    <path
       inkstitch:running_stitch_length_mm="2"
       inkstitch:bean_stitch_repeats="1"
       style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
       d="M 0.31244903,92.49968 C -0.769961,92.56028 -0.846051,90.98126 -0.041501,90.56599 c 0.57234003,-0.29541 2.13002,-0.56609 2.87184,-0.70757 0.50652,-0.0966 1.39957,-0.45175 1.10546,-0.8753 -0.36581,-0.52679 -0.974,0.39041 -1.1045,0.88285 -0.62279,2.35008 -2.01208997,5.03565 -0.86657,5.37078 1.69357,0.49546 2.59548,-2.1735 3.98529,-6.28706 -0.91012,2.51272 -2.26531,5.61486 -1.51537,6.07188 0.65972,0.40204 1.34767,-0.99937 1.5371,-1.44262"
       id="path36"
       inkscape:connector-curvature="0"
       sodipodi:nodetypes="cssssscsc"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
  </g>
  <g
     inkscape:groupmode="layer"
     id="g39"
     inkscape:label="GlyphLayer-ä"
     style="display:none">
    <path
       id="path37"
       d="M 0.529192,93.35345 C 1.268574,90.94512 2.661363,90.98274 2.816851,92.21236"
       style="vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.3302;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.3302, 0.3302;stroke-dashoffset:0;stroke-opacity:1"
       inkstitch:running_stitch_length_mm="2"
       inkscape:connector-curvature="0"
       inkstitch:trim_after="True"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
    <g
       id="g54"
       transform="translate(0.91821,0.127814)"
       style="display:inline">
      <path
         style="font-variation-settings:normal;display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#ed171f;stroke-width:0.311743;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.0311743, 0.0311743;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
         d="m 0.91186817,90.447775 c 0.091532,-0.38029 0.50306563,-0.928201 -0.3199469,-0.829444 -0.8230125,0.09876 0.3199469,0.829444 0.3199469,0.829444"
         id="path53"
         inkstitch:bean_stitch_repeats="1"
         inkstitch:running_stitch_length_mm="2"
         sodipodi:nodetypes="czc"
         inkstitch:trim_after="True"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
      <path
         style="font-variation-settings:normal;display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#ed171f;stroke-width:0.311743;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.0311743, 0.0311743;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
         d="m 2.4674103,90.447775 c 0.091532,-0.38029 0.5030656,-0.928201 -0.3199469,-0.829444 -0.8230125,0.09876 0.3199469,0.829444 0.3199469,0.829444"
         id="path54"
         inkstitch:bean_stitch_repeats="1"
         inkstitch:running_stitch_length_mm="2"
         sodipodi:nodetypes="czc"
         inkstitch:trim_after="True"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
    </g>
    <path
       id="path38"
       d="m 2.816851,92.21236 c -0.152838,-1.2315 -1.546013,-1.26678 -2.287659,1.14109 -0.3408,1.07891 -0.127646,1.53785 0.208746,1.70464 0.696675,0.16343 0.987921,-0.48978 1.303585,-1.03094 0.49558,-0.8496 0.751599,-1.80661 1.116138,-2.71367 -0.318085,0.91736 -0.63617,1.80687 -0.954255,2.76479 -0.365393,1.10039 0.706275,1.28313 1.099097,0.64753 0.26886,-0.43502 0.42419,-0.91733 0.668832,-1.37235"
       style="display:inline;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       inkscape:connector-curvature="0"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
  </g>
  <g
     inkscape:groupmode="layer"
     id="g41"
     inkscape:label="GlyphLayer-ö"
     style="display:none"
     transform="translate(0.529167)"
     inkscape:transform-center-x="-0.34628291">
    <path
       id="path39"
       d="m 7e-5,93.3534 c 0,0 0.22184,-0.74921 0.54678,-1.17599"
       style="vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.3302;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.3302, 0.3302;stroke-dashoffset:0;stroke-opacity:1"
       inkstitch:running_stitch_length_mm="2"
       inkscape:connector-curvature="0"
       inkstitch:trim_after="True"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
    <g
       id="g56"
       transform="translate(-0.170253,0.180248)"
       style="display:inline">
      <path
         style="font-variation-settings:normal;display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#ed171f;stroke-width:0.311743;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.0311743, 0.0311743;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
         d="m 0.91186817,90.447775 c 0.091532,-0.38029 0.50306563,-0.928201 -0.3199469,-0.829444 -0.8230125,0.09876 0.3199469,0.829444 0.3199469,0.829444"
         id="path55"
         inkstitch:bean_stitch_repeats="1"
         inkstitch:running_stitch_length_mm="2"
         sodipodi:nodetypes="czc"
         inkstitch:trim_after="True"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
      <path
         style="font-variation-settings:normal;display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#ed171f;stroke-width:0.311743;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.0311743, 0.0311743;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
         d="m 2.4674103,90.447775 c 0.091532,-0.38029 0.5030656,-0.928201 -0.3199469,-0.829444 -0.8230125,0.09876 0.3199469,0.829444 0.3199469,0.829444"
         id="path56"
         inkstitch:bean_stitch_repeats="1"
         inkstitch:running_stitch_length_mm="2"
         sodipodi:nodetypes="czc"
         inkstitch:trim_after="True"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
    </g>
    <path
       id="path40"
       d="m 0.54685,92.17741 c -0.42392,0.66045 -0.66808,1.27135 -0.6947,1.96692 -0.0492,1.28518 0.94779,1.03684 1.38521,0.45616 0.57425,-0.76233 0.84932,-1.39182 0.98347,-2.18454 0.19518,-1.15344 -0.87209,-1.20754 -1.21364,-0.82025 -0.71557,0.81141 1.84138,2.9195 2.30172,1.76115"
       style="display:inline;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       inkscape:connector-curvature="0"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
  </g>
  <g
     inkscape:groupmode="layer"
     id="g43"
     inkscape:label="GlyphLayer-ü"
     style="display:inline">
    <path
       id="path41"
       d="M 0.52893,93.35341 1.27884,91.35084"
       style="vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.3302;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.3302, 0.3302;stroke-dashoffset:0;stroke-opacity:1"
       inkstitch:running_stitch_length_mm="2"
       inkscape:connector-curvature="0"
       inkstitch:trim_after="True"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
    <g
       id="g58"
       transform="translate(0.813342,0.267638)"
       style="display:inline">
      <path
         style="font-variation-settings:normal;display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#ed171f;stroke-width:0.311743;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.0311743, 0.0311743;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
         d="m 0.91186817,90.447775 c 0.091532,-0.38029 0.50306563,-0.928201 -0.3199469,-0.829444 -0.8230125,0.09876 0.3199469,0.829444 0.3199469,0.829444"
         id="path57"
         inkstitch:bean_stitch_repeats="1"
         inkstitch:running_stitch_length_mm="2"
         sodipodi:nodetypes="czc"
         inkstitch:trim_after="True"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
      <path
         style="font-variation-settings:normal;display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#ed171f;stroke-width:0.311743;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.0311743, 0.0311743;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
         d="m 2.4674103,90.447775 c 0.091532,-0.38029 0.5030656,-0.928201 -0.3199469,-0.829444 -0.8230125,0.09876 0.3199469,0.829444 0.3199469,0.829444"
         id="path58"
         inkstitch:bean_stitch_repeats="1"
         inkstitch:running_stitch_length_mm="2"
         sodipodi:nodetypes="czc"
         inkstitch:trim_after="True"
         inkstitch:satin_column="False"
         inkstitch:running_stitch_tolerance_mm="0.1" />
    </g>
    <path
       id="path42"
       d="m 1.27884,91.35084 -0.74991,2.00257 c -0.86326,2.30526 0.98823,1.96712 1.41031,0.9142 l 1.17263,-2.92523 -0.7493,2.01097 c -0.19613,0.52637 -0.48846,1.48912 0.0381,1.68473 0.70897,0.26337 1.51977,-1.68473 1.51977,-1.68473"
       style="display:inline;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ed171f;stroke-width:0.33;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.033, 0.033;stroke-dashoffset:0;stroke-opacity:1"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       inkscape:connector-curvature="0"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
  </g>
  <g
     inkscape:groupmode="layer"
     id="g45"
     inkscape:label="GlyphLayer-ß"
     style="display:none">
    <path
       style="display:inline;fill:none;stroke:#ed171f;stroke-width:0.0939737px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.281921, 0.0939737;stroke-dashoffset:0;stroke-opacity:1"
       d="M 0.88988233,92.65504 0.08654288,96.687562 1.3458074,90.390639 C 1.7584102,88.251211 3.1500148,89.120674 2.701912,89.936242 l -0.6743821,1.404071 c -0.2965368,0.617377 -0.4983333,0.617069 0.041462,1.279839 0.830377,1.019567 -2.01232363,0.20267 -0.9125417,0.942648 0.9107194,0.612769 1.5334654,0.418801 2.1192835,0.03482"
       id="path1284"
       sodipodi:nodetypes="cccssssc"
       inkstitch:repeats="1"
       inkstitch:running_stitch_length_mm="2"
       inkstitch:ties="2"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:satin_column="False"
       inkstitch:running_stitch_tolerance_mm="0.1" />
  </g>
</svg>