als-document 1.1.2 → 1.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. package/browser-tests/data/html1.js +2579 -0
  2. package/browser-tests/data/html2.js +1124 -0
  3. package/browser-tests/data/svg.js +66 -0
  4. package/{tests → browser-tests}/index.html +1 -1
  5. package/browser-tests/utils.js +37 -0
  6. package/build-readme.js +8 -0
  7. package/{src/build.js → build.js} +4 -4
  8. package/docs/#.md +52 -0
  9. package/docs/1.parseHTML.md +39 -0
  10. package/docs/2.node.md +25 -0
  11. package/docs/3.singleNode.md +3 -0
  12. package/docs/4.tTextNode.md +3 -0
  13. package/docs/5. Document.md +28 -0
  14. package/docs/6.Query.md +110 -0
  15. package/docs/7.cache.md +14 -0
  16. package/document.js +6 -4
  17. package/index.js +6 -4
  18. package/index.mjs +6 -4
  19. package/{src/node/root.js → lib/node/document.js} +3 -2
  20. package/{src → lib}/node/node.js +6 -3
  21. package/lib/node/root.js +6 -0
  22. package/{src → lib}/node/single-node.js +22 -4
  23. package/package.json +6 -4
  24. package/readme.md +21 -14
  25. package/tests/cache.test.js +23 -0
  26. package/tests/node.test.js +411 -0
  27. package/tests/parser.test.js +353 -0
  28. package/tests/query.test.js +65 -0
  29. package/tests/single-node.test.js +88 -0
  30. package/tests/utils.js +2 -0
  31. /package/{tests → browser-tests}/cache.js +0 -0
  32. /package/{tests → browser-tests}/node.js +0 -0
  33. /package/{tests → browser-tests}/parse-real.js +0 -0
  34. /package/{tests → browser-tests}/parser.js +0 -0
  35. /package/{tests → browser-tests}/query.js +0 -0
  36. /package/{tests/test.js → browser-tests/simple-test.js} +0 -0
  37. /package/{src → lib}/node/class-list.js +0 -0
  38. /package/{src → lib}/node/dataset.js +0 -0
  39. /package/{src → lib}/node/find.js +0 -0
  40. /package/{src → lib}/node/style.js +0 -0
  41. /package/{src → lib}/node/text-node.js +0 -0
  42. /package/{src → lib}/parse/cache.js +0 -0
  43. /package/{src → lib}/parse/parse-atts.js +0 -0
  44. /package/{src → lib}/parse/parser.js +0 -0
  45. /package/{src → lib}/parse/void-tags.js +0 -0
  46. /package/{src → lib}/query/check-element.js +0 -0
  47. /package/{src → lib}/query/query.js +0 -0
@@ -0,0 +1,66 @@
1
+ const svg = `
2
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
3
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
4
+
5
+ <svg
6
+ version="1.1"
7
+ id="svg2708"
8
+ width="733.8894"
9
+ height="886.08875"
10
+ viewBox="0 0 733.8894 886.08878"
11
+ sodipodi:docname="m12.svg"
12
+ inkscape:version="1.2.2 (732a01da63, 2022-12-09, custom)"
13
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
14
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
15
+ xmlns="http://www.w3.org/2000/svg"
16
+ xmlns:svg="http://www.w3.org/2000/svg">
17
+ <defs
18
+ id="defs2712" />
19
+ <sodipodi:namedview
20
+ id="namedview2710"
21
+ pagecolor="#ffffff"
22
+ bordercolor="#000000"
23
+ borderopacity="0.25"
24
+ inkscape:showpageshadow="2"
25
+ inkscape:pageopacity="0.0"
26
+ inkscape:pagecheckerboard="0"
27
+ inkscape:deskcolor="#d1d1d1"
28
+ showgrid="false"
29
+ inkscape:zoom="1.0289025"
30
+ inkscape:cx="228.39871"
31
+ inkscape:cy="348.91547"
32
+ inkscape:window-width="1920"
33
+ inkscape:window-height="1031"
34
+ inkscape:window-x="0"
35
+ inkscape:window-y="25"
36
+ inkscape:window-maximized="1"
37
+ inkscape:current-layer="layer1" />
38
+ <g
39
+ inkscape:groupmode="layer"
40
+ id="layer1"
41
+ inkscape:label="Layer 1"
42
+ transform="translate(-4724.2503,-749.94525)">
43
+ <path
44
+ style="fill:#000000;stroke-width:0.840612"
45
+ d="m 4968.8671,1635.2809 c -2.7905,-0.6612 -3.5801,-1.2075 -10.0342,-6.9427 -1.9546,-1.7367 -4.0833,-3.1578 -4.7306,-3.1578 -2.0414,0 -3.3855,-2.5296 -3.4998,-6.5869 -0.061,-2.1564 -0.3776,-4.7289 -0.7041,-5.7164 -0.4293,-1.2985 0.028,-2.5349 1.6526,-4.4652 1.6462,-1.9564 2.3052,-3.7649 2.4671,-6.7698 0.1215,-2.2552 0.4865,-4.5302 0.8111,-5.0554 0.3246,-0.5252 0.3589,-2.9123 0.076,-5.3046 -0.2826,-2.3922 -0.6969,-7.1867 -0.9207,-10.6542 -0.2237,-3.4675 -0.6641,-8.1959 -0.9787,-10.5077 -0.3146,-2.3117 -0.6393,-5.7161 -0.7216,-7.5654 -0.2786,-6.2575 -2.3415,-15.1178 -4.1101,-17.6529 -1.3376,-1.9174 -1.7187,-3.6243 -1.5898,-7.1208 0.1,-2.7068 -0.2238,-4.8419 -0.7865,-5.1897 -0.7016,-0.4336 -0.6706,-0.9349 0.1165,-1.8834 0.7799,-0.9396 0.854,-2.047 0.2716,-4.0569 -0.4407,-1.5205 -0.9027,-6.5473 -1.0268,-11.1707 -0.1241,-4.6234 -0.2991,-9.7301 -0.3888,-11.3483 -0.09,-1.6182 0.1046,-3.9196 0.4319,-5.1143 0.3272,-1.1947 0.2197,-2.8427 -0.2389,-3.6622 -0.6202,-1.1082 -0.4141,-2.0591 0.8044,-3.7121 2.1452,-2.91 2.8779,-5.9035 3.3326,-13.6159 l 0.3743,-6.3502 -4.5354,0.046 c -3.6686,0.037 -5.1015,-0.386 -7.498,-2.2125 -2.6018,-1.9831 -3.9451,-2.312 -11.0291,-2.7003 -5.8627,-0.3213 -9.2404,-0.093 -12.3639,0.8341 -3.8758,1.151 -4.6167,1.7872 -7.5497,6.483 -4.7139,7.5469 -7.4586,10.6186 -9.9781,11.167 -1.223,0.2662 -4.0202,1.0947 -6.2161,1.841 -3.4919,1.1869 -5.0352,1.227 -12.3053,0.3196 -8.1671,-1.0192 -8.3972,-1 -13.1344,1.0951 -2.652,1.1728 -5.18,2.1323 -5.6178,2.1323 -0.4379,0 -1.3368,0.5407 -1.9976,1.2015 -1.6992,1.6993 -8.759,2.9264 -17.5922,3.0579 -10.2563,0.1527 -18.0732,-1.0056 -18.0732,-2.6779 0,-0.4074 -0.7565,-0.7409 -1.6812,-0.7409 -0.9247,0 -1.6812,-0.3482 -1.6812,-0.7737 0,-0.4256 -1.2238,-1.0427 -2.7197,-1.3712 -2.7141,-0.5961 -5.9561,-2.3498 -8.0582,-4.3589 -0.6109,-0.5839 -0.9027,-1.0617 -0.6483,-1.0617 0.2544,0 -1.6036,-2.0011 -4.1288,-4.4469 -2.9594,-2.8665 -4.783,-5.406 -5.1308,-7.1452 -0.2969,-1.484 -0.8493,-2.6982 -1.2277,-2.6982 -0.3784,0 -1.3334,-1.0926 -2.1223,-2.4281 -1.0505,-1.7784 -2.3565,-2.6035 -4.881,-3.0839 -4.0352,-0.7677 -14.2253,-0.7393 -20.3543,0.057 -3.3453,0.4346 -5.1157,0.1916 -7.9858,-1.0961 -2.0281,-0.9099 -4.6332,-1.9384 -5.7891,-2.2855 -3.645,-1.0947 -15.5363,-7.297 -15.8896,-8.2878 -0.186,-0.5216 -1.5503,-2.1012 -3.0316,-3.5101 -3.6698,-3.4906 -4.8274,-5.9104 -4.198,-8.776 0.2915,-1.3269 0.6737,-3.5482 0.8494,-4.9362 0.3978,-3.1438 3.5912,-8.2755 6.8741,-11.0461 2.2704,-1.9161 6.149,-8.6038 6.149,-10.6024 0,-0.4537 1.5131,-2.3025 3.3624,-4.1083 5.062,-4.9429 4.5692,-9.8888 -1.7317,-17.3796 -3.6745,-4.3684 -5.2603,-7.7743 -4.5953,-9.8694 0.2423,-0.7636 0.4973,-3.0779 0.5665,-5.1429 0.069,-2.0649 0.4205,-4.5575 0.7804,-5.5391 0.3791,-1.0342 0.2832,-2.1557 -0.2282,-2.6671 -0.6163,-0.6163 -0.078,-2.0747 1.7844,-4.8343 1.4669,-2.1735 2.8971,-5.1342 3.1782,-6.5796 1.802,-9.2635 18.6486,-21.0352 33.9188,-23.701 7.0175,-1.225 10.5717,-2.7856 11.4283,-5.0178 0.2522,-0.6572 1.8085,-2.0292 3.4585,-3.049 2.8132,-1.7386 2.8924,-1.9021 1.2711,-2.6256 -1.1237,-0.5014 -1.9043,-1.8683 -2.2301,-3.9054 -0.2755,-1.7236 -1.2634,-3.8238 -2.195,-4.6669 -2.7603,-2.4981 -2.3352,-8.864 0.9066,-13.5759 2.3046,-3.3495 2.4909,-4.0453 1.6358,-6.1095 -0.5307,-1.2813 -0.8499,-2.8254 -0.7093,-3.4313 0.1651,-0.7113 -2.5745,-2.1166 -7.7302,-3.9655 -9.7016,-3.4791 -14.9915,-8.0398 -17.6896,-15.2512 -1.6054,-4.2909 -1.645,-5.2293 -0.7277,-17.2542 1.0017,-13.1332 1.3406,-14.3511 6.5798,-23.6446 1.0425,-1.8493 3.8487,-5.3759 6.2361,-7.8368 l 4.3405,-4.4743 -2.9421,0.4968 c -5.6417,0.9525 -21.452,0.882 -25.2184,-0.1125 -2.0805,-0.5494 -5.8755,-1.3633 -8.4333,-1.8086 -7.2834,-1.2682 -17.8409,-8.8231 -18.8685,-13.5022 -0.281,-1.2789 -1.9769,-4.2766 -3.7689,-6.6615 -1.7919,-2.3849 -3.491,-5.3968 -3.7757,-6.6932 -0.7279,-3.314 0.01,-8.1876 1.5754,-10.4245 0.7302,-1.0426 1.3277,-2.5656 1.3277,-3.3844 0,-1.6724 11.2255,-14.7965 13.3448,-15.6018 1.6378,-0.6224 4.606,-4.2287 4.8503,-5.8932 0.096,-0.6545 2.3208,-3.3268 4.944,-5.9384 6.3124,-6.2846 7.2655,-7.3913 10.4881,-12.1779 2.7718,-4.1169 9.0435,-10.6437 10.2277,-10.6437 0.3546,0 0.4418,-0.5293 0.1936,-1.176 -0.2482,-0.6467 -0.047,-1.4256 0.4467,-1.7308 0.4938,-0.3052 0.8979,-1.1375 0.8979,-1.8497 0,-1.5262 5.5755,-11.0754 7.5298,-12.8964 0.7442,-0.6935 1.8408,-2.4459 2.4368,-3.8942 0.5959,-1.4482 2.1909,-3.6942 3.5442,-4.9908 1.3535,-1.2967 2.4713,-2.7596 2.4842,-3.251 0.013,-0.4915 1.1477,-2.3794 2.5219,-4.1956 1.3741,-1.8161 2.4984,-3.7472 2.4984,-4.2913 0,-0.544 2.0805,-2.9568 4.6234,-5.3618 2.5428,-2.4049 4.6233,-4.8911 4.6233,-5.5249 0,-0.6338 0.8618,-1.8418 1.915,-2.6844 1.0533,-0.8426 3.0392,-3.1316 4.4133,-5.0867 1.374,-1.9551 2.97,-3.5628 3.5465,-3.5726 1.5888,-0.027 7.6248,-5.7716 11.3257,-10.7787 1.8116,-2.4509 4.2133,-4.8058 5.3371,-5.2331 1.2577,-0.4781 2.0433,-1.4473 2.0433,-2.5206 0,-0.9591 0.5789,-2.8632 1.2864,-4.2315 0.9236,-1.786 1.0501,-2.9294 0.4482,-4.0539 -0.5331,-0.9961 -0.5558,-2.551 -0.062,-4.2715 0.8705,-3.0349 -0.895,-11.6031 -3.1048,-15.0683 -1.5312,-2.4013 -2.1504,-7.1436 -2.2623,-17.3267 -0.078,-7.11086 0.085,-7.85589 2.7082,-12.39897 1.5353,-2.65842 3.0649,-4.83356 3.3992,-4.83356 0.3343,0 0.5689,-1.04023 0.5213,-2.31168 -0.097,-2.59432 1.0639,-4.63935 2.226,-3.92115 0.4214,0.26047 0.6631,0.16171 0.5371,-0.21937 -0.3799,-1.1495 4.5569,-7.8242 8.7038,-11.7679 3.4007,-3.23404 4.8611,-5.70463 8.6087,-14.56377 0.2934,-0.69348 1.6331,-3.19376 2.9772,-5.5561 1.544,-2.71373 2.6434,-6.11827 2.9859,-9.24672 0.2982,-2.72335 1.2411,-6.6538 2.0952,-8.73432 0.8542,-2.08052 2.742,-6.99812 4.1951,-10.928 1.4531,-3.92981 2.9652,-7.90174 3.3602,-8.82639 3.0917,-7.2368 4.3681,-9.66707 5.0772,-9.66707 0.4511,0 1.057,-0.94306 1.3463,-2.09573 0.2893,-1.15264 0.8331,-1.90589 1.2085,-1.67388 0.3754,0.23202 0.9268,-0.69014 1.2253,-2.04925 0.2985,-1.3591 1.0858,-2.92183 1.7496,-3.47272 0.6638,-0.5509 1.2069,-1.53804 1.2069,-2.19366 0,-1.61301 3.1043,-5.88978 6.935,-9.55438 1.7338,-1.65857 3.1523,-3.46643 3.1523,-4.01746 0,-0.55105 0.3462,-1.00191 0.7693,-1.00191 0.423,0 1.6524,-0.78653 2.7319,-1.74787 1.8912,-1.68403 1.9385,-2.02939 1.2972,-9.45689 -0.3662,-4.23997 -1.2404,-11.01772 -1.9427,-15.06168 -0.7023,-4.04397 -1.0424,-7.73215 -0.7558,-8.19597 0.2867,-0.46383 0.098,-0.84333 -0.4187,-0.84333 -0.5541,0 -0.6607,-0.43118 -0.2597,-1.05076 0.374,-0.57792 0.6878,-4.26611 0.6972,-8.19597 0.029,-11.84528 5.339,-24.29772 15.9532,-37.40727 1.8716,-2.31169 4.4048,-5.52703 5.6294,-7.14521 2.5708,-3.39719 10.9718,-12.21236 11.6251,-12.19834 0.2426,0.005 0.9992,-0.4607 1.6812,-1.03534 10.5763,-8.90949 16.1401,-10.83703 30.2414,-10.47688 5.317,0.1358 10.9027,0.51408 12.4129,0.84062 3.414,0.73822 18.6465,-0.20614 23.7335,-1.47139 2.0805,-0.51747 7.1872,-1.27871 11.3483,-1.69164 10.8702,-1.07874 23.1549,-3.03706 25.9035,-4.12932 1.3015,-0.51721 5.3434,-0.94038 8.9819,-0.94038 3.6385,0 7.6648,-0.39894 8.9472,-0.88653 1.2825,-0.4876 6.1302,-0.89627 10.7726,-0.90816 4.6424,-0.0118 10.3306,-0.50554 12.6404,-1.09701 2.7216,-0.69689 5.0885,-0.81842 6.7249,-0.34529 1.3889,0.40155 4.2839,0.53148 6.4334,0.28875 2.1494,-0.24274 7.7265,0.13218 12.3935,0.83315 4.6669,0.70096 8.6993,1.27448 8.9608,1.27448 0.2615,0 0.226,0.40358 -0.079,0.89684 -0.3048,0.49325 -0.043,0.79473 0.5809,0.66994 0.6243,-0.12478 3.0054,0.61771 5.2913,1.64998 2.286,1.03228 5.032,2.09667 6.1024,2.36532 1.0704,0.26865 2.1665,0.84498 2.4358,1.28073 0.2693,0.43575 2.5354,1.69699 5.0358,2.80276 2.5003,1.10577 4.549,2.31502 4.5526,2.68721 0.01,0.88986 4.1177,2.77825 6.0454,2.77825 0.8324,0 1.5136,0.29721 1.5136,0.66048 0,2.13008 12.311,1.44299 34.8854,-1.94698 6.5477,-0.98325 12.1912,-1.25713 19.3341,-0.93828 13.5688,0.60569 28.0169,2.50303 31.1026,4.08439 3.1128,1.59523 11.419,4.02468 13.7602,4.02468 0.953,0 2.9752,1.07545 4.494,2.38991 4.6106,3.99057 13.6843,7.98611 17.784,7.83104 2.8273,-0.10694 4.0054,0.30014 5.5131,1.90505 1.0546,1.12259 4.0527,2.89122 6.6625,3.93031 2.6096,1.03909 5.491,2.3908 6.403,3.00383 0.9119,0.61301 2.4251,1.12036 3.3625,1.12743 1.4083,0.0106 1.4853,0.1544 0.4434,0.82775 -1.0691,0.69089 -1.0296,0.81683 0.2597,0.82774 0.8364,0.007 1.2869,0.39114 1.0011,0.85348 -0.6382,1.0328 0.6266,1.11344 1.7233,0.10988 1.0397,-0.9513 7.2362,-0.16458 6.6154,0.83989 -0.2608,0.42208 0.5933,0.76345 1.8981,0.7586 4.0117,-0.0149 6.0479,0.307 5.6825,0.89835 -0.5303,0.85805 1.3714,2.10108 5.0085,3.27364 1.801,0.58068 5.2056,2.52953 7.5654,4.33077 2.3599,1.80126 5.1393,3.49632 6.1763,3.76681 1.0371,0.2705 1.6885,0.81076 1.4476,1.20059 -0.2409,0.38982 0.3747,1.14376 1.3681,1.67542 1.4648,0.78388 1.6843,0.75213 1.1611,-0.16798 -0.5199,-0.91451 -0.4254,-0.93078 0.487,-0.0839 0.6227,0.57792 1.9223,1.05077 2.8881,1.05077 1.0595,0 4.8131,2.91675 9.4655,7.35535 4.2403,4.04546 10.4027,9.81416 13.6941,12.81935 3.2915,3.0052 6.5436,5.9856 7.2269,6.62315 0.6834,0.63752 1.0435,1.67779 0.8002,2.31167 -0.2458,0.64038 0.084,1.15253 0.7427,1.15253 0.6517,0 1.4548,0.43673 1.7847,0.9705 0.4096,0.66269 0.2253,0.7394 -0.5809,0.24187 -0.6493,-0.40075 -0.2349,0.45106 0.921,1.89289 1.1558,1.44184 2.6897,2.79139 3.4087,2.99904 0.7189,0.20762 1.9397,1.6616 2.7129,3.23104 0.773,1.56945 1.4142,2.55454 1.4247,2.18907 0.011,-0.36546 0.9435,0.20195 2.0733,1.26092 2.5113,2.35381 3.8771,5.76739 3.2567,8.13977 -0.384,1.46821 -0.087,1.77145 1.7362,1.77145 2.1359,0 2.9471,1.12005 1.4718,2.03186 -0.9107,0.56285 -0.1839,4.69304 0.8259,4.69304 0.4084,0 0.7426,0.56741 0.7426,1.26092 0,0.6935 0.5674,1.26092 1.2609,1.26092 0.7765,0 1.2609,0.78839 1.2609,2.05191 0,1.12856 0.3783,2.28571 0.8406,2.57146 0.4624,0.28574 0.8406,1.01878 0.8406,1.62898 0,1.27726 4.8939,9.86367 7.588,13.31335 1.0782,1.38054 1.6037,2.90247 1.2871,3.72756 -0.3499,0.91196 0.2304,2.05219 1.6773,3.29546 1.3281,1.14126 1.9614,2.30711 1.5844,2.91706 -0.3756,0.60772 -0.2749,0.79789 0.2504,0.47322 0.523,-0.3233 1.0995,0.72909 1.4253,2.60209 0.3008,1.72975 1.0929,4.27979 1.7602,5.66676 0.6673,1.38704 1.6151,4.14097 2.1063,6.1198 0.4911,1.97889 1.2063,3.40435 1.5893,3.16764 0.383,-0.2367 0.6963,0.50508 0.6963,1.6484 0,1.14332 0.3947,3.12234 0.8773,4.39787 0.4826,1.27553 1.1084,3.37491 1.3907,4.66522 0.2824,1.29038 0.8174,2.15813 1.1891,1.92837 0.6003,-0.37096 0.8304,1.00397 1.0083,6.02307 0.1531,4.32275 1.018,7.73303 1.8335,7.2291 0.5684,-0.35133 0.6455,-0.1484 0.2106,0.55496 -1.3132,2.125 -1.1326,5.97293 0.3083,6.56785 1.588,0.65564 2.228,8.6037 0.7659,9.51159 -0.4752,0.29507 -0.6003,0.9632 -0.2779,1.48478 0.3223,0.52158 0.911,0.74751 1.308,0.50208 1.6146,-0.99779 2.1765,6.20944 1.3108,16.81077 -0.1395,1.70759 0.3222,2.89583 1.43,3.68024 1.3099,0.92745 1.4095,1.30452 0.4995,1.89135 -0.9518,0.61396 -0.9482,0.85424 0.022,1.47961 0.6766,0.43614 0.884,1.19085 0.4983,1.81476 -0.99,1.60201 -1.2966,10.33177 -0.3826,10.89667 0.4375,0.2704 1.0347,3.1216 1.3271,6.3362 0.2924,3.2145 0.8803,6.5065 1.3065,7.3155 0.4261,0.8092 0.5948,1.4711 0.3749,1.4711 -0.2199,0 0.5234,2.7142 1.6517,6.0315 1.1283,3.3174 2.0514,6.938 2.0514,8.0459 0,1.1079 0.5675,2.5817 1.261,3.2752 1.4103,1.4104 1.725,3.2081 0.4203,2.4018 -0.4624,-0.2858 -0.8407,-0.1023 -0.8407,0.4075 0,0.51 0.6228,0.816 1.3839,0.6801 0.7611,-0.1358 1.5492,0.2258 1.7513,0.8038 0.202,0.5779 -0.263,1.0508 -1.0336,1.0508 -2.0692,0 -1.0432,1.9779 1.3148,2.5345 1.378,0.3253 1.6957,0.6864 0.9883,1.1236 -0.5732,0.3543 -1.0423,1.2147 -1.0423,1.9121 0,0.9152 0.5033,1.1083 1.8085,0.694 1.4136,-0.4487 1.6991,-0.2894 1.3081,0.7297 -0.2752,0.717 -0.048,1.4873 0.5033,1.7118 0.7459,0.3034 0.7338,0.4253 -0.047,0.4747 -0.578,0.036 -1.0509,0.6503 -1.0509,1.364 0,0.7365 0.5876,1.191 1.3583,1.0509 1.8148,-0.3301 4.9124,3.8382 4.2109,5.6663 -0.4689,1.222 -0.7502,1.2607 -2.0065,0.2757 -1.328,-1.0411 -1.3539,-1.0089 -0.2841,0.3537 0.6472,0.8245 1.5929,1.3586 2.1015,1.1869 1.4762,-0.4982 4.122,4.6111 4.0102,7.744 -0.095,2.6696 -0.02,2.7554 1.1113,1.2609 0.7496,-0.9906 1.2639,-1.2019 1.3454,-0.5527 0.176,1.403 0.3665,2.0373 1.1397,3.7953 0.3589,0.816 0.4507,2.2561 0.2037,3.2004 -0.3163,1.2095 0.09,1.9687 1.3763,2.5692 4.4094,2.0594 8.1665,11.8548 11.0823,28.893 0.6329,3.6987 1.7838,9.3729 2.5576,12.6092 1.5026,6.2852 1.8695,19.0835 0.8556,29.8418 -0.5912,6.2731 -2.5508,12.7787 -5.6048,18.6079 -0.8808,1.6811 -1.6015,4.0816 -1.6015,5.3342 0,1.2527 -0.7069,3.2817 -1.5709,4.509 -0.864,1.2272 -1.8241,3.0474 -2.1335,4.045 -0.3094,0.9975 -1.1156,2.0259 -1.7915,2.2853 -0.6759,0.2594 -1.2475,1.1454 -1.2702,1.969 -0.022,0.8236 -1.5357,3.0106 -3.3625,4.8599 -1.8267,1.8493 -3.5564,4.119 -3.844,5.0437 -0.802,2.5789 -6.0171,8.6545 -7.9574,9.2703 -0.9507,0.3017 -1.549,1.0169 -1.3294,1.5893 0.2197,0.5724 -0.6986,2.6757 -2.0407,4.674 -1.342,1.9982 -2.44,4.1437 -2.44,4.7676 0,0.6239 -0.7161,1.1344 -1.5912,1.1344 -0.8753,0 -1.8092,0.5674 -2.0753,1.2609 -0.266,0.6936 -1.0854,1.261 -1.8207,1.261 -0.7354,0 -1.108,0.3704 -0.8282,0.8232 0.2799,0.4528 0.081,1.6224 -0.4416,2.5993 -0.5229,0.9768 -1.0883,2.8651 -1.2568,4.1963 -0.3756,2.968 -2.7815,6.3219 -6.9093,9.6319 -1.7172,1.377 -4.3618,3.699 -5.8765,5.16 -2.3949,2.3097 -11.6877,6.1689 -14.8579,6.1705 -1.008,0 -11.5461,11.2822 -16.3351,17.4879 -2.9454,3.8166 -4.0372,5.8136 -7.213,13.1941 -1.7163,3.9884 -7.995,13.8701 -8.813,13.8701 -0.3146,0 -4.3367,3.6288 -8.9378,8.064 -4.6012,4.4351 -9.7843,8.793 -11.5181,9.6841 -1.7338,0.8911 -3.1584,1.8962 -3.166,2.2335 -0.01,0.3373 -2.6631,1.9325 -5.9014,3.5447 -3.2383,1.6123 -7.1094,3.9757 -8.6026,5.2519 -1.4932,1.2763 -3.1414,2.3214 -3.6627,2.3225 -0.5213,0 -1.4246,0.5763 -2.0072,1.2784 -1.5593,1.8788 -5.8005,3.6453 -9.8619,4.1075 -3.7519,0.4269 -5.3631,1.1456 -10.9873,4.9013 -3.418,2.2824 -5.574,5.0291 -4.6628,5.9403 0.2611,0.2611 0.1939,0.9295 -0.1494,1.4851 -0.3435,0.5556 -0.7831,3.5124 -0.977,6.5706 -0.194,3.0583 -0.8264,8.3976 -1.4056,11.8651 -0.9899,5.9274 -1.0413,14.0118 -0.1626,25.6124 0.2191,2.8934 0,5.4732 -0.5139,6.0944 -0.5008,0.6033 -0.5452,1.0771 -0.1011,1.0771 0.4629,0 0.5685,1.7491 0.2537,4.203 -0.2966,2.3117 -0.2288,4.2031 0.1507,4.2031 0.3794,0 0.6899,0.4006 0.6899,0.8903 0,0.4896 -0.3134,0.6965 -0.6964,0.4598 -0.383,-0.2367 -0.5224,1.7269 -0.3099,4.3636 0.2126,2.6367 0.712,4.9191 1.11,5.0719 0.3979,0.1529 0.3512,0.9735 -0.1037,1.8236 -0.572,1.0688 -0.5327,1.6437 0.1272,1.8637 0.706,0.2353 0.6965,0.8001 -0.036,2.1694 -0.5449,1.0182 -0.6489,1.8512 -0.2312,1.8512 0.9795,0 1.9791,5.9784 1.8895,11.3001 -0.065,3.877 0.016,4.0457 1.2177,2.5219 1.2711,-1.6122 1.2855,-1.6115 1.1194,0.048 -0.5171,5.1694 2.1705,20.5949 3.5884,20.5949 0.4022,0 0.7314,0.546 0.7314,1.2133 0,0.6673 0.798,1.7722 1.7734,2.4554 0.9754,0.6832 1.6058,1.7448 1.4011,2.3592 -0.444,1.332 2.3134,7.8645 4.5114,10.6877 0.8585,1.1025 1.5608,2.7102 1.5608,3.5725 0,0.8624 0.3783,1.5679 0.8406,1.5679 0.4624,0 0.8406,1.1348 0.8406,2.5218 0,1.387 0.3152,2.5219 0.7006,2.5219 0.3852,0 0.7347,0.4728 0.7766,1.0507 0.2631,3.6332 1.1034,6.5683 2.6883,9.3898 0.9955,1.7724 1.6949,4.2149 1.5543,5.4276 -0.2182,1.8811 -0.8731,2.359 -4.4588,3.2533 -12.2278,3.0497 -19.0595,3.8743 -33.2042,4.0081 -18.552,0.1754 -29.5969,1.6707 -37.4073,5.0643 -4.5253,1.9663 -11.6388,3.5791 -18.4102,4.1739 -5.3523,0.4701 -7.0641,0.9751 -8.8178,2.6013 -1.5664,1.4523 -3.1482,2.0179 -5.6441,2.0179 -2.195,0 -4.2523,0.6171 -5.6051,1.6812 -1.1756,0.9247 -2.3368,1.6813 -2.5805,1.6813 -0.2437,0 -1.5081,0.4363 -2.8096,0.9698 -1.3015,0.5333 -2.9235,1.0796 -3.6043,1.214 -0.6808,0.1343 -1.6683,0.8327 -2.1942,1.552 -0.5259,0.7193 -1.3411,1.3079 -1.8115,1.3079 -0.4703,0 -1.3226,0.5632 -1.8939,1.2516 -0.5714,0.6884 -1.3836,1.0386 -1.805,0.7782 -0.4214,-0.2605 -0.6622,-0.01 -0.5352,0.5688 0.127,0.5733 -0.9039,1.3096 -2.2909,1.6362 -1.387,0.3266 -4.35,1.3987 -6.5844,2.3825 -2.2344,0.9838 -4.5853,1.7888 -5.2243,1.7888 -0.6389,0 -1.5433,0.713 -2.0097,1.5845 -0.4664,0.8715 -1.709,1.8239 -2.7615,2.1164 -1.0524,0.2925 -3.0484,1.999 -4.4354,3.7923 -1.387,1.7933 -4.2241,4.4505 -6.3046,5.905 -9.4647,6.6171 -11.071,7.8945 -12.3159,9.7946 -0.73,1.1141 -1.628,2.0255 -1.9957,2.0255 -1.4333,0 -7.5464,4.5667 -7.9918,5.9701 -0.259,0.816 -2.4394,2.8509 -4.8452,4.5221 -8.3311,5.7869 -10.1758,7.2262 -14.863,11.5965 -2.5899,2.4149 -5.8951,5.0187 -7.3446,5.7864 -1.8417,0.9754 -2.7179,2.1148 -2.9088,3.7827 -0.2311,2.0186 -0.7018,2.4283 -3.0491,2.6537 -2.0776,0.1997 -3.0188,0.8339 -3.742,2.5218 -1.517,3.541 -9.9085,12.0571 -14.0772,14.2865 -4.848,2.5927 -14.453,5.1561 -19.4151,5.1816 -2.125,0.011 -5.0045,0.5888 -6.3988,1.2843 -1.3943,0.6956 -4.2781,1.5903 -6.4085,1.9884 -2.1303,0.3979 -4.7701,1.3111 -5.866,2.0293 -1.096,0.718 -3.6607,1.7417 -5.6994,2.2747 -4.5172,1.1811 -10.9684,4.1554 -12.113,5.5846 -0.4623,0.5774 -4.0133,1.8286 -7.8911,2.7805 -5.9574,1.4624 -9.5416,1.7174 -23.1168,1.6447 -8.8365,-0.047 -17.3112,-0.3809 -18.8328,-0.7414 z"
46
+ id="path3189" />
47
+ <path
48
+ id="path4659"
49
+ style="fill:#f4e3d7;stroke-width:0.840612"
50
+ d="M 4997.2718 845.25189 C 4988.5093 845.21699 4980.9417 846.66853 4958.6038 852.66791 C 4956.9857 853.10251 4953.5848 855.17036 4951.0452 857.26166 C 4948.5057 859.35295 4946.1469 861.06439 4945.805 861.06439 C 4945.4631 861.06439 4942.6374 862.62079 4939.5257 864.52533 C 4931.5434 869.41104 4928.2835 870.39065 4918.2542 870.90814 C 4913.0601 871.17614 4908.9084 871.79598 4908.1663 872.41595 C 4907.4728 872.99539 4905.7641 874.04751 4904.3675 874.75384 C 4900.9927 876.46062 4897.6265 879.89954 4894.3167 885.02142 C 4892.8229 887.33311 4890.7875 889.94554 4889.7933 890.82806 C 4888.7991 891.71057 4887.5724 893.96318 4887.0687 895.83392 C 4886.5649 897.70465 4885.337 900.29972 4884.3401 901.59955 C 4883.3432 902.89937 4881.6772 905.05025 4880.637 906.3808 C 4879.5967 907.71136 4878.7464 909.57518 4878.7464 910.52142 C 4878.7464 911.46767 4878.4336 912.43549 4878.0511 912.67181 C 4877.6687 912.9082 4876.6721 915.48278 4875.8362 918.39447 C 4873.9608 924.92737 4872.6194 928.31244 4871.9085 928.31244 C 4871.6104 928.31244 4871.3854 928.78532 4871.4065 929.36322 C 4871.5896 934.29201 4870.9777 938.48339 4869.9202 939.54095 C 4869.2266 940.23443 4868.6585 941.72707 4868.6585 942.85931 C 4868.6585 943.9916 4868.1163 945.36967 4867.4534 945.91986 C 4866.7905 946.46999 4864.148 951.20703 4861.5804 956.4472 C 4858.9624 961.79029 4854.8766 968.45811 4852.2776 971.62884 C 4849.7286 974.73857 4846.0715 980.16532 4844.1526 983.68939 C 4842.2336 987.21345 4840.2061 990.66583 4839.6448 991.35931 C 4839.0837 992.0528 4838.4059 994.04876 4838.139 995.79681 C 4837.872 997.5448 4837.0881 1000.1103 4836.3968 1001.496 C 4835.1062 1004.0831 4835.3928 1005.5559 4838.43 1011.9531 C 4842.9973 1021.573 4844.8255 1040.0162 4842.0882 1048.8456 C 4841.098 1052.0394 4838.3121 1055.254 4835.1233 1056.8808 C 4831.6502 1058.6528 4819.9356 1070.2432 4818.6839 1073.1464 C 4817.262 1076.4442 4809.6925 1085.527 4807.3616 1086.7324 C 4805.3009 1087.7981 4802.8584 1090.8059 4793.5862 1103.6933 C 4791.8784 1106.0669 4790.4808 1108.3719 4790.4808 1108.8163 C 4790.4808 1109.2606 4789.7258 1110.3096 4788.8011 1111.1464 C 4787.8765 1111.9832 4787.1194 1112.9853 4787.1194 1113.3749 C 4787.1194 1113.7645 4785.8441 1115.8809 4784.2855 1118.0781 C 4782.7268 1120.2752 4780.9832 1123.5254 4780.4124 1125.2988 C 4779.8416 1127.0723 4777.8069 1130.3168 4775.8909 1132.5097 C 4771.9518 1137.0182 4769.5895 1139.9215 4763.5901 1147.6249 C 4761.2872 1150.5818 4758.633 1153.5398 4757.6917 1154.1992 C 4756.7503 1154.8586 4754.5285 1157.3578 4752.7542 1159.7519 C 4750.9799 1162.146 4748.0571 1165.6468 4746.2581 1167.5331 C 4737.682 1176.526 4736.224 1179.1281 4735.2776 1187.1191 C 4734.8676 1190.5801 4735.2056 1192.3718 4737.1526 1197.0566 C 4738.459 1200.2001 4739.5924 1202.8797 4739.6722 1203.0097 C 4739.7522 1203.1398 4740.5962 1203.3965 4741.5491 1203.58 C 4743.2299 1203.9037 4747.6005 1206.3752 4748.4515 1207.4843 C 4748.9615 1208.1488 4761.3217 1211.5908 4764.844 1212.0488 C 4767.8649 1212.4416 4770.3845 1211.2916 4768.2757 1210.4824 C 4766.2767 1209.7154 4766.631 1205.9557 4768.8362 1204.5312 C 4774.0407 1201.1692 4790.398 1198.8104 4796.0296 1200.6093 C 4797.3701 1201.0375 4800.2808 1201.6291 4802.4964 1201.9257 C 4805.2355 1202.2923 4807.4273 1203.2592 4809.348 1204.9452 C 4812.8138 1207.9882 4816.998 1209.5882 4818.4495 1208.4257 C 4819.0178 1207.9706 4821.7516 1206.9476 4824.5257 1206.1523 C 4827.2997 1205.3571 4829.8482 1204.2721 4830.1878 1203.7402 C 4831.8499 1201.1372 4829.9602 1184.788 4827.7405 1182.5683 C 4826.8769 1181.7048 4824.605 1181.345 4820.0569 1181.3515 C 4809.9852 1181.3665 4809.7931 1181.3177 4810.3812 1178.8456 C 4811.1659 1175.5467 4812.1724 1174.7399 4816.2737 1174.1249 C 4818.9405 1173.725 4819.735 1173.3271 4818.9378 1172.791 C 4817.8466 1172.0572 4818.9481 1172.1359 4826.8909 1173.3593 C 4831.5239 1174.0729 4837.555 1181.7369 4837.555 1186.9101 C 4837.555 1188.1717 4837.9891 1190.4052 4838.5198 1191.873 C 4839.2556 1193.9076 4839.2342 1196.2188 4838.4261 1201.5995 C 4837.843 1205.4814 4837.3134 1209.8861 4837.2503 1211.3886 L 4837.1351 1214.121 L 4830.3069 1214.121 C 4825.2305 1214.121 4822.4716 1214.5665 4819.5491 1215.8593 C 4815.349 1217.7172 4811.5853 1217.5132 4809.7718 1215.3281 C 4809.2209 1214.6643 4808.0497 1214.121 4807.1702 1214.121 C 4806.2197 1214.121 4805.2328 1213.2308 4804.7366 1211.9257 C 4804.1115 1210.2816 4803.473 1209.8421 4802.1976 1210.1757 C 4801.2609 1210.4206 4799.4721 1210.0858 4798.221 1209.4335 C 4795.5298 1208.0295 4786.5432 1207.8557 4783.1819 1209.1425 C 4781.8803 1209.6407 4778.9233 1210.5622 4776.6116 1211.1894 L 4772.4085 1212.3281 L 4777.4573 1212.3847 C 4780.2344 1212.4157 4783.8286 1212.0528 4785.4437 1211.58 C 4787.7073 1210.9173 4789.6328 1211.0517 4793.844 1212.1699 C 4800.2258 1213.8643 4801.7744 1215.0763 4801.0823 1217.8339 C 4800.6581 1219.5238 4800.939 1219.8688 4802.9905 1220.1699 C 4804.314 1220.3641 4806.1086 1220.2432 4806.9769 1219.9023 C 4809.9772 1218.7237 4821.5032 1219.1057 4824.764 1220.4921 C 4826.4828 1221.223 4828.8346 1221.9521 4829.9905 1222.1113 C 4834.3685 1222.7141 4836.6611 1224.2658 4842.1976 1230.3788 C 4847.2926 1236.0042 4848.1128 1236.5959 4849.8909 1235.9199 C 4852.5361 1234.9142 4858.0026 1237.0647 4862.1468 1240.7421 C 4863.8819 1242.2817 4865.5892 1243.541 4865.9417 1243.541 C 4866.2942 1243.541 4868.8679 1245.7165 4871.6605 1248.3749 C 4876.2979 1252.7897 4876.8613 1253.7192 4878.1644 1259.0937 C 4878.9492 1262.33 4879.5894 1265.4996 4879.5882 1266.1386 C 4879.5882 1266.7775 4880.3669 1268.5624 4881.3206 1270.1054 C 4882.7961 1272.4929 4883.2821 1272.769 4884.5823 1271.957 C 4885.8008 1271.1961 4888.5564 1271.7212 4898.1898 1274.5468 C 4904.8332 1276.4955 4911.593 1278.6026 4913.2112 1279.2285 C 4916.8455 1280.6341 4919.3382 1280.791 4920.4437 1279.6855 C 4921.0079 1279.1213 4923.5699 1279.1658 4928.1839 1279.8183 C 4933.5693 1280.5798 4935.7717 1280.565 4938.2269 1279.7519 C 4942.2401 1278.4228 4943.4799 1277.3585 4950.5394 1269.1816 C 4953.7328 1265.4829 4957.895 1261.1457 4959.7874 1259.5449 C 4961.6799 1257.9441 4965.2663 1254.8028 4967.7581 1252.5644 C 4970.2498 1250.326 4974.2215 1247.485 4976.5843 1246.2499 C 4980.5492 1244.1773 4981.8173 1243.979 4993.0472 1243.6894 L 5005.2151 1243.3769 L 5013.0315 1237.5019 C 5018.0863 1233.7026 5021.2407 1230.6878 5021.9593 1228.9687 C 5022.5705 1227.5066 5023.6554 1225.8246 5024.3694 1225.2324 C 5026.4049 1223.5444 5037.3005 1221.5921 5043.8558 1221.7402 C 5051.1291 1221.9045 5056.7252 1220.1113 5059.014 1216.8827 C 5059.927 1215.5951 5063.4843 1211.8926 5066.9202 1208.6562 C 5072.9661 1202.9613 5079.6224 1195.1783 5083.9769 1188.7109 C 5086.1387 1185.5003 5091.4762 1181.3378 5093.43 1181.3378 C 5094.0313 1181.3378 5095.1839 1180.6063 5095.9925 1179.7128 C 5096.8011 1178.8193 5097.997 1178.2921 5098.6507 1178.5429 C 5099.3043 1178.7938 5100.8183 1178.3596 5102.014 1177.5761 C 5103.2098 1176.7926 5105.0036 1176.3496 5106.0003 1176.5917 C 5110.0108 1177.5658 5113.4545 1171.318 5110.3343 1168.7285 C 5109.6408 1168.1529 5109.0745 1167.1608 5109.0745 1166.5253 C 5109.0745 1164.3465 5103.3148 1158.9441 5099.9026 1157.9218 C 5095.408 1156.5752 5092.2032 1152.4786 5089.7933 1144.996 C 5088.711 1141.6357 5087.9036 1138.7572 5087.9983 1138.5995 C 5088.0933 1138.4418 5087.5238 1137.8406 5086.7347 1137.2636 C 5085.5532 1136.3996 5085.513 1136.1327 5086.5003 1135.7538 C 5087.4707 1135.3815 5087.5844 1134.0335 5087.098 1128.6835 C 5086.7676 1125.0478 5086.4707 1121.2977 5086.4378 1120.3495 C 5086.4048 1119.4013 5084.6518 1116.9437 5082.5433 1114.8867 C 5076.6638 1109.1509 5074.3261 1105.0932 5074.4847 1100.9003 C 5074.5587 1098.9397 5073.8365 1094.4813 5072.8792 1090.9921 C 5071.9219 1087.5028 5071.3773 1083.8006 5071.6683 1082.7656 C 5072.054 1081.3932 5071.9748 1081.2048 5071.3773 1082.0702 C 5069.3953 1084.9416 5069.9977 1074.4726 5072.1468 1068.6952 C 5074.1816 1063.2255 5077.2868 1057.002 5078.473 1056.0175 C 5080.3621 1054.4497 5079.8425 1050.8173 5077.2776 1047.6601 C 5075.9714 1046.0521 5074.6116 1043.9814 5074.2562 1043.0566 C 5073.1284 1040.1222 5072.2531 1032.1624 5072.9612 1031.2773 C 5073.9532 1030.0376 5074.3447 1014.1025 5073.3909 1013.787 C 5072.9522 1013.642 5073.4134 1012.3713 5074.4163 1010.9628 C 5075.4193 1009.5542 5076.0016 1008.1613 5075.7093 1007.8691 C 5075.417 1007.5769 5075.6748 1005.8348 5076.2815 1003.996 C 5077.2607 1001.0289 5077.1648 999.74324 5075.4398 992.58197 C 5073.7389 985.52074 5073.0364 984.00138 5069.8128 980.41595 C 5067.7867 978.16253 5064.7277 975.48345 5063.014 974.46087 C 5061.3004 973.43839 5058.6718 971.45291 5057.1722 970.05072 L 5054.4456 967.50189 L 5054.9827 958.09173 C 5055.4721 949.52349 5055.357 948.34759 5053.6976 944.91986 C 5052.6759 942.80933 5052.117 940.52444 5052.4261 939.71869 C 5052.8018 938.73982 5052.0322 937.29434 5050.012 935.18744 C 5046.9799 932.02515 5043.0428 925.13321 5043.8226 924.35345 C 5044.0609 924.11516 5043.1433 922.73382 5041.7835 921.28314 C 5040.01 919.39109 5039.3097 917.80281 5039.3069 915.66205 C 5039.3069 914.02079 5038.8929 912.2675 5038.3929 911.76752 C 5037.8929 911.26754 5037.1152 905.23358 5036.6644 898.35931 C 5035.9763 887.86969 5035.5154 885.18561 5033.7933 881.65814 C 5032.6647 879.34645 5031.1625 876.13179 5030.4554 874.51361 C 5027.8568 868.56693 5024.4692 863.74765 5019.4749 858.89252 C 5016.6605 856.15661 5013.6346 852.65197 5012.7503 851.10541 C 5010.2154 846.67238 5006.5565 845.28888 4997.2718 845.25189 z M 4892.805 1002.289 C 4893.5483 1002.289 4893.8725 1002.5712 4893.5257 1002.9179 C 4893.1789 1003.2647 4892.4855 1003.5488 4891.9847 1003.5488 C 4891.4838 1003.5488 4890.9175 1004.0216 4890.7249 1004.5995 C 4890.4976 1005.2815 4891.2419 1005.6503 4892.848 1005.6503 C 4900.326 1005.6503 4902.9943 1006.6449 4908.9358 1011.6464 C 4912.1588 1014.3594 4915.2077 1016.5781 4915.7112 1016.5781 C 4916.2146 1016.5781 4916.8436 1017.1462 4917.1097 1017.8398 C 4917.4174 1018.6416 4918.3335 1018.9663 4919.6233 1018.7324 C 4920.7571 1018.5268 4921.4365 1018.7121 4921.1644 1019.1523 C 4920.8964 1019.5857 4921.3037 1019.9413 4922.0687 1019.9413 C 4922.8337 1019.9413 4924.4626 1020.643 4925.6898 1021.5019 C 4926.9171 1022.3609 4928.8678 1023.2802 4930.0237 1023.5449 C 4931.1795 1023.8096 4933.6373 1024.4228 4935.4866 1024.9062 C 4937.336 1025.3897 4940.3378 1025.7936 4942.1565 1025.8046 C 4948.3526 1025.8426 4954.8637 1028.2875 4959.1858 1032.1992 C 4961.4086 1034.2109 4963.7233 1035.8693 4964.3284 1035.8847 C 4964.9337 1035.8997 4965.1942 1036.2914 4964.9085 1036.7538 C 4964.6228 1037.2161 4964.8353 1037.5937 4965.3792 1037.5937 C 4966.499 1037.5937 4972.4749 1042.6274 4972.4749 1043.5702 C 4972.4749 1043.9082 4973.2553 1045.0841 4974.2112 1046.1835 C 4975.9545 1048.1885 4975.9652 1050.0872 4974.2386 1051.2402 C 4972.7672 1052.2228 4971.0838 1051.9547 4966.5901 1050.0195 L 4966.5901 1050.0175 C 4961.1835 1047.6891 4956.5568 1044.5547 4950.9085 1039.3925 C 4946.4589 1035.3258 4946.2085 1035.2216 4935.637 1033.08 C 4925.122 1030.9498 4923.054 1030.2747 4914.4593 1026.1601 C 4912.1409 1025.0503 4909.7431 1024.1425 4909.1292 1024.1425 C 4908.5152 1024.1425 4907.0508 1023.3856 4905.8753 1022.4609 C 4904.6997 1021.5362 4903.2791 1020.7792 4902.719 1020.7792 C 4901.3634 1020.7792 4896.5595 1018.3584 4895.9456 1017.3652 C 4895.1846 1016.134 4888.5951 1016.4935 4886.7815 1017.8652 C 4885.0126 1019.2034 4875.434 1019.5019 4872.4417 1018.3124 C 4871.5171 1017.9448 4869.8345 1017.9908 4868.7034 1018.414 C 4866.4232 1019.2671 4853.3189 1017.9801 4848.5315 1016.4335 C 4845.0959 1015.3234 4838.3968 1011.3936 4838.3968 1010.4882 C 4838.3968 1010.1381 4838.8939 1009.8515 4839.5023 1009.8515 C 4840.1108 1009.8515 4841.8163 1008.4865 4843.2933 1006.8183 C 4845.7276 1004.0687 4846.2735 1003.8357 4849.1233 1004.3124 C 4850.8522 1004.6015 4855.6435 1005.0698 4859.7718 1005.3535 C 4866.0532 1005.7852 4867.7343 1005.6236 4870.0745 1004.3632 C 4871.6126 1003.5349 4873.1524 1003.1585 4873.4964 1003.5273 C 4873.8404 1003.896 4873.6475 1004.3668 4873.0667 1004.5742 C 4872.4859 1004.7815 4872.2245 1005.2985 4872.4866 1005.7226 C 4872.7732 1006.1863 4873.5316 1006.1895 4874.389 1005.7324 C 4876.077 1004.829 4883.936 1003.7529 4887.719 1003.9062 C 4889.1868 1003.9652 4890.627 1003.6248 4890.9202 1003.1503 C 4891.2135 1002.6759 4892.0618 1002.289 4892.805 1002.289 z M 4877.4046 1047.3066 C 4877.9165 1047.3366 4878.7393 1047.7393 4880.2698 1048.537 C 4885.0179 1051.0119 4887.4831 1053.9059 4886.844 1056.2558 C 4885.9951 1059.3776 4894.286 1066.3768 4901.5452 1068.6679 C 4904.6625 1069.6517 4908.5781 1071.3841 4910.2483 1072.5175 C 4911.9185 1073.6509 4913.6934 1074.58 4914.1917 1074.58 C 4914.69 1074.58 4918.2675 1077.6725 4922.1409 1081.4531 C 4929.4949 1088.6313 4930.2264 1090.2164 4928.4026 1095.0136 C 4927.3804 1097.7019 4922.9111 1098.633 4919.4105 1096.8867 C 4916.3387 1095.3542 4911.387 1096.4258 4908.1663 1099.3202 C 4901.6802 1105.1496 4892.5975 1106.933 4887.9437 1103.291 C 4885.8199 1101.6289 4885.3988 1100.7907 4885.7659 1098.955 C 4886.0211 1097.6793 4885.723 1095.9692 4885.0882 1095.0624 C 4884.465 1094.1727 4883.5204 1091.7525 4882.9905 1089.6855 C 4882.4606 1087.6184 4881.2894 1084.1544 4880.387 1081.9882 C 4878.5307 1077.5319 4878.2281 1070.3428 4879.7913 1067.8398 C 4880.5 1066.7049 4880.5664 1065.8008 4880.0003 1065.0273 C 4876.1321 1059.7424 4875.803 1058.913 4875.803 1054.4413 C 4875.803 1051.8781 4876.0762 1049.1197 4876.4085 1048.3105 C 4876.6924 1047.6193 4876.8927 1047.2765 4877.4046 1047.3066 z M 5202.7444 1147.4277 C 5196.1934 1147.4187 5194.9667 1147.8826 5191.2659 1149.6171 C 5188.6198 1150.8574 5185.4997 1152.1128 5184.3304 1152.4062 C 5183.1612 1152.6997 5180.801 1153.6549 5179.0862 1154.5292 C 5177.3713 1155.4035 5174.7326 1156.1191 5173.223 1156.1191 C 5168.0245 1156.1191 5157.8304 1168.4692 5157.8304 1174.7675 C 5157.8304 1175.6607 5157.4553 1176.1613 5156.9983 1175.8788 C 5156.5412 1175.5964 5156.3628 1175.8681 5156.5999 1176.4882 C 5156.837 1177.1061 5156.4064 1180.6258 5155.6429 1184.3085 C 5154.8794 1187.9911 5154.2076 1191.8183 5154.1507 1192.8144 C 5154.0937 1193.8105 5153.7605 1194.4487 5153.4105 1194.2324 C 5153.0604 1194.0161 5152.5257 1194.5249 5152.221 1195.3632 C 5151.0608 1198.5554 5146.3574 1203.5842 5140.4339 1207.9648 C 5137.0514 1210.4663 5133.6868 1213.4235 5132.9573 1214.537 C 5131.2182 1217.1912 5129.4354 1223.2192 5128.3675 1230.0527 C 5127.139 1237.9139 5127.077 1238.0351 5122.8655 1240.6972 C 5120.7656 1242.0245 5118.2845 1244.3416 5117.3538 1245.8476 C 5116.423 1247.3536 5115.3285 1248.5859 5114.9202 1248.5859 C 5113.4504 1248.5859 5112.0814 1252.4775 5111.5315 1258.2187 C 5111.0854 1262.878 5110.6067 1264.3099 5109.1819 1265.2558 C 5108.1981 1265.9091 5107.3929 1266.9817 5107.3929 1267.6386 C 5107.3929 1268.2955 5105.7143 1270.6267 5103.6624 1272.8202 C 5100.6118 1276.0815 5099.5975 1278.0308 5098.098 1283.5038 C 5095.2692 1293.8281 5094.7454 1299.1211 5096.4925 1299.7226 C 5096.9401 1299.8766 5097.305 1300.8423 5097.305 1301.8671 C 5097.305 1302.892 5097.7114 1304.1349 5098.2073 1304.6308 C 5098.7175 1305.1409 5099.317 1310.8499 5099.5882 1317.7792 C 5099.9915 1328.0859 5099.8479 1330.4844 5098.6858 1332.9335 C 5097.9264 1334.5339 5097.305 1337.0385 5097.305 1338.4999 C 5097.305 1341.272 5094.1685 1348.57 5091.6331 1351.6933 C 5090.383 1353.2331 5083.9447 1356.4333 5074.3987 1360.2636 C 5073.1272 1360.7738 5072.0882 1361.5588 5072.0882 1362.0077 C 5072.0882 1363.6933 5065.3137 1372.996 5064.0862 1372.996 C 5063.7802 1372.996 5061.5372 1374.6986 5059.1019 1376.7792 C 5056.5471 1378.9617 5053.8226 1380.5646 5052.6624 1380.5683 C 5049.4917 1380.5783 5040.488 1383.5642 5037.7503 1385.5136 C 5036.3809 1386.4888 5034.6176 1387.287 5033.8304 1387.287 C 5032.9362 1387.287 5032.572 1387.7368 5032.8597 1388.4863 C 5033.1128 1389.1459 5032.797 1390.1186 5032.1585 1390.6484 C 5031.5202 1391.1782 5029.9847 1394.3282 5028.7464 1397.6464 C 5025.6563 1405.9278 5024.8837 1407.6192 5023.3011 1409.5624 C 5022.548 1410.4871 5021.2516 1413.1355 5020.4202 1415.4472 C 5019.5888 1417.7589 5018.5795 1420.0099 5018.178 1420.4492 C 5017.7765 1420.8884 5017.4476 1421.854 5017.4476 1422.5956 C 5017.4476 1423.3371 5016.1481 1425.2036 5014.5608 1426.7421 C 5012.9736 1428.2805 5011.1931 1430.7182 5010.6019 1432.1601 C 5010.0106 1433.602 5008.6492 1435.4791 5007.5784 1436.332 C 5006.5076 1437.1847 5004.8365 1439.4425 5003.8636 1441.3495 C 5001.3005 1446.3738 4998.9049 1449.3824 4996.0237 1451.1952 C 4994.6299 1452.0723 4992.4809 1453.6544 4991.2483 1454.7128 C 4990.0157 1455.7712 4988.1243 1457.3891 4987.0452 1458.3085 C 4984.4048 1460.5583 4976.6716 1465.2199 4974.3616 1465.9531 C 4973.3365 1466.2785 4971.1676 1467.3982 4969.5433 1468.4413 C 4967.0334 1470.0533 4963.3655 1471.5091 4958.8148 1472.7011 C 4958.1262 1472.8815 4957.764 1474.6612 4957.764 1477.8652 C 4957.764 1480.8891 4957.0432 1484.6679 4955.8733 1487.7695 C 4954.1313 1492.388 4953.9844 1494.1436 4954.0159 1510.0156 C 4954.0409 1522.4765 4954.3511 1527.7942 4955.137 1529.2167 C 4955.7347 1530.2987 4956.3572 1532.7564 4956.5218 1534.6796 C 4957.09 1541.3201 4958.6727 1546.4021 4961.3167 1550.0839 C 4963.8052 1553.5491 4964.0084 1554.3901 4964.5921 1563.6308 C 4965.1314 1572.1682 4965.3451 1580.5685 4965.2171 1588.1933 C 4965.1981 1589.3492 4964.8419 1590.7059 4964.4261 1591.2089 C 4964.0101 1591.7118 4963.6204 1593.6033 4963.5608 1595.412 C 4963.4018 1600.2328 4961.7342 1608.3671 4960.9046 1608.3671 C 4960.5103 1608.3671 4960.4215 1608.7466 4960.7073 1609.2089 C 4960.993 1609.6713 4960.8786 1610.0488 4960.4534 1610.0488 C 4960.0281 1610.0488 4959.4555 1611.9399 4959.1819 1614.2499 C 4958.72 1618.1495 4958.8777 1618.6474 4961.3773 1621.2167 C 4962.8578 1622.7385 4964.9286 1624.6961 4965.9788 1625.5683 C 4970.729 1629.5133 4992.8478 1630.6465 5005.9944 1627.6171 C 5010.2126 1626.645 5014.61 1625.2404 5015.7659 1624.496 C 5019.9451 1621.8044 5023.8324 1620.0297 5027.9554 1618.9316 C 5030.267 1618.3159 5033.4818 1617.0386 5035.0999 1616.0937 C 5036.7181 1615.1487 5039.5502 1614.099 5041.3948 1613.7617 C 5043.2395 1613.4243 5046.2674 1612.4593 5048.1214 1611.6171 C 5050.021 1610.7541 5053.4714 1610.0786 5056.0276 1610.0683 C 5060.2336 1610.0513 5060.858 1609.7748 5064.6077 1606.2675 C 5066.8319 1604.1869 5069.3297 1602.4792 5070.1585 1602.4745 C 5070.9874 1602.4645 5076.2973 1597.9319 5081.9573 1592.3886 C 5087.6173 1586.8453 5092.7671 1582.3085 5093.4007 1582.3085 C 5094.0344 1582.3085 5096.0232 1581.1783 5097.8206 1579.7968 C 5102.1595 1576.4618 5102.351 1576.2887 5105.4046 1572.9785 C 5109.5491 1568.4854 5116.4954 1562.7348 5120.3323 1560.621 C 5122.2622 1559.5579 5124.208 1557.88 5124.6546 1556.8906 C 5125.1011 1555.901 5126.5997 1554.472 5127.9866 1553.7167 C 5129.3737 1552.9614 5131.6447 1550.819 5133.0315 1548.955 C 5135.4294 1545.7325 5139.0177 1543.6406 5142.1487 1543.6406 C 5142.9367 1543.6406 5145.9614 1541.4651 5148.8714 1538.8066 C 5151.7815 1536.1482 5155.2724 1533.3231 5156.6273 1532.5273 C 5157.9822 1531.7315 5159.6585 1530.713 5160.3519 1530.2656 C 5161.0455 1529.8182 5164.1333 1528.3102 5167.2151 1526.914 C 5170.2969 1525.5179 5173.0647 1523.9787 5173.3655 1523.4921 C 5174.0234 1522.4276 5183.3687 1518.037 5186.6351 1517.2577 C 5187.9144 1516.9527 5191.129 1515.306 5193.7796 1513.5995 C 5203.0366 1507.64 5203.9369 1507.3281 5213.7308 1506.666 C 5222.9317 1506.0439 5226.7301 1505.0641 5234.7444 1501.248 C 5239.3892 1499.0364 5250.935 1498.0019 5272.9925 1497.8222 C 5283.2005 1497.7392 5288.7927 1497.2848 5294.7269 1496.0585 C 5296.4293 1495.7068 5296.6457 1495.2747 5296.2737 1492.957 C 5295.5843 1488.6625 5295.2534 1487.5616 5294.2913 1486.3535 C 5293.7938 1485.729 5292.9016 1483.7048 5292.3089 1481.8554 C 5291.7163 1480.0061 5290.764 1477.7371 5290.1917 1476.8124 C 5289.6194 1475.8878 5289.2651 1474.4675 5289.4046 1473.6562 C 5289.5441 1472.8449 5289.3131 1472.3935 5288.8909 1472.6542 C 5288.4691 1472.9148 5288.1233 1472.7988 5288.1233 1472.3964 C 5288.1233 1471.9939 5287.3489 1470.8322 5286.4007 1469.8144 C 5285.4524 1468.7965 5284.9018 1467.5991 5285.178 1467.1523 C 5285.454 1466.7055 5285.2557 1465.5472 5284.7386 1464.58 C 5284.2211 1463.6129 5283.2386 1460.6744 5282.555 1458.0488 C 5281.8716 1455.4233 5280.9544 1452.9157 5280.5159 1452.4765 C 5280.0774 1452.0373 5279.7171 1450.2627 5279.7171 1448.5331 C 5279.7171 1446.8035 5279.3902 1445.1856 5278.9886 1444.9374 C 5278.5869 1444.6892 5278.0029 1442.8931 5277.6917 1440.9472 C 5277.3805 1439.0013 5276.5547 1436.205 5275.8558 1434.7324 C 5275.1571 1433.2598 5274.2461 1428.6965 5273.8323 1424.5917 C 5273.4185 1420.4869 5272.8294 1415.8989 5272.5218 1414.3964 C 5272.2141 1412.8938 5272.2886 1411.6631 5272.6878 1411.662 C 5273.915 1411.652 5274.0561 1396.4197 5272.8499 1394.166 C 5271.9272 1392.4417 5271.9872 1392.0094 5273.2796 1391.0644 C 5274.5381 1390.1441 5274.6547 1389.4419 5273.9983 1386.7343 C 5273.5676 1384.9574 5273.1725 1381.6124 5273.1214 1379.3007 C 5273.0704 1376.989 5272.5852 1374.2608 5272.0433 1373.2363 C 5271.3873 1371.9962 5271.3349 1371.0114 5271.8851 1370.2929 C 5272.3397 1369.6992 5272.809 1367.3294 5272.928 1365.0253 C 5273.047 1362.7211 5273.5028 1360.1661 5273.9398 1359.3495 C 5274.4393 1358.4162 5274.4389 1357.8652 5273.9398 1357.8652 C 5272.9567 1357.8652 5273.1746 1356.3475 5274.5062 1353.9277 C 5275.8923 1351.4086 5275.8825 1351.3927 5272.6448 1350.3242 C 5270.8466 1349.7307 5267.4521 1349.5863 5263.555 1349.9394 C 5257.3341 1350.5031 5254.1877 1349.711 5250.3987 1346.623 C 5249.7606 1346.1029 5247.2847 1344.5412 5244.8968 1343.1542 C 5235.8279 1337.8865 5234.8109 1337.2181 5232.9319 1335.2773 C 5231.8703 1334.1807 5230.7492 1331.9099 5230.4417 1330.2324 C 5230.02 1327.931 5228.3849 1325.703 5223.7796 1321.1523 C 5220.4228 1317.8355 5216.5187 1314.5228 5215.1038 1313.791 C 5213.1716 1312.7919 5212.3172 1311.5735 5211.6663 1308.8945 C 5211.1897 1306.9326 5210.3861 1304.1916 5209.8812 1302.8046 C 5206.5721 1293.7161 5205.9767 1287.8948 5207.9593 1283.998 C 5208.5178 1282.9002 5208.7829 1281.5019 5208.5491 1280.8925 C 5208.0754 1279.658 5201.8223 1284.4086 5195.1937 1291.037 C 5193.0616 1293.169 5190.4966 1295.2698 5189.4944 1295.705 C 5188.4923 1296.1403 5186.9308 1296.9697 5186.0237 1297.5488 C 5181.5627 1300.3961 5178.23 1302.2012 5176.3245 1302.8007 C 5174.1132 1303.4964 5170.7047 1305.8322 5167.6429 1308.7499 C 5165.2703 1311.0109 5159.3669 1313.3117 5155.9222 1313.3183 C 5154.429 1313.3183 5152.1234 1313.8894 5150.7991 1314.58 C 5149.4749 1315.2707 5147.9184 1315.8359 5147.3401 1315.8359 C 5146.7618 1315.8359 5145.3237 1316.5942 5144.1448 1317.5214 C 5142.966 1318.4486 5141.876 1318.8328 5141.721 1318.3749 C 5141.539 1317.8373 5140.3534 1317.8744 5138.3753 1318.4824 C 5135.6079 1319.3331 5134.7725 1319.1621 5129.7171 1316.6992 C 5124.9499 1314.3768 5120.4782 1310.3966 5120.4007 1308.4081 C 5120.3887 1308.1001 5119.6362 1306.7347 5118.7269 1305.373 C 5117.8174 1304.0113 5117.1952 1302.1199 5117.346 1301.1699 C 5117.7465 1298.6455 5123.3851 1293.1386 5125.5687 1293.1386 C 5128.165 1293.1386 5130.1687 1294.0123 5129.6175 1294.9042 C 5129.3629 1295.3161 5130.2165 1296.1111 5131.514 1296.6699 C 5134.0892 1297.7791 5136.4104 1299.8011 5136.6273 1301.1249 C 5136.7033 1301.5872 5138.7704 1302.19 5141.223 1302.4648 C 5143.6757 1302.7394 5146.4998 1303.4012 5147.4983 1303.9355 C 5149.6878 1305.1073 5157.8304 1305.2364 5157.8304 1304.0995 C 5157.8304 1303.6557 5159.3381 1302.8409 5161.18 1302.289 C 5163.0219 1301.7372 5165.1613 1300.588 5165.9339 1299.7343 C 5166.7065 1298.8805 5167.8196 1298.1816 5168.4085 1298.1816 C 5168.9973 1298.1816 5169.9791 1297.6944 5170.5901 1297.0976 C 5171.2011 1296.5007 5172.5508 1295.4244 5173.5901 1294.707 C 5174.6294 1293.9895 5177.8619 1290.6955 5180.7737 1287.3867 C 5183.8351 1283.908 5188.5341 1279.8033 5191.9144 1277.6542 C 5195.1295 1275.61 5198.5658 1273.1404 5199.5511 1272.166 C 5200.5363 1271.1916 5203.7148 1269.2449 5206.6155 1267.8398 C 5209.5163 1266.4347 5213.0616 1264.4088 5214.4925 1263.3378 C 5215.9234 1262.2668 5217.9177 1261.1411 5218.9241 1260.8359 C 5219.9304 1260.5306 5222.9563 1257.9152 5225.6487 1255.0234 C 5230.6443 1249.6577 5233.4178 1243.5334 5234.848 1234.7167 C 5235.3074 1231.8846 5237.6798 1225.0134 5240.6507 1217.9042 C 5241.4827 1215.9132 5241.6302 1215.1484 5242.3675 1209.0507 C 5242.8191 1205.3154 5242.663 1204.1819 5241.5706 1203.2753 C 5239.856 1201.8523 5239.8128 1197.2078 5241.4632 1191.7675 C 5243.2163 1185.9884 5243.0904 1180.0047 5241.1605 1177.2636 C 5240.2964 1176.0364 5239.3297 1174.2763 5239.012 1173.3515 C 5238.6945 1172.4269 5236.3856 1169.9672 5233.8812 1167.8867 C 5231.3768 1165.8062 5229.3177 1163.7228 5229.305 1163.2558 C 5229.292 1162.7888 5228.248 1161.2921 5226.9847 1159.9296 C 5225.7214 1158.5672 5224.6821 1157.0565 5224.6741 1156.5742 C 5224.6451 1154.9016 5222.3495 1150.2343 5221.555 1150.2343 C 5221.1157 1150.2343 5220.1879 1149.6661 5219.4944 1148.9726 C 5218.6083 1148.0865 5216.191 1147.6683 5211.3597 1147.5644 C 5207.7035 1147.4857 5204.9281 1147.4307 5202.7444 1147.4277 z M 5192.1741 1162.4706 C 5193.5913 1162.3835 5195.2672 1162.9303 5197.0218 1164.121 C 5198.7462 1165.2912 5201.1309 1166.4736 5202.3206 1166.748 C 5211.1277 1168.7788 5215.5403 1171.3412 5223.8909 1179.2753 C 5228.4073 1183.5664 5229.8555 1193.6995 5227.1058 1201.7695 C 5226.3713 1203.9251 5225.9338 1206.1666 5226.1351 1206.7519 C 5226.3364 1207.3372 5225.8233 1209.8013 5224.9944 1212.2285 C 5224.1656 1214.6558 5223.6825 1216.6425 5223.9202 1216.6425 C 5224.1579 1216.6425 5223.5445 1217.7769 5222.5569 1219.164 C 5220.4041 1222.1872 5218.0194 1222.3987 5216.2659 1219.7226 C 5215.0992 1217.942 5215.1355 1217.1045 5216.6683 1210.6874 C 5217.5976 1206.7968 5218.7367 1202.2459 5219.1976 1200.5742 C 5219.6585 1198.9023 5220.0355 1194.8483 5220.0355 1191.5663 C 5220.0355 1186.2322 5219.8336 1185.4937 5218.1429 1184.6074 C 5217.1026 1184.0621 5214.8331 1182.3464 5213.098 1180.7949 C 5211.3629 1179.2435 5209.3762 1177.9745 5208.6839 1177.9745 C 5207.9918 1177.9745 5207.4261 1177.6225 5207.4261 1177.1913 C 5207.4261 1175.745 5203.6938 1175.0966 5196.9358 1175.371 C 5189.8407 1175.659 5189.5052 1175.8103 5182.2718 1181.9667 C 5178.4613 1185.21 5177.0243 1189.4734 5177.0921 1197.3378 C 5177.1641 1205.7729 5177.1425 1205.7099 5180.0355 1205.7538 C 5183.4052 1205.8048 5192.5823 1208.9455 5197.1409 1211.6074 C 5201.4878 1214.1457 5202.3969 1216.7887 5202.5472 1227.3183 C 5202.6072 1231.5469 5199.9055 1243.5429 5198.8929 1243.5429 C 5198.4996 1243.5429 5198.178 1243.9452 5198.178 1244.4374 C 5198.178 1244.9296 5197.0435 1246.286 5195.6565 1247.4531 C 5194.2697 1248.6202 5193.1351 1250.0807 5193.1351 1250.6972 C 5193.1351 1251.3138 5191.7165 1252.2582 5189.9827 1252.7968 C 5188.249 1253.3354 5185.3165 1254.4533 5183.4671 1255.2812 C 5181.6178 1256.1091 5178.4983 1257.0547 5176.5335 1257.3827 C 5174.5685 1257.711 5172.9593 1258.3263 5172.9593 1258.748 C 5172.9593 1259.1697 5172.1843 1259.5136 5171.2366 1259.5136 C 5170.2891 1259.5136 5168.4929 1260.033 5167.2444 1260.6679 C 5163.7084 1262.4662 5161.8137 1262.7736 5159.1409 1261.9843 C 5156.323 1261.1521 5152.9182 1257.8518 5153.3968 1256.416 C 5153.5734 1255.8863 5152.9825 1255.2192 5152.0823 1254.9335 C 5150.2167 1254.3414 5149.2653 1251.6743 5150.1116 1249.4101 C 5150.9752 1247.0994 5159.8843 1239.6263 5163.0413 1238.5644 C 5164.5664 1238.0513 5167.1371 1236.0388 5168.7523 1234.0937 C 5171.3252 1230.9956 5171.7024 1229.9435 5171.803 1225.6035 C 5171.876 1222.4308 5172.3333 1220.3869 5173.0706 1219.9199 C 5174.8953 1218.7639 5179.8746 1219.0545 5182.6273 1220.4785 C 5187.15 1222.8183 5188.5438 1224.9363 5188.2171 1228.9726 C 5188.0549 1230.9754 5187.582 1232.6152 5187.1663 1232.6152 C 5186.7504 1232.6152 5186.4105 1233.1815 5186.4105 1233.8749 C 5186.4105 1235.3177 5185.6848 1235.4482 5183.9105 1234.3261 C 5183.2291 1233.8952 5182.6608 1232.7056 5182.6487 1231.6816 C 5182.6097 1228.3864 5180.6675 1229.0335 5178.8909 1232.9335 C 5177.9409 1235.0188 5177.1624 1237.1236 5177.1624 1237.6113 C 5177.1624 1238.099 5176.785 1238.498 5176.3226 1238.498 C 5175.8602 1238.498 5175.4827 1239.0662 5175.4827 1239.7597 C 5175.4827 1240.4532 5175.1166 1241.0195 5174.6702 1241.0195 C 5174.2239 1241.0195 5172.7008 1242.1516 5171.2855 1243.5351 C 5169.6937 1245.0911 5167.4374 1246.2555 5165.3714 1246.5859 C 5162.0816 1247.1119 5162.0315 1247.1743 5162.0315 1250.7206 L 5162.0315 1254.3202 L 5167.2855 1252.3749 C 5170.1751 1251.3051 5175.9421 1249.3311 5180.0999 1247.9882 C 5186.731 1245.8465 5187.9853 1245.1198 5190.3128 1242.0683 C 5194.0079 1237.2237 5195.4444 1229.0311 5193.7386 1222.5273 L 5192.5257 1217.9042 L 5187.1565 1217.2538 C 5180.333 1216.4293 5178.912 1215.9592 5180.4261 1215.0234 C 5181.1154 1214.5975 5179.4558 1214.1124 5176.0706 1213.7499 C 5168.4312 1212.9318 5167.4757 1212.0455 5167.5862 1205.8827 C 5167.6352 1203.1302 5168.1888 1197.1429 5168.8148 1192.5781 C 5169.8467 1185.053 5170.2853 1183.8025 5173.5179 1179.1757 C 5176.684 1174.6439 5179.9814 1171.8607 5187.6233 1167.2695 C 5188.5739 1166.6984 5189.0547 1166.2255 5188.6917 1166.2187 C 5188.3286 1166.2087 5188.4128 1165.4925 5188.8792 1164.621 C 5189.5978 1163.2783 5190.757 1162.5578 5192.1741 1162.4706 z " />
51
+ <path
52
+ id="path4667"
53
+ style="fill:#c87137;stroke-width:0.840612"
54
+ d="M 5087.9007 759.34955 C 5069.5119 759.34955 5057.6437 760.79608 5043.5062 764.7597 C 5039.1826 765.97187 5033.2338 766.59115 5031.3167 766.02923 C 5030.4364 765.7712 5024.9629 766.34719 5013.6644 767.8847 C 5009.9657 768.38802 5004.48 769.85189 5001.4749 771.13861 C 4996.264 773.36974 4995.2626 773.49488 4979.8304 773.83197 C 4970.9304 774.02637 4963.6487 773.87324 4963.6487 773.49212 C 4963.6487 773.11105 4962.8917 772.79877 4961.9671 772.79877 C 4960.9516 772.79877 4960.2591 772.2166 4960.219 771.32806 C 4960.1831 770.51897 4959.9808 770.27006 4959.7718 770.77533 C 4959.5063 771.41739 4958.0268 771.45999 4954.8577 770.914 C 4949.2861 769.95409 4942.1286 771.26411 4938.5589 773.89837 C 4930.1996 780.06699 4927.5817 782.29606 4925.1624 785.30658 C 4923.6747 787.15774 4922.4573 789.11805 4922.4573 789.66205 C 4922.4573 790.87639 4917.7012 796.44514 4915.68 797.59759 C 4913.739 798.70432 4908.0427 807.22298 4908.6194 808.15619 C 4908.8665 808.55597 4908.1715 810.31539 4907.0745 812.06634 C 4902.7746 818.92979 4901.9873 822.52304 4902.5374 832.78705 C 4903.2406 845.90838 4904.8357 857.6127 4906.0921 858.86908 C 4906.6712 859.44818 4907.2856 860.65094 4907.4573 861.54291 C 4907.7184 862.89859 4908.526 863.17768 4912.3812 863.23822 C 4923.2992 863.40968 4928.7022 862.29183 4935.4046 858.47845 C 4939.0986 856.37675 4941.3828 854.60458 4940.8343 854.26556 C 4940.2944 853.93189 4941.0024 853.43598 4942.4808 853.11127 C 4943.9069 852.79806 4947.2667 851.12811 4949.9476 849.40033 C 4956.052 845.46625 4955.8701 845.53395 4969.5315 841.98236 C 4978.7241 839.59253 4982.9568 838.95397 4991.8089 838.61322 C 5001.5494 838.23829 5003.2186 838.38418 5007.18 839.96087 C 5009.6244 840.93378 5012.3281 841.73041 5013.1878 841.73041 C 5014.7906 841.73041 5019.969 846.95652 5019.969 848.57416 C 5019.969 849.06969 5022.5637 852.17578 5025.7347 855.47845 C 5031.5079 861.49129 5036.8697 869.07948 5038.0433 872.89837 C 5038.3873 874.01748 5038.9471 875.31105 5039.2874 875.77337 C 5039.6276 876.23572 5040.5244 878.47462 5041.2815 880.74798 C 5042.0389 883.02133 5043.3223 885.61888 5044.1331 886.51947 C 5045.3751 887.89893 5045.6077 889.83838 5045.6077 898.83587 C 5045.6077 909.23767 5045.6695 909.59839 5047.9632 912.61127 C 5050.9535 916.5398 5052.7523 920.83506 5052.7523 924.04291 C 5052.7523 928.05236 5054.4139 930.6468 5058.7718 933.4433 C 5061.0096 934.87927 5062.8401 936.40435 5062.8401 936.83392 C 5062.8401 937.51587 5075.8376 944.07227 5079.8616 945.41986 C 5081.3823 945.92914 5081.717 948.22883 5080.7796 951.73041 C 5080.3058 953.50049 5079.9262 953.64822 5077.219 953.12689 C 5075.5522 952.80589 5073.5262 952.55292 5072.7171 952.56439 C 5071.908 952.57589 5071.2464 952.2728 5071.2464 951.89056 C 5071.2464 951.50833 5070.5877 951.24821 5069.7835 951.31244 C 5068.9794 951.37664 5067.9546 950.60378 5067.5062 949.59369 C 5066.8346 948.08056 5063.8589 945.96478 5062.4007 945.96478 C 5062.2028 945.96478 5062.4287 946.98196 5062.9007 948.22455 C 5063.4192 949.58827 5063.5364 953.51495 5063.1976 958.1308 C 5062.647 965.63106 5062.6754 965.79444 5064.6526 966.69525 C 5069.3594 968.83987 5081.9156 981.25066 5080.6546 982.51166 C 5080.3425 982.82374 5080.7302 983.43895 5081.5159 983.87884 C 5082.307 984.32154 5082.7321 985.2303 5082.469 985.91595 C 5082.2077 986.5972 5082.3686 987.15619 5082.8265 987.15619 C 5084.0172 987.15619 5084.7503 990.51231 5083.5667 990.54486 C 5083.032 990.55956 5083.2558 991.07322 5084.0648 991.68744 C 5085.5978 992.85109 5086.1672 995.2102 5084.6956 994.30072 C 5084.2333 994.01502 5083.8558 994.3709 5083.8558 995.09173 C 5083.8558 995.81248 5084.1509 996.40228 5084.512 996.40228 C 5085.8727 996.40228 5085.6237 1007.6676 5084.2054 1010.2714 C 5081.0118 1016.1348 5079.257 1034.2306 5081.348 1039.7304 C 5083.3982 1045.1227 5088.5886 1049.4579 5095.8226 1051.8202 C 5097.55 1052.3842 5099.1782 1053.1918 5099.4398 1053.6152 C 5099.7024 1054.0401 5099.2369 1054.1405 5098.4007 1053.8398 C 5097.5675 1053.5403 5097.1575 1053.5966 5097.4905 1053.9648 C 5097.8235 1054.3329 5099.715 1054.6952 5101.6937 1054.7695 C 5113.5659 1055.2154 5113.1487 1055.1333 5112.68 1056.9257 C 5112.3702 1058.1102 5112.6538 1058.6074 5113.6409 1058.6074 C 5116.5503 1058.6074 5120.0023 1061.1116 5120.0023 1063.2226 C 5120.0023 1066.3859 5117.3371 1067.3708 5111.6917 1066.2949 C 5109.096 1065.8002 5105.459 1065.16 5103.6097 1064.871 C 5101.7603 1064.5819 5097.2608 1062.6674 5093.6097 1060.6171 C 5085.5971 1056.1175 5085.1914 1056.2992 5081.7718 1065.9316 C 5079.7219 1071.7057 5079.5468 1073.1007 5079.9593 1080.3867 C 5080.4992 1089.9209 5081.2756 1095.694 5082.1722 1096.8554 C 5082.5292 1097.3178 5083.076 1098.8861 5083.387 1100.3417 C 5083.698 1101.7975 5085.0549 1104.4459 5086.4026 1106.2265 C 5087.7504 1108.0072 5088.8624 1109.8039 5088.8753 1110.2187 C 5088.9113 1111.3978 5094.7945 1118.291 5095.764 1118.291 C 5096.2411 1118.291 5097.691 1119.4254 5098.9866 1120.8124 C 5100.2823 1122.1994 5101.7579 1123.3339 5102.2659 1123.3339 C 5102.7739 1123.3339 5103.1898 1123.7134 5103.1898 1124.1757 C 5103.1898 1124.6381 5103.758 1125.0156 5104.4515 1125.0156 C 5105.145 1125.0156 5105.7112 1125.3951 5105.7112 1125.8574 C 5105.7112 1126.3198 5106.4202 1126.6972 5107.2874 1126.6972 C 5109.495 1126.6972 5117.739 1130.4486 5119.0784 1132.0624 C 5119.7583 1132.8817 5119.9749 1134.2532 5119.637 1135.5995 C 5119.1557 1137.5173 5118.7393 1137.7502 5116.3909 1137.412 C 5114.9092 1137.1987 5111.8061 1136.3473 5109.4944 1135.5195 C 5107.1827 1134.6917 5104.1766 1133.6145 5102.8148 1133.1269 C 5101.4528 1132.6393 5099.0885 1131.1441 5097.5608 1129.8027 L 5094.7835 1127.3632 L 5094.8128 1129.7617 C 5094.8538 1133.0828 5096.8078 1141.8632 5098.0003 1144.0839 C 5098.5426 1145.0938 5098.9866 1146.7031 5098.9866 1147.6581 C 5098.9866 1148.6413 5099.5325 1149.3945 5100.2464 1149.3945 C 5100.94 1149.3945 5101.5081 1149.7719 5101.5081 1150.2343 C 5101.5081 1150.6966 5102.0789 1151.0742 5102.7776 1151.0742 C 5105.2487 1151.0742 5111.5492 1154.8378 5111.5726 1156.3281 C 5111.5856 1157.1372 5112.1623 1157.8007 5112.8558 1157.8007 C 5113.5494 1157.8007 5114.1175 1158.486 5114.1175 1159.3242 C 5114.1175 1160.1624 5115.2392 1161.9212 5116.6097 1163.2343 C 5117.9803 1164.5474 5118.9199 1165.9176 5118.6976 1166.2773 C 5118.4753 1166.6369 5118.6508 1167.1514 5119.0882 1167.4218 C 5119.5258 1167.6923 5119.7662 1168.9487 5119.6233 1170.2128 C 5119.4804 1171.4769 5119.7091 1173.1719 5120.1312 1173.9804 C 5120.722 1175.1115 5120.2634 1176.0807 5118.139 1178.1835 C 5114.1394 1182.1425 5111.4023 1183.7109 5106.0706 1185.0995 C 5098.4262 1187.0907 5095.6275 1188.3154 5095.5569 1189.7011 C 5095.5129 1190.5669 5095.3485 1190.6517 5095.0667 1189.9531 C 5094.2947 1188.0399 5093.3369 1188.837 5087.4827 1196.2577 C 5079.9319 1205.8293 5080.1728 1205.3205 5081.7073 1208.3964 C 5082.4373 1209.8599 5083.2686 1213.0518 5083.555 1215.4882 C 5084.0458 1219.6637 5083.9592 1219.9463 5082.0491 1220.4257 C 5079.503 1221.0647 5072.0862 1217.1113 5072.0862 1215.1152 C 5072.0862 1214.096 5071.3969 1214.4216 5069.4671 1216.3515 L 5066.848 1218.9706 L 5068.7171 1221.498 C 5070.3576 1223.717 5070.5201 1224.6743 5070.0511 1229.3691 C 5069.7574 1232.3094 5069.3999 1236.5685 5069.2562 1238.832 C 5069.0772 1241.6496 5068.5037 1243.3065 5067.4378 1244.0859 C 5065.3612 1245.6043 5064.8289 1245.5317 5062.7542 1243.457 C 5061.1051 1241.8079 5061.0284 1241.1362 5061.5901 1233.289 L 5062.1917 1224.8867 L 5060.348 1225.873 C 5055.52 1228.4568 5048.6415 1230.0527 5042.2444 1230.0722 L 5035.5198 1230.0917 L 5035.7503 1243.7519 C 5036.0278 1260.1908 5036.3782 1262.9782 5038.0823 1262.3242 C 5038.9504 1261.9911 5039.1702 1262.244 5038.8148 1263.1699 C 5038.5356 1263.8973 5037.5863 1264.7223 5036.7054 1265.0019 C 5035.8245 1265.2814 5034.8676 1266.5249 5034.5804 1267.7656 C 5033.6426 1271.8158 5031.8794 1273.8046 5029.2249 1273.8046 C 5027.7244 1273.8046 5026.4419 1273.2223 5025.9612 1272.3242 C 5025.0287 1270.5817 5025.7029 1266.0865 5027.0296 1265.2011 C 5027.6808 1264.7666 5027.6564 1264.5793 5026.9476 1264.5702 C 5026.1985 1264.5603 5026.2428 1263.8281 5027.1233 1261.7206 C 5027.7749 1260.1612 5028.1395 1258.7174 5027.9339 1258.5117 C 5027.7282 1258.3061 5027.5258 1252.964 5027.4827 1246.6386 L 5027.4046 1235.1367 L 5024.8831 1237.6581 C 5023.4965 1239.0447 5022.0357 1240.1796 5021.637 1240.1796 C 5021.2383 1240.1796 5019.1956 1241.5983 5017.098 1243.332 C 5006.9908 1251.6859 5006.2979 1251.9472 4994.3304 1251.9472 L 4985.9124 1251.9472 L 4986.1976 1258.4628 C 4986.5678 1266.8851 4985.5786 1269.6015 4982.1409 1269.6015 C 4978.905 1269.6015 4977.9378 1267.3633 4977.9378 1259.8788 C 4977.9378 1256.9037 4977.5686 1254.4706 4977.1155 1254.4706 C 4976.6623 1254.4706 4973.7299 1256.7953 4970.5999 1259.6367 C 4967.4699 1262.4782 4963.8492 1265.5877 4962.555 1266.5488 C 4961.2607 1267.51 4958.671 1270.3253 4956.7991 1272.8046 C 4953.4421 1277.2509 4953.4202 1277.3282 4955.1292 1278.5253 C 4957.7124 1280.3346 4961.9671 1294.3397 4961.9671 1301.0312 C 4961.9671 1304.7149 4962.3523 1306.7017 4963.2034 1307.4081 C 4965.8032 1309.5658 4963.674 1314.1523 4960.0726 1314.1523 C 4956.0201 1314.1523 4954.3157 1310.901 4953.1683 1300.9726 C 4952.4283 1294.57 4951.5855 1291.0064 4950.3206 1288.9355 C 4949.3322 1287.3173 4948.5215 1285.1579 4948.5198 1284.1367 C 4948.5098 1282.3296 4948.4005 1282.3513 4944.1702 1284.9765 C 4940.0837 1287.5124 4939.356 1287.6728 4931.9827 1287.662 C 4924.6789 1287.651 4924.1399 1287.7673 4924.1409 1289.3437 C 4924.1409 1290.2746 4925.6536 1293.2155 4927.5023 1295.8788 C 4931.2705 1301.3074 4931.6777 1303.5725 4929.1273 1304.9374 C 4926.8538 1306.1541 4924.1842 1304.4545 4921.5491 1300.1152 C 4920.4819 1298.3578 4919.1403 1296.6332 4918.5687 1296.2812 C 4917.9971 1295.9292 4917.1129 1293.6337 4916.6038 1291.1816 L 4915.678 1286.7245 L 4910.8733 1285.8183 C 4908.2299 1285.3205 4905.2144 1284.6398 4904.1741 1284.3046 C 4902.4316 1283.7433 4902.2835 1283.9543 4902.2835 1286.9785 C 4902.2835 1289.8215 4902.7715 1290.6681 4905.928 1293.3066 C 4911.0698 1297.6046 4913.1694 1304.0842 4914.5159 1319.8085 C 4915.1016 1326.6501 4914.0339 1331.136 4911.3753 1332.998 C 4910.4359 1333.656 4909.9157 1334.5977 4910.221 1335.0917 C 4910.5536 1335.6298 4910.2873 1335.8017 4909.5569 1335.5214 C 4908.8861 1335.264 4908.0887 1335.4572 4907.7835 1335.9511 C 4907.4783 1336.4449 4907.6515 1336.8495 4908.1683 1336.8495 C 4908.6853 1336.8495 4908.8581 1337.2541 4908.553 1337.748 C 4908.2477 1338.2419 4907.4994 1338.4541 4906.8909 1338.2206 C 4906.2824 1337.9871 4905.5756 1338.3395 4905.3206 1339.0038 C 4905.0658 1339.6681 4904.374 1340.2227 4903.7815 1340.2363 C 4903.1892 1340.2493 4901.5042 1341.3544 4900.0374 1342.6894 C 4897.9359 1344.602 4897.2707 1345.9997 4896.9046 1349.287 C 4896.4562 1353.3145 4896.5202 1353.4767 4898.7562 1353.9238 C 4900.0301 1354.1787 4903.805 1355.6144 4907.1429 1357.1152 C 4912.848 1359.6803 4913.2179 1360.0111 4913.3167 1362.6367 C 4913.3747 1364.173 4913.4697 1366.5124 4913.5276 1367.8339 C 4913.6301 1370.178 4913.5359 1370.2312 4909.6585 1370.0449 C 4905.2604 1369.8334 4902.2885 1368.2691 4898.5003 1364.1738 C 4897.1133 1362.6744 4895.222 1361.1968 4894.2972 1360.8906 C 4893.3726 1360.5845 4891.481 1359.4059 4890.094 1358.2695 C 4887.8082 1356.3967 4887.5765 1355.7491 4887.6214 1351.3593 C 4887.6984 1343.885 4890.1093 1339.3947 4895.7542 1336.2089 C 4898.2946 1334.7752 4901.7598 1331.9808 4903.4554 1329.9999 L 4906.5394 1326.3984 L 4906.0452 1317.9648 C 4905.2928 1305.0988 4903.5081 1300.1231 4898.4554 1296.8124 C 4895.3633 1294.7865 4893.6476 1290.2316 4894.2171 1285.5566 C 4894.7038 1281.5601 4894.6694 1281.4845 4891.9827 1280.6288 C 4890.4817 1280.1508 4888.1207 1279.6487 4886.7366 1279.5136 C 4884.3293 1279.2784 4884.2327 1279.3962 4884.5042 1282.2109 C 4884.6664 1283.8933 4886.2241 1287.2602 4888.1409 1290.0761 C 4892.1561 1295.9748 4892.1097 1299.0214 4888.0062 1299.0214 C 4886.3903 1299.0214 4885.2184 1298.4388 4884.6312 1297.3417 C 4884.1364 1296.417 4883.203 1295.6601 4882.5569 1295.6601 C 4881.9109 1295.6601 4881.1129 1294.8164 4880.7855 1293.7851 C 4880.4582 1292.7538 4879.4957 1290.9557 4878.6468 1289.791 C 4877.7978 1288.6262 4876.9318 1286.2294 4876.721 1284.4648 C 4876.5102 1282.7003 4875.9914 1280.8088 4875.5687 1280.2617 C 4875.146 1279.7146 4873.9485 1275.4846 4872.9065 1270.8613 C 4871.8646 1266.2379 4870.7959 1261.5094 4870.5335 1260.3535 C 4870.2712 1259.1977 4870.0262 1258.0172 4869.9886 1257.7285 C 4869.7603 1255.9802 4857.0121 1245.5385 4853.1194 1243.912 L 4850.1663 1242.6777 L 4850.1663 1245.1816 C 4850.1663 1247.8899 4847.8792 1249.7863 4845.6468 1248.9296 C 4843.8638 1248.2455 4840.7286 1243.8255 4838.8421 1239.3378 C 4836.8032 1234.4875 4832.7314 1230.0917 4830.2776 1230.0917 C 4829.2296 1230.0917 4826.4517 1229.3347 4824.1058 1228.4101 C 4821.266 1227.2908 4817.859 1226.7285 4813.9105 1226.7285 C 4809.2526 1226.7285 4807.5207 1227.0897 4805.8421 1228.4101 C 4803.5908 1230.181 4801.4105 1230.625 4801.4105 1229.3124 C 4801.4105 1228.8839 4802.0722 1228.3618 4802.8812 1228.1503 C 4803.8577 1227.8952 4803.6301 1227.7327 4802.2054 1227.6679 C 4800.6863 1227.5989 4799.5676 1226.7097 4798.3773 1224.6269 L 4796.6956 1221.6835 L 4791.1194 1226.2831 C 4786.4448 1230.139 4784.9886 1232.0177 4782.1194 1237.8906 C 4778.7511 1244.7848 4778.6875 1245.0835 4778.1624 1256.6249 C 4777.695 1266.9016 4777.8007 1268.4947 4779.012 1269.4999 C 4779.7724 1270.1309 4780.3948 1271.1676 4780.3948 1271.8046 C 4780.3948 1272.4415 4780.7723 1272.9628 4781.2347 1272.9628 C 4781.697 1272.9628 4782.0765 1273.4718 4782.0765 1274.0937 C 4782.0765 1276.2284 4785.0367 1277.7855 4795.5257 1281.1699 C 4803.3684 1283.7004 4806.2443 1285.0096 4806.8636 1286.3281 C 4807.8294 1288.3839 4809.3125 1288.4829 4815.8968 1286.9335 C 4819.9559 1285.9783 4821.0655 1285.981 4822.928 1286.9472 C 4825.0039 1288.0242 4829.9402 1288.6039 4828.9964 1287.6601 C 4828.7582 1287.4219 4826.3423 1286.6485 4823.6273 1285.9413 C 4820.9125 1285.2342 4818.1135 1284.1601 4817.4065 1283.5527 C 4816.6996 1282.9454 4814.8134 1282.0078 4813.2151 1281.4706 C 4809.441 1280.2023 4806.2105 1277.211 4807.2562 1275.9511 C 4807.7429 1275.3646 4807.7091 1274.5427 4807.1663 1273.7753 C 4806.4489 1272.761 4806.3785 1272.8033 4806.7679 1274.0136 C 4807.0281 1274.8228 4806.9327 1275.4843 4806.555 1275.4843 C 4805.754 1275.4843 4797.2073 1266.1608 4797.2073 1265.287 C 4797.2073 1263.2603 4800.7154 1256.9921 4801.8499 1256.9921 C 4802.5871 1256.9921 4802.9807 1257.3303 4802.7249 1257.7441 C 4802.4691 1258.158 4802.9099 1258.7462 4803.7034 1259.0507 C 4804.7794 1259.4636 4804.8771 1259.7687 4804.0921 1260.2538 C 4803.3443 1260.716 4803.8191 1261.4942 4805.7327 1262.9413 C 4807.2138 1264.0613 4810.5354 1266.7055 4813.1136 1268.8183 C 4815.6918 1270.931 4820.4495 1273.9867 4823.6858 1275.6074 C 4833.1246 1280.3344 4835.4667 1282.008 4836.9261 1285.0683 C 4837.6821 1286.6536 4839.0786 1288.1981 4840.0296 1288.4999 C 4841.451 1288.9511 4842.3957 1291.4779 4841.5491 1292.5663 C 4841.4335 1292.7148 4842.0034 1293.5029 4842.8167 1294.3163 C 4843.6301 1295.1296 4844.0704 1296.161 4843.7933 1296.6093 C 4843.5162 1297.0576 4843.9244 1298.7647 4844.7015 1300.4023 C 4845.9269 1302.9847 4845.9815 1304.0667 4845.1116 1308.5566 C 4844.5599 1311.4036 4843.9129 1314.7873 4843.6741 1316.0761 C 4843.0968 1319.1917 4846.565 1325.8145 4849.1136 1326.4628 C 4850.1539 1326.7275 4851.0062 1327.2553 4851.0062 1327.6347 C 4851.0062 1328.5171 4859.4851 1330.295 4862.5472 1330.0546 C 4866.2055 1329.7674 4872.6859 1330.3058 4870.5374 1330.7187 C 4869.4903 1330.92 4868.8415 1331.4223 4869.096 1331.8339 C 4869.3633 1332.2665 4870.4568 1332.2407 4871.6858 1331.7734 C 4874.454 1330.7209 4874.1863 1330.5969 4875.3831 1333.4863 C 4875.9576 1334.8733 4876.7252 1336.0097 4877.0882 1336.0097 C 4878.0019 1336.0097 4876.9998 1339.6521 4875.8773 1340.4101 C 4875.3374 1340.7748 4875.652 1341.0417 4876.6448 1341.0644 C 4878.2736 1341.1014 4878.2762 1341.1326 4876.7327 1342.0292 C 4873.6155 1343.8394 4855.9899 1340.6879 4848.8987 1337.0527 C 4844.6855 1334.8928 4842.9642 1332.9389 4838.4632 1325.2128 C 4834.8668 1319.0398 4834.6651 1317.884 4836.2933 1312.7656 C 4836.7814 1311.2313 4836.4571 1310.8667 4834.1468 1310.3593 C 4832.0666 1309.9023 4831.2426 1310.086 4830.6546 1311.1367 C 4828.7444 1314.5503 4821.2964 1322.6655 4818.969 1323.8691 C 4817.4742 1324.6421 4814.853 1325.1044 4812.7112 1324.9726 C 4809.3504 1324.766 4808.8209 1325.0127 4806.6898 1327.7929 C 4805.4046 1329.4692 4803.4168 1331.2771 4802.2737 1331.8105 C 4801.1305 1332.3438 4798.9451 1334.2431 4797.4163 1336.0292 C 4795.1396 1338.6889 4793.9186 1339.3686 4790.6683 1339.791 C 4788.4858 1340.0746 4785.6942 1340.8541 4784.4671 1341.5214 C 4783.2399 1342.1887 4781.2319 1342.7343 4780.0042 1342.7343 C 4777.4212 1342.7343 4764.377 1348.7483 4762.7757 1350.6777 C 4762.1811 1351.3941 4761.9469 1351.9804 4762.2542 1351.9804 C 4762.9301 1351.9804 4758.8304 1359.2936 4756.8343 1361.6484 C 4755.1574 1363.6268 4753.4172 1368.4364 4754.1233 1369.1425 C 4754.3938 1369.4129 4754.1527 1369.6327 4753.5862 1369.6327 C 4753.0195 1369.6327 4752.743 1369.9382 4752.973 1370.3105 C 4753.2031 1370.6828 4753.0525 1372.4789 4752.639 1374.3027 C 4752.2255 1376.1266 4752.2095 1377.7314 4752.6019 1377.8691 C 4753.5697 1378.2085 4752.6741 1381.4023 4751.6116 1381.4023 C 4751.134 1381.4023 4751.2216 1381.9497 4751.8128 1382.662 C 4752.5358 1383.5331 4752.5682 1383.9238 4751.9163 1383.9238 C 4751.3973 1383.9238 4750.973 1384.2904 4750.973 1384.7382 C 4750.973 1385.186 4751.6054 1385.3087 4752.3792 1385.0117 C 4753.445 1384.6027 4753.6554 1384.813 4753.2464 1385.8788 C 4752.9495 1386.6526 4753.0739 1387.287 4753.5218 1387.287 C 4753.9696 1387.287 4754.3343 1387.8662 4754.3343 1388.5742 C 4754.3343 1389.2822 4754.8758 1390.0672 4755.5355 1390.3202 C 4756.1953 1390.5734 4757.5691 1392.5494 4758.5901 1394.7089 C 4760.9979 1399.8023 4761.1685 1407.5418 4758.9261 1410.0195 C 4758.0768 1410.958 4757.3257 1412.4769 4757.2581 1413.3945 C 4757.1341 1415.0776 4753.605 1418.9701 4752.5218 1418.6191 C 4752.2004 1418.5149 4751.6901 1419.5595 4751.387 1420.9394 C 4751.0839 1422.3193 4749.1785 1425.6526 4747.1526 1428.3476 C 4742.7546 1434.1982 4741.2058 1437.7232 4742.6429 1438.6113 C 4743.2019 1438.9569 4743.4609 1440.3457 4743.2425 1441.8339 C 4742.991 1443.5477 4743.2126 1444.4472 4743.889 1444.4472 C 4744.4563 1444.4472 4746.1895 1445.7165 4747.7405 1447.2675 C 4750.4778 1450.0048 4752.0836 1450.8366 4756.1565 1451.621 C 4757.2321 1451.8282 4758.2391 1452.3787 4758.3948 1452.8456 C 4758.5504 1453.3125 4760.1601 1453.6953 4761.971 1453.6952 C 4763.7818 1453.6952 4765.264 1454.0555 4765.264 1454.496 C 4765.264 1455.3284 4771.4679 1454.8984 4777.4065 1453.6542 C 4781.0437 1452.8923 4783.3477 1453.5832 4780.7581 1454.6601 C 4779.7433 1455.082 4780.2851 1455.1577 4782.1995 1454.8593 C 4786.4591 1454.1954 4794.493 1455.9624 4798.2386 1458.3886 C 4799.9624 1459.5052 4801.9492 1460.4199 4802.6526 1460.4199 C 4803.356 1460.4199 4803.9319 1460.8231 4803.9319 1461.3163 C 4803.9319 1461.8095 4804.7853 1463.4169 4805.8284 1464.8886 C 4806.8716 1466.3604 4807.8431 1468.271 4807.9886 1469.1347 C 4808.2783 1470.8542 4809.2579 1472.227 4812.0999 1474.8964 C 4814.2022 1476.8709 4826.1255 1482.2753 4828.3792 1482.2753 C 4831.0373 1482.2753 4837.555 1485.5385 4837.555 1486.8691 C 4837.555 1488.8659 4841.2186 1488.468 4850.4339 1485.4687 C 4856.3152 1483.5544 4859.4281 1482.0367 4861.2112 1480.2148 L 4863.719 1477.6523 L 4878.5882 1477.5898 C 4895.839 1477.5168 4897.5948 1477.0417 4896.7757 1472.6757 C 4896.3377 1470.3411 4896.6862 1469.3992 4898.9261 1466.8476 C 4900.4165 1465.1501 4902.9996 1463.3846 4904.7659 1462.8554 C 4906.5078 1462.3335 4909.0992 1460.8156 4910.5257 1459.4824 C 4912.1893 1457.9277 4914.0221 1457.0585 4915.637 1457.0585 C 4917.0218 1457.0585 4918.3984 1456.6644 4918.6956 1456.1835 C 4920.0406 1454.0072 4935.5128 1457.2213 4943.5901 1461.3554 C 4947.1328 1463.1687 4949.5094 1463.7831 4952.9925 1463.7831 C 4959.2662 1463.7831 4961.707 1462.7008 4963.387 1459.1777 C 4964.8229 1456.1668 4965.2244 1455.926 4968.3636 1456.1699 C 4969.3392 1456.2459 4971.2849 1455.3405 4972.6878 1454.1601 C 4974.0906 1452.9797 4975.6167 1452.0136 4976.0784 1452.0136 C 4976.5402 1452.0136 4977.1267 1451.4687 4977.3831 1450.8007 C 4977.6394 1450.1327 4979.1266 1449.3456 4980.6878 1449.0527 C 4982.9023 1448.6373 4984.7732 1447.053 4989.1976 1441.8476 C 4992.3168 1438.1778 4996.2601 1434.4606 4997.9612 1433.5878 C 5001.0428 1432.0064 5005.4074 1425.9272 5007.5687 1420.2011 C 5008.1191 1418.7429 5008.8342 1417.5488 5009.1585 1417.5488 C 5009.4827 1417.5488 5009.9895 1416.4474 5010.2855 1415.0995 C 5010.5816 1413.7517 5011.7462 1411.5762 5012.8733 1410.2656 C 5014.0005 1408.955 5014.9235 1407.381 5014.9241 1406.7675 C 5014.9241 1406.154 5016.438 1403.5376 5018.2874 1400.955 C 5020.3168 1398.1209 5021.6507 1395.3144 5021.6507 1393.8749 C 5021.6507 1392.5632 5022.0498 1391.4902 5022.5394 1391.4902 C 5023.029 1391.4902 5023.2121 1391.1381 5022.9456 1390.707 C 5020.764 1387.1771 5037.3061 1373.4365 5044.7171 1372.623 C 5045.6775 1372.5176 5047.4054 1371.9225 5048.5569 1371.3007 C 5049.7084 1370.6789 5051.7852 1370.0514 5053.1722 1369.9062 C 5056.4653 1369.5614 5059.4769 1367.9591 5059.4769 1366.5507 C 5059.4769 1365.9353 5059.8494 1365.4316 5060.303 1365.4316 C 5060.7564 1365.4316 5061.3583 1364.5089 5061.6409 1363.3827 C 5061.9236 1362.2567 5064.2947 1359.3016 5066.9105 1356.8144 C 5070.6511 1353.2577 5072.9278 1351.8793 5077.5726 1350.3632 C 5084.6363 1348.0572 5087.3515 1346.0459 5087.596 1342.9374 C 5087.696 1341.6666 5088.2561 1339.7316 5088.8421 1338.6367 C 5089.428 1337.5418 5090.0275 1333.9499 5090.1722 1330.6542 C 5090.317 1327.3585 5090.7019 1323.2726 5091.0276 1321.5761 C 5091.4791 1319.2243 5090.9705 1316.4898 5088.8929 1310.0605 C 5086.425 1302.4256 5086.2032 1300.893 5086.5394 1293.8613 C 5086.7765 1288.9015 5087.2721 1285.9746 5087.9105 1285.7617 C 5088.4603 1285.5785 5088.6773 1285.0546 5088.3948 1284.5976 C 5088.1123 1284.1405 5088.6899 1282.9091 5089.6761 1281.8593 C 5090.6622 1280.8095 5091.2558 1279.3964 5090.9964 1278.7206 C 5090.5332 1277.5134 5091.3077 1276.3369 5099.0862 1266.4179 C 5102.5201 1262.0389 5103.0092 1260.8856 5103.3323 1256.4199 C 5103.5688 1253.1496 5104.2737 1250.6257 5105.3343 1249.2558 C 5106.2346 1248.0926 5108.5598 1245.0511 5110.5003 1242.496 C 5112.4409 1239.9408 5115.3733 1237.019 5117.0159 1236.0038 C 5119.3385 1234.5684 5120.0023 1233.6113 5120.0023 1231.6952 C 5120.0023 1228.2758 5122.8862 1218.2061 5125.1819 1213.6093 C 5127.1254 1209.7178 5128.9254 1207.9189 5138.8128 1199.9902 C 5141.8744 1197.535 5144.3792 1195.0478 5144.3792 1194.4628 C 5144.3792 1193.8778 5145.3249 1192.5097 5146.4808 1191.4238 C 5147.6366 1190.3379 5148.5823 1188.8185 5148.5823 1188.0468 C 5148.5823 1187.2751 5149.3641 1184.4104 5150.3206 1181.6796 C 5151.4544 1178.4425 5151.9277 1175.454 5151.68 1173.0956 C 5151.1741 1168.2781 5153.1276 1163.3809 5158.1116 1156.9628 C 5161.2553 1152.9147 5163.1877 1151.3141 5166.9183 1149.6718 C 5169.5474 1148.5144 5174.1572 1146.3952 5177.1624 1144.9628 C 5180.1676 1143.5304 5184.3299 1142.2155 5186.4105 1142.041 C 5188.491 1141.8664 5193.0695 1140.6295 5196.5862 1139.291 C 5202.8081 1136.9231 5203.2423 1136.8744 5212.7093 1137.5097 C 5218.6542 1137.9087 5222.9614 1138.5966 5223.7815 1139.2773 C 5226.0422 1141.1536 5229.6972 1147.1078 5230.764 1150.6542 C 5231.7735 1154.0099 5235.2429 1158.1537 5240.1507 1161.8632 C 5241.5777 1162.9416 5242.4941 1164.229 5242.1878 1164.7245 C 5241.8744 1165.2315 5242.0231 1165.382 5242.5276 1165.0702 C 5243.0208 1164.7654 5244.6832 1166.1265 5246.223 1168.0937 C 5247.7627 1170.0608 5249.2893 1171.7881 5249.6136 1171.9335 C 5249.9378 1172.079 5249.9996 1172.7264 5249.7523 1173.371 C 5249.5049 1174.0155 5249.7228 1175.8174 5250.2366 1177.3749 C 5251.6827 1181.7566 5251.4719 1192.206 5249.8851 1194.7734 C 5249.6064 1195.2245 5249.7549 1196.2963 5250.2151 1197.1562 C 5251.6381 1199.815 5251.5736 1206.0964 5250.0218 1215.9277 C 5249.9014 1216.6902 5249.3568 1217.8504 5248.8128 1218.5058 C 5247.6547 1219.9012 5243.84 1230.7008 5242.7894 1235.5566 C 5240.3671 1246.7525 5237.3152 1256.7533 5235.9163 1258.0761 C 5235.0415 1258.9032 5234.3245 1260.0996 5234.3245 1260.7363 C 5234.3245 1261.7814 5229.2533 1266.347 5227.18 1267.1679 C 5225.1026 1267.9904 5216.7226 1273.1501 5215.9476 1274.0839 C 5215.3711 1274.7785 5215.358 1276.3269 5215.9085 1278.7753 C 5216.4837 1281.3352 5216.4389 1283.3142 5215.7562 1285.3827 C 5214.5778 1288.9534 5215.2747 1297.1435 5216.8948 1298.7636 C 5218.1502 1300.0191 5218.6688 1299.5794 5227.2542 1289.9785 C 5229.7765 1287.1578 5233.1273 1284.6125 5236.514 1282.9452 C 5241.2527 1280.6125 5243.0193 1280.2531 5252.9944 1279.5878 C 5269.7509 1278.47 5278.0805 1275.8831 5282.1526 1270.5312 C 5283.3567 1268.9487 5286.3726 1265.4709 5288.8558 1262.8027 L 5293.3714 1257.9511 L 5296.0433 1259.7011 C 5300.1143 1262.3697 5299.9641 1265.4729 5295.5315 1270.3261 C 5293.5731 1272.4706 5291.1051 1274.5404 5290.0472 1274.9257 C 5288.9893 1275.311 5288.1253 1275.9827 5288.1253 1276.4179 C 5288.1253 1276.8532 5287.273 1277.5845 5286.2327 1278.0449 C 5285.1925 1278.5054 5282.2618 1280.1979 5279.719 1281.8046 C 5277.1762 1283.4114 5274.1128 1284.7266 5272.9124 1284.7285 C 5271.712 1284.7285 5269.6204 1285.2861 5268.264 1285.9628 C 5266.6728 1286.7566 5261.6317 1287.3951 5254.055 1287.7636 C 5242.9139 1288.3056 5242.0552 1288.4757 5237.3304 1291.0624 C 5233.606 1293.1014 5231.8654 1294.6952 5230.428 1297.3827 C 5229.3708 1299.3592 5226.7466 1302.5236 5224.596 1304.416 L 5220.6858 1307.8574 L 5228.1605 1315.6816 L 5235.6351 1323.5058 L 5237.8304 1321.041 C 5239.0381 1319.6855 5240.68 1317.5785 5241.4788 1316.3593 C 5242.2777 1315.1401 5245.5595 1312.2309 5248.7718 1309.8945 C 5255.8054 1304.7787 5258.959 1304.4681 5259.3831 1308.8476 C 5259.5889 1310.9725 5259.2171 1311.7556 5257.5901 1312.6308 C 5254.8607 1314.0988 5246.9339 1321.0509 5246.9339 1321.9765 C 5246.9339 1322.3787 5245.1378 1324.3344 5242.9417 1326.3242 L 5238.9495 1329.9433 L 5240.6292 1331.832 C 5242.0101 1333.3833 5246.6891 1336.0097 5248.0706 1336.0097 C 5248.2627 1336.0097 5248.6136 1335.2705 5248.8499 1334.3671 C 5249.0861 1333.4636 5250.5204 1332.2185 5252.0374 1331.5995 C 5254.2995 1330.6765 5254.957 1329.7992 5255.6976 1326.7265 C 5256.5492 1323.1935 5256.7818 1322.9648 5259.7542 1322.7187 C 5262.4219 1322.498 5262.9065 1322.7099 5262.9065 1324.121 C 5262.9065 1325.035 5263.2968 1325.9133 5263.7737 1326.0722 C 5264.9878 1326.4769 5263.0941 1331.8827 5261.1761 1333.4882 C 5259.1967 1335.1451 5258.9988 1336.746 5260.4144 1339.6718 C 5261.4948 1341.9049 5261.8327 1342.0389 5265.2093 1341.5761 C 5267.3895 1341.2773 5270.1691 1341.5372 5272.1644 1342.2245 C 5273.9923 1342.8543 5275.3163 1343.0933 5275.1077 1342.7558 C 5274.8991 1342.4183 5275.2718 1341.424 5275.9358 1340.5468 C 5276.5998 1339.6696 5277.1555 1338.2895 5277.1702 1337.4804 C 5277.1852 1336.6713 5277.5347 1336.0097 5277.9476 1336.0097 C 5278.3604 1336.0097 5281.2471 1333.584 5284.3616 1330.6191 C 5288.3959 1326.7784 5290.8984 1325.0676 5293.0667 1324.6679 C 5294.7406 1324.3594 5298.7512 1323.0021 5301.9788 1321.6523 C 5305.2064 1320.3024 5308.2323 1319.1954 5308.7034 1319.1933 C 5309.1745 1319.1933 5310.7254 1318.0957 5312.1507 1316.7597 C 5313.576 1315.4237 5316.4131 1313.4911 5318.4554 1312.4648 C 5320.4977 1311.4385 5323.3046 1309.7622 5324.6917 1308.7382 C 5326.0787 1307.7142 5328.4474 1306.3382 5329.9554 1305.6816 C 5331.4634 1305.025 5332.8975 1303.8555 5333.1429 1303.082 C 5333.5516 1301.7949 5336.0619 1299.3873 5343.3558 1293.289 C 5344.8372 1292.0505 5346.067 1290.7089 5346.0882 1290.3085 C 5346.1092 1289.9081 5347.3746 1287.8279 5348.8987 1285.6855 C 5350.4226 1283.543 5352.4077 1280.2878 5353.3108 1278.4511 C 5355.3555 1274.2935 5355.9223 1273.5149 5359.5765 1269.8574 C 5361.4853 1267.9468 5362.1489 1266.77 5361.4671 1266.5058 C 5359.6301 1265.7937 5360.3101 1262.2413 5362.6331 1260.414 C 5363.8522 1259.4551 5365.7592 1256.875 5366.8694 1254.6796 C 5367.9796 1252.4842 5370.093 1249.7417 5371.5667 1248.5859 C 5374.7164 1246.1157 5384.2733 1242.1361 5390.0081 1240.9062 C 5392.2277 1240.4302 5394.5169 1239.4095 5395.094 1238.6386 C 5395.6712 1237.8677 5397.657 1236.1303 5399.5062 1234.7792 C 5404.166 1231.3746 5405.9884 1229.3799 5405.3636 1228.3691 C 5405.0711 1227.8957 5405.6198 1225.9989 5406.5823 1224.1523 C 5407.5447 1222.3057 5408.3323 1219.6972 5408.3323 1218.3574 C 5408.3323 1217.0177 5408.9007 1215.3555 5409.594 1214.662 C 5410.2875 1213.9685 5410.8649 1213.0887 5410.8773 1212.7089 C 5410.9323 1211.0443 5416.0404 1206.0669 5421.3831 1202.4726 C 5425.1304 1199.9517 5428.0069 1197.2298 5429.5062 1194.787 C 5430.7832 1192.7065 5433.0665 1188.9997 5434.5804 1186.5507 C 5436.0942 1184.1017 5437.9006 1181.1072 5438.594 1179.8964 C 5439.2875 1178.6855 5440.5083 1177.0113 5441.3069 1176.1738 C 5442.1055 1175.3364 5442.5384 1174.0741 5442.2679 1173.3691 C 5441.8228 1172.2093 5442.7548 1169.1806 5445.5745 1162.6327 C 5446.122 1161.3614 5446.7625 1160.3208 5446.9964 1160.3202 C 5447.2303 1160.3202 5447.5303 1158.7257 5447.6644 1156.7773 C 5447.7985 1154.8288 5448.2955 1152.9951 5448.7679 1152.7031 C 5449.9709 1151.9596 5449.0886 1136.3698 5447.6058 1132.162 C 5446.8891 1130.1277 5446.6678 1127.9103 5447.0433 1126.5488 C 5447.4145 1125.2028 5447.2523 1123.5067 5446.6409 1122.3281 C 5446.0653 1121.2185 5445.7403 1118.2528 5445.8987 1115.541 C 5446.0533 1112.8925 5445.835 1110.7245 5445.4124 1110.7245 C 5444.9894 1110.7245 5444.2224 1109.5207 5443.7093 1108.0488 C 5442.9898 1105.9848 5443.0201 1105.2186 5443.8382 1104.6992 C 5444.6788 1104.1657 5444.6806 1104.0238 5443.848 1104.0136 C 5443.27 1104.0036 5442.7972 1103.4655 5442.7972 1102.8105 C 5442.7972 1102.1555 5442.3322 1101.4646 5441.764 1101.2753 C 5441.0072 1101.023 5441.1244 1100.3303 5442.2034 1098.6835 C 5443.5771 1096.587 5443.445 1096.0402 5441.6429 1096.3691 C 5441.2395 1096.4431 5441.1291 1095.9339 5441.3968 1095.2363 C 5441.6645 1094.5387 5441.5501 1093.7614 5441.1429 1093.5097 C 5440.7358 1093.2581 5440.2284 1093.7184 5440.0159 1094.5331 C 5439.7696 1095.4775 5439.5937 1095.1941 5439.5315 1093.7519 C 5439.4786 1092.5078 5439.0143 1091.2317 5438.5003 1090.914 C 5437.9863 1090.5964 5436.6901 1088.3549 5435.6194 1085.9335 C 5434.5486 1083.5121 5433.0534 1081.2939 5432.2972 1081.0038 C 5431.541 1080.7136 5431.091 1080.1898 5431.2972 1079.8398 C 5431.5034 1079.4897 5431.2868 1078.2574 5430.8206 1077.1015 C 5430.3524 1075.9457 5429.8512 1074.1016 5429.7054 1073.0038 C 5429.5597 1071.9059 5428.6633 1070.2836 5427.7132 1069.3984 C 5426.7631 1068.5133 5425.9847 1067.3279 5425.9847 1066.7636 C 5425.9847 1066.1993 5425.2348 1065.2693 5424.3187 1064.6972 C 5421.5905 1062.9934 5415.0569 1048.0563 5415.0569 1043.5234 C 5415.0569 1042.6278 5414.6885 1041.6667 5414.2386 1041.3886 C 5412.6105 1040.3824 5410.8601 1035.3985 5410.6487 1031.166 C 5410.53 1028.7871 5410.1497 1027.0126 5409.803 1027.2226 C 5409.4563 1027.4326 5409.1722 1027.1494 5409.1722 1026.5956 C 5409.1722 1026.0413 5408.5946 1025.1663 5407.889 1024.6503 C 5407.1834 1024.1343 5406.4025 1022.0162 5406.1526 1019.9433 C 5405.9028 1017.8705 5405.1797 1015.0365 5404.5452 1013.6445 C 5403.8443 1012.1069 5403.5008 1009.1345 5403.6702 1006.0702 C 5403.8235 1003.2962 5403.3668 997.88438 5402.6546 994.04486 C 5401.4049 987.30734 5401.4181 986.98393 5403.0394 984.79095 C 5404.6355 982.63213 5404.8845 980.72586 5403.9398 977.90814 C 5403.5221 976.66218 5401.2959 963.73144 5399.8148 953.95111 C 5399.3947 951.17704 5398.8413 947.58298 5398.5862 945.96478 C 5398.3313 944.34658 5397.9251 940.94317 5397.6839 938.40033 C 5397.2248 933.55944 5394.5738 925.02763 5392.5257 921.79877 C 5391.8659 920.75854 5391.6531 919.90154 5392.053 919.89447 C 5392.453 919.88747 5392.2889 919.56871 5391.6878 919.18744 C 5391.0868 918.80616 5390.5338 917.68775 5390.4593 916.70111 C 5390.3853 915.71453 5389.8365 914.71885 5389.2405 914.49017 C 5388.6445 914.26143 5388.1565 913.49506 5388.1565 912.78705 C 5388.1565 912.07903 5387.8093 911.49994 5387.3831 911.49994 C 5386.9569 911.49994 5385.4494 909.18131 5384.0335 906.34759 C 5382.6174 903.5139 5381.02 900.66836 5380.4847 900.02337 C 5379.9494 899.37838 5379.737 898.62457 5380.012 898.34955 C 5380.2871 898.07451 5379.9714 897.31155 5379.3128 896.65228 C 5378.6535 895.993 5377.6991 893.91183 5377.1917 892.02728 C 5376.4032 889.09868 5374.8016 885.75503 5370.0511 877.12103 C 5369.5709 876.24789 5368.7835 875.01975 5368.3011 874.39252 C 5367.8188 873.7653 5366.9013 871.93739 5366.262 870.33002 C 5365.6227 868.72263 5363.9503 866.2296 5362.5472 864.789 C 5361.1442 863.3484 5358.1389 859.23826 5355.8675 855.65619 C 5353.5962 852.0741 5350.6696 848.35474 5349.3655 847.39056 C 5348.0613 846.42634 5346.0857 844.28523 5344.973 842.63275 C 5341.9869 838.19802 5332.4118 828.76687 5327.3929 825.31634 C 5324.9823 823.65911 5320.9299 820.81133 5318.387 818.98822 C 5315.8442 817.16511 5313.0824 815.67258 5312.2503 815.67181 C 5311.4184 815.67081 5309.7023 815.13623 5308.4378 814.48236 C 5307.1734 813.82849 5304.6403 813.03164 5302.8069 812.71283 C 5297.733 811.83055 5292.665 810.01777 5289.1741 807.83587 C 5282.7065 803.79341 5268.2391 797.36024 5264.5862 796.90228 C 5257.8167 796.0536 5254.9713 795.2507 5251.9788 793.34369 C 5250.3606 792.31248 5247.5234 790.99032 5245.6741 790.40619 C 5242.2191 789.31491 5241.4238 788.90295 5231.3968 782.98822 C 5228.1678 781.08349 5225.0465 779.52337 5224.4612 779.52337 C 5223.8759 779.52337 5223.4921 779.05051 5223.6077 778.47259 C 5223.7585 777.71817 5221.9245 777.35258 5217.1058 777.17377 C 5213.3809 777.03555 5210.8717 776.62958 5211.4671 776.26166 C 5212.8023 775.43642 5209.3276 775.28259 5186.7894 775.16986 C 5174.3901 775.10786 5168.5249 775.38605 5167.1917 776.09955 C 5166.1453 776.65956 5164.0833 777.14786 5162.6097 777.18353 C 5161.136 777.21923 5159.0287 777.94932 5157.9261 778.80658 C 5155.5562 780.64909 5151.1792 780.76689 5146.5374 779.11322 C 5144.7186 778.46527 5142.8845 778.14776 5142.4632 778.40814 C 5142.0419 778.6685 5140.6927 778.15518 5139.4651 777.26752 C 5138.2377 776.37985 5135.1544 774.77985 5132.6116 773.71283 C 5130.0687 772.64582 5127.4203 771.29173 5126.7269 770.70306 C 5124.4099 768.73639 5116.2672 764.51105 5112.0667 763.09564 C 5102.8492 759.98959 5098.7205 759.34955 5087.9007 759.34955 z M 5099.5901 1093.2011 C 5101.4234 1093.1804 5103.4342 1094.6867 5110.1526 1100.9042 C 5114.8765 1105.2759 5120.1585 1109.4439 5121.8909 1110.166 C 5125.7214 1111.7626 5132.6116 1117.386 5132.6116 1118.916 C 5132.6116 1119.5261 5133.0977 1120.2127 5133.6937 1120.4413 C 5135.0612 1120.9661 5135.3451 1124.1683 5134.1507 1125.6074 C 5133.0018 1126.9918 5130.9241 1126.9599 5129.0374 1125.5273 C 5128.2284 1124.9131 5127.5667 1123.8497 5127.5667 1123.164 C 5127.5667 1121.2707 5119.624 1114.975 5116.4749 1114.373 C 5114.7826 1114.0495 5112.2691 1112.4121 5110.0413 1110.1816 C 5108.0307 1108.1685 5105.9881 1106.5234 5105.5023 1106.5234 C 5105.0165 1106.5234 5102.7624 1104.586 5100.4944 1102.2206 C 5097.3409 1098.9314 5096.433 1097.4001 5096.6292 1095.707 C 5096.8283 1093.9882 5097.4088 1093.4331 5099.2249 1093.2245 C 5099.3469 1093.2105 5099.4679 1093.2025 5099.5901 1093.2011 z " />
55
+ <path
56
+ style="fill:#f4d7d7;stroke-width:0.840612"
57
+ d="m 4822.1202,1310.3784 c 4.5246,-5.691 6.2369,-7.2432 8.4474,-7.6579 1.5249,-0.2861 3.3513,-0.298 4.0588,-0.027 1.9691,0.7557 4.8156,-2.5294 4.1288,-4.765 -0.3122,-1.0167 -0.6699,-1.966 -0.7948,-2.1099 -0.1248,-0.1438 -2.5372,0.2157 -5.3607,0.7989 -4.0258,0.8315 -5.7359,0.8426 -7.9242,0.052 -1.5347,-0.5549 -6.048,-1.009 -10.0294,-1.009 -6.1702,0 -7.3084,0.2183 -7.7083,1.4786 -0.2582,0.8132 -1.7798,3.4683 -3.3814,5.9002 l -2.912,4.4217 1.6874,2.8599 c 1.8796,3.1858 8.3382,7.0839 11.8494,7.1517 1.8563,0.036 3.286,-1.2416 7.939,-7.0939 z"
58
+ id="path4677" />
59
+ <path
60
+ style="fill:#d5f6ff;stroke-width:0.840612"
61
+ d="m 4901.186,1092.1318 c 1.9396,-0.8696 4.5876,-1.5825 5.8844,-1.5843 1.2968,0 3.596,-0.758 5.1094,-1.6808 2.687,-1.6382 2.7193,-1.7271 1.3744,-3.7796 -1.6896,-2.5786 -4.5655,-2.7217 -6.7258,-0.3347 -4.26,4.7074 -9.7532,4.9018 -13.4764,0.4772 -1.7934,-2.1315 -2.0944,-3.1684 -1.7232,-5.9362 0.4602,-3.4311 -0.8345,-5.4654 -3.518,-5.5282 -1.3639,-0.032 -1.0349,2.5141 1.5086,11.6735 2.7074,9.7502 3.5982,10.2656 11.5666,6.6931 z"
62
+ id="path4687" />
63
+ </g>
64
+ </svg>
65
+ `
66
+
@@ -4,7 +4,7 @@
4
4
  <meta charset="UTF-8">
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
6
  <title>Document</title>
7
- <script src="test.js"></script>
7
+ <script src="simple-test.js"></script>
8
8
  <script src="../document.js"></script>
9
9
  <!-- <script src="./data/html1.js"></script> -->
10
10
  <script src="./data/html2.js"></script>
@@ -0,0 +1,37 @@
1
+ function createIframe(htmlContent) {
2
+ const iframe = document.createElement('iframe');
3
+ return new Promise((resolve,reject) => {
4
+ iframe.onload = function() {
5
+ const iframeDocument = iframe.contentDocument;
6
+ iframeDocument.childNodes[0].innerHTML = htmlContent
7
+ // iframeDocument.body.insertAdjacentHTML('afterbegin',htmlContent)
8
+ resolve(iframeDocument)
9
+ }
10
+ document.body.appendChild(iframe);
11
+ })
12
+ }
13
+
14
+ class RandomSentenceGenerator {
15
+ constructor() {
16
+ this.subjects = ["The cat", "A monkey", "A child", "The robot", "The alien", "My friend"];
17
+ this.verbs = ["jumps", "runs", "flies", "dances", "sings", "reads"];
18
+ this.objects = ["on the bed", "in the garden", "above the clouds", "in the spaceship", "with a book", "under the tree"];
19
+ this.adverbs = ["quickly", "happily", "sadly", "gracefully", "lazily", "silently"];
20
+ }
21
+
22
+ getRandomItem(arr) {
23
+ const randomIndex = Math.floor(Math.random() * arr.length);
24
+ return arr[randomIndex];
25
+ }
26
+
27
+ generate() {
28
+ const subject = this.getRandomItem(this.subjects);
29
+ const verb = this.getRandomItem(this.verbs);
30
+ const object = this.getRandomItem(this.objects);
31
+ const adverb = this.getRandomItem(this.adverbs);
32
+
33
+ return `${subject} ${verb} ${object} ${adverb}.`;
34
+ }
35
+ }
36
+
37
+ const generator = new RandomSentenceGenerator()
@@ -0,0 +1,8 @@
1
+ const { readFileSync, writeFileSync, watchFile, watch, readdirSync } = require('fs')
2
+ const { join,basename } = require('path')
3
+
4
+ const docsDir = join(__dirname,'docs')
5
+ const files = readdirSync(docsDir)
6
+ const content = files.map(file => readFileSync(join(docsDir,file),'utf-8')).join('\n');
7
+ writeFileSync(join(__dirname,'readme.md'),content,'utf-8')
8
+
@@ -17,12 +17,12 @@ function optimizeCode(content) {
17
17
  return content
18
18
  }
19
19
 
20
- const root = join(__dirname, '..')
20
+ const root = __dirname
21
21
  const files = {
22
22
  'query': ['query','check-element'],
23
23
  'node':[
24
24
  'dataset','find','text-node',
25
- 'style','class-list','node','single-node','root'
25
+ 'style','class-list','node','single-node','root','document'
26
26
  ],
27
27
  'parse':['parse-atts','void-tags','parser','cache'],
28
28
  }
@@ -30,7 +30,7 @@ const fileList = []
30
30
  function buildFileList() {
31
31
  Object.entries(files).forEach(([dir,filenames]) => {
32
32
  filenames.forEach(filename => {
33
- fileList.push(join(__dirname,dir,filename+'.js'))
33
+ fileList.push(join(root,'lib',dir,filename+'.js'))
34
34
  });
35
35
  });
36
36
  }
@@ -40,7 +40,7 @@ buildFileList()
40
40
  function build() {
41
41
  let content = fileList.map(filePath => readFileSync(filePath, 'utf-8')).join('\n');
42
42
 
43
- const toReturn = '{ parseHTML, Node, Query, TextNode, SingleNode, buildFromCache, cacheDoc, Root }'
43
+ const toReturn = '{ parseHTML, Node, Query, TextNode, SingleNode, buildFromCache, cacheDoc, Root, Document }'
44
44
  content = optimizeCode(content)
45
45
  writeFileSync(join(root, 'document.js'), `const alsDocument = (function(){\n${content}\nreturn ${toReturn}\n})()`)
46
46
  writeFileSync(join(root, 'index.js'), content + '\n' + `module.exports = ${toReturn}`)
package/docs/#.md ADDED
@@ -0,0 +1,52 @@
1
+ # als-document: HTML Parser & DOM Manipulation Library
2
+
3
+
4
+ ## Overview
5
+
6
+ `als-document` is a powerful library for parsing HTML and XML, building and manipulating virtual DOM structure on backend and frontend. It provides a robust and intuitive API for querying and interacting with DOM elements using selectors, making it a valuable tool for web developers.
7
+
8
+
9
+ ## Installation
10
+
11
+ To install the `als-document` library, use the following npm command:
12
+
13
+ ```bash
14
+ npm i als-document
15
+ ```
16
+
17
+
18
+ ## Including the Library
19
+
20
+ The library provides three different files to cater to different module systems:
21
+
22
+ 1. **index.js**: This file uses the CommonJS module system. It's suitable for projects using Node.js or bundlers like Browserify or Webpack. The entry point in `package.json` for this file is "main".
23
+
24
+ ```javascript
25
+ const { parseHTML, Node, Query, TextNode, SingleNode, Root, Document } = require('als-document');
26
+ ```
27
+
28
+ 2. **index.mjs**: This file uses the ES Modules (ESM) system. It's suitable for modern JavaScript environments that support ESM. The entry point in `package.json` for this file is "module".
29
+
30
+ ```js
31
+ import { parseHTML, Node, Query, TextNode, SingleNode, Root, Document } from 'als-document';
32
+ ```
33
+
34
+ 3. **document.js**: By including this file, a constant variable named `alsDocument` is created, which wraps all the exports.
35
+
36
+ ```html
37
+ <script src="/node_modules/als-document/document.js"></script>
38
+ <script>
39
+ const { parseHTML, Node, Query, TextNode, SingleNode, buildFromCache, cacheDoc, Root, Document } = alsDocument
40
+ </script>
41
+ ```
42
+
43
+ ## Change log
44
+ New in 1.2.0:
45
+ * singleNode can insert(0) and insert(3)
46
+ * insertAdjacentElement replace element instead cloning it
47
+ * Document class
48
+ * has structure <!DOCTYPE html><html lang="en"><head><title></title></head><body></body></html>
49
+ * get title
50
+ * set title
51
+ * get body
52
+ * get head
@@ -0,0 +1,39 @@
1
+ ## parseHTML
2
+
3
+ `parseHTML` is a function that takes an HTML string and constructs a DOM tree representation from it. It recognizes various HTML elements, such as comments, scripts, styles, and CDATA, and organizes them into nodes that can be manipulated and queried.
4
+
5
+ ### API:
6
+ `parseHTML(html: string) -> Node`
7
+
8
+ Parses an HTML string and returns a tree structure representing its content.
9
+
10
+ * `html`: The HTML string to parse.
11
+ * `Returns`: A Node object representing the root of the parsed HTML content tree.
12
+
13
+ ### Expected Outcome:
14
+ When using the parseHTML function, the output will be a tree of nodes representing the HTML content. Each node can be one of the following:
15
+ * **Node**: A standard HTML element node with tag name, attributes, and child nodes.
16
+ * **SingleNode**: Represents self-closing or void HTML elements.
17
+ * **TextNode**: Represents text content in the HTML.
18
+
19
+ Each node will have a tag name, a dictionary of attributes, and a list of child nodes (if applicable).
20
+
21
+ ### Examples
22
+
23
+ ```js
24
+ const parsedHTML = parseHTML('<div class="container"><img src="image.jpg" alt="Image"/><p>Hello, world!</p></div>');
25
+
26
+ // The returned `parsedHTML` object will be a tree-like structure.
27
+ // For instance, parsedHTML.childNodes[0] would represent the <div> element,
28
+ // and parsedHTML.childNodes[0].childNodes[0] would represent the <img> element inside it.
29
+ ```
30
+
31
+ ```js
32
+ const parsedScript = parseHTML('<script>console.log("Hello, world!");</script>');
33
+
34
+ // The returned `parsedScript` object will contain a `script` Node with a child node
35
+ // holding the JavaScript code as text content.
36
+ ```
37
+
38
+ Remember, the actual tree structure will be more complex and detailed, but the provided examples give you a basic understanding of how to navigate through the parsed result.
39
+
package/docs/2.node.md ADDED
@@ -0,0 +1,25 @@
1
+ ## Node
2
+
3
+ `Node` is a fundamental class that represents an element node in the DOM tree. It provides functionality similar to the native DOM API in browsers, but with its own implementation.
4
+
5
+ ### Properties:
6
+ - **tagName**: Represents the tag name of the element.
7
+ - **attributes**: A dictionary of attributes and their values.
8
+ - **childNodes**: An array of child nodes for the element.
9
+ - **isSingle**: Boolean value to check if the node is a self-closing tag.
10
+ - **parentNode, previousElementSibling, nextElementSibling, children**: Navigation properties to move through the DOM tree.
11
+ - **dataset, classList, style**: Special properties for interacting with `data-*` attributes, classes, and inline styles.
12
+
13
+ ### Methods:
14
+ - **getAttribute, setAttribute, removeAttribute**: Manipulate element's attributes.
15
+ - **remove**: Removes the element from its parent.
16
+ - **innerHTML, outerHTML**: Get and set the inner or entire HTML of the element.
17
+ - **querySelector, querySelectorAll**: Find elements within the node based on CSS-like selectors.
18
+ - limits: pseudo selector like `:first-of-type` or `:checked` not available
19
+ - namaspace for tags `some:namspace` available
20
+ - there are additional methods `$` for `querySelector` and `$$` for `querySelectorAll`
21
+ - **getElementsByClassName, getElementsByTagName, getElementById**: Get elements by class, tag, or id respectively.
22
+ - **insertAdjacentElement, insertAdjacentHTML, insertAdjacentText**: Insert content relative to the element.
23
+ - **appendChild**: Add a child node to the element.
24
+ - **insert(place,element)**: place (0-3) or beforebegin,afterbegin,... eleemnt - raw html or element
25
+
@@ -0,0 +1,3 @@
1
+ ### SingleNode
2
+
3
+ `SingleNode` extends from the `Node` class and represents elements that don't have closing tags (self-closing tags) in HTML. Examples include `<img>`, `<br>`, and `<!DOCTYPE>`. This class has restricted methods and properties since these elements can't have child nodes.
@@ -0,0 +1,3 @@
1
+ ### TextNode
2
+
3
+ `TextNode` is a class that represents text content within the DOM. A TextNode holds raw text data and does not have child nodes.
@@ -0,0 +1,28 @@
1
+ ### Document node (extends Node)
2
+
3
+ Has additional getters and setters:
4
+ * getter root.title
5
+ * setter root.title
6
+ * getter root.body
7
+ * getter root.head
8
+
9
+
10
+
11
+ ### Examples:
12
+
13
+ ```javascript
14
+ const div = new Node('div');
15
+ div.setAttribute('class', 'container');
16
+
17
+ const img = new SingleNode('img', { src: 'image.jpg', alt: 'An image' });
18
+ div.appendChild(img);
19
+
20
+ console.log(div.outerHTML); // Outputs: <div class="container"><img src="image.jpg" alt="An image"></div>
21
+
22
+ const p = new Node('p',{},div); // adding as last child to parent div
23
+ p.textContent = "Hello, world!";
24
+
25
+ const foundP = div.querySelector('p');
26
+ console.log(foundP.textContent); // Outputs: Hello, world!
27
+ ```
28
+
@@ -0,0 +1,110 @@
1
+ ## Query
2
+
3
+ The `Query` class is designed to parse CSS selector strings and transform them into a structured object format, providing detailed insights into each selector and its components.
4
+
5
+ By using the class, one can expect to transform a CSS selector string into an array of objects.
6
+
7
+ Each object will represent a selector, containing detailed information such as its tag, identifier, classes, attributes, and associated selectors if any. This can be useful for further processing or analysis of CSS selectors in an application.
8
+
9
+ ### Example
10
+
11
+ ```javascript
12
+ let q1 = 'html>body>div.tabs~.some[type $= "radio and some"]>p+div>.some-id .tab-content~input[disabled] div.some'
13
+ let result = new Query(q1).selectors
14
+ let result1 = Query.get(q1)
15
+ // result and result1 has to be same
16
+ console.log(result)
17
+ ```
18
+
19
+ Result:
20
+ ```javascript
21
+ [
22
+ {
23
+ "query": "div.some",
24
+ "tag": "div",
25
+ "classList": [
26
+ "some"
27
+ ],
28
+ "ancestors": [
29
+ {
30
+ "query": ".some-id",
31
+ "classList": [
32
+ "some-id"
33
+ ],
34
+ "parents": [
35
+ {
36
+ "query": "div",
37
+ "tag": "div"
38
+ }
39
+ ],
40
+ "prev": {
41
+ "query": "p",
42
+ "tag": "p",
43
+ "parents": [
44
+ {
45
+ "query": ".some[0]",
46
+ "classList": [
47
+ "some"
48
+ ],
49
+ "attribs": [
50
+ {
51
+ check:(f),
52
+ "query": "[type$=\"radio and some\"]",
53
+ "name": "type",
54
+ "value": "radio and some",
55
+ "sign": "$="
56
+ }
57
+ ]
58
+ }
59
+ ],
60
+ "prevAny": {
61
+ "query": "div.tabs",
62
+ "tag": "div",
63
+ "classList": [
64
+ "tabs"
65
+ ],
66
+ "parents": [
67
+ {
68
+ "query": "html",
69
+ "tag": "html"
70
+ },
71
+ {
72
+ "query": "body",
73
+ "tag": "body"
74
+ }
75
+ ]
76
+ },
77
+ "group": "html>body>div.tabs~.some[0]>p"
78
+ },
79
+ "group": "html>body>div.tabs~.some[0]>p+div>.some-id"
80
+ },
81
+ {
82
+ "query": "input[1]",
83
+ "tag": "input",
84
+ "attribs": [
85
+ {
86
+ "query": "[disabled]",
87
+ "name": "disabled"
88
+ }
89
+ ],
90
+ "prevAny": {
91
+ "query": ".tab-content",
92
+ "classList": [
93
+ "tab-content"
94
+ ]
95
+ },
96
+ "group": ".tab-content~input[1]"
97
+ }
98
+ ],
99
+ "group": "html>body>div.tabs~.some[type $= \"radio and some\"]>p+div>.some-id .tab-content~input[disabled] div.some"
100
+ }
101
+ ]
102
+ ```
103
+
104
+ ### Attribs and check function
105
+ if attribute has value, attrib object will contain check function with one parameter for value to check.
106
+
107
+ ```javascript
108
+ let s = Query.get('[test^="some"]')[0]
109
+ console.log(s.attribs[0].check('some value test')) // true
110
+ ```
@@ -0,0 +1,14 @@
1
+ ## buildFromCache and cacheDoc
2
+
3
+ Building DOM from raw html, usually takes tens of milliseconds. But now, you can build DOM once and save it's cache as regular stringified JSON.
4
+ The caching process and building from cache takes less then 5ms for each and require realy low resources.
5
+
6
+
7
+ How it works?
8
+ ```js
9
+ const html = `` // some real html 255KB
10
+ const root = parseHTML(html); // 31.9ms
11
+ const cache = cacheDoc(root); // 2.4ms
12
+ const root1 = buildFromCache(cache); // 1.2ms
13
+ console.log(root.inneHTML === root1.innerHTML) // true
14
+ ```