improve svg parse in WordArt + new font

This commit is contained in:
Rick Companje 2015-02-01 04:39:19 +01:00
parent 8d2d4a9f57
commit 9b6535be11
3 changed files with 942 additions and 510 deletions

View File

@ -94,15 +94,39 @@ function getPointsFromPath(path) {
var cursor = { x:0.0, y:0.0 };
var move = false;
var prevCmd = "";
var lastCmd = "";
console.log(path);
for (var i=0; i<cmds.length; i++) {
var cmd = cmds[i];
var xy = cmd.split(",");
if (cmd=='m') move = true;
if (xy.length==2) { // if there are two parts (a comma) we asume it's a l command. (So L is not supported)
cursor.x += parseFloat(xy[0]);
cursor.y += parseFloat(xy[1]);
points.push([cursor.x,cursor.y,move]);
move = false;
var xy = cmd.split(",");
if (cmd.length==1) { //we suppose this is a alpha numeric character and threat it as a command
lastCmd = cmd;
}
move = (lastCmd=='m' || lastCmd=='M');
if (xy.length==2) {
var x = parseFloat(xy[0]);
var y = parseFloat(xy[1]);
if (lastCmd=='m' || lastCmd=='l') { //relative movement
cursor.x += x;
cursor.y += y;
}
else if (lastCmd=='M' || lastCmd=='L') { //absolute movement
cursor.x = x;
cursor.y = y;
}
if (lastCmd=='m') lastCmd='l'; //the next command after a relative move is relative line if not overruled
if (lastCmd=='M') lastCmd='L'; //same for absolute moves
points.push([cursor.x,cursor.y,move]);
} else if (prevCmd == "h"){
cursor.x += parseFloat(cmd);
points.push([cursor.x,cursor.y,move]);

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 15.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
@ -7,506 +7,402 @@
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="svg3245"
sodipodi:docname="WordArt Copse paths straight3-2decimals cleaned inkscape.svg"
inkscape:version="0.48.4 r9939"
x="0px"
y="0px"
width="1785.88px"
height="37.34px"
viewBox="0 0 1785.88 37.34"
enable-background="new 0 0 1785.88 37.34"
xml:space="preserve"><metadata
id="metadata101"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
id="defs99" />
<sodipodi:namedview
id="base"
bordercolor="#666666"
pagecolor="#ffffff"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:zoom="9.3757821"
inkscape:pageshadow="2"
inkscape:cx="704.78519"
inkscape:cy="38.230299"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1909"
inkscape:window-height="554"
inkscape:window-x="1"
inkscape:window-y="22"
inkscape:window-maximized="0">
</sodipodi:namedview>
<g
id="layer1"
transform="translate(635.23282,-279.42656)"
inkscape:groupmode="layer"
inkscape:label="Layer 1">
<path
id="path2991"
d="m -635.06,307.34 -0.13,-0.47 -0.04,-0.5 0.04,-0.48 0.13,-0.45 0.09,-0.21 0.11,-0.2 0.13,-0.18 0.15,-0.16 0.35,-0.3 0.19,-0.12 0.41,-0.18 0.46,-0.09 0.24,-0.02 0.48,0.05 0.45,0.13 0.41,0.22 0.38,0.3 0.32,0.34 0.23,0.36 0.08,0.18 0.06,0.19 0.03,0.19 -0.02,0.73 -0.05,0.31 -0.07,0.26 -0.09,0.22 -0.25,0.39 -0.15,0.17 -0.27,0.24 -0.4,0.25 -0.43,0.17 -0.47,0.09 -0.25,0.01 -0.37,-0.02 -0.34,-0.07 -0.31,-0.11 -0.28,-0.16 -0.25,-0.2 -0.22,-0.25 -0.19,-0.29 -0.16,-0.34 m 2.17,-5.63 -0.65,-0.05 -0.25,-0.06 -0.21,-0.08 -0.16,-0.11 -0.12,-0.13 -0.07,-0.15 -0.85,-18.43 0.04,-0.13 0.11,-0.11 0.18,-0.09 0.25,-0.08 0.72,-0.1 2.01,0 0.72,0.11 0.25,0.08 0.18,0.1 0.11,0.12 0.04,0.13 -0.88,18.38 -0.04,0.1 -0.07,0.1 -0.1,0.09 -0.13,0.08 -0.36,0.13 -0.41,0.08 -0.31,0.02"
inkscape:connector-curvature="0" />
<path
id="path2993"
d="m -619.86,281.94 0.02,-0.13 0.06,-0.12 0.1,-0.11 0.15,-0.1 0.19,-0.08 0.49,-0.13 1.03,-0.1 1.06,0.1 0.28,0.07 0.17,0.06 0.14,0.07 0.12,0.08 0.09,0.1 0.06,0.11 0.04,0.12 0.01,0.13 -0.9,6.79 -0.04,0.12 -0.07,0.11 -0.11,0.09 -0.15,0.07 -0.18,0.06 -0.48,0.06 h -0.56 l -0.43,-0.06 -0.17,-0.06 -0.13,-0.07 -0.1,-0.09 -0.06,-0.11 -0.03,-0.12 -0.6,-6.86 m -6.76,0.07 0.03,-0.2 0.1,-0.17 0.17,-0.15 0.23,-0.12 0.3,-0.09 0.8,-0.11 1.21,0.03 0.37,0.07 0.15,0.05 0.13,0.06 0.21,0.14 0.16,0.13 0.06,0.06 0.04,0.06 0.03,0.06 0.02,0.05 0.01,0.05 -0.6,6.86 -0.03,0.12 -0.06,0.1 -0.1,0.09 -0.13,0.07 -0.17,0.06 -0.43,0.06 -0.75,-0.02 -0.25,-0.05 -0.2,-0.07 -0.15,-0.09 -0.11,-0.09 -0.08,-0.08 -0.03,-0.04 -0.02,-0.04 -0.01,-0.04 -0.9,-6.76"
inkscape:connector-curvature="0" />
<path
id="path2995"
d="m -608.59,290.18 1.14,-7.67 0.02,-0.07 0.03,-0.06 0.05,-0.05 0.06,-0.05 0.07,-0.04 0.09,-0.03 1.58,-0.01 0.29,0.06 0.08,0.03 0.06,0.03 0.05,0.04 0.03,0.04 0.02,0.05 0.01,0.05 -1.1,7.67 h 4.95 l 1.14,-7.67 0.02,-0.07 0.03,-0.06 0.05,-0.05 0.06,-0.05 0.07,-0.04 0.09,-0.03 1.58,-0.01 0.29,0.06 0.08,0.03 0.06,0.03 0.05,0.04 0.03,0.04 0.02,0.05 0.01,0.05 -1.1,7.67 h 2.79 l 0.11,0.01 0.1,0.04 0.09,0.07 0.08,0.1 0.07,0.12 0.12,0.33 0.09,0.57 0,0.11 -0.03,0.32 -0.11,0.45 -0.06,0.17 -0.05,0.1 -0.06,0.08 -0.06,0.07 -0.07,0.05 -0.07,0.04 -0.08,0.02 -3.25,0.01 -0.78,5.34 h 2.55 l 0.11,0.01 0.1,0.04 0.09,0.07 0.08,0.09 0.08,0.12 0.07,0.15 0.1,0.38 0.03,0.41 -0.03,0.45 -0.14,0.45 -0.1,0.21 -0.06,0.08 -0.06,0.07 -0.06,0.05 -0.07,0.04 -0.07,0.02 -3.01,0.01 -1.1,7.69 -0.03,0.06 -0.05,0.05 -0.06,0.04 -0.08,0.03 -0.21,0.04 -1.56,0.02 -0.25,-0.05 -0.08,-0.03 -0.06,-0.04 -0.05,-0.04 -0.04,-0.05 -0.02,-0.05 -0.01,-0.06 1.12,-7.62 h -4.93 l -1.1,7.69 -0.03,0.06 -0.05,0.05 -0.06,0.04 -0.08,0.03 -0.21,0.04 -1.58,0.02 -0.25,-0.05 -0.08,-0.03 -0.06,-0.04 -0.05,-0.04 -0.03,-0.05 -0.02,-0.05 -0.01,-0.06 1.12,-7.62 h -2.79 l -0.12,-0.01 -0.11,-0.04 -0.1,-0.07 -0.09,-0.1 -0.08,-0.13 -0.07,-0.15 -0.11,-0.39 -0.03,-0.43 0.03,-0.43 0.14,-0.41 0.11,-0.21 0.06,-0.08 0.06,-0.07 0.07,-0.05 0.07,-0.04 0.08,-0.02 3.25,-0.01 0.79,-5.34 h -2.52 l -0.12,-0.01 -0.11,-0.04 -0.1,-0.07 -0.09,-0.1 -0.08,-0.13 -0.07,-0.15 -0.11,-0.39 -0.03,-0.41 0.02,-0.36 0.05,-0.3 0.04,-0.13 0.04,-0.11 0.05,-0.09 0.06,-0.08 0.12,-0.12 0.12,-0.09 0.06,-0.03 0.05,-0.02 0.05,-0.01 2.96,0.01 m 1.33,7.99 h 4.93 l 0.79,-5.34 h -4.95 l -0.77,5.34"
inkscape:connector-curvature="0" />
<path
id="path2997"
d="m -585.69,280.74 0.02,-0.11 0.06,-0.1 0.1,-0.08 0.13,-0.07 0.17,-0.05 0.46,-0.06 h 0.57 l 0.46,0.06 0.17,0.05 0.13,0.07 0.1,0.08 0.06,0.1 0.02,0.11 v 2.19 l 1.28,0.14 1.21,0.27 1.14,0.41 1.06,0.54 1.06,0.74 0.42,0.41 0.34,0.43 0.26,0.45 0.19,0.48 0.11,0.5 0.04,0.52 -0.05,0.53 -0.14,0.49 -0.24,0.45 -0.33,0.42 -0.4,0.33 -0.44,0.24 -0.49,0.14 -0.54,0.05 -0.54,-0.05 -0.49,-0.14 -0.45,-0.24 -0.4,-0.33 -0.34,-0.39 -0.24,-0.41 -0.08,-0.21 -0.06,-0.21 -0.04,-0.21 0,-0.44 0.06,-0.45 0.12,-0.47 0.3,-0.73 -0.5,-0.25 -0.55,-0.19 -0.6,-0.12 -0.65,-0.06 v 8.22 l 4.76,2.6 1.11,1 0.81,1.05 0.29,0.56 0.2,0.61 0.12,0.66 0.01,1.45 -0.1,0.7 -0.17,0.66 -0.24,0.63 -0.67,1.13 -0.87,0.97 -1.05,0.8 -1.22,0.63 -1.4,0.46 -1.57,0.28 v 2.9 l -0.02,0.11 -0.06,0.1 -0.1,0.08 -0.13,0.07 -0.17,0.05 -0.46,0.06 h -0.57 l -0.46,-0.06 -0.17,-0.05 -0.13,-0.07 -0.1,-0.08 -0.06,-0.1 -0.02,-0.11 v -2.81 l -1.36,-0.16 -1.27,-0.28 -1.18,-0.41 -1.09,-0.53 -1.06,-0.73 -0.42,-0.4 -0.34,-0.42 -0.27,-0.44 -0.19,-0.46 -0.11,-0.48 -0.04,-0.5 0.05,-0.55 0.15,-0.5 0.24,-0.46 0.34,-0.41 0.41,-0.34 0.45,-0.24 0.49,-0.14 0.53,-0.05 0.54,0.05 0.49,0.14 0.23,0.11 0.42,0.29 0.2,0.18 0.33,0.42 0.24,0.46 0.14,0.5 0.05,0.54 -0.03,0.31 -0.31,1.02 0.52,0.33 0.57,0.25 0.62,0.17 0.67,0.08 v -8.72 l -2.69,-1.3 -1.69,-1.13 -1.03,-1.08 -0.73,-1.11 -0.26,-0.58 -0.18,-0.63 -0.11,-0.68 0,-1.44 0.1,-0.67 0.16,-0.62 0.23,-0.58 0.63,-1.04 0.82,-0.88 0.96,-0.7 1.11,-0.56 1.26,-0.41 1.42,-0.27 -0.04,-2.28 m 5.86,22.17 0.21,-0.66 0.07,-0.7 -0.02,-0.35 -0.05,-0.32 -0.09,-0.3 -0.12,-0.27 -0.34,-0.5 -0.45,-0.46 -1.06,-0.75 -1.56,-0.81 v 7.5 l 1.2,-0.33 0.51,-0.23 0.46,-0.27 0.4,-0.32 0.34,-0.36 0.28,-0.4 0.22,-0.47 m -5.86,-17.18 -0.72,0.17 -0.63,0.23 -0.53,0.3 -0.43,0.36 -0.34,0.43 -0.24,0.49 -0.14,0.55 -0.05,0.62 0.05,0.51 0.14,0.5 0.24,0.48 0.34,0.47 0.43,0.46 1.16,0.88 0.72,0.42 v -6.87"
inkscape:connector-curvature="0" />
<path
id="path2999"
d="m -558.91,306.86 0.52,-0.05 0.46,-0.15 0.39,-0.25 0.31,-0.36 0.25,-0.46 0.17,-0.56 0.1,-0.66 0.02,-1.37 -0.15,-1.06 -0.13,-0.45 -0.17,-0.4 -0.21,-0.34 -0.25,-0.29 -0.29,-0.23 -0.23,-0.13 -0.24,-0.09 -0.26,-0.05 -0.28,-0.02 -0.51,0.05 -0.44,0.15 -0.38,0.25 -0.31,0.36 -0.24,0.46 -0.17,0.56 -0.1,0.66 -0.02,1.37 0.15,1.06 0.13,0.45 0.17,0.4 0.2,0.34 0.24,0.29 0.28,0.24 0.22,0.13 0.24,0.09 0.26,0.05 0.27,0.01 m -9.72,-13.63 -0.57,-0.03 -0.53,-0.08 -0.49,-0.13 -0.45,-0.19 -0.77,-0.5 -0.65,-0.64 -0.5,-0.75 -0.36,-0.85 -0.22,-0.95 -0.08,-1.04 0.09,-1.15 0.27,-1.05 0.46,-0.94 0.64,-0.84 0.79,-0.69 0.44,-0.27 0.46,-0.22 0.49,-0.17 1.05,-0.2 h 1.1 l 0.51,0.07 0.48,0.12 0.45,0.17 0.42,0.22 0.39,0.27 0.36,0.32 0.6,0.73 0.43,0.8 0.28,0.9 0.14,0.99 -0.01,1.12 -0.18,1.1 -0.37,1 -0.55,0.89 -0.73,0.78 -0.41,0.32 -0.44,0.27 -0.46,0.22 -0.49,0.17 -1.06,0.2 -0.53,0.03 m 9.41,15.56 -1.09,-0.11 -0.49,-0.13 -0.45,-0.19 -0.77,-0.5 -0.65,-0.64 -0.5,-0.75 -0.36,-0.85 -0.22,-0.95 -0.08,-1.04 0.09,-1.15 0.27,-1.05 0.46,-0.94 0.64,-0.84 0.38,-0.37 0.41,-0.32 0.44,-0.27 0.46,-0.22 0.49,-0.17 1.05,-0.2 1.1,0 0.51,0.07 0.48,0.12 0.45,0.17 0.42,0.22 0.39,0.27 0.36,0.32 0.6,0.73 0.43,0.8 0.28,0.9 0.14,0.99 -0.01,1.12 -0.18,1.1 -0.37,1 -0.55,0.89 -0.73,0.78 -0.41,0.32 -0.44,0.27 -0.46,0.22 -1,0.3 -1.09,0.1 m 2.85,-26.28 0.1,-0.13 0.13,-0.11 0.16,-0.09 0.19,-0.08 0.47,-0.1 0.59,-0.03 0.47,0.03 0.18,0.04 0.15,0.06 0.12,0.08 0.08,0.09 0.05,0.11 0.02,0.13 -16.96,25.94 -0.11,0.12 -0.14,0.1 -0.17,0.09 -0.21,0.07 -0.51,0.1 -0.63,0.03 -0.48,-0.03 -0.19,-0.04 -0.15,-0.06 -0.12,-0.07 -0.08,-0.09 -0.05,-0.1 -0.02,-0.12 17.11,-25.94 m -11.96,8.84 0.53,-0.05 0.45,-0.15 0.39,-0.25 0.31,-0.36 0.25,-0.46 0.17,-0.56 0.1,-0.66 0.02,-1.37 -0.15,-1.06 -0.13,-0.45 -0.17,-0.4 -0.21,-0.34 -0.25,-0.29 -0.29,-0.23 -0.23,-0.13 -0.24,-0.09 -0.26,-0.05 -0.28,-0.02 -0.51,0.05 -0.44,0.15 -0.38,0.25 -0.31,0.36 -0.24,0.46 -0.17,0.56 -0.1,0.66 -0.02,1.37 0.15,1.06 0.13,0.45 0.17,0.4 0.2,0.34 0.24,0.29 0.28,0.24 0.22,0.13 0.24,0.09 0.26,0.05 0.27,0.01"
inkscape:connector-curvature="0" />
<path
id="path3001"
d="m -530.2,294.54 0.1,0.02 0.09,0.06 0.07,0.09 0.06,0.13 0.05,0.17 0.05,0.45 0,0.57 -0.03,0.25 -0.05,0.21 -0.07,0.17 -0.08,0.13 -0.1,0.1 -0.12,0.06 -0.14,0.02 h -1.05 l -0.36,1.63 -0.7,1.7 -1.04,1.77 -1.38,1.84 0.64,0.96 0.31,0.33 0.34,0.27 0.37,0.2 0.42,0.15 1,0.17 0.58,0.02 0.1,0.02 0.08,0.05 0.07,0.09 0.06,0.12 0.05,0.16 0.05,0.42 -0.03,0.79 -0.06,0.27 -0.04,0.11 -0.05,0.09 -0.06,0.07 -0.12,0.11 -0.11,0.08 -0.1,0.05 -0.05,0.01 -3.31,-0.02 -0.34,-0.08 -0.35,-0.14 -0.72,-0.44 -1.15,-1.08 -1.51,0.93 -1.59,0.66 -1.67,0.4 -1.75,0.13 -1.56,-0.12 -1.41,-0.35 -1.26,-0.59 -1.11,-0.82 -0.49,-0.5 -0.43,-0.53 -0.36,-0.57 -0.3,-0.6 -0.23,-0.64 -0.26,-1.38 -0.02,-1.27 0.13,-1.03 0.26,-0.98 0.39,-0.94 0.49,-0.85 3.13,-3.62 -1.43,-2.53 -0.48,-1.27 -0.29,-1.24 -0.1,-1.22 0.12,-1.12 0.14,-0.53 0.19,-0.5 0.24,-0.48 0.3,-0.45 0.75,-0.83 0.49,-0.4 1.09,-0.63 1.26,-0.42 1.42,-0.21 1.59,0.01 1.47,0.24 0.66,0.21 0.6,0.27 0.55,0.33 0.5,0.39 0.45,0.44 0.57,0.77 0.4,0.86 0.24,0.94 0.08,1.03 -0.07,1.02 -0.2,1 -0.34,0.98 -0.48,0.95 -1.43,2.01 -2.27,2.51 4.39,5.83 1.51,-2.64 0.38,-1.11 0.09,-0.5 0.03,-0.47 0,-0.06 -0.01,-0.06 -0.02,-0.05 -0.02,-0.04 -0.03,-0.03 -0.04,-0.02 -0.05,-0.01 -2.19,0 -0.12,-0.01 -0.11,-0.04 -0.1,-0.07 -0.09,-0.1 -0.08,-0.13 -0.13,-0.35 -0.07,-0.4 -0.01,-0.54 0.06,-0.38 0.05,-0.14 0.06,-0.11 0.08,-0.08 0.09,-0.05 0.1,-0.02 h 6.88 m -15.06,1.61 -0.88,1.07 -0.63,1.19 -0.38,1.3 -0.13,1.42 0.07,1.12 0.21,0.99 0.34,0.86 0.47,0.74 0.53,0.56 0.29,0.22 0.3,0.18 0.31,0.14 0.33,0.1 0.34,0.06 1.03,0 1.3,-0.2 1.21,-0.39 1.12,-0.59 0.53,-0.37 -6.36,-8.4 m 2.83,-2.21 1.24,-1.32 0.49,-0.7 0.4,-0.73 0.31,-0.76 0.22,-0.79 0.13,-0.82 0.04,-0.85 -0.03,-0.52 -0.08,-0.47 -0.13,-0.43 -0.18,-0.39 -0.22,-0.34 -0.27,-0.3 -0.32,-0.26 -0.37,-0.21 -0.27,-0.11 -0.63,-0.13 -0.77,-0.01 -0.65,0.1 -0.6,0.2 -0.52,0.28 -0.22,0.17 -0.37,0.38 -0.15,0.2 -0.12,0.21 -0.09,0.21 -0.07,0.22 -0.04,0.23 0.02,0.93 0.16,0.86 0.68,1.64 2.41,3.51"
inkscape:connector-curvature="0" />
<path
id="path3003"
d="m -528.77,282.01 0.03,-0.2 0.09,-0.17 0.16,-0.15 0.22,-0.12 0.28,-0.09 0.75,-0.11 1.27,0.02 0.41,0.06 0.3,0.1 0.11,0.06 0.17,0.13 0.12,0.13 0.04,0.06 0.03,0.06 0.02,0.06 0.01,0.06 -0.74,6.86 -0.03,0.12 -0.06,0.1 -0.1,0.09 -0.13,0.07 -0.17,0.06 -0.43,0.06 h -0.57 l -0.48,-0.06 -0.19,-0.06 -0.15,-0.07 -0.11,-0.09 -0.07,-0.1 -0.03,-0.12 -0.75,-6.76"
inkscape:connector-curvature="0" />
<path
id="path3005"
d="m -514.64,312.46 -0.12,0.05 -0.13,0.03 -0.3,0.03 -0.17,-0.01 -0.18,-0.04 -0.18,-0.06 -0.19,-0.09 -1.89,-2.38 -1.55,-2.7 -1.2,-3.02 -1.07,-4.56 -0.24,-2.51 0.08,-3.74 0.88,-4.73 1.61,-4.2 2.11,-3.44 1.27,-1.52 0.05,-0.04 0.06,-0.03 0.16,-0.05 0.47,-0.04 0.27,0.02 0.25,0.07 0.23,0.12 0.21,0.17 0.17,0.19 0.07,0.1 0.06,0.1 0.04,0.1 0.03,0.11 0.02,0.11 0.01,0.11 -2.84,5.91 -0.87,2.79 -0.59,3.6 -0.12,2.93 -0.01,0.08 0.5,5.68 0.44,1.86 1.38,3.77 2.1,4.06 -0.01,0.19 -0.04,0.17 -0.06,0.16 -0.09,0.15 -0.11,0.14 -0.14,0.13 -0.16,0.11 -0.21,0.12"
inkscape:connector-curvature="0" />
<path
id="path3007"
d="m -509.12,312.36 -0.19,0.09 -0.18,0.06 -0.17,0.04 -0.17,0.01 -0.31,-0.03 -0.13,-0.03 -0.23,-0.09 -0.1,-0.06 -0.19,-0.15 -0.18,-0.19 -0.07,-0.1 -0.06,-0.11 -0.04,-0.12 -0.03,-0.12 -0.03,-0.26 2.84,-5.92 0.87,-2.84 0.72,-6.79 -0.12,-2.86 -0.59,-3.63 -0.83,-2.71 -2.89,-5.92 0.01,-0.11 0.02,-0.11 0.03,-0.11 0.04,-0.1 0.12,-0.2 0.17,-0.19 0.2,-0.17 0.2,-0.12 0.2,-0.07 0.1,-0.02 0.56,0.02 0.22,0.04 0.08,0.03 0.07,0.03 0.05,0.04 1.9,2.39 1.55,2.69 1.2,2.98 1.06,4.47 0.24,2.51 -0.2,4.94 -0.69,3.44 -1.15,3.25 -2.16,3.91 -1.74,2.19"
inkscape:connector-curvature="0" />
<path
id="path3009"
d="m -499.42,282.96 0.09,0.02 2.53,1.15 -0.29,-2.72 0.01,-0.09 0.04,-0.08 0.07,-0.07 0.1,-0.07 0.13,-0.06 0.34,-0.1 0.59,-0.07 0.88,0.07 0.33,0.11 0.09,0.05 0.07,0.05 0.05,0.05 0.04,0.06 0.02,0.06 0.01,0.07 v 0.02 l -0.34,2.76 2.51,-1.16 0.03,-0.01 0.13,-0.01 0.04,0 0.04,0.01 0.04,0.02 0.08,0.06 0.18,0.22 0.17,0.28 0.18,0.42 0.19,0.62 0.04,0.27 0,0.24 -0.03,0.2 -0.03,0.08 -0.03,0.07 -0.04,0.06 -0.05,0.04 -0.06,0.03 -2.77,0.57 1.96,2 0.01,0.02 0.02,0.05 0.01,0.06 0.01,0.07 0,0.08 -0.01,0.05 -0.04,0.11 -0.17,0.26 -0.25,0.27 -0.29,0.25 -0.65,0.44 -0.24,0.11 -0.1,0.03 -0.08,0.01 -0.15,-0.01 -0.12,-0.02 -0.05,-0.02 -0.04,-0.02 -0.03,-0.02 -1.56,-2.53 -1.33,2.45 -0.03,0.03 -0.03,0.02 -0.03,0.02 -0.07,0.03 -0.08,0.02 -0.1,0 -0.12,-0.02 -0.29,-0.09 -0.33,-0.16 -0.33,-0.21 -0.56,-0.47 -0.11,-0.13 -0.09,-0.13 -0.06,-0.12 -0.04,-0.12 -0.01,-0.11 0,-0.04 0,-0.02 0.01,-0.04 0.03,-0.06 1.88,-2.1 -2.69,-0.52 -0.06,-0.02 -0.05,-0.03 -0.04,-0.04 -0.03,-0.05 -0.03,-0.06 -0.02,-0.06 -0.02,-0.15 0.07,-0.69 0.21,-0.69 0.16,-0.38 0.09,-0.15 0.09,-0.12 0.09,-0.09 0.1,-0.07 0.1,-0.04 0.11,0"
inkscape:connector-curvature="0" />
<path
id="path3011"
d="m -479.7,305.66 -0.02,0.08 -0.06,0.07 -0.1,0.06 -0.14,0.05 -0.39,0.07 h -1.09 l -0.39,-0.07 -0.14,-0.05 -0.1,-0.06 -0.06,-0.07 -0.02,-0.08 v -7.12 h -6 l -0.12,-0.01 -0.11,-0.04 -0.1,-0.07 -0.09,-0.1 -0.08,-0.13 -0.07,-0.15 -0.11,-0.39 -0.03,-0.43 -0.01,-0.01 0,-0.01 0,-0.01 0,-0.07 0.11,-0.61 0.11,-0.27 0.12,-0.17 0.06,-0.07 0.07,-0.05 0.07,-0.04 0.07,-0.02 6.09,-0.01 v -6.36 l 0.02,-0.08 0.06,-0.07 0.1,-0.06 0.14,-0.05 0.39,-0.07 h 1.09 l 0.39,0.07 0.14,0.05 0.1,0.06 0.06,0.07 0.02,0.08 v 6.36 h 6.03 l 0.11,0.01 0.1,0.04 0.09,0.07 0.08,0.09 0.07,0.12 0.12,0.32 0.1,0.62 -0.02,0.36 -0.05,0.3 -0.08,0.24 -0.05,0.1 -0.12,0.15 -0.11,0.11 -0.05,0.04 -0.05,0.03 -0.05,0.02 -0.05,0.01 -0.04,0 h -6.03 l 0.02,7.15"
inkscape:connector-curvature="0" />
<path
id="path3013"
d="m -468.81,308.72 -0.3,-0.18 -0.26,-0.21 -0.22,-0.24 -0.18,-0.26 -0.14,-0.29 -0.1,-0.32 -0.06,-0.35 -0.01,-0.62 0.09,-0.47 0.08,-0.22 0.1,-0.21 0.27,-0.39 0.35,-0.34 0.37,-0.26 0.19,-0.1 0.38,-0.13 0.19,-0.03 0.73,0.02 0.58,0.12 0.45,0.2 0.39,0.26 0.27,0.25 0.29,0.38 0.19,0.43 0.06,0.23 0.05,0.49 -0.07,0.77 -0.21,0.78 -0.36,0.8 -0.5,0.82 -1.43,1.68 -2,1.75 -0.24,-0.02 -0.21,-0.05 -0.09,-0.04 -0.17,-0.1 -0.07,-0.06 -0.06,-0.07 -0.1,-0.16 -0.06,-0.19 -0.03,-0.21 0,-0.11 0.8,-0.98 0.57,-0.89 0.34,-0.79 0.09,-0.36 0.04,-0.33"
inkscape:connector-curvature="0" />
<path
id="path3015"
d="m -452.89,296.57 0.11,0.02 0.1,0.05 0.09,0.08 0.08,0.11 0.07,0.14 0.12,0.38 0.07,0.41 0.01,0.22 -0.04,0.65 -0.06,0.31 -0.1,0.24 -0.12,0.17 -0.11,0.12 -0.1,0.08 -0.05,0.03 -0.05,0.02 -0.04,0 h -7.7 l -0.12,-0.02 -0.11,-0.05 -0.1,-0.08 -0.09,-0.12 -0.08,-0.15 -0.12,-0.39 -0.07,-0.42 -0.01,-0.43 0.02,-0.24 0.12,-0.5 0.07,-0.19 0.12,-0.21 0.06,-0.08 0.07,-0.06 0.07,-0.04 0.08,-0.03 0.08,-0.01 h 7.73"
inkscape:connector-curvature="0" />
<path
id="path3017"
d="m -448.44,306.47 0.02,-0.39 0.07,-0.36 0.11,-0.33 0.16,-0.29 0.2,-0.26 0.25,-0.23 0.29,-0.2 0.34,-0.16 0.46,-0.13 0.49,-0.04 0.48,0.04 0.45,0.13 0.4,0.23 0.34,0.28 0.29,0.37 0.21,0.41 0.13,0.45 0.04,0.49 -0.02,0.38 -0.07,0.35 -0.11,0.32 -0.15,0.29 -0.2,0.25 -0.24,0.22 -0.29,0.19 -0.44,0.2 -0.46,0.11 -0.49,0.02 -0.49,-0.06 -0.45,-0.15 -0.39,-0.22 -0.17,-0.14 -0.24,-0.24 -0.14,-0.18 -0.12,-0.19 -0.1,-0.2 -0.08,-0.21 -0.09,-0.46 0.01,-0.29"
inkscape:connector-curvature="0" />
<path
id="path3019"
d="m -429.68,280.77 0.75,-0.41 0.3,-0.1 0.13,-0.03 0.71,0 0.21,0.02 0.21,0.05 0.26,0.1 0.08,0.05 0.07,0.05 0.05,0.06 0.04,0.06 0.02,0.07 0.01,0.08 -11.48,30.11 -0.36,0.22 -0.4,0.16 -0.44,0.09 -0.84,0.02 -0.3,-0.03 -0.23,-0.05 -0.09,-0.04 -0.07,-0.04 -0.11,-0.08 -0.08,-0.08 -0.03,-0.04 -0.02,-0.04 -0.01,-0.04 0,-0.04 11.62,-30.12"
inkscape:connector-curvature="0" />
<path
id="path3021"
d="m -422.13,285.44 0.63,-0.79 0.69,-0.68 0.76,-0.56 0.82,-0.45 0.88,-0.35 0.95,-0.25 2.08,-0.2 1.06,0.06 0.98,0.18 0.9,0.3 0.82,0.42 0.75,0.52 0.68,0.62 0.61,0.72 0.54,0.81 0.84,1.81 0.6,2.14 0.48,5.29 -0.15,3 -0.46,2.67 -0.76,2.34 -1.07,2.01 -0.65,0.88 -0.7,0.76 -0.76,0.64 -0.81,0.53 -0.87,0.41 -0.92,0.29 -0.98,0.18 -1.03,0.06 -1,-0.07 -0.95,-0.2 -0.89,-0.33 -0.83,-0.46 -0.77,-0.6 -0.71,-0.73 -0.65,-0.86 -1.03,-1.89 -0.71,-1.86 -0.47,-1.95 -0.24,-2.04 0.43,-7.27 0.68,-2.57 0.96,-2.07 0.27,-0.46 m 6.36,-0.43 -0.89,0.1 -0.8,0.29 -0.71,0.49 -0.61,0.69 -0.52,0.88 -0.42,1.08 -0.66,3.67 0.04,6.63 0.49,2.74 0.37,1.13 0.45,0.97 0.54,0.82 0.62,0.66 0.47,0.35 0.51,0.25 0.54,0.15 0.58,0.05 0.58,-0.05 0.54,-0.15 0.5,-0.25 0.46,-0.35 0.41,-0.43 0.38,-0.51 0.65,-1.25 0.5,-1.51 0.58,-3.75 -0.07,-5.68 -0.45,-2.76 -0.34,-1.12 -0.41,-0.95 -0.49,-0.78 -0.57,-0.61 -0.48,-0.35 -0.54,-0.25 -0.59,-0.15 -0.66,-0.05"
inkscape:connector-curvature="0" />
<path
id="path3023"
d="m -387.34,306.02 0.1,0.02 0.09,0.06 0.07,0.09 0.06,0.13 0.05,0.17 0.05,0.45 0,0.57 -0.03,0.25 -0.05,0.21 -0.07,0.17 -0.09,0.13 -0.11,0.1 -0.13,0.06 -0.15,0.02 h -12.46 l -0.09,-0.01 -0.08,-0.04 -0.07,-0.07 -0.06,-0.1 -0.04,-0.13 -0.05,-0.36 0,-0.47 0.06,-0.36 0.12,-0.32 0.08,-0.15 0.2,-0.26 0.07,-0.06 0.07,-0.04 0.07,-0.03 0.03,-0.01 3.59,-0.06 0.45,-0.11 0.16,-0.07 0.12,-0.09 0.08,-0.1 0.03,-0.07 0.02,-0.07 0.01,-0.08 -0.02,-17.21 -0.03,-0.18 -0.04,-0.15 -0.05,-0.11 -0.06,-0.08 -0.07,-0.05 -0.08,-0.02 -0.03,0 -0.21,0.05 -4,1.57 -0.23,0.06 -0.07,0.01 -0.12,-0.01 -0.11,-0.03 -0.11,-0.05 -0.11,-0.07 -0.19,-0.18 -0.18,-0.22 -0.17,-0.26 -0.12,-0.25 -0.07,-0.25 -0.02,-0.24 0.02,-0.21 0.02,-0.09 0.03,-0.08 0.04,-0.07 0.05,-0.06 0.06,-0.06 7.96,-4.96 1.18,0.09 0.17,0.05 0.12,0.06 0.07,0.07 0.02,0.08 v 23.51 h 4.25"
inkscape:connector-curvature="0" />
<path
id="path3025"
d="m -379.67,291.06 -0.54,-0.05 -0.49,-0.14 -0.45,-0.24 -0.4,-0.33 -0.18,-0.2 -0.16,-0.22 -0.13,-0.24 -0.19,-0.52 -0.1,-0.59 0,-0.64 0.09,-0.64 0.17,-0.62 0.26,-0.6 0.34,-0.57 0.85,-1.02 0.5,-0.44 0.85,-0.58 1.23,-0.61 1.32,-0.41 1.42,-0.21 1.58,-0.01 1.55,0.19 1.38,0.38 1.22,0.57 1.04,0.76 0.43,0.44 0.36,0.47 0.3,0.5 0.23,0.54 0.17,0.57 0.1,0.6 -0.02,1.65 -0.15,0.95 -0.25,0.92 -0.35,0.9 -1,1.71 -7.16,6.6 -1.39,1.6 -1.04,1.62 -0.69,1.64 h 9.53 l 0.69,-2.36 0.23,-0.17 0.24,-0.12 0.24,-0.07 0.12,-0.02 0.12,-0.01 0.23,0.01 0.21,0.04 0.2,0.07 0.18,0.1 0.16,0.12 0.15,0.15 0.13,0.18 0.11,0.21 -0.79,5.5 h -14.58 l 0.22,-3.63 0.65,-2.21 1.08,-2.09 8.01,-8.84 0.5,-0.94 0.2,-0.56 0.23,-1.29 0.03,-0.74 -0.07,-0.73 -0.09,-0.33 -0.12,-0.31 -0.16,-0.29 -0.19,-0.27 -0.23,-0.25 -0.26,-0.23 -0.61,-0.39 -0.72,-0.28 -0.83,-0.17 -0.94,-0.06 -1.01,0.08 -0.87,0.23 -0.38,0.17 -0.35,0.21 -0.31,0.25 -0.28,0.29 0.26,0.16 0.24,0.21 0.22,0.26 0.19,0.3 0.16,0.33 0.11,0.33 0.07,0.33 0.02,0.33 -0.05,0.62 -0.06,0.28 -0.09,0.25 -0.24,0.45 -0.31,0.39 -0.19,0.18 -0.2,0.15 -0.21,0.13 -0.23,0.11 -0.5,0.14 -0.56,0.07"
inkscape:connector-curvature="0" />
<path
id="path3027"
d="m -357.59,304.91 0.28,0.29 0.31,0.25 0.35,0.21 0.38,0.17 0.87,0.23 1.01,0.08 0.96,-0.08 0.44,-0.1 0.42,-0.14 0.4,-0.18 0.37,-0.22 0.67,-0.57 0.3,-0.35 0.26,-0.37 0.22,-0.4 0.32,-0.89 0.16,-1 0,-1.03 -0.15,-0.94 -0.31,-0.88 -0.46,-0.82 -0.63,-0.78 -0.78,-0.65 -0.9,-0.48 -1.03,-0.3 -0.56,-0.09 v -1.6 l 1.37,-0.52 0.6,-0.33 0.54,-0.38 0.48,-0.43 0.42,-0.48 0.36,-0.53 0.41,-0.82 0.17,-0.49 0.11,-0.5 0.06,-1.05 -0.11,-0.93 -0.11,-0.4 -0.15,-0.36 -0.39,-0.64 -0.24,-0.29 -0.43,-0.4 -0.33,-0.23 -0.35,-0.2 -0.77,-0.28 -0.87,-0.14 -0.99,0 -0.94,0.15 -0.42,0.13 -0.38,0.17 -0.35,0.21 -0.31,0.25 -0.28,0.29 0.26,0.16 0.24,0.21 0.22,0.26 0.19,0.3 0.16,0.33 0.11,0.33 0.07,0.33 0.02,0.33 -0.05,0.62 -0.06,0.28 -0.2,0.49 -0.28,0.42 -0.16,0.19 -0.4,0.33 -0.22,0.13 -0.23,0.11 -0.49,0.14 -0.54,0.05 -0.54,-0.05 -0.49,-0.14 -0.45,-0.24 -0.4,-0.33 -0.18,-0.2 -0.16,-0.22 -0.13,-0.24 -0.19,-0.52 -0.1,-0.59 0,-0.64 0.09,-0.64 0.17,-0.62 0.26,-0.6 0.34,-0.57 0.85,-1.02 0.5,-0.44 0.85,-0.58 1.23,-0.61 1.32,-0.41 1.42,-0.21 1.56,0 1.5,0.23 1.34,0.45 1.17,0.68 0.97,0.88 0.39,0.48 0.33,0.51 0.27,0.54 0.21,0.57 0.24,1.23 -0.01,1.48 -0.13,0.75 -0.21,0.71 -0.3,0.67 -0.38,0.63 -0.47,0.6 -0.55,0.56 -1.21,0.92 -0.99,0.53 1.85,1.07 0.7,0.53 0.55,0.52 0.81,1.07 0.58,1.14 0.35,1.21 0.12,1.31 -0.14,1.39 -0.18,0.66 -0.25,0.64 -0.71,1.21 -0.99,1.12 -1.27,1 -1.42,0.72 -1.56,0.43 -1.71,0.14 -1.38,-0.1 -1.3,-0.3 -1.23,-0.51 -1.16,-0.71 -1.08,-0.96 -0.42,-0.53 -0.35,-0.56 -0.27,-0.59 -0.19,-0.62 -0.12,-0.65 -0.03,-0.99 0.1,-0.52 0.19,-0.47 0.29,-0.43 0.38,-0.38 0.42,-0.28 0.47,-0.19 0.51,-0.09 h 0.53 l 0.48,0.09 0.45,0.18 0.42,0.27 0.38,0.36 0.16,0.21 0.14,0.22 0.11,0.24 0.15,0.52 0.05,0.57 -0.02,0.3 -0.06,0.3 -0.1,0.3 -0.14,0.29 -0.39,0.58 -0.48,0.57"
inkscape:connector-curvature="0" />
<path
id="path3029"
d="m -324.64,298.62 0.1,0.02 0.09,0.05 0.07,0.08 0.06,0.12 0.05,0.15 0.05,0.4 -0.03,0.85 -0.07,0.31 -0.05,0.13 -0.06,0.11 -0.14,0.18 -0.13,0.13 -0.12,0.09 -0.06,0.03 -0.05,0.02 -0.05,0.01 h -2.81 v 4.74 h 2.53 l 0.1,0.02 0.09,0.06 0.07,0.09 0.06,0.13 0.05,0.17 0.05,0.45 0,0.57 -0.03,0.25 -0.05,0.21 -0.07,0.17 -0.09,0.13 -0.11,0.1 -0.13,0.06 -0.15,0.02 h -10.77 l -0.09,-0.01 -0.08,-0.04 -0.07,-0.07 -0.06,-0.1 -0.04,-0.13 -0.05,-0.36 0,-0.47 0.06,-0.36 0.12,-0.32 0.08,-0.15 0.2,-0.26 0.07,-0.06 0.07,-0.04 0.07,-0.03 0.03,-0.01 3.59,-0.06 0.45,-0.11 0.16,-0.07 0.12,-0.09 0.08,-0.1 0.03,-0.07 0.02,-0.07 0.01,-0.08 0,-4.08 H -341 l -0.32,-0.23 -0.13,-0.13 -0.11,-0.14 -0.09,-0.15 -0.07,-0.17 -0.05,-0.18 -0.04,-0.19 7.91,-17.92 0.71,0.04 0.61,0.11 0.52,0.18 0.42,0.25 0.33,0.32 0.24,0.39 0.14,0.46 0.05,0.53 -7.17,14.18 h 6.58 v -6 l 0.06,-0.41 0.17,-0.36 0.28,-0.3 0.4,-0.25 0.51,-0.19 0.62,-0.14 1.59,-0.11 v 7.75 h 3.2"
inkscape:connector-curvature="0" />
<path
id="path3031"
d="m -316.23,304.91 0.28,0.29 0.32,0.25 0.36,0.21 0.4,0.17 0.93,0.23 1.1,0.08 0.92,-0.08 0.43,-0.1 0.41,-0.14 0.76,-0.41 0.68,-0.57 0.6,-0.76 0.24,-0.43 0.34,-0.94 0.17,-1.06 0,-1.21 -0.21,-1.18 -0.18,-0.54 -0.23,-0.51 -0.29,-0.48 -0.34,-0.44 -0.39,-0.41 -0.42,-0.36 -0.46,-0.31 -1.02,-0.47 -1.17,-0.28 -5.51,-0.09 v -12.84 h 13.06 l -0.12,2.1 -0.09,0.37 -0.12,0.27 -0.15,0.24 -0.17,0.2 -0.2,0.17 -0.22,0.13 -0.25,0.09 -0.28,0.05 -8.81,0.02 v 6.55 l 4.68,0.16 1.8,0.47 0.81,0.35 0.76,0.43 0.7,0.51 1.17,1.18 0.83,1.28 0.56,1.42 0.28,1.56 0,1.71 -0.3,1.62 -0.26,0.74 -0.34,0.7 -0.41,0.65 -0.49,0.61 -0.56,0.57 -1.27,0.93 -1.44,0.67 -1.62,0.4 -1.79,0.14 -1.36,-0.1 -1.29,-0.3 -1.22,-0.51 -1.15,-0.71 -1.08,-0.96 -0.42,-0.53 -0.35,-0.56 -0.27,-0.59 -0.19,-0.62 -0.12,-0.65 -0.03,-0.96 0.1,-0.52 0.19,-0.48 0.29,-0.43 0.38,-0.38 0.43,-0.29 0.47,-0.19 0.51,-0.1 h 0.54 l 0.51,0.1 0.24,0.08 0.45,0.24 0.4,0.34 0.33,0.42 0.24,0.46 0.14,0.5 0.05,0.55 -0.02,0.29 -0.06,0.29 -0.1,0.29 -0.32,0.58 -0.48,0.58 -0.29,0.25"
inkscape:connector-curvature="0" />
<path
id="path3033"
d="m -287.61,286.04 -0.27,-0.29 -0.3,-0.25 -0.34,-0.21 -0.37,-0.17 -0.4,-0.13 -0.89,-0.15 -0.52,-0.02 -0.54,0.04 -0.51,0.12 -0.5,0.2 -0.48,0.27 -0.46,0.35 -0.44,0.43 -0.82,1.09 -0.76,1.48 -0.54,1.69 -0.33,1.9 -0.11,2.11 0.67,-0.57 0.81,-0.48 0.95,-0.38 1.55,-0.36 2.48,-0.06 1.42,0.28 1.43,0.54 0.65,0.37 0.6,0.43 0.55,0.5 0.52,0.58 0.45,0.63 0.38,0.68 0.55,1.51 0.28,1.71 -0.01,1.8 -0.13,0.83 -0.21,0.79 -0.29,0.75 -0.38,0.71 -0.46,0.67 -1.18,1.22 -1.3,0.93 -1.38,0.67 -1.47,0.4 -1.55,0.13 -2.1,-0.2 -1.82,-0.59 -1.54,-0.98 -1.26,-1.38 -0.98,-1.77 -0.7,-2.16 -0.42,-2.56 -0.09,-4.64 0.39,-3.08 0.78,-2.69 1.18,-2.29 1.43,-1.77 1.47,-1.23 0.78,-0.46 0.8,-0.36 0.83,-0.26 0.86,-0.15 0.92,-0.05 2.35,0.23 1,0.28 0.88,0.39 0.77,0.5 0.65,0.61 0.54,0.71 0.54,1.12 0.3,1.12 0.06,1.04 -0.08,0.83 -0.08,0.32 -0.1,0.25 -0.27,0.44 -0.16,0.2 -0.29,0.27 -0.43,0.29 -0.47,0.19 -0.51,0.1 h -0.54 l -0.51,-0.1 -0.47,-0.19 -0.42,-0.29 -0.37,-0.39 -0.29,-0.44 -0.19,-0.48 -0.1,-0.52 -0.02,-0.27 0.02,-0.4 0.06,-0.37 0.1,-0.34 0.14,-0.31 0.18,-0.27 0.22,-0.24 0.26,-0.21 0.35,-0.19 m -3.7,9.22 -0.95,0.08 -0.84,0.23 -0.75,0.34 -0.66,0.44 -0.54,0.48 -0.46,0.52 -0.37,0.56 -0.28,0.6 0.08,1.41 0.23,1.33 0.38,1.25 0.53,1.17 0.72,1.09 0.4,0.43 0.42,0.35 0.45,0.27 0.47,0.19 0.5,0.12 0.52,0.04 0.96,-0.09 0.44,-0.12 0.42,-0.17 0.4,-0.21 0.38,-0.26 0.69,-0.66 0.58,-0.84 0.42,-0.96 0.25,-1.08 0.08,-1.2 -0.08,-1.02 -0.23,-0.95 -0.38,-0.87 -0.53,-0.8 -0.69,-0.71 -0.38,-0.28 -0.4,-0.23 -0.41,-0.18 -0.43,-0.13 -0.45,-0.08 -0.49,-0.06"
inkscape:connector-curvature="0" />
<path
id="path3035"
d="m -270.91,308.45 -0.03,0.08 -0.09,0.07 -0.16,0.06 -0.5,0.09 h -2.45 l -0.5,-0.09 -0.16,-0.06 -0.09,-0.07 -0.03,-0.08 0.7,-4.69 1.18,-4.47 1.67,-4.26 5.48,-9.15 h -10.98 l -0.64,2.14 -0.03,0.08 -0.05,0.07 -0.07,0.06 -0.09,0.05 -0.1,0.04 -0.26,0.04 -0.5,-0.01 -0.3,-0.04 -0.26,-0.06 -0.21,-0.09 -0.17,-0.12 -0.13,-0.14 -0.09,-0.17 -0.05,-0.19 0.66,-5 h 16.75 l 0.14,0.02 0.12,0.05 0.1,0.09 0.08,0.12 0.07,0.16 0.05,0.19 0.04,0.49 -6,11.41 -1.6,4.65 -1.5,8.73"
inkscape:connector-curvature="0" />
<path
id="path3037"
d="m -259.1,301.69 0.07,-1 0.21,-0.99 0.36,-0.98 0.5,-0.96 1.42,-1.89 1.99,-1.83 -1.28,-1.17 -0.83,-1.03 -0.54,-0.98 -0.38,-1 -0.23,-1.03 -0.08,-1.06 0.03,-0.56 0.1,-0.54 0.17,-0.52 0.23,-0.5 0.3,-0.48 0.37,-0.46 0.94,-0.86 1.16,-0.74 1.29,-0.53 1.43,-0.32 1.56,-0.11 1.68,0.11 1.52,0.33 1.35,0.54 1.19,0.76 0.87,0.82 0.34,0.44 0.28,0.46 0.22,0.48 0.15,0.5 0.09,0.52 -0.01,1.35 -0.3,1.56 -0.6,1.5 -0.9,1.43 -1.88,2.07 2,1.21 0.71,0.55 0.51,0.51 0.72,0.98 0.47,0.97 0.16,0.51 0.18,1.22 -0.02,1.43 -0.13,0.71 -0.22,0.7 -0.68,1.33 -0.44,0.6 -0.5,0.55 -0.56,0.5 -1.28,0.87 -1.4,0.62 -1.52,0.37 -1.64,0.12 -2.1,-0.12 -1.85,-0.38 -1.59,-0.62 -0.7,-0.41 -1.17,-0.96 -0.47,-0.53 -0.39,-0.57 -0.32,-0.61 -0.25,-0.65 -0.18,-0.69 -0.13,-1.54 m 6.79,-6.36 -1.21,1.49 -0.87,1.5 -0.52,1.5 -0.13,0.75 -0.02,1.28 0.16,0.96 0.33,0.86 0.23,0.39 0.57,0.71 0.35,0.32 0.38,0.28 0.41,0.23 0.9,0.34 1.01,0.17 1.06,0 0.49,-0.07 0.47,-0.12 0.44,-0.16 0.42,-0.21 0.4,-0.25 0.73,-0.65 0.52,-0.63 0.37,-0.63 0.22,-0.62 0.06,-0.31 0.01,-0.61 -0.06,-0.57 -0.12,-0.52 -0.19,-0.48 -0.54,-0.86 -0.74,-0.82 -1.54,-1.18 -3.59,-2.09 m 3.7,-1.53 1.09,-1.54 0.78,-1.39 0.47,-1.25 0.12,-0.57 0.04,-0.58 -0.02,-0.4 -0.06,-0.38 -0.1,-0.36 -0.14,-0.34 -0.18,-0.32 -0.22,-0.3 -0.55,-0.55 -0.62,-0.43 -0.7,-0.31 -0.77,-0.18 -0.84,-0.06 -0.91,0.07 -0.81,0.19 -0.71,0.3 -0.62,0.42 -0.46,0.46 -0.33,0.48 -0.11,0.25 -0.08,0.25 -0.05,0.26 -0.01,0.52 0.06,0.5 0.12,0.46 0.17,0.42 0.5,0.77 0.67,0.73 1.34,1.08 2.93,1.8"
inkscape:connector-curvature="0" />
<path
id="path3039"
d="m -233.69,304.91 0.28,0.29 0.32,0.25 0.36,0.21 0.41,0.17 0.94,0.23 1.1,0.08 0.54,-0.04 0.52,-0.11 0.49,-0.18 0.46,-0.25 0.44,-0.32 0.41,-0.4 0.74,-1.01 0.68,-1.44 0.48,-1.71 0.39,-4.23 -0.63,0.57 -0.8,0.48 -0.96,0.38 -1.58,0.36 -2.47,0.06 -1.43,-0.28 -1.43,-0.55 -0.65,-0.37 -0.6,-0.44 -1.07,-1.08 -0.45,-0.63 -0.38,-0.68 -0.55,-1.51 -0.28,-1.71 0.01,-1.8 0.13,-0.83 0.21,-0.79 0.29,-0.75 0.38,-0.71 0.46,-0.67 1.18,-1.22 1.3,-0.93 1.38,-0.67 1.47,-0.4 1.55,-0.13 2.1,0.2 1.82,0.59 1.54,0.98 1.26,1.38 0.98,1.77 0.7,2.16 0.42,2.56 0.05,5.5 -0.69,4.33 -0.6,1.78 -0.77,1.53 -0.94,1.27 -1.11,1.02 -1.28,0.76 -1.73,0.59 -0.87,0.15 -1.71,0.02 -1.52,-0.2 -1.3,-0.4 -1.16,-0.59 -1.07,-0.82 -0.47,-0.49 -0.39,-0.52 -0.32,-0.56 -0.25,-0.59 -0.18,-0.62 -0.11,-0.66 -0.02,-1.01 0.1,-0.52 0.19,-0.48 0.29,-0.43 0.38,-0.38 0.43,-0.29 0.47,-0.19 0.51,-0.1 h 0.54 l 0.51,0.1 0.24,0.08 0.45,0.24 0.4,0.34 0.33,0.42 0.24,0.46 0.14,0.5 0.05,0.54 -0.02,0.4 -0.06,0.37 -0.1,0.34 -0.14,0.31 -0.18,0.28 -0.22,0.24 -0.26,0.21 -0.31,0.19 m 3.71,-9.22 0.95,-0.08 0.84,-0.23 0.74,-0.33 0.66,-0.43 0.56,-0.48 0.46,-0.52 0.37,-0.56 0.28,-0.6 -0.08,-1.62 -0.23,-1.45 -0.38,-1.29 -0.53,-1.12 -0.33,-0.5 -0.36,-0.44 -0.39,-0.37 -0.42,-0.3 -0.45,-0.24 -0.48,-0.17 -0.51,-0.1 -0.54,-0.03 -0.96,0.1 -0.44,0.12 -0.42,0.17 -0.4,0.22 -0.38,0.26 -0.69,0.66 -0.58,0.84 -0.41,0.96 -0.25,1.07 -0.08,1.23 0.07,1.03 0.22,0.94 0.37,0.86 0.52,0.79 0.68,0.71 0.37,0.28 0.4,0.23 0.42,0.18 0.44,0.13 0.46,0.08 0.5,0"
inkscape:connector-curvature="0" />
<path
id="path3041"
d="m -216.9,295.14 0.04,-0.48 0.13,-0.44 0.21,-0.4 0.29,-0.36 0.33,-0.29 0.35,-0.21 0.18,-0.07 0.38,-0.09 0.26,-0.01 0.79,0.07 0.25,0.06 0.43,0.2 0.36,0.27 0.24,0.25 0.25,0.37 0.09,0.2 0.13,0.43 0.04,0.54 -0.04,0.49 -0.13,0.43 -0.21,0.39 -0.29,0.35 -0.34,0.29 -0.35,0.21 -0.18,0.07 -0.38,0.09 -0.51,0 -0.57,-0.08 -0.49,-0.17 -0.21,-0.12 -0.19,-0.14 -0.17,-0.16 -0.29,-0.36 -0.2,-0.4 -0.12,-0.44 -0.08,-0.49 m 0,10.52 0.04,-0.5 0.13,-0.45 0.21,-0.41 0.29,-0.37 0.33,-0.3 0.35,-0.21 0.18,-0.08 0.18,-0.05 0.19,-0.03 0.2,-0.01 0.84,0.09 0.26,0.07 0.43,0.19 0.19,0.12 0.17,0.14 0.24,0.25 0.25,0.38 0.17,0.42 0.08,0.46 v 0.58 l -0.08,0.45 -0.17,0.41 -0.25,0.37 -0.32,0.33 -0.34,0.25 -0.36,0.16 -0.37,0.08 -0.19,0.01 -0.02,0.01 -0.02,0 -0.03,0 -0.51,-0.02 -0.54,-0.11 -0.22,-0.09 -0.39,-0.23 -0.17,-0.14 -0.24,-0.25 -0.25,-0.38 -0.17,-0.42 -0.08,-0.46 -0.01,-0.26"
inkscape:connector-curvature="0" />
<path
id="path3043"
d="m -204.56,297.5 -0.6,-0.04 -0.52,-0.12 -0.23,-0.09 -0.21,-0.11 -0.2,-0.13 -0.18,-0.15 -0.29,-0.36 -0.21,-0.4 -0.12,-0.45 -0.04,-0.49 0.02,-0.39 0.07,-0.36 0.11,-0.32 0.15,-0.29 0.2,-0.26 0.24,-0.22 0.29,-0.19 0.44,-0.2 0.46,-0.11 0.5,-0.02 0.47,0.06 0.22,0.06 0.43,0.2 0.36,0.27 0.24,0.25 0.25,0.37 0.1,0.2 0.13,0.43 0.04,0.54 -0.04,0.49 -0.13,0.43 -0.21,0.39 -0.29,0.35 -0.34,0.29 -0.35,0.21 -0.37,0.13 -0.39,0.03 m -1.42,11.22 -0.3,-0.18 -0.26,-0.21 -0.22,-0.24 -0.18,-0.26 -0.14,-0.29 -0.1,-0.32 -0.06,-0.35 -0.01,-0.62 0.03,-0.24 0.06,-0.23 0.08,-0.22 0.23,-0.41 0.32,-0.37 0.37,-0.3 0.37,-0.22 0.38,-0.13 0.19,-0.03 0.73,0.02 0.58,0.12 0.45,0.2 0.39,0.26 0.27,0.25 0.29,0.38 0.19,0.43 0.1,0.47 0.02,0.25 -0.07,0.77 -0.21,0.78 -0.36,0.8 -0.5,0.82 -1.43,1.68 -2,1.75 -0.24,-0.02 -0.21,-0.05 -0.09,-0.04 -0.17,-0.1 -0.07,-0.06 -0.06,-0.07 -0.05,-0.08 -0.08,-0.17 -0.05,-0.2 -0.02,-0.22 0.8,-0.98 0.57,-0.89 0.34,-0.79 0.09,-0.36 0.03,-0.33"
inkscape:connector-curvature="0" />
<path
id="path3045"
d="m -194.14,297.38 10.96,7.69 -0.02,0.31 -0.05,0.29 -0.08,0.26 -0.12,0.23 -0.15,0.2 -0.18,0.17 -0.22,0.14 -0.25,0.12 -13.97,-8.1 -0.17,-0.15 -0.15,-0.16 -0.12,-0.17 -0.09,-0.19 -0.07,-0.2 -0.04,-0.21 -0.01,-0.22 0.01,-0.25 0.04,-0.23 0.07,-0.22 0.1,-0.2 0.13,-0.19 0.16,-0.17 0.19,-0.15 13.85,-7.77 0.19,0.08 0.17,0.1 0.16,0.12 0.14,0.15 0.12,0.17 0.11,0.19 0.17,0.45 0.09,0.57 -10.97,7.34"
inkscape:connector-curvature="0" />
<path
id="path3047"
d="m -163.98,292.66 0.11,0.01 0.1,0.04 0.09,0.07 0.08,0.1 0.08,0.12 0.12,0.33 0.07,0.37 0.01,0.4 -0.03,0.28 -0.14,0.45 -0.1,0.21 -0.06,0.08 -0.06,0.07 -0.06,0.05 -0.07,0.04 -0.07,0.02 -14.66,0.01 -0.12,-0.01 -0.11,-0.04 -0.1,-0.07 -0.09,-0.1 -0.08,-0.13 -0.07,-0.15 -0.11,-0.39 -0.03,-0.41 0.02,-0.36 0.05,-0.3 0.08,-0.23 0.05,-0.09 0.06,-0.08 0.12,-0.12 0.12,-0.09 0.05,-0.03 0.05,-0.02 0.05,-0.01 14.65,-0.02 m 0,6.43 0.11,0.01 0.1,0.04 0.09,0.07 0.08,0.09 0.08,0.12 0.12,0.32 0.07,0.37 0.01,0.41 -0.03,0.29 -0.14,0.45 -0.1,0.21 -0.06,0.08 -0.06,0.07 -0.07,0.05 -0.07,0.04 -0.07,0.02 -14.59,0.01 -0.12,-0.01 -0.11,-0.04 -0.1,-0.07 -0.09,-0.1 -0.08,-0.13 -0.07,-0.15 -0.11,-0.39 -0.03,-0.43 0.03,-0.41 0.14,-0.45 0.11,-0.2 0.06,-0.08 0.06,-0.07 0.07,-0.05 0.07,-0.04 0.07,-0.02 14.63,-0.01"
inkscape:connector-curvature="0" />
<path
id="path3049"
d="m -159.38,290.04 0.04,-0.47 0.05,-0.21 0.07,-0.2 0.09,-0.19 0.11,-0.17 0.13,-0.16 0.21,-0.19 0.11,-0.08 0.13,-0.07 0.21,-0.08 13.85,7.77 0.19,0.15 0.16,0.17 0.13,0.19 0.1,0.2 0.07,0.22 0.04,0.23 0.01,0.25 -0.01,0.22 -0.04,0.21 -0.07,0.2 -0.09,0.19 -0.12,0.17 -0.15,0.16 -0.17,0.15 -13.97,8.1 -0.25,-0.12 -0.22,-0.14 -0.18,-0.17 -0.15,-0.2 -0.12,-0.23 -0.08,-0.26 -0.05,-0.29 -0.02,-0.31 10.96,-7.69 -10.97,-7.35"
inkscape:connector-curvature="0" />
<path
id="path3051"
d="m -137.3,285.01 0.17,0.35 0.12,0.34 0.07,0.34 0.03,0.33 -0.05,0.6 -0.06,0.26 -0.08,0.24 -0.22,0.4 -0.29,0.34 -0.36,0.3 -0.36,0.22 -0.18,0.08 -0.19,0.05 -0.19,0.03 -0.71,-0.01 -0.56,-0.11 -0.12,-0.04 -0.41,-0.23 -0.35,-0.28 -0.3,-0.35 -0.12,-0.19 -0.1,-0.2 -0.13,-0.42 -0.04,-0.45 0.02,-0.44 0.07,-0.4 0.12,-0.36 0.17,-0.33 0.44,-0.59 0.56,-0.51 0.66,-0.45 1.5,-0.69 2.32,-0.56 1.52,-0.12 1.44,0.12 1.36,0.38 1.23,0.59 0.53,0.36 0.48,0.4 0.8,0.91 0.32,0.5 0.26,0.53 0.2,0.56 0.24,1.2 0,1.28 -0.25,1.23 -0.5,1.17 -0.76,1.11 -4.69,4.05 -0.02,4.44 -0.05,0.17 -0.08,0.15 -0.12,0.14 -0.15,0.12 -0.19,0.1 -0.22,0.08 -0.49,0.11 -0.33,0.03 -0.47,-0.02 -0.33,-0.05 -0.28,-0.08 -0.23,-0.12 -0.18,-0.15 -0.13,-0.19 -0.08,-0.22 -0.02,-4.91 3.95,-3.27 0.83,-0.95 0.47,-0.8 0.34,-0.8 0.2,-0.81 0.07,-0.81 -0.07,-0.83 -0.2,-0.74 -0.34,-0.66 -0.47,-0.58 -0.28,-0.24 -0.3,-0.21 -0.67,-0.33 -0.76,-0.2 -1.51,-0.06 -1.07,0.09 -0.43,0.06 m 0.14,23.11 -0.29,-0.35 -0.22,-0.41 -0.13,-0.46 -0.04,-0.5 0.04,-0.5 0.13,-0.45 0.22,-0.41 0.14,-0.18 0.16,-0.16 0.36,-0.3 0.37,-0.22 0.37,-0.13 0.19,-0.04 0.23,-0.01 0.5,0.03 0.28,0.05 0.25,0.07 0.42,0.21 0.37,0.27 0.25,0.25 0.26,0.35 0.18,0.36 0.05,0.18 0.03,0.19 -0.02,0.72 -0.05,0.31 -0.07,0.26 -0.09,0.22 -0.24,0.39 -0.15,0.17 -0.26,0.24 -0.36,0.26 -0.37,0.17 -0.19,0.05 -0.19,0.03 -0.71,-0.02 -0.56,-0.12 -0.42,-0.19 -0.37,-0.26 -0.07,-0.07"
inkscape:connector-curvature="0" />
<path
id="path3053"
d="m -110.35,290.8 1.87,0.16 2.15,0.48 0.69,-0.88 0.1,-0.03 0.85,0.03 0.46,0.12 0.43,0.19 0.4,0.27 0.1,0.09 0.09,0.1 0.07,0.1 0.06,0.11 -0.95,3.71 0.04,10.43 0.02,0.09 0.03,0.07 0.03,0.06 0.04,0.05 0.07,0.06 0.08,0.05 0.09,0.04 0.23,0.07 0.28,0.03 0.33,0 0.34,-0.05 0.34,-0.11 0.35,-0.16 0.36,-0.22 0.35,-0.27 0.65,-0.7 0.48,-0.73 0.53,-1.11 0.35,-1.2 0.18,-1.29 -0.09,-2.66 -0.48,-2.35 -0.86,-2.05 -1.22,-1.77 -1.19,-1.19 -0.89,-0.69 -0.96,-0.58 -1.03,-0.47 -2.25,-0.63 -2.52,-0.21 -2.54,0.22 -2.28,0.63 -1.04,0.47 -0.98,0.58 -0.91,0.68 -0.85,0.78 -0.8,0.92 -0.69,1 -0.59,1.08 -0.85,2.4 -0.43,2.73 0,2.69 0.4,2.23 0.79,2 0.54,0.92 1.37,1.66 1.71,1.38 1.92,0.99 2.14,0.59 2.35,0.2 2.34,-0.12 2.1,-0.38 1.87,-0.62 1.63,-0.88 0.19,0.1 0.19,0.12 0.34,0.31 0.31,0.41 0.34,0.66 0.12,0.43 -1.96,1.12 -2.16,0.8 -2.35,0.48 -2.54,0.16 -3.18,-0.23 -2.82,-0.68 -2.47,-1.13 -1.1,-0.74 -1.01,-0.85 -0.93,-0.98 -0.8,-1.07 -0.68,-1.16 -0.56,-1.25 -0.74,-2.76 -0.25,-3.12 0.27,-3.27 0.8,-2.96 1.34,-2.64 1.88,-2.33 1.42,-1.25 1.57,-1.04 1.72,-0.83 2.87,-0.83 2.29,-0.25 2.62,0.04 2.65,0.54 2.6,1.07 2.26,1.5 0.98,0.9 1.7,2.13 1.22,2.4 0.73,2.67 0.24,2.95 -0.14,1.87 -0.42,1.72 -0.7,1.57 -0.97,1.42 -1.2,1.2 -0.65,0.47 -0.69,0.38 -0.73,0.3 -0.76,0.21 -0.8,0.13 -1.31,0.03 -0.75,-0.11 -0.33,-0.1 -0.29,-0.13 -0.26,-0.15 -0.22,-0.18 -0.25,-0.29 -0.22,-0.36 -0.14,-0.32 -0.76,0.54 -0.86,0.45 -2.01,0.65 -0.81,0.13 -0.83,0.04 -1.48,-0.14 -1.28,-0.43 -1.08,-0.72 -0.89,-1 -0.69,-1.29 -0.49,-1.58 -0.3,-1.86 -0.06,-3.11 0.3,-1.79 0.59,-1.61 0.89,-1.43 1.14,-1.21 1.28,-0.9 0.7,-0.34 0.73,-0.26 1.57,-0.3 0.87,-0.03 m -1.07,15.34 1,-0.11 1.01,-0.32 1.02,-0.54 1.03,-0.75 v -9.84 l -0.74,-0.49 -0.79,-0.35 -0.83,-0.21 -0.88,-0.07 -0.66,0.05 -0.61,0.15 -0.56,0.25 -0.51,0.35 -0.46,0.45 -0.41,0.55 -0.36,0.64 -0.41,1.05 -0.27,1.43 0.05,3.3 0.24,1.31 0.35,1.06 0.21,0.44 0.34,0.54 0.25,0.3 0.27,0.25 0.3,0.21 0.32,0.16 0.34,0.12 0.36,0.07 0.4,0"
inkscape:connector-curvature="0" />
<path
id="path3055"
d="m -94.36,308.45 -0.1,-0.02 -0.09,-0.05 -0.07,-0.08 -0.06,-0.11 -0.05,-0.14 -0.05,-0.37 0,-0.45 0.05,-0.39 0.1,-0.33 0.07,-0.14 0.08,-0.12 0.1,-0.11 0.04,-0.03 0.05,-0.03 0.13,-0.04 0.98,-0.1 0.25,-0.08 0.22,-0.11 0.19,-0.14 0.17,-0.17 0.14,-0.2 8.92,-22.83 0.05,-0.07 0.06,-0.06 0.08,-0.05 0.09,-0.04 0.1,-0.03 0.24,-0.02 0.51,0.02 0.39,0.06 0.15,0.05 0.11,0.06 0.08,0.07 0.05,0.08 9.19,23.51 h 2.02 l 0.1,0.02 0.09,0.05 0.08,0.08 0.06,0.11 0.05,0.15 0.06,0.39 -0.03,0.81 -0.06,0.29 -0.04,0.11 -0.05,0.1 -0.06,0.08 -0.12,0.11 -0.11,0.08 -0.05,0.03 -0.05,0.02 -0.05,0.01 -8.4,0 -0.1,-0.01 -0.09,-0.04 -0.07,-0.07 -0.06,-0.1 -0.05,-0.13 -0.05,-0.36 0.03,-0.81 0.06,-0.3 0.04,-0.12 0.05,-0.1 0.06,-0.08 0.12,-0.13 0.12,-0.09 0.06,-0.03 0.05,-0.02 0.05,-0.01 1.35,-0.06 0.53,-0.1 0.17,-0.07 0.1,-0.08 0.03,-0.1 0,-0.04 -0.02,-0.09 -2.17,-5.62 h -8.74 l -2.4,6.17 h 2.96 l 0.1,0.02 0.09,0.05 0.08,0.08 0.06,0.11 0.05,0.14 0.06,0.38 -0.03,0.82 -0.06,0.29 -0.04,0.12 -0.05,0.1 -0.11,0.14 -0.1,0.1 -0.1,0.07 -0.04,0.02 -0.04,0.01 -7.51,-0.04 m 8.14,-11.26 h 6.7 l -3.33,-8.69 -3.37,8.69"
inkscape:connector-curvature="0" />
<path
id="path3057"
d="m -58.36,308.62 -9.53,-0.17 -0.1,-0.02 -0.09,-0.05 -0.07,-0.08 -0.06,-0.11 -0.05,-0.14 -0.05,-0.37 0,-0.44 0.06,-0.38 0.12,-0.33 0.08,-0.15 0.1,-0.14 0.11,-0.13 0.04,-0.03 0.05,-0.03 0.12,-0.04 0.15,-0.03 0.25,-0.01 0.03,0.01 0.07,0.01 1.47,-0.13 0.15,-0.04 0.11,-0.04 0.1,-0.05 0.08,-0.06 0.07,-0.07 0.05,-0.07 0.04,-0.08 0.02,-0.09 0,-20.22 -0.01,-0.06 -0.02,-0.05 -0.02,-0.04 -0.03,-0.03 -0.04,-0.02 -0.05,-0.01 -2.86,0 -0.12,-0.01 -0.11,-0.04 -0.1,-0.07 -0.09,-0.1 -0.08,-0.13 -0.13,-0.35 -0.07,-0.4 -0.01,-0.54 0.06,-0.38 0.05,-0.14 0.06,-0.11 0.08,-0.08 0.09,-0.05 0.1,-0.02 11.05,0.1 1.9,0.3 1.61,0.5 1.32,0.69 1.02,0.89 0.73,1.09 0.44,1.29 0.15,1.49 -0.09,0.96 -0.26,0.91 -0.44,0.86 -0.62,0.81 -0.72,0.69 -0.8,0.57 -0.88,0.45 -0.95,0.33 1.38,0.29 1.23,0.45 1.08,0.62 0.94,0.78 0.75,0.92 0.29,0.5 0.43,1.09 0.21,1.2 0.03,0.64 -0.08,1.31 -0.25,1.19 -0.43,1.07 -0.6,0.95 -0.77,0.83 -0.94,0.72 -1.11,0.6 -1.75,0.61 -2.11,0.36 -1.78,0.05 m -3.03,-5.31 0.04,0.64 0.13,0.55 0.09,0.24 0.12,0.22 0.14,0.2 0.16,0.17 0.19,0.15 0.22,0.13 0.52,0.2 0.64,0.12 1.52,0.03 1.35,-0.12 1.11,-0.25 0.48,-0.19 0.43,-0.23 0.38,-0.27 0.32,-0.31 0.28,-0.36 0.23,-0.42 0.19,-0.47 0.25,-1.1 0.09,-1.32 -0.04,-0.6 -0.11,-0.57 -0.18,-0.53 -0.25,-0.5 -0.32,-0.47 -0.39,-0.44 -0.46,-0.4 -1.03,-0.66 -1.08,-0.46 -1.18,-0.31 -3.83,-0.17 v 7.5 m 2.63,-10.15 1.47,-0.13 0.63,-0.16 0.56,-0.22 0.5,-0.29 0.43,-0.35 0.36,-0.41 0.29,-0.48 0.17,-0.42 0.12,-0.48 0.1,-1.14 -0.03,-0.6 -0.09,-0.54 -0.15,-0.48 -0.21,-0.43 -0.27,-0.37 -0.33,-0.33 -0.38,-0.28 -0.44,-0.23 -0.9,-0.29 -4.48,-0.38 v 8 h 2.65"
inkscape:connector-curvature="0" />
<path
id="path3059"
d="m -31.22,285.44 -0.55,-0.27 -0.63,-0.19 -0.71,-0.12 -1.6,0 -0.78,0.13 -0.74,0.21 -0.71,0.29 -0.65,0.37 -0.61,0.44 -0.56,0.51 -0.52,0.58 -0.92,1.42 -0.66,1.62 -0.4,1.81 -0.14,2.01 0.27,3.96 0.33,1.68 0.47,1.47 0.6,1.27 0.74,1.07 0.87,0.86 1.01,0.66 0.68,0.32 0.69,0.23 0.7,0.14 0.71,0.04 0,0 0,0 0,0 0,0 0,0 0.01,-0.01 1.27,-0.06 0.97,-0.17 1.52,-0.53 2.27,-1.32 0.1,-0.03 0.08,-0.01 0.12,0.01 0.12,0.04 0.12,0.06 0.24,0.18 0.22,0.23 0.31,0.42 0.14,0.27 0.09,0.25 0.02,0.12 0.01,0.11 -0.02,0.22 -0.02,0.1 -0.04,0.1 -0.05,0.09 -0.06,0.09 -0.14,0.16 -0.98,0.72 -1.62,0.83 -2.36,0.71 -2.42,0.24 -2.32,-0.19 -2.07,-0.57 -0.94,-0.44 -0.88,-0.54 -0.83,-0.65 -0.77,-0.75 -0.75,-0.92 -0.65,-1.01 -1,-2.28 -0.6,-2.65 -0.2,-3.01 0.21,-3.14 0.63,-2.76 1.04,-2.38 0.68,-1.05 0.78,-0.95 0.81,-0.79 0.87,-0.68 0.93,-0.58 1,-0.47 2.19,-0.63 2.48,-0.21 1.34,0.08 1.27,0.25 1.21,0.41 1.16,0.57 1.09,0.77 0.43,0.42 0.35,0.44 0.27,0.46 0.2,0.48 0.12,0.5 0.04,0.52 -0.05,0.53 -0.14,0.49 -0.24,0.45 -0.33,0.42 -0.4,0.33 -0.22,0.13 -0.47,0.19 -0.52,0.09 h -0.55 l -0.51,-0.09 -0.47,-0.19 -0.42,-0.28 -0.38,-0.38 -0.29,-0.42 -0.19,-0.46 -0.1,-0.49 -0.01,-0.51 0.05,-0.47 0.09,-0.42 0.14,-0.38 0.13,-0.12"
inkscape:connector-curvature="0" />
<path
id="path3061"
d="m -23.91,283.6 0.03,-0.48 0.04,-0.19 0.05,-0.15 0.06,-0.12 0.08,-0.08 0.09,-0.05 0.11,-0.02 13.19,0.2 2.69,0.61 1.17,0.46 1.05,0.56 0.93,0.67 0.81,0.77 0.65,0.82 0.57,0.93 0.88,2.18 0.53,2.62 0.18,3.09 -0.25,3.09 -0.74,2.69 -0.56,1.2 -0.68,1.1 -0.8,1 -0.93,0.91 -1.85,1.32 -2.06,0.95 -2.27,0.57 -12.02,0.2 -0.11,-0.02 -0.09,-0.05 -0.08,-0.08 -0.07,-0.11 -0.05,-0.14 -0.06,-0.37 0,-0.42 0.06,-0.36 0.11,-0.33 0.17,-0.29 0.11,-0.13 0.04,-0.03 0.05,-0.03 0.12,-0.04 1.78,-0.13 0.34,-0.07 0.11,-0.04 0.1,-0.05 0.08,-0.06 0.07,-0.07 0.05,-0.08 0.04,-0.08 0.02,-0.09 0,-20.25 -0.01,-0.05 -0.02,-0.04 -0.02,-0.03 -0.03,-0.03 -0.04,-0.02 -0.04,-0.01 -2.88,0 -0.12,-0.01 -0.11,-0.04 -0.1,-0.07 -0.09,-0.1 -0.08,-0.13 -0.07,-0.15 -0.11,-0.39 -0.02,-0.46 m 7.38,22.19 4.31,-0.15 1.64,-0.45 1.5,-0.75 1.36,-1.05 0.68,-0.71 0.59,-0.77 0.5,-0.83 0.41,-0.89 0.54,-1.98 0.18,-2.23 -0.32,-3.66 -0.39,-1.55 -0.55,-1.36 -0.71,-1.18 -0.86,-0.99 -1.02,-0.8 -1.18,-0.61 -0.84,-0.29 -1.85,-0.34 -3.98,-0.04 v 20.63"
inkscape:connector-curvature="0" />
<path
id="path3063"
d="m 16.95,298.85 -0.02,0.17 -0.06,0.14 -0.1,0.12 -0.14,0.1 -0.17,0.08 -0.21,0.06 -0.54,0.04 -0.54,-0.03 -0.21,-0.04 -0.17,-0.05 -0.14,-0.07 -0.1,-0.08 -0.06,-0.09 -0.02,-0.11 v -2.6 h -5.5 v 9.31 h 9.13 l 1.36,-2.65 0.06,-0.07 0.07,-0.06 0.08,-0.05 0.09,-0.04 0.1,-0.03 0.22,-0.02 0.72,0.05 0.46,0.14 0.2,0.1 0.08,0.06 0.07,0.06 0.05,0.07 0.04,0.07 0.02,0.08 0.01,0.1 -0.01,0.07 -1.6,4.75 H 2.54 l -0.11,-0.02 -0.09,-0.05 -0.08,-0.08 -0.07,-0.11 -0.05,-0.14 -0.06,-0.38 0,-0.45 0.06,-0.38 0.11,-0.32 0.07,-0.14 0.08,-0.13 0.1,-0.11 0.04,-0.03 0.05,-0.03 0.12,-0.04 0.16,-0.03 0.24,0.01 0.05,0.01 1.25,-0.08 0.36,-0.07 0.19,-0.06 0.1,-0.05 0.08,-0.06 0.07,-0.07 0.05,-0.07 0.04,-0.08 0.02,-0.09 0,-20.25 -0.01,-0.05 -0.02,-0.04 -0.01,-0.04 -0.03,-0.03 -0.04,-0.02 -0.04,-0.01 -2.88,0 -0.12,-0.01 -0.11,-0.04 -0.1,-0.07 -0.09,-0.1 -0.08,-0.13 -0.07,-0.15 -0.11,-0.39 -0.01,-0.45 0.03,-0.48 0.04,-0.19 0.05,-0.15 0.06,-0.12 0.08,-0.08 0.09,-0.05 0.11,-0.02 H 21 v 5.01 l -0.02,0.14 -0.06,0.12 -0.09,0.1 -0.13,0.08 -0.17,0.06 -0.21,0.05 -0.53,0.04 -0.54,-0.02 -0.38,-0.07 -0.13,-0.05 -0.1,-0.06 -0.06,-0.08 -0.02,-0.09 -0.09,-1.19 -0.12,-0.4 -0.08,-0.15 -0.09,-0.12 -0.19,-0.17 -0.22,-0.14 -0.25,-0.12 -0.61,-0.18 -0.75,-0.09 -7.2,-0.01 v 8.67 l 4.73,-0.02 0.15,-0.03 0.13,-0.04 0.11,-0.05 0.09,-0.07 0.07,-0.08 0.04,-0.09 0.1,-0.35 0.14,-1.97 0.05,-0.08 0.08,-0.07 0.11,-0.06 0.15,-0.04 0.39,-0.05 0.83,0.03 0.29,0.06 0.11,0.04 0.09,0.05 0.07,0.06 0.11,0.12 0.08,0.1 0.03,0.05 0.02,0.05 0.01,0.04 0,0.04 v 7.37"
inkscape:connector-curvature="0" />
<path
id="path3065"
d="m 39.15,298.85 -0.02,0.17 -0.06,0.14 -0.1,0.12 -0.14,0.1 -0.17,0.08 -0.21,0.06 -0.54,0.04 -0.54,-0.03 -0.21,-0.04 -0.17,-0.05 -0.14,-0.07 -0.1,-0.08 -0.06,-0.09 -0.02,-0.11 v -2.6 h -5.5 v 9.53 h 3.71 l 0.11,0.02 0.09,0.05 0.08,0.08 0.06,0.12 0.05,0.15 0.06,0.39 -0.03,0.79 -0.06,0.28 -0.06,0.1 -0.05,0.09 -0.06,0.08 -0.12,0.12 -0.12,0.09 -0.05,0.03 -0.05,0.02 -0.05,0.01 -9.92,0 -0.11,-0.02 -0.09,-0.05 -0.08,-0.08 -0.07,-0.11 -0.05,-0.14 -0.04,-0.17 -0.03,-0.45 0.03,-0.41 0.08,-0.35 0.13,-0.29 0.08,-0.12 0.1,-0.11 0.04,-0.03 0.05,-0.03 0.12,-0.04 0.15,-0.03 0.24,-0.01 0.04,0.01 0.08,0.01 1.48,-0.13 0.15,-0.04 0.11,-0.04 0.1,-0.05 0.08,-0.06 0.07,-0.07 0.05,-0.07 0.04,-0.08 0.02,-0.09 0,-20.25 -0.01,-0.05 -0.02,-0.04 -0.02,-0.05 -0.03,-0.03 -0.04,-0.02 -0.04,-0.01 -2.87,0 -0.12,-0.01 -0.11,-0.04 -0.1,-0.07 -0.09,-0.1 -0.08,-0.13 -0.12,-0.34 -0.1,-0.66 0.03,-0.48 0.04,-0.19 0.05,-0.15 0.06,-0.12 0.08,-0.08 0.09,-0.05 0.1,-0.02 H 43.2 v 5.01 l -0.02,0.14 -0.06,0.12 -0.09,0.1 -0.13,0.08 -0.17,0.06 -0.21,0.05 -0.53,0.04 -0.54,-0.02 -0.38,-0.07 -0.13,-0.05 -0.1,-0.06 -0.06,-0.08 -0.02,-0.09 -0.09,-1.19 -0.12,-0.4 -0.08,-0.15 -0.09,-0.12 -0.19,-0.17 -0.22,-0.14 -0.25,-0.12 -0.61,-0.18 -0.75,-0.09 -7.2,-0.01 v 8.67 l 4.73,-0.02 0.15,-0.03 0.13,-0.04 0.11,-0.05 0.09,-0.06 0.06,-0.08 0.04,-0.09 0.1,-0.35 0.13,-1.88 0.02,-0.09 0.05,-0.08 0.08,-0.07 0.11,-0.06 0.15,-0.04 0.39,-0.05 0.82,0.03 0.29,0.06 0.11,0.04 0.09,0.05 0.07,0.06 0.11,0.12 0.08,0.1 0.03,0.05 0.02,0.05 0.01,0.04 0,0.04 v 7.37"
inkscape:connector-curvature="0" />
<path
id="path3067"
d="m 65.67,297.56 0.1,0.02 0.09,0.06 0.07,0.09 0.06,0.13 0.05,0.17 0.05,0.45 0,0.57 -0.03,0.25 -0.05,0.21 -0.07,0.17 -0.08,0.13 -0.1,0.1 -0.12,0.06 -0.14,0.02 h -1.22 v 5.93 l -1.39,1.06 -1.27,0.71 -1.3,0.48 -2.78,0.55 -1.49,0.07 -1.41,-0.1 -1.36,-0.3 -1.31,-0.51 -1.26,-0.71 -1.74,-1.42 -1.41,-1.75 -1.08,-2.09 -0.75,-2.42 -0.38,-4.43 0.22,-2.67 0.67,-2.59 1.05,-2.36 0.65,-1.01 0.73,-0.9 0.8,-0.79 0.86,-0.68 0.93,-0.58 0.99,-0.47 1.06,-0.37 2.32,-0.42 1.38,-0.05 2.25,0.18 1.35,0.32 1.23,0.48 1.15,0.66 0.5,0.39 0.42,0.41 0.34,0.44 0.27,0.46 0.19,0.49 0.11,0.51 0.04,0.54 -0.05,0.53 -0.15,0.49 -0.24,0.45 -0.33,0.42 -0.39,0.33 -0.21,0.13 -0.47,0.19 -0.51,0.09 h -0.55 l -0.52,-0.09 -0.47,-0.19 -0.42,-0.28 -0.38,-0.38 -0.29,-0.42 -0.19,-0.46 -0.1,-0.5 0.03,-0.99 0.07,-0.42 0.17,-0.54 -0.68,-0.26 -0.73,-0.19 -1.57,-0.15 -0.82,0.04 -0.78,0.13 -0.74,0.21 -0.71,0.29 -0.65,0.37 -0.61,0.44 -0.56,0.51 -0.52,0.58 -0.92,1.42 -0.66,1.62 -0.4,1.81 -0.14,2.06 0.27,3.96 0.33,1.67 0.47,1.46 0.6,1.26 0.73,1.06 0.86,0.86 1,0.66 0.71,0.32 0.78,0.23 0.85,0.14 0.93,0.04 0.01,0 0.01,0 0.01,0 0.02,-0.01 1.9,-0.18 1.79,-0.53 0,-5.04 -0.01,-0.06 -0.02,-0.05 -0.02,-0.04 -0.03,-0.03 -0.05,-0.01 -0.05,-0.01 -2.86,0 -0.12,-0.02 -0.11,-0.05 -0.1,-0.08 -0.09,-0.1 -0.08,-0.13 -0.13,-0.35 -0.07,-0.4 -0.01,-0.52 0.06,-0.38 0.05,-0.14 0.06,-0.11 0.08,-0.08 0.09,-0.05 0.1,-0.02 8.34,0"
inkscape:connector-curvature="0" />
<path
id="path3069"
d="m 78.66,306.02 0.1,0.02 0.09,0.05 0.08,0.08 0.06,0.12 0.05,0.15 0.06,0.39 -0.03,0.79 -0.06,0.28 -0.04,0.1 -0.05,0.09 -0.06,0.08 -0.12,0.12 -0.12,0.09 -0.05,0.03 -0.05,0.02 -0.05,0.01 -9.22,0 -0.09,-0.02 -0.08,-0.05 -0.07,-0.08 -0.06,-0.11 -0.04,-0.14 -0.05,-0.37 0,-0.48 0.06,-0.36 0.12,-0.32 0.08,-0.14 0.09,-0.13 0.11,-0.12 0.04,-0.03 0.05,-0.03 0.12,-0.04 0.16,-0.03 0.24,-0.01 0.07,0.01 1.34,-0.1 0.33,-0.07 0.11,-0.04 0.1,-0.05 0.08,-0.06 0.07,-0.07 0.05,-0.07 0.04,-0.08 0.02,-0.09 0,-20.22 -0.01,-0.06 -0.02,-0.05 -0.02,-0.04 -0.03,-0.03 -0.04,-0.02 -0.04,-0.01 -2.86,0 -0.12,-0.01 -0.11,-0.04 -0.1,-0.07 -0.09,-0.1 -0.08,-0.13 -0.12,-0.34 -0.1,-0.68 0.03,-0.46 0.03,-0.18 0.05,-0.15 0.06,-0.11 0.08,-0.08 0.09,-0.05 0.1,-0.02 h 10.2 l 0.1,0.02 0.09,0.06 0.07,0.09 0.06,0.13 0.05,0.17 0.05,0.45 0,0.57 -0.03,0.25 -0.05,0.21 -0.07,0.17 -0.08,0.13 -0.1,0.1 -0.12,0.06 -0.14,0.02 h -3.1 v 8.89 h 10.51 l 0,-8.68 -0.01,-0.06 -0.02,-0.05 -0.02,-0.04 -0.03,-0.03 -0.04,-0.02 -0.04,-0.01 -2.88,0 -0.12,-0.01 -0.11,-0.04 -0.1,-0.07 -0.09,-0.1 -0.08,-0.13 -0.07,-0.16 -0.11,-0.4 -0.03,-0.47 0.03,-0.46 0.04,-0.18 0.05,-0.15 0.07,-0.11 0.08,-0.08 0.09,-0.05 0.11,-0.02 h 10.19 l 0.1,0.02 0.09,0.06 0.07,0.09 0.06,0.13 0.05,0.17 0.05,0.45 0,0.57 -0.03,0.25 -0.05,0.21 -0.07,0.17 -0.08,0.13 -0.1,0.1 -0.12,0.06 -0.14,0.02 h -3.1 v 21.08 h 2.89 l 0.11,0.02 0.09,0.05 0.08,0.08 0.07,0.11 0.05,0.15 0.06,0.39 0,0.45 -0.03,0.35 -0.07,0.28 -0.05,0.11 -0.06,0.1 -0.06,0.08 -0.12,0.11 -0.11,0.08 -0.1,0.05 -0.05,0.01 -9.2,0 -0.1,-0.01 -0.08,-0.05 -0.07,-0.08 -0.06,-0.11 -0.04,-0.14 -0.05,-0.37 0,-0.44 0.06,-0.39 0.05,-0.17 0.07,-0.16 0.08,-0.15 0.09,-0.13 0.11,-0.12 0.04,-0.03 0.05,-0.03 0.12,-0.04 0.15,-0.03 0.24,-0.01 0.07,0.01 1.32,-0.1 0.33,-0.07 0.11,-0.04 0.1,-0.05 0.08,-0.06 0.07,-0.07 0.05,-0.07 0.04,-0.08 0.02,-0.09 0.01,-8.89 H 75.77 V 306 l 2.89,0.02"
inkscape:connector-curvature="0" />
<path
id="path3071"
d="m 106.46,306.02 0.1,0.02 0.09,0.05 0.08,0.08 0.06,0.12 0.05,0.15 0.06,0.39 -0.03,0.79 -0.06,0.28 -0.04,0.11 -0.05,0.09 -0.06,0.08 -0.12,0.12 -0.12,0.09 -0.05,0.03 -0.05,0.02 -0.05,0.01 -9.22,0 -0.09,-0.02 -0.08,-0.05 -0.07,-0.08 -0.06,-0.11 -0.04,-0.14 -0.05,-0.37 0,-0.44 0.06,-0.38 0.12,-0.33 0.08,-0.15 0.1,-0.14 0.11,-0.13 0.04,-0.03 0.05,-0.03 0.12,-0.04 0.15,-0.03 0.25,-0.01 0.07,0.01 1.32,-0.1 0.33,-0.07 0.11,-0.04 0.1,-0.05 0.08,-0.06 0.07,-0.07 0.05,-0.07 0.04,-0.08 0.02,-0.09 0,-20.22 -0.01,-0.06 -0.02,-0.05 -0.02,-0.04 -0.03,-0.03 -0.04,-0.02 -0.04,-0.01 -2.86,0 -0.12,-0.01 -0.11,-0.04 -0.1,-0.07 -0.09,-0.1 -0.08,-0.13 -0.07,-0.16 -0.11,-0.41 -0.03,-0.48 0.03,-0.44 0.04,-0.17 0.05,-0.14 0.06,-0.11 0.08,-0.08 0.09,-0.05 0.11,-0.02 h 10.2 l 0.1,0.02 0.09,0.06 0.07,0.09 0.06,0.13 0.05,0.17 0.05,0.45 0,0.57 -0.03,0.25 -0.05,0.21 -0.07,0.17 -0.08,0.13 -0.1,0.1 -0.12,0.06 -0.14,0.02 h -3.1 v 21.08 l 2.87,0"
inkscape:connector-curvature="0" />
<path
id="path3073"
d="m 120.18,282.51 0.1,0.02 0.09,0.06 0.07,0.09 0.06,0.13 0.05,0.17 0.05,0.45 0,0.57 -0.03,0.25 -0.05,0.21 -0.07,0.17 -0.08,0.13 -0.1,0.1 -0.12,0.06 -0.14,0.02 h -3.1 l -0.11,23.91 -0.32,1.5 -0.54,1.42 -0.75,1.35 -0.64,0.83 -0.73,0.7 -0.81,0.57 -0.89,0.44 -0.93,0.28 -0.85,0.1 -0.73,-0.04 -0.29,-0.05 -0.24,-0.08 -0.41,-0.21 -0.18,-0.13 -0.16,-0.15 -0.29,-0.36 -0.12,-0.19 -0.17,-0.41 -0.08,-0.45 0.01,-0.68 0.07,-0.36 0.11,-0.33 0.16,-0.29 0.2,-0.26 0.25,-0.23 0.29,-0.2 0.44,-0.2 0.46,-0.11 0.24,-0.02 0.44,0.02 0.3,0.05 0.28,0.09 0.26,0.13 0.24,0.16 0.22,0.2 0.21,0.23 0.19,0.27 0.29,-0.23 0.25,-0.31 0.21,-0.38 0.17,-0.46 0.23,-1.15 0.07,-24.75 -0.01,-0.06 -0.02,-0.05 -0.02,-0.04 -0.03,-0.03 -0.04,-0.02 -0.05,-0.01 -2.86,0 -0.12,-0.01 -0.11,-0.04 -0.1,-0.07 -0.09,-0.1 -0.08,-0.13 -0.07,-0.16 -0.11,-0.41 -0.03,-0.48 0.03,-0.44 0.04,-0.17 0.05,-0.14 0.06,-0.11 0.08,-0.08 0.09,-0.05 0.1,-0.02 h 10.21"
inkscape:connector-curvature="0" />
<path
id="path3075"
d="m 133.14,306.02 0.11,0.02 0.09,0.05 0.08,0.08 0.06,0.12 0.05,0.15 0.06,0.39 -0.03,0.79 -0.06,0.28 -0.04,0.11 -0.05,0.09 -0.06,0.08 -0.12,0.12 -0.12,0.09 -0.05,0.03 -0.05,0.02 -0.05,0.01 -9.22,0 -0.09,-0.02 -0.08,-0.05 -0.07,-0.08 -0.06,-0.11 -0.04,-0.14 -0.05,-0.37 0,-0.44 0.06,-0.38 0.12,-0.33 0.08,-0.15 0.1,-0.14 0.11,-0.13 0.04,-0.03 0.05,-0.03 0.12,-0.04 0.15,-0.03 0.25,-0.01 0.07,0.01 1.32,-0.1 0.33,-0.07 0.11,-0.04 0.1,-0.05 0.08,-0.06 0.07,-0.07 0.05,-0.07 0.04,-0.08 0.02,-0.09 0,-20.22 -0.01,-0.06 -0.02,-0.05 -0.02,-0.04 -0.03,-0.03 -0.04,-0.02 -0.04,-0.01 -2.86,0 -0.12,-0.01 -0.11,-0.04 -0.1,-0.07 -0.09,-0.1 -0.08,-0.13 -0.13,-0.35 -0.07,-0.4 -0.01,-0.54 0.06,-0.38 0.05,-0.14 0.06,-0.11 0.08,-0.08 0.09,-0.05 0.1,-0.02 h 9.31 l 0.1,0.02 0.09,0.06 0.07,0.09 0.06,0.13 0.05,0.17 0.05,0.45 0,0.57 -0.03,0.25 -0.05,0.21 -0.07,0.17 -0.08,0.13 -0.1,0.1 -0.12,0.06 -0.14,0.02 h -2.21 v 21.08 l 2.88,0.01 m 13.61,0 0.1,0.02 0.08,0.05 0.07,0.09 0.06,0.12 0.05,0.16 0.05,0.42 -0.03,0.79 -0.06,0.27 -0.04,0.11 -0.05,0.09 -0.06,0.07 -0.12,0.11 -0.11,0.08 -0.1,0.05 -0.05,0.01 -3.27,-0.01 -0.3,-0.05 -0.6,-0.2 -0.6,-0.33 -0.77,-0.63 -9.6,-12.49 9.05,-9.79 h -2.27 l -0.11,-0.02 -0.09,-0.05 -0.08,-0.08 -0.06,-0.11 -0.05,-0.14 -0.06,-0.38 0.02,-0.82 0.06,-0.29 0.04,-0.11 0.05,-0.09 0.05,-0.07 0.12,-0.12 0.1,-0.09 0.05,-0.03 0.05,-0.02 0.04,-0.01 0.04,0 h 7.53 l 0.1,0.02 0.09,0.05 0.07,0.08 0.06,0.11 0.05,0.14 0.05,0.37 v 0.45 l -0.05,0.39 -0.1,0.33 -0.07,0.14 -0.08,0.13 -0.1,0.11 -0.04,0.03 -0.04,0.03 -0.09,0.04 -0.11,0.03 -0.57,0.05 -0.54,0.14 -0.28,0.15 -0.33,0.26 -8.03,9.09 8.22,10.56 0.34,0.27 0.36,0.22 0.41,0.16 0.46,0.11 1.09,0.03"
inkscape:connector-curvature="0" />
<path
id="path3077"
d="m 159.14,282.51 0.1,0.02 0.09,0.06 0.07,0.09 0.06,0.13 0.05,0.17 0.05,0.45 0,0.57 -0.03,0.25 -0.05,0.21 -0.07,0.17 -0.08,0.13 -0.1,0.1 -0.12,0.06 -0.14,0.02 h -3.1 v 20.85 h 8.08 l 1.37,-2.65 0.06,-0.07 0.07,-0.06 0.08,-0.05 0.09,-0.04 0.1,-0.03 0.22,-0.02 0.72,0.05 0.47,0.14 0.21,0.11 0.08,0.06 0.07,0.06 0.05,0.07 0.04,0.07 0.02,0.07 0.01,0.08 -0.01,0.09 -1.61,4.75 h -16.65 l -0.09,-0.02 -0.08,-0.05 -0.07,-0.08 -0.06,-0.11 -0.04,-0.14 -0.05,-0.38 0,-0.48 0.06,-0.35 0.12,-0.31 0.17,-0.27 0.11,-0.12 0.04,-0.03 0.05,-0.03 0.12,-0.04 0.16,-0.03 0.24,-0.01 0.04,0.01 0.08,0.01 1.47,-0.13 0.15,-0.04 0.11,-0.04 0.1,-0.05 0.08,-0.06 0.07,-0.07 0.05,-0.07 0.04,-0.08 0.02,-0.09 0,-20.22 -0.01,-0.06 -0.02,-0.05 -0.02,-0.04 -0.03,-0.03 -0.04,-0.02 -0.05,-0.01 -2.86,0 -0.12,-0.01 -0.11,-0.04 -0.1,-0.07 -0.09,-0.1 -0.08,-0.13 -0.12,-0.35 -0.07,-0.39 -0.01,-0.27 -0.01,-0.02 0,-0.02 0,-0.05 0.01,-0.15 0.05,-0.31 0.04,-0.15 0.07,-0.15 0.04,-0.06 0.04,-0.05 0.04,-0.04 0.05,-0.03 0.05,-0.02 0.05,-0.01 10.21,0"
inkscape:connector-curvature="0" />
<path
id="path3079"
d="m 178.18,306.02 0.1,0.02 0.09,0.05 0.08,0.08 0.06,0.12 0.05,0.15 0.06,0.39 -0.03,0.79 -0.06,0.28 -0.04,0.11 -0.05,0.09 -0.06,0.08 -0.12,0.12 -0.12,0.09 -0.05,0.03 -0.05,0.02 -0.05,0.01 -8.18,0 -0.1,-0.02 -0.09,-0.05 -0.07,-0.08 -0.06,-0.11 -0.05,-0.14 -0.05,-0.37 0,-0.44 0.06,-0.38 0.12,-0.33 0.08,-0.15 0.1,-0.14 0.11,-0.13 0.04,-0.03 0.05,-0.03 0.12,-0.04 0.15,-0.03 0.25,-0.01 0.07,0.01 1.32,-0.1 0.33,-0.07 0.11,-0.04 0.1,-0.05 0.08,-0.06 0.07,-0.07 0.05,-0.07 0.04,-0.08 0.02,-0.09 0,-20.22 -0.01,-0.06 -0.02,-0.05 -0.02,-0.04 -0.03,-0.03 -0.04,-0.02 -0.05,-0.01 -2.86,0 -0.12,-0.01 -0.11,-0.04 -0.1,-0.07 -0.09,-0.1 -0.08,-0.13 -0.07,-0.16 -0.11,-0.41 -0.03,-0.48 0.03,-0.44 0.04,-0.17 0.05,-0.14 0.06,-0.11 0.08,-0.08 0.09,-0.05 0.1,-0.02 5.25,0.01 0.11,0.02 0.1,0.04 0.09,0.05 0.08,0.07 0.08,0.09 0.07,0.1 9.52,20.04 8.33,-20.16 0.05,-0.07 0.05,-0.06 0.05,-0.05 0.06,-0.04 0.06,-0.03 0.07,-0.02 6.53,-0.01 0.1,0.02 0.09,0.06 0.07,0.09 0.06,0.13 0.05,0.17 0.05,0.45 0,0.57 -0.03,0.25 -0.05,0.21 -0.07,0.17 -0.08,0.13 -0.1,0.1 -0.12,0.06 -0.14,0.02 h -3.1 V 306 h 2.89 l 0.11,0.02 0.09,0.05 0.08,0.08 0.06,0.11 0.05,0.15 0.06,0.39 -0.03,0.79 -0.06,0.28 -0.04,0.11 -0.05,0.09 -0.12,0.14 -0.12,0.1 -0.11,0.07 -0.05,0.02 -0.05,0.01 -9.18,0 -0.1,-0.02 -0.09,-0.04 -0.07,-0.08 -0.06,-0.11 -0.05,-0.14 -0.05,-0.37 0,-0.44 0.06,-0.38 0.12,-0.33 0.18,-0.29 0.11,-0.13 0.04,-0.03 0.05,-0.03 0.12,-0.04 0.15,-0.03 0.25,-0.01 0.07,0.01 0.07,0 1.25,-0.1 0.33,-0.07 0.11,-0.04 0.1,-0.05 0.08,-0.06 0.07,-0.07 0.05,-0.08 0.04,-0.08 0.02,-0.09 0.01,-16.21 -7.74,19.28 -0.06,0.05 -0.06,0.04 -0.16,0.06 -0.19,0.04 h -0.65 l -0.36,-0.04 -0.29,-0.06 -0.12,-0.04 -0.1,-0.05 -7.93,-17.63 v 15.2 l 2.85,0.07"
inkscape:connector-curvature="0" />
<path
id="path3081"
d="m 202.83,283.53 0.03,-0.44 0.04,-0.17 0.05,-0.14 0.06,-0.11 0.08,-0.08 0.09,-0.05 0.1,-0.02 h 6 l 13.67,19.99 0,-17.35 -0.01,-0.06 -0.02,-0.05 -0.02,-0.04 -0.03,-0.03 -0.04,-0.02 -0.05,-0.01 -2.86,0 -0.12,-0.01 -0.11,-0.04 -0.1,-0.07 -0.09,-0.1 -0.08,-0.13 -0.07,-0.16 -0.11,-0.41 -0.03,-0.48 0.03,-0.44 0.04,-0.17 0.05,-0.14 0.06,-0.11 0.08,-0.08 0.09,-0.05 0.1,-0.02 h 9.2 l 0.1,0.02 0.09,0.06 0.07,0.09 0.06,0.13 0.05,0.17 0.05,0.45 0,0.57 -0.03,0.25 -0.05,0.21 -0.07,0.17 -0.08,0.13 -0.1,0.1 -0.12,0.06 -0.14,0.02 h -3.08 v 23.54 l -0.02,0.07 -0.06,0.06 -0.1,0.05 -0.14,0.04 -0.4,0.06 h -1.11 l -0.42,-0.06 -0.16,-0.04 -0.13,-0.05 -0.1,-0.06 -0.06,-0.07 -13.68,-19.46 v 16.99 h 2.89 l 0.11,0.02 0.09,0.05 0.08,0.08 0.07,0.12 0.05,0.15 0.06,0.39 -0.03,0.81 -0.06,0.28 -0.04,0.11 -0.05,0.09 -0.06,0.07 -0.13,0.11 -0.12,0.08 -0.06,0.03 -0.06,0.02 -0.05,0.01 -8.2,0 -0.1,-0.02 -0.09,-0.05 -0.07,-0.08 -0.06,-0.11 -0.05,-0.14 -0.05,-0.37 0,-0.44 0.06,-0.38 0.12,-0.33 0.08,-0.15 0.1,-0.14 0.11,-0.13 0.04,-0.03 0.05,-0.03 0.12,-0.04 0.15,-0.03 0.25,-0.01 0.07,0.01 1.32,-0.1 0.33,-0.07 0.11,-0.04 0.1,-0.05 0.08,-0.06 0.07,-0.07 0.05,-0.07 0.04,-0.08 0.02,-0.09 0,-20.22 -0.01,-0.06 -0.02,-0.05 -0.02,-0.04 -0.03,-0.03 -0.04,-0.02 -0.04,-0.01 -2.86,0 -0.12,-0.01 -0.11,-0.04 -0.1,-0.07 -0.09,-0.1 -0.08,-0.13 -0.07,-0.16 -0.11,-0.41 -0.04,-0.48"
inkscape:connector-curvature="0" />
<path
id="path3083"
d="m 242.46,308.79 -2.2,-0.19 -2.04,-0.57 -0.95,-0.44 -0.89,-0.54 -0.83,-0.64 -0.77,-0.74 -0.75,-0.91 -0.65,-1 -1,-2.27 -0.6,-2.64 -0.2,-3 0.21,-3.14 0.62,-2.76 1.03,-2.38 0.67,-1.05 0.78,-0.96 0.8,-0.8 0.87,-0.69 0.94,-0.58 1,-0.48 1.07,-0.37 2.33,-0.42 2.53,0.01 1.19,0.18 1.12,0.29 1.04,0.41 0.96,0.52 0.89,0.64 0.81,0.75 0.74,0.86 0.64,0.95 1.03,2.18 0.69,2.56 0.34,2.93 -0.01,3.14 -0.43,2.79 -0.86,2.42 -0.59,1.07 -0.7,0.98 -0.81,0.89 -0.79,0.7 -0.85,0.61 -0.91,0.52 -2,0.75 -2.24,0.38 -1.23,0.04 m -2.63,-3.57 0.7,0.32 0.73,0.23 0.75,0.14 1.54,0.01 1.41,-0.26 0.65,-0.23 0.61,-0.31 0.57,-0.39 0.54,-0.47 0.5,-0.55 0.49,-0.68 0.43,-0.77 0.66,-1.79 0.39,-2.13 0.13,-2.47 -0.13,-2.19 -0.39,-2.02 -0.66,-1.84 -0.92,-1.66 -1.13,-1.39 -0.61,-0.54 -0.64,-0.45 -0.67,-0.35 -0.7,-0.25 -0.73,-0.15 -0.76,-0.05 -0.74,0.04 -0.71,0.12 -0.67,0.2 -0.64,0.27 -0.61,0.35 -0.57,0.43 -1.05,1.09 -0.9,1.4 -0.65,1.59 -0.39,1.79 -0.13,1.98 0.27,3.95 0.34,1.67 0.47,1.47 0.6,1.27 0.74,1.07 0.87,0.87 1.01,0.68"
inkscape:connector-curvature="0" />
<path
id="path3085"
d="m 267.66,306.02 0.11,0.02 0.09,0.05 0.08,0.08 0.06,0.12 0.05,0.15 0.06,0.39 -0.03,0.79 -0.06,0.28 -0.04,0.11 -0.05,0.09 -0.06,0.08 -0.12,0.12 -0.12,0.09 -0.05,0.03 -0.05,0.02 -0.05,0.01 -10.15,0 -0.1,-0.02 -0.08,-0.04 -0.07,-0.08 -0.06,-0.11 -0.05,-0.14 -0.05,-0.36 0,-0.48 0.06,-0.37 0.12,-0.32 0.08,-0.14 0.09,-0.13 0.11,-0.12 0.04,-0.03 0.05,-0.03 0.12,-0.04 0.16,-0.03 0.24,-0.01 0.07,0.01 1.34,-0.1 0.33,-0.07 0.11,-0.04 0.1,-0.05 0.08,-0.06 0.07,-0.07 0.05,-0.07 0.04,-0.08 0.02,-0.09 0,-20.24 -0.01,-0.05 -0.02,-0.04 -0.03,-0.04 -0.03,-0.03 -0.04,-0.02 -0.05,-0.01 -2.86,0 -0.12,-0.01 -0.11,-0.04 -0.1,-0.07 -0.09,-0.1 -0.08,-0.13 -0.12,-0.35 -0.1,-0.64 0,-0.3 0.06,-0.38 0.05,-0.14 0.07,-0.11 0.08,-0.08 0.09,-0.05 0.11,-0.02 11.47,0.13 1.68,0.36 1.48,0.6 1.27,0.83 0.55,0.5 0.48,0.54 0.41,0.59 0.33,0.63 0.26,0.68 0.18,0.72 0.15,1.57 -0.18,1.86 -0.53,1.61 -0.89,1.37 -1.24,1.12 -1.6,0.87 -1.95,0.62 -2.31,0.37 -2.66,0.12 v 8.41 l 3.86,-0.01 m -3.84,-11.07 3.12,-0.23 1.18,-0.27 0.94,-0.38 0.49,-0.31 0.43,-0.36 0.36,-0.41 0.3,-0.47 0.23,-0.52 0.16,-0.58 0.1,-0.63 0.01,-1.42 -0.21,-1.2 -0.19,-0.52 -0.24,-0.46 -0.29,-0.4 -0.35,-0.35 -0.4,-0.29 -0.43,-0.23 -1.1,-0.37 -4.1,-0.38 v 9.78"
inkscape:connector-curvature="0" />
<path
id="path3087"
d="m 299.64,316.01 -1.54,-0.11 -1.48,-0.34 -1.42,-0.56 -1.36,-0.79 -1.31,-1.02 -1.25,-1.24 -2.33,-3.16 -2.4,-0.2 -2.03,-0.59 -0.93,-0.44 -0.87,-0.54 -0.81,-0.64 -0.75,-0.74 -0.75,-0.91 -0.65,-0.99 -1,-2.26 -0.6,-2.61 -0.2,-3.02 0.21,-3.15 0.62,-2.76 1.03,-2.38 0.67,-1.05 0.77,-0.96 0.8,-0.8 0.87,-0.69 0.94,-0.58 1,-0.48 2.2,-0.64 2.46,-0.21 2.46,0.24 1.12,0.29 1.04,0.41 0.96,0.52 0.89,0.64 0.81,0.75 0.74,0.86 1.2,2 0.86,2.37 0.51,2.75 0.17,3.12 -0.26,3.3 -0.33,1.47 -0.46,1.35 -0.59,1.23 -0.72,1.12 -0.85,1 -1.3,1.12 -1.36,0.84 -1.09,0.49 1.49,2.34 0.79,0.92 0.83,0.75 0.86,0.58 0.89,0.42 0.93,0.25 0.96,0.08 0.96,-0.09 1.03,-0.27 1.1,-0.45 1.2,-0.65 0.07,-0.03 0.08,-0.02 0.09,-0.01 0.09,0 0.09,0.02 0.1,0.04 0.24,0.14 0.25,0.21 0.28,0.33 0.18,0.29 0.12,0.28 0.04,0.14 0.03,0.27 -0.02,0.25 -0.03,0.11 -0.04,0.1 -0.05,0.09 -0.07,0.09 -0.08,0.08 -0.9,0.55 -1.29,0.56 -1.52,0.41 -2.39,0.21 m -13.41,-10.79 0.7,0.32 0.73,0.23 0.75,0.14 1.54,0.01 1.41,-0.26 0.65,-0.23 0.61,-0.31 0.57,-0.39 0.54,-0.47 0.5,-0.55 0.49,-0.68 0.43,-0.77 0.66,-1.79 0.39,-2.13 0.13,-2.47 -0.14,-2.19 -0.4,-2.02 -0.66,-1.84 -0.92,-1.66 -1.13,-1.39 -0.61,-0.54 -0.64,-0.45 -0.67,-0.35 -0.7,-0.25 -0.73,-0.15 -0.76,-0.05 -0.74,0.04 -0.71,0.12 -0.67,0.2 -0.64,0.27 -0.61,0.35 -0.58,0.43 -1.05,1.09 -0.9,1.39 -0.64,1.58 -0.38,1.77 -0.13,2.01 0.27,3.97 0.33,1.67 0.47,1.47 0.6,1.27 0.74,1.07 0.87,0.87 1.03,0.67"
inkscape:connector-curvature="0" />
<path
id="path3089"
d="m 314.12,306.02 0.11,0.02 0.09,0.05 0.08,0.08 0.06,0.12 0.05,0.15 0.06,0.39 -0.03,0.79 -0.06,0.28 -0.04,0.11 -0.05,0.09 -0.06,0.08 -0.12,0.12 -0.12,0.09 -0.05,0.03 -0.05,0.02 -0.05,0.01 -10.15,0 -0.1,-0.02 -0.08,-0.04 -0.07,-0.08 -0.06,-0.11 -0.04,-0.14 -0.05,-0.36 v -0.48 l 0.06,-0.37 0.12,-0.32 0.08,-0.14 0.09,-0.13 0.11,-0.12 0.04,-0.03 0.05,-0.03 0.12,-0.04 0.16,-0.03 0.24,-0.01 0.07,0.01 1.34,-0.1 0.33,-0.07 0.11,-0.04 0.1,-0.05 0.08,-0.06 0.07,-0.07 0.05,-0.07 0.04,-0.08 0.02,-0.09 0,-20.24 -0.01,-0.05 -0.02,-0.04 -0.02,-0.04 -0.03,-0.03 -0.04,-0.02 -0.05,-0.01 -2.86,0 -0.12,-0.01 -0.11,-0.04 -0.1,-0.07 -0.09,-0.1 -0.08,-0.13 -0.12,-0.35 -0.1,-0.7 0.03,-0.44 0.04,-0.17 0.05,-0.14 0.07,-0.11 0.08,-0.08 0.09,-0.05 0.11,-0.02 11.47,0.13 1.68,0.36 1.48,0.6 1.27,0.83 0.55,0.5 0.48,0.54 0.41,0.59 0.33,0.63 0.26,0.68 0.18,0.72 0.15,1.57 -0.08,1.25 -0.24,1.14 -0.39,1.04 -0.55,0.93 -0.71,0.83 -0.86,0.72 -1.02,0.61 -1.18,0.51 5.1,8.18 0.31,0.33 0.34,0.27 0.38,0.2 0.42,0.15 1,0.17 0.58,0.02 0.1,0.02 0.08,0.05 0.07,0.09 0.06,0.12 0.04,0.16 0.05,0.42 0,0.46 -0.03,0.34 -0.06,0.27 -0.04,0.11 -0.05,0.09 -0.06,0.07 -0.12,0.11 -0.11,0.08 -0.05,0.03 -0.05,0.02 -0.05,0.01 -3.3,-0.01 -0.63,-0.13 -0.61,-0.26 -0.58,-0.39 -0.53,-0.49 -6,-9.68 -2.62,0.12 v 8.41 l 3.86,-0.04 m -3.85,-11.07 3.12,-0.23 1.18,-0.27 0.93,-0.38 0.49,-0.31 0.43,-0.36 0.36,-0.41 0.29,-0.47 0.23,-0.52 0.16,-0.58 0.1,-0.63 0.01,-1.42 -0.21,-1.2 -0.19,-0.52 -0.24,-0.46 -0.29,-0.4 -0.35,-0.35 -0.4,-0.29 -0.43,-0.23 -1.1,-0.37 -4.1,-0.38 v 9.78"
inkscape:connector-curvature="0" />
<path
id="path3091"
d="m 331.25,305.53 0.59,0.26 0.66,0.19 0.73,0.11 1.58,0.02 1.33,-0.15 1.02,-0.29 0.85,-0.41 0.73,-0.56 0.31,-0.32 0.26,-0.35 0.21,-0.37 0.17,-0.39 0.12,-0.42 0.07,-0.44 0.03,-0.48 -0.05,-0.54 -0.17,-0.54 -0.28,-0.53 -0.39,-0.53 -0.5,-0.52 -1.32,-1.03 -6.57,-3.57 -0.96,-0.7 -0.81,-0.75 -0.66,-0.8 -0.51,-0.86 -0.37,-0.91 -0.22,-0.96 -0.07,-1.01 0.04,-0.77 0.12,-0.73 0.2,-0.69 0.28,-0.64 0.36,-0.6 0.44,-0.55 0.53,-0.51 1.2,-0.83 1.31,-0.59 1.47,-0.39 2.6,-0.22 2,0.17 1.23,0.3 1.18,0.45 1.21,0.64 0.55,0.39 0.47,0.42 0.38,0.45 0.3,0.48 0.21,0.51 0.13,0.53 0.04,0.56 -0.05,0.53 -0.14,0.49 -0.24,0.45 -0.33,0.42 -0.39,0.33 -0.22,0.13 -0.47,0.19 -0.52,0.09 h -0.55 l -0.51,-0.09 -0.47,-0.19 -0.42,-0.28 -0.38,-0.38 -0.29,-0.43 -0.19,-0.47 -0.1,-0.52 0,-0.5 0.06,-0.43 0.12,-0.4 0.19,-0.38 0.12,-0.18 -0.53,-0.27 -0.58,-0.19 -0.63,-0.12 -1.37,-0.02 -1.18,0.13 -0.95,0.25 -0.81,0.36 -0.69,0.48 -0.29,0.29 -0.24,0.31 -0.2,0.34 -0.16,0.36 -0.11,0.39 -0.07,0.42 -0.03,0.47 0.02,0.34 0.07,0.32 0.12,0.32 0.16,0.31 0.21,0.3 0.56,0.58 7.01,3.96 2.39,1.71 0.87,0.91 0.72,1.09 0.48,1.19 0.24,1.29 -0.01,1.46 -0.12,0.74 -0.19,0.7 -0.27,0.66 -0.35,0.63 -0.43,0.59 -0.5,0.55 -1.22,0.98 -1.41,0.74 -1.57,0.5 -1.74,0.25 -1.66,0.01 -1.41,-0.15 -1.36,-0.31 -1.3,-0.46 -1.31,-0.66 -0.59,-0.39 -0.5,-0.42 -0.41,-0.44 -0.32,-0.46 -0.23,-0.49 -0.14,-0.51 -0.04,-0.53 0.05,-0.55 0.15,-0.5 0.24,-0.46 0.34,-0.41 0.41,-0.34 0.22,-0.13 0.47,-0.19 0.51,-0.1 h 0.54 l 0.51,0.1 0.24,0.08 0.45,0.24 0.21,0.16 0.37,0.38 0.28,0.41 0.19,0.43 0.06,0.22 0.04,0.22 0,0.45 -0.06,0.45 -0.12,0.44 -0.28,0.68"
inkscape:connector-curvature="0" />
<path
id="path3093"
d="m 360.96,306.02 0.11,0.02 0.09,0.05 0.08,0.09 0.07,0.13 0.05,0.16 0.06,0.43 0,0.45 -0.03,0.31 -0.07,0.25 -0.05,0.1 -0.06,0.09 -0.06,0.08 -0.12,0.11 -0.11,0.08 -0.05,0.03 -0.05,0.02 -0.05,0.01 -9.19,0 -0.1,-0.02 -0.08,-0.05 -0.07,-0.08 -0.06,-0.11 -0.05,-0.14 -0.05,-0.37 v -0.44 l 0.06,-0.39 0.12,-0.33 0.08,-0.14 0.09,-0.13 0.11,-0.12 0.04,-0.03 0.05,-0.03 0.12,-0.04 0.16,-0.03 0.24,-0.01 0.07,0.01 1.34,-0.1 0.33,-0.07 0.11,-0.04 0.09,-0.05 0.08,-0.06 0.07,-0.07 0.05,-0.08 0.04,-0.08 0.02,-0.09 0.01,-20.21 h -5.77 l -0.76,2.55 -0.05,0.1 -0.06,0.09 -0.08,0.08 -0.1,0.06 -0.12,0.05 -0.13,0.03 -0.32,0.03 -0.4,-0.04 -0.35,-0.1 -0.16,-0.07 -0.14,-0.09 -0.13,-0.11 -0.12,-0.12 -0.06,-0.09 -0.04,-0.09 -0.03,-0.09 -0.01,-0.04 0,-0.11 0.65,-4.71 h 20.01 l 0.65,4.71 -0.01,0.22 -0.04,0.14 -0.07,0.12 -0.1,0.11 -0.13,0.1 -0.16,0.08 -0.52,0.15 -0.35,0.03 -0.24,-0.01 -0.14,-0.02 -0.13,-0.03 -0.11,-0.05 -0.09,-0.06 -0.08,-0.08 -0.06,-0.09 -0.05,-0.1 -0.76,-2.55 h -5.77 v 20.85 l 2.84,0.04"
inkscape:connector-curvature="0" />
<path
id="path3095"
d="m 389.51,298.88 -0.14,2.32 -0.42,2.01 -0.7,1.7 -0.98,1.39 -1.26,1.08 -1.54,0.77 -1.82,0.46 -2.1,0.16 -2.24,-0.16 -1.9,-0.49 -0.82,-0.37 -0.74,-0.45 -0.65,-0.53 -0.57,-0.61 -0.45,-0.64 -0.39,-0.73 -0.6,-1.71 -0.36,-2.05 -0.12,-15.89 -0.01,-0.06 -0.02,-0.05 -0.02,-0.04 -0.03,-0.03 -0.04,-0.02 -0.04,-0.01 -2.86,0 -0.12,-0.01 -0.11,-0.04 -0.1,-0.07 -0.09,-0.1 -0.08,-0.13 -0.12,-0.35 -0.1,-0.67 0.03,-0.46 0.03,-0.18 0.05,-0.15 0.06,-0.12 0.08,-0.08 0.09,-0.05 0.11,-0.02 h 9.86 l 0.1,0.02 0.09,0.06 0.07,0.09 0.06,0.13 0.05,0.17 0.05,0.45 0,0.57 -0.03,0.25 -0.05,0.21 -0.07,0.17 -0.08,0.13 -0.1,0.1 -0.12,0.06 -0.14,0.02 h -2.76 l 0.21,16.19 0.26,1.1 0.37,0.96 0.47,0.81 0.57,0.67 0.68,0.52 0.78,0.38 1.13,0.28 1.3,0.09 1.3,-0.11 1.15,-0.32 0.51,-0.25 0.46,-0.31 0.42,-0.37 0.37,-0.43 0.31,-0.48 0.5,-1.15 0.34,-1.4 0.19,-15.98 -0.01,-0.06 -0.02,-0.05 -0.02,-0.04 -0.03,-0.03 -0.04,-0.02 -0.04,-0.01 -2.53,0 -0.12,-0.01 -0.11,-0.04 -0.1,-0.07 -0.09,-0.1 -0.08,-0.13 -0.13,-0.35 -0.07,-0.4 -0.01,-0.54 0.06,-0.38 0.05,-0.14 0.06,-0.11 0.08,-0.08 0.09,-0.05 0.11,-0.02 h 8.89 l 0.11,0.02 0.09,0.05 0.08,0.09 0.06,0.12 0.05,0.16 0.06,0.41 -0.03,0.8 -0.06,0.27 -0.04,0.11 -0.05,0.09 -0.06,0.07 -0.11,0.11 -0.1,0.08 -0.05,0.03 -0.04,0.02 -0.04,0.01 -2.95,0 -0.02,13.94"
inkscape:connector-curvature="0" />
<path
id="path3097"
d="m 418.21,282.51 0.1,0.02 0.09,0.05 0.07,0.08 0.06,0.11 0.05,0.14 0.05,0.37 v 0.45 l -0.05,0.39 -0.1,0.33 -0.07,0.14 -0.08,0.13 -0.1,0.11 -0.04,0.03 -0.05,0.03 -0.14,0.04 -1,0.1 -0.25,0.08 -0.22,0.11 -0.19,0.14 -0.16,0.17 -0.13,0.2 -8.77,22.75 -0.05,0.08 -0.07,0.07 -0.1,0.06 -0.12,0.05 -0.31,0.06 -0.41,0.02 -0.38,-0.02 -0.3,-0.06 -0.12,-0.05 -0.1,-0.06 -0.07,-0.07 -0.05,-0.08 -9.31,-23.51 h -1.9 l -0.1,-0.02 -0.09,-0.05 -0.08,-0.08 -0.06,-0.11 -0.05,-0.15 -0.06,-0.39 0.03,-0.8 0.06,-0.28 0.04,-0.11 0.05,-0.1 0.06,-0.08 0.12,-0.12 0.11,-0.09 0.05,-0.03 0.05,-0.02 0.05,-0.01 8.41,0 0.1,0.01 0.09,0.04 0.08,0.07 0.06,0.1 0.05,0.13 0.05,0.36 -0.03,0.82 -0.07,0.3 -0.05,0.12 -0.06,0.1 -0.06,0.08 -0.12,0.12 -0.11,0.09 -0.05,0.03 -0.05,0.02 -0.05,0.01 -1.36,0.07 -0.53,0.1 -0.17,0.07 -0.1,0.08 -0.03,0.1 0.01,0.09 6.52,17.01 6.46,-17.51 h -2.64 l -0.11,-0.02 -0.09,-0.05 -0.08,-0.08 -0.06,-0.11 -0.05,-0.14 -0.06,-0.37 0.02,-0.82 0.06,-0.29 0.04,-0.11 0.05,-0.09 0.05,-0.07 0.12,-0.12 0.1,-0.09 0.05,-0.03 0.05,-0.02 0.04,-0.01 0.04,0 h 7.52"
inkscape:connector-curvature="0" />
<path
id="path3099"
d="m 453.34,282.51 0.1,0.02 0.09,0.05 0.07,0.08 0.06,0.11 0.05,0.14 0.05,0.37 v 0.45 l -0.05,0.39 -0.1,0.33 -0.07,0.14 -0.08,0.13 -0.1,0.11 -0.04,0.03 -0.05,0.03 -0.06,0.02 -0.16,0.03 -0.62,0.04 -0.28,0.05 -0.25,0.08 -0.22,0.11 -0.2,0.14 -0.17,0.17 -0.14,0.2 -0.11,0.23 -7.1,22.6 -0.05,0.07 -0.07,0.06 -0.08,0.05 -0.1,0.04 -0.24,0.04 -0.91,-0.04 -0.19,-0.04 -0.15,-0.05 -0.12,-0.06 -0.08,-0.07 -0.05,-0.08 -5.7,-14.61 -4.77,14.61 -0.04,0.08 -0.06,0.07 -0.08,0.06 -0.11,0.05 -0.13,0.04 -0.33,0.04 h -0.4 l -0.34,-0.04 -0.14,-0.04 -0.12,-0.05 -0.1,-0.06 -0.08,-0.07 -0.05,-0.08 -9.32,-23.51 h -1.88 l -0.11,-0.02 -0.09,-0.05 -0.08,-0.08 -0.06,-0.11 -0.05,-0.15 -0.06,-0.39 0.03,-0.8 0.06,-0.28 0.04,-0.11 0.05,-0.1 0.06,-0.08 0.12,-0.12 0.11,-0.09 0.05,-0.03 0.05,-0.02 0.05,-0.01 8.41,0 0.1,0.01 0.09,0.04 0.07,0.07 0.06,0.1 0.05,0.13 0.03,0.16 0.03,0.41 -0.02,0.42 -0.05,0.34 -0.04,0.14 -0.05,0.12 -0.06,0.1 -0.06,0.08 -0.12,0.12 -0.11,0.09 -0.05,0.03 -0.05,0.02 -0.05,0.01 -1.32,0.08 -0.53,0.1 -0.17,0.07 -0.1,0.08 -0.03,0.1 0.01,0.09 0.03,0.1 6.31,16.43 3.95,-11.91 -2,-5.12 h -2.02 l -0.1,-0.02 -0.09,-0.05 -0.08,-0.08 -0.06,-0.11 -0.05,-0.15 -0.06,-0.39 0.03,-0.8 0.06,-0.28 0.04,-0.11 0.05,-0.1 0.06,-0.08 0.12,-0.12 0.11,-0.09 0.05,-0.03 0.05,-0.02 0.05,-0.01 8.41,0 0.1,0.01 0.09,0.04 0.07,0.07 0.06,0.1 0.05,0.13 0.05,0.36 -0.03,0.82 -0.07,0.3 -0.05,0.12 -0.06,0.1 -0.06,0.08 -0.12,0.12 -0.11,0.09 -0.05,0.03 -0.05,0.02 -0.05,0.01 -1.35,0.06 -0.54,0.1 -0.17,0.07 -0.1,0.08 -0.03,0.1 0.01,0.09 6.32,16.53 5.12,-17.03 h -2.69 l -0.11,-0.02 -0.09,-0.05 -0.08,-0.08 -0.06,-0.11 -0.05,-0.14 -0.06,-0.38 0.02,-0.82 0.06,-0.29 0.04,-0.11 0.05,-0.09 0.05,-0.07 0.12,-0.12 0.1,-0.09 0.05,-0.03 0.05,-0.02 0.04,-0.01 0.04,0 h 7.49"
inkscape:connector-curvature="0" />
<path
id="path3101"
d="m 477.14,306.02 0.11,0.02 0.09,0.05 0.08,0.08 0.06,0.12 0.05,0.15 0.06,0.39 -0.03,0.79 -0.06,0.28 -0.04,0.11 -0.05,0.09 -0.06,0.08 -0.12,0.12 -0.12,0.09 -0.06,0.03 -0.05,0.02 -0.05,0.01 -9.15,0 -0.11,-0.02 -0.09,-0.05 -0.08,-0.08 -0.07,-0.12 -0.05,-0.15 -0.06,-0.39 0,-0.44 0.06,-0.36 0.05,-0.16 0.07,-0.15 0.08,-0.14 0.1,-0.13 0.11,-0.12 0.07,-0.05 0.06,-0.04 0.06,-0.02 0.03,-0.01 2.25,0 -5.15,-8.22 -4.83,7.86 -0.02,0.07 -0.01,0.03 0,0.03 0,0.05 0.01,0.05 0.02,0.04 0.03,0.03 0.04,0.02 0.05,0.02 1.95,0.01 0.1,0.02 0.09,0.05 0.08,0.08 0.06,0.11 0.05,0.15 0.06,0.39 -0.03,0.8 -0.07,0.28 -0.04,0.11 -0.05,0.1 -0.06,0.08 -0.12,0.12 -0.12,0.09 -0.05,0.03 -0.05,0.02 -0.05,0.01 -7.44,0 -0.11,-0.02 -0.09,-0.05 -0.08,-0.08 -0.06,-0.12 -0.05,-0.15 -0.06,-0.39 v -0.44 l 0.06,-0.36 0.11,-0.31 0.08,-0.14 0.09,-0.13 0.11,-0.12 0.03,-0.03 0.04,-0.02 0.11,-0.04 1.28,-0.15 0.36,-0.11 0.39,-0.18 0.21,-0.15 0.19,-0.18 0.17,-0.21 6.01,-9.81 -6.46,-10.32 h -2.1 l -0.11,-0.02 -0.09,-0.05 -0.08,-0.08 -0.07,-0.11 -0.05,-0.14 -0.06,-0.37 0.03,-0.8 0.06,-0.28 0.04,-0.11 0.05,-0.1 0.06,-0.08 0.12,-0.13 0.11,-0.09 0.05,-0.03 0.05,-0.02 0.05,-0.01 0.04,0 h 8.81 l 0.09,0.02 0.08,0.05 0.07,0.08 0.06,0.11 0.04,0.14 0.05,0.37 -0.03,0.83 -0.07,0.3 -0.05,0.12 -0.06,0.1 -0.06,0.08 -0.12,0.11 -0.12,0.08 -0.05,0.03 -0.05,0.02 -0.05,0.01 -1.21,0.06 -0.48,0.09 -0.15,0.07 -0.09,0.08 -0.03,0.09 0,0.03 0.02,0.08 0.1,0.24 4.47,7.16 5.48,-7.89 h -2.84 l -0.1,-0.02 -0.09,-0.05 -0.08,-0.08 -0.06,-0.11 -0.05,-0.14 -0.06,-0.38 0.03,-0.81 0.06,-0.28 0.04,-0.11 0.05,-0.09 0.05,-0.07 0.12,-0.12 0.1,-0.09 0.05,-0.03 0.05,-0.02 0.04,-0.01 0.04,0 h 7.6 l 0.1,0.02 0.08,0.05 0.07,0.08 0.06,0.11 0.05,0.14 0.05,0.38 -0.03,0.81 -0.06,0.29 -0.04,0.12 -0.05,0.1 -0.06,0.08 -0.12,0.12 -0.11,0.09 -0.05,0.03 -0.05,0.02 -0.05,0.01 -0.35,0.02 -0.55,0.09 -0.25,0.08 -0.23,0.1 -0.21,0.13 -0.19,0.15 -0.17,0.17 -6.67,9.65 6.18,9.83 0.2,0.2 0.24,0.17 0.27,0.15 0.31,0.12 0.72,0.16 1.29,-0.02"
inkscape:connector-curvature="0" />
<path
id="path3103"
d="m 482.45,308.45 -0.1,-0.02 -0.09,-0.05 -0.07,-0.08 -0.06,-0.11 -0.05,-0.14 -0.05,-0.37 0,-0.48 0.06,-0.36 0.12,-0.32 0.08,-0.14 0.09,-0.13 0.11,-0.12 0.06,-0.05 0.03,-0.02 0.06,-0.03 0.03,-0.01 0.03,-0.01 3.62,-0.06 0.45,-0.11 0.16,-0.07 0.12,-0.09 0.08,-0.1 0.04,-0.11 0.02,-0.08 0.01,-6.59 -7.53,-13.87 h -1.93 l -0.11,-0.02 -0.09,-0.05 -0.08,-0.08 -0.06,-0.11 -0.05,-0.15 -0.06,-0.39 0.03,-0.8 0.06,-0.28 0.04,-0.11 0.05,-0.1 0.06,-0.08 0.12,-0.12 0.11,-0.09 0.05,-0.03 0.05,-0.02 0.05,-0.01 8.54,0 0.1,0.02 0.09,0.05 0.07,0.08 0.06,0.11 0.05,0.14 0.05,0.37 -0.03,0.81 -0.06,0.29 -0.04,0.12 -0.05,0.1 -0.06,0.08 -0.12,0.12 -0.12,0.09 -0.05,0.03 -0.05,0.02 -0.05,0.01 -1.16,0.09 -0.26,0.07 -0.2,0.08 -0.14,0.1 -0.09,0.12 -0.03,0.14 0.01,0.09 0.02,0.09 4.99,10.06 5.45,-10.84 h -2.69 l -0.1,-0.02 -0.09,-0.05 -0.08,-0.08 -0.06,-0.11 -0.05,-0.14 -0.06,-0.38 0.02,-0.82 0.06,-0.29 0.04,-0.11 0.05,-0.09 0.05,-0.07 0.12,-0.12 0.11,-0.09 0.05,-0.03 0.05,-0.02 0.04,-0.01 0.04,0 h 7.51 l 0.1,0.02 0.09,0.05 0.07,0.08 0.06,0.11 0.05,0.14 0.05,0.37 v 0.45 l -0.05,0.39 -0.1,0.33 -0.07,0.14 -0.08,0.13 -0.1,0.11 -0.04,0.03 -0.05,0.03 -0.14,0.04 -0.92,0.08 -0.22,0.06 -0.2,0.08 -0.18,0.1 -0.15,0.13 -0.13,0.15 -6.95,13.31 v 7.2 h 4.22 l 0.1,0.02 0.09,0.05 0.08,0.08 0.06,0.12 0.05,0.15 0.06,0.39 -0.03,0.79 -0.06,0.28 -0.04,0.11 -0.05,0.09 -0.06,0.08 -0.12,0.12 -0.12,0.09 -0.06,0.03 -0.05,0.02 -0.05,0.01 -12.45,-0.01"
inkscape:connector-curvature="0" />
<path
id="path3105"
d="m 501.34,307.16 14.17,-21.99 h -11.1 l -0.76,2.55 -0.05,0.1 -0.06,0.09 -0.08,0.08 -0.1,0.06 -0.12,0.05 -0.13,0.03 -0.32,0.03 -0.41,-0.04 -0.18,-0.04 -0.33,-0.13 -0.14,-0.09 -0.13,-0.11 -0.12,-0.12 -0.08,-0.13 -0.03,-0.09 -0.02,-0.09 0,-0.11 0.65,-4.7 h 18.68 l -0.05,1.17 -14.22,22.11 h 10.79 l 1.38,-2.65 0.06,-0.07 0.07,-0.06 0.08,-0.05 0.09,-0.04 0.1,-0.03 0.22,-0.02 0.72,0.05 0.46,0.14 0.21,0.11 0.08,0.06 0.07,0.06 0.05,0.07 0.04,0.07 0.02,0.07 0.01,0.1 -0.01,0.07 -1.61,4.75 h -17.89 l -0.01,-1.26"
inkscape:connector-curvature="0" />
<path
id="path3107"
d="m 532.6,308.77 0.12,0.02 0.1,0.06 0.09,0.09 0.07,0.13 0.06,0.17 0.07,0.45 v 0.57 l -0.07,0.46 -0.06,0.17 -0.07,0.13 -0.09,0.1 -0.1,0.06 -0.12,0.02 h -7.39 v -31.55 h 7.39 l 0.13,0.02 0.12,0.06 0.1,0.09 0.08,0.13 0.06,0.17 0.07,0.45 v 0.57 l -0.07,0.46 -0.06,0.17 -0.08,0.13 -0.1,0.1 -0.12,0.06 -0.13,0.02 h -4.03 v 26.69 h 4.03"
inkscape:connector-curvature="0" />
<path
id="path3109"
d="m 534.03,280.77 0.02,-0.13 0.06,-0.11 0.1,-0.09 0.14,-0.08 0.18,-0.06 0.48,-0.07 h 0.48 l 0.37,0.07 0.39,0.14 0.61,0.34 11.6,30.11 -0.02,0.12 -0.06,0.1 -0.1,0.09 -0.14,0.07 -0.18,0.05 -0.48,0.06 h -0.54 l -0.46,-0.06 -0.42,-0.12 -0.38,-0.19 -0.18,-0.12 -11.47,-30.12"
inkscape:connector-curvature="0" />
<path
id="path3111"
d="m 549.73,282.08 -0.13,-0.02 -0.12,-0.06 -0.1,-0.1 -0.08,-0.13 -0.06,-0.17 -0.07,-0.46 v -0.57 l 0.07,-0.45 0.06,-0.17 0.08,-0.13 0.1,-0.09 0.12,-0.06 0.13,-0.02 h 7.39 v 31.55 h -7.39 l -0.12,-0.02 -0.11,-0.06 -0.09,-0.1 -0.07,-0.13 -0.06,-0.17 -0.06,-0.46 v -0.57 l 0.06,-0.45 0.06,-0.17 0.07,-0.13 0.09,-0.09 0.11,-0.06 0.12,-0.02 h 4.03 v -26.69 h -4.03"
inkscape:connector-curvature="0" />
<path
id="path3113"
d="m 562.67,294.07 -0.31,-0.02 -0.27,-0.07 -0.23,-0.12 -0.18,-0.16 -0.14,-0.21 -0.1,-0.25 -0.06,-0.3 -0.02,-0.35 8.07,-8.69 0.27,-0.19 0.14,-0.07 0.14,-0.05 0.14,-0.03 0.15,-0.01 0.41,0.04 0.19,0.05 0.18,0.07 0.17,0.08 0.17,0.1 8.21,8.73 -0.02,0.31 -0.06,0.28 -0.11,0.25 -0.15,0.21 -0.09,0.09 -0.1,0.08 -0.11,0.07 -0.12,0.06 -0.12,0.04 -0.28,0.05 -0.15,0.01 -7.96,-6.98 -7.66,6.98"
inkscape:connector-curvature="0" />
<path
id="path3115"
d="m 600.98,311.27 v 2.12 h -20.3 v -2.12 h 20.3"
inkscape:connector-curvature="0" />
<path
id="path3117"
d="m 604.65,283.92 0.02,-0.45 0.07,-0.41 0.12,-0.37 0.17,-0.34 0.22,-0.3 0.27,-0.26 0.32,-0.22 0.47,-0.23 0.22,-0.07 0.47,-0.07 0.21,0 4.71,4.91 -0.03,0.35 -0.07,0.31 -0.11,0.26 -0.07,0.12 -0.24,0.27 -0.32,0.27 -0.16,0.1 -0.17,0.08 -0.17,0.06 -0.17,0.03 -0.17,0.01 -5.59,-4.05"
inkscape:connector-curvature="0" />
<path
id="path3119"
d="m 625.86,293.28 0.09,0.23 0.06,0.25 0.05,0.54 -0.04,0.53 -0.13,0.47 -0.23,0.4 -0.28,0.34 -0.35,0.29 -0.39,0.21 -0.44,0.13 -0.49,0.05 -0.38,-0.02 -0.35,-0.07 -0.32,-0.11 -0.29,-0.15 -0.26,-0.2 -0.23,-0.24 -0.19,-0.29 -0.16,-0.33 -0.08,-0.23 -0.09,-0.53 -0.01,-0.31 0.02,-0.31 0.07,-0.3 0.11,-0.29 0.16,-0.28 0.42,-0.51 0.53,-0.44 0.64,-0.36 1.47,-0.5 2.2,-0.34 1.55,-0.06 1.5,0.13 0.67,0.16 0.61,0.23 0.56,0.28 0.5,0.33 0.44,0.37 0.38,0.42 0.28,0.4 0.45,0.93 0.3,1.09 0.15,1.25 0.02,9.59 h 2.89 l 0.11,0.02 0.09,0.05 0.08,0.08 0.07,0.11 0.05,0.14 0.06,0.38 0,0.35 -0.06,0.45 -0.06,0.22 -0.09,0.21 -0.11,0.17 -0.06,0.07 -0.07,0.06 -0.08,0.05 -0.08,0.04 -0.93,0.2 -3.86,0.06 -0.13,-0.03 -0.1,-0.04 -0.1,-0.05 -0.09,-0.06 -0.13,-0.12 -0.16,-0.22 -0.41,-0.88 -1.11,0.67 -1.21,0.48 -1.32,0.29 -1.43,0.1 -1.26,-0.09 -1.11,-0.27 -0.97,-0.47 -0.43,-0.29 -0.73,-0.67 -0.29,-0.37 -0.25,-0.39 -0.2,-0.42 -0.16,-0.44 -0.18,-0.96 -0.02,-0.56 0.12,-1.25 0.15,-0.57 0.21,-0.53 0.27,-0.5 0.33,-0.46 0.4,-0.42 0.9,-0.7 0.96,-0.49 1.06,-0.33 1.17,-0.16 4.88,-0.02 -0.12,-2.37 -0.15,-0.8 -0.1,-0.3 -0.23,-0.44 -0.26,-0.36 -0.28,-0.29 -0.31,-0.22 -0.34,-0.16 -0.38,-0.12 -0.94,-0.12 -2.02,-0.01 m 0.9,12.86 1.08,-0.11 1.07,-0.32 1.05,-0.54 1.04,-0.75 v -3.36 l -4.4,0.03 -0.55,0.09 -0.46,0.15 -0.2,0.09 -0.45,0.32 -0.45,0.45 -0.17,0.23 -0.13,0.24 -0.09,0.25 -0.06,0.26 -0.02,0.27 0.03,0.48 0.08,0.44 0.13,0.39 0.18,0.34 0.24,0.29 0.29,0.25 0.34,0.2 0.52,0.19 0.52,0.1 0.41,0.02"
inkscape:connector-curvature="0" />
<path
id="path3121"
d="m 643.23,304.88 0.82,0.51 0.81,0.36 0.81,0.22 0.8,0.07 0.79,-0.05 0.72,-0.15 0.65,-0.25 0.59,-0.34 0.52,-0.44 0.45,-0.54 0.38,-0.64 0.42,-1.05 0.28,-1.48 0.06,-1.78 -0.16,-1.6 -0.16,-0.66 -0.45,-1.06 -0.27,-0.44 -0.29,-0.38 -0.45,-0.44 -0.63,-0.43 -0.69,-0.29 -0.75,-0.15 -0.77,-0.01 -0.74,0.11 -0.73,0.21 -0.72,0.32 -0.73,0.45 -0.56,0.52 v 9.41 m 0,-12.62 1.16,-0.62 1.1,-0.44 1.03,-0.27 0.97,-0.09 1.72,0.15 0.75,0.19 0.68,0.26 0.63,0.34 0.58,0.41 0.54,0.47 0.49,0.54 0.87,1.31 0.62,1.51 0.37,1.71 0.12,2.02 -0.15,2 -0.45,1.76 -0.34,0.8 -0.41,0.75 -0.49,0.69 -1.14,1.18 -0.62,0.47 -0.66,0.39 -1.45,0.57 -1.61,0.29 -1.22,0.02 -0.73,-0.13 -0.78,-0.26 -1.95,-1.03 -1.21,1.46 -0.09,0.04 -0.1,0.03 -0.11,0.02 -0.12,0.01 -0.28,-0.03 -0.32,-0.08 -0.76,-0.31 -0.33,-0.18 -0.24,-0.18 -0.09,-0.09 -0.06,-0.09 -0.04,-0.09 -0.02,-0.09 0.78,-3.12 v -20.4 h -3.03 l -0.12,-0.01 -0.11,-0.04 -0.1,-0.07 -0.09,-0.1 -0.08,-0.13 -0.07,-0.15 -0.11,-0.39 -0.03,-0.52 0.03,-0.34 0.04,-0.14 0.05,-0.13 0.07,-0.11 0.08,-0.09 0.09,-0.07 0.49,-0.18 5.48,-0.52 0.17,0.02 0.15,0.07 0.13,0.11 0.11,0.16 0.09,0.21 0.06,0.25 0.06,10.28"
inkscape:connector-curvature="0" />
<path
id="path3123"
d="m 667.59,293.28 -2.47,0.08 -0.41,0.11 -0.39,0.15 -0.74,0.43 -0.68,0.6 -0.39,0.46 -0.34,0.51 -0.28,0.56 -0.41,1.25 -0.21,1.44 0.02,1.94 0.33,1.96 0.29,0.81 0.38,0.7 0.46,0.59 0.54,0.48 0.63,0.37 0.42,0.18 0.43,0.13 0.43,0.08 0.87,0.01 0.79,-0.09 1.4,-0.43 2.91,-1.58 0.05,-0.02 0.15,-0.01 0.04,0 0.09,0.03 0.1,0.05 0.23,0.17 0.23,0.22 0.26,0.35 0.17,0.3 0.11,0.27 0.06,0.24 0,0.21 -0.02,0.18 -0.02,0.08 -0.03,0.07 -0.03,0.06 -0.04,0.05 -0.04,0.04 -1.68,1.08 -1.75,0.77 -1.83,0.46 -1.9,0.15 -1.7,-0.16 -0.78,-0.2 -0.73,-0.27 -0.68,-0.35 -0.63,-0.43 -0.58,-0.51 -0.53,-0.59 -0.46,-0.63 -0.74,-1.43 -0.49,-1.66 -0.25,-1.88 0.01,-2.03 0.31,-1.85 0.27,-0.85 0.35,-0.79 0.43,-0.74 0.51,-0.68 0.59,-0.63 1.25,-0.98 1.41,-0.7 1.58,-0.43 1.74,-0.15 1.8,0.11 1.5,0.32 0.64,0.24 0.56,0.29 0.49,0.34 0.41,0.4 0.25,0.33 0.18,0.34 0.11,0.35 0.04,0.37 -0.04,0.66 -0.05,0.27 -0.08,0.23 -0.23,0.4 -0.28,0.34 -0.36,0.29 -0.4,0.21 -0.44,0.13 -0.47,0.04 -0.47,-0.04 -0.44,-0.13 -0.4,-0.21 -0.36,-0.29 -0.3,-0.33 -0.22,-0.33 -0.08,-0.16 -0.05,-0.16 -0.03,-0.16 0.01,-0.65 0.1,-0.75"
inkscape:connector-curvature="0" />
<path
id="path3125"
d="m 692.94,306.02 0.1,0.02 0.09,0.05 0.08,0.08 0.06,0.12 0.05,0.15 0.06,0.39 0,0.43 -0.03,0.33 -0.06,0.27 -0.04,0.11 -0.05,0.1 -0.12,0.15 -0.11,0.11 -0.1,0.08 -0.04,0.03 -0.04,0.02 -0.04,0.01 -4.4,0.26 -0.39,-0.05 -0.12,-0.03 -0.11,-0.04 -0.1,-0.06 -0.09,-0.07 -0.16,-0.18 -0.16,-0.26 -0.33,-0.75 -1.1,0.67 -1.19,0.48 -1.28,0.29 -1.38,0.1 -0.81,-0.04 -0.76,-0.12 -0.72,-0.2 -0.67,-0.28 -0.62,-0.35 -0.57,-0.43 -0.52,-0.51 -0.48,-0.59 -0.76,-1.32 -0.54,-1.55 -0.33,-1.78 -0.11,-2.04 0.16,-1.97 0.48,-1.74 0.36,-0.79 0.44,-0.73 0.52,-0.68 1.21,-1.14 1.34,-0.82 1.51,-0.55 1.68,-0.27 2.15,0.01 1.79,0.3 v -7.03 h -3.03 l -0.12,-0.01 -0.11,-0.04 -0.1,-0.07 -0.09,-0.09 -0.08,-0.12 -0.07,-0.15 -0.11,-0.37 -0.03,-0.52 0.03,-0.37 0.04,-0.16 0.05,-0.14 0.07,-0.11 0.08,-0.09 0.09,-0.07 0.11,-0.05 1.22,-0.29 4.65,-0.34 0.17,0.02 0.15,0.07 0.13,0.11 0.11,0.16 0.08,0.21 0.06,0.25 0.06,24.03 h 2.89 m -10.55,0.07 1.1,-0.11 1.08,-0.32 1.06,-0.54 1.04,-0.75 v -9.79 l -0.74,-0.49 -0.79,-0.35 -0.83,-0.21 -0.88,-0.07 -0.77,0.05 -0.71,0.15 -0.65,0.24 -0.58,0.34 -0.52,0.44 -0.46,0.54 -0.4,0.63 -0.44,1.04 -0.28,1.42 -0.06,1.71 0.13,1.6 0.31,1.31 0.43,1.06 0.25,0.44 0.41,0.54 0.29,0.3 0.3,0.25 0.31,0.21 0.33,0.16 0.34,0.12 0.35,0.07 0.38,0.01"
inkscape:connector-curvature="0" />
<path
id="path3127"
d="m 694.78,299.59 0.18,-2.02 0.22,-0.92 0.68,-1.63 0.93,-1.36 0.56,-0.58 1.26,-0.97 1.4,-0.69 1.54,-0.42 1.72,-0.15 1.52,0.13 0.69,0.16 0.64,0.22 0.6,0.28 0.55,0.35 0.5,0.41 0.46,0.47 0.41,0.53 0.35,0.58 0.54,1.33 0.33,1.55 0.11,1.78 -0.01,0.2 -0.03,0.19 -0.06,0.19 -0.08,0.18 -0.1,0.17 -0.28,0.32 -0.36,0.28 -0.41,0.21 -0.46,0.14 -0.5,0.07 -9.35,0.01 0.29,1.83 0.25,0.78 0.32,0.69 0.39,0.6 0.45,0.51 0.52,0.42 0.59,0.33 0.4,0.16 0.41,0.11 0.42,0.07 0.86,0.01 0.78,-0.09 1.36,-0.44 2.87,-1.57 0.1,-0.04 0.07,-0.01 0.05,0.01 0.11,0.03 0.11,0.05 0.18,0.12 0.41,0.48 0.34,0.6 0.09,0.26 0.03,0.12 0.01,0.25 -0.02,0.17 -0.02,0.07 -0.03,0.06 -0.03,0.06 -0.04,0.05 -0.85,0.61 -1.68,0.92 -1.79,0.61 -1.9,0.31 -1.87,0 -1.6,-0.31 -0.73,-0.28 -0.68,-0.35 -0.63,-0.43 -0.58,-0.51 -0.99,-1.23 -0.74,-1.45 -0.5,-1.67 -0.28,-2.92 m 11.65,-1.57 -0.12,-1.61 -0.16,-0.65 -0.22,-0.57 -0.28,-0.48 -0.34,-0.4 -0.4,-0.32 -0.46,-0.24 -0.66,-0.18 -0.72,-0.06 -0.78,0.07 -0.81,0.21 -0.79,0.36 -0.72,0.49 -0.68,0.68 -0.27,0.38 -0.23,0.41 -0.18,0.44 -0.24,0.96 -0.05,0.52 h 8.11"
inkscape:connector-curvature="0" />
<path
id="path3129"
d="m 712.91,308.45 -0.11,-0.02 -0.09,-0.05 -0.08,-0.08 -0.07,-0.12 -0.05,-0.15 -0.06,-0.39 0.03,-0.79 0.06,-0.28 0.04,-0.11 0.05,-0.1 0.06,-0.08 0.12,-0.12 0.12,-0.09 0.05,-0.03 0.05,-0.02 0.05,-0.01 1.48,-0.06 0.57,-0.1 0.2,-0.07 0.15,-0.08 0.1,-0.09 0.05,-0.07 0.02,-0.04 0.03,-0.09 0.01,-0.09 0,-11.48 h -3.29 l 0.06,-1.52 0.07,-0.47 0.05,-0.17 0.05,-0.12 0.12,-0.17 0.13,-0.12 0.07,-0.04 0.07,-0.03 0.07,-0.02 1.5,-0.06 0.57,-0.1 0.2,-0.07 0.15,-0.08 0.1,-0.09 0.04,-0.07 0.03,-0.08 0.02,-0.09 0.2,-4.54 0.24,-0.98 0.34,-0.87 0.43,-0.76 0.53,-0.66 0.63,-0.55 1.01,-0.58 0.58,-0.22 0.58,-0.15 0.59,-0.07 1.97,0.08 0.64,0.15 0.57,0.25 0.41,0.28 0.25,0.22 0.21,0.25 0.17,0.27 0.13,0.3 0.09,0.32 0.06,0.35 0.01,0.62 -0.09,0.47 -0.17,0.43 -0.26,0.39 -0.33,0.33 -0.37,0.25 -0.2,0.09 -0.44,0.12 -0.49,0.04 -0.38,-0.02 -0.35,-0.07 -0.32,-0.11 -0.29,-0.15 -0.26,-0.2 -0.23,-0.24 -0.19,-0.29 -0.2,-0.44 -0.11,-0.46 -0.02,-0.93 h -0.02 l -0.33,0.05 -0.29,0.14 -0.25,0.23 -0.21,0.32 -0.17,0.41 -0.21,1.09 -0.08,5.49 h 4.64 l 0.1,0.02 0.09,0.05 0.07,0.08 0.06,0.11 0.05,0.14 0.05,0.38 v 0.48 l -0.05,0.44 -0.1,0.37 -0.07,0.16 -0.08,0.15 -0.13,0.17 -0.07,0.06 -0.04,0.02 -0.04,0.02 -0.05,0.01 -4.42,0.01 v 12.17 h 3.89 l 0.11,0.02 0.09,0.05 0.08,0.08 0.07,0.11 0.05,0.15 0.06,0.39 -0.03,0.79 -0.06,0.28 -0.04,0.11 -0.05,0.09 -0.06,0.08 -0.12,0.12 -0.12,0.09 -0.06,0.03 -0.05,0.02 -0.05,0.01 -9.89,0"
inkscape:connector-curvature="0" />
<path
id="path3131"
d="m 739.05,293.08 0.57,0.75 0.41,0.77 0.25,0.78 0.06,0.4 0.01,0.8 -0.08,0.75 -0.16,0.69 -0.25,0.63 -0.32,0.58 -0.37,0.53 -0.42,0.48 -0.47,0.44 -0.8,0.57 -1.17,0.59 -1.28,0.39 -1.4,0.2 -1.24,0.01 -0.8,-0.09 -0.26,0.35 -0.18,0.34 -0.11,0.32 -0.03,0.15 -0.01,0.15 0.01,0.14 0.03,0.14 0.05,0.13 0.06,0.13 0.08,0.12 0.1,0.12 0.26,0.23 0.33,0.18 0.37,0.13 0.42,0.08 5.54,0.12 1.33,0.27 0.58,0.21 0.52,0.25 0.46,0.3 0.4,0.34 0.27,0.3 0.23,0.33 0.2,0.37 0.29,0.83 0.14,0.96 -0.02,1.1 -0.1,0.56 -0.17,0.54 -0.24,0.52 -0.31,0.5 -0.83,0.95 -1.2,0.93 -1.55,0.78 -1.79,0.52 -2.04,0.26 -2.02,0 -1.66,-0.21 -1.45,-0.42 -1.24,-0.63 -0.75,-0.57 -0.68,-0.74 -0.25,-0.39 -0.19,-0.39 -0.23,-0.77 -0.04,-0.38 0.03,-0.73 0.15,-0.7 0.27,-0.66 0.35,-0.61 2.15,-2.37 -0.78,-1.02 -0.16,-0.34 -0.11,-0.38 -0.07,-0.41 -0.02,-0.44 0.02,-0.23 0.07,-0.25 0.27,-0.57 0.45,-0.65 0.63,-0.73 -0.55,-0.42 -0.49,-0.47 -0.43,-0.52 -0.37,-0.58 -0.29,-0.63 -0.2,-0.66 -0.12,-0.7 -0.04,-0.73 0.04,-0.72 0.12,-0.67 0.2,-0.62 0.29,-0.57 0.36,-0.53 0.41,-0.48 0.45,-0.43 0.5,-0.38 1.07,-0.6 1.17,-0.43 1.26,-0.26 1.86,-0.07 1.51,0.24 7.01,0.07 0.29,0.08 0.26,0.11 0.22,0.15 0.18,0.18 0.15,0.21 0.11,0.25 0.08,0.32 0.03,0.35 -0.01,0.18 -0.03,0.17 -0.05,0.17 -0.15,0.32 -0.09,0.14 -0.1,0.13 -0.12,0.11 -0.26,0.2 -0.28,0.14 -0.29,0.08 -0.3,0.03 -0.02,0.01 -0.01,0 -0.02,0 -0.27,-0.01 -0.24,-0.04 -0.2,-0.06 -0.17,-0.08 -1.02,-0.77 -0.48,-0.26 -0.52,-0.19 -0.56,-0.09 m -9.79,17.73 0.06,0.6 0.2,0.52 0.32,0.44 0.45,0.36 0.58,0.28 0.71,0.2 1.82,0.16 1.12,-0.06 1.04,-0.18 0.96,-0.31 0.88,-0.43 0.83,-0.58 0.33,-0.31 0.27,-0.33 0.21,-0.35 0.15,-0.36 0.09,-0.38 0.03,-0.4 -0.03,-0.33 -0.09,-0.3 -0.15,-0.27 -0.2,-0.25 -0.26,-0.22 -0.32,-0.19 -0.38,-0.16 -0.6,-0.17 -0.76,-0.11 -5.36,-0.02 -1.17,1.34 -0.41,0.65 -0.15,0.31 -0.1,0.29 -0.06,0.28 -0.01,0.28 m 1.05,-14.24 0.05,0.73 0.16,0.64 0.12,0.29 0.14,0.27 0.17,0.24 0.19,0.22 0.43,0.36 0.46,0.26 0.24,0.09 0.25,0.06 0.52,0.05 0.96,-0.07 0.4,-0.09 0.35,-0.13 0.31,-0.16 0.29,-0.19 0.26,-0.22 0.24,-0.25 0.38,-0.54 0.28,-0.6 0.16,-0.66 0.06,-0.76 -0.05,-0.59 -0.16,-0.53 -0.26,-0.49 -0.37,-0.45 -0.44,-0.39 -0.46,-0.28 -0.24,-0.1 -0.25,-0.07 -0.25,-0.04 -0.98,0.02 -0.79,0.15 -0.62,0.27 -0.27,0.17 -0.25,0.2 -0.33,0.35 -0.19,0.26 -0.29,0.58 -0.17,0.65 -0.06,0.72 0,0.01 0,0 0,0 0.01,0.02 0,0"
inkscape:connector-curvature="0" />
<path
id="path3133"
d="m 757.2,306.02 0.78,-0.05 0.31,-0.06 0.25,-0.08 0.2,-0.1 0.14,-0.13 0.08,-0.15 0.03,-0.17 -0.21,-8.76 -0.17,-0.63 -0.2,-0.45 -0.23,-0.38 -0.26,-0.31 -0.29,-0.23 -0.32,-0.18 -0.37,-0.13 -0.43,-0.08 -0.48,-0.03 -1.16,0.12 -1.17,0.36 -1.19,0.6 -1.2,0.84 v 9.99 h 2.9 l 0.1,0.02 0.09,0.05 0.08,0.08 0.06,0.12 0.05,0.15 0.06,0.39 -0.03,0.79 -0.06,0.28 -0.06,0.11 -0.05,0.09 -0.06,0.08 -0.12,0.12 -0.12,0.09 -0.06,0.03 -0.05,0.02 -0.05,0.01 -8.84,0 -0.11,-0.02 -0.09,-0.05 -0.08,-0.08 -0.06,-0.12 -0.05,-0.15 -0.06,-0.39 0.03,-0.79 0.06,-0.28 0.04,-0.11 0.05,-0.1 0.06,-0.08 0.12,-0.12 0.12,-0.09 0.05,-0.03 0.05,-0.02 0.05,-0.01 1.47,-0.06 0.56,-0.1 0.2,-0.07 0.15,-0.08 0.09,-0.09 0.04,-0.07 0.03,-0.08 0.02,-0.09 0.01,-21.21 h -3.03 l -0.12,-0.02 -0.11,-0.04 -0.1,-0.07 -0.09,-0.1 -0.08,-0.12 -0.07,-0.15 -0.11,-0.38 -0.05,-0.5 0.03,-0.36 0.04,-0.15 0.05,-0.13 0.07,-0.11 0.08,-0.09 0.09,-0.07 0.5,-0.19 5.47,-0.52 0.17,0.02 0.15,0.07 0.13,0.11 0.11,0.16 0.08,0.21 0.06,0.25 0.08,10.76 2.23,-1.08 2.24,-0.68 1.07,-0.14 1.55,0.11 0.67,0.14 0.61,0.19 0.54,0.25 0.47,0.3 0.4,0.36 0.34,0.41 0.22,0.37 0.35,0.93 0.23,1.19 0.13,10.92 h 2.69 l 0.1,0.02 0.09,0.05 0.08,0.08 0.06,0.12 0.05,0.15 0.06,0.39 -0.03,0.79 -0.06,0.28 -0.04,0.11 -0.05,0.09 -0.06,0.08 -0.12,0.12 -0.12,0.09 -0.05,0.03 -0.05,0.02 -0.05,0.01 -7.87,0 -0.11,-0.02 -0.09,-0.05 -0.08,-0.08 -0.07,-0.12 -0.05,-0.15 -0.06,-0.39 0.03,-0.79 0.06,-0.28 0.04,-0.11 0.05,-0.09 0.06,-0.08 0.12,-0.12 0.12,-0.09 0.06,-0.03 0.05,-0.02 0.05,-0.01 0.09,0.02"
inkscape:connector-curvature="0" />
<path
id="path3135"
d="m 771.47,286.53 -0.39,-0.02 -0.35,-0.07 -0.32,-0.11 -0.29,-0.15 -0.26,-0.2 -0.23,-0.24 -0.19,-0.29 -0.2,-0.44 -0.11,-0.46 -0.02,-0.25 0.02,-0.52 0.07,-0.36 0.11,-0.33 0.16,-0.29 0.2,-0.26 0.25,-0.23 0.29,-0.2 0.44,-0.2 0.46,-0.11 0.24,-0.02 0.37,0.01 0.46,0.09 0.42,0.17 0.38,0.26 0.33,0.34 0.26,0.38 0.1,0.21 0.13,0.45 0.04,0.49 -0.04,0.49 -0.13,0.45 -0.22,0.41 -0.3,0.37 -0.35,0.29 -0.19,0.11 -0.42,0.16 -0.46,0.08 -0.26,-0.01 m -4.11,21.92 -0.11,-0.02 -0.09,-0.05 -0.08,-0.08 -0.06,-0.12 -0.05,-0.15 -0.06,-0.39 0.03,-0.79 0.06,-0.28 0.04,-0.11 0.05,-0.1 0.06,-0.08 0.12,-0.12 0.12,-0.09 0.05,-0.03 0.05,-0.02 0.05,-0.01 1.49,-0.06 0.57,-0.1 0.2,-0.07 0.15,-0.08 0.09,-0.09 0.04,-0.06 0.03,-0.07 0.01,-0.04 0.01,-0.08 0,-11.52 h -3.03 l -0.12,-0.02 -0.11,-0.04 -0.1,-0.07 -0.09,-0.1 -0.08,-0.12 -0.07,-0.15 -0.11,-0.38 -0.03,-0.5 0.03,-0.36 0.04,-0.15 0.05,-0.13 0.07,-0.11 0.08,-0.09 0.09,-0.07 0.5,-0.19 5.48,-0.52 0.17,0.02 0.15,0.07 0.13,0.11 0.11,0.16 0.08,0.21 0.06,0.25 0.06,14.34 h 2.9 l 0.1,0.02 0.09,0.05 0.08,0.08 0.06,0.12 0.05,0.15 0.06,0.39 -0.03,0.79 -0.06,0.28 -0.04,0.11 -0.05,0.09 -0.06,0.08 -0.12,0.12 -0.12,0.09 -0.06,0.03 -0.05,0.02 -0.05,0.01 -8.83,0.02"
inkscape:connector-curvature="0" />
<path
id="path3137"
d="m 779.55,312.43 0.36,-0.06 0.31,-0.19 0.27,-0.31 0.22,-0.44 0.17,-0.56 0.19,-1.49 0.02,-15.53 h -3.03 l -0.12,-0.02 -0.11,-0.04 -0.1,-0.07 -0.09,-0.09 -0.08,-0.12 -0.06,-0.14 -0.09,-0.36 -0.05,-0.5 0.03,-0.36 0.04,-0.15 0.05,-0.13 0.06,-0.11 0.08,-0.09 0.09,-0.08 0.1,-0.06 1.05,-0.29 4.85,-0.38 0.17,0.02 0.15,0.07 0.12,0.11 0.1,0.16 0.08,0.21 0.1,0.55 0.01,16.11 -0.2,1.55 -0.4,1.46 -0.59,1.37 -0.85,1.33 -0.52,0.59 -0.56,0.5 -0.61,0.41 -0.65,0.32 -0.69,0.23 -0.74,0.14 -0.78,0.05 -0.38,-0.02 -0.35,-0.07 -0.32,-0.11 -0.29,-0.15 -0.26,-0.2 -0.23,-0.24 -0.19,-0.29 -0.2,-0.44 -0.11,-0.46 -0.02,-0.25 0.02,-0.52 0.07,-0.36 0.11,-0.33 0.16,-0.29 0.2,-0.26 0.25,-0.23 0.29,-0.2 0.44,-0.2 0.46,-0.11 0.24,-0.02 0.43,0.02 0.28,0.05 0.25,0.09 0.23,0.13 0.2,0.16 0.18,0.2 0.15,0.23 0.09,0.26 m 2.86,-25.9 -0.39,-0.02 -0.36,-0.07 -0.32,-0.11 -0.29,-0.15 -0.26,-0.2 -0.23,-0.24 -0.19,-0.29 -0.2,-0.44 -0.11,-0.46 -0.02,-0.25 0.02,-0.52 0.07,-0.36 0.11,-0.33 0.16,-0.29 0.2,-0.26 0.25,-0.23 0.29,-0.2 0.34,-0.16 0.46,-0.13 0.47,-0.04 0.48,0.04 0.22,0.05 0.42,0.17 0.38,0.26 0.33,0.33 0.14,0.19 0.12,0.2 0.17,0.43 0.09,0.47 v 0.55 l -0.08,0.45 -0.07,0.21 -0.21,0.39 -0.29,0.36 -0.35,0.29 -0.19,0.11 -0.21,0.09 -0.45,0.12 -0.5,0.04"
inkscape:connector-curvature="0" />
<path
id="path3139"
d="m 787.68,308.45 -0.11,-0.02 -0.09,-0.05 -0.08,-0.08 -0.06,-0.12 -0.05,-0.15 -0.06,-0.39 0.03,-0.79 0.06,-0.28 0.04,-0.11 0.05,-0.1 0.06,-0.08 0.12,-0.12 0.12,-0.09 0.05,-0.03 0.05,-0.02 0.05,-0.01 1.47,-0.06 0.56,-0.1 0.2,-0.07 0.15,-0.08 0.09,-0.09 0.04,-0.07 0.02,-0.04 0.03,-0.09 0.01,-0.09 0,-21.16 h -3.03 l -0.12,-0.02 -0.11,-0.04 -0.1,-0.07 -0.09,-0.1 -0.08,-0.12 -0.07,-0.15 -0.11,-0.38 -0.05,-0.5 0.03,-0.36 0.04,-0.15 0.05,-0.13 0.07,-0.11 0.08,-0.09 0.09,-0.07 0.5,-0.19 5.47,-0.52 0.17,0.02 0.15,0.07 0.13,0.11 0.11,0.16 0.08,0.21 0.06,0.25 0.08,24.03 h 1.81 l 0.11,0.02 0.09,0.05 0.08,0.08 0.07,0.12 0.05,0.15 0.06,0.39 -0.03,0.8 -0.02,0.28 -0.05,0.11 -0.06,0.1 -0.06,0.08 -0.12,0.11 -0.11,0.08 -0.05,0.03 -0.05,0.02 -0.05,0.01 -7.77,0.01 m 19.06,-2.43 0.11,0.02 0.09,0.05 0.08,0.08 0.07,0.12 0.05,0.15 0.06,0.41 0,0.44 -0.03,0.33 -0.06,0.27 -0.04,0.11 -0.05,0.09 -0.12,0.14 -0.12,0.1 -0.11,0.07 -0.05,0.02 -0.05,0.01 -4.55,0 -7.96,-10.34 6.94,-6.91 h 3.65 l 0.12,0.01 0.11,0.04 0.1,0.07 0.09,0.1 0.08,0.13 0.12,0.34 0.07,0.39 0.01,0.54 -0.06,0.4 -0.05,0.15 -0.06,0.12 -0.08,0.08 -0.09,0.05 -0.1,0.02 -1.4,0.06 -0.5,0.08 -0.37,0.11 -0.52,0.25 -0.2,0.13 -3.93,3.96 6.3,6.91 0.29,0.23 0.31,0.2 0.33,0.16 0.36,0.13 0.78,0.14 0.38,0.04"
inkscape:connector-curvature="0" />
<path
id="path3141"
d="m 808.5,308.45 -0.1,-0.02 -0.09,-0.05 -0.08,-0.08 -0.06,-0.12 -0.05,-0.15 -0.06,-0.39 0.03,-0.79 0.06,-0.28 0.04,-0.11 0.05,-0.1 0.06,-0.08 0.12,-0.12 0.12,-0.09 0.05,-0.03 0.05,-0.02 0.05,-0.01 1.48,-0.06 0.56,-0.1 0.2,-0.07 0.15,-0.08 0.09,-0.09 0.05,-0.07 0.02,-0.04 0.03,-0.09 0.01,-0.09 0,-21.16 h -3.03 l -0.12,-0.02 -0.11,-0.04 -0.1,-0.07 -0.09,-0.1 -0.08,-0.12 -0.07,-0.15 -0.11,-0.38 -0.05,-0.5 0.03,-0.36 0.04,-0.15 0.05,-0.13 0.07,-0.11 0.08,-0.09 0.09,-0.07 0.5,-0.19 5.47,-0.52 0.17,0.02 0.15,0.07 0.13,0.11 0.11,0.16 0.08,0.21 0.06,0.25 0.08,24.03 h 2.9 l 0.11,0.02 0.09,0.05 0.08,0.08 0.06,0.12 0.05,0.15 0.06,0.39 -0.03,0.79 -0.06,0.28 -0.04,0.11 -0.05,0.09 -0.06,0.08 -0.12,0.12 -0.12,0.09 -0.05,0.03 -0.05,0.02 -0.05,0.01 -8.85,0.01"
inkscape:connector-curvature="0" />
<path
id="path3143"
d="m 850.81,306.02 0.11,0.02 0.09,0.06 0.08,0.09 0.07,0.13 0.05,0.17 0.06,0.45 0,0.57 -0.03,0.25 -0.05,0.21 -0.07,0.17 -0.09,0.13 -0.11,0.1 -0.13,0.06 -0.15,0.02 h -7.91 l -0.1,-0.02 -0.09,-0.05 -0.08,-0.08 -0.06,-0.12 -0.05,-0.15 -0.06,-0.39 v -0.45 l 0.05,-0.37 0.1,-0.31 0.07,-0.14 0.08,-0.12 0.1,-0.11 0.06,-0.05 0.03,-0.02 0.06,-0.03 0.03,-0.01 0.03,-0.01 0.49,-0.01 0.67,-0.09 0.25,-0.08 0.2,-0.1 0.14,-0.13 0.08,-0.15 0.03,-0.17 -0.21,-8.83 -0.17,-0.66 -0.2,-0.49 -0.23,-0.41 -0.26,-0.33 -0.29,-0.25 -0.32,-0.2 -0.37,-0.14 -0.43,-0.08 -0.48,-0.03 -0.49,0.03 -0.52,0.1 -1.12,0.42 -1.24,0.69 -1.35,0.97 v 9.94 h 2.67 l 0.11,0.02 0.09,0.06 0.08,0.09 0.07,0.13 0.05,0.17 0.06,0.45 0,0.57 -0.03,0.25 -0.06,0.21 -0.08,0.17 -0.1,0.13 -0.12,0.1 -0.14,0.06 -0.17,0.02 h -7.84 l -0.1,-0.02 -0.09,-0.05 -0.08,-0.08 -0.06,-0.11 -0.05,-0.14 -0.06,-0.38 v -0.5 l 0.05,-0.35 0.11,-0.31 0.16,-0.26 0.1,-0.11 0.06,-0.05 0.06,-0.04 0.03,-0.01 0.03,-0.01 0.03,-0.01 0.49,-0.01 0.67,-0.09 0.25,-0.08 0.2,-0.1 0.14,-0.13 0.08,-0.15 0.03,-0.17 -0.21,-8.83 -0.17,-0.66 -0.2,-0.49 -0.23,-0.41 -0.26,-0.33 -0.29,-0.25 -0.32,-0.2 -0.37,-0.14 -0.43,-0.08 -0.48,-0.03 -0.49,0.03 -0.52,0.1 -1.12,0.42 -1.24,0.69 -1.35,0.97 v 9.94 h 2.9 l 0.1,0.02 0.09,0.05 0.08,0.08 0.06,0.11 0.05,0.14 0.06,0.38 0,0.44 -0.04,0.35 -0.07,0.29 -0.05,0.12 -0.06,0.1 -0.13,0.15 -0.12,0.1 -0.11,0.07 -0.05,0.02 -0.05,0.01 -8.8,0 -0.11,-0.01 -0.1,-0.05 -0.08,-0.08 -0.07,-0.11 -0.05,-0.14 -0.06,-0.37 0.03,-0.81 0.06,-0.29 0.04,-0.12 0.05,-0.1 0.06,-0.08 0.12,-0.12 0.12,-0.09 0.06,-0.03 0.05,-0.02 0.05,-0.01 1.47,-0.06 0.56,-0.1 0.2,-0.07 0.15,-0.08 0.09,-0.09 0.05,-0.07 0.03,-0.08 0.02,-0.09 0.01,-11.52 h -3.03 l -0.12,-0.02 -0.11,-0.04 -0.1,-0.07 -0.09,-0.1 -0.08,-0.12 -0.07,-0.15 -0.11,-0.38 -0.03,-0.45 0.03,-0.37 0.04,-0.15 0.05,-0.13 0.06,-0.11 0.08,-0.09 0.09,-0.07 0.49,-0.19 4.62,-0.57 0.53,0.03 0.23,0.04 0.09,0.03 0.07,0.03 0.05,0.04 0.08,0.09 0.07,0.11 0.05,0.12 0.08,0.32 0.05,1.36 2.49,-1.22 2.25,-0.76 0.63,-0.13 0.52,-0.04 0.77,0.04 0.71,0.11 0.66,0.19 0.6,0.27 0.54,0.34 0.49,0.42 0.43,0.49 0.38,0.57 2.63,-1.33 2.56,-0.89 0.84,-0.16 1,-0.05 0.54,0.03 0.54,0.09 1.07,0.35 0.51,0.25 0.45,0.3 0.39,0.35 0.34,0.4 0.26,0.41 0.41,0.98 0.28,1.21 0.15,10.79 2.7,-0.01"
inkscape:connector-curvature="0" />
<path
id="path3145"
d="m 864.97,308.45 -0.1,-0.02 -0.09,-0.05 -0.08,-0.08 -0.06,-0.12 -0.05,-0.15 -0.06,-0.39 0.03,-0.79 0.06,-0.28 0.04,-0.11 0.05,-0.1 0.06,-0.08 0.12,-0.12 0.12,-0.09 0.05,-0.03 0.05,-0.02 0.05,-0.01 1.14,-0.11 0.25,-0.08 0.2,-0.1 0.14,-0.13 0.08,-0.15 0.03,-0.17 -0.21,-8.83 -0.17,-0.66 -0.2,-0.49 -0.23,-0.41 -0.26,-0.33 -0.29,-0.25 -0.32,-0.2 -0.37,-0.14 -0.43,-0.08 -0.48,-0.03 -0.49,0.03 -0.52,0.1 -1.12,0.42 -1.24,0.69 -1.35,0.97 V 306 h 2.89 l 0.11,0.02 0.09,0.05 0.08,0.08 0.06,0.12 0.05,0.15 0.06,0.39 -0.03,0.79 -0.06,0.28 -0.04,0.11 -0.05,0.09 -0.12,0.14 -0.12,0.1 -0.11,0.07 -0.05,0.02 -0.05,0.01 -8.84,0 -0.11,-0.02 -0.09,-0.05 -0.08,-0.08 -0.06,-0.12 -0.05,-0.15 -0.06,-0.39 0.03,-0.79 0.06,-0.28 0.04,-0.11 0.05,-0.1 0.06,-0.08 0.12,-0.12 0.12,-0.09 0.05,-0.03 0.05,-0.02 0.05,-0.01 1.47,-0.06 0.56,-0.1 0.2,-0.07 0.15,-0.08 0.1,-0.09 0.02,-0.04 0.04,-0.08 0.03,-0.09 0.01,-0.09 0,-11.48 h -3.03 l -0.13,-0.02 -0.12,-0.04 -0.1,-0.07 -0.09,-0.09 -0.08,-0.12 -0.07,-0.14 -0.09,-0.36 -0.03,-0.5 0.03,-0.36 0.04,-0.15 0.05,-0.13 0.06,-0.11 0.08,-0.09 0.09,-0.07 0.49,-0.19 4.62,-0.57 0.53,0.03 0.23,0.04 0.09,0.03 0.07,0.03 0.05,0.04 0.08,0.09 0.07,0.11 0.05,0.12 0.08,0.32 0.05,1.36 2.49,-1.22 2.25,-0.76 0.78,-0.13 1.5,-0.01 1.06,0.23 1.04,0.45 0.45,0.3 0.39,0.35 0.34,0.4 0.26,0.41 0.41,0.98 0.28,1.21 0.15,10.79 h 2.67 l 0.11,0.02 0.09,0.05 0.08,0.08 0.07,0.12 0.05,0.15 0.06,0.39 -0.03,0.79 -0.06,0.28 -0.04,0.11 -0.05,0.09 -0.06,0.08 -0.12,0.12 -0.12,0.09 -0.05,0.03 -0.05,0.02 -0.05,0.01 -7.9,0.06"
inkscape:connector-curvature="0" />
<path
id="path3147"
d="m 882.69,308.79 -1.73,-0.17 -0.78,-0.22 -0.73,-0.3 -0.67,-0.38 -0.62,-0.45 -0.56,-0.52 -0.51,-0.59 -0.84,-1.35 -0.6,-1.54 -0.36,-1.73 -0.12,-1.93 0.16,-2 0.49,-1.77 0.37,-0.8 0.45,-0.74 0.53,-0.68 1.23,-1.13 1.34,-0.81 1.5,-0.54 1.65,-0.27 1.76,0.01 0.78,0.12 0.74,0.2 0.7,0.28 0.66,0.36 0.62,0.44 0.58,0.52 0.99,1.24 0.74,1.4 0.49,1.58 0.25,1.77 -0.01,2.01 -0.3,1.93 -0.6,1.69 -0.42,0.75 -0.49,0.69 -0.57,0.63 -0.59,0.53 -0.64,0.46 -0.69,0.39 -1.53,0.57 -1.73,0.28 -0.94,0.07 m -2.5,-14.08 -0.31,0.38 -0.54,0.95 -0.41,1.2 -0.21,1.46 0,1.68 0.16,1.49 0.33,1.22 0.46,1 0.28,0.42 0.31,0.38 0.34,0.33 0.37,0.28 0.4,0.23 0.43,0.18 0.46,0.13 0.48,0.08 0.51,0.03 0.53,-0.03 0.5,-0.09 0.47,-0.15 0.44,-0.21 0.4,-0.27 0.37,-0.33 0.34,-0.38 0.57,-0.89 0.41,-1 0.27,-1.13 0.14,-1.26 -0.03,-1.79 -0.13,-1 -0.22,-0.9 -0.3,-0.79 -0.38,-0.68 -0.47,-0.57 -0.55,-0.46 -0.64,-0.35 -0.83,-0.27 -0.42,-0.07 -0.85,-0.01 -0.83,0.13 -0.4,0.11 -0.38,0.16 -0.37,0.21 -0.35,0.26 -0.35,0.32"
inkscape:connector-curvature="0" />
<path
id="path3149"
d="m 893.68,315.99 -0.11,-0.02 -0.09,-0.05 -0.08,-0.08 -0.07,-0.12 -0.05,-0.15 -0.06,-0.39 0.03,-0.79 0.06,-0.28 0.04,-0.11 0.05,-0.09 0.06,-0.08 0.12,-0.12 0.12,-0.09 0.05,-0.03 0.05,-0.02 0.05,-0.01 1.4,-0.06 0.61,-0.1 0.22,-0.07 0.16,-0.08 0.1,-0.09 0.05,-0.07 0.03,-0.08 0.02,-0.09 0.01,-19.07 h -3.05 l -0.12,-0.02 -0.11,-0.04 -0.1,-0.07 -0.09,-0.09 -0.08,-0.12 -0.06,-0.14 -0.09,-0.36 -0.05,-0.52 0.03,-0.36 0.03,-0.15 0.04,-0.13 0.06,-0.11 0.07,-0.08 0.08,-0.06 0.93,-0.27 3.84,-0.48 1.13,0.03 0.18,0.03 0.09,0.04 0.04,0.02 0.04,0.03 0.03,0.03 0.05,0.08 0.04,0.1 0.04,0.14 0.05,1.17 2.12,-1.07 0.88,-0.33 1.05,-0.23 1.22,-0.06 0.66,0.05 0.58,0.12 1.24,0.47 0.62,0.33 0.58,0.4 0.54,0.47 0.5,0.54 0.87,1.31 0.62,1.52 0.38,1.73 0.12,1.95 -0.15,2.02 -0.44,1.79 -0.33,0.81 -0.41,0.75 -0.48,0.69 -0.55,0.63 -1.2,1 -0.66,0.39 -0.71,0.32 -1.54,0.43 -1.71,0.14 -0.71,-0.05 -0.73,-0.14 -0.74,-0.24 -1.27,-0.58 v 5.89 h 3.83 l 0.11,0.02 0.09,0.05 0.08,0.08 0.07,0.12 0.05,0.15 0.06,0.39 -0.03,0.79 -0.06,0.28 -0.04,0.11 -0.05,0.09 -0.06,0.08 -0.12,0.12 -0.12,0.09 -0.05,0.03 -0.05,0.02 -0.05,0.01 -9.8,-0.01 m 6.15,-10.9 0.65,0.41 0.76,0.3 0.86,0.18 0.97,0.06 0.79,-0.05 0.72,-0.15 0.65,-0.25 0.58,-0.34 0.52,-0.44 0.45,-0.54 0.38,-0.64 0.42,-1.05 0.28,-1.48 0.06,-1.77 -0.16,-1.58 -0.16,-0.65 -0.46,-1.08 -0.27,-0.45 -0.3,-0.39 -0.45,-0.44 -0.63,-0.43 -0.34,-0.16 -0.72,-0.22 -0.82,-0.07 -0.75,0.06 -0.72,0.17 -0.7,0.29 -0.94,0.58 -0.68,0.65 v 9.48"
inkscape:connector-curvature="0" />
<path
id="path3151"
d="m 921.89,316.01 -0.11,-0.02 -0.09,-0.05 -0.08,-0.08 -0.07,-0.12 -0.05,-0.15 -0.06,-0.41 0.03,-0.78 0.07,-0.27 0.04,-0.11 0.05,-0.09 0.06,-0.08 0.12,-0.12 0.12,-0.09 0.05,-0.03 0.05,-0.02 0.05,-0.01 2.75,-0.06 0.57,-0.1 0.2,-0.07 0.15,-0.08 0.1,-0.1 0.04,-0.06 0.03,-0.07 0.02,-0.11 0,-5.59 -0.64,0.44 -0.77,0.37 -1.92,0.52 -1.91,0.12 -0.62,-0.04 -0.62,-0.12 -0.63,-0.2 -0.64,-0.29 -0.62,-0.36 -0.56,-0.43 -0.51,-0.5 -0.46,-0.57 -0.76,-1.32 -0.54,-1.55 -0.33,-1.78 -0.11,-2.04 0.16,-1.97 0.48,-1.74 0.36,-0.79 0.44,-0.73 0.52,-0.68 1.21,-1.14 1.34,-0.82 1.5,-0.55 1.67,-0.27 2.32,0.06 2.68,0.55 1.09,-1.41 0.1,-0.03 0.86,0.03 0.46,0.12 0.43,0.19 0.4,0.27 0.1,0.09 0.09,0.1 0.07,0.1 0.06,0.11 -1.34,4.24 v 18.28 h 2.83 l 0.11,0.02 0.09,0.05 0.08,0.08 0.06,0.11 0.05,0.14 0.06,0.38 -0.03,0.8 -0.06,0.28 -0.04,0.11 -0.05,0.1 -0.06,0.08 -0.12,0.12 -0.12,0.09 -0.06,0.03 -0.05,0.02 -0.05,0.01 -10.04,-0.01 m 4.05,-11.59 v -9.79 l -0.74,-0.49 -0.79,-0.35 -0.83,-0.21 -0.88,-0.07 -0.77,0.05 -0.71,0.15 -0.65,0.24 -0.58,0.34 -0.52,0.44 -0.46,0.54 -0.4,0.63 -0.44,1.04 -0.28,1.42 -0.06,1.71 0.15,1.6 0.34,1.31 0.47,1.06 0.28,0.44 0.44,0.54 0.31,0.3 0.33,0.25 0.35,0.21 0.37,0.16 0.39,0.11 0.41,0.07 0.43,0.02 0.44,-0.03 0.45,-0.08 0.94,-0.32 0.98,-0.54 1.03,-0.75"
inkscape:connector-curvature="0" />
<path
id="path3153"
d="m 939.38,292.13 -0.03,1.48 2.02,-1.56 1.01,-0.56 1.02,-0.42 0.67,-0.16 0.71,-0.06 0.34,0.02 0.31,0.05 0.29,0.08 0.28,0.11 0.5,0.3 0.21,0.17 0.18,0.18 0.26,0.35 0.18,0.35 0.11,0.36 0.04,0.37 -0.05,0.68 -0.06,0.28 -0.08,0.24 -0.1,0.21 -0.27,0.37 -0.52,0.46 -0.36,0.21 -0.18,0.07 -0.18,0.05 -0.18,0.03 -0.67,-0.02 -0.28,-0.05 -0.23,-0.07 -0.19,-0.1 -0.35,-0.25 -0.38,-0.38 -0.23,-0.35 -0.16,-0.37 -0.08,-0.39 -0.01,-0.2 -0.88,0.5 -0.35,0.28 -0.97,1.15 -0.94,1.44 v 9.03 h 4.19 l 0.09,0.02 0.08,0.05 0.07,0.08 0.06,0.12 0.04,0.15 0.05,0.39 -0.03,0.8 -0.06,0.28 -0.04,0.11 -0.05,0.1 -0.06,0.08 -0.12,0.11 -0.11,0.08 -0.06,0.03 -0.05,0.02 -0.05,0.01 -10.08,0 -0.11,-0.02 -0.1,-0.05 -0.08,-0.08 -0.07,-0.12 -0.05,-0.15 -0.06,-0.41 0,-0.45 0.06,-0.35 0.12,-0.31 0.08,-0.14 0.09,-0.12 0.11,-0.11 0.04,-0.03 0.05,-0.03 0.13,-0.04 1.78,-0.12 0.33,-0.08 0.11,-0.04 0.1,-0.05 0.08,-0.06 0.07,-0.07 0.05,-0.08 0.04,-0.08 0.02,-0.09 0.01,-11.46 h -3.03 l -0.16,-0.02 -0.14,-0.06 -0.12,-0.1 -0.09,-0.15 -0.07,-0.19 -0.05,-0.23 -0.04,-0.59 0.03,-0.39 0.03,-0.16 0.05,-0.14 0.06,-0.12 0.07,-0.1 0.09,-0.08 0.1,-0.06 0.51,-0.17 3.42,-0.45 1.7,-0.03 0.18,0.03 0.06,0.02 0.08,0.04 0.07,0.05 0.03,0.03 0.05,0.07 0.02,0.04 0.04,0.09 0.03,0.14 0.01,0.76"
inkscape:connector-curvature="0" />
<path
id="path3155"
d="m 953.58,306.14 3.06,-0.09 0.48,-0.11 0.43,-0.16 0.38,-0.21 0.33,-0.25 0.28,-0.3 0.23,-0.34 0.11,-0.23 0.08,-0.24 0.04,-0.25 0.02,-0.26 -0.02,-0.26 -0.05,-0.24 -0.08,-0.22 -0.11,-0.2 -0.14,-0.19 -0.17,-0.19 -0.46,-0.34 -1.08,-0.52 -4.49,-1.55 -0.92,-0.47 -0.79,-0.55 -0.35,-0.33 -0.3,-0.35 -0.25,-0.38 -0.21,-0.41 -0.16,-0.44 -0.18,-0.97 -0.02,-0.53 0.06,-0.76 0.17,-0.7 0.28,-0.63 0.39,-0.57 0.5,-0.5 0.61,-0.44 0.72,-0.37 1.84,-0.56 1.32,-0.15 2.45,0.13 1.1,0.2 0.99,0.32 0.71,0.35 0.42,0.27 0.35,0.3 0.29,0.33 0.22,0.35 0.16,0.38 0.1,0.4 0.03,0.5 -0.01,0.25 -0.08,0.45 -0.07,0.21 -0.21,0.39 -0.29,0.35 -0.35,0.29 -0.4,0.21 -0.45,0.13 -0.49,0.05 -0.39,-0.02 -0.36,-0.07 -0.32,-0.11 -0.29,-0.15 -0.26,-0.2 -0.23,-0.24 -0.19,-0.29 -0.2,-0.44 -0.11,-0.37 -0.02,-0.16 v -0.15 l 0.2,-1.23 -2.36,0.03 -0.56,0.09 -0.47,0.15 -0.2,0.1 -0.47,0.33 -0.46,0.44 -0.17,0.23 -0.13,0.24 -0.09,0.24 -0.06,0.25 -0.02,0.25 0.04,0.33 0.11,0.31 0.19,0.3 0.26,0.28 0.34,0.26 0.91,0.48 4.04,1.44 1.84,0.9 0.5,0.4 0.41,0.4 0.34,0.42 0.28,0.44 0.22,0.46 0.16,0.49 0.11,0.52 0.05,1.14 -0.06,0.55 -0.12,0.51 -0.17,0.47 -0.23,0.44 -0.27,0.41 -0.32,0.38 -0.37,0.34 -0.66,0.47 -1.02,0.5 -1.15,0.34 -1.29,0.17 -2.51,-0.09 -2.19,-0.47 -0.86,-0.32 -0.63,-0.34 -0.53,-0.4 -0.42,-0.46 -0.24,-0.38 -0.12,-0.27 -0.08,-0.28 -0.04,-0.29 0.02,-0.57 0.11,-0.49 0.04,-0.11 0.23,-0.41 0.28,-0.34 0.36,-0.29 0.19,-0.11 0.42,-0.16 0.47,-0.08 h 0.49 l 0.46,0.08 0.42,0.17 0.38,0.25 0.34,0.32 0.26,0.35 0.1,0.18 0.08,0.19 0.05,0.19 0.03,0.2 0.01,0.22 -0.07,1.01 -0.05,0.03"
inkscape:connector-curvature="0" />
<path
id="path3157"
d="m 970.87,308.79 -0.83,-0.07 -0.72,-0.22 -0.61,-0.37 -0.5,-0.52 -0.39,-0.67 -0.28,-0.82 -0.17,-0.97 -0.05,-11.29 h -3.27 l 0.06,-1.52 0.07,-0.47 0.05,-0.17 0.05,-0.12 0.12,-0.17 0.06,-0.06 0.06,-0.05 0.06,-0.04 0.07,-0.03 0.07,-0.02 1.59,-0.06 0.64,-0.1 0.24,-0.07 0.19,-0.08 0.13,-0.09 0.08,-0.07 0.06,-0.08 0.02,-0.04 0.02,-0.05 0.76,-3.91 0.08,-0.22 0.14,-0.19 0.19,-0.16 0.25,-0.13 0.31,-0.1 0.79,-0.12 0.48,-0.02 v 5.5 h 4.65 l 0.1,0.02 0.09,0.05 0.07,0.08 0.06,0.11 0.05,0.14 0.05,0.38 0,0.48 -0.06,0.44 -0.11,0.37 -0.07,0.16 -0.08,0.15 -0.13,0.17 -0.03,0.03 -0.07,0.05 -0.04,0.02 -0.04,0.01 -0.09,0.01 h -4.34 l 0.07,11.01 0.09,0.33 0.12,0.27 0.16,0.21 0.2,0.15 0.23,0.09 0.27,0.03 1.51,-0.11 0.95,-0.28 0.12,-0.01 0.09,0.01 0.09,0.03 0.09,0.04 0.19,0.13 0.09,0.08 0.08,0.09 0.07,0.1 0.13,0.23 0.09,0.23 0.05,0.23 0.02,0.24 -0.02,0.24 -0.03,0.1 -0.04,0.09 -0.05,0.08 -0.06,0.07 -0.07,0.06 -1.71,0.76 -1.06,0.29 -1.5,0.11"
inkscape:connector-curvature="0" />
<path
id="path3159"
d="m 990.58,306.79 -1.34,0.87 -1.27,0.62 -1.2,0.38 -0.58,0.09 -0.56,0.03 -1.04,-0.05 -0.94,-0.16 -0.84,-0.27 -0.75,-0.38 -0.65,-0.49 -0.55,-0.6 -0.46,-0.71 -0.46,-1.11 -0.26,-1.3 -0.06,-9.87 h -2.43 l -0.15,-0.02 -0.13,-0.06 -0.11,-0.1 -0.09,-0.14 -0.07,-0.18 -0.05,-0.23 -0.04,-0.57 0.02,-0.38 0.03,-0.15 0.04,-0.13 0.05,-0.11 0.06,-0.08 0.07,-0.06 0.08,-0.03 2.77,-0.56 2.52,-0.19 0.18,0.02 0.16,0.06 0.13,0.11 0.11,0.15 0.09,0.19 0.07,0.24 0.17,11.25 0.13,0.63 0.19,0.54 0.24,0.46 0.3,0.38 0.35,0.29 0.4,0.21 0.28,0.09 0.65,0.1 0.75,0 0.72,-0.09 1.32,-0.37 1,-0.52 0.95,-0.7 v -10.05 h -2.36 l -0.17,-0.02 -0.14,-0.06 -0.12,-0.1 -0.1,-0.14 -0.08,-0.18 -0.06,-0.22 -0.04,-0.56 0.03,-0.36 0.04,-0.15 0.05,-0.13 0.06,-0.11 0.08,-0.09 0.09,-0.07 0.48,-0.19 4.28,-0.61 0.51,0.03 0.23,0.05 0.09,0.03 0.07,0.04 0.1,0.09 0.09,0.1 0.07,0.12 0.05,0.14 0.08,0.49 0.04,14.08 h 2.9 l 0.11,0.02 0.09,0.05 0.08,0.09 0.07,0.12 0.05,0.16 0.06,0.42 0,0.55 -0.03,0.25 -0.05,0.22 -0.08,0.18 -0.1,0.15 -0.12,0.11 -0.14,0.08 -0.17,0.04 -3.14,0.28 -1.43,-0.08 -0.11,-0.03 -0.08,-0.03 -0.12,-0.08 -0.11,-0.09 -0.1,-0.1 -0.09,-0.11 -0.3,-0.54 -0.36,-0.89"
inkscape:connector-curvature="0" />
<path
id="path3161"
d="m 1015.49,291.2 0.1,0.02 0.09,0.05 0.07,0.08 0.06,0.11 0.05,0.14 0.05,0.37 v 0.45 l -0.05,0.39 -0.1,0.33 -0.07,0.14 -0.08,0.13 -0.1,0.11 -0.04,0.03 -0.04,0.03 -0.04,0.02 -0.1,0.03 -0.67,0.05 -0.24,0.04 -0.2,0.08 -0.11,0.07 -0.06,0.05 -0.12,0.13 -0.1,0.16 -5.88,14.34 -0.05,0.06 -0.06,0.05 -0.08,0.05 -0.09,0.04 -0.22,0.05 -1.57,-0.02 -0.15,-0.04 -0.13,-0.05 -0.1,-0.06 -0.08,-0.07 -0.05,-0.08 -5.77,-14.82 h -1.93 l -0.11,-0.02 -0.09,-0.05 -0.08,-0.08 -0.06,-0.11 -0.05,-0.15 -0.06,-0.39 0.03,-0.8 0.06,-0.28 0.04,-0.11 0.05,-0.1 0.06,-0.08 0.12,-0.12 0.11,-0.09 0.05,-0.03 0.05,-0.02 0.05,-0.01 7.53,0 0.1,0.02 0.09,0.05 0.07,0.08 0.06,0.11 0.05,0.14 0.05,0.37 -0.03,0.81 -0.06,0.29 -0.04,0.12 -0.05,0.1 -0.06,0.08 -0.12,0.12 -0.12,0.09 -0.05,0.03 -0.05,0.02 -0.05,0.01 -0.71,0.05 -0.26,0.06 -0.21,0.08 -0.17,0.1 -0.12,0.13 -0.07,0.15 -0.02,0.17 3.41,9.46 4.17,-10.2 h -2.26 l -0.11,-0.02 -0.09,-0.05 -0.08,-0.08 -0.06,-0.11 -0.05,-0.14 -0.06,-0.38 0.03,-0.82 0.06,-0.29 0.04,-0.11 0.05,-0.09 0.05,-0.07 0.12,-0.12 0.1,-0.09 0.05,-0.03 0.05,-0.02 0.04,-0.01 0.04,0 6.43,-0.03"
inkscape:connector-curvature="0" />
<path
id="path3163"
d="m 1042.37,291.2 0.1,0.02 0.08,0.06 0.07,0.09 0.06,0.13 0.08,0.38 0.03,0.53 -0.04,0.54 -0.05,0.21 -0.08,0.17 -0.1,0.13 -0.12,0.1 -0.14,0.06 -0.86,0.08 -0.18,0.05 -0.16,0.06 -0.13,0.07 -0.11,0.08 -0.11,0.13 -0.05,0.08 -0.07,0.17 -4.22,14.13 -0.04,0.08 -0.07,0.07 -0.1,0.06 -0.13,0.05 -0.35,0.06 h -1.02 l -0.41,-0.06 -0.15,-0.05 -0.12,-0.06 -0.08,-0.07 -0.05,-0.08 -4.05,-10.12 -4.16,10.19 -0.05,0.06 -0.06,0.05 -0.08,0.04 -0.09,0.04 -0.22,0.04 -1.14,0.04 -0.62,-0.05 -0.2,-0.06 -0.08,-0.04 -0.06,-0.04 -0.05,-0.05 -0.04,-0.05 -4.17,-14.88 h -2.22 l -0.1,-0.02 -0.09,-0.05 -0.07,-0.08 -0.06,-0.11 -0.05,-0.15 -0.05,-0.39 0.03,-0.79 0.06,-0.28 0.04,-0.11 0.05,-0.09 0.06,-0.08 0.12,-0.12 0.11,-0.09 0.05,-0.03 0.05,-0.02 0.04,-0.01 0.04,0 h 7.48 l 0.1,0.02 0.09,0.05 0.07,0.08 0.06,0.11 0.05,0.14 0.05,0.37 -0.03,0.81 -0.07,0.29 -0.04,0.12 -0.05,0.1 -0.06,0.08 -0.12,0.12 -0.12,0.09 -0.05,0.03 -0.05,0.02 -0.05,0.01 -0.71,0.05 -0.26,0.06 -0.21,0.08 -0.17,0.1 -0.12,0.13 -0.07,0.15 -0.02,0.17 2.34,10.36 4.29,-11.89 0.05,-0.08 0.07,-0.07 0.08,-0.06 0.1,-0.05 0.12,-0.04 0.28,-0.04 0.35,0 0.3,0.04 0.12,0.03 0.1,0.04 0.08,0.05 0.06,0.06 0.04,0.07 4.38,12.15 2.74,-11.34 h -2.26 l -0.11,-0.02 -0.09,-0.05 -0.08,-0.08 -0.06,-0.11 -0.05,-0.14 -0.06,-0.38 0.03,-0.79 0.06,-0.28 0.04,-0.11 0.04,-0.1 0.05,-0.08 0.12,-0.13 0.1,-0.09 0.05,-0.03 0.05,-0.02 0.04,-0.01 0.04,0 h 6.47"
inkscape:connector-curvature="0" />
<path
id="path3165"
d="m 1062.12,306.02 0.1,0.02 0.09,0.05 0.08,0.08 0.06,0.12 0.05,0.15 0.06,0.39 -0.03,0.79 -0.06,0.28 -0.04,0.11 -0.05,0.09 -0.06,0.08 -0.12,0.12 -0.12,0.09 -0.05,0.03 -0.05,0.02 -0.05,0.01 -7.37,0 -0.11,-0.02 -0.09,-0.05 -0.08,-0.08 -0.07,-0.12 -0.05,-0.15 -0.06,-0.39 v -0.44 l 0.06,-0.36 0.12,-0.31 0.08,-0.14 0.1,-0.13 0.11,-0.12 0.07,-0.05 0.09,-0.05 0.03,-0.01 0.03,-0.01 1.46,0 -3.81,-4.72 -3.09,4.29 -0.04,0.08 -0.03,0.1 0,0.03 0.01,0.05 0.01,0.05 0.02,0.04 0.03,0.03 0.04,0.02 0.05,0.02 1.12,0.01 0.11,0.02 0.09,0.05 0.08,0.08 0.06,0.11 0.05,0.15 0.06,0.39 -0.03,0.8 -0.06,0.28 -0.04,0.11 -0.05,0.1 -0.06,0.08 -0.12,0.12 -0.12,0.09 -0.05,0.03 -0.05,0.02 -0.05,0.01 -6.36,0 -0.1,-0.02 -0.09,-0.05 -0.08,-0.08 -0.06,-0.11 -0.05,-0.15 -0.06,-0.39 v -0.44 l 0.06,-0.36 0.05,-0.16 0.14,-0.29 0.09,-0.13 0.1,-0.12 0.04,-0.03 0.05,-0.02 0.14,-0.04 0.7,-0.05 0.28,-0.05 0.6,-0.22 0.54,-0.31 0.21,-0.17 4.41,-5.76 -4.71,-5.86 h -2.1 l -0.11,-0.02 -0.09,-0.05 -0.08,-0.08 -0.07,-0.11 -0.05,-0.14 -0.06,-0.38 0.03,-0.8 0.06,-0.28 0.04,-0.11 0.05,-0.1 0.06,-0.08 0.12,-0.13 0.11,-0.09 0.05,-0.03 0.05,-0.02 0.05,-0.01 7.58,0 0.09,0.02 0.08,0.05 0.07,0.08 0.06,0.11 0.04,0.14 0.05,0.37 -0.03,0.83 -0.07,0.3 -0.05,0.12 -0.06,0.1 -0.07,0.08 -0.12,0.11 -0.12,0.08 -0.05,0.03 -0.05,0.02 -0.05,0.01 -0.72,0.05 -0.16,0.03 -0.12,0.04 -0.09,0.05 -0.05,0.06 -0.02,0.07 0,0.03 0.02,0.06 0.03,0.07 0.05,0.07 3.3,4.14 3.5,-4.69 h -2.14 l -0.11,-0.02 -0.09,-0.05 -0.08,-0.08 -0.06,-0.11 -0.05,-0.14 -0.06,-0.38 0.03,-0.81 0.06,-0.28 0.04,-0.11 0.05,-0.09 0.05,-0.07 0.12,-0.12 0.11,-0.09 0.05,-0.03 0.05,-0.02 0.04,-0.01 0.04,0 h 6.62 l 0.1,0.02 0.08,0.05 0.07,0.08 0.06,0.11 0.05,0.14 0.05,0.37 -0.03,0.81 -0.06,0.29 -0.04,0.12 -0.05,0.1 -0.06,0.08 -0.12,0.12 -0.11,0.09 -0.05,0.03 -0.05,0.02 -0.05,0.01 -0.36,0.02 -0.57,0.09 -0.25,0.08 -0.23,0.1 -0.2,0.13 -0.18,0.15 -4.72,5.88 4.15,5.18 0.21,0.18 0.23,0.15 0.25,0.13 0.55,0.19 0.77,0.11 0.63,-0.05"
inkscape:connector-curvature="0" />
<path
id="path3167"
d="m 1081.63,291.2 0.1,0.02 0.09,0.05 0.08,0.08 0.06,0.11 0.05,0.14 0.05,0.37 v 0.45 l -0.05,0.39 -0.04,0.17 -0.06,0.16 -0.07,0.14 -0.08,0.13 -0.1,0.11 -0.04,0.03 -0.04,0.03 -0.05,0.02 -0.1,0.03 -0.67,0.05 -0.24,0.04 -0.1,0.03 -0.09,0.04 -0.11,0.07 -0.06,0.05 -0.12,0.13 -0.1,0.16 -7.68,19.43 -0.41,0.6 -0.49,0.53 -0.58,0.45 -0.66,0.37 -0.73,0.26 -0.8,0.16 -0.87,0.05 -1.12,-0.1 -0.49,-0.12 -0.45,-0.17 -0.4,-0.22 -0.35,-0.27 -0.31,-0.32 -0.26,-0.37 -0.15,-0.3 -0.11,-0.31 -0.07,-0.32 -0.02,-0.33 -0.01,-0.02 0,-0.01 -0.01,-0.01 0.05,-0.61 0.06,-0.25 0.18,-0.44 0.11,-0.2 0.13,-0.18 0.15,-0.16 0.35,-0.3 0.37,-0.22 0.38,-0.13 0.2,-0.03 0.24,-0.01 0.57,0.04 0.32,0.06 0.27,0.09 0.12,0.05 0.21,0.13 0.19,0.15 0.17,0.16 0.15,0.18 0.21,0.38 0.15,0.44 0.1,0.5 0.04,0.56 0.14,-0.01 0.13,-0.03 0.13,-0.05 0.12,-0.07 0.12,-0.09 0.22,-0.23 0.73,-1.3 1.16,-3.26 -5.72,-14.72 h -1.93 l -0.1,-0.02 -0.09,-0.05 -0.08,-0.08 -0.06,-0.11 -0.05,-0.15 -0.06,-0.39 0.03,-0.8 0.06,-0.28 0.04,-0.11 0.05,-0.1 0.06,-0.08 0.12,-0.12 0.11,-0.09 0.05,-0.03 0.05,-0.02 0.05,-0.01 7.53,0 0.1,0.02 0.09,0.05 0.08,0.08 0.06,0.11 0.05,0.14 0.05,0.37 -0.03,0.81 -0.07,0.29 -0.05,0.12 -0.06,0.1 -0.06,0.08 -0.12,0.12 -0.11,0.09 -0.05,0.03 -0.05,0.02 -0.05,0.01 -0.71,0.05 -0.26,0.06 -0.21,0.08 -0.17,0.1 -0.12,0.13 -0.07,0.15 -0.02,0.17 3.5,10.24 4.08,-10.98 h -2.26 l -0.11,-0.02 -0.09,-0.05 -0.08,-0.08 -0.06,-0.11 -0.05,-0.14 -0.06,-0.37 0.03,-0.82 0.06,-0.29 0.04,-0.11 0.05,-0.09 0.05,-0.07 0.12,-0.12 0.1,-0.09 0.05,-0.03 0.05,-0.02 0.04,-0.01 0.04,0 6.41,-0.01"
inkscape:connector-curvature="0" />
<path
id="path3169"
d="m 1083.45,295.76 v -0.04 l 0.82,-4.52 h 13.79 v 1.91 l -9.8,12.75 h 7.15 l 0.86,-1.96 0.06,-0.07 0.06,-0.06 0.07,-0.05 0.08,-0.04 0.09,-0.03 0.09,-0.02 0.71,0.03 0.22,0.06 0.21,0.08 0.25,0.13 0.08,0.06 0.06,0.06 0.05,0.07 0.04,0.07 0.02,0.07 0.01,0.16 -0.01,0.01 0,0.01 -0.01,0.01 -1.24,3.98 h -13.41 v -1.9 l 9.81,-12.77 h -6.77 l -0.58,2.07 -0.1,0.15 -0.13,0.12 -0.17,0.1 -0.2,0.08 -0.23,0.06 -0.57,0.05 -0.57,-0.04 -0.22,-0.05 -0.18,-0.07 -0.14,-0.09 -0.1,-0.11 -0.06,-0.13 -0.04,-0.14"
inkscape:connector-curvature="0" />
<path
id="path3171"
d="m 1110.51,308.77 0.11,0.02 0.1,0.06 0.08,0.09 0.07,0.13 0.05,0.17 0.06,0.45 v 0.57 l -0.06,0.46 -0.05,0.17 -0.07,0.13 -0.08,0.1 -0.1,0.06 -0.11,0.02 -3.94,-0.07 -0.95,-0.21 -0.41,-0.16 -0.37,-0.2 -0.33,-0.23 -0.29,-0.27 -0.27,-0.33 -0.23,-0.39 -0.36,-0.94 -0.21,-1.16 -0.14,-7.99 -0.09,-0.36 -0.06,-0.13 -0.07,-0.11 -0.13,-0.14 -0.15,-0.12 -0.18,-0.11 -0.42,-0.19 -0.93,-0.22 -0.1,-0.07 -0.08,-0.1 -0.07,-0.14 -0.05,-0.17 -0.06,-0.45 v -0.52 l 0.06,-0.41 0.05,-0.16 0.07,-0.13 0.09,-0.1 0.1,-0.07 0.12,-0.04 0.98,-0.22 0.32,-0.15 0.12,-0.08 0.09,-0.09 0.11,-0.16 0.1,-0.18 0.15,-0.43 0.09,-0.51 0.19,-10.49 0.2,-0.81 0.28,-0.7 0.36,-0.6 0.44,-0.49 0.53,-0.38 0.61,-0.27 0.93,-0.22 3.91,-0.07 0.11,0.02 0.1,0.06 0.08,0.09 0.07,0.13 0.05,0.17 0.06,0.45 v 0.57 l -0.06,0.47 -0.05,0.17 -0.07,0.14 -0.08,0.1 -0.1,0.06 -0.11,0.02 -2.15,0.05 -0.64,0.16 -0.27,0.12 -0.23,0.14 -0.19,0.17 -0.16,0.19 -0.1,0.18 -0.16,0.45 -0.11,0.59 -0.09,9.32 -0.08,0.48 -0.13,0.45 -0.18,0.42 -0.24,0.38 -0.29,0.35 -0.34,0.31 -0.54,0.37 -0.68,0.31 -0.6,0.18 0.73,0.26 0.63,0.32 0.53,0.39 0.44,0.45 0.34,0.52 0.24,0.58 0.15,0.65 0.09,7.07 0.08,0.51 0.06,0.2 0.07,0.17 0.08,0.13 0.17,0.2 0.21,0.17 0.24,0.14 0.28,0.12 0.67,0.16 2.16,0"
inkscape:connector-curvature="0" />
<path
id="path3173"
d="m 1116.82,316.29 -0.02,0.11 -0.06,0.1 -0.1,0.08 -0.15,0.07 -0.19,0.05 -0.5,0.06 h -0.62 l -0.5,-0.06 -0.19,-0.05 -0.14,-0.07 -0.1,-0.08 -0.06,-0.1 -0.02,-0.11 v -35.55 l 0.02,-0.11 0.06,-0.1 0.1,-0.08 0.14,-0.07 0.19,-0.05 0.5,-0.06 h 0.62 l 0.5,0.06 0.19,0.05 0.15,0.07 0.1,0.08 0.06,0.1 0.02,0.11 v 35.55"
inkscape:connector-curvature="0" />
<path
id="path3175"
d="m 1119.97,280.84 0.03,-0.52 0.04,-0.2 0.05,-0.17 0.07,-0.13 0.08,-0.09 0.1,-0.06 0.11,-0.02 3.97,0.08 0.92,0.23 0.4,0.17 0.37,0.21 0.33,0.25 0.29,0.29 0.27,0.35 0.23,0.4 0.36,0.96 0.22,1.18 0.1,10.01 0.05,0.43 0.09,0.33 0.06,0.12 0.07,0.1 0.13,0.14 0.16,0.13 0.18,0.12 0.42,0.19 0.92,0.23 0.1,0.07 0.09,0.1 0.07,0.13 0.05,0.16 0.06,0.41 -0.02,0.73 -0.05,0.25 -0.03,0.1 -0.04,0.09 -0.04,0.07 -0.05,0.06 -0.05,0.05 -0.12,0.09 -0.15,0.06 -0.75,0.16 -0.38,0.14 -0.17,0.09 -0.14,0.11 -0.12,0.13 -0.08,0.12 -0.07,0.15 -0.11,0.37 -0.25,8.6 -0.2,0.8 -0.28,0.69 -0.36,0.58 -0.44,0.47 -0.53,0.36 -0.61,0.25 -0.93,0.19 -3.91,0.06 -0.11,-0.02 -0.1,-0.06 -0.08,-0.1 -0.07,-0.13 -0.05,-0.17 -0.06,-0.46 v -0.57 l 0.06,-0.45 0.05,-0.17 0.07,-0.13 0.08,-0.09 0.1,-0.06 0.11,-0.02 2.21,-0.05 0.62,-0.14 0.26,-0.1 0.22,-0.13 0.19,-0.15 0.15,-0.17 0.1,-0.16 0.08,-0.2 0.13,-0.5 0.15,-7.31 0.14,-0.64 0.24,-0.58 0.34,-0.52 0.44,-0.45 0.53,-0.39 0.63,-0.32 0.73,-0.26 -0.73,-0.23 -0.63,-0.3 -0.53,-0.37 -0.44,-0.44 -0.34,-0.51 -0.24,-0.58 -0.14,-0.65 -0.1,-9.48 -0.15,-0.78 -0.07,-0.19 -0.08,-0.15 -0.18,-0.22 -0.21,-0.19 -0.24,-0.16 -0.28,-0.13 -0.31,-0.1 -0.73,-0.12 -1.78,-0.01 -0.11,-0.02 -0.1,-0.06 -0.08,-0.1 -0.07,-0.14 -0.05,-0.17 -0.08,-0.77"
inkscape:connector-curvature="0" />
<path
id="path3177"
d="m 1134.94,300.43 -0.3,-0.03 -0.27,-0.07 -0.24,-0.11 -0.11,-0.07 -0.1,-0.08 -0.26,-0.29 -0.19,-0.3 -0.07,-0.15 -0.05,-0.16 -0.03,-0.16 -0.01,-0.16 0.61,-0.96 0.72,-0.82 0.82,-0.69 0.93,-0.55 0.41,-0.18 0.4,-0.13 0.4,-0.08 0.76,-0.01 0.7,0.1 6.49,2.37 0.37,0.04 0.29,-0.02 0.27,-0.05 0.25,-0.08 0.23,-0.11 0.41,-0.3 1.57,-1.67 0.31,0.02 0.28,0.07 0.24,0.11 0.11,0.07 0.25,0.24 0.25,0.31 0.09,0.15 0.07,0.15 0.05,0.15 0.03,0.15 0.01,0.15 -0.53,0.98 -0.66,0.84 -0.79,0.71 -0.92,0.58 -0.41,0.19 -0.41,0.13 -0.41,0.08 -0.83,0.02 -0.78,-0.09 -6.63,-2.15 -0.37,-0.04 -0.33,0.02 -0.26,0.04 -0.25,0.08 -0.45,0.23 -0.41,0.28 -1.25,1.25"
inkscape:connector-curvature="0" />
</g>
</svg>
width="1785.9"
height="37.344"
id="svg3245">
<defs
id="defs3247" />
<metadata
id="metadata3250">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
id="layer2"
style="display:inline">
<path
d="m 0.13367,16.893 0.17279,-0.305 0.0467,0.03 0.0658,0.08 0.23004,-0.171 0.64417,0.401 0.2442,0.843 -0.1347,0.922 -0.49196,0.636 -0.92955,-0.07 -0.303,-0.644 0.119,-0.894 0.33648,-0.824 0,0 z m 0,-10.6935 L 0.79284,5.0098 1.1528,3.7053 1.3778,2.3523 1.632,1.0175 1.7324,0.34313 1.8604,-0.49068 2.0479,-1.3703 2.1669,-2.1986 2.2824,-2.6374 2.4621,-2.7791 2.5788,-2.6158 2.5019,-2.1397 2.2307,-1.0133 2.0602,0.13461 1.8972,1.2808 1.7444,2.4303 1.5742,3.8515 1.4317,5.276 1.3049,6.702 1.1938,8.1291 l -0.055,1.1751 -0.06,1.1758 -0.0946,1.175 -0.0709,1.175 -0.0773,0.513 -0.11312,0.511 -0.0676,0.514 0.0131,0.52"
id="path3049"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 15.312,-1.219 -0.265,0.2107 0.123,-0.023 -0.56,0.56391 -0.592,0.87532 -0.232,0.59227 -0.105,0.051 m -2.15,-0.19083 0.09,-0.21543 0.101,-0.20173 0.81,-1.24109 0.366,-0.45172 0.309,-0.4818 -0.107,-0.062"
id="path6079"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 35.975,-1.9382 -0.381,2.79401 -0.646,3.49899 -0.975,6.7552 -0.482,6.82 -0.17,1.094 -0.153,1.093 m -7.218,0 0.594,-3.939 0.534,-3.946 0.623,-3.9912 0.402,-4.031 0.361,-2.977 0.427,-2.903 m 9.223,12.9642 -5.337,0.737 -5.343,0.63 -1.363,-0.05 -1.324,-0.243 m 0.535,-6.9502 2.06,-0.165 1.543,-0.29 3.84,-0.79 3.867,-0.508 0.606,0.179 -0.287,0.104"
id="path3061"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 56.675,-5.2959 -0.678,2.0273 -0.587,2.0576 -0.545,2.07073 -0.555,2.06647 -0.982,4.1524 -0.922,4.1674 -0.98,4.151 -1.159,4.104 -0.07,0.395 -0.06,0.371 -0.06,0.339 -0.08,0.297 m -2.406,-9.223 0.221,1.39 0.315,1.392 0.507,1.312 0.801,1.151 1.195,0.867 1.397,0.276 1.391,-0.307 1.179,-0.884 0.977,-1.082 0.609,-1.317 L 56.29,13.066 55.778,11.694 54.591,10.208 53.266,8.8208 52.047,7.3603 51.178,5.655 50.67,4.2077 50.296,2.6712 l -0,-1.5207 0.61,-1.39987 1.218,-1.19633 1.545,-0.7549 1.678,-0.1813 1.618,0.5244 0.385,0.1698 0.415,0.2416 0.21,0.3125 -0.228,0.38236"
id="path3083"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 75.789,12.482 -0.93,0.745 -0.543,1.042 -0.236,1.19 -0,1.192 0.126,0.968 0.53,0.807 0.811,0.528 0.967,0.131 1.4,-0.37 1.14,-0.876 0.841,-1.204 0.502,-1.358 0.08,-0.91 -0.224,-0.889 -0.524,-0.724 -0.818,-0.416 -0.799,-0.152 -0.848,-0.176 -0.804,0.02 z m -2.541,-13.5559 -1.067,-0.1135 -0.93,-0.1526 -0.913,0.025 -1.014,0.4207 -0.969,0.69066 -0.739,0.93673 -0.413,1.10361 0.02,1.1912 0.188,0.9411 0.467,0.8227 0.704,0.6205 0.901,0.3344 1.847,-0.049 1.676,-0.8301 1.191,-1.4148 0.39,-1.8032 L 74.369,0.90174 74.162,0.09938 73.8,-0.57869 73.119,-0.95374 m -6.018,20.38674 1.044,-1.89 1.088,-1.865 1.104,-1.855 1.091,-1.862 1.295,-1.865 1.376,-1.8089 1.373,-1.8091 1.29,-1.8671 0.984,-1.6808 1.035,-1.6506 1.1,-1.60666 1.181,-1.54894 0.165,-0.3141 0.224,-0.3258 0.115,-0.3261 -0.162,-0.3152"
id="path3089"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 108.81,19.299 -0.36,-0.07 0.23,0.08 -1.25,-0.872 -1.08,-1.116 -1.46,-1.766 -1.42,-1.793 -1.1,-1.256 -1.16,-1.189 -1.378,-1.9325 -0.748,-2.2369 -0.302,-2.3725 0.119,-2.379 0.455,-1.2438 0.714,-1.11825 1.24,-0.88626 1.45,-0.45889 1.49,0.45977 1.1,1.04649 0.51,1.41334 -0.24,1.488 -0.81,1.2113 -0.96,1.1191 -1.58,1.4289 -1.58,1.4178 -1.709,1.3919 -1.502,1.6025 -0.938,1.292 -0.865,1.343 -0.942,2.203 -0.511,2.311 0.708,1.226 1.463,0.203 2.071,-0.418 1.985,-0.779 1.38,-0.711 1.38,-0.701 1.3,-1.086 1.24,-1.161 1.4,-1.363 1.34,-1.426 0.32,-0.421 0.4,0.04"
id="path3107"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 115.49,1.7884 0.64,-1.41383 0.76,-1.40807 0.39,-0.7979 0.1,-0.3902"
id="path3111"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 129.79,19.7 -1.43,-2.502 -1.21,-2.612 -0.67,-1.426 -0.43,-1.512 -0,-2.1933 0,-2.1861 0.4,-1.761 0.5,-1.7355 0.75,-1.483 0.84,-1.4326 1.2,-1.25352 1.31,-1.13228 0.77,-0.3557 -0.46,0.3318"
id="path3119"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 137.94,19.7 0.3,-0.596 0.39,-0.71 0.44,-0.789 0.44,-0.788 1.54,-4.015 0.52,-4.2797 0,-2.7454 -0.16,-2.7092 -0.64,-2.25651 -1.36,-1.92769 -0.16,-0.2071 -0.24,0.038"
id="path3123"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 145.83,8.4718 2.16,0.1639 3.53,0.103 2.33,5e-4 1.92,-9e-4 0.22,9e-4 m -5.21,-4.8121 0,2.807 -0.12,2.096 -0.15,1.7419 -0.14,1.609 0,1.636 -0.14,0.536 m 4.46,-0.887 -0.79,-1.338 -1.26,-1.733 -1.34,-1.534 -1.53,-1.491 -1.61,-1.844 -0.97,-1.3487 -0.17,0.017 m -0.13,8.5545 1.63,-1.622 1.38,-1.262 1.57,-1.57 1.9,-1.7236 1.36,-1.7912 -0.35,0.3499"
id="path3135"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 164.41,8.4718 1.42,0.1457 2.19,0.2553 7.89,0 0,0.2674 m -4.68,-8.0201 -0.53,2.1057 -0.16,0.6028 -0.13,2.7557 -0.13,2.5231 -0.15,2.3396 -0.26,2.207 -0.51,1.902 -0.4,1.314 -0.27,0.959"
id="path3147"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 180.79,17.145 -0.65,-0.271 -0.36,-0.587 0.1,-0.275 0.22,-0.198 0.27,-0.127 0.27,-0.124 0.25,0.03 0.13,0.238 0,0.328 -0,0.33 -0,0.391 -0.19,0.326 -0.1,0.291 -0.1,0.296 -0.14,0.3 -0.16,0.29 -0.18,0.349 -0.16,0.357 -0.1,0.1 0.1,-0.02"
id="path3161"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 183.93,8.3382 1.26,-0.2532 1.47,-0.1557 2.08,0.01 1.33,-0.2592 1.34,-0.1415 1.6,0 0,0.1294"
id="path3163"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 196.22,17.027 0.58,-0.404 0.69,-0.125 0.56,0.508 -0,0.75 -0.32,0.513 -0.6,0.174 -0.6,-0.188 -0.36,-0.638 0.11,-0.626 0.43,-0.55 0.59,-0.235 0.3,0.462 0,0.05 0,0.05"
id="path3165"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 203.71,19.7 2.25,-5.247 2.13,-5.2819 2.71,-7.1318 2.13,-4.3945"
id="path3167"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 225.1,-1.0186 -1.2,0.71992 -1.09,0.86296 -0.99,0.97252 -0.91,1.0487 -1.09,2.47 -0.72,2.5981 -0.45,2.6714 -0.25,2.688 0.12,1.602 0.42,1.564 0.73,1.435 1.04,1.217 1.14,0.575 1.2,0.457 1.24,0.332 1.26,0.197 1.63,-0.278 1.39,-0.821 1.13,-1.198 0.84,-1.411 0.82,-1.798 0.58,-1.895 0.38,-1.95 0.25,-1.9621 0,-1.5034 -0.1,-1.5016 -0.19,-1.4897 -0.32,-1.4671 -0.35,-0.8242 -0.3,-0.864 -0.42,-0.77329 -0.71,-0.55176 -1.19,-0.56942 -1.27,-0.43705 -1.3,-0.21548 -1.32,0.095 -0.21,0.0904 -0.21,0.1023 -0.21,0.10726 -0.21,0.10533"
id="path3171"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 235.25,19.433 1.38,-0.396 1.45,-0.03 1.44,-0.07 1.37,-0.507 0.25,-0.07 0.33,-0.125 0.31,-0.08 0.16,0.07 m -4.28,-15.6396 1.11,-1.1324 1.14,-1.26266 1.09,-1.17357 0.96,-0.86537 -0.68,2.8729 -0.58,2.8939 -0.52,2.908 -0.47,2.915 -0.5,2.4398 -0.34,2.474 -0.32,2.471 -0.49,2.435"
id="path3175"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 252.5,1.3874 0.4,-0.52187 0.53,-0.81476 1.28,-1.0467 1.77,-0.43727 2.07,-0.1313 1.9,0.67959 0.44,1.67424 -0.65,1.83747 -0.98,1.8331 -0.99,1.8314 -1.14,2.0381 -1.33,1.9136 -0.91,1.703 -0.89,1.709 -0.93,1.935 -0.99,1.9 -0.64,1.268 -0.61,1.145 1.56,-1.087 1.82,-0.535 2.04,-0.03 1.93,0.519 2,0.486 2.09,0.04 0.31,-0.07 0.34,-0.06"
id="path3177"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 277.36,2.1894 0.59,-1.0545 0.87,-0.85045 0.99,-0.79139 1.12,-0.58986 1.24,-0.3385 1.27,-0.08 1.77,0.3189 1.7,0.59907 0.67,0.33979 0.55,0.49148 0.43,0.6075 0.23,0.72076 0.1,0.7488 -0.15,0.7269 -0.44,1.2644 -0.61,1.1912 -0.73,1.084 -0.88,0.9588 -0.75,0.6912 -0.85,0.5535 -1.24,0.6926 -1.28,0.5865 -0.79,0.217 -0.81,0.04 -0.14,0.04 0.54,0.09 1.42,0.269 1.36,0.461 0.96,0.854 0.53,1.151 0.28,1.088 0.1,1.11 -0,1.016 -0.23,0.976 -0.46,0.983 -0.64,0.883 -0.95,0.76 -1.08,0.594 -0.81,0.331 -0.85,0.12 -1.31,-0.09 -1.27,-0.305 -1.46,-0.734 -1.41,-0.842 -0.94,-0.907 -0.91,-0.923 -0.31,-0.693 -0.13,-0.745 0,-0.602 0.38,-0.452"
id="path3185"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 311.58,-1.6869 -1.41,3.7614 -1.8,3.5903 -0.73,2.0832 -0.58,2.1305 -0.82,3.2515 -0.87,3.237 -0.67,1.946 -0.63,1.951 -0.1,0.05 -0.1,0.05 m -2.54,-21.9212 -0.1,0.92884 -0.42,1.1894 -1.3,3.50806 -1.38,3.4742 0.46,0.1535 0.85,-0.1731 2.41,0.011 2.4,-0.2463 2.07,-0.027 2.07,0 1.25,0.272 1.29,-0"
id="path3193"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 323.21,-1.9542 -1.34,4.812 -1.34,4.812 2.29,-1.0383 2.45,0.1142 1.83,0.5326 1.45,1.1971 0.87,1.5336 0.45,1.708 0,1.925 -0.51,1.85 -0.6,1.532 -0.72,1.474 -1.18,1.072 -1.54,0.384 -2.34,0.154 -2.32,-0.317 -1.75,-0.989 -1.5,-1.327 -0.71,-1.65 0.36,-1.472 m 3.21,-6.8169 0.76,-1.7145 0.55,-1.8246 0.57,-2.1738 0.61,-2.16571 0.16,-0.78289 0.13,-0.7337 0.28,-0.1556 0.7,-0.1675 1.6,0.1933 1.58,0.2758 2.88,0.03 2.88,0 -0.1,0.012 -0.1,-0.012"
id="path3197"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 351.55,9.2738 0.13,0.5347 m -1.07,-11.7627 -1.44,0.9113 -1.24,1.19733 -1.62,1.50667 -1.5,1.625 -1.95,2.2134 -1.6,2.4631 -0.62,1.51 -0.64,1.5074 -0.77,2.896 0,2.97 0.48,1.428 1.15,0.947 1.89,0.987 2.12,0.05 1.61,-0.345 1.44,-0.719 2.84,-2.986 1.3,-3.877 -0.16,-2.107 -1.19,-1.6639 -1.91,-0.9326 -2.05,-0.5085 -2.68,0.1204 -2.62,0.7252 -0.85,0.4464 -0.3,0.8628"
id="path3203"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 365.18,9.1402 2.04,-0.1327 2.05,-0.1331 0.15,0.029 0,-0.1646 m -10.83,-10.4261 1.43,-0.2862 1.5,0.019 2.28,-10e-5 2.28,10e-5 1.68,0.1497 1.7,-0.016 1.65,0 1.65,0 -0.36,0.6894 -0.45,0.67838 -1.26,2.47372 -1.4,2.398 -0.74,1.6074 -0.79,1.5918 -0.69,1.456 -0.79,1.3999 -1.07,2.137 -1.12,2.108 -0.58,1.449 -0.67,1.409 -0.63,1.501 -0.75,1.446 -0.15,0.255 -0.18,-0.01"
id="path3209"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 389.37,7.5361 -0.67,-0.9032 -0.62,-0.954 -0.62,-1.1764 -0.45,-1.2519 -0.26,-1.2275 -0.1,-1.25243 0.48,-1.39754 0.94,-1.13303 1.03,-0.5098 1.14,-0.1818 1.82,-0.042 1.83,0 0.93,0.5304 0.84,0.647 0.69,1.23381 0.23,1.40559 -0.3,1.0124 -0.62,0.8975 -0.82,0.7717 -0.8,0.7997 -1.43,1.2627 -1.62,0.9899 -0.75,0.4383 -0.78,0.017 -0.12,0.7157 -0.5,0.5488 -1.09,1.1023 -1.01,1.1756 -0.76,1.942 -0.25,2.074 0.15,1.155 0.66,0.97 1.14,1.118 1.4,0.736 1.91,0.369 1.96,0.01 1.09,-0.43 0.88,-0.745 0.6,-0.986 0.49,-1.045 0.4,-1.297 0.15,-1.338 0,-1.092 -0.3,-1.038 -0.76,-0.959 -1.06,-0.5996 -1.76,-0.6916 -1.6,-1.0073 -0.88,-0.3005 z"
id="path3211"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 417.58,3.3925 -1.07,3.2785 -1.16,3.241 -0.85,1.793 -1,1.717 -0.26,0.437 0.1,0.03 -0.23,0.555 -0.21,0.148 -1.72,2.514 -1.87,2.414 -0.23,0.288 -0.15,0.03 m 6.63,-20.9862 -2,-0.5455 -2.11,0.096 -1.63,0.87346 -1.33,1.2981 -0.79,1.72544 -0.26,1.878 0.73,2.2488 1.75,1.5864 1.82,0.4981 1.91,-0.086 1.49,-0.8688 1.26,-1.2017 1.21,-2.2833 -0,-2.5679 -0.99,-2.04271 L 414,-1.2085"
id="path3221"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 427.74,13.418 -0.25,0.146 -0.17,-0.04 0,-0.1 0.31,-0.03 -0.45,0.23 -0.34,0.462 -0.11,0.559 0.25,0.522 0.54,-0.192 0.42,-0.474 0.14,-0.575 -0.31,-0.495 -0.2,0.109 -0.11,0.209 -0.1,0.248 -0.1,0.222 m 2.14,-10.1592 -0.67,-0.065 -0.53,0.3421 -0.33,0.5886 -0.1,0.6749 0.37,0.5338 0.59,0 0.52,-0.3893 0.14,-0.6464 0.1,-0.5213 -0.15,-0.4544 -0.34,-0.237 -0.53,0.1309 -0.17,0.1409 -0.12,0.1826 -0.11,0.1977 -0.12,0.1863"
id="path3225"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 441.1,13.551 0.1,-0.314 -0.21,-0.178 -0.15,0.02 0.24,0.276 -0.13,0.157 -0.3,-0.08 -0.32,-0.02 -0.17,0.31 -0.1,0.563 0.35,0.167 0.42,-0.191 0.13,-0.513 0.16,0.07 -0.11,0.457 -0.2,0.578 -0.11,0.435 -0.25,0.547 -0.41,0.39 -0.48,0.323 -0.44,0.345 m 3.07,-12.4312 -0.65,-0.067 -0.52,0.4229 -0.15,0.5895 0.45,0.4332 0.51,-0.2837 0.35,-0.5478 -0,-0.5183 -0.56,-0.1954 -0.24,0.018 -0.17,0.1219 -0.1,0.1939 0,0.234"
id="path3229"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 462.76,0.7191 0.36,-0.0977 -0.25,0.1129 0.28,-0.2652 -0,0.16341 -2,1.13664 -1.82,1.4495 -0.74,0.5754 -0.7,0.6104 -1.37,1.3912 -1.48,1.2844 -0.83,0.6781 -0.65,0.8474 2.27,1.8665 2.35,1.772 2.42,1.775 2.51,1.633 0.92,0.673 0.61,0.956 0.12,0.286 0.17,0.262"
id="path3233"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 473.32,12.215 2.95,-0.232 2.78,-0.18 2.23,-0.123 7.27,-0 -0.4,0.14 m -14.03,-8.0205 3.06,-0.1403 2.6,-0.1476 8.16,0.017 -0.86,0.1375"
id="path3237"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 500.32,-0.75124 1.37,1.14884 1.27,1.2743 2.19,2.2084 2.35,2.0451 0.85,1.0536 0.83,1.0752 -0.22,1.162 -0.95,0.8228 -2.17,1.7 -2.06,1.84 -1.06,1.221 -1.09,1.186 -1.76,2.025 -1.82,1.956"
id="path3241"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 519.57,19.299 0.1,-0.222 0.13,-0.149 0.1,0 -0.12,0.253 0.3,-0.338 0.21,0.209 0,0.385 -0.31,0.192 -0.16,-0.197 0.16,0.23 0.1,0.375 -0.31,0.24 -0.58,0.02 -0.25,-0.378 0.12,-0.443 0.55,-0.183 0,0 z m -2.41,-16.3075 -0.28,-0.8091 -0.17,-0.8632 0.1,-0.84531 0.4,-0.75569 0.9,-0.8231 1.02,-0.6854 1.09,-0.5489 1.17,-0.339 0.67,-0.024 0.66,0.1297 0.64,0.2227 0.63,0.2426 0.81,0.4845 0.61,0.70915 0.4,0.85013 0.19,0.92626 0,1.26166 -0.33,1.2007 -0.6,1.101 -0.82,0.9561 -1.09,1.0207 -1.09,1.0098 -1.05,1.0525 -0.86,1.2144 -0.52,1.0033 -0.41,1.052 -0.25,1.099 0,1.129 0,0.811 0,0.804 0.34,1.582"
id="path4019"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 545.76,4.3281 -0.61,-0.365 -0.71,-0.054 -0.74,0.1191 -0.7,0.1549 -1.23,0.5057 -1.07,0.7713 -0.87,0.9985 -0.58,1.1878 -0.28,0.6693 -0.13,0.7009 -0,0.7182 0,0.7213 0,0.796 0.39,0.642 0.65,0.401 0.79,0.07 0.77,-0.221 0.62,-0.483 0.49,-0.637 0.4,-0.683 0.56,-0.8184 0.51,-0.8456 0.45,-0.8739 0.39,-0.9029 0.12,-0.4169 0.14,-0.4637 0.11,-0.1925 0,0.397 -0,0.3405 -0.1,0.3042 -0,0.2175 0,0.081 -0.36,0.8974 -0.28,0.9262 -0.16,0.9499 -0,0.9686 -0,0.688 0.21,0.636 0.44,0.499 0.63,0.277 0.75,-0.17 0.57,-0.512 0.47,-0.669 0.44,-0.64 0.56,-0.939 0.47,-0.9883 0.35,-1.0346 0.2,-1.077 0.23,-1.3951 0.1,-1.4215 -0.2,-1.3887 -0.57,-1.2966 -0.57,-0.62131 -0.67,-0.52331 -0.74,-0.40206 -0.8,-0.25757 -0.8,-0.27618 -0.81,-0.17497 -0.84,-0.0921 -0.83,-0.0277 -0.88,0.20561 -0.86,0.27563 -0.83,0.34023 -0.81,0.3994 -0.48,0.28634 -0.39,0.38923 -0.36,0.4224 -0.4,0.386 -0.45,0.4907 -0.38,0.5365 -0.34,0.5664 -0.31,0.5806 -0.44,0.6958 -0.3,0.7603 -0.21,0.793 -0.19,0.7938 -0.29,1.2212 -0.11,1.2476 0,1.2583 0,1.252 0.17,0.755 0.24,0.734 0.32,0.709 0.37,0.681 0.55,0.947 0.73,0.818 0.86,0.693 0.94,0.567 0.88,0.296 0.91,0.214 0.92,0.105 0.93,-0.03 1.01,-0.09 1,-0.162 0.96,-0.3 0.87,-0.497 1.11,-0.915 0.93,-1.085 0.85,-1.166 0.85,-1.157 0.31,-0.508 0.29,-0.541 0.31,-0.512 0.37,-0.424"
id="path4029"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 559.28,19.464 0.98,-1.944 2.99,-5.044 2.33,-3.4324 1.88,-3.3523 2.14,-3.6565 1.99,-2.7062 0.99,-0.1394 0.6,4.2906 0.86,4.2951 0.95,4.9241 0.7,4.107 0.59,3.034 -0.44,-1.991 -0.1,-0.284 -0.72,-3.239 -0.31,-3.966 -2.01,-0.9936 -7.58,-0 9.23,-0.1604"
id="path4061"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 582.67,7.8107 -0.86,2.9623 -0.54,3.059 -0.27,1.886 -0.22,1.881 0,1.61 -0.37,1.271 0.52,-3.259 0.25,-3.294 0.4,-2.288 0.28,-2.2983 0.65,-2.7729 0.21,-4.7244 0.28,-1.7898 0.68,-1.5085 1.43,-1.0184 1.87,-0.3795 2.36,-0.254 2.42,0.4653 1.54,1.172 0.79,1.93492 0.46,2.21068 -0.58,1.9602 -0.54,1.8119 -1.16,1.0798 -4.13,0.7172 -4.22,0.3475 -1.08,-0.4131 0.36,-0.013 2.58,0.288 2.67,-0.2682 2.47,-0.1504 2.21,0.778 1.68,2.1765 0.68,2.576 -0.31,2.907 -1.05,2.539 -1.75,1.399 -2.26,0.322 -1.98,0.03 -3.04,-0.09 -2.13,-0.655 -2.28,-0.369 0.96,0.518 1.18,0.03 5.69,0.606 4.98,-1.163"
id="path4065"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 615.77,-0.30606 -1.69,-0.33327 -1.58,-0.24906 -1.55,0.0233 -1.47,0.45709 -1.12,0.49597 -1.17,0.40143 -1.09,0.82188 -1.13,0.7423 -0.84,0.7292 -0.8,1.2547 -0.73,1.1711 -0.64,1.2234 -0.38,1.5197 -0.35,1.4958 -0.26,1.4875 0,1.514 0.14,1.415 0.32,1.401 0.65,1.437 0.93,1.251 1.01,0.709 1.12,0.537 1.14,0.414 1.2,0.09 2.09,-0 2.09,0 1.09,-0.336 1.18,-0.543 1.52,-0.738 1.3,-1.037 1.03,-1.552 0.83,-1.675"
id="path4077"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 626.9,-1.1522 0.52,-0.8525 0.12,0.504 -0.61,-0.2012 0.81,-0.5853 -0.8,1.61898 -0.46,1.78602 -0.79,3.0646 -0.55,3.1198 -0.32,1.5377 -0.31,1.5241 -0.38,1.357 -0.41,1.347 -0.36,1.416 -0.53,1.358 -0.38,1.256 -0.22,1.3 -0.14,0.829 -0.14,-0.02 -0.87,0.162 0.22,0.105 1.18,-0.06 1.17,0.477 1.69,-0.191 1.7,-0.119 1.59,-0.288 1.53,-0.474 1.28,-0.775 1.08,-1.035 1.13,-1.208 0.89,-1.424 0.84,-1.608 0.85,-1.483 0.63,-1.5621 0.64,-1.5737 0.1,-1.4248 0,-1.4398 -0.11,-1.3217 -0.58,-1.1847 -0.68,-1.2281 -0.89,-1.09326 -1.42,-0.93621 -1.55,-0.67663 -1.89,-0.016 -1.89,0.19305 -0.84,-0.008 z"
id="path4079"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 646.68,8.2713 -0.11,1.9347 -0.15,1.938 0,1.542 -0.25,1.453 -0.34,1.552 -0.48,1.52 0.65,1.003 1.54,-0.196 1.67,-0.122 1.68,-0.105 1.73,-0.228 1.75,-0.218 1.73,-0.109 1.73,-0.113 0.69,-0.07 0.44,0.309 m -10.43,-19.5152 -0.16,1.66367 -0.35,1.64563 -0.41,2.266 -0.5,2.2454 -0.35,1.0829 0.68,0.4788 1.75,-0.035 1.75,0.01 1.81,0.4972 1.89,0.035 1.22,0 1.23,4e-4 1.22,0.3038 1.36,-0.055 -0.65,0.043 -0.59,0.2425 m -11.77,-1.3367 0.1,-0.7574 0.2,0.1971 -0,-0.01 0.24,-1.0692 0.24,-1.8438 0.29,-1.8401 0.39,-1.5908 0.38,-1.59149 0.78,-0.97571 1.25,-0.1544 2.83,0.01 2.83,-0.019 1.52,0.3084 1.52,0.274 1.24,-6e-4 -0.15,0.2371"
id="path4095"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 671.28,9.0065 -0.13,0.9576 -0.47,0.9119 -0.44,2.284 -0.55,2.257 -0.41,1.545 -0.38,1.553 -0.15,1.169 -0.41,1.085 m 4.27,-22.4559 -0.44,2.62341 -0.39,2.63429 -0.14,2.2444 -0.19,2.2295 -0,1.1336 0.89,0.025 1.44,-0.2035 1.46,0.01 3.79,0 3.78,0 0.29,0.1139 -0,0.4208 m -11.76,-0.5347 0.3,-1.925 0.17,-1.9312 0.26,-1.7869 0.1,-1.8018 -0.1,-1.51829 0.63,-1.17971 1.67,-0.02 1.67,0 4.16,7e-4 4.17,-0 -0.28,0.28566 -0.47,-0.0146"
id="path4101"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 706.03,9.5412 1.41,0.6588 1.51,0.192 1.42,0.207 1.43,0.06 0.84,0.232 0.88,-0.01 m -3.75,-10.69357 -0.84,-0.47351 0.25,-0.2129 0.47,0.52468 -0.32,-0.29325 -1.72,-0.64602 -1.92,3.8e-4 -1.62,0.26007 -1.54,0.53673 -1.54,0.94705 -1.42,1.07874 -0.92,1.3252 -0.96,1.2891 -0.65,1.4698 -0.39,1.5615 -0.27,1.9778 0,2.0122 0.21,1.922 0.54,1.818 0.45,1.518 0.56,1.489 1.02,0.984 1.18,0.556 1.27,0.287 1.26,0.276 1.74,-0.07 1.49,-0.965 1.08,-1.185 0.88,-1.348 0.73,-1.435 0.49,-1.544 0.48,-1.43 0.3,-1.491 0.23,-0.9456 -0.1,0.2136 -0.2,0.374 -0.3,0.309"
id="path4109"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 736.78,-1.4196 0.3,1.67896 -0.27,1.62954 -0.16,1.5529 -0.2,1.5316 -0.26,1.7229 -0.21,1.7379 -0.13,1.5788 -0.23,1.581 -0.17,1.541 -0.13,1.549 -0.17,1.45 0,1.492 -0.23,1.388 -0,1.453 -0.13,0.446 -0.14,0.391 m -9.63,-12.8322 2.14,-3e-4 2.14,3e-4 1.65,0.287 1.7,-0.02 1.27,-2e-4 1.26,2e-4 0.3,0.3684 -0.3,0.1662 m -9.89,-10.6934 0.3,1.43736 -0.28,1.41994 -0.1,1.3853 -0.2,1.367 0,1.5472 -0.24,1.5198 -0,3.167 0,3.17 -0.36,1.352 -0.22,1.39 -0.4,1.4 -0.1,1.429"
id="path4121"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 749.34,19.165 2.59,-0.529 2.32,-0.34 1.76,-0.2 1.35,0 m -1.27,-19.7829 -0.4,2.7792 -0.59,3.1115 -0.39,2.8872 -0.55,2.7081 -0.28,2.5449 -0.26,2.035 -0.3,1.846 -0.18,2.186 -0.1,0.286 m -1.07,-19.8492 2.27,-0.5344 3.77,0.025 0.37,0.2399 0.81,0"
id="path4127"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 767.79,-1.4196 4.27,0 4.28,0 0.71,0.097 0.11,1.05815 -0.27,1.51525 -0.29,1.5215 0,1.4175 -0.23,1.3914 -0.24,1.6279 -0.12,1.646 -0.35,1.6119 -0.13,1.629 -0.58,1.499 -0.52,1.519 -0.52,1.127 -0.62,1.098 -1.2,1.623 -1.81,0.78 -1.35,-0.159 -1.14,-0.761 -0.51,-1.059 -0.37,-1.112 -0.27,-1.292 0.38,-1.232 0.15,-0.394 0.32,-0.182"
id="path4129"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 790.78,8.3382 1.28,1.0888 1.12,1.192 0.92,1.181 0.88,1.186 0.72,0.726 0.69,0.894 0.58,0.571 0.66,0.743 0.95,0.954 0.88,0.956 0.62,0.587 0.35,0.738 0.25,0.02 0.26,-0.01 m -10.7,-10.1585 1.27,-1.1538 1.29,-1.1288 1.44,-1.3606 1.66,-1.0825 1.45,-1.0411 1.54,-0.9098 1.06,-0.7581 0.98,-0.84203 1.02,-0.90429 1.04,-0.73343 -0.71,0.29089 -0.54,0.53416 m -10.16,-2.406 -0,1.4394 -0.27,1.3954 -0.26,1.6819 -0.26,1.6689 -0.1,1.5424 -0.21,1.5274 -0.24,1.4899 -0.3,1.4874 -0.36,1.7962 -0.21,1.817 -0.19,1.219 -0.28,1.168 -0.1,1.451 -0.28,1.427 -0.2,0.654 -0.26,0.675 0.3,-0 0.25,-0.249"
id="path4135"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 815.1,-1.6869 -0.58,2.08191 -0.77,2.02789 -0.16,1.4328 -0.27,1.435 -0.26,1.5346 -0.42,1.5263 -0.28,1.4048 -0.19,1.4226 -0.21,1.237 -0.28,1.157 -0.18,1.246 -0.34,1.182 -0.43,1.354 -0.18,1.385 0.81,0.677 1.22,0.246 1.03,0.04 1.03,-0 4.37,0 4.38,0 0.25,0.03 -0.25,0.235"
id="path4137"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 846.12,3.2638 0.66,-0.9796 0.55,-1.3641 1.05,-1.52714 1.41,-1.12066 2.22,-0.6912 2.29,-0.2315 1.23,0.4413 0.86,0.6259 0.81,1.20125 0.72,1.31442 0.24,1.68203 0.29,1.6676 -0.22,1.436 -0.52,1.3705 -0.7,2.1659 -0.75,2.1465 -0.46,1.957 -0.58,1.913 -0.47,2.189 0.25,2.019 1.73,0.78 1.73,-1.211 0.16,-0.25 0.1,-0.296 m -22.46,-18.98089 0.35,-0.86041 -0.1,0.43673 0.14,0.0112 0.68,-0.92726 1.81,-0.8162 2.02,0.1506 1.71,0.7093 1.32,1.24421 1.22,1.90069 0.62,2.2095 0.14,2.876 -0,2.8861 -0.25,1.7284 -0.4,1.718 -0.37,1.844 -0.33,1.86 -0.29,1.619 -0.23,1.271 0,-0.07 0,-0.07 0,-0.101 -0,-0.1 m -11.76,-18.17922 1.64,-0.85207 1.42,-1.15841 0.66,-0.7641 0.32,0.5799 -0.44,2.2746 -0.41,2.2753 -0.36,2.2674 -0.4,2.2603 -0.47,2.2923 -0.32,2.306 -0.54,2.056 -0.5,2.065 -0.47,1.401 -0.45,1.463 -0.23,1.179 0.12,-0.301 0.2,-0.322 0.23,-0.309"
id="path4149"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 867.5,2.3231 1.4,-1.1819 1.05,-1.48928 0.27,-0.29268 0.36,-0.24782 0.97,-0.71082 1.08,-0.6972 1.83,-0.4374 1.88,-0.033 1.57,0.1999 1.48,0.572 1.23,1.21275 0.29,1.85805 -0.28,2.2773 -0.52,2.2393 -0.37,1.6503 -0.36,1.6456 -0.48,1.9199 -0.44,1.925 -0.52,2.084 -0.31,2.113 0.48,1.518 0.56,1.381 2.13,0.144 1.95,-0.774 0.19,-0.26 0.1,-0.308 M 865.1,0.18443 l 0.1,-0.76494 0.1,0.33085 0.12,-0.24962 0.53,-0.84702 1.14,-0.7798 0.67,0.9503 0.1,1.8749 -0.19,1.8591 -0.26,1.7634 -0.34,1.7411 -0.31,1.6848 -0.31,1.689 -0.5,1.7005 -0.32,1.744 -0.34,1.682 -0.23,1.687 -0.39,1.52 -0.31,1.501 0,1.027 0,-0.267 0,-0.166 0,-0.165"
id="path4153"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 886.48,-2.4889 1.77,-0.01 1.7,0.2846 -0.28,0.4424 -0.83,0.7015 -1.01,1.21345 -0.86,1.31075 -0.56,1.6245 -0.19,1.7042 -0.26,1.7561 0,1.7773 -0,1.8591 0.25,1.838 0.32,1.809 0.5,1.776 0.94,1.69 1.07,1.621 2.24,1.295 2.64,-0.06 1.89,-0.241 1.8,-0.55 2.37,-1.62 1.49,-2.429 0.69,-1.767 0.41,-1.853 0.25,-1.8324 -0.15,-1.8445 -0.53,-2.0845 -0.76,-2.0065 -0.89,-1.4955 -1.25,-1.192 -0.82,-0.80712 -0.94,-0.84014 -1.11,-0.64564 -1.17,-0.5397 -3.66,-0.8116 -1.56,0.1741"
id="path4159"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 912.41,0.18443 -0.1,-0.7624 0,0.44239 0.39,-0.41418 0.53,-0.87534 3.05,-1.3754 3.36,-0.2357 1.54,0.5549 1.41,0.8056 0.9,0.4696 0.41,0.77064 0.93,1.40494 0.4,1.73472 -0.57,1.6281 -1.16,1.3479 -1.26,1.2014 -1.36,1.0806 -1.71,0.9287 -1.8,0.7511 -1.97,0.452 -2,0.251 -1.27,-0.4528 -1.13,-0.6184 m 0,-9.89137 0.32,-0.82323 0,0.4203 0.23,-0.5655 0.81,-0.1251 -0.14,2.01683 -0.42,1.97727 -0.47,2.6573 -0.46,2.6594 -0.44,1.9625 -0.24,1.9888 -0.31,1.862 -0.43,1.835 -0.41,1.899 -0.26,1.923 -0.23,0.984 0,0.556 0.1,-0.319 -0,-0.324"
id="path4165"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 943.24,11.646 0.41,0.168 0.91,1.109 1.1,0.861 0.8,1.139 0.92,1.123 0.95,1.088 0.94,1.168 1.22,0.871 0.87,-0.04 0.46,-0.497 0.1,-0 0.1,-0 m -11.5,-19.59421 -0.89,-0.35659 0.53,-0.085 -0.24,0.2074 -1.14,-0.5839 -2.11,0.023 -1.39,1.65841 -1.06,1.64059 -0.58,1.8573 -0.45,2.1919 -0.15,2.2238 0,2.3202 0.6,2.226 1.11,2.234 1.62,1.977 1.59,1.29 1.86,0.899 2.72,-0.02 2.49,-1.056 1.55,-1.543 1.17,-1.863 0.98,-1.814 0.53,-1.95 0.32,-2.3816 0,-2.4132 -0.76,-2.3417 -1.35,-2.0176 -2.04,-1.31137 -2.26,-1.01274 -2.12,-0.0941 -1.97,-0.6632 -2.02,-0.058 -1.21,0.91021"
id="path4214"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 963.48,-0.61757 0.92,-0.86953 1.06,-0.6971 1.11,-0.6289 1.09,-0.6651 1.26,-0.4534 1.34,-0.2046 1.34,0.071 1.28,0.3725 1.17,0.8015 0.82,1.0418 0.43,1.24568 -0,1.41301 -0.12,0.98341 -0.22,0.9654 -0.34,0.921 -0.46,0.8503 -0.52,0.9399 -0.71,0.8816 -0.86,0.778 -0.96,0.6294 -1.24,0.7871 -1.38,0.4708 -1.44,0.3354 -1.41,0.3806 -0.87,0.082 -1.05,0.01 -0.89,-0.02 -0.4,0.01 1.23,-0 1.2,-0.2036 1.2,-0.099 1.2,0.3085 0.68,0.4785 0.54,0.572 0.48,0.654 0.52,0.728 0.34,1.444 0.29,1.473 0.28,1.483 0.36,1.471 0.12,0.548 0.2,0.463 0.24,0.371 0.25,0.271 0,0.175 0.25,0.03 0.26,0.108 0.1,0.407 1.24,0.451 1.28,0.02 1.11,-0.52 0.73,-1.178 0.44,-0.759 0.18,-0.893 0.1,-0.893 0.2,-0.76 m -15.24,-16.30723 0.24,-0.61797 0.35,-0.2849 0.13,0.094 -0.42,0.51761 0,0.0368 0.67,-0.74301 0.71,-0.608 0.17,0.4418 -0.18,1.44857 -0.37,1.42173 -0.38,1.4226 -0.23,1.4511 -0.29,1.1549 -0.15,1.113 -0.19,1.0793 -0.39,1.0537 -0.1,1.3704 -0.23,1.346 -0.29,1.334 -0.25,1.336 -0.23,1.004 -0.23,0.983 -0.22,0.987 -0.18,1.015 -0.16,0.547 -0.17,0.55 -0.1,0.559 0,0.573"
id="path4218"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 997.16,1.5211 -0.26,-0.4398 -0,-0.398 0.13,-0.0807 0.15,0.51211 -0.1,0.023 -0.14,-0.74814 -0.21,-0.96382 -0.32,-0.62394 -0.76,-0.8479 -0.94,-0.5693 -1.04,-0.3796 -1.07,-0.2786 -1.2,-0.2279 -1.23,-0.059 -1.18,0.2524 -1.05,0.7063 -0.68,0.6642 -0.68,0.6576 -0.58,0.70598 -0.34,0.80909 -0.1,1.17903 0.17,1.1859 0.53,1.0007 0.99,0.6235 0.45,0.5081 0.78,0.3972 0.93,0.349 0.9,0.3637 0.97,0.3235 0.97,0.2739 0.95,0.2579 0.9,0.2756 0.29,0.3057 0.36,0.1991 0.27,0.1769 -0,0.2391 0.46,0.1807 0.3,0.3974 0.21,0.2903 0.23,-0.1405 0.59,1.088 0.46,1.1251 0.37,1.161 0.28,1.196 -0,0.996 0,0.999 -0.1,0.974 -0.32,0.924 -0.27,0.663 -0.44,0.641 -0.46,0.579 -0.35,0.476 -0.58,0.384 -1.03,0.326 -1.17,0.1 -1.02,-0.303 -1.02,-0.41 -1.05,-0.621 -0.93,-0.654 -0.61,-0.504 -0.33,-0.233 -0.31,-0.394 -0.27,-0.32 -0.19,-0.02 -0.37,-0.593 -0.4,-0.808 -0.3,-0.911 -0.1,-0.901 0.26,-0.883 0.52,-0.728 0.68,-0.198 0.73,0.706"
id="path4220"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 1014.7,-2.1547 -0.4,3.4794 -0.1,5.6491 -0.2,2.8677 0,9.5915 0,-0.268 m -7.2,-20.5846 0.7,-0.2322 -0.2,0.1031 3.3,-0.4059 2.6,4e-4 3,-0.5569 3.2,-0.259 2.6,0.3407 0.3,0.2078 0.1,0"
id="path4224"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 1032.7,-1.1522 0.6,-0.8255 0.3,0.1659 -0.6,0.4772 0.3,-0.2247 0.6,-0.3936 0.2,0.6641 -0.3,2.2678 -0.3,2.2693 -0.2,1.6348 -0.1,1.6507 0,3.9092 0,3.91 0.7,1.985 1.1,1.757 1.2,1.004 1.5,0.809 1.6,0.361 1.5,-0.567 1,-1.168 0.8,-1.342 0.8,-1.94 0.6,-2.04 0.2,-0.61 -0.1,-0.342 0.6,-1.774 0.3,-1.8207 0.2,-1.8367 0.1,-1.8356 0.2,-1.5176 0.2,-1.5257 0.3,-1.72737 0.4,-1.69923 0,-0.6233 -0.1,0.458 -0.1,1.89931 -0.4,1.84529 -0.5,2.8175 -0.3,2.8298 -0.2,1.7963 -0.1,1.812 0,1.765 0,1.765 0.5,1.6 0.3,1.623 1.2,1.545 1.9,0.499 1.8,-0.909 1.1,-1.604 0.2,-0.137 0,-0.211"
id="path4226"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 1057.6,-1.4196 0.1,-0.8862 0,0.6209 0.4,-0.7664 1.1,-0.1416 0.5,2.3163 0.3,2.3781 0.1,2.0784 0.4,2.0665 0.6,2.6063 0.5,2.5943 0.7,2.606 0.5,2.621 0.4,1.876 0.8,1.541 1.1,-1.605 0.8,-2.089 0.8,-2.497 0.7,-2.551 0.6,-1.8879 0.6,-1.9404 1,-2.3619 0.9,-2.3439 0.6,-1.2406 0.7,-1.10199 0.6,-1.19733 0.7,-1.15838 0.5,-0.4813 0,-0.6589"
id="path4228"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 1081.9,-1.6869 0.7,-0.696 0.1,0.3575 -0.6,0.3035 0.2,-0.4563 1.1,-0.5819 0.4,0.8722 0,8.3879 0,8.388 0.3,1.692 0.2,1.759 0.9,1.447 1.4,0.904 1.3,-0.271 1,-0.845 0.6,-1.197 0.6,-1.194 0.5,-1.695 0.4,-1.723 0.3,-1.41 0.2,-1.428 0.4,-1.6401 0.4,-1.5858 0,1.7631 0,1.7738 0,0.622 0,0.622 -0.3,2.061 0.1,2.182 0.3,1.85 1.2,1.515 1.3,0.648 1.4,0.571 1.4,-0.537 0.6,-1.588 0.4,-2.074 0.3,-2.105 0.3,-1.703 0.4,-1.678 0.8,-2.8525 0.5,-2.8927 0.4,-2.0036 0.6,-2.0028 0.3,-1.05226 0.4,-0.87606 0.3,-1.07248 0.5,-0.8017 0.6,-0.3683 0.3,0.077"
id="path4230"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 1112.9,20.502 1.3,-0.347 1,-0.914 0.8,-1.137 0.8,-1.014 0.7,-1.027 0.5,-0.952 0.5,-0.956 0.5,-1.042 0.8,-1.396 0.9,-1.301 1,-1.2904 0.8,-1.3603 0.5,-1.4753 0.8,-1.276 1,-1.2202 0.8,-1.3081 0.9,-1.366 1.1,-1.22327 1.2,-1.13973 1.3,-1.1152 0.2,-0.2005 0.1,-0.1429 -0.1,-0.071 -0.3,0.016 m -16.3,0.5347 0.9,-0.082 0.9,0.3861 0.9,0.8666 1.2,1.35996 1.1,1.19814 0.9,1.2994 0.9,1.328 1,1.2836 1.1,2.0998 1.1,2.1127 1,2.1531 0.8,2.222 0.7,1.439 0.7,1.425 0.8,1.416 0.7,1.414"
id="path4234"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 1137.8,-1.9542 0.1,-0.7208 0,0.3175 0.8,1.1311 0.8,1.42293 0.7,1.89027 0.6,1.9109 1,2.3842 1.2,2.3324 0.9,1.7177 0.8,1.8 0.9,-1.181 0.6,-1.4655 1.5,-2.739 1.6,-2.678 1.9,-2.1301 1.8,-2.19685 0.9,-1.26375 1,-1.2498 -1.1,1.70926 -1.1,1.71066 -1.3,1.29578 -1.2,1.3339 -1.2,1.1672 -0.9,1.4329 -1.4,3.0738 -1.6,2.9915 -1,1.562 -1,1.639 -1.7,2.964 -1.9,2.9 -0.9,1.218 -0.8,0.836 0.3,-0.389 0.5,-0.132"
id="path4236"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 1159.7,-1.9542 3,-0.2935 3,0.026 4.2,0 4.2,0 0,1.197 -1.3,1.13162 -1.6,1.57748 -1.6,1.68 -1.2,1.5806 -1.3,1.4455 -1.5,1.768 -1.5,1.7645 -1.5,1.9139 -1.6,1.92 -1.3,1.725 -1.4,1.691 -1.1,1.477 -1.1,1.494 1.1,-0.502 1.3,-0.205 2.1,-0.449 2.2,-0.05 1.9,-0.229 2,-0.113 2.4,0.265 2.5,0.374 0.8,0.15 0.7,0.312"
id="path4238"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 1185.2,-2.3532 -0.4,-0.24 -1.2,0.033 -1.7,0.421 -0.4,0.6732 -0.2,1.66459 -0.4,1.40371 -0.2,1.9052 -0.2,1.2107 0,2.7394 -0.2,1.0505 0,7.0309 -0.2,0.971 0,1.512 -0.1,1.054 -0.2,0.716 0.4,1.113 3.2,0"
id="path5689"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 1188.8,-1.4081 0.6,2.4465 0.6,2.0919 0.9,2.3183 1.1,2.2052 1.1,2.7932 1.1,2.775 0.7,2.005 0.9,2.361 0.8,1.8 0.7,1.699 -0.1,0.189"
id="path5691"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 1203.2,-2.3532 1.5,-0.014 0.7,-0.2086 0.8,0.6755 0,1.72276 -0.2,1.15713 0,1.30031 -0.1,1.3882 0,7.2619 0.1,2.41 0.2,1.885 0,2.459 0.2,1.387 0,1.792 -1.6,0.243 -1.8,-0.02"
id="path5695"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 1213.7,3.1251 1.8,-2.2952 1.6,-1.52536 0.9,-0.89214 0.7,-0.1426 0.6,1.22511 1.2,1.66809 0.8,1.3602 0.2,0.067"
id="path4244"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 1226.3,17.561 6.9,0.01 1.7,-0.268 2.5,-0.282 3.5,-0 -0.5,0"
id="path4246"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 1241.1,-1.4196 0.4,0.49685 1.8,1.41203 1.4,0.83372 1.1,0.8047 1.1,0.8989 0.4,0.491"
id="path4248"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 1255.4,9.8085 -0.8,-0.2653 -0.8,0.057 -0.8,0.2943 -0.7,0.4451 -0.7,0.617 -0.7,0.65 -0.6,0.729 -0.4,0.853 -0.4,0.608 -0.3,0.586 -0.4,0.601 -0.2,0.653 -0.3,0.9 -0.1,0.932 0,0.939 0.1,0.925 0.7,0.462 0.7,0.189 0.8,0.02 0.8,-0.05 0.9,-0.194 0.7,-0.495 0.7,-0.68 0.5,-0.751 0.4,-0.678 0.3,-0.733 0.2,-0.757 0.1,-0.755 0.2,-0.805 0.2,-0.806 0.2,-0.802 0.3,-0.796 0.1,-0.53 0,-0.544 -0.3,-0.477 -0.4,-0.3305 0.3,0.2485 0.4,0.228 0.3,0.01 0.1,-0.3982 -0.1,1.0042 -0.1,0.987 -0.3,0.983 -0.1,0.989 -0.3,0.946 -0.1,0.96 -0.1,0.966 0.1,0.963 0.9,0.888 1.1,0.664 1.1,0.449 1.2,0.241"
id="path4252"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 1261.6,15.423 0.6,-0.777 0.6,-0.741 0.7,-0.716 0.7,-0.699 0.7,-0.694 0.7,-0.699 0.7,-0.713 0.6,-0.7379 0.7,-0.724 0.6,-0.7529 0.6,-0.7775 0.6,-0.7977 0.5,-0.8138 0.5,-0.8256 0.5,-0.8331 0.5,-0.8364 0.4,-0.4763 0.2,-0.5176 0.2,-0.5482 0.1,-0.5682 0.1,-0.57748 0.1,-0.57608 0.1,-0.56398 0.2,-0.54116 0.1,-0.8015 -0.2,-0.6077 -0.5,-0.4071 -0.6,-0.2 -0.6,0.014 -0.7,0.2343 -0.5,0.4612 -0.2,0.6949 -0.2,0.6046 -0.2,0.6032 -0.2,0.60412 -0.2,0.60728 -0.2,0.6127 -0.2,0.6204 -0.1,0.6302 0,0.6425 -0.2,1.2753 -0.2,1.2736 -0.2,1.2728 -0.2,1.2728 -0.2,1.2738 -0.1,1.2757 -0.2,1.278 -0.1,1.282 -0.2,0.785 -0.2,0.782 -0.1,0.78 -0.2,0.78 -0.2,0.781 -0.1,0.783 -0.1,0.789 -0.1,0.795 0,0.03 0,-0.174 0.1,-0.329 0.2,-0.435 0.1,-0.488 0.2,-0.49 0.1,-0.442 0.1,-0.342 0.1,-0.795 0.2,-0.802 0.2,-0.802 0.2,-0.791 0.3,-0.774 0.3,-0.749 0.4,-0.714 0.5,-0.673 0.5,-0.379 0.5,-0.314 0.6,-0.234 0.6,-0.1421 0.6,-0.036 0.6,0.083 0.5,0.2161 0.6,0.362 0.3,0.443 0.3,0.461 0.3,0.481 0.3,0.499 0.2,0.519 0.2,0.539 0.1,0.559 0.1,0.579 -0.2,1.226 -0.5,1.16 -0.6,1.057 -0.9,0.917 -1,0.739 -1.1,0.526 -1.2,0.274 -1.2,-0.01 -0.3,-0.121 -0.4,-0.315 -0.4,-0.444 -0.4,-0.503 -0.3,-0.494 -0.1,-0.419 0.1,-0.275 0.4,-0.06"
id="path4254"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 1279,13.952 0.6,-1.178 1.5,-2.035 0.6,-0.55 1.2,-0.5869 1.7,-0.1924 1.6,0.1295 -0.3,0.128 -1.5,-0.1429 -1.4,0.1 -1.3,0.6291 -1.6,1.543 -0.8,2.015 0,2.07 0.4,2 1,1.32 1.5,0.712 1.6,0.293 1.6,0.03 1.5,-0.482 0.9,-1.257 0.1,-0.249 0.3,-0.152"
id="path4268"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 1301.7,9.9422 -1.1,-0.2911 -1.1,0.1103 -1,0.3806 -1,0.518 -1.2,0.644 -1,0.82 -0.9,1.002 -0.6,1.19 -0.3,0.938 -0.2,0.978 -0.1,0.994 0.2,0.982 0.4,0.631 0.6,0.418 0.7,0.26 0.8,0.156 0.6,0.02 0.7,-0.146 0.5,-0.305 0.5,-0.459 1.1,-1.282 0.9,-1.446 0.7,-1.559 0.5,-1.621 0.2,-0.792 0.1,-0.816 0.1,-0.819 0.1,-0.8041 0.4,-0.6203 0.3,-0.7883 0.3,-0.8266 0.2,-0.735 0.5,-1.4796 0.3,-1.3244 0.4,-1.3323 0.4,-1.5033 0.1,-0.42136 0.1,-0.57254 0.1,-0.45591 0,-0.0716 -0.4,1.09589 -0.3,1.10088 -0.4,1.1147 -0.2,1.1373 -0.3,1.3814 -0.4,1.3761 -0.5,1.3492 -0.5,1.3007 -0.3,0.8231 -0.2,0.854 -0.1,0.862 -0.1,0.851 -0.2,1.216 0,1.233 0.3,1.196 0.5,1.103 0.5,0.69 0.7,0.498 0.9,0.227 0.8,-0.122 0.7,-0.337 0.5,-0.465 0.5,-0.541 0.5,-0.562"
id="path4272"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 1310.6,14.086 1.3,-0.282 1.4,0.02 1.2,-0.134 1,-0.454 0.8,-0.393 0.5,-0.629 0.3,-0.965 0.1,-1.029 -0.6,-0.7941 -0.9,-0.2781 -0.7,-0.01 -0.7,0.1104 -0.8,0.1928 -0.8,0.3632 -1.2,0.8301 -1,1.102 -0.6,1.136 -0.2,1.264 0,0.912 0,0.913 0.2,1.084 0.7,0.892 1.3,0.536 1.4,0.313 0.9,0.123 1,0 0.7,-0.155 0.7,-0.375 0.8,-0.48 0.7,-0.612 0,-0.192 0.1,-0.07"
id="path4274"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 1322.4,11.413 1,-0.658 0.9,-0.7915 0.8,-0.8486 0.9,-0.8287 1.3,-1.7875 1,-1.9841 1,-2.057 1,-2.00583 0.5,-1.26296 0.2,-1.53931 -0.4,-1.0507 -1.3,0.2029 -0.8,1.2761 -0.6,1.36715 -0.5,1.41041 -0.5,1.40584 -0.8,2.875 -0.7,2.8804 -0.6,2.8964 -0.5,2.923 -0.3,2.34 -0.4,2.334 -0.4,2.325 -0.5,2.312 -0.3,1.096 -0.4,1.132 -0.5,1.026 -0.8,0.78 -0.8,-0.411 -0.2,-1.127 0.1,-1.35 0.2,-1.078 0.8,-2.06 1,-1.922 1.2,-1.867 1.1,-1.897 1.2,-1.547 1.3,-1.448 1.3,-1.349 1.5,-1.251 0.2,-0.1501 0.1,-0.2153 0,-0.1158 -0.2,0.1484"
id="path4276"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 1341.3,9.608 -1.4,-0.1001 -1.3,-0.018 -1.9,0.051 -1.6,0.9195 -1.5,2.12 -0.6,2.586 0,2.635 1,2.401 1.2,0.704 1.5,0.11 1,-0.659 0.9,-0.959 0.9,-1.664 0.7,-1.775 0.5,-1.895 0.4,-1.907 0.2,-1.373 0.2,-1.3705 0,0.3311 -0.3,0.7514 -0.4,1.591 -0.3,1.62 -0.4,1.41 -0.1,1.43 -0.4,2.263 -0.4,2.26 -0.7,2.393 -0.6,2.412 -0.9,2.295 -1.2,2.087 -0.8,0.658 -0.7,-0.783 0,-1.19 0.2,-1.192 0.5,-1.575 1,-1.331 1.2,-1.281 1.2,-1.21 2.3,-2.527 2.3,-2.509 0.7,-0.899 0.7,-0.862"
id="path4286"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 1345.9,14.888 1.2,-1.266 1.3,-1.26 2.2,-2.7789 2.1,-2.7836 1,-1.4689 0.6,-1.0478 0.6,-1.1621 0.5,-1.2775 0.4,-1.41006 0.5,-1.38806 0,-1.43968 -1,-1.0056 -1.2,0.8182 -0.8,1.3761 -0.5,0.92279 -0.5,1.12947 -0.1,0.30314 0.1,-0.068 -1,2.8329 -0.8,2.8633 -0.4,1.4998 -0.3,1.4958 -0.5,1.296 -0.4,1.305 -0.4,1.44 -0.5,1.419 -0.5,2.099 -0.5,2.091 -0.3,0.92 -0.1,0.594 0.4,-1.553 0.5,-1.544 0.4,-1.703 0.6,-1.617 0.8,-1.88 1.1,-1.678 1,-0.959 1.3,-0.5513 1.3,-0.3432 1.2,0.3837 0.3,1.8358 -0.1,1.885 -0.4,3.081 -0.3,3.099 0.7,1.203 1.5,-0.596 1.2,-1.104 0.9,-1.412 0.4,-0.458 0.1,-0.263"
id="path4288"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 1366.1,9.1402 -0.5,1.3438 -0.4,1.346 -0.3,1.09 -0.3,1.075 -0.1,1.068 -0.1,1.071 -0.1,1.045 0,1.051 0.5,1.048 0.8,0.762 1.1,0.03 0.9,-0.55 0.4,-0.52 0,-0.637 m -2.7,-15.5052 0,-0.4139 0,0.2781 0.4,-0.1479 -0.1,-0.38 0.8,0.254 0.2,0.8677 -0.5,0.6765 -0.7,-0.2251 -0.1,-0.4467 0,-0.4627 0,0 z"
id="path4296"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 1374.2,8.8728 -0.4,2.0102 -0.1,2.066 0,3.077 -0.1,3.068 -0.1,1.596 -0.1,1.588 -0.4,2.69 -0.3,2.698 -0.5,1.396 -0.9,1.167 -1,0.615 -0.6,-0.562 0,-1.5 0.1,-1.477 0.6,-1.546 0.7,-1.519 1.1,-1.697 1.3,-1.595 1,-1.401 1.1,-1.354 1.1,-1.393 1.1,-1.476 0.1,-0.349 -0.1,-0.354 m -2.9,-12.9662 -0.6,0.3655 -0.5,0.5327 0,1.4408 1.1,-0.1108 0.3,-0.7401 0,-0.8198 -0.3,-0.5394 -0.2,0.3376 -0.3,0.2633 -0.2,0.3395"
id="path4312"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 1381.4,12.424 0.7,-0.665 0.8,-0.631 0.7,-0.64 0.7,-0.692 0.6,-0.8258 0.6,-0.8663 0.5,-0.8906 0.5,-0.8988 0.5,-1.031 0.4,-1.0572 0.4,-1.0804 0.4,-1.101 0.3,-0.9114 0.3,-0.91285 0.2,-0.93113 0.1,-0.96622 0,-0.611 0,-0.6417 -0.3,-0.3239 -0.5,0.3421 -0.4,0.6548 -0.3,0.6847 -0.3,0.71164 -0.2,0.73589 -0.3,0.98251 -0.2,0.98486 -0.2,0.9835 -0.2,0.9785 -0.3,1.7673 -0.3,1.7696 -0.3,1.7692 -0.4,1.7657 -0.1,0.955 -0.3,0.932 -0.3,0.93 -0.2,0.949 -0.2,0.677 -0.2,0.661 -0.2,0.658 -0.2,0.668 -0.3,0.793 -0.3,0.796 -0.2,0.809 -0.2,0.828 -0.1,0.397 0,0.148 0.1,-0.11 0.1,-0.373 0.3,-0.682 0.2,-0.697 0.2,-0.71 0.2,-0.726 0.2,-0.808 0.2,-0.831 0.2,-0.827 0.3,-0.793 0.3,-0.979 0.3,-0.96 0.5,-0.889 0.7,-0.765 0.6,-0.615 0.6,-0.4875 0.7,-0.3781 0.8,-0.2887 0.7,-0.2635 0.7,0.1705 0.5,0.4961 0.3,0.7132 -0.2,0.62 -0.4,0.501 -0.5,0.405 -0.6,0.334 -0.9,0.459 -0.9,0.481 -0.9,0.525 -0.9,0.588 -0.4,0.324 -0.4,0.358 -0.5,0.322 -0.2,0.216 0.7,-0.383 0.7,-0.241 0.8,0.05 0.6,0.476 0.3,0.858 0.2,0.912 0.2,0.925 0.2,0.897 0.3,0.772 0.4,0.713 0.6,0.399 0.8,-0.172 0.7,-0.524 0.6,-0.612 0.5,-0.693 0.3,-0.77 0.1,-0.247 0,-0.34 0,-0.26 -0.3,-0"
id="path4314"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 1397.6,12.348 1,-1.035 1.1,-1.008 1.1,-1.3789 1.1,-1.3907 0.9,-1.0953 0.9,-1.1842 0.7,-1.2321 0.7,-1.2303 0.9,-1.4109 0.7,-1.48848 0.3,-1.34062 -0.5,-1.1918 -1,-0.071 -0.6,0.9455 -0.7,1.7505 -0.3,1.8499 -0.1,0.069 -0.1,0.2097 -0.5,2.3062 -0.6,2.2861 -0.3,1.572 -0.4,1.5641 -0.3,1.5009 -0.2,1.514 -0.1,1.165 -0.1,1.161 -0.1,1.386 0,1.391 0.4,1.317 0.7,1.104 1.7,-0.13 1.5,-0.814 1.5,-1.578 1.1,-1.941 0.1,-0.255 0.1,-0.242"
id="path4316"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 1416.2,11.814 0.8,-0.824 1,-0.732 1,-0.6213 1.1,-0.2292 1,0.2953 0.4,1.0222 0.1,1.639 -0.3,1.613 -0.5,2.399 -0.4,2.388 -0.4,1.043 -0.3,1.003 0,-0.223 0.3,-0.707 0.4,-1.28 0.3,-1.311 0.4,-1.177 0.2,-1.224 0.3,-1.199 0.5,-1.156 0.6,-1.389 0.9,-1.1508 1,-0.5168 1.1,-0.082 0.7,0.8245 0.4,1.112 0,1.375 -0.1,1.373 -0.1,0.275 0.1,-0.06 -0.3,1.567 -0.4,1.537 -0.4,1.536 -0.2,1.566 0,-0.252 0.2,-0.753 0.3,-1.206 0.3,-1.231 0.2,-1.259 0.2,-1.272 0.3,-1.223 0.3,-1.212 0.6,-0.903 0.9,-0.641 1.2,-0.5475 1.2,-0.3112 0.7,0.8047 0.4,1.04 0.1,1.363 0,1.369 -0.2,1.245 -0.1,1.252 0,1.702 0.2,1.599 1.3,0.443 1.5,-0.133 1,-0.931 0.7,-1.209"
id="path4322"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 1441.9,13.418 0.6,-0.772 0.4,-0.569 0.6,-0.484 0.6,-0.487 0.7,-0.552 0.8,-0.43 0.7,-0.4321 0.8,0.2442 0.3,1.0669 -0.2,1.094 -0.3,0.923 -0.2,0.768 -0.3,0.948 -0.3,0.98 -0.3,1.174 -0.3,1.172 -0.3,0.882 -0.2,0.89 0,-0.1 0.2,-0.568 0.4,-1.142 0.4,-1.136 0.1,-0.779 0.2,-0.793 0.4,-1.145 0.3,-1.168 0.3,-1.167 0.5,-1.082 0.8,-0.7713 1,-0.6291 1,-0.1846 1.1,0.069 1.1,0.8296 0.3,1.286 0.1,1.187 -0.2,1.194 -0.2,0.996 -0.2,1.009 -0.2,1.245 -0.2,1.236 0,1.198 0.7,0.898 1.1,0.04 1,-0.471 0.7,-0.673 0.5,-0.837 -0.1,-0.527 -0.5,0.11"
id="path4324"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 1462.2,12.348 0.3,-0.422 -0.2,0.347 1.9,-1.443 2.3,-0.8687 -1.7,0.4587 -1.2,1.365 -0.7,2.596 -0.2,2.691 0.1,1.565 0.6,1.392 1.5,0.719 1.6,-0.01 1.1,-0.902 0.9,-1.187 0.8,-1.985 0.2,-2.108 0,-1.305 -0.2,-1.279 -0.8,-1.208 -1.2,-0.509 -0.9,-0.165 0.3,0.134 1.9,0.729 1.9,0.46 0.8,0.01 0.2,-0.549"
id="path4326"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 1480.2,10.343 1.2,-1.0174 1.6,-0.1943 2.6,0.2192 2.3,1.3665 0.6,1.484 0,1.623 -0.3,1.935 -1,1.716 -1.1,1.099 -1.3,0.881 -2,0.514 -2.2,10e-4 -1.3,-0.573 -1.1,-1.013 -0.1,-0.934 0.7,-0.691 m -1.1,-5.614 1.2,-0.347 1,-0.8146 0.2,-0.2631 0.2,-0.363 -0.5,1.3987 -0.3,1.452 -0.4,1.355 -0.3,1.402 -0.5,1.849 -0.5,1.843 -0.6,2.222 -0.7,2.19 -0.4,1.425 -0.4,1.415 -0.3,1.094 -0.3,1.098 -0.2,0.833 -0.3,0.791 0,-0.334 0,-0.334"
id="path4330"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 1507.3,10.454 -1.7,-0.399 -1.5,-0.7253 -2.4,-0.045 -2.3,0.7783 -1.4,0.956 -1.1,1.324 -0.8,1.575 -0.1,1.77 0.5,1.518 0.9,1.37 1.6,1.109 1.9,0.245 1.8,-0.779 1.5,-1.337 1.2,-1.56 0.8,-1.831 0.6,-1.701 0.5,-1.678 0.1,-0.911 0,0.142 -0.8,1.741 -0.6,1.777 -0.7,2.082 -0.6,2.094 -0.5,1.745 -0.5,1.765 -0.6,1.769 -0.5,1.787 -0.4,1.821 -0.6,1.772 -0.3,1.208 -0.3,1.189 -0.4,1.099 -0.4,0.517 0.6,-2.578 0.7,-2.557 0.7,-2.4 0.7,-2.401 0.9,-1.61 1.1,-1.457 1.4,-1.053 1.6,-0.866 1.5,-0.731 1.7,-0.261 0.5,0.02 -0.3,0.373"
id="path4336"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 1514.9,9.7922 1.4,-0.05 1.4,0.2059 1,0.2213 0.9,0.307 1,0.05 0.9,-0.156 0.7,-0.191 0.7,-0.102 0.3,-0.1256 -0.1,0.1256 -0.9,0.5 -0.7,0.71 -0.4,0.452 -0.3,0.429 -0.5,0.854 -0.6,0.826 -0.4,0.843 -0.4,0.83 -0.3,1.231 -0.3,1.22 -0.1,1.31 0,1.285 0.6,0.601 0.7,0.277 1.1,0.02 0.9,-0.414 0.6,-0.515 0.5,-0.563 0.2,-0.583 0.4,-0.201"
id="path4338"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 1537,9.5234 0.1,-0.19 -0.6,-0.2177 -1.1,-0.2174 -0.8,0.2996 -0.4,0.3018 -0.5,0.3553 -0.7,0.719 -0.5,0.985 -0.2,1.04 0.3,0.979 0.9,0.736 1,0.579 0.9,0.448 0.8,0.546 0.4,0.904 0.1,0.986 -1,1.79 -1.8,0.869 -1.4,0.159 -1.3,-0.498 -0.9,-0.505 -0.7,-0.726 0.5,0.309 0.5,0.481 0.9,0.631 1.2,0.25 1.4,-0.07 1.2,-0.749 0.8,-0.53 0.6,-0.549"
id="path4346"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 1549.1,-0.84095 0,0.60703 -0.4,0.4641 -0.5,0.47206 -0.1,0.63096 -0.5,1.4587 -0.2,1.5057 -0.2,1.5184 -0.3,1.4965 -0.2,0.7743 0,0.7792 -0.1,0.7803 -0.1,0.7777 -0.1,1.285 -0.1,1.287 0,1.288 0,1.288 0.1,0.505 0.1,0.506 0.1,0.499 0.2,0.485 0.3,0.516 0.3,0.47 0.4,0.433 0.5,0.403 0.8,0.268 1,0.235 0.9,0.04 0.8,-0.308 0.7,-0.547 0.7,-0.58 0.6,-0.597 0.6,-0.598 m -11.5,-9.8294 0.8,-0 0.7,0.01 0.8,0.053 0.7,0.1275 0.8,0.069 0.7,0.074 0.8,0.1007 0.7,0.149 0.5,-0 0.6,-7e-4 0.5,-0.01 0.2,-0.022 -0.2,-0.076 -0.2,-0.071 -0.2,-0.039 -0.2,0.021"
id="path4356"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 1559.3,9.9039 0.6,-0.3212 0.5,-0.6668 0.4,0.6352 0,0.8809 -0.3,1.729 -0.4,1.72 0,1.135 -0.2,1.122 0,1.275 0,1.274 0.5,1.106 0.9,0.583 1.2,-0.152 1,-0.635 0.8,-0.663 0.5,-0.876 0.8,-1.063 0.5,-1.14 0.5,-0.776 0.4,-0.84 0.7,-1.379 0.4,-1.48 0.1,-1.194 0.1,-1.1937 -0.1,1.8507 -0.3,1.813 -0.4,1.501 0,1.533 0,1.34 0,1.331 0.4,1.042 0.7,0.806 1,0.173 1,-0.473 0.8,-0.744 0.6,-0.987 0.2,-0.606 0.1,-0.636"
id="path4358"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 1579.9,11.068 0.3,-0.588 -0.2,0.447 0.8,-1.5647 0.3,-0.045 0.1,2.3332 0.1,2.346 0.3,1.644 0.3,1.636 0.4,1.658 0.7,1.61 0.7,0.813 0.7,-0.563 1.1,-1.522 0.8,-1.696 0.7,-1.441 0.7,-1.496 0.9,-1.753 0.8,-1.729 0.6,-1.125 0.4,-1.2322"
id="path4360"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 1598.9,9.5559 -0.1,-0.5552 0.1,0.2841 0.2,1.2772 0.1,1.288 0.2,1.028 0.2,1.029 0.3,1.368 0.1,1.379 0.3,1.059 0.3,1.026 0.5,0.864 0.8,0.758 0.5,-0.42 0.4,-0.84 0.9,-1.412 0.7,-1.521 0.5,-0.972 0.7,-0.785 0.3,0.932 0.2,0.947 0.4,1.409 0.5,1.361 0.2,0.946 0.6,0.341 0.5,-0.852 0.5,-0.872 0.5,-1.006 0.3,-1.088 0.6,-1.146 0.7,-1.079 0.3,-0.92 0.6,-0.824 0.3,-0.852 0.6,-0.575 0.5,-0.907 0.3,-0.875 0,-0 0,-0 0,-0.2494 0.1,-0.2494"
id="path4362"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 1629.3,15.038 -0.6,0.366 -0.4,0.693 -1.3,1.431 -1.3,1.309 -0.9,0.901 -1,0.799 -0.6,0.486 -0.3,0.469 0.2,-0.03 0.1,-0.163 1,-0.869 0.8,-0.965 0.7,-0.435 0.5,-0.681 0.7,-0.771 0.7,-0.785 0.9,-0.751 0.7,-0.914 1.3,-0.527 1,-0.869 0.9,-0.672 0.8,-0.674 0.8,-0.673 0.8,-0.696 0.8,-0.677 0.4,-0.7561 -0.2,0.1756 -0.3,0.1705 m -10,0.378 -0.2,-0.4941 0.2,0.2171 0.7,1.176 0.8,1.133 1,1.315 0.9,1.29 1.5,1.559 1.5,1.508 0.6,0.8 0.7,0.787 0.5,0.581 0.2,0.53 -0.4,-0.14 -0.4,-0.05"
id="path4366"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 1644.6,9.745 0.4,1.754 0.5,1.987 0.3,2.289 0.7,2.207 0.7,1.22 0.6,1.198 1,0.759 0.4,-0.424 1.1,-2.264 0.9,-2.334 0.9,-1.69 0.8,-1.704 0.7,-1.488 0.7,-1.4893 -0.7,1.6153 -0.7,1.628 -0.9,1.895 -0.6,1.73 -1,1.97 -1,1.986 -0.8,1.58 -1,1.872 -0.7,1.855 -0.8,1.64 -0.6,1.64 -0.9,1.549 -0.3,0.613 -0.1,0.712"
id="path4368"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 1662.6,9.745 1.2,-0.5939 1.5,0.046 1.8,0.1928 1.9,-0.027 1.5,0.077 -0.1,1.0619 -1.2,1.257 -1.3,1.147 -1,1.232 -1.1,1.198 -0.9,1.284 -1.1,1.292 -1.1,1.202 -1,1.131 0,0.335 1.2,-0.244 1.8,-0.493 1.9,-0.08 1.6,0.08 1.6,0.112 1.2,0.162 0.3,0.589"
id="path4370"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 1687.5,-1.4081 -0.2,-0.5037 0.3,0.1619 -0.5,-0 -0.7,-0.352 -1.2,0.4414 -0.7,1.07475 -1.1,3.57495 -0.9,3.6449 -0.6,1.3936 -1.2,0.9684 -0.4,0.045 0.5,-0.05 1,0.7974 0.3,1.3231 -0.1,1.478 -0.4,1.422 -0.4,1.334 -0.2,1.397 0.2,1.383 0.9,1.005 1.8,0.287 1.7,-0.473 0.3,-0.346 0.3,-0.345"
id="path4372"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 1697.5,0.29326 -0.1,1.21444 -0.2,1.2129 -0.3,1.9733 -0.3,1.9667 -0.1,1.2535 -0.1,1.2546 -0.4,1.6223 -0.3,1.633 -0.1,1.333 -0.3,1.281 -0.3,1.787 -0.4,1.783 -0.1,0.545 -0.2,0.04"
id="path4382"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 1706,-1.4081 0.3,-0.2026 0.2,0.044 0.1,0.1327 -0.3,0.064 0.4,-0.3248 0.5,-0.138 0.7,0.042 0.6,0.2156 0.5,0.3824 0.4,0.54086 0.2,0.63319 0.1,0.65952 -0.3,1.44783 -0.6,1.3716 -0.5,1.3761 -0.2,1.4612 0.2,0.6386 0.4,0.6264 0.4,0.5169 0.4,0.3102 -0.5,0.9197 -0.5,0.7959 -0.4,0.836 0,1.039 0,1.512 0.1,1.51 0.1,1.509 0,1.512 -0.4,0.621 -0.5,0.526 -0.6,0.345 -0.7,0.08 -0.5,-0.218 -0.3,-0.414 0,-0.48 0.3,-0.417 0.1,-0.07 0.1,-0.06 0.1,-0.04 0.1,-0.02"
id="path4384"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 1719.5,2.3726 0,-0.4743 0.2,0.1425 -0.3,-0.1321 0.3,-0.5556 0.5,-0.519 0.5,-0.47835 0.7,-0.22502 0.7,0.10741 0.9,0.39005 1,0.30214 0.7,0.29577 0.8,0.233 0.7,-0.1453 0.7,-0.35086 0.7,-0.39857 0.6,-0.51792 0.1,-0.19275 0,0.06148"
id="path4386"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 111 KiB

After

Width:  |  Height:  |  Size: 58 KiB

512
www/img/org_font.svg Normal file
View File

@ -0,0 +1,512 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 15.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="svg3245"
sodipodi:docname="WordArt Copse paths straight3-2decimals cleaned inkscape.svg"
inkscape:version="0.48.4 r9939"
x="0px"
y="0px"
width="1785.88px"
height="37.34px"
viewBox="0 0 1785.88 37.34"
enable-background="new 0 0 1785.88 37.34"
xml:space="preserve"><metadata
id="metadata101"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
id="defs99" />
<sodipodi:namedview
id="base"
bordercolor="#666666"
pagecolor="#ffffff"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:zoom="9.3757821"
inkscape:pageshadow="2"
inkscape:cx="704.78519"
inkscape:cy="38.230299"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1909"
inkscape:window-height="554"
inkscape:window-x="1"
inkscape:window-y="22"
inkscape:window-maximized="0">
</sodipodi:namedview>
<g
id="layer1"
transform="translate(635.23282,-279.42656)"
inkscape:groupmode="layer"
inkscape:label="Layer 1">
<path
id="path2991"
d="m -635.06,307.34 -0.13,-0.47 -0.04,-0.5 0.04,-0.48 0.13,-0.45 0.09,-0.21 0.11,-0.2 0.13,-0.18 0.15,-0.16 0.35,-0.3 0.19,-0.12 0.41,-0.18 0.46,-0.09 0.24,-0.02 0.48,0.05 0.45,0.13 0.41,0.22 0.38,0.3 0.32,0.34 0.23,0.36 0.08,0.18 0.06,0.19 0.03,0.19 -0.02,0.73 -0.05,0.31 -0.07,0.26 -0.09,0.22 -0.25,0.39 -0.15,0.17 -0.27,0.24 -0.4,0.25 -0.43,0.17 -0.47,0.09 -0.25,0.01 -0.37,-0.02 -0.34,-0.07 -0.31,-0.11 -0.28,-0.16 -0.25,-0.2 -0.22,-0.25 -0.19,-0.29 -0.16,-0.34 m 2.17,-5.63 -0.65,-0.05 -0.25,-0.06 -0.21,-0.08 -0.16,-0.11 -0.12,-0.13 -0.07,-0.15 -0.85,-18.43 0.04,-0.13 0.11,-0.11 0.18,-0.09 0.25,-0.08 0.72,-0.1 2.01,0 0.72,0.11 0.25,0.08 0.18,0.1 0.11,0.12 0.04,0.13 -0.88,18.38 -0.04,0.1 -0.07,0.1 -0.1,0.09 -0.13,0.08 -0.36,0.13 -0.41,0.08 -0.31,0.02"
inkscape:connector-curvature="0" />
<path
id="path2993"
d="m -619.86,281.94 0.02,-0.13 0.06,-0.12 0.1,-0.11 0.15,-0.1 0.19,-0.08 0.49,-0.13 1.03,-0.1 1.06,0.1 0.28,0.07 0.17,0.06 0.14,0.07 0.12,0.08 0.09,0.1 0.06,0.11 0.04,0.12 0.01,0.13 -0.9,6.79 -0.04,0.12 -0.07,0.11 -0.11,0.09 -0.15,0.07 -0.18,0.06 -0.48,0.06 h -0.56 l -0.43,-0.06 -0.17,-0.06 -0.13,-0.07 -0.1,-0.09 -0.06,-0.11 -0.03,-0.12 -0.6,-6.86 m -6.76,0.07 0.03,-0.2 0.1,-0.17 0.17,-0.15 0.23,-0.12 0.3,-0.09 0.8,-0.11 1.21,0.03 0.37,0.07 0.15,0.05 0.13,0.06 0.21,0.14 0.16,0.13 0.06,0.06 0.04,0.06 0.03,0.06 0.02,0.05 0.01,0.05 -0.6,6.86 -0.03,0.12 -0.06,0.1 -0.1,0.09 -0.13,0.07 -0.17,0.06 -0.43,0.06 -0.75,-0.02 -0.25,-0.05 -0.2,-0.07 -0.15,-0.09 -0.11,-0.09 -0.08,-0.08 -0.03,-0.04 -0.02,-0.04 -0.01,-0.04 -0.9,-6.76"
inkscape:connector-curvature="0" />
<path
id="path2995"
d="m -608.59,290.18 1.14,-7.67 0.02,-0.07 0.03,-0.06 0.05,-0.05 0.06,-0.05 0.07,-0.04 0.09,-0.03 1.58,-0.01 0.29,0.06 0.08,0.03 0.06,0.03 0.05,0.04 0.03,0.04 0.02,0.05 0.01,0.05 -1.1,7.67 h 4.95 l 1.14,-7.67 0.02,-0.07 0.03,-0.06 0.05,-0.05 0.06,-0.05 0.07,-0.04 0.09,-0.03 1.58,-0.01 0.29,0.06 0.08,0.03 0.06,0.03 0.05,0.04 0.03,0.04 0.02,0.05 0.01,0.05 -1.1,7.67 h 2.79 l 0.11,0.01 0.1,0.04 0.09,0.07 0.08,0.1 0.07,0.12 0.12,0.33 0.09,0.57 0,0.11 -0.03,0.32 -0.11,0.45 -0.06,0.17 -0.05,0.1 -0.06,0.08 -0.06,0.07 -0.07,0.05 -0.07,0.04 -0.08,0.02 -3.25,0.01 -0.78,5.34 h 2.55 l 0.11,0.01 0.1,0.04 0.09,0.07 0.08,0.09 0.08,0.12 0.07,0.15 0.1,0.38 0.03,0.41 -0.03,0.45 -0.14,0.45 -0.1,0.21 -0.06,0.08 -0.06,0.07 -0.06,0.05 -0.07,0.04 -0.07,0.02 -3.01,0.01 -1.1,7.69 -0.03,0.06 -0.05,0.05 -0.06,0.04 -0.08,0.03 -0.21,0.04 -1.56,0.02 -0.25,-0.05 -0.08,-0.03 -0.06,-0.04 -0.05,-0.04 -0.04,-0.05 -0.02,-0.05 -0.01,-0.06 1.12,-7.62 h -4.93 l -1.1,7.69 -0.03,0.06 -0.05,0.05 -0.06,0.04 -0.08,0.03 -0.21,0.04 -1.58,0.02 -0.25,-0.05 -0.08,-0.03 -0.06,-0.04 -0.05,-0.04 -0.03,-0.05 -0.02,-0.05 -0.01,-0.06 1.12,-7.62 h -2.79 l -0.12,-0.01 -0.11,-0.04 -0.1,-0.07 -0.09,-0.1 -0.08,-0.13 -0.07,-0.15 -0.11,-0.39 -0.03,-0.43 0.03,-0.43 0.14,-0.41 0.11,-0.21 0.06,-0.08 0.06,-0.07 0.07,-0.05 0.07,-0.04 0.08,-0.02 3.25,-0.01 0.79,-5.34 h -2.52 l -0.12,-0.01 -0.11,-0.04 -0.1,-0.07 -0.09,-0.1 -0.08,-0.13 -0.07,-0.15 -0.11,-0.39 -0.03,-0.41 0.02,-0.36 0.05,-0.3 0.04,-0.13 0.04,-0.11 0.05,-0.09 0.06,-0.08 0.12,-0.12 0.12,-0.09 0.06,-0.03 0.05,-0.02 0.05,-0.01 2.96,0.01 m 1.33,7.99 h 4.93 l 0.79,-5.34 h -4.95 l -0.77,5.34"
inkscape:connector-curvature="0" />
<path
id="path2997"
d="m -585.69,280.74 0.02,-0.11 0.06,-0.1 0.1,-0.08 0.13,-0.07 0.17,-0.05 0.46,-0.06 h 0.57 l 0.46,0.06 0.17,0.05 0.13,0.07 0.1,0.08 0.06,0.1 0.02,0.11 v 2.19 l 1.28,0.14 1.21,0.27 1.14,0.41 1.06,0.54 1.06,0.74 0.42,0.41 0.34,0.43 0.26,0.45 0.19,0.48 0.11,0.5 0.04,0.52 -0.05,0.53 -0.14,0.49 -0.24,0.45 -0.33,0.42 -0.4,0.33 -0.44,0.24 -0.49,0.14 -0.54,0.05 -0.54,-0.05 -0.49,-0.14 -0.45,-0.24 -0.4,-0.33 -0.34,-0.39 -0.24,-0.41 -0.08,-0.21 -0.06,-0.21 -0.04,-0.21 0,-0.44 0.06,-0.45 0.12,-0.47 0.3,-0.73 -0.5,-0.25 -0.55,-0.19 -0.6,-0.12 -0.65,-0.06 v 8.22 l 4.76,2.6 1.11,1 0.81,1.05 0.29,0.56 0.2,0.61 0.12,0.66 0.01,1.45 -0.1,0.7 -0.17,0.66 -0.24,0.63 -0.67,1.13 -0.87,0.97 -1.05,0.8 -1.22,0.63 -1.4,0.46 -1.57,0.28 v 2.9 l -0.02,0.11 -0.06,0.1 -0.1,0.08 -0.13,0.07 -0.17,0.05 -0.46,0.06 h -0.57 l -0.46,-0.06 -0.17,-0.05 -0.13,-0.07 -0.1,-0.08 -0.06,-0.1 -0.02,-0.11 v -2.81 l -1.36,-0.16 -1.27,-0.28 -1.18,-0.41 -1.09,-0.53 -1.06,-0.73 -0.42,-0.4 -0.34,-0.42 -0.27,-0.44 -0.19,-0.46 -0.11,-0.48 -0.04,-0.5 0.05,-0.55 0.15,-0.5 0.24,-0.46 0.34,-0.41 0.41,-0.34 0.45,-0.24 0.49,-0.14 0.53,-0.05 0.54,0.05 0.49,0.14 0.23,0.11 0.42,0.29 0.2,0.18 0.33,0.42 0.24,0.46 0.14,0.5 0.05,0.54 -0.03,0.31 -0.31,1.02 0.52,0.33 0.57,0.25 0.62,0.17 0.67,0.08 v -8.72 l -2.69,-1.3 -1.69,-1.13 -1.03,-1.08 -0.73,-1.11 -0.26,-0.58 -0.18,-0.63 -0.11,-0.68 0,-1.44 0.1,-0.67 0.16,-0.62 0.23,-0.58 0.63,-1.04 0.82,-0.88 0.96,-0.7 1.11,-0.56 1.26,-0.41 1.42,-0.27 -0.04,-2.28 m 5.86,22.17 0.21,-0.66 0.07,-0.7 -0.02,-0.35 -0.05,-0.32 -0.09,-0.3 -0.12,-0.27 -0.34,-0.5 -0.45,-0.46 -1.06,-0.75 -1.56,-0.81 v 7.5 l 1.2,-0.33 0.51,-0.23 0.46,-0.27 0.4,-0.32 0.34,-0.36 0.28,-0.4 0.22,-0.47 m -5.86,-17.18 -0.72,0.17 -0.63,0.23 -0.53,0.3 -0.43,0.36 -0.34,0.43 -0.24,0.49 -0.14,0.55 -0.05,0.62 0.05,0.51 0.14,0.5 0.24,0.48 0.34,0.47 0.43,0.46 1.16,0.88 0.72,0.42 v -6.87"
inkscape:connector-curvature="0" />
<path
id="path2999"
d="m -558.91,306.86 0.52,-0.05 0.46,-0.15 0.39,-0.25 0.31,-0.36 0.25,-0.46 0.17,-0.56 0.1,-0.66 0.02,-1.37 -0.15,-1.06 -0.13,-0.45 -0.17,-0.4 -0.21,-0.34 -0.25,-0.29 -0.29,-0.23 -0.23,-0.13 -0.24,-0.09 -0.26,-0.05 -0.28,-0.02 -0.51,0.05 -0.44,0.15 -0.38,0.25 -0.31,0.36 -0.24,0.46 -0.17,0.56 -0.1,0.66 -0.02,1.37 0.15,1.06 0.13,0.45 0.17,0.4 0.2,0.34 0.24,0.29 0.28,0.24 0.22,0.13 0.24,0.09 0.26,0.05 0.27,0.01 m -9.72,-13.63 -0.57,-0.03 -0.53,-0.08 -0.49,-0.13 -0.45,-0.19 -0.77,-0.5 -0.65,-0.64 -0.5,-0.75 -0.36,-0.85 -0.22,-0.95 -0.08,-1.04 0.09,-1.15 0.27,-1.05 0.46,-0.94 0.64,-0.84 0.79,-0.69 0.44,-0.27 0.46,-0.22 0.49,-0.17 1.05,-0.2 h 1.1 l 0.51,0.07 0.48,0.12 0.45,0.17 0.42,0.22 0.39,0.27 0.36,0.32 0.6,0.73 0.43,0.8 0.28,0.9 0.14,0.99 -0.01,1.12 -0.18,1.1 -0.37,1 -0.55,0.89 -0.73,0.78 -0.41,0.32 -0.44,0.27 -0.46,0.22 -0.49,0.17 -1.06,0.2 -0.53,0.03 m 9.41,15.56 -1.09,-0.11 -0.49,-0.13 -0.45,-0.19 -0.77,-0.5 -0.65,-0.64 -0.5,-0.75 -0.36,-0.85 -0.22,-0.95 -0.08,-1.04 0.09,-1.15 0.27,-1.05 0.46,-0.94 0.64,-0.84 0.38,-0.37 0.41,-0.32 0.44,-0.27 0.46,-0.22 0.49,-0.17 1.05,-0.2 1.1,0 0.51,0.07 0.48,0.12 0.45,0.17 0.42,0.22 0.39,0.27 0.36,0.32 0.6,0.73 0.43,0.8 0.28,0.9 0.14,0.99 -0.01,1.12 -0.18,1.1 -0.37,1 -0.55,0.89 -0.73,0.78 -0.41,0.32 -0.44,0.27 -0.46,0.22 -1,0.3 -1.09,0.1 m 2.85,-26.28 0.1,-0.13 0.13,-0.11 0.16,-0.09 0.19,-0.08 0.47,-0.1 0.59,-0.03 0.47,0.03 0.18,0.04 0.15,0.06 0.12,0.08 0.08,0.09 0.05,0.11 0.02,0.13 -16.96,25.94 -0.11,0.12 -0.14,0.1 -0.17,0.09 -0.21,0.07 -0.51,0.1 -0.63,0.03 -0.48,-0.03 -0.19,-0.04 -0.15,-0.06 -0.12,-0.07 -0.08,-0.09 -0.05,-0.1 -0.02,-0.12 17.11,-25.94 m -11.96,8.84 0.53,-0.05 0.45,-0.15 0.39,-0.25 0.31,-0.36 0.25,-0.46 0.17,-0.56 0.1,-0.66 0.02,-1.37 -0.15,-1.06 -0.13,-0.45 -0.17,-0.4 -0.21,-0.34 -0.25,-0.29 -0.29,-0.23 -0.23,-0.13 -0.24,-0.09 -0.26,-0.05 -0.28,-0.02 -0.51,0.05 -0.44,0.15 -0.38,0.25 -0.31,0.36 -0.24,0.46 -0.17,0.56 -0.1,0.66 -0.02,1.37 0.15,1.06 0.13,0.45 0.17,0.4 0.2,0.34 0.24,0.29 0.28,0.24 0.22,0.13 0.24,0.09 0.26,0.05 0.27,0.01"
inkscape:connector-curvature="0" />
<path
id="path3001"
d="m -530.2,294.54 0.1,0.02 0.09,0.06 0.07,0.09 0.06,0.13 0.05,0.17 0.05,0.45 0,0.57 -0.03,0.25 -0.05,0.21 -0.07,0.17 -0.08,0.13 -0.1,0.1 -0.12,0.06 -0.14,0.02 h -1.05 l -0.36,1.63 -0.7,1.7 -1.04,1.77 -1.38,1.84 0.64,0.96 0.31,0.33 0.34,0.27 0.37,0.2 0.42,0.15 1,0.17 0.58,0.02 0.1,0.02 0.08,0.05 0.07,0.09 0.06,0.12 0.05,0.16 0.05,0.42 -0.03,0.79 -0.06,0.27 -0.04,0.11 -0.05,0.09 -0.06,0.07 -0.12,0.11 -0.11,0.08 -0.1,0.05 -0.05,0.01 -3.31,-0.02 -0.34,-0.08 -0.35,-0.14 -0.72,-0.44 -1.15,-1.08 -1.51,0.93 -1.59,0.66 -1.67,0.4 -1.75,0.13 -1.56,-0.12 -1.41,-0.35 -1.26,-0.59 -1.11,-0.82 -0.49,-0.5 -0.43,-0.53 -0.36,-0.57 -0.3,-0.6 -0.23,-0.64 -0.26,-1.38 -0.02,-1.27 0.13,-1.03 0.26,-0.98 0.39,-0.94 0.49,-0.85 3.13,-3.62 -1.43,-2.53 -0.48,-1.27 -0.29,-1.24 -0.1,-1.22 0.12,-1.12 0.14,-0.53 0.19,-0.5 0.24,-0.48 0.3,-0.45 0.75,-0.83 0.49,-0.4 1.09,-0.63 1.26,-0.42 1.42,-0.21 1.59,0.01 1.47,0.24 0.66,0.21 0.6,0.27 0.55,0.33 0.5,0.39 0.45,0.44 0.57,0.77 0.4,0.86 0.24,0.94 0.08,1.03 -0.07,1.02 -0.2,1 -0.34,0.98 -0.48,0.95 -1.43,2.01 -2.27,2.51 4.39,5.83 1.51,-2.64 0.38,-1.11 0.09,-0.5 0.03,-0.47 0,-0.06 -0.01,-0.06 -0.02,-0.05 -0.02,-0.04 -0.03,-0.03 -0.04,-0.02 -0.05,-0.01 -2.19,0 -0.12,-0.01 -0.11,-0.04 -0.1,-0.07 -0.09,-0.1 -0.08,-0.13 -0.13,-0.35 -0.07,-0.4 -0.01,-0.54 0.06,-0.38 0.05,-0.14 0.06,-0.11 0.08,-0.08 0.09,-0.05 0.1,-0.02 h 6.88 m -15.06,1.61 -0.88,1.07 -0.63,1.19 -0.38,1.3 -0.13,1.42 0.07,1.12 0.21,0.99 0.34,0.86 0.47,0.74 0.53,0.56 0.29,0.22 0.3,0.18 0.31,0.14 0.33,0.1 0.34,0.06 1.03,0 1.3,-0.2 1.21,-0.39 1.12,-0.59 0.53,-0.37 -6.36,-8.4 m 2.83,-2.21 1.24,-1.32 0.49,-0.7 0.4,-0.73 0.31,-0.76 0.22,-0.79 0.13,-0.82 0.04,-0.85 -0.03,-0.52 -0.08,-0.47 -0.13,-0.43 -0.18,-0.39 -0.22,-0.34 -0.27,-0.3 -0.32,-0.26 -0.37,-0.21 -0.27,-0.11 -0.63,-0.13 -0.77,-0.01 -0.65,0.1 -0.6,0.2 -0.52,0.28 -0.22,0.17 -0.37,0.38 -0.15,0.2 -0.12,0.21 -0.09,0.21 -0.07,0.22 -0.04,0.23 0.02,0.93 0.16,0.86 0.68,1.64 2.41,3.51"
inkscape:connector-curvature="0" />
<path
id="path3003"
d="m -528.77,282.01 0.03,-0.2 0.09,-0.17 0.16,-0.15 0.22,-0.12 0.28,-0.09 0.75,-0.11 1.27,0.02 0.41,0.06 0.3,0.1 0.11,0.06 0.17,0.13 0.12,0.13 0.04,0.06 0.03,0.06 0.02,0.06 0.01,0.06 -0.74,6.86 -0.03,0.12 -0.06,0.1 -0.1,0.09 -0.13,0.07 -0.17,0.06 -0.43,0.06 h -0.57 l -0.48,-0.06 -0.19,-0.06 -0.15,-0.07 -0.11,-0.09 -0.07,-0.1 -0.03,-0.12 -0.75,-6.76"
inkscape:connector-curvature="0" />
<path
id="path3005"
d="m -514.64,312.46 -0.12,0.05 -0.13,0.03 -0.3,0.03 -0.17,-0.01 -0.18,-0.04 -0.18,-0.06 -0.19,-0.09 -1.89,-2.38 -1.55,-2.7 -1.2,-3.02 -1.07,-4.56 -0.24,-2.51 0.08,-3.74 0.88,-4.73 1.61,-4.2 2.11,-3.44 1.27,-1.52 0.05,-0.04 0.06,-0.03 0.16,-0.05 0.47,-0.04 0.27,0.02 0.25,0.07 0.23,0.12 0.21,0.17 0.17,0.19 0.07,0.1 0.06,0.1 0.04,0.1 0.03,0.11 0.02,0.11 0.01,0.11 -2.84,5.91 -0.87,2.79 -0.59,3.6 -0.12,2.93 -0.01,0.08 0.5,5.68 0.44,1.86 1.38,3.77 2.1,4.06 -0.01,0.19 -0.04,0.17 -0.06,0.16 -0.09,0.15 -0.11,0.14 -0.14,0.13 -0.16,0.11 -0.21,0.12"
inkscape:connector-curvature="0" />
<path
id="path3007"
d="m -509.12,312.36 -0.19,0.09 -0.18,0.06 -0.17,0.04 -0.17,0.01 -0.31,-0.03 -0.13,-0.03 -0.23,-0.09 -0.1,-0.06 -0.19,-0.15 -0.18,-0.19 -0.07,-0.1 -0.06,-0.11 -0.04,-0.12 -0.03,-0.12 -0.03,-0.26 2.84,-5.92 0.87,-2.84 0.72,-6.79 -0.12,-2.86 -0.59,-3.63 -0.83,-2.71 -2.89,-5.92 0.01,-0.11 0.02,-0.11 0.03,-0.11 0.04,-0.1 0.12,-0.2 0.17,-0.19 0.2,-0.17 0.2,-0.12 0.2,-0.07 0.1,-0.02 0.56,0.02 0.22,0.04 0.08,0.03 0.07,0.03 0.05,0.04 1.9,2.39 1.55,2.69 1.2,2.98 1.06,4.47 0.24,2.51 -0.2,4.94 -0.69,3.44 -1.15,3.25 -2.16,3.91 -1.74,2.19"
inkscape:connector-curvature="0" />
<path
id="path3009"
d="m -499.42,282.96 0.09,0.02 2.53,1.15 -0.29,-2.72 0.01,-0.09 0.04,-0.08 0.07,-0.07 0.1,-0.07 0.13,-0.06 0.34,-0.1 0.59,-0.07 0.88,0.07 0.33,0.11 0.09,0.05 0.07,0.05 0.05,0.05 0.04,0.06 0.02,0.06 0.01,0.07 v 0.02 l -0.34,2.76 2.51,-1.16 0.03,-0.01 0.13,-0.01 0.04,0 0.04,0.01 0.04,0.02 0.08,0.06 0.18,0.22 0.17,0.28 0.18,0.42 0.19,0.62 0.04,0.27 0,0.24 -0.03,0.2 -0.03,0.08 -0.03,0.07 -0.04,0.06 -0.05,0.04 -0.06,0.03 -2.77,0.57 1.96,2 0.01,0.02 0.02,0.05 0.01,0.06 0.01,0.07 0,0.08 -0.01,0.05 -0.04,0.11 -0.17,0.26 -0.25,0.27 -0.29,0.25 -0.65,0.44 -0.24,0.11 -0.1,0.03 -0.08,0.01 -0.15,-0.01 -0.12,-0.02 -0.05,-0.02 -0.04,-0.02 -0.03,-0.02 -1.56,-2.53 -1.33,2.45 -0.03,0.03 -0.03,0.02 -0.03,0.02 -0.07,0.03 -0.08,0.02 -0.1,0 -0.12,-0.02 -0.29,-0.09 -0.33,-0.16 -0.33,-0.21 -0.56,-0.47 -0.11,-0.13 -0.09,-0.13 -0.06,-0.12 -0.04,-0.12 -0.01,-0.11 0,-0.04 0,-0.02 0.01,-0.04 0.03,-0.06 1.88,-2.1 -2.69,-0.52 -0.06,-0.02 -0.05,-0.03 -0.04,-0.04 -0.03,-0.05 -0.03,-0.06 -0.02,-0.06 -0.02,-0.15 0.07,-0.69 0.21,-0.69 0.16,-0.38 0.09,-0.15 0.09,-0.12 0.09,-0.09 0.1,-0.07 0.1,-0.04 0.11,0"
inkscape:connector-curvature="0" />
<path
id="path3011"
d="m -479.7,305.66 -0.02,0.08 -0.06,0.07 -0.1,0.06 -0.14,0.05 -0.39,0.07 h -1.09 l -0.39,-0.07 -0.14,-0.05 -0.1,-0.06 -0.06,-0.07 -0.02,-0.08 v -7.12 h -6 l -0.12,-0.01 -0.11,-0.04 -0.1,-0.07 -0.09,-0.1 -0.08,-0.13 -0.07,-0.15 -0.11,-0.39 -0.03,-0.43 -0.01,-0.01 0,-0.01 0,-0.01 0,-0.07 0.11,-0.61 0.11,-0.27 0.12,-0.17 0.06,-0.07 0.07,-0.05 0.07,-0.04 0.07,-0.02 6.09,-0.01 v -6.36 l 0.02,-0.08 0.06,-0.07 0.1,-0.06 0.14,-0.05 0.39,-0.07 h 1.09 l 0.39,0.07 0.14,0.05 0.1,0.06 0.06,0.07 0.02,0.08 v 6.36 h 6.03 l 0.11,0.01 0.1,0.04 0.09,0.07 0.08,0.09 0.07,0.12 0.12,0.32 0.1,0.62 -0.02,0.36 -0.05,0.3 -0.08,0.24 -0.05,0.1 -0.12,0.15 -0.11,0.11 -0.05,0.04 -0.05,0.03 -0.05,0.02 -0.05,0.01 -0.04,0 h -6.03 l 0.02,7.15"
inkscape:connector-curvature="0" />
<path
id="path3013"
d="m -468.81,308.72 -0.3,-0.18 -0.26,-0.21 -0.22,-0.24 -0.18,-0.26 -0.14,-0.29 -0.1,-0.32 -0.06,-0.35 -0.01,-0.62 0.09,-0.47 0.08,-0.22 0.1,-0.21 0.27,-0.39 0.35,-0.34 0.37,-0.26 0.19,-0.1 0.38,-0.13 0.19,-0.03 0.73,0.02 0.58,0.12 0.45,0.2 0.39,0.26 0.27,0.25 0.29,0.38 0.19,0.43 0.06,0.23 0.05,0.49 -0.07,0.77 -0.21,0.78 -0.36,0.8 -0.5,0.82 -1.43,1.68 -2,1.75 -0.24,-0.02 -0.21,-0.05 -0.09,-0.04 -0.17,-0.1 -0.07,-0.06 -0.06,-0.07 -0.1,-0.16 -0.06,-0.19 -0.03,-0.21 0,-0.11 0.8,-0.98 0.57,-0.89 0.34,-0.79 0.09,-0.36 0.04,-0.33"
inkscape:connector-curvature="0" />
<path
id="path3015"
d="m -452.89,296.57 0.11,0.02 0.1,0.05 0.09,0.08 0.08,0.11 0.07,0.14 0.12,0.38 0.07,0.41 0.01,0.22 -0.04,0.65 -0.06,0.31 -0.1,0.24 -0.12,0.17 -0.11,0.12 -0.1,0.08 -0.05,0.03 -0.05,0.02 -0.04,0 h -7.7 l -0.12,-0.02 -0.11,-0.05 -0.1,-0.08 -0.09,-0.12 -0.08,-0.15 -0.12,-0.39 -0.07,-0.42 -0.01,-0.43 0.02,-0.24 0.12,-0.5 0.07,-0.19 0.12,-0.21 0.06,-0.08 0.07,-0.06 0.07,-0.04 0.08,-0.03 0.08,-0.01 h 7.73"
inkscape:connector-curvature="0" />
<path
id="path3017"
d="m -448.44,306.47 0.02,-0.39 0.07,-0.36 0.11,-0.33 0.16,-0.29 0.2,-0.26 0.25,-0.23 0.29,-0.2 0.34,-0.16 0.46,-0.13 0.49,-0.04 0.48,0.04 0.45,0.13 0.4,0.23 0.34,0.28 0.29,0.37 0.21,0.41 0.13,0.45 0.04,0.49 -0.02,0.38 -0.07,0.35 -0.11,0.32 -0.15,0.29 -0.2,0.25 -0.24,0.22 -0.29,0.19 -0.44,0.2 -0.46,0.11 -0.49,0.02 -0.49,-0.06 -0.45,-0.15 -0.39,-0.22 -0.17,-0.14 -0.24,-0.24 -0.14,-0.18 -0.12,-0.19 -0.1,-0.2 -0.08,-0.21 -0.09,-0.46 0.01,-0.29"
inkscape:connector-curvature="0" />
<path
id="path3019"
d="m -429.68,280.77 0.75,-0.41 0.3,-0.1 0.13,-0.03 0.71,0 0.21,0.02 0.21,0.05 0.26,0.1 0.08,0.05 0.07,0.05 0.05,0.06 0.04,0.06 0.02,0.07 0.01,0.08 -11.48,30.11 -0.36,0.22 -0.4,0.16 -0.44,0.09 -0.84,0.02 -0.3,-0.03 -0.23,-0.05 -0.09,-0.04 -0.07,-0.04 -0.11,-0.08 -0.08,-0.08 -0.03,-0.04 -0.02,-0.04 -0.01,-0.04 0,-0.04 11.62,-30.12"
inkscape:connector-curvature="0" />
<path
id="path3021"
d="m -422.13,285.44 0.63,-0.79 0.69,-0.68 0.76,-0.56 0.82,-0.45 0.88,-0.35 0.95,-0.25 2.08,-0.2 1.06,0.06 0.98,0.18 0.9,0.3 0.82,0.42 0.75,0.52 0.68,0.62 0.61,0.72 0.54,0.81 0.84,1.81 0.6,2.14 0.48,5.29 -0.15,3 -0.46,2.67 -0.76,2.34 -1.07,2.01 -0.65,0.88 -0.7,0.76 -0.76,0.64 -0.81,0.53 -0.87,0.41 -0.92,0.29 -0.98,0.18 -1.03,0.06 -1,-0.07 -0.95,-0.2 -0.89,-0.33 -0.83,-0.46 -0.77,-0.6 -0.71,-0.73 -0.65,-0.86 -1.03,-1.89 -0.71,-1.86 -0.47,-1.95 -0.24,-2.04 0.43,-7.27 0.68,-2.57 0.96,-2.07 0.27,-0.46 m 6.36,-0.43 -0.89,0.1 -0.8,0.29 -0.71,0.49 -0.61,0.69 -0.52,0.88 -0.42,1.08 -0.66,3.67 0.04,6.63 0.49,2.74 0.37,1.13 0.45,0.97 0.54,0.82 0.62,0.66 0.47,0.35 0.51,0.25 0.54,0.15 0.58,0.05 0.58,-0.05 0.54,-0.15 0.5,-0.25 0.46,-0.35 0.41,-0.43 0.38,-0.51 0.65,-1.25 0.5,-1.51 0.58,-3.75 -0.07,-5.68 -0.45,-2.76 -0.34,-1.12 -0.41,-0.95 -0.49,-0.78 -0.57,-0.61 -0.48,-0.35 -0.54,-0.25 -0.59,-0.15 -0.66,-0.05"
inkscape:connector-curvature="0" />
<path
id="path3023"
d="m -387.34,306.02 0.1,0.02 0.09,0.06 0.07,0.09 0.06,0.13 0.05,0.17 0.05,0.45 0,0.57 -0.03,0.25 -0.05,0.21 -0.07,0.17 -0.09,0.13 -0.11,0.1 -0.13,0.06 -0.15,0.02 h -12.46 l -0.09,-0.01 -0.08,-0.04 -0.07,-0.07 -0.06,-0.1 -0.04,-0.13 -0.05,-0.36 0,-0.47 0.06,-0.36 0.12,-0.32 0.08,-0.15 0.2,-0.26 0.07,-0.06 0.07,-0.04 0.07,-0.03 0.03,-0.01 3.59,-0.06 0.45,-0.11 0.16,-0.07 0.12,-0.09 0.08,-0.1 0.03,-0.07 0.02,-0.07 0.01,-0.08 -0.02,-17.21 -0.03,-0.18 -0.04,-0.15 -0.05,-0.11 -0.06,-0.08 -0.07,-0.05 -0.08,-0.02 -0.03,0 -0.21,0.05 -4,1.57 -0.23,0.06 -0.07,0.01 -0.12,-0.01 -0.11,-0.03 -0.11,-0.05 -0.11,-0.07 -0.19,-0.18 -0.18,-0.22 -0.17,-0.26 -0.12,-0.25 -0.07,-0.25 -0.02,-0.24 0.02,-0.21 0.02,-0.09 0.03,-0.08 0.04,-0.07 0.05,-0.06 0.06,-0.06 7.96,-4.96 1.18,0.09 0.17,0.05 0.12,0.06 0.07,0.07 0.02,0.08 v 23.51 h 4.25"
inkscape:connector-curvature="0" />
<path
id="path3025"
d="m -379.67,291.06 -0.54,-0.05 -0.49,-0.14 -0.45,-0.24 -0.4,-0.33 -0.18,-0.2 -0.16,-0.22 -0.13,-0.24 -0.19,-0.52 -0.1,-0.59 0,-0.64 0.09,-0.64 0.17,-0.62 0.26,-0.6 0.34,-0.57 0.85,-1.02 0.5,-0.44 0.85,-0.58 1.23,-0.61 1.32,-0.41 1.42,-0.21 1.58,-0.01 1.55,0.19 1.38,0.38 1.22,0.57 1.04,0.76 0.43,0.44 0.36,0.47 0.3,0.5 0.23,0.54 0.17,0.57 0.1,0.6 -0.02,1.65 -0.15,0.95 -0.25,0.92 -0.35,0.9 -1,1.71 -7.16,6.6 -1.39,1.6 -1.04,1.62 -0.69,1.64 h 9.53 l 0.69,-2.36 0.23,-0.17 0.24,-0.12 0.24,-0.07 0.12,-0.02 0.12,-0.01 0.23,0.01 0.21,0.04 0.2,0.07 0.18,0.1 0.16,0.12 0.15,0.15 0.13,0.18 0.11,0.21 -0.79,5.5 h -14.58 l 0.22,-3.63 0.65,-2.21 1.08,-2.09 8.01,-8.84 0.5,-0.94 0.2,-0.56 0.23,-1.29 0.03,-0.74 -0.07,-0.73 -0.09,-0.33 -0.12,-0.31 -0.16,-0.29 -0.19,-0.27 -0.23,-0.25 -0.26,-0.23 -0.61,-0.39 -0.72,-0.28 -0.83,-0.17 -0.94,-0.06 -1.01,0.08 -0.87,0.23 -0.38,0.17 -0.35,0.21 -0.31,0.25 -0.28,0.29 0.26,0.16 0.24,0.21 0.22,0.26 0.19,0.3 0.16,0.33 0.11,0.33 0.07,0.33 0.02,0.33 -0.05,0.62 -0.06,0.28 -0.09,0.25 -0.24,0.45 -0.31,0.39 -0.19,0.18 -0.2,0.15 -0.21,0.13 -0.23,0.11 -0.5,0.14 -0.56,0.07"
inkscape:connector-curvature="0" />
<path
id="path3027"
d="m -357.59,304.91 0.28,0.29 0.31,0.25 0.35,0.21 0.38,0.17 0.87,0.23 1.01,0.08 0.96,-0.08 0.44,-0.1 0.42,-0.14 0.4,-0.18 0.37,-0.22 0.67,-0.57 0.3,-0.35 0.26,-0.37 0.22,-0.4 0.32,-0.89 0.16,-1 0,-1.03 -0.15,-0.94 -0.31,-0.88 -0.46,-0.82 -0.63,-0.78 -0.78,-0.65 -0.9,-0.48 -1.03,-0.3 -0.56,-0.09 v -1.6 l 1.37,-0.52 0.6,-0.33 0.54,-0.38 0.48,-0.43 0.42,-0.48 0.36,-0.53 0.41,-0.82 0.17,-0.49 0.11,-0.5 0.06,-1.05 -0.11,-0.93 -0.11,-0.4 -0.15,-0.36 -0.39,-0.64 -0.24,-0.29 -0.43,-0.4 -0.33,-0.23 -0.35,-0.2 -0.77,-0.28 -0.87,-0.14 -0.99,0 -0.94,0.15 -0.42,0.13 -0.38,0.17 -0.35,0.21 -0.31,0.25 -0.28,0.29 0.26,0.16 0.24,0.21 0.22,0.26 0.19,0.3 0.16,0.33 0.11,0.33 0.07,0.33 0.02,0.33 -0.05,0.62 -0.06,0.28 -0.2,0.49 -0.28,0.42 -0.16,0.19 -0.4,0.33 -0.22,0.13 -0.23,0.11 -0.49,0.14 -0.54,0.05 -0.54,-0.05 -0.49,-0.14 -0.45,-0.24 -0.4,-0.33 -0.18,-0.2 -0.16,-0.22 -0.13,-0.24 -0.19,-0.52 -0.1,-0.59 0,-0.64 0.09,-0.64 0.17,-0.62 0.26,-0.6 0.34,-0.57 0.85,-1.02 0.5,-0.44 0.85,-0.58 1.23,-0.61 1.32,-0.41 1.42,-0.21 1.56,0 1.5,0.23 1.34,0.45 1.17,0.68 0.97,0.88 0.39,0.48 0.33,0.51 0.27,0.54 0.21,0.57 0.24,1.23 -0.01,1.48 -0.13,0.75 -0.21,0.71 -0.3,0.67 -0.38,0.63 -0.47,0.6 -0.55,0.56 -1.21,0.92 -0.99,0.53 1.85,1.07 0.7,0.53 0.55,0.52 0.81,1.07 0.58,1.14 0.35,1.21 0.12,1.31 -0.14,1.39 -0.18,0.66 -0.25,0.64 -0.71,1.21 -0.99,1.12 -1.27,1 -1.42,0.72 -1.56,0.43 -1.71,0.14 -1.38,-0.1 -1.3,-0.3 -1.23,-0.51 -1.16,-0.71 -1.08,-0.96 -0.42,-0.53 -0.35,-0.56 -0.27,-0.59 -0.19,-0.62 -0.12,-0.65 -0.03,-0.99 0.1,-0.52 0.19,-0.47 0.29,-0.43 0.38,-0.38 0.42,-0.28 0.47,-0.19 0.51,-0.09 h 0.53 l 0.48,0.09 0.45,0.18 0.42,0.27 0.38,0.36 0.16,0.21 0.14,0.22 0.11,0.24 0.15,0.52 0.05,0.57 -0.02,0.3 -0.06,0.3 -0.1,0.3 -0.14,0.29 -0.39,0.58 -0.48,0.57"
inkscape:connector-curvature="0" />
<path
id="path3029"
d="m -324.64,298.62 0.1,0.02 0.09,0.05 0.07,0.08 0.06,0.12 0.05,0.15 0.05,0.4 -0.03,0.85 -0.07,0.31 -0.05,0.13 -0.06,0.11 -0.14,0.18 -0.13,0.13 -0.12,0.09 -0.06,0.03 -0.05,0.02 -0.05,0.01 h -2.81 v 4.74 h 2.53 l 0.1,0.02 0.09,0.06 0.07,0.09 0.06,0.13 0.05,0.17 0.05,0.45 0,0.57 -0.03,0.25 -0.05,0.21 -0.07,0.17 -0.09,0.13 -0.11,0.1 -0.13,0.06 -0.15,0.02 h -10.77 l -0.09,-0.01 -0.08,-0.04 -0.07,-0.07 -0.06,-0.1 -0.04,-0.13 -0.05,-0.36 0,-0.47 0.06,-0.36 0.12,-0.32 0.08,-0.15 0.2,-0.26 0.07,-0.06 0.07,-0.04 0.07,-0.03 0.03,-0.01 3.59,-0.06 0.45,-0.11 0.16,-0.07 0.12,-0.09 0.08,-0.1 0.03,-0.07 0.02,-0.07 0.01,-0.08 0,-4.08 H -341 l -0.32,-0.23 -0.13,-0.13 -0.11,-0.14 -0.09,-0.15 -0.07,-0.17 -0.05,-0.18 -0.04,-0.19 7.91,-17.92 0.71,0.04 0.61,0.11 0.52,0.18 0.42,0.25 0.33,0.32 0.24,0.39 0.14,0.46 0.05,0.53 -7.17,14.18 h 6.58 v -6 l 0.06,-0.41 0.17,-0.36 0.28,-0.3 0.4,-0.25 0.51,-0.19 0.62,-0.14 1.59,-0.11 v 7.75 h 3.2"
inkscape:connector-curvature="0" />
<path
id="path3031"
d="m -316.23,304.91 0.28,0.29 0.32,0.25 0.36,0.21 0.4,0.17 0.93,0.23 1.1,0.08 0.92,-0.08 0.43,-0.1 0.41,-0.14 0.76,-0.41 0.68,-0.57 0.6,-0.76 0.24,-0.43 0.34,-0.94 0.17,-1.06 0,-1.21 -0.21,-1.18 -0.18,-0.54 -0.23,-0.51 -0.29,-0.48 -0.34,-0.44 -0.39,-0.41 -0.42,-0.36 -0.46,-0.31 -1.02,-0.47 -1.17,-0.28 -5.51,-0.09 v -12.84 h 13.06 l -0.12,2.1 -0.09,0.37 -0.12,0.27 -0.15,0.24 -0.17,0.2 -0.2,0.17 -0.22,0.13 -0.25,0.09 -0.28,0.05 -8.81,0.02 v 6.55 l 4.68,0.16 1.8,0.47 0.81,0.35 0.76,0.43 0.7,0.51 1.17,1.18 0.83,1.28 0.56,1.42 0.28,1.56 0,1.71 -0.3,1.62 -0.26,0.74 -0.34,0.7 -0.41,0.65 -0.49,0.61 -0.56,0.57 -1.27,0.93 -1.44,0.67 -1.62,0.4 -1.79,0.14 -1.36,-0.1 -1.29,-0.3 -1.22,-0.51 -1.15,-0.71 -1.08,-0.96 -0.42,-0.53 -0.35,-0.56 -0.27,-0.59 -0.19,-0.62 -0.12,-0.65 -0.03,-0.96 0.1,-0.52 0.19,-0.48 0.29,-0.43 0.38,-0.38 0.43,-0.29 0.47,-0.19 0.51,-0.1 h 0.54 l 0.51,0.1 0.24,0.08 0.45,0.24 0.4,0.34 0.33,0.42 0.24,0.46 0.14,0.5 0.05,0.55 -0.02,0.29 -0.06,0.29 -0.1,0.29 -0.32,0.58 -0.48,0.58 -0.29,0.25"
inkscape:connector-curvature="0" />
<path
id="path3033"
d="m -287.61,286.04 -0.27,-0.29 -0.3,-0.25 -0.34,-0.21 -0.37,-0.17 -0.4,-0.13 -0.89,-0.15 -0.52,-0.02 -0.54,0.04 -0.51,0.12 -0.5,0.2 -0.48,0.27 -0.46,0.35 -0.44,0.43 -0.82,1.09 -0.76,1.48 -0.54,1.69 -0.33,1.9 -0.11,2.11 0.67,-0.57 0.81,-0.48 0.95,-0.38 1.55,-0.36 2.48,-0.06 1.42,0.28 1.43,0.54 0.65,0.37 0.6,0.43 0.55,0.5 0.52,0.58 0.45,0.63 0.38,0.68 0.55,1.51 0.28,1.71 -0.01,1.8 -0.13,0.83 -0.21,0.79 -0.29,0.75 -0.38,0.71 -0.46,0.67 -1.18,1.22 -1.3,0.93 -1.38,0.67 -1.47,0.4 -1.55,0.13 -2.1,-0.2 -1.82,-0.59 -1.54,-0.98 -1.26,-1.38 -0.98,-1.77 -0.7,-2.16 -0.42,-2.56 -0.09,-4.64 0.39,-3.08 0.78,-2.69 1.18,-2.29 1.43,-1.77 1.47,-1.23 0.78,-0.46 0.8,-0.36 0.83,-0.26 0.86,-0.15 0.92,-0.05 2.35,0.23 1,0.28 0.88,0.39 0.77,0.5 0.65,0.61 0.54,0.71 0.54,1.12 0.3,1.12 0.06,1.04 -0.08,0.83 -0.08,0.32 -0.1,0.25 -0.27,0.44 -0.16,0.2 -0.29,0.27 -0.43,0.29 -0.47,0.19 -0.51,0.1 h -0.54 l -0.51,-0.1 -0.47,-0.19 -0.42,-0.29 -0.37,-0.39 -0.29,-0.44 -0.19,-0.48 -0.1,-0.52 -0.02,-0.27 0.02,-0.4 0.06,-0.37 0.1,-0.34 0.14,-0.31 0.18,-0.27 0.22,-0.24 0.26,-0.21 0.35,-0.19 m -3.7,9.22 -0.95,0.08 -0.84,0.23 -0.75,0.34 -0.66,0.44 -0.54,0.48 -0.46,0.52 -0.37,0.56 -0.28,0.6 0.08,1.41 0.23,1.33 0.38,1.25 0.53,1.17 0.72,1.09 0.4,0.43 0.42,0.35 0.45,0.27 0.47,0.19 0.5,0.12 0.52,0.04 0.96,-0.09 0.44,-0.12 0.42,-0.17 0.4,-0.21 0.38,-0.26 0.69,-0.66 0.58,-0.84 0.42,-0.96 0.25,-1.08 0.08,-1.2 -0.08,-1.02 -0.23,-0.95 -0.38,-0.87 -0.53,-0.8 -0.69,-0.71 -0.38,-0.28 -0.4,-0.23 -0.41,-0.18 -0.43,-0.13 -0.45,-0.08 -0.49,-0.06"
inkscape:connector-curvature="0" />
<path
id="path3035"
d="m -270.91,308.45 -0.03,0.08 -0.09,0.07 -0.16,0.06 -0.5,0.09 h -2.45 l -0.5,-0.09 -0.16,-0.06 -0.09,-0.07 -0.03,-0.08 0.7,-4.69 1.18,-4.47 1.67,-4.26 5.48,-9.15 h -10.98 l -0.64,2.14 -0.03,0.08 -0.05,0.07 -0.07,0.06 -0.09,0.05 -0.1,0.04 -0.26,0.04 -0.5,-0.01 -0.3,-0.04 -0.26,-0.06 -0.21,-0.09 -0.17,-0.12 -0.13,-0.14 -0.09,-0.17 -0.05,-0.19 0.66,-5 h 16.75 l 0.14,0.02 0.12,0.05 0.1,0.09 0.08,0.12 0.07,0.16 0.05,0.19 0.04,0.49 -6,11.41 -1.6,4.65 -1.5,8.73"
inkscape:connector-curvature="0" />
<path
id="path3037"
d="m -259.1,301.69 0.07,-1 0.21,-0.99 0.36,-0.98 0.5,-0.96 1.42,-1.89 1.99,-1.83 -1.28,-1.17 -0.83,-1.03 -0.54,-0.98 -0.38,-1 -0.23,-1.03 -0.08,-1.06 0.03,-0.56 0.1,-0.54 0.17,-0.52 0.23,-0.5 0.3,-0.48 0.37,-0.46 0.94,-0.86 1.16,-0.74 1.29,-0.53 1.43,-0.32 1.56,-0.11 1.68,0.11 1.52,0.33 1.35,0.54 1.19,0.76 0.87,0.82 0.34,0.44 0.28,0.46 0.22,0.48 0.15,0.5 0.09,0.52 -0.01,1.35 -0.3,1.56 -0.6,1.5 -0.9,1.43 -1.88,2.07 2,1.21 0.71,0.55 0.51,0.51 0.72,0.98 0.47,0.97 0.16,0.51 0.18,1.22 -0.02,1.43 -0.13,0.71 -0.22,0.7 -0.68,1.33 -0.44,0.6 -0.5,0.55 -0.56,0.5 -1.28,0.87 -1.4,0.62 -1.52,0.37 -1.64,0.12 -2.1,-0.12 -1.85,-0.38 -1.59,-0.62 -0.7,-0.41 -1.17,-0.96 -0.47,-0.53 -0.39,-0.57 -0.32,-0.61 -0.25,-0.65 -0.18,-0.69 -0.13,-1.54 m 6.79,-6.36 -1.21,1.49 -0.87,1.5 -0.52,1.5 -0.13,0.75 -0.02,1.28 0.16,0.96 0.33,0.86 0.23,0.39 0.57,0.71 0.35,0.32 0.38,0.28 0.41,0.23 0.9,0.34 1.01,0.17 1.06,0 0.49,-0.07 0.47,-0.12 0.44,-0.16 0.42,-0.21 0.4,-0.25 0.73,-0.65 0.52,-0.63 0.37,-0.63 0.22,-0.62 0.06,-0.31 0.01,-0.61 -0.06,-0.57 -0.12,-0.52 -0.19,-0.48 -0.54,-0.86 -0.74,-0.82 -1.54,-1.18 -3.59,-2.09 m 3.7,-1.53 1.09,-1.54 0.78,-1.39 0.47,-1.25 0.12,-0.57 0.04,-0.58 -0.02,-0.4 -0.06,-0.38 -0.1,-0.36 -0.14,-0.34 -0.18,-0.32 -0.22,-0.3 -0.55,-0.55 -0.62,-0.43 -0.7,-0.31 -0.77,-0.18 -0.84,-0.06 -0.91,0.07 -0.81,0.19 -0.71,0.3 -0.62,0.42 -0.46,0.46 -0.33,0.48 -0.11,0.25 -0.08,0.25 -0.05,0.26 -0.01,0.52 0.06,0.5 0.12,0.46 0.17,0.42 0.5,0.77 0.67,0.73 1.34,1.08 2.93,1.8"
inkscape:connector-curvature="0" />
<path
id="path3039"
d="m -233.69,304.91 0.28,0.29 0.32,0.25 0.36,0.21 0.41,0.17 0.94,0.23 1.1,0.08 0.54,-0.04 0.52,-0.11 0.49,-0.18 0.46,-0.25 0.44,-0.32 0.41,-0.4 0.74,-1.01 0.68,-1.44 0.48,-1.71 0.39,-4.23 -0.63,0.57 -0.8,0.48 -0.96,0.38 -1.58,0.36 -2.47,0.06 -1.43,-0.28 -1.43,-0.55 -0.65,-0.37 -0.6,-0.44 -1.07,-1.08 -0.45,-0.63 -0.38,-0.68 -0.55,-1.51 -0.28,-1.71 0.01,-1.8 0.13,-0.83 0.21,-0.79 0.29,-0.75 0.38,-0.71 0.46,-0.67 1.18,-1.22 1.3,-0.93 1.38,-0.67 1.47,-0.4 1.55,-0.13 2.1,0.2 1.82,0.59 1.54,0.98 1.26,1.38 0.98,1.77 0.7,2.16 0.42,2.56 0.05,5.5 -0.69,4.33 -0.6,1.78 -0.77,1.53 -0.94,1.27 -1.11,1.02 -1.28,0.76 -1.73,0.59 -0.87,0.15 -1.71,0.02 -1.52,-0.2 -1.3,-0.4 -1.16,-0.59 -1.07,-0.82 -0.47,-0.49 -0.39,-0.52 -0.32,-0.56 -0.25,-0.59 -0.18,-0.62 -0.11,-0.66 -0.02,-1.01 0.1,-0.52 0.19,-0.48 0.29,-0.43 0.38,-0.38 0.43,-0.29 0.47,-0.19 0.51,-0.1 h 0.54 l 0.51,0.1 0.24,0.08 0.45,0.24 0.4,0.34 0.33,0.42 0.24,0.46 0.14,0.5 0.05,0.54 -0.02,0.4 -0.06,0.37 -0.1,0.34 -0.14,0.31 -0.18,0.28 -0.22,0.24 -0.26,0.21 -0.31,0.19 m 3.71,-9.22 0.95,-0.08 0.84,-0.23 0.74,-0.33 0.66,-0.43 0.56,-0.48 0.46,-0.52 0.37,-0.56 0.28,-0.6 -0.08,-1.62 -0.23,-1.45 -0.38,-1.29 -0.53,-1.12 -0.33,-0.5 -0.36,-0.44 -0.39,-0.37 -0.42,-0.3 -0.45,-0.24 -0.48,-0.17 -0.51,-0.1 -0.54,-0.03 -0.96,0.1 -0.44,0.12 -0.42,0.17 -0.4,0.22 -0.38,0.26 -0.69,0.66 -0.58,0.84 -0.41,0.96 -0.25,1.07 -0.08,1.23 0.07,1.03 0.22,0.94 0.37,0.86 0.52,0.79 0.68,0.71 0.37,0.28 0.4,0.23 0.42,0.18 0.44,0.13 0.46,0.08 0.5,0"
inkscape:connector-curvature="0" />
<path
id="path3041"
d="m -216.9,295.14 0.04,-0.48 0.13,-0.44 0.21,-0.4 0.29,-0.36 0.33,-0.29 0.35,-0.21 0.18,-0.07 0.38,-0.09 0.26,-0.01 0.79,0.07 0.25,0.06 0.43,0.2 0.36,0.27 0.24,0.25 0.25,0.37 0.09,0.2 0.13,0.43 0.04,0.54 -0.04,0.49 -0.13,0.43 -0.21,0.39 -0.29,0.35 -0.34,0.29 -0.35,0.21 -0.18,0.07 -0.38,0.09 -0.51,0 -0.57,-0.08 -0.49,-0.17 -0.21,-0.12 -0.19,-0.14 -0.17,-0.16 -0.29,-0.36 -0.2,-0.4 -0.12,-0.44 -0.08,-0.49 m 0,10.52 0.04,-0.5 0.13,-0.45 0.21,-0.41 0.29,-0.37 0.33,-0.3 0.35,-0.21 0.18,-0.08 0.18,-0.05 0.19,-0.03 0.2,-0.01 0.84,0.09 0.26,0.07 0.43,0.19 0.19,0.12 0.17,0.14 0.24,0.25 0.25,0.38 0.17,0.42 0.08,0.46 v 0.58 l -0.08,0.45 -0.17,0.41 -0.25,0.37 -0.32,0.33 -0.34,0.25 -0.36,0.16 -0.37,0.08 -0.19,0.01 -0.02,0.01 -0.02,0 -0.03,0 -0.51,-0.02 -0.54,-0.11 -0.22,-0.09 -0.39,-0.23 -0.17,-0.14 -0.24,-0.25 -0.25,-0.38 -0.17,-0.42 -0.08,-0.46 -0.01,-0.26"
inkscape:connector-curvature="0" />
<path
id="path3043"
d="m -204.56,297.5 -0.6,-0.04 -0.52,-0.12 -0.23,-0.09 -0.21,-0.11 -0.2,-0.13 -0.18,-0.15 -0.29,-0.36 -0.21,-0.4 -0.12,-0.45 -0.04,-0.49 0.02,-0.39 0.07,-0.36 0.11,-0.32 0.15,-0.29 0.2,-0.26 0.24,-0.22 0.29,-0.19 0.44,-0.2 0.46,-0.11 0.5,-0.02 0.47,0.06 0.22,0.06 0.43,0.2 0.36,0.27 0.24,0.25 0.25,0.37 0.1,0.2 0.13,0.43 0.04,0.54 -0.04,0.49 -0.13,0.43 -0.21,0.39 -0.29,0.35 -0.34,0.29 -0.35,0.21 -0.37,0.13 -0.39,0.03 m -1.42,11.22 -0.3,-0.18 -0.26,-0.21 -0.22,-0.24 -0.18,-0.26 -0.14,-0.29 -0.1,-0.32 -0.06,-0.35 -0.01,-0.62 0.03,-0.24 0.06,-0.23 0.08,-0.22 0.23,-0.41 0.32,-0.37 0.37,-0.3 0.37,-0.22 0.38,-0.13 0.19,-0.03 0.73,0.02 0.58,0.12 0.45,0.2 0.39,0.26 0.27,0.25 0.29,0.38 0.19,0.43 0.1,0.47 0.02,0.25 -0.07,0.77 -0.21,0.78 -0.36,0.8 -0.5,0.82 -1.43,1.68 -2,1.75 -0.24,-0.02 -0.21,-0.05 -0.09,-0.04 -0.17,-0.1 -0.07,-0.06 -0.06,-0.07 -0.05,-0.08 -0.08,-0.17 -0.05,-0.2 -0.02,-0.22 0.8,-0.98 0.57,-0.89 0.34,-0.79 0.09,-0.36 0.03,-0.33"
inkscape:connector-curvature="0" />
<path
id="path3045"
d="m -194.14,297.38 10.96,7.69 -0.02,0.31 -0.05,0.29 -0.08,0.26 -0.12,0.23 -0.15,0.2 -0.18,0.17 -0.22,0.14 -0.25,0.12 -13.97,-8.1 -0.17,-0.15 -0.15,-0.16 -0.12,-0.17 -0.09,-0.19 -0.07,-0.2 -0.04,-0.21 -0.01,-0.22 0.01,-0.25 0.04,-0.23 0.07,-0.22 0.1,-0.2 0.13,-0.19 0.16,-0.17 0.19,-0.15 13.85,-7.77 0.19,0.08 0.17,0.1 0.16,0.12 0.14,0.15 0.12,0.17 0.11,0.19 0.17,0.45 0.09,0.57 -10.97,7.34"
inkscape:connector-curvature="0" />
<path
id="path3047"
d="m -163.98,292.66 0.11,0.01 0.1,0.04 0.09,0.07 0.08,0.1 0.08,0.12 0.12,0.33 0.07,0.37 0.01,0.4 -0.03,0.28 -0.14,0.45 -0.1,0.21 -0.06,0.08 -0.06,0.07 -0.06,0.05 -0.07,0.04 -0.07,0.02 -14.66,0.01 -0.12,-0.01 -0.11,-0.04 -0.1,-0.07 -0.09,-0.1 -0.08,-0.13 -0.07,-0.15 -0.11,-0.39 -0.03,-0.41 0.02,-0.36 0.05,-0.3 0.08,-0.23 0.05,-0.09 0.06,-0.08 0.12,-0.12 0.12,-0.09 0.05,-0.03 0.05,-0.02 0.05,-0.01 14.65,-0.02 m 0,6.43 0.11,0.01 0.1,0.04 0.09,0.07 0.08,0.09 0.08,0.12 0.12,0.32 0.07,0.37 0.01,0.41 -0.03,0.29 -0.14,0.45 -0.1,0.21 -0.06,0.08 -0.06,0.07 -0.07,0.05 -0.07,0.04 -0.07,0.02 -14.59,0.01 -0.12,-0.01 -0.11,-0.04 -0.1,-0.07 -0.09,-0.1 -0.08,-0.13 -0.07,-0.15 -0.11,-0.39 -0.03,-0.43 0.03,-0.41 0.14,-0.45 0.11,-0.2 0.06,-0.08 0.06,-0.07 0.07,-0.05 0.07,-0.04 0.07,-0.02 14.63,-0.01"
inkscape:connector-curvature="0" />
<path
id="path3049"
d="m -159.38,290.04 0.04,-0.47 0.05,-0.21 0.07,-0.2 0.09,-0.19 0.11,-0.17 0.13,-0.16 0.21,-0.19 0.11,-0.08 0.13,-0.07 0.21,-0.08 13.85,7.77 0.19,0.15 0.16,0.17 0.13,0.19 0.1,0.2 0.07,0.22 0.04,0.23 0.01,0.25 -0.01,0.22 -0.04,0.21 -0.07,0.2 -0.09,0.19 -0.12,0.17 -0.15,0.16 -0.17,0.15 -13.97,8.1 -0.25,-0.12 -0.22,-0.14 -0.18,-0.17 -0.15,-0.2 -0.12,-0.23 -0.08,-0.26 -0.05,-0.29 -0.02,-0.31 10.96,-7.69 -10.97,-7.35"
inkscape:connector-curvature="0" />
<path
id="path3051"
d="m -137.3,285.01 0.17,0.35 0.12,0.34 0.07,0.34 0.03,0.33 -0.05,0.6 -0.06,0.26 -0.08,0.24 -0.22,0.4 -0.29,0.34 -0.36,0.3 -0.36,0.22 -0.18,0.08 -0.19,0.05 -0.19,0.03 -0.71,-0.01 -0.56,-0.11 -0.12,-0.04 -0.41,-0.23 -0.35,-0.28 -0.3,-0.35 -0.12,-0.19 -0.1,-0.2 -0.13,-0.42 -0.04,-0.45 0.02,-0.44 0.07,-0.4 0.12,-0.36 0.17,-0.33 0.44,-0.59 0.56,-0.51 0.66,-0.45 1.5,-0.69 2.32,-0.56 1.52,-0.12 1.44,0.12 1.36,0.38 1.23,0.59 0.53,0.36 0.48,0.4 0.8,0.91 0.32,0.5 0.26,0.53 0.2,0.56 0.24,1.2 0,1.28 -0.25,1.23 -0.5,1.17 -0.76,1.11 -4.69,4.05 -0.02,4.44 -0.05,0.17 -0.08,0.15 -0.12,0.14 -0.15,0.12 -0.19,0.1 -0.22,0.08 -0.49,0.11 -0.33,0.03 -0.47,-0.02 -0.33,-0.05 -0.28,-0.08 -0.23,-0.12 -0.18,-0.15 -0.13,-0.19 -0.08,-0.22 -0.02,-4.91 3.95,-3.27 0.83,-0.95 0.47,-0.8 0.34,-0.8 0.2,-0.81 0.07,-0.81 -0.07,-0.83 -0.2,-0.74 -0.34,-0.66 -0.47,-0.58 -0.28,-0.24 -0.3,-0.21 -0.67,-0.33 -0.76,-0.2 -1.51,-0.06 -1.07,0.09 -0.43,0.06 m 0.14,23.11 -0.29,-0.35 -0.22,-0.41 -0.13,-0.46 -0.04,-0.5 0.04,-0.5 0.13,-0.45 0.22,-0.41 0.14,-0.18 0.16,-0.16 0.36,-0.3 0.37,-0.22 0.37,-0.13 0.19,-0.04 0.23,-0.01 0.5,0.03 0.28,0.05 0.25,0.07 0.42,0.21 0.37,0.27 0.25,0.25 0.26,0.35 0.18,0.36 0.05,0.18 0.03,0.19 -0.02,0.72 -0.05,0.31 -0.07,0.26 -0.09,0.22 -0.24,0.39 -0.15,0.17 -0.26,0.24 -0.36,0.26 -0.37,0.17 -0.19,0.05 -0.19,0.03 -0.71,-0.02 -0.56,-0.12 -0.42,-0.19 -0.37,-0.26 -0.07,-0.07"
inkscape:connector-curvature="0" />
<path
id="path3053"
d="m -110.35,290.8 1.87,0.16 2.15,0.48 0.69,-0.88 0.1,-0.03 0.85,0.03 0.46,0.12 0.43,0.19 0.4,0.27 0.1,0.09 0.09,0.1 0.07,0.1 0.06,0.11 -0.95,3.71 0.04,10.43 0.02,0.09 0.03,0.07 0.03,0.06 0.04,0.05 0.07,0.06 0.08,0.05 0.09,0.04 0.23,0.07 0.28,0.03 0.33,0 0.34,-0.05 0.34,-0.11 0.35,-0.16 0.36,-0.22 0.35,-0.27 0.65,-0.7 0.48,-0.73 0.53,-1.11 0.35,-1.2 0.18,-1.29 -0.09,-2.66 -0.48,-2.35 -0.86,-2.05 -1.22,-1.77 -1.19,-1.19 -0.89,-0.69 -0.96,-0.58 -1.03,-0.47 -2.25,-0.63 -2.52,-0.21 -2.54,0.22 -2.28,0.63 -1.04,0.47 -0.98,0.58 -0.91,0.68 -0.85,0.78 -0.8,0.92 -0.69,1 -0.59,1.08 -0.85,2.4 -0.43,2.73 0,2.69 0.4,2.23 0.79,2 0.54,0.92 1.37,1.66 1.71,1.38 1.92,0.99 2.14,0.59 2.35,0.2 2.34,-0.12 2.1,-0.38 1.87,-0.62 1.63,-0.88 0.19,0.1 0.19,0.12 0.34,0.31 0.31,0.41 0.34,0.66 0.12,0.43 -1.96,1.12 -2.16,0.8 -2.35,0.48 -2.54,0.16 -3.18,-0.23 -2.82,-0.68 -2.47,-1.13 -1.1,-0.74 -1.01,-0.85 -0.93,-0.98 -0.8,-1.07 -0.68,-1.16 -0.56,-1.25 -0.74,-2.76 -0.25,-3.12 0.27,-3.27 0.8,-2.96 1.34,-2.64 1.88,-2.33 1.42,-1.25 1.57,-1.04 1.72,-0.83 2.87,-0.83 2.29,-0.25 2.62,0.04 2.65,0.54 2.6,1.07 2.26,1.5 0.98,0.9 1.7,2.13 1.22,2.4 0.73,2.67 0.24,2.95 -0.14,1.87 -0.42,1.72 -0.7,1.57 -0.97,1.42 -1.2,1.2 -0.65,0.47 -0.69,0.38 -0.73,0.3 -0.76,0.21 -0.8,0.13 -1.31,0.03 -0.75,-0.11 -0.33,-0.1 -0.29,-0.13 -0.26,-0.15 -0.22,-0.18 -0.25,-0.29 -0.22,-0.36 -0.14,-0.32 -0.76,0.54 -0.86,0.45 -2.01,0.65 -0.81,0.13 -0.83,0.04 -1.48,-0.14 -1.28,-0.43 -1.08,-0.72 -0.89,-1 -0.69,-1.29 -0.49,-1.58 -0.3,-1.86 -0.06,-3.11 0.3,-1.79 0.59,-1.61 0.89,-1.43 1.14,-1.21 1.28,-0.9 0.7,-0.34 0.73,-0.26 1.57,-0.3 0.87,-0.03 m -1.07,15.34 1,-0.11 1.01,-0.32 1.02,-0.54 1.03,-0.75 v -9.84 l -0.74,-0.49 -0.79,-0.35 -0.83,-0.21 -0.88,-0.07 -0.66,0.05 -0.61,0.15 -0.56,0.25 -0.51,0.35 -0.46,0.45 -0.41,0.55 -0.36,0.64 -0.41,1.05 -0.27,1.43 0.05,3.3 0.24,1.31 0.35,1.06 0.21,0.44 0.34,0.54 0.25,0.3 0.27,0.25 0.3,0.21 0.32,0.16 0.34,0.12 0.36,0.07 0.4,0"
inkscape:connector-curvature="0" />
<path
id="path3055"
d="m -94.36,308.45 -0.1,-0.02 -0.09,-0.05 -0.07,-0.08 -0.06,-0.11 -0.05,-0.14 -0.05,-0.37 0,-0.45 0.05,-0.39 0.1,-0.33 0.07,-0.14 0.08,-0.12 0.1,-0.11 0.04,-0.03 0.05,-0.03 0.13,-0.04 0.98,-0.1 0.25,-0.08 0.22,-0.11 0.19,-0.14 0.17,-0.17 0.14,-0.2 8.92,-22.83 0.05,-0.07 0.06,-0.06 0.08,-0.05 0.09,-0.04 0.1,-0.03 0.24,-0.02 0.51,0.02 0.39,0.06 0.15,0.05 0.11,0.06 0.08,0.07 0.05,0.08 9.19,23.51 h 2.02 l 0.1,0.02 0.09,0.05 0.08,0.08 0.06,0.11 0.05,0.15 0.06,0.39 -0.03,0.81 -0.06,0.29 -0.04,0.11 -0.05,0.1 -0.06,0.08 -0.12,0.11 -0.11,0.08 -0.05,0.03 -0.05,0.02 -0.05,0.01 -8.4,0 -0.1,-0.01 -0.09,-0.04 -0.07,-0.07 -0.06,-0.1 -0.05,-0.13 -0.05,-0.36 0.03,-0.81 0.06,-0.3 0.04,-0.12 0.05,-0.1 0.06,-0.08 0.12,-0.13 0.12,-0.09 0.06,-0.03 0.05,-0.02 0.05,-0.01 1.35,-0.06 0.53,-0.1 0.17,-0.07 0.1,-0.08 0.03,-0.1 0,-0.04 -0.02,-0.09 -2.17,-5.62 h -8.74 l -2.4,6.17 h 2.96 l 0.1,0.02 0.09,0.05 0.08,0.08 0.06,0.11 0.05,0.14 0.06,0.38 -0.03,0.82 -0.06,0.29 -0.04,0.12 -0.05,0.1 -0.11,0.14 -0.1,0.1 -0.1,0.07 -0.04,0.02 -0.04,0.01 -7.51,-0.04 m 8.14,-11.26 h 6.7 l -3.33,-8.69 -3.37,8.69"
inkscape:connector-curvature="0" />
<path
id="path3057"
d="m -58.36,308.62 -9.53,-0.17 -0.1,-0.02 -0.09,-0.05 -0.07,-0.08 -0.06,-0.11 -0.05,-0.14 -0.05,-0.37 0,-0.44 0.06,-0.38 0.12,-0.33 0.08,-0.15 0.1,-0.14 0.11,-0.13 0.04,-0.03 0.05,-0.03 0.12,-0.04 0.15,-0.03 0.25,-0.01 0.03,0.01 0.07,0.01 1.47,-0.13 0.15,-0.04 0.11,-0.04 0.1,-0.05 0.08,-0.06 0.07,-0.07 0.05,-0.07 0.04,-0.08 0.02,-0.09 0,-20.22 -0.01,-0.06 -0.02,-0.05 -0.02,-0.04 -0.03,-0.03 -0.04,-0.02 -0.05,-0.01 -2.86,0 -0.12,-0.01 -0.11,-0.04 -0.1,-0.07 -0.09,-0.1 -0.08,-0.13 -0.13,-0.35 -0.07,-0.4 -0.01,-0.54 0.06,-0.38 0.05,-0.14 0.06,-0.11 0.08,-0.08 0.09,-0.05 0.1,-0.02 11.05,0.1 1.9,0.3 1.61,0.5 1.32,0.69 1.02,0.89 0.73,1.09 0.44,1.29 0.15,1.49 -0.09,0.96 -0.26,0.91 -0.44,0.86 -0.62,0.81 -0.72,0.69 -0.8,0.57 -0.88,0.45 -0.95,0.33 1.38,0.29 1.23,0.45 1.08,0.62 0.94,0.78 0.75,0.92 0.29,0.5 0.43,1.09 0.21,1.2 0.03,0.64 -0.08,1.31 -0.25,1.19 -0.43,1.07 -0.6,0.95 -0.77,0.83 -0.94,0.72 -1.11,0.6 -1.75,0.61 -2.11,0.36 -1.78,0.05 m -3.03,-5.31 0.04,0.64 0.13,0.55 0.09,0.24 0.12,0.22 0.14,0.2 0.16,0.17 0.19,0.15 0.22,0.13 0.52,0.2 0.64,0.12 1.52,0.03 1.35,-0.12 1.11,-0.25 0.48,-0.19 0.43,-0.23 0.38,-0.27 0.32,-0.31 0.28,-0.36 0.23,-0.42 0.19,-0.47 0.25,-1.1 0.09,-1.32 -0.04,-0.6 -0.11,-0.57 -0.18,-0.53 -0.25,-0.5 -0.32,-0.47 -0.39,-0.44 -0.46,-0.4 -1.03,-0.66 -1.08,-0.46 -1.18,-0.31 -3.83,-0.17 v 7.5 m 2.63,-10.15 1.47,-0.13 0.63,-0.16 0.56,-0.22 0.5,-0.29 0.43,-0.35 0.36,-0.41 0.29,-0.48 0.17,-0.42 0.12,-0.48 0.1,-1.14 -0.03,-0.6 -0.09,-0.54 -0.15,-0.48 -0.21,-0.43 -0.27,-0.37 -0.33,-0.33 -0.38,-0.28 -0.44,-0.23 -0.9,-0.29 -4.48,-0.38 v 8 h 2.65"
inkscape:connector-curvature="0" />
<path
id="path3059"
d="m -31.22,285.44 -0.55,-0.27 -0.63,-0.19 -0.71,-0.12 -1.6,0 -0.78,0.13 -0.74,0.21 -0.71,0.29 -0.65,0.37 -0.61,0.44 -0.56,0.51 -0.52,0.58 -0.92,1.42 -0.66,1.62 -0.4,1.81 -0.14,2.01 0.27,3.96 0.33,1.68 0.47,1.47 0.6,1.27 0.74,1.07 0.87,0.86 1.01,0.66 0.68,0.32 0.69,0.23 0.7,0.14 0.71,0.04 0,0 0,0 0,0 0,0 0,0 0.01,-0.01 1.27,-0.06 0.97,-0.17 1.52,-0.53 2.27,-1.32 0.1,-0.03 0.08,-0.01 0.12,0.01 0.12,0.04 0.12,0.06 0.24,0.18 0.22,0.23 0.31,0.42 0.14,0.27 0.09,0.25 0.02,0.12 0.01,0.11 -0.02,0.22 -0.02,0.1 -0.04,0.1 -0.05,0.09 -0.06,0.09 -0.14,0.16 -0.98,0.72 -1.62,0.83 -2.36,0.71 -2.42,0.24 -2.32,-0.19 -2.07,-0.57 -0.94,-0.44 -0.88,-0.54 -0.83,-0.65 -0.77,-0.75 -0.75,-0.92 -0.65,-1.01 -1,-2.28 -0.6,-2.65 -0.2,-3.01 0.21,-3.14 0.63,-2.76 1.04,-2.38 0.68,-1.05 0.78,-0.95 0.81,-0.79 0.87,-0.68 0.93,-0.58 1,-0.47 2.19,-0.63 2.48,-0.21 1.34,0.08 1.27,0.25 1.21,0.41 1.16,0.57 1.09,0.77 0.43,0.42 0.35,0.44 0.27,0.46 0.2,0.48 0.12,0.5 0.04,0.52 -0.05,0.53 -0.14,0.49 -0.24,0.45 -0.33,0.42 -0.4,0.33 -0.22,0.13 -0.47,0.19 -0.52,0.09 h -0.55 l -0.51,-0.09 -0.47,-0.19 -0.42,-0.28 -0.38,-0.38 -0.29,-0.42 -0.19,-0.46 -0.1,-0.49 -0.01,-0.51 0.05,-0.47 0.09,-0.42 0.14,-0.38 0.13,-0.12"
inkscape:connector-curvature="0" />
<path
id="path3061"
d="m -23.91,283.6 0.03,-0.48 0.04,-0.19 0.05,-0.15 0.06,-0.12 0.08,-0.08 0.09,-0.05 0.11,-0.02 13.19,0.2 2.69,0.61 1.17,0.46 1.05,0.56 0.93,0.67 0.81,0.77 0.65,0.82 0.57,0.93 0.88,2.18 0.53,2.62 0.18,3.09 -0.25,3.09 -0.74,2.69 -0.56,1.2 -0.68,1.1 -0.8,1 -0.93,0.91 -1.85,1.32 -2.06,0.95 -2.27,0.57 -12.02,0.2 -0.11,-0.02 -0.09,-0.05 -0.08,-0.08 -0.07,-0.11 -0.05,-0.14 -0.06,-0.37 0,-0.42 0.06,-0.36 0.11,-0.33 0.17,-0.29 0.11,-0.13 0.04,-0.03 0.05,-0.03 0.12,-0.04 1.78,-0.13 0.34,-0.07 0.11,-0.04 0.1,-0.05 0.08,-0.06 0.07,-0.07 0.05,-0.08 0.04,-0.08 0.02,-0.09 0,-20.25 -0.01,-0.05 -0.02,-0.04 -0.02,-0.03 -0.03,-0.03 -0.04,-0.02 -0.04,-0.01 -2.88,0 -0.12,-0.01 -0.11,-0.04 -0.1,-0.07 -0.09,-0.1 -0.08,-0.13 -0.07,-0.15 -0.11,-0.39 -0.02,-0.46 m 7.38,22.19 4.31,-0.15 1.64,-0.45 1.5,-0.75 1.36,-1.05 0.68,-0.71 0.59,-0.77 0.5,-0.83 0.41,-0.89 0.54,-1.98 0.18,-2.23 -0.32,-3.66 -0.39,-1.55 -0.55,-1.36 -0.71,-1.18 -0.86,-0.99 -1.02,-0.8 -1.18,-0.61 -0.84,-0.29 -1.85,-0.34 -3.98,-0.04 v 20.63"
inkscape:connector-curvature="0" />
<path
id="path3063"
d="m 16.95,298.85 -0.02,0.17 -0.06,0.14 -0.1,0.12 -0.14,0.1 -0.17,0.08 -0.21,0.06 -0.54,0.04 -0.54,-0.03 -0.21,-0.04 -0.17,-0.05 -0.14,-0.07 -0.1,-0.08 -0.06,-0.09 -0.02,-0.11 v -2.6 h -5.5 v 9.31 h 9.13 l 1.36,-2.65 0.06,-0.07 0.07,-0.06 0.08,-0.05 0.09,-0.04 0.1,-0.03 0.22,-0.02 0.72,0.05 0.46,0.14 0.2,0.1 0.08,0.06 0.07,0.06 0.05,0.07 0.04,0.07 0.02,0.08 0.01,0.1 -0.01,0.07 -1.6,4.75 H 2.54 l -0.11,-0.02 -0.09,-0.05 -0.08,-0.08 -0.07,-0.11 -0.05,-0.14 -0.06,-0.38 0,-0.45 0.06,-0.38 0.11,-0.32 0.07,-0.14 0.08,-0.13 0.1,-0.11 0.04,-0.03 0.05,-0.03 0.12,-0.04 0.16,-0.03 0.24,0.01 0.05,0.01 1.25,-0.08 0.36,-0.07 0.19,-0.06 0.1,-0.05 0.08,-0.06 0.07,-0.07 0.05,-0.07 0.04,-0.08 0.02,-0.09 0,-20.25 -0.01,-0.05 -0.02,-0.04 -0.01,-0.04 -0.03,-0.03 -0.04,-0.02 -0.04,-0.01 -2.88,0 -0.12,-0.01 -0.11,-0.04 -0.1,-0.07 -0.09,-0.1 -0.08,-0.13 -0.07,-0.15 -0.11,-0.39 -0.01,-0.45 0.03,-0.48 0.04,-0.19 0.05,-0.15 0.06,-0.12 0.08,-0.08 0.09,-0.05 0.11,-0.02 H 21 v 5.01 l -0.02,0.14 -0.06,0.12 -0.09,0.1 -0.13,0.08 -0.17,0.06 -0.21,0.05 -0.53,0.04 -0.54,-0.02 -0.38,-0.07 -0.13,-0.05 -0.1,-0.06 -0.06,-0.08 -0.02,-0.09 -0.09,-1.19 -0.12,-0.4 -0.08,-0.15 -0.09,-0.12 -0.19,-0.17 -0.22,-0.14 -0.25,-0.12 -0.61,-0.18 -0.75,-0.09 -7.2,-0.01 v 8.67 l 4.73,-0.02 0.15,-0.03 0.13,-0.04 0.11,-0.05 0.09,-0.07 0.07,-0.08 0.04,-0.09 0.1,-0.35 0.14,-1.97 0.05,-0.08 0.08,-0.07 0.11,-0.06 0.15,-0.04 0.39,-0.05 0.83,0.03 0.29,0.06 0.11,0.04 0.09,0.05 0.07,0.06 0.11,0.12 0.08,0.1 0.03,0.05 0.02,0.05 0.01,0.04 0,0.04 v 7.37"
inkscape:connector-curvature="0" />
<path
id="path3065"
d="m 39.15,298.85 -0.02,0.17 -0.06,0.14 -0.1,0.12 -0.14,0.1 -0.17,0.08 -0.21,0.06 -0.54,0.04 -0.54,-0.03 -0.21,-0.04 -0.17,-0.05 -0.14,-0.07 -0.1,-0.08 -0.06,-0.09 -0.02,-0.11 v -2.6 h -5.5 v 9.53 h 3.71 l 0.11,0.02 0.09,0.05 0.08,0.08 0.06,0.12 0.05,0.15 0.06,0.39 -0.03,0.79 -0.06,0.28 -0.06,0.1 -0.05,0.09 -0.06,0.08 -0.12,0.12 -0.12,0.09 -0.05,0.03 -0.05,0.02 -0.05,0.01 -9.92,0 -0.11,-0.02 -0.09,-0.05 -0.08,-0.08 -0.07,-0.11 -0.05,-0.14 -0.04,-0.17 -0.03,-0.45 0.03,-0.41 0.08,-0.35 0.13,-0.29 0.08,-0.12 0.1,-0.11 0.04,-0.03 0.05,-0.03 0.12,-0.04 0.15,-0.03 0.24,-0.01 0.04,0.01 0.08,0.01 1.48,-0.13 0.15,-0.04 0.11,-0.04 0.1,-0.05 0.08,-0.06 0.07,-0.07 0.05,-0.07 0.04,-0.08 0.02,-0.09 0,-20.25 -0.01,-0.05 -0.02,-0.04 -0.02,-0.05 -0.03,-0.03 -0.04,-0.02 -0.04,-0.01 -2.87,0 -0.12,-0.01 -0.11,-0.04 -0.1,-0.07 -0.09,-0.1 -0.08,-0.13 -0.12,-0.34 -0.1,-0.66 0.03,-0.48 0.04,-0.19 0.05,-0.15 0.06,-0.12 0.08,-0.08 0.09,-0.05 0.1,-0.02 H 43.2 v 5.01 l -0.02,0.14 -0.06,0.12 -0.09,0.1 -0.13,0.08 -0.17,0.06 -0.21,0.05 -0.53,0.04 -0.54,-0.02 -0.38,-0.07 -0.13,-0.05 -0.1,-0.06 -0.06,-0.08 -0.02,-0.09 -0.09,-1.19 -0.12,-0.4 -0.08,-0.15 -0.09,-0.12 -0.19,-0.17 -0.22,-0.14 -0.25,-0.12 -0.61,-0.18 -0.75,-0.09 -7.2,-0.01 v 8.67 l 4.73,-0.02 0.15,-0.03 0.13,-0.04 0.11,-0.05 0.09,-0.06 0.06,-0.08 0.04,-0.09 0.1,-0.35 0.13,-1.88 0.02,-0.09 0.05,-0.08 0.08,-0.07 0.11,-0.06 0.15,-0.04 0.39,-0.05 0.82,0.03 0.29,0.06 0.11,0.04 0.09,0.05 0.07,0.06 0.11,0.12 0.08,0.1 0.03,0.05 0.02,0.05 0.01,0.04 0,0.04 v 7.37"
inkscape:connector-curvature="0" />
<path
id="path3067"
d="m 65.67,297.56 0.1,0.02 0.09,0.06 0.07,0.09 0.06,0.13 0.05,0.17 0.05,0.45 0,0.57 -0.03,0.25 -0.05,0.21 -0.07,0.17 -0.08,0.13 -0.1,0.1 -0.12,0.06 -0.14,0.02 h -1.22 v 5.93 l -1.39,1.06 -1.27,0.71 -1.3,0.48 -2.78,0.55 -1.49,0.07 -1.41,-0.1 -1.36,-0.3 -1.31,-0.51 -1.26,-0.71 -1.74,-1.42 -1.41,-1.75 -1.08,-2.09 -0.75,-2.42 -0.38,-4.43 0.22,-2.67 0.67,-2.59 1.05,-2.36 0.65,-1.01 0.73,-0.9 0.8,-0.79 0.86,-0.68 0.93,-0.58 0.99,-0.47 1.06,-0.37 2.32,-0.42 1.38,-0.05 2.25,0.18 1.35,0.32 1.23,0.48 1.15,0.66 0.5,0.39 0.42,0.41 0.34,0.44 0.27,0.46 0.19,0.49 0.11,0.51 0.04,0.54 -0.05,0.53 -0.15,0.49 -0.24,0.45 -0.33,0.42 -0.39,0.33 -0.21,0.13 -0.47,0.19 -0.51,0.09 h -0.55 l -0.52,-0.09 -0.47,-0.19 -0.42,-0.28 -0.38,-0.38 -0.29,-0.42 -0.19,-0.46 -0.1,-0.5 0.03,-0.99 0.07,-0.42 0.17,-0.54 -0.68,-0.26 -0.73,-0.19 -1.57,-0.15 -0.82,0.04 -0.78,0.13 -0.74,0.21 -0.71,0.29 -0.65,0.37 -0.61,0.44 -0.56,0.51 -0.52,0.58 -0.92,1.42 -0.66,1.62 -0.4,1.81 -0.14,2.06 0.27,3.96 0.33,1.67 0.47,1.46 0.6,1.26 0.73,1.06 0.86,0.86 1,0.66 0.71,0.32 0.78,0.23 0.85,0.14 0.93,0.04 0.01,0 0.01,0 0.01,0 0.02,-0.01 1.9,-0.18 1.79,-0.53 0,-5.04 -0.01,-0.06 -0.02,-0.05 -0.02,-0.04 -0.03,-0.03 -0.05,-0.01 -0.05,-0.01 -2.86,0 -0.12,-0.02 -0.11,-0.05 -0.1,-0.08 -0.09,-0.1 -0.08,-0.13 -0.13,-0.35 -0.07,-0.4 -0.01,-0.52 0.06,-0.38 0.05,-0.14 0.06,-0.11 0.08,-0.08 0.09,-0.05 0.1,-0.02 8.34,0"
inkscape:connector-curvature="0" />
<path
id="path3069"
d="m 78.66,306.02 0.1,0.02 0.09,0.05 0.08,0.08 0.06,0.12 0.05,0.15 0.06,0.39 -0.03,0.79 -0.06,0.28 -0.04,0.1 -0.05,0.09 -0.06,0.08 -0.12,0.12 -0.12,0.09 -0.05,0.03 -0.05,0.02 -0.05,0.01 -9.22,0 -0.09,-0.02 -0.08,-0.05 -0.07,-0.08 -0.06,-0.11 -0.04,-0.14 -0.05,-0.37 0,-0.48 0.06,-0.36 0.12,-0.32 0.08,-0.14 0.09,-0.13 0.11,-0.12 0.04,-0.03 0.05,-0.03 0.12,-0.04 0.16,-0.03 0.24,-0.01 0.07,0.01 1.34,-0.1 0.33,-0.07 0.11,-0.04 0.1,-0.05 0.08,-0.06 0.07,-0.07 0.05,-0.07 0.04,-0.08 0.02,-0.09 0,-20.22 -0.01,-0.06 -0.02,-0.05 -0.02,-0.04 -0.03,-0.03 -0.04,-0.02 -0.04,-0.01 -2.86,0 -0.12,-0.01 -0.11,-0.04 -0.1,-0.07 -0.09,-0.1 -0.08,-0.13 -0.12,-0.34 -0.1,-0.68 0.03,-0.46 0.03,-0.18 0.05,-0.15 0.06,-0.11 0.08,-0.08 0.09,-0.05 0.1,-0.02 h 10.2 l 0.1,0.02 0.09,0.06 0.07,0.09 0.06,0.13 0.05,0.17 0.05,0.45 0,0.57 -0.03,0.25 -0.05,0.21 -0.07,0.17 -0.08,0.13 -0.1,0.1 -0.12,0.06 -0.14,0.02 h -3.1 v 8.89 h 10.51 l 0,-8.68 -0.01,-0.06 -0.02,-0.05 -0.02,-0.04 -0.03,-0.03 -0.04,-0.02 -0.04,-0.01 -2.88,0 -0.12,-0.01 -0.11,-0.04 -0.1,-0.07 -0.09,-0.1 -0.08,-0.13 -0.07,-0.16 -0.11,-0.4 -0.03,-0.47 0.03,-0.46 0.04,-0.18 0.05,-0.15 0.07,-0.11 0.08,-0.08 0.09,-0.05 0.11,-0.02 h 10.19 l 0.1,0.02 0.09,0.06 0.07,0.09 0.06,0.13 0.05,0.17 0.05,0.45 0,0.57 -0.03,0.25 -0.05,0.21 -0.07,0.17 -0.08,0.13 -0.1,0.1 -0.12,0.06 -0.14,0.02 h -3.1 v 21.08 h 2.89 l 0.11,0.02 0.09,0.05 0.08,0.08 0.07,0.11 0.05,0.15 0.06,0.39 0,0.45 -0.03,0.35 -0.07,0.28 -0.05,0.11 -0.06,0.1 -0.06,0.08 -0.12,0.11 -0.11,0.08 -0.1,0.05 -0.05,0.01 -9.2,0 -0.1,-0.01 -0.08,-0.05 -0.07,-0.08 -0.06,-0.11 -0.04,-0.14 -0.05,-0.37 0,-0.44 0.06,-0.39 0.05,-0.17 0.07,-0.16 0.08,-0.15 0.09,-0.13 0.11,-0.12 0.04,-0.03 0.05,-0.03 0.12,-0.04 0.15,-0.03 0.24,-0.01 0.07,0.01 1.32,-0.1 0.33,-0.07 0.11,-0.04 0.1,-0.05 0.08,-0.06 0.07,-0.07 0.05,-0.07 0.04,-0.08 0.02,-0.09 0.01,-8.89 H 75.77 V 306 l 2.89,0.02"
inkscape:connector-curvature="0" />
<path
id="path3071"
d="m 106.46,306.02 0.1,0.02 0.09,0.05 0.08,0.08 0.06,0.12 0.05,0.15 0.06,0.39 -0.03,0.79 -0.06,0.28 -0.04,0.11 -0.05,0.09 -0.06,0.08 -0.12,0.12 -0.12,0.09 -0.05,0.03 -0.05,0.02 -0.05,0.01 -9.22,0 -0.09,-0.02 -0.08,-0.05 -0.07,-0.08 -0.06,-0.11 -0.04,-0.14 -0.05,-0.37 0,-0.44 0.06,-0.38 0.12,-0.33 0.08,-0.15 0.1,-0.14 0.11,-0.13 0.04,-0.03 0.05,-0.03 0.12,-0.04 0.15,-0.03 0.25,-0.01 0.07,0.01 1.32,-0.1 0.33,-0.07 0.11,-0.04 0.1,-0.05 0.08,-0.06 0.07,-0.07 0.05,-0.07 0.04,-0.08 0.02,-0.09 0,-20.22 -0.01,-0.06 -0.02,-0.05 -0.02,-0.04 -0.03,-0.03 -0.04,-0.02 -0.04,-0.01 -2.86,0 -0.12,-0.01 -0.11,-0.04 -0.1,-0.07 -0.09,-0.1 -0.08,-0.13 -0.07,-0.16 -0.11,-0.41 -0.03,-0.48 0.03,-0.44 0.04,-0.17 0.05,-0.14 0.06,-0.11 0.08,-0.08 0.09,-0.05 0.11,-0.02 h 10.2 l 0.1,0.02 0.09,0.06 0.07,0.09 0.06,0.13 0.05,0.17 0.05,0.45 0,0.57 -0.03,0.25 -0.05,0.21 -0.07,0.17 -0.08,0.13 -0.1,0.1 -0.12,0.06 -0.14,0.02 h -3.1 v 21.08 l 2.87,0"
inkscape:connector-curvature="0" />
<path
id="path3073"
d="m 120.18,282.51 0.1,0.02 0.09,0.06 0.07,0.09 0.06,0.13 0.05,0.17 0.05,0.45 0,0.57 -0.03,0.25 -0.05,0.21 -0.07,0.17 -0.08,0.13 -0.1,0.1 -0.12,0.06 -0.14,0.02 h -3.1 l -0.11,23.91 -0.32,1.5 -0.54,1.42 -0.75,1.35 -0.64,0.83 -0.73,0.7 -0.81,0.57 -0.89,0.44 -0.93,0.28 -0.85,0.1 -0.73,-0.04 -0.29,-0.05 -0.24,-0.08 -0.41,-0.21 -0.18,-0.13 -0.16,-0.15 -0.29,-0.36 -0.12,-0.19 -0.17,-0.41 -0.08,-0.45 0.01,-0.68 0.07,-0.36 0.11,-0.33 0.16,-0.29 0.2,-0.26 0.25,-0.23 0.29,-0.2 0.44,-0.2 0.46,-0.11 0.24,-0.02 0.44,0.02 0.3,0.05 0.28,0.09 0.26,0.13 0.24,0.16 0.22,0.2 0.21,0.23 0.19,0.27 0.29,-0.23 0.25,-0.31 0.21,-0.38 0.17,-0.46 0.23,-1.15 0.07,-24.75 -0.01,-0.06 -0.02,-0.05 -0.02,-0.04 -0.03,-0.03 -0.04,-0.02 -0.05,-0.01 -2.86,0 -0.12,-0.01 -0.11,-0.04 -0.1,-0.07 -0.09,-0.1 -0.08,-0.13 -0.07,-0.16 -0.11,-0.41 -0.03,-0.48 0.03,-0.44 0.04,-0.17 0.05,-0.14 0.06,-0.11 0.08,-0.08 0.09,-0.05 0.1,-0.02 h 10.21"
inkscape:connector-curvature="0" />
<path
id="path3075"
d="m 133.14,306.02 0.11,0.02 0.09,0.05 0.08,0.08 0.06,0.12 0.05,0.15 0.06,0.39 -0.03,0.79 -0.06,0.28 -0.04,0.11 -0.05,0.09 -0.06,0.08 -0.12,0.12 -0.12,0.09 -0.05,0.03 -0.05,0.02 -0.05,0.01 -9.22,0 -0.09,-0.02 -0.08,-0.05 -0.07,-0.08 -0.06,-0.11 -0.04,-0.14 -0.05,-0.37 0,-0.44 0.06,-0.38 0.12,-0.33 0.08,-0.15 0.1,-0.14 0.11,-0.13 0.04,-0.03 0.05,-0.03 0.12,-0.04 0.15,-0.03 0.25,-0.01 0.07,0.01 1.32,-0.1 0.33,-0.07 0.11,-0.04 0.1,-0.05 0.08,-0.06 0.07,-0.07 0.05,-0.07 0.04,-0.08 0.02,-0.09 0,-20.22 -0.01,-0.06 -0.02,-0.05 -0.02,-0.04 -0.03,-0.03 -0.04,-0.02 -0.04,-0.01 -2.86,0 -0.12,-0.01 -0.11,-0.04 -0.1,-0.07 -0.09,-0.1 -0.08,-0.13 -0.13,-0.35 -0.07,-0.4 -0.01,-0.54 0.06,-0.38 0.05,-0.14 0.06,-0.11 0.08,-0.08 0.09,-0.05 0.1,-0.02 h 9.31 l 0.1,0.02 0.09,0.06 0.07,0.09 0.06,0.13 0.05,0.17 0.05,0.45 0,0.57 -0.03,0.25 -0.05,0.21 -0.07,0.17 -0.08,0.13 -0.1,0.1 -0.12,0.06 -0.14,0.02 h -2.21 v 21.08 l 2.88,0.01 m 13.61,0 0.1,0.02 0.08,0.05 0.07,0.09 0.06,0.12 0.05,0.16 0.05,0.42 -0.03,0.79 -0.06,0.27 -0.04,0.11 -0.05,0.09 -0.06,0.07 -0.12,0.11 -0.11,0.08 -0.1,0.05 -0.05,0.01 -3.27,-0.01 -0.3,-0.05 -0.6,-0.2 -0.6,-0.33 -0.77,-0.63 -9.6,-12.49 9.05,-9.79 h -2.27 l -0.11,-0.02 -0.09,-0.05 -0.08,-0.08 -0.06,-0.11 -0.05,-0.14 -0.06,-0.38 0.02,-0.82 0.06,-0.29 0.04,-0.11 0.05,-0.09 0.05,-0.07 0.12,-0.12 0.1,-0.09 0.05,-0.03 0.05,-0.02 0.04,-0.01 0.04,0 h 7.53 l 0.1,0.02 0.09,0.05 0.07,0.08 0.06,0.11 0.05,0.14 0.05,0.37 v 0.45 l -0.05,0.39 -0.1,0.33 -0.07,0.14 -0.08,0.13 -0.1,0.11 -0.04,0.03 -0.04,0.03 -0.09,0.04 -0.11,0.03 -0.57,0.05 -0.54,0.14 -0.28,0.15 -0.33,0.26 -8.03,9.09 8.22,10.56 0.34,0.27 0.36,0.22 0.41,0.16 0.46,0.11 1.09,0.03"
inkscape:connector-curvature="0" />
<path
id="path3077"
d="m 159.14,282.51 0.1,0.02 0.09,0.06 0.07,0.09 0.06,0.13 0.05,0.17 0.05,0.45 0,0.57 -0.03,0.25 -0.05,0.21 -0.07,0.17 -0.08,0.13 -0.1,0.1 -0.12,0.06 -0.14,0.02 h -3.1 v 20.85 h 8.08 l 1.37,-2.65 0.06,-0.07 0.07,-0.06 0.08,-0.05 0.09,-0.04 0.1,-0.03 0.22,-0.02 0.72,0.05 0.47,0.14 0.21,0.11 0.08,0.06 0.07,0.06 0.05,0.07 0.04,0.07 0.02,0.07 0.01,0.08 -0.01,0.09 -1.61,4.75 h -16.65 l -0.09,-0.02 -0.08,-0.05 -0.07,-0.08 -0.06,-0.11 -0.04,-0.14 -0.05,-0.38 0,-0.48 0.06,-0.35 0.12,-0.31 0.17,-0.27 0.11,-0.12 0.04,-0.03 0.05,-0.03 0.12,-0.04 0.16,-0.03 0.24,-0.01 0.04,0.01 0.08,0.01 1.47,-0.13 0.15,-0.04 0.11,-0.04 0.1,-0.05 0.08,-0.06 0.07,-0.07 0.05,-0.07 0.04,-0.08 0.02,-0.09 0,-20.22 -0.01,-0.06 -0.02,-0.05 -0.02,-0.04 -0.03,-0.03 -0.04,-0.02 -0.05,-0.01 -2.86,0 -0.12,-0.01 -0.11,-0.04 -0.1,-0.07 -0.09,-0.1 -0.08,-0.13 -0.12,-0.35 -0.07,-0.39 -0.01,-0.27 -0.01,-0.02 0,-0.02 0,-0.05 0.01,-0.15 0.05,-0.31 0.04,-0.15 0.07,-0.15 0.04,-0.06 0.04,-0.05 0.04,-0.04 0.05,-0.03 0.05,-0.02 0.05,-0.01 10.21,0"
inkscape:connector-curvature="0" />
<path
id="path3079"
d="m 178.18,306.02 0.1,0.02 0.09,0.05 0.08,0.08 0.06,0.12 0.05,0.15 0.06,0.39 -0.03,0.79 -0.06,0.28 -0.04,0.11 -0.05,0.09 -0.06,0.08 -0.12,0.12 -0.12,0.09 -0.05,0.03 -0.05,0.02 -0.05,0.01 -8.18,0 -0.1,-0.02 -0.09,-0.05 -0.07,-0.08 -0.06,-0.11 -0.05,-0.14 -0.05,-0.37 0,-0.44 0.06,-0.38 0.12,-0.33 0.08,-0.15 0.1,-0.14 0.11,-0.13 0.04,-0.03 0.05,-0.03 0.12,-0.04 0.15,-0.03 0.25,-0.01 0.07,0.01 1.32,-0.1 0.33,-0.07 0.11,-0.04 0.1,-0.05 0.08,-0.06 0.07,-0.07 0.05,-0.07 0.04,-0.08 0.02,-0.09 0,-20.22 -0.01,-0.06 -0.02,-0.05 -0.02,-0.04 -0.03,-0.03 -0.04,-0.02 -0.05,-0.01 -2.86,0 -0.12,-0.01 -0.11,-0.04 -0.1,-0.07 -0.09,-0.1 -0.08,-0.13 -0.07,-0.16 -0.11,-0.41 -0.03,-0.48 0.03,-0.44 0.04,-0.17 0.05,-0.14 0.06,-0.11 0.08,-0.08 0.09,-0.05 0.1,-0.02 5.25,0.01 0.11,0.02 0.1,0.04 0.09,0.05 0.08,0.07 0.08,0.09 0.07,0.1 9.52,20.04 8.33,-20.16 0.05,-0.07 0.05,-0.06 0.05,-0.05 0.06,-0.04 0.06,-0.03 0.07,-0.02 6.53,-0.01 0.1,0.02 0.09,0.06 0.07,0.09 0.06,0.13 0.05,0.17 0.05,0.45 0,0.57 -0.03,0.25 -0.05,0.21 -0.07,0.17 -0.08,0.13 -0.1,0.1 -0.12,0.06 -0.14,0.02 h -3.1 V 306 h 2.89 l 0.11,0.02 0.09,0.05 0.08,0.08 0.06,0.11 0.05,0.15 0.06,0.39 -0.03,0.79 -0.06,0.28 -0.04,0.11 -0.05,0.09 -0.12,0.14 -0.12,0.1 -0.11,0.07 -0.05,0.02 -0.05,0.01 -9.18,0 -0.1,-0.02 -0.09,-0.04 -0.07,-0.08 -0.06,-0.11 -0.05,-0.14 -0.05,-0.37 0,-0.44 0.06,-0.38 0.12,-0.33 0.18,-0.29 0.11,-0.13 0.04,-0.03 0.05,-0.03 0.12,-0.04 0.15,-0.03 0.25,-0.01 0.07,0.01 0.07,0 1.25,-0.1 0.33,-0.07 0.11,-0.04 0.1,-0.05 0.08,-0.06 0.07,-0.07 0.05,-0.08 0.04,-0.08 0.02,-0.09 0.01,-16.21 -7.74,19.28 -0.06,0.05 -0.06,0.04 -0.16,0.06 -0.19,0.04 h -0.65 l -0.36,-0.04 -0.29,-0.06 -0.12,-0.04 -0.1,-0.05 -7.93,-17.63 v 15.2 l 2.85,0.07"
inkscape:connector-curvature="0" />
<path
id="path3081"
d="m 202.83,283.53 0.03,-0.44 0.04,-0.17 0.05,-0.14 0.06,-0.11 0.08,-0.08 0.09,-0.05 0.1,-0.02 h 6 l 13.67,19.99 0,-17.35 -0.01,-0.06 -0.02,-0.05 -0.02,-0.04 -0.03,-0.03 -0.04,-0.02 -0.05,-0.01 -2.86,0 -0.12,-0.01 -0.11,-0.04 -0.1,-0.07 -0.09,-0.1 -0.08,-0.13 -0.07,-0.16 -0.11,-0.41 -0.03,-0.48 0.03,-0.44 0.04,-0.17 0.05,-0.14 0.06,-0.11 0.08,-0.08 0.09,-0.05 0.1,-0.02 h 9.2 l 0.1,0.02 0.09,0.06 0.07,0.09 0.06,0.13 0.05,0.17 0.05,0.45 0,0.57 -0.03,0.25 -0.05,0.21 -0.07,0.17 -0.08,0.13 -0.1,0.1 -0.12,0.06 -0.14,0.02 h -3.08 v 23.54 l -0.02,0.07 -0.06,0.06 -0.1,0.05 -0.14,0.04 -0.4,0.06 h -1.11 l -0.42,-0.06 -0.16,-0.04 -0.13,-0.05 -0.1,-0.06 -0.06,-0.07 -13.68,-19.46 v 16.99 h 2.89 l 0.11,0.02 0.09,0.05 0.08,0.08 0.07,0.12 0.05,0.15 0.06,0.39 -0.03,0.81 -0.06,0.28 -0.04,0.11 -0.05,0.09 -0.06,0.07 -0.13,0.11 -0.12,0.08 -0.06,0.03 -0.06,0.02 -0.05,0.01 -8.2,0 -0.1,-0.02 -0.09,-0.05 -0.07,-0.08 -0.06,-0.11 -0.05,-0.14 -0.05,-0.37 0,-0.44 0.06,-0.38 0.12,-0.33 0.08,-0.15 0.1,-0.14 0.11,-0.13 0.04,-0.03 0.05,-0.03 0.12,-0.04 0.15,-0.03 0.25,-0.01 0.07,0.01 1.32,-0.1 0.33,-0.07 0.11,-0.04 0.1,-0.05 0.08,-0.06 0.07,-0.07 0.05,-0.07 0.04,-0.08 0.02,-0.09 0,-20.22 -0.01,-0.06 -0.02,-0.05 -0.02,-0.04 -0.03,-0.03 -0.04,-0.02 -0.04,-0.01 -2.86,0 -0.12,-0.01 -0.11,-0.04 -0.1,-0.07 -0.09,-0.1 -0.08,-0.13 -0.07,-0.16 -0.11,-0.41 -0.04,-0.48"
inkscape:connector-curvature="0" />
<path
id="path3083"
d="m 242.46,308.79 -2.2,-0.19 -2.04,-0.57 -0.95,-0.44 -0.89,-0.54 -0.83,-0.64 -0.77,-0.74 -0.75,-0.91 -0.65,-1 -1,-2.27 -0.6,-2.64 -0.2,-3 0.21,-3.14 0.62,-2.76 1.03,-2.38 0.67,-1.05 0.78,-0.96 0.8,-0.8 0.87,-0.69 0.94,-0.58 1,-0.48 1.07,-0.37 2.33,-0.42 2.53,0.01 1.19,0.18 1.12,0.29 1.04,0.41 0.96,0.52 0.89,0.64 0.81,0.75 0.74,0.86 0.64,0.95 1.03,2.18 0.69,2.56 0.34,2.93 -0.01,3.14 -0.43,2.79 -0.86,2.42 -0.59,1.07 -0.7,0.98 -0.81,0.89 -0.79,0.7 -0.85,0.61 -0.91,0.52 -2,0.75 -2.24,0.38 -1.23,0.04 m -2.63,-3.57 0.7,0.32 0.73,0.23 0.75,0.14 1.54,0.01 1.41,-0.26 0.65,-0.23 0.61,-0.31 0.57,-0.39 0.54,-0.47 0.5,-0.55 0.49,-0.68 0.43,-0.77 0.66,-1.79 0.39,-2.13 0.13,-2.47 -0.13,-2.19 -0.39,-2.02 -0.66,-1.84 -0.92,-1.66 -1.13,-1.39 -0.61,-0.54 -0.64,-0.45 -0.67,-0.35 -0.7,-0.25 -0.73,-0.15 -0.76,-0.05 -0.74,0.04 -0.71,0.12 -0.67,0.2 -0.64,0.27 -0.61,0.35 -0.57,0.43 -1.05,1.09 -0.9,1.4 -0.65,1.59 -0.39,1.79 -0.13,1.98 0.27,3.95 0.34,1.67 0.47,1.47 0.6,1.27 0.74,1.07 0.87,0.87 1.01,0.68"
inkscape:connector-curvature="0" />
<path
id="path3085"
d="m 267.66,306.02 0.11,0.02 0.09,0.05 0.08,0.08 0.06,0.12 0.05,0.15 0.06,0.39 -0.03,0.79 -0.06,0.28 -0.04,0.11 -0.05,0.09 -0.06,0.08 -0.12,0.12 -0.12,0.09 -0.05,0.03 -0.05,0.02 -0.05,0.01 -10.15,0 -0.1,-0.02 -0.08,-0.04 -0.07,-0.08 -0.06,-0.11 -0.05,-0.14 -0.05,-0.36 0,-0.48 0.06,-0.37 0.12,-0.32 0.08,-0.14 0.09,-0.13 0.11,-0.12 0.04,-0.03 0.05,-0.03 0.12,-0.04 0.16,-0.03 0.24,-0.01 0.07,0.01 1.34,-0.1 0.33,-0.07 0.11,-0.04 0.1,-0.05 0.08,-0.06 0.07,-0.07 0.05,-0.07 0.04,-0.08 0.02,-0.09 0,-20.24 -0.01,-0.05 -0.02,-0.04 -0.03,-0.04 -0.03,-0.03 -0.04,-0.02 -0.05,-0.01 -2.86,0 -0.12,-0.01 -0.11,-0.04 -0.1,-0.07 -0.09,-0.1 -0.08,-0.13 -0.12,-0.35 -0.1,-0.64 0,-0.3 0.06,-0.38 0.05,-0.14 0.07,-0.11 0.08,-0.08 0.09,-0.05 0.11,-0.02 11.47,0.13 1.68,0.36 1.48,0.6 1.27,0.83 0.55,0.5 0.48,0.54 0.41,0.59 0.33,0.63 0.26,0.68 0.18,0.72 0.15,1.57 -0.18,1.86 -0.53,1.61 -0.89,1.37 -1.24,1.12 -1.6,0.87 -1.95,0.62 -2.31,0.37 -2.66,0.12 v 8.41 l 3.86,-0.01 m -3.84,-11.07 3.12,-0.23 1.18,-0.27 0.94,-0.38 0.49,-0.31 0.43,-0.36 0.36,-0.41 0.3,-0.47 0.23,-0.52 0.16,-0.58 0.1,-0.63 0.01,-1.42 -0.21,-1.2 -0.19,-0.52 -0.24,-0.46 -0.29,-0.4 -0.35,-0.35 -0.4,-0.29 -0.43,-0.23 -1.1,-0.37 -4.1,-0.38 v 9.78"
inkscape:connector-curvature="0" />
<path
id="path3087"
d="m 299.64,316.01 -1.54,-0.11 -1.48,-0.34 -1.42,-0.56 -1.36,-0.79 -1.31,-1.02 -1.25,-1.24 -2.33,-3.16 -2.4,-0.2 -2.03,-0.59 -0.93,-0.44 -0.87,-0.54 -0.81,-0.64 -0.75,-0.74 -0.75,-0.91 -0.65,-0.99 -1,-2.26 -0.6,-2.61 -0.2,-3.02 0.21,-3.15 0.62,-2.76 1.03,-2.38 0.67,-1.05 0.77,-0.96 0.8,-0.8 0.87,-0.69 0.94,-0.58 1,-0.48 2.2,-0.64 2.46,-0.21 2.46,0.24 1.12,0.29 1.04,0.41 0.96,0.52 0.89,0.64 0.81,0.75 0.74,0.86 1.2,2 0.86,2.37 0.51,2.75 0.17,3.12 -0.26,3.3 -0.33,1.47 -0.46,1.35 -0.59,1.23 -0.72,1.12 -0.85,1 -1.3,1.12 -1.36,0.84 -1.09,0.49 1.49,2.34 0.79,0.92 0.83,0.75 0.86,0.58 0.89,0.42 0.93,0.25 0.96,0.08 0.96,-0.09 1.03,-0.27 1.1,-0.45 1.2,-0.65 0.07,-0.03 0.08,-0.02 0.09,-0.01 0.09,0 0.09,0.02 0.1,0.04 0.24,0.14 0.25,0.21 0.28,0.33 0.18,0.29 0.12,0.28 0.04,0.14 0.03,0.27 -0.02,0.25 -0.03,0.11 -0.04,0.1 -0.05,0.09 -0.07,0.09 -0.08,0.08 -0.9,0.55 -1.29,0.56 -1.52,0.41 -2.39,0.21 m -13.41,-10.79 0.7,0.32 0.73,0.23 0.75,0.14 1.54,0.01 1.41,-0.26 0.65,-0.23 0.61,-0.31 0.57,-0.39 0.54,-0.47 0.5,-0.55 0.49,-0.68 0.43,-0.77 0.66,-1.79 0.39,-2.13 0.13,-2.47 -0.14,-2.19 -0.4,-2.02 -0.66,-1.84 -0.92,-1.66 -1.13,-1.39 -0.61,-0.54 -0.64,-0.45 -0.67,-0.35 -0.7,-0.25 -0.73,-0.15 -0.76,-0.05 -0.74,0.04 -0.71,0.12 -0.67,0.2 -0.64,0.27 -0.61,0.35 -0.58,0.43 -1.05,1.09 -0.9,1.39 -0.64,1.58 -0.38,1.77 -0.13,2.01 0.27,3.97 0.33,1.67 0.47,1.47 0.6,1.27 0.74,1.07 0.87,0.87 1.03,0.67"
inkscape:connector-curvature="0" />
<path
id="path3089"
d="m 314.12,306.02 0.11,0.02 0.09,0.05 0.08,0.08 0.06,0.12 0.05,0.15 0.06,0.39 -0.03,0.79 -0.06,0.28 -0.04,0.11 -0.05,0.09 -0.06,0.08 -0.12,0.12 -0.12,0.09 -0.05,0.03 -0.05,0.02 -0.05,0.01 -10.15,0 -0.1,-0.02 -0.08,-0.04 -0.07,-0.08 -0.06,-0.11 -0.04,-0.14 -0.05,-0.36 v -0.48 l 0.06,-0.37 0.12,-0.32 0.08,-0.14 0.09,-0.13 0.11,-0.12 0.04,-0.03 0.05,-0.03 0.12,-0.04 0.16,-0.03 0.24,-0.01 0.07,0.01 1.34,-0.1 0.33,-0.07 0.11,-0.04 0.1,-0.05 0.08,-0.06 0.07,-0.07 0.05,-0.07 0.04,-0.08 0.02,-0.09 0,-20.24 -0.01,-0.05 -0.02,-0.04 -0.02,-0.04 -0.03,-0.03 -0.04,-0.02 -0.05,-0.01 -2.86,0 -0.12,-0.01 -0.11,-0.04 -0.1,-0.07 -0.09,-0.1 -0.08,-0.13 -0.12,-0.35 -0.1,-0.7 0.03,-0.44 0.04,-0.17 0.05,-0.14 0.07,-0.11 0.08,-0.08 0.09,-0.05 0.11,-0.02 11.47,0.13 1.68,0.36 1.48,0.6 1.27,0.83 0.55,0.5 0.48,0.54 0.41,0.59 0.33,0.63 0.26,0.68 0.18,0.72 0.15,1.57 -0.08,1.25 -0.24,1.14 -0.39,1.04 -0.55,0.93 -0.71,0.83 -0.86,0.72 -1.02,0.61 -1.18,0.51 5.1,8.18 0.31,0.33 0.34,0.27 0.38,0.2 0.42,0.15 1,0.17 0.58,0.02 0.1,0.02 0.08,0.05 0.07,0.09 0.06,0.12 0.04,0.16 0.05,0.42 0,0.46 -0.03,0.34 -0.06,0.27 -0.04,0.11 -0.05,0.09 -0.06,0.07 -0.12,0.11 -0.11,0.08 -0.05,0.03 -0.05,0.02 -0.05,0.01 -3.3,-0.01 -0.63,-0.13 -0.61,-0.26 -0.58,-0.39 -0.53,-0.49 -6,-9.68 -2.62,0.12 v 8.41 l 3.86,-0.04 m -3.85,-11.07 3.12,-0.23 1.18,-0.27 0.93,-0.38 0.49,-0.31 0.43,-0.36 0.36,-0.41 0.29,-0.47 0.23,-0.52 0.16,-0.58 0.1,-0.63 0.01,-1.42 -0.21,-1.2 -0.19,-0.52 -0.24,-0.46 -0.29,-0.4 -0.35,-0.35 -0.4,-0.29 -0.43,-0.23 -1.1,-0.37 -4.1,-0.38 v 9.78"
inkscape:connector-curvature="0" />
<path
id="path3091"
d="m 331.25,305.53 0.59,0.26 0.66,0.19 0.73,0.11 1.58,0.02 1.33,-0.15 1.02,-0.29 0.85,-0.41 0.73,-0.56 0.31,-0.32 0.26,-0.35 0.21,-0.37 0.17,-0.39 0.12,-0.42 0.07,-0.44 0.03,-0.48 -0.05,-0.54 -0.17,-0.54 -0.28,-0.53 -0.39,-0.53 -0.5,-0.52 -1.32,-1.03 -6.57,-3.57 -0.96,-0.7 -0.81,-0.75 -0.66,-0.8 -0.51,-0.86 -0.37,-0.91 -0.22,-0.96 -0.07,-1.01 0.04,-0.77 0.12,-0.73 0.2,-0.69 0.28,-0.64 0.36,-0.6 0.44,-0.55 0.53,-0.51 1.2,-0.83 1.31,-0.59 1.47,-0.39 2.6,-0.22 2,0.17 1.23,0.3 1.18,0.45 1.21,0.64 0.55,0.39 0.47,0.42 0.38,0.45 0.3,0.48 0.21,0.51 0.13,0.53 0.04,0.56 -0.05,0.53 -0.14,0.49 -0.24,0.45 -0.33,0.42 -0.39,0.33 -0.22,0.13 -0.47,0.19 -0.52,0.09 h -0.55 l -0.51,-0.09 -0.47,-0.19 -0.42,-0.28 -0.38,-0.38 -0.29,-0.43 -0.19,-0.47 -0.1,-0.52 0,-0.5 0.06,-0.43 0.12,-0.4 0.19,-0.38 0.12,-0.18 -0.53,-0.27 -0.58,-0.19 -0.63,-0.12 -1.37,-0.02 -1.18,0.13 -0.95,0.25 -0.81,0.36 -0.69,0.48 -0.29,0.29 -0.24,0.31 -0.2,0.34 -0.16,0.36 -0.11,0.39 -0.07,0.42 -0.03,0.47 0.02,0.34 0.07,0.32 0.12,0.32 0.16,0.31 0.21,0.3 0.56,0.58 7.01,3.96 2.39,1.71 0.87,0.91 0.72,1.09 0.48,1.19 0.24,1.29 -0.01,1.46 -0.12,0.74 -0.19,0.7 -0.27,0.66 -0.35,0.63 -0.43,0.59 -0.5,0.55 -1.22,0.98 -1.41,0.74 -1.57,0.5 -1.74,0.25 -1.66,0.01 -1.41,-0.15 -1.36,-0.31 -1.3,-0.46 -1.31,-0.66 -0.59,-0.39 -0.5,-0.42 -0.41,-0.44 -0.32,-0.46 -0.23,-0.49 -0.14,-0.51 -0.04,-0.53 0.05,-0.55 0.15,-0.5 0.24,-0.46 0.34,-0.41 0.41,-0.34 0.22,-0.13 0.47,-0.19 0.51,-0.1 h 0.54 l 0.51,0.1 0.24,0.08 0.45,0.24 0.21,0.16 0.37,0.38 0.28,0.41 0.19,0.43 0.06,0.22 0.04,0.22 0,0.45 -0.06,0.45 -0.12,0.44 -0.28,0.68"
inkscape:connector-curvature="0" />
<path
id="path3093"
d="m 360.96,306.02 0.11,0.02 0.09,0.05 0.08,0.09 0.07,0.13 0.05,0.16 0.06,0.43 0,0.45 -0.03,0.31 -0.07,0.25 -0.05,0.1 -0.06,0.09 -0.06,0.08 -0.12,0.11 -0.11,0.08 -0.05,0.03 -0.05,0.02 -0.05,0.01 -9.19,0 -0.1,-0.02 -0.08,-0.05 -0.07,-0.08 -0.06,-0.11 -0.05,-0.14 -0.05,-0.37 v -0.44 l 0.06,-0.39 0.12,-0.33 0.08,-0.14 0.09,-0.13 0.11,-0.12 0.04,-0.03 0.05,-0.03 0.12,-0.04 0.16,-0.03 0.24,-0.01 0.07,0.01 1.34,-0.1 0.33,-0.07 0.11,-0.04 0.09,-0.05 0.08,-0.06 0.07,-0.07 0.05,-0.08 0.04,-0.08 0.02,-0.09 0.01,-20.21 h -5.77 l -0.76,2.55 -0.05,0.1 -0.06,0.09 -0.08,0.08 -0.1,0.06 -0.12,0.05 -0.13,0.03 -0.32,0.03 -0.4,-0.04 -0.35,-0.1 -0.16,-0.07 -0.14,-0.09 -0.13,-0.11 -0.12,-0.12 -0.06,-0.09 -0.04,-0.09 -0.03,-0.09 -0.01,-0.04 0,-0.11 0.65,-4.71 h 20.01 l 0.65,4.71 -0.01,0.22 -0.04,0.14 -0.07,0.12 -0.1,0.11 -0.13,0.1 -0.16,0.08 -0.52,0.15 -0.35,0.03 -0.24,-0.01 -0.14,-0.02 -0.13,-0.03 -0.11,-0.05 -0.09,-0.06 -0.08,-0.08 -0.06,-0.09 -0.05,-0.1 -0.76,-2.55 h -5.77 v 20.85 l 2.84,0.04"
inkscape:connector-curvature="0" />
<path
id="path3095"
d="m 389.51,298.88 -0.14,2.32 -0.42,2.01 -0.7,1.7 -0.98,1.39 -1.26,1.08 -1.54,0.77 -1.82,0.46 -2.1,0.16 -2.24,-0.16 -1.9,-0.49 -0.82,-0.37 -0.74,-0.45 -0.65,-0.53 -0.57,-0.61 -0.45,-0.64 -0.39,-0.73 -0.6,-1.71 -0.36,-2.05 -0.12,-15.89 -0.01,-0.06 -0.02,-0.05 -0.02,-0.04 -0.03,-0.03 -0.04,-0.02 -0.04,-0.01 -2.86,0 -0.12,-0.01 -0.11,-0.04 -0.1,-0.07 -0.09,-0.1 -0.08,-0.13 -0.12,-0.35 -0.1,-0.67 0.03,-0.46 0.03,-0.18 0.05,-0.15 0.06,-0.12 0.08,-0.08 0.09,-0.05 0.11,-0.02 h 9.86 l 0.1,0.02 0.09,0.06 0.07,0.09 0.06,0.13 0.05,0.17 0.05,0.45 0,0.57 -0.03,0.25 -0.05,0.21 -0.07,0.17 -0.08,0.13 -0.1,0.1 -0.12,0.06 -0.14,0.02 h -2.76 l 0.21,16.19 0.26,1.1 0.37,0.96 0.47,0.81 0.57,0.67 0.68,0.52 0.78,0.38 1.13,0.28 1.3,0.09 1.3,-0.11 1.15,-0.32 0.51,-0.25 0.46,-0.31 0.42,-0.37 0.37,-0.43 0.31,-0.48 0.5,-1.15 0.34,-1.4 0.19,-15.98 -0.01,-0.06 -0.02,-0.05 -0.02,-0.04 -0.03,-0.03 -0.04,-0.02 -0.04,-0.01 -2.53,0 -0.12,-0.01 -0.11,-0.04 -0.1,-0.07 -0.09,-0.1 -0.08,-0.13 -0.13,-0.35 -0.07,-0.4 -0.01,-0.54 0.06,-0.38 0.05,-0.14 0.06,-0.11 0.08,-0.08 0.09,-0.05 0.11,-0.02 h 8.89 l 0.11,0.02 0.09,0.05 0.08,0.09 0.06,0.12 0.05,0.16 0.06,0.41 -0.03,0.8 -0.06,0.27 -0.04,0.11 -0.05,0.09 -0.06,0.07 -0.11,0.11 -0.1,0.08 -0.05,0.03 -0.04,0.02 -0.04,0.01 -2.95,0 -0.02,13.94"
inkscape:connector-curvature="0" />
<path
id="path3097"
d="m 418.21,282.51 0.1,0.02 0.09,0.05 0.07,0.08 0.06,0.11 0.05,0.14 0.05,0.37 v 0.45 l -0.05,0.39 -0.1,0.33 -0.07,0.14 -0.08,0.13 -0.1,0.11 -0.04,0.03 -0.05,0.03 -0.14,0.04 -1,0.1 -0.25,0.08 -0.22,0.11 -0.19,0.14 -0.16,0.17 -0.13,0.2 -8.77,22.75 -0.05,0.08 -0.07,0.07 -0.1,0.06 -0.12,0.05 -0.31,0.06 -0.41,0.02 -0.38,-0.02 -0.3,-0.06 -0.12,-0.05 -0.1,-0.06 -0.07,-0.07 -0.05,-0.08 -9.31,-23.51 h -1.9 l -0.1,-0.02 -0.09,-0.05 -0.08,-0.08 -0.06,-0.11 -0.05,-0.15 -0.06,-0.39 0.03,-0.8 0.06,-0.28 0.04,-0.11 0.05,-0.1 0.06,-0.08 0.12,-0.12 0.11,-0.09 0.05,-0.03 0.05,-0.02 0.05,-0.01 8.41,0 0.1,0.01 0.09,0.04 0.08,0.07 0.06,0.1 0.05,0.13 0.05,0.36 -0.03,0.82 -0.07,0.3 -0.05,0.12 -0.06,0.1 -0.06,0.08 -0.12,0.12 -0.11,0.09 -0.05,0.03 -0.05,0.02 -0.05,0.01 -1.36,0.07 -0.53,0.1 -0.17,0.07 -0.1,0.08 -0.03,0.1 0.01,0.09 6.52,17.01 6.46,-17.51 h -2.64 l -0.11,-0.02 -0.09,-0.05 -0.08,-0.08 -0.06,-0.11 -0.05,-0.14 -0.06,-0.37 0.02,-0.82 0.06,-0.29 0.04,-0.11 0.05,-0.09 0.05,-0.07 0.12,-0.12 0.1,-0.09 0.05,-0.03 0.05,-0.02 0.04,-0.01 0.04,0 h 7.52"
inkscape:connector-curvature="0" />
<path
id="path3099"
d="m 453.34,282.51 0.1,0.02 0.09,0.05 0.07,0.08 0.06,0.11 0.05,0.14 0.05,0.37 v 0.45 l -0.05,0.39 -0.1,0.33 -0.07,0.14 -0.08,0.13 -0.1,0.11 -0.04,0.03 -0.05,0.03 -0.06,0.02 -0.16,0.03 -0.62,0.04 -0.28,0.05 -0.25,0.08 -0.22,0.11 -0.2,0.14 -0.17,0.17 -0.14,0.2 -0.11,0.23 -7.1,22.6 -0.05,0.07 -0.07,0.06 -0.08,0.05 -0.1,0.04 -0.24,0.04 -0.91,-0.04 -0.19,-0.04 -0.15,-0.05 -0.12,-0.06 -0.08,-0.07 -0.05,-0.08 -5.7,-14.61 -4.77,14.61 -0.04,0.08 -0.06,0.07 -0.08,0.06 -0.11,0.05 -0.13,0.04 -0.33,0.04 h -0.4 l -0.34,-0.04 -0.14,-0.04 -0.12,-0.05 -0.1,-0.06 -0.08,-0.07 -0.05,-0.08 -9.32,-23.51 h -1.88 l -0.11,-0.02 -0.09,-0.05 -0.08,-0.08 -0.06,-0.11 -0.05,-0.15 -0.06,-0.39 0.03,-0.8 0.06,-0.28 0.04,-0.11 0.05,-0.1 0.06,-0.08 0.12,-0.12 0.11,-0.09 0.05,-0.03 0.05,-0.02 0.05,-0.01 8.41,0 0.1,0.01 0.09,0.04 0.07,0.07 0.06,0.1 0.05,0.13 0.03,0.16 0.03,0.41 -0.02,0.42 -0.05,0.34 -0.04,0.14 -0.05,0.12 -0.06,0.1 -0.06,0.08 -0.12,0.12 -0.11,0.09 -0.05,0.03 -0.05,0.02 -0.05,0.01 -1.32,0.08 -0.53,0.1 -0.17,0.07 -0.1,0.08 -0.03,0.1 0.01,0.09 0.03,0.1 6.31,16.43 3.95,-11.91 -2,-5.12 h -2.02 l -0.1,-0.02 -0.09,-0.05 -0.08,-0.08 -0.06,-0.11 -0.05,-0.15 -0.06,-0.39 0.03,-0.8 0.06,-0.28 0.04,-0.11 0.05,-0.1 0.06,-0.08 0.12,-0.12 0.11,-0.09 0.05,-0.03 0.05,-0.02 0.05,-0.01 8.41,0 0.1,0.01 0.09,0.04 0.07,0.07 0.06,0.1 0.05,0.13 0.05,0.36 -0.03,0.82 -0.07,0.3 -0.05,0.12 -0.06,0.1 -0.06,0.08 -0.12,0.12 -0.11,0.09 -0.05,0.03 -0.05,0.02 -0.05,0.01 -1.35,0.06 -0.54,0.1 -0.17,0.07 -0.1,0.08 -0.03,0.1 0.01,0.09 6.32,16.53 5.12,-17.03 h -2.69 l -0.11,-0.02 -0.09,-0.05 -0.08,-0.08 -0.06,-0.11 -0.05,-0.14 -0.06,-0.38 0.02,-0.82 0.06,-0.29 0.04,-0.11 0.05,-0.09 0.05,-0.07 0.12,-0.12 0.1,-0.09 0.05,-0.03 0.05,-0.02 0.04,-0.01 0.04,0 h 7.49"
inkscape:connector-curvature="0" />
<path
id="path3101"
d="m 477.14,306.02 0.11,0.02 0.09,0.05 0.08,0.08 0.06,0.12 0.05,0.15 0.06,0.39 -0.03,0.79 -0.06,0.28 -0.04,0.11 -0.05,0.09 -0.06,0.08 -0.12,0.12 -0.12,0.09 -0.06,0.03 -0.05,0.02 -0.05,0.01 -9.15,0 -0.11,-0.02 -0.09,-0.05 -0.08,-0.08 -0.07,-0.12 -0.05,-0.15 -0.06,-0.39 0,-0.44 0.06,-0.36 0.05,-0.16 0.07,-0.15 0.08,-0.14 0.1,-0.13 0.11,-0.12 0.07,-0.05 0.06,-0.04 0.06,-0.02 0.03,-0.01 2.25,0 -5.15,-8.22 -4.83,7.86 -0.02,0.07 -0.01,0.03 0,0.03 0,0.05 0.01,0.05 0.02,0.04 0.03,0.03 0.04,0.02 0.05,0.02 1.95,0.01 0.1,0.02 0.09,0.05 0.08,0.08 0.06,0.11 0.05,0.15 0.06,0.39 -0.03,0.8 -0.07,0.28 -0.04,0.11 -0.05,0.1 -0.06,0.08 -0.12,0.12 -0.12,0.09 -0.05,0.03 -0.05,0.02 -0.05,0.01 -7.44,0 -0.11,-0.02 -0.09,-0.05 -0.08,-0.08 -0.06,-0.12 -0.05,-0.15 -0.06,-0.39 v -0.44 l 0.06,-0.36 0.11,-0.31 0.08,-0.14 0.09,-0.13 0.11,-0.12 0.03,-0.03 0.04,-0.02 0.11,-0.04 1.28,-0.15 0.36,-0.11 0.39,-0.18 0.21,-0.15 0.19,-0.18 0.17,-0.21 6.01,-9.81 -6.46,-10.32 h -2.1 l -0.11,-0.02 -0.09,-0.05 -0.08,-0.08 -0.07,-0.11 -0.05,-0.14 -0.06,-0.37 0.03,-0.8 0.06,-0.28 0.04,-0.11 0.05,-0.1 0.06,-0.08 0.12,-0.13 0.11,-0.09 0.05,-0.03 0.05,-0.02 0.05,-0.01 0.04,0 h 8.81 l 0.09,0.02 0.08,0.05 0.07,0.08 0.06,0.11 0.04,0.14 0.05,0.37 -0.03,0.83 -0.07,0.3 -0.05,0.12 -0.06,0.1 -0.06,0.08 -0.12,0.11 -0.12,0.08 -0.05,0.03 -0.05,0.02 -0.05,0.01 -1.21,0.06 -0.48,0.09 -0.15,0.07 -0.09,0.08 -0.03,0.09 0,0.03 0.02,0.08 0.1,0.24 4.47,7.16 5.48,-7.89 h -2.84 l -0.1,-0.02 -0.09,-0.05 -0.08,-0.08 -0.06,-0.11 -0.05,-0.14 -0.06,-0.38 0.03,-0.81 0.06,-0.28 0.04,-0.11 0.05,-0.09 0.05,-0.07 0.12,-0.12 0.1,-0.09 0.05,-0.03 0.05,-0.02 0.04,-0.01 0.04,0 h 7.6 l 0.1,0.02 0.08,0.05 0.07,0.08 0.06,0.11 0.05,0.14 0.05,0.38 -0.03,0.81 -0.06,0.29 -0.04,0.12 -0.05,0.1 -0.06,0.08 -0.12,0.12 -0.11,0.09 -0.05,0.03 -0.05,0.02 -0.05,0.01 -0.35,0.02 -0.55,0.09 -0.25,0.08 -0.23,0.1 -0.21,0.13 -0.19,0.15 -0.17,0.17 -6.67,9.65 6.18,9.83 0.2,0.2 0.24,0.17 0.27,0.15 0.31,0.12 0.72,0.16 1.29,-0.02"
inkscape:connector-curvature="0" />
<path
id="path3103"
d="m 482.45,308.45 -0.1,-0.02 -0.09,-0.05 -0.07,-0.08 -0.06,-0.11 -0.05,-0.14 -0.05,-0.37 0,-0.48 0.06,-0.36 0.12,-0.32 0.08,-0.14 0.09,-0.13 0.11,-0.12 0.06,-0.05 0.03,-0.02 0.06,-0.03 0.03,-0.01 0.03,-0.01 3.62,-0.06 0.45,-0.11 0.16,-0.07 0.12,-0.09 0.08,-0.1 0.04,-0.11 0.02,-0.08 0.01,-6.59 -7.53,-13.87 h -1.93 l -0.11,-0.02 -0.09,-0.05 -0.08,-0.08 -0.06,-0.11 -0.05,-0.15 -0.06,-0.39 0.03,-0.8 0.06,-0.28 0.04,-0.11 0.05,-0.1 0.06,-0.08 0.12,-0.12 0.11,-0.09 0.05,-0.03 0.05,-0.02 0.05,-0.01 8.54,0 0.1,0.02 0.09,0.05 0.07,0.08 0.06,0.11 0.05,0.14 0.05,0.37 -0.03,0.81 -0.06,0.29 -0.04,0.12 -0.05,0.1 -0.06,0.08 -0.12,0.12 -0.12,0.09 -0.05,0.03 -0.05,0.02 -0.05,0.01 -1.16,0.09 -0.26,0.07 -0.2,0.08 -0.14,0.1 -0.09,0.12 -0.03,0.14 0.01,0.09 0.02,0.09 4.99,10.06 5.45,-10.84 h -2.69 l -0.1,-0.02 -0.09,-0.05 -0.08,-0.08 -0.06,-0.11 -0.05,-0.14 -0.06,-0.38 0.02,-0.82 0.06,-0.29 0.04,-0.11 0.05,-0.09 0.05,-0.07 0.12,-0.12 0.11,-0.09 0.05,-0.03 0.05,-0.02 0.04,-0.01 0.04,0 h 7.51 l 0.1,0.02 0.09,0.05 0.07,0.08 0.06,0.11 0.05,0.14 0.05,0.37 v 0.45 l -0.05,0.39 -0.1,0.33 -0.07,0.14 -0.08,0.13 -0.1,0.11 -0.04,0.03 -0.05,0.03 -0.14,0.04 -0.92,0.08 -0.22,0.06 -0.2,0.08 -0.18,0.1 -0.15,0.13 -0.13,0.15 -6.95,13.31 v 7.2 h 4.22 l 0.1,0.02 0.09,0.05 0.08,0.08 0.06,0.12 0.05,0.15 0.06,0.39 -0.03,0.79 -0.06,0.28 -0.04,0.11 -0.05,0.09 -0.06,0.08 -0.12,0.12 -0.12,0.09 -0.06,0.03 -0.05,0.02 -0.05,0.01 -12.45,-0.01"
inkscape:connector-curvature="0" />
<path
id="path3105"
d="m 501.34,307.16 14.17,-21.99 h -11.1 l -0.76,2.55 -0.05,0.1 -0.06,0.09 -0.08,0.08 -0.1,0.06 -0.12,0.05 -0.13,0.03 -0.32,0.03 -0.41,-0.04 -0.18,-0.04 -0.33,-0.13 -0.14,-0.09 -0.13,-0.11 -0.12,-0.12 -0.08,-0.13 -0.03,-0.09 -0.02,-0.09 0,-0.11 0.65,-4.7 h 18.68 l -0.05,1.17 -14.22,22.11 h 10.79 l 1.38,-2.65 0.06,-0.07 0.07,-0.06 0.08,-0.05 0.09,-0.04 0.1,-0.03 0.22,-0.02 0.72,0.05 0.46,0.14 0.21,0.11 0.08,0.06 0.07,0.06 0.05,0.07 0.04,0.07 0.02,0.07 0.01,0.1 -0.01,0.07 -1.61,4.75 h -17.89 l -0.01,-1.26"
inkscape:connector-curvature="0" />
<path
id="path3107"
d="m 532.6,308.77 0.12,0.02 0.1,0.06 0.09,0.09 0.07,0.13 0.06,0.17 0.07,0.45 v 0.57 l -0.07,0.46 -0.06,0.17 -0.07,0.13 -0.09,0.1 -0.1,0.06 -0.12,0.02 h -7.39 v -31.55 h 7.39 l 0.13,0.02 0.12,0.06 0.1,0.09 0.08,0.13 0.06,0.17 0.07,0.45 v 0.57 l -0.07,0.46 -0.06,0.17 -0.08,0.13 -0.1,0.1 -0.12,0.06 -0.13,0.02 h -4.03 v 26.69 h 4.03"
inkscape:connector-curvature="0" />
<path
id="path3109"
d="m 534.03,280.77 0.02,-0.13 0.06,-0.11 0.1,-0.09 0.14,-0.08 0.18,-0.06 0.48,-0.07 h 0.48 l 0.37,0.07 0.39,0.14 0.61,0.34 11.6,30.11 -0.02,0.12 -0.06,0.1 -0.1,0.09 -0.14,0.07 -0.18,0.05 -0.48,0.06 h -0.54 l -0.46,-0.06 -0.42,-0.12 -0.38,-0.19 -0.18,-0.12 -11.47,-30.12"
inkscape:connector-curvature="0" />
<path
id="path3111"
d="m 549.73,282.08 -0.13,-0.02 -0.12,-0.06 -0.1,-0.1 -0.08,-0.13 -0.06,-0.17 -0.07,-0.46 v -0.57 l 0.07,-0.45 0.06,-0.17 0.08,-0.13 0.1,-0.09 0.12,-0.06 0.13,-0.02 h 7.39 v 31.55 h -7.39 l -0.12,-0.02 -0.11,-0.06 -0.09,-0.1 -0.07,-0.13 -0.06,-0.17 -0.06,-0.46 v -0.57 l 0.06,-0.45 0.06,-0.17 0.07,-0.13 0.09,-0.09 0.11,-0.06 0.12,-0.02 h 4.03 v -26.69 h -4.03"
inkscape:connector-curvature="0" />
<path
id="path3113"
d="m 562.67,294.07 -0.31,-0.02 -0.27,-0.07 -0.23,-0.12 -0.18,-0.16 -0.14,-0.21 -0.1,-0.25 -0.06,-0.3 -0.02,-0.35 8.07,-8.69 0.27,-0.19 0.14,-0.07 0.14,-0.05 0.14,-0.03 0.15,-0.01 0.41,0.04 0.19,0.05 0.18,0.07 0.17,0.08 0.17,0.1 8.21,8.73 -0.02,0.31 -0.06,0.28 -0.11,0.25 -0.15,0.21 -0.09,0.09 -0.1,0.08 -0.11,0.07 -0.12,0.06 -0.12,0.04 -0.28,0.05 -0.15,0.01 -7.96,-6.98 -7.66,6.98"
inkscape:connector-curvature="0" />
<path
id="path3115"
d="m 600.98,311.27 v 2.12 h -20.3 v -2.12 h 20.3"
inkscape:connector-curvature="0" />
<path
id="path3117"
d="m 604.65,283.92 0.02,-0.45 0.07,-0.41 0.12,-0.37 0.17,-0.34 0.22,-0.3 0.27,-0.26 0.32,-0.22 0.47,-0.23 0.22,-0.07 0.47,-0.07 0.21,0 4.71,4.91 -0.03,0.35 -0.07,0.31 -0.11,0.26 -0.07,0.12 -0.24,0.27 -0.32,0.27 -0.16,0.1 -0.17,0.08 -0.17,0.06 -0.17,0.03 -0.17,0.01 -5.59,-4.05"
inkscape:connector-curvature="0" />
<path
id="path3119"
d="m 625.86,293.28 0.09,0.23 0.06,0.25 0.05,0.54 -0.04,0.53 -0.13,0.47 -0.23,0.4 -0.28,0.34 -0.35,0.29 -0.39,0.21 -0.44,0.13 -0.49,0.05 -0.38,-0.02 -0.35,-0.07 -0.32,-0.11 -0.29,-0.15 -0.26,-0.2 -0.23,-0.24 -0.19,-0.29 -0.16,-0.33 -0.08,-0.23 -0.09,-0.53 -0.01,-0.31 0.02,-0.31 0.07,-0.3 0.11,-0.29 0.16,-0.28 0.42,-0.51 0.53,-0.44 0.64,-0.36 1.47,-0.5 2.2,-0.34 1.55,-0.06 1.5,0.13 0.67,0.16 0.61,0.23 0.56,0.28 0.5,0.33 0.44,0.37 0.38,0.42 0.28,0.4 0.45,0.93 0.3,1.09 0.15,1.25 0.02,9.59 h 2.89 l 0.11,0.02 0.09,0.05 0.08,0.08 0.07,0.11 0.05,0.14 0.06,0.38 0,0.35 -0.06,0.45 -0.06,0.22 -0.09,0.21 -0.11,0.17 -0.06,0.07 -0.07,0.06 -0.08,0.05 -0.08,0.04 -0.93,0.2 -3.86,0.06 -0.13,-0.03 -0.1,-0.04 -0.1,-0.05 -0.09,-0.06 -0.13,-0.12 -0.16,-0.22 -0.41,-0.88 -1.11,0.67 -1.21,0.48 -1.32,0.29 -1.43,0.1 -1.26,-0.09 -1.11,-0.27 -0.97,-0.47 -0.43,-0.29 -0.73,-0.67 -0.29,-0.37 -0.25,-0.39 -0.2,-0.42 -0.16,-0.44 -0.18,-0.96 -0.02,-0.56 0.12,-1.25 0.15,-0.57 0.21,-0.53 0.27,-0.5 0.33,-0.46 0.4,-0.42 0.9,-0.7 0.96,-0.49 1.06,-0.33 1.17,-0.16 4.88,-0.02 -0.12,-2.37 -0.15,-0.8 -0.1,-0.3 -0.23,-0.44 -0.26,-0.36 -0.28,-0.29 -0.31,-0.22 -0.34,-0.16 -0.38,-0.12 -0.94,-0.12 -2.02,-0.01 m 0.9,12.86 1.08,-0.11 1.07,-0.32 1.05,-0.54 1.04,-0.75 v -3.36 l -4.4,0.03 -0.55,0.09 -0.46,0.15 -0.2,0.09 -0.45,0.32 -0.45,0.45 -0.17,0.23 -0.13,0.24 -0.09,0.25 -0.06,0.26 -0.02,0.27 0.03,0.48 0.08,0.44 0.13,0.39 0.18,0.34 0.24,0.29 0.29,0.25 0.34,0.2 0.52,0.19 0.52,0.1 0.41,0.02"
inkscape:connector-curvature="0" />
<path
id="path3121"
d="m 643.23,304.88 0.82,0.51 0.81,0.36 0.81,0.22 0.8,0.07 0.79,-0.05 0.72,-0.15 0.65,-0.25 0.59,-0.34 0.52,-0.44 0.45,-0.54 0.38,-0.64 0.42,-1.05 0.28,-1.48 0.06,-1.78 -0.16,-1.6 -0.16,-0.66 -0.45,-1.06 -0.27,-0.44 -0.29,-0.38 -0.45,-0.44 -0.63,-0.43 -0.69,-0.29 -0.75,-0.15 -0.77,-0.01 -0.74,0.11 -0.73,0.21 -0.72,0.32 -0.73,0.45 -0.56,0.52 v 9.41 m 0,-12.62 1.16,-0.62 1.1,-0.44 1.03,-0.27 0.97,-0.09 1.72,0.15 0.75,0.19 0.68,0.26 0.63,0.34 0.58,0.41 0.54,0.47 0.49,0.54 0.87,1.31 0.62,1.51 0.37,1.71 0.12,2.02 -0.15,2 -0.45,1.76 -0.34,0.8 -0.41,0.75 -0.49,0.69 -1.14,1.18 -0.62,0.47 -0.66,0.39 -1.45,0.57 -1.61,0.29 -1.22,0.02 -0.73,-0.13 -0.78,-0.26 -1.95,-1.03 -1.21,1.46 -0.09,0.04 -0.1,0.03 -0.11,0.02 -0.12,0.01 -0.28,-0.03 -0.32,-0.08 -0.76,-0.31 -0.33,-0.18 -0.24,-0.18 -0.09,-0.09 -0.06,-0.09 -0.04,-0.09 -0.02,-0.09 0.78,-3.12 v -20.4 h -3.03 l -0.12,-0.01 -0.11,-0.04 -0.1,-0.07 -0.09,-0.1 -0.08,-0.13 -0.07,-0.15 -0.11,-0.39 -0.03,-0.52 0.03,-0.34 0.04,-0.14 0.05,-0.13 0.07,-0.11 0.08,-0.09 0.09,-0.07 0.49,-0.18 5.48,-0.52 0.17,0.02 0.15,0.07 0.13,0.11 0.11,0.16 0.09,0.21 0.06,0.25 0.06,10.28"
inkscape:connector-curvature="0" />
<path
id="path3123"
d="m 667.59,293.28 -2.47,0.08 -0.41,0.11 -0.39,0.15 -0.74,0.43 -0.68,0.6 -0.39,0.46 -0.34,0.51 -0.28,0.56 -0.41,1.25 -0.21,1.44 0.02,1.94 0.33,1.96 0.29,0.81 0.38,0.7 0.46,0.59 0.54,0.48 0.63,0.37 0.42,0.18 0.43,0.13 0.43,0.08 0.87,0.01 0.79,-0.09 1.4,-0.43 2.91,-1.58 0.05,-0.02 0.15,-0.01 0.04,0 0.09,0.03 0.1,0.05 0.23,0.17 0.23,0.22 0.26,0.35 0.17,0.3 0.11,0.27 0.06,0.24 0,0.21 -0.02,0.18 -0.02,0.08 -0.03,0.07 -0.03,0.06 -0.04,0.05 -0.04,0.04 -1.68,1.08 -1.75,0.77 -1.83,0.46 -1.9,0.15 -1.7,-0.16 -0.78,-0.2 -0.73,-0.27 -0.68,-0.35 -0.63,-0.43 -0.58,-0.51 -0.53,-0.59 -0.46,-0.63 -0.74,-1.43 -0.49,-1.66 -0.25,-1.88 0.01,-2.03 0.31,-1.85 0.27,-0.85 0.35,-0.79 0.43,-0.74 0.51,-0.68 0.59,-0.63 1.25,-0.98 1.41,-0.7 1.58,-0.43 1.74,-0.15 1.8,0.11 1.5,0.32 0.64,0.24 0.56,0.29 0.49,0.34 0.41,0.4 0.25,0.33 0.18,0.34 0.11,0.35 0.04,0.37 -0.04,0.66 -0.05,0.27 -0.08,0.23 -0.23,0.4 -0.28,0.34 -0.36,0.29 -0.4,0.21 -0.44,0.13 -0.47,0.04 -0.47,-0.04 -0.44,-0.13 -0.4,-0.21 -0.36,-0.29 -0.3,-0.33 -0.22,-0.33 -0.08,-0.16 -0.05,-0.16 -0.03,-0.16 0.01,-0.65 0.1,-0.75"
inkscape:connector-curvature="0" />
<path
id="path3125"
d="m 692.94,306.02 0.1,0.02 0.09,0.05 0.08,0.08 0.06,0.12 0.05,0.15 0.06,0.39 0,0.43 -0.03,0.33 -0.06,0.27 -0.04,0.11 -0.05,0.1 -0.12,0.15 -0.11,0.11 -0.1,0.08 -0.04,0.03 -0.04,0.02 -0.04,0.01 -4.4,0.26 -0.39,-0.05 -0.12,-0.03 -0.11,-0.04 -0.1,-0.06 -0.09,-0.07 -0.16,-0.18 -0.16,-0.26 -0.33,-0.75 -1.1,0.67 -1.19,0.48 -1.28,0.29 -1.38,0.1 -0.81,-0.04 -0.76,-0.12 -0.72,-0.2 -0.67,-0.28 -0.62,-0.35 -0.57,-0.43 -0.52,-0.51 -0.48,-0.59 -0.76,-1.32 -0.54,-1.55 -0.33,-1.78 -0.11,-2.04 0.16,-1.97 0.48,-1.74 0.36,-0.79 0.44,-0.73 0.52,-0.68 1.21,-1.14 1.34,-0.82 1.51,-0.55 1.68,-0.27 2.15,0.01 1.79,0.3 v -7.03 h -3.03 l -0.12,-0.01 -0.11,-0.04 -0.1,-0.07 -0.09,-0.09 -0.08,-0.12 -0.07,-0.15 -0.11,-0.37 -0.03,-0.52 0.03,-0.37 0.04,-0.16 0.05,-0.14 0.07,-0.11 0.08,-0.09 0.09,-0.07 0.11,-0.05 1.22,-0.29 4.65,-0.34 0.17,0.02 0.15,0.07 0.13,0.11 0.11,0.16 0.08,0.21 0.06,0.25 0.06,24.03 h 2.89 m -10.55,0.07 1.1,-0.11 1.08,-0.32 1.06,-0.54 1.04,-0.75 v -9.79 l -0.74,-0.49 -0.79,-0.35 -0.83,-0.21 -0.88,-0.07 -0.77,0.05 -0.71,0.15 -0.65,0.24 -0.58,0.34 -0.52,0.44 -0.46,0.54 -0.4,0.63 -0.44,1.04 -0.28,1.42 -0.06,1.71 0.13,1.6 0.31,1.31 0.43,1.06 0.25,0.44 0.41,0.54 0.29,0.3 0.3,0.25 0.31,0.21 0.33,0.16 0.34,0.12 0.35,0.07 0.38,0.01"
inkscape:connector-curvature="0" />
<path
id="path3127"
d="m 694.78,299.59 0.18,-2.02 0.22,-0.92 0.68,-1.63 0.93,-1.36 0.56,-0.58 1.26,-0.97 1.4,-0.69 1.54,-0.42 1.72,-0.15 1.52,0.13 0.69,0.16 0.64,0.22 0.6,0.28 0.55,0.35 0.5,0.41 0.46,0.47 0.41,0.53 0.35,0.58 0.54,1.33 0.33,1.55 0.11,1.78 -0.01,0.2 -0.03,0.19 -0.06,0.19 -0.08,0.18 -0.1,0.17 -0.28,0.32 -0.36,0.28 -0.41,0.21 -0.46,0.14 -0.5,0.07 -9.35,0.01 0.29,1.83 0.25,0.78 0.32,0.69 0.39,0.6 0.45,0.51 0.52,0.42 0.59,0.33 0.4,0.16 0.41,0.11 0.42,0.07 0.86,0.01 0.78,-0.09 1.36,-0.44 2.87,-1.57 0.1,-0.04 0.07,-0.01 0.05,0.01 0.11,0.03 0.11,0.05 0.18,0.12 0.41,0.48 0.34,0.6 0.09,0.26 0.03,0.12 0.01,0.25 -0.02,0.17 -0.02,0.07 -0.03,0.06 -0.03,0.06 -0.04,0.05 -0.85,0.61 -1.68,0.92 -1.79,0.61 -1.9,0.31 -1.87,0 -1.6,-0.31 -0.73,-0.28 -0.68,-0.35 -0.63,-0.43 -0.58,-0.51 -0.99,-1.23 -0.74,-1.45 -0.5,-1.67 -0.28,-2.92 m 11.65,-1.57 -0.12,-1.61 -0.16,-0.65 -0.22,-0.57 -0.28,-0.48 -0.34,-0.4 -0.4,-0.32 -0.46,-0.24 -0.66,-0.18 -0.72,-0.06 -0.78,0.07 -0.81,0.21 -0.79,0.36 -0.72,0.49 -0.68,0.68 -0.27,0.38 -0.23,0.41 -0.18,0.44 -0.24,0.96 -0.05,0.52 h 8.11"
inkscape:connector-curvature="0" />
<path
id="path3129"
d="m 712.91,308.45 -0.11,-0.02 -0.09,-0.05 -0.08,-0.08 -0.07,-0.12 -0.05,-0.15 -0.06,-0.39 0.03,-0.79 0.06,-0.28 0.04,-0.11 0.05,-0.1 0.06,-0.08 0.12,-0.12 0.12,-0.09 0.05,-0.03 0.05,-0.02 0.05,-0.01 1.48,-0.06 0.57,-0.1 0.2,-0.07 0.15,-0.08 0.1,-0.09 0.05,-0.07 0.02,-0.04 0.03,-0.09 0.01,-0.09 0,-11.48 h -3.29 l 0.06,-1.52 0.07,-0.47 0.05,-0.17 0.05,-0.12 0.12,-0.17 0.13,-0.12 0.07,-0.04 0.07,-0.03 0.07,-0.02 1.5,-0.06 0.57,-0.1 0.2,-0.07 0.15,-0.08 0.1,-0.09 0.04,-0.07 0.03,-0.08 0.02,-0.09 0.2,-4.54 0.24,-0.98 0.34,-0.87 0.43,-0.76 0.53,-0.66 0.63,-0.55 1.01,-0.58 0.58,-0.22 0.58,-0.15 0.59,-0.07 1.97,0.08 0.64,0.15 0.57,0.25 0.41,0.28 0.25,0.22 0.21,0.25 0.17,0.27 0.13,0.3 0.09,0.32 0.06,0.35 0.01,0.62 -0.09,0.47 -0.17,0.43 -0.26,0.39 -0.33,0.33 -0.37,0.25 -0.2,0.09 -0.44,0.12 -0.49,0.04 -0.38,-0.02 -0.35,-0.07 -0.32,-0.11 -0.29,-0.15 -0.26,-0.2 -0.23,-0.24 -0.19,-0.29 -0.2,-0.44 -0.11,-0.46 -0.02,-0.93 h -0.02 l -0.33,0.05 -0.29,0.14 -0.25,0.23 -0.21,0.32 -0.17,0.41 -0.21,1.09 -0.08,5.49 h 4.64 l 0.1,0.02 0.09,0.05 0.07,0.08 0.06,0.11 0.05,0.14 0.05,0.38 v 0.48 l -0.05,0.44 -0.1,0.37 -0.07,0.16 -0.08,0.15 -0.13,0.17 -0.07,0.06 -0.04,0.02 -0.04,0.02 -0.05,0.01 -4.42,0.01 v 12.17 h 3.89 l 0.11,0.02 0.09,0.05 0.08,0.08 0.07,0.11 0.05,0.15 0.06,0.39 -0.03,0.79 -0.06,0.28 -0.04,0.11 -0.05,0.09 -0.06,0.08 -0.12,0.12 -0.12,0.09 -0.06,0.03 -0.05,0.02 -0.05,0.01 -9.89,0"
inkscape:connector-curvature="0" />
<path
id="path3131"
d="m 739.05,293.08 0.57,0.75 0.41,0.77 0.25,0.78 0.06,0.4 0.01,0.8 -0.08,0.75 -0.16,0.69 -0.25,0.63 -0.32,0.58 -0.37,0.53 -0.42,0.48 -0.47,0.44 -0.8,0.57 -1.17,0.59 -1.28,0.39 -1.4,0.2 -1.24,0.01 -0.8,-0.09 -0.26,0.35 -0.18,0.34 -0.11,0.32 -0.03,0.15 -0.01,0.15 0.01,0.14 0.03,0.14 0.05,0.13 0.06,0.13 0.08,0.12 0.1,0.12 0.26,0.23 0.33,0.18 0.37,0.13 0.42,0.08 5.54,0.12 1.33,0.27 0.58,0.21 0.52,0.25 0.46,0.3 0.4,0.34 0.27,0.3 0.23,0.33 0.2,0.37 0.29,0.83 0.14,0.96 -0.02,1.1 -0.1,0.56 -0.17,0.54 -0.24,0.52 -0.31,0.5 -0.83,0.95 -1.2,0.93 -1.55,0.78 -1.79,0.52 -2.04,0.26 -2.02,0 -1.66,-0.21 -1.45,-0.42 -1.24,-0.63 -0.75,-0.57 -0.68,-0.74 -0.25,-0.39 -0.19,-0.39 -0.23,-0.77 -0.04,-0.38 0.03,-0.73 0.15,-0.7 0.27,-0.66 0.35,-0.61 2.15,-2.37 -0.78,-1.02 -0.16,-0.34 -0.11,-0.38 -0.07,-0.41 -0.02,-0.44 0.02,-0.23 0.07,-0.25 0.27,-0.57 0.45,-0.65 0.63,-0.73 -0.55,-0.42 -0.49,-0.47 -0.43,-0.52 -0.37,-0.58 -0.29,-0.63 -0.2,-0.66 -0.12,-0.7 -0.04,-0.73 0.04,-0.72 0.12,-0.67 0.2,-0.62 0.29,-0.57 0.36,-0.53 0.41,-0.48 0.45,-0.43 0.5,-0.38 1.07,-0.6 1.17,-0.43 1.26,-0.26 1.86,-0.07 1.51,0.24 7.01,0.07 0.29,0.08 0.26,0.11 0.22,0.15 0.18,0.18 0.15,0.21 0.11,0.25 0.08,0.32 0.03,0.35 -0.01,0.18 -0.03,0.17 -0.05,0.17 -0.15,0.32 -0.09,0.14 -0.1,0.13 -0.12,0.11 -0.26,0.2 -0.28,0.14 -0.29,0.08 -0.3,0.03 -0.02,0.01 -0.01,0 -0.02,0 -0.27,-0.01 -0.24,-0.04 -0.2,-0.06 -0.17,-0.08 -1.02,-0.77 -0.48,-0.26 -0.52,-0.19 -0.56,-0.09 m -9.79,17.73 0.06,0.6 0.2,0.52 0.32,0.44 0.45,0.36 0.58,0.28 0.71,0.2 1.82,0.16 1.12,-0.06 1.04,-0.18 0.96,-0.31 0.88,-0.43 0.83,-0.58 0.33,-0.31 0.27,-0.33 0.21,-0.35 0.15,-0.36 0.09,-0.38 0.03,-0.4 -0.03,-0.33 -0.09,-0.3 -0.15,-0.27 -0.2,-0.25 -0.26,-0.22 -0.32,-0.19 -0.38,-0.16 -0.6,-0.17 -0.76,-0.11 -5.36,-0.02 -1.17,1.34 -0.41,0.65 -0.15,0.31 -0.1,0.29 -0.06,0.28 -0.01,0.28 m 1.05,-14.24 0.05,0.73 0.16,0.64 0.12,0.29 0.14,0.27 0.17,0.24 0.19,0.22 0.43,0.36 0.46,0.26 0.24,0.09 0.25,0.06 0.52,0.05 0.96,-0.07 0.4,-0.09 0.35,-0.13 0.31,-0.16 0.29,-0.19 0.26,-0.22 0.24,-0.25 0.38,-0.54 0.28,-0.6 0.16,-0.66 0.06,-0.76 -0.05,-0.59 -0.16,-0.53 -0.26,-0.49 -0.37,-0.45 -0.44,-0.39 -0.46,-0.28 -0.24,-0.1 -0.25,-0.07 -0.25,-0.04 -0.98,0.02 -0.79,0.15 -0.62,0.27 -0.27,0.17 -0.25,0.2 -0.33,0.35 -0.19,0.26 -0.29,0.58 -0.17,0.65 -0.06,0.72 0,0.01 0,0 0,0 0.01,0.02 0,0"
inkscape:connector-curvature="0" />
<path
id="path3133"
d="m 757.2,306.02 0.78,-0.05 0.31,-0.06 0.25,-0.08 0.2,-0.1 0.14,-0.13 0.08,-0.15 0.03,-0.17 -0.21,-8.76 -0.17,-0.63 -0.2,-0.45 -0.23,-0.38 -0.26,-0.31 -0.29,-0.23 -0.32,-0.18 -0.37,-0.13 -0.43,-0.08 -0.48,-0.03 -1.16,0.12 -1.17,0.36 -1.19,0.6 -1.2,0.84 v 9.99 h 2.9 l 0.1,0.02 0.09,0.05 0.08,0.08 0.06,0.12 0.05,0.15 0.06,0.39 -0.03,0.79 -0.06,0.28 -0.06,0.11 -0.05,0.09 -0.06,0.08 -0.12,0.12 -0.12,0.09 -0.06,0.03 -0.05,0.02 -0.05,0.01 -8.84,0 -0.11,-0.02 -0.09,-0.05 -0.08,-0.08 -0.06,-0.12 -0.05,-0.15 -0.06,-0.39 0.03,-0.79 0.06,-0.28 0.04,-0.11 0.05,-0.1 0.06,-0.08 0.12,-0.12 0.12,-0.09 0.05,-0.03 0.05,-0.02 0.05,-0.01 1.47,-0.06 0.56,-0.1 0.2,-0.07 0.15,-0.08 0.09,-0.09 0.04,-0.07 0.03,-0.08 0.02,-0.09 0.01,-21.21 h -3.03 l -0.12,-0.02 -0.11,-0.04 -0.1,-0.07 -0.09,-0.1 -0.08,-0.12 -0.07,-0.15 -0.11,-0.38 -0.05,-0.5 0.03,-0.36 0.04,-0.15 0.05,-0.13 0.07,-0.11 0.08,-0.09 0.09,-0.07 0.5,-0.19 5.47,-0.52 0.17,0.02 0.15,0.07 0.13,0.11 0.11,0.16 0.08,0.21 0.06,0.25 0.08,10.76 2.23,-1.08 2.24,-0.68 1.07,-0.14 1.55,0.11 0.67,0.14 0.61,0.19 0.54,0.25 0.47,0.3 0.4,0.36 0.34,0.41 0.22,0.37 0.35,0.93 0.23,1.19 0.13,10.92 h 2.69 l 0.1,0.02 0.09,0.05 0.08,0.08 0.06,0.12 0.05,0.15 0.06,0.39 -0.03,0.79 -0.06,0.28 -0.04,0.11 -0.05,0.09 -0.06,0.08 -0.12,0.12 -0.12,0.09 -0.05,0.03 -0.05,0.02 -0.05,0.01 -7.87,0 -0.11,-0.02 -0.09,-0.05 -0.08,-0.08 -0.07,-0.12 -0.05,-0.15 -0.06,-0.39 0.03,-0.79 0.06,-0.28 0.04,-0.11 0.05,-0.09 0.06,-0.08 0.12,-0.12 0.12,-0.09 0.06,-0.03 0.05,-0.02 0.05,-0.01 0.09,0.02"
inkscape:connector-curvature="0" />
<path
id="path3135"
d="m 771.47,286.53 -0.39,-0.02 -0.35,-0.07 -0.32,-0.11 -0.29,-0.15 -0.26,-0.2 -0.23,-0.24 -0.19,-0.29 -0.2,-0.44 -0.11,-0.46 -0.02,-0.25 0.02,-0.52 0.07,-0.36 0.11,-0.33 0.16,-0.29 0.2,-0.26 0.25,-0.23 0.29,-0.2 0.44,-0.2 0.46,-0.11 0.24,-0.02 0.37,0.01 0.46,0.09 0.42,0.17 0.38,0.26 0.33,0.34 0.26,0.38 0.1,0.21 0.13,0.45 0.04,0.49 -0.04,0.49 -0.13,0.45 -0.22,0.41 -0.3,0.37 -0.35,0.29 -0.19,0.11 -0.42,0.16 -0.46,0.08 -0.26,-0.01 m -4.11,21.92 -0.11,-0.02 -0.09,-0.05 -0.08,-0.08 -0.06,-0.12 -0.05,-0.15 -0.06,-0.39 0.03,-0.79 0.06,-0.28 0.04,-0.11 0.05,-0.1 0.06,-0.08 0.12,-0.12 0.12,-0.09 0.05,-0.03 0.05,-0.02 0.05,-0.01 1.49,-0.06 0.57,-0.1 0.2,-0.07 0.15,-0.08 0.09,-0.09 0.04,-0.06 0.03,-0.07 0.01,-0.04 0.01,-0.08 0,-11.52 h -3.03 l -0.12,-0.02 -0.11,-0.04 -0.1,-0.07 -0.09,-0.1 -0.08,-0.12 -0.07,-0.15 -0.11,-0.38 -0.03,-0.5 0.03,-0.36 0.04,-0.15 0.05,-0.13 0.07,-0.11 0.08,-0.09 0.09,-0.07 0.5,-0.19 5.48,-0.52 0.17,0.02 0.15,0.07 0.13,0.11 0.11,0.16 0.08,0.21 0.06,0.25 0.06,14.34 h 2.9 l 0.1,0.02 0.09,0.05 0.08,0.08 0.06,0.12 0.05,0.15 0.06,0.39 -0.03,0.79 -0.06,0.28 -0.04,0.11 -0.05,0.09 -0.06,0.08 -0.12,0.12 -0.12,0.09 -0.06,0.03 -0.05,0.02 -0.05,0.01 -8.83,0.02"
inkscape:connector-curvature="0" />
<path
id="path3137"
d="m 779.55,312.43 0.36,-0.06 0.31,-0.19 0.27,-0.31 0.22,-0.44 0.17,-0.56 0.19,-1.49 0.02,-15.53 h -3.03 l -0.12,-0.02 -0.11,-0.04 -0.1,-0.07 -0.09,-0.09 -0.08,-0.12 -0.06,-0.14 -0.09,-0.36 -0.05,-0.5 0.03,-0.36 0.04,-0.15 0.05,-0.13 0.06,-0.11 0.08,-0.09 0.09,-0.08 0.1,-0.06 1.05,-0.29 4.85,-0.38 0.17,0.02 0.15,0.07 0.12,0.11 0.1,0.16 0.08,0.21 0.1,0.55 0.01,16.11 -0.2,1.55 -0.4,1.46 -0.59,1.37 -0.85,1.33 -0.52,0.59 -0.56,0.5 -0.61,0.41 -0.65,0.32 -0.69,0.23 -0.74,0.14 -0.78,0.05 -0.38,-0.02 -0.35,-0.07 -0.32,-0.11 -0.29,-0.15 -0.26,-0.2 -0.23,-0.24 -0.19,-0.29 -0.2,-0.44 -0.11,-0.46 -0.02,-0.25 0.02,-0.52 0.07,-0.36 0.11,-0.33 0.16,-0.29 0.2,-0.26 0.25,-0.23 0.29,-0.2 0.44,-0.2 0.46,-0.11 0.24,-0.02 0.43,0.02 0.28,0.05 0.25,0.09 0.23,0.13 0.2,0.16 0.18,0.2 0.15,0.23 0.09,0.26 m 2.86,-25.9 -0.39,-0.02 -0.36,-0.07 -0.32,-0.11 -0.29,-0.15 -0.26,-0.2 -0.23,-0.24 -0.19,-0.29 -0.2,-0.44 -0.11,-0.46 -0.02,-0.25 0.02,-0.52 0.07,-0.36 0.11,-0.33 0.16,-0.29 0.2,-0.26 0.25,-0.23 0.29,-0.2 0.34,-0.16 0.46,-0.13 0.47,-0.04 0.48,0.04 0.22,0.05 0.42,0.17 0.38,0.26 0.33,0.33 0.14,0.19 0.12,0.2 0.17,0.43 0.09,0.47 v 0.55 l -0.08,0.45 -0.07,0.21 -0.21,0.39 -0.29,0.36 -0.35,0.29 -0.19,0.11 -0.21,0.09 -0.45,0.12 -0.5,0.04"
inkscape:connector-curvature="0" />
<path
id="path3139"
d="m 787.68,308.45 -0.11,-0.02 -0.09,-0.05 -0.08,-0.08 -0.06,-0.12 -0.05,-0.15 -0.06,-0.39 0.03,-0.79 0.06,-0.28 0.04,-0.11 0.05,-0.1 0.06,-0.08 0.12,-0.12 0.12,-0.09 0.05,-0.03 0.05,-0.02 0.05,-0.01 1.47,-0.06 0.56,-0.1 0.2,-0.07 0.15,-0.08 0.09,-0.09 0.04,-0.07 0.02,-0.04 0.03,-0.09 0.01,-0.09 0,-21.16 h -3.03 l -0.12,-0.02 -0.11,-0.04 -0.1,-0.07 -0.09,-0.1 -0.08,-0.12 -0.07,-0.15 -0.11,-0.38 -0.05,-0.5 0.03,-0.36 0.04,-0.15 0.05,-0.13 0.07,-0.11 0.08,-0.09 0.09,-0.07 0.5,-0.19 5.47,-0.52 0.17,0.02 0.15,0.07 0.13,0.11 0.11,0.16 0.08,0.21 0.06,0.25 0.08,24.03 h 1.81 l 0.11,0.02 0.09,0.05 0.08,0.08 0.07,0.12 0.05,0.15 0.06,0.39 -0.03,0.8 -0.02,0.28 -0.05,0.11 -0.06,0.1 -0.06,0.08 -0.12,0.11 -0.11,0.08 -0.05,0.03 -0.05,0.02 -0.05,0.01 -7.77,0.01 m 19.06,-2.43 0.11,0.02 0.09,0.05 0.08,0.08 0.07,0.12 0.05,0.15 0.06,0.41 0,0.44 -0.03,0.33 -0.06,0.27 -0.04,0.11 -0.05,0.09 -0.12,0.14 -0.12,0.1 -0.11,0.07 -0.05,0.02 -0.05,0.01 -4.55,0 -7.96,-10.34 6.94,-6.91 h 3.65 l 0.12,0.01 0.11,0.04 0.1,0.07 0.09,0.1 0.08,0.13 0.12,0.34 0.07,0.39 0.01,0.54 -0.06,0.4 -0.05,0.15 -0.06,0.12 -0.08,0.08 -0.09,0.05 -0.1,0.02 -1.4,0.06 -0.5,0.08 -0.37,0.11 -0.52,0.25 -0.2,0.13 -3.93,3.96 6.3,6.91 0.29,0.23 0.31,0.2 0.33,0.16 0.36,0.13 0.78,0.14 0.38,0.04"
inkscape:connector-curvature="0" />
<path
id="path3141"
d="m 808.5,308.45 -0.1,-0.02 -0.09,-0.05 -0.08,-0.08 -0.06,-0.12 -0.05,-0.15 -0.06,-0.39 0.03,-0.79 0.06,-0.28 0.04,-0.11 0.05,-0.1 0.06,-0.08 0.12,-0.12 0.12,-0.09 0.05,-0.03 0.05,-0.02 0.05,-0.01 1.48,-0.06 0.56,-0.1 0.2,-0.07 0.15,-0.08 0.09,-0.09 0.05,-0.07 0.02,-0.04 0.03,-0.09 0.01,-0.09 0,-21.16 h -3.03 l -0.12,-0.02 -0.11,-0.04 -0.1,-0.07 -0.09,-0.1 -0.08,-0.12 -0.07,-0.15 -0.11,-0.38 -0.05,-0.5 0.03,-0.36 0.04,-0.15 0.05,-0.13 0.07,-0.11 0.08,-0.09 0.09,-0.07 0.5,-0.19 5.47,-0.52 0.17,0.02 0.15,0.07 0.13,0.11 0.11,0.16 0.08,0.21 0.06,0.25 0.08,24.03 h 2.9 l 0.11,0.02 0.09,0.05 0.08,0.08 0.06,0.12 0.05,0.15 0.06,0.39 -0.03,0.79 -0.06,0.28 -0.04,0.11 -0.05,0.09 -0.06,0.08 -0.12,0.12 -0.12,0.09 -0.05,0.03 -0.05,0.02 -0.05,0.01 -8.85,0.01"
inkscape:connector-curvature="0" />
<path
id="path3143"
d="m 850.81,306.02 0.11,0.02 0.09,0.06 0.08,0.09 0.07,0.13 0.05,0.17 0.06,0.45 0,0.57 -0.03,0.25 -0.05,0.21 -0.07,0.17 -0.09,0.13 -0.11,0.1 -0.13,0.06 -0.15,0.02 h -7.91 l -0.1,-0.02 -0.09,-0.05 -0.08,-0.08 -0.06,-0.12 -0.05,-0.15 -0.06,-0.39 v -0.45 l 0.05,-0.37 0.1,-0.31 0.07,-0.14 0.08,-0.12 0.1,-0.11 0.06,-0.05 0.03,-0.02 0.06,-0.03 0.03,-0.01 0.03,-0.01 0.49,-0.01 0.67,-0.09 0.25,-0.08 0.2,-0.1 0.14,-0.13 0.08,-0.15 0.03,-0.17 -0.21,-8.83 -0.17,-0.66 -0.2,-0.49 -0.23,-0.41 -0.26,-0.33 -0.29,-0.25 -0.32,-0.2 -0.37,-0.14 -0.43,-0.08 -0.48,-0.03 -0.49,0.03 -0.52,0.1 -1.12,0.42 -1.24,0.69 -1.35,0.97 v 9.94 h 2.67 l 0.11,0.02 0.09,0.06 0.08,0.09 0.07,0.13 0.05,0.17 0.06,0.45 0,0.57 -0.03,0.25 -0.06,0.21 -0.08,0.17 -0.1,0.13 -0.12,0.1 -0.14,0.06 -0.17,0.02 h -7.84 l -0.1,-0.02 -0.09,-0.05 -0.08,-0.08 -0.06,-0.11 -0.05,-0.14 -0.06,-0.38 v -0.5 l 0.05,-0.35 0.11,-0.31 0.16,-0.26 0.1,-0.11 0.06,-0.05 0.06,-0.04 0.03,-0.01 0.03,-0.01 0.03,-0.01 0.49,-0.01 0.67,-0.09 0.25,-0.08 0.2,-0.1 0.14,-0.13 0.08,-0.15 0.03,-0.17 -0.21,-8.83 -0.17,-0.66 -0.2,-0.49 -0.23,-0.41 -0.26,-0.33 -0.29,-0.25 -0.32,-0.2 -0.37,-0.14 -0.43,-0.08 -0.48,-0.03 -0.49,0.03 -0.52,0.1 -1.12,0.42 -1.24,0.69 -1.35,0.97 v 9.94 h 2.9 l 0.1,0.02 0.09,0.05 0.08,0.08 0.06,0.11 0.05,0.14 0.06,0.38 0,0.44 -0.04,0.35 -0.07,0.29 -0.05,0.12 -0.06,0.1 -0.13,0.15 -0.12,0.1 -0.11,0.07 -0.05,0.02 -0.05,0.01 -8.8,0 -0.11,-0.01 -0.1,-0.05 -0.08,-0.08 -0.07,-0.11 -0.05,-0.14 -0.06,-0.37 0.03,-0.81 0.06,-0.29 0.04,-0.12 0.05,-0.1 0.06,-0.08 0.12,-0.12 0.12,-0.09 0.06,-0.03 0.05,-0.02 0.05,-0.01 1.47,-0.06 0.56,-0.1 0.2,-0.07 0.15,-0.08 0.09,-0.09 0.05,-0.07 0.03,-0.08 0.02,-0.09 0.01,-11.52 h -3.03 l -0.12,-0.02 -0.11,-0.04 -0.1,-0.07 -0.09,-0.1 -0.08,-0.12 -0.07,-0.15 -0.11,-0.38 -0.03,-0.45 0.03,-0.37 0.04,-0.15 0.05,-0.13 0.06,-0.11 0.08,-0.09 0.09,-0.07 0.49,-0.19 4.62,-0.57 0.53,0.03 0.23,0.04 0.09,0.03 0.07,0.03 0.05,0.04 0.08,0.09 0.07,0.11 0.05,0.12 0.08,0.32 0.05,1.36 2.49,-1.22 2.25,-0.76 0.63,-0.13 0.52,-0.04 0.77,0.04 0.71,0.11 0.66,0.19 0.6,0.27 0.54,0.34 0.49,0.42 0.43,0.49 0.38,0.57 2.63,-1.33 2.56,-0.89 0.84,-0.16 1,-0.05 0.54,0.03 0.54,0.09 1.07,0.35 0.51,0.25 0.45,0.3 0.39,0.35 0.34,0.4 0.26,0.41 0.41,0.98 0.28,1.21 0.15,10.79 2.7,-0.01"
inkscape:connector-curvature="0" />
<path
id="path3145"
d="m 864.97,308.45 -0.1,-0.02 -0.09,-0.05 -0.08,-0.08 -0.06,-0.12 -0.05,-0.15 -0.06,-0.39 0.03,-0.79 0.06,-0.28 0.04,-0.11 0.05,-0.1 0.06,-0.08 0.12,-0.12 0.12,-0.09 0.05,-0.03 0.05,-0.02 0.05,-0.01 1.14,-0.11 0.25,-0.08 0.2,-0.1 0.14,-0.13 0.08,-0.15 0.03,-0.17 -0.21,-8.83 -0.17,-0.66 -0.2,-0.49 -0.23,-0.41 -0.26,-0.33 -0.29,-0.25 -0.32,-0.2 -0.37,-0.14 -0.43,-0.08 -0.48,-0.03 -0.49,0.03 -0.52,0.1 -1.12,0.42 -1.24,0.69 -1.35,0.97 V 306 h 2.89 l 0.11,0.02 0.09,0.05 0.08,0.08 0.06,0.12 0.05,0.15 0.06,0.39 -0.03,0.79 -0.06,0.28 -0.04,0.11 -0.05,0.09 -0.12,0.14 -0.12,0.1 -0.11,0.07 -0.05,0.02 -0.05,0.01 -8.84,0 -0.11,-0.02 -0.09,-0.05 -0.08,-0.08 -0.06,-0.12 -0.05,-0.15 -0.06,-0.39 0.03,-0.79 0.06,-0.28 0.04,-0.11 0.05,-0.1 0.06,-0.08 0.12,-0.12 0.12,-0.09 0.05,-0.03 0.05,-0.02 0.05,-0.01 1.47,-0.06 0.56,-0.1 0.2,-0.07 0.15,-0.08 0.1,-0.09 0.02,-0.04 0.04,-0.08 0.03,-0.09 0.01,-0.09 0,-11.48 h -3.03 l -0.13,-0.02 -0.12,-0.04 -0.1,-0.07 -0.09,-0.09 -0.08,-0.12 -0.07,-0.14 -0.09,-0.36 -0.03,-0.5 0.03,-0.36 0.04,-0.15 0.05,-0.13 0.06,-0.11 0.08,-0.09 0.09,-0.07 0.49,-0.19 4.62,-0.57 0.53,0.03 0.23,0.04 0.09,0.03 0.07,0.03 0.05,0.04 0.08,0.09 0.07,0.11 0.05,0.12 0.08,0.32 0.05,1.36 2.49,-1.22 2.25,-0.76 0.78,-0.13 1.5,-0.01 1.06,0.23 1.04,0.45 0.45,0.3 0.39,0.35 0.34,0.4 0.26,0.41 0.41,0.98 0.28,1.21 0.15,10.79 h 2.67 l 0.11,0.02 0.09,0.05 0.08,0.08 0.07,0.12 0.05,0.15 0.06,0.39 -0.03,0.79 -0.06,0.28 -0.04,0.11 -0.05,0.09 -0.06,0.08 -0.12,0.12 -0.12,0.09 -0.05,0.03 -0.05,0.02 -0.05,0.01 -7.9,0.06"
inkscape:connector-curvature="0" />
<path
id="path3147"
d="m 882.69,308.79 -1.73,-0.17 -0.78,-0.22 -0.73,-0.3 -0.67,-0.38 -0.62,-0.45 -0.56,-0.52 -0.51,-0.59 -0.84,-1.35 -0.6,-1.54 -0.36,-1.73 -0.12,-1.93 0.16,-2 0.49,-1.77 0.37,-0.8 0.45,-0.74 0.53,-0.68 1.23,-1.13 1.34,-0.81 1.5,-0.54 1.65,-0.27 1.76,0.01 0.78,0.12 0.74,0.2 0.7,0.28 0.66,0.36 0.62,0.44 0.58,0.52 0.99,1.24 0.74,1.4 0.49,1.58 0.25,1.77 -0.01,2.01 -0.3,1.93 -0.6,1.69 -0.42,0.75 -0.49,0.69 -0.57,0.63 -0.59,0.53 -0.64,0.46 -0.69,0.39 -1.53,0.57 -1.73,0.28 -0.94,0.07 m -2.5,-14.08 -0.31,0.38 -0.54,0.95 -0.41,1.2 -0.21,1.46 0,1.68 0.16,1.49 0.33,1.22 0.46,1 0.28,0.42 0.31,0.38 0.34,0.33 0.37,0.28 0.4,0.23 0.43,0.18 0.46,0.13 0.48,0.08 0.51,0.03 0.53,-0.03 0.5,-0.09 0.47,-0.15 0.44,-0.21 0.4,-0.27 0.37,-0.33 0.34,-0.38 0.57,-0.89 0.41,-1 0.27,-1.13 0.14,-1.26 -0.03,-1.79 -0.13,-1 -0.22,-0.9 -0.3,-0.79 -0.38,-0.68 -0.47,-0.57 -0.55,-0.46 -0.64,-0.35 -0.83,-0.27 -0.42,-0.07 -0.85,-0.01 -0.83,0.13 -0.4,0.11 -0.38,0.16 -0.37,0.21 -0.35,0.26 -0.35,0.32"
inkscape:connector-curvature="0" />
<path
id="path3149"
d="m 893.68,315.99 -0.11,-0.02 -0.09,-0.05 -0.08,-0.08 -0.07,-0.12 -0.05,-0.15 -0.06,-0.39 0.03,-0.79 0.06,-0.28 0.04,-0.11 0.05,-0.09 0.06,-0.08 0.12,-0.12 0.12,-0.09 0.05,-0.03 0.05,-0.02 0.05,-0.01 1.4,-0.06 0.61,-0.1 0.22,-0.07 0.16,-0.08 0.1,-0.09 0.05,-0.07 0.03,-0.08 0.02,-0.09 0.01,-19.07 h -3.05 l -0.12,-0.02 -0.11,-0.04 -0.1,-0.07 -0.09,-0.09 -0.08,-0.12 -0.06,-0.14 -0.09,-0.36 -0.05,-0.52 0.03,-0.36 0.03,-0.15 0.04,-0.13 0.06,-0.11 0.07,-0.08 0.08,-0.06 0.93,-0.27 3.84,-0.48 1.13,0.03 0.18,0.03 0.09,0.04 0.04,0.02 0.04,0.03 0.03,0.03 0.05,0.08 0.04,0.1 0.04,0.14 0.05,1.17 2.12,-1.07 0.88,-0.33 1.05,-0.23 1.22,-0.06 0.66,0.05 0.58,0.12 1.24,0.47 0.62,0.33 0.58,0.4 0.54,0.47 0.5,0.54 0.87,1.31 0.62,1.52 0.38,1.73 0.12,1.95 -0.15,2.02 -0.44,1.79 -0.33,0.81 -0.41,0.75 -0.48,0.69 -0.55,0.63 -1.2,1 -0.66,0.39 -0.71,0.32 -1.54,0.43 -1.71,0.14 -0.71,-0.05 -0.73,-0.14 -0.74,-0.24 -1.27,-0.58 v 5.89 h 3.83 l 0.11,0.02 0.09,0.05 0.08,0.08 0.07,0.12 0.05,0.15 0.06,0.39 -0.03,0.79 -0.06,0.28 -0.04,0.11 -0.05,0.09 -0.06,0.08 -0.12,0.12 -0.12,0.09 -0.05,0.03 -0.05,0.02 -0.05,0.01 -9.8,-0.01 m 6.15,-10.9 0.65,0.41 0.76,0.3 0.86,0.18 0.97,0.06 0.79,-0.05 0.72,-0.15 0.65,-0.25 0.58,-0.34 0.52,-0.44 0.45,-0.54 0.38,-0.64 0.42,-1.05 0.28,-1.48 0.06,-1.77 -0.16,-1.58 -0.16,-0.65 -0.46,-1.08 -0.27,-0.45 -0.3,-0.39 -0.45,-0.44 -0.63,-0.43 -0.34,-0.16 -0.72,-0.22 -0.82,-0.07 -0.75,0.06 -0.72,0.17 -0.7,0.29 -0.94,0.58 -0.68,0.65 v 9.48"
inkscape:connector-curvature="0" />
<path
id="path3151"
d="m 921.89,316.01 -0.11,-0.02 -0.09,-0.05 -0.08,-0.08 -0.07,-0.12 -0.05,-0.15 -0.06,-0.41 0.03,-0.78 0.07,-0.27 0.04,-0.11 0.05,-0.09 0.06,-0.08 0.12,-0.12 0.12,-0.09 0.05,-0.03 0.05,-0.02 0.05,-0.01 2.75,-0.06 0.57,-0.1 0.2,-0.07 0.15,-0.08 0.1,-0.1 0.04,-0.06 0.03,-0.07 0.02,-0.11 0,-5.59 -0.64,0.44 -0.77,0.37 -1.92,0.52 -1.91,0.12 -0.62,-0.04 -0.62,-0.12 -0.63,-0.2 -0.64,-0.29 -0.62,-0.36 -0.56,-0.43 -0.51,-0.5 -0.46,-0.57 -0.76,-1.32 -0.54,-1.55 -0.33,-1.78 -0.11,-2.04 0.16,-1.97 0.48,-1.74 0.36,-0.79 0.44,-0.73 0.52,-0.68 1.21,-1.14 1.34,-0.82 1.5,-0.55 1.67,-0.27 2.32,0.06 2.68,0.55 1.09,-1.41 0.1,-0.03 0.86,0.03 0.46,0.12 0.43,0.19 0.4,0.27 0.1,0.09 0.09,0.1 0.07,0.1 0.06,0.11 -1.34,4.24 v 18.28 h 2.83 l 0.11,0.02 0.09,0.05 0.08,0.08 0.06,0.11 0.05,0.14 0.06,0.38 -0.03,0.8 -0.06,0.28 -0.04,0.11 -0.05,0.1 -0.06,0.08 -0.12,0.12 -0.12,0.09 -0.06,0.03 -0.05,0.02 -0.05,0.01 -10.04,-0.01 m 4.05,-11.59 v -9.79 l -0.74,-0.49 -0.79,-0.35 -0.83,-0.21 -0.88,-0.07 -0.77,0.05 -0.71,0.15 -0.65,0.24 -0.58,0.34 -0.52,0.44 -0.46,0.54 -0.4,0.63 -0.44,1.04 -0.28,1.42 -0.06,1.71 0.15,1.6 0.34,1.31 0.47,1.06 0.28,0.44 0.44,0.54 0.31,0.3 0.33,0.25 0.35,0.21 0.37,0.16 0.39,0.11 0.41,0.07 0.43,0.02 0.44,-0.03 0.45,-0.08 0.94,-0.32 0.98,-0.54 1.03,-0.75"
inkscape:connector-curvature="0" />
<path
id="path3153"
d="m 939.38,292.13 -0.03,1.48 2.02,-1.56 1.01,-0.56 1.02,-0.42 0.67,-0.16 0.71,-0.06 0.34,0.02 0.31,0.05 0.29,0.08 0.28,0.11 0.5,0.3 0.21,0.17 0.18,0.18 0.26,0.35 0.18,0.35 0.11,0.36 0.04,0.37 -0.05,0.68 -0.06,0.28 -0.08,0.24 -0.1,0.21 -0.27,0.37 -0.52,0.46 -0.36,0.21 -0.18,0.07 -0.18,0.05 -0.18,0.03 -0.67,-0.02 -0.28,-0.05 -0.23,-0.07 -0.19,-0.1 -0.35,-0.25 -0.38,-0.38 -0.23,-0.35 -0.16,-0.37 -0.08,-0.39 -0.01,-0.2 -0.88,0.5 -0.35,0.28 -0.97,1.15 -0.94,1.44 v 9.03 h 4.19 l 0.09,0.02 0.08,0.05 0.07,0.08 0.06,0.12 0.04,0.15 0.05,0.39 -0.03,0.8 -0.06,0.28 -0.04,0.11 -0.05,0.1 -0.06,0.08 -0.12,0.11 -0.11,0.08 -0.06,0.03 -0.05,0.02 -0.05,0.01 -10.08,0 -0.11,-0.02 -0.1,-0.05 -0.08,-0.08 -0.07,-0.12 -0.05,-0.15 -0.06,-0.41 0,-0.45 0.06,-0.35 0.12,-0.31 0.08,-0.14 0.09,-0.12 0.11,-0.11 0.04,-0.03 0.05,-0.03 0.13,-0.04 1.78,-0.12 0.33,-0.08 0.11,-0.04 0.1,-0.05 0.08,-0.06 0.07,-0.07 0.05,-0.08 0.04,-0.08 0.02,-0.09 0.01,-11.46 h -3.03 l -0.16,-0.02 -0.14,-0.06 -0.12,-0.1 -0.09,-0.15 -0.07,-0.19 -0.05,-0.23 -0.04,-0.59 0.03,-0.39 0.03,-0.16 0.05,-0.14 0.06,-0.12 0.07,-0.1 0.09,-0.08 0.1,-0.06 0.51,-0.17 3.42,-0.45 1.7,-0.03 0.18,0.03 0.06,0.02 0.08,0.04 0.07,0.05 0.03,0.03 0.05,0.07 0.02,0.04 0.04,0.09 0.03,0.14 0.01,0.76"
inkscape:connector-curvature="0" />
<path
id="path3155"
d="m 953.58,306.14 3.06,-0.09 0.48,-0.11 0.43,-0.16 0.38,-0.21 0.33,-0.25 0.28,-0.3 0.23,-0.34 0.11,-0.23 0.08,-0.24 0.04,-0.25 0.02,-0.26 -0.02,-0.26 -0.05,-0.24 -0.08,-0.22 -0.11,-0.2 -0.14,-0.19 -0.17,-0.19 -0.46,-0.34 -1.08,-0.52 -4.49,-1.55 -0.92,-0.47 -0.79,-0.55 -0.35,-0.33 -0.3,-0.35 -0.25,-0.38 -0.21,-0.41 -0.16,-0.44 -0.18,-0.97 -0.02,-0.53 0.06,-0.76 0.17,-0.7 0.28,-0.63 0.39,-0.57 0.5,-0.5 0.61,-0.44 0.72,-0.37 1.84,-0.56 1.32,-0.15 2.45,0.13 1.1,0.2 0.99,0.32 0.71,0.35 0.42,0.27 0.35,0.3 0.29,0.33 0.22,0.35 0.16,0.38 0.1,0.4 0.03,0.5 -0.01,0.25 -0.08,0.45 -0.07,0.21 -0.21,0.39 -0.29,0.35 -0.35,0.29 -0.4,0.21 -0.45,0.13 -0.49,0.05 -0.39,-0.02 -0.36,-0.07 -0.32,-0.11 -0.29,-0.15 -0.26,-0.2 -0.23,-0.24 -0.19,-0.29 -0.2,-0.44 -0.11,-0.37 -0.02,-0.16 v -0.15 l 0.2,-1.23 -2.36,0.03 -0.56,0.09 -0.47,0.15 -0.2,0.1 -0.47,0.33 -0.46,0.44 -0.17,0.23 -0.13,0.24 -0.09,0.24 -0.06,0.25 -0.02,0.25 0.04,0.33 0.11,0.31 0.19,0.3 0.26,0.28 0.34,0.26 0.91,0.48 4.04,1.44 1.84,0.9 0.5,0.4 0.41,0.4 0.34,0.42 0.28,0.44 0.22,0.46 0.16,0.49 0.11,0.52 0.05,1.14 -0.06,0.55 -0.12,0.51 -0.17,0.47 -0.23,0.44 -0.27,0.41 -0.32,0.38 -0.37,0.34 -0.66,0.47 -1.02,0.5 -1.15,0.34 -1.29,0.17 -2.51,-0.09 -2.19,-0.47 -0.86,-0.32 -0.63,-0.34 -0.53,-0.4 -0.42,-0.46 -0.24,-0.38 -0.12,-0.27 -0.08,-0.28 -0.04,-0.29 0.02,-0.57 0.11,-0.49 0.04,-0.11 0.23,-0.41 0.28,-0.34 0.36,-0.29 0.19,-0.11 0.42,-0.16 0.47,-0.08 h 0.49 l 0.46,0.08 0.42,0.17 0.38,0.25 0.34,0.32 0.26,0.35 0.1,0.18 0.08,0.19 0.05,0.19 0.03,0.2 0.01,0.22 -0.07,1.01 -0.05,0.03"
inkscape:connector-curvature="0" />
<path
id="path3157"
d="m 970.87,308.79 -0.83,-0.07 -0.72,-0.22 -0.61,-0.37 -0.5,-0.52 -0.39,-0.67 -0.28,-0.82 -0.17,-0.97 -0.05,-11.29 h -3.27 l 0.06,-1.52 0.07,-0.47 0.05,-0.17 0.05,-0.12 0.12,-0.17 0.06,-0.06 0.06,-0.05 0.06,-0.04 0.07,-0.03 0.07,-0.02 1.59,-0.06 0.64,-0.1 0.24,-0.07 0.19,-0.08 0.13,-0.09 0.08,-0.07 0.06,-0.08 0.02,-0.04 0.02,-0.05 0.76,-3.91 0.08,-0.22 0.14,-0.19 0.19,-0.16 0.25,-0.13 0.31,-0.1 0.79,-0.12 0.48,-0.02 v 5.5 h 4.65 l 0.1,0.02 0.09,0.05 0.07,0.08 0.06,0.11 0.05,0.14 0.05,0.38 0,0.48 -0.06,0.44 -0.11,0.37 -0.07,0.16 -0.08,0.15 -0.13,0.17 -0.03,0.03 -0.07,0.05 -0.04,0.02 -0.04,0.01 -0.09,0.01 h -4.34 l 0.07,11.01 0.09,0.33 0.12,0.27 0.16,0.21 0.2,0.15 0.23,0.09 0.27,0.03 1.51,-0.11 0.95,-0.28 0.12,-0.01 0.09,0.01 0.09,0.03 0.09,0.04 0.19,0.13 0.09,0.08 0.08,0.09 0.07,0.1 0.13,0.23 0.09,0.23 0.05,0.23 0.02,0.24 -0.02,0.24 -0.03,0.1 -0.04,0.09 -0.05,0.08 -0.06,0.07 -0.07,0.06 -1.71,0.76 -1.06,0.29 -1.5,0.11"
inkscape:connector-curvature="0" />
<path
id="path3159"
d="m 990.58,306.79 -1.34,0.87 -1.27,0.62 -1.2,0.38 -0.58,0.09 -0.56,0.03 -1.04,-0.05 -0.94,-0.16 -0.84,-0.27 -0.75,-0.38 -0.65,-0.49 -0.55,-0.6 -0.46,-0.71 -0.46,-1.11 -0.26,-1.3 -0.06,-9.87 h -2.43 l -0.15,-0.02 -0.13,-0.06 -0.11,-0.1 -0.09,-0.14 -0.07,-0.18 -0.05,-0.23 -0.04,-0.57 0.02,-0.38 0.03,-0.15 0.04,-0.13 0.05,-0.11 0.06,-0.08 0.07,-0.06 0.08,-0.03 2.77,-0.56 2.52,-0.19 0.18,0.02 0.16,0.06 0.13,0.11 0.11,0.15 0.09,0.19 0.07,0.24 0.17,11.25 0.13,0.63 0.19,0.54 0.24,0.46 0.3,0.38 0.35,0.29 0.4,0.21 0.28,0.09 0.65,0.1 0.75,0 0.72,-0.09 1.32,-0.37 1,-0.52 0.95,-0.7 v -10.05 h -2.36 l -0.17,-0.02 -0.14,-0.06 -0.12,-0.1 -0.1,-0.14 -0.08,-0.18 -0.06,-0.22 -0.04,-0.56 0.03,-0.36 0.04,-0.15 0.05,-0.13 0.06,-0.11 0.08,-0.09 0.09,-0.07 0.48,-0.19 4.28,-0.61 0.51,0.03 0.23,0.05 0.09,0.03 0.07,0.04 0.1,0.09 0.09,0.1 0.07,0.12 0.05,0.14 0.08,0.49 0.04,14.08 h 2.9 l 0.11,0.02 0.09,0.05 0.08,0.09 0.07,0.12 0.05,0.16 0.06,0.42 0,0.55 -0.03,0.25 -0.05,0.22 -0.08,0.18 -0.1,0.15 -0.12,0.11 -0.14,0.08 -0.17,0.04 -3.14,0.28 -1.43,-0.08 -0.11,-0.03 -0.08,-0.03 -0.12,-0.08 -0.11,-0.09 -0.1,-0.1 -0.09,-0.11 -0.3,-0.54 -0.36,-0.89"
inkscape:connector-curvature="0" />
<path
id="path3161"
d="m 1015.49,291.2 0.1,0.02 0.09,0.05 0.07,0.08 0.06,0.11 0.05,0.14 0.05,0.37 v 0.45 l -0.05,0.39 -0.1,0.33 -0.07,0.14 -0.08,0.13 -0.1,0.11 -0.04,0.03 -0.04,0.03 -0.04,0.02 -0.1,0.03 -0.67,0.05 -0.24,0.04 -0.2,0.08 -0.11,0.07 -0.06,0.05 -0.12,0.13 -0.1,0.16 -5.88,14.34 -0.05,0.06 -0.06,0.05 -0.08,0.05 -0.09,0.04 -0.22,0.05 -1.57,-0.02 -0.15,-0.04 -0.13,-0.05 -0.1,-0.06 -0.08,-0.07 -0.05,-0.08 -5.77,-14.82 h -1.93 l -0.11,-0.02 -0.09,-0.05 -0.08,-0.08 -0.06,-0.11 -0.05,-0.15 -0.06,-0.39 0.03,-0.8 0.06,-0.28 0.04,-0.11 0.05,-0.1 0.06,-0.08 0.12,-0.12 0.11,-0.09 0.05,-0.03 0.05,-0.02 0.05,-0.01 7.53,0 0.1,0.02 0.09,0.05 0.07,0.08 0.06,0.11 0.05,0.14 0.05,0.37 -0.03,0.81 -0.06,0.29 -0.04,0.12 -0.05,0.1 -0.06,0.08 -0.12,0.12 -0.12,0.09 -0.05,0.03 -0.05,0.02 -0.05,0.01 -0.71,0.05 -0.26,0.06 -0.21,0.08 -0.17,0.1 -0.12,0.13 -0.07,0.15 -0.02,0.17 3.41,9.46 4.17,-10.2 h -2.26 l -0.11,-0.02 -0.09,-0.05 -0.08,-0.08 -0.06,-0.11 -0.05,-0.14 -0.06,-0.38 0.03,-0.82 0.06,-0.29 0.04,-0.11 0.05,-0.09 0.05,-0.07 0.12,-0.12 0.1,-0.09 0.05,-0.03 0.05,-0.02 0.04,-0.01 0.04,0 6.43,-0.03"
inkscape:connector-curvature="0" />
<path
id="path3163"
d="m 1042.37,291.2 0.1,0.02 0.08,0.06 0.07,0.09 0.06,0.13 0.08,0.38 0.03,0.53 -0.04,0.54 -0.05,0.21 -0.08,0.17 -0.1,0.13 -0.12,0.1 -0.14,0.06 -0.86,0.08 -0.18,0.05 -0.16,0.06 -0.13,0.07 -0.11,0.08 -0.11,0.13 -0.05,0.08 -0.07,0.17 -4.22,14.13 -0.04,0.08 -0.07,0.07 -0.1,0.06 -0.13,0.05 -0.35,0.06 h -1.02 l -0.41,-0.06 -0.15,-0.05 -0.12,-0.06 -0.08,-0.07 -0.05,-0.08 -4.05,-10.12 -4.16,10.19 -0.05,0.06 -0.06,0.05 -0.08,0.04 -0.09,0.04 -0.22,0.04 -1.14,0.04 -0.62,-0.05 -0.2,-0.06 -0.08,-0.04 -0.06,-0.04 -0.05,-0.05 -0.04,-0.05 -4.17,-14.88 h -2.22 l -0.1,-0.02 -0.09,-0.05 -0.07,-0.08 -0.06,-0.11 -0.05,-0.15 -0.05,-0.39 0.03,-0.79 0.06,-0.28 0.04,-0.11 0.05,-0.09 0.06,-0.08 0.12,-0.12 0.11,-0.09 0.05,-0.03 0.05,-0.02 0.04,-0.01 0.04,0 h 7.48 l 0.1,0.02 0.09,0.05 0.07,0.08 0.06,0.11 0.05,0.14 0.05,0.37 -0.03,0.81 -0.07,0.29 -0.04,0.12 -0.05,0.1 -0.06,0.08 -0.12,0.12 -0.12,0.09 -0.05,0.03 -0.05,0.02 -0.05,0.01 -0.71,0.05 -0.26,0.06 -0.21,0.08 -0.17,0.1 -0.12,0.13 -0.07,0.15 -0.02,0.17 2.34,10.36 4.29,-11.89 0.05,-0.08 0.07,-0.07 0.08,-0.06 0.1,-0.05 0.12,-0.04 0.28,-0.04 0.35,0 0.3,0.04 0.12,0.03 0.1,0.04 0.08,0.05 0.06,0.06 0.04,0.07 4.38,12.15 2.74,-11.34 h -2.26 l -0.11,-0.02 -0.09,-0.05 -0.08,-0.08 -0.06,-0.11 -0.05,-0.14 -0.06,-0.38 0.03,-0.79 0.06,-0.28 0.04,-0.11 0.04,-0.1 0.05,-0.08 0.12,-0.13 0.1,-0.09 0.05,-0.03 0.05,-0.02 0.04,-0.01 0.04,0 h 6.47"
inkscape:connector-curvature="0" />
<path
id="path3165"
d="m 1062.12,306.02 0.1,0.02 0.09,0.05 0.08,0.08 0.06,0.12 0.05,0.15 0.06,0.39 -0.03,0.79 -0.06,0.28 -0.04,0.11 -0.05,0.09 -0.06,0.08 -0.12,0.12 -0.12,0.09 -0.05,0.03 -0.05,0.02 -0.05,0.01 -7.37,0 -0.11,-0.02 -0.09,-0.05 -0.08,-0.08 -0.07,-0.12 -0.05,-0.15 -0.06,-0.39 v -0.44 l 0.06,-0.36 0.12,-0.31 0.08,-0.14 0.1,-0.13 0.11,-0.12 0.07,-0.05 0.09,-0.05 0.03,-0.01 0.03,-0.01 1.46,0 -3.81,-4.72 -3.09,4.29 -0.04,0.08 -0.03,0.1 0,0.03 0.01,0.05 0.01,0.05 0.02,0.04 0.03,0.03 0.04,0.02 0.05,0.02 1.12,0.01 0.11,0.02 0.09,0.05 0.08,0.08 0.06,0.11 0.05,0.15 0.06,0.39 -0.03,0.8 -0.06,0.28 -0.04,0.11 -0.05,0.1 -0.06,0.08 -0.12,0.12 -0.12,0.09 -0.05,0.03 -0.05,0.02 -0.05,0.01 -6.36,0 -0.1,-0.02 -0.09,-0.05 -0.08,-0.08 -0.06,-0.11 -0.05,-0.15 -0.06,-0.39 v -0.44 l 0.06,-0.36 0.05,-0.16 0.14,-0.29 0.09,-0.13 0.1,-0.12 0.04,-0.03 0.05,-0.02 0.14,-0.04 0.7,-0.05 0.28,-0.05 0.6,-0.22 0.54,-0.31 0.21,-0.17 4.41,-5.76 -4.71,-5.86 h -2.1 l -0.11,-0.02 -0.09,-0.05 -0.08,-0.08 -0.07,-0.11 -0.05,-0.14 -0.06,-0.38 0.03,-0.8 0.06,-0.28 0.04,-0.11 0.05,-0.1 0.06,-0.08 0.12,-0.13 0.11,-0.09 0.05,-0.03 0.05,-0.02 0.05,-0.01 7.58,0 0.09,0.02 0.08,0.05 0.07,0.08 0.06,0.11 0.04,0.14 0.05,0.37 -0.03,0.83 -0.07,0.3 -0.05,0.12 -0.06,0.1 -0.07,0.08 -0.12,0.11 -0.12,0.08 -0.05,0.03 -0.05,0.02 -0.05,0.01 -0.72,0.05 -0.16,0.03 -0.12,0.04 -0.09,0.05 -0.05,0.06 -0.02,0.07 0,0.03 0.02,0.06 0.03,0.07 0.05,0.07 3.3,4.14 3.5,-4.69 h -2.14 l -0.11,-0.02 -0.09,-0.05 -0.08,-0.08 -0.06,-0.11 -0.05,-0.14 -0.06,-0.38 0.03,-0.81 0.06,-0.28 0.04,-0.11 0.05,-0.09 0.05,-0.07 0.12,-0.12 0.11,-0.09 0.05,-0.03 0.05,-0.02 0.04,-0.01 0.04,0 h 6.62 l 0.1,0.02 0.08,0.05 0.07,0.08 0.06,0.11 0.05,0.14 0.05,0.37 -0.03,0.81 -0.06,0.29 -0.04,0.12 -0.05,0.1 -0.06,0.08 -0.12,0.12 -0.11,0.09 -0.05,0.03 -0.05,0.02 -0.05,0.01 -0.36,0.02 -0.57,0.09 -0.25,0.08 -0.23,0.1 -0.2,0.13 -0.18,0.15 -4.72,5.88 4.15,5.18 0.21,0.18 0.23,0.15 0.25,0.13 0.55,0.19 0.77,0.11 0.63,-0.05"
inkscape:connector-curvature="0" />
<path
id="path3167"
d="m 1081.63,291.2 0.1,0.02 0.09,0.05 0.08,0.08 0.06,0.11 0.05,0.14 0.05,0.37 v 0.45 l -0.05,0.39 -0.04,0.17 -0.06,0.16 -0.07,0.14 -0.08,0.13 -0.1,0.11 -0.04,0.03 -0.04,0.03 -0.05,0.02 -0.1,0.03 -0.67,0.05 -0.24,0.04 -0.1,0.03 -0.09,0.04 -0.11,0.07 -0.06,0.05 -0.12,0.13 -0.1,0.16 -7.68,19.43 -0.41,0.6 -0.49,0.53 -0.58,0.45 -0.66,0.37 -0.73,0.26 -0.8,0.16 -0.87,0.05 -1.12,-0.1 -0.49,-0.12 -0.45,-0.17 -0.4,-0.22 -0.35,-0.27 -0.31,-0.32 -0.26,-0.37 -0.15,-0.3 -0.11,-0.31 -0.07,-0.32 -0.02,-0.33 -0.01,-0.02 0,-0.01 -0.01,-0.01 0.05,-0.61 0.06,-0.25 0.18,-0.44 0.11,-0.2 0.13,-0.18 0.15,-0.16 0.35,-0.3 0.37,-0.22 0.38,-0.13 0.2,-0.03 0.24,-0.01 0.57,0.04 0.32,0.06 0.27,0.09 0.12,0.05 0.21,0.13 0.19,0.15 0.17,0.16 0.15,0.18 0.21,0.38 0.15,0.44 0.1,0.5 0.04,0.56 0.14,-0.01 0.13,-0.03 0.13,-0.05 0.12,-0.07 0.12,-0.09 0.22,-0.23 0.73,-1.3 1.16,-3.26 -5.72,-14.72 h -1.93 l -0.1,-0.02 -0.09,-0.05 -0.08,-0.08 -0.06,-0.11 -0.05,-0.15 -0.06,-0.39 0.03,-0.8 0.06,-0.28 0.04,-0.11 0.05,-0.1 0.06,-0.08 0.12,-0.12 0.11,-0.09 0.05,-0.03 0.05,-0.02 0.05,-0.01 7.53,0 0.1,0.02 0.09,0.05 0.08,0.08 0.06,0.11 0.05,0.14 0.05,0.37 -0.03,0.81 -0.07,0.29 -0.05,0.12 -0.06,0.1 -0.06,0.08 -0.12,0.12 -0.11,0.09 -0.05,0.03 -0.05,0.02 -0.05,0.01 -0.71,0.05 -0.26,0.06 -0.21,0.08 -0.17,0.1 -0.12,0.13 -0.07,0.15 -0.02,0.17 3.5,10.24 4.08,-10.98 h -2.26 l -0.11,-0.02 -0.09,-0.05 -0.08,-0.08 -0.06,-0.11 -0.05,-0.14 -0.06,-0.37 0.03,-0.82 0.06,-0.29 0.04,-0.11 0.05,-0.09 0.05,-0.07 0.12,-0.12 0.1,-0.09 0.05,-0.03 0.05,-0.02 0.04,-0.01 0.04,0 6.41,-0.01"
inkscape:connector-curvature="0" />
<path
id="path3169"
d="m 1083.45,295.76 v -0.04 l 0.82,-4.52 h 13.79 v 1.91 l -9.8,12.75 h 7.15 l 0.86,-1.96 0.06,-0.07 0.06,-0.06 0.07,-0.05 0.08,-0.04 0.09,-0.03 0.09,-0.02 0.71,0.03 0.22,0.06 0.21,0.08 0.25,0.13 0.08,0.06 0.06,0.06 0.05,0.07 0.04,0.07 0.02,0.07 0.01,0.16 -0.01,0.01 0,0.01 -0.01,0.01 -1.24,3.98 h -13.41 v -1.9 l 9.81,-12.77 h -6.77 l -0.58,2.07 -0.1,0.15 -0.13,0.12 -0.17,0.1 -0.2,0.08 -0.23,0.06 -0.57,0.05 -0.57,-0.04 -0.22,-0.05 -0.18,-0.07 -0.14,-0.09 -0.1,-0.11 -0.06,-0.13 -0.04,-0.14"
inkscape:connector-curvature="0" />
<path
id="path3171"
d="m 1110.51,308.77 0.11,0.02 0.1,0.06 0.08,0.09 0.07,0.13 0.05,0.17 0.06,0.45 v 0.57 l -0.06,0.46 -0.05,0.17 -0.07,0.13 -0.08,0.1 -0.1,0.06 -0.11,0.02 -3.94,-0.07 -0.95,-0.21 -0.41,-0.16 -0.37,-0.2 -0.33,-0.23 -0.29,-0.27 -0.27,-0.33 -0.23,-0.39 -0.36,-0.94 -0.21,-1.16 -0.14,-7.99 -0.09,-0.36 -0.06,-0.13 -0.07,-0.11 -0.13,-0.14 -0.15,-0.12 -0.18,-0.11 -0.42,-0.19 -0.93,-0.22 -0.1,-0.07 -0.08,-0.1 -0.07,-0.14 -0.05,-0.17 -0.06,-0.45 v -0.52 l 0.06,-0.41 0.05,-0.16 0.07,-0.13 0.09,-0.1 0.1,-0.07 0.12,-0.04 0.98,-0.22 0.32,-0.15 0.12,-0.08 0.09,-0.09 0.11,-0.16 0.1,-0.18 0.15,-0.43 0.09,-0.51 0.19,-10.49 0.2,-0.81 0.28,-0.7 0.36,-0.6 0.44,-0.49 0.53,-0.38 0.61,-0.27 0.93,-0.22 3.91,-0.07 0.11,0.02 0.1,0.06 0.08,0.09 0.07,0.13 0.05,0.17 0.06,0.45 v 0.57 l -0.06,0.47 -0.05,0.17 -0.07,0.14 -0.08,0.1 -0.1,0.06 -0.11,0.02 -2.15,0.05 -0.64,0.16 -0.27,0.12 -0.23,0.14 -0.19,0.17 -0.16,0.19 -0.1,0.18 -0.16,0.45 -0.11,0.59 -0.09,9.32 -0.08,0.48 -0.13,0.45 -0.18,0.42 -0.24,0.38 -0.29,0.35 -0.34,0.31 -0.54,0.37 -0.68,0.31 -0.6,0.18 0.73,0.26 0.63,0.32 0.53,0.39 0.44,0.45 0.34,0.52 0.24,0.58 0.15,0.65 0.09,7.07 0.08,0.51 0.06,0.2 0.07,0.17 0.08,0.13 0.17,0.2 0.21,0.17 0.24,0.14 0.28,0.12 0.67,0.16 2.16,0"
inkscape:connector-curvature="0" />
<path
id="path3173"
d="m 1116.82,316.29 -0.02,0.11 -0.06,0.1 -0.1,0.08 -0.15,0.07 -0.19,0.05 -0.5,0.06 h -0.62 l -0.5,-0.06 -0.19,-0.05 -0.14,-0.07 -0.1,-0.08 -0.06,-0.1 -0.02,-0.11 v -35.55 l 0.02,-0.11 0.06,-0.1 0.1,-0.08 0.14,-0.07 0.19,-0.05 0.5,-0.06 h 0.62 l 0.5,0.06 0.19,0.05 0.15,0.07 0.1,0.08 0.06,0.1 0.02,0.11 v 35.55"
inkscape:connector-curvature="0" />
<path
id="path3175"
d="m 1119.97,280.84 0.03,-0.52 0.04,-0.2 0.05,-0.17 0.07,-0.13 0.08,-0.09 0.1,-0.06 0.11,-0.02 3.97,0.08 0.92,0.23 0.4,0.17 0.37,0.21 0.33,0.25 0.29,0.29 0.27,0.35 0.23,0.4 0.36,0.96 0.22,1.18 0.1,10.01 0.05,0.43 0.09,0.33 0.06,0.12 0.07,0.1 0.13,0.14 0.16,0.13 0.18,0.12 0.42,0.19 0.92,0.23 0.1,0.07 0.09,0.1 0.07,0.13 0.05,0.16 0.06,0.41 -0.02,0.73 -0.05,0.25 -0.03,0.1 -0.04,0.09 -0.04,0.07 -0.05,0.06 -0.05,0.05 -0.12,0.09 -0.15,0.06 -0.75,0.16 -0.38,0.14 -0.17,0.09 -0.14,0.11 -0.12,0.13 -0.08,0.12 -0.07,0.15 -0.11,0.37 -0.25,8.6 -0.2,0.8 -0.28,0.69 -0.36,0.58 -0.44,0.47 -0.53,0.36 -0.61,0.25 -0.93,0.19 -3.91,0.06 -0.11,-0.02 -0.1,-0.06 -0.08,-0.1 -0.07,-0.13 -0.05,-0.17 -0.06,-0.46 v -0.57 l 0.06,-0.45 0.05,-0.17 0.07,-0.13 0.08,-0.09 0.1,-0.06 0.11,-0.02 2.21,-0.05 0.62,-0.14 0.26,-0.1 0.22,-0.13 0.19,-0.15 0.15,-0.17 0.1,-0.16 0.08,-0.2 0.13,-0.5 0.15,-7.31 0.14,-0.64 0.24,-0.58 0.34,-0.52 0.44,-0.45 0.53,-0.39 0.63,-0.32 0.73,-0.26 -0.73,-0.23 -0.63,-0.3 -0.53,-0.37 -0.44,-0.44 -0.34,-0.51 -0.24,-0.58 -0.14,-0.65 -0.1,-9.48 -0.15,-0.78 -0.07,-0.19 -0.08,-0.15 -0.18,-0.22 -0.21,-0.19 -0.24,-0.16 -0.28,-0.13 -0.31,-0.1 -0.73,-0.12 -1.78,-0.01 -0.11,-0.02 -0.1,-0.06 -0.08,-0.1 -0.07,-0.14 -0.05,-0.17 -0.08,-0.77"
inkscape:connector-curvature="0" />
<path
id="path3177"
d="m 1134.94,300.43 -0.3,-0.03 -0.27,-0.07 -0.24,-0.11 -0.11,-0.07 -0.1,-0.08 -0.26,-0.29 -0.19,-0.3 -0.07,-0.15 -0.05,-0.16 -0.03,-0.16 -0.01,-0.16 0.61,-0.96 0.72,-0.82 0.82,-0.69 0.93,-0.55 0.41,-0.18 0.4,-0.13 0.4,-0.08 0.76,-0.01 0.7,0.1 6.49,2.37 0.37,0.04 0.29,-0.02 0.27,-0.05 0.25,-0.08 0.23,-0.11 0.41,-0.3 1.57,-1.67 0.31,0.02 0.28,0.07 0.24,0.11 0.11,0.07 0.25,0.24 0.25,0.31 0.09,0.15 0.07,0.15 0.05,0.15 0.03,0.15 0.01,0.15 -0.53,0.98 -0.66,0.84 -0.79,0.71 -0.92,0.58 -0.41,0.19 -0.41,0.13 -0.41,0.08 -0.83,0.02 -0.78,-0.09 -6.63,-2.15 -0.37,-0.04 -0.33,0.02 -0.26,0.04 -0.25,0.08 -0.45,0.23 -0.41,0.28 -1.25,1.25"
inkscape:connector-curvature="0" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 111 KiB