summaryrefslogtreecommitdiff
path: root/fonts/Hebrew_font_large/←.svg
blob: 51e6b60731728063381d2ef89af818c4ecd6327a (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
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
   version="1.1"
   id="svg87"
   sodipodi:docname="←.svg"
   width="128"
   height="150"
   inkscape:version="1.4-rc1 (61ec3f24, 2024-09-26)"
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
   xmlns="http://www.w3.org/2000/svg"
   xmlns:svg="http://www.w3.org/2000/svg"
   xmlns:inkstitch="http://inkstitch.org/namespace">
  <sodipodi:namedview
     id="namedview87"
     pagecolor="#ffffff"
     bordercolor="#000000"
     borderopacity="0.25"
     inkscape:showpageshadow="2"
     inkscape:pageopacity="0.0"
     inkscape:pagecheckerboard="0"
     inkscape:deskcolor="#d1d1d1"
     inkscape:zoom="3.1850289"
     inkscape:cx="23.861636"
     inkscape:cy="106.12149"
     inkscape:current-layer="g143"
     inkscape:lockguides="true"
     showgrid="false"
     showguides="true">
    <sodipodi:guide
       position="184.94318,50.284091"
       orientation="0,1"
       inkscape:label="baseline"
       id="guide87"
       inkscape:locked="true" />
    <sodipodi:guide
       position="0,1638"
       orientation="0,1"
       inkscape:label="ascender"
       id="guide88"
       inkscape:locked="true" />
    <sodipodi:guide
       position="0,410"
       orientation="0,1"
       inkscape:label="decender"
       id="guide91"
       inkscape:locked="true" />
  </sodipodi:namedview>
  <metadata
     id="metadata1">
Created by FontForge 20220308 at Thu Feb  6 13:00:30 2025
 By Claudine 
Hebrew layout intelligence copyright (c) 2003 &amp; 2007 Ralph Hancock (http://www.hancock.dircon.co.uk/) and John Hudson (http://www.tiro.com), and licensed under the MIT/X11 License. 

All other font software is copyright (c) 1997-2007, SIL International (http://www.sil.org/), and is licensed under the SIL Open Font License, version 1.1 (http://scripts.sil.org/OFL), with Reserved Font Names &quot;SIL&quot; and &quot;Ezra&quot;. 

This Font Software is licensed under the SIL Open Font License, Version 1.0. See the license informaation in the font. The text of the license is also available at: http://scripts.sil.org/OFL .
<inkstitch:min_stitch_len_mm>0.5</inkstitch:min_stitch_len_mm>
<inkstitch:collapse_len_mm>3.0</inkstitch:collapse_len_mm>
<inkstitch:inkstitch_svg_version>3</inkstitch:inkstitch_svg_version>
</metadata>
  <defs
     id="defs87">
    <font
       id="Shlomo-Bold"
       horiz-adv-x="0"
       horiz-origin-x="0"
       horiz-origin-y="0"
       vert-origin-x="512"
       vert-origin-y="768"
       vert-adv-y="1024">
      <font-face
         font-family="Shlomo Bold"
         font-weight="400"
         font-stretch="normal"
         units-per-em="2048"
         panose-1="2 0 4 0 0 0 0 0 0 0"
         ascent="1638"
         descent="-410"
         bbox="-239 -827 1436 2140"
         underline-thickness="20"
         underline-position="-133"
         unicode-range="U+000D-FEFF"
         id="font-face1" />
      <missing-glyph
         id="missing-glyph1" />
      <glyph
         glyph-name="etnahta"
         unicode="֑"
         d="M401 -777q0 -47 -57 -47q-47 0 -47 47q0 91 -10 115q-20 50 -89 50q-65 0 -84 -50q-10 -25 -10 -115q0 -47 -47 -47q-57 0 -57 47q0 131 20 182q12 79 106 93v181q0 47 67 47q68 0 68 -47v-179q102 -12 117 -90q23 -51 23 -187z"
         id="glyph1" />
      <glyph
         glyph-name="segolta"
         unicode="֒"
         d="M352 2040q0 -37 -27.5 -63.5t-64.5 -26.5q-38 0 -65 26.5t-27 63.5q0 38 27 65t65 27t65 -27t27 -65zM520 1726q0 -36 -28.5 -63t-65.5 -27q-38 0 -65 26.5t-27 63.5q0 39 27 66t65 27t66 -27.5t28 -65.5zM185 1728q0 -38 -27.5 -65t-65.5 -27t-65 27t-27 65t27 65.5 t65 27.5q37 0 65 -28t28 -65z"
         id="glyph2" />
      <glyph
         glyph-name="shalshelet"
         unicode="֓"
         d="M364 1548h-364l199 166h-199l199 164h-199l301 254h63l-201 -168h221l-217 -166h217l-217 -166h197v-84z"
         id="glyph3" />
      <glyph
         glyph-name="zaqefkatan"
         unicode="֔"
         d="M284 2042q0 -39 -28 -66.5t-66 -27.5t-64 27.5t-26 66.5q0 37 26 63.5t64 26.5t66 -26.5t28 -63.5zM284 1728q0 -38 -27.5 -65t-66.5 -27q-38 0 -64 27t-26 65t26 64.5t64 26.5t66 -27t28 -64z"
         id="glyph4" />
      <glyph
         glyph-name="zaqefgadol"
         unicode="֕"
         d="M397 2042q0 -39 -27.5 -66.5t-66.5 -27.5q-37 0 -63.5 27.5t-26.5 66.5q0 37 26.5 63.5t63.5 26.5q39 0 66.5 -26.5t27.5 -63.5zM397 1728q0 -38 -27.5 -65t-66.5 -27q-37 0 -63.5 27t-26.5 65q0 37 26.5 64t63.5 27q39 0 66.5 -27t27.5 -64zM117 1636h-117v496h117v-496 z"
         id="glyph5" />
      <glyph
         glyph-name="tipeha"
         unicode="֖"
         d="M237 -680q18 -18 18 -41q0 -56 -67 -56q-65 0 -125 96q-63 102 -63 230v121q0 47 47 47t47 -47v-95q0 -110 57 -179z"
         id="glyph6" />
      <glyph
         glyph-name="revia"
         unicode="֗"
         d="M403 1936l-202 -202l-199 202l199 204z"
         id="glyph7" />
      <glyph
         glyph-name="zarqa"
         unicode="֘"
         d="M724 1865q0 -86 -67.5 -142t-171.5 -56q-76 0 -140 69q-4 5 -93 129q-50 69 -93 69q-31 0 -54.5 -25t-23.5 -59q0 -39 31 -70q14 -14 14 -32q0 -47 -50 -46q-35 1 -60 50q-20 41 -20 79q0 86 67.5 142t171.5 56q76 0 140 -69q4 -5 93 -130q50 -69 93 -69q31 0 54.5 25.5 t23.5 59.5q0 39 -31 70q-14 14 -14 32q0 47 50 46q35 -1 60 -50q20 -41 20 -79z"
         id="glyph8" />
      <glyph
         glyph-name="pashta"
         unicode="֙"
         d="M285 1692q0 -47 -47 -47t-47 47v95q0 110 -57 179q-42 48 -115 66q-19 19 -19 41q0 56 67 56q95 10 155 -86q63 -102 63 -230v-121z"
         id="glyph9" />
      <glyph
         glyph-name="yetiv"
         unicode="֚"
         horiz-adv-x="2"
         d="M1436 -710l-68 -94l-378 264l378 266l68 -94l-244 -172z"
         id="glyph10" />
      <glyph
         glyph-name="tevir"
         unicode="֛"
         d="M353 -492q0 -128 -93 -230q-130 -56 -195 -56q-67 0 -67 56q0 43 48 61q83 -2 125 16q87 69 87 179v124q0 48 48 48q47 0 47 -48v-150zM185 -491q0 -38 -28 -65.5t-66 -27.5q-37 0 -64 27.5t-27 65.5t26.5 64.5t64.5 26.5t66 -27t28 -64z"
         id="glyph11" />
      <glyph
         glyph-name="gereshac"
         unicode="֜"
         d="M237 2032l-86 -76q-57 -69 -57 -179v-95q0 -47 -47 -47t-47 47v121q0 128 63 230q60 96 125 96q67 0 67 -56q0 -23 -18 -41z"
         id="glyph12" />
      <glyph
         glyph-name="gereshmuqdam"
         unicode="֝"
         horiz-adv-x="2"
         d="M815 2032l-86 -76q-57 -69 -57 -179v-95q0 -47 -47 -47t-47 47v121q0 128 63 230q60 96 125 96q67 0 67 -56q0 -23 -18 -41z"
         id="glyph13" />
      <glyph
         glyph-name="gershayimac"
         unicode="֞"
         d="M455 2032q-43 -38 -85 -76q-57 -69 -57 -179v-95q0 -47 -47 -47t-47 47v121q0 128 63 230q60 96 125 96q67 0 67 -56q0 -22 -19 -41zM238 2032q-43 -38 -85 -76q-57 -69 -57 -179v-95q0 -47 -48 -47q-47 0 -47 47v121q0 128 63 230q60 96 125 96q67 0 67 -56 q0 -23 -18 -41z"
         id="glyph14" />
      <glyph
         glyph-name="qarneyparah"
         unicode="֟"
         d="M421 1916q0 -38 -22 -103l120 -139l120 139q-30 66 -20 103q0 85 59.5 145t145.5 60q85 0 146 -60t61 -145t-61 -146t-146 -61q-74 0 -135 52l-170 -170l-170 170q-61 -52 -135 -52q-86 0 -146.5 60.5t-60.5 146.5q0 85 60.5 145t146.5 60q85 0 146 -60t61 -145z M980 1916q-10 73 -47 109.5t-109 46.5q-72 -10 -109 -46.5t-47 -109.5q10 -72 47 -109t109 -47q72 10 109 47t47 109zM370 1916q-10 73 -47 109.5t-109 46.5q-74 -10 -110 -46.5t-46 -109.5q10 -72 46 -109t110 -47q72 10 109 47t47 109z"
         id="glyph15" />
      <glyph
         glyph-name="telishagedola"
         unicode="֠"
         d="M191 1714l-61 -162l-71 8l62 172q-60 22 -88 75t-28 119q0 85 60.5 145t146.5 60q85 0 145 -60t60 -145q0 -86 -60 -146.5t-125 -70.5q-6 0 -41 5zM366 1926q-10 73 -46 109.5t-108 46.5q-72 -10 -109 -46.5t-47 -109.5q10 -72 47 -109t109 -47q72 10 108 47t46 109z"
         id="glyph16" />
      <glyph
         glyph-name="pazer"
         unicode="֡"
         d="M369 1948q0 -79 -68 -125q-44 -43 -165 -43v-145h-133v494h133v-272q120 0 99 117l-1 155h135v-181z"
         id="glyph17" />
      <glyph
         glyph-name="munah"
         unicode="֣"
         d="M503 -797h-503v131h374v372h129v-503z"
         id="glyph18" />
      <glyph
         glyph-name="mahapakh"
         unicode="֤"
         d="M446 -710l-68 -94l-378 264l378 266l68 -94l-244 -172z"
         id="glyph19" />
      <glyph
         glyph-name="merkha"
         unicode="֥"
         d="M269 -461q0 -128 -63 -230q-60 -97 -125 -97q-67 0 -67 56q0 23 18 41q43 38 85 76q57 69 57 179v95q0 47 48 47q47 0 47 -47v-120z"
         id="glyph20" />
      <glyph
         glyph-name="merkhakefula"
         unicode="֦"
         d="M473 -461q0 -128 -63 -230q-60 -97 -125 -97q-67 0 -67 56q0 23 18 41q43 38 85 76q57 69 57 179v95q0 47 48 47q47 0 47 -47v-120zM255 -461q0 -128 -63 -230q-60 -97 -125 -97q-67 0 -67 56q0 22 19 41q43 38 85 76q57 69 57 179v95q0 47 47 47t47 -47v-120z"
         id="glyph21" />
      <glyph
         glyph-name="darga"
         unicode="֧"
         d="M334 -685q20 -29 20 -56q0 -54 -55 -54h-256q-47 0 -47 47t47 47h178l-203 297q-18 27 -18 55q0 57 59 57h253q47 0 47 -50q0 -49 -47 -49h-182z"
         id="glyph22" />
      <glyph
         glyph-name="qadma"
         unicode="֨"
         d="M365 1692q0 -47 -47 -47t-47 47v95q0 110 -57 179q-42 48 -115 66q-19 19 -19 41q0 56 67 56q95 10 155 -86q63 -102 63 -230v-121z"
         id="glyph23" />
      <glyph
         glyph-name="telishaqetana"
         unicode="֩"
         d="M332 1600l-71 -18l-31 132q-25 -5 -37 -5q-65 0 -125 60.5t-60 146.5q0 85 60 145t145 60q86 0 146.5 -60t60.5 -145q0 -66 -29.5 -110t-90.5 -74zM369 1916q-10 73 -47 109.5t-109 46.5q-72 -10 -108 -46.5t-46 -109.5q10 -72 46 -109t108 -47q72 10 109 47t47 109z"
         id="glyph24" />
      <glyph
         glyph-name="yerahbenyomo"
         unicode="֪"
         d="M241 -747q0 -47 -48 -47q-47 0 -47 47v151q-94 14 -126 93q-20 51 -20 162q0 47 47 47t47 -47q0 -90 10 -115q19 -50 94 -50q79 0 99 50q10 24 10 115q0 47 47 47t47 -47q0 -116 -23 -167q-35 -78 -137 -90v-149z"
         id="glyph25" />
      <glyph
         glyph-name="ole"
         unicode="֫"
         d="M447 1699l-68 -96l-379 266l379 266l68 -96l-244 -170z"
         id="glyph26" />
      <glyph
         glyph-name="iluy"
         unicode="֬"
         d="M498 1624h-502v129h373v375h129v-504z"
         id="glyph27" />
      <glyph
         glyph-name="dehi"
         unicode="֭"
         horiz-adv-x="2"
         d="M1220 -680q18 -18 18 -41q0 -56 -67 -56q-65 0 -125 96q-63 102 -63 230v121q0 47 47 47t47 -47v-95q0 -110 57 -179z"
         id="glyph28" />
      <glyph
         glyph-name="zinor"
         unicode="֮"
         d="M489 1865q0 -86 -67.5 -142t-171.5 -56q-76 0 -140 69q-4 5 -93 129q-50 69 -93 69q-31 0 -54.5 -25t-23.5 -59q0 -39 31 -70q14 -14 14 -32q0 -47 -50 -46q-35 1 -60 50q-20 41 -20 79q0 86 67.5 142t171.5 56q76 0 140 -69q4 -5 93 -130q50 -69 93 -69q31 0 54.5 25.5 t23.5 59.5q0 39 -31 70q-14 14 -14 32q0 47 50 46q35 -1 60 -50q20 -41 20 -79z"
         id="glyph29" />
      <glyph
         glyph-name="masoracircle"
         unicode="֯"
         d="M213 2126q87 0 150 -62.5t63 -150.5t-63 -150.5t-150 -62.5q-89 0 -151 62.5t-62 150.5t62 150.5t151 62.5zM213 2067q-65 0 -109.5 -45.5t-44.5 -108.5t44.5 -108.5t109.5 -45.5q62 0 106.5 45.5t44.5 108.5t-44.5 108.5t-106.5 45.5z"
         id="glyph30" />
      <glyph
         glyph-name="sheva"
         unicode="ְ"
         d="M247 -274q-10 -58 -38.5 -86t-86.5 -38q-58 10 -85 38t-37 86q10 57 37 83.5t85 36.5q58 -10 86.5 -36.5t38.5 -83.5zM247 -587q-10 -57 -39 -84.5t-86 -37.5q-58 10 -85 37.5t-37 84.5q10 58 37 84t85 36q58 -10 86.5 -36t38.5 -84z"
         id="glyph31" />
      <glyph
         glyph-name="hatafsegol"
         unicode="ֱ"
         d="M914 -274q-10 -58 -37.5 -86t-84.5 -38q-58 10 -85 38t-37 86q10 57 37 83.5t85 36.5q57 -10 84.5 -36.5t37.5 -83.5zM914 -587q-10 -57 -37.5 -84.5t-84.5 -37.5q-58 10 -85 37.5t-37 84.5q10 58 36.5 84t85.5 36q57 -10 84.5 -36t37.5 -84zM580 -276q-10 -56 -38.5 -84 t-85.5 -38q-58 10 -84 37.5t-36 84.5q10 59 36 85.5t84 36.5q57 -10 85.5 -37t38.5 -85zM244 -276q-10 -57 -38 -84.5t-86 -37.5q-56 10 -83 37.5t-37 84.5q10 58 36.5 85t83.5 37q59 -10 86.5 -37t37.5 -85zM412 -587q-10 -57 -38 -84.5t-86 -37.5q-57 10 -83.5 37.5 t-36.5 84.5q10 58 36.5 84t83.5 36q59 -10 86.5 -36t37.5 -84z"
         id="glyph32" />
      <glyph
         glyph-name="hatafpatah"
         unicode="ֲ"
         d="M773 -264q-10 -58 -37.5 -86t-84.5 -38q-58 10 -84 37.5t-36 86.5q10 58 36 84t84 36q57 -10 84.5 -36.5t37.5 -83.5zM773 -577q-10 -57 -37.5 -84.5t-84.5 -37.5q-58 10 -84 37.5t-36 84.5q10 58 36 84t84 36q57 -10 84.5 -36t37.5 -84zM448 -288h-448v134h448v-134z "
         id="glyph33" />
      <glyph
         glyph-name="hatafqamats"
         unicode="ֳ"
         d="M773 -264q-10 -58 -37.5 -86t-84.5 -38q-58 10 -84 37.5t-36 86.5q10 58 36 84t84 36q57 -10 84.5 -36.5t37.5 -83.5zM773 -577q-10 -57 -37.5 -84.5t-84.5 -37.5q-58 10 -84 37.5t-36 74.5q10 68 36 94t84 36q57 -10 84.5 -36t37.5 -84zM337 -583q0 -40 -28 -68t-88 -28 q-61 0 -89.5 28t-28.5 68q0 49 90 295h-193v134h448v-134h-201q90 -246 90 -295z"
         id="glyph34" />
      <glyph
         glyph-name="hiriq"
         unicode="ִ"
         d="M247 -274q-10 -58 -38.5 -86t-86.5 -38q-58 10 -85 38t-37 86q10 57 37 83.5t85 36.5q58 -10 86.5 -36.5t38.5 -83.5z"
         id="glyph35" />
      <glyph
         glyph-name="tsere"
         unicode="ֵ"
         d="M578 -276q-10 -57 -38 -84.5t-86 -37.5q-57 10 -83.5 37.5t-36.5 84.5q10 58 36.5 85t83.5 37q58 -10 86 -37t38 -85zM242 -276q-10 -57 -37 -84.5t-85 -37.5q-58 10 -84 37.5t-36 84.5q10 59 36 85.5t84 36.5q58 -10 85 -36.5t37 -85.5z"
         id="glyph36" />
      <glyph
         glyph-name="segol"
         unicode="ֶ"
         d="M578 -276q-10 -57 -38 -84.5t-86 -37.5q-57 10 -83.5 37.5t-36.5 84.5q10 58 36.5 85t83.5 37q58 -10 86 -37t38 -85zM242 -276q-10 -57 -37 -84.5t-85 -37.5q-58 10 -84 37.5t-36 84.5q10 59 36 85.5t84 36.5q58 -10 85 -36.5t37 -85.5zM410 -587q-10 -57 -37 -84.5 t-85 -37.5q-57 10 -83.5 37.5t-36.5 84.5q10 58 36.5 84t83.5 36q59 -10 85.5 -36t36.5 -84z"
         id="glyph37" />
      <glyph
         glyph-name="patah"
         unicode="ַ"
         d="M449 -298h-449v144h449v-144z"
         id="glyph38" />
      <glyph
         glyph-name="qamats"
         unicode="ָ"
         d="M338 -583q0 -40 -29 -68t-90 -28q-59 0 -87.5 28t-28.5 68q0 59 90 285h-193v144h449v-144h-201q90 -246 90 -285z"
         id="glyph39" />
      <glyph
         glyph-name="holam"
         unicode="ֹ"
         d="M215 1730q-20 -79 -24.5 -88.5t-84.5 -29.5q-69 20 -77.5 29t-28.5 89q20 90 28 93.5t78 23.5q70 -20 79.5 -28.5t29.5 -88.5z"
         id="glyph40" />
      <glyph
         glyph-name="holamleft"
         unicode="ֺ"
         d="M565 1730q-20 -79 -24.5 -88.5t-84.5 -29.5q-69 20 -77.5 29t-28.5 89q20 90 28 93.5t78 23.5q70 -20 79.5 -28.5t29.5 -88.5z"
         id="glyph41" />
      <glyph
         glyph-name="qubuts"
         unicode="ֻ"
         d="M226 -253q-10 -54 -35.5 -79t-78.5 -35q-54 10 -78 35t-34 79q10 53 34 77t78 34q54 -10 79 -34t35 -77zM398 -479q-10 -54 -35 -79t-79 -35q-53 10 -77.5 35t-34.5 79q10 53 34 77t78 34q54 -10 79 -34t35 -77zM573 -715q-10 -54 -35 -78t-79 -34q-54 10 -78 34t-34 70 q10 61 34 85t78 34q54 -10 79 -34t35 -77z"
         id="glyph42" />
      <glyph
         glyph-name="dagesh"
         unicode="ּ"
         d="M175 678q0 -60 -29.5 -88t-69.5 -28q-50 0 -78 28t-28 88q0 40 28 68t78 28q40 0 69.5 -28t29.5 -68z"
         id="glyph43" />
      <glyph
         glyph-name="meteg"
         unicode="ֽ"
         d="M167 -789h-167v495h167v-495z"
         id="glyph44" />
      <glyph
         glyph-name="maqaf"
         unicode="־"
         horiz-adv-x="952"
         d="M862 958h-772v396h772v-396z"
         id="glyph45" />
      <glyph
         glyph-name="rafe"
         unicode="ֿ"
         d="M560 1506h-415v115h415v-115z"
         id="glyph46" />
      <glyph
         glyph-name="paseq"
         unicode="׀"
         horiz-adv-x="316"
         d="M219 0h-147v1358h147v-1358z"
         id="glyph47" />
      <glyph
         glyph-name="shindot"
         unicode="ׁ"
         horiz-adv-x="2"
         d="M1350 1608q-10 -57 -38.5 -84.5t-86.5 -37.5q-58 10 -85 37t-37 85q10 57 37 84t85 37q58 -10 86.5 -37t38.5 -84z"
         id="glyph48" />
      <glyph
         glyph-name="sindot"
         unicode="ׂ"
         horiz-adv-x="2"
         d="M410 1608q-10 -57 -38.5 -84.5t-86.5 -37.5q-58 10 -85 37t-37 85q10 57 37 84t85 37q58 -10 86.5 -37t38.5 -84z"
         id="glyph49" />
      <glyph
         glyph-name="sofpasuq"
         unicode="׃"
         horiz-adv-x="813"
         d="M483 166q-10 -163 -188 -171q-178 8 -179 181q1 210 179 220q178 0 188 -230zM483 916q0 -210 -188 -211q-178 1 -179 211q8 188 179 190q181 -2 188 -190z"
         id="glyph50" />
      <glyph
         glyph-name="upperdot"
         unicode="ׄ"
         d="M449 1741q-6 -149 -150 -153q-144 -6 -151 153q7 146 151 152q144 -6 150 -152z"
         id="glyph51" />
      <glyph
         glyph-name="alef"
         unicode="א"
         horiz-adv-x="1221"
         d="M1143 263q0 -116 -65 -227q-55 -69 -91 -69q-18 0 -18 29q0 4 8 24t8 35q0 19 -56 94l-102 102l-501 501q-56 -53 -56 -117q0 -67 123 -194.5t123 -234.5q0 -51 -54 -128.5t-132 -77.5h-267l11 51q51 17 51 88q0 35 -19.5 146.5t-19.5 209.5q0 157 129 367l1 2 q-79 77 -110 135q-36 70 -36 169q0 96 63 207q54 69 90 69q19 0 19 -29q0 -3 -8.5 -13t-8.5 -24q0 -20 56 -94q51 -51 102 -101l415 -389l59 188q-106 28 -131 57q-17 35 -17 91q0 97 71 252q57 62 97 62q18 0 18 -19q0 -4 -5 -9t-5 -19q0 -49 108 -57q149 -4 149 -198 q-10 -140 -44 -164q-34 -42 -74 -42q-12 0 -20 4q-20 5 -23 1l-54 -263l56 -78q90 -111 122 -168q38 -70 38 -169z"
         id="glyph52" />
      <glyph
         glyph-name="bet"
         unicode="ב"
         horiz-adv-x="1362"
         d="M1272 421l-144 -421h-1079l168 422l785 2l3 413q0 99 -168 79h-615q-85 72 -85 196q2 270 2 301t57 31q12 0 29.5 -43t70.5 -43h566q281 0 281 -297l-15 -315q-8 -158 -36 -326z"
         id="glyph53" />
      <glyph
         glyph-name="gimel"
         unicode="ג"
         horiz-adv-x="741"
         d="M686 248q0 -248 -29 -248q-20 0 -22 27q-5 47 -63 232q-54 169 -77 309q-7 -31 -10.5 118.5t-5.5 190.5q8 51 -137 59l-100 10q-97 -2 -125 116q-18 50 -18 171q20 211 77 211q12 0 29.5 -43t70.5 -43h62q278 0 278 -297q0 -51 -10 -103.5t-10 -134.5q0 -59 16.5 -114.5 t78.5 -206.5q-5 -163 -5 -254zM497 600q-126 -267 -153 -534l-339 -66l70 468q236 -109 422 132z"
         id="glyph54" />
      <glyph
         glyph-name="dalet"
         unicode="ד"
         horiz-adv-x="1380"
         d="M1280 1178q0 -72 -12.5 -157.5t-110.5 -92.5q-117 -138 -71 -315q42 -147 68 -220.5t-20 -228.5q-9 -22 -65 -93t-72 -71q-47 0 -47 43q0 112 -33 599q-3 78 71 288l-744 2q-95 34 -110 130q-28 40 -28 171q0 211 58 211q10 0 28.5 -43t71.5 -43h881q59 0 97 -47t38 -133 z"
         id="glyph55" />
      <glyph
         glyph-name="he"
         unicode="ה"
         horiz-adv-x="1380"
         d="M1280 1168q0 -75 -41.5 -156.5t-87.5 -81.5l-4 -2l28 -283q47 -252 19 -481q1 -22 -55 -93t-72 -71q-37 0 -37 43q0 176 -33 883l-757 4q-79 0 -106 122q-28 50 -28 171q0 221 58 221q10 0 28.5 -43t71.5 -43h881q59 0 97 -47t38 -143zM318 327q-8 -179 -59 -231 q-11 -22 -39 -52q-13 -24 -64 -44q-39 0 -9 31q0 35 -4.5 62.5t-7.5 54.5q-17 44 -17 163q0 35 2 96t18 117q14 71 85 136q39 57 66 67q56 20 56 2q-20 -28 -29 -58.5t1 -68.5q0 -30 3.5 -104t-2.5 -171z"
         id="glyph56" />
      <glyph
         glyph-name="vav"
         unicode="ו"
         horiz-adv-x="690"
         d="M567 164q0 -23 -36.5 -93.5t-62.5 -70.5q-44 0 -44 43q0 27 4.5 369.5t4.5 398.5q0 117 -87 117h-127q-79 0 -109 54q-28 80 -28 201q0 261 55 261q12 0 30 -43t71 -43h127q200 0 200 -297l11 -448q21 -205 -9 -449z"
         id="glyph57" />
      <glyph
         glyph-name="zayin"
         unicode="ז"
         horiz-adv-x="707"
         d="M637 1077q0 -86 -38 -159q-34 -64 -60 -64q-3 0 -3 6q-2 5 -4 11.5t-2 7.5q0 12 -27.5 19t-83.5 20q-49 2 -49 -63q0 -18 56 -197.5t26 -278.5q0 -113 -54 -249q-23 -130 -53 -130q-52 0 -52 23q0 -2 -3.5 49t-3.5 88q0 21 -10 177t-60 312q-10 73 0 134t24 161l-15 2 q-52 7 -92.5 58t-40.5 171q0 104 33.5 186.5t64.5 82.5q21 0 21 -21q0 -6 -3 -11.5t-3 -10.5q0 -28 198 -43q234 -18 234 -281z"
         id="glyph58" />
      <glyph
         glyph-name="het"
         unicode="ח"
         horiz-adv-x="1380"
         d="M1280 1198q0 -165 -39.5 -212.5t-51.5 -57.5h-8l7 -387q13 -178 6 -377q1 -22 -55 -93t-72 -71q-57 0 -57 43q0 176 -7 885h-549q-46 -1 -86 -119q-20 -41 -29 -216t-4 -229.5t0 -120t-6 -87.5q-11 -22 -59 -102q-53 -54 -114 -54q-39 0 -39 41q0 25 14 53q3 66 3 232 q0 33 -5 167.5t15 190.5q60 211 126 244h-56q-49 0 -80 54q-28 140 -28 261q0 201 58 201q10 0 28.5 -43t71.5 -43h881q59 0 97 -47t38 -113z"
         id="glyph59" />
      <glyph
         glyph-name="tet"
         unicode="ט"
         horiz-adv-x="1356"
         d="M1273 719q0 -150 -169 -719h-938q-8 138 -32 329q-25 198 -25 316q0 200 103 281q-67 33 -73 82q-22 40 -22 147q0 130 42 237q35 52 56 52t21 -21q0 -6 -3.5 -11.5t-3.5 -10.5q0 -13 47 -28q86 -30 132 -50q69 -31 91.5 -65.5t24.5 -202.5q0 -82 -45 -166 q-38 -70 -53 -70q-13 1 -14 1l2 1.5t4 20.5q0 14 -87 37q-90 -32 -90 -138q-20 -87 18 -220q31 -85 34 -101h755q76 151 76 188q30 192 -39 237q-79 85 -198 85q-110 0 -145 -87q-34 -38 -34 -139q0 -15 -2 -10t8 -14q0 -18 -13 -36.5t-58 -18.5q-57 0 -57 141q0 63 42 195 q48 150 58 235q3 21 3 44q0 25 -4 61.5t-4 47.5q0 23 9 33q7 7 39 7q77 0 173 -31q121 -38 190 -105q100 -98 136 -207q27 -79 47 -204q0 -20 -1 -60.5t-1 -62.5z"
         id="glyph60" />
      <glyph
         glyph-name="yod"
         unicode="י"
         horiz-adv-x="691"
         d="M580 1031q0 -147 -40 -302q-61 -121 -122 -121q-28 0 -33 15v32q60 76 55.5 132.5t-4.5 53.5q0 85 -136 87h-69q-79 0 -110 54q-29 90 -29 211q0 251 60 251q10 0 28.5 -43t71.5 -43h59q267 0 269 -327z"
         id="glyph61" />
      <glyph
         glyph-name="finalkaf"
         unicode="ך"
         horiz-adv-x="1380"
         d="M1280 1158q0 -132 -37.5 -179.5t-87.5 -50.5l29 -971q25 -166 10 -351q1 -21 -55 -91t-72 -70q-67 0 -67 43q0 52 15 538q-14 838 -18 902h-683q-79 0 -110 54q-28 50 -28 261q0 201 58 201q10 0 28.5 -43t71.5 -43h811q59 0 97 -47t38 -153z"
         id="glyph62" />
      <glyph
         glyph-name="kaf"
         unicode="כ"
         horiz-adv-x="1262"
         d="M1198 678q0 -392 -168 -544q-148 -134 -500 -134h-501l164 420h509q171 0 285 54q78 118 78 214q0 240 -363 240h-446q-79 0 -109 54q-28 50 -28 221q0 241 57 241q12 0 29.5 -43t70.5 -43h459q246 0 352 -150q111 -156 111 -530z"
         id="glyph63" />
      <glyph
         glyph-name="lamed"
         unicode="ל"
         horiz-adv-x="1343"
         d="M1225 782q0 -222 -219 -381q-183 -143 -161 -218q10 -74 -90 -148q-81 -55 -134 -55q-37 0 -64 27q-31 30 -31 77q-20 69 47 149q74 92 201 168q179 96 253 176q22 59 32 108q-10 69 -4 163q-46 78 -139 78h-613q-127 0 -172 50q-39 44 -39 159l30 261q20 144 30 180.5 t41 119.5q16 54 16 82q1 29 1 38q0 35 -59 53.5t-59 69.5q0 98 34 150q29 44 44 44q16 0 16 -10q0 -2 -2 -8.5t-2 -8.5q0 -9 44 -24q56 -19 112 -40q44 -35 44 -91q0 -40 -25 -77q-34 -49 -48 -91q-35 -87 -35 -207v-32q0 -148 43 -165q17 -21 69 -21h622q152 0 172 -127 l37 -234q8 -52 8 -215z"
         id="glyph64" />
      <glyph
         glyph-name="finalmem"
         unicode="ם"
         horiz-adv-x="1350"
         d="M378 924q-118 -40 -114 -170l12 -334h827l-17 397q-2 69 -39 92q-30 19 -106 19zM1231 0h-1104v715q0 163 89 213q-43 3 -71 47q-26 60 -26 178q0 291 57 291q12 0 29.5 -43t70.5 -43h676q279 0 279 -297v-1061z"
         id="glyph65" />
      <glyph
         glyph-name="mem"
         unicode="מ"
         horiz-adv-x="1329"
         d="M1229 719q0 -209 -125 -719h-655l75 420h504q37 83 37 151q30 146 -73 252.5t-298 106.5q-158 0 -292 -125t-124 -262q-10 -6 -1.5 -85t8.5 -139q0 -197 -33 -233q-88 -86 -96 -86q-39 0 -39 41q0 25 14 53q-7 66 -7 232q0 32 -5 122.5t5 147.5q10 154 143 287 q17 18 63 56l-71 8q-31 5 -68 21q-51 32 -67 78q-13 38 -13 129q20 149 83 217q48 52 74 52q19 0 19 -21q0 -6 -2 -11.5t-2 -10.5q0 -25 137 -72q71 -24 96 -61t25 -123q0 -43 -75 -118q109 51 155 64q55 22 65 56q20 44 36.5 113t26.5 92q10 66 83 66q43 0 149 -44 q89 -50 136 -123q113 -153 113 -447q0 -18 -1 -47v-38z"
         id="glyph66" />
      <glyph
         glyph-name="finalnun"
         unicode="ן"
         horiz-adv-x="752"
         d="M567 1106q0 -61 -72 -206q-70 -141 -65 -236l30 -479q44 -269 29 -579q2 -21 -54.5 -91t-72.5 -70q-44 0 -44 43l-20 1127q-10 116 12 179t22 58q0 38 -72 55q-38 12 -46 15q-94 21 -122 77q-9 60 -9 152q0 161 36 228q29 53 48 53q18 0 18 -21q0 -6 -2 -12t-2 -10 q0 -13 83 -30q149 -25 171 -42q94 -22 117 -82q15 -43 15 -129z"
         id="glyph67" />
      <glyph
         glyph-name="nun"
         unicode="נ"
         horiz-adv-x="717"
         d="M662 272q0 -124 -41 -272h-566l62 420h367q-6 108 -6 203q0 73 1.5 117t1.5 77q-10 131 -175 111h-50q-79 0 -109 54q-28 50 -28 171q0 291 57 291q12 0 29.5 -43t70.5 -43h62q278 0 278 -297q0 -51 -12 -116.5t-12 -147.5q0 -63 35 -252.5t35 -272.5z"
         id="glyph68" />
      <glyph
         glyph-name="samekh"
         unicode="ס"
         horiz-adv-x="1274"
         d="M523 928q-130 -4 -215 -115q-21 -39 -31 -63q-30 -174 43 -260q97 -81 263 -81h119q162 0 203 35q100 52 125 108t35 126q0 156 -54 183q-83 77 -279 67h-209zM1198 678q0 -312 -127 -495q-145 -210 -434 -210q-255 0 -382 172q-114 152 -114 418q0 293 122 375h-19 q-79 0 -110 54q-28 50 -28 151q0 301 58 301q10 0 28.5 -43t71.5 -43h471q228 0 347 -178q116 -174 116 -502z"
         id="glyph69" />
      <glyph
         glyph-name="ayin"
         unicode="ע"
         horiz-adv-x="1213"
         d="M1150 1133q0 -66 -41 -164q-63 -151 -86 -228q-29 -97 -44 -241q-15 -137 -28 -174q-35 -102 -85 -144q-74 -92 -255 -122l-543 -90l50 388l288 47q32 1 42 16q10 89 -97 181.5t-77 194.5q10 101 20 135q-93 22 -110 78q-19 40 -19 181q0 122 36 188q28 53 48 53 q18 0 18 -21q0 -6 -2 -12t-2 -10q0 -14 58 -30q120 -34 145 -42q68 -23 93 -63q21 -35 21 -179q0 -82 -33 -148q-27 -73 -40 -73q-23 0 -23 24v-12q0 20 -41 28q-48 9 -66 17q-15 0 -15 -34q-20 -41 81 -123.5t99 -213.5q-20 -105 -10 -118l93 18q136 16 184 28 q35 30 69 150l43 150q3 3 12 21q12 48 12 51q10 23 -34 54q-9 13 -84 36t-100 62q-13 44 -13 139q0 181 43 248q34 53 55 53q18 0 18 -21q0 -6 -2 -12t-2 -10q0 -26 137 -72q187 -63 187 -184z"
         id="glyph70" />
      <glyph
         glyph-name="finalpe"
         unicode="ף"
         horiz-adv-x="1262"
         d="M1192 -394q0 -21 -62 -91t-77 -70q-25 0 -45 43q0 27 20 637t20 686q0 117 -178 117h-522q-95 -48 -105 -287q0 -36 26 -45q15 -5 65 -5q19 0 73.5 -1.5t108.5 -1.5q49 0 88 -27q45 -41 45 -97q0 -65 -46 -105q-39 -34 -87 -34h-272q-55 0 -86 -43t-39 -43q-17 0 -17 20 q0 11 13.5 69t13.5 112q0 30 9 171t9 152q0 54 65 165q-37 1 -67 56q-26 49 -26 169q0 291 57 291q12 0 29.5 -43t70.5 -43h625q288 0 289 -297l1 -577l11 -489q20 -185 -10 -389z"
         id="glyph71" />
      <glyph
         glyph-name="pe"
         unicode="פ"
         horiz-adv-x="1262"
         d="M649 624q0 5 -46 -45q-39 -24 -87 -24h-272q-45 0 -76 -28t-39 -28q-17 0 -17 20q0 11 13.5 69t3.5 112q0 -10 -6 21t-6 42q0 104 85 165q-27 1 -57 56q-26 49 -26 169q0 291 57 291q12 0 29.5 -43t70.5 -43h463q258 0 357 -156q92 -145 92 -512v-277l-111 -413h-1024 l88 420h909l10 92q20 279 -41 313q-56 103 -343 103h-328q-95 -38 -115 -127q0 -16 16 -25q15 -5 85 -5q19 0 73.5 -1.5t108.5 -1.5q49 0 88 -37q45 -41 45 -107z"
         id="glyph72" />
      <glyph
         glyph-name="finaltsadi"
         unicode="ץ"
         horiz-adv-x="1210"
         d="M563 1106q0 -61 -72 -206q-60 -141 -55 -236l2 -238q47 148 153 320q106 157 150 211q-21 26 -29 37q-32 33 -32 78q0 31 16 141q24 119 73 185q40 54 56 52q21 -3 17 -25q-3 -5 -8 -20q-4 -19 166 -115q111 -48 121 -131q0 -24 1.5 -54.5t-16.5 -82.5q-23 -82 -70 -170 q-31 -76 -53 -74q-11 4 -18 6q0 2 2 9q2 27 -112 93q-65 -55 -197 -276q-136 -245 -177 -440l37 -206q33 -204 16 -407q1 -21 -79.5 -91.5t-96.5 -70.5q-17 0 -22 14q-2 8 -2 27v1209q-20 76 -13 144t7 73q0 38 -62 65q-8 2 -26 5q-84 21 -112 77q-19 30 -19 122 q0 151 36 248q29 53 48 53q20 0 20 -21q0 -6 -3 -12t-3 -10q0 -13 83 -30q119 -25 171 -42q64 -22 86 -82q16 -43 16 -129z"
         id="glyph73" />
      <glyph
         glyph-name="tsadi"
         unicode="צ"
         horiz-adv-x="1313"
         d="M1210 370q0 -61 -53 -195q-28 -62 -55 -175h-996l105 410h760q17 0 17 9q0 -10 -17 0l-383 167q-137 26 -137 138l-10 172q0 32 -45 32h-140q-79 0 -109 54q-28 50 -28 171q0 291 57 291q11 0 28.5 -43t71.5 -43h107q166 0 166 -205v-217q-10 -143 104 -162l204 -78 l27 213q-95 32 -106.5 72.5t-11.5 149.5q0 181 37 248q28 53 47 53q18 0 18 -21q0 -6 -2 -12t-2 -10q0 -14 58 -30q120 -34 145 -42q68 -23 93 -63q22 -35 22 -199q0 -83 -33 -177q-29 -81 -41 -81q-11 0 -21 2v9q0 46 -120 71l7 -231q118 -57 186 -119q50 -62 50 -159z"
         id="glyph74" />
      <glyph
         glyph-name="qof"
         unicode="ק"
         horiz-adv-x="1247"
         d="M1184 758q-10 -260 -86 -347q-70 -48 -303 -130q-151 -53 -223 -102q-1 -40 -12 -110q-25 -71 -134 -71q-43 0 -43 61q-20 87 58 187q96 114 360 180q115 46 155 67q82 32 82 142q0 180 -67 223q-63 70 -166 70h-549q-79 0 -109 54q-28 50 -28 171q0 291 57 291 q12 0 29.5 -43t70.5 -43h574q165 0 237 -101q97 -135 97 -499zM287 756q0 -5 -20 -69.5t-30 -164.5q0 -188 22 -357.5t22 -283.5q0 -206 -29 -346q-75 -130 -100 -130q-53 0 -53 60q10 64 22 191.5t12 281.5q0 67 -12 278t-12 243q0 134 72 240q62 92 82 92q24 0 24 -35z "
         id="glyph75" />
      <glyph
         glyph-name="resh"
         unicode="ר"
         horiz-adv-x="1381"
         d="M1221 164q0 -23 -47 -93.5t-72 -70.5q-55 0 -55 43q0 27 14 344.5t14 423.5q0 117 -179 117h-652q-79 0 -110 54q-28 50 -28 171q0 291 58 291q10 0 28.5 -43t71.5 -43h676q278 0 279 -297l1 -448l11 -225q10 -102 -10 -224z"
         id="glyph76" />
      <glyph
         glyph-name="shin"
         unicode="ש"
         horiz-adv-x="1430"
         d="M1341 1145q0 -153 -87 -396q-36 -101 -171 -415q-102 -236 -120 -334h-804q-16 123 -29 365q12 229 2 358q-10 164 5 215q-41 22 -56 58q-13 48 -13 139q0 190 43 257q33 52 55 52q18 0 18 -21q0 -6 -3 -11.5t-3 -10.5q0 -25 139 -72q74 -25 97 -67q18 -34 18 -197 q0 -82 -45 -166q-38 -70 -53 -70q-12 0 -12 7q0 3 2 5t2 11q0 4 -12.5 10t-40.5 25q-6 2 -26 17q13 -9 3 -101q0 -78 19 -240q-3 -144 44 -143h31q147 221 256 512q-46 21 -64 85q-14 29 -14 118q0 190 43 257q34 52 56 52q18 0 18 -21q0 -6 -2 -11.5t-2 -10.5 q0 -25 137 -72q72 -24 95 -68q20 -35 20 -196q0 -82 -46 -166q-38 -70 -53 -70q-12 0 -12 7q0 3 2 5t2 1q0 13 -13 20q-9 4 -51 31q-136 -295 -217 -473h442q25 15 149 271q49 85 49 138q0 21 -26 27q-23 -1 -51 18q-30 23 -56 71q-23 34 -23 130q0 250 43 317q33 52 53 52 q21 0 21 -21q0 -6 -3 -11.5t-3 -10.5q0 -25 139 -72q67 -23 91 -71q17 -37 17 -113z"
         id="glyph77" />
      <glyph
         glyph-name="tav"
         unicode="ת"
         horiz-adv-x="1348"
         d="M1245 164q2 -23 -42.5 -93.5t-59.5 -70.5q-55 0 -55 43q0 16 -18 357t-18 411q0 117 -190 117h-472q-42 -33 -72 -204q-10 -86 77 -229t77 -209q0 -151 -46 -221q-43 -65 -109 -65h-294l59 420h144q-31 24 -29 86q-25 87 -25 132q10 88 35 223q1 12 9 37l18 40 q-59 0 -100 44q-28 50 -28 171q0 291 58 291q10 0 28.5 -43t71.5 -43h649q256 0 275 -297l29 -448l24 -225q17 -92 4 -224z"
         id="glyph78" />
      <glyph
         glyph-name="vavdbl"
         unicode="װ"
         horiz-adv-x="1217"
         d="M1144 164q0 -23 -36.5 -93.5t-62.5 -70.5q-44 0 -44 43q0 27 4.5 369.5t4.5 398.5q0 117 -87 117h-127q-79 0 -109 54q-28 80 -28 201q0 261 55 261q12 0 30 -43t71 -43h127q200 0 200 -297l11 -448q21 -205 -9 -449zM567 164q0 -23 -36.5 -93.5t-62.5 -70.5 q-44 0 -44 43q0 27 4.5 369.5t4.5 398.5q0 117 -87 117h-127q-79 0 -109 54q-28 80 -28 201q0 261 55 261q12 0 30 -43t71 -43h127q200 0 200 -297l11 -448q21 -205 -9 -449z"
         id="glyph79" />
      <glyph
         glyph-name="vavyod"
         unicode="ױ"
         horiz-adv-x="1257"
         d="M580 1031q0 -147 -40 -302q-61 -121 -122 -121q-28 0 -33 15v32q60 76 55.5 132.5t-4.5 53.5q0 85 -136 87h-69q-79 0 -110 54q-29 90 -29 211q0 251 60 251q10 0 28.5 -43t71.5 -43h59q267 0 269 -327zM1182 164q0 -23 -36.5 -93.5t-62.5 -70.5q-44 0 -44 43 q0 27 4.5 369.5t4.5 398.5q0 117 -87 117h-127q-79 0 -109 54q-28 80 -28 201q0 261 55 261q12 0 30 -43t71 -43h127q200 0 200 -297l11 -448q21 -205 -9 -449z"
         id="glyph80" />
      <glyph
         glyph-name="yoddbl"
         unicode="ײ"
         horiz-adv-x="1257"
         d="M580 1031q0 -147 -40 -302q-61 -121 -122 -121q-28 0 -33 15v32q60 76 55.5 132.5t-4.5 53.5q0 85 -136 87h-69q-79 0 -110 54q-29 90 -29 211q0 251 60 251q10 0 28.5 -43t71.5 -43h59q267 0 269 -327zM1181 1031q0 -147 -40 -302q-61 -121 -122 -121q-28 0 -33 15v32 q60 76 55.5 132.5t-4.5 53.5q0 85 -136 87h-69q-79 0 -110 54q-29 90 -29 211q0 251 60 251q10 0 28.5 -43t71.5 -43h59q267 0 269 -327z"
         id="glyph81" />
      <glyph
         glyph-name="geresh"
         unicode="׳"
         horiz-adv-x="530"
         d="M530 1280q0 -49 -47 -92l-342 -314h-141l260 394q62 94 148 94q122 0 122 -82z"
         id="glyph82" />
      <glyph
         glyph-name="gershayim"
         unicode="״"
         horiz-adv-x="946"
         d="M946 1280q0 -49 -47 -92l-342 -314h-141l260 394q62 94 147 94q123 0 123 -82zM530 1280q0 -49 -47 -92l-342 -314h-141l260 394q62 94 148 94q122 0 122 -82z"
         id="glyph83" />
      <glyph
         glyph-name="invertednun"
         unicode="׆"
         horiz-adv-x="646"
         d="M526 938h-168q-118 -84 -114 -184l12 -324h270v-430h-399v715q0 133 89 223q-43 3 -71 57q-26 50 -26 168q0 281 57 281q12 0 29.5 -43t70.5 -43h250v-420z"
         id="glyph84" />
      <glyph
         glyph-name="etnahtahafukh"
         unicode="֢"
         d="M241 -747q0 -47 -48 -47q-47 0 -47 47v151q-94 14 -126 93q-20 51 -20 162q0 47 47 47t47 -47q0 -90 10 -115q19 -50 94 -50q79 0 99 50q10 24 10 115q0 47 47 47t47 -47q0 -116 -23 -167q-35 -78 -137 -90v-149z"
         id="glyph85" />
      <glyph
         glyph-name="lowerdot"
         unicode="ׅ"
         d="M379 -389q-96 -59 -150 -153q-54 94 -151 153q97 56 151 152q54 -96 150 -152z"
         id="glyph86" />
      <glyph
         glyph-name="qamatsqatan"
         unicode="ׇ"
         d="M0 -154h449v-114h-221q90 -422 90 -461q0 -40 -29 -68t-70 -28q-39 0 -67.5 28t-28.5 68q0 59 90 461h-213v114z"
         id="glyph87" />
    </font>
    <filter
       style="color-interpolation-filters:sRGB"
       id="realistic-stitch-filter"
       x="0"
       width="1"
       y="0"
       height="1"
       inkscape:auto-region="false">
      <feGaussianBlur
         edgeMode="none"
         stdDeviation="0.9"
         in="SourceAlpha"
         id="feGaussianBlur81" />
      <feSpecularLighting
         result="result2"
         surfaceScale="4.29"
         specularConstant="0.65"
         specularExponent="1.6"
         id="feSpecularLighting81">
        <feDistantLight
           azimuth="154"
           elevation="112"
           id="feDistantLight81" />
      </feSpecularLighting>
      <feComposite
         in2="SourceAlpha"
         operator="atop"
         id="feComposite81" />
      <feComposite
         in2="SourceGraphic"
         operator="arithmetic"
         result="result3"
         k1="0"
         k2="0.8"
         k3="1.2"
         k4="0"
         id="feComposite82" />
    </filter>
    <symbol
       id="inkstitch_satin_cut_point"
       style="display:inline">
      <title
         id="inkstitch_title9427-675">Satin Column cut point</title>
      <path
         id="inkstitch_circle13166-3"
         d="m 9.220113,0.07922893 c -1.9e-6,5.10672897 -4.1398241,9.24654997 -9.24655297,9.24654997 -5.10672933,0 -9.24655213,-4.139821 -9.24655403,-9.24654997 1e-7,-2.45233803 0.9741879,-4.80423503 2.7082531,-6.53830103 1.7340653,-1.734065 4.0859624,-2.708252 6.53830093,-2.708252 5.10673007,0 9.24655277,4.139823 9.24655297,9.24655303 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.06500006;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:3.19500017, 3.19500017;stroke-dashoffset:0;stroke-opacity:1"
         inkscape:connector-curvature="0" />
      <path
         id="path24356"
         d="m -7.8132269,-1.4510415 c -0.4413094,0.88338563 -0.07931,1.96814513 0.8040823,2.40945763 0.8833854,0.44130937 1.9681488,0.079303 2.4094581,-0.8040818 0.1983467,-0.3970378 0.2270074,-0.8329413 0.1264064,-1.23463743 0,0 1.3053145,0.13034233 1.3053145,0.13034233 0,0 3.29416163,3.58901577 3.29416163,3.58901577 0.2487872,-0.7097192 0.2411124,-0.9255141 -0.09365,-1.4617903 0,0 -1.70824193,-1.97779537 -1.70824193,-1.97779537 0,0 2.61658533,0.2619947 2.61658533,0.2619947 0.60556237,0.1061633 0.82089997,-0.3026842 1.25878787,-0.70526413 0,0 -4.8501007,-0.6859624 -4.8501007,-0.6859624 0,0 -0.9370561,-1.0856429 -0.9370561,-1.0856429 0.4268116,-0.1490142 0.7990019,-0.4558243 1.0156363,-0.8894695 0.4413094,-0.8833854 0.079303,-1.9681487 -0.8040822,-2.4094581 -0.8833921,-0.4413128 -1.9681487,-0.079303 -2.4094581,0.8040822 -0.3590398,0.7187033 -0.1792857,1.5648425 0.373288,2.0951784 0,0 -0.014508,0.00264 -0.014508,0.00264 0,0 1.1504733,1.2533541 1.1504733,1.2533541 0,0 -1.3945129,-0.196367 -1.3945129,-0.196367 -0.8248385,-0.2578481 -1.7446631,0.1079194 -2.1425563,0.9043974 0,0 -2.71e-5,3.4e-6 -2.71e-5,3.4e-6 m 0.6765348,0.337974 c 0.2586549,-0.517759 0.877184,-0.7241797 1.3949495,-0.4655215 0.5177589,0.2586549 0.7241761,0.87719093 0.4655214,1.39494953 -0.2586548,0.5177587 -0.8771906,0.7241758 -1.3949494,0.4655211 -0.5177657,-0.2586579 -0.7241762,-0.8771902 -0.4655215,-1.39494913 0,0 0,0 0,0 m 2.0278432,-4.0592094 c 0.2586548,-0.5177589 0.8771839,-0.7241794 1.3949495,-0.4655213 0.5177588,0.2586548 0.724176,0.8771905 0.4655213,1.3949494 -0.2586548,0.5177588 -0.8771906,0.7241761 -1.3949494,0.4655213 -0.5177656,-0.2586581 -0.7241761,-0.8771906 -0.4655214,-1.3949494 0,0 0,0 0,0"
         style="display:inline;opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.37812883;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
         inkscape:connector-curvature="0" />
      <path
         id="path24362"
         d="m 4.4798843,-4.3110508 c 0.219827,2.414579 -0.180079,4.01786863 -1.429103,5.5454305 0,0 2.023437,1.0507812 2.023437,1.0507812 1.715964,-1.67359867 1.847271,-3.9809016 1.75755,-6.660665 0,0 -2.351884,0.064453 -2.351884,0.064453 m -2.097072,6.2192586 c -2.10168637,1.4056146 -3.14434337,3.5358281 -3.667017,6.0218201 0,0 2.3918915,0.212651 2.3918915,0.212651 0.3238246,-2.741001 2.2229845,-4.191785 3.3298135,-5.1368148 0,0 -2.054688,-1.0976563 -2.054688,-1.0976563"
         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:#242424;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.4000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
         inkscape:connector-curvature="0" />
    </symbol>
  </defs>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-א"
     style="display:none"
     id="g142">
    <path
       d="m 71.37542,81.8746 q 0,7.2501 -4.06252,14.1876 -3.43752,4.3125 -5.68753,4.3125 -1.125,0 -1.125,-1.8125 0,-0.25 0.5,-1.5 0.5,-1.25 0.5,-2.1875 0,-1.1875 -3.50002,-5.875 L 51.62532,82.6246 20.31267,51.312 q -3.50001,3.3125 -3.50001,7.3125 0,4.1876 7.68753,12.1564 7.68754,7.9687 7.68754,14.6563 0,3.1875 -3.37502,8.0313 -3.37501,4.8437 -8.25004,4.8437 H 3.87509 L 4.5626,95.1247 q 3.18751,-1.0625 3.18751,-5.5 0,-2.1875 -1.21875,-9.1563 Q 5.3126,73.4996 5.3126,67.3746 q 0,-9.8126 8.06254,-22.9376 l 0.0625,-0.125 Q 8.50012,39.4994 6.56261,35.8744 4.3126,31.4994 4.3126,25.3119 q 0,-6.0001 3.93752,-12.9376 3.37501,-4.3125 5.62502,-4.3125 1.18751,0 1.18751,1.8125 0,0.1875 -0.53125,0.8125 -0.53126,0.625 -0.53126,1.5 0,1.25 3.50002,5.875 3.18752,3.1876 6.37503,6.3126 L 49.81282,48.687 53.50033,36.9369 q -6.62503,-1.75 -8.18754,-3.5625 -1.0625,-2.1875 -1.0625,-5.6875 0,-6.0625 4.43752,-15.7501 3.56252,-3.875 6.06253,-3.875 1.125,0 1.125,1.1875 0,0.25 -0.3125,0.5625 -0.3125,0.3125 -0.3125,1.1875 0,3.0625 6.75003,3.5625 9.31255,0.25 9.31255,12.3751 -0.625,8.75 -2.75001,10.25 -2.12501,2.625 -4.62503,2.625 -0.75,0 -1.25,-0.25 -1.25001,-0.3125 -1.43751,-0.062 l -3.37502,16.4376 3.50002,4.875 q 5.62503,6.9376 7.62504,10.5001 2.37501,4.375 2.37501,10.5625 z"
       id="path142"
       style="display:none;fill:#4e2990;fill-opacity:0.5;stroke-width:1"
       inkstitch:color_sort_index="0" />
    <path
       style="fill:none;fill-opacity:0.5;fill-rule:evenodd;stroke:#4e2990;stroke-width:1.00001;stroke-dasharray:2, 1;-inkscape-stroke:none"
       d="M 63.068182,95.241477 64.772727,75.639204 47.301136,60.085227 60.298296,28.764204 v 0"
       id="path362"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:running_stitch_length_mm="2.5"
       inkstitch:running_stitch_tolerance_mm="0.20"
       inkstitch:color_sort_index="1" />
    <path
       d="M 61.1641,39.918 C 58.535845,39.159494 48.188643,35.282501 46.494109,34.320284 45.612648,33.81025 44.997236,33.024665 44.806253,32.014791 c -0.426177,-1.338623 -0.395194,-2.758022 -0.535804,-4.141746 0.01722,-1.082858 0.157095,-2.162056 0.24535,-3.241656 0.215768,-1.285675 0.54365,-2.552216 0.834626,-3.823184 0.512541,-1.63977 1.039181,-3.279568 1.653778,-4.884906 0.570514,-1.324486 1.122189,-2.6572 1.683268,-3.985799 m 20.8438,24.0469 c 0.573872,-2.192569 1.413299,-4.341509 1.534174,-6.626437 0.109928,-1.273341 0.333909,-2.546087 0.173574,-3.826084 0.0034,-1.291755 -0.263785,-2.554586 -0.494086,-3.818697 C 70.401676,20.652787 70.103144,19.553941 69.477952,18.614803 69.01235,17.710291 68.271835,16.984508 67.515177,16.32115 66.760994,15.85627 66.033089,15.324421 65.151657,15.126399 63.853608,14.610407 62.431828,14.680556 61.074135,14.4374 59.999718,14.287342 58.910599,14.18589 57.90223,13.759004 57.077731,13.48853 56.067,13.163198 55.827219,12.219908 55.620371,11.673434 55.133242,11.149024 55.310583,10.534678 L 55.5938,8.35937 M 60.0852,11.7188 43.679,16.4062 M 41.5483,24.5028 67.9688,12.1449 M 58.3807,40.0568 75.2131,28.7642"
       style="display:inline;fill:none;stroke:#4e2990;stroke-width:1"
       inkstitch:satin_column="True"
       inkstitch:zigzag_underlay="True"
       inkstitch:pull_compensation_mm="0.3"
       inkscape:label="Colonne satin 0"
       id="path359"
       sodipodi:nodetypes="cccccccccccccccccccccccccc"
       inkstitch:max_stitch_length_mm="5"
       inkstitch:random_split_phase="False"
       inkstitch:split_method="staggered"
       inkstitch:reverse_rails="none"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:zigzag_underlay_max_stitch_length_mm="5"
       inkstitch:zigzag_underlay_inset_mm=".3"
       inkstitch:zigzag_spacing_mm="0.55"
       inkstitch:short_stitch_distance_mm="0"
       inkstitch:split_staggers="2.5"
       inkstitch:contour_underlay="True"
       inkstitch:contour_underlay_inset_mm="0.10"
       inkstitch:contour_underlay_stitch_length_mm="1.50"
       inkstitch:pull_compensation_percent=""
       inkstitch:color_sort_index="1" />
    <path
       d="M 61.1641,39.918 57.1787,38.9588"
       style="fill:none;stroke:#4e2990;stroke-width:1;stroke-dasharray:3, 1"
       inkstitch:running_stitch_length_mm="2.5"
       inkstitch:running_stitch_tolerance_mm="0.20"
       id="path258"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:color_sort_index="1" />
    <path
       d="m 53.2793,37.6426 c -1.094362,3.485679 -2.188826,6.971325 -3.2832,10.457 m 11.168,-8.1816 c -1.096334,5.33984 -2.192776,10.679658 -3.2891,16.0195 l 1.9902,2.7715 M 64.559623,43.252886 49.005641,36.860827"
       style="display:inline;fill:none;stroke:#4e2990;stroke-width:1"
       inkstitch:satin_column="True"
       inkstitch:zigzag_underlay="True"
       inkstitch:pull_compensation_mm="0.3"
       inkscape:label="Colonne satin 1"
       id="path361"
       sodipodi:nodetypes="ccccccc"
       inkstitch:max_stitch_length_mm="5"
       inkstitch:random_split_phase="False"
       inkstitch:split_method="staggered"
       inkstitch:reverse_rails="none"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:zigzag_underlay_max_stitch_length_mm="5"
       inkstitch:zigzag_underlay_inset_mm=".3"
       inkstitch:zigzag_spacing_mm="0.55"
       inkstitch:short_stitch_distance_mm="0"
       inkstitch:split_staggers="2.5"
       inkstitch:contour_underlay="True"
       inkstitch:contour_underlay_inset_mm="0.10"
       inkstitch:contour_underlay_stitch_length_mm="1.50"
       inkstitch:pull_compensation_percent=""
       inkstitch:color_sort_index="1" />
    <path
       d="M 59.8652,58.709 51.519,66.4508"
       style="fill:none;stroke:#4e2990;stroke-width:1;stroke-dasharray:3, 1"
       inkstitch:running_stitch_length_mm="2.5"
       inkstitch:running_stitch_tolerance_mm="0.20"
       id="path259"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:color_sort_index="1" />
    <path
       d="M 60.5,98.5625 C 62.329796,95.689695 60.960072,92.688359 58.960828,90.395014 56.56616,87.084776 53.291549,84.516879 50.520311,81.523787 39.913503,70.982894 29.451206,60.291358 18.733375,49.865281 L 13.1836,44.7656 C 12.09395,41.925471 8.2696226,39.632595 6.9100324,36.428886 3.0452711,29.355393 3.7289092,20.416903 7.6610809,13.517973 8.6962034,11.264067 10.672862,9.686029 12.6797,8.33203 M 61.1328,100.262 c 3.037583,-0.659471 5.58995,-2.705199 6.878068,-5.544871 3.866724,-7.199518 4.754015,-16.483276 0.727022,-23.802013 -2.895436,-4.594191 -6.339999,-8.813829 -9.683181,-13.077403 0,0 -13.223802,-13.498593 -15.166331,-14.708744 C 35.030032,34.721368 25.899747,26.589592 17.357166,17.856775 16.193642,15.617524 12.849596,13.242747 14.73489,10.554408 L 15.029819,9.9390086 15.0625,9.875 M 5.3267,7.24432 17.0455,13.4233 M 5.7528406,42.826687 26.420432,22.372145 M 47.0881,81.179 66.6903,59.233 m -7.8835,35.5823 8.7358,6.6047"
       style="display:inline;fill:none;stroke:#4e2990;stroke-width:1"
       inkstitch:satin_column="True"
       inkstitch:zigzag_underlay="True"
       inkstitch:pull_compensation_mm="0.3"
       inkscape:label="Colonne satin 0"
       id="path360"
       sodipodi:nodetypes="ccccccccccccccccccccccccc"
       inkstitch:max_stitch_length_mm="5"
       inkstitch:random_split_phase="False"
       inkstitch:split_method="staggered"
       inkstitch:reverse_rails="none"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:zigzag_underlay_max_stitch_length_mm="5"
       inkstitch:zigzag_underlay_inset_mm=".3"
       inkstitch:zigzag_spacing_mm="0.55"
       inkstitch:short_stitch_distance_mm="0"
       inkstitch:split_staggers="2.5"
       inkstitch:contour_underlay="True"
       inkstitch:contour_underlay_inset_mm="0.10"
       inkstitch:contour_underlay_stitch_length_mm="1.50"
       inkstitch:pull_compensation_percent=""
       inkstitch:color_sort_index="1" />
    <path
       d="M 20.2575,51.3751 16.3028,48.6958"
       style="fill:none;stroke:#4e2990;stroke-width:1;stroke-dasharray:3, 1"
       inkstitch:running_stitch_length_mm="2.5"
       inkstitch:running_stitch_tolerance_mm="0.20"
       id="path260"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:color_sort_index="1" />
    <path
       d="m 20.3105,51.3145 c -2.195928,2.105491 -3.870675,5.156387 -3.384163,8.276861 0.724803,3.309066 3.054056,5.909199 5.118382,8.47348 3.556382,3.931969 7.519842,7.793328 9.317677,12.911846 0.942714,2.453479 1.093177,5.232717 0.117794,7.702861 -1.176863,2.668669 -2.711199,5.267407 -4.886101,7.249056 -1.550569,1.409215 -3.569313,2.313861 -5.681901,2.339651 -2.831734,0.13676 -5.668204,0.0035 -8.50258,0.04425 H 3.875 m 9.3086,-53.5469 C 9.3987243,51.139154 5.992722,58.04512 5.4112111,65.548172 c -0.1869968,3.418043 0.1137664,6.846838 0.4717362,10.245411 0.4247725,3.644087 1.1111892,7.25022 1.5991156,10.885066 0.1844824,2.228955 0.6259486,4.723257 -0.7008931,6.705314 -0.5120342,0.848816 -2.8479242,1.967769 -3.7101471,2.380242 M 21.306845,60.724418 1.70455,54.545491 M 1.2784118,72.869286 35.156236,82.670482 M 4.2613636,87.997159 12.144886,101.42045"
       style="display:inline;fill:none;stroke:#4e2990;stroke-width:1"
       inkstitch:satin_column="True"
       inkstitch:zigzag_underlay="True"
       inkstitch:pull_compensation_mm="0.3"
       inkscape:label="Colonne satin 0"
       id="path358"
       sodipodi:nodetypes="ccccccccccccccccccc"
       inkstitch:max_stitch_length_mm="5"
       inkstitch:random_split_phase="False"
       inkstitch:split_method="staggered"
       inkstitch:reverse_rails="none"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:zigzag_underlay_max_stitch_length_mm="5"
       inkstitch:zigzag_underlay_inset_mm=".3"
       inkstitch:zigzag_spacing_mm="0.55"
       inkstitch:short_stitch_distance_mm="0"
       inkstitch:split_staggers="2.5"
       inkstitch:contour_underlay="True"
       inkstitch:contour_underlay_inset_mm="0.10"
       inkstitch:contour_underlay_stitch_length_mm="1.50"
       inkstitch:pull_compensation_percent=""
       inkstitch:color_sort_index="1" />
    <g
       id="g79">
      <path
         style="display:inline;fill:none;fill-opacity:0.5;stroke:#2584bb;stroke-width:1"
         d="m 61.62537,100.3747 c -0.75,0 -1.125,-0.604167 -1.125,-1.8125 0,-0.166667 0.166667,-0.666667 0.5,-1.5 0.333333,-0.833333 0.5,-1.5625 0.5,-2.1875 0,-0.791667 -1.166673,-2.75 -3.50002,-5.875 L 51.62532,82.6246 20.31267,51.312 c -2.33334,2.208333 -3.50001,4.645833 -3.50001,7.3125 0,2.791733 2.56251,6.843867 7.68753,12.1564 5.125027,5.312467 7.68754,10.1979 7.68754,14.6563 0,2.125 -1.125007,4.8021 -3.37502,8.0313 -2.250007,3.229133 -5.00002,4.8437 -8.25004,4.8437 H 3.87509"
         id="path89"
         inkstitch:color_sort_index="2" />
      <path
         id="path7457"
         style="fill:none;stroke:#2584bb;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round"
         d="M 11.9916,100.202 C 9.1045194,100.14525 6.1952376,100.31471 3.32168,100.119 1.5330099,99.586294 1.996997,97.5184 2.4015232,96.18113 2.5565105,94.896997 2.9558596,93.475103 4.3701415,93.086355 6.3833146,91.843603 5.7709014,89.056097 5.6222223,87.066125 4.7628395,80.893336 3.5421136,74.743783 3.474289,68.489895 3.1668736,59.932585 6.839268,51.834628 11.0848,44.6093 7.5107107,41.029595 4.1550437,36.883047 3.1241464,31.803216 1.9187293,26.501451 2.3115603,20.835318 4.49194,15.833094 5.4806677,13.513337 6.5143915,11.137257 8.3533741,9.3500383 10.058618,7.5724565 12.545734,5.482927 15.1745,6.45374 c 1.911238,0.980773 2.371993,3.854723 0.867752,5.394962 -0.208281,1.064972 0.995383,1.994018 1.463994,2.908119 1.995974,3.179906 5.068946,5.455269 7.604734,8.181798 7.985898,7.49489 15.980554,14.980688 23.96982,22.472081 l 2.0399,-7.2025 C 48.452974,37.34067 45.453098,36.519978 43.6347,34.2433 42.070809,30.753367 42.181578,26.736987 42.899052,23.054728 43.759784,18.77324 45.342126,14.646064 47.2338,10.7297 c 2.169444,-2.2479912 4.900431,-4.910113 8.2904,-4.46235 1.980076,0.3485026 2.92211,3.008218 1.6459,4.55045 0.05217,1.160783 1.685051,1.150762 2.515573,1.514596 3.03501,0.477665 6.358072,0.414298 8.890507,2.422034 3.60036,2.72424 4.560641,7.5217 4.609257,11.797229 -0.256464,3.650643 -0.501438,7.509836 -2.279124,10.787361 -1.708144,2.322182 -4.252598,4.573977 -7.339013,4.32598 -1.446015,-0.653383 -0.88515,1.7204 -1.35398,2.540996 L 59.8928,55.5073 c 3.491265,5.176936 7.78598,9.786222 10.910955,15.206993 2.49592,4.879056 2.845576,10.595001 2.001304,15.930916 -0.67177,3.829735 -2.130253,7.527575 -4.196965,10.807156 -1.753364,2.028521 -3.74263,4.395305 -6.568294,4.765635 M 11.9916,96.4224 C 10.087445,96.393912 8.042686,96.47892 6.22492,96.3807 9.2067158,94.893154 9.9321769,91.117126 9.5085736,88.082136 8.889111,81.779787 7.3593102,75.567568 7.2928297,69.210288 6.7400289,61.085097 10.327668,53.389184 14.332446,46.542876 15.176016,45.455721 15.90395,43.711534 14.513074,42.709012 10.972539,39.194014 7.3641984,35.199973 6.6365033,30.064476 5.5744597,24.866057 6.6120395,19.408462 9.1492221,14.78568 9.8057138,13.177625 11.05904,11.928581 12.337,10.792 c -0.912629,2.885924 1.617165,5.245979 3.007489,7.478345 1.916305,2.58751 4.507735,4.603935 6.703706,6.954418 8.899634,8.373988 17.799703,16.757401 26.759605,25.062637 1.438516,0.942424 3.014577,-0.482703 3.102951,-1.974151 C 53.04247,44.519069 54.395533,40.771354 55.39,36.9483 55.298171,34.766084 52.616462,34.903719 51.1029,34.2642 49.59897,33.54965 47.426596,33.316012 46.673199,31.675434 45.317004,26.42327 47.062786,21.016168 48.974521,16.130499 49.679875,14.518263 50.119004,12.726005 51.6462,11.6695 c 0.908483,-0.713565 2.093528,-1.9345367 1.790675,-0.0085 0.396062,2.925875 3.585116,4.100973 6.130618,4.470789 2.675199,0.459961 5.897418,0.219943 7.730104,2.620848 2.346692,3.204599 2.306239,7.490353 1.795923,11.269245 -0.393001,2.321472 -0.588995,5.016321 -2.580289,6.582129 -0.992923,1.248427 -2.637352,1.511075 -4.082682,0.994673 -1.52253,-0.464364 -3.245457,0.624726 -3.189698,2.292807 -1.071554,5.352956 -2.250065,10.691041 -3.255351,16.053215 0.380188,1.788778 1.977891,3.05617 2.881674,4.614513 3.177117,4.531753 7.166473,8.588162 9.396126,13.712487 1.850529,5.512412 1.477754,11.680676 -0.725264,17.034761 -1.098128,2.784981 -2.727938,5.530953 -5.424736,7.021739 -0.300767,0.06757 -0.601533,0.135133 -0.9023,0.2027 M 8.89477,80.8942 4.41512,81.6034 M 7.76781,71.2189 c -1.5100667,0.07263 -3.0201333,0.145267 -4.5302,0.2179 M 8.22757,61.904 3.80973,60.8779 M 11.3664,52.9215 7.24363,51.0312 M 9.98931,37.0069 6.36507,39.7336 M 6.82984,28.8307 2.34671,29.5175 M 7.0811,21.4179 2.66347,20.3909 m 25.21223,10.8415 3.1017,-3.309 m 11.4828,16.9799 3.1017,-3.3091 M 59.176739,35.440443 48.959621,38.663412 M 46.6598,29.285 42.1402,29.6635 m 6.254,-10.8803 -4.3031,-1.433 M 52.036061,14.325766 57.917759,3.1329761 M 57.761,16.1061 59.245,11.8203 m 6.1338,5.8448 2.3861,-3.857 m 1.035,9.9161 4.4665,-0.7878 m -0.2823,9.1103 -4.45,-0.8762 m -0.0805,0.4086 4.45,0.8762 m -7.2709,4.4157 2.6601,3.6734 m -12.2412,13.0001 4.4428,0.9122 m 0.3225,9.3384 3.586,-2.7768 m 1.5299,1.9757 -3.5861,2.7768 m 1.6574,2.1403 3.586,-2.7768 m 4.2759,7.0138 -4.1334,1.8668 m 0.1285,0.2846 4.1335,-1.8667 m 1.3431,5.3085 -4.4773,0.724 m 0.108,0.668 4.4773,-0.7239 m 0.1835,3.7422 -4.5242,-0.3186 m -0.0457,0.6491 4.5242,0.3186 m -0.0457,0.6491 -4.5242,-0.3186 m -0.0878,1.2463 4.5242,0.3186 m -6.8474,7.7651 4.0411,2.059 m -8.0757,3.0944 c 0.777833,1.296467 1.555667,2.59293 2.3335,3.8894 M 7.1986657,45.292136 18.585646,43.852403 M 10.339902,15.31951 17.276798,3.9325295 M 47.772963,42.020015 51.699508,54.584959 M 63.740912,43.983288 58.636404,36.522852 M 10.078132,93.850408 0.65442415,100.52553"
         inkstitch:satin_column="true"
         inkstitch:pull_compensation_mm="0.20"
         inkstitch:pull_compensation_percent="5"
         sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
         inkstitch:color_sort_index="2" />
      <path
         id="path9997"
         style="fill:none;stroke:#2584bb;stroke-width:1px"
         d="m 61.20148,102.2163 c -2.538903,-0.33835 -3.144425,-3.612264 -2.057924,-5.559632 0.602076,-1.080226 0.471922,-2.274769 -0.362193,-3.190412 C 57.468514,91.407439 56.02178,89.46007 54.174376,87.846224 42.910954,76.582667 31.647411,65.319232 20.383939,54.055725 c -1.691318,2.105838 -2.26767,5.203494 -0.706283,7.552242 3.584832,6.281162 10.04003,10.501646 12.882631,17.276289 1.760053,3.701339 2.129137,8.229835 0.03419,11.879924 -1.953794,3.921367 -4.867896,7.927893 -9.321641,9.099145 -3.612367,0.679935 -7.326432,0.190195 -10.981887,0.338795 H 12.094008 11.991589 M 62.453665,98.678484 C 63.214348,96.71516 63.932336,94.378559 62.58869,92.486466 61.087327,89.985176 59.455022,87.517197 57.247699,85.574654 45.281322,73.64047 33.37565,61.637851 21.371166,49.746608 c -1.662852,-1.110951 -2.950359,0.81642 -3.912558,1.909788 -2.425382,3.015894 -3.404706,7.442401 -1.488277,10.969058 3.310274,6.907374 10.420172,11.151999 13.364814,18.287838 1.167159,2.696291 1.333343,5.89654 -0.270032,8.45891 -1.64843,3.133442 -4.064977,6.742184 -7.944209,7.011274 -3.039259,0.09103 -6.087743,0.01329 -9.129304,0.03914 m 51.651811,-0.395488 c -1.500489,-0.18468 -3.000979,-0.36936 -4.501468,-0.55404 M 54.695244,82.48753 c -1.069021,1.069004 -2.138041,2.138008 -3.207062,3.207012 M 26.335604,54.127866 c -1.069013,1.069013 -2.138025,2.138025 -3.207038,3.207038 m -8.434713,-0.168867 c 1.502459,0.167904 3.004919,0.335807 4.507378,0.503711 m -0.75771,9.525205 c 1.219055,-0.894137 2.438109,-1.788275 3.657164,-2.682412 m 5.500836,13.850762 c 1.305667,-0.762109 2.611334,-1.524217 3.917001,-2.286326 m -3.803545,14.893686 c 1.275145,0.812146 2.55029,1.624292 3.825435,2.436438 m -18.211926,2.637381 c 0,1.511813 0,3.023625 0,4.535438 m 6.958663,-44.293458 0.130885,-11.517865"
         inkstitch:satin_column="true"
         inkstitch:pull_compensation_mm="0.20"
         inkstitch:pull_compensation_percent="5"
         inkstitch:color_sort_index="2" />
    </g>
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-ב"
     style="display:none"
     id="g143">
    <path
       d="M 79.43796,71.9996 70.43791,98.3122 H 3.00009 l 10.50005,-26.3751 49.06274,-0.125 0.1875,-25.8126 q 0,-6.1876 -10.50005,-4.9376 H 13.81264 q -5.31252,-4.5 -5.31252,-12.25 0.125,-16.8751 0.125,-18.8126 0,-1.9375 3.56251,-1.9375 0.75001,0 1.84376,2.6875 1.09376,2.6875 4.40627,2.6875 h 35.37517 q 17.56259,0 17.56259,18.5626 L 70.43791,51.687 q -0.5,9.875 -2.25001,20.3751 z"
       id="path143"
       style="display:none;fill:#4e2990;fill-opacity:0.5;stroke-width:1"
       inkstitch:color_sort_index="0" />
    <path
       style="fill:none;fill-opacity:0.5;fill-rule:evenodd;stroke:#4e2990;stroke-width:1.00001;stroke-dasharray:2, 1;-inkscape-stroke:none"
       d="M 69.377238,94.874676 64.268061,74.975778 65.612581,58.841537"
       id="path370"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:running_stitch_length_mm="2.5"
       inkstitch:running_stitch_tolerance_mm="0.20"
       inkstitch:color_sort_index="1" />
    <path
       d="m 62.319496,72.555664 c 0.111792,-9.033491 0.362859,-18.069665 0.385955,-27.101495 -0.08554,-3.070953 -3.326968,-4.520736 -6.010584,-4.546264 -3.086325,-0.01907 -6.168766,0.252443 -9.259919,0.154595 H 13.8125 C 9.9841638,37.944895 8.3031121,32.901917 8.4952178,28.074201 8.6515375,22.005868 8.4013684,15.918703 8.7605348,9.8616221 L 8.84766,9.15234 M 68.7169,72.28676 C 69.635919,61.744941 70.596333,51.203042 70.967456,40.624253 71.179978,34.213161 72.221186,27.38431 69.271151,21.405516 67.118795,16.763747 62.168407,14.09207 57.215625,13.646041 51.320543,13.185261 45.39062,13.554147 39.481918,13.437753 32.134929,13.38075 24.774751,13.561271 17.436036,13.334908 14.56432,13.143409 13.976409,10.157482 12.584,8.23047 M 49.732638,44.903796 55.476193,8.5696922 M 35.03031,9.2605777 34.824249,44.290887"
       style="display:inline;fill:none;stroke:#4e2990;stroke-width:1"
       inkstitch:satin_column="True"
       inkstitch:zigzag_underlay="True"
       inkstitch:pull_compensation_mm="0.3"
       inkscape:label="Colonne satin 1"
       id="path369"
       sodipodi:nodetypes="ccccccccccccccccccc"
       inkstitch:max_stitch_length_mm="5"
       inkstitch:random_split_phase="False"
       inkstitch:split_method="staggered"
       inkstitch:reverse_rails="none"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:zigzag_underlay_max_stitch_length_mm="5"
       inkstitch:zigzag_underlay_inset_mm=".3"
       inkstitch:zigzag_spacing_mm="0.55"
       inkstitch:short_stitch_distance_mm="0"
       inkstitch:split_staggers="2.5"
       inkstitch:contour_underlay="True"
       inkstitch:contour_underlay_inset_mm="0.10"
       inkstitch:contour_underlay_stitch_length_mm="1.50"
       inkstitch:pull_compensation_percent=""
       inkstitch:color_sort_index="1" />
    <path
       d="m 62.3267,72.1262 0.0171,13.087"
       style="fill:none;stroke:#4e2990;stroke-width:1;stroke-dasharray:3, 1"
       inkstitch:running_stitch_length_mm="2.5"
       inkstitch:running_stitch_tolerance_mm="0.20"
       id="path261"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:color_sort_index="1" />
    <path
       d="M 70.4375,98.3125 H 3 M 78.888352,72.0817 C 58.215152,72.140383 34.0462,72.199211 13.373,72.2578 M 3.76466,101.328 18.071674,65.59585"
       style="display:inline;fill:none;stroke:#4e2990;stroke-width:1"
       inkstitch:satin_column="True"
       inkstitch:zigzag_underlay="True"
       inkstitch:pull_compensation_mm="0.3"
       inkscape:label="Colonne satin 0"
       id="path366"
       sodipodi:nodetypes="cccccc"
       inkstitch:max_stitch_length_mm="5"
       inkstitch:random_split_phase="False"
       inkstitch:split_method="staggered"
       inkstitch:reverse_rails="none"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:zigzag_underlay_max_stitch_length_mm="5"
       inkstitch:zigzag_underlay_inset_mm=".3"
       inkstitch:zigzag_spacing_mm="0.55"
       inkstitch:short_stitch_distance_mm="0"
       inkstitch:split_staggers="2.5"
       inkstitch:contour_underlay="True"
       inkstitch:contour_underlay_inset_mm="0.10"
       inkstitch:contour_underlay_stitch_length_mm="1.50"
       inkstitch:pull_compensation_percent=""
       inkstitch:color_sort_index="1" />
    <g
       id="g78">
      <path
         style="fill:none;fill-rule:evenodd;stroke:#2584bb;stroke-width:0.944882;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:2.83465, 2.83465;stroke-dashoffset:0;-inkscape-stroke:none"
         d="M 68.752922,98.435308 4.0525096,98.295567"
         id="path77"
         inkstitch:color_sort_index="2" />
      <path
         id="path1212"
         style="fill:none;stroke:#2584bb;stroke-width:1px"
         d="M 0.13868553,100.30088 C 3.7073224,91.40382 8.2918184,79.776733 11.916381,70.906053 c 1.16225,-1.501388 3.309184,-0.625816 4.926972,-0.867285 14.614474,-0.03723 29.228947,-0.07447 43.843421,-0.111702 0.01174,-8.136548 0.213239,-16.283251 0.105745,-24.413418 C 60.595461,43.084554 57.627217,42.775086 55.70376,42.77244 49.182006,43.113466 42.634581,42.886835 36.100718,42.95164 28.553553,42.92901 21.001034,42.99678 13.457195,42.91797 11.489772,42.012317 10.188146,40.032815 8.9996758,38.273297 6.5005923,34.196022 6.4953735,29.283652 6.637861,24.663596 6.7111562,19.617233 6.6258119,14.556877 6.7973619,9.5191597 7.0597057,7.0909806 9.7285831,6.1298585 11.857097,6.1920466 c 2.4268,-0.2093155 3.171623,2.4947266 4.135021,4.1683144 1.106543,1.774134 3.559697,1.010583 5.307118,1.1867 11.567822,0.04773 23.13889,-0.09635 34.704644,0.0736 5.543487,0.283432 11.346154,2.685678 14.238444,7.654445 3.101923,5.042669 3.203896,11.216207 2.823968,16.945399 -0.543745,10.814351 -0.793183,21.677122 -2.49082,32.39038 -0.765133,1.751753 0.56751,1.666834 1.951051,1.537353 2.539864,0.08652 5.131965,-0.229843 7.639898,0.107604 1.744442,0.716234 1.05516,2.744416 0.486034,4.03246 0,0 -8.180788,24.185102 -9.019239,25.722258 M 3.9221986,100.24357 14.783135,73.823585 c 16.049549,-0.06485 32.105191,-0.03389 48.150935,-0.158583 2.043541,-0.455451 1.442372,-2.873369 1.537182,-4.399473 0.01614,-7.956598 0.198599,-15.920973 0.111758,-23.872765 -0.02639,-3.000031 -2.496383,-5.411394 -5.326984,-6.012093 -3.694343,-0.87059 -7.47475,0.03706 -11.216801,-0.208613 H 14.563871 c -3.444061,-2.998301 -4.434761,-7.789286 -4.16195,-12.167983 0.04489,-5.599317 0.05908,-11.202702 0.123116,-16.799482 1.336625,-0.8009743 1.45933,1.048425 2.072183,1.83672 1.199481,2.653647 4.3376,3.491195 7.022159,3.285174 12.061322,0.04441 24.125689,-0.08985 36.185061,0.06899 4.599267,0.229421 9.518205,2.231725 11.630981,6.581284 2.702076,5.216688 1.965324,11.274041 1.719511,16.922446 -0.459717,9.90044 -0.818176,19.833391 -2.384697,29.635066 0.0098,1.661424 -1.240028,3.829763 0.351323,5.087926 1.679518,0.697854 3.62221,0.145353 5.40957,0.305438 1.41939,-0.0079 2.838781,-0.01577 4.258172,-0.02366 L 69.179077,96.153148 M 8.9352106,89.534823 3.1842541,86.879106 M 29.968115,74.162869 c -0.0039,-1.511807 -0.0077,-3.023614 -0.01156,-4.535421 m 13.811693,4.500262 c -0.0039,-1.511807 -0.0077,-3.023615 -0.01156,-4.535422 m 21.1879,-13.463275 -4.535316,-0.03294 M 34.314105,38.794182 v 4.535436 M 10.791966,25.185155 6.25663,25.15502 m 28.491163,-9.450502 v -4.535436 m 33.545482,37.878986 4.530303,0.215727 m -0.06408,25.04066 -0.0252,-4.535366 m -1.092389,18.016086 4.291345,1.467835 M 16.34978,76.216376 11.039595,67.412648 m 46.953215,-0.83845 7.546053,9.78192 M 11.738304,14.031314 8.3845027,2.8519776 m 6.8473443,32.8393024 -2.37561,9.502436 m 59.52997,21.659966 -7.406311,7.266569 m 9.222953,1.257675 8.244761,-5.030702"
         inkstitch:satin_column="true"
         inkstitch:pull_compensation_mm="0.20"
         inkstitch:pull_compensation_percent="5"
         sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
         inkstitch:color_sort_index="2" />
      <path
         d="m 5.51647,96.3654 v 1.9468"
         style="fill:none;stroke:#2584bb;stroke-width:1;stroke-dasharray:3, 1"
         inkstitch:running_stitch_length_mm="2.0"
         inkstitch:running_stitch_tolerance_mm="0.2"
         id="path104"
         inkstitch:color_sort_index="2" />
      <path
         id="path576"
         style="fill:none;stroke:#2584bb;stroke-width:1px"
         d="M 72.114801,100.20197 H 4.5372588 M 69.319966,96.422435 H 5.6551925 M 36.719,96.044482 v 4.535438"
         inkstitch:satin_column="true"
         inkstitch:pull_compensation_mm="0.20"
         inkstitch:pull_compensation_percent="5"
         sodipodi:nodetypes="cccccc"
         inkstitch:color_sort_index="2" />
    </g>
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-ג"
     style="display:none"
     id="g144">
    <path
       d="m 42.81278,82.8121 q 0,15.5001 -1.81251,15.5001 -1.25,0 -1.375,-1.6875 -0.31251,-2.9375 -3.93752,-14.5001 -3.37502,-10.5625 -4.81253,-19.3125 -0.4375,1.9375 -0.65625,-7.4063 -0.21875,-9.3438 -0.34375,-11.9063 0.5,-3.1876 -8.56254,-3.6876 l -6.25003,-0.625 q -6.06253,0.125 -7.81254,-7.25 -1.125,-3.125 -1.125,-10.6875 1.25,-13.1876 4.81252,-13.1876 0.75,0 1.84376,2.6875 1.09375,2.6875 4.40627,2.6875 h 3.87502 q 17.37508,0 17.37508,18.5626 0,3.1875 -0.625,6.4688 -0.62501,3.2812 -0.62501,8.4063 0,3.6875 1.03126,7.1563 1.03125,3.4687 4.90627,12.9063 -0.3125,10.1875 -0.3125,15.875 z M 31.00023,60.812 Q 23.12519,77.4996 21.43768,94.1872 L 0.25008,98.3122 4.6251,69.0621 q 14.75007,6.8125 26.37513,-8.2501 z"
       id="path144"
       style="display:none;fill:#4e2990;fill-opacity:0.5;stroke-width:1"
       inkstitch:color_sort_index="0" />
    <path
       d="M 39.7367,97.2685 C 37.538764,86.251697 33.089557,75.806989 31.229175,64.706491 31.099542,63.144001 30.199361,62.382912 30.799185,61.04142 30.026671,61.689422 30.543086,58.32473 30.29632,57.374177 30.116634,52.498803 30.002041,47.62137 29.8506,42.7451 28.22338,39.900938 24.353684,40.287072 21.521429,39.839108 18.447528,39.404685 15.286116,39.44289 12.264276,38.752971 8.3585825,37.301933 7.3142396,32.804762 6.6146579,29.155331 5.6734499,23.422293 6.23442,17.559178 7.7993124,11.990469 7.8505816,11.780113 7.9018508,11.569756 7.95312,11.3594 M 41,98.3125 C 42.817101,95.326337 42.343094,91.300747 42.745351,87.857242 42.81596,80.883517 43.003408,73.910747 43.125,66.9375 40.963218,61.080559 37.947198,55.383488 37.333726,49.088831 36.796181,43.840394 37.962287,38.652424 38.379727,33.448014 38.557705,27.755925 37.766654,21.334253 33.289489,17.308712 29.25466,13.672213 23.519395,13.280646 18.352963,13.434521 14.736199,14.175456 12.576494,11.129904 11.334,8.23047 10.917,8.2431633 10.5,8.2558567 10.083,8.26855 M 34.9575,91.3789 c 3.5854,-0.179267 7.1708,-0.358533 10.7562,-0.5378 M 25.5459,45.1274 c 5.557333,-4.033533 11.114667,-8.067067 16.672,-12.1006 M 2.95794,18.7748 C 8.15676,15.010157 13.35558,11.245513 18.5544,7.48087"
       style="display:inline;fill:none;stroke:#4e2990;stroke-width:1"
       inkstitch:satin_column="True"
       inkstitch:zigzag_underlay="True"
       inkstitch:pull_compensation_mm="0.3"
       inkscape:label="Colonne satin 1"
       id="path2"
       inkstitch:max_stitch_length_mm="5"
       inkstitch:random_split_phase="False"
       inkstitch:split_method="staggered"
       inkstitch:reverse_rails="none"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:zigzag_underlay_max_stitch_length_mm="5"
       inkstitch:zigzag_underlay_inset_mm=".3"
       inkstitch:zigzag_spacing_mm="0.55"
       inkstitch:short_stitch_distance_mm="0"
       inkstitch:split_staggers="2.5"
       inkstitch:contour_underlay="True"
       inkstitch:contour_underlay_inset_mm="0.10"
       inkstitch:contour_underlay_stitch_length_mm="1.50"
       inkstitch:pull_compensation_percent=""
       inkstitch:color_sort_index="1" />
    <path
       d="M 29.6932,63.4338 C 27.357179,69.336657 25.089975,75.291653 23.642219,81.485778 22.610048,85.661852 21.90543,89.912629 21.4375,94.1875 14.375,95.5625 7.3125121,96.937562 0.25,98.3125 M 30.4414,61.498 c -2.066364,1.973818 -3.933721,4.170965 -6.154703,5.973843 -3.932663,2.919769 -9.028157,4.352878 -13.883769,3.422876 C 8.3818662,70.617447 6.526711,69.746157 4.625,69.0625 3.2245596,78.425399 1.8241384,87.788301 0.423695,97.1512 M -2.95794,88.9588 c 4.1231933,4.3024 8.2463867,8.6048 12.36958,12.9072 M 1.07562,64.7574 C 9.4116467,76.141 17.747673,87.5246 26.0837,98.9082 M 20.7056,60.7239 c 2.8683,3.585367 5.7366,7.170733 8.6049,10.7561"
       style="display:inline;fill:none;stroke:#4e2990;stroke-width:1"
       inkstitch:satin_column="True"
       inkstitch:zigzag_underlay="True"
       inkstitch:pull_compensation_mm="0.3"
       inkscape:label="Colonne satin 0"
       id="path1"
       inkstitch:max_stitch_length_mm="5"
       inkstitch:random_split_phase="False"
       inkstitch:split_method="staggered"
       inkstitch:reverse_rails="none"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:zigzag_underlay_max_stitch_length_mm="5"
       inkstitch:zigzag_underlay_inset_mm=".3"
       inkstitch:zigzag_spacing_mm="0.55"
       inkstitch:short_stitch_distance_mm="0"
       inkstitch:split_staggers="2.5"
       inkstitch:contour_underlay="True"
       inkstitch:contour_underlay_inset_mm="0.10"
       inkstitch:contour_underlay_stitch_length_mm="1.50"
       inkstitch:pull_compensation_percent=""
       inkstitch:color_sort_index="1" />
    <g
       id="g77">
      <path
         style="display:inline;fill:none;fill-opacity:0.5;stroke:#2584bb;stroke-width:1"
         d="m 43.12528,66.9371 c -0.208333,6.791667 -0.3125,12.083333 -0.3125,15.875 0,10.3334 -0.60417,15.5001 -1.81251,15.5001 -0.833333,0 -1.29167,-0.5625 -1.375,-1.6875 C 39.41693,94.666367 38.104423,89.833 35.68775,82.1246 33.437737,75.082933 32.115852,70.99787 31.12592,65.293657 25.8443,76.547843 22.562687,83.062133 21.43768,94.1872 l -21.1876,4.125"
         id="path57"
         sodipodi:nodetypes="cssccccc"
         inkstitch:color_sort_index="2" />
      <path
         id="path2572"
         style="fill:none;stroke:#2584bb;stroke-width:1px"
         d="m 2.75953,95.8986 -0.24483,0.0477 3.62577,-24.2408 1.84116,0.564 1.88207,0.4043 3.1176,0.2583 3.11,-0.285 3.0221,-0.798 2.8539,-1.2806 2.468,-1.5962 1.1846,-0.8665 1.1025,-0.9707 2.3477,-2.23 2.1547,-2.4221 0.5032,-0.6215 0.2243,-0.7402 0.0638,-1.5901 0.0167,-7.0337 -0.2105,-7.033 -0.0457,-2.1614 -0.1324,-1.0586 -0.4145,-0.9907 -0.9832,-1.097 L 29.0004,39.3816 27.6045,38.854 26.1722,38.4996 22.0943,37.9879 18.0008,37.5821 13.4497,37.1163 12.632,36.8591 11.9074,36.4538 10.7229,35.2936 9.86653,33.8268 9.30863,32.2443 8.61758,29.6072 8.2422,26.9123 8.01941,21.4629 8.4986,17.665 9.17263,13.8989 9.81024,11.8097 10.2733,10.8318 10.9535,10.0025 M -1.13498,99.5014 -1.44324,99.163 -1.6376,98.2221 2.6774,69.3087 2.82869,68.465 l 0.45738,-0.7156 0.69079,-0.4671 0.85155,-0.0986 2.01323,0.7368 2.03753,0.6799 2.81973,0.498 2.8578,-0.05 2.7956,-0.5908 2.6333,-1.1244 2.1025,-1.3339 1.9535,-1.5371 2.1452,-2.0132 1.9629,-2.1949 0.1211,-1.8726 0.034,-1.9062 -0.1307,-6.634 -0.1993,-6.6338 -0.584,-0.3958 L 26.737,42.5405 25.3571,42.1902 20.3523,41.6112 15.3356,41.114 12.8519,40.8594 11.65,40.542 10.5099,40.027 9.57723,39.4453 8.74225,38.7491 7.35328,37.0787 6.31894,35.1457 5.61523,33.0801 4.87129,30.1575 4.46922,27.1734 4.29591,24.1586 4.23823,21.1437 5.06049,15.1348 5.71754,12.1844 6.77645,9.34732 7.3563,8.35287 8.09158,7.44765 8.99196,6.73756 10.0671,6.32845 M 8.7426,18.7772 4.24698,18.1776 m 4.34905,8.3554 -4.52388,0.3235 m 17.26095,10.679 -0.4513,4.513 M 32.365,51.165 27.8314,51.2959 M 24.015,69.6926 21.5009,65.9178 M 11.8331,73.2721 11.98,68.739 M 5.54897,78.2151 1.06343,77.5442 M 3.5969,91.2661 -0.888641,90.5952 M 8.5120388,74.779483 0.18504432,63.121691"
         sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
         inkstitch:satin_column="true"
         inkstitch:pull_compensation_mm="0.20"
         inkstitch:pull_compensation_percent="5"
         inkstitch:color_sort_index="2" />
      <path
         d="M 9.73836,5.44767 10.1911,8.18559"
         style="fill:none;stroke:#2584bb;stroke-width:1;stroke-dasharray:3, 1"
         inkstitch:running_stitch_length_mm="2.0"
         inkstitch:running_stitch_tolerance_mm="0.2"
         id="path105"
         inkstitch:color_sort_index="2" />
      <path
         id="path2572-1"
         style="fill:none;stroke:#2584bb;stroke-width:1px"
         d="m 10.3148,10.0428 c 0.800778,1.498075 1.415927,3.242949 2.975561,4.12927 1.683433,1.269379 3.917853,1.123011 5.921961,1.14866 2.767632,0.01433 5.580683,0.08736 8.248511,0.892448 3.431481,1.011664 6.4183,3.610325 7.585156,7.030054 0.679551,1.611727 1.066794,3.333983 1.257781,5.066826 0.244887,2.889463 0.27347,5.810763 -0.20459,8.678258 -0.469736,3.204856 -0.791236,6.431516 -0.748353,9.674315 0.0263,1.908751 0.105091,3.835503 0.618905,5.685039 0.326148,1.755093 0.807338,3.46507 1.482571,5.118582 1.152819,3.312154 2.480603,6.557753 3.775797,9.815748 -0.05241,5.148213 -0.321982,10.2976 -0.171404,15.444991 0.186063,4.097628 0.619187,8.274039 -0.346674,12.311774 -1.106314,-8.183369 -4.369122,-15.857129 -5.88028,-23.952624 -0.425823,-2.26432 -1.710695,-4.210981 -2.569399,-6.312834 -0.291812,-0.580234 -0.295699,-1.450538 -0.857328,-1.809975 -0.813392,0.07664 -1.262859,1.014393 -1.718544,1.635368 -0.879949,1.568524 -1.396694,3.314309 -2.419707,4.809165 -1.452722,2.366856 -2.573591,4.918122 -3.773563,7.417255 -1.82051,4.104848 -2.912977,8.503009 -3.384361,12.963469 L 19.7363,92.5935 2.75953,95.8986 M 10.0674,6.32838 c 1.406812,-0.5085252 2.888001,0.5164628 3.478553,1.7718973 0.725799,1.1857416 1.0869,2.8902647 2.602576,3.2904137 2.968694,0.356625 5.979417,-0.01758 8.938529,0.475932 1.528661,0.153898 3.009516,0.64739 4.476848,1.078278 3.530736,1.292928 6.639124,3.888407 8.252513,7.316565 0.804657,1.33683 1.212103,2.867451 1.668414,4.345823 0.384111,1.68524 0.667725,3.383756 0.700461,5.115416 0.143446,2.406715 0.08554,4.833004 -0.264681,7.220957 -0.384272,3.13735 -0.902732,6.273604 -0.776672,9.445913 -0.02384,3.020933 0.430267,6.060648 1.56175,8.872129 1.25899,3.870273 2.886266,7.601756 4.289309,11.419396 -0.169999,7.914626 -0.223861,15.833578 -0.483331,23.745154 -0.166873,2.254391 -0.198517,4.526223 -0.747629,6.731315 -0.27913,1.282643 -1.003632,2.794018 -2.459926,2.960631 -1.622597,0.31743 -3.21066,-1.055279 -3.405116,-2.646255 C 36.568939,90.369216 33.797092,83.638397 32.394213,76.55327 31.822356,73.826818 31.370669,71.076003 30.8479,68.3396 c -2.372753,5.079699 -4.407886,10.332837 -5.88532,15.744076 -1.001129,3.534177 -1.066196,7.258228 -1.823603,10.828916 -0.475939,1.266565 -1.998604,1.169961 -3.098447,1.44997 -6.483586,1.247098 -12.9534038,2.5823 -19.44560879,3.774248 -0.60821262,0.14304 -1.35482247,-0.141103 -1.72990121,-0.63541 m 9.81637,-5.1407 0.86673,4.4518 M 20.4774,84.9448 24.9238,85.839 m 1.2386,-4.4535 -4.2759,-1.5122 m 1.2531,-3.2058 4.1708,1.7817 m 7.8894,-7.3563 -4.4637,0.8037 m 9.653705,17.813862 -7.122965,2.1254 M 40.7113,74.3319 c 1.5115,0.02977 3.023,0.05953 4.5345,0.0893 m -7.591,-15.1518 4.2792,-1.5027 m -6.9179,-13.807 4.5329,0.1518 M 36.0653,34.0933 c 1.51,0.07347 3.02,0.146933 4.53,0.2204 M 25.5655,16.1244 26.4459,11.6752 m 14.125068,80.822277 0.09252,11.611533 m 0.04626,-15.266158 7.216729,0.647655"
         inkstitch:satin_column="true"
         inkstitch:pull_compensation_mm="0.20"
         inkstitch:pull_compensation_percent="5"
         sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
         inkstitch:color_sort_index="2" />
    </g>
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-ד"
     style="display:none"
     id="g145">
    <path
       d="m 79.93796,24.6869 q 0,4.5 -0.78125,9.8438 -0.78126,5.3437 -6.90629,5.7812 -7.31253,8.6251 -4.43752,19.6876 2.62501,9.1876 4.25002,13.7814 1.62501,4.5937 -1.25,14.2813 -0.56251,1.375 -4.06252,5.8125 -3.50002,4.4375 -4.50002,4.4375 -2.93752,0 -2.93752,-2.6875 0,-7 -2.06251,-37.4377 -0.1875,-4.875 4.43752,-18.0001 l -46.50022,-0.125 q -5.93753,-2.125 -6.87503,-8.125 -1.75001,-2.5 -1.75001,-10.6875 0,-13.1876 3.62502,-13.1876 0.625,0 1.78125,2.6875 1.15626,2.6875 4.46878,2.6875 h 55.06276 q 3.68752,0 6.06253,2.9375 2.37501,2.9375 2.37501,8.3126 z"
       id="path145"
       style="display:none;fill:#4e2990;fill-opacity:0.5;stroke-width:1"
       inkstitch:color_sort_index="0" />
    <g
       id="g14">
      <path
         style="fill:none;fill-rule:evenodd;stroke:#4e2990;stroke-width:1.00001;stroke-dasharray:2, 1;-inkscape-stroke:none"
         d="M 61.171066,93.926523 66.905853,72.898969"
         id="path14"
         inkstitch:min_stitch_length_mm=".5"
         inkstitch:min_jump_stitch_length_mm="3"
         inkstitch:running_stitch_length_mm="2.5"
         inkstitch:running_stitch_tolerance_mm="0.20"
         inkstitch:color_sort_index="1" />
      <path
         d="M 59.4961,96.8008 C 58.829948,84.228383 58.179465,71.652859 57.308697,59.093672 57.213771,52.541726 59.712764,46.369419 61.6738,40.2305 m 1.2324,57.8047 c 2.803162,-3.499863 6.456729,-6.499565 8.120477,-10.772662 1.387855,-4.9911 2.474046,-10.521107 0.416377,-15.490582 -1.774828,-5.761814 -4.125905,-11.478707 -4.427911,-17.570051 0.02514,-5.090036 1.272942,-10.322584 4.962044,-13.923663 M 53.7808,66.6398 75.965356,66.370852 M 55.6631,90.0344 69.6461,92.4545 M 73.1419,12.0522 72.3352,41.9006 M 58.083268,41.362776 h 15.596433 l 0.134452,0.268904"
         style="display:inline;fill:none;stroke:#4e2990;stroke-width:1"
         inkstitch:satin_column="True"
         inkstitch:zigzag_underlay="True"
         inkstitch:pull_compensation_mm="0.3"
         inkscape:label="Colonne satin 0"
         id="path12"
         sodipodi:nodetypes="cccccccccccccc"
         inkstitch:max_stitch_length_mm="5"
         inkstitch:random_split_phase="False"
         inkstitch:split_method="staggered"
         inkstitch:reverse_rails="none"
         inkstitch:min_stitch_length_mm=".5"
         inkstitch:min_jump_stitch_length_mm="3"
         inkstitch:zigzag_underlay_max_stitch_length_mm="5"
         inkstitch:zigzag_underlay_inset_mm=".3"
         inkstitch:zigzag_spacing_mm="0.55"
         inkstitch:short_stitch_distance_mm="0"
         inkstitch:split_staggers="2.5"
         inkstitch:contour_underlay="True"
         inkstitch:contour_underlay_inset_mm="0.10"
         inkstitch:contour_underlay_stitch_length_mm="1.50"
         inkstitch:pull_compensation_percent=""
         inkstitch:color_sort_index="1" />
      <path
         d="M 72.8124,40.6163 61.6738,40.2305"
         style="fill:none;stroke:#4e2990;stroke-width:1;stroke-dasharray:3, 1"
         inkstitch:running_stitch_length_mm="2.0"
         inkstitch:running_stitch_tolerance_mm="0.2"
         id="path80"
         inkstitch:color_sort_index="1" />
      <path
         d="M 61.6738,40.2305 61.6935,26.81"
         style="fill:none;stroke:#4e2990;stroke-width:1;stroke-dasharray:3, 1"
         inkstitch:running_stitch_length_mm="2.5"
         inkstitch:running_stitch_tolerance_mm="0.20"
         id="path262"
         inkstitch:min_stitch_length_mm=".5"
         inkstitch:min_jump_stitch_length_mm="3"
         inkstitch:color_sort_index="1" />
      <path
         d="m 78.5324,36.6847 c -1.664497,2.855174 -5.283708,3.570442 -8.341719,3.499475 C 51.856186,40.205117 33.521931,40.085874 15.1875,40.0625 5.4898912,36.293674 6.4346967,23.221769 6.890472,14.732113 7.0735525,13.09325 7.4487458,11.477875 7.97851,9.91697 M 79.9375,24.6875 78.6016,17.9961 C 76.864332,14.826431 73.100616,12.941609 69.521966,13.460901 51.510039,13.3677 33.497619,13.526446 15.485855,13.383226 12.781992,13.1302 11.714959,10.240544 10.5332,8.23047 M 73.1419,12.0522 72.3352,41.9006 M 3.22685,14.7413 15.8653,8.55649 m 16.940991,1.61342 v 33.881906"
         style="display:inline;fill:none;stroke:#4e2990;stroke-width:1"
         inkstitch:satin_column="True"
         inkstitch:zigzag_underlay="True"
         inkstitch:pull_compensation_mm="0.3"
         inkscape:label="Colonne satin 1"
         id="path13"
         sodipodi:nodetypes="cccccccccccccccc"
         inkstitch:max_stitch_length_mm="5"
         inkstitch:random_split_phase="False"
         inkstitch:split_method="staggered"
         inkstitch:reverse_rails="none"
         inkstitch:min_stitch_length_mm=".5"
         inkstitch:min_jump_stitch_length_mm="3"
         inkstitch:zigzag_underlay_max_stitch_length_mm="5"
         inkstitch:zigzag_underlay_inset_mm=".3"
         inkstitch:zigzag_spacing_mm="0.55"
         inkstitch:short_stitch_distance_mm="0"
         inkstitch:split_staggers="2.5"
         inkstitch:contour_underlay="True"
         inkstitch:contour_underlay_inset_mm="0.10"
         inkstitch:contour_underlay_stitch_length_mm="1.50"
         inkstitch:pull_compensation_percent=""
         inkstitch:color_sort_index="1" />
    </g>
    <g
       id="g56">
      <path
         style="fill:none;fill-rule:evenodd;stroke:#2584bb;stroke-width:0.944882;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:4, 1;stroke-dashoffset:0;-inkscape-stroke:none"
         d="m 64.263848,96.101289 -1.943463,2.073027"
         id="path55"
         sodipodi:nodetypes="cc"
         inkstitch:color_sort_index="2" />
      <path
         id="path2336"
         style="fill:none;stroke:#2584bb;stroke-width:1px"
         d="M 62.0055,100.186 C 59.723192,100.2552 57.490432,98.483708 57.477476,96.11916 57.102191,88.031509 56.818297,79.933476 56.217054,71.855298 55.977663,67.058632 55.487719,62.262418 55.406534,57.465409 55.683536,52.16437 57.442859,47.081271 59.0699,42.0696 44.317794,42.005363 29.559337,42.039532 14.8112,41.9138 10.572797,40.654768 7.1434064,36.97587 6.5124,32.5522 4.6263935,28.886926 4.766456,24.601023 4.6974772,20.584817 4.9467236,16.261729 4.600312,11.506928 7.10122,7.73718 8.2628708,6.1593805 11.027518,5.4687792 12.245561,7.3383596 c 1.174256,1.421893 1.407776,4.1414174 3.72301,4.1453714 10.622878,0.148175 21.260926,0.02069 31.889616,0.06327 8.14076,0.04783 16.290761,-0.09554 24.425768,0.07144 4.226827,0.159156 7.66398,3.613081 8.789593,7.535061 1.387228,5.093196 0.502238,10.435416 -0.03925,15.591495 -0.350096,3.483763 -3.06151,6.502153 -6.523172,7.120457 -1.247791,-0.05006 -1.851833,0.91271 -2.461116,1.868605 -3.100958,4.510838 -3.855069,10.331837 -2.449283,15.576659 1.38948,5.178916 3.147711,10.252576 4.660746,15.392367 0.749705,4.78159 -0.434497,9.597905 -1.744075,14.175212 -2.157042,3.699246 -4.86739,7.092119 -7.858909,10.143066 -0.475883,0.47828 -2.199717,0.81456 -2.838567,1.031637 M 62.4953,96.4384 C 60.937866,96.735715 61.178376,95.076313 61.141552,94.062985 60.795893,82.025326 59.820367,70.016273 59.157979,57.997337 59.457493,51.909809 61.802163,46.182746 63.5635,40.4175 63.802264,38.710257 61.904307,38.004858 60.511328,38.293926 L 15.5715,38.1732 C 12.579934,37.207215 10.453984,34.446731 10.106519,31.346258 8.3098282,27.902598 8.5107038,23.856606 8.4998233,20.078134 8.6667221,16.903191 8.5053065,13.580742 9.77362,10.6 c 0.843662,2.049416 2.343943,3.951517 4.59898,4.4787 3.909605,0.523366 7.884648,0.122247 11.821519,0.2479 15.199244,0.02722 30.404143,-0.05443 45.599854,0.04081 3.472954,0.03692 5.705916,3.467507 6.03714,6.62748 0.466065,4.323161 -0.04817,8.714077 -0.711046,12.992683 -0.453981,2.451766 -3.085155,3.391755 -5.294767,3.483029 -1.462475,0.575122 -2.125689,2.238586 -3.069272,3.408127 -3.529029,5.257401 -4.453983,11.99551 -2.878934,18.088201 1.370756,5.194122 3.087531,10.292422 4.667306,15.424572 0.557735,4.084734 -0.427395,8.213421 -1.595057,12.09964 -1.984686,3.226528 -4.359788,6.256384 -7.050143,8.91796 -0.128133,0.05413 -0.256267,0.108267 -0.3844,0.1624 M 61.2689,87.807 56.7371,87.9888 M 60.6123,75.503 c -1.5088,0.09497 -3.0176,0.189933 -4.5264,0.2849 m 3.9484,-9.4697 c -1.508833,0.09497 -3.017667,0.189933 -4.5265,0.2849 m 4.0685,-9.1682 -4.5243,-0.3173 m 6.2334,-8.229 -4.3662,-1.2275 m -3.6044,-9.7644 c -0.0041,1.5118 -0.0081,3.0236 -0.0122,4.5354 M 22.6383,37.8142 c -0.0041,1.5118 -0.0081,3.0236 -0.0122,4.5354 M 12.7156,35.9879 9.47885,39.165 M 8.88816,23.1926 c -1.5111667,0.04423 -3.0223333,0.08847 -4.5335,0.1327 M 17.1346,11.1691 v 4.5354 m 46.015,0 v -4.5354 m 14.3782,16.9055 c 1.510533,0.06267 3.021067,0.125333 4.5316,0.188 m -16.1215,18.5099 4.3506,1.2817 m -5.3651,8.6369 4.5168,-0.4108 m -1.7727,11.2312 4.3496,-1.285 m -1.713,12.484 c 1.511733,0.01457 3.023467,0.02913 4.5352,0.0437 m -9.1292,12.7324 3.6228,2.7286 M 55.842175,43.627783 66.077747,37.020009 M 9.9764442,14.475836 8.6808021,1.9081078"
         inkstitch:satin_column="true"
         inkstitch:pull_compensation_mm="0.20"
         inkstitch:pull_compensation_percent="5"
         sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
         inkstitch:color_sort_index="2" />
    </g>
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-ה"
     style="display:none"
     id="g146">
    <path
       d="m 79.93796,25.3119 q 0,4.6875 -2.59376,9.7813 -2.59376,5.0937 -5.46878,5.0937 l -0.25,0.125 1.75001,17.6876 q 2.93751,15.7501 1.1875,30.0627 0.0625,1.375 -3.43751,5.8125 -3.50002,4.4375 -4.50002,4.4375 -2.31252,0 -2.31252,-2.6875 0,-11 -2.0625,-55.1878 l -47.31273,-0.25 q -4.93753,0 -6.62503,-7.625 -1.75001,-3.125 -1.75001,-10.6875 0,-13.8126 3.62502,-13.8126 0.625,0 1.78125,2.6875 1.15626,2.6875 4.46878,2.6875 h 55.06276 q 3.68752,0 6.06253,2.9375 2.37501,2.9375 2.37501,8.9376 z M 19.81267,77.8746 q -0.5,11.1876 -3.68752,14.4376 -0.6875,1.375 -2.43751,3.25 -0.8125,1.5 -4.00002,2.75 -2.43751,0 -0.5625,-1.9375 0,-2.1875 -0.28125,-3.9062 -0.28125,-1.7188 -0.46875,-3.4063 -1.06251,-2.75 -1.06251,-10.1876 0,-2.1875 0.125,-6 0.125,-3.8125 1.12501,-7.3125 0.875,-4.4376 5.31252,-8.5001 2.43751,-3.5625 4.12502,-4.1875 3.50002,-1.25 3.50002,-0.125 -1.25001,1.75 -1.81251,3.6563 -0.5625,1.9062 0.0625,4.2812 0,1.875 0.21875,6.5001 0.21875,4.625 -0.15625,10.6875 z"
       id="path146"
       style="display:none;fill:#4e2990;fill-opacity:0.5;stroke-width:1"
       inkstitch:color_sort_index="0" />
    <path
       style="fill:none;fill-rule:evenodd;stroke:#4e2990;stroke-width:1.00001;stroke-dasharray:2, 1;-inkscape-stroke:none"
       d="m 65.312857,94.563721 4.46039,-11.469574"
       id="path27"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:running_stitch_length_mm="2.5"
       inkstitch:running_stitch_tolerance_mm="0.20"
       inkstitch:color_sort_index="1" />
    <path
       d="M 64.55,97.1363 C 64.035328,91.287661 64.19889,85.406381 63.904234,79.545965 63.46903,66.567718 62.815075,53.598254 62.2578,40.625 m 5.5076,57.1485 c 2.430034,-2.855897 5.129286,-5.601838 6.665224,-9.078689 C 75.450533,81.601137 75.37946,74.393866 74.668923,67.274859 74.288098,63.168631 73.43517,59.1216 73.106143,55.007403 72.641879,50.223195 72.142103,45.442648 71.6602,40.6602 M 59.5781,92.3335 c 4.566567,1.4868 9.133133,2.9736 13.6997,4.4604 M 58.9409,41.6762 c 4.672767,0.2124 9.345533,0.4248 14.0183,0.6372 M 57.0293,68.7572 c 7.221567,0.3186 14.443133,0.6372 21.6647,0.9558"
       style="display:inline;fill:none;stroke:#4e2990;stroke-width:1"
       inkstitch:satin_column="True"
       inkstitch:zigzag_underlay="True"
       inkstitch:pull_compensation_mm="0.3"
       inkscape:label="Colonne satin 1"
       id="path25"
       inkstitch:max_stitch_length_mm="5"
       inkstitch:random_split_phase="False"
       inkstitch:split_method="staggered"
       inkstitch:reverse_rails="none"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:zigzag_underlay_max_stitch_length_mm="5"
       inkstitch:zigzag_underlay_inset_mm=".3"
       inkstitch:zigzag_spacing_mm="0.55"
       inkstitch:short_stitch_distance_mm="0"
       inkstitch:split_staggers="2.5"
       inkstitch:contour_underlay="True"
       inkstitch:contour_underlay_inset_mm="0.10"
       inkstitch:contour_underlay_stitch_length_mm="1.50"
       inkstitch:pull_compensation_percent=""
       inkstitch:color_sort_index="1" />
    <path
       style="display:inline;fill:none;fill-rule:evenodd;stroke:#4e2990;stroke-width:1.00001;stroke-dasharray:2, 1;-inkscape-stroke:none"
       d="M 72.4161,40.663 65.3129,38.1716 65.6315,27.3393"
       id="path29"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:running_stitch_length_mm="2.5"
       inkstitch:running_stitch_tolerance_mm="0.20"
       inkstitch:color_sort_index="1" />
    <path
       d="m 79.5861,28.7626 c -1.139976,2.943353 -1.817075,6.134937 -3.725514,8.715692 -1.028651,1.871615 -3.19594,2.84488 -5.214502,3.169871 -2.856277,-0.0164 -5.72393,0.03269 -8.573041,-0.0632 C 59.685589,40.178915 57.254338,40.557002 54.849144,40.39474 41.304407,40.306872 27.75911,40.295414 14.214863,40.139911 11.203074,39.766546 9.5154205,36.789026 8.7222252,34.149631 7.761064,31.350004 6.7425314,28.497403 6.7297323,25.494926 6.3354327,20.287682 6.5720801,14.981326 7.98731,9.93184 M 79.9375,25.3125 C 79.411695,22.780691 79.753624,19.973431 78.238872,17.727421 77.293498,15.900937 75.793301,14.221541 73.702703,13.767083 70.933769,13.064772 68.061881,13.650878 65.247816,13.447147 48.816749,13.425832 32.385107,13.478138 15.954405,13.407974 14.05553,13.321136 12.266093,12.015971 11.68302,10.193369 11.233704,9.101772 10.673233,8.2900432 9.43,8.2837 M 3.82319,16.1883 C 7.6463933,13.851903 11.469597,11.515507 15.2928,9.17911 m 11.7881,0 c 0,11.257163 0,22.514327 0,33.77149 M 56.3921,9.17911 C 56.2859,20.648673 56.1797,32.118237 56.0735,43.5878 M 77.101,10.7721 c 0.1062,8.814567 0.2124,17.629133 0.3186,26.4437"
       style="display:inline;fill:none;stroke:#4e2990;stroke-width:1"
       inkstitch:satin_column="True"
       inkstitch:zigzag_underlay="True"
       inkstitch:pull_compensation_mm="0.3"
       inkscape:label="Colonne satin 2"
       id="path26"
       inkstitch:max_stitch_length_mm="5"
       inkstitch:random_split_phase="False"
       inkstitch:split_method="staggered"
       inkstitch:reverse_rails="none"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:zigzag_underlay_max_stitch_length_mm="5"
       inkstitch:zigzag_underlay_inset_mm=".3"
       inkstitch:zigzag_spacing_mm="0.55"
       inkstitch:short_stitch_distance_mm="0"
       inkstitch:split_staggers="2.5"
       inkstitch:contour_underlay="True"
       inkstitch:contour_underlay_inset_mm="0.10"
       inkstitch:contour_underlay_stitch_length_mm="1.50"
       inkstitch:pull_compensation_percent=""
       inkstitch:color_sort_index="1" />
    <g
       id="g28">
      <path
         style="fill:none;fill-rule:evenodd;stroke:#4e2990;stroke-width:1.00001;stroke-dasharray:2, 1;-inkscape-stroke:none"
         d="m 13.69977,62.066593 6.371986,-9.876579"
         id="path28"
         inkstitch:min_stitch_length_mm=".5"
         inkstitch:min_jump_stitch_length_mm="3"
         inkstitch:running_stitch_length_mm="2.5"
         inkstitch:running_stitch_tolerance_mm="0.20"
         inkstitch:color_sort_index="1" />
      <path
         d="m 18.3171,52.7353 c -2.606379,1.371984 -4.05386,4.007625 -6.110375,5.995809 -4.2989029,4.639453 -4.7142926,11.328249 -4.8382233,17.329262 -0.1378169,4.558838 -0.00359,9.143415 1.0029797,13.610064 0.7448524,2.508769 0.4156489,5.111421 0.019809,7.647465 M 21.1897,52.5668 c -0.678533,1.877816 -1.744702,3.649288 -1.722192,5.710956 0.513715,6.606337 0.731752,13.266543 0.337171,19.894237 -0.377985,4.959673 -0.676624,10.331392 -3.788295,14.461528 -1.388491,2.1333 -3.192244,3.93686 -5.323384,5.334479 M 22.302,57.6062 12.4254,52.19 M 23.8949,76.7222 2.54879,74.492 M 15.2928,96.7939 5.09759,90.7405"
         style="display:inline;fill:none;stroke:#4e2990;stroke-width:1"
         inkstitch:satin_column="True"
         inkstitch:zigzag_underlay="True"
         inkstitch:pull_compensation_mm="0.3"
         inkscape:label="Colonne satin 0"
         id="path24"
         sodipodi:nodetypes="cccccccccccccccc"
         inkstitch:max_stitch_length_mm="5"
         inkstitch:random_split_phase="False"
         inkstitch:split_method="staggered"
         inkstitch:reverse_rails="none"
         inkstitch:min_stitch_length_mm=".5"
         inkstitch:min_jump_stitch_length_mm="3"
         inkstitch:zigzag_underlay_max_stitch_length_mm="5"
         inkstitch:zigzag_underlay_inset_mm=".3"
         inkstitch:zigzag_spacing_mm="0.55"
         inkstitch:short_stitch_distance_mm="0"
         inkstitch:split_staggers="2.5"
         inkstitch:contour_underlay="True"
         inkstitch:contour_underlay_inset_mm="0.10"
         inkstitch:contour_underlay_stitch_length_mm="1.50"
         inkstitch:pull_compensation_percent=""
         inkstitch:color_sort_index="1" />
    </g>
    <g
       id="g55">
      <path
         style="fill:none;fill-rule:evenodd;stroke:#2584bb;stroke-width:0.944882;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:4, 1;stroke-dashoffset:0;-inkscape-stroke:none"
         d="m 67.947304,97.300713 -2.541336,0.936282 -2.541337,-5.8852"
         id="path54"
         sodipodi:nodetypes="ccc"
         inkstitch:color_sort_index="2" />
      <path
         id="path6237"
         style="fill:none;stroke:#2584bb;stroke-width:1px"
         d="m 66.3158,100.176 c -2.358623,0.002 -4.008448,-2.260781 -3.892,-4.5008 C 62.139473,82.814689 61.690502,69.959925 61.077512,57.110887 60.864974,52.179624 60.652437,47.248362 60.4399,42.3171 45.079506,42.205309 29.713184,42.215925 14.356487,42.027764 10.574944,41.885533 8.0162522,38.434295 7.039894,35.07739 6.4003485,32.557105 5.1457714,30.203306 5.01304,27.557707 4.4629346,22.804541 4.6784449,17.979062 5.19594,13.2335 5.6719113,10.68218 6.2921116,7.3681548 9.0636547,6.3975149 10.955319,5.530034 12.599333,7.2808603 13.16541,8.9317139 c 0.522782,1.3421061 1.486929,2.7290881 3.115107,2.5864751 18.53361,0.08768 37.077629,-0.03127 55.611668,0.05943 4.230129,0.03731 7.913603,3.307021 9.024024,7.292451 1.695842,5.481363 0.907407,11.552528 -1.683834,16.632386 -1.257564,2.496953 -2.866743,5.135548 -5.566875,6.235848 0.82552,7.932964 1.383499,15.899344 2.7543,23.7642 0.439079,4.719849 0.746749,9.446355 0.61441,14.188973 -0.118912,3.183328 -0.315889,6.394511 -0.792439,9.54257 -0.915322,2.488217 -2.742846,4.532756 -4.330004,6.621243 -1.410057,1.481355 -2.540704,3.467868 -4.550867,4.19771 M 66.935,96.448 C 65.607108,96.288598 66.419723,94.290928 66.141734,93.318266 65.79726,75.652725 64.867622,58.00761 64.1384,40.3555 64.083983,38.560476 62.054357,38.378533 60.684853,38.538872 45.339055,38.43286 29.987996,38.426428 14.645486,38.25817 11.812596,37.992629 10.828443,34.785643 10.236347,32.444819 9.2980631,30.226933 8.7092389,27.884024 8.5832972,25.466999 8.4077278,21.310867 8.4147993,17.098004 9.0971751,12.986834 9.2765558,12.203188 9.6694199,9.6278022 10.239637,11.517727 c 1.012294,2.455076 3.602615,3.867144 6.198063,3.808873 18.451382,0.02724 36.908423,-0.05446 55.356273,0.04081 3.446619,0.02703 5.668393,3.42017 5.96895,6.562656 0.934855,5.265164 -0.664728,10.853518 -3.91574,15.043641 -0.678211,1.126023 -1.966115,1.251314 -3.066883,1.647895 -1.828734,1.043024 -0.671878,3.366871 -0.725243,5.012226 0.762053,7.468881 1.320744,14.963235 2.617343,22.365374 0.409766,4.514933 0.71332,9.034007 0.582188,13.570027 -0.07717,2.915242 -0.331825,5.843193 -0.678488,8.734973 -1.672555,2.963601 -3.835531,5.687722 -6.261401,8.0701 -0.114126,0.109063 -0.294807,0.112335 -0.424799,0.1971 m 0.4736,-9.1031 c -1.511267,0.0404 -3.022533,0.0808 -4.5338,0.1212 m 3.0175,-39.567 c -1.510433,0.0651 -3.020867,0.1302 -4.5313,0.1953 M 54.784,38.1297 c -0.008,1.5118 -0.016,3.0236 -0.024,4.5354 M 22.9299,37.9614 c -0.008,1.5118 -0.016,3.0236 -0.024,4.5354 M 10.7006,32.7217 C 9.2390433,33.1083 7.7774867,33.4949 6.31593,33.8815 M 8.86257,22.872 C 7.3514933,22.9192 5.8404167,22.9664 4.32934,23.0136 M 15.9305,11.0993 c -0.165933,1.502667 -0.331867,3.005333 -0.4978,4.508 m 9.3456,0.0972 c 0,-1.5118 0,-3.0236 0,-4.5354 m 39.439,4.5354 c 0,-1.5118 0,-3.0236 0,-4.5354 m 11.9092,7.1846 c 1.2815,-0.8021 2.563,-1.6042 3.8445,-2.4063 m -2.6677,12.5271 c 1.482167,0.297867 2.964333,0.595733 4.4465,0.8936 M 70.1647,48.581 c 1.504467,-0.148867 3.008933,-0.297733 4.5134,-0.4466 m -3.1797,12.6225 c 1.494867,-0.225767 2.989733,-0.451533 4.4846,-0.6773 m -3.4086,9.5434 c 1.507267,-0.1169 3.014533,-0.2338 4.5218,-0.3507 m -4.2209,7.7491 c 1.5118,-7.67e-4 3.0236,-0.0015 4.5354,-0.0023 m -7.4404,14.5663 c 1.232333,0.875733 2.464667,1.751467 3.697,2.6272"
         inkstitch:satin_column="true"
         inkstitch:pull_compensation_mm="0.20"
         inkstitch:pull_compensation_percent="5"
         inkstitch:color_sort_index="2" />
      <g
         id="g94">
        <path
           d="M 20.108084,63.505635 20.4423,52.7763"
           style="fill:none;stroke:#2584bb;stroke-width:1;stroke-dasharray:3, 1"
           inkstitch:running_stitch_length_mm="2.0"
           inkstitch:running_stitch_tolerance_mm="0.2"
           id="path81"
           sodipodi:nodetypes="cc"
           inkstitch:color_sort_index="2" />
        <path
           id="path2127"
           style="fill:none;stroke:#2584bb;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round"
           d="M 9.44844,100.187 C 7.6958122,100.33154 7.0182562,95.547115 7.0563193,93.466203 7.1085842,90.608879 5.959895,87.907526 5.6792894,85.076037 5.2945393,79.576626 5.3136679,74.019379 5.9771393,68.544686 6.6520288,64.985623 7.5355338,61.313591 9.9769879,58.511482 c 1.2590701,-1.56851 2.7803071,-2.908419 3.9083101,-4.588925 1.659686,-2.264756 4.459065,-3.692122 7.265785,-3.530058 1.949842,0.01996 2.948953,2.651242 1.561074,4.00712 -1.211571,1.714134 -1.706205,3.854915 -1.109401,5.894866 0.378203,8.053582 0.582537,16.180305 -0.562781,24.181358 -0.471241,3.378166 -1.427381,6.806018 -3.693647,9.438237 -1.150294,1.672467 -2.374142,3.375539 -3.982728,4.63482 -0.918918,0.599933 -2.746739,1.161926 -3.7596046,1.57998 M 11.006646,95.73065 C 11.177166,92.753082 10.591794,90.906554 10.036898,87.985747 8.8185702,82.959881 9.2720092,77.712452 9.3616711,72.588767 9.66609,68.983056 10.149854,65.205577 12.055937,62.059628 c 1.413301,-2.12594 5.085424,-5.754499 6.872606,-7.485041 0.07676,2.603581 -0.81735,6.805102 -0.97081,9.036298 0.265649,6.887034 0.32079,13.837394 -0.723293,20.662574 -0.362806,2.645006 -1.117928,5.318089 -2.915486,7.357597 -1.299474,1.88622 -1.138948,2.752268 -3.36616,4.029371 M 10.323,87.6046 5.95406,88.822 M 9.61091,80.4308 5.07632,80.5187 M 9.80944,71.8477 5.29311,71.432 m 6.59429,-8.2876 -4.03287,-2.075 m 9.70837,2.0452 c 1.510933,-0.05083 3.021867,-0.101667 4.5328,-0.1525 m -4.4346,11.9435 c 1.510633,0.05997 3.021267,0.119933 4.5319,0.1799 m -5.2754,8.8204 4.4609,0.8192 m -6.797,5.8887 3.5312,2.8461 m -0.502401,-36.642456 5.63783,-8.044992"
           inkstitch:satin_column="true"
           inkstitch:pull_compensation_mm="0.20"
           inkstitch:pull_compensation_percent="5"
           sodipodi:nodetypes="cscccccccccccccccccccccccccccccccccccccc"
           inkstitch:color_sort_index="2" />
      </g>
    </g>
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-ו"
     style="display:none"
     id="g147">
    <path
       d="m 35.37525,88.0622 q 0,1.4375 -2.28126,5.8438 -2.28127,4.4062 -3.90627,4.4062 -2.75002,0 -2.75002,-2.6875 0,-1.6875 0.28125,-23.0938 0.28126,-21.4064 0.28126,-24.9064 0,-7.3126 -5.43753,-7.3126 h -7.93754 q -4.93752,0 -6.81253,-3.375 -1.75001,-5 -1.75001,-12.5625 0,-16.3126 3.43752,-16.3126 0.75,0 1.87501,2.6875 1.125,2.6875 4.43752,2.6875 h 7.93754 q 12.50006,0 12.50006,18.5626 l 0.6875,28.0001 q 1.31251,12.8126 -0.5625,28.0627 z"
       id="path147"
       style="display:none;fill:#4e2990;fill-opacity:0.5;stroke-width:1"
       inkstitch:color_sort_index="0" />
    <path
       d="m 26.6096,96.8005 c -0.26735,-11.093002 0.184233,-22.190081 0.214335,-33.284568 -0.0131,-5.945405 0.2942,-11.902949 0.04922,-17.841148 C 26.722071,43.155139 25.035104,40.450112 22.280021,40.370763 18.212318,40.015327 13.98761,40.903171 10.032611,39.669065 7.5465694,38.865722 6.295216,36.354101 5.9931391,33.915624 4.6558481,27.569111 5.0311067,21.013877 5.5404343,14.597688 5.8025531,12.690896 5.9374787,10.544882 7.4989549,9.2155271 7.7096333,8.972748 7.9203116,8.729969 8.13099,8.48719 M 29.1877,98.3122 c 2.294136,-0.923064 3.095635,-3.393335 4.330568,-5.330041 1.287434,-2.244562 2.063016,-4.739734 2.098652,-7.337451 0.980858,-8.523675 1.060429,-17.13389 0.342034,-25.680152 C 35.567173,49.19166 35.570901,38.401207 35.021413,27.63546 34.526864,22.706698 33.046045,17.050557 28.265284,14.625334 23.64128,12.478629 18.429643,13.935852 13.549995,13.283631 11.097983,13.075036 10.530509,10.490146 9.1921537,8.9136477 8.9614758,8.6296985 8.7307979,8.3457492 8.50012,8.0618 M 23.2577,56.0132 c 5.7348,0.1062 11.4696,0.2124 17.2044,0.3186 M 23.2577,91.0591 c 4.6728,1.062 9.3456,2.124 14.0184,3.186 M 19.7532,8.86051 C 13.3812,17.037907 7.0091993,25.215303 0.637199,33.3927 M 2.54879,11.4093 C 6.6905933,10.453503 10.832397,9.4977067 14.9742,8.54191 M 16.8858,41.3576 C 24.001167,35.198033 31.116533,29.038467 38.2319,22.8789"
       style="display:inline;fill:none;stroke:#4e2990;stroke-width:1"
       inkstitch:satin_column="True"
       inkstitch:zigzag_underlay="True"
       inkstitch:pull_compensation_mm="0.3"
       inkscape:label="Colonne satin 0"
       id="path32"
       inkstitch:max_stitch_length_mm="5"
       inkstitch:random_split_phase="False"
       inkstitch:split_method="staggered"
       inkstitch:reverse_rails="none"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:zigzag_underlay_max_stitch_length_mm="5"
       inkstitch:zigzag_underlay_inset_mm=".3"
       inkstitch:zigzag_spacing_mm="0.55"
       inkstitch:short_stitch_distance_mm="0"
       inkstitch:split_staggers="2.5"
       inkstitch:contour_underlay="True"
       inkstitch:contour_underlay_inset_mm="0.10"
       inkstitch:contour_underlay_stitch_length_mm="1.50"
       inkstitch:pull_compensation_percent=""
       inkstitch:color_sort_index="1" />
    <g
       id="g54">
      <path
         style="fill:none;fill-rule:evenodd;stroke:#2584bb;stroke-width:0.944882;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:4, 1;stroke-dashoffset:0;-inkscape-stroke:none"
         d="m 33.936337,91.763569 -4.468982,6.563819 -3.351737,-2.094836"
         id="path53"
         inkstitch:color_sort_index="2" />
      <path
         id="path1015"
         style="fill:none;stroke:#2584bb;stroke-width:1px"
         d="m 28.9264,100.184 c -2.254791,0.0477 -4.333455,-1.782963 -4.329152,-4.084472 0.02696,-12.780908 0.296384,-25.574756 0.398845,-38.360842 -0.06028,-4.064852 0.320941,-8.155165 -0.06259,-12.203117 C 24.839732,43.714559 23.431313,41.982812 21.4781,42.2017 17.844381,42.077427 14.148272,42.513793 10.562201,41.830998 7.6906112,41.168829 5.0720849,38.933004 4.5607921,35.945489 2.7268691,29.361697 3.1304829,22.430012 3.5277228,15.685061 3.918312,12.597108 4.0856711,8.9724634 6.59496,6.77975 8.0264234,5.7624693 10.101101,6.1534477 10.9485,7.73548 c 0.881048,1.4884461 1.408995,3.899985 3.594414,3.770185 4.441021,0.321067 9.074621,-0.607673 13.362837,0.914453 4.456604,1.554932 7.206529,5.920607 8.200671,10.351079 1.384488,5.635164 0.947607,11.501209 1.231195,17.254159 0.288636,8.905801 0.231453,17.82808 0.948564,26.713583 0.199537,7.576322 -0.198968,15.167761 -1.217881,22.676661 -1.168589,3.258522 -2.608052,6.532608 -4.8407,9.2117 -0.714066,0.703955 -1.442285,1.294994 -2.4596,1.4837 m -0.319,-3.6704 c -1.549813,0.238331 -1.041364,-1.576834 -1.100716,-2.517352 0.162298,-15.725927 0.445157,-31.454536 0.500294,-47.179165 0.0087,-3.316448 -1.566829,-7.181611 -5.099377,-8.013535 C 20.714255,38.09874 17.556706,38.566865 14.472641,38.4221 12.186768,38.493008 9.1103127,38.049739 8.3667487,35.504209 6.4644528,29.118542 6.9280651,22.350169 7.3147031,15.787912 7.5207453,13.948528 7.7017588,12.042292 8.4922,10.3475 c 0.1768342,3.016783 3.268633,5.017438 6.1127,4.9676 3.68008,0.175603 7.426844,-0.342279 11.059486,0.367368 3.748534,0.802527 5.989363,4.419241 6.750041,7.940188 1.294587,5.26178 0.859982,10.747303 1.135601,16.120927 0.299813,9.029281 0.224396,18.076507 0.957255,27.085256 0.180452,7.305819 -0.159995,14.641567 -1.179307,21.873685 -1.074605,2.606807 -2.125445,5.375856 -4.04725,7.484775 -0.160312,0.222694 -0.438532,0.234302 -0.673326,0.326401 m 0.1648,-6.3569 C 27.2605,90.1384 25.7488,90.12 24.2371,90.1016 m 4.9722,-37.2712 c -1.511733,-0.01707 -3.023467,-0.03413 -4.5352,-0.0512 m -7.3166,-14.735 c 0,1.5118 0,3.0236 0,4.5354 M 10.1226,37.1701 C 9.2576133,38.41 8.3926267,39.6499 7.52764,40.8898 M 7.53473,28.8389 c -1.5044,0.149533 -3.0088,0.299067 -4.5132,0.4486 M 7.41922,21.4547 C 5.9080933,21.409233 4.3969667,21.363767 2.88584,21.3183 M 18.9384,15.7045 c 0,-1.5118 0,-3.0236 0,-4.5354 m 7.7945,5.2659 c 0.580467,-1.395933 1.160933,-2.791867 1.7414,-4.1878 m 3.4563,11.0862 c 1.4456,-0.4425 2.8912,-0.885 4.3368,-1.3275 m -3.1385,15.9826 c 1.511333,-0.0371 3.022667,-0.0742 4.534,-0.1113 m -4.1298,16.5741 c 1.511333,-0.0371 3.022667,-0.0742 4.534,-0.1113 M 33.82,62.2316 c 1.508167,-0.105133 3.016333,-0.210267 4.5245,-0.3154 m -4.1901,7.851 c 1.511767,-0.0129 3.023533,-0.0258 4.5353,-0.0387 m -4.6915,7.5923 c 1.510133,0.0716 3.020267,0.1432 4.5304,0.2148 m -6.8088,13.9535 c 1.369833,0.6396 2.739667,1.2792 4.1095,1.9188 M 21.925946,45.677185 28.908732,39.253022 M 8.658654,14.952929 7.4017526,1.8252923"
         inkstitch:satin_column="true"
         inkstitch:pull_compensation_mm="0.20"
         inkstitch:pull_compensation_percent="5"
         inkstitch:color_sort_index="2" />
    </g>
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-ז"
     style="display:none"
     id="g148">
    <path
       d="m 39.75027,30.9994 q 0,5.375 -2.37501,9.9375 -2.12501,4.0001 -3.75002,4.0001 -0.1875,0 -0.1875,-0.375 -0.125,-0.3125 -0.25,-0.7187 -0.12501,-0.4063 -0.12501,-0.4688 0,-0.75 -1.71875,-1.1875 -1.71876,-0.4376 -5.21878,-1.2501 -3.06251,-0.125 -3.06251,3.9376 0,1.125 3.50001,12.3438 3.50002,11.2188 1.62501,17.4063 0,7.0625 -3.37501,15.5626 -1.43751,8.125 -3.31252,8.125 -3.25002,0 -3.25002,-1.4375 0,0.125 -0.21875,-3.0625 -0.21875,-3.1875 -0.21875,-5.5 0,-1.3125 -0.625,-11.0626 -0.625,-9.75 -3.75002,-19.5001 -0.625,-4.5625 0,-8.375 0.625,-3.8125 1.50001,-10.0626 l -0.93751,-0.125 Q 10.75013,38.7494 8.21887,35.5619 5.6876,32.3744 5.6876,24.8744 q 0,-6.5001 2.09376,-11.6563 2.09376,-5.1563 4.03127,-5.1563 1.31251,0 1.31251,1.3125 0,0.375 -0.1875,0.7188 -0.1875,0.3437 -0.1875,0.6562 0,1.75 12.37506,2.6875 14.62507,1.125 14.62507,17.5626 z"
       id="path148"
       style="display:none;fill:#4e2990;fill-opacity:0.5;stroke-width:1"
       inkstitch:color_sort_index="0" />
    <path
       style="fill:none;fill-rule:evenodd;stroke:#4e2990;stroke-width:1.00001;stroke-dasharray:2, 1;-inkscape-stroke:none"
       d="M 21.73988,86.357347 18.877991,42.086328 25.119135,30.37434"
       id="path41"
       sodipodi:nodetypes="ccc"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:running_stitch_length_mm="2.5"
       inkstitch:running_stitch_tolerance_mm="0.20"
       inkstitch:color_sort_index="1" />
    <path
       d="M 33.4844,44.8438 C 33.19844,44.235705 33.281277,43.346183 32.733295,42.924242 27.867486,40.834512 22.181479,45.173126 12.858756,39.314154 10.383028,37.863136 7.9123493,35.958673 6.9284325,33.152397 5.7024771,29.81621 5.6183752,26.193809 5.7681638,22.680835 6.0129198,18.563719 6.9689837,14.428995 8.9481732,10.790976 L 11.1643,8.32284 M 34.8217,44.1578 c 1.196327,-1.953165 2.713458,-3.727063 3.669569,-5.816404 1.212223,-3.358426 1.442838,-6.994654 1.068169,-10.524868 C 39.301733,25.510214 38.826511,23.183757 37.822184,21.078446 36.257304,17.87642 33.343088,15.317859 29.877555,14.395009 27.337218,13.535504 24.62942,13.421242 21.9827,13.138356 19.552887,12.933615 17.133601,12.580297 14.76174,12.017545 13.719378,11.89775 12.628502,11.060899 12.773846,9.912499 12.908997,9.3986475 12.842947,8.9148501 12.7969,8.39062 M 2.86739,12.0465 17.523,9.17911 M 4.14179,42.632 38.2319,14.2767 M 27.415514,43.533135 41.4179,37.177149"
       style="display:inline;fill:none;stroke:#4e2990;stroke-width:1"
       inkstitch:satin_column="True"
       inkstitch:zigzag_underlay="True"
       inkstitch:pull_compensation_mm="0.3"
       inkscape:label="Colonne satin 1"
       id="path40"
       sodipodi:nodetypes="cccccccccccccccccccccc"
       inkstitch:max_stitch_length_mm="5"
       inkstitch:random_split_phase="False"
       inkstitch:split_method="staggered"
       inkstitch:reverse_rails="none"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:zigzag_underlay_max_stitch_length_mm="5"
       inkstitch:zigzag_underlay_inset_mm=".3"
       inkstitch:zigzag_spacing_mm="0.55"
       inkstitch:short_stitch_distance_mm="0"
       inkstitch:split_staggers="2.5"
       inkstitch:contour_underlay="True"
       inkstitch:contour_underlay_inset_mm="0.10"
       inkstitch:contour_underlay_stitch_length_mm="1.50"
       inkstitch:pull_compensation_percent=""
       inkstitch:color_sort_index="1" />
    <path
       d="m 14.7792,40.3986 4.3951,1.0413"
       style="fill:none;stroke:#4e2990;stroke-width:1;stroke-dasharray:3, 1"
       inkstitch:running_stitch_length_mm="2.5"
       inkstitch:running_stitch_tolerance_mm="0.20"
       id="path263"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:color_sort_index="1" />
    <path
       d="M 18.25,96.875 C 17.379164,84.768281 17.837274,72.380633 14.265847,60.6433 13.236534,57.53116 12.974099,54.229885 13.267643,50.977296 13.569684,47.323189 14.404002,43.740819 14.824191,40.1016 m 7.1377,58.0839 C 24.537074,93.597623 27.749965,81.341337 27.952083,77.988987 29.835104,68.856575 27.453948,60.322346 24.847207,51.571779 24.155938,49.304043 23.947312,44.767442 23.524795,42.431998 M 13.3812,91.0591 26.7623,95.5195 M 11.151,63.9782 31.5413,64.6154 m -19.1159,-23.895 13.905658,3.993819"
       style="display:inline;fill:none;stroke:#4e2990;stroke-width:1"
       inkstitch:satin_column="True"
       inkstitch:zigzag_underlay="True"
       inkstitch:pull_compensation_mm="0.3"
       inkscape:label="Colonne satin 0"
       id="path39"
       sodipodi:nodetypes="cccccccccccccc"
       inkstitch:max_stitch_length_mm="5"
       inkstitch:random_split_phase="False"
       inkstitch:split_method="staggered"
       inkstitch:reverse_rails="none"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:zigzag_underlay_max_stitch_length_mm="5"
       inkstitch:zigzag_underlay_inset_mm=".3"
       inkstitch:zigzag_spacing_mm="0.55"
       inkstitch:short_stitch_distance_mm="0"
       inkstitch:split_staggers="2.5"
       inkstitch:contour_underlay="True"
       inkstitch:contour_underlay_inset_mm="0.10"
       inkstitch:contour_underlay_stitch_length_mm="1.50"
       inkstitch:pull_compensation_percent=""
       inkstitch:color_sort_index="1" />
    <g
       id="g53">
      <path
         style="fill:none;fill-rule:evenodd;stroke:#2584bb;stroke-width:0.944882;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:4, 1;stroke-dashoffset:0;-inkscape-stroke:none"
         d="m 24.020782,91.344602 -2.374147,6.703474 -4.050016,-1.536213"
         id="path52"
         inkstitch:color_sort_index="2" />
      <path
         id="path2618"
         style="fill:none;stroke:#2584bb;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round"
         d="M 21.3811,100.198 C 19.294036,100.2816 16.525884,99.487945 16.3652,97.0094 15.754402,88.493961 15.780181,79.920124 14.656534,71.448008 14.055614,66.835822 12.808911,62.346706 11.5526,57.8841 11.164699,54.370343 11.135766,50.823245 11.829844,47.342758 12.15313,45.174105 12.476415,43.005453 12.7997,40.8368 8.6447146,39.845695 5.5440556,36.112253 4.5772909,32.044804 3.1861769,25.497225 3.6534254,18.483086 6.1466547,12.249758 7.2593713,9.8316404 8.544822,6.671783 11.5039,6.19742 c 2.102156,-0.3595981 4.017446,1.7867059 3.4043,3.82808 5.543139,1.738207 11.624341,0.839006 17.047303,3.082231 5.168061,2.006502 8.51455,7.192726 9.201255,12.571969 1.070411,5.886317 0.361651,12.26112 -2.853299,17.404421 -1.093468,1.873406 -2.967153,4.203196 -5.402959,3.598179 -1.245534,-0.305961 -1.123079,-1.82274 -1.751662,-2.538038 -1.798171,-0.477889 -3.658246,-1.092465 -5.497451,-1.226361 -0.897102,0.406047 -0.686228,1.969088 -0.445031,2.791875 1.676358,7.019224 4.518878,13.768018 5.348312,20.980045 0.390933,2.943423 0.06536,5.918068 -0.524321,8.799318 -0.105049,5.309511 -1.619212,10.45666 -3.434702,15.403307 -0.694074,2.9612 -1.026114,6.355314 -3.261923,8.607192 C 22.975134,99.868956 22.488303,100.0215 22.0012,100.134 M 21.6193,96.4262 C 20.001015,96.824182 19.901627,95.57933 19.961476,94.308945 19.551781,86.570246 19.416095,78.795977 18.429089,71.103275 17.808369,66.388639 16.593527,61.77825 15.294366,57.220155 14.885412,53.90455 15.020722,50.567441 15.659166,47.288878 15.981367,44.474337 16.693299,41.665855 16.7694,38.847 16.173454,36.796825 13.573028,37.679094 12.1888,36.575513 8.7250049,34.666079 7.75726,30.446817 7.6660996,26.7836 7.3651762,21.439706 8.1751962,15.854789 10.9122,11.1861 c 0.583856,2.279389 3.287595,2.58895 5.215362,3.069692 4.321949,0.936634 8.856716,0.644905 13.099067,1.921797 4.570495,1.096659 7.640671,5.463786 8.171417,9.983121 1.02488,5.361766 0.347555,11.267523 -2.879546,15.79679 -1.659282,-1.925727 -4.494338,-1.834222 -6.756386,-2.571742 -2.277623,-0.866769 -5.349276,0.0499 -6.062227,2.576489 -0.819088,1.796832 -0.497776,3.831836 0.07629,5.651135 1.813755,7.264657 4.912753,14.317459 5.165869,21.889802 0.108838,2.633586 -0.894945,5.128941 -0.801238,7.764098 -0.334137,4.395947 -1.774167,8.594269 -3.218061,12.724465 -0.5044,2.193869 -0.766149,4.547569 -1.945846,6.505653 m -0.9065,-8.4262 c -1.5094,0.08527 -3.0188,0.170533 -4.5282,0.2558 m 3.7483,-12.9015 c -1.504867,0.1447 -3.009733,0.2894 -4.5146,0.4341 M 17.446,63.8638 c -1.475133,0.330967 -2.950267,0.661933 -4.4254,0.9929 m 2.4338,-10.7012 c -1.507967,0.1077 -3.015933,0.2154 -4.5239,0.3231 M 16.2983,45.565 C 14.803,45.3421 13.3077,45.1192 11.8124,44.8963 m -1.0188,-9.8869 c -1.1116633,1.024567 -2.2233267,2.049133 -3.33499,3.0737 m 0.7866,-9.0938 C 6.7527,29.2301 5.26019,29.4709 3.76768,29.7117 m 4.4926,-9.1851 C 6.76126,20.330333 5.26224,20.134067 3.76322,19.9378 M 23.3715,10.9904 c -0.1444,1.5049 -0.2888,3.0098 -0.4332,4.5147 m 6.2341,1.053 c 0.4819,-1.432967 0.9638,-2.865933 1.4457,-4.2989 m 5.7653,11.3068 c 1.431733,-0.485533 2.863467,-0.971067 4.2952,-1.4566 m -3.3053,10.7658 c 1.509433,0.085 3.018867,0.17 4.5283,0.255 m -12.6564,6.2222 c -0.352167,1.470233 -0.704333,2.940467 -1.0565,4.4107 m -4.6398,11.3186 c 1.4473,-0.4369 2.8946,-0.8738 4.3419,-1.3107 m -1.8556,10.9719 c 1.493067,-0.2375 2.986133,-0.475 4.4792,-0.7125 m -4.7212,12.7048 c 1.509267,0.08793 3.018533,0.175867 4.5278,0.2638 m -5.8791,7.1465 c 1.461367,0.3872 2.922733,0.7744 4.3841,1.1616 M 26.953552,45.397874 22.763881,35.76163 m 10.753489,2.094835 2.234492,11.73108 M 10.893145,14.952929 11.870735,1.6856366"
         inkstitch:satin_column="true"
         inkstitch:pull_compensation_mm="0.20"
         inkstitch:pull_compensation_percent="5"
         inkstitch:color_sort_index="2" />
    </g>
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-ח"
     style="display:none"
     id="g149">
    <path
       d="m 79.93796,23.4369 q 0,10.3125 -2.46876,13.2813 -2.46876,2.9687 -3.21877,3.5937 h -0.5 l 0.4375,24.1877 q 0.81251,11.125 0.375,23.5626 0.0625,1.375 -3.43751,5.8125 -3.50002,4.4375 -4.50002,4.4375 -3.56252,0 -3.56252,-2.6875 0,-11 -0.4375,-55.3128 H 28.31271 q -2.87501,0.062 -5.37502,7.4376 -1.25001,2.5625 -1.81251,13.5 -0.56251,10.9376 -0.25,14.3439 0.3125,3.4062 0,7.5 -0.31251,4.0938 -0.37501,5.4688 -0.6875,1.375 -3.68751,6.375 -3.31252,3.375 -7.12504,3.375 -2.43751,0 -2.43751,-2.5625 0,-1.5625 0.87501,-3.3125 0.1875,-4.125 0.1875,-14.5001 0,-2.0625 -0.31251,-10.4687 Q 7.68761,59.062 8.93762,55.562 12.68764,42.3745 16.81266,40.3119 h -3.50002 q -3.06251,0 -5.00002,-3.375 -1.75001,-8.75 -1.75001,-16.3126 0,-12.5625 3.62502,-12.5625 0.625,0 1.78125,2.6875 1.15626,2.6875 4.46878,2.6875 h 55.06276 q 3.68752,0 6.06253,2.9375 2.37501,2.9375 2.37501,7.0626 z"
       id="path149"
       style="display:none;fill:#4e2990;fill-opacity:0.5;stroke-width:1"
       inkstitch:color_sort_index="0" />
    <path
       style="display:inline;fill:none;fill-rule:evenodd;stroke:#4e2990;stroke-width:1.00001;stroke-dasharray:2, 1;-inkscape-stroke:none"
       d="m 65.312857,94.563721 4.46039,-11.469574"
       id="path27-0"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:running_stitch_length_mm="2.5"
       inkstitch:running_stitch_tolerance_mm="0.20"
       inkstitch:color_sort_index="1" />
    <path
       d="M 64.55,97.1363 C 64.035328,91.287661 64.19889,85.406381 63.904234,79.545965 63.46903,66.567718 62.815075,53.598254 62.2578,40.625 m 5.5076,57.1485 c 2.430034,-2.855897 5.129286,-5.601838 6.665224,-9.078689 C 75.450533,81.601137 75.37946,74.393866 74.668923,67.274859 74.288098,63.168631 73.43517,59.1216 73.106143,55.007403 72.641879,50.223195 72.142103,45.442648 71.6602,40.6602 M 59.5781,92.3335 c 4.566567,1.4868 9.133133,2.9736 13.6997,4.4604 M 58.9409,41.6762 c 4.672767,0.2124 9.345533,0.4248 14.0183,0.6372 M 57.0293,68.7572 c 7.221567,0.3186 14.443133,0.6372 21.6647,0.9558"
       style="display:inline;fill:none;stroke:#4e2990;stroke-width:1"
       inkstitch:satin_column="True"
       inkstitch:zigzag_underlay="True"
       inkstitch:pull_compensation_mm="0.3"
       inkscape:label="Colonne satin 1"
       id="path25-0"
       inkstitch:max_stitch_length_mm="5"
       inkstitch:random_split_phase="False"
       inkstitch:split_method="staggered"
       inkstitch:reverse_rails="none"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:zigzag_underlay_max_stitch_length_mm="5"
       inkstitch:zigzag_underlay_inset_mm=".3"
       inkstitch:zigzag_spacing_mm="0.55"
       inkstitch:short_stitch_distance_mm="0"
       inkstitch:split_staggers="2.5"
       inkstitch:contour_underlay="True"
       inkstitch:contour_underlay_inset_mm="0.10"
       inkstitch:contour_underlay_stitch_length_mm="1.50"
       inkstitch:pull_compensation_percent=""
       inkstitch:color_sort_index="1" />
    <path
       style="display:inline;fill:none;fill-rule:evenodd;stroke:#4e2990;stroke-width:1.00001;stroke-dasharray:2, 1;-inkscape-stroke:none"
       d="M 72.4161,40.663 65.3129,38.1716 65.6315,27.3393"
       id="path29-9"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:running_stitch_length_mm="2.5"
       inkstitch:running_stitch_tolerance_mm="0.20"
       inkstitch:color_sort_index="1" />
    <path
       d="m 79.5861,28.7626 c -1.139976,2.943353 -1.817075,6.134937 -3.725514,8.715692 -1.028651,1.871615 -3.19594,2.84488 -5.214502,3.169871 -2.856277,-0.0164 -5.72393,0.03269 -8.573041,-0.0632 C 59.685589,40.178915 57.254338,40.557002 54.849144,40.39474 41.304407,40.306872 27.75911,40.295414 14.214863,40.139911 11.203074,39.766546 9.5154205,36.789026 8.7222252,34.149631 7.761064,31.350004 6.7425314,28.497403 6.7297323,25.494926 6.3354327,20.287682 6.5720801,14.981326 7.98731,9.93184 M 79.9375,25.3125 C 79.411695,22.780691 79.753624,19.973431 78.238872,17.727421 77.293498,15.900937 75.793301,14.221541 73.702703,13.767083 70.933769,13.064772 68.061881,13.650878 65.247816,13.447147 48.816749,13.425832 32.385107,13.478138 15.954405,13.407974 14.05553,13.321136 12.266093,12.015971 11.68302,10.193369 11.233704,9.101772 10.673233,8.2900432 9.43,8.2837 M 3.82319,16.1883 C 7.6463933,13.851903 11.469597,11.515507 15.2928,9.17911 m 11.7881,0 c 0,11.257163 0,22.514327 0,33.77149 M 56.3921,9.17911 C 56.2859,20.648673 56.1797,32.118237 56.0735,43.5878 M 77.101,10.7721 c 0.1062,8.814567 0.2124,17.629133 0.3186,26.4437"
       style="display:inline;fill:none;stroke:#4e2990;stroke-width:1"
       inkstitch:satin_column="True"
       inkstitch:zigzag_underlay="True"
       inkstitch:pull_compensation_mm="0.3"
       inkscape:label="Colonne satin 2"
       id="path26-3"
       inkstitch:max_stitch_length_mm="5"
       inkstitch:random_split_phase="False"
       inkstitch:split_method="staggered"
       inkstitch:reverse_rails="none"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:zigzag_underlay_max_stitch_length_mm="5"
       inkstitch:zigzag_underlay_inset_mm=".3"
       inkstitch:zigzag_spacing_mm="0.55"
       inkstitch:short_stitch_distance_mm="0"
       inkstitch:split_staggers="2.5"
       inkstitch:contour_underlay="True"
       inkstitch:contour_underlay_inset_mm="0.10"
       inkstitch:contour_underlay_stitch_length_mm="1.50"
       inkstitch:pull_compensation_percent=""
       inkstitch:color_sort_index="1" />
    <path
       d="m 26.6884,40.2181 -5.5282,0.8444"
       style="fill:none;stroke:#4e2990;stroke-width:1;stroke-dasharray:3, 1"
       inkstitch:running_stitch_length_mm="2.5"
       inkstitch:running_stitch_tolerance_mm="0.20"
       id="path264"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:color_sort_index="1" />
    <path
       d="M 15.6367,41.1426 C 12.630093,44.340664 11.194328,48.584333 9.8515296,52.670739 8.4072922,56.44356 7.8792383,60.505674 7.936028,64.529488 8.2045526,72.306436 8.3958633,80.090689 8.1885923,87.871989 8.3026079,90.527058 8.0194497,93.200665 7.25,95.75 M 26.6836,40.9824 C 23.866079,43.960928 22.596309,48.018832 21.937347,51.979642 21.104541,58.940922 20.82213,65.961129 20.82473,72.969447 21.111494,78.165928 20.965931,83.379934 20.5,88.5625 19.548007,90.235394 18.549007,91.881382 17.620547,93.567684 16.522479,96.024965 13.8577,97.073495 11.5625,98.1016 M 29.5091,42.6198 C 22.678287,42.528733 15.847473,42.43767 9.01666,42.3466 M 18.0333,98.3591 5.73787,90.4354 M 24.0444,70.7627 4.91818,70.2162"
       style="display:inline;fill:none;stroke:#4e2990;stroke-width:1"
       inkstitch:satin_column="True"
       inkstitch:zigzag_underlay="True"
       inkstitch:pull_compensation_mm="0.3"
       inkscape:label="Colonne satin 0"
       id="path46"
       sodipodi:nodetypes="ccccccccccccccccc"
       inkstitch:max_stitch_length_mm="5"
       inkstitch:random_split_phase="False"
       inkstitch:split_method="staggered"
       inkstitch:reverse_rails="none"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:zigzag_underlay_max_stitch_length_mm="5"
       inkstitch:zigzag_underlay_inset_mm=".3"
       inkstitch:zigzag_spacing_mm="0.55"
       inkstitch:short_stitch_distance_mm="0"
       inkstitch:split_staggers="2.5"
       inkstitch:contour_underlay="True"
       inkstitch:contour_underlay_inset_mm="0.10"
       inkstitch:contour_underlay_stitch_length_mm="1.50"
       inkstitch:pull_compensation_percent=""
       inkstitch:color_sort_index="1" />
    <g
       id="g52">
      <path
         style="display:inline;fill:none;fill-opacity:0.5;stroke:#2584bb;stroke-width:1"
         d="m 66.6254,98.3122 c -2.375013,0 -3.56252,-0.895833 -3.56252,-2.6875 0,-7.333333 -0.145833,-25.770933 -0.4375,-55.3128 H 28.31271 c -1.916673,0.04133 -3.708347,2.520533 -5.37502,7.4376 -0.83334,1.708333 -1.43751,6.208333 -1.81251,13.5 -0.375007,7.291733 -0.45834,12.073033 -0.25,14.3439 0.208333,2.2708 0.208333,4.7708 0,7.5 -0.20834,2.7292 -0.333343,4.552133 -0.37501,5.4688 -0.458333,0.916667 -1.687503,3.041667 -3.68751,6.375 -2.208347,2.25 -10.4292593,6.29795 -9.0736731,-1.914147"
         id="path96"
         sodipodi:nodetypes="cscccsssccc"
         inkstitch:color_sort_index="2" />
      <path
         id="path4888"
         style="fill:none;stroke:#2584bb;stroke-width:1px"
         d="M 9.4068601,100.181 C 7.0780168,100.21811 5.2626362,98.106463 5.3622506,95.834769 5.3036376,94.375102 5.9587342,93.046017 6.2449675,91.680089 6.3591395,84.084697 6.5207599,76.488904 6.1521563,68.897594 5.9765154,63.472281 5.8255336,57.871711 7.8628195,52.733305 9.0042412,49.049591 11.167973,44.595498 13.238845,41.32451 10.551813,41.050641 7.4478841,39.690996 6.4520802,37.268104 4.8683766,29.089768 4.0719166,20.64374 5.2716341,12.362995 5.720212,9.8383437 6.810884,6.5947127 9.7621747,6.2205516 12.032553,5.8769538 12.88503,8.4133901 13.723799,9.9987326 c 1.020896,2.2022984 3.838963,1.3848844 5.772104,1.5483114 17.464979,0.02043 34.933498,-0.04084 52.396268,0.03059 4.179782,0.02815 7.707399,3.223433 9.073421,7.023085 1.30183,3.490761 0.803074,7.308271 0.550167,10.936137 -0.351536,3.433301 -1.019088,7.171851 -3.690107,9.615793 -0.639402,0.965478 -1.962909,1.676446 -2.155378,2.808199 0.24056,9.770192 0.173241,19.551575 0.769714,29.308544 0.184681,5.791206 0.264445,11.607585 -0.07249,17.387354 -0.574014,2.622298 -2.599452,4.59519 -4.069511,6.751393 -1.563947,1.606 -2.750366,3.814081 -4.937068,4.644831 M 9.9683399,96.443404 C 8.5407289,96.562168 9.3434321,94.625641 9.5949272,93.878581 10.438166,91.823037 9.870187,89.508803 10.08092,87.341472 10.263104,80.70092 10.151532,74.062797 9.8894455,67.426004 9.7528558,62.853119 9.745024,58.152312 11.47808,53.836966 c 1.179116,-3.674054 2.420819,-7.449609 4.744623,-10.577454 0.861648,-1.120955 1.864922,-1.494739 1.284043,-3.290038 -0.704431,-2.007898 -2.0495,-1.371749 -3.648275,-1.547357 C 11.620134,38.639483 9.7542451,36.618228 9.7889202,34.447461 8.5271796,27.42589 8.0086846,20.194878 8.9781353,13.107311 9.1826417,12.466757 9.5235558,9.6320786 10.109676,11.26176 c 0.95006,2.421368 3.369058,4.056439 5.969415,4.036681 18.568447,0.09289 37.147906,-0.04514 55.714871,0.06894 3.873848,0.103942 6.239652,4.218131 6.22519,7.750591 -0.08651,4.015623 0.01375,8.271247 -1.733293,11.97574 -0.937433,1.19337 -1.963888,2.445391 -3.090159,3.411658 -2.025874,0.716355 -1.138039,3.186745 -1.281304,4.79441 0.22427,9.436143 0.176209,18.882084 0.754368,28.305135 0.160002,5.560806 0.280753,11.155818 -0.09258,16.699303 -1.672636,2.963557 -3.835549,5.687673 -6.261414,8.070062 -0.114114,0.109119 -0.294829,0.11237 -0.42483,0.197158 M 10.45763,73.793225 c -1.511139,0.04511 -3.0222779,0.09022 -4.5334169,0.135327 M 11.84896,53.918246 7.5316469,52.528646 M 8.8920263,22.76687 C 7.3808225,22.80975 5.8696188,22.85263 4.358415,22.895512 M 30.54594,15.704518 v -4.535436 m 28.667131,4.535436 v -4.535436 m 18.313264,16.612714 c 1.510997,0.04963 3.021994,0.09927 4.532991,0.148902 M 71.737378,54.41355 76.272072,54.33153 m -4.179626,13.19661 c 1.509263,-0.08776 3.018526,-0.175513 4.527789,-0.263269 m -6.514474,24.129854 3.697,2.627237 M 6.5418397,43.799496 21.434964,38.649538 M 10.021542,14.57 8.2120966,2.4606372"
         inkstitch:satin_column="true"
         inkstitch:pull_compensation_mm="0.20"
         inkstitch:pull_compensation_percent="5"
         sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
         inkstitch:color_sort_index="2" />
      <path
         d="m 65.5222,95.7011 -1.668,1.3473"
         style="fill:none;stroke:#2584bb;stroke-width:1;stroke-dasharray:3, 1"
         inkstitch:running_stitch_length_mm="2.0"
         inkstitch:running_stitch_tolerance_mm="0.2"
         id="path106"
         inkstitch:color_sort_index="2" />
      <path
         id="path9308"
         style="fill:none;stroke:#2584bb;stroke-width:1px"
         d="m 66.422877,100.19108 c -2.30047,0.0704 -4.955203,-1.290638 -5.140705,-3.813095 C 61.002996,91.489126 61.170037,86.560882 61.062604,81.656911 60.958579,68.505162 60.854555,55.353412 60.75053,42.201663 c -10.844697,0.03294 -21.701292,-0.06588 -32.538552,0.04941 -1.970008,1.413418 -2.567813,4.004802 -3.494146,6.135566 -1.470652,4.614928 -1.427592,9.545024 -1.757521,14.338172 -0.310059,5.570131 -0.333683,11.148074 -0.04848,16.718685 -0.169694,3.301745 -0.183346,6.656817 -0.696422,9.912016 -1.403246,2.319365 -2.606042,4.791308 -4.158293,7.003899 -2.187899,2.168429 -5.019372,3.759129 -8.1582662,3.830709 M 66.82794,96.433323 c -1.328347,0.203552 -2.24997,-0.618882 -1.884449,-1.978031 -0.16771,-18.174133 -0.239624,-36.354882 -0.467218,-54.52488 -0.467545,-2.042918 -2.8837,-1.425061 -4.411152,-1.508256 -10.696397,0.02049 -21.397409,-0.04092 -32.090931,0.03061 -3.182329,0.408379 -4.749257,3.663726 -5.882313,6.28927 -2.449607,5.187943 -2.454018,11.025851 -2.862542,16.632646 -0.284097,5.930618 -0.466453,11.868968 -0.08937,17.80051 -0.141634,2.992554 -0.178536,6.048822 -0.593748,8.990878 -1.263359,1.944938 -2.148063,4.201248 -3.657643,5.943715 C 13.4338,95.52984 11.51762,96.390611 9.4763452,96.434356 M 65.26884,87.805128 c -1.511765,0.01196 -3.02353,0.02392 -4.535295,0.03587 m 4.217407,-40.226164 c -1.511765,0.01196 -3.023529,0.02391 -4.535294,0.03587 M 53.869881,38.04418 c 0,1.511812 0,3.023624 0,4.535436 M 36.185599,38.044182 c 0,1.511812 0,3.023624 0,4.535436 m -15.465911,4.659135 c 1.438842,0.464014 2.877684,0.928028 4.316526,1.392042 m -6.275929,15.135584 c 1.510723,0.05736 3.021447,0.114721 4.53217,0.172081 m -4.721862,9.594992 c 1.511574,-0.02681 3.023149,-0.05361 4.534723,-0.08042 m -6.672695,17.612176 c 1.308655,0.756967 2.617309,1.513933 3.925964,2.2709 m 37.682844,-49.258235 8.351284,-7.376969"
         inkstitch:satin_column="true"
         inkstitch:pull_compensation_mm="0.20"
         inkstitch:pull_compensation_percent="5"
         inkstitch:color_sort_index="2" />
    </g>
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-ט"
     style="display:none"
     id="g150">
    <path
       d="m 79.50046,53.3745 q 0,9.375 -10.56255,44.9377 H 10.31263 Q 9.81262,89.6872 8.31262,77.7496 6.75011,65.3746 6.75011,57.9995 q 0,-12.5 6.43753,-17.5626 -4.18752,-2.0625 -4.56252,-5.125 -1.37501,-2.5 -1.37501,-9.1875 0,-8.1251 2.62501,-14.8126 2.18751,-3.25 3.50002,-3.25 1.31251,0 1.31251,1.3125 0,0.375 -0.21875,0.7188 -0.21876,0.3437 -0.21876,0.6562 0,0.8125 2.93752,1.75 5.37502,1.875 8.25004,3.125 4.31252,1.9375 5.71878,4.0938 1.40625,2.1563 1.53125,12.6563 0,5.125 -2.81251,10.3751 -2.37501,4.375 -3.31252,4.375 -0.8125,-0.062 -0.875,-0.062 l 0.125,-0.094 q 0,0 0.25,-1.2813 0,-0.875 -5.43752,-2.3125 -5.62503,2 -5.62503,8.625 -1.25001,5.4375 1.125,13.7501 1.93751,5.3125 2.12501,6.3125 h 47.18773 q 4.75002,-9.4376 4.75002,-11.7501 1.87501,-12 -2.43751,-14.8125 -4.93752,-5.3126 -12.37506,-5.3126 -6.87503,0 -9.06254,5.4376 -2.12501,2.375 -2.12501,8.6875 0,0.9375 -0.125,0.625 -0.125,-0.3125 0.5,0.875 0,1.125 -0.8125,2.2813 -0.81251,1.1562 -3.62502,1.1562 -3.56252,0 -3.56252,-8.8125 0,-3.9375 2.62501,-12.1876 3.00002,-9.375 3.62502,-14.6875 0.1875,-1.3125 0.1875,-2.7501 0,-1.5625 -0.25,-3.8437 -0.25,-2.2813 -0.25,-2.9688 0,-1.4375 0.5625,-2.0625 0.43751,-0.4375 2.43751,-0.4375 4.81253,0 10.81256,1.9375 7.56253,2.375 11.87505,6.5625 6.25003,6.1251 8.50004,12.9376 1.68751,4.9375 2.93752,12.7501 0,1.25 -0.0625,3.7813 -0.0625,2.5312 -0.0625,3.9062 z"
       id="path150"
       style="display:none;fill:#4e2990;fill-opacity:0.5;stroke-width:1"
       inkstitch:color_sort_index="0" />
    <path
       style="fill:none;fill-rule:evenodd;stroke:#4e2990;stroke-width:1.00001;stroke-dasharray:2, 1;-inkscape-stroke:none"
       d="M 61.477221,95.353581 73.499434,63.385426"
       id="path61"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:running_stitch_length_mm="2.5"
       inkstitch:running_stitch_tolerance_mm="0.20"
       inkstitch:color_sort_index="1" />
    <path
       d="m 37.9541,58.0107 c -2.935532,-6.714811 -0.511578,-14.014681 1.479485,-20.630474 2.014983,-6.890483 4.395602,-13.99469 3.237829,-21.268778 -1.623064,-4.161178 2.398355,-5.367876 5.604284,-4.436972 8.217568,1.106512 16.768975,4.131855 22.154872,10.758235 4.380457,4.695713 6.734008,10.822072 8.002266,17.031481 0.800943,3.543709 1.425465,7.124297 1.126315,10.766731 C 79.698955,57.689656 77.831786,64.948307 76.1543,72.1562 M 43.2187,58.5996 c 1.907917,-2.320672 0.616017,-4.910694 1.175198,-7.651279 0.300136,-3.202771 2.016493,-6.140594 4.090027,-8.505423 4.256809,-3.413145 10.590414,-2.605667 15.136564,-0.196136 3.129576,1.969651 6.619824,4.582939 6.913171,8.599198 0.645454,5.784726 -0.268297,11.784331 -3.03283,16.944734 -0.6694,1.432751 -1.372898,2.849166 -2.06333,4.271806 M 48.6353,56.5546 C 42.715267,55.643833 36.795233,54.733067 30.8752,53.8223 M 54.9197,43.7127 C 51.094433,31.326183 47.269167,18.939667 43.4439,6.55315 M 65.0292,48.9041 C 71.222467,47.3558 77.415733,45.8075 83.609,44.2592 M 63.6631,68.0304 c 5.282467,0.273233 10.564933,0.546467 15.8474,0.8197"
       style="display:inline;fill:none;stroke:#4e2990;stroke-width:1"
       inkstitch:satin_column="True"
       inkstitch:zigzag_underlay="True"
       inkstitch:pull_compensation_mm="0.3"
       inkscape:label="Colonne satin 1"
       id="path58"
       inkstitch:max_stitch_length_mm="5"
       inkstitch:random_split_phase="False"
       inkstitch:split_method="staggered"
       inkstitch:reverse_rails="none"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:zigzag_underlay_max_stitch_length_mm="5"
       inkstitch:zigzag_underlay_inset_mm=".3"
       inkstitch:zigzag_spacing_mm="0.55"
       inkstitch:short_stitch_distance_mm="0"
       inkstitch:split_staggers="2.5"
       inkstitch:contour_underlay="True"
       inkstitch:contour_underlay_inset_mm="0.10"
       inkstitch:contour_underlay_stitch_length_mm="1.50"
       inkstitch:pull_compensation_percent=""
       inkstitch:color_sort_index="1" />
    <path
       d="M 64.6816,72.0559 70.2611,72.5116 43.7236,84.5785 14.3758,74.1516 C 14.4588,60.3432 6.22031,43.8212 23.16645,35.5117"
       style="fill:none;stroke:#4e2990;stroke-width:1;stroke-dasharray:3, 1"
       inkstitch:running_stitch_length_mm="2.5"
       inkstitch:running_stitch_tolerance_mm="0.20"
       id="path62"
       sodipodi:nodetypes="cccc"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:color_sort_index="1" />
    <path
       d="M 26.173409,47.31811 C 21.911552,44.554318 16.544108,44.145752 12.7129,40.8398 3.9809246,33.304972 5.4844937,18.239007 11.8437,8.875 M 26.734,46.8858 C 33.101648,39.720614 33.200341,31.199692 31.923002,22.16796 31.441489,18.015954 26.989175,16.465362 23.708571,14.912153 20.110952,13.208853 13.466236,13.334167 14.605495,8.80078 M 5.73787,12.8375 18.853,10.3784 M 5.73787,35.5158 34.9737,18.3021 m -15.641946,26.981482 14.39881,-4.453418"
       style="display:inline;fill:none;stroke:#4e2990;stroke-width:1"
       inkstitch:satin_column="True"
       inkstitch:zigzag_underlay="True"
       inkstitch:pull_compensation_mm="0.3"
       inkscape:label="Colonne satin 1"
       id="path60"
       sodipodi:nodetypes="cscccsccccccc"
       inkstitch:max_stitch_length_mm="5"
       inkstitch:random_split_phase="False"
       inkstitch:split_method="staggered"
       inkstitch:reverse_rails="none"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:zigzag_underlay_max_stitch_length_mm="5"
       inkstitch:zigzag_underlay_inset_mm=".3"
       inkstitch:zigzag_spacing_mm="0.55"
       inkstitch:short_stitch_distance_mm="0"
       inkstitch:split_staggers="2.5"
       inkstitch:contour_underlay="True"
       inkstitch:contour_underlay_inset_mm="0.10"
       inkstitch:contour_underlay_stitch_length_mm="1.50"
       inkstitch:pull_compensation_percent=""
       inkstitch:color_sort_index="1" />
    <path
       d="m 12.7129,40.8398 2.2142,2.4832"
       style="fill:none;stroke:#4e2990;stroke-width:1;stroke-dasharray:3, 1"
       inkstitch:running_stitch_length_mm="2.0"
       inkstitch:running_stitch_tolerance_mm="0.2"
       id="path107"
       inkstitch:color_sort_index="1" />
    <path
       d="M 12.7129,40.8398 C 4.362802,48.835144 6.8585012,62.062953 7.6875,72.377 M 19.0859,44.0723 C 10.795408,48.519301 15.976562,65.68692 18.25,72.0625 M 16.3939,57.3743 3.27879,56.8279"
       style="display:inline;fill:none;stroke:#4e2990;stroke-width:1"
       inkstitch:satin_column="True"
       inkstitch:zigzag_underlay="True"
       inkstitch:pull_compensation_mm="0.3"
       inkscape:label="Colonne satin 0"
       id="path59"
       sodipodi:nodetypes="cccccc"
       inkstitch:max_stitch_length_mm="5"
       inkstitch:random_split_phase="False"
       inkstitch:split_method="staggered"
       inkstitch:reverse_rails="none"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:zigzag_underlay_max_stitch_length_mm="5"
       inkstitch:zigzag_underlay_inset_mm=".3"
       inkstitch:zigzag_spacing_mm="0.55"
       inkstitch:short_stitch_distance_mm="0"
       inkstitch:split_staggers="2.5"
       inkstitch:contour_underlay="True"
       inkstitch:contour_underlay_inset_mm="0.10"
       inkstitch:contour_underlay_stitch_length_mm="1.50"
       inkstitch:pull_compensation_percent=""
       inkstitch:color_sort_index="1" />
    <path
       d="m 7.6875,72.377 9.575503,12.817564"
       style="fill:none;stroke:#4e2990;stroke-width:1;stroke-dasharray:3, 1"
       inkstitch:running_stitch_length_mm="2.5"
       inkstitch:running_stitch_tolerance_mm="0.20"
       id="path63"
       sodipodi:nodetypes="cc"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:color_sort_index="1" />
    <path
       d="M 76.1543,72.1562 C 53.332034,72.230006 30.509766,72.30325 7.6875,72.377 m 61.25,25.9355 h -58.625 m 1.7097,1.686 -1.9126,-31.9681 M 43.9904,99.9985 43.7171,67.7571 M 64.756,101.638 72.4065,69.3965"
       style="display:inline;fill:none;stroke:#4e2990;stroke-width:1"
       inkstitch:satin_column="True"
       inkstitch:zigzag_underlay="True"
       inkstitch:pull_compensation_mm="0.3"
       inkscape:label="Colonne satin 0"
       id="path56"
       sodipodi:nodetypes="cccccccccc"
       inkstitch:max_stitch_length_mm="5"
       inkstitch:random_split_phase="False"
       inkstitch:split_method="staggered"
       inkstitch:reverse_rails="none"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:zigzag_underlay_max_stitch_length_mm="5"
       inkstitch:zigzag_underlay_inset_mm=".3"
       inkstitch:zigzag_spacing_mm="0.55"
       inkstitch:short_stitch_distance_mm="0"
       inkstitch:split_staggers="2.5"
       inkstitch:contour_underlay="True"
       inkstitch:contour_underlay_inset_mm="0.10"
       inkstitch:contour_underlay_stitch_length_mm="1.50"
       inkstitch:pull_compensation_percent=""
       inkstitch:color_sort_index="1" />
    <g
       id="g47">
      <path
         style="fill:none;fill-rule:evenodd;stroke:#2584bb;stroke-width:0.944882;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:4, 1;stroke-dashoffset:0;-inkscape-stroke:none"
         d="M 63.007724,97.929466 11.174955,97.453936"
         id="path47"
         inkstitch:color_sort_index="2" />
      <path
         id="path5631"
         style="fill:none;stroke:#2584bb;stroke-width:1px"
         d="M 8.5340788,100.13439 C 7.8371327,89.066406 6.0963818,76.414269 5.1675786,65.368134 4.6966573,58.137479 4.3228907,50.353747 7.9473668,43.801664 8.5154159,42.6959 9.3324734,41.702979 10.0807,40.7591 8.3369182,39.503404 7.142848,37.651332 6.6898491,35.559718 5.0085823,31.169004 5.3385112,26.323621 5.5654943,21.713191 6.0163939,17.72886 6.7486673,13.672618 8.4655323,10.037788 9.8033,8.0653894 11.88124,5.4792161 14.5817,6.36295 c 1.497314,0.5012283 2.347109,2.3009316 1.8471,3.78085 5.169172,2.226466 11.065719,3.354587 15.2962,7.3018 2.439346,2.489984 2.309868,6.263871 2.65882,9.500556 0.28395,4.440679 0.426488,9.044316 -1.3022,13.241792 -1.138868,2.886081 -2.613943,5.729083 -4.68292,8.055752 -1.36725,1.312167 -4.634845,1.038849 -4.5981,-1.2806 0.296473,-1.188562 -1.92512,-0.889738 -2.698663,-1.453788 -1.374006,-0.109647 -2.609282,1.278896 -3.293187,2.406532 -1.199326,2.169394 -0.774675,4.746026 -1.31515,7.095756 -0.172677,5.227631 1.370024,10.292827 3.1144,15.1609 h 44.6475 c 1.889839,-3.989236 4.154683,-7.986652 4.370292,-12.498352 0.24548,-3.341253 0.730181,-7.153313 -1.309392,-10.052948 -2.323502,-2.274863 -4.9298,-4.489352 -8.225251,-5.116243 -3.363359,-0.703253 -7.683199,-0.85379 -10.041638,2.110042 -0.752563,1.246744 -1.521234,2.516068 -2.143635,3.824269 -1.029612,2.885465 -0.81708,6.030854 -0.730476,9.029532 -0.597918,2.019609 -2.424844,3.444457 -4.5206,3.582 -2.231777,0.465736 -4.757048,-0.487916 -5.649709,-2.693041 -1.360694,-2.851557 -1.32534,-6.145677 -1.240641,-9.237176 0.591994,-6.198258 2.971489,-12.032838 4.516435,-18.026247 1.319574,-4.526055 2.20524,-9.265662 1.584815,-13.985436 -0.175418,-2.286036 -0.82304,-5.268863 1.3237,-6.8477 2.778113,-1.207059 5.926446,-0.4576502 8.8228,-0.1237 6.946431,1.443276 14.06276,3.94692 19.097581,9.156288 4.289201,4.312607 7.672668,9.642371 9.086402,15.601517 1.084664,3.596474 1.750443,7.318842 2.315562,11.020014 -0.06567,5.50516 -0.01394,11.055076 -1.250873,16.45515 -1.470884,7.68169 -3.561683,15.22992 -5.589618,22.778583 L 70.32783,100.32354 M 12.062164,96.031269 C 11.369671,85.035699 9.894779,76.258317 8.9495152,65.286486 8.5635696,58.71744 8.0065219,51.630606 11.252368,45.639271 12.071287,43.856707 13.710155,42.705319 14.9005,41.2352 15.697948,39.5612 13.86946,38.519349 12.620262,37.908751 11.163525,37.103152 10.594793,35.566572 10.162549,34.064229 8.8062923,30.18932 9.1375943,25.957134 9.3496183,21.921983 c 0.3970684,-3.42287 0.9958797,-6.92481 2.4568927,-10.050302 0.7955,-1.816085 0.731461,0.768252 1.775353,1.024002 3.206372,1.79536 6.890942,2.594381 10.240298,4.116162 2.161016,1.001822 4.814949,1.955232 5.899284,4.228703 1.068861,3.707862 0.954521,7.659177 1.047671,11.490726 -0.09398,3.976033 -1.599481,7.799535 -3.770617,11.090926 -1.889319,-1.269265 -4.21193,-1.741371 -6.3725,-2.3373 -4.098371,0.842232 -7.133988,4.70102 -7.4249,8.8262 -0.133268,2.531437 -0.703566,5.023732 -0.439306,7.572475 0.388565,5.276285 2.061667,10.361755 3.941906,15.264825 1.193853,1.427851 3.288613,0.569041 4.894583,0.8037 14.739563,-0.02623 29.485798,0.05231 44.221217,-0.039 1.732048,-0.526495 1.882635,-2.70309 2.782059,-4.035363 1.741935,-3.63636 3.520612,-7.375336 3.740092,-11.469693 C 72.789117,53.960208 73.126004,48.86402 70.1877,45.1416 67.643773,42.64538 64.85778,40.218445 61.358605,39.19886 56.696747,37.837626 50.94141,37.669849 47.12326,41.131365 c -1.631898,1.438157 -2.368434,3.532956 -3.52666,5.310835 -1.188415,3.116961 -1.567692,6.587131 -1.0448,9.8782 -0.322449,1.140602 -1.862332,1.132208 -2.779,0.891 -1.471489,-2.038691 -1.133636,-4.767759 -1.287434,-7.15244 0.440283,-5.975827 2.791671,-11.580575 4.261721,-17.343029 1.490098,-5.046642 2.568523,-10.338498 1.90562,-15.615046 -0.03189,-1.21277 -0.331147,-2.427373 -0.189407,-3.636785 5.505089,-0.249377 10.951649,1.399341 15.935221,3.615509 5.107443,2.215506 9.037238,6.462468 11.944474,11.10853 2.490765,3.974711 3.589499,8.615784 4.52663,13.158874 0.49031,2.467 1.089628,4.924557 0.814332,7.457874 0.07565,4.795995 -0.359815,9.581533 -1.400635,14.266863 -1.600639,7.594431 -3.597682,15.103947 -5.686438,22.577241 L 67.525523,96.379285 M 10.5328,77.1798 6.02237,77.655 M 9.63867,23.2455 5.1071,23.0583 m 19.2005,-5.4441 1.6909,-4.2085 m 4.3748,17.4523 c 1.5111,-0.04553 3.0222,-0.09107 4.5333,-0.1366 M 12.8307,61.4631 17.3221,60.8326 M 30.1965,74.33 v -4.5354 m 32.898865,-2.139885 3.80424,8.577405 M 51.763085,76.003612 51.72629,69.027147 M 72.5695,59.585 68.0721,58.9991 m 4.8169,-7.4978 -4.511,0.4703 m 0.1999,-8.8344 -3.1708,3.2429 m -5.4495,-7.9438 -1.0977,4.4006 m -9.5929,-3.619 2.0057,4.0678 m -3.8811,4.9044 -4.2877,-1.4786 m -0.404,1.1717 4.2876,1.4786 m -0.2251,7.0321 -4.4643,-0.8004 m -0.1544,0.8611 4.4643,0.8004 m -0.6464,1.5092 -4.0064,-2.1258 m -0.1196,0.2254 4.0064,2.1258 m -4.8599,2.4831 -0.2556,-4.5283 m -0.5188,0.0205 -0.738,4.475 M 38.8709,51.0711 c -1.5093,0.08713 -3.0186,0.174267 -4.5279,0.2614 m 0.3635,-4.7289 4.4658,0.7914 m 0.5636,-2.7044 -4.4028,-1.0889 m 8.0501,-11.7293 -4.3584,-1.2546 m 6.1309,-8.0816 -4.5249,-0.3085 m -0.0374,-3.4812 c 1.508633,-0.09813 3.017267,-0.196267 4.5259,-0.2944 m 6.8677,-3.847 0.9659,-4.4314 m 7.3415,7.2753 1.9677,-4.0864 m 5.7306,9.7641 3.3282,-3.0811 m 1.2,9.2147 3.9368,-2.2522 m -0.8684,10.4295 4.3686,-1.2189 m -2.6237,10.8735 4.5349,0.075 m -5.1453,11.2844 4.4924,0.6228 m -6.0114,7.2116 4.4278,0.9822 m -6.3568,6.8746 4.3933,1.1266 m -8.0225,12.3259 4.3604,1.248 M 25.396229,37.614387 28.023426,52.793742 M 4.6705709,40.825404 18.098462,39.657762 M 12.260249,15.721085 V -0.62591284 M 46.267843,15.721085 40.867496,6.5258988"
         inkstitch:satin_column="true"
         inkstitch:pull_compensation_mm="0.20"
         inkstitch:pull_compensation_percent="5"
         sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
         inkstitch:color_sort_index="2" />
      <path
         d="m 67.5413,96.4015 v 1.9107"
         style="fill:none;stroke:#2584bb;stroke-width:1;stroke-dasharray:3, 1"
         inkstitch:running_stitch_length_mm="2.0"
         inkstitch:running_stitch_tolerance_mm="0.2"
         id="path108"
         inkstitch:color_sort_index="2" />
      <path
         id="path2745"
         style="fill:none;stroke:#2584bb;stroke-width:1px"
         d="M 70.779103,100.20197 H 8.648245 m 58.6253,-3.779535 h -53.87 M 39.62525,96.044482 v 4.535438"
         inkstitch:satin_column="true"
         inkstitch:pull_compensation_mm="0.20"
         inkstitch:pull_compensation_percent="5"
         sodipodi:nodetypes="cccccc"
         inkstitch:color_sort_index="2" />
    </g>
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-י"
     style="display:none"
     id="g151">
    <path
       d="m 36.18775,33.8744 q 0,9.1876 -2.50001,18.8751 -3.81252,7.5625 -7.62504,7.5625 -1.75001,0 -2.06251,-0.9375 v -2 q 3.75002,-4.75 3.46877,-8.2812 -0.28125,-3.5313 -0.28125,-3.3438 0,-5.3126 -8.50004,-5.4376 h -4.31252 q -4.93753,0 -6.87504,-3.375 -1.81251,-5.625 -1.81251,-13.1875 0,-15.6876 3.75002,-15.6876 0.625,0 1.78126,2.6875 1.15626,2.6875 4.46877,2.6875 h 3.68752 q 16.68758,0 16.81258,20.4376 z"
       id="path151"
       style="display:none;fill:#4e2990;fill-opacity:0.5;stroke-width:1"
       inkstitch:color_sort_index="0" />
    <path
       style="fill:none;fill-rule:evenodd;stroke:#4e2990;stroke-width:1.00001;stroke-dasharray:2, 1;-inkscape-stroke:none"
       d="m 25.990643,56.969998 5.156874,-6.807073"
       id="path65"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:running_stitch_length_mm="2.5"
       inkstitch:running_stitch_tolerance_mm="0.20"
       inkstitch:color_sort_index="1" />
    <path
       d="M 7.79699,9.04228 C 5.2673082,13.796097 3.9826632,35.561305 9.5607496,39.057508 14.266754,41.758759 20.84458,38.931898 24.976334,41.665824 27.099168,43.097497 30.000557,49.790803 24.0002,57.3745 M 9.46982,8.10972 c 1.368972,1.6412237 2.011508,4.091242 4.149895,4.969793 8.606342,1.585908 18.618922,-0.0049 21.292883,11.28337 1.721699,6.480324 3.289784,30.301628 -7.896798,35.830917 M 14.8518,9.93931 3.3004,12.0021 m 28.2597,47.6495 -8.251,-7.0134 M 40.2236,27.8852 20.2149,41.0868"
       style="display:inline;fill:none;stroke:#4e2990;stroke-width:1"
       inkstitch:satin_column="True"
       inkstitch:zigzag_underlay="True"
       inkstitch:pull_compensation_mm="0.3"
       inkscape:label="Colonne satin 0"
       id="path64"
       sodipodi:nodetypes="cccccccccccccc"
       inkstitch:max_stitch_length_mm="5"
       inkstitch:random_split_phase="False"
       inkstitch:split_method="staggered"
       inkstitch:reverse_rails="none"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:zigzag_underlay_max_stitch_length_mm="5"
       inkstitch:zigzag_underlay_inset_mm=".3"
       inkstitch:zigzag_spacing_mm="0.55"
       inkstitch:short_stitch_distance_mm="0"
       inkstitch:split_staggers="2.5"
       inkstitch:contour_underlay="True"
       inkstitch:contour_underlay_inset_mm="0.10"
       inkstitch:contour_underlay_stitch_length_mm="1.50"
       inkstitch:pull_compensation_percent=""
       inkstitch:color_sort_index="1" />
    <g
       id="g46">
      <path
         style="fill:none;fill-rule:evenodd;stroke:#2584bb;stroke-width:0.944882;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:4, 1;stroke-dashoffset:0;-inkscape-stroke:none"
         d="m 32.785944,53.018367 c -0.175664,3.226401 -2.230156,5.379186 -5.423847,6.881001"
         id="path45"
         sodipodi:nodetypes="cc"
         inkstitch:color_sort_index="2" />
      <path
         id="path2952"
         style="fill:none;stroke:#2584bb;stroke-width:1px"
         d="M 25.0533,62.0583 C 23.096462,62.04107 21.6952,60.064205 22.1104,58.192824 21.819395,55.967209 24.098631,54.655906 24.734652,52.692441 26.07279,50.24549 25.439994,47.36711 25.132598,44.74973 24.203682,42.451841 21.220954,42.387969 19.101462,42.228019 15.299096,42.083056 10.972321,42.77376 7.8180976,40.130702 6.2782924,38.981053 5.4225488,37.206125 5.1104851,35.338654 3.4314732,28.674897 3.6810472,21.711753 4.2347127,14.919852 4.6615268,11.985386 5.014277,8.4179623 7.70233,6.62231 c 1.4872734,-0.8791522 3.441438,-0.3252944 4.174696,1.2499398 0.812358,1.4878733 1.417625,3.7643832 3.537302,3.6330912 4.560429,0.02961 9.387319,-0.115507 13.505853,2.183015 5.340836,2.784404 8.043135,8.760947 8.750074,14.50317 0.99249,8.48484 -0.136898,17.101836 -2.259355,25.333674 -1.746399,3.102077 -3.579112,6.602736 -6.967793,8.153951 C 27.38751,62.141038 26.183601,62.334174 25.0533,62.0583 Z M 25.89,58.38 c 0.216493,-1.287566 1.553429,-2.188199 1.95523,-3.478399 1.628415,-2.631449 1.692166,-5.808867 1.275499,-8.78417 0.07702,-2.753493 -1.469964,-5.49954 -4.092319,-6.514276 C 20.966493,37.695991 16.359923,38.922645 12.109871,38.11509 10.282495,37.753943 8.9229384,36.211287 8.7618,34.3625 7.2158801,28.123388 7.488257,21.611228 7.9996957,15.258452 8.1983969,13.684348 8.4224482,12.065291 9.10253,10.6199 c 0.8150401,2.53509 3.093011,4.601377 5.835052,4.635274 4.315497,0.182979 9.020991,-0.344877 12.828111,2.150634 4.689893,2.93023 6.188527,8.845538 6.382145,14.045338 0.450833,6.929932 -0.609146,13.878174 -2.239738,20.601754 -1.365449,2.288019 -2.610385,5.038892 -5.143687,6.218203 -0.339141,0.151279 -0.728322,0.150677 -1.082913,0.0602 m 0.5864,-0.137 c -1.5118,0 -3.0236,0 -4.5354,0 m 7.9624,-8.3403 c -1.509067,-0.09127 -3.018133,-0.182533 -4.5272,-0.2738 M 21.4076,38.2437 c -0.2373,1.493067 -0.4746,2.986133 -0.7119,4.4792 m -8.2539,-4.8958 c -0.476367,1.4348 -0.952733,2.8696 -1.4291,4.3044 M 8.64358,31.9454 C 7.1552533,32.210833 5.6669267,32.476267 4.1786,32.7417 M 8.07706,20.2235 C 6.56613,20.1719 5.0552,20.1203 3.54427,20.0687 m 7.43353,-5.9758 c 0.982333,-1.149167 1.964667,-2.298333 2.947,-3.4475 m 8.0619,5.2317 c 0.189867,-1.499833 0.379733,-2.999667 0.5696,-4.4995 m 6.1571,7.1784 c 0.9681,-1.1612 1.9362,-2.3224 2.9043,-3.4836 m 1.004,9.6043 c 1.437533,-0.4681 2.875067,-0.9362 4.3126,-1.4043 m -3.1381,8.6254 c 1.509067,-0.0914 3.018133,-0.1828 4.5272,-0.2742 m -4.8087,9.2536 c 1.5043,0.150433 3.0086,0.300867 4.5129,0.4513 m -5.6819,7.0937 c 1.4742,0.335067 2.9484,0.670133 4.4226,1.0052 m -7.7696,6.4686 c 1.176733,0.949167 2.353467,1.898333 3.5302,2.8475 M 9.2286362,14.079998 8.7429185,3.3132561"
         inkstitch:satin_column="true"
         inkstitch:pull_compensation_mm="0.20"
         inkstitch:pull_compensation_percent="5"
         inkstitch:color_sort_index="2" />
    </g>
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-ך"
     style="display:none"
     id="g152">
    <path
       d="m 79.93796,25.9369 q 0,8.25 -2.34376,11.2188 -2.34376,2.9687 -5.46878,3.1562 l 1.81251,60.6878 q 1.56251,10.3751 0.625,21.9376 0.0625,1.3125 -3.43751,5.6876 -3.50002,4.375 -4.50002,4.375 -4.18752,0 -4.18752,-2.6875 0,-3.25 0.9375,-33.6252 -0.875,-52.3752 -1.125,-56.3753 H 19.56267 q -4.93752,0 -6.87503,-3.375 -1.75001,-3.125 -1.75001,-16.3126 0,-12.5625 3.62502,-12.5625 0.625,0 1.78125,2.6875 1.15626,2.6875 4.46878,2.6875 h 50.68774 q 3.68752,0 6.06253,2.9375 2.37501,2.9375 2.37501,9.5626 z"
       id="path152"
       style="display:none;fill:#4e2990;fill-opacity:0.5;stroke-width:1"
       inkstitch:color_sort_index="0" />
    <path
       style="fill:none;fill-rule:evenodd;stroke:#4e2990;stroke-width:1.00001;stroke-dasharray:2, 1;-inkscape-stroke:none"
       d="M 69.190026,98.289559 67.005078,25.457953"
       id="path71"
       sodipodi:nodetypes="cc"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:running_stitch_length_mm="2.5"
       inkstitch:running_stitch_tolerance_mm="0.20"
       inkstitch:color_sort_index="1" />
    <path
       d="m 12.3535,9.829104 c -0.833802,2.468123 -1.208999,5.067298 -1.344573,7.66182 -0.157452,4.862324 0.07635,9.738811 0.407471,14.587274 0.326959,3.427198 2.042374,7.60546 5.938667,8.032238 l 51.224244,0.65609 C 72.674444,41.354462 76.685279,38.884243 78.6191,35.3418 M 14.9082,8.23047 c 1.235439,1.988228 2.180448,4.954938 4.955118,5.133251 16.374172,0.166596 32.74925,0.03249 49.123827,0.06955 3.797835,-0.762948 7.701483,1.376441 9.614455,4.640926 l 1.3359,7.863304 M 23.4226,8.11838 7.5383,14.0413 M 75.9215,43.3869 75.383,10.003 m -41.4606,0 -21.538,31.7685 m 33.6531,0.8077 0.5384,-32.5762"
       style="display:inline;fill:none;stroke:#4e2990;stroke-width:1"
       inkstitch:satin_column="True"
       inkstitch:zigzag_underlay="True"
       inkstitch:pull_compensation_mm="0.3"
       inkscape:label="Colonne satin 1"
       id="path70"
       sodipodi:nodetypes="ccccccccccccccccccc"
       inkstitch:max_stitch_length_mm="5"
       inkstitch:random_split_phase="False"
       inkstitch:split_method="staggered"
       inkstitch:reverse_rails="none"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:zigzag_underlay_max_stitch_length_mm="5"
       inkstitch:zigzag_underlay_inset_mm=".3"
       inkstitch:zigzag_spacing_mm="0.55"
       inkstitch:short_stitch_distance_mm="0"
       inkstitch:split_staggers="2.5"
       inkstitch:contour_underlay="True"
       inkstitch:contour_underlay_inset_mm="0.10"
       inkstitch:contour_underlay_stitch_length_mm="1.50"
       inkstitch:pull_compensation_percent=""
       inkstitch:color_sort_index="1" />
    <path
       d="m 62.2668,40.6857 4.9354,0.075"
       style="fill:none;stroke:#4e2990;stroke-width:1;stroke-dasharray:3, 1"
       inkstitch:running_stitch_length_mm="2.5"
       inkstitch:running_stitch_tolerance_mm="0.20"
       id="path265"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:color_sort_index="1" />
    <path
       d="m 62.2656,40.7773 c 0.112981,4.094292 0.212759,8.18894 0.303458,12.283784 0.174094,15.33228 0.817139,30.659596 0.701829,45.994588 C 63.252167,109.86977 62.318925,120.67375 62.6992,131.488 m 9.4395,-90.7439 c 0.597075,19.406513 1.125562,38.815131 1.761426,58.220451 0.708193,7.774039 1.390746,15.605659 0.715393,23.412089 -0.963754,4.26758 -4.503207,7.24714 -7.334319,10.35036 m 6.7557,-1.573 -16.4227,-5.115 m 22.8841,-11.307 c -7.358833,0.17933 -14.717667,0.35867 -22.0765,0.538 M 74.3061,42.8484 H 60.3064"
       style="display:inline;fill:none;stroke:#4e2990;stroke-width:1"
       inkstitch:satin_column="True"
       inkstitch:zigzag_underlay="True"
       inkstitch:pull_compensation_mm="0.3"
       inkscape:label="Colonne satin 0"
       id="path69"
       sodipodi:nodetypes="cccccccccccccc"
       inkstitch:max_stitch_length_mm="5"
       inkstitch:random_split_phase="False"
       inkstitch:split_method="staggered"
       inkstitch:reverse_rails="none"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:zigzag_underlay_max_stitch_length_mm="5"
       inkstitch:zigzag_underlay_inset_mm=".3"
       inkstitch:zigzag_spacing_mm="0.55"
       inkstitch:short_stitch_distance_mm="0"
       inkstitch:split_staggers="2.5"
       inkstitch:contour_underlay="True"
       inkstitch:contour_underlay_inset_mm="0.10"
       inkstitch:contour_underlay_stitch_length_mm="1.50"
       inkstitch:pull_compensation_percent=""
       inkstitch:color_sort_index="1" />
    <g
       id="g45">
      <path
         style="display:inline;fill:none;fill-opacity:0.5;stroke:#2584bb;stroke-width:1"
         d="m 73.93793,100.9997 c 1.041673,6.91673 1.250007,14.22927 0.625,21.9376 0.04167,0.875 -1.10417,2.77087 -3.43751,5.6876 -2.333347,2.91667 -3.833353,4.375 -4.50002,4.375 -2.79168,0 -4.18752,-0.89583 -4.18752,-2.6875 0,-2.16667 0.3125,-13.37507 0.9375,-33.6252"
         id="path99"
         inkstitch:color_sort_index="2" />
      <path
         id="path3681"
         style="fill:none;stroke:#2584bb;stroke-width:1px"
         d="M 61.485936,96.720916 C 61.13535,78.547642 60.91307,60.371605 60.40773,42.201665 46.604614,42.172108 32.796539,42.260746 18.996518,42.157405 15.943154,42.132775 12.832006,40.766367 11.199743,38.102041 9.5043924,34.936086 9.5402822,31.192168 9.229715,27.694812 9.0377032,22.526204 8.8503317,17.291821 9.6897696,12.170847 10.125585,9.6361146 11.349709,6.4468167 14.317751,6.1880026 c 2.449644,-0.1107257 3.010624,2.7016474 4.087391,4.3160044 1.356363,1.645827 3.800388,0.844703 5.662706,1.043052 16.005941,0.03398 32.018243,-0.06797 48.020208,0.05101 4.256175,0.09615 7.878343,3.504997 8.877114,7.537728 1.252254,4.635763 0.97247,9.569621 0.1989,14.267132 -0.618509,3.023931 -2.262421,5.88897 -4.948332,7.518637 -0.693342,0.680837 -2.510776,0.469226 -2.129294,1.748526 0.580129,19.424408 1.160258,38.848816 1.740387,58.273228 M 65.264872,96.653509 C 64.881469,77.737091 64.711043,58.810083 64.095261,39.902425 c -0.533582,-2.087324 -3.029309,-1.357321 -4.602114,-1.480252 -13.476366,-0.0363 -26.959427,0.07257 -40.43161,-0.05439 -2.509091,0.09457 -5.071146,-1.598274 -5.321593,-4.2241 -1.067971,-6.346069 -1.033561,-12.838012 -0.639834,-19.243869 0.182953,-1.47467 0.374269,-2.990937 1.027952,-4.340413 0.848372,2.062156 2.346654,3.989662 4.619587,4.519334 3.939878,0.52324 7.945213,0.122146 11.912355,0.24786 13.710613,0.0272 27.426882,-0.05442 41.133959,0.04083 3.421682,0.01721 5.625543,3.37867 5.910886,6.499665 0.543565,3.816391 0.447796,7.796214 -0.484263,11.542229 -0.554399,2.648608 -2.824807,4.938602 -5.599287,5.081323 -2.031394,0.629901 -1.220245,3.066391 -1.30253,4.633716 0.57673,19.310593 1.153459,38.621186 1.730189,57.931782 M 64.905429,55.628785 c -1.511331,0.03815 -3.022661,0.07629 -4.533992,0.114435 M 48.338085,38.044182 c 0,1.511812 0,3.023624 0,4.535436 M 33.692428,38.044182 c 0,1.511812 0,3.023624 0,4.535436 M 13.269444,24.099896 c -1.511558,0.02772 -3.023116,0.05545 -4.5346734,0.08317 M 35.52721,15.704518 c 0,-1.511812 0,-3.023624 0,-4.535436 m 20.50392,4.535436 c 0,-1.511812 0,-3.023624 0,-4.535436 m 18.703412,5.593825 c 0.966898,-1.162189 1.933796,-2.324379 2.900694,-3.486568 m 0.02472,12.494821 c 1.511029,-0.04867 3.022057,-0.09733 4.533086,-0.145998 M 70.272115,54.222183 c 1.511138,-0.04513 3.022277,-0.09026 4.533415,-0.135395 m -17.652748,-9.325622 9.06673,-11.495319 m 9.87626,10.523884 -7.447671,-7.771483 M 14.247719,14.808575 13.600095,2.018009"
         inkstitch:satin_column="true"
         inkstitch:pull_compensation_mm="0.20"
         inkstitch:pull_compensation_percent="5"
         inkstitch:color_sort_index="2" />
      <path
         d="M 71.1039,101.064 73.9379,101"
         style="fill:none;stroke:#2584bb;stroke-width:1;stroke-dasharray:3, 1"
         inkstitch:running_stitch_length_mm="2.0"
         inkstitch:running_stitch_tolerance_mm="0.2"
         id="path109"
         inkstitch:color_sort_index="2" />
      <path
         id="path6365"
         style="fill:none;stroke:#2584bb;stroke-width:1px"
         d="m 75.814473,100.7768 c 1.055199,7.53504 1.261292,15.19706 0.548394,22.76882 -0.596557,2.57741 -2.60888,4.50607 -4.075684,6.62091 -1.752661,1.7219 -3.117416,4.51309 -5.83436,4.715 -2.320366,0.002 -5.351423,-0.87917 -5.726229,-3.55975 -0.394738,-2.6166 0.06684,-5.30721 0.01433,-7.95273 0.248463,-8.91159 0.496926,-17.82318 0.745389,-26.734768 m 10.574958,4.588068 c 1.003098,7.24937 1.254309,14.63024 0.520259,21.90948 -1.686724,2.91951 -3.851182,5.59893 -6.271842,7.94118 -1.262971,0.14325 -2.422455,-0.51489 -1.948835,-1.92696 0.301174,-10.80216 0.602348,-21.60432 0.903522,-32.406482 m 6.596829,6.002702 c 1.501259,-0.17832 3.002517,-0.35664 4.503776,-0.53496 m -3.757354,12.86082 c 1.511812,0 3.023624,0 4.535436,0 m -7.144279,11.24412 c 1.225174,0.88573 2.450347,1.77147 3.675521,2.6572 m -8.193903,1.64792 c -0.138059,1.5055 -0.276117,3.01099 -0.414176,4.51649"
         inkstitch:satin_column="true"
         inkstitch:pull_compensation_mm="0.20"
         inkstitch:pull_compensation_percent="5"
         inkstitch:color_sort_index="2" />
    </g>
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-כ"
     style="display:none"
     id="g153">
    <path
       d="m 74.81294,55.937 q 0,24.5001 -10.50006,34.0002 -9.25004,8.375 -31.25015,8.375 H 1.75008 L 12.00013,72.0621 h 31.81266 q 10.68755,0 17.81258,-3.375 4.87503,-7.3751 4.87503,-13.3751 0,-15.0001 -22.68761,-15.0001 H 15.93765 q -4.93752,0 -6.81253,-3.375 -1.75001,-3.125 -1.75001,-13.8125 0,-15.0626 3.56252,-15.0626 0.75,0 1.84376,2.6875 1.09375,2.6875 4.40627,2.6875 H 45.8753 q 15.37507,0 22.0001,9.3751 6.93754,9.75 6.93754,33.1251 z"
       id="path153"
       style="display:none;fill:#4e2990;fill-opacity:0.5;stroke-width:1"
       inkstitch:color_sort_index="0" />
    <path
       style="display:inline;fill:none;fill-rule:evenodd;stroke:#4e2990;stroke-width:1.00001;stroke-dasharray:2, 1;-inkscape-stroke:none"
       d="M 37.872435,94.283821 53.531231,82.266606"
       id="path73"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:running_stitch_length_mm="2.5"
       inkstitch:running_stitch_tolerance_mm="0.20"
       inkstitch:color_sort_index="1" />
    <path
       d="m 11.3341,8.22977 c 1.166737,3.24219 4.032475,6.106747 7.732674,5.218059 10.79393,0.121037 21.611512,-0.347735 32.388756,0.329337 8.185147,0.846449 16.156942,5.868444 19.001923,13.839997 4.478474,10.955264 4.567288,23.082227 4.124915,34.74199 -0.634346,9.592684 -2.692193,19.953896 -9.718327,27.013157 -8.524134,7.845972 -20.738729,8.677551 -31.7526,8.951484 -10.453544,-0.0026 -20.90728,-0.02657 -31.361357,-0.01159 M 10.0386,8.43543 c -3.6020504,6.09201 -2.4206136,13.439019 -2.5328987,20.188912 0.4223495,3.857037 0.4209303,9.071065 4.5507787,10.904269 4.977481,1.574395 10.330707,0.486433 15.465471,0.795825 8.943468,0.172366 18.044582,-0.692107 26.868235,1.097088 5.674557,1.111824 11.274897,5.207228 11.914927,11.320878 0.709159,5.581285 -1.359191,11.374771 -4.794788,15.717849 -3.666466,2.341961 -8.253151,2.738513 -12.476315,3.319144 -9.565978,0.600488 -19.161135,0.151848 -28.742207,0.282703 H 12.0001 C 8.7975288,80.263951 5.5948812,88.465774 2.39224,96.6676 M 3.27742,14.1691 20.757,8.34253 M 1.82079,86.2723 10.5606,100.11 M 32.045902,63.69451 30.95347,102.295 M 44.427261,65.879452 49.1613,100.11 M 57.537,62.2379 80.84309,62.966236 M 56.4445,45.8508 78.294,36.7469 M 30.589274,46.579154 33.1384,7.25005"
       style="display:inline;fill:none;stroke:#4e2990;stroke-width:1"
       inkstitch:satin_column="True"
       inkstitch:zigzag_underlay="True"
       inkstitch:pull_compensation_mm="0.3"
       inkscape:label="Colonne satin 0"
       id="path72"
       sodipodi:nodetypes="ccccccccccccccccccccccccccccccccc"
       inkstitch:reverse_rails="none"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:zigzag_underlay_max_stitch_length_mm="5"
       inkstitch:zigzag_underlay_inset_mm=".3"
       inkstitch:random_split_phase="False"
       inkstitch:max_stitch_length_mm="5"
       inkstitch:zigzag_spacing_mm="0.55"
       inkstitch:short_stitch_distance_mm="0"
       inkstitch:split_method="staggered"
       inkstitch:split_staggers="2.5"
       inkstitch:contour_underlay="True"
       inkstitch:contour_underlay_inset_mm="0.10"
       inkstitch:contour_underlay_stitch_length_mm="1.50"
       inkstitch:pull_compensation_percent=""
       inkstitch:color_sort_index="1" />
    <g
       id="g44">
      <path
         style="fill:none;fill-rule:evenodd;stroke:#2584bb;stroke-width:0.944882;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:4, 1;stroke-dashoffset:0;-inkscape-stroke:none"
         d="M 29.689734,97.811015 1.8556083,98.158942"
         id="path43"
         inkstitch:color_sort_index="2" />
      <path
         id="path4780"
         style="fill:none;stroke:#2584bb;stroke-width:1px"
         d="M -1.2638764,100.81051 C 2.221435,91.953941 6.8688992,79.869221 10.411175,71.039106 c 1.159215,-1.51495 3.315738,-0.628837 4.937012,-0.866761 10.130664,-0.05165 20.265612,0.104844 30.393514,-0.08104 4.980882,-0.115644 10.00245,-0.926081 14.589745,-2.92789 2.843008,-4.4376 5.141577,-9.804089 3.911531,-15.154348 C 63.388771,47.690813 59.490203,44.797404 55.449174,43.663155 48.198402,41.611122 40.577945,42.352399 33.13608,42.201675 27.019725,42.137264 20.891867,42.331531 14.7828,42.102768 11.291603,42.027906 7.8253416,39.758633 6.8709434,36.311893 5.4650748,31.860912 5.571521,27.094876 5.5063672,22.47004 5.776219,17.606303 5.3477307,12.35801 7.8042834,7.9584316 8.8736837,6.2367726 11.688326,5.4050831 13.01718,7.2844603 c 1.242098,1.3752167 1.36943,4.1987177 3.708632,4.1998697 10.193293,0.182989 20.404415,-0.05311 30.601655,0.118616 7.10924,0.131454 14.594315,2.118545 19.707093,7.319264 5.035319,5.13224 7.173511,12.320481 8.345304,19.243811 1.361184,8.315575 1.567282,16.806876 1.02643,25.205495 -0.55177,7.365012 -1.985043,14.837357 -5.618169,21.347706 -2.405587,4.219617 -5.914478,7.847794 -10.243565,10.104423 -7.12532,3.819182 -15.338145,4.927606 -23.315713,5.275545 -1.373162,0.0339 -2.746323,0.0678 -4.119484,0.10173 M 4.5983148,96.213492 13.290917,73.951865 c 10.789745,-0.04808 21.58343,0.09721 32.370656,-0.07453 5.587335,-0.113603 11.215114,-1.048324 16.351527,-3.313001 1.720243,-0.663055 2.088215,-2.786996 3.145027,-4.134082 2.385752,-4.414379 3.883917,-9.562347 2.907559,-14.588854 C 67.270613,46.76485 63.383945,42.614488 58.665248,40.811839 52.153799,38.193904 44.99467,38.438129 38.10135,38.422184 30.482183,38.373734 22.854062,38.519084 15.24049,38.349534 12.920876,38.404594 10.693251,36.87309 10.240956,34.535969 8.9246643,28.422046 9.2390019,22.08934 9.568346,15.884356 c 0.1845277,-1.758588 0.3810824,-3.559221 1.066993,-5.201489 0.8103,2.015508 2.278492,3.875617 4.487109,4.394647 3.939549,0.526068 7.945412,0.122593 11.91256,0.24909 7.527489,0.08104 15.06469,-0.179904 22.585098,0.166748 6.01637,0.506042 12.310711,2.6782 16.079088,7.640737 4.064068,5.255234 5.471618,11.990894 6.377694,18.435044 1.027622,8.756116 1.189736,17.661192 0.04319,26.411773 -0.959723,6.610117 -2.852725,13.383172 -7.223989,18.58361 -4.430461,5.276059 -11.285392,7.572963 -17.858189,8.766748 -4.633054,0.7929 -9.327636,1.042957 -14.021847,1.091786 M 7.7474119,89.187807 3.5226315,87.538137 M 30.103302,74.329818 v -4.535436 m 1.925236,-31.7502 v 4.535436 M 9.6981798,25.563957 c -1.5114308,0.03395 -3.0228617,0.06789 -4.5342925,0.101835 M 35.844874,15.704518 v -4.535436 m 36.60152,39.658169 c 1.511532,-0.0291 3.023064,-0.05819 4.534596,-0.08729 M 14.844867,77.167372 9.8579193,67.425429 V 67.309453 L 9.7419438,67.193478 M 57.059957,47.593614 63.43861,39.359352 m -4.754996,25.282664 7.074507,8.234262 M 15.308769,35.764111 9.6259683,43.186545 M 10.901699,14.30864 9.2780417,3.4069408"
         inkstitch:satin_column="true"
         inkstitch:pull_compensation_mm="0.20"
         inkstitch:pull_compensation_percent="5"
         sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
         inkstitch:color_sort_index="2" />
      <path
         d="M -1.02524,100.202 1.7501,98.3122"
         style="fill:none;stroke:#2584bb;stroke-width:1;stroke-dasharray:3, 1"
         inkstitch:running_stitch_length_mm="2.0"
         inkstitch:running_stitch_tolerance_mm="0.2"
         id="path79"
         inkstitch:color_sort_index="2" />
      <path
         id="path7265"
         style="fill:none;stroke:#2584bb;stroke-width:1px"
         d="M 33.0627,100.20197 H -1.2652636 M 33.0627,96.422435 H 4.7654636 M 17.4064,96.044482 v 4.535438"
         inkstitch:satin_column="true"
         inkstitch:pull_compensation_mm="0.20"
         inkstitch:pull_compensation_percent="5"
         sodipodi:nodetypes="cccccc"
         inkstitch:color_sort_index="2" />
    </g>
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-ל"
     style="display:none"
     id="g154">
    <path
       d="m 76.50044,49.437 q 0,13.8751 -13.68756,23.8126 -11.43756,8.9375 -10.06255,13.6251 0.625,4.625 -5.62503,9.25 -5.06252,3.4375 -8.37504,3.4375 -2.31251,0 -4.00002,-1.6875 -1.93751,-1.875 -1.93751,-4.8125 -1.25,-4.3125 2.93752,-9.3125 4.62502,-5.7501 12.56256,-10.5001 11.18755,-6 15.81257,-11.0001 1.37501,-3.6875 2.00001,-6.75 -0.625,-4.3125 -0.25,-10.1875 -2.87501,-4.8751 -8.68754,-4.8751 H 18.87517 q -7.93754,0 -10.75005,-3.125 Q 5.6876,34.5619 5.6876,27.3744 L 7.56261,11.0618 q 1.25001,-9 1.87501,-11.2813 0.625,-2.2813 2.56251,-7.4688 1.00001,-3.375 1.00001,-5.125 0.0625,-1.8125 0.0625,-2.375 0,-2.1875 -3.68752,-3.3437 -3.68752,-1.1563 -3.68752,-4.3439 0,-6.125 2.12501,-9.375 1.81251,-2.75 2.75002,-2.75 1,0 1,0.625 0,0.125 -0.125,0.5313 -0.125,0.4062 -0.125,0.5312 0,0.5625 2.75001,1.5 3.50002,1.1875 7.00004,2.5 2.75001,2.1875 2.75001,5.6875 0,2.5 -1.56251,4.8126 -2.12501,3.0625 -3.00001,5.6875 -2.18751,5.4375 -2.18751,12.9375 v 2.0001 q 0,9.25 2.68751,10.3125 1.06251,1.3125 4.31252,1.3125 h 38.87519 q 9.50004,0 10.75005,7.9376 l 2.31251,14.625 q 0.5,3.25 0.5,13.4376 z"
       id="path154"
       style="display:none;fill:#4e2990;fill-opacity:0.5;stroke-width:1"
       inkstitch:color_sort_index="0" />
    <path
       style="fill:none;fill-rule:evenodd;stroke:#4e2990;stroke-width:1.00001;stroke-dasharray:2, 1;-inkscape-stroke:none"
       d="M 36.564803,96.440288 45.577255,82.792862"
       id="path75"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:running_stitch_length_mm="2.5"
       inkstitch:running_stitch_tolerance_mm="0.20"
       inkstitch:color_sort_index="1" />
    <path
       d="m 9.76297,-34.4685 -0.3247353,0.447135 c -2.8371416,2.861375 -3.921672,7.00036 -3.697954,10.941551 -0.491332,4.59192 5.4079063,3.938255 7.1070183,7.023289 0.648457,3.084462 -0.23577,6.1956545 -1.155977,9.1249804 C 9.0894259,-0.40952215 8.0795481,6.587112 7.289574,13.522813 6.8500985,20.351678 4.6547882,27.3057 6.5286479,34.093433 c 0.7345336,3.939401 4.8888251,5.812099 8.5079801,6.122974 12.45985,0.377472 24.935253,0.1256 37.401364,0.205029 3.698598,-0.06184 7.826591,-0.440621 10.945543,1.993572 3.060363,1.739322 2.565945,5.418316 2.317721,8.378314 0.819619,3.829584 -0.0511,7.752939 -1.526278,11.309845 -6.795504,7.417489 -16.819684,10.522915 -24.212565,17.2047 -2.637221,2.560443 -5.503946,5.234177 -6.763199,8.768802 -0.232752,3.030907 -0.841892,6.57436 1.040686,9.229931 M 11.209297,-34.836405 c 0.151192,0.404966 0.378494,0.787218 0.435494,1.222769 1.849229,2.97448 5.937101,2.193583 8.551613,4.041228 3.547504,1.37383 4.342281,6.054133 2.923526,9.233399 -2.570001,3.871145 -4.659671,8.150014 -5.4261,12.7786605 -0.652911,4.8008321 -0.889784,9.7186072 -0.299687,14.5406099 0.08164,2.9105856 1.854308,5.9673336 4.968796,6.3423076 12.774974,0.260816 25.563823,0.07072 38.344207,0.138658 3.974439,-0.282651 8.629521,0.176128 11.260085,3.563247 1.821653,2.713992 1.865215,6.168136 2.477841,9.291347 1.147309,6.271173 2.045989,12.604225 2.028289,18.995454 0.350229,5.992442 -0.403661,12.271036 -3.687875,17.4337 -4.189466,7.733263 -12.807549,11.375988 -18.039107,18.212842 -2.372528,2.319966 -1.950969,5.622556 -2.245122,8.565304 -1.826011,5.199556 -7.14579,7.968618 -11.985357,9.824279 m -24.036003,-132.943905 -13.64742,3.605 m 22.65992,14.4199 c -5.493317,-0.08583 -10.986633,-0.17167 -16.47995,-0.2575 M 8.49745,41.8506 22.6599,6.57327 m 32.4448,0.7725 V 41.5931 M 78.0221,59.618 62.8297,54.468 m -9.785,41.7148 -23.4324,-9.0125"
       style="display:inline;fill:none;stroke:#4e2990;stroke-width:1"
       inkstitch:satin_column="True"
       inkstitch:zigzag_underlay="True"
       inkstitch:pull_compensation_mm="0.3"
       inkscape:label="Colonne satin 0"
       id="path74"
       sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccc"
       inkstitch:max_stitch_length_mm="5"
       inkstitch:split_method="staggered"
       inkstitch:random_split_phase="False"
       inkstitch:reverse_rails="none"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:zigzag_underlay_max_stitch_length_mm="5"
       inkstitch:zigzag_underlay_inset_mm=".3"
       inkstitch:zigzag_spacing_mm="0.55"
       inkstitch:short_stitch_distance_mm="0"
       inkstitch:split_staggers="2.5"
       inkstitch:contour_underlay="True"
       inkstitch:contour_underlay_inset_mm="0.10"
       inkstitch:contour_underlay_stitch_length_mm="1.50"
       inkstitch:pull_compensation_percent=""
       inkstitch:color_sort_index="1" />
    <g
       id="g43">
      <path
         style="fill:none;fill-rule:evenodd;stroke:#2584bb;stroke-width:0.944882;stroke-dasharray:4, 1;stroke-dashoffset:0;-inkscape-stroke:none"
         d="M 46.849328,96.010533 40.83658,99.392704"
         id="path42"
         inkstitch:color_sort_index="2" />
      <path
         id="path6575"
         style="fill:none;stroke:#2584bb;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round"
         d="m 38.5726,101.444 c -4.191609,-0.0236 -7.697519,-3.998035 -7.6329,-8.1063 -1.309203,-4.983584 2.050153,-9.587599 5.306111,-12.998378 4.864342,-5.228102 11.138766,-8.777008 17.268643,-12.285705 3.211915,-2.063125 6.486615,-4.155421 9.033526,-7.042189 1.136795,-2.995438 2.089931,-6.177547 1.348904,-9.39198 -0.163833,-2.940152 1.055305,-6.892134 -2.530002,-8.267459 C 57.982899,41.580358 54.06187,42.579795 50.418943,42.318804 38.9119,42.257507 27.395858,42.507283 15.89455,42.162577 11.692872,41.932542 6.8106676,40.362569 5.2144249,36.046326 3.1446425,31.163053 3.9061031,25.757854 4.5636108,20.669484 5.45178,13.11799 6.083902,5.4783732 7.996109,-1.8976047 9.4465959,-6.2659578 11.53813,-10.67522 11.0792,-15.3976 c -1.9400763,-1.798593 -5.2043308,-1.758971 -6.4657362,-4.40391 -1.4490537,-3.10366 -0.6935526,-6.722206 0.053799,-9.926328 0.8859712,-2.740194 2.4137546,-5.604231 5.0169674,-7.017655 2.2870198,-0.927769 3.6472278,1.517394 4.2903028,2.860415 3.059351,1.510308 6.909736,1.701172 9.41208,4.148851 3.058625,3.342873 2.945821,8.711798 0.253991,12.243586 -4.889513,7.229387 -5.231928,16.3939862 -4.286892,24.7883441 -0.02628,2.412913 1.921991,4.4243049 4.383616,4.2588359 13.827628,0.05393 27.669402,-0.152787 41.496833,0.113041 4.472635,0.314343 8.961018,3.251636 9.919458,7.832491 1.044574,4.153263 1.326642,8.453511 2.177154,12.648287 1.049245,6.751209 1.293784,13.632866 0.836168,20.444272 -0.810526,9.260714 -7.070897,17.041151 -14.382974,22.311386 -3.43437,2.883552 -7.333814,5.714113 -9.084243,9.995367 -0.288843,2.202497 0.37041,4.561605 -0.912651,6.576942 -2.256637,4.410041 -6.69878,7.305596 -11.144473,9.173415 -1.177181,0.42863 -2.411094,0.71738 -3.6641,0.78826 M 38.928,97.6808 c -3.315117,0.09639 -4.490327,-3.557925 -4.477672,-6.271117 0.03238,-4.173216 3.380114,-7.184299 6.05596,-9.985974 6.801987,-6.62436 16.168322,-9.651421 23.116761,-16.08649 2.695326,-1.848797 3.195284,-5.200078 4.040503,-8.130971 0.654443,-2.65999 -0.189882,-5.386916 0.02218,-8.094769 -0.07006,-2.167194 0.567641,-4.598416 -1.216851,-6.283378 C 63.856221,39.383468 59.315006,38.160227 55.160499,38.543065 42.205331,38.464559 29.24154,38.732136 16.29193,38.392227 12.736758,38.379657 8.5588643,36.793047 8.1041958,32.761839 6.9053896,27.390712 8.4594306,21.963781 8.8209164,16.584357 9.590876,10.516879 10.109723,4.3423832 11.880291,-1.5306191 13.522768,-6.3827333 15.747216,-11.524544 14.640184,-16.732451 13.650255,-20.149602 8.8633264,-19.45441 7.6696316,-22.437945 7.4107449,-26.237522 8.6017262,-30.665057 11.0898,-33.2474 c 0.593343,2.43106 1.268557,3.014922 2.726401,3.367624 2.236243,0.945812 4.80935,1.315312 6.783441,2.743342 2.359979,2.57304 1.096597,6.382521 -0.873703,8.7676 -4.661816,7.618954 -5.052302,16.9369109 -4.226231,25.5931358 0.307515,2.9476182 1.51057,6.1569812 4.48835,7.3245952 3.520774,1.34982 7.417192,0.606026 11.103861,0.751051 11.377885,0.14928 22.766233,-0.169489 34.139007,0.170006 3.768482,0.226817 6.684251,3.43686 6.713071,7.174665 1.118529,7.010833 2.56967,14.011517 2.603948,21.138471 0.124091,5.379539 0.29012,11.048028 -2.292761,15.955095 -2.482605,5.351302 -6.98175,9.359667 -11.608269,12.845322 -3.790517,3.153041 -7.932471,6.52991 -9.631434,11.319384 -0.490131,2.85481 0.415406,6.153716 -2.248488,8.260727 -2.789812,2.655928 -6.279167,5.202554 -10.244893,5.522683 M 44.0879,78.8974 41.3312,75.296 M 52.713,73.3626 50.4769,69.4167 m 17.49,-11.9468 -4.3975,-1.1101 M 47.6015,38.1692 v 4.5354 M 28.5681,38.1692 v 4.5354 M 9.1612,17.0131 4.65543,16.4952 M 12.874,-3.24768 8.58406,-4.71954 M 10.21,-20.642 8.39363,-16.4861 m 0.34158,-12.2661 -4.33593,-1.3304 m 14.89222,2.5446 1.5254,-4.2712 m -1.5767,13.5648 3.8655,2.3725 m -7.257,6.14962 4.4294,0.97505 m -5.4565,7.809809 4.5323,0.171096 M 35.2923,15.7045 v -4.5354 m 16.9185,4.5354 v -4.5354 m 20.5342,18.7618 4.4797,-0.7084 m -3.3388,8.8983 4.5226,-0.3403 m -4.7327,16.6004 4.4513,0.8696 m -9.4383,9.3983 3.4684,2.9225 m -10.8608,3.9888 2.8659,3.5152 m -17.4457,18.4121 2.9533,3.4421 m 10.833377,-50.649404 7.641201,-6.012748 m -0.501063,-20.919352 6.388545,-6.51381 m -63.310903,-42.224899 0.373991,-11.718365"
         inkstitch:satin_column="true"
         inkstitch:pull_compensation_mm="0.20"
         inkstitch:pull_compensation_percent="5"
         sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
         inkstitch:color_sort_index="2" />
    </g>
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-ם"
     style="display:none"
     id="g155">
    <path
       d="M 23.56269,40.5619 Q 16.18765,43.062 16.43766,51.187 l 0.75,20.8751 H 68.87541 L 67.8129,47.2495 Q 67.6879,42.937 65.37539,41.4994 63.50038,40.3119 58.75036,40.3119 Z M 76.87545,98.3122 H 7.87511 V 53.6245 q 0,-10.1875 5.56253,-13.3126 -2.68751,-0.1875 -4.43752,-2.9375 -1.62501,-3.75 -1.62501,-11.125 0,-18.1876 3.56252,-18.1876 0.75,0 1.84376,2.6875 1.09375,2.6875 4.40627,2.6875 h 42.2502 q 17.43759,0 17.43759,18.5626 z"
       id="path155"
       style="display:none;fill:#4e2990;fill-opacity:0.5;stroke-width:1"
       inkstitch:color_sort_index="0" />
    <path
       style="display:inline;fill:none;fill-rule:evenodd;stroke:#4e2990;stroke-width:1.00001;stroke-dasharray:2, 1;-inkscape-stroke:none"
       d="M 71.327116,94.895297 72.614609,70.432928"
       id="path82"
       inkstitch:running_stitch_length_mm="2.5"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:running_stitch_tolerance_mm="0.20"
       inkstitch:color_sort_index="1" />
    <path
       d="M 8.7666,10.6201 C 8.4294601,11.921476 8.1813645,13.244875 7.9982426,14.576342 7.5759514,19.622241 7.153626,24.708071 7.4929708,29.773713 c 0.3702041,3.291353 0.6248878,7.197479 3.5391582,9.332183 3.709355,2.61648 8.565458,2.214692 12.829515,1.616019 12.107486,-0.452909 24.227921,-0.239489 36.338894,-0.406065 2.863766,0.01834 6.40413,1.009214 7.244994,4.131366 0.928396,9.177598 0.90026,18.4131 1.429468,27.615284 H 20.273259 c -0.918691,-0.137733 -2.173194,0.417825 -2.682315,-0.632386 -1.37604,-2.748732 -0.434098,-5.940101 -0.589774,-8.877901 -0.257256,-2.163618 -0.19004,-4.336759 -0.361659,-6.513768 -0.324677,-4.19131 1.318324,-11.555346 4.215678,-15.011131 M 11.334,8.23047 c 1.329401,1.782179 2.010548,4.604473 4.527086,5.083114 9.794841,0.250802 19.593293,0.08836 29.389827,0.112483 7.150958,0.401416 14.464282,-0.877103 21.475748,1.049022 5.933851,1.689469 9.533786,7.82442 9.949356,13.718046 0.444827,23.369992 0.08062,46.746614 0.198983,70.119365 h -69 C 7.8822428,84.609598 7.8578331,70.904645 7.8950906,57.203383 7.7696779,52.054638 8.9956537,44.486591 12.512793,40.31871 M 17.7674,10.1783 3.60498,17.1307 M 24.7199,42.8806 30.127307,9.40576 M 80.3396,48.803 c -5.4933,0.08583 -10.9866,0.17167 -16.4799,0.2575 m 15.4499,11.845 H 65.4046 M 52.5297,100.56 52.7872,68.8879 M 30.1273,104.423 30.6423,68.1154 M 18.5399,49.318 4.11998,49.5755 M 24.9774,9.66326 5.40747,34.8981 M 56.392163,7.8607614 54.847217,42.880603"
       style="display:inline;fill:none;stroke:#4e2990;stroke-width:1"
       inkstitch:satin_column="True"
       inkstitch:zigzag_underlay="True"
       inkstitch:pull_compensation_mm="0.3"
       inkscape:label="Colonne satin 0"
       id="path83"
       sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccc"
       inkstitch:split_method="staggered"
       inkstitch:max_stitch_length_mm="5"
       inkstitch:random_split_phase="False"
       inkstitch:reverse_rails="none"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:zigzag_underlay_max_stitch_length_mm="5"
       inkstitch:zigzag_underlay_inset_mm=".3"
       inkstitch:zigzag_spacing_mm="0.55"
       inkstitch:short_stitch_distance_mm="0"
       inkstitch:split_staggers="2.5"
       inkstitch:contour_underlay="True"
       inkstitch:contour_underlay_inset_mm="0.10"
       inkstitch:contour_underlay_stitch_length_mm="1.50"
       inkstitch:pull_compensation_percent=""
       inkstitch:color_sort_index="1" />
    <g
       id="g42">
      <g
         id="g95">
        <path
           style="display:inline;fill:none;fill-opacity:0.5;stroke:#2584bb;stroke-width:1"
           d="M 76.87545,98.3122 H 7.87511"
           id="path36"
           inkstitch:color_sort_index="2" />
        <path
           id="path3612"
           style="fill:none;stroke:#2584bb;stroke-width:1px"
           d="M 5.9795212,100.68414 C 6.0173727,85.24126 5.9093749,67.423767 6.0426934,51.982573 6.2030637,48.062604 7.0890273,43.931601 9.7411757,40.907154 7.8368523,39.599759 6.7714942,37.479363 6.3589031,35.254903 5.0404891,29.309952 5.5689248,23.17123 5.8028046,17.143871 6.1584912,13.930651 6.2746213,10.400318 8.1932591,7.6752218 9.2514448,5.9490403 12.095453,5.619732 13.197772,7.4915496 c 1.049193,1.472803 1.395754,4.1457734 3.72379,4.0144854 14.648207,0.127642 29.308388,-0.05048 43.958999,0.08941 5.692377,0.116005 11.760018,2.437502 14.779388,7.521253 3.341763,5.219906 3.112387,11.656053 3.105323,17.609398 v 32.76996 M 9.7694896,96.38499 C 9.8064105,80.975794 9.6906903,67.491156 9.8210306,52.083622 9.9611651,48.225607 10.995014,43.769408 14.65158,41.760169 16.107937,40.62427 14.988966,38.23272 13.224291,38.343459 10.752472,37.91458 10.087882,35.161236 9.7731893,33.045256 8.937613,27.750819 9.361221,22.355539 9.607509,17.029441 c 0.1898293,-2.079942 0.3958,-4.201394 1.114767,-6.172819 0.844366,2.195525 2.691749,4.117013 5.13144,4.333813 4.763388,0.311114 9.557158,0.05028 14.332469,0.13613 10.408717,0.04393 20.820473,-0.08918 31.227231,0.06894 4.574323,0.226901 9.452931,2.246169 11.535843,6.576804 2.649645,5.174987 1.895797,11.172792 2.03652,16.782379 L 74.639774,69.496056 M 10.142818,66.778587 H 5.607382 M 9.7369075,22.919297 5.2032468,22.792411 M 28.825898,15.704518 v -4.535436 m 19.405301,4.535436 v -4.535436 m 26.376583,33.778542 h 4.535436 M 72.184685,74.963945 V 74.813873 M 11.40548,15.685462 9.7546871,3.5296213 M 6.4531007,41.047649 18.158725,38.646495"
           inkstitch:satin_column="true"
           inkstitch:pull_compensation_mm="0.20"
           inkstitch:pull_compensation_percent="5"
           sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccc"
           inkstitch:color_sort_index="2" />
      </g>
      <g
         id="g96">
        <path
           style="display:inline;fill:none;fill-rule:evenodd;stroke:#2584bb;stroke-width:0.944882;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:2.83465, 2.83465;stroke-dashoffset:0;-inkscape-stroke:none"
           d="M 16.147151,59.261584 16.290046,47.401288 V 47.258392"
           id="path98"
           inkstitch:color_sort_index="2" />
        <path
           id="path5735"
           style="fill:none;stroke:#2584bb;stroke-width:1px"
           d="m 23.4222,42.6649 c -3.223762,1.079452 -5.228096,4.410235 -5.071335,7.746914 0.12087,6.587167 0.455987,13.173603 0.659935,19.760486 H 66.903 C 66.497959,62.05587 66.324134,53.922849 65.769183,45.817175 65.646816,44.036928 64.279419,42.596086 62.47777,42.480948 57.5768,41.911329 52.620658,42.373917 47.696498,42.280253 L 23.9444,42.449 c -0.174067,0.07197 -0.348133,0.143933 -0.5222,0.2159 z m -1.4436,-3.493 c -4.016312,1.453929 -6.954391,5.289835 -7.312693,9.547286 -0.26409,4.905817 0.252139,9.826999 0.321714,14.738497 0.163852,3.064852 0.114887,6.157554 0.408479,9.205517 0.745598,1.954895 3.157391,1.107808 4.745791,1.2887 16.369894,-0.02559 32.746244,0.05114 49.112109,-0.0383 2.018848,-0.443208 1.440987,-2.796538 1.408292,-4.293489 -0.405089,-8.040484 -0.566503,-16.098343 -1.127176,-24.127739 -0.251511,-3.002188 -2.308877,-5.921758 -5.389335,-6.489283 -4.545342,-1.037468 -9.257983,-0.385321 -13.877248,-0.520723 -9.026026,0.0874 -18.058314,0.08179 -27.080433,0.227234 -0.420924,0.09993 -0.806059,0.310874 -1.2095,0.4623 z m -1.8746,0.4976 2.3274,3.8927 m -8.0746,4.713 4.4736,0.7464 m -4.962533,17.358679 c 1.510833,-0.05427 4.522388,-0.108533 6.033221,-0.1628 M 63.2464,69.7944 v 4.5354 m 1.5976,0 v -4.5354 m 5.4101,-18.5416 -4.5313,0.1941 M 54.5644,38.0739 c 0.01077,1.511767 0.02153,3.023533 0.0323,4.5353 M 27.4062,38.2668 c 0.01073,1.511767 0.02147,3.023533 0.0322,4.5353 m 36.661727,23.409877 8.088825,9.157161 m -9.462399,-30.676489 6.257393,-6.562632 m -46.85414,28.997676 -8.241445,7.783587"
           inkstitch:satin_column="true"
           inkstitch:pull_compensation_mm="0.20"
           inkstitch:pull_compensation_percent="5"
           sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccc"
           inkstitch:color_sort_index="2" />
      </g>
      <path
         style="display:inline;fill:none;fill-rule:evenodd;stroke:#2584bb;stroke-width:0.944882;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:2.83465, 2.83465;stroke-dashoffset:0;-inkscape-stroke:none"
         d="m 75.701557,79.12561 0.258406,-8.890834"
         id="path97"
         sodipodi:nodetypes="cc"
         inkstitch:color_sort_index="2" />
      <path
         id="path5655"
         style="fill:none;stroke:#2584bb;stroke-width:1px"
         d="M 42.3753,100.57992 V 96.044482 M 74.737185,69.496056 74.651795,96.422435 H 9.9505583 M 78.773918,69.265386 78.728588,100.20197 H 5.6513946"
         inkstitch:satin_column="true"
         inkstitch:pull_compensation_mm="0.20"
         inkstitch:pull_compensation_percent="5"
         sodipodi:nodetypes="cccccccc"
         inkstitch:color_sort_index="2" />
    </g>
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-מ"
     style="display:none"
     id="g156">
    <path
       d="m 76.75044,53.3745 q 0,13.0626 -7.81253,44.9377 h -40.9377 l 4.68752,-26.2501 h 31.50015 q 2.31252,-5.1875 2.31252,-9.4376 1.875,-9.125 -4.56253,-15.7812 -6.43753,-6.6564 -18.62509,-6.6564 -9.87504,0 -18.25008,7.8126 -8.37504,7.8125 -7.75004,16.3751 -0.625,0.375 -0.0937,5.3125 0.53125,4.9375 0.53125,8.6875 0,12.3126 -2.06251,14.5626 -5.50002,5.375 -6.00003,5.375 -2.43751,0 -2.43751,-2.5625 0,-1.5625 0.87501,-3.3125 -0.43751,-4.125 -0.43751,-14.5001 0,-2 -0.3125,-7.6562 -0.3125,-5.6563 0.3125,-9.2189 0.62501,-9.625 8.93755,-17.9375 1.0625,-1.125 3.93751,-3.5001 l -4.43752,-0.5 q -1.93751,-0.3125 -4.25002,-1.3125 -3.18751,-2 -4.18752,-4.875 -0.8125,-2.375 -0.8125,-8.0625 1.25001,-9.3126 5.18752,-13.5626 3.00002,-3.25 4.62503,-3.25 1.1875,0 1.1875,1.3125 0,0.375 -0.125,0.7188 -0.125,0.3437 -0.125,0.6562 0,1.5625 8.56254,4.5 4.43752,1.5 6.00003,3.8125 1.56251,2.3126 1.56251,7.6876 0,2.6875 -4.68752,7.375 6.81253,-3.1875 9.68754,-4 3.43752,-1.375 4.06252,-3.5 1.25001,-2.75 2.28126,-7.0626 1.03126,-4.3125 1.65626,-5.75 0.625,-4.125 5.18753,-4.125 2.68751,0 9.31254,2.75 5.56253,3.125 8.50004,7.6875 7.06253,9.5626 7.06253,27.9377 0,1.125 -0.0625,2.9375 z"
       id="path156"
       style="display:none;fill:#4e2990;fill-opacity:0.5;stroke-width:1"
       inkstitch:color_sort_index="0" />
    <path
       style="fill:none;fill-rule:evenodd;stroke:#4e2990;stroke-width:1.00001;stroke-dasharray:2, 1;-inkscape-stroke:none"
       d="M 66.899401,86.882897 43.260037,85.228142 43.49643,85.464535"
       id="path18"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:running_stitch_length_mm="2.5"
       inkstitch:running_stitch_tolerance_mm="0.20"
       inkstitch:color_sort_index="1" />
    <path
       d="m 28,98.3125 h 2.7319 38.2056 m -36.25,-26.25 h 4.2765 l 37.5321,0.6934 M 30.022,101.303 37.823,68.4442"
       style="display:inline;fill:none;stroke:#4e2990;stroke-width:1"
       inkstitch:satin_column="True"
       inkstitch:zigzag_underlay="True"
       inkstitch:pull_compensation_mm="0.3"
       inkscape:label="Colonne satin 0"
       id="path16"
       sodipodi:nodetypes="cccccccc"
       inkstitch:reverse_rails="none"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:zigzag_underlay_max_stitch_length_mm="5"
       inkstitch:zigzag_underlay_inset_mm=".3"
       inkstitch:random_split_phase="False"
       inkstitch:max_stitch_length_mm="5"
       inkstitch:zigzag_spacing_mm="0.55"
       inkstitch:short_stitch_distance_mm="0"
       inkstitch:split_method="staggered"
       inkstitch:split_staggers="2.5"
       inkstitch:contour_underlay="True"
       inkstitch:contour_underlay_inset_mm="0.10"
       inkstitch:contour_underlay_stitch_length_mm="1.50"
       inkstitch:pull_compensation_percent=""
       inkstitch:color_sort_index="1" />
    <path
       d="M 74.4961,72.7559 69.5929,71.4687"
       style="fill:none;stroke:#4e2990;stroke-width:1;stroke-dasharray:3, 1"
       inkstitch:running_stitch_length_mm="2.5"
       inkstitch:running_stitch_tolerance_mm="0.20"
       id="path266"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:color_sort_index="1" />
    <path
       d="m 64.2129,71.998 c 1.281846,-3.103962 2.25916,-6.387706 2.371221,-9.764154 C 67.923824,55.971261 65.314307,49.102555 60.187074,45.272843 54.782447,40.9565 47.533362,39.787347 40.795341,40.352804 39.91283,40.612356 39.554904,40.423014 39.911885,39.577737 L 40.179136,26.120489 M 74.4961,72.755897 C 76.59648,61.704725 77.466927,50.3578 76.329774,39.143805 75.488737,31.460857 73.0719,23.670707 67.912512,17.759408 65.347872,14.72974 61.909774,12.549996 58.194424,11.207981 55.948433,10.455082 53.604407,9.5798313 51.197087,9.7905997 c -1.43642,0.114215 -2.786169,0.8410953 -3.644876,1.9994613 l -0.119807,0.111085 -4.022028,6.928543 m 18.761124,49.378108 16.0748,0.4728"
       style="display:inline;fill:none;stroke:#4e2990;stroke-width:1"
       inkstitch:satin_column="True"
       inkstitch:zigzag_underlay="True"
       inkstitch:pull_compensation_mm="0.3"
       inkscape:label="Colonne satin 1"
       id="path17"
       inkstitch:reverse_rails="none"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:zigzag_underlay_max_stitch_length_mm="5"
       inkstitch:zigzag_underlay_inset_mm=".3"
       inkstitch:random_split_phase="False"
       inkstitch:max_stitch_length_mm="5"
       inkstitch:zigzag_spacing_mm="0.55"
       inkstitch:short_stitch_distance_mm="0"
       inkstitch:split_method="staggered"
       inkstitch:split_staggers="2.5"
       inkstitch:contour_underlay="True"
       inkstitch:contour_underlay_inset_mm="0.10"
       sodipodi:nodetypes="cccccccccccccccc"
       inkstitch:contour_underlay_stitch_length_mm="1.50"
       inkstitch:pull_compensation_percent=""
       inkstitch:color_sort_index="1" />
    <path
       d="m 40.1241,28.8938 2.0126,0.04"
       style="fill:none;stroke:#4e2990;stroke-width:1;stroke-dasharray:3, 1"
       inkstitch:running_stitch_length_mm="2.0"
       inkstitch:running_stitch_tolerance_mm="0.2"
       id="path110"
       inkstitch:color_sort_index="1" />
    <path
       d="M 42.1367,28.9338 31.494412,39.486727 24.6924,36.8614"
       style="fill:none;stroke:#4e2990;stroke-width:1;stroke-dasharray:3, 1"
       inkstitch:running_stitch_length_mm="2.5"
       inkstitch:running_stitch_tolerance_mm="0.20"
       id="path19"
       sodipodi:nodetypes="ccc"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:color_sort_index="1" />
    <path
       d="m 16.6282,8.38339 c -0.70485,0.3422522 -1.464805,0.551667 -2.170055,0.893003 -2.584715,1.592645 -4.272474,4.31617 -5.4255577,7.067398 -1.4503275,3.867965 -2.4889029,8.038498 -1.991925,12.192724 -0.034858,2.793468 0.7203157,5.714574 2.800713,7.696047 C 12.564137,39.091733 16.74175,38.881416 20.3223,39.5977 M 17.207,8.14453 c 0.489211,1.1186906 0.106839,2.58732 1.042523,3.47787 3.585437,2.743155 8.388334,3.111881 12.088113,5.667683 2.882001,1.827783 3.299483,5.52505 3.395463,8.634888 0.206144,3.436345 -2.709651,5.777574 -4.670599,8.200029 M 21.7482,11.2369 11.3469,8.873 M 37.1138,28.4937 12.2925,39.3678 M 33.0951,15.492 2.60033,29.4392"
       style="display:inline;fill:none;stroke:#4e2990;stroke-width:1"
       inkstitch:satin_column="True"
       inkstitch:zigzag_underlay="True"
       inkstitch:pull_compensation_mm="0.3"
       inkscape:label="Colonne satin 1"
       id="path15"
       sodipodi:nodetypes="ccccccccccccccccc"
       inkstitch:reverse_rails="none"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:zigzag_underlay_max_stitch_length_mm="5"
       inkstitch:zigzag_underlay_inset_mm=".3"
       inkstitch:random_split_phase="False"
       inkstitch:max_stitch_length_mm="5"
       inkstitch:zigzag_spacing_mm="0.55"
       inkstitch:short_stitch_distance_mm="0"
       inkstitch:split_method="staggered"
       inkstitch:split_staggers="2.5"
       inkstitch:contour_underlay="True"
       inkstitch:contour_underlay_inset_mm="0.10"
       inkstitch:contour_underlay_stitch_length_mm="1.50"
       inkstitch:pull_compensation_percent=""
       inkstitch:color_sort_index="1" />
    <path
       d="m 29.0625,34.125 2.2272,4.1357"
       style="fill:none;stroke:#4e2990;stroke-width:1;stroke-dasharray:3, 1"
       inkstitch:running_stitch_length_mm="2.5"
       inkstitch:running_stitch_tolerance_mm="0.20"
       id="path267"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:color_sort_index="1" />
    <path
       d="m 42.4531,27.4199 c -2.32411,1.650533 -4.644996,3.270713 -7.411701,4.087415 -4.700217,1.647914 -8.852314,4.401437 -13.046662,7.019227 C 15.668216,43.288555 9.8243531,49.682348 8.1894191,57.682116 6.4768789,66.190899 7.9009023,74.867276 7.7518242,83.455101 7.6265188,87.559602 8.7232899,91.771649 7.25,95.75 M 39.7285,40.4551 c -3.322793,0.567905 -6.564204,1.719201 -9.42141,3.521709 -6.352777,4.170952 -12.507702,10.411543 -12.987711,18.412352 -0.645711,4.895211 0.292109,9.779658 0.392891,14.681789 -0.0086,4.709114 0.104463,9.541945 -1.190255,14.111493 -1.259026,3.09578 -4.443402,4.930622 -6.834515,7.130057 M 13.9472,97.9934 4.96427,90.9016 M 19.1479,82.6278 4.96427,82.155 M 36.641,43.6229 38.7686,24.7114"
       style="display:inline;fill:none;stroke:#4e2990;stroke-width:1"
       inkstitch:satin_column="True"
       inkstitch:zigzag_underlay="True"
       inkstitch:pull_compensation_mm="0.3"
       inkscape:label="Colonne satin 0"
       id="path11"
       sodipodi:nodetypes="cccccccccccccccccc"
       inkstitch:reverse_rails="none"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:zigzag_underlay_max_stitch_length_mm="5"
       inkstitch:zigzag_underlay_inset_mm=".3"
       inkstitch:random_split_phase="False"
       inkstitch:max_stitch_length_mm="5"
       inkstitch:zigzag_spacing_mm="0.55"
       inkstitch:short_stitch_distance_mm="0"
       inkstitch:split_method="staggered"
       inkstitch:split_staggers="2.5"
       inkstitch:contour_underlay="True"
       inkstitch:contour_underlay_inset_mm="0.10"
       inkstitch:contour_underlay_stitch_length_mm="1.50"
       inkstitch:pull_compensation_percent=""
       inkstitch:color_sort_index="1" />
    <g
       id="g36">
      <path
         style="display:inline;fill:none;fill-opacity:0.5;stroke:#2584bb;stroke-width:1"
         d="m 68.93791,98.3122 h -40.9377 l 4.68752,-26.2501 h 31.50015 c 1.54168,-3.458333 2.31252,-6.6042 2.31252,-9.4376 1.25,-6.083333 -0.270843,-11.343733 -4.56253,-15.7812 -4.291687,-4.4376 -10.50005,-6.6564 -18.62509,-6.6564 -6.58336,0 -12.66672,2.6042 -18.25008,7.8126 -5.58336,5.208333 -8.166707,10.6667 -7.75004,16.3751 -0.416667,0.25 -0.4479,2.020833 -0.0937,5.3125 0.354167,3.291667 0.53125,6.1875 0.53125,8.6875 0,8.2084 -0.687503,13.0626 -2.06251,14.5626 -3.66668,3.583333 -5.66669,5.375 -6.00003,5.375"
         id="path103"
         inkstitch:color_sort_index="2" />
      <path
         id="path2882"
         style="fill:none;stroke:#2584bb;stroke-width:1px"
         d="M 9.4069601,100.181 C 7.078113,100.2181 5.2625028,98.106499 5.3623475,95.834697 5.3523868,94.479034 5.8187406,93.192162 6.2037118,91.941938 5.6839384,84.757635 5.9449271,77.546836 5.4870102,70.35797 5.3127277,66.717756 5.4623879,63.085158 5.9690953,59.475127 6.7931619,52.293436 10.902773,45.849589 16.139573,41.027747 13.090269,40.542773 10.011272,39.429622 7.969693,36.999822 4.9374066,33.809094 5.1604193,29.173986 4.9928159,25.090133 5.5317049,20.553862 6.6596664,15.959164 9.1191277,12.054422 10.779601,9.7374977 12.826282,7.3783485 15.564712,6.3782242 c 2.055145,-0.8745859 4.468017,0.9041229 4.195412,3.131928 -0.556724,1.3042868 1.365412,1.5230498 2.16977,2.0504998 4.086571,1.944303 9.247703,2.606459 11.943313,6.646277 1.565831,2.794089 1.89405,6.160662 1.653384,9.298441 -0.149187,1.23111 -3.889709,4.676675 -2.053951,3.606948 2.110798,-0.724886 7.478234,-3.640255 7.952802,-6.155126 1.585544,-3.957205 2.26723,-8.205168 3.632747,-12.232472 0.540563,-2.8727777 3.302776,-4.8847243 6.170209,-4.8529026 3.750287,-0.2035025 7.267976,1.5407909 10.712323,2.8057746 4.332766,2.321008 7.975118,5.82162 10.469693,10.059387 4.688096,7.477122 6.027745,16.5049 6.239995,25.18475 0.126851,6.646689 -0.06234,13.31476 -1.092953,19.894061 -1.098339,7.18856 -2.535181,14.326029 -4.115665,21.422689 -0.977535,3.993579 -1.758579,8.052557 -2.859524,12.005119 -1.099717,1.642842 -3.352836,0.715459 -4.992381,0.958702 H 47.3766 M 9.9684399,96.443404 C 8.5407975,96.562235 9.3434242,94.625636 9.5949788,93.878577 10.482511,92.039538 9.6701069,89.949809 9.7622138,88.002708 9.5846184,81.947748 9.587094,75.885911 9.2583738,69.834116 9.0788939,65.480619 9.3388009,61.086098 10.305634,56.830998 12.04032,50.590431 16.405867,45.496004 21.332248,41.468786 22.882246,40.686581 22.779471,38.111843 20.960912,37.777074 17.398852,37.312082 13.186932,37.371212 10.676579,34.360903 8.4812752,31.704091 8.9841376,28.014593 8.8075275,24.812649 9.5822672,19.92972 10.864719,14.677211 14.748221,11.291378 c 1.317275,-1.6349251 0.81359,0.205025 1.59356,1.120053 2.550045,2.577498 6.275894,3.405037 9.540014,4.747951 2.421456,0.82657 5.155999,2.266847 5.541849,5.077919 0.423231,2.380804 0.965146,5.181016 -0.808426,7.172445 -0.91284,1.644007 -2.758974,2.656011 -3.418031,4.413777 -0.340403,1.723174 1.859976,2.826289 3.173778,1.787195 3.174684,-1.50978 6.448757,-2.778081 9.724988,-4.033849 2.381941,-0.916517 4.263998,-2.894137 4.903373,-5.38457 1.619402,-4.059321 2.337598,-8.408661 3.724496,-12.541734 0.378239,-2.229461 3.130588,-2.253252 4.856044,-1.832071 3.851752,0.972733 7.738238,2.323585 10.727113,5.042784 4.432816,3.853046 7.244081,9.311987 8.741546,14.934038 2.222875,8.405227 1.999173,17.196421 1.623704,25.807999 -0.751602,9.467981 -2.777223,18.772443 -4.741994,28.045792 L 67.435732,96.422472 H 47.3766 M 9.9622768,78.476044 5.4271896,78.532294 M 9.7391116,63.432337 5.2242683,63.000631 M 12.399861,52.537954 8.437467,50.331234 M 9.2474338,27.327691 c -1.5104933,0.06313 -3.0209865,0.126263 -4.5314798,0.189395 m 5.768272,-8.445824 -4.3387205,-1.321244 m 22.1164895,0.893184 2.146276,-3.995457 m 16.54663,6.691879 -4.370991,-1.210214 m 31.915726,30.053846 4.534409,0.09648 m -4.882453,8.922552 4.51786,0.398901 m -5.68799,8.543123 4.478108,0.718843 m -6.144301,8.228739 4.450141,0.875455 M 53.498003,96.044482 v 4.535438 M 10.673786,42.076166 25.498488,38.962978 M 13.786973,14.650466 19.42036,2.3459634 M 35.949903,28.882181 24.9055,36.591026 m 26.832712,-22.237054 -2.5202,-9.0430682 m 15.936555,87.9846092 6.226375,8.820697 M 33.726198,93.592007 24.68313,101.22673 M 35.653409,76.321229 29.723528,67.129913 m 36.91351,9.043069 -5.929881,-9.191316"
         inkstitch:satin_column="true"
         inkstitch:pull_compensation_mm="0.20"
         inkstitch:pull_compensation_percent="5"
         sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
         inkstitch:color_sort_index="2" />
      <path
         d="M 9.06238,100.147 9.02061,98.238"
         style="fill:none;stroke:#2584bb;stroke-width:1;stroke-dasharray:3, 1"
         inkstitch:running_stitch_length_mm="2.0"
         inkstitch:running_stitch_tolerance_mm="0.2"
         id="path111"
         inkstitch:color_sort_index="2" />
      <path
         id="path7475"
         style="fill:none;stroke:#2584bb;stroke-width:1px"
         d="m 47.3766,100.20197 c -6.637116,-0.0536 -13.294519,0.10684 -19.919047,-0.0797 -1.853053,-0.552215 -1.285097,-2.692753 -0.971475,-4.081156 1.493491,-8.221283 2.889652,-16.466279 4.443779,-24.672793 0.872777,-1.900425 3.280798,-0.979832 4.908984,-1.196122 h 27.068514 c 1.271881,-2.772082 1.603613,-5.807612 1.871632,-8.803872 1.030232,-5.164857 -1.091434,-10.623697 -5.06809,-14.004335 -5.09595,-4.606366 -12.417622,-5.681264 -19.042551,-5.113053 -7.517811,0.905152 -14.061713,5.802949 -18.398745,11.821516 -2.246071,3.05802 -3.320997,6.870704 -3.098947,10.647212 -0.630781,1.914929 0.0244,4.013852 0.03402,6.003633 0.585568,6.119168 0.619072,12.331523 -0.245848,18.421318 -0.350337,2.348944 -1.0823,4.802281 -3.113783,6.24782 -1.715129,1.522055 -3.964486,4.297441 -6.8192093,4.764502 M 47.3766,96.422435 H 30.257315 l 4.012587,-22.47057 c 10.096128,-0.02473 20.198403,0.04947 30.290689,-0.03711 1.745652,-0.476724 1.792371,-2.662894 2.506036,-4.035365 1.172666,-3.088462 1.212338,-6.399556 1.668368,-9.625421 C 69.335416,54.258403 66.608614,48.245336 62.055297,44.385693 56.21665,39.203295 47.950662,37.838531 40.38757,38.470629 31.895788,39.425075 24.423394,44.782551 19.435203,51.52613 c -2.65154,3.571677 -4.206876,8.008364 -4.047402,12.464822 -0.651401,2.479172 0.02739,5.095345 0.100054,7.62383 0.510556,5.662414 0.537446,11.414704 -0.289824,17.043065 -0.215429,1.594464 -0.672184,3.211817 -2.105567,4.136431 -1.456317,1.29392 -2.447572,2.447432 -4.0770705,3.524831 M 37.32951,96.044482 v 4.535438 M 32.124961,88.113607 27.660152,87.316323 M 42.909661,74.329818 v -4.535436 m 12.056508,4.535436 V 69.794382 M 68.905445,61.886097 64.420922,61.208429 M 56.184332,40.280215 54.4344,44.464461 m -6.636703,-6.283906 -0.506304,4.507087 m -8.098454,-4.416969 0.684532,4.48348 m -10.841732,-0.638639 2.354391,3.87647 m -9.020192,1.499751 3.216601,3.197446 M 15.44553,77.285729 c 1.510999,-0.04958 3.021997,-0.09917 4.532996,-0.148752 M 9.8152578,95.371039 12.750132,98.828885"
         inkstitch:satin_column="true"
         inkstitch:pull_compensation_mm="0.20"
         inkstitch:pull_compensation_percent="5"
         sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccc"
         inkstitch:color_sort_index="2" />
    </g>
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-ן"
     style="display:none"
     id="g157">
    <path
       d="m 35.37525,29.1869 c 0,2.541667 -1.50001,6.833367 -4.50003,12.8751 -2.91668,5.875 -4.270853,10.791667 -4.06252,14.75 l 1.87501,29.9377 c 1.833347,11.208333 2.437517,23.27087 1.81251,36.1876 0.08333,0.875 -1.052087,2.77087 -3.40626,5.6876 -2.35418,2.91667 -3.864607,4.375 -4.53128,4.375 -1.83334,0 -2.75001,-0.89583 -2.75001,-2.6875 l -1.25,-70.4379 c -0.416673,-4.833333 -0.166673,-8.5625 0.75,-11.1875 0.916673,-2.625 1.37501,-3.833333 1.37501,-3.625 0,-1.583333 -1.50001,-2.7292 -4.50003,-3.4376 -1.58334,-0.5 -2.541677,-0.8125 -2.87501,-0.9375 -3.9166867,-0.875 -6.4583667,-2.479167 -7.62504,-4.8125 -0.375,-2.5 -0.5625,-5.666667 -0.5625,-9.5 0,-6.7084 0.7500033,-11.458433 2.25001,-14.2501 1.20834,-2.2083333 2.2083467,-3.3125 3.00002,-3.3125 0.75,0 1.215866,0.2557688 1.215866,1.1307688 0,0.2500002 -0.132533,0.6817312 -0.215866,0.9317312 -0.08333,0.25 -0.125,0.458333 -0.125,0.625 0,0.541667 1.729177,1.166667 5.18753,1.875 6.20836,1.041667 9.770877,1.916667 10.68755,2.625 3.91668,0.916667 6.35419,2.625033 7.31253,5.1251 0.625007,1.791667 0.93751,4.479167 0.93751,8.0625 z"
       id="path157"
       style="display:none;fill:#4e2990;fill-opacity:0.5;stroke-width:1"
       sodipodi:nodetypes="scccccsccsccccscsssscccs"
       inkstitch:color_sort_index="0" />
    <path
       style="fill:none;fill-rule:evenodd;stroke:#4e2990;stroke-width:1.00001;stroke-dasharray:2, 1;-inkscape-stroke:none"
       d="M 23.970455,110.49314 V 91.849451"
       id="path21"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:running_stitch_length_mm="2.5"
       inkstitch:running_stitch_tolerance_mm="0.20"
       inkstitch:color_sort_index="1" />
    <path
       d="M 10.2653,8.91937 8.9412103,10.216794 C 7.7027343,11.138235 7.1410275,12.577762 6.6333636,13.978628 5.8179875,16.292074 5.5536989,18.75765 5.321517,21.190646 5.0465,25.732941 5.0653255,30.308723 5.5843496,34.834233 c -0.1095311,0.943351 0.4893021,1.623656 1.0108166,2.332673 0.9887746,1.207829 2.3899788,1.983824 3.8033298,2.611483 2.325166,0.757223 4.679764,1.465047 7.009423,2.22614 1.418174,0.431599 3.082901,1.287176 3.247561,2.930846 -0.169958,0.683906 -0.558785,1.430654 -0.769309,2.152781 -1.593843,3.830036 -1.665312,8.057048 -1.359255,12.134025 0.360544,17.136572 0.616282,34.276948 0.936611,51.414979 0.182946,6.94995 0.104249,13.90931 0.520973,20.85084 M 11.4298,9.0957519 11.2713,11.3934 c 0.261993,0.869618 1.476215,0.986009 2.255822,1.232814 3.908731,1.160843 8.002587,1.524509 11.912152,2.666292 1.238239,0.450441 2.428835,1.033852 3.722871,1.346854 1.183678,0.435181 2.393881,1.000153 3.318832,1.872774 1.872821,1.33665 2.376209,3.695196 2.639461,5.842619 0.0814,2.268097 0.446222,4.555537 0.0062,6.807274 -1.146118,5.088935 -3.806951,9.642247 -5.825283,14.411191 -0.732455,1.839522 -1.437211,3.719298 -1.85101,5.658911 -0.465184,1.741159 -0.606142,3.522494 -0.626312,5.318797 0.478748,8.675808 1.077443,17.350467 1.602312,26.025833 0.126729,4.10501 0.815233,8.15497 1.336641,12.221304 0.364901,4.367856 0.808022,8.738637 0.842812,13.125827 0.213181,4.65615 0.04581,9.31214 -0.07946,13.96816 0.182513,1.67979 -0.740591,3.15012 -1.74511,4.40569 -1.412453,2.16871 -3.192069,4.04124 -5.015355,5.8647 -0.496,0.89144 -1.568923,0.52335 -2.406273,0.66956 M 13.739703,87.326797 35.459,88.3013 M 12.344927,47.174079 42.242243,38.606073 M 2.83672,36.7674 37.1138,9.10939"
       style="display:inline;fill:none;stroke:#4e2990;stroke-width:1"
       inkstitch:satin_column="True"
       inkstitch:zigzag_underlay="True"
       inkstitch:pull_compensation_mm="0.3"
       inkscape:label="Colonne satin 0"
       id="path20"
       sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccc"
       inkstitch:reverse_rails="none"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:zigzag_underlay_max_stitch_length_mm="5"
       inkstitch:zigzag_underlay_inset_mm=".3"
       inkstitch:random_split_phase="False"
       inkstitch:max_stitch_length_mm="5"
       inkstitch:zigzag_spacing_mm="0.55"
       inkstitch:short_stitch_distance_mm="0"
       inkstitch:split_method="staggered"
       inkstitch:split_staggers="2.5"
       inkstitch:contour_underlay="True"
       inkstitch:contour_underlay_inset_mm="0.10"
       inkstitch:contour_underlay_stitch_length_mm="1.50"
       inkstitch:pull_compensation_percent=""
       inkstitch:color_sort_index="1" />
    <g
       id="g35">
      <path
         style="fill:none;fill-rule:evenodd;stroke:#2584bb;stroke-width:0.944882;stroke-dasharray:4, 1;stroke-dashoffset:0;-inkscape-stroke:none"
         d="m 28.463429,126.13223 -5.929881,6.07813"
         id="path35"
         inkstitch:color_sort_index="2" />
      <path
         id="path2452"
         style="fill:none;stroke:#2584bb;stroke-width:1px"
         d="M 17.0211,79.5115 C 16.861231,71.485283 16.794727,63.451838 16.506284,55.432683 16.397959,51.787551 17.297336,48.216133 18.6864,44.8688 17.152752,43.454248 14.848222,43.385273 12.980502,42.566306 9.6866334,41.730759 6.1711225,40.362389 4.3684196,37.284256 3.3213051,35.69896 3.7615886,33.612693 3.38518,31.8111 3.2003804,25.703619 2.9758032,19.422415 4.782403,13.517582 5.7187349,11.10783 6.8823057,8.3302661 9.3419456,7.1614583 11.478722,6.1371493 14.142456,8.3247664 13.3704,10.6348 c 4.446097,1.374764 9.167871,1.645838 13.560283,3.17973 2.359425,1.03493 5.106591,1.489224 6.965199,3.43166 3.22979,2.588249 3.132776,7.122881 3.318685,10.880847 0.184408,4.624 -1.974373,8.916531 -3.828828,13.030266 -2.522571,5.314428 -5.195032,10.969657 -4.594564,17.012524 0.658869,9.788296 1.135327,19.594468 1.90883,29.371531 1.11076,7.456773 1.77393,14.981612 1.847866,22.522292 0.140273,4.47474 -0.02568,8.96457 -0.231006,13.42963 -0.526934,2.61746 -2.595611,4.5511 -4.06735,6.67792 -1.742344,1.70432 -3.093454,4.40362 -5.747715,4.7178 -2.316195,0.0977 -4.540383,-1.70684 -4.529665,-4.10237 C 17.572884,113.70096 17.351725,96.601754 17.0211,79.5115 Z m 3.779,-0.067 C 20.644609,71.377378 20.561996,63.303039 20.290597,55.24298 20.156255,51.799536 21.267587,48.491221 22.554,45.3587 22.735756,42.619917 20.195993,40.722375 17.778335,40.140611 14.983182,39.082862 11.923901,38.646191 9.3425675,37.102382 8.1266331,36.331054 7.2020392,35.130977 7.3634972,33.626438 6.8985928,28.20829 6.8156511,22.691151 7.7247897,17.31602 8.0470658,15.541822 8.5666611,13.78137 9.51128,12.2348 c 1.220882,2.339387 4.263658,2.186791 6.45602,2.9698 3.737749,0.842904 7.646557,1.156658 11.15507,2.774704 2.573877,0.628647 5.515128,2.125171 5.87503,5.053396 0.412408,3.206001 0.877994,6.590619 -0.256275,9.704906 -2.118196,6.717177 -6.386097,12.680598 -7.476305,19.73742 -0.77414,4.599263 0.123314,9.26683 0.25269,13.889999 0.512501,7.266028 0.795902,14.554307 1.453577,21.806244 1.161397,7.68387 1.762099,15.444251 1.828175,23.214711 0.057,3.92378 -0.0447,7.86888 -0.269262,11.77902 -1.673318,2.90567 -3.837346,5.56547 -6.254,7.887 -1.085903,-0.37473 -0.374106,-2.12543 -0.614441,-3.06007 C 21.374367,111.80946 21.087168,95.62698 20.8001,79.4445 Z m 0.1517,-12.7484 c -1.511567,0.0268 -3.023133,0.0536 -4.5347,0.0804 M 20.7932,52.8614 C 19.292267,52.6803 17.791333,52.4992 16.2904,52.3181 M 13.9341,38.5059 c -0.429,1.449667 -0.858,2.899333 -1.287,4.349 M 7.44048,28.1239 C 5.92921,28.16437 4.41794,28.20483 2.90667,28.2453 M 8.09539,17.3905 C 6.6189,17.065633 5.14241,16.740767 3.66592,16.4159 M 18.444,16.0788 c 0.291,-1.483533 0.582,-2.967067 0.873,-4.4506 m 8.425,6.9419 c 0.4532,-1.442267 0.9064,-2.884533 1.3596,-4.3268 m 3.843,11.7292 c 1.509933,-0.07523 3.019867,-0.150467 4.5298,-0.2257 m -8.0267,14.0167 c 1.369067,0.641267 2.738133,1.282533 4.1072,1.9238 m -3.6454,8.9315 c -1.432067,-0.484567 -2.864133,-0.969133 -4.2962,-1.4537 m -0.3918,1.6471 c 1.4807,0.305067 2.9614,0.610133 4.4421,0.9152 m -4.6674,12.3607 c 1.508867,-0.0945 3.017733,-0.189 4.5266,-0.2835 m -3.553,15.8287 c 1.508867,-0.0945 3.017733,-0.189 4.5266,-0.2835 M 26.977,91.0696 c 1.4985,-0.2002 2.997,-0.4004 4.4955,-0.6006 m -3.493,10.33 c 1.507367,-0.116 3.014733,-0.232 4.5221,-0.348 m -4.1342,8.713 c 1.511367,-0.0367 3.022733,-0.0733 4.5341,-0.11 m -7.2262,17.664 c 1.2239,0.88767 2.4478,1.77533 3.6717,2.663 m -7.3902,-6.055 c -1.511567,0.0267 -3.023133,0.0533 -4.5347,0.08 M 15.269444,46.227083 26.091476,41.334931 M 9.7843036,15.243455 10.822033,3.2354455"
         inkstitch:satin_column="true"
         inkstitch:pull_compensation_mm="0.20"
         inkstitch:pull_compensation_percent="5"
         inkstitch:color_sort_index="2" />
    </g>
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-נ"
     style="display:none"
     id="g158">
    <path
       d="m 41.31277,81.3121 q 0,7.7501 -2.56251,17.0001 H 3.37509 L 7.25011,72.0621 h 22.93761 q -0.375,-6.75 -0.375,-12.6876 0,-4.5625 0.0937,-7.3125 0.0937,-2.75 0.0937,-4.8125 -0.625,-8.1876 -10.93755,-6.9376 h -3.12502 q -4.93752,0 -6.81253,-3.375 -1.75001,-3.125 -1.75001,-10.6875 0,-18.1876 3.56252,-18.1876 0.75,0 1.84376,2.6875 1.09375,2.6875 4.40627,2.6875 h 3.87502 q 17.37508,0 17.37508,18.5626 0,3.1875 -0.75,7.2813 -0.75001,4.0938 -0.75001,9.2188 0,3.9375 2.18751,15.7814 2.18751,11.8437 2.18751,17.0312 z"
       id="path158"
       style="display:none;fill:#4e2990;fill-opacity:0.5;stroke-width:1"
       inkstitch:color_sort_index="0" />
    <path
       style="fill:none;fill-rule:evenodd;stroke:#4e2990;stroke-width:1.00001;stroke-dasharray:2, 1;-inkscape-stroke:none"
       d="M 35.511786,94.734783 33.736197,83.193453 35.511786,71.874071"
       id="path34"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:running_stitch_length_mm="2.5"
       inkstitch:running_stitch_tolerance_mm="0.20"
       inkstitch:color_sort_index="1" />
    <path
       d="m 9.3789,9.19921 c -0.2923232,0.6078132 -0.5285727,1.241683 -0.7203561,1.887996 -1.3663381,5.507025 -1.174467,11.253992 -1.2339188,16.888425 0.2284111,3.776559 0.2680578,8.269959 3.4347179,10.898305 4.031629,2.661275 8.997326,0.692291 13.4369,1.545896 3.264796,0.470765 5.65825,3.514939 5.65605,6.773749 C 29.840134,55.416099 29.708313,63.655617 30.1797,71.875 M 10.9375,8.0625 c 0.242128,0.3025043 0.470508,0.6157033 0.71539,0.9160407 1.275361,1.7881493 2.208178,4.5480203 4.92019,4.3644163 4.590384,0.25 9.472699,-0.296634 13.689528,1.95913 4.471441,2.030557 7.050952,6.691442 7.738363,11.394783 1.404388,7.495183 -1.365391,14.898171 -1.027494,22.404966 0.564427,7.662305 2.290642,15.181857 3.413223,22.773164 m 2.0055,-7.5472 H 26.4119 M 42.3922,37.9159 25.3021,44.3524 M 38.841,17.4966 3.99508,38.3598 M 15.3145,9.0626 5.32677,11.726"
       style="display:inline;fill:none;stroke:#4e2990;stroke-width:1"
       inkstitch:satin_column="True"
       inkstitch:zigzag_underlay="True"
       inkstitch:pull_compensation_mm="0.3"
       inkscape:label="Colonne satin 1"
       id="path33"
       sodipodi:nodetypes="cccccccccccccccccccccc"
       inkstitch:reverse_rails="none"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:zigzag_underlay_max_stitch_length_mm="5"
       inkstitch:zigzag_underlay_inset_mm=".3"
       inkstitch:random_split_phase="False"
       inkstitch:max_stitch_length_mm="5"
       inkstitch:zigzag_spacing_mm="0.55"
       inkstitch:short_stitch_distance_mm="0"
       inkstitch:split_method="staggered"
       inkstitch:split_staggers="2.5"
       inkstitch:contour_underlay="True"
       inkstitch:contour_underlay_inset_mm="0.10"
       inkstitch:contour_underlay_stitch_length_mm="1.50"
       inkstitch:pull_compensation_percent=""
       inkstitch:color_sort_index="1" />
    <path
       d="m 40.3867,71.875 -7.527,13.2216"
       style="fill:none;stroke:#4e2990;stroke-width:1;stroke-dasharray:3, 1"
       inkstitch:running_stitch_length_mm="2.5"
       inkstitch:running_stitch_tolerance_mm="0.20"
       id="path268"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:color_sort_index="1" />
    <path
       d="M 38.75,98.3125 H 19.6627 6.55955 3.375 M 40.868603,91.078241 C 41.825582,84.453638 42.35374,77.914799 40.3867,71.875 l -15.982,0.1875 H 10.3095 7.25 m 3.6255,-3.9616 -4.66094,32.6261"
       style="display:inline;fill:none;stroke:#4e2990;stroke-width:1"
       inkstitch:satin_column="True"
       inkstitch:zigzag_underlay="True"
       inkstitch:pull_compensation_mm="0.3"
       inkscape:label="Colonne satin 0"
       id="path31"
       sodipodi:nodetypes="ccccccccccc"
       inkstitch:reverse_rails="none"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:zigzag_underlay_max_stitch_length_mm="5"
       inkstitch:zigzag_underlay_inset_mm=".3"
       inkstitch:random_split_phase="False"
       inkstitch:max_stitch_length_mm="5"
       inkstitch:zigzag_spacing_mm="0.55"
       inkstitch:short_stitch_distance_mm="0"
       inkstitch:split_method="staggered"
       inkstitch:split_staggers="2.5"
       inkstitch:contour_underlay="True"
       inkstitch:contour_underlay_inset_mm="0.10"
       inkstitch:contour_underlay_stitch_length_mm="1.50"
       inkstitch:pull_compensation_percent=""
       inkstitch:color_sort_index="1" />
    <path
       style="fill:none;fill-rule:evenodd;stroke:#2584bb;stroke-width:0.944882;stroke-dasharray:4, 1;stroke-dashoffset:0;-inkscape-stroke:none"
       d="M 36.864472,98.365326 6.4695928,98.243258"
       id="path30"
       inkstitch:color_sort_index="2" />
    <path
       d="M 6.46959,98.2433 3.44925,97.795"
       style="fill:none;stroke:#2584bb;stroke-width:1;stroke-dasharray:3, 1"
       inkstitch:running_stitch_length_mm="2.0"
       inkstitch:running_stitch_tolerance_mm="0.2"
       id="path112"
       inkstitch:color_sort_index="2" />
    <path
       id="path4986"
       style="fill:none;stroke:#2584bb;stroke-width:1px"
       d="M 1.2160098,99.964149 C 2.5473841,91.100469 4.0793859,80.290283 5.4662946,71.438202 6.2302627,69.5079 8.6206568,70.355516 10.204291,70.172344 H 28.215024 C 27.765169,62.518218 28.001833,54.844151 28.07591,47.188836 28.01803,44.794728 26.314245,42.527672 23.849318,42.272318 20.661503,41.741306 17.402422,42.563818 14.194401,42.048331 10.911006,41.813995 7.8548268,39.558163 6.8506317,36.390137 4.8322733,30.527405 5.6562556,24.205439 5.7154057,18.124737 6.0861236,14.643529 6.1345454,10.86206 8.0657257,7.8253781 9.0998882,6.0100687 12.039609,5.5388125 13.197696,7.4915646 c 1.049192,1.472803 1.395754,4.1457734 3.72379,4.0144854 5.034851,0.03703 10.40358,-0.144523 14.914023,2.479141 5.579067,2.952052 8.19749,9.460122 8.339449,15.511541 0.647627,6.062079 -1.410603,11.979653 -1.308804,18.032606 -0.02641,6.142611 1.575336,12.142397 2.406735,18.200825 1.152922,7.038719 2.570987,14.183208 1.575961,21.332918 -0.379025,3.963731 -1.644848,9.316737 -2.643456,13.164409 M 5.5698483,96.384907 8.8813799,73.951865 c 7.2274911,-0.02575 14.4614791,0.05136 21.6849351,-0.03831 2.019009,-0.443175 1.440858,-2.796746 1.407949,-4.293715 C 31.514698,62.004592 31.839254,54.366995 31.834077,46.752993 31.612075,43.416575 29.582704,40.158337 26.338803,39.03885 22.14998,37.375341 17.553904,39.217517 13.30469,37.989821 10.361156,37.129369 9.8094482,33.646655 9.5263449,31.016467 9.0559647,26.305642 9.3721054,21.548604 9.6248286,16.833279 c 0.1879671,-2.014513 0.3992954,-4.068021 1.0973024,-5.976648 0.844366,2.195525 2.691749,4.117013 5.13144,4.333813 4.426219,0.369289 9.113121,-0.353833 13.26384,1.644302 4.892344,2.072235 7.139164,7.587569 7.267265,12.607481 0.652502,5.936275 -1.394362,11.730117 -1.28439,17.659697 -0.157836,6.493646 1.566376,12.837096 2.441972,19.234248 1.112614,6.847782 2.537731,13.800595 1.498758,20.754366 -0.36852,3.647192 -0.807447,5.643551 -1.718869,9.187748 M 7.7161126,84.433724 3.2292997,83.771388 M 19.018551,74.329818 V 69.794382 M 32.081204,59.327676 27.54614,59.269566 m -7.989648,-21.2642 0.307671,4.524988 M 9.7439604,22.663725 5.2102996,22.536839 m 18.3531864,-6.702161 0.498141,-4.507997 m 7.284903,7.307245 2.676352,-3.6616 m 1.997967,14.708008 c 1.508877,-0.09416 3.017753,-0.188323 4.52663,-0.282485 m -5.073216,9.345626 4.489194,0.646001 m -3.318126,23.802777 4.474009,-0.743922 m -15.485104,5.522115 7.079931,6.591661 V 74.440039 M 11.352304,14.748891 9.2771519,1.5655694 m 15.3805411,43.3340646 7.202,-6.225457"
       inkstitch:satin_column="true"
       inkstitch:pull_compensation_mm="0.20"
       inkstitch:pull_compensation_percent="5"
       sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
       inkstitch:color_sort_index="2" />
    <path
       d="m 36.7323,95.4703 v 2.8419"
       style="fill:none;stroke:#2584bb;stroke-width:1;stroke-dasharray:3, 1"
       inkstitch:running_stitch_length_mm="2.0"
       inkstitch:running_stitch_tolerance_mm="0.2"
       id="path113"
       inkstitch:color_sort_index="2" />
    <path
       id="path3114"
       style="fill:none;stroke:#2584bb;stroke-width:1px"
       d="M 40.459249,100.20197 H 0.81167645 M 37.163419,96.422435 H 5.694388 M 21.0627,96.044482 v 4.535438"
       inkstitch:satin_column="true"
       inkstitch:pull_compensation_mm="0.20"
       inkstitch:pull_compensation_percent="5"
       sodipodi:nodetypes="cccccc"
       inkstitch:color_sort_index="2" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-ס"
     style="display:none"
     id="g159">
    <path
       d="m 32.62523,40.3119 q -8.12504,0.25 -13.43756,7.1876 -1.31251,2.4375 -1.93751,3.9375 -1.87501,10.875 2.68751,16.2501 6.06253,5.0625 16.43758,5.0625 h 7.43754 q 10.12505,0 12.68756,-2.1875 6.25003,-3.25 7.81253,-6.75 1.56251,-3.5001 2.18752,-7.8751 0,-9.75 -3.37502,-11.4375 Q 57.93785,39.6869 45.6878,40.3119 Z M 74.81294,55.937 q 0,19.5001 -7.93754,30.9377 -9.06255,13.125 -27.12513,13.125 -15.93758,0 -23.87512,-10.75 -7.12503,-9.5001 -7.12503,-26.1251 0,-18.3126 7.62503,-23.4377 h -1.1875 q -4.93752,0 -6.87503,-3.375 -1.75001,-3.125 -1.75001,-9.4375 0,-18.8126 3.62502,-18.8126 0.625,0 1.78125,2.6875 1.15626,2.6875 4.46878,2.6875 H 45.8753 q 14.25006,0 21.6876,11.1251 7.25004,10.875 7.25004,31.3751 z"
       id="path159"
       style="display:none;fill:#4e2990;fill-opacity:0.5;stroke-width:1"
       inkstitch:color_sort_index="0" />
    <path
       style="fill:none;fill-rule:evenodd;stroke:#4e2990;stroke-width:1.00001;stroke-dasharray:2, 1;-inkscape-stroke:none"
       d="m 47.275065,96.288424 1.109743,-13.094971 v 0"
       id="path38"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:running_stitch_length_mm="2.5"
       inkstitch:running_stitch_tolerance_mm="0.20"
       inkstitch:color_sort_index="1" />
    <path
       d="m 48.3848,83.1935 0.4066,2.2128"
       style="fill:none;stroke:#4e2990;stroke-width:1;stroke-dasharray:3, 1"
       inkstitch:running_stitch_length_mm="2.0"
       inkstitch:running_stitch_tolerance_mm="0.2"
       id="path114"
       inkstitch:color_sort_index="1" />
    <path
       d="M 9.09749,8.96321 C 6.4583649,13.941727 6.8245712,19.633493 6.5983021,25.078731 6.60875,29.515411 6.3801904,34.69317 9.83536,38.0416 l 25.045768,1.7815 c 5.537536,0.799811 11.139814,0.205315 16.701926,0.570658 4.840718,0.364859 10.21755,1.75359 13.19323,5.897592 2.142435,4.399347 2.095092,9.655163 0.684791,14.277843 -0.772581,3.91869 -3.669712,7.087023 -7.111396,8.944274 C 54.005435,72.76498 48.328754,72.68128 43.156628,72.72271 36.026168,72.868665 28.313428,73.141053 22.02937,69.201582 17.655228,66.637735 16.532153,61.106902 16.73349,56.409368 16.401454,50.566057 21.798356,41.606493 26.954989,39.00517 M 10.752743,8.590617 c 1.110058,2.254354 2.675799,5.222042 5.672401,4.754069 10.166336,0.224764 20.337371,0.03477 30.503715,0.118446 7.138493,0.09487 14.342796,3.118309 18.862295,8.747128 6.567471,8.197877 8.462003,18.985109 8.892602,29.21242 C 75.30748,66.347501 72.980768,90.512085 52.746347,97.868095 41.931416,101.63404 24.08473,101.60129 15.204415,88.285365 6.2013762,74.860655 5.9726997,48.298536 16.324343,38.676062 M 42.614135,4.6236313 41.5044,43.686638 m 37.5093,12.873 L 61.4798,55.4499 M 36.3996,107.608 36.8435,66.1034"
       style="display:inline;fill:none;stroke:#4e2990;stroke-width:1"
       inkstitch:satin_column="True"
       inkstitch:zigzag_underlay="True"
       inkstitch:pull_compensation_mm="0.3"
       inkscape:label="Colonne satin 0"
       id="path37"
       sodipodi:nodetypes="cccccccccccccccccccccccccc"
       inkstitch:reverse_rails="none"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:zigzag_underlay_max_stitch_length_mm="5"
       inkstitch:zigzag_underlay_inset_mm=".3"
       inkstitch:random_split_phase="False"
       inkstitch:max_stitch_length_mm="5"
       inkstitch:zigzag_spacing_mm="0.55"
       inkstitch:short_stitch_distance_mm="0"
       inkstitch:split_method="staggered"
       inkstitch:split_staggers="2.5"
       inkstitch:contour_underlay="True"
       inkstitch:contour_underlay_inset_mm="0.10"
       inkstitch:contour_underlay_stitch_length_mm="1.50"
       inkstitch:pull_compensation_percent=""
       inkstitch:color_sort_index="1" />
    <g
       id="g24">
      <path
         style="fill:none;fill-rule:evenodd;stroke:#2584bb;stroke-width:0.944882;stroke-dasharray:4, 1;stroke-dashoffset:0;-inkscape-stroke:none"
         d="m 49.810397,98.989352 -13.562831,0.4801"
         id="path23"
         inkstitch:color_sort_index="2" />
      <path
         id="path5538"
         style="fill:none;stroke:#2584bb;stroke-width:1px"
         d="M 39.6681,101.888 C 33.743654,101.8196 27.700222,100.70501 22.525275,97.705104 19.336405,95.767107 16.499589,93.244129 14.298848,90.223414 11.073923,85.832173 9.0203061,80.639508 8.0214047,75.300165 7.5745394,72.516271 7.0983037,69.735598 7.0258175,66.910641 6.7820098,64.105012 6.9394947,61.282249 7.0406376,58.474238 7.3730846,54.951307 7.6575675,51.391182 8.7715363,48.009467 9.3511494,46.064053 10.181212,44.174323 11.247894,42.44548 11.550014,41.879985 14.071223,40.328893 12.823569,40.304263 11.519901,39.926909 8.9811817,39.78357 8.0077773,38.871592 7.1526181,37.979343 6.4922194,36.962761 6.0475086,35.808486 4.8712195,32.848232 4.802072,29.611344 4.6930263,26.467995 4.860995,21.991558 4.7809473,17.491865 5.5046548,13.056654 5.9650351,10.948183 6.4065287,8.617696 7.9981906,7.0459301 9.2289574,5.8929385 11.548025,5.9221797 12.370635,7.5458396 c 0.969992,1.2747443 1.24598,3.2917124 2.941045,3.8355924 2.343583,0.234138 4.719698,0.05921 7.076291,0.129751 8.36457,0.06576 16.731745,0.01082 25.094809,0.114923 6.346579,0.21123 12.768897,2.475782 17.390285,6.917175 2.746518,2.576881 4.920361,5.719533 6.55476,9.103699 2.144046,4.440829 3.487087,9.254719 4.186228,14.129086 0.42852,3.077763 0.828592,6.158191 0.916119,9.267891 0.100935,1.500589 0.181091,2.996245 0.116628,4.500643 M 39.8325,98.1117 c -3.028899,-0.17023 -6.084476,-0.275249 -9.022431,-1.10831 -4.00803,-1.022352 -7.809063,-2.984973 -10.754941,-5.916423 -2.228181,-2.148863 -3.991148,-4.743188 -5.373952,-7.506482 -2.294105,-4.713759 -3.433831,-9.918361 -3.756502,-15.133806 -0.264011,-2.58576 -0.255273,-5.196271 -0.221201,-7.791191 0.159523,-2.587594 0.295861,-5.177896 0.829823,-7.721765 0.329332,-2.499344 1.071012,-4.933463 2.197492,-7.188698 0.913192,-1.927193 2.39251,-3.533798 4.060935,-4.828374 1.265345,-1.278691 -0.286518,-3.586783 -1.952328,-3.124254 -1.896675,-0.0072 -4.041429,-0.293489 -5.375574,-1.781296 C 9.2852734,34.534957 9.0512408,32.55453 8.68966,30.7527 8.475958,28.141133 8.4250221,25.527024 8.5629589,22.909967 c 0.071139,-3.48425 0.1854369,-7.00069 0.9348847,-10.414106 0.231755,-0.447506 0.3142384,-2.231123 0.7292744,-1.038095 0.633416,1.385227 1.744226,2.530558 3.114697,3.19684 1.76758,0.941033 3.862236,0.471045 5.783403,0.61914 9.163958,0.174185 18.33134,-0.07767 27.49416,0.105313 2.782983,0.20245 5.596896,0.415856 8.236955,1.391958 4.909372,1.789279 9.160885,5.343798 11.715264,9.910632 2.215687,3.584302 3.620342,7.613616 4.58299,11.700047 0.894899,3.793816 1.264466,7.67579 1.530794,11.55657 0.203464,1.865999 0.162679,3.740738 0.216319,5.614334 m -38.4058,41.7946 -0.6271,4.4918 m -7.9449,-7.0331 -2.1198,4.0095 m -4.8549,-9.4266 -3.4776,2.9114 M 14.221,81.6735 10.036,83.4217 M 11.5565,71.4215 7.07438,72.1147 M 11.0472,62.0762 6.51349,61.9526 M 11.6524,54.0407 7.17957,53.2897 M 21.48802,37.372794 9.9818851,42.11775 M 8.94363,22.79 4.40991,22.6652 M 23.9562,15.7045 v -4.5354 m 4.1911,0 v 4.5354 m 11.1765,0 v -4.5354 m 10.7972,4.8653 0.7201,-4.4779 m 7.6459,7.3458 2.3353,-3.8879 m 4.1546,9.8844 3.6215,-2.7303 m 0.5636,10.7628 4.2686,-1.5326 m -2.1879,9.2824 4.4518,-0.8669 m -3.4315,8.9064 4.5235,-0.329 M 10.176245,14.135476 9.6324763,2.8716933 M 3.9617443,35.497823 10.875376,33.322747"
         inkstitch:satin_column="true"
         inkstitch:pull_compensation_mm="0.20"
         inkstitch:pull_compensation_percent="5"
         sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
         inkstitch:color_sort_index="2" />
      <path
         d="M 12.0245,50.4316 17.292,51.817"
         style="fill:none;stroke:#2584bb;stroke-width:1;stroke-dasharray:3, 1"
         inkstitch:running_stitch_length_mm="2.0"
         inkstitch:running_stitch_tolerance_mm="0.2"
         id="path86"
         inkstitch:color_sort_index="2" />
      <path
         id="path3778"
         style="fill:none;stroke:#2584bb;stroke-width:1px"
         d="m 64.5035,55.7568 c -0.111686,1.120855 -0.288065,2.229636 -0.605555,3.312079 -0.373687,1.395097 -0.863928,2.764794 -1.42726,4.093183 -0.452879,0.765771 -0.965637,1.485645 -1.601867,2.110876 -1.140056,1.165472 -2.580111,1.959096 -3.924806,2.859752 -0.866633,0.479371 -1.698171,1.041277 -2.586436,1.469777 -1.694037,0.528941 -3.44036,0.89053 -5.21458,0.989565 -1.458278,0.168004 -2.921704,0.233033 -4.38923,0.216051 -3.474448,0.03338 -6.952092,0.09096 -10.424507,-0.02386 -2.054429,-0.141997 -4.104469,-0.419852 -6.09118,-0.973207 -1.018313,-0.26403 -2.009058,-0.649924 -2.979066,-1.051876 -1.011066,-0.508644 -2.040457,-0.98661 -2.933988,-1.692017 -0.496966,-0.329884 -1.007407,-0.645832 -1.302285,-1.184729 -0.613125,-0.764139 -1.075933,-1.647128 -1.422262,-2.56026 -0.501393,-1.278409 -0.782167,-2.635963 -0.836601,-4.00769 -0.109367,-1.097547 -0.189717,-2.195594 -0.08239,-3.296867 0.07023,-1.42137 0.06258,-2.876397 0.567329,-4.22724 0.400561,-0.912594 0.818328,-1.832104 1.296854,-2.706259 0.771786,-1.207669 1.689991,-2.328076 2.794561,-3.246499 1.077139,-0.965508 2.331762,-1.719976 3.638294,-2.331292 1.361169,-0.586692 2.796005,-1.017713 4.275674,-1.156982 0.178534,-0.0236 0.357068,-0.04721 0.535602,-0.07081 m 36.4964,13.8839 c -0.128568,1.617201 -0.624628,3.173998 -0.9351,4.7613 -0.484916,1.446545 -0.970364,2.908734 -1.700116,4.25115 -0.462371,0.760628 -0.868441,1.563932 -1.546506,2.161062 -0.821288,0.935502 -1.806395,1.71058 -2.789744,2.465846 -1.310763,0.960526 -2.733365,1.740996 -4.149392,2.532052 -0.76128,0.418789 -1.482747,0.933119 -2.356856,1.081142 -1.605061,0.481873 -3.26359,0.786245 -4.936081,0.89605 -1.557619,0.150882 -3.114775,0.311052 -4.682005,0.26883 -3.295336,0.009 -6.592364,0.100849 -9.886714,0.044 -2.149061,-0.08382 -4.298073,-0.29803 -6.399251,-0.767566 C 27.683772,73.626538 26.4958,73.237503 25.31829,72.851046 24.134671,72.373539 22.940173,71.91882 21.850066,71.245449 20.731747,70.689551 19.757588,69.88796 18.763713,69.147365 18.097233,68.286582 17.369749,67.466156 16.907966,66.469958 16.343937,65.549465 16.01671,64.510021 15.663008,63.497826 15.346713,62.325081 15.095081,61.140104 14.976699,59.929921 14.833619,58.575946 14.790635,57.20756 14.925819,55.8504 c 0.12177,-1.515565 0.125731,-3.057973 0.455341,-4.543599 0.457894,-1.509099 1.264288,-2.87029 1.937036,-4.288202 0.705985,-0.990928 1.411996,-1.981836 2.28238,-2.837888 0.697164,-0.754867 1.50047,-1.414372 2.310191,-2.04338 0.951139,-0.694122 1.947289,-1.31407 3.00615,-1.830677 0.861222,-0.425205 1.770701,-0.771614 2.684947,-1.063552 1.067095,-0.304012 2.144022,-0.557403 3.252146,-0.650181 0.206462,-0.02687 0.412924,-0.05375 0.619386,-0.08062 m -0.7682,4.265 c -0.293567,-1.483033 -0.587133,-2.966067 -0.8807,-4.4491 m -5.6377,7.3038 c -0.932033,-1.190333 -1.864067,-2.380667 -2.7961,-3.571 m -2.3068,13.0554 c -1.508333,-0.102367 -3.016667,-0.204733 -4.525,-0.3071 m 5.3241,8.2176 c -1.422633,0.511567 -2.845267,1.023133 -4.2679,1.5347 m 9.6473,3.7856 c -0.6428,1.368333 -1.2856,2.736667 -1.9284,4.105 m 9.8226,-2.1292 c -0.1493,1.5044 -0.2986,3.0088 -0.4479,4.5132 m 7.7946,-4.3543 c 0,1.5118 0,3.0236 0,4.5354 m 11.2522,-0.4997 c -0.1691,-1.502333 -0.3382,-3.004667 -0.5073,-4.507 m 1.0456,-0.2097 c 0.371167,1.465533 0.742333,2.931067 1.1135,4.3966 m 5.9505,-8.1219 c 0.9027,1.212733 1.8054,2.425467 2.7081,3.6382 m 1.0418,-9.2695 c 1.423733,0.508467 2.847467,1.016933 4.2712,1.5254"
         inkstitch:satin_column="true"
         inkstitch:pull_compensation_mm="0.20"
         inkstitch:pull_compensation_percent="5"
         inkstitch:color_sort_index="2" />
      <path
         d="m 64.5035,55.7568 1.8949,0.0414"
         style="fill:none;stroke:#2584bb;stroke-width:1;stroke-dasharray:3, 1"
         inkstitch:running_stitch_length_mm="2.0"
         inkstitch:running_stitch_tolerance_mm="0.2"
         id="path115"
         inkstitch:color_sort_index="2" />
      <path
         id="path3778-1"
         style="fill:none;stroke:#2584bb;stroke-width:1px"
         d="m 31.7898,42.2785 c 1.929098,-0.06003 3.858385,-0.104211 5.788512,-0.07834 3.80065,0.0019 7.601998,-0.05621 11.402226,-0.02242 1.165879,0.07035 2.337479,0.08025 3.499685,0.189395 0.894331,0.142552 1.80137,0.225714 2.687654,0.405865 0.87845,0.266895 1.776099,0.483003 2.642583,0.781549 0.83173,0.411213 1.695058,0.769376 2.506725,1.214274 0.733041,0.553765 1.504879,1.066532 2.213861,1.645721 0.410869,0.462789 0.772319,0.973982 1.011232,1.545568 0.235363,0.779489 0.575796,1.534253 0.636826,2.354767 0.280182,1.690765 0.325375,3.409873 0.364904,5.119368 -0.0135,0.107518 -0.02701,0.215037 -0.04051,0.322555 M 31.4734,38.5123 c 1.927428,-0.0594 3.854779,-0.124617 5.783393,-0.09322 2.756992,0.0069 5.514106,0.04093 8.270567,-0.03173 1.752785,-0.03478 3.506752,0.02511 5.258839,0.05671 1.386856,0.155308 2.781367,0.262576 4.163404,0.448121 0.906,0.211606 1.828826,0.365095 2.724249,0.613235 0.866128,0.33248 1.756983,0.609726 2.607195,0.977754 0.809617,0.451129 1.652988,0.848997 2.440918,1.334343 0.727698,0.556184 1.489934,1.072716 2.196191,1.653517 0.456219,0.471195 0.95396,0.908331 1.28155,1.485034 0.430577,0.567104 0.701699,1.232317 0.9858,1.879209 0.228549,0.670152 0.45894,1.339835 0.546359,2.045866 0.167096,0.953837 0.391291,1.900392 0.415392,2.872466 0.08771,1.245807 0.197892,2.494974 0.210495,3.742494 -0.02385,0.222102 -0.0477,0.444204 -0.07155,0.666306 m -4.2209,-3.6391 c 1.510067,-0.07287 3.020133,-0.145733 4.5302,-0.2186 m -8.0181,-6.9334 c 0.9405,-1.183633 1.881,-2.367267 2.8215,-3.5509 m -11.357,0.8712 c 0.1608,-1.503233 0.3216,-3.006467 0.4824,-4.5097 m -10.5648,4.3977 c 0,-1.5118 0,-3.0236 0,-4.5354"
         inkstitch:satin_column="true"
         inkstitch:pull_compensation_mm="0.20"
         inkstitch:pull_compensation_percent="5"
         inkstitch:color_sort_index="2" />
      <path
         d="m 69.2269,56.2633 5.5344,0.0892"
         style="fill:none;stroke:#2584bb;stroke-width:1;stroke-dasharray:3, 1"
         inkstitch:running_stitch_length_mm="2.0"
         inkstitch:running_stitch_tolerance_mm="0.2"
         id="path87"
         inkstitch:color_sort_index="2" />
      <path
         id="path5538-1"
         style="fill:none;stroke:#2584bb;stroke-width:1px"
         d="m 76.6468,55.5446 c -0.0564,2.14285 0.02025,4.292429 -0.227367,6.42561 -0.213511,2.206805 -0.305907,4.428237 -0.707143,6.61237 -0.24024,1.729325 -0.644965,3.431239 -1.038339,5.130216 -0.46593,1.652091 -0.903131,3.313421 -1.536127,4.911782 -0.529315,1.603277 -1.284549,3.117508 -1.978411,4.652805 -0.812683,1.43537 -1.540407,2.923021 -2.525392,4.252362 -0.636518,0.984613 -1.326561,1.928844 -2.106868,2.804976 -0.685973,0.857541 -1.40561,1.683611 -2.231217,2.410621 -0.845884,0.801384 -1.649217,1.653282 -2.629508,2.295107 -1.020853,0.744052 -1.996817,1.557105 -3.13426,2.121938 -1.085361,0.607711 -2.138404,1.281062 -3.314926,1.703617 -1.150292,0.476614 -2.276119,1.022403 -3.495224,1.304446 -1.200135,0.37038 -2.411786,0.69279 -3.653361,0.89059 -1.667196,0.37202 -3.373337,0.50305 -5.068416,0.68214 -1.053813,0.0479 -2.107627,0.0959 -3.161441,0.14382 M 72.9017,55.5526 c -0.03442,2.212508 -0.05361,4.4264 -0.248385,6.632165 -0.0978,1.901961 -0.391952,3.786981 -0.634129,5.673837 -0.372312,1.860005 -0.652371,3.741406 -1.212458,5.557861 -0.325168,1.274674 -0.690857,2.536436 -1.182187,3.758162 -0.426618,1.202689 -0.861813,2.401764 -1.458154,3.532955 -0.560763,1.176999 -1.090426,2.370824 -1.818929,3.457069 -0.661544,1.10724 -1.424802,2.155061 -2.221868,3.167431 -0.834839,1.046418 -1.739264,2.029473 -2.700188,2.96108 -0.774467,0.73379 -1.593673,1.429527 -2.439884,2.078971 -0.999219,0.724268 -2.011738,1.42753 -3.109937,1.995463 -1.0089,0.596436 -2.112159,1.014838 -3.190376,1.465838 -1.41516,0.454266 -2.790982,1.050973 -4.265516,1.290249 -1.196781,0.272566 -2.397748,0.519756 -3.623226,0.618349 -1.702495,0.253645 -3.418829,0.278566 -5.134663,0.36997 M 72.4835,58.2679 c 1.5113,0.03943 3.0226,0.07887 4.5339,0.1183 m -5.1628,7.9634 c 1.495933,0.2185 2.991867,0.437 4.4878,0.6555 m -6.1202,7.2205 c 1.4487,0.432233 2.8974,0.864467 4.3461,1.2967 m -8.5107,8.377 c 1.283067,0.799567 2.566133,1.599133 3.8492,2.3987 m -10.6061,5.3559 c 0.914667,1.203733 1.829333,2.407467 2.744,3.6112 m -9.4748,0.2221 c 0.569367,1.4005 1.138733,2.801 1.7081,4.2015 m -9.2947,-2.3162 c 0.224667,1.495167 0.449333,2.99033 0.674,4.4855"
         inkstitch:satin_column="true"
         inkstitch:pull_compensation_mm="0.20"
         inkstitch:pull_compensation_percent="5"
         inkstitch:color_sort_index="2" />
    </g>
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-ע"
     style="display:none"
     id="g160">
    <path
       d="m 71.81292,27.4994 q 0,4.125 -2.56251,10.25 -3.93752,9.4376 -5.37503,14.2501 -1.81251,6.0625 -2.75001,15.0626 -0.9375,8.5625 -1.75001,10.875 -2.18751,6.3751 -5.31252,9.0001 -4.62503,5.75 -15.93758,7.625 L 4.1876,100.1872 7.31261,75.9371 25.3127,72.9996 q 2.00001,-0.062 2.62501,-1 0.625,-5.5625 -6.06253,-11.3438 -6.68753,-5.7813 -4.81252,-12.1563 0.625,-6.3125 1.25,-8.4376 -5.81252,-1.375 -6.87503,-4.875 -1.1875,-2.5 -1.1875,-11.3125 0,-7.6251 2.25001,-11.7501 1.75,-3.3125 3.00001,-3.3125 1.12501,0 1.12501,1.3125 0,0.375 -0.125,0.75 -0.12501,0.375 -0.12501,0.625 0,0.875 3.62502,1.875 7.50004,2.125 9.06255,2.625 4.25002,1.4375 5.81252,3.9375 1.31251,2.1876 1.31251,11.1876 0,5.125 -2.06251,9.25 -1.68751,4.5626 -2.50001,4.5626 -1.43751,0 -1.43751,-1.5 v 0.75 q 0,-1.25 -2.56251,-1.75 -3.00002,-0.5626 -4.12502,-1.0626 -0.93751,0 -0.93751,2.1251 -1.25,2.5625 5.06253,7.7188 6.31253,5.1562 6.18753,13.3438 -1.25001,6.5625 -0.625,7.375 l 5.81252,-1.125 q 8.50004,-1 11.50006,-1.75 2.18751,-1.875 4.31252,-9.3751 l 2.68751,-9.375 q 0.1875,-0.1875 0.75001,-1.3125 0.75,-3 0.75,-3.1875 0.625,-1.4375 -2.12501,-3.375 -0.5625,-0.8126 -5.25003,-2.2501 -4.68752,-1.4375 -6.25003,-3.875 -0.8125,-2.75 -0.8125,-8.6875 0,-11.3126 2.68751,-15.5001 2.12501,-3.3125 3.43752,-3.3125 1.125,0 1.125,1.3125 0,0.375 -0.125,0.75 -0.125,0.375 -0.125,0.625 0,1.625 8.56254,4.5 11.68756,3.9375 11.68756,11.5001 z"
       id="path160"
       style="display:none;fill:#4e2990;fill-opacity:0.5;stroke-width:1"
       inkstitch:color_sort_index="0" />
    <path
       style="fill:none;fill-rule:evenodd;stroke:#4e2990;stroke-width:1.00001;stroke-dasharray:2, 1;-inkscape-stroke:none"
       d="M 30.628915,92.515297 31.072813,68.988738 21.52902,54.118178 C 21.45504,45.706768 21.381055,37.275021 21.307072,27.706287"
       id="path51"
       sodipodi:nodetypes="cccc"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:running_stitch_length_mm="2.5"
       inkstitch:running_stitch_tolerance_mm="0.20"
       inkstitch:color_sort_index="1" />
    <path
       d="M 31.1277,44.5044 C 29.94557,43.1689 28.241726,42.380111 26.488552,42.162382 24.171686,41.531675 21.738348,41.463742 19.446125,40.727603 18.602799,40.61962 17.921954,40.194003 17.212656,39.768396 15.603957,38.965539 13.6218,38.627051 12.501327,37.087245 10.818335,34.825485 10.589196,31.901612 10.4136,29.183927 10.204192,24.322212 9.9854379,19.31755 11.498603,14.622396 12.100203,12.813072 12.866378,10.911843 14.468615,9.7570903 14.771953,9.4944305 15.075669,9.2312691 15.3566,8.94435 M 31.625,44.9375 c 1.889707,-2.421729 2.915502,-5.369479 3.850983,-8.257881 1.149576,-4.424573 0.661562,-9.03822 0.287833,-13.530941 -0.23534,-2.034736 -1.088818,-4.190325 -2.929977,-5.274133 C 29.61619,15.678801 25.673955,15.150333 22.03928,13.982382 20.290941,13.426843 18.504201,12.959649 16.841415,12.168459 16.070464,11.484308 16.637696,10.405612 16.554709,9.55078 M 12.2072,40.8013 C 20.937167,35.6225 29.667133,30.4437 38.3971,25.2649"
       style="display:inline;fill:none;stroke:#4e2990;stroke-width:1"
       inkstitch:satin_column="True"
       inkstitch:zigzag_underlay="True"
       inkstitch:pull_compensation_mm="0.3"
       inkscape:label="Colonne satin 2"
       id="path50"
       inkstitch:reverse_rails="none"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:zigzag_underlay_max_stitch_length_mm="5"
       inkstitch:zigzag_underlay_inset_mm=".3"
       inkstitch:random_split_phase="False"
       inkstitch:max_stitch_length_mm="5"
       inkstitch:zigzag_spacing_mm="0.55"
       inkstitch:short_stitch_distance_mm="0"
       inkstitch:split_method="staggered"
       inkstitch:split_staggers="2.5"
       inkstitch:contour_underlay="True"
       inkstitch:contour_underlay_inset_mm="0.10"
       inkstitch:contour_underlay_stitch_length_mm="1.50"
       inkstitch:pull_compensation_percent=""
       inkstitch:color_sort_index="1" />
    <path
       d="m 18.2586,40.3556 2.3273,0.6776"
       style="fill:none;stroke:#4e2990;stroke-width:1;stroke-dasharray:3, 1"
       inkstitch:running_stitch_length_mm="2.0"
       inkstitch:running_stitch_tolerance_mm="0.2"
       id="path100"
       inkstitch:color_sort_index="1" />
    <path
       d="m 18.232395,40.4023 c -0.116969,0.580211 -0.228551,1.161521 -0.332615,1.74419 -0.518678,2.557192 -0.560023,5.179119 -1.111616,7.7298 -0.616403,3.505202 1.192852,6.928788 3.598644,9.358696 2.416231,2.321141 5.119152,4.512017 6.56888,7.620803 0.84926,1.570132 1.020502,3.366283 0.983812,5.122711 M 22.939492,41.6641 c -0.351724,1.270109 -0.840699,2.765671 -0.275284,4.046218 1.408985,2.74954 4.024255,4.548471 6.207739,6.632284 3.30481,3.13614 5.142612,7.729684 4.889724,12.277832 -0.281924,2.161697 -0.750306,4.308712 -0.767576,6.500666 m 2.739597,-2.5763 -10.8754,1.7756"
       style="display:inline;fill:none;stroke:#4e2990;stroke-width:1"
       inkstitch:satin_column="True"
       inkstitch:zigzag_underlay="True"
       inkstitch:pull_compensation_mm="0.3"
       inkscape:label="Colonne satin 1"
       id="path49"
       sodipodi:nodetypes="ccccccccccccc"
       inkstitch:reverse_rails="none"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:zigzag_underlay_max_stitch_length_mm="5"
       inkstitch:zigzag_underlay_inset_mm=".3"
       inkstitch:random_split_phase="False"
       inkstitch:max_stitch_length_mm="5"
       inkstitch:zigzag_spacing_mm="0.55"
       inkstitch:short_stitch_distance_mm="0"
       inkstitch:split_method="staggered"
       inkstitch:split_staggers="2.5"
       inkstitch:contour_underlay="True"
       inkstitch:contour_underlay_inset_mm="0.10"
       inkstitch:contour_underlay_stitch_length_mm="1.50"
       inkstitch:pull_compensation_percent=""
       inkstitch:color_sort_index="1" />
    <path
       d="m 33.7394,70.9947 2.0914,12.2106"
       style="fill:none;stroke:#4e2990;stroke-width:1;stroke-dasharray:3, 1"
       inkstitch:running_stitch_length_mm="2.5"
       inkstitch:running_stitch_tolerance_mm="0.20"
       id="path269"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:color_sort_index="1" />
    <path
       d="m 51.3093,9.35327 c 0.302073,1.817474 0.470948,3.567505 2.606162,4.179713 5.282078,2.588131 11.71483,3.464232 15.720629,8.159933 2.483178,2.715241 2.4863,6.654886 1.614071,10.013539 -1.672626,6.360104 -4.807439,12.212104 -6.755028,18.485963 -2.960006,8.298685 -3.100851,17.203432 -4.633146,25.79807 -0.902868,3.713913 -2.461108,7.410095 -5.091343,10.236548 -2.509238,3.025559 -5.849227,5.276908 -9.564136,6.542999 -5.844065,2.01429 -12.063749,2.459007 -18.101794,3.61909 C 19.46562,97.655275 11.826456,98.921012 4.1875,100.188 M 51.1797,8.89453 c -2.75852,0.343352 -4.015708,3.25517 -4.994905,5.510001 -1.81106,5.904992 -1.727771,12.187994 -1.408864,18.298136 0.212097,1.743263 0.189672,3.833402 1.804755,4.93207 2.929416,2.543769 7.094594,2.673297 10.269943,4.743904 1.645535,1.002238 2.798908,2.850397 1.842777,4.741043 -0.341169,2.166573 -1.68536,3.950311 -2.042962,6.123853 -1.445578,4.741663 -2.412682,9.721819 -4.827592,14.097265 -0.965703,2.486201 -3.879265,2.02448 -6.023065,2.555841 -3.804651,0.519299 -7.616757,0.981489 -11.371685,1.80074 -1.396465,0.789952 -1.245185,-1.072191 -2.696491,-0.362117 -1.434063,0.417745 -3.197306,0.134866 -4.350974,1.150497 -1.557554,0.656495 -3.319942,0.594415 -4.957887,0.985816 C 17.385997,74.293538 12.349264,75.11561 7.3125,75.9375 m 33.0822,-10.056 0.6658,31.5167 m 6.8804,-31.9606 16.2023,7.7682 M 54.5994,44.7963 72.1333,42.7988 M 43.058,37.694 73.2431,20.6039"
       style="display:inline;fill:none;stroke:#4e2990;stroke-width:1"
       inkstitch:satin_column="True"
       inkstitch:zigzag_underlay="True"
       inkstitch:pull_compensation_mm="0.3"
       inkscape:label="Colonne satin 0"
       id="path48"
       sodipodi:nodetypes="cccccccccccccccccccccccccccccccc"
       inkstitch:reverse_rails="none"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:zigzag_underlay_max_stitch_length_mm="5"
       inkstitch:zigzag_underlay_inset_mm=".3"
       inkstitch:random_split_phase="False"
       inkstitch:max_stitch_length_mm="5"
       inkstitch:zigzag_spacing_mm="0.55"
       inkstitch:short_stitch_distance_mm="0"
       inkstitch:split_method="staggered"
       inkstitch:split_staggers="2.5"
       inkstitch:contour_underlay="True"
       inkstitch:contour_underlay_inset_mm="0.10"
       inkstitch:contour_underlay_stitch_length_mm="1.50"
       inkstitch:pull_compensation_percent=""
       inkstitch:color_sort_index="1" />
    <g
       id="g23">
      <path
         style="display:inline;fill:none;fill-opacity:0.5;stroke:#2584bb;stroke-width:1"
         d="M 38.12526,94.5622 4.1876,100.1872"
         id="path116"
         inkstitch:color_sort_index="2" />
      <path
         id="path9691"
         style="fill:none;stroke:#2584bb;stroke-width:1px"
         d="M 1.9760042,102.50346 C 3.0576819,94.301669 4.3801847,83.523556 5.5218932,75.333295 6.2530314,73.52475 8.5846609,74.039903 10.118225,73.564475 15.438013,72.691893 20.760692,71.836681 26.078614,70.952888 25.895524,66.44317 22.055828,63.432716 19.038578,60.574216 15.88406,57.444478 13.873827,52.776682 15.163925,48.344296 15.514358,46.019894 15.618878,43.656277 16.131349,41.357121 13.053293,40.478788 10.092057,38.293991 9.3982601,35.00495 8.2570898,30.866434 8.3697822,26.487621 8.4233707,22.226103 8.5547684,17.238173 9.5600408,11.867905 13.038522,8.0812239 c 1.469166,-1.8370805 4.877519,-1.3750722 5.364386,1.0745251 -0.188919,1.487283 0.415382,2.06098 1.879378,2.312931 4.03843,1.37728 8.350978,2.040373 12.182717,3.962483 2.607834,1.26912 4.761875,3.694232 5.014387,6.673486 0.625029,4.089133 0.778919,8.290834 0.349634,12.406597 -0.427145,3.733478 -2.172424,7.129902 -3.709431,10.497145 -0.772152,1.828396 -3.249265,2.397148 -4.727129,1.049678 -0.831988,-0.71355 -1.075129,-1.900946 -2.40155,-1.824729 -0.904455,0.09214 -2.678142,-1.279377 -2.718308,0.160532 0.644683,2.228822 2.765997,3.652734 4.37686,5.20385 4.330274,3.402483 7.088285,8.736783 7.03024,14.277222 0.02658,1.949761 -0.521446,3.863039 -0.734425,5.797136 4.798862,-1.090297 9.739325,-1.302662 14.54706,-2.344876 2.410793,-3.190487 3.133125,-7.278922 4.324316,-11.023359 0.834127,-2.457631 1.200773,-5.107715 2.335982,-7.442491 0.614881,-1.089295 0.74391,-2.429355 0.985439,-3.627884 -1.951664,-2.473529 -5.290863,-2.742659 -8.00957,-3.943555 -2.250428,-0.967373 -4.748609,-2.344212 -5.64005,-4.753799 -1.063283,-4.694804 -0.792469,-9.565364 -0.634818,-14.341602 0.454144,-4.56466 1.051838,-9.505404 4.249138,-13.0630129 1.186154,-1.749881 3.850717,-3.0936138 5.657266,-1.4274724 0.897401,0.855881 1.100034,2.2225046 0.807216,3.3880063 4.477152,2.805654 10.015608,3.434504 14.345412,6.55543 3.583551,2.290679 6.202711,6.417708 5.727296,10.775582 -0.412467,6.146483 -3.48319,11.653571 -5.560859,17.342612 -2.085385,5.311091 -3.705482,10.812506 -4.437055,16.483592 -0.861086,5.450582 -1.038528,11.037197 -2.506333,16.374849 -1.305293,3.72618 -3.124838,7.367236 -6.097369,10.045927 -4.171467,4.725912 -10.537469,6.68836 -16.552698,7.747271 M 6.4152618,97.686373 9.0068751,77.575369 c 6.2185819,-1.05357 12.4706629,-1.95783 18.6685969,-3.104067 1.401602,-0.496239 2.468989,-1.862187 2.180796,-3.399117 0.0288,-5.097016 -3.646298,-9.178744 -7.262254,-12.337657 -2.740847,-2.352559 -4.904202,-6.078681 -3.699843,-9.761673 0.356541,-2.982847 0.700498,-5.969668 1.308306,-8.911419 -0.09242,-2.237791 -2.865034,-1.93049 -4.281176,-2.84903 -2.248142,-0.741637 -3.124045,-3.112917 -3.335236,-5.267863 -0.555167,-4.914348 -0.707026,-9.956089 0.183218,-14.838561 0.374537,-1.709948 0.953159,-3.381476 1.860923,-4.88443 0.9119,2.213087 3.6363,2.410411 5.600915,3.18703 3.597398,1.207309 7.459618,1.76308 10.824533,3.567841 1.772205,0.822849 2.754189,2.623628 2.830957,4.532019 0.445571,4.799108 0.931538,9.859411 -0.797724,14.471572 -0.582062,1.296814 -1.124418,2.796357 -1.743956,3.962939 -2.287403,-1.49464 -5.123561,-1.551419 -7.648101,-2.44813 -1.962581,-0.159768 -3.136188,1.927724 -3.007318,3.682147 -0.903322,2.875032 1.447224,5.389725 3.280431,7.293249 2.93138,2.583842 6.207738,5.209521 7.280598,9.153344 0.974653,2.839966 0.640096,5.840381 0.07389,8.721794 -0.225581,1.758308 -0.715507,4.257395 1.103573,5.322001 1.779406,0.375529 3.586565,-0.525726 5.372653,-0.698325 4.547979,-0.898561 9.2849,-0.990972 13.727724,-2.321383 3.190728,-3.017822 4.14127,-7.535837 5.426641,-11.575903 0.906138,-2.826586 1.469212,-5.797891 2.592237,-8.532985 0.907746,-1.701223 1.189779,-3.712446 1.439787,-5.608071 -0.412307,-2.348847 -2.566527,-3.895671 -4.516416,-4.982155 -3.102013,-1.485733 -7.005089,-1.762047 -9.353741,-4.503358 -0.883472,-4.359027 -0.65749,-8.864806 -0.454282,-13.282944 0.401446,-3.542908 0.717902,-7.387704 3.052765,-10.267811 0.638585,2.500396 3.489557,3.299971 5.548198,4.315801 4.702464,1.928694 10.287821,3.042292 13.449318,7.389026 2.212745,3.325544 0.838207,7.503912 -0.272727,10.972976 -3.153275,8.281508 -7.005739,16.426938 -8.242707,25.286354 -1.041199,5.802565 -1.188786,11.760479 -2.620601,17.48886 -1.12601,3.255168 -2.702973,6.42364 -5.306923,8.749347 -3.647949,4.122956 -9.280358,5.667585 -14.505203,6.610266 M 11.395754,80.283521 2.4696769,71.996138 m 17.9941251,4.092488 -0.730491,-4.476222 m 1.500261,-14.844011 -3.434608,2.962034 M 12.604848,21.695837 8.0728836,21.518408 m 25.7575894,5.49591 c 1.510829,-0.05451 3.021658,-0.109017 4.532487,-0.163525 m -9.908874,28.379999 3.521494,-2.858191 m 15.636394,19.532396 -0.828136,-4.45919 m 10.993525,-9.87104 -4.359832,-1.249818 M 53.256458,38.355586 51.756511,42.635812 M 46.85031,28.08056 c -1.510634,0.05968 -3.021267,0.119367 -4.531901,0.179051 m 22.880705,-7.408525 2.420368,-3.835623 m -4.838185,31.206881 4.286728,1.481265 m -7.962797,15.179983 4.502457,0.545949 M 14.267474,15.688953 16.563389,3.881388 m 13.611498,33.782754 3.607867,10.987595 m -7.543722,-3.443873 -5.4118,-10.167625 M 37.062633,66.19909 29.846899,75.382751 M 49.034192,15.524959 53.626023,3.2254122"
         inkstitch:satin_column="true"
         inkstitch:pull_compensation_mm="0.20"
         inkstitch:pull_compensation_percent="5"
         sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
         inkstitch:color_sort_index="2" />
      <path
         d="m 1.98056,102.469 1.71499,-2.2"
         style="fill:none;stroke:#2584bb;stroke-width:1;stroke-dasharray:3, 1"
         inkstitch:running_stitch_length_mm="2.0"
         inkstitch:running_stitch_tolerance_mm="0.2"
         id="path101"
         inkstitch:color_sort_index="2" />
      <path
         id="path6751"
         style="fill:none;stroke:#2584bb;stroke-width:1px"
         d="M 38.434303,96.426531 1.9164006,102.47919 M 37.816297,92.697869 5.4746894,98.058325 m 15.3109566,-2.920822 0.741608,4.474394"
         inkstitch:satin_column="true"
         inkstitch:pull_compensation_mm="0.20"
         inkstitch:pull_compensation_percent="5"
         sodipodi:nodetypes="cccccc"
         inkstitch:color_sort_index="2" />
    </g>
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-ף"
     style="display:none"
     id="g161">
    <path
       d="m 74.43793,122.9373 q 0,1.3125 -3.87502,5.6876 -3.87501,4.375 -4.81252,4.375 -1.56251,0 -2.81251,-2.6875 0,-1.6875 1.25,-39.8127 1.25001,-38.1252 1.25001,-42.8752 0,-7.3126 -11.12505,-7.3126 H 21.68768 q -5.93753,3.0001 -6.56253,17.9376 0,2.25 1.62501,2.8125 0.9375,0.3125 4.06252,0.3125 1.1875,0 4.59377,0.094 3.40626,0.094 6.78128,0.094 3.06252,0 5.50003,1.6876 2.81251,2.5625 2.81251,6.0625 0,4.0625 -2.87501,6.5625 -2.43751,2.125 -5.43753,2.125 H 15.18765 q -3.43752,0 -5.37503,2.6875 -1.93751,2.6875 -2.43751,2.6875 -1.0625,0 -1.0625,-1.25 0,-0.6875 0.84375,-4.3125 0.84375,-3.625 0.84375,-7 0,-1.875 0.56251,-10.6876 0.5625,-8.8125 0.5625,-9.5 0,-3.375 4.06252,-10.3126 -2.31251,-0.062 -4.18752,-3.5 -1.62501,-3.0625 -1.62501,-10.5625 0,-18.1876 3.56252,-18.1876 0.75,0 1.84376,2.6875 1.09375,2.6875 4.40627,2.6875 h 39.06269 q 18.00008,0 18.06258,18.5626 l 0.0625,36.0627 0.68751,30.5626 q 1.25,11.5626 -0.62501,24.3126 z"
       id="path161"
       style="display:none;fill:#4e2990;fill-opacity:0.5;stroke-width:1"
       inkstitch:color_sort_index="0" />
    <path
       style="fill:none;fill-rule:evenodd;stroke:#4e2990;stroke-width:1.00001;stroke-dasharray:2, 1;-inkscape-stroke:none"
       d="M 69.4699,98.286 69.248,126.83786"
       id="path76"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       sodipodi:nodetypes="cc"
       inkstitch:running_stitch_length_mm="2.5"
       inkstitch:running_stitch_tolerance_mm="0.20"
       inkstitch:color_sort_index="1" />
    <path
       d="m 69.248,126.838 -2.3616,-0.909"
       style="fill:none;stroke:#4e2990;stroke-width:1;stroke-dasharray:3, 1"
       inkstitch:running_stitch_length_mm="2.0"
       inkstitch:running_stitch_tolerance_mm="0.2"
       id="path117"
       inkstitch:color_sort_index="1" />
    <path
       d="M 62.9375,130.312 C 63.799834,102.55632 64.718562,74.802077 65.410188,47.041431 65.282841,43.13996 61.361393,40.912613 57.877908,40.523448 53.775258,39.983906 49.626274,40.480775 45.500576,40.312193 37.562885,40.303008 29.625191,40.32167 21.6875,40.3125 17.695739,41.074559 12.667298,41.383041 9.7142953,38.048772 8.0958956,35.607245 7.8137303,32.538191 7.4756288,29.687145 7.1258776,24.721951 7.6473395,19.742353 7.9209568,14.792098 8.3470523,12.65224 9.2202647,10.641082 10.0001,8.6145 M 64.2656,132.328 c 3.860795,0.40508 6.301522,-3.27435 8.05536,-6.15231 1.967708,-2.4339 2.616009,-5.44855 2.796179,-8.51704 0.525136,-6.3118 0.340932,-12.64346 0.0046,-18.958833 C 74.187628,75.353044 74.479418,51.981098 74.163717,28.624635 73.742879,22.243413 69.552859,15.597146 62.970767,14.277489 55.032483,12.526346 46.881585,13.911533 38.849114,13.416065 30.992043,13.351137 23.123043,13.720528 15.276438,13.161183 13.135771,12.367124 12.486255,9.9567788 11.334,8.23047 M 29.9631,41.6891 31.2948,8.1748 M 41.7263,41.911 43.058,8.1748 m 17.534,39.7288 c 5.770667,-0.07397 11.541333,-0.147933 17.312,-0.2219"
       style="display:inline;fill:none;stroke:#4e2990;stroke-width:1"
       inkstitch:satin_column="True"
       inkstitch:zigzag_underlay="True"
       inkstitch:pull_compensation_mm="0.3"
       inkscape:label="Colonne satin 1"
       id="path68"
       sodipodi:nodetypes="cccccccccccccccccccccccc"
       inkstitch:reverse_rails="none"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:zigzag_underlay_max_stitch_length_mm="5"
       inkstitch:zigzag_underlay_inset_mm=".3"
       inkstitch:random_split_phase="False"
       inkstitch:max_stitch_length_mm="5"
       inkstitch:zigzag_spacing_mm="0.55"
       inkstitch:short_stitch_distance_mm="0"
       inkstitch:split_method="staggered"
       inkstitch:split_staggers="2.5"
       inkstitch:contour_underlay="True"
       inkstitch:contour_underlay_inset_mm="0.10"
       inkstitch:contour_underlay_stitch_length_mm="1.50"
       inkstitch:pull_compensation_percent=""
       inkstitch:color_sort_index="1" />
    <path
       d="m 13.1837,40.2347 2.8735,1.8348"
       style="fill:none;stroke:#4e2990;stroke-width:1;stroke-dasharray:3, 1"
       inkstitch:running_stitch_length_mm="2.0"
       inkstitch:running_stitch_tolerance_mm="0.2"
       id="path88"
       inkstitch:color_sort_index="1" />
    <path
       d="M 13.1035,40.4648 C 9.355083,47.378395 9.30695,47.621672 8.8458025,55.173854 8.3398338,63.98226 7.4111533,71.271071 5.5460468,79.897803 5.3519774,80.795437 7.2108909,83.75261 8.0657515,82.710247 9.7667854,81.391993 10.59653,79.00306 12.793715,78.348582 17.261703,77.712107 21.792941,78.075196 26.289585,78.019936 29.690826,78.277021 33.10749,77.753163 36.3711,76.8047 M 20.849602,40.8242 c -4.561351,4.063724 -5.23115,10.49926 -5.679402,16.269064 -0.199015,1.430338 0.05382,3.283245 1.530006,3.945079 2.466576,0.417133 4.976573,0.351963 7.468218,0.399063 3.692713,0.300153 7.477082,-0.370079 11.097214,0.637398 2.609529,0.667968 4.211418,3.146909 5.058562,5.546296 M 5.54872,86.7446 17.5339,57.2255"
       style="display:inline;fill:none;stroke:#4e2990;stroke-width:1"
       inkstitch:satin_column="True"
       inkstitch:zigzag_underlay="True"
       inkstitch:pull_compensation_mm="0.3"
       inkscape:label="Colonne satin 0"
       id="path67"
       sodipodi:nodetypes="ccscccccccccccc"
       inkstitch:reverse_rails="none"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:zigzag_underlay_max_stitch_length_mm="5"
       inkstitch:zigzag_underlay_inset_mm=".3"
       inkstitch:random_split_phase="False"
       inkstitch:max_stitch_length_mm="5"
       inkstitch:zigzag_spacing_mm="0.55"
       inkstitch:short_stitch_distance_mm="0"
       inkstitch:split_method="staggered"
       inkstitch:split_staggers="2.5"
       inkstitch:contour_underlay="True"
       inkstitch:contour_underlay_inset_mm="0.10"
       inkstitch:contour_underlay_stitch_length_mm="1.50"
       inkstitch:pull_compensation_percent=""
       inkstitch:color_sort_index="1" />
    <g
       id="g22">
      <path
         style="display:inline;fill:none;fill-opacity:0.5;stroke:#2584bb;stroke-width:1;stroke-dasharray:4, 1;stroke-dashoffset:0"
         d="m 75.06294,98.6252 c 0.833333,7.7084 0.624997,15.8126 -0.62501,24.3126 v -5e-4 c 0,0.875 -1.291673,2.77087 -3.87502,5.6876 -2.58334,2.91667 -4.187513,4.375 -4.81252,4.375 -1.041673,0 -1.979177,-0.89583 -2.81251,-2.6875 0,-0.99019 0.322794,-11.38987 0.968381,-31.199031"
         id="path118"
         inkstitch:color_sort_index="2" />
      <path
         id="path1344"
         style="fill:none;stroke:#2584bb;stroke-width:1px"
         d="m 62.0056,99.4166 c 0.551773,-17.304681 1.060748,-34.61525 1.519832,-51.919941 0.14079,-2.479874 -1.985604,-4.320132 -4.27197,-4.733484 C 54.849146,41.778003 50.280477,42.3626 45.802719,42.2017 c -7.84724,0 -15.694479,0 -23.541719,0 -3.200078,2.146939 -3.964157,6.29582 -4.650541,9.82936 -0.22954,2.336754 -0.774686,4.748172 -0.426359,7.07304 2.083817,0.641496 4.43857,0.263223 6.630073,0.441649 3.676488,0.205092 7.412165,-0.19023 11.047103,0.450062 3.534831,0.625502 6.374931,3.497711 7.22824,6.944844 1.003251,4.136838 -0.655725,8.829609 -4.287967,11.156308 -3.32482,2.505971 -7.656326,1.639475 -11.522231,1.792937 C 22.180581,79.967968 18.065362,79.726271 13.978,80.025 10.937091,80.586412 10.44743,84.711572 7.45451,85.2632 5.2308653,85.436033 3.8732916,82.920214 4.609274,80.989076 5.4312791,77.076886 6.1653908,73.142648 6.1961895,69.131709 6.6113103,62.360277 6.7784019,55.563004 7.4594057,48.814168 8.0013014,46.162793 9.1947308,43.684176 10.4826,41.3178 6.9440227,38.977259 5.9304299,34.466696 5.6563929,30.486228 5.3575942,25.719649 5.5649076,20.92385 5.8901254,16.163498 6.3052476,12.948023 6.4507222,9.2151271 8.95694,6.84369 c 1.379313,-1.0246535 3.456093,-0.7866126 4.34066,0.77303 0.942702,1.4853615 1.374545,4.021723 3.624,3.889771 13.716169,0.134976 27.444738,-0.0654 41.163035,0.101025 5.755426,0.194025 11.873892,2.517945 14.968156,7.637821 3.310618,5.10917 3.168778,11.428175 3.157751,17.281016 0.06587,15.296319 -0.103687,30.59549 0.377895,45.886774 0.212529,7.485397 0.171941,14.983388 0.796428,22.448753 0.149186,6.34254 -0.181483,12.71997 -1.238258,18.97383 -0.872916,2.55613 -2.984733,4.44546 -4.627061,6.52311 -1.832009,1.63583 -3.295961,4.34199 -5.985546,4.51818 -2.289831,-0.21184 -3.902006,-2.35776 -4.4805,-4.422 0.295836,-10.34513 0.638268,-20.69026 0.952,-31.0353 M 65.7832,99.54 C 66.328518,82.107944 66.872479,64.669832 67.29813,47.237859 67.309,43.959348 65.15682,40.918368 62.113938,39.740186 57.201766,37.76934 51.789738,38.614276 46.631903,38.4221 38.195021,38.44642 29.752142,38.37349 21.319,38.4585 c -4.024032,1.684535 -5.88912,6.102411 -6.86905,10.081975 -0.739724,3.576866 -1.322164,7.260531 -1.10375,10.915725 0.285359,2.240031 2.420349,3.722136 4.5935,3.7068 5.213349,0.279853 10.453992,0.07769 15.657896,0.423093 3.213312,0.299056 5.500434,3.603986 4.912703,6.717314 C 38.23708,73.87864 34.616527,76.541773 31.11747,76.1103 25.417905,76.18082 19.704275,75.966861 14.01379,76.221666 12.041815,76.397068 10.128892,77.387651 8.866,78.9165 10.103623,73.583774 9.9253025,68.080949 10.32198,62.651597 10.653751,58.086489 10.65492,53.475446 11.2903,48.946009 12.054936,45.994401 13.758675,43.423637 15.037,40.7011 15.369328,39.327414 14.032498,38.309606 12.7743,38.2911 9.8690318,36.398003 9.6390732,32.537724 9.3578306,29.399838 9.2362008,24.537098 9.2985545,19.645433 9.8421647,14.809 10.037221,13.474709 10.227013,12.116946 10.7222,10.8571 c 0.844384,2.195516 2.691815,4.117044 5.131501,4.33384 4.763375,0.311178 9.557139,0.0503 14.33244,0.13616 9.435357,0.05674 18.876586,-0.115579 28.308194,0.08999 4.696807,0.250016 9.737854,2.306274 11.885429,6.75488 2.613638,5.04447 1.916617,10.910738 2.054701,16.392942 0.05377,14.704382 -0.08772,29.411135 0.379392,44.110512 0.216307,7.427013 0.160872,14.867641 0.792008,22.274456 0.140401,6.0442 -0.16354,12.12228 -1.160665,18.08312 -1.902935,2.92502 -4.28762,5.55598 -6.8502,7.918 -1.372857,-1.23871 -0.452331,-3.22915 -0.636267,-4.83518 0.274856,-8.85964 0.549711,-17.71928 0.824567,-26.578919 m 1.5494,-39.0874 c -1.511167,-0.04407 -3.022333,-0.08813 -4.5335,-0.1322 M 43.0311,38.0442 c 0,1.5118 0,3.0236 0,4.5354 M 33.253,38.0442 c 0,1.5118 0,3.0236 0,4.5354 m -19.6571,8.2578 c 1.4815,0.3012 2.963,0.6024 4.4445,0.9036 m 10.177,12.0344 c 0.02097,-1.511667 0.04193,-3.023333 0.0629,-4.535 m 9.9202,10.3117 c 1.505333,0.1399 3.010667,0.2798 4.516,0.4197 M 23.09,75.7324 c 0,1.5118 0,3.0236 0,4.5354 M 10.6839,62.9668 C 9.1741733,62.887333 7.6644467,62.807867 6.15472,62.7284 M 5.9215,34.7794 c 1.4780667,-0.3176 2.9561333,-0.6352 4.4342,-0.9528 M 9.75703,22.2007 C 8.24581,22.1584 6.73459,22.1161 5.22337,22.0738 M 29.8283,15.705 c 0,-1.5118 0,-3.0236 0,-4.5354 m 14.6672,4.5354 c 0,-1.5118 0,-3.0236 0,-4.5354 m 27.5711,33.1705 c 1.5118,-0.0026 3.0236,-0.0052 4.5354,-0.0078 m -4.5143,12.2305 c 1.511833,-0.0026 3.023667,-0.0053 4.5355,-0.0079 m -4.2239,24.497 c 1.511433,-0.034 3.022867,-0.068 4.5343,-0.102 m -3.9913,19.7631 c 1.507767,-0.11033 3.015533,-0.22067 4.5233,-0.331 m -11.6842,29.934 c 0.947667,1.178 1.895333,2.356 2.843,3.534 m -3.0697,-14.755 c -1.5111,-0.0467 -3.0222,-0.0933 -4.5333,-0.14"
         inkstitch:satin_column="true"
         inkstitch:pull_compensation_mm="0.20"
         inkstitch:pull_compensation_percent="5"
         inkstitch:color_sort_index="2" />
    </g>
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-פ"
     style="display:none"
     id="g162">
    <path
       d="m 40.50027,59.312 q 0,-0.3125 -2.87501,2.8125 -2.43751,1.5001 -5.43753,1.5001 H 15.18765 q -2.81251,0 -4.75002,1.75 -1.93751,1.75 -2.43752,1.75 -1.0625,0 -1.0625,-1.25 0,-0.6875 0.84375,-4.3126 0.84376,-3.625 0.21875,-7 0,0.625 -0.375,-1.3125 -0.375,-1.9375 -0.375,-2.625 0,-6.5 5.31253,-10.3126 -1.68751,-0.062 -3.56252,-3.5 -1.62501,-3.0625 -1.62501,-10.5625 0,-18.1876 3.56252,-18.1876 0.75,0 1.84376,2.6875 1.09375,2.6875 4.40627,2.6875 H 46.1253 q 16.12508,0 22.3126,9.7501 5.75003,9.0625 5.75003,32.0001 V 72.4996 L 67.2504,98.3122 H 3.25009 L 8.75012,72.0621 h 56.81277 l 0.625,-5.75 Q 67.4379,48.8745 63.62538,46.7495 60.12536,40.3119 42.18778,40.3119 h -20.5001 q -5.93753,2.3751 -7.18753,7.9376 0,1 1,1.5625 0.93751,0.3125 5.31253,0.3125 1.1875,0 4.59377,0.094 3.40626,0.094 6.78128,0.094 3.06252,0 5.50003,2.3125 2.81251,2.5625 2.81251,6.6875 z"
       id="path162"
       style="display:none;fill:#4e2990;fill-opacity:0.5;stroke-width:1"
       inkstitch:color_sort_index="0" />
    <path
       style="fill:none;fill-rule:evenodd;stroke:#4e2990;stroke-width:1.00001;stroke-dasharray:2, 1;-inkscape-stroke:none"
       d="m 63.7168,92.848 6.75784,-26.259 v 0 C 68.398151,48.739431 75.095479,16.051083 16.499387,39.258736"
       id="path90"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       sodipodi:nodetypes="cccc"
       inkstitch:running_stitch_length_mm="2.5"
       inkstitch:running_stitch_tolerance_mm="0.20"
       inkstitch:color_sort_index="1" />
    <path
       d="m 39.371984,60.95991 c -1.276165,1.22169 -2.035414,1.70387 -3.842676,2.132184 -3.083192,0.908756 -6.335246,0.4111 -9.497877,0.535037 -3.98154,0.01715 -7.96808,-0.07042 -11.946286,0.07421 -2.081504,0.211266 -3.660868,1.662889 -5.1777008,2.948985 C 7.2547757,68.017231 6.527065,65.706898 7.2062488,64.424571 7.9633024,60.886878 8.8550909,57.120088 7.6910113,53.572231 7.05497,50.735919 7.1285817,47.670255 8.4803026,45.042027 9.3555616,43.158922 10.822957,41.653976 12.4512,40.4004 M 40.608579,58.769605 C 40.386484,56.654937 39.928005,54.949377 38.369182,53.364227 36.69856,51.339495 34.097144,50.134304 31.461979,50.316153 26.329581,50.171083 21.174996,50.262184 16.057705,49.925528 13.85767,49.516324 14.650129,47.064392 15.428791,45.726822 16.479806,43.438461 18.618244,41.88876 20.7754,40.7285 M 5.6461043,68.674374 22.1501,47.0672"
       style="display:inline;fill:none;stroke:#4e2990;stroke-width:1"
       inkstitch:satin_column="True"
       inkstitch:zigzag_underlay="True"
       inkstitch:pull_compensation_mm="0.3"
       inkscape:label="Colonne satin 0"
       id="path91"
       sodipodi:nodetypes="ccccccccccccccccc"
       inkstitch:reverse_rails="none"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:zigzag_underlay_max_stitch_length_mm="5"
       inkstitch:zigzag_underlay_inset_mm=".3"
       inkstitch:random_split_phase="False"
       inkstitch:max_stitch_length_mm="5"
       inkstitch:zigzag_spacing_mm="0.55"
       inkstitch:short_stitch_distance_mm="0"
       inkstitch:split_method="staggered"
       inkstitch:split_staggers="2.5"
       inkstitch:contour_underlay="True"
       inkstitch:contour_underlay_inset_mm="0.10"
       inkstitch:contour_underlay_stitch_length_mm="1.50"
       inkstitch:pull_compensation_percent=""
       inkstitch:color_sort_index="1" />
    <path
       d="m 21.5307,40.7583 0.192,-13.7135"
       style="fill:none;stroke:#4e2990;stroke-width:1;stroke-dasharray:3, 1"
       inkstitch:running_stitch_length_mm="2.5"
       inkstitch:running_stitch_tolerance_mm="0.20"
       id="path270"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:color_sort_index="1" />
    <path
       d="M 10.0351,8.48229 C 9.5141564,9.4020271 9.0472558,10.355043 8.6850743,11.349109 7.3607052,16.221231 7.5432232,21.388817 7.3754163,26.40916 c 0.2540497,4.659053 0.059764,10.535806 4.2850937,13.557491 3.188528,0.778423 6.755808,0.958295 10.026992,0.345853 9.182987,0.105779 18.379178,-0.272967 27.550113,0.320649 6.154281,0.415744 13.29575,2.361565 16.050092,8.492803 2.122386,7.254906 0.97113,14.961161 0.337293,22.364244 M 11.334,8.23047 c 1.192621,1.803491 1.924524,4.355475 4.243383,5.034031 3.782944,0.223944 7.574368,0.197065 11.362097,0.176931 8.896806,0.276453 17.868019,-0.698617 26.699993,0.686356 7.179498,0.887804 13.746943,5.550684 16.495822,12.304876 5.411269,14.486189 3.734918,30.225151 4.052205,45.364236 M 77.9597,42.724 59.7184,46.1985 M 48.901138,6.5867196 48.735925,43.054956 M 36.299275,8.2783644 35.913112,42.839907"
       style="display:inline;fill:none;stroke:#4e2990;stroke-width:1"
       inkstitch:satin_column="True"
       inkstitch:zigzag_underlay="True"
       inkstitch:pull_compensation_mm="0.3"
       inkscape:label="Colonne satin 1"
       id="path92"
       sodipodi:nodetypes="cccccccccccccccccccc"
       inkstitch:reverse_rails="none"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:zigzag_underlay_max_stitch_length_mm="5"
       inkstitch:zigzag_underlay_inset_mm=".3"
       inkstitch:random_split_phase="False"
       inkstitch:max_stitch_length_mm="5"
       inkstitch:zigzag_spacing_mm="0.55"
       inkstitch:short_stitch_distance_mm="0"
       inkstitch:split_method="staggered"
       inkstitch:split_staggers="2.5"
       inkstitch:contour_underlay="True"
       inkstitch:contour_underlay_inset_mm="0.10"
       inkstitch:contour_underlay_stitch_length_mm="1.50"
       inkstitch:pull_compensation_percent=""
       inkstitch:color_sort_index="1" />
    <path
       d="m 74.9428,71.4846 -4.224,13.5701"
       style="fill:none;stroke:#4e2990;stroke-width:1;stroke-dasharray:3, 1"
       inkstitch:running_stitch_length_mm="2.5"
       inkstitch:running_stitch_tolerance_mm="0.20"
       id="path271"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:color_sort_index="1" />
    <path
       d="m 67.25,98.3125 h -64 M 74.1875,71.7969 C 52.374963,71.841529 30.562614,72.0625 8.75,72.0625 M 3.90884,100.271 14.3324,67.48 m 40.6085,32.791 7.1663,-30.4023"
       style="display:inline;fill:none;stroke:#4e2990;stroke-width:1"
       inkstitch:satin_column="True"
       inkstitch:zigzag_underlay="True"
       inkstitch:pull_compensation_mm="0.3"
       inkscape:label="Colonne satin 2"
       id="path93"
       sodipodi:nodetypes="cccccccc"
       inkstitch:reverse_rails="none"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:zigzag_underlay_max_stitch_length_mm="5"
       inkstitch:zigzag_underlay_inset_mm=".3"
       inkstitch:random_split_phase="False"
       inkstitch:max_stitch_length_mm="5"
       inkstitch:zigzag_spacing_mm="0.55"
       inkstitch:short_stitch_distance_mm="0"
       inkstitch:split_method="staggered"
       inkstitch:split_staggers="2.5"
       inkstitch:contour_underlay="True"
       inkstitch:contour_underlay_inset_mm="0.10"
       inkstitch:contour_underlay_stitch_length_mm="1.50"
       inkstitch:pull_compensation_percent=""
       inkstitch:color_sort_index="1" />
    <g
       id="g12">
      <path
         style="display:inline;fill:none;fill-opacity:0.5;stroke:#2584bb;stroke-width:1;stroke-dasharray:2, 1;stroke-dashoffset:0"
         d="M 67.2504,98.3122 H 3.25009"
         id="path119"
         inkstitch:color_sort_index="2" />
      <path
         id="path4165"
         style="fill:none;stroke:#2584bb;stroke-width:1px"
         d="M 0.90686556,100.25001 C 2.7885391,91.386206 5.0712447,80.171713 7.01057,71.3237 7.9173781,69.475627 10.282265,70.391106 11.901237,70.1723 H 63.8674 C 64.445864,65.178098 64.700325,60.128277 64.490747,55.104289 64.197218,52.603085 64.254818,49.566995 62.0987,47.8632 60.000871,44.462314 55.746216,43.536441 52.078764,42.898529 44.498111,41.765434 36.802058,42.350786 29.167059,42.2017 c -2.41005,0.05455 -4.867499,-0.109068 -7.247951,0.08172 -2.50431,1.031667 -4.689655,3.08366 -5.392308,5.756781 5.655931,0.430513 11.358843,0.135966 17.019175,0.505197 4.784606,0.6991 8.688825,5.171201 8.783625,10.006403 -1.24347,1.689268 -2.270699,3.57692 -3.6506,5.1414 -3.744475,2.474098 -8.36942,1.700683 -12.596628,1.8212 -4.035795,0.08472 -8.097612,-0.173579 -12.116688,0.139895 C 11.4525,65.99578 10.172976,69.27959 7.4927267,68.955565 5.3268058,68.731577 4.6080764,66.140288 5.3099069,64.352014 6.0185084,60.843153 6.9777507,57.165228 5.77828,53.6501 4.6770088,49.063499 5.9445451,43.91412 9.35829,40.5937 5.7513041,36.787278 5.5747709,31.244956 5.48614,26.3047 5.7520795,20.637207 5.3341904,14.754434 7.2650306,9.3289373 7.8239304,7.3856496 9.9959577,5.4518344 12.0714,6.48978 c 2.193612,1.0097424 1.794894,4.704915 4.4587,4.972865 7.466072,0.195736 14.952152,0.02893 22.425968,0.08436 7.077481,0.0034 14.432083,-0.375411 21.101484,2.423032 4.900434,1.967239 9.013859,5.775733 11.262724,10.565353 3.683439,8.084963 4.330632,17.127609 4.680144,25.890895 0.12937,7.465977 0.08652,14.938117 0.04838,22.40242 -2.310433,8.661433 -4.957584,18.457582 -7.279708,27.116139 M 5.7009239,95.830248 10.285,73.9519 c 18.547301,-0.02395 37.100458,0.04788 55.6441,-0.0359 2.059659,-0.495704 1.483221,-3.019057 1.831727,-4.586593 C 68.260238,64.649186 68.442755,59.923035 68.2957,55.2181 67.98977,52.046513 67.832275,48.460169 65.601353,45.972175 64.462289,44.928149 63.755111,43.481077 62.387037,42.65344 57.594188,39.354349 51.551046,38.842591 45.900527,38.509347 37.698637,38.353851 29.485206,38.408685 21.2865,38.4652 c -4.344693,1.484863 -8.120483,5.279171 -8.6687,9.9524 0.116883,1.94334 1.861687,3.52176 3.809649,3.421151 5.61316,0.383822 11.266087,0.129085 16.880651,0.480849 2.948857,0.701642 5.263471,3.513911 5.257,6.569 -1.708607,1.662981 -3.882962,2.930029 -6.340065,2.839947 C 26.046334,61.816389 19.855108,61.581753 13.6836,61.8504 12.046392,62.106532 10.503674,62.824917 9.24825,63.9067 10.083389,60.248737 10.632501,56.357259 9.4584381,52.720233 8.4455095,48.735689 10.10039,44.301071 13.502552,41.97981 15.168303,41.061565 14.423704,38.406475 12.5632,38.3481 9.5717196,35.784022 9.4668101,31.474831 9.311755,27.824443 9.345027,22.747055 9.2465463,17.606134 10.216499,12.600636 c 0.196276,-1.33188 0.558191,-2.246485 1.130689,-0.559252 1.199556,2.653607 4.337602,3.491218 7.022188,3.285216 10.026271,0.05715 20.057087,-0.117277 30.080356,0.09275 6.189207,0.236782 12.809891,2.010809 16.974716,6.885494 4.151998,5.128808 5.250174,11.898618 6.116435,18.252621 C 72.7056,51.08092 72.174338,61.685935 72.2981,72.2501 L 65.818395,96.359465 M 9.9495,77.3959 5.51045,76.4659 m 9.18795,-2.1361 v -4.5354 m 45.8757,4.5354 v -4.5354 m 8.0593,-7.9079 c -1.510633,-0.06007 -3.021267,-0.120133 -4.5319,-0.1802 m -1.6169,-12.9394 2.9992,-3.4021 m -0.3881,-0.4477 -3.6642,2.6728 m -5.9788,-8.2597 -1.0682,4.4079 m -10.7932,-5.6614 -0.1071,4.5342 m -19.061,-4.5667 v 4.5354 m -9.7614,0.1056 3.5555,2.8158 m 12.5215,7.0594 c 0.02097,-1.511667 0.04193,-3.023333 0.0629,-4.535 m 6.181,7.2155 3.3841,-3.0197 m 0.1911,0.2153 -3.4959,2.8812 m -0.0358,-0.0508 3.96,-2.2109 m 1.4177,3.329 -4.3465,1.2954 m 0.0682,0.229 4.3465,-1.2954 m -1.1824,4.9496 -3.2854,-3.1267 m -1.7884,1.8792 3.2853,3.1267 m -5.0588,2.2421 -0.8965,-4.4459 m -0.7806,0.0763 c 0.09663,1.5087 0.193267,3.0174 0.2899,4.5261 M 20.3505,65.8923 V 61.3569 M 10.5862,45.8571 6.69555,43.5263 M 9.76345,21.9708 5.22979,21.8439 M 28.3427,15.7045 V 11.1691 M 57.9156,17.616 59.46,13.3516 m 6.1252,9.8018 3.6373,-2.7094 m 2.1423,22.2216 4.5145,-0.4362 m -3.9591,17.6768 h 4.5354 m -7.4261,23.0496 4.38,1.1772 M 12.602446,58.632266 3.1506115,72.219279 M 11.02714,14.917532 9.6487477,2.1181726 M 61.043098,66.311882 68.5258,74.976064 M 12.20862,52.13413 21.463541,44.848341"
         inkstitch:satin_column="true"
         inkstitch:pull_compensation_mm="0.20"
         inkstitch:pull_compensation_percent="5"
         sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
         inkstitch:color_sort_index="2" />
      <path
         d="M 0.917007,100.202 3.1955,98.3122"
         style="fill:none;stroke:#2584bb;stroke-width:1;stroke-dasharray:3, 1"
         inkstitch:running_stitch_length_mm="2.0"
         inkstitch:running_stitch_tolerance_mm="0.2"
         id="path120"
         inkstitch:color_sort_index="2" />
      <path
         id="path7069"
         style="fill:none;stroke:#2584bb;stroke-width:1px"
         d="M 69.209259,100.20197 H 0.43423981 M 65.536398,96.422435 H 5.5762454 M 35.25025,96.044482 v 4.535438"
         inkstitch:satin_column="true"
         inkstitch:pull_compensation_mm="0.20"
         inkstitch:pull_compensation_percent="5"
         sodipodi:nodetypes="cccccc"
         inkstitch:color_sort_index="2" />
    </g>
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-ץ"
     style="display:none"
     id="g163">
    <path
       d="m 35.12524,29.1869 q 0,3.8125 -4.50002,12.8751 -3.75001,8.8125 -3.43751,14.75 l 0.125,14.8751 q 2.93751,-9.2501 9.56254,-20.0001 6.62504,-9.8126 9.37505,-13.1876 -1.31251,-1.625 -1.81251,-2.3125 -2.00001,-2.0625 -2.00001,-4.875 0,-1.9375 1,-8.8125 1.50001,-7.4376 4.56253,-11.5626 2.50001,-3.375 3.50001,-3.25 1.31251,0.1875 1.06251,1.5625 -0.1875,0.3125 -0.5,1.25 -0.25001,1.1875 10.37505,7.1875 6.93753,3 7.56253,8.1876 0,1.5 0.0937,3.4063 0.0937,1.9062 -1.03125,5.1562 -1.43751,5.125 -4.37502,10.6251 -1.93751,4.75 -3.31252,4.625 -0.6875,-0.25 -1.125,-0.375 0,-0.125 0.125,-0.5625 0.125,-1.6875 -7.00004,-5.8125 -4.06252,3.4375 -12.31256,17.25 -8.50004,15.3126 -11.06255,27.5002 l 2.31251,12.875 q 2.06251,12.7501 1.00001,25.4377 0.0625,1.3125 -4.96878,5.7188 -5.03127,4.4062 -6.03128,4.4062 -1.0625,0 -1.375,-0.875 -0.125,-0.5 -0.125,-1.6875 V 57.9995 q -1.25001,-4.75 -0.81251,-9 0.4375,-4.25 0.4375,-4.5625 0,-2.375 -3.87501,-4.0626 -0.50001,-0.125 -1.62501,-0.3125 -5.25003,-1.3125 -7.00004,-4.8125 -1.1875,-1.875 -1.1875,-7.625 0,-9.4376 2.25001,-15.5001 1.81251,-3.3125 3.00001,-3.3125 1.25001,0 1.25001,1.3125 0,0.375 -0.1875,0.75 -0.1875,0.375 -0.1875,0.625 0,0.8125 5.18752,1.875 7.43754,1.5625 10.68755,2.625 4.00002,1.375 5.37503,5.1251 1,2.6875 1,8.0625 z"
       id="path163"
       style="display:none;fill:#4e2990;fill-opacity:0.5;stroke-width:1"
       inkstitch:color_sort_index="0" />
    <path
       style="fill:none;fill-rule:evenodd;stroke:#4e2990;stroke-width:1.00001;stroke-dasharray:2, 1;-inkscape-stroke:none"
       d="M 24.7144,98.254226 23.942075,81.456157 56.958968,30.675789"
       id="path183"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:running_stitch_length_mm="2.5"
       inkstitch:running_stitch_tolerance_mm="0.20"
       inkstitch:color_sort_index="1" />
    <path
       d="M 60.25,49.3125 C 59.827379,47.108589 57.909369,45.673142 56.090959,44.601872 54.66679,43.767649 53.24605,42.905803 52.044797,41.761929 50.142655,40.164497 47.973201,38.934343 45.837352,37.687895 43.493241,35.907102 42.060577,32.872437 42.516577,29.92082 43.067509,24.12953 43.848457,18.154582 46.729183,12.996471 47.716673,11.239439 48.912729,9.5510042 50.571141,8.3664074 50.875258,8.1326915 51.185987,7.9076975 51.5,7.6875 m 9.875,42 c 1.9673,-1.593227 3.171391,-3.894163 4.083148,-6.208931 2.147806,-4.650815 4.404575,-9.456995 4.625156,-14.663079 0.03796,-2.044333 -0.007,-4.22673 -1.136043,-6.012795 C 67.621899,20.563579 65.380105,19.080768 63.089515,17.964247 59.489393,16.05189 55.908664,14.041703 52.734057,11.468021 51.622332,10.838064 52.438024,9.544967 52.589794,8.63672 M 46.1464,8.27836 c 3.0893,0.9010467 6.1786,1.802093 9.2679,2.70314 M 40.354,29.3242 C 49.557533,25.076433 58.761067,20.828667 67.9646,16.5809 M 56.959,47.0877 c 2.703133,0.128733 5.406267,0.257467 8.1094,0.3862"
       style="display:inline;fill:none;stroke:#4e2990;stroke-width:1"
       inkstitch:satin_column="True"
       inkstitch:zigzag_underlay="True"
       inkstitch:pull_compensation_mm="0.3"
       inkscape:label="Colonne satin 1"
       id="path181"
       inkstitch:reverse_rails="none"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:zigzag_underlay_max_stitch_length_mm="5"
       inkstitch:zigzag_underlay_inset_mm=".3"
       inkstitch:random_split_phase="False"
       inkstitch:max_stitch_length_mm="5"
       inkstitch:zigzag_spacing_mm="0.55"
       inkstitch:short_stitch_distance_mm="0"
       inkstitch:split_method="staggered"
       inkstitch:split_staggers="2.5"
       inkstitch:contour_underlay="True"
       inkstitch:contour_underlay_inset_mm="0.10"
       inkstitch:contour_underlay_stitch_length_mm="1.50"
       inkstitch:pull_compensation_percent=""
       inkstitch:color_sort_index="1" />
    <path
       d="M 51.8709,41.6369 49.1804,41.4841"
       style="fill:none;stroke:#4e2990;stroke-width:1;stroke-dasharray:3, 1"
       inkstitch:running_stitch_length_mm="2.0"
       inkstitch:running_stitch_tolerance_mm="0.2"
       id="path121"
       inkstitch:color_sort_index="1" />
    <path
       d="m 45.6152,37.6914 c 0.11519,0.277954 0.761759,0.679982 0.531361,0.947252 -3.098363,4.026878 -5.95497,8.228027 -8.839382,12.408265 -3.793496,6.059241 -7.13527,12.4415 -9.483259,19.20707 -0.497108,1.661271 0.12115,3.476095 0.09078,5.198813 m 23.6649,-34.0678 1.537007,1.329065 c 0.414548,0.706878 -1.295015,1.507686 -1.705598,2.251031 -3.105878,3.672143 -5.711145,7.734255 -8.246843,11.811951 -2.130758,3.244583 -3.822946,6.738508 -5.618881,10.17242 -1.630857,3.531719 -3.307972,7.055323 -4.562377,10.743446 -1.244153,3.106683 -2.015509,6.362784 -2.885208,9.586387 M 53.6766,46.8946 42.671,38.0129 m -0.3862,23.1697 v 0.1931 L 33.4031,51.3355 M 32.2446,86.8624 27.4175,64.0788"
       style="display:inline;fill:none;stroke:#4e2990;stroke-width:1"
       inkstitch:satin_column="True"
       inkstitch:zigzag_underlay="True"
       inkstitch:pull_compensation_mm="0.3"
       inkscape:label="Colonne satin 0"
       id="path180"
       sodipodi:nodetypes="ccccccccccccccccccc"
       inkstitch:reverse_rails="none"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:zigzag_underlay_max_stitch_length_mm="5"
       inkstitch:zigzag_underlay_inset_mm=".3"
       inkstitch:random_split_phase="False"
       inkstitch:max_stitch_length_mm="5"
       inkstitch:zigzag_spacing_mm="0.55"
       inkstitch:short_stitch_distance_mm="0"
       inkstitch:split_method="staggered"
       inkstitch:split_staggers="2.5"
       inkstitch:contour_underlay="True"
       inkstitch:contour_underlay_inset_mm="0.10"
       inkstitch:contour_underlay_stitch_length_mm="1.50"
       inkstitch:pull_compensation_percent=""
       inkstitch:color_sort_index="1" />
    <path
       d="m 27.6973,72.866 -3.4311,0.185"
       style="fill:none;stroke:#4e2990;stroke-width:1;stroke-dasharray:3, 1"
       inkstitch:running_stitch_length_mm="2.0"
       inkstitch:running_stitch_tolerance_mm="0.2"
       id="path94"
       inkstitch:color_sort_index="1" />
    <path
       d="M 9.86719,10.6758 C 8.3102043,13.69756 7.5177127,17.052693 7.1397022,20.413987 6.978701,25.636539 5.7391558,31.333073 8.4859186,36.128715 10.856538,40.137444 16.410186,39.277333 19.517348,42.334085 21.459091,47.386125 20.390443,52.789687 20.8125,58 v 47.89741 c 0.196645,9.70227 -0.505592,19.43647 0.4928,29.11059 M 13.1719,9.55078 c -0.750054,2.347835 1.794969,3.476374 3.652296,3.756937 2.930803,0.441268 5.907771,0.776428 8.709702,1.663515 4.885668,0.677281 9.570036,4.783689 9.407106,9.981989 1.005661,5.994801 -1.736568,11.707233 -4.202949,16.989022 -3.38545,6.454307 -3.810059,13.918327 -3.533473,21.062342 -0.08701,5.224185 0.447192,10.425686 1.108447,15.602274 1.884479,10.863073 4.433752,21.652691 5.166166,32.684581 -0.02611,5.14648 0.665598,10.39683 -0.545718,15.46311 -3.159948,3.72554 -6.501986,7.96425 -11.495977,9.15145 M 16.7981,11.3677 6.1786,14.2639 M 37.4578,21.7941 7.72325,39.1714 m 24.90745,4.4408 c -4.955733,0.06437 -9.911467,0.12873 -14.8672,0.1931 m 10.4264,92.4857 c -3.282402,-2.05933 -6.564798,-4.11867 -9.8472,-6.178 M 33.4031,91.8825 C 27.9968,91.81817 22.5905,91.75383 17.1842,91.6895"
       style="display:inline;fill:none;stroke:#4e2990;stroke-width:1"
       inkstitch:satin_column="True"
       inkstitch:zigzag_underlay="True"
       inkstitch:pull_compensation_mm="0.3"
       inkscape:label="Colonne satin 2"
       id="path182"
       sodipodi:nodetypes="ccccccccccccccccccccccccccc"
       inkstitch:reverse_rails="none"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:zigzag_underlay_max_stitch_length_mm="5"
       inkstitch:zigzag_underlay_inset_mm=".3"
       inkstitch:random_split_phase="False"
       inkstitch:max_stitch_length_mm="5"
       inkstitch:zigzag_spacing_mm="0.55"
       inkstitch:short_stitch_distance_mm="0"
       inkstitch:split_method="staggered"
       inkstitch:split_staggers="2.5"
       inkstitch:contour_underlay="True"
       inkstitch:contour_underlay_inset_mm="0.10"
       inkstitch:contour_underlay_stitch_length_mm="1.50"
       inkstitch:pull_compensation_percent=""
       inkstitch:color_sort_index="1" />
    <g
       id="g11">
      <path
         style="fill:none;stroke:#2584bb;stroke-width:1px;stroke-dasharray:3, 1"
         d="m 32.244163,100.41884 0.80861,5.88641 0.452515,5.78419 0.0782,8.42315 -0.257142,4.48003 -0.25519,1.36634 -0.618548,1.21553 -0.913762,1.06626 -2.806378,2.71974 -4.127225,3.34189 -1.174965,0.72763 -1.130504,0.43218 -0.732802,-0.70948 -0.531394,-1.15607 L 20.85222,132.38939 20.8126,78.8371"
         id="path126"
         inkstitch:color_sort_index="2" />
      <path
         id="path7901"
         style="fill:none;stroke:#2584bb;stroke-width:1px"
         d="M 18.9228,78.8371 C 18.89434,71.897667 19.325969,64.945774 19.226465,58.01412 17.992711,53.61442 17.994852,49.020468 18.5288,44.5449 18.082205,42.776019 15.962618,42.113138 14.3461,41.8567 11.152179,41.01653 7.9912221,39.311487 6.3734,36.3098 4.3566592,32.351452 4.9414532,27.723331 4.9901837,23.431643 5.299702,19.210859 5.8507719,14.914575 7.4796305,10.984902 8.576498,8.9836935 10.360957,6.3130946 13.0185,7.06381 c 1.505106,0.4121009 2.376928,2.1066274 2.0474,3.58909 5.085744,1.471107 10.428231,2.089251 15.363608,4.034551 3.71723,1.466003 5.889123,5.339468 6.259235,9.187055 0.3108,3.389295 0.626687,6.905569 -0.637707,10.155907 -1.641301,5.240089 -4.681048,9.947831 -5.961735,15.319462 -1.306836,4.100911 -2.113367,15.28509 -2.10483,19.525108 2.761963,-5.883988 7.199071,-18.354248 11.024329,-23.611284 1.536128,-2.306116 3.19763,-4.522324 4.8626,-6.735999 -1.73886,-1.979248 -3.368271,-4.28394 -3.3154,-7.0428 0.401404,-6.450836 1.231645,-13.060265 4.211727,-18.890367 1.350717,-2.362227 2.933097,-4.731708 5.148373,-6.360813 2.078888,-1.3450875 5.073724,0.6476203 4.5346,3.09992 -0.595604,1.087582 0.582963,1.50949 1.340818,2.119124 3.4736,2.358678 7.196293,4.303505 10.846582,6.353036 3.295634,2.080345 5.607561,5.814086 5.30014,9.788444 0.346563,4.2185 -1.301949,8.229445 -2.690449,12.124806 -1.396106,3.096583 -2.788403,6.216719 -4.367527,9.222346 -0.858785,1.832584 -3.046878,3.358309 -5.036761,2.227005 C 58.628529,50.975136 58.339235,49.632258 58.276648,48.716728 56.96091,47.329103 55.296484,46.33615 53.6779,45.3408 c -4.379902,4.705514 -7.568704,10.359116 -10.9706,15.7797 -3.232844,6.057957 -6.326554,12.221672 -8.499779,18.750235 -0.948112,2.617867 -1.809126,5.329774 -2.243004,8.063309 1.458447,8.141345 3.139909,16.276226 3.467947,24.564466 0.173457,4.70013 0.141529,9.43009 -0.329464,14.10649 -0.881714,2.78658 -3.495737,4.52754 -5.4837,6.508 -2.295487,1.66106 -4.209563,4.09155 -7.0199,4.88 -2.013887,0.2401 -3.8453,-1.56347 -3.619122,-3.58504 -0.134039,-13.53897 -0.01922,-27.08672 -0.05748,-40.629066 V 78.8371 m 0,0 h 2e-6 m 3.7796,0 C 22.672374,71.755967 22.762348,64.666639 22.6576,57.5906 21.4788,53.555606 21.750076,49.333646 22.261074,45.218363 22.737505,42.257222 20.249495,39.907628 17.737701,38.85641 15.611935,38.086077 13.162263,37.899964 11.351749,36.38194 8.4794329,34.292284 8.7080954,30.400824 8.6529789,27.233499 8.7596043,22.284503 9.0732186,17.183942 10.943172,12.55751 c 0.457735,-0.396329 1.333139,1.584134 2.430828,1.52979 5.144759,1.59215 10.591268,2.169145 15.625208,4.101751 3.292511,1.358871 4.107567,5.262989 4.09914,8.469833 0.640241,4.460527 -1.459714,8.643736 -3.242434,12.590417 -2.616683,5.620524 -4.747544,11.690778 -4.554604,17.972477 0.09819,5.009175 0.280471,8.758392 0.518071,13.75285 0.50451,1.89207 3.263494,1.765745 3.507465,-0.147555 3.188017,-7.11674 5.911353,-13.136857 10.150835,-19.585222 2.725238,-4.051728 5.580188,-8.015957 8.482319,-11.937351 0.732306,-1.838118 -1.356483,-3.067758 -2.179011,-4.461419 -2.154037,-2.08954 -1.283771,-5.246619 -1.031576,-7.870775 0.603244,-5.4431 1.816474,-11.131496 5.287505,-15.513641 0.89161,-1.010664 1.891801,-2.1177196 0.144182,-0.785465 0.321137,2.155097 2.605894,3.142842 4.159997,4.339112 3.296976,2.221771 6.830457,4.058145 10.281671,6.004437 2.338015,1.431061 3.852596,4.071271 3.541787,6.843995 0.24565,3.857199 -1.397125,7.49035 -2.654055,11.053556 -1.310336,2.650765 -2.461279,5.386067 -3.8254,8.005 -2.019817,-2.585863 -5.008152,-4.228091 -7.8219,-5.808 -1.933734,-0.373454 -2.83589,1.875768 -4.1383,2.8781 -4.110963,5.114619 -7.628706,10.68749 -10.883979,16.37435 -3.204836,5.97003 -6.154727,12.099722 -8.300696,18.537081 -1.043129,2.899004 -1.934308,5.891776 -2.424425,8.928169 1.442569,8.289824 3.227835,16.55531 3.550307,24.9905 0.123203,4.37578 0.170076,8.7996 -0.334507,13.1395 -2.387502,3.08311 -5.564314,5.4545 -8.6057,7.851 -0.05483,-18.3224 -0.0078,-36.649139 -0.0235,-54.9729 m 0.3779,-9.1965 h -4.5354 m 3.7204,-16.3224 -4.4945,0.608 M 9.27402,22.1137 4.76257,21.6479 M 23.6032,16.945 24.5985,12.5201 m 8.1419,14.5247 c 1.5097,-0.08027 3.0194,-0.160533 4.5291,-0.2408 m -7.7685,12.3118 4.1072,1.9238 m -8.6609,19.0316 4.5353,-0.0381 m 7.3521,-3.7773 -3.9172,-2.2861 m 8.7936,-5.3011 -3.7339,-2.5746 m 8.0694,-24.7381 -4.4088,-1.0641 m 6.6965,-13.17233 2.0074,3.71643 m 9.1757,7.7739 2.2831,-3.9189 m 4.2787,21.6615 4.24,1.6104 m -11.4745,5.7982 -2.6711,3.6655 m -14.1636,6.9092 3.8593,2.3825 m -8.5345,5.7232 4.0241,2.0921 m -9.909,10.7098 4.2694,1.5305 m -6.0487,21.9062 4.464,-0.8018 m -3.0562,11.9568 c 1.508133,-0.10533 3.016267,-0.21067 4.5244,-0.316 m -6.4602,18.373 c 1.0898,1.04767 2.1796,2.09533 3.2694,3.143 M 23.0803,122.52 H 18.5449 M 54.025892,48.338375 52.718814,36.865134 m -12.780318,1.307078 9.8757,-0.145231 m -34.855414,6.53539 7.116314,-5.518773 m 38.921879,2.759386 1.742771,12.780319 M 11.037548,15.225731 11.32801,3.026336 m 14.66832,72.760678 3.921234,-13.942166 h -0.145231 v 0"
         inkstitch:satin_column="true"
         inkstitch:pull_compensation_mm="0.20"
         inkstitch:pull_compensation_percent="5"
         sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
         inkstitch:color_sort_index="2" />
    </g>
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-צ"
     style="display:none"
     id="g164">
    <path
       d="m 75.56294,75.1871 q 0,3.8125 -3.31252,12.1876 -1.75001,3.875 -3.43751,10.9375 H 6.56261 l 6.56253,-25.6251 h 47.50023 q 1.0625,0 1.0625,-0.5625 0,0.625 -1.0625,0 L 36.68775,61.687 q -8.56254,-1.625 -8.56254,-8.625 l -0.625,-10.75 q 0,-2.0001 -2.81252,-2.0001 h -8.75004 q -4.93752,0 -6.81253,-3.375 -1.75001,-3.125 -1.75001,-10.6875 0,-18.1876 3.56252,-18.1876 0.6875,0 1.78126,2.6875 1.09375,2.6875 4.46877,2.6875 h 6.68753 q 10.37505,0 10.37505,12.8126 v 13.5625 q -0.625,8.9376 6.50003,10.1251 l 12.75006,4.875 1.68751,-13.3126 q -5.93753,-2 -6.65628,-4.5312 -0.71875,-2.5313 -0.71875,-9.3438 0,-11.3126 2.31251,-15.5001 1.75001,-3.3125 2.93751,-3.3125 1.12501,0 1.12501,1.3125 0,0.375 -0.125,0.75 -0.125,0.375 -0.125,0.625 0,0.875 3.62501,1.875 7.50004,2.125 9.06255,2.625 4.25002,1.4375 5.81252,3.9375 1.37501,2.1876 1.37501,12.4376 0,5.1875 -2.06251,11.0626 -1.81251,5.0625 -2.56251,5.0625 -0.6875,0 -1.31251,-0.125 V 47.812 q 0,-2.875 -7.50003,-4.4375 l 0.4375,14.4375 q 7.37503,3.5625 11.62505,7.4376 3.12502,3.875 3.12502,9.9375 z"
       id="path164"
       style="display:none;fill:#4e2990;fill-opacity:0.5;stroke-width:1"
       inkstitch:color_sort_index="0" />
    <path
       style="fill:none;fill-rule:evenodd;stroke:#4e2990;stroke-width:1.00001;stroke-dasharray:2, 1;-inkscape-stroke:none"
       d="m 63.569222,90.562777 1.907077,-22.88492 -10.171076,-3.814153 5.72123,-36.552303"
       id="path197"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:running_stitch_length_mm="2.5"
       inkstitch:running_stitch_tolerance_mm="0.20"
       inkstitch:color_sort_index="1" />
    <path
       d="M 67.875,48.375 67.0062,46.0363 66.8203,45.8408 66,45.2656 63.6563,44.2383 60.375,43.375 l 0.0078,0.2871 -2.7511,-1.3799 -1.4269,-0.5617 -1.4939,-0.3943 -2.4403,-0.9983 -1.8457,-1.0587 -1.2476,-1.1195 -0.6461,-1.1809 -0.3144,-1.5333 -0.0328,-0.3024 -0.1918,-1.7659 -0.1797,-5.7422 0.1445,-5.211 0.4336,-4.3203 0.7227,-3.4296 1.0117,-2.5391 0.8398,-1.4492 0.3875,-0.5213 1.9956,-1.14164 M 69.1875,48.5 l 1.4409,-2.3095 1.1216,-2.753 0.9023,-2.8946 0.6446,-2.8086 0.3867,-2.7226 0.1289,-2.6367 -0.0859,-4.6211 -0.2578,-3.6132 -0.4297,-2.6055 -0.6016,-1.5977 -0.6364,-0.7936 -0.3128,-0.39 L 70.2031,17.7031 68.582,16.7852 66.625,16 57.5625,13.375 54.8437,12.4062 54.1641,11.9453 53.9375,11.5 54.059,10.8927 53.6088,9.10896 M 47.3049,9.05069 57.9244,11.9469 M 44.2156,37.8198 75.3017,16.7739 m -10.8126,29.1553 9.0749,0.3862"
       style="display:inline;fill:none;stroke:#4e2990;stroke-width:1"
       inkstitch:satin_column="True"
       inkstitch:zigzag_underlay="True"
       inkstitch:pull_compensation_mm="0.3"
       inkscape:label="Colonne satin 0"
       id="path191"
       inkstitch:reverse_rails="none"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:zigzag_underlay_max_stitch_length_mm="5"
       inkstitch:zigzag_underlay_inset_mm=".3"
       inkstitch:random_split_phase="False"
       inkstitch:max_stitch_length_mm="5"
       inkstitch:zigzag_spacing_mm="0.55"
       inkstitch:short_stitch_distance_mm="0"
       inkstitch:split_method="staggered"
       inkstitch:split_staggers="2.5"
       inkstitch:contour_underlay="True"
       inkstitch:contour_underlay_inset_mm="0.10"
       inkstitch:contour_underlay_stitch_length_mm="1.50"
       inkstitch:pull_compensation_percent=""
       inkstitch:color_sort_index="1" />
    <path
       d="m 54.7109,41.3262 2.836,1.168"
       style="fill:none;stroke:#4e2990;stroke-width:1;stroke-dasharray:3, 1"
       inkstitch:running_stitch_length_mm="2.0"
       inkstitch:running_stitch_tolerance_mm="0.2"
       id="path102"
       inkstitch:color_sort_index="1" />
    <path
       d="m 51.4336,54.0234 2.0664,0.7891 0.2634,-2.0783 1.2497,-9.8584 -0.3022,-1.5496 M 62.793,58.834 60.8125,57.8125 60.7181,54.7047 60.4125,44.641 60.3828,43.6621 m -9.0232,-1.9807 10.0402,3.2824 m -9.8471,7.144 11.5849,3.2824"
       style="display:inline;fill:none;stroke:#4e2990;stroke-width:1"
       inkstitch:satin_column="True"
       inkstitch:zigzag_underlay="True"
       inkstitch:pull_compensation_mm="0.3"
       inkscape:label="Colonne satin 1"
       id="path192"
       inkstitch:reverse_rails="none"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:zigzag_underlay_max_stitch_length_mm="5"
       inkstitch:zigzag_underlay_inset_mm=".3"
       inkstitch:random_split_phase="False"
       inkstitch:max_stitch_length_mm="5"
       inkstitch:zigzag_spacing_mm="0.55"
       inkstitch:short_stitch_distance_mm="0"
       inkstitch:split_method="staggered"
       inkstitch:split_staggers="2.5"
       inkstitch:contour_underlay="True"
       inkstitch:contour_underlay_inset_mm="0.10"
       inkstitch:contour_underlay_stitch_length_mm="1.50"
       inkstitch:pull_compensation_percent=""
       inkstitch:color_sort_index="1" />
    <path
       d="m 51.4336,54.0234 -3.204,5.7574"
       style="fill:none;stroke:#4e2990;stroke-width:1;stroke-dasharray:3, 1"
       inkstitch:running_stitch_length_mm="2.5"
       inkstitch:running_stitch_tolerance_mm="0.20"
       id="path272"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:color_sort_index="1" />
    <path
       d="m 61.0273,72.3282 -4.2257,-1.8703 -15.4641,-6.7429 -4.65,-2.0275 -2.0068,-0.4902 -1.7393,-0.6582 -1.4717,-0.8262 -1.2041,-0.9941 -0.9365,-1.1622 -0.6689,-1.33 -0.4014,-1.4981 -0.1338,-1.666 -0.4688,-8.0637 -0.1562,-2.6863 -0.1758,-0.875 -0.5273,-0.625 -0.8789,-0.375 -1.2305,-0.125 h -8.75 L 13.6602,40.1016 11.7656,39.4688 10.2539,38.4141 9.74852,37.753 9.125,36.9375 8.35937,35.0977 7.8125,32.7031 7.48437,29.7539 7.375,26.25 7.59765,18.2929 7.87597,15.167 8.26562,12.6093 8.70426,10.8676 9.3789,9.19921 M 75.3535,72.2188 74.5404,69.0574 74.3269,68.4324 73.4903,66.7655 72.4375,65.25 70.4624,63.6023 68.1907,61.9844 65.6312,60.3953 62.793,58.834 60.0262,58.1597 57.2294,57.2032 54.3746,55.8594 51.4336,54.0234 47.7104,52.5995 40.75,49.9375 39.0898,49.5195 37.6719,48.8594 36.4961,47.957 35.5625,46.8125 34.8711,45.4258 34.4219,43.7969 34.2335,42.0946 34.2148,41.9258 34.25,39.8125 V 26.25 L 34.0879,23.2471 33.6016,20.6445 32.791,18.4424 31.9833,17.1598 31.6563,16.6406 30.1973,15.2392 28.4141,14.2383 26.3067,13.6377 23.875,13.4375 H 17.1875 L 15.6426,13.2695 14.3828,12.7656 13.4082,11.9258 12.7188,10.75 12.246,9.78969 10.9375,8.0625 M 5.79244,11.7538 14.6742,9.05069 M 23.3628,46.8946 38.2301,40.3299 M 40.354,65.4304 48.6565,50.9493 M 6.75784,40.5229 35.5269,13.8777 m 18.922,56.7659 22.0113,-1.7377"
       style="display:inline;fill:none;stroke:#4e2990;stroke-width:1"
       inkstitch:satin_column="True"
       inkstitch:zigzag_underlay="True"
       inkstitch:pull_compensation_mm="0.3"
       inkscape:label="Colonne satin 2"
       id="path193"
       inkstitch:reverse_rails="none"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:zigzag_underlay_max_stitch_length_mm="5"
       inkstitch:zigzag_underlay_inset_mm=".3"
       inkstitch:random_split_phase="False"
       inkstitch:max_stitch_length_mm="5"
       inkstitch:zigzag_spacing_mm="0.55"
       inkstitch:short_stitch_distance_mm="0"
       inkstitch:split_method="staggered"
       inkstitch:split_staggers="2.5"
       inkstitch:contour_underlay="True"
       inkstitch:contour_underlay_inset_mm="0.10"
       inkstitch:contour_underlay_stitch_length_mm="1.50"
       inkstitch:pull_compensation_percent=""
       inkstitch:color_sort_index="1" />
    <path
       d="M 75.3535,72.2188 69.614,85.2665"
       style="fill:none;stroke:#4e2990;stroke-width:1;stroke-dasharray:3, 1"
       inkstitch:running_stitch_length_mm="2.5"
       inkstitch:running_stitch_tolerance_mm="0.20"
       id="path273"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:color_sort_index="1" />
    <path
       d="M 68.8125,98.3125 H 35.3748 9.29278 6.5625 m 68.793,-20.9336 -0.002,-5.1601 -31.4914,0.4687 H 17.6248 13.125 M 18.7289,69.292 8.49557,100.764 M 44.7948,69.8713 34.7546,100.185"
       style="display:inline;fill:none;stroke:#4e2990;stroke-width:1"
       inkstitch:satin_column="True"
       inkstitch:zigzag_underlay="True"
       inkstitch:pull_compensation_mm="0.3"
       inkscape:label="Colonne satin 3"
       id="path194"
       inkstitch:reverse_rails="none"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:zigzag_underlay_max_stitch_length_mm="5"
       inkstitch:zigzag_underlay_inset_mm=".3"
       inkstitch:random_split_phase="False"
       inkstitch:max_stitch_length_mm="5"
       inkstitch:zigzag_spacing_mm="0.55"
       inkstitch:short_stitch_distance_mm="0"
       inkstitch:split_method="staggered"
       inkstitch:split_staggers="2.5"
       inkstitch:contour_underlay="True"
       inkstitch:contour_underlay_inset_mm="0.10"
       inkstitch:contour_underlay_stitch_length_mm="1.50"
       inkstitch:pull_compensation_percent=""
       inkstitch:color_sort_index="1" />
    <g
       id="g10">
      <path
         style="display:inline;fill:none;fill-opacity:0.5;stroke:#2584bb;stroke-width:1;stroke-dasharray:2, 1;stroke-dashoffset:0"
         d="M 68.81291,98.3122 H 6.56261"
         id="path122"
         inkstitch:color_sort_index="2" />
      <path
         id="path4246"
         style="fill:none;stroke:#2584bb;stroke-width:1px"
         d="M 4.0726795,100.38674 C 6.3166993,91.729219 9.1208286,80.496156 11.4266,71.8587 c 0.975203,-1.736611 3.247215,-0.840341 4.849637,-1.0614 13.37384,-0.01793 28.776007,-0.0086 41.910588,0.631323 C 51.213113,69.173224 42.477857,66.202274 35.698856,63.390743 31.649485,62.643648 27.469572,60.042682 26.580142,55.764021 25.947587,51.999536 26.050475,48.130627 25.7242,44.324068 25.679935,43.303316 25.934818,41.800838 24.395054,42.2017 20.56025,42.068242 16.661605,42.528591 12.874702,41.830996 9.9365918,41.19533 7.5678456,38.882121 6.6993789,36.026422 4.8905058,30.106578 5.6254589,23.822172 5.7504091,17.73236 6.1257085,14.328103 6.174065,10.577552 8.1932544,7.6752174 9.2480251,5.9473739 12.113678,5.6079217 13.1785,7.52393 c 1.003992,1.4976057 1.396999,4.116055 3.708971,3.979303 4.310956,0.311641 8.966691,-0.679867 12.967042,1.375682 3.647087,1.715519 5.521453,5.718406 6.002812,9.547433 0.557261,5.354247 0.164402,10.763576 0.282675,16.140887 -0.01876,2.918774 -0.41559,6.594985 2.306452,8.503788 1.709435,1.004815 3.771209,1.19028 5.554159,2.085589 L 51.9281,52.1877 53.1278,42.7231 c -2.809419,-1.082854 -6.177962,-2.815728 -6.605699,-6.146916 -0.782312,-4.798076 -0.596108,-9.704512 -0.425434,-14.547446 0.372509,-4.827187 1.06395,-10.02715 4.383033,-13.801678 1.356012,-1.8247581 4.641205,-1.712399 5.3881,0.61047 0.244136,1.266775 -0.07231,2.41717 1.606167,2.498904 4.146249,1.470139 8.602981,2.114433 12.553674,4.094683 2.643759,1.279914 4.795119,3.755454 5.036697,6.767489 0.671751,4.44322 0.781944,8.990448 0.435274,13.468172 -0.588096,4.696336 -1.982045,9.341824 -4.253412,13.494422 -0.993578,1.555428 -3.342959,1.53128 -4.7048,0.5519 -0.906503,-0.779531 -0.109776,-2.358606 -1.4719,-2.7927 -0.795081,-0.114259 -2.758435,-1.79191 -2.710703,-0.484133 L 62.6681,56.6424 c 4.057245,2.055175 8.061522,4.399356 11.3476,7.5672 3.34232,4.410559 4.171896,10.41924 2.708569,15.697118 -1.472239,5.891926 -4.340409,11.335676 -5.646815,17.27898 l -0.629588,3.036952 M 9.1319224,95.896816 14.5919,74.5769 c 15.453436,-0.01928 30.911092,0.03848 46.3619,-0.0288 0.760757,-0.595715 0.160299,-2.351561 0.382722,-3.406085 0.25662,-1.350798 -1.751738,-1.243096 -2.581289,-1.894492 C 51.478351,66.118985 44.256013,62.83616 36.944879,59.804465 33.997927,59.291453 30.601328,57.71079 30.1289,54.4052 29.707804,49.968026 29.781619,45.47622 29.1771,41.0648 28.423418,38.604362 25.504223,38.2782 23.309078,38.4221 20.104858,38.299575 16.836399,38.711487 13.678405,38.114589 10.714112,37.511599 9.8699471,34.199842 9.5917776,31.603646 9.0187319,26.76773 9.3735508,21.876118 9.6074705,17.029409 9.7915495,14.970157 10.005513,12.875849 10.6957,10.9182 c 0.85954,2.333427 2.965478,4.232823 5.525868,4.31446 3.856981,0.435848 7.926204,-0.548461 11.633071,0.857942 3.528672,1.585014 4.395699,5.846521 4.459257,9.347799 0.15996,5.821729 -0.08323,11.662665 0.109528,17.477606 0.180728,3.591962 2.376305,7.126805 5.869176,8.316193 4.660783,1.331202 9.096112,3.376155 13.660823,5.011502 1.270839,0.902777 3.417253,0.375574 3.446444,-1.389485 C 55.91858,50.289353 56.67554,45.730835 57.0472,41.162 56.496674,39.158582 53.897945,39.396522 52.487786,38.275466 51.119441,37.683645 50.019193,36.515187 50.064944,34.946704 49.573592,29.187638 49.526624,23.332855 50.423531,17.612243 50.739938,15.830752 51.286454,13.65499 52.2536,12.3564 c 0.980152,2.099344 3.612997,2.286611 5.540183,3.05227 3.59738,1.207262 7.459568,1.762975 10.824438,3.567789 1.797608,0.831984 2.775029,2.674761 2.843413,4.604118 0.496025,4.827699 0.811618,9.792119 -0.200324,14.576252 -0.50697,2.474734 -1.322257,4.873809 -2.32881,7.188071 -2.06739,-2.48217 -5.455745,-3.130061 -8.4407,-3.8566 -1.693522,-0.135074 -2.291663,1.75989 -1.969508,3.124534 0.19272,4.594822 0.172782,9.216288 0.497108,13.794666 0.794875,1.594397 2.874923,1.843119 4.253235,2.799093 2.797285,1.6447 5.710554,3.295523 7.959942,5.648182 2.855882,3.936771 2.934882,9.267926 1.382962,13.737516 -1.56715,5.226817 -3.987946,10.170896 -5.162955,15.519815 l 0.102617,0.101009 M 14.6571,75.8456 10.2635,74.7204 m 30.4376,-4.301 v 4.5354 m 6.7535,0 V 70.4194 M 38.864,60.162 37.0512,64.3194 m -6.4778,-2.5097 2.2204,-3.9548 m -2.6924,-9.8728 c -1.509267,0.08773 -3.018533,0.175467 -4.5278,0.2632 M 19.274,38.0442 v 4.5354 m -7.0503,-5.557 -2.59485,3.7198 M 9.66149,26.812 C 8.1504133,26.85917 6.6393367,26.90633 5.12826,26.9535 M 9.95689,17.3667 5.43933,16.9645 M 10.991642,13.499201 9.5281863,3.8013354 M 20.8178,15.7045 v -4.5354 m 7.32,5.5139 2.2201,-3.955 m 6.16,17.5675 h -4.5354 m 10.71,22.8119 1.6197,-4.2363 M 55.823566,59.599361 49.343514,49.691702 M 50.1186,26.2831 45.5849,26.1574 m 19.0835,-8.364 1.2619,-4.3564 m 5.5842,17.3082 4.5347,-0.0843 m -7.393107,12.083983 2.182905,10.86204 M 58.4478,54.6335 62.9812,54.4961 m 6.4973,11.2494 2.8897,-3.4957 m 0.8128,11.3207 4.5251,-0.3053 m -7.8151,13.9491 4.2519,1.5785 M 50.6481,70.255179 62.767804,72.28299 M 51.591268,43.893645 58.900817,39.413599 M 52.251485,14.891241 53.85487,4.3277639 M 63.47518,47.52484 58.617866,40.592558"
         inkstitch:satin_column="true"
         inkstitch:pull_compensation_mm="0.20"
         inkstitch:pull_compensation_percent="5"
         sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
         inkstitch:color_sort_index="2" />
      <path
         d="m 66.8824,95.3449 v 2.9673"
         style="fill:none;stroke:#2584bb;stroke-width:1;stroke-dasharray:3, 1"
         inkstitch:running_stitch_length_mm="2.0"
         inkstitch:running_stitch_tolerance_mm="0.2"
         id="path123"
         inkstitch:color_sort_index="2" />
      <path
         id="path2287"
         style="fill:none;stroke:#2584bb;stroke-width:1px"
         d="M 70.699235,100.20197 H 4.2989978 M 67.492465,96.422435 H 9.4864196 M 37.68775,96.044482 v 4.535438"
         inkstitch:satin_column="true"
         inkstitch:pull_compensation_mm="0.20"
         inkstitch:pull_compensation_percent="5"
         sodipodi:nodetypes="cccccc"
         inkstitch:color_sort_index="2" />
    </g>
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-ק"
     style="display:none"
     id="g165">
    <path
       d="m 73.93793,50.937 q -0.625,16.2501 -5.37502,21.6876 -4.37503,3 -18.9376,8.125 -9.43754,3.3126 -13.93756,6.3751 -0.0625,2.5 -0.75001,6.875 -1.5625,4.4375 -8.37504,4.4375 -2.68751,0 -2.68751,-3.8125 -1.25001,-5.4375 3.62502,-11.6876 6.00003,-7.125 22.50011,-11.25 7.18753,-2.875 9.68754,-4.1875 5.12503,-2 5.12503,-8.8751 0,-11.25 -4.18752,-13.9375 -3.93752,-4.3751 -10.37505,-4.3751 H 15.93765 q -4.93752,0 -6.81253,-3.375 -1.75001,-3.125 -1.75001,-10.6875 0,-18.1876 3.56252,-18.1876 0.75,0 1.84376,2.6875 1.09375,2.6875 4.40627,2.6875 h 35.87517 q 10.31255,0 14.81257,6.3125 6.06253,8.4376 6.06253,31.1877 z m -56.06277,0.125 q 0,0.3125 -1.25,4.3438 -1.25001,4.0312 -1.87501,10.2813 0,11.75 1.375,22.3439 1.37501,10.5937 1.37501,17.7188 0,12.875 -1.81251,21.6251 -4.68752,8.125 -6.25003,8.125 -3.31251,0 -3.31251,-3.75 0.625,-4 1.375,-11.9688 0.75001,-7.9688 0.75001,-17.5939 0,-4.1875 -0.75001,-17.375 -0.75,-13.1876 -0.75,-15.1876 0,-8.3751 4.50002,-15.0001 3.87502,-5.75 5.12502,-5.75 1.50001,0 1.50001,2.1875 z"
       id="path165"
       style="display:none;fill:#4e2990;fill-opacity:0.5;stroke-width:1"
       inkstitch:color_sort_index="0" />
    <path
       style="fill:none;fill-rule:evenodd;stroke:#4e2990;stroke-width:1.00001;stroke-dasharray:2, 1;-inkscape-stroke:none"
       d="M 27.016919,95.012623 34.645226,82.298778"
       id="path199"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:running_stitch_length_mm="2.5"
       inkstitch:running_stitch_tolerance_mm="0.20"
       inkstitch:color_sort_index="1" />
    <path
       d="m 9.96055,8.69155 c -0.5815805,1.573345 -1.423074,3.05973 -1.7988946,4.699629 -0.8048803,6.147525 -1.0327618,12.434729 -0.4227863,18.613455 0.2152307,3.756194 2.3973709,7.975727 6.6179429,8.172423 18.881072,0.683091 35.400279,-0.891482 41.351709,1.103432 4.21272,1.812688 7.988689,5.517986 8.537372,10.265414 0.439959,4.560991 1.587858,9.901421 -1.50109,13.821393 -3.528777,3.153397 -8.391139,4.26871 -12.608371,6.263583 C 41.92918,73.914458 33.039126,76.49984 27.329967,83.241185 23.946744,87.250583 22.017241,93.630219 25.3869,98.1989 M 11.3341,8.22977 c 1.232741,1.825757 1.847201,4.436777 4.285708,5.004413 4.875305,0.402672 9.811166,0.109424 14.710432,0.208051 8.625141,0.117428 17.268576,-0.266517 25.881768,0.185851 5.637905,0.362419 11.073839,3.642601 13.312653,8.962084 4.09871,9.241692 4.386872,19.626228 4.336222,29.577555 -0.506609,6.935594 -0.900391,14.541881 -5.210766,20.338192 -7.026894,4.400346 -15.116216,6.629002 -22.777736,9.640709 -3.870745,2.229061 -11.251383,2.787674 -10.488449,8.552129 0.234114,3.633787 -2.265846,6.681 -5.743132,7.461146 M 8.8996911,40.343092 25.745535,7.9227881 M 42.273533,43.521553 41.637841,8.8763264 M 60.072915,52.421244 80.09722,53.692628 m -20.342151,7.310461 12.078152,14.303075"
       style="display:inline;fill:none;stroke:#4e2990;stroke-width:1"
       inkstitch:satin_column="True"
       inkstitch:zigzag_underlay="True"
       inkstitch:pull_compensation_mm="0.3"
       inkscape:label="Colonne satin 0"
       id="path196"
       sodipodi:nodetypes="cccccccccccccccccccccccccccc"
       inkstitch:reverse_rails="none"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:zigzag_underlay_max_stitch_length_mm="5"
       inkstitch:zigzag_underlay_inset_mm=".3"
       inkstitch:random_split_phase="False"
       inkstitch:max_stitch_length_mm="5"
       inkstitch:zigzag_spacing_mm="0.55"
       inkstitch:short_stitch_distance_mm="0"
       inkstitch:split_method="staggered"
       inkstitch:split_staggers="2.5"
       inkstitch:contour_underlay="True"
       inkstitch:contour_underlay_inset_mm="0.10"
       inkstitch:contour_underlay_stitch_length_mm="1.50"
       inkstitch:pull_compensation_percent=""
       inkstitch:color_sort_index="1" />
    <g
       id="g281">
      <path
         style="fill:none;fill-rule:evenodd;stroke:#4e2990;stroke-width:1.00001;stroke-dasharray:2, 1;-inkscape-stroke:none"
         d="M 11.4425,97.8732 10.4889,83.888"
         id="path200"
         inkstitch:min_stitch_length_mm=".5"
         inkstitch:min_jump_stitch_length_mm="3"
         sodipodi:nodetypes="cc"
         inkstitch:running_stitch_length_mm="2.5"
         inkstitch:running_stitch_tolerance_mm="0.20"
         inkstitch:color_sort_index="1" />
      <path
         d="m 17.0314,49.0112 -0.649867,0.100134 -0.649867,0.100136 C 10.549773,54.119439 7.0548374,61.009037 6.8292855,68.212265 7.0026704,83.016751 8.8695143,97.806843 7.9728115,112.62557 7.8245386,119.57999 6.4235962,126.44356 6.33214,133.391 M 17.8752,51.062 c -0.418589,1.519927 -0.900785,3.021931 -1.293248,4.549129 -2.581423,8.444752 -1.808151,17.347132 -1.138923,26.011296 1.203443,11.104497 2.709688,22.258445 1.768179,33.449745 -0.50957,4.41472 -0.36845,9.16903 -2.102915,13.27215 -1.962948,2.47663 -3.332697,7.39499 -7.119893,6.92168 M 20.9778,55.5997 9.21754,48.2892"
         style="display:inline;fill:none;stroke:#4e2990;stroke-width:1"
         inkstitch:satin_column="True"
         inkstitch:zigzag_underlay="True"
         inkstitch:pull_compensation_mm="0.3"
         inkscape:label="Colonne satin 1"
         id="path195"
         sodipodi:nodetypes="cccccccccccccc"
         inkstitch:reverse_rails="none"
         inkstitch:min_stitch_length_mm=".5"
         inkstitch:min_jump_stitch_length_mm="3"
         inkstitch:zigzag_underlay_max_stitch_length_mm="5"
         inkstitch:zigzag_underlay_inset_mm=".3"
         inkstitch:random_split_phase="False"
         inkstitch:max_stitch_length_mm="5"
         inkstitch:zigzag_spacing_mm="0.55"
         inkstitch:short_stitch_distance_mm="0"
         inkstitch:split_method="staggered"
         inkstitch:split_staggers="2.5"
         inkstitch:contour_underlay="True"
         inkstitch:contour_underlay_inset_mm="0.10"
         inkstitch:contour_underlay_stitch_length_mm="1.50"
         inkstitch:pull_compensation_percent=""
         inkstitch:color_sort_index="1" />
    </g>
    <g
       id="g8">
      <path
         style="fill:none;fill-rule:evenodd;stroke:#2584bb;stroke-width:0.944882;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:2.83465, 2.83465;stroke-dashoffset:0"
         d="m 33.640698,94.995068 c -1.497291,1.585111 -3.604671,2.560133 -6.377384,2.869822"
         id="path125"
         sodipodi:nodetypes="cc"
         inkstitch:color_sort_index="2" />
      <path
         id="path9891"
         style="fill:none;stroke:#2584bb;stroke-width:1px"
         d="m 26.1873,100.289 c -2.548904,-0.0778 -4.196578,-2.601152 -4.142767,-4.982633 -1.004238,-4.404815 0.562592,-8.972295 3.252441,-12.473712 3.215975,-4.632926 8.421339,-7.380842 13.496766,-9.535627 3.662088,-1.56686 7.552004,-2.482629 11.323392,-3.70274 C 53.681652,68.06586 57.397764,66.767126 60.7109,64.7415 63.593553,62.152427 62.854464,57.941702 62.708409,54.49659 62.435336,51.399649 61.888175,47.799506 59.148762,45.882614 56.939721,43.330533 53.559602,42.21579 50.258773,42.209972 38.56581,42.149062 26.864048,42.290509 15.174979,42.139116 11.779001,42.124609 8.3003455,40.206423 7.0777073,36.935577 5.0387051,31.85857 5.5328149,26.235297 5.634837,20.881037 5.814907,16.58499 5.8626174,12.04631 7.82452,8.12388 8.7326014,6.4325653 11.283988,5.4196309 12.7583,6.98764 c 1.49753,1.352091 1.469667,4.461144 3.96755,4.496678 11.342085,0.146074 22.699134,0.02103 34.046982,0.06268 5.70626,-0.172525 11.971606,0.544381 16.347347,4.580687 4.353745,3.981782 6.038919,9.93806 7.199201,15.531659 1.223903,7.036722 1.662268,14.217918 1.393764,21.350858 -0.445463,6.555918 -1.10625,13.428341 -4.504344,19.205196 -0.805609,1.458192 -2.088998,2.433306 -3.575517,3.129523 -9.066406,4.940771 -19.324527,7.136475 -28.475983,11.890477 -1.288389,0.498054 -2.014921,1.340808 -1.786827,2.769224 -0.353381,2.58623 -0.308334,5.522371 -2.381386,7.440704 -2.128501,2.252129 -5.373878,2.851184 -8.345687,2.879674 m 0.2947,-3.739902 c -1.562806,-0.02914 -0.950698,-2.008471 -1.319226,-3.033434 -0.548429,-3.94565 1.761644,-7.632751 4.314588,-10.421054 5.005404,-4.820688 11.799745,-7.148461 18.354732,-9.019024 3.771171,-0.967463 7.295306,-2.70289 10.845533,-4.271869 2.737158,-1.059503 5.438595,-2.776228 6.527238,-5.641234 1.598092,-3.70146 0.930448,-7.842024 0.639464,-11.727749 -0.458604,-3.536118 -1.665891,-7.294932 -4.681891,-9.463721 -2.821075,-3.056829 -6.979688,-4.530249 -11.080227,-4.566701 -11.698453,-0.07874 -23.406399,0.06646 -35.101732,-0.0727 -2.317729,0.07183 -4.619296,-1.326927 -5.190732,-3.656238 C 8.7104202,29.21919 9.4230918,23.435565 9.5376131,17.814089 9.7485064,15.47395 9.9165214,13.079282 10.7222,10.8566 c 0.842388,2.196489 2.693213,4.116363 5.131501,4.33384 4.763375,0.311178 9.557139,0.0503 14.33244,0.13616 8.401505,0.05556 16.807499,-0.115493 25.205959,0.0938 4.596521,0.304026 9.437005,2.340404 11.655718,6.60313 3.284861,5.742833 4.044654,12.498332 4.649261,18.977132 0.59895,8.490931 0.559773,17.205465 -1.942679,25.415838 -0.862022,2.149147 -1.659431,4.744376 -4.014526,5.657352 -9.199362,4.956269 -19.629609,7.093422 -28.808253,12.090534 -1.274227,0.877926 -3.397415,1.46274 -3.172026,3.410756 -0.218163,2.173496 -0.217029,4.457713 -0.941095,6.520158 -1.285928,2.151586 -4.080951,2.403879 -6.3365,2.4539 m 0.606,-8.7423 C 25.732467,87.137533 24.376933,86.468167 23.0214,85.7988 M 41.1934,76.83 C 40.6527,75.4182 40.112,74.0064 39.5713,72.5946 m 15.8455,-0.6909 c -0.5771,-1.397333 -1.1542,-2.794667 -1.7313,-4.192 M 66.9023,55.0975 c -1.509833,0.0776 -3.019667,0.1552 -4.5295,0.2328 M 59.3023,40.5948 c -0.812633,1.274833 -1.625267,2.549667 -2.4379,3.8245 M 41.8219,38.0442 c 0,1.5118 0,3.0236 0,4.5354 M 23.4722,38.0442 c 0,1.5118 0,3.0236 0,4.5354 M 9.78886,21.063 C 8.27764,21.020733 6.76642,20.978467 5.2552,20.9362 m 20.7377,-5.2317 c 0,-1.5118 0,-3.0236 0,-4.5354 m 18.3497,4.5354 c 0,-1.5118 0,-3.0236 0,-4.5354 m 15.7888,5.616 c 0.506367,-1.4245 1.012733,-2.849 1.5191,-4.2735 m 4.9202,9.455 c 1.291167,-0.786367 2.582333,-1.572733 3.8735,-2.3591 m -0.6179,11.0018 c 1.4727,-0.341667 2.9454,-0.683333 4.4181,-1.025 m -3.1617,8.9767 c 1.503733,-0.155867 3.007467,-0.311733 4.5112,-0.4676 m -3.9977,8.5943 c 1.511567,-0.0262 3.023133,-0.0524 4.5347,-0.0786 m -4.8486,9.8107 c 1.504567,0.147933 3.009133,0.295867 4.5137,0.4438 M 57.4493,75.3998 c 0.565,1.402267 1.13,2.804533 1.695,4.2068 M 43.3648,80.712 c 0.5905,1.3917 1.181,2.7834 1.7715,4.1751 m -12.2415,7.3065 c 1.498,0.203733 2.996,0.407467 4.494,0.6112 M 10.841552,14.640036 9.5660752,2.6824425"
         inkstitch:satin_column="true"
         inkstitch:pull_compensation_mm="0.20"
         inkstitch:pull_compensation_percent="5"
         inkstitch:color_sort_index="2" />
    </g>
    <g
       id="g9">
      <path
         style="display:inline;fill:none;fill-opacity:0.5;stroke:#2584bb;stroke-width:1"
         d="M 17.210613,98.480149 C 16.982994,95.335638 16.621173,91.852589 16.12515,88.031 c -0.916667,-7.0626 -1.375,-14.510567 -1.375,-22.3439 0.416667,-4.166733 1.04167,-7.593833 1.87501,-10.2813 0.833333,-2.687533 1.25,-4.135467 1.25,-4.3438 0,-1.458333 -0.500003,-2.1875 -1.50001,-2.1875 -0.833333,0 -2.541673,1.916667 -5.12502,5.75 -3.0000133,4.416667 -4.50002,9.4167 -4.50002,15.0001 0,1.333333 0.25,6.395867 0.75,15.1876 0.5000067,8.791667 0.75001,14.583333 0.75001,17.375"
         id="path124"
         sodipodi:nodetypes="ccccsscssc"
         inkstitch:color_sort_index="2" />
      <path
         id="path7716"
         style="fill:none;stroke:#2584bb;stroke-width:1px"
         d="M 6.36114,102.242 C 6.1077846,91.186735 5.2323264,80.149436 4.8919149,69.101642 5.0314382,64.064705 6.2335991,58.969504 9.0183683,54.714061 10.646296,52.119194 12.337769,49.385554 14.8027,47.5141 c 1.958334,-1.411665 4.822383,0.277953 4.878712,2.602607 0.249968,2.25638 -1.055939,4.337705 -1.410875,6.536184 -0.873205,3.440794 -1.554771,6.975878 -1.608319,10.52778 -0.0388,8.817373 0.96892,17.581803 1.944289,26.330628 1.198398,10.001101 0.952714,20.157171 -0.362887,30.132071 -0.448465,2.13023 -0.386508,4.46783 -1.855499,6.22564 -1.616467,2.54157 -3.08019,5.39185 -5.596821,7.15799 -2.1713406,0.94257 -5.1426667,-0.16244 -5.9689582,-2.4501 -1.2603694,-2.81424 0.044022,-5.89878 0.1626818,-8.82254 C 5.9001964,117.9158 6.3087667,110.03866 6.36073,102.149 m 3.77837,-0.017 C 9.8950765,91.097471 8.9997962,80.079818 8.6837363,69.053662 c 0.112209,-4.47481 1.2595952,-8.967749 3.7630167,-12.719639 0.945525,-1.601186 2.074984,-3.091802 3.249147,-4.532323 -1.429092,4.721884 -2.537105,9.574374 -2.826644,14.504173 -0.0283,8.517758 0.744623,17.005252 1.751001,25.455198 1.06819,8.093274 1.225531,16.282699 0.618348,24.419959 -0.283861,3.58043 -0.632407,7.20773 -1.45519,10.69151 -1.408719,2.30481 -2.728651,4.70676 -4.608055,6.67046 -1.4531147,0.002 -1.1365141,-1.99729 -0.9908711,-2.9596 1.2966224,-9.3976 1.9037931,-18.87322 1.9550111,-28.3574 m 0.3244,-1.924 -4.53353,0.132 m 4.16693,-9.2726 c -1.5098,0.07767 -3.0196,0.155333 -4.5294,0.233 M 9.23176,73.901 C 7.72179,73.97557 6.21182,74.050133 4.70185,74.1247 M 9.76713,63.6505 5.33634,62.6819 m 8.66046,-8.0178 5.453104,-9.236615 M 13.0762,61.2036 17.5695,61.82 m -5.0145,8.784 4.5349,-0.0672 m -3.9201,11.1087 4.5217,-0.3524 m 0.0707,0.9071 -4.5217,0.3524 m 0.5041,4.598 4.5072,-0.5049 m -3.1924,13.9713 c 1.509,-0.0923 3.018,-0.18467 4.527,-0.277 m -4.4069,8.281 4.5346,0.084 m -5.2369,11.51 c 1.502767,0.16533 3.005533,0.33067 4.5083,0.496 m -9.7841396,11.26361 -1.4849991,7.626 M 8.91937,127.893 4.42263,127.302 m 5.60567,-11.327 c -1.5084067,-0.10133 -3.0168133,-0.20267 -4.52522,-0.304 m 4.92172,-8.889 -4.53453,-0.093"
         inkstitch:satin_column="true"
         inkstitch:pull_compensation_mm="0.20"
         inkstitch:pull_compensation_percent="5"
         sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
         inkstitch:color_sort_index="2" />
    </g>
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-ר"
     style="display:none"
     id="g166">
    <path
       d="m 76.25044,88.0622 q 0,1.4375 -2.93751,5.8438 -2.93752,4.4062 -4.50002,4.4062 -3.43752,0 -3.43752,-2.6875 0,-1.6875 0.875,-21.5313 0.87501,-19.8439 0.87501,-26.4689 0,-7.3126 -11.18756,-7.3126 H 15.18765 q -4.93752,0 -6.87503,-3.375 -1.75001,-3.125 -1.75001,-10.6875 0,-18.1876 3.62502,-18.1876 0.625,0 1.78125,2.6875 1.15626,2.6875 4.46878,2.6875 h 42.2502 q 17.37508,0 17.43758,18.5626 l 0.0625,28.0001 0.68751,14.0626 q 0.625,6.375 -0.62501,14.0001 z"
       id="path166"
       style="display:none;fill:#4e2990;fill-opacity:0.5;stroke-width:1"
       inkstitch:color_sort_index="0" />
    <path
       style="fill:none;fill-rule:evenodd;stroke:#4e2990;stroke-width:1.00001;stroke-dasharray:2, 1;-inkscape-stroke:none"
       d="M 69.290452,92.7877 72.468913,67.995703"
       id="path202"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:running_stitch_length_mm="2.5"
       inkstitch:running_stitch_tolerance_mm="0.20"
       inkstitch:color_sort_index="1" />
    <path
       d="m 9.1775,8.77796 -0.7157134,1.926088 c -1.6795368,3.535724 -1.6906003,7.489597 -1.7888171,11.329123 -0.00211,5.149057 -0.6605752,10.80543 2.0347095,15.438207 2.406841,3.428493 7.032556,2.780011 10.669905,2.832072 13.00748,0.108135 26.023371,-0.165979 39.025562,0.132122 3.824269,0.120402 8.61517,2.138461 8.661079,6.589114 C 66.939427,63.233699 65.928818,79.425458 65.3754,95.6247 M 10.5333,8.22977 c 1.340548,2.050293 2.123699,4.975773 5.061726,5.138895 10.879117,0.149137 21.7646,0.03509 32.646185,0.06465 6.350892,0.312033 13.030184,-0.921635 19.079481,1.575201 5.634791,2.298045 8.479309,8.506975 8.643702,14.307212 0.516336,13.22403 -0.234526,26.481596 0.667392,39.696832 0.421825,6.462106 0.773222,12.994061 -0.433651,19.3988 -1.33252,3.66595 -3.65793,6.973517 -6.518035,9.625443 L 66.2348,97.6403 M 28.924,8.24063 28.2883,43.2037 M 40.0486,42.8859 41.32,9.19417 M 79.4615,30.172 59.4372,44.7929"
       style="display:inline;fill:none;stroke:#4e2990;stroke-width:1"
       inkstitch:satin_column="True"
       inkstitch:zigzag_underlay="True"
       inkstitch:pull_compensation_mm="0.3"
       inkscape:label="Colonne satin 0"
       id="path201"
       sodipodi:nodetypes="ccccccccccccccccccccccc"
       inkstitch:reverse_rails="none"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:zigzag_underlay_max_stitch_length_mm="5"
       inkstitch:zigzag_underlay_inset_mm=".3"
       inkstitch:random_split_phase="False"
       inkstitch:max_stitch_length_mm="5"
       inkstitch:zigzag_spacing_mm="0.55"
       inkstitch:short_stitch_distance_mm="0"
       inkstitch:split_method="staggered"
       inkstitch:split_staggers="2.5"
       inkstitch:contour_underlay="True"
       inkstitch:contour_underlay_inset_mm="0.10"
       inkstitch:contour_underlay_stitch_length_mm="1.50"
       inkstitch:pull_compensation_percent=""
       inkstitch:color_sort_index="1" />
    <g
       id="g7">
      <path
         style="fill:none;fill-rule:evenodd;stroke:#2584bb;stroke-width:0.944882;stroke-dasharray:2.83465, 2.83465;stroke-dashoffset:0;-inkscape-stroke:none"
         d="m 72.814046,94.477307 -2.776135,3.014089"
         id="path6"
         inkstitch:color_sort_index="2" />
      <path
         id="path1654"
         style="fill:none;stroke:#2584bb;stroke-width:1px"
         d="m 68.6031,100.19 c -2.279929,0.0705 -4.852186,-1.345665 -5.013473,-3.824859 -0.198939,-3.076977 0.211516,-6.188956 0.241458,-9.278837 C 64.296304,73.828465 65.091722,60.57142 65.19354,47.30794 65.288564,44.710982 62.853289,43.062392 60.541877,42.65399 55.763484,41.824272 50.876084,42.351781 46.049296,42.2017 35.508851,42.160137 24.961221,42.284892 14.425271,42.139208 10.94986,42.123909 7.3855534,40.124635 6.1895416,36.753746 4.1791508,31.523825 4.7434938,25.776982 4.841789,20.289612 5.0355549,16.18186 5.1386591,11.842253 7.05567,8.11176 7.9722073,6.4356126 10.56673,5.390054 11.9962,7.03345 c 1.414286,1.4172831 1.494702,4.412571 3.972371,4.450281 11.213071,0.147422 22.441198,0.02124 33.660069,0.06327 5.979671,0.211606 12.237878,-0.751635 17.937992,1.533722 5.145738,1.87548 8.661302,6.766449 9.726849,12.025857 1.159812,5.961309 0.584882,12.079436 0.746776,18.114519 0.05061,8.398774 -0.133957,16.803555 0.450903,25.188679 0.284604,6.036969 0.887065,12.118613 -0.125775,18.124217 -0.08905,2.522344 -1.1286,4.830407 -2.549134,6.875891 -1.64865,2.580473 -3.765311,5.791004 -6.872181,6.776584 M 69.0227,96.4341 C 67.726809,96.653765 66.901116,95.784687 67.312086,94.507682 67.881648,78.816542 68.757665,63.133128 69.0054,47.4328 69.037999,44.165046 67.009998,41.034676 63.955975,39.830626 59.068489,37.74938 53.618007,38.616989 48.453849,38.4221 37.198892,38.38584 25.937246,38.494619 14.68647,38.367715 12.359147,38.428874 10.012461,37.048274 9.4290746,34.701074 7.9006664,29.211397 8.6091909,23.433523 8.7298389,17.816172 8.9708103,15.352464 9.1084441,12.798983 10.0948,10.4991 c 0.290344,2.947904 3.336107,4.854822 6.1355,4.816 14.731211,0.06688 29.466569,-0.07667 44.196564,0.07252 4.643599,0.169872 9.624162,2.192657 11.744492,6.58618 2.65812,5.172869 1.930151,11.173297 2.079375,16.785949 0.09537,8.093453 -0.128346,16.195023 0.193944,24.282716 0.188685,5.876491 0.782958,11.743915 0.698125,17.624234 -0.261721,2.760836 -0.289992,5.621874 -1.1231,8.273539 -1.484915,2.615172 -2.686802,5.580077 -5.022785,7.547704 M 67.9218,88.8134 63.3901,88.6292 M 68.8765,65.1048 64.3447,64.925 M 69.2379,54.6914 64.7036,54.5915 M 48.4203,38.0442 v 4.5354 M 23.2118,38.0442 v 4.5354 M 11.4448,37.0209 8.87222,40.7561 M 8.9478,22.1562 4.4142,22.0271 m 19.1644,-6.3226 v -4.5354 m 28.1742,4.5354 v -4.5354 m 20.2062,11.2284 4.0669,-2.0076 m -2.1529,18.4962 4.5355,-0.0102 m -4.5057,13.3558 c 1.511833,-0.0034 3.023667,-0.0067 4.5355,-0.0101 m -4.1708,14.9359 c 1.51,-0.07383 3.02,-0.147667 4.53,-0.2215 m -4.0122,11.9333 c 1.511733,0.01727 3.023467,0.03453 4.5352,0.0518 m -6.6866,11.7135 3.8869,2.3371 M 10.212556,14.077498 9.3308961,3.203698"
         inkstitch:satin_column="true"
         inkstitch:pull_compensation_mm="0.20"
         inkstitch:pull_compensation_percent="5"
         sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
         inkstitch:color_sort_index="2" />
    </g>
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-ש"
     style="display:none"
     id="g167">
    <path
       d="m 83.75048,26.7494 q 0,9.5625 -5.43753,24.7501 Q 76.06294,57.812 67.6254,77.4371 61.25037,92.1872 60.12536,98.3122 H 9.87512 q -1,-7.6875 -1.81251,-22.8126 Q 8.81262,61.187 8.18762,53.1245 7.56261,42.8745 8.50012,39.6869 5.9376,38.3119 5.0001,36.0619 q -0.8125,-3 -0.8125,-8.6875 0,-11.8751 2.68751,-16.0626 2.06251,-3.25 3.43752,-3.25 1.125,0 1.125,1.3125 0,0.375 -0.1875,0.7188 -0.1875,0.3437 -0.1875,0.6562 0,1.5625 8.68754,4.5 4.62502,1.5625 6.06253,4.1875 1.12501,2.1251 1.12501,12.3126 0,5.125 -2.81252,10.3751 -2.37501,4.375 -3.31251,4.375 -0.75001,0 -0.75001,-0.4375 0,-0.1875 0.125,-0.3125 0.125,-0.125 0.125,-0.6875 0,-0.25 -0.78125,-0.625 -0.78125,-0.375 -2.53126,-1.5625 -0.375,-0.125 -1.62501,-1.0626 0.8125,0.5626 0.1875,6.3126 0,4.875 1.18751,15.0001 -0.1875,9 2.75001,8.9375 h 1.93751 q 9.18754,-13.8126 16.00008,-32.0002 -2.87502,-1.3125 -4.00002,-5.3125 -0.87501,-1.8125 -0.87501,-7.375 0,-11.8751 2.68752,-16.0626 2.12501,-3.25 3.50001,-3.25 1.12501,0 1.12501,1.3125 0,0.375 -0.125,0.7188 -0.125,0.3437 -0.125,0.6562 0,1.5625 8.56254,4.5 4.50002,1.5 5.93753,4.25 1.25,2.1876 1.25,12.2501 0,5.125 -2.87501,10.3751 -2.37501,4.375 -3.31252,4.375 -0.75,0 -0.75,-0.4375 0,-0.1875 0.125,-0.3125 0.125,-0.125 0.125,-0.062 0,-0.8125 -0.8125,-1.25 Q 47.3128,44.1875 44.68779,42.5 36.18775,60.9375 31.12523,72.0626 h 27.62513 q 1.56251,-0.9375 9.31254,-16.9376 3.06252,-5.3125 3.06252,-8.625 0,-1.3125 -1.62501,-1.6875 -1.43751,0.062 -3.18752,-1.125 -1.875,-1.4375 -3.50001,-4.4376 -1.43751,-2.125 -1.43751,-8.125 0,-15.6251 2.68751,-19.8126 2.06251,-3.25 3.31252,-3.25 1.31251,0 1.31251,1.3125 0,0.375 -0.1875,0.7188 -0.18751,0.3437 -0.18751,0.6562 0,1.5625 8.68755,4.5 4.18752,1.4375 5.68752,4.4375 1.06251,2.3126 1.06251,7.0626 z"
       id="path167"
       style="display:none;fill:#4e2990;fill-opacity:0.5;stroke-width:1"
       inkstitch:color_sort_index="0" />
    <path
       style="fill:none;fill-rule:evenodd;stroke:#4e2990;stroke-width:1.00001;stroke-dasharray:2, 1;-inkscape-stroke:none"
       d="M 57.08679,89.317192 69.897605,61.44805"
       id="path217"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:running_stitch_length_mm="2.5"
       inkstitch:running_stitch_tolerance_mm="0.20"
       inkstitch:color_sort_index="1" />
    <path
       d="m 66.8767,8.53665 c -2.001848,1.626598 -3.655197,3.550906 -4.137484,6.163921 -1.285052,5.686015 -1.257942,11.567268 -1.349312,17.367591 -0.0042,3.274425 0.648257,6.631579 2.737997,9.246441 1.250546,2.164953 3.429409,3.289517 5.810914,3.684186 2.462222,1.513343 0.373502,4.98994 -0.316804,7.072192 -3.402856,6.40465 -6.685006,13.582739 -10.630113,19.691021 M 68.6055,8.80078 68.5989,8.861926 68.58358,9.0041133 c -0.65672,2.0312767 1.075438,3.7095657 2.97295,4.1574087 3.424352,1.592263 7.560247,2.175284 10.184657,5.124068 2.344841,3.086844 2.01425,7.252119 1.905535,10.916816 -1.325724,14.882149 -8.498701,29.010171 -14.117885,42.643596 M 72.7868,9.51202 58.4837,12.0548 M 75.9652,69.5849 55.9409,67.6779 M 85.8184,40.0252 66.112,46.7 M 88.6791,13.644 57.5301,34.9397"
       style="display:inline;fill:none;stroke:#4e2990;stroke-width:1"
       inkstitch:satin_column="True"
       inkstitch:zigzag_underlay="True"
       inkstitch:pull_compensation_mm="0.3"
       inkscape:label="Colonne satin 2"
       id="path216"
       sodipodi:nodetypes="cccccccccccccccccccccc"
       inkstitch:reverse_rails="none"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:zigzag_underlay_max_stitch_length_mm="5"
       inkstitch:zigzag_underlay_inset_mm=".3"
       inkstitch:random_split_phase="False"
       inkstitch:max_stitch_length_mm="5"
       inkstitch:zigzag_spacing_mm="0.55"
       inkstitch:short_stitch_distance_mm="0"
       inkstitch:split_method="staggered"
       inkstitch:split_staggers="2.5"
       inkstitch:contour_underlay="True"
       inkstitch:contour_underlay_inset_mm="0.10"
       inkstitch:contour_underlay_stitch_length_mm="1.50"
       inkstitch:pull_compensation_percent=""
       inkstitch:color_sort_index="1" />
    <path
       d="M 68.4774,71.8376 59.3671,71.1749 24.0986,77.5243 44.3563,32.1763"
       style="fill:none;stroke:#4e2990;stroke-width:1;stroke-dasharray:3, 1"
       inkstitch:running_stitch_length_mm="2.5"
       inkstitch:running_stitch_tolerance_mm="0.20"
       id="path221"
       sodipodi:nodetypes="ccc"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:color_sort_index="1" />
    <path
       d="m 38.5181,8.23146 -0.804783,0.5864275 c -2.239326,1.3389145 -3.395706,3.8768315 -3.952753,6.3363145 -1.128658,4.677385 -1.252628,9.54168 -1.101848,14.329836 -0.01392,3.07913 0.657745,6.29098 2.536429,8.789837 0.576849,1.175395 3.004519,1.41942 1.779455,2.978125 l 6.7129,3.4296 1,-2.1816 1.604708,0.975411 C 47.401142,44.058188 48.395151,44.817182 48.89,46.0213 M 39.5938,8.39062 39.69199,8.7513783 c -0.583352,2.1512667 0.928594,3.6104547 2.84736,4.2649857 3.172094,1.626913 6.867496,2.176439 9.748199,4.359905 2.534589,1.787109 2.674463,5.120442 2.889849,7.925569 0.229557,4.52251 0.579164,9.241764 -1.182576,13.53182 C 52.826991,41.604733 51.514847,44.503289 49.1875,46.5 m 9.023,-23.7091 -27.6443,14.384"
       style="display:inline;fill:none;stroke:#4e2990;stroke-width:1"
       inkstitch:satin_column="True"
       inkstitch:zigzag_underlay="True"
       inkstitch:pull_compensation_mm="0.3"
       inkscape:label="Colonne satin 1"
       id="path220"
       sodipodi:nodetypes="ccccccccccccccccccc"
       inkstitch:reverse_rails="none"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:zigzag_underlay_max_stitch_length_mm="5"
       inkstitch:zigzag_underlay_inset_mm=".3"
       inkstitch:random_split_phase="False"
       inkstitch:max_stitch_length_mm="5"
       inkstitch:zigzag_spacing_mm="0.55"
       inkstitch:short_stitch_distance_mm="0"
       inkstitch:split_method="staggered"
       inkstitch:split_staggers="2.5"
       inkstitch:contour_underlay="True"
       inkstitch:contour_underlay_inset_mm="0.10"
       inkstitch:contour_underlay_stitch_length_mm="1.50"
       inkstitch:pull_compensation_percent=""
       inkstitch:color_sort_index="1" />
    <path
       d="m 37.1543,40.0323 3.7217,1.5151"
       style="fill:none;stroke:#4e2990;stroke-width:1;stroke-dasharray:3, 1"
       inkstitch:running_stitch_length_mm="2.5"
       inkstitch:running_stitch_tolerance_mm="0.20"
       id="path274"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:color_sort_index="1" />
    <path
       d="m 37.199351,39.903493 c -1.909904,6.005643 -4.548045,11.715635 -7.258281,17.389893 -1.281978,2.386295 -2.537652,4.787606 -3.836145,7.164475 -1.332498,2.187219 -2.889766,5.04868 -4.222276,7.235892 M 44.586505,43.108342 C 40.03458,52.335129 35.863019,62.643559 31.5703,71.992805 M 20.3422,66.4065 35.9166,66.7243 m -5.7212,-21.9314 13.9852,4.7677"
       style="display:inline;fill:none;stroke:#4e2990;stroke-width:1"
       inkstitch:satin_column="True"
       inkstitch:zigzag_underlay="True"
       inkstitch:pull_compensation_mm="0.3"
       inkscape:label="Colonne satin 1"
       id="path215"
       sodipodi:nodetypes="cccccccccc"
       inkstitch:reverse_rails="none"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:zigzag_underlay_max_stitch_length_mm="5"
       inkstitch:zigzag_underlay_inset_mm=".3"
       inkstitch:random_split_phase="False"
       inkstitch:max_stitch_length_mm="5"
       inkstitch:zigzag_spacing_mm="0.55"
       inkstitch:short_stitch_distance_mm="0"
       inkstitch:split_method="staggered"
       inkstitch:split_staggers="2.5"
       inkstitch:contour_underlay="True"
       inkstitch:contour_underlay_inset_mm="0.10"
       inkstitch:contour_underlay_stitch_length_mm="1.50"
       inkstitch:pull_compensation_percent=""
       inkstitch:color_sort_index="1" />
    <path
       d="M 32.7036,72.0278 30.646,71.9643"
       style="fill:none;stroke:#4e2990;stroke-width:1;stroke-dasharray:3, 1"
       inkstitch:running_stitch_length_mm="2.0"
       inkstitch:running_stitch_tolerance_mm="0.2"
       id="path127"
       inkstitch:color_sort_index="1" />
    <path
       d="M 30.646,71.9643 22.1382,71.0552 13.734,76.255 11.9202,34.6278 21.0649,42.8667"
       style="fill:none;stroke:#4e2990;stroke-width:1;stroke-dasharray:3, 1"
       inkstitch:running_stitch_length_mm="2.5"
       inkstitch:running_stitch_tolerance_mm="0.20"
       id="path222"
       sodipodi:nodetypes="cccc"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:color_sort_index="1" />
    <path
       d="M 9.8728,8.45278 9.6728937,8.6432958 9.4679277,8.8295852 C 7.8780171,10.048799 6.3951029,11.513202 5.865906,13.514192 4.2292521,18.534048 4.2247757,23.908218 4.2373685,29.134703 c 0.2157454,2.523628 0.017165,5.235327 1.1043075,7.575592 1.0668932,2.116071 3.3176056,2.845386 5.380977,3.585938 1.829176,0.526686 3.305693,2.116554 4.921955,2.687626 -0.404482,-1.358645 1.367209,-0.892326 2.168582,-0.220204 1.114388,0.984921 2.727226,1.340355 2.24931,3.298845 M 11.3672,8.80078 c 0.02774,0.813023 -0.502011,1.648136 -0.110235,2.440661 3.709218,3.217452 9.080496,3.321772 12.914823,6.326357 1.79883,1.247354 2.208797,3.490595 2.434272,5.517016 0.262953,4.997788 0.879662,10.17614 -0.745891,15.020564 -0.846949,3.038788 -2.82855,5.520855 -4.726269,7.966822 M 30.116616,16.947363 0.89905208,40.321493"
       style="display:inline;fill:none;stroke:#4e2990;stroke-width:1"
       inkstitch:satin_column="True"
       inkstitch:zigzag_underlay="True"
       inkstitch:pull_compensation_mm="0.3"
       inkscape:label="Colonne satin 2"
       id="path223"
       sodipodi:nodetypes="cccccccccccccccccc"
       inkstitch:reverse_rails="none"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:zigzag_underlay_max_stitch_length_mm="5"
       inkstitch:zigzag_underlay_inset_mm=".3"
       inkstitch:random_split_phase="False"
       inkstitch:max_stitch_length_mm="5"
       inkstitch:zigzag_spacing_mm="0.55"
       inkstitch:short_stitch_distance_mm="0"
       inkstitch:split_method="staggered"
       inkstitch:split_staggers="2.5"
       inkstitch:contour_underlay="True"
       inkstitch:contour_underlay_inset_mm="0.10"
       inkstitch:contour_underlay_stitch_length_mm="1.50"
       inkstitch:pull_compensation_percent=""
       inkstitch:color_sort_index="1" />
    <path
       d="M 15.7994,42.2526 11.8075,42.327"
       style="fill:none;stroke:#4e2990;stroke-width:1;stroke-dasharray:3, 1"
       inkstitch:running_stitch_length_mm="2.5"
       inkstitch:running_stitch_tolerance_mm="0.20"
       id="path275"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:color_sort_index="1" />
    <path
       d="m 7.74414,39.2109 c 0.091083,1.20992 0.1827301,2.419798 0.2754624,3.629592 -0.034176,1.341966 -0.079102,2.68694 -0.06051,4.03078 0.068373,3.464222 0.2648767,6.924922 0.3778906,10.38798 C 8.5662886,61.808254 8.311156,66.360326 8.25781,70.9102 M 15.8066,41.997193 c -0.04537,1.462084 -0.07292,2.924687 -0.124235,4.386593 -0.158809,1.56707 -0.0694,3.143149 0.02402,4.711482 0.09308,3.642057 0.594448,7.254084 0.925422,10.877957 0.198028,3.028532 0.802147,6.009798 1.211993,9.013075 M 17.4815,47.6536 4.132,41.2966"
       style="display:inline;fill:none;stroke:#4e2990;stroke-width:1"
       inkstitch:satin_column="True"
       inkstitch:zigzag_underlay="True"
       inkstitch:pull_compensation_mm="0.3"
       inkscape:label="Colonne satin 0"
       id="path214"
       sodipodi:nodetypes="cccccccccccc"
       inkstitch:reverse_rails="none"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:zigzag_underlay_max_stitch_length_mm="5"
       inkstitch:zigzag_underlay_inset_mm=".3"
       inkstitch:random_split_phase="False"
       inkstitch:max_stitch_length_mm="5"
       inkstitch:zigzag_spacing_mm="0.55"
       inkstitch:short_stitch_distance_mm="0"
       inkstitch:split_method="staggered"
       inkstitch:split_staggers="2.5"
       inkstitch:contour_underlay="True"
       inkstitch:contour_underlay_inset_mm="0.10"
       inkstitch:contour_underlay_stitch_length_mm="1.50"
       inkstitch:pull_compensation_percent=""
       inkstitch:color_sort_index="1" />
    <path
       d="M 18.5997,70.9923 18.5403,84.6518"
       style="fill:none;stroke:#4e2990;stroke-width:1;stroke-dasharray:3, 1"
       inkstitch:running_stitch_length_mm="2.5"
       inkstitch:running_stitch_tolerance_mm="0.20"
       id="path224"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:color_sort_index="1" />
    <path
       d="M 70.2031,71.3965 8.25781,70.9102 M 60.125,98.3125 H 9.875 m 2.0368,2.9165 -2.02275,-34.1622"
       style="display:inline;fill:none;stroke:#4e2990;stroke-width:1"
       inkstitch:satin_column="True"
       inkstitch:zigzag_underlay="True"
       inkstitch:pull_compensation_mm="0.3"
       inkscape:label="Colonne satin 0"
       id="path219"
       sodipodi:nodetypes="cccccc"
       inkstitch:reverse_rails="none"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:zigzag_underlay_max_stitch_length_mm="5"
       inkstitch:zigzag_underlay_inset_mm=".3"
       inkstitch:random_split_phase="False"
       inkstitch:max_stitch_length_mm="5"
       inkstitch:zigzag_spacing_mm="0.55"
       inkstitch:short_stitch_distance_mm="0"
       inkstitch:split_method="staggered"
       inkstitch:split_staggers="2.5"
       inkstitch:contour_underlay="True"
       inkstitch:contour_underlay_inset_mm="0.10"
       inkstitch:contour_underlay_stitch_length_mm="1.50"
       inkstitch:pull_compensation_percent=""
       inkstitch:color_sort_index="1" />
    <g
       id="g6">
      <path
         style="fill:none;fill-rule:evenodd;stroke:#2584bb;stroke-width:0.944882;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:2.83465, 2.83465;stroke-dashoffset:0"
         d="m 58.567494,98.060514 -47.96268,0.361528"
         id="path128"
         inkstitch:color_sort_index="2" />
      <path
         id="path2309"
         style="fill:none;stroke:#2584bb;stroke-width:1px"
         d="M 8.3562077,100.54856 C 7.4910965,92.753052 6.5636093,82.876568 6.1863357,75.045708 6.4360209,67.376012 6.8304331,59.695777 6.2456827,52.030664 6.0849569,48.228579 5.8433634,44.382446 6.41165,40.6056 4.1378767,39.113238 2.7897428,36.547466 2.6707971,33.849864 2.1032813,28.118562 2.203691,22.291275 3.1119371,16.601173 3.6792858,13.35038 4.8651272,10.131367 7.2355017,7.7513673 8.5488072,6.0632621 11.586306,5.4366607 12.837,7.52581 c 0.844432,0.8668923 0.06481,2.3704139 0.63088,3.037125 4.159546,2.586512 9.691289,2.831434 13.065133,6.665428 2.1694,2.510699 1.894993,6.084726 2.183622,9.187121 0.203104,4.479495 0.309539,9.112555 -1.448049,13.33405 -1.155151,2.809416 -2.584502,5.59681 -4.619886,7.869166 -1.445741,1.456206 -4.418663,0.697386 -4.4754,-1.5201 -0.779656,-1.595762 -0.624182,1.196292 -0.711896,1.931253 0.0612,5.30102 0.815037,10.556032 1.198221,15.833569 0.07994,2.102655 -0.05507,4.373395 0.910075,6.290078 1.344906,0.326834 1.508761,-1.562278 2.266856,-2.325486 3.937064,-6.153324 7.152248,-12.728064 10.161717,-19.374659 1.065232,-2.52675 2.056529,-5.085581 3.093127,-7.624755 -2.652865,-2.155957 -3.79788,-5.650529 -4.206907,-8.936626 -0.318204,-5.352116 -0.288011,-10.789581 0.784649,-16.057249 0.639808,-3.641449 2.415,-7.3905865 5.679358,-9.337805 1.907865,-1.0081168 4.488778,0.4256121 4.4026,2.64773 -0.566913,1.352145 0.796263,1.806178 1.819954,2.253616 3.927543,1.972141 8.969194,2.499985 11.643568,6.363481 1.952883,2.842302 1.701562,6.51411 1.978854,9.809887 0.191051,4.109365 0.10605,8.335566 -1.522179,12.184846 -1.188715,2.79619 -2.611757,5.587878 -4.647497,7.86222 -1.445741,1.456206 -4.418663,0.697386 -4.4754,-1.5201 -0.668623,-1.575034 -1.588803,-0.252635 -1.84944,0.908967 L 34.0713,70.1728 h 23.8614 c 3.866427,-6.007258 6.689428,-12.61345 9.988849,-18.933144 0.640294,-1.437353 1.196621,-2.945468 1.280751,-4.530556 -3.18768,-0.260513 -5.759855,-2.608194 -7.251305,-5.311919 -2.937013,-3.977408 -2.43513,-9.194691 -2.380959,-13.861019 0.13825,-4.826067 0.304717,-9.740438 1.658977,-14.403734 0.881201,-2.62371 2.446198,-5.3139896 4.926687,-6.676828 2.102985,-1.0389021 4.811602,0.8434828 4.399,3.21264 -0.528639,1.244394 1.49536,1.424677 2.267023,1.960967 3.755937,1.705751 8.428883,2.408965 10.852987,6.115027 2.297159,3.394077 1.92571,7.757235 1.87189,11.664266 -0.630086,7.341658 -2.633804,14.481534 -5.026068,21.426027 -4.876294,13.55095 -11.212508,26.524651 -16.238845,40.017967 -0.894873,2.606037 -2.165319,6.77267 -2.74626,9.469706 M 11.876009,96.316861 C 11.026412,88.590274 10.322074,82.639493 9.9731283,74.877962 10.230076,67.204897 10.604836,59.520907 10.020975,51.852464 9.7971408,47.72407 9.6607692,43.544089 10.3769,39.4662 10.029763,37.640282 7.573362,37.480238 6.9690754,35.738481 5.9810134,32.754085 6.2024643,29.495978 6.1088419,26.380936 6.2503601,21.855744 6.3152057,17.135869 8.1513976,12.92578 8.743657,11.79281 9.3006324,10.640479 9.79008,12.4215 c 2.591805,2.580883 6.355065,3.390939 9.650701,4.739834 2.297928,0.81225 5.095532,2.231273 5.119948,5.036501 0.468234,4.05372 0.679694,8.191662 0.245678,12.253416 -0.511932,3.157826 -1.83442,6.135449 -3.588207,8.795149 -1.869099,-1.023428 -3.567757,-2.396733 -5.4876,-3.2905 -1.638518,-0.3956 -2.913382,1.718783 -1.879,3.0208 0.109168,2.788372 -0.374738,5.589751 -0.02557,8.385916 0.151052,5.358869 1.182072,10.656313 1.16447,16.022684 0.337369,2.359351 0.726419,5.382187 3.2867,6.3626 1.421226,0.211729 3.119826,0.549718 4.3944,-0.2545 2.735032,-4.02713 5.246389,-8.240049 7.484979,-12.575589 3.138234,-5.834615 5.793624,-11.91924 8.203169,-18.08789 0.535711,-1.350671 1.758251,-3.313747 0.07445,-4.373721 -2.600585,-1.274334 -3.464277,-4.397021 -3.789113,-7.053852 -0.309607,-5.7245 -0.280207,-11.588493 1.309334,-17.137165 0.378152,-1.184875 1.050269,-2.237044 1.808079,-3.212383 0.550899,2.483119 3.364369,3.299579 5.377443,4.298878 3.005255,1.464479 6.834512,1.818551 8.996427,4.603272 1.321906,2.378099 1.044213,5.283407 1.282295,7.924601 0.219647,4.003292 0.03956,8.16174 -1.837695,11.795211 -0.554708,1.302071 -1.31401,2.492524 -2.06037,3.690038 -1.403531,-1.054654 -2.937159,-2.058454 -4.5518,-2.7336 -2.135091,-0.229901 -2.404615,2.379535 -3.230459,3.765901 -4.139199,9.082764 -8.372657,18.129213 -12.453141,27.234599 -0.420083,1.646075 1.394705,2.6678 2.82473,2.3207 8.999521,-0.02325 18.004626,0.04643 27.00067,-0.0347 2.222481,-0.899188 2.947127,-3.526505 4.235991,-5.359421 2.872795,-5.303857 5.503683,-10.741677 8.179755,-16.14154 0.926559,-2.28467 1.948173,-4.904139 1.185854,-7.363539 -0.726129,-1.717527 -2.683649,-2.08541 -4.294705,-2.397399 -2.26721,-1.012007 -3.469929,-3.428505 -4.495555,-5.548718 -1.106255,-4.429304 -0.496545,-9.0518 -0.438522,-13.5623 0.484945,-4.551174 0.329111,-10.559821 3.748482,-14.0786931 0.79104,1.0857981 2.781749,4.9327421 5.1979,6.1268101 3.042549,1.288369 7.039543,1.834517 8.619105,5.125692 1.208483,3.75594 0.84152,7.832169 0.352021,11.686339 -1.030159,6.891675 -3.082729,13.58756 -5.51576,20.102085 -4.755866,12.566584 -10.583936,24.700681 -15.240188,37.304773 -0.915599,2.649197 -1.478339,3.605946 -2.071094,6.348919 M 10.6521,65.4367 6.119,65.2923 M 10.5157,54.2449 5.98621,54.477 M 6.59049,23.0185 2.0572,22.8789 m 19.0902,-4.5791 2.2511,-3.9374 m 1.2613,16.7417 c 1.511633,-0.02313 3.023267,-0.04627 4.5349,-0.0694 M 13.6936,55.4335 18.206,54.9774 m 11.8485,6.9296 -3.9959,-2.1455 m 7.7515,-5.3492 -4.1117,-1.9141 M 34.8723,26.0496 30.339,25.91 m 23.9498,-9.7845 -3.0004,3.4012 m 0.5343,0.6392 3.7125,-2.6053 m -2.4879,10.7048 4.5348,-0.078 m -5.36,8.8207 4.2869,1.4806 m -24.5604,26.3409 4.1223,1.8912 m 15.6602,7.6095 V 69.7949 M 65.649,65.0172 61.6326,62.9105 m -0.447,-22.0009 3.8085,-2.4629 m -0.3651,-0.6518 -4.0856,1.9694 m 3.142,-10.399 C 62.174,29.32957 60.6626,29.29383 59.1512,29.2581 m 5.0054,-9.0175 -4.5176,-0.4017 m 6.0724,-6.7731 -4.0339,-2.0732 m 11.6272,5.3258 1.5506,-4.2622 m 7.4591,3.6051 -3.1455,3.2675 m 0.7436,0.7158 3.1455,-3.2675 m 2.9087,8.6156 c -1.511133,0.04513 -3.022267,0.09027 -4.5334,0.1354 m 0.0161,0.5374 c 1.511133,-0.04517 3.022267,-0.09033 4.5334,-0.1355 m 0.0183,1.7564 c -1.5109,-0.05183 -3.0218,-0.103667 -4.5327,-0.1555 m -0.0656,1.9127 4.5327,0.1554 m -0.0251,0.3749 -4.5146,-0.4335 m -0.222,2.3116 4.5146,0.4336 M 85.341,34.01 80.8732,33.2295 m -0.1184,0.6778 4.4677,0.7805 m -7.7876,12.2184 4.3089,1.4154 m -6.8157,5.584 4.22,1.662 m -8.06,7.8569 4.1774,1.7662 m -11.135,14.7251 4.1841,1.7501 m -8.4566,9.3224 4.3063,1.4235 M 9.0984482,13.824551 10.966342,4.0633015 M 12.834235,16.053972 15.786711,9.425963 M 1.3256017,15.571935 8.9779389,16.475754 M 20.004535,39.131492 22.595484,49.736306 M 18.498169,49.194015 13.256017,36.962326 m -1.446111,14.46111 h 7.592083 m 0.602546,16.148239 -0.964074,8.013865 m 18.196896,-7.1703 -9.098448,6.326735 M 41.876963,68.234476 41.153908,75.58554 M 45.61275,47.506885 43.805111,37.986655 M 32.477242,41.240404 40.79238,38.227673 M 37.418121,13.764296 39.828306,4.3645746 M 67.123651,47.687649 75.378534,42.324987 M 66.882632,11.836148 68.388998,3.0992275"
         inkstitch:satin_column="true"
         inkstitch:pull_compensation_mm="0.20"
         inkstitch:pull_compensation_percent="5"
         sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
         inkstitch:color_sort_index="2" />
      <path
         d="M 8.3336,100.321 9.80584,98.4078"
         style="fill:none;stroke:#2584bb;stroke-width:1;stroke-dasharray:3, 1"
         inkstitch:running_stitch_length_mm="2.0"
         inkstitch:running_stitch_tolerance_mm="0.2"
         id="path129"
         inkstitch:color_sort_index="2" />
      <path
         id="path9560"
         style="fill:none;stroke:#2584bb;stroke-width:1px"
         d="M 62.31851,100.20197 7.8264428,100.32248 M 59.276454,96.280944 11.785228,96.49318 M 35.00025,96.044482 v 4.535438 m 18.807129,-5.773155 -0.120509,7.170295 m -33.802844,-6.929277 0.06025,7.351067 M 5.4229161,88.419775 13.918818,88.35952"
         inkstitch:satin_column="true"
         inkstitch:pull_compensation_mm="0.20"
         inkstitch:pull_compensation_percent="5"
         sodipodi:nodetypes="cccccc"
         inkstitch:color_sort_index="2" />
    </g>
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-ת"
     style="display:none"
     id="g168">
    <path
       d="m 77.75045,88.0622 q 0.125,1.4375 -2.65626,5.8438 -2.78127,4.4062 -3.71877,4.4062 -3.43752,0 -3.43752,-2.6875 0,-1 -1.125,-22.3126 -1.12501,-21.3126 -1.12501,-25.6876 0,-7.3126 -11.87506,-7.3126 H 24.31269 q -2.62501,2.0626 -4.50002,12.7501 -0.625,5.375 4.81252,14.3126 5.43753,8.9375 4.81253,13.0625 0,9.4376 -2.87502,13.8126 -2.68751,4.0625 -6.81253,4.0625 H 1.37508 L 5.0626,72.0621 h 9.00004 q -1.93751,-1.5 -1.8125,-5.375 -1.56251,-5.4376 -1.56251,-8.2501 0.625,-5.5 2.18751,-13.9375 0.0625,-0.75 0.5625,-2.3125 l 1.12501,-2.5001 q -3.68752,0 -6.25003,-2.75 -1.75001,-3.125 -1.75001,-10.6875 0,-18.1876 3.62502,-18.1876 0.625,0 1.78125,2.6875 1.15626,2.6875 4.46878,2.6875 h 40.56269 q 16.00008,0 17.18758,18.5626 l 1.81251,28.0001 1.50001,14.0626 q 1.0625,5.75 0.25,14.0001 z"
       id="path168"
       style="display:none;fill:#4e2990;fill-opacity:0.5;stroke-width:1"
       inkstitch:color_sort_index="0" />
    <path
       style="fill:none;fill-rule:evenodd;stroke:#4e2990;stroke-width:1.00001;stroke-dasharray:2, 1;-inkscape-stroke:none"
       d="M 70.090267,94.83805 71.910793,78.817417"
       id="path233"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:running_stitch_length_mm="2.5"
       inkstitch:running_stitch_tolerance_mm="0.20"
       inkstitch:color_sort_index="1" />
    <path
       d="M 68.6829,97.0819 C 66.991429,89.832797 67.564594,82.311521 66.885501,74.940735 66.356001,65.31112 66.048475,55.666111 65.501942,46.040409 64.282081,41.065546 58.247018,40.265518 53.934946,40.387946 43.044014,40.244502 32.136218,40.238425 21.254409,40.463434 17.481102,40.137198 13.486393,40.529903 10.148002,38.354606 6.5282436,36.454225 7.0860393,31.775645 6.6185742,28.322662 6.5853355,23.23258 6.5838844,18.067803 7.4288604,13.043899 7.8098555,11.492365 8.4895747,10.043375 9.20912,8.62563 M 71.375,98.3125 C 75.152264,94.644232 78.362783,89.764301 78.03044,84.295431 78.348211,75.026858 76.140599,65.919904 75.794667,56.677862 74.935172,46.650937 74.913884,36.526351 73.414653,26.569552 72.297496,20.544351 67.890137,14.836467 61.554569,13.909956 55.513107,12.904065 49.357881,13.715411 43.266108,13.428924 33.867158,13.393573 24.458382,13.572908 15.06577,13.309101 12.537975,12.848481 11.761141,10.101941 10.5332,8.23047 m 16.746666,0.00356 -0.9864,34.032749 M 48.0898,8.9366 46.3635,44.6957 m 14.057,0.4932 11.5909,-30.8268 m -8.3849,50.0627 16.7698,-1.233"
       style="display:inline;fill:none;stroke:#4e2990;stroke-width:1"
       inkstitch:satin_column="True"
       inkstitch:zigzag_underlay="True"
       inkstitch:pull_compensation_mm="0.3"
       inkscape:label="Colonne satin 2"
       id="path232"
       sodipodi:nodetypes="ccccccccccccccccccccccccc"
       inkstitch:reverse_rails="none"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:zigzag_underlay_max_stitch_length_mm="5"
       inkstitch:zigzag_underlay_inset_mm=".3"
       inkstitch:random_split_phase="False"
       inkstitch:max_stitch_length_mm="5"
       inkstitch:zigzag_spacing_mm="0.55"
       inkstitch:short_stitch_distance_mm="0"
       inkstitch:split_method="staggered"
       inkstitch:split_staggers="2.5"
       inkstitch:contour_underlay="True"
       inkstitch:contour_underlay_inset_mm="0.10"
       inkstitch:contour_underlay_stitch_length_mm="1.50"
       inkstitch:pull_compensation_percent=""
       inkstitch:color_sort_index="1" />
    <path
       d="m 14.4337,39.8851 4.0653,1.8164"
       style="fill:none;stroke:#4e2990;stroke-width:1;stroke-dasharray:3, 1"
       inkstitch:running_stitch_length_mm="2.5"
       inkstitch:running_stitch_tolerance_mm="0.20"
       id="path276"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:color_sort_index="1" />
    <path
       d="m 13.6699,71.7031 c -0.747802,-1.579493 -1.563555,-3.2392 -1.474642,-5.034519 -0.538883,-3.084167 -1.84623,-6.129205 -1.379669,-9.31289 0.75014,-4.946088 1.357789,-9.927751 2.554938,-14.791863 C 13.66034,41.70292 14.051602,40.881547 14.4023,40.0449 m 12.8692,32.1406 c -2.4374,-4.751496 -5.615925,-9.206782 -6.99937,-14.429976 -0.471234,-1.649283 -0.6527,-3.388512 -0.373512,-5.089022 0.297092,-1.981204 0.861923,-3.90901 1.284378,-5.864553 0.579874,-2.196222 1.526306,-4.297766 2.813104,-6.171049 m -13.8849,1.5986 15.5367,0.9865 m 4.1924,25.4013 -20.71557,0.2466"
       style="display:inline;fill:none;stroke:#4e2990;stroke-width:1"
       inkstitch:satin_column="True"
       inkstitch:zigzag_underlay="True"
       inkstitch:pull_compensation_mm="0.3"
       inkscape:label="Colonne satin 1"
       id="path231"
       sodipodi:nodetypes="cccccccccccccc"
       inkstitch:reverse_rails="none"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:zigzag_underlay_max_stitch_length_mm="5"
       inkstitch:zigzag_underlay_inset_mm=".3"
       inkstitch:random_split_phase="False"
       inkstitch:max_stitch_length_mm="5"
       inkstitch:zigzag_spacing_mm="0.55"
       inkstitch:short_stitch_distance_mm="0"
       inkstitch:split_method="staggered"
       inkstitch:split_staggers="2.5"
       inkstitch:contour_underlay="True"
       inkstitch:contour_underlay_inset_mm="0.10"
       inkstitch:contour_underlay_stitch_length_mm="1.50"
       inkstitch:pull_compensation_percent=""
       inkstitch:color_sort_index="1" />
    <path
       d="M 13.6699,71.7031 13.4111,85.0509"
       style="fill:none;stroke:#4e2990;stroke-width:1;stroke-dasharray:3, 1"
       inkstitch:running_stitch_length_mm="2.5"
       inkstitch:running_stitch_tolerance_mm="0.20"
       id="path277"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:color_sort_index="1" />
    <path
       d="m 27.8203,91.7461 -2.6914,4.2812 c -1.371205,0.946138 -2.753089,2.151764 -4.512689,2.175924 -2.00505,0.214678 -4.024369,0.0686 -6.036506,0.109276 H 1.375 M 29.2578,84.8399 C 29.22564,82.376753 29.35716,79.907454 29.2169,77.448374 28.821371,75.610928 28.034844,73.892632 27.271498,72.1855 l -13.6016,-0.4824 c 0.767321,0.53059 -0.576856,0.324324 -0.915801,0.3594 H 5.062498 M 2.21953,100.677 7.15182,70.5902"
       style="display:inline;fill:none;stroke:#4e2990;stroke-width:1"
       inkstitch:satin_column="True"
       inkstitch:zigzag_underlay="True"
       inkstitch:pull_compensation_mm="0.3"
       inkscape:label="Colonne satin 0"
       id="path230"
       sodipodi:nodetypes="ccccccccccccc"
       inkstitch:reverse_rails="none"
       inkstitch:min_stitch_length_mm=".5"
       inkstitch:min_jump_stitch_length_mm="3"
       inkstitch:zigzag_underlay_max_stitch_length_mm="5"
       inkstitch:zigzag_underlay_inset_mm=".3"
       inkstitch:random_split_phase="False"
       inkstitch:max_stitch_length_mm="5"
       inkstitch:zigzag_spacing_mm="0.55"
       inkstitch:short_stitch_distance_mm="0"
       inkstitch:split_method="staggered"
       inkstitch:split_staggers="2.5"
       inkstitch:contour_underlay="True"
       inkstitch:contour_underlay_inset_mm="0.10"
       inkstitch:contour_underlay_stitch_length_mm="1.50"
       inkstitch:pull_compensation_percent=""
       inkstitch:color_sort_index="1" />
    <g
       id="g5">
      <path
         style="display:inline;fill:none;fill-opacity:0.5;stroke:#2584bb;stroke-width:1;stroke-dasharray:2, 1;stroke-dashoffset:0"
         d="m 71.37542,98.3122 c -2.29168,0 -3.43752,-0.895833 -3.43752,-2.6875 0,-0.666667 -0.375,-8.1042 -1.125,-22.3126 -0.750007,-14.2084 -1.12501,-22.770933 -1.12501,-25.6876 0,-4.875067 -3.958353,-7.3126 -11.87506,-7.3126 H 24.31269 c -1.750007,1.375067 -3.250013,5.6251 -4.50002,12.7501 -0.416667,3.583333 1.187507,8.3542 4.81252,14.3126 3.62502,5.958333 5.229197,10.3125 4.81253,13.0625 0,6.291733 -0.95834,10.895933 -2.87502,13.8126 -1.791673,2.708333 -4.062517,4.0625 -6.81253,4.0625"
         id="path130"
         inkstitch:color_sort_index="2" />
      <path
         id="path9018"
         style="fill:none;stroke:#2584bb;stroke-width:1px"
         d="m 19.7502,100.20197 c -6.2509,-0.026 -12.5021947,0.0518 -18.75279517,-0.0386 C -1.2926909,99.578003 -0.28215598,96.764384 -0.08347369,95.129112 1.0396245,87.236096 2.0903629,79.332697 3.2750436,71.448512 4.3511924,69.266176 7.2055531,70.497469 9.0994726,70.157224 12.309372,70.864642 9.4629594,66.974438 9.5981516,65.328886 8.9280587,61.89483 8.5485896,58.345711 9.2721425,54.890481 9.866581,50.32518 10.694783,45.779777 11.650877,41.288378 9.711086,40.395089 7.4705831,39.391135 6.3973867,37.322503 4.1349051,31.761395 4.6993386,25.599063 4.8823794,19.733725 5.086762,16.050688 5.1436124,12.184485 6.7496729,8.7876574 7.4288811,6.5959693 10.553861,5.1894765 12.191459,7.2032982 c 1.139135,1.7743312 1.874939,4.8534398 4.633323,4.3075098 14.220932,0.152118 28.446855,-0.12638 42.665046,0.143262 5.679004,0.399558 11.288676,3.617126 13.767456,8.86818 3.219356,6.345721 2.791888,13.663755 3.427905,20.555587 0.616737,10.708426 1.287566,21.419863 2.642148,32.065445 0.746384,5.461761 0.928962,11.030167 0.07145,16.491225 -1.458763,3.554065 -3.524309,6.895279 -6.106744,9.736485 -0.327561,0.280375 -0.703327,0.506473 -1.110672,0.649908 M 19.7502,96.422435 H 3.5488856 l 3.1565681,-22.47057 c 2.6972261,-0.09961 5.4082463,0.199725 8.0950043,-0.15001 2.13942,-0.984363 0.601589,-3.393285 -0.188116,-4.754546 -1.429003,-3.545862 -1.981581,-7.437342 -1.931035,-11.236274 0.732099,-5.113918 1.363765,-10.272589 2.659519,-15.277051 1.007522,-1.442717 1.92291,-4.400034 -0.667715,-4.712812 C 12.575926,37.697728 10.132723,36.947086 9.4205678,34.72111 7.914685,28.955471 8.5690004,22.913544 8.8009212,17.031557 c 0.213438,-1.675867 0.417318,-5.605798 1.3044128,-5.708292 1.079688,2.560636 3.790725,4.221095 6.564168,3.946454 8.718296,0.141933 17.438841,0.01004 26.158064,0.05875 5.808934,0.03605 11.635093,-0.166964 17.432058,0.215382 4.657055,0.593361 8.915286,3.833159 10.357402,8.359104 2.176199,5.879724 1.723163,12.259144 2.351803,18.398507 0.635316,10.771976 1.315039,21.548473 2.718058,32.252995 0.614599,4.710782 0.785978,9.536517 -0.03577,14.226609 -1.02365,2.535336 -2.596058,4.860092 -4.253614,7.037395 -0.268561,0.275028 -0.432944,0.672123 -0.828179,0.784486 M 14.327918,96.044482 v 4.535438 M 5.5903678,84.606735 1.09903,83.975811 M 17.683802,75.875317 8.9802005,68.086198 M 13.633605,53.672023 9.140656,53.052678 M 9.7714289,31.639509 3.4288867,32.574486 M 29.423702,15.704518 v -4.535436 m 13.555704,4.535436 V 11.169082 M 72.8514,46.458481 c 1.508654,-0.09766 3.017309,-0.195316 4.525963,-0.292974 m -3.361333,16.610836 4.50985,-0.48108 m -4.289708,28.504435 3.955904,2.218334 M 2.3589202,68.4139 c 1.3828152,0.894762 6.1006555,7.320786 6.1006555,7.320786 M 9.2729965,42.384436 19.359414,36.771833 M 10.167759,14.32142 9.6797068,2.6895037 m -6.9130863,13.7678503 7.8742275,0.74486 m 5.320424,-7.9806365 -0.638451,7.2357765 m 6.810143,19.68557 4.25634,8.512678"
         inkstitch:satin_column="true"
         inkstitch:pull_compensation_mm="0.20"
         inkstitch:pull_compensation_percent="5"
         sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
         inkstitch:color_sort_index="2" />
      <path
         d="m 70.1663,95.7484 -1.5675,1.1147"
         style="fill:none;stroke:#2584bb;stroke-width:1;stroke-dasharray:3, 1"
         inkstitch:running_stitch_length_mm="2.0"
         inkstitch:running_stitch_tolerance_mm="0.2"
         id="path131"
         inkstitch:color_sort_index="2" />
      <path
         id="path8945"
         style="fill:none;stroke:#2584bb;stroke-width:1px"
         d="m 71.1656,100.19028 c -2.279869,0.0701 -4.852172,-1.345939 -5.01347,-3.825133 C 65.561135,87.808796 65.260982,79.2205 64.789374,70.651471 64.369372,62.82755 64.038171,54.996526 63.737848,47.169853 63.70702,44.214374 60.551091,42.856074 58.033945,42.539226 53.035946,41.891482 47.969371,42.331613 42.941974,42.201661 c -5.943459,0 -11.886918,0 -17.830377,0 -2.071634,3.464145 -2.734751,7.568125 -3.434865,11.4865 -0.117352,4.588791 2.370922,8.691782 4.499771,12.58602 2.309699,4.104639 4.891691,8.3517 5.209553,13.161397 -0.1903,5.050093 -0.299251,10.34924 -2.707141,14.924108 -1.68522,3.127274 -4.799451,5.702354 -8.472874,5.799204 l -0.195335,0.0251 -0.01925,0.002 m 51.593752,-3.752381 c -1.234245,0.195331 -2.067202,-0.566552 -1.805816,-1.814513 -0.76673,-15.86233 -1.692393,-31.720781 -2.255137,-47.590162 -0.03153,-3.395785 -2.542177,-6.289774 -5.658757,-7.393606 -5.371377,-1.85901 -11.148118,-1.015966 -16.71833,-1.21372 -7.067657,0.02452 -14.141378,-0.04902 -21.205251,0.03673 -2.346846,0.981407 -3.10041,3.760934 -3.991508,5.92503 -0.951961,3.327763 -1.957981,6.717145 -2.08327,10.191296 0.310786,6.151247 3.892867,11.401085 6.749078,16.643975 1.404236,2.719503 2.961802,5.614992 2.955041,8.74493 -0.171564,4.476765 -0.238449,9.244041 -2.572988,13.215082 -1.26583,1.899169 -3.128515,3.271694 -5.489327,3.258706 M 69.791657,87.35752 c -1.509894,0.07613 -3.019788,0.152258 -4.529682,0.228387 m 2.978614,-31.33106 c -1.510263,0.06841 -3.020527,0.136821 -4.53079,0.205232 M 45.479959,38.044182 c 0,1.511812 0,3.023624 0,4.535436 M 32.362941,38.044182 c 0,1.511812 0,3.023624 0,4.535436 m -14.025152,6.382896 c 1.481047,0.303441 2.962093,0.606881 4.44314,0.910322 m -3.010274,13.115491 c 1.395741,-0.580932 2.791483,-1.161863 4.187224,-1.742795 M 26.836584,77.4227 c 1.456576,-0.404921 2.913153,-0.809842 4.369729,-1.214763 m -4.441475,10.046901 c 1.49659,0.213997 2.993179,0.427994 4.489769,0.641991 m -8.369584,8.010453 c 0.934944,1.188047 1.869887,2.376095 2.804831,3.564142"
         inkstitch:satin_column="true"
         inkstitch:pull_compensation_mm="0.20"
         inkstitch:pull_compensation_percent="5"
         inkstitch:color_sort_index="2" />
    </g>
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-׳"
     style="display:none"
     id="g172">
    <path
       d="m 33.06273,18.3118 q 0,3.0626 -2.93751,5.7501 L 8.75012,43.687 H -0.06242 L 16.18765,19.0618 q 3.87502,-5.875 9.25005,-5.875 7.62503,0 7.62503,5.125 z"
       id="path172"
       style="display:none;fill:#4e2990;fill-opacity:0.5;stroke-width:1"
       inkstitch:color_sort_index="0" />
    <g
       id="g235">
      <path
         style="fill:none;fill-rule:evenodd;stroke:#4e2990;stroke-width:1.00001;stroke-dasharray:2, 1;-inkscape-stroke:none"
         d="M 6.3718425,40.040205 16.384738,29.299099"
         id="path235"
         inkstitch:min_stitch_length_mm=".5"
         inkstitch:min_jump_stitch_length_mm="3"
         inkstitch:running_stitch_length_mm="2.5"
         inkstitch:running_stitch_tolerance_mm="0.20"
         inkstitch:color_sort_index="1" />
      <path
         d="M 1.02316,42.0699 18.1114,16.6149 22.8439,13.554 M 8.75012,43.687 30.1252,24.0619 l 2.2032,-2.7813 0.6839,-2.5547 -1.0218,-3.5371 m -18.1545,0.8205 21.8463,3.0949"
         style="display:inline;fill:none;stroke:#4e2990;stroke-width:1"
         inkstitch:satin_column="True"
         inkstitch:zigzag_underlay="True"
         inkstitch:pull_compensation_mm="0.3"
         inkscape:label="Colonne satin 0"
         id="path234"
         inkstitch:reverse_rails="none"
         inkstitch:min_stitch_length_mm=".5"
         inkstitch:min_jump_stitch_length_mm="3"
         inkstitch:zigzag_underlay_max_stitch_length_mm="5"
         inkstitch:zigzag_underlay_inset_mm=".3"
         inkstitch:random_split_phase="False"
         inkstitch:max_stitch_length_mm="5"
         inkstitch:zigzag_spacing_mm="0.55"
         inkstitch:short_stitch_distance_mm="0"
         inkstitch:split_method="staggered"
         inkstitch:split_staggers="2.5"
         inkstitch:contour_underlay="True"
         inkstitch:contour_underlay_inset_mm="0.10"
         inkstitch:contour_underlay_stitch_length_mm="1.50"
         inkstitch:pull_compensation_percent=""
         inkstitch:color_sort_index="1" />
    </g>
    <g
       id="g4">
      <path
         style="fill:none;fill-rule:evenodd;stroke:#4e2990;stroke-width:0.944882;-inkscape-stroke:none"
         d="M 7.3842457,44.060688 2.7567851,43.863774"
         id="path4"
         inkstitch:color_sort_index="1" />
      <path
         id="path121-8"
         style="display:inline;fill:none;stroke:#2584bb;stroke-width:1px"
         d="m 0.29970695,45.69201 c -1.109845,-1.661047 -0.342303,-4.288766 0.364617,-5.742944 C 5.643444,32.491621 10.465091,24.920878 15.543251,17.534682 c 2.394187,-3.644131 6.568551,-6.36588 11.05434,-5.939074 3.334634,0.0077 7.385777,1.289909 8.379656,4.862068 1.108526,3.540019 -0.825904,7.25099 -3.512611,9.524338 -7.128228,6.51514 -14.201431,13.097655 -21.363952,19.570807 -0.470475,0.161904 -8.244663,0.741634 -9.93183705,-0.02235 m 3.57854205,-3.1459 c 5.00189,-7.499483 9.721154,-15.137459 14.812953,-22.571997 1.75179,-2.722947 4.798999,-4.904731 8.174499,-4.427582 1.897786,0.05653 4.752534,0.569595 4.759801,2.983927 0.02903,3.38931 -3.295181,5.246701 -5.393815,7.406823 L 8.365584,42.058921 h -4.44045 m 13.07885,-19.3225 -3.7855,-2.4981 m 8.0291,-2.8562 -2.6831,-3.6567 m 9.1234,2.1221 0.6895,-4.4827 m 2.6545,0.6237 -1.4992,4.2748 m 0.2116,0.1144 2.0875,-4.0264 m -1.4609,8.583 3.8042,2.4696 m -25.930473,17.831332 2.085948,5.958105"
         inkstitch:satin_column="true"
         inkstitch:pull_compensation_mm="0.20"
         inkstitch:pull_compensation_percent="5"
         sodipodi:nodetypes="ccccccccccccccccccccccccccccc"
         inkstitch:color_sort_index="2" />
    </g>
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-״"
     style="display:none"
     id="g173">
    <path
       d="m 59.06286,18.3118 q 0,3.0626 -2.93751,5.7501 L 34.75024,43.687 H 25.9377 L 42.18778,19.0618 q 3.87502,-5.875 9.18754,-5.875 7.68754,0 7.68754,5.125 z m -26.00013,0 q 0,3.0626 -2.93751,5.7501 L 8.75012,43.687 H -0.06242 L 16.18765,19.0618 q 3.87502,-5.875 9.25005,-5.875 7.62503,0 7.62503,5.125 z"
       id="path173"
       style="display:none;fill:#4e2990;fill-opacity:0.5;stroke-width:1"
       inkstitch:color_sort_index="0" />
    <g
       id="g235-6"
       style="display:inline"
       transform="translate(25.6694,0.182053)">
      <path
         style="fill:none;fill-rule:evenodd;stroke:#4e2990;stroke-width:1.00001;stroke-dasharray:2, 1;-inkscape-stroke:none"
         d="M 6.3718425,40.040205 16.384738,29.299099"
         id="path235-8"
         inkstitch:min_stitch_length_mm=".5"
         inkstitch:min_jump_stitch_length_mm="3"
         inkstitch:running_stitch_length_mm="2.5"
         inkstitch:running_stitch_tolerance_mm="0.20"
         inkstitch:color_sort_index="1" />
      <path
         d="M 1.02316,42.0699 18.1114,16.6149 22.8439,13.554 M 8.75012,43.687 30.1252,24.0619 l 2.2032,-2.7813 0.6839,-2.5547 -1.0218,-3.5371 m -18.1545,0.8205 21.8463,3.0949"
         style="display:inline;fill:none;stroke:#4e2990;stroke-width:1"
         inkstitch:satin_column="True"
         inkstitch:zigzag_underlay="True"
         inkstitch:pull_compensation_mm="0.3"
         inkscape:label="Colonne satin 0"
         id="path234-5"
         inkstitch:reverse_rails="none"
         inkstitch:min_stitch_length_mm=".5"
         inkstitch:min_jump_stitch_length_mm="3"
         inkstitch:zigzag_underlay_max_stitch_length_mm="5"
         inkstitch:zigzag_underlay_inset_mm=".3"
         inkstitch:random_split_phase="False"
         inkstitch:max_stitch_length_mm="5"
         inkstitch:zigzag_spacing_mm="0.55"
         inkstitch:short_stitch_distance_mm="0"
         inkstitch:split_method="staggered"
         inkstitch:split_staggers="2.5"
         inkstitch:contour_underlay="True"
         inkstitch:contour_underlay_inset_mm="0.10"
         inkstitch:contour_underlay_stitch_length_mm="1.50"
         inkstitch:pull_compensation_percent=""
         inkstitch:color_sort_index="1" />
    </g>
    <g
       id="g235-9"
       style="display:inline">
      <path
         style="fill:none;fill-rule:evenodd;stroke:#4e2990;stroke-width:1.00001;stroke-dasharray:2, 1;-inkscape-stroke:none"
         d="M 6.3718425,40.040205 16.384738,29.299099"
         id="path235-5"
         inkstitch:min_stitch_length_mm=".5"
         inkstitch:min_jump_stitch_length_mm="3"
         inkstitch:running_stitch_length_mm="2.5"
         inkstitch:running_stitch_tolerance_mm="0.20"
         inkstitch:color_sort_index="1" />
      <path
         d="M 1.02316,42.0699 18.1114,16.6149 22.8439,13.554 M 8.75012,43.687 30.1252,24.0619 l 2.2032,-2.7813 0.6839,-2.5547 -1.0218,-3.5371 m -18.1545,0.8205 21.8463,3.0949"
         style="display:inline;fill:none;stroke:#4e2990;stroke-width:1"
         inkstitch:satin_column="True"
         inkstitch:zigzag_underlay="True"
         inkstitch:pull_compensation_mm="0.3"
         inkscape:label="Colonne satin 0"
         id="path234-7"
         inkstitch:reverse_rails="none"
         inkstitch:min_stitch_length_mm=".5"
         inkstitch:min_jump_stitch_length_mm="3"
         inkstitch:zigzag_underlay_max_stitch_length_mm="5"
         inkstitch:zigzag_underlay_inset_mm=".3"
         inkstitch:random_split_phase="False"
         inkstitch:max_stitch_length_mm="5"
         inkstitch:zigzag_spacing_mm="0.55"
         inkstitch:short_stitch_distance_mm="0"
         inkstitch:split_method="staggered"
         inkstitch:split_staggers="2.5"
         inkstitch:contour_underlay="True"
         inkstitch:contour_underlay_inset_mm="0.10"
         inkstitch:contour_underlay_stitch_length_mm="1.50"
         inkstitch:pull_compensation_percent=""
         inkstitch:color_sort_index="1" />
    </g>
    <g
       id="g127">
      <path
         style="fill:none;fill-rule:evenodd;stroke:#2584bb;stroke-width:0.944882;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:2.83465, 2.83465;stroke-dashoffset:0"
         d="m 33.475247,43.765318 -4.529004,-0.09846"
         id="path132"
         inkstitch:color_sort_index="2" />
      <path
         id="path6518"
         style="fill:none;stroke:#2584bb;stroke-width:1px"
         d="M 25.948323,45.430289 C 24.838478,43.769242 25.60602,41.141523 26.31294,39.687345 31.29206,32.2299 36.113707,24.659157 41.191867,17.272961 c 2.394187,-3.644131 6.568551,-6.36588 11.05434,-5.939074 3.334634,0.0077 7.385777,1.289909 8.379656,4.862068 1.108526,3.540019 -0.825904,7.25099 -3.512611,9.524338 -7.128228,6.51514 -14.201431,13.097655 -21.363952,19.570807 -0.470475,0.161904 -8.244663,0.741634 -9.931837,-0.02235 m 3.578542,-3.1459 c 5.00189,-7.499483 9.721154,-15.137459 14.812953,-22.571997 1.75179,-2.722947 4.798999,-4.904731 8.174499,-4.427582 1.897786,0.05653 4.752534,0.569595 4.759801,2.983927 0.02903,3.38931 -3.295181,5.246701 -5.393815,7.406823 L 34.0142,41.7972 H 29.57375 M 42.6526,22.4747 38.8671,19.9766 m 8.0291,-2.8562 -2.6831,-3.6567 m 9.1234,2.1221 0.6895,-4.4827 m 2.6545,0.6237 -1.4992,4.2748 m 0.2116,0.1144 2.0875,-4.0264 m -1.4609,8.583 3.8042,2.4696 m -25.930473,17.831332 2.085948,5.958105"
         inkstitch:satin_column="true"
         inkstitch:pull_compensation_mm="0.20"
         inkstitch:pull_compensation_percent="5"
         sodipodi:nodetypes="ccccccccccccccccccccccccccccc"
         inkstitch:color_sort_index="2" />
    </g>
    <g
       id="g1">
      <path
         style="fill:none;fill-rule:evenodd;stroke:#2584bb;stroke-width:0.944882;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:2.83465, 2.83465;stroke-dashoffset:0"
         d="M 6.8919627,43.962232 2.7567851,44.159145"
         id="path133"
         inkstitch:color_sort_index="2" />
      <path
         id="path134"
         style="fill:none;stroke:#2584bb;stroke-width:1px"
         d="m 0.29970695,45.69201 c -1.109845,-1.661047 -0.342303,-4.288766 0.364617,-5.742944 C 5.643444,32.491621 10.465091,24.920878 15.543251,17.534682 c 2.394187,-3.644131 6.568551,-6.36588 11.05434,-5.939074 3.334634,0.0077 7.385777,1.289909 8.379656,4.862068 1.108526,3.540019 -0.825904,7.25099 -3.512611,9.524338 -7.128228,6.51514 -14.201431,13.097655 -21.363952,19.570807 -0.470475,0.161904 -8.244663,0.741634 -9.93183705,-0.02235 m 3.57854205,-3.1459 c 5.00189,-7.499483 9.721154,-15.137459 14.812953,-22.571997 1.75179,-2.722947 4.798999,-4.904731 8.174499,-4.427582 1.897786,0.05653 4.752534,0.569595 4.759801,2.983927 0.02903,3.38931 -3.295181,5.246701 -5.393815,7.406823 L 8.365584,42.058921 h -4.44045 m 13.07885,-19.3225 -3.7855,-2.4981 m 8.0291,-2.8562 -2.6831,-3.6567 m 9.1234,2.1221 0.6895,-4.4827 m 2.6545,0.6237 -1.4992,4.2748 m 0.2116,0.1144 2.0875,-4.0264 m -1.4609,8.583 3.8042,2.4696 m -25.930473,17.831332 2.085948,5.958105"
         inkstitch:satin_column="true"
         inkstitch:pull_compensation_mm="0.20"
         inkstitch:pull_compensation_percent="5"
         sodipodi:nodetypes="ccccccccccccccccccccccccccccc"
         inkstitch:color_sort_index="2" />
    </g>
  </g>
</svg>