FPKM-by-Peak-Violin-Plots-C.svg 296 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <!-- Created with Inkscape (http://www.inkscape.org/) -->
  3. <svg
  4. xmlns:dc="http://purl.org/dc/elements/1.1/"
  5. xmlns:cc="http://creativecommons.org/ns#"
  6. xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  7. xmlns:svg="http://www.w3.org/2000/svg"
  8. xmlns="http://www.w3.org/2000/svg"
  9. xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
  10. xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
  11. version="1.1"
  12. id="svg2"
  13. xml:space="preserve"
  14. width="1118.5707"
  15. height="695.36053"
  16. viewBox="0 0 1118.5706 695.36053"
  17. sodipodi:docname="FPKM-by-Peak-Violin-Plots-CROP-C.svg"
  18. inkscape:version="0.92.2 5c3e80d, 2017-08-06"><metadata
  19. id="metadata8"><rdf:RDF><cc:Work
  20. rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
  21. rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs
  22. id="defs6"><clipPath
  23. clipPathUnits="userSpaceOnUse"
  24. id="clipPath20"><path
  25. d="M 0,0 H 864 V 576 H 0 Z"
  26. id="path18"
  27. inkscape:connector-curvature="0" /></clipPath><clipPath
  28. clipPathUnits="userSpaceOnUse"
  29. id="clipPath40"><path
  30. d="m 47.06,529.97 h 95.37 v 14.38 H 47.06 Z"
  31. id="path38"
  32. inkscape:connector-curvature="0" /></clipPath><clipPath
  33. clipPathUnits="userSpaceOnUse"
  34. id="clipPath56"><path
  35. d="m 146.03,529.97 h 95.37 v 14.38 h -95.37 z"
  36. id="path54"
  37. inkscape:connector-curvature="0" /></clipPath><clipPath
  38. clipPathUnits="userSpaceOnUse"
  39. id="clipPath72"><path
  40. d="m 245,529.97 h 95.37 v 14.38 H 245 Z"
  41. id="path70"
  42. inkscape:connector-curvature="0" /></clipPath><clipPath
  43. clipPathUnits="userSpaceOnUse"
  44. id="clipPath88"><path
  45. d="m 343.97,529.97 h 95.37 v 14.38 h -95.37 z"
  46. id="path86"
  47. inkscape:connector-curvature="0" /></clipPath><clipPath
  48. clipPathUnits="userSpaceOnUse"
  49. id="clipPath104"><path
  50. d="m 442.94,529.97 h 95.37 v 14.38 h -95.37 z"
  51. id="path102"
  52. inkscape:connector-curvature="0" /></clipPath><clipPath
  53. clipPathUnits="userSpaceOnUse"
  54. id="clipPath120"><path
  55. d="m 541.91,529.97 h 95.37 v 14.38 h -95.37 z"
  56. id="path118"
  57. inkscape:connector-curvature="0" /></clipPath><clipPath
  58. clipPathUnits="userSpaceOnUse"
  59. id="clipPath136"><path
  60. d="m 640.88,529.97 h 95.37 v 14.38 h -95.37 z"
  61. id="path134"
  62. inkscape:connector-curvature="0" /></clipPath><clipPath
  63. clipPathUnits="userSpaceOnUse"
  64. id="clipPath152"><path
  65. d="m 739.85,529.97 h 95.37 v 14.38 h -95.37 z"
  66. id="path150"
  67. inkscape:connector-curvature="0" /></clipPath><clipPath
  68. clipPathUnits="userSpaceOnUse"
  69. id="clipPath168"><path
  70. d="m 47.06,368.14 h 95.37 V 529.97 H 47.06 Z"
  71. id="path166"
  72. inkscape:connector-curvature="0" /></clipPath><clipPath
  73. clipPathUnits="userSpaceOnUse"
  74. id="clipPath200"><path
  75. d="m 47.06,202.71 h 95.37 V 364.54 H 47.06 Z"
  76. id="path198"
  77. inkscape:connector-curvature="0" /></clipPath><clipPath
  78. clipPathUnits="userSpaceOnUse"
  79. id="clipPath232"><path
  80. d="m 47.06,37.28 h 95.37 V 199.11 H 47.06 Z"
  81. id="path230"
  82. inkscape:connector-curvature="0" /></clipPath><clipPath
  83. clipPathUnits="userSpaceOnUse"
  84. id="clipPath264"><path
  85. d="M 146.03,368.14 H 241.4 V 529.97 H 146.03 Z"
  86. id="path262"
  87. inkscape:connector-curvature="0" /></clipPath><clipPath
  88. clipPathUnits="userSpaceOnUse"
  89. id="clipPath296"><path
  90. d="M 146.03,202.71 H 241.4 V 364.54 H 146.03 Z"
  91. id="path294"
  92. inkscape:connector-curvature="0" /></clipPath><clipPath
  93. clipPathUnits="userSpaceOnUse"
  94. id="clipPath328"><path
  95. d="M 146.03,37.28 H 241.4 V 199.11 H 146.03 Z"
  96. id="path326"
  97. inkscape:connector-curvature="0" /></clipPath><clipPath
  98. clipPathUnits="userSpaceOnUse"
  99. id="clipPath360"><path
  100. d="m 245,368.14 h 95.37 V 529.97 H 245 Z"
  101. id="path358"
  102. inkscape:connector-curvature="0" /></clipPath><clipPath
  103. clipPathUnits="userSpaceOnUse"
  104. id="clipPath392"><path
  105. d="m 245,202.71 h 95.37 V 364.54 H 245 Z"
  106. id="path390"
  107. inkscape:connector-curvature="0" /></clipPath><clipPath
  108. clipPathUnits="userSpaceOnUse"
  109. id="clipPath424"><path
  110. d="m 245,37.28 h 95.37 V 199.11 H 245 Z"
  111. id="path422"
  112. inkscape:connector-curvature="0" /></clipPath><clipPath
  113. clipPathUnits="userSpaceOnUse"
  114. id="clipPath456"><path
  115. d="m 343.97,368.14 h 95.37 v 161.83 h -95.37 z"
  116. id="path454"
  117. inkscape:connector-curvature="0" /></clipPath><clipPath
  118. clipPathUnits="userSpaceOnUse"
  119. id="clipPath488"><path
  120. d="m 343.97,202.71 h 95.37 v 161.83 h -95.37 z"
  121. id="path486"
  122. inkscape:connector-curvature="0" /></clipPath><clipPath
  123. clipPathUnits="userSpaceOnUse"
  124. id="clipPath520"><path
  125. d="m 343.97,37.28 h 95.37 v 161.83 h -95.37 z"
  126. id="path518"
  127. inkscape:connector-curvature="0" /></clipPath><clipPath
  128. clipPathUnits="userSpaceOnUse"
  129. id="clipPath552"><path
  130. d="m 442.94,368.14 h 95.37 v 161.83 h -95.37 z"
  131. id="path550"
  132. inkscape:connector-curvature="0" /></clipPath><clipPath
  133. clipPathUnits="userSpaceOnUse"
  134. id="clipPath584"><path
  135. d="m 442.94,202.71 h 95.37 v 161.83 h -95.37 z"
  136. id="path582"
  137. inkscape:connector-curvature="0" /></clipPath><clipPath
  138. clipPathUnits="userSpaceOnUse"
  139. id="clipPath616"><path
  140. d="m 442.94,37.28 h 95.37 v 161.83 h -95.37 z"
  141. id="path614"
  142. inkscape:connector-curvature="0" /></clipPath><clipPath
  143. clipPathUnits="userSpaceOnUse"
  144. id="clipPath648"><path
  145. d="m 541.91,368.14 h 95.37 v 161.83 h -95.37 z"
  146. id="path646"
  147. inkscape:connector-curvature="0" /></clipPath><clipPath
  148. clipPathUnits="userSpaceOnUse"
  149. id="clipPath680"><path
  150. d="m 541.91,202.71 h 95.37 v 161.83 h -95.37 z"
  151. id="path678"
  152. inkscape:connector-curvature="0" /></clipPath><clipPath
  153. clipPathUnits="userSpaceOnUse"
  154. id="clipPath712"><path
  155. d="m 541.91,37.28 h 95.37 v 161.83 h -95.37 z"
  156. id="path710"
  157. inkscape:connector-curvature="0" /></clipPath><clipPath
  158. clipPathUnits="userSpaceOnUse"
  159. id="clipPath744"><path
  160. d="m 640.88,368.14 h 95.37 v 161.83 h -95.37 z"
  161. id="path742"
  162. inkscape:connector-curvature="0" /></clipPath><clipPath
  163. clipPathUnits="userSpaceOnUse"
  164. id="clipPath776"><path
  165. d="m 640.88,202.71 h 95.37 v 161.83 h -95.37 z"
  166. id="path774"
  167. inkscape:connector-curvature="0" /></clipPath><clipPath
  168. clipPathUnits="userSpaceOnUse"
  169. id="clipPath808"><path
  170. d="m 640.88,37.28 h 95.37 v 161.83 h -95.37 z"
  171. id="path806"
  172. inkscape:connector-curvature="0" /></clipPath><clipPath
  173. clipPathUnits="userSpaceOnUse"
  174. id="clipPath840"><path
  175. d="m 739.85,368.14 h 95.37 v 161.83 h -95.37 z"
  176. id="path838"
  177. inkscape:connector-curvature="0" /></clipPath><clipPath
  178. clipPathUnits="userSpaceOnUse"
  179. id="clipPath872"><path
  180. d="m 739.85,202.71 h 95.37 v 161.83 h -95.37 z"
  181. id="path870"
  182. inkscape:connector-curvature="0" /></clipPath><clipPath
  183. clipPathUnits="userSpaceOnUse"
  184. id="clipPath904"><path
  185. d="m 739.85,37.28 h 95.37 v 161.83 h -95.37 z"
  186. id="path902"
  187. inkscape:connector-curvature="0" /></clipPath><clipPath
  188. clipPathUnits="userSpaceOnUse"
  189. id="clipPath1038"><path
  190. d="M 835.22,368.14 H 849.6 V 529.97 H 835.22 Z"
  191. id="path1036"
  192. inkscape:connector-curvature="0" /></clipPath><clipPath
  193. clipPathUnits="userSpaceOnUse"
  194. id="clipPath1054"><path
  195. d="M 835.22,202.71 H 849.6 V 364.54 H 835.22 Z"
  196. id="path1052"
  197. inkscape:connector-curvature="0" /></clipPath><clipPath
  198. clipPathUnits="userSpaceOnUse"
  199. id="clipPath1070"><path
  200. d="M 835.22,37.28 H 849.6 V 199.11 H 835.22 Z"
  201. id="path1068"
  202. inkscape:connector-curvature="0" /></clipPath></defs><sodipodi:namedview
  203. pagecolor="#ffffff"
  204. bordercolor="#666666"
  205. borderopacity="1"
  206. objecttolerance="10"
  207. gridtolerance="10"
  208. guidetolerance="10"
  209. inkscape:pageopacity="0"
  210. inkscape:pageshadow="2"
  211. inkscape:window-width="1920"
  212. inkscape:window-height="1035"
  213. id="namedview4"
  214. showgrid="false"
  215. inkscape:zoom="0.91189727"
  216. inkscape:cx="463.04091"
  217. inkscape:cy="385.16375"
  218. inkscape:window-x="0"
  219. inkscape:window-y="1"
  220. inkscape:window-maximized="1"
  221. inkscape:current-layer="g10"
  222. fit-margin-top="0"
  223. fit-margin-left="0"
  224. fit-margin-right="0"
  225. fit-margin-bottom="0" /><g
  226. id="g10"
  227. inkscape:groupmode="layer"
  228. inkscape:label="FPKM-by-Peak-Violin-Plots-CROP"
  229. transform="matrix(1.3333333,0,0,-1.3333333,-0.89593748,712.46665)"
  230. style="opacity:0.25"><g
  231. id="g22"
  232. transform="translate(-10,-10)"
  233. style="" /><g
  234. id="g24"
  235. transform="translate(-10,-10)"
  236. style="" /><g
  237. id="g26"
  238. transform="translate(-10,-10)"
  239. style="" /><g
  240. id="g32"
  241. transform="translate(-10,-10)"
  242. style="" /><g
  243. id="g48"
  244. transform="translate(-10,-10)"
  245. style="" /><g
  246. id="g64"
  247. transform="translate(-10,-10)"
  248. style="" /><g
  249. id="g80"
  250. transform="translate(-10,-10)"
  251. style="" /><g
  252. id="g96"
  253. transform="translate(-10,-10)"
  254. style="" /><g
  255. id="g112"
  256. transform="translate(-10,-10)"
  257. style="" /><g
  258. id="g128"
  259. transform="translate(-10,-10)"
  260. style="" /><g
  261. id="g144"
  262. transform="translate(-10,-10)"
  263. style="" /><g
  264. id="g160"
  265. transform="translate(-10,-10)"
  266. style="" /><g
  267. id="g192"
  268. transform="translate(-10,-10)"
  269. style="" /><g
  270. id="g194"
  271. transform="translate(-10,-10)"
  272. style=""><g
  273. clip-path="url(#clipPath200)"
  274. id="g196"
  275. style=""><path
  276. inkscape:connector-curvature="0"
  277. id="path202"
  278. style="fill:#e5e5e5;fill-opacity:1;fill-rule:nonzero;stroke:none"
  279. d="m 47.06,202.71 h 95.37 V 364.54 H 47.06 Z" /><path
  280. inkscape:connector-curvature="0"
  281. id="path204"
  282. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  283. d="m 47.06,241.88 h 95.37" /><path
  284. inkscape:connector-curvature="0"
  285. id="path206"
  286. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  287. d="m 47.06,293.62 h 95.37" /><path
  288. inkscape:connector-curvature="0"
  289. id="path208"
  290. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  291. d="m 47.06,345.35 h 95.37" /><path
  292. inkscape:connector-curvature="0"
  293. id="path210"
  294. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  295. d="m 47.06,216.01 h 95.37" /><path
  296. inkscape:connector-curvature="0"
  297. id="path212"
  298. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  299. d="m 47.06,267.75 h 95.37" /><path
  300. inkscape:connector-curvature="0"
  301. id="path214"
  302. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  303. d="m 47.06,319.48 h 95.37" /><path
  304. inkscape:connector-curvature="0"
  305. id="path216"
  306. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  307. d="M 73.07,202.71 V 364.54" /><path
  308. inkscape:connector-curvature="0"
  309. id="path218"
  310. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  311. d="M 116.42,202.71 V 364.54" /><path
  312. inkscape:connector-curvature="0"
  313. id="path220"
  314. style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#333333;stroke-width:1.05999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  315. d="m 73.04,214.89 -0.02,0.63 -0.02,0.63 -0.04,0.64 -0.04,0.63 -0.07,0.63 -0.09,0.63 -0.12,0.64 -0.15,0.63 -0.18,0.63 -0.22,0.63 -0.26,0.63 -0.28,0.64 -0.31,0.63 -0.31,0.63 -0.3,0.63 -0.29,0.64 -0.26,0.63 -0.23,0.63 -0.19,0.63 -0.16,0.63 -0.14,0.64 -0.11,0.63 -0.1,0.63 -0.09,0.63 -0.11,0.64 -0.13,0.63 -0.15,0.63 -0.2,0.63 -0.24,0.63 -0.3,0.64 -0.35,0.63 -0.42,0.63 -0.48,0.63 -0.53,0.64 -0.58,0.63 -0.6,0.63 -0.62,0.63 -0.62,0.63 -0.62,0.64 -0.6,0.63 -0.61,0.63 -0.61,0.63 -0.61,0.64 -0.62,0.63 -0.6,0.63 -0.57,0.63 -0.53,0.63 -0.45,0.64 -0.37,0.63 -0.26,0.63 -0.14,0.63 -0.04,0.63 0.07,0.64 0.14,0.63 0.21,0.63 0.24,0.63 0.27,0.64 0.28,0.63 0.3,0.63 0.3,0.63 0.3,0.63 0.31,0.64 0.32,0.63 0.31,0.63 0.3,0.63 0.3,0.64 0.29,0.63 0.27,0.63 0.26,0.63 0.24,0.63 0.22,0.64 0.23,0.63 0.22,0.63 0.24,0.63 0.25,0.64 0.27,0.63 0.29,0.63 0.3,0.63 0.3,0.63 0.3,0.64 0.28,0.63 0.26,0.63 0.22,0.63 0.19,0.64 0.17,0.63 0.16,0.63 0.16,0.63 0.18,0.63 0.2,0.64 0.21,0.63 0.23,0.63 0.24,0.63 0.22,0.64 0.2,0.63 0.19,0.63 0.17,0.63 0.15,0.63 0.16,0.64 0.15,0.63 0.16,0.63 0.17,0.63 0.18,0.64 0.17,0.63 0.17,0.63 0.17,0.63 0.16,0.63 0.17,0.64 0.16,0.63 0.17,0.63 0.17,0.63 0.17,0.64 0.18,0.63 0.19,0.63 0.18,0.63 0.18,0.63 0.17,0.64 0.17,0.63 0.15,0.63 0.15,0.63 0.13,0.64 0.12,0.63 0.12,0.63 0.1,0.63 0.1,0.63 0.08,0.64 0.07,0.63 0.07,0.63 0.05,0.63 0.05,0.64 0.04,0.63 0.04,0.63 0.04,0.63 0.04,0.63 0.04,0.64 0.04,0.63 0.04,0.63 0.04,0.63 0.03,0.64 0.04,0.63 0.03,0.63 0.02,0.63 0.03,0.63 0.02,0.64 0.02,0.63 0.01,0.63 0.02,0.63 0.01,0.64 v 0.63 l 0.01,0.63 v 0.63 0.63 0.64 0.63 l -0.01,0.63 0.01,0.63 v 0.64 0.63 0.63 l 0.01,0.63 v 0.63 l 0.01,0.64 v 0.63 l 0.01,0.63 v 0.63 0.64 0.63 l 0.01,0.63 v 0.63 0.63 0.64 0.63 0.63 l 0.01,0.63 v 0.63 0.64 h 0.03 v -0.64 -0.63 -0.63 -0.63 -0.63 l 0.01,-0.64 v -0.63 -0.63 -0.63 -0.63 l 0.01,-0.64 v -0.63 -0.63 l 0.01,-0.63 v -0.64 l 0.01,-0.63 v -0.63 -0.63 l 0.01,-0.63 v -0.64 -0.63 -0.63 -0.63 -0.64 -0.63 -0.63 -0.63 l 0.01,-0.63 0.01,-0.64 0.01,-0.63 0.02,-0.63 0.02,-0.63 0.02,-0.64 0.02,-0.63 0.03,-0.63 0.03,-0.63 0.03,-0.63 0.04,-0.64 0.04,-0.63 0.04,-0.63 0.04,-0.63 0.04,-0.64 0.04,-0.63 0.04,-0.63 0.03,-0.63 0.05,-0.63 0.04,-0.64 0.06,-0.63 0.06,-0.63 0.07,-0.63 0.09,-0.64 0.09,-0.63 0.11,-0.63 0.11,-0.63 0.13,-0.63 0.13,-0.64 0.14,-0.63 0.16,-0.63 0.16,-0.63 0.18,-0.64 0.18,-0.63 0.18,-0.63 0.18,-0.63 0.18,-0.63 0.18,-0.64 0.17,-0.63 0.16,-0.63 0.17,-0.63 0.16,-0.64 0.16,-0.63 0.17,-0.63 0.17,-0.63 0.18,-0.63 0.17,-0.64 0.17,-0.63 0.16,-0.63 0.16,-0.63 0.15,-0.64 0.16,-0.63 0.17,-0.63 0.18,-0.63 0.21,-0.63 0.22,-0.64 0.23,-0.63 0.23,-0.63 0.22,-0.63 0.19,-0.64 0.18,-0.63 0.16,-0.63 0.16,-0.63 0.17,-0.63 0.2,-0.64 0.22,-0.63 0.25,-0.63 0.29,-0.63 0.29,-0.64 0.31,-0.63 0.3,-0.63 0.29,-0.63 0.26,-0.63 0.26,-0.64 0.23,-0.63 0.23,-0.63 0.22,-0.63 0.23,-0.64 0.24,-0.63 0.26,-0.63 0.27,-0.63 0.29,-0.63 0.29,-0.64 0.31,-0.63 0.31,-0.63 0.31,-0.63 0.31,-0.64 0.31,-0.63 0.3,-0.63 0.29,-0.63 0.28,-0.63 0.27,-0.64 0.25,-0.63 0.2,-0.63 0.15,-0.63 0.07,-0.64 -0.04,-0.63 -0.15,-0.63 -0.26,-0.63 -0.36,-0.63 -0.46,-0.64 -0.52,-0.63 -0.58,-0.63 -0.6,-0.63 -0.61,-0.63 -0.62,-0.64 -0.61,-0.63 -0.6,-0.63 -0.61,-0.63 -0.61,-0.64 -0.62,-0.63 -0.62,-0.63 -0.61,-0.63 -0.58,-0.63 -0.53,-0.64 -0.48,-0.63 -0.41,-0.63 -0.36,-0.63 -0.29,-0.64 -0.24,-0.63 -0.2,-0.63 -0.16,-0.63 -0.12,-0.63 -0.11,-0.64 -0.1,-0.63 -0.1,-0.63 -0.11,-0.63 -0.13,-0.64 -0.16,-0.63 -0.2,-0.63 -0.23,-0.63 -0.26,-0.63 -0.28,-0.64 -0.31,-0.63 -0.31,-0.63 -0.3,-0.63 -0.28,-0.64 -0.26,-0.63 -0.22,-0.63 -0.19,-0.63 -0.15,-0.63 -0.11,-0.64 -0.09,-0.63 -0.07,-0.63 -0.05,-0.63 -0.03,-0.64 -0.03,-0.63 -0.01,-0.63 z" /><path
  316. inkscape:connector-curvature="0"
  317. id="path222"
  318. style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#333333;stroke-width:1.05999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  319. d="m 116.38,218.87 -0.02,0.68 -0.01,0.68 -0.02,0.68 -0.01,0.68 -0.02,0.68 -0.01,0.68 -0.01,0.68 -0.01,0.68 -0.02,0.68 -0.02,0.68 -0.03,0.68 -0.02,0.68 v 0.68 l 0.01,0.68 0.02,0.68 0.03,0.68 0.02,0.68 0.01,0.68 v 0.68 l -0.01,0.68 -0.02,0.68 -0.02,0.68 -0.01,0.68 -0.02,0.68 -0.02,0.68 -0.04,0.68 -0.04,0.68 -0.06,0.67 -0.07,0.68 -0.07,0.68 -0.07,0.68 -0.07,0.68 -0.06,0.68 -0.07,0.68 -0.09,0.68 -0.1,0.68 -0.13,0.68 -0.15,0.68 -0.13,0.68 -0.12,0.68 -0.1,0.68 -0.11,0.68 -0.13,0.68 -0.14,0.68 -0.14,0.68 -0.12,0.68 -0.11,0.68 -0.1,0.68 -0.08,0.68 -0.1,0.68 -0.1,0.68 -0.12,0.68 -0.12,0.68 -0.14,0.68 -0.16,0.68 -0.17,0.68 -0.2,0.68 -0.21,0.68 -0.23,0.68 -0.25,0.68 -0.26,0.68 -0.29,0.68 -0.3,0.68 -0.32,0.68 -0.35,0.68 -0.38,0.68 -0.4,0.68 -0.38,0.68 -0.35,0.68 -0.3,0.68 -0.31,0.68 -0.37,0.68 -0.45,0.68 -0.56,0.68 -0.64,0.68 -0.68,0.68 -0.69,0.68 -0.69,0.68 -0.7,0.67 -0.73,0.68 -0.76,0.68 -0.75,0.68 -0.72,0.68 -0.67,0.68 -0.63,0.68 -0.6,0.68 -0.55,0.68 -0.49,0.68 -0.39,0.68 -0.28,0.68 -0.14,0.68 -0.03,0.68 0.08,0.68 0.17,0.68 0.27,0.68 0.4,0.68 0.53,0.68 0.62,0.68 0.66,0.68 0.67,0.68 0.68,0.68 0.71,0.68 0.77,0.68 0.84,0.68 0.88,0.68 0.88,0.68 0.81,0.68 0.74,0.68 0.66,0.68 0.62,0.68 0.61,0.68 0.58,0.68 0.57,0.68 0.54,0.68 0.52,0.68 0.5,0.68 0.48,0.68 0.45,0.68 0.42,0.68 0.39,0.68 0.34,0.68 0.31,0.68 0.27,0.68 0.22,0.68 0.19,0.68 0.18,0.68 0.16,0.68 0.16,0.68 0.15,0.68 0.14,0.68 0.14,0.67 0.12,0.68 0.12,0.68 0.1,0.68 0.09,0.68 0.08,0.68 0.08,0.68 0.07,0.68 0.05,0.68 0.05,0.68 0.03,0.68 0.02,0.68 0.02,0.68 0.01,0.68 v 0.68 0.68 l -0.02,0.68 -0.02,0.68 -0.01,0.68 v 0.68 l 0.01,0.68 0.02,0.68 0.03,0.68 0.02,0.68 0.02,0.68 0.02,0.68 0.01,0.68 0.02,0.68 0.01,0.68 0.02,0.68 v 0.68 l 0.01,0.68 v 0.68 l -0.01,0.68 v 0.68 l -0.01,0.68 v 0.68 l 0.01,0.68 0.01,0.68 0.01,0.68 0.01,0.68 0.02,0.68 0.02,0.68 0.02,0.68 0.02,0.68 0.02,0.68 0.02,0.68 0.01,0.68 0.01,0.68 v 0.68 l 0.01,0.68 0.01,0.67 0.01,0.68 h 0.07 l 0.01,-0.68 0.01,-0.67 v -0.68 l 0.01,-0.68 0.01,-0.68 0.01,-0.68 0.01,-0.68 0.02,-0.68 0.02,-0.68 0.03,-0.68 0.02,-0.68 0.01,-0.68 0.01,-0.68 0.01,-0.68 0.01,-0.68 0.01,-0.68 v -0.68 -0.68 l -0.01,-0.68 v -0.68 -0.68 -0.68 l 0.01,-0.68 0.01,-0.68 0.01,-0.68 0.02,-0.68 0.02,-0.68 0.01,-0.68 0.03,-0.68 0.02,-0.68 0.02,-0.68 0.02,-0.68 0.01,-0.68 v -0.68 l -0.01,-0.68 -0.01,-0.68 -0.02,-0.68 -0.01,-0.68 v -0.68 l 0.01,-0.68 0.02,-0.68 0.03,-0.68 0.03,-0.68 0.04,-0.68 0.06,-0.68 0.07,-0.68 0.07,-0.68 0.08,-0.68 0.09,-0.68 0.1,-0.68 0.12,-0.68 0.13,-0.68 0.13,-0.67 0.15,-0.68 0.15,-0.68 0.15,-0.68 0.17,-0.68 0.17,-0.68 0.19,-0.68 0.23,-0.68 0.26,-0.68 0.31,-0.68 0.35,-0.68 0.39,-0.68 0.41,-0.68 0.45,-0.68 0.48,-0.68 0.5,-0.68 0.52,-0.68 0.55,-0.68 0.56,-0.68 0.59,-0.68 0.6,-0.68 0.62,-0.68 0.67,-0.68 0.73,-0.68 0.82,-0.68 0.87,-0.68 0.89,-0.68 0.84,-0.68 0.77,-0.68 0.7,-0.68 0.68,-0.68 0.67,-0.68 0.67,-0.68 0.62,-0.68 0.52,-0.68 0.4,-0.68 0.28,-0.68 0.17,-0.68 0.07,-0.68 -0.03,-0.68 -0.14,-0.68 -0.27,-0.68 -0.39,-0.68 -0.49,-0.68 -0.56,-0.68 -0.59,-0.68 -0.63,-0.68 -0.67,-0.68 -0.72,-0.68 -0.76,-0.68 -0.76,-0.68 -0.73,-0.68 -0.7,-0.67 -0.68,-0.68 -0.69,-0.68 -0.69,-0.68 -0.64,-0.68 -0.55,-0.68 -0.46,-0.68 -0.36,-0.68 -0.31,-0.68 -0.31,-0.68 -0.34,-0.68 -0.39,-0.68 -0.4,-0.68 -0.38,-0.68 -0.35,-0.68 -0.32,-0.68 -0.3,-0.68 -0.28,-0.68 -0.27,-0.68 -0.25,-0.68 -0.23,-0.68 -0.21,-0.68 -0.19,-0.68 -0.18,-0.68 -0.15,-0.68 -0.14,-0.68 -0.13,-0.68 -0.11,-0.68 -0.11,-0.68 -0.09,-0.68 -0.09,-0.68 -0.09,-0.68 -0.11,-0.68 -0.13,-0.68 -0.14,-0.68 -0.14,-0.68 -0.12,-0.68 -0.11,-0.68 -0.11,-0.68 -0.12,-0.68 -0.13,-0.68 -0.14,-0.68 -0.13,-0.68 -0.11,-0.68 -0.09,-0.68 -0.06,-0.68 -0.07,-0.68 -0.07,-0.68 -0.07,-0.68 -0.07,-0.68 -0.07,-0.68 -0.05,-0.67 -0.05,-0.68 -0.03,-0.68 -0.03,-0.68 -0.01,-0.68 -0.02,-0.68 -0.01,-0.68 -0.02,-0.68 -0.02,-0.68 v -0.68 l 0.01,-0.68 0.03,-0.68 0.03,-0.68 0.02,-0.68 0.01,-0.68 -0.01,-0.68 -0.02,-0.68 -0.02,-0.68 -0.02,-0.68 -0.02,-0.68 -0.02,-0.68 -0.01,-0.68 -0.01,-0.68 -0.01,-0.68 -0.02,-0.68 -0.01,-0.68 -0.02,-0.68 -0.01,-0.68 z" /></g></g><g
  320. id="g224"
  321. transform="translate(-10,-10)"
  322. style="" /><g
  323. id="g226"
  324. transform="translate(-10,-10)"
  325. style=""><g
  326. clip-path="url(#clipPath232)"
  327. id="g228"
  328. style=""><path
  329. inkscape:connector-curvature="0"
  330. id="path234"
  331. style="fill:#e5e5e5;fill-opacity:1;fill-rule:nonzero;stroke:none"
  332. d="m 47.06,37.28 h 95.37 V 199.11 H 47.06 Z" /><path
  333. inkscape:connector-curvature="0"
  334. id="path236"
  335. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  336. d="m 47.06,76.45 h 95.37" /><path
  337. inkscape:connector-curvature="0"
  338. id="path238"
  339. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  340. d="m 47.06,128.19 h 95.37" /><path
  341. inkscape:connector-curvature="0"
  342. id="path240"
  343. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  344. d="m 47.06,179.92 h 95.37" /><path
  345. inkscape:connector-curvature="0"
  346. id="path242"
  347. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  348. d="m 47.06,50.58 h 95.37" /><path
  349. inkscape:connector-curvature="0"
  350. id="path244"
  351. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  352. d="m 47.06,102.32 h 95.37" /><path
  353. inkscape:connector-curvature="0"
  354. id="path246"
  355. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  356. d="m 47.06,154.06 h 95.37" /><path
  357. inkscape:connector-curvature="0"
  358. id="path248"
  359. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  360. d="M 73.07,37.28 V 199.11" /><path
  361. inkscape:connector-curvature="0"
  362. id="path250"
  363. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  364. d="M 116.42,37.28 V 199.11" /><path
  365. inkscape:connector-curvature="0"
  366. id="path252"
  367. style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#333333;stroke-width:1.05999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  368. d="m 73.05,49.53 -0.01,0.73 -0.02,0.72 -0.02,0.73 -0.03,0.72 -0.05,0.72 -0.06,0.73 -0.08,0.72 -0.1,0.72 -0.12,0.73 -0.14,0.72 -0.15,0.72 -0.15,0.73 -0.16,0.72 -0.15,0.72 -0.14,0.73 -0.13,0.72 -0.1,0.72 -0.09,0.73 -0.06,0.72 -0.06,0.72 -0.05,0.73 -0.06,0.72 -0.07,0.72 -0.08,0.73 -0.11,0.72 -0.14,0.72 -0.18,0.73 -0.22,0.72 -0.25,0.72 -0.3,0.73 -0.31,0.72 -0.34,0.72 -0.34,0.73 -0.34,0.72 -0.34,0.73 -0.36,0.72 -0.38,0.72 -0.39,0.73 -0.4,0.72 -0.39,0.72 -0.36,0.73 -0.32,0.72 -0.27,0.72 -0.2,0.73 -0.14,0.72 -0.08,0.72 -0.03,0.73 -0.01,0.72 0.01,0.72 0.03,0.73 0.04,0.72 0.04,0.72 0.05,0.73 0.05,0.72 0.05,0.72 0.04,0.73 0.04,0.72 0.02,0.72 v 0.73 l -0.03,0.72 -0.04,0.72 -0.08,0.73 -0.1,0.72 -0.12,0.72 -0.13,0.73 -0.14,0.72 -0.15,0.73 -0.14,0.72 -0.15,0.72 -0.15,0.73 -0.17,0.72 -0.19,0.72 -0.24,0.73 -0.28,0.72 -0.33,0.72 -0.37,0.73 -0.39,0.72 -0.41,0.72 -0.42,0.73 -0.42,0.72 -0.44,0.72 -0.44,0.73 -0.45,0.72 -0.43,0.72 -0.42,0.73 -0.38,0.72 -0.33,0.72 -0.26,0.73 -0.19,0.72 -0.11,0.72 -0.03,0.73 0.07,0.72 0.16,0.72 0.24,0.73 0.33,0.72 0.42,0.72 0.48,0.73 0.55,0.72 0.59,0.73 0.63,0.72 0.65,0.72 0.67,0.73 0.69,0.72 0.69,0.72 0.68,0.73 0.65,0.72 0.63,0.72 0.59,0.73 0.56,0.72 0.52,0.72 0.49,0.73 0.46,0.72 0.44,0.72 0.41,0.73 0.39,0.72 0.37,0.72 0.34,0.73 0.32,0.72 0.29,0.72 0.26,0.73 0.23,0.72 0.21,0.72 0.18,0.73 0.16,0.72 0.15,0.72 0.13,0.73 0.13,0.72 0.11,0.72 0.1,0.73 0.1,0.72 0.08,0.72 0.08,0.73 0.06,0.72 0.06,0.73 0.05,0.72 0.05,0.72 0.03,0.73 0.03,0.72 0.03,0.72 0.02,0.73 0.01,0.72 v 0.72 0.73 0.72 0.72 0.73 0.72 l 0.01,0.72 0.01,0.73 0.02,0.72 0.01,0.72 0.02,0.73 0.01,0.72 0.01,0.72 0.01,0.73 0.01,0.72 v 0.72 l 0.01,0.73 v 0.72 0.72 0.73 l 0.01,0.72 v 0.72 0.73 l 0.01,0.72 0.01,0.73 0.01,0.72 0.02,0.72 0.01,0.73 0.01,0.72 0.02,0.72 0.01,0.73 0.01,0.72 v 0.72 l 0.01,0.73 0.01,0.72 v 0.72 h 0.06 l 0.01,-0.72 v -0.72 l 0.01,-0.73 0.01,-0.72 0.01,-0.72 0.01,-0.73 0.01,-0.72 0.02,-0.72 0.01,-0.73 0.01,-0.72 0.01,-0.72 0.01,-0.73 0.01,-0.72 0.01,-0.73 v -0.72 -0.72 -0.73 -0.72 l 0.01,-0.72 v -0.73 l 0.01,-0.72 v -0.72 l 0.01,-0.73 0.02,-0.72 0.01,-0.72 0.01,-0.73 0.02,-0.72 0.01,-0.72 0.01,-0.73 0.01,-0.72 0.01,-0.72 v -0.73 -0.72 l -0.01,-0.72 v -0.73 l 0.01,-0.72 0.01,-0.72 0.02,-0.73 0.02,-0.72 0.03,-0.72 0.04,-0.73 0.04,-0.72 0.05,-0.72 0.06,-0.73 0.07,-0.72 0.07,-0.73 0.09,-0.72 0.09,-0.72 0.1,-0.73 0.12,-0.72 0.12,-0.72 0.14,-0.73 0.14,-0.72 0.17,-0.72 0.18,-0.73 0.2,-0.72 0.24,-0.72 0.26,-0.73 0.28,-0.72 0.32,-0.72 0.34,-0.73 0.37,-0.72 0.39,-0.72 0.42,-0.73 0.43,-0.72 0.47,-0.72 0.49,-0.73 0.52,-0.72 0.55,-0.72 0.6,-0.73 0.62,-0.72 0.66,-0.72 0.68,-0.73 0.69,-0.72 0.68,-0.72 0.67,-0.73 0.66,-0.72 0.63,-0.72 0.59,-0.73 0.54,-0.72 0.49,-0.73 0.41,-0.72 0.34,-0.72 0.24,-0.73 0.15,-0.72 0.07,-0.72 -0.02,-0.73 -0.11,-0.72 -0.19,-0.72 -0.27,-0.73 -0.33,-0.72 -0.38,-0.72 -0.41,-0.73 -0.44,-0.72 -0.44,-0.72 -0.44,-0.73 -0.44,-0.72 -0.43,-0.72 -0.42,-0.73 -0.41,-0.72 -0.39,-0.72 -0.37,-0.73 -0.32,-0.72 -0.29,-0.72 -0.23,-0.73 -0.2,-0.72 -0.16,-0.72 -0.15,-0.73 -0.15,-0.72 -0.15,-0.72 -0.14,-0.73 -0.14,-0.72 -0.14,-0.73 -0.12,-0.72 -0.1,-0.72 -0.07,-0.73 -0.05,-0.72 -0.02,-0.72 v -0.73 l 0.02,-0.72 0.03,-0.72 0.05,-0.73 0.05,-0.72 0.05,-0.72 0.05,-0.73 0.04,-0.72 0.04,-0.72 0.02,-0.73 0.02,-0.72 -0.01,-0.72 -0.04,-0.73 -0.08,-0.72 -0.14,-0.72 -0.2,-0.73 L 80.65,79.92 80.33,79.2 79.96,78.47 79.57,77.75 79.17,77.03 78.78,76.3 78.41,75.58 78.05,74.86 77.7,74.13 77.36,73.41 77.02,72.68 76.69,71.96 76.37,71.24 76.08,70.51 75.82,69.79 75.6,69.07 75.42,68.34 75.28,67.62 75.17,66.9 75.09,66.17 75.02,65.45 74.97,64.73 74.92,64 74.86,63.28 74.79,62.56 74.7,61.83 74.6,61.11 74.48,60.39 74.34,59.66 74.19,58.94 74.03,58.22 73.87,57.49 73.72,56.77 73.59,56.05 73.47,55.32 73.37,54.6 73.29,53.88 73.23,53.15 73.18,52.43 73.14,51.71 73.12,50.98 73.1,50.26 73.09,49.53 Z" /><path
  369. inkscape:connector-curvature="0"
  370. id="path254"
  371. style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#333333;stroke-width:1.05999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  372. d="m 115.35,53.62 -0.25,0.6 -0.28,0.59 -0.31,0.6 -0.32,0.59 -0.35,0.6 -0.34,0.6 -0.35,0.59 -0.32,0.6 -0.3,0.59 -0.26,0.6 -0.23,0.59 -0.18,0.6 -0.15,0.59 -0.11,0.6 -0.09,0.59 -0.08,0.6 -0.09,0.59 -0.1,0.6 -0.14,0.6 -0.19,0.59 -0.25,0.6 -0.31,0.59 -0.38,0.6 -0.44,0.59 -0.5,0.6 -0.57,0.59 -0.62,0.6 -0.67,0.59 -0.71,0.6 -0.75,0.59 -0.78,0.6 -0.79,0.6 -0.79,0.59 -0.79,0.6 -0.75,0.59 -0.71,0.6 -0.67,0.59 -0.6,0.6 -0.54,0.59 -0.48,0.6 -0.43,0.59 -0.37,0.6 -0.33,0.59 -0.27,0.6 -0.23,0.6 -0.16,0.59 -0.09,0.6 -0.02,0.59 0.08,0.6 0.16,0.59 0.25,0.6 0.33,0.59 0.4,0.6 0.45,0.59 0.48,0.6 0.5,0.59 0.49,0.6 0.47,0.6 0.43,0.59 0.39,0.6 0.34,0.59 0.3,0.6 0.27,0.59 0.23,0.6 0.22,0.59 0.21,0.6 0.23,0.59 0.25,0.6 0.29,0.59 0.32,0.6 0.37,0.6 0.41,0.59 0.44,0.6 0.47,0.59 0.48,0.6 0.49,0.59 0.47,0.6 0.46,0.59 0.42,0.6 0.39,0.59 0.34,0.6 0.31,0.59 0.26,0.6 0.23,0.59 0.21,0.6 0.18,0.6 0.17,0.59 0.17,0.6 0.16,0.59 0.17,0.6 0.18,0.59 0.19,0.6 0.2,0.59 0.22,0.6 0.23,0.59 0.25,0.6 0.25,0.59 0.26,0.6 0.26,0.6 0.25,0.59 0.23,0.6 0.22,0.59 0.2,0.6 0.18,0.59 0.15,0.6 0.12,0.59 0.11,0.6 0.09,0.59 0.07,0.6 0.07,0.59 0.06,0.6 0.07,0.6 0.06,0.59 0.08,0.6 0.08,0.59 0.09,0.6 0.09,0.59 0.1,0.6 0.1,0.59 0.09,0.6 0.09,0.59 0.08,0.6 0.06,0.59 0.06,0.6 0.04,0.6 0.04,0.59 0.03,0.6 0.04,0.59 0.04,0.6 0.04,0.59 0.05,0.6 0.05,0.59 0.06,0.6 0.06,0.59 0.06,0.6 0.06,0.59 0.05,0.6 0.06,0.6 0.04,0.59 0.04,0.6 0.03,0.59 0.03,0.6 0.02,0.59 0.01,0.6 0.01,0.59 0.01,0.6 0.01,0.59 0.01,0.6 0.01,0.59 0.01,0.6 0.01,0.6 0.01,0.59 0.01,0.6 v 0.59 l 0.01,0.6 v 0.59 0.6 l -0.01,0.59 v 0.6 l -0.01,0.59 -0.01,0.6 -0.01,0.59 v 0.6 l -0.01,0.6 v 0.59 h 0.17 l -0.01,-0.59 v -0.6 l -0.01,-0.6 -0.01,-0.59 -0.01,-0.6 v -0.59 l -0.01,-0.6 v -0.59 -0.6 -0.59 -0.6 l 0.01,-0.59 v -0.6 l 0.01,-0.59 0.01,-0.6 0.01,-0.6 0.01,-0.59 0.01,-0.6 0.01,-0.59 0.01,-0.6 0.01,-0.59 0.02,-0.6 0.02,-0.59 0.02,-0.6 0.03,-0.59 0.04,-0.6 0.05,-0.59 0.05,-0.6 0.06,-0.6 0.06,-0.59 0.06,-0.6 0.06,-0.59 0.06,-0.6 0.05,-0.59 0.05,-0.6 0.04,-0.59 0.04,-0.6 0.03,-0.59 0.04,-0.6 0.03,-0.59 0.05,-0.6 0.05,-0.6 0.07,-0.59 0.07,-0.6 0.09,-0.59 0.09,-0.6 0.1,-0.59 0.1,-0.6 0.1,-0.59 0.09,-0.6 0.08,-0.59 0.07,-0.6 0.07,-0.59 0.06,-0.6 0.06,-0.6 0.07,-0.59 0.08,-0.6 0.08,-0.59 0.11,-0.6 0.13,-0.59 0.15,-0.6 0.17,-0.59 0.2,-0.6 0.22,-0.59 0.24,-0.6 0.25,-0.59 0.26,-0.6 0.26,-0.6 0.25,-0.59 0.24,-0.6 0.24,-0.59 0.21,-0.6 0.21,-0.59 0.19,-0.6 0.17,-0.59 0.17,-0.6 0.17,-0.59 0.16,-0.6 0.17,-0.59 0.19,-0.6 0.2,-0.6 0.23,-0.59 0.27,-0.6 0.3,-0.59 0.35,-0.6 0.38,-0.59 0.43,-0.6 0.45,-0.59 0.48,-0.6 0.48,-0.59 0.49,-0.6 0.47,-0.59 0.44,-0.6 0.41,-0.59 0.36,-0.6 0.33,-0.6 0.28,-0.59 0.25,-0.6 0.23,-0.59 0.22,-0.6 0.22,-0.59 0.23,-0.6 0.26,-0.59 0.3,-0.6 0.34,-0.59 0.39,-0.6 0.44,-0.59 0.47,-0.6 0.49,-0.6 0.49,-0.59 0.49,-0.6 0.45,-0.59 0.4,-0.6 0.33,-0.59 0.25,-0.6 0.16,-0.59 0.07,-0.6 -0.01,-0.59 -0.1,-0.6 -0.16,-0.59 -0.22,-0.6 -0.28,-0.6 -0.32,-0.59 -0.37,-0.6 -0.43,-0.59 -0.48,-0.6 -0.55,-0.59 -0.6,-0.6 -0.66,-0.59 -0.71,-0.6 -0.76,-0.59 -0.78,-0.6 -0.8,-0.59 -0.79,-0.6 -0.78,-0.6 -0.75,-0.59 -0.71,-0.6 -0.67,-0.59 -0.62,-0.6 -0.56,-0.59 -0.51,-0.6 -0.44,-0.59 -0.38,-0.6 -0.31,-0.59 -0.24,-0.6 -0.19,-0.59 -0.14,-0.6 -0.11,-0.6 -0.09,-0.59 -0.08,-0.6 -0.08,-0.59 -0.12,-0.6 -0.14,-0.59 -0.19,-0.6 -0.22,-0.59 -0.27,-0.6 -0.29,-0.59 -0.33,-0.6 -0.34,-0.59 -0.35,-0.6 -0.34,-0.6 -0.33,-0.59 -0.31,-0.6 -0.27,-0.59 -0.25,-0.6 z" /></g></g><g
  373. id="g256"
  374. transform="translate(-10,-10)"
  375. style="" /><g
  376. id="g288"
  377. transform="translate(-10,-10)"
  378. style="" /><g
  379. id="g290"
  380. transform="translate(-10,-10)"
  381. style=""><g
  382. clip-path="url(#clipPath296)"
  383. id="g292"
  384. style=""><path
  385. inkscape:connector-curvature="0"
  386. id="path298"
  387. style="fill:#e5e5e5;fill-opacity:1;fill-rule:nonzero;stroke:none"
  388. d="M 146.03,202.71 H 241.4 V 364.54 H 146.03 Z" /><path
  389. inkscape:connector-curvature="0"
  390. id="path300"
  391. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  392. d="M 146.03,241.88 H 241.4" /><path
  393. inkscape:connector-curvature="0"
  394. id="path302"
  395. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  396. d="M 146.03,293.62 H 241.4" /><path
  397. inkscape:connector-curvature="0"
  398. id="path304"
  399. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  400. d="M 146.03,345.35 H 241.4" /><path
  401. inkscape:connector-curvature="0"
  402. id="path306"
  403. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  404. d="M 146.03,216.01 H 241.4" /><path
  405. inkscape:connector-curvature="0"
  406. id="path308"
  407. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  408. d="M 146.03,267.75 H 241.4" /><path
  409. inkscape:connector-curvature="0"
  410. id="path310"
  411. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  412. d="M 146.03,319.48 H 241.4" /><path
  413. inkscape:connector-curvature="0"
  414. id="path312"
  415. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  416. d="M 172.04,202.71 V 364.54" /><path
  417. inkscape:connector-curvature="0"
  418. id="path314"
  419. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  420. d="M 215.39,202.71 V 364.54" /><path
  421. inkscape:connector-curvature="0"
  422. id="path316"
  423. style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#333333;stroke-width:1.05999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  424. d="m 171.52,210.73 -0.15,0.66 -0.18,0.66 -0.22,0.66 -0.25,0.67 -0.3,0.66 -0.35,0.66 -0.42,0.66 -0.48,0.66 -0.55,0.67 -0.64,0.66 -0.72,0.66 -0.81,0.66 -0.89,0.67 -0.97,0.66 -1.01,0.66 -1.05,0.66 -1.06,0.67 -1.03,0.66 -0.99,0.66 -0.9,0.66 -0.79,0.66 -0.68,0.67 -0.54,0.66 -0.41,0.66 -0.28,0.66 -0.17,0.67 -0.06,0.66 0.03,0.66 0.09,0.66 0.15,0.66 0.17,0.67 0.21,0.66 0.23,0.66 0.25,0.66 0.28,0.67 0.29,0.66 0.31,0.66 0.31,0.66 0.3,0.67 0.28,0.66 0.24,0.66 0.21,0.66 0.15,0.66 0.11,0.67 0.06,0.66 0.01,0.66 -0.02,0.66 -0.06,0.67 -0.08,0.66 -0.1,0.66 -0.13,0.66 -0.14,0.66 -0.16,0.67 -0.17,0.66 -0.17,0.66 -0.16,0.66 -0.15,0.67 -0.12,0.66 -0.07,0.66 -0.01,0.66 0.05,0.67 0.11,0.66 0.18,0.66 0.23,0.66 0.28,0.66 0.31,0.67 0.32,0.66 0.33,0.66 0.33,0.66 0.33,0.67 0.34,0.66 0.33,0.66 0.34,0.66 0.34,0.66 0.35,0.67 0.35,0.66 0.35,0.66 0.35,0.66 0.35,0.67 0.35,0.66 0.34,0.66 0.33,0.66 0.33,0.67 0.31,0.66 0.3,0.66 0.28,0.66 0.28,0.66 0.27,0.67 0.27,0.66 0.26,0.66 0.27,0.66 0.27,0.67 0.27,0.66 0.27,0.66 0.26,0.66 0.25,0.66 0.24,0.67 0.23,0.66 0.21,0.66 0.2,0.66 0.19,0.67 0.19,0.66 0.18,0.66 0.17,0.66 0.17,0.67 0.16,0.66 0.14,0.66 0.13,0.66 0.12,0.66 0.11,0.67 0.09,0.66 0.1,0.66 0.09,0.66 0.1,0.67 0.09,0.66 0.08,0.66 0.09,0.66 0.07,0.66 0.07,0.67 0.06,0.66 0.05,0.66 0.05,0.66 0.04,0.67 0.03,0.66 0.03,0.66 0.03,0.66 0.02,0.67 0.01,0.66 0.01,0.66 v 0.66 0.66 l 0.01,0.67 v 0.66 0.66 0.66 0.67 l 0.01,0.66 v 0.66 l -0.01,0.66 v 0.66 l -0.01,0.67 -0.01,0.66 v 0.66 l -0.01,0.66 v 0.67 0.66 l 0.01,0.66 v 0.66 l 0.01,0.67 0.01,0.66 0.01,0.66 v 0.66 l 0.01,0.66 0.02,0.67 0.01,0.66 0.01,0.66 0.01,0.66 0.01,0.67 0.01,0.66 0.01,0.66 v 0.66 0.66 0.67 0.66 0.66 0.66 0.67 l 0.01,0.66 0.01,0.66 0.01,0.66 0.02,0.67 0.01,0.66 0.02,0.66 h 0.13 l 0.01,-0.66 0.02,-0.66 0.01,-0.67 0.01,-0.66 0.01,-0.66 0.01,-0.66 v -0.67 l 0.01,-0.66 -0.01,-0.66 v -0.66 -0.67 -0.66 l 0.01,-0.66 v -0.66 l 0.01,-0.66 0.01,-0.67 0.02,-0.66 0.01,-0.66 0.01,-0.66 0.01,-0.67 0.01,-0.66 0.01,-0.66 0.01,-0.66 0.01,-0.66 v -0.67 l 0.01,-0.66 v -0.66 l 0.01,-0.66 -0.01,-0.67 v -0.66 l -0.01,-0.66 -0.01,-0.66 v -0.67 l -0.01,-0.66 v -0.66 -0.66 -0.66 -0.67 l 0.01,-0.66 v -0.66 -0.66 -0.67 -0.66 -0.66 l 0.01,-0.66 0.02,-0.66 0.01,-0.67 0.03,-0.66 0.03,-0.66 0.04,-0.66 0.04,-0.67 0.04,-0.66 0.06,-0.66 0.06,-0.66 0.06,-0.67 0.08,-0.66 0.08,-0.66 0.09,-0.66 0.09,-0.66 0.09,-0.67 0.1,-0.66 0.09,-0.66 0.1,-0.66 0.11,-0.67 0.11,-0.66 0.13,-0.66 0.14,-0.66 0.16,-0.66 0.17,-0.67 0.18,-0.66 0.18,-0.66 0.19,-0.66 0.19,-0.67 0.2,-0.66 0.21,-0.66 0.22,-0.66 0.24,-0.67 0.25,-0.66 0.26,-0.66 0.27,-0.66 0.27,-0.66 0.27,-0.67 0.27,-0.66 0.27,-0.66 0.26,-0.66 0.27,-0.67 0.28,-0.66 0.29,-0.66 0.3,-0.66 0.31,-0.66 0.32,-0.67 0.33,-0.66 0.35,-0.66 0.34,-0.66 0.35,-0.67 0.35,-0.66 0.35,-0.66 0.35,-0.66 0.35,-0.67 0.34,-0.66 0.34,-0.66 0.34,-0.66 0.33,-0.66 0.33,-0.67 0.34,-0.66 0.33,-0.66 0.32,-0.66 0.3,-0.67 0.28,-0.66 0.23,-0.66 0.18,-0.66 0.11,-0.66 0.05,-0.67 -0.01,-0.66 -0.07,-0.66 -0.11,-0.66 -0.15,-0.67 -0.17,-0.66 -0.17,-0.66 -0.17,-0.66 -0.16,-0.67 -0.14,-0.66 -0.12,-0.66 -0.11,-0.66 -0.08,-0.66 -0.05,-0.67 -0.03,-0.66 0.02,-0.66 0.06,-0.66 0.1,-0.67 0.16,-0.66 0.2,-0.66 0.25,-0.66 0.28,-0.66 0.3,-0.67 0.31,-0.66 0.3,-0.66 0.3,-0.66 0.27,-0.67 0.25,-0.66 0.23,-0.66 0.21,-0.66 0.18,-0.67 0.14,-0.66 0.09,-0.66 0.03,-0.66 -0.06,-0.66 -0.16,-0.67 -0.29,-0.66 -0.41,-0.66 -0.54,-0.66 -0.67,-0.67 -0.8,-0.66 -0.9,-0.66 -0.98,-0.66 -1.03,-0.66 -1.06,-0.67 -1.05,-0.66 -1.02,-0.66 -0.96,-0.66 -0.89,-0.67 -0.82,-0.66 -0.72,-0.66 -0.63,-0.66 -0.56,-0.67 -0.48,-0.66 -0.41,-0.66 -0.35,-0.66 -0.3,-0.66 -0.26,-0.67 -0.21,-0.66 -0.18,-0.66 -0.16,-0.66 z" /><path
  425. inkscape:connector-curvature="0"
  426. id="path318"
  427. style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#333333;stroke-width:1.05999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  428. d="m 215.34,212.97 -0.02,0.76 -0.02,0.76 -0.03,0.76 -0.04,0.76 -0.03,0.76 -0.04,0.76 -0.04,0.76 -0.03,0.76 -0.04,0.76 -0.05,0.76 -0.04,0.76 -0.05,0.76 -0.04,0.76 -0.05,0.76 -0.05,0.76 -0.06,0.76 -0.06,0.76 -0.07,0.76 -0.07,0.76 -0.07,0.76 -0.05,0.76 -0.05,0.76 -0.04,0.76 -0.04,0.76 -0.04,0.76 -0.05,0.76 -0.07,0.76 -0.08,0.76 -0.1,0.76 -0.1,0.77 -0.11,0.76 -0.1,0.76 -0.09,0.76 -0.09,0.76 -0.09,0.76 -0.1,0.76 -0.11,0.76 -0.12,0.76 -0.12,0.76 -0.11,0.76 -0.12,0.76 -0.11,0.76 -0.11,0.76 -0.13,0.76 -0.15,0.76 -0.2,0.76 -0.25,0.76 -0.31,0.76 -0.34,0.76 -0.34,0.76 -0.31,0.76 -0.24,0.76 -0.16,0.76 -0.1,0.76 -0.07,0.76 -0.05,0.76 -0.06,0.76 -0.07,0.76 -0.09,0.76 -0.12,0.76 -0.16,0.76 -0.21,0.76 -0.25,0.76 -0.31,0.76 -0.35,0.76 -0.39,0.76 -0.42,0.76 -0.45,0.76 -0.46,0.76 -0.48,0.76 -0.47,0.76 -0.47,0.76 -0.46,0.76 -0.47,0.76 -0.48,0.76 -0.51,0.76 -0.53,0.76 -0.57,0.76 -0.59,0.76 -0.58,0.76 -0.56,0.76 -0.52,0.76 -0.48,0.76 -0.44,0.76 -0.44,0.76 -0.45,0.76 -0.47,0.76 -0.45,0.76 -0.41,0.76 -0.35,0.76 -0.25,0.76 -0.14,0.76 0.01,0.77 0.14,0.76 0.24,0.76 0.31,0.76 0.34,0.76 0.36,0.76 0.39,0.76 0.44,0.76 0.52,0.76 0.6,0.76 0.69,0.76 0.74,0.76 0.79,0.76 0.81,0.76 0.81,0.76 0.8,0.76 0.77,0.76 0.75,0.76 0.73,0.76 0.69,0.76 0.65,0.76 0.6,0.76 0.55,0.76 0.52,0.76 0.49,0.76 0.48,0.76 0.46,0.76 0.45,0.76 0.41,0.76 0.38,0.76 0.36,0.76 0.35,0.76 0.35,0.76 0.35,0.76 0.33,0.76 0.29,0.76 0.24,0.76 0.2,0.76 0.16,0.76 0.12,0.76 0.1,0.76 0.08,0.76 0.05,0.76 0.04,0.76 0.01,0.76 v 0.76 0.76 0.76 0.76 l 0.02,0.76 0.02,0.76 0.03,0.76 0.03,0.76 0.02,0.76 0.03,0.76 0.02,0.76 0.03,0.76 0.03,0.76 0.04,0.76 0.05,0.76 0.04,0.76 0.04,0.76 0.04,0.77 0.04,0.76 0.02,0.76 0.02,0.76 0.01,0.76 0.01,0.76 0.01,0.76 v 0.76 0.76 0.76 0.76 0.76 l 0.01,0.76 v 0.76 0.76 0.76 0.76 0.76 0.76 0.76 l -0.01,0.76 v 0.76 0.76 0.76 0.76 0.76 0.76 h 0.02 l 0.01,-0.76 v -0.76 -0.76 l -0.01,-0.76 v -0.76 -0.76 -0.76 -0.76 -0.76 l -0.01,-0.76 v -0.76 -0.76 l 0.01,-0.76 v -0.76 -0.76 -0.76 -0.76 -0.76 -0.76 l 0.01,-0.76 v -0.76 l 0.01,-0.76 0.01,-0.76 0.02,-0.76 0.03,-0.76 0.03,-0.76 0.04,-0.77 0.04,-0.76 0.05,-0.76 0.04,-0.76 0.04,-0.76 0.04,-0.76 0.02,-0.76 0.03,-0.76 0.02,-0.76 0.03,-0.76 0.02,-0.76 0.03,-0.76 0.02,-0.76 0.02,-0.76 0.01,-0.76 v -0.76 l -0.01,-0.76 0.01,-0.76 0.01,-0.76 0.03,-0.76 0.05,-0.76 0.08,-0.76 0.1,-0.76 0.13,-0.76 0.15,-0.76 0.2,-0.76 0.24,-0.76 0.3,-0.76 0.32,-0.76 0.35,-0.76 0.35,-0.76 0.35,-0.76 0.36,-0.76 0.38,-0.76 0.42,-0.76 0.44,-0.76 0.47,-0.76 0.47,-0.76 0.49,-0.76 0.52,-0.76 0.55,-0.76 0.61,-0.76 0.65,-0.76 0.69,-0.76 0.72,-0.76 0.75,-0.76 0.78,-0.76 0.79,-0.76 0.82,-0.76 0.8,-0.76 0.79,-0.76 0.75,-0.76 0.68,-0.76 0.61,-0.76 0.51,-0.76 0.45,-0.76 0.39,-0.76 0.35,-0.76 0.34,-0.76 0.31,-0.76 0.24,-0.76 0.14,-0.76 0.01,-0.77 -0.13,-0.76 -0.25,-0.76 -0.35,-0.76 -0.42,-0.76 -0.45,-0.76 -0.46,-0.76 -0.45,-0.76 -0.44,-0.76 -0.45,-0.76 -0.47,-0.76 -0.52,-0.76 -0.56,-0.76 -0.59,-0.76 -0.59,-0.76 -0.56,-0.76 -0.54,-0.76 -0.5,-0.76 -0.49,-0.76 -0.47,-0.76 -0.46,-0.76 -0.47,-0.76 -0.47,-0.76 -0.47,-0.76 -0.47,-0.76 -0.45,-0.76 -0.42,-0.76 -0.38,-0.76 -0.35,-0.76 -0.31,-0.76 -0.26,-0.76 -0.2,-0.76 -0.16,-0.76 -0.12,-0.76 -0.1,-0.76 -0.07,-0.76 -0.05,-0.76 -0.06,-0.76 -0.06,-0.76 -0.1,-0.76 -0.17,-0.76 -0.24,-0.76 -0.31,-0.76 -0.34,-0.76 -0.34,-0.76 -0.3,-0.76 -0.25,-0.76 -0.2,-0.76 -0.16,-0.76 -0.12,-0.76 -0.12,-0.76 -0.11,-0.76 -0.11,-0.76 -0.12,-0.76 -0.12,-0.76 -0.12,-0.76 -0.11,-0.76 -0.1,-0.76 -0.09,-0.76 -0.09,-0.76 -0.09,-0.76 -0.1,-0.76 -0.1,-0.76 -0.11,-0.77 -0.09,-0.76 -0.09,-0.76 -0.06,-0.76 -0.06,-0.76 -0.04,-0.76 -0.04,-0.76 -0.04,-0.76 -0.04,-0.76 -0.06,-0.76 -0.06,-0.76 -0.07,-0.76 -0.07,-0.76 -0.07,-0.76 -0.06,-0.76 -0.05,-0.76 -0.04,-0.76 -0.05,-0.76 -0.04,-0.76 -0.05,-0.76 -0.04,-0.76 -0.04,-0.76 -0.04,-0.76 -0.04,-0.76 -0.03,-0.76 -0.04,-0.76 -0.03,-0.76 -0.03,-0.76 -0.03,-0.76 -0.02,-0.76 z" /></g></g><g
  429. id="g320"
  430. transform="translate(-10,-10)"
  431. style="" /><g
  432. id="g322"
  433. transform="translate(-10,-10)"
  434. style=""><g
  435. clip-path="url(#clipPath328)"
  436. id="g324"
  437. style=""><path
  438. inkscape:connector-curvature="0"
  439. id="path330"
  440. style="fill:#e5e5e5;fill-opacity:1;fill-rule:nonzero;stroke:none"
  441. d="M 146.03,37.28 H 241.4 V 199.11 H 146.03 Z" /><path
  442. inkscape:connector-curvature="0"
  443. id="path332"
  444. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  445. d="M 146.03,76.45 H 241.4" /><path
  446. inkscape:connector-curvature="0"
  447. id="path334"
  448. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  449. d="M 146.03,128.19 H 241.4" /><path
  450. inkscape:connector-curvature="0"
  451. id="path336"
  452. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  453. d="M 146.03,179.92 H 241.4" /><path
  454. inkscape:connector-curvature="0"
  455. id="path338"
  456. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  457. d="M 146.03,50.58 H 241.4" /><path
  458. inkscape:connector-curvature="0"
  459. id="path340"
  460. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  461. d="M 146.03,102.32 H 241.4" /><path
  462. inkscape:connector-curvature="0"
  463. id="path342"
  464. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  465. d="M 146.03,154.06 H 241.4" /><path
  466. inkscape:connector-curvature="0"
  467. id="path344"
  468. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  469. d="M 172.04,37.28 V 199.11" /><path
  470. inkscape:connector-curvature="0"
  471. id="path346"
  472. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  473. d="M 215.39,37.28 V 199.11" /><path
  474. inkscape:connector-curvature="0"
  475. id="path348"
  476. style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#333333;stroke-width:1.05999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  477. d="m 171.89,45.28 -0.05,0.79 -0.06,0.79 -0.08,0.8 -0.1,0.79 -0.11,0.79 -0.14,0.79 -0.17,0.79 -0.2,0.8 -0.23,0.79 -0.26,0.79 -0.3,0.79 -0.34,0.79 -0.37,0.8 -0.39,0.79 -0.41,0.79 -0.4,0.79 -0.37,0.79 -0.34,0.8 -0.3,0.79 -0.23,0.79 -0.18,0.79 -0.13,0.8 -0.08,0.79 -0.04,0.79 -0.02,0.79 v 0.79 l 0.02,0.8 0.03,0.79 0.05,0.79 0.06,0.79 0.08,0.79 0.08,0.8 0.09,0.79 0.07,0.79 0.05,0.79 0.03,0.79 -0.01,0.8 -0.04,0.79 -0.08,0.79 -0.1,0.79 -0.12,0.79 -0.14,0.8 -0.17,0.79 -0.19,0.79 -0.23,0.79 -0.25,0.79 -0.29,0.8 -0.32,0.79 -0.32,0.79 -0.3,0.79 -0.27,0.79 -0.2,0.8 -0.15,0.79 -0.07,0.79 -0.03,0.79 0.01,0.79 0.02,0.8 0.01,0.79 v 0.79 l -0.04,0.79 -0.09,0.79 -0.13,0.8 -0.17,0.79 -0.23,0.79 -0.28,0.79 -0.31,0.79 -0.35,0.8 -0.37,0.79 -0.39,0.79 -0.41,0.79 -0.42,0.79 -0.43,0.8 -0.44,0.79 -0.45,0.79 -0.47,0.79 -0.47,0.79 -0.5,0.8 -0.49,0.79 -0.5,0.79 -0.49,0.79 -0.47,0.79 -0.46,0.8 -0.45,0.79 -0.43,0.79 -0.42,0.79 -0.41,0.79 -0.38,0.8 -0.34,0.79 -0.28,0.79 -0.2,0.79 -0.11,0.79 0.01,0.8 0.11,0.79 0.21,0.79 0.28,0.79 0.37,0.79 0.41,0.8 0.48,0.79 0.52,0.79 0.59,0.79 0.64,0.79 0.7,0.8 0.74,0.79 0.77,0.79 0.79,0.79 0.79,0.79 0.79,0.8 0.77,0.79 0.74,0.79 0.71,0.79 0.68,0.79 0.64,0.8 0.61,0.79 0.57,0.79 0.54,0.79 0.51,0.79 0.49,0.8 0.45,0.79 0.43,0.79 0.41,0.79 0.4,0.79 0.37,0.8 0.36,0.79 0.34,0.79 0.31,0.79 0.28,0.79 0.24,0.8 0.21,0.79 0.17,0.79 0.14,0.79 0.1,0.79 0.08,0.8 0.06,0.79 0.04,0.79 0.02,0.79 0.02,0.79 0.01,0.8 0.01,0.79 0.02,0.79 0.02,0.79 0.02,0.79 0.03,0.8 0.03,0.79 0.04,0.79 0.04,0.79 0.03,0.79 0.04,0.8 0.05,0.79 0.04,0.79 0.04,0.79 0.04,0.79 0.04,0.8 0.03,0.79 0.02,0.79 0.02,0.79 0.02,0.79 0.01,0.8 v 0.79 l 0.01,0.79 v 0.79 0.79 0.8 l 0.01,0.79 v 0.79 0.79 0.79 0.8 0.79 0.79 l -0.01,0.79 v 0.79 0.8 0.79 0.79 0.79 0.79 0.8 h 0.02 v -0.8 -0.79 -0.79 -0.79 -0.79 -0.8 -0.79 -0.79 -0.79 -0.79 -0.8 -0.79 -0.79 -0.79 -0.79 -0.8 -0.79 l 0.01,-0.79 v -0.79 l 0.01,-0.79 0.01,-0.8 0.01,-0.79 0.02,-0.79 0.03,-0.79 0.03,-0.79 0.03,-0.8 0.04,-0.79 0.05,-0.79 0.04,-0.79 0.04,-0.79 0.04,-0.8 0.04,-0.79 0.04,-0.79 0.03,-0.79 0.03,-0.79 0.03,-0.8 0.03,-0.79 0.02,-0.79 0.01,-0.79 0.01,-0.79 0.02,-0.8 0.01,-0.79 0.03,-0.79 0.03,-0.79 0.06,-0.79 0.08,-0.8 0.11,-0.79 0.13,-0.79 0.17,-0.79 0.21,-0.79 0.25,-0.8 0.28,-0.79 0.31,-0.79 0.34,-0.79 0.35,-0.79 0.38,-0.8 0.39,-0.79 0.41,-0.79 0.43,-0.79 0.46,-0.79 0.48,-0.8 0.51,-0.79 0.54,-0.79 0.57,-0.79 0.61,-0.79 0.64,-0.8 0.68,-0.79 0.71,-0.79 0.75,-0.79 0.76,-0.79 0.79,-0.8 0.79,-0.79 0.8,-0.79 0.77,-0.79 0.74,-0.79 0.69,-0.8 0.65,-0.79 0.58,-0.79 0.53,-0.79 0.47,-0.79 0.42,-0.8 0.36,-0.79 0.29,-0.79 0.2,-0.79 0.11,-0.79 0.01,-0.8 -0.1,-0.79 -0.2,-0.79 -0.28,-0.79 -0.34,-0.79 -0.38,-0.8 -0.41,-0.79 -0.42,-0.79 -0.44,-0.79 -0.44,-0.79 -0.46,-0.8 -0.48,-0.79 -0.48,-0.79 -0.5,-0.79 -0.5,-0.79 -0.49,-0.8 -0.48,-0.79 -0.46,-0.79 -0.45,-0.79 -0.44,-0.79 -0.43,-0.8 -0.42,-0.79 -0.41,-0.79 -0.4,-0.79 -0.37,-0.79 -0.35,-0.8 -0.31,-0.79 -0.27,-0.79 -0.23,-0.79 -0.18,-0.79 -0.13,-0.8 -0.08,-0.79 -0.04,-0.79 -0.01,-0.79 0.02,-0.79 0.02,-0.8 v -0.79 l -0.02,-0.79 -0.08,-0.79 -0.14,-0.79 -0.21,-0.8 -0.27,-0.79 -0.3,-0.79 -0.32,-0.79 -0.31,-0.79 -0.29,-0.8 -0.26,-0.79 -0.22,-0.79 -0.19,-0.79 -0.17,-0.79 -0.15,-0.8 -0.12,-0.79 -0.1,-0.79 -0.07,-0.79 -0.04,-0.79 -0.01,-0.8 0.02,-0.79 0.06,-0.79 0.07,-0.79 0.08,-0.79 0.09,-0.8 0.07,-0.79 0.06,-0.79 0.05,-0.79 0.03,-0.79 0.02,-0.8 v -0.79 l -0.01,-0.79 -0.05,-0.79 -0.08,-0.79 -0.12,-0.8 -0.18,-0.79 -0.24,-0.79 -0.29,-0.79 -0.34,-0.8 -0.38,-0.79 -0.4,-0.79 -0.4,-0.79 -0.4,-0.79 -0.37,-0.8 -0.34,-0.79 -0.3,-0.79 -0.26,-0.79 -0.23,-0.79 -0.19,-0.8 -0.17,-0.79 -0.14,-0.79 -0.12,-0.79 -0.09,-0.79 -0.08,-0.8 -0.07,-0.79 -0.05,-0.79 z" /><path
  478. inkscape:connector-curvature="0"
  479. id="path350"
  480. style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#333333;stroke-width:1.05999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  481. d="m 213.72,47.68 -0.37,0.65 -0.42,0.65 -0.48,0.65 -0.54,0.65 -0.6,0.65 -0.67,0.65 -0.71,0.65 -0.77,0.65 -0.8,0.65 -0.82,0.65 -0.81,0.65 -0.8,0.65 -0.77,0.65 -0.71,0.65 -0.65,0.65 -0.57,0.65 -0.5,0.65 -0.41,0.65 -0.34,0.65 -0.26,0.65 -0.18,0.65 -0.13,0.65 -0.06,0.65 -0.02,0.65 0.03,0.66 0.05,0.65 0.07,0.65 0.07,0.65 0.05,0.65 0.04,0.65 v 0.65 l -0.05,0.65 -0.08,0.65 -0.14,0.65 -0.17,0.65 -0.22,0.65 -0.24,0.65 -0.26,0.65 -0.28,0.65 -0.28,0.65 -0.29,0.65 -0.27,0.65 -0.26,0.65 -0.25,0.65 -0.23,0.65 -0.21,0.65 -0.19,0.65 -0.17,0.65 -0.14,0.65 -0.13,0.65 -0.11,0.65 -0.08,0.65 -0.05,0.65 -0.04,0.65 -0.02,0.65 v 0.65 l 0.02,0.65 0.03,0.65 0.05,0.65 0.06,0.65 0.08,0.65 0.09,0.65 0.12,0.65 0.14,0.65 0.18,0.65 0.21,0.65 0.24,0.65 0.28,0.65 0.32,0.65 0.37,0.65 0.4,0.65 0.43,0.65 0.46,0.65 0.48,0.65 0.5,0.65 0.5,0.65 0.51,0.65 0.5,0.65 0.48,0.65 0.47,0.65 0.45,0.65 0.43,0.65 0.41,0.65 0.39,0.65 0.38,0.65 0.36,0.65 0.35,0.65 0.33,0.65 0.32,0.65 0.3,0.65 0.29,0.65 0.27,0.65 0.25,0.65 0.23,0.66 0.22,0.65 0.21,0.65 0.2,0.65 0.2,0.65 0.2,0.65 0.2,0.65 0.22,0.65 0.21,0.65 0.21,0.65 0.21,0.65 0.19,0.65 0.18,0.65 0.17,0.65 0.15,0.65 0.13,0.65 0.11,0.65 0.1,0.65 0.1,0.65 0.09,0.65 0.1,0.65 0.1,0.65 0.1,0.65 0.12,0.65 0.13,0.65 0.14,0.65 0.14,0.65 0.15,0.65 0.16,0.65 0.16,0.65 0.15,0.65 0.15,0.65 0.15,0.65 0.13,0.65 0.12,0.65 0.11,0.65 0.1,0.65 0.08,0.65 0.07,0.65 0.06,0.65 0.05,0.65 0.04,0.65 0.04,0.65 0.03,0.65 0.02,0.65 0.03,0.65 0.02,0.65 0.03,0.65 0.02,0.65 0.02,0.65 0.01,0.65 0.02,0.65 0.01,0.65 0.01,0.65 0.01,0.65 v 0.65 l 0.01,0.65 v 0.65 l 0.01,0.65 v 0.65 l 0.01,0.65 0.01,0.65 0.01,0.65 0.01,0.65 0.01,0.65 0.01,0.65 v 0.65 l 0.01,0.65 V 153 l 0.01,0.66 v 0.65 0.65 h 0.1 l 0.01,-0.65 v -0.65 -0.66 -0.65 l 0.01,-0.65 0.01,-0.65 0.01,-0.65 0.01,-0.65 0.01,-0.65 0.01,-0.65 v -0.65 l 0.01,-0.65 0.01,-0.65 v -0.65 l 0.01,-0.65 v -0.65 l 0.01,-0.65 v -0.65 l 0.01,-0.65 0.01,-0.65 0.02,-0.65 0.02,-0.65 0.02,-0.65 0.02,-0.65 0.02,-0.65 0.02,-0.65 0.03,-0.65 0.03,-0.65 0.03,-0.65 0.03,-0.65 0.04,-0.65 0.05,-0.65 0.06,-0.65 0.07,-0.65 0.09,-0.65 0.09,-0.65 0.11,-0.65 0.13,-0.65 0.13,-0.65 0.14,-0.65 0.15,-0.65 0.16,-0.65 0.15,-0.65 0.16,-0.65 0.15,-0.65 0.15,-0.65 0.14,-0.65 0.12,-0.65 0.12,-0.65 0.11,-0.65 0.1,-0.65 0.09,-0.65 0.09,-0.65 0.1,-0.65 0.1,-0.65 0.12,-0.65 0.13,-0.65 0.15,-0.65 0.16,-0.65 0.18,-0.65 0.2,-0.65 0.2,-0.65 0.22,-0.65 0.21,-0.65 0.21,-0.65 0.21,-0.65 0.2,-0.65 0.2,-0.65 0.2,-0.65 0.21,-0.65 0.21,-0.65 0.24,-0.66 0.25,-0.65 0.27,-0.65 0.28,-0.65 0.31,-0.65 0.32,-0.65 0.33,-0.65 0.34,-0.65 0.37,-0.65 0.37,-0.65 0.39,-0.65 0.41,-0.65 0.43,-0.65 0.45,-0.65 0.47,-0.65 0.49,-0.65 0.5,-0.65 0.5,-0.65 0.51,-0.65 0.49,-0.65 0.48,-0.65 0.47,-0.65 0.43,-0.65 0.4,-0.65 0.36,-0.65 0.32,-0.65 0.28,-0.65 0.25,-0.65 0.21,-0.65 0.17,-0.65 0.14,-0.65 0.12,-0.65 0.1,-0.65 0.08,-0.65 0.06,-0.65 0.04,-0.65 0.03,-0.65 0.02,-0.65 v -0.65 l -0.02,-0.65 -0.03,-0.65 -0.06,-0.65 -0.08,-0.65 -0.1,-0.65 -0.13,-0.65 -0.15,-0.65 -0.17,-0.65 -0.19,-0.65 -0.21,-0.65 -0.23,-0.65 -0.25,-0.65 -0.26,-0.65 -0.27,-0.65 -0.28,-0.65 -0.28,-0.65 -0.28,-0.65 -0.27,-0.65 -0.24,-0.65 -0.21,-0.65 -0.18,-0.65 -0.13,-0.65 -0.09,-0.65 -0.04,-0.65 v -0.65 l 0.03,-0.65 0.06,-0.65 0.06,-0.65 0.07,-0.65 0.05,-0.65 0.03,-0.66 -0.01,-0.65 -0.07,-0.65 -0.12,-0.65 -0.19,-0.65 -0.26,-0.65 -0.33,-0.65 -0.42,-0.65 -0.49,-0.65 -0.58,-0.65 -0.65,-0.65 -0.71,-0.65 -0.76,-0.65 -0.8,-0.65 -0.82,-0.65 -0.82,-0.65 -0.8,-0.65 -0.76,-0.65 -0.72,-0.65 -0.66,-0.65 -0.61,-0.65 -0.54,-0.65 -0.48,-0.65 -0.42,-0.65 -0.37,-0.65 z" /></g></g><g
  482. id="g352"
  483. transform="translate(-10,-10)"
  484. style="" /><g
  485. id="g384"
  486. transform="translate(-10,-10)"
  487. style="" /><g
  488. id="g386"
  489. transform="translate(-10,-10)"
  490. style=""><g
  491. clip-path="url(#clipPath392)"
  492. id="g388"
  493. style=""><path
  494. inkscape:connector-curvature="0"
  495. id="path394"
  496. style="fill:#e5e5e5;fill-opacity:1;fill-rule:nonzero;stroke:none"
  497. d="m 245,202.71 h 95.37 V 364.54 H 245 Z" /><path
  498. inkscape:connector-curvature="0"
  499. id="path396"
  500. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  501. d="m 245,241.88 h 95.37" /><path
  502. inkscape:connector-curvature="0"
  503. id="path398"
  504. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  505. d="m 245,293.62 h 95.37" /><path
  506. inkscape:connector-curvature="0"
  507. id="path400"
  508. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  509. d="m 245,345.35 h 95.37" /><path
  510. inkscape:connector-curvature="0"
  511. id="path402"
  512. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  513. d="m 245,216.01 h 95.37" /><path
  514. inkscape:connector-curvature="0"
  515. id="path404"
  516. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  517. d="m 245,267.75 h 95.37" /><path
  518. inkscape:connector-curvature="0"
  519. id="path406"
  520. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  521. d="m 245,319.48 h 95.37" /><path
  522. inkscape:connector-curvature="0"
  523. id="path408"
  524. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  525. d="M 271.01,202.71 V 364.54" /><path
  526. inkscape:connector-curvature="0"
  527. id="path410"
  528. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  529. d="M 314.36,202.71 V 364.54" /><path
  530. inkscape:connector-curvature="0"
  531. id="path412"
  532. style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#333333;stroke-width:1.05999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  533. d="m 270.61,216.08 -0.14,0.59 -0.18,0.59 -0.23,0.59 -0.27,0.59 -0.34,0.59 -0.38,0.59 -0.44,0.59 -0.49,0.59 -0.52,0.59 -0.55,0.58 -0.57,0.59 -0.57,0.59 -0.57,0.59 -0.55,0.59 -0.53,0.59 -0.51,0.59 -0.49,0.59 -0.46,0.59 -0.44,0.59 -0.43,0.59 -0.42,0.59 -0.43,0.59 -0.43,0.59 -0.45,0.59 -0.47,0.59 -0.46,0.59 -0.46,0.59 -0.42,0.59 -0.36,0.58 -0.3,0.59 -0.22,0.59 -0.16,0.59 -0.11,0.59 -0.1,0.59 -0.1,0.59 -0.14,0.59 -0.19,0.59 -0.25,0.59 -0.29,0.59 -0.32,0.59 -0.31,0.59 -0.3,0.59 -0.27,0.59 -0.22,0.59 -0.18,0.59 -0.15,0.59 -0.11,0.59 -0.1,0.58 -0.09,0.59 -0.06,0.59 -0.05,0.59 v 0.59 l 0.04,0.59 0.1,0.59 0.16,0.59 0.23,0.59 0.29,0.59 0.33,0.59 0.37,0.59 0.38,0.59 0.37,0.59 0.35,0.59 0.34,0.59 0.31,0.59 0.3,0.59 0.29,0.59 0.3,0.58 0.3,0.59 0.31,0.59 0.33,0.59 0.34,0.59 0.36,0.59 0.37,0.59 0.38,0.59 0.39,0.59 0.38,0.59 0.38,0.59 0.37,0.59 0.33,0.59 0.31,0.59 0.26,0.59 0.23,0.59 0.2,0.59 0.17,0.59 0.15,0.59 0.16,0.58 0.16,0.59 0.17,0.59 0.18,0.59 0.2,0.59 0.2,0.59 0.22,0.59 0.22,0.59 0.22,0.59 0.23,0.59 0.24,0.59 0.23,0.59 0.24,0.59 0.23,0.59 0.23,0.59 0.23,0.59 0.22,0.59 0.2,0.59 0.19,0.59 0.17,0.58 0.15,0.59 0.13,0.59 0.1,0.59 0.09,0.59 0.07,0.59 0.06,0.59 0.07,0.59 0.07,0.59 0.09,0.59 0.09,0.59 0.11,0.59 0.12,0.59 0.12,0.59 0.14,0.59 0.13,0.59 0.14,0.59 0.14,0.59 0.14,0.59 0.12,0.58 0.12,0.59 0.1,0.59 0.09,0.59 0.08,0.59 0.06,0.59 0.05,0.59 0.05,0.59 0.04,0.59 0.04,0.59 0.03,0.59 0.04,0.59 0.03,0.59 0.03,0.59 0.02,0.59 0.02,0.59 0.02,0.59 0.02,0.59 0.01,0.59 0.02,0.58 0.01,0.59 0.01,0.59 0.01,0.59 0.01,0.59 0.01,0.59 0.01,0.59 v 0.59 l 0.01,0.59 0.01,0.59 0.01,0.59 0.01,0.59 0.01,0.59 0.01,0.59 v 0.59 l 0.01,0.59 v 0.59 0.59 0.59 0.58 0.59 l 0.01,0.59 v 0.59 0.59 0.59 0.59 0.59 l -0.01,0.59 v 0.59 l 0.01,0.59 v 0.59 h 0.07 v -0.59 -0.59 -0.59 -0.59 -0.59 -0.59 -0.59 -0.59 -0.59 -0.59 -0.59 -0.58 -0.59 l 0.01,-0.59 v -0.59 -0.59 l 0.01,-0.59 v -0.59 l 0.01,-0.59 0.01,-0.59 0.01,-0.59 0.01,-0.59 0.01,-0.59 0.01,-0.59 0.01,-0.59 v -0.59 l 0.01,-0.59 0.01,-0.59 0.01,-0.59 0.02,-0.59 0.01,-0.58 0.01,-0.59 0.02,-0.59 0.02,-0.59 0.02,-0.59 0.03,-0.59 0.03,-0.59 0.03,-0.59 0.03,-0.59 0.03,-0.59 0.04,-0.59 0.04,-0.59 0.05,-0.59 0.05,-0.59 0.07,-0.59 0.07,-0.59 0.09,-0.59 0.1,-0.59 0.12,-0.59 0.13,-0.58 0.13,-0.59 0.14,-0.59 0.14,-0.59 0.14,-0.59 0.13,-0.59 0.13,-0.59 0.11,-0.59 0.11,-0.59 0.1,-0.59 0.08,-0.59 0.08,-0.59 0.06,-0.59 0.07,-0.59 0.07,-0.59 0.08,-0.59 0.1,-0.59 0.13,-0.59 0.15,-0.59 0.17,-0.58 0.19,-0.59 0.21,-0.59 0.22,-0.59 0.22,-0.59 0.23,-0.59 0.24,-0.59 0.23,-0.59 0.24,-0.59 0.23,-0.59 0.23,-0.59 0.23,-0.59 0.22,-0.59 0.21,-0.59 0.2,-0.59 0.2,-0.59 0.18,-0.59 0.18,-0.59 0.16,-0.59 0.15,-0.58 0.16,-0.59 0.17,-0.59 0.19,-0.59 0.23,-0.59 0.27,-0.59 0.3,-0.59 0.34,-0.59 0.36,-0.59 0.38,-0.59 0.39,-0.59 0.38,-0.59 0.38,-0.59 0.37,-0.59 0.36,-0.59 0.34,-0.59 0.33,-0.59 0.31,-0.59 0.31,-0.59 0.29,-0.58 0.29,-0.59 0.3,-0.59 0.32,-0.59 0.33,-0.59 0.36,-0.59 0.37,-0.59 0.37,-0.59 0.37,-0.59 0.33,-0.59 0.29,-0.59 0.23,-0.59 0.16,-0.59 0.1,-0.59 0.04,-0.59 v -0.59 l -0.04,-0.59 -0.07,-0.59 -0.08,-0.59 -0.1,-0.58 -0.12,-0.59 -0.15,-0.59 -0.18,-0.59 -0.22,-0.59 -0.26,-0.59 -0.3,-0.59 -0.32,-0.59 -0.32,-0.59 -0.29,-0.59 -0.25,-0.59 -0.19,-0.59 -0.14,-0.59 -0.1,-0.59 -0.09,-0.59 -0.11,-0.59 -0.16,-0.59 -0.23,-0.59 -0.29,-0.59 -0.37,-0.58 -0.42,-0.59 -0.45,-0.59 -0.47,-0.59 -0.46,-0.59 -0.45,-0.59 -0.44,-0.59 -0.43,-0.59 -0.42,-0.59 -0.42,-0.59 -0.44,-0.59 -0.47,-0.59 -0.48,-0.59 -0.51,-0.59 -0.54,-0.59 -0.55,-0.59 -0.57,-0.59 -0.57,-0.59 -0.56,-0.59 -0.55,-0.58 -0.53,-0.59 -0.48,-0.59 -0.44,-0.59 -0.39,-0.59 -0.33,-0.59 -0.28,-0.59 -0.23,-0.59 -0.18,-0.59 -0.14,-0.59 z" /><path
  534. inkscape:connector-curvature="0"
  535. id="path414"
  536. style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#333333;stroke-width:1.05999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  537. d="m 314.34,216.06 -0.01,0.67 v 0.68 l -0.01,0.68 -0.01,0.67 -0.02,0.68 -0.02,0.67 -0.03,0.68 -0.02,0.67 -0.01,0.68 -0.02,0.68 -0.02,0.67 -0.01,0.68 -0.02,0.67 -0.02,0.68 -0.01,0.67 -0.02,0.68 -0.02,0.68 -0.03,0.67 -0.02,0.68 -0.04,0.67 -0.03,0.68 -0.04,0.67 -0.04,0.68 -0.03,0.68 -0.03,0.67 -0.03,0.68 -0.03,0.67 -0.04,0.68 -0.06,0.67 -0.06,0.68 -0.08,0.68 -0.09,0.67 -0.09,0.68 -0.1,0.67 -0.1,0.68 -0.11,0.67 -0.12,0.68 -0.14,0.68 -0.16,0.67 -0.18,0.68 -0.17,0.67 -0.16,0.68 -0.14,0.67 -0.12,0.68 -0.09,0.68 -0.09,0.67 -0.1,0.68 -0.11,0.67 -0.12,0.68 -0.16,0.67 -0.18,0.68 -0.2,0.68 -0.21,0.67 -0.2,0.68 -0.19,0.67 -0.19,0.68 -0.17,0.67 -0.17,0.68 -0.17,0.68 -0.16,0.67 -0.16,0.68 -0.15,0.67 -0.17,0.68 -0.19,0.67 -0.21,0.68 -0.25,0.68 -0.28,0.67 -0.28,0.68 -0.28,0.67 -0.27,0.68 -0.25,0.67 -0.26,0.68 -0.28,0.68 -0.33,0.67 -0.4,0.68 -0.46,0.67 -0.55,0.68 -0.61,0.67 -0.67,0.68 -0.7,0.68 -0.69,0.67 -0.64,0.68 -0.58,0.67 -0.5,0.68 -0.44,0.67 -0.42,0.68 -0.45,0.68 -0.5,0.67 -0.54,0.68 -0.57,0.67 -0.53,0.68 -0.46,0.67 -0.34,0.68 -0.26,0.68 -0.19,0.67 -0.15,0.68 -0.15,0.67 -0.14,0.68 -0.11,0.68 -0.06,0.67 0.04,0.68 0.14,0.67 0.24,0.68 0.34,0.67 0.42,0.68 0.54,0.68 0.66,0.67 0.78,0.68 0.86,0.67 0.9,0.68 0.88,0.67 0.82,0.68 0.77,0.68 0.72,0.67 0.67,0.68 0.62,0.67 0.58,0.68 0.55,0.67 0.53,0.68 0.54,0.68 0.54,0.67 0.54,0.68 0.52,0.67 0.48,0.68 0.43,0.67 0.38,0.68 0.35,0.68 0.35,0.67 0.36,0.68 0.38,0.67 0.37,0.68 0.37,0.67 0.32,0.68 0.27,0.68 0.22,0.67 0.18,0.68 0.16,0.67 0.16,0.68 0.15,0.67 0.14,0.68 0.13,0.68 0.1,0.67 0.09,0.68 0.08,0.67 0.08,0.68 0.07,0.67 0.06,0.68 0.06,0.68 0.04,0.67 0.02,0.68 0.01,0.67 -0.01,0.68 v 0.67 l 0.01,0.68 0.03,0.68 0.03,0.67 0.03,0.68 0.04,0.67 0.02,0.68 0.02,0.67 0.01,0.68 0.01,0.68 0.01,0.67 0.02,0.68 0.01,0.67 0.01,0.68 v 0.67 0.68 l -0.01,0.68 v 0.67 l 0.01,0.68 0.01,0.67 0.02,0.68 0.02,0.67 0.03,0.68 0.02,0.68 0.02,0.67 0.01,0.68 0.01,0.67 0.01,0.68 0.01,0.67 h 0.2 l 0.01,-0.67 0.01,-0.68 0.01,-0.67 0.01,-0.68 0.02,-0.67 0.03,-0.68 0.02,-0.68 0.02,-0.67 0.02,-0.68 0.02,-0.67 v -0.68 -0.67 -0.68 l -0.01,-0.68 0.01,-0.67 v -0.68 l 0.01,-0.67 0.02,-0.68 0.01,-0.67 0.01,-0.68 0.01,-0.68 0.02,-0.67 0.03,-0.68 0.03,-0.67 0.04,-0.68 0.03,-0.67 0.02,-0.68 0.01,-0.68 v -0.67 -0.68 -0.67 l 0.03,-0.68 0.04,-0.67 0.05,-0.68 0.07,-0.68 0.07,-0.67 0.07,-0.68 0.08,-0.67 0.09,-0.68 0.11,-0.67 0.12,-0.68 0.14,-0.68 0.15,-0.67 0.16,-0.68 0.16,-0.67 0.18,-0.68 0.22,-0.67 0.28,-0.68 0.32,-0.68 0.36,-0.67 0.38,-0.68 0.37,-0.67 0.36,-0.68 0.35,-0.67 0.36,-0.68 0.38,-0.68 0.42,-0.67 0.48,-0.68 0.52,-0.67 0.54,-0.68 0.54,-0.67 0.54,-0.68 0.53,-0.68 0.55,-0.67 0.58,-0.68 0.63,-0.67 0.67,-0.68 0.71,-0.67 0.77,-0.68 0.83,-0.68 0.87,-0.67 0.9,-0.68 0.87,-0.67 0.77,-0.68 0.66,-0.67 0.54,-0.68 0.42,-0.68 0.34,-0.67 0.24,-0.68 0.14,-0.67 0.04,-0.68 -0.06,-0.67 -0.11,-0.68 -0.14,-0.68 -0.14,-0.67 -0.16,-0.68 -0.19,-0.67 -0.25,-0.68 -0.35,-0.68 -0.46,-0.67 -0.53,-0.68 -0.56,-0.67 -0.55,-0.68 -0.5,-0.67 -0.45,-0.68 -0.42,-0.68 -0.44,-0.67 -0.5,-0.68 -0.57,-0.67 -0.65,-0.68 -0.69,-0.67 -0.7,-0.68 -0.67,-0.68 -0.61,-0.67 -0.54,-0.68 -0.47,-0.67 -0.4,-0.68 -0.33,-0.67 -0.28,-0.68 -0.26,-0.68 -0.25,-0.67 -0.27,-0.68 -0.28,-0.67 -0.28,-0.68 -0.27,-0.67 -0.25,-0.68 -0.22,-0.68 -0.19,-0.67 -0.16,-0.68 -0.16,-0.67 -0.15,-0.68 -0.17,-0.67 -0.16,-0.68 -0.18,-0.68 -0.17,-0.67 -0.18,-0.68 -0.19,-0.67 -0.21,-0.68 -0.21,-0.67 -0.2,-0.68 -0.18,-0.68 -0.15,-0.67 -0.13,-0.68 -0.11,-0.67 -0.09,-0.68 -0.09,-0.67 -0.1,-0.68 -0.11,-0.68 -0.14,-0.67 -0.17,-0.68 -0.17,-0.67 -0.17,-0.68 -0.16,-0.67 -0.14,-0.68 -0.13,-0.68 -0.11,-0.67 -0.1,-0.68 -0.1,-0.67 -0.09,-0.68 -0.08,-0.67 -0.08,-0.68 -0.07,-0.68 -0.05,-0.67 -0.05,-0.68 -0.03,-0.67 -0.03,-0.68 -0.03,-0.67 -0.03,-0.68 -0.04,-0.68 -0.03,-0.67 -0.04,-0.68 -0.03,-0.67 -0.03,-0.68 -0.03,-0.67 -0.02,-0.68 -0.01,-0.68 -0.02,-0.67 -0.02,-0.68 -0.02,-0.67 -0.01,-0.68 -0.02,-0.67 -0.01,-0.68 -0.02,-0.68 -0.02,-0.67 -0.02,-0.68 -0.03,-0.67 -0.01,-0.68 -0.02,-0.67 -0.01,-0.68 v -0.68 -0.67 z" /></g></g><g
  538. id="g416"
  539. transform="translate(-10,-10)"
  540. style="" /><g
  541. id="g418"
  542. transform="translate(-10,-10)"
  543. style=""><g
  544. clip-path="url(#clipPath424)"
  545. id="g420"
  546. style=""><path
  547. inkscape:connector-curvature="0"
  548. id="path426"
  549. style="fill:#e5e5e5;fill-opacity:1;fill-rule:nonzero;stroke:none"
  550. d="m 245,37.28 h 95.37 V 199.11 H 245 Z" /><path
  551. inkscape:connector-curvature="0"
  552. id="path428"
  553. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  554. d="m 245,76.45 h 95.37" /><path
  555. inkscape:connector-curvature="0"
  556. id="path430"
  557. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  558. d="m 245,128.19 h 95.37" /><path
  559. inkscape:connector-curvature="0"
  560. id="path432"
  561. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  562. d="m 245,179.92 h 95.37" /><path
  563. inkscape:connector-curvature="0"
  564. id="path434"
  565. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  566. d="m 245,50.58 h 95.37" /><path
  567. inkscape:connector-curvature="0"
  568. id="path436"
  569. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  570. d="m 245,102.32 h 95.37" /><path
  571. inkscape:connector-curvature="0"
  572. id="path438"
  573. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  574. d="m 245,154.06 h 95.37" /><path
  575. inkscape:connector-curvature="0"
  576. id="path440"
  577. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  578. d="M 271.01,37.28 V 199.11" /><path
  579. inkscape:connector-curvature="0"
  580. id="path442"
  581. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  582. d="M 314.36,37.28 V 199.11" /><path
  583. inkscape:connector-curvature="0"
  584. id="path444"
  585. style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#333333;stroke-width:1.05999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  586. d="m 270.88,50.59 -0.06,0.7 -0.07,0.7 -0.09,0.7 -0.12,0.7 -0.14,0.7 -0.17,0.69 -0.19,0.7 -0.21,0.7 -0.22,0.7 -0.24,0.7 -0.24,0.7 -0.24,0.7 -0.23,0.7 -0.23,0.7 -0.21,0.7 -0.2,0.7 -0.19,0.7 -0.19,0.7 -0.19,0.7 -0.19,0.7 -0.19,0.7 -0.2,0.69 -0.18,0.7 -0.17,0.7 -0.14,0.7 -0.12,0.7 -0.08,0.7 -0.08,0.7 -0.07,0.7 -0.08,0.7 -0.1,0.7 -0.12,0.7 -0.15,0.7 -0.17,0.7 -0.19,0.7 -0.18,0.7 -0.18,0.69 -0.18,0.7 -0.16,0.7 -0.15,0.7 -0.14,0.7 -0.12,0.7 -0.11,0.7 -0.09,0.7 -0.07,0.7 -0.06,0.7 -0.05,0.7 -0.03,0.7 -0.04,0.7 -0.03,0.7 -0.04,0.7 -0.04,0.7 -0.03,0.69 -0.04,0.7 -0.04,0.7 -0.03,0.7 -0.03,0.7 -0.03,0.7 -0.03,0.7 -0.04,0.7 -0.05,0.7 -0.06,0.7 -0.07,0.7 -0.1,0.7 -0.12,0.7 -0.14,0.7 -0.17,0.7 -0.19,0.7 -0.23,0.69 -0.28,0.7 -0.32,0.7 -0.37,0.7 -0.42,0.7 -0.46,0.7 -0.5,0.7 -0.51,0.7 -0.53,0.7 -0.51,0.7 -0.5,0.7 -0.48,0.7 -0.45,0.7 -0.43,0.7 -0.41,0.7 -0.41,0.7 -0.4,0.69 -0.4,0.7 -0.38,0.7 -0.36,0.7 -0.32,0.7 -0.28,0.7 -0.24,0.7 -0.2,0.7 -0.15,0.7 -0.12,0.7 -0.06,0.7 -0.01,0.7 0.05,0.7 0.14,0.7 0.22,0.7 0.32,0.69 0.42,0.7 0.51,0.7 0.59,0.7 0.68,0.7 0.73,0.7 0.76,0.7 0.77,0.7 0.76,0.7 0.74,0.7 0.7,0.7 0.67,0.7 0.63,0.7 0.6,0.7 0.57,0.7 0.55,0.7 0.53,0.69 0.51,0.7 0.49,0.7 0.46,0.7 0.45,0.7 0.41,0.7 0.4,0.7 0.38,0.7 0.36,0.7 0.35,0.7 0.34,0.7 0.32,0.7 0.3,0.7 0.28,0.7 0.25,0.7 0.21,0.7 0.2,0.69 0.17,0.7 0.15,0.7 0.14,0.7 0.12,0.7 0.11,0.7 0.1,0.7 0.09,0.7 0.07,0.7 0.07,0.7 0.05,0.7 0.05,0.7 0.04,0.7 0.03,0.7 0.02,0.7 0.02,0.7 0.02,0.69 0.01,0.7 0.03,0.7 0.02,0.7 0.02,0.7 0.02,0.7 0.03,0.7 0.01,0.7 0.02,0.7 0.01,0.7 0.02,0.7 0.01,0.7 v 0.7 l 0.01,0.7 v 0.7 l 0.01,0.69 v 0.7 l 0.01,0.7 0.01,0.7 0.01,0.7 0.02,0.7 0.02,0.7 0.01,0.7 0.02,0.7 0.02,0.7 0.01,0.7 0.01,0.7 0.02,0.7 h 0.17 l 0.01,-0.7 0.01,-0.7 0.02,-0.7 0.01,-0.7 0.02,-0.7 0.02,-0.7 0.01,-0.7 0.02,-0.7 0.01,-0.7 0.01,-0.7 0.01,-0.7 0.01,-0.7 v -0.69 l 0.01,-0.7 v -0.7 l 0.01,-0.7 0.01,-0.7 0.01,-0.7 0.01,-0.7 0.02,-0.7 0.02,-0.7 0.02,-0.7 0.02,-0.7 0.03,-0.7 0.02,-0.7 0.02,-0.7 0.02,-0.7 0.02,-0.69 0.02,-0.7 0.02,-0.7 0.03,-0.7 0.03,-0.7 0.05,-0.7 0.06,-0.7 0.06,-0.7 0.08,-0.7 0.08,-0.7 0.1,-0.7 0.11,-0.7 0.12,-0.7 0.14,-0.7 0.15,-0.7 0.17,-0.7 0.2,-0.69 0.22,-0.7 0.25,-0.7 0.27,-0.7 0.3,-0.7 0.32,-0.7 0.34,-0.7 0.35,-0.7 0.36,-0.7 0.38,-0.7 0.4,-0.7 0.42,-0.7 0.44,-0.7 0.47,-0.7 0.49,-0.7 0.5,-0.7 0.53,-0.69 0.55,-0.7 0.57,-0.7 0.6,-0.7 0.63,-0.7 0.67,-0.7 0.7,-0.7 0.74,-0.7 0.76,-0.7 0.78,-0.7 0.76,-0.7 0.73,-0.7 0.67,-0.7 0.6,-0.7 0.51,-0.7 0.41,-0.7 0.32,-0.69 0.22,-0.7 0.14,-0.7 0.06,-0.7 -0.01,-0.7 -0.07,-0.7 -0.11,-0.7 -0.16,-0.7 -0.19,-0.7 -0.24,-0.7 -0.29,-0.7 -0.32,-0.7 -0.36,-0.7 -0.38,-0.7 -0.4,-0.7 -0.4,-0.69 -0.41,-0.7 -0.41,-0.7 -0.43,-0.7 -0.45,-0.7 -0.47,-0.7 -0.5,-0.7 -0.52,-0.7 -0.52,-0.7 -0.52,-0.7 -0.49,-0.7 -0.46,-0.7 -0.42,-0.7 -0.38,-0.7 -0.32,-0.7 -0.27,-0.7 -0.23,-0.69 -0.2,-0.7 -0.16,-0.7 -0.15,-0.7 -0.11,-0.7 -0.1,-0.7 -0.08,-0.7 -0.06,-0.7 -0.05,-0.7 -0.04,-0.7 -0.03,-0.7 -0.03,-0.7 -0.03,-0.7 -0.03,-0.7 -0.04,-0.7 -0.03,-0.7 -0.04,-0.69 -0.04,-0.7 -0.03,-0.7 -0.04,-0.7 -0.03,-0.7 -0.04,-0.7 -0.05,-0.7 -0.05,-0.7 -0.08,-0.7 -0.09,-0.7 -0.11,-0.7 -0.12,-0.7 -0.14,-0.7 -0.15,-0.7 -0.16,-0.7 -0.17,-0.7 -0.18,-0.69 -0.19,-0.7 -0.18,-0.7 -0.17,-0.7 -0.15,-0.7 -0.13,-0.7 -0.1,-0.7 -0.08,-0.7 -0.07,-0.7 -0.07,-0.7 -0.09,-0.7 -0.12,-0.7 -0.14,-0.7 -0.17,-0.7 -0.18,-0.7 -0.19,-0.69 -0.2,-0.7 -0.19,-0.7 -0.19,-0.7 -0.18,-0.7 -0.2,-0.7 -0.2,-0.7 -0.21,-0.7 -0.22,-0.7 -0.24,-0.7 -0.24,-0.7 -0.24,-0.7 -0.23,-0.7 -0.23,-0.7 -0.21,-0.7 -0.19,-0.7 -0.17,-0.69 -0.14,-0.7 -0.12,-0.7 -0.09,-0.7 -0.07,-0.7 -0.05,-0.7 z" /><path
  587. inkscape:connector-curvature="0"
  588. id="path446"
  589. style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#333333;stroke-width:1.05999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  590. d="m 313.34,51.51 -0.24,0.57 -0.27,0.58 -0.3,0.57 -0.32,0.58 -0.35,0.57 -0.36,0.58 -0.36,0.57 -0.37,0.58 -0.35,0.57 -0.35,0.58 -0.33,0.57 -0.32,0.58 -0.3,0.57 -0.3,0.58 -0.28,0.57 -0.28,0.58 -0.29,0.57 -0.29,0.58 -0.31,0.57 -0.32,0.58 -0.34,0.57 -0.35,0.58 -0.36,0.57 -0.37,0.58 -0.38,0.57 -0.37,0.58 -0.38,0.57 -0.38,0.58 -0.37,0.57 -0.37,0.58 -0.38,0.57 -0.39,0.58 -0.41,0.57 -0.42,0.58 -0.44,0.57 -0.46,0.58 -0.48,0.57 -0.5,0.58 -0.49,0.57 -0.5,0.58 -0.49,0.57 -0.47,0.58 -0.45,0.57 -0.42,0.58 -0.39,0.57 -0.36,0.58 -0.33,0.57 -0.29,0.58 -0.26,0.57 -0.21,0.58 -0.17,0.57 -0.12,0.58 -0.08,0.57 -0.02,0.58 0.04,0.57 0.08,0.58 0.12,0.57 0.15,0.58 0.18,0.57 0.18,0.58 0.18,0.57 0.17,0.58 0.15,0.57 0.14,0.58 0.12,0.57 0.12,0.58 0.11,0.57 0.13,0.58 0.14,0.57 0.17,0.58 0.2,0.57 0.23,0.58 0.27,0.57 0.3,0.58 0.32,0.57 0.36,0.58 0.38,0.57 0.4,0.58 0.42,0.57 0.44,0.58 0.44,0.57 0.46,0.58 0.47,0.57 0.47,0.57 0.48,0.58 0.48,0.57 0.47,0.58 0.45,0.57 0.43,0.58 0.41,0.57 0.38,0.58 0.35,0.57 0.32,0.58 0.31,0.57 0.29,0.58 0.29,0.57 0.28,0.58 0.27,0.57 0.28,0.58 0.27,0.57 0.27,0.58 0.26,0.57 0.24,0.58 0.22,0.57 0.2,0.58 0.17,0.57 0.16,0.58 0.14,0.57 0.12,0.58 0.11,0.57 0.12,0.58 0.11,0.57 0.12,0.58 0.12,0.57 0.13,0.58 0.14,0.57 0.15,0.58 0.15,0.57 0.15,0.58 0.16,0.57 0.15,0.58 0.16,0.57 0.15,0.58 0.15,0.57 0.15,0.58 0.15,0.57 0.15,0.58 0.15,0.57 0.15,0.58 0.14,0.57 0.14,0.58 0.12,0.57 0.12,0.58 0.11,0.57 0.1,0.58 0.09,0.57 0.08,0.58 0.08,0.57 0.07,0.58 0.07,0.57 0.06,0.58 0.06,0.57 0.05,0.58 0.05,0.57 0.05,0.58 0.03,0.57 0.04,0.58 0.03,0.57 0.02,0.58 0.02,0.57 0.03,0.58 0.01,0.57 0.02,0.58 0.02,0.57 0.02,0.58 0.02,0.57 0.01,0.58 0.01,0.57 0.02,0.58 0.01,0.57 v 0.58 l 0.01,0.57 0.01,0.58 0.01,0.57 v 0.58 h 0.16 l 0.01,-0.58 v -0.57 l 0.01,-0.58 0.01,-0.57 0.01,-0.58 0.01,-0.57 0.01,-0.58 0.01,-0.57 0.02,-0.58 0.01,-0.57 0.02,-0.58 0.02,-0.57 0.02,-0.58 0.02,-0.57 0.02,-0.58 0.02,-0.57 0.03,-0.58 0.03,-0.57 0.03,-0.58 0.04,-0.57 0.04,-0.58 0.05,-0.57 0.05,-0.58 0.06,-0.57 0.07,-0.58 0.06,-0.57 0.07,-0.58 0.08,-0.57 0.08,-0.58 0.09,-0.57 0.1,-0.58 0.11,-0.57 0.12,-0.58 0.13,-0.57 0.13,-0.58 0.14,-0.57 0.15,-0.58 0.15,-0.57 0.15,-0.58 0.15,-0.57 0.15,-0.58 0.16,-0.57 0.15,-0.58 0.15,-0.57 0.16,-0.58 0.15,-0.57 0.15,-0.58 0.15,-0.57 0.15,-0.58 0.14,-0.57 0.13,-0.58 0.13,-0.57 0.11,-0.58 0.12,-0.57 0.11,-0.58 0.11,-0.57 0.13,-0.58 0.13,-0.57 0.16,-0.58 0.18,-0.57 0.2,-0.58 0.22,-0.57 0.24,-0.58 0.25,-0.57 0.27,-0.58 0.27,-0.57 0.28,-0.58 0.28,-0.57 0.28,-0.58 0.28,-0.57 0.29,-0.58 0.31,-0.57 0.32,-0.58 0.36,-0.57 0.37,-0.58 0.41,-0.57 0.43,-0.58 0.46,-0.57 0.46,-0.58 0.48,-0.57 0.48,-0.58 0.48,-0.57 0.46,-0.57 0.46,-0.58 0.45,-0.57 0.43,-0.58 0.42,-0.57 0.4,-0.58 0.38,-0.57 0.36,-0.58 0.33,-0.57 0.3,-0.58 0.26,-0.57 0.23,-0.58 0.2,-0.57 0.17,-0.58 0.14,-0.57 0.13,-0.58 0.12,-0.57 0.11,-0.58 0.12,-0.57 0.14,-0.58 0.15,-0.57 0.17,-0.58 0.18,-0.57 0.19,-0.58 0.17,-0.57 0.15,-0.58 0.13,-0.57 0.08,-0.58 0.03,-0.57 -0.02,-0.58 -0.07,-0.57 -0.12,-0.58 -0.18,-0.57 -0.21,-0.58 -0.26,-0.57 -0.29,-0.58 -0.33,-0.57 -0.36,-0.58 -0.39,-0.57 -0.42,-0.58 -0.45,-0.57 -0.47,-0.58 -0.49,-0.57 -0.49,-0.58 -0.5,-0.57 -0.49,-0.58 -0.48,-0.57 -0.47,-0.58 -0.44,-0.57 -0.42,-0.58 -0.4,-0.57 -0.39,-0.58 -0.38,-0.57 -0.38,-0.58 -0.37,-0.57 -0.38,-0.58 -0.37,-0.57 -0.38,-0.58 -0.38,-0.57 -0.37,-0.58 -0.36,-0.57 -0.35,-0.58 -0.34,-0.57 -0.32,-0.58 -0.31,-0.57 -0.29,-0.58 -0.29,-0.57 -0.28,-0.58 -0.28,-0.57 -0.29,-0.58 -0.3,-0.57 -0.32,-0.58 -0.33,-0.57 -0.35,-0.58 -0.36,-0.57 -0.37,-0.58 -0.36,-0.57 -0.36,-0.58 -0.34,-0.57 -0.33,-0.58 -0.3,-0.57 -0.27,-0.58 -0.24,-0.57 z" /></g></g><g
  591. id="g448"
  592. transform="translate(-10,-10)"
  593. style="" /><g
  594. id="g480"
  595. transform="translate(-10,-10)"
  596. style="" /><g
  597. id="g482"
  598. transform="translate(-10,-10)"
  599. style=""><g
  600. clip-path="url(#clipPath488)"
  601. id="g484"
  602. style=""><path
  603. inkscape:connector-curvature="0"
  604. id="path490"
  605. style="fill:#e5e5e5;fill-opacity:1;fill-rule:nonzero;stroke:none"
  606. d="m 343.97,202.71 h 95.37 v 161.83 h -95.37 z" /><path
  607. inkscape:connector-curvature="0"
  608. id="path492"
  609. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  610. d="m 343.97,241.88 h 95.37" /><path
  611. inkscape:connector-curvature="0"
  612. id="path494"
  613. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  614. d="m 343.97,293.62 h 95.37" /><path
  615. inkscape:connector-curvature="0"
  616. id="path496"
  617. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  618. d="m 343.97,345.35 h 95.37" /><path
  619. inkscape:connector-curvature="0"
  620. id="path498"
  621. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  622. d="m 343.97,216.01 h 95.37" /><path
  623. inkscape:connector-curvature="0"
  624. id="path500"
  625. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  626. d="m 343.97,267.75 h 95.37" /><path
  627. inkscape:connector-curvature="0"
  628. id="path502"
  629. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  630. d="m 343.97,319.48 h 95.37" /><path
  631. inkscape:connector-curvature="0"
  632. id="path504"
  633. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  634. d="M 369.98,202.71 V 364.54" /><path
  635. inkscape:connector-curvature="0"
  636. id="path506"
  637. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  638. d="M 413.33,202.71 V 364.54" /><path
  639. inkscape:connector-curvature="0"
  640. id="path508"
  641. style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#333333;stroke-width:1.05999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  642. d="m 369.44,213.17 -0.18,0.75 -0.23,0.74 -0.29,0.74 -0.35,0.75 -0.41,0.74 -0.5,0.74 -0.58,0.75 -0.67,0.74 -0.74,0.74 -0.8,0.75 -0.85,0.74 -0.87,0.74 -0.87,0.75 -0.84,0.74 -0.79,0.74 -0.71,0.75 -0.62,0.74 -0.49,0.74 -0.38,0.75 -0.26,0.74 -0.15,0.74 -0.08,0.75 -0.03,0.74 -0.01,0.74 v 0.75 0.74 l -0.01,0.74 v 0.75 l 0.01,0.74 0.03,0.74 0.07,0.75 0.1,0.74 0.13,0.74 0.16,0.75 0.19,0.74 0.2,0.74 0.2,0.75 0.19,0.74 0.18,0.74 0.15,0.75 0.12,0.74 0.08,0.74 0.04,0.75 v 0.74 l -0.03,0.74 -0.07,0.75 -0.1,0.74 -0.1,0.74 -0.1,0.75 -0.06,0.74 -0.02,0.75 0.05,0.74 0.12,0.74 0.17,0.75 0.22,0.74 0.25,0.74 0.25,0.75 0.26,0.74 0.24,0.74 0.23,0.75 0.23,0.74 0.22,0.74 0.22,0.75 0.22,0.74 0.22,0.74 0.24,0.75 0.24,0.74 0.27,0.74 0.29,0.75 0.32,0.74 0.35,0.74 0.36,0.75 0.36,0.74 0.34,0.74 0.32,0.75 0.28,0.74 0.25,0.74 0.21,0.75 0.19,0.74 0.17,0.74 0.16,0.75 0.15,0.74 0.15,0.74 0.15,0.75 0.15,0.74 0.14,0.74 0.13,0.75 0.13,0.74 0.12,0.74 0.12,0.75 0.13,0.74 0.12,0.74 0.13,0.75 0.14,0.74 0.14,0.74 0.14,0.75 0.14,0.74 0.14,0.74 0.13,0.75 0.13,0.74 0.12,0.74 0.11,0.75 0.09,0.74 0.09,0.74 0.08,0.75 0.07,0.74 0.06,0.74 0.05,0.75 0.04,0.74 0.03,0.74 0.02,0.75 0.01,0.74 v 0.74 0.75 l 0.01,0.74 v 0.74 l 0.01,0.75 0.01,0.74 0.02,0.74 0.02,0.75 0.01,0.74 0.02,0.74 0.01,0.75 0.01,0.74 v 0.74 0.75 0.74 0.75 0.74 0.74 0.75 0.74 0.74 0.75 0.74 0.74 l 0.01,0.75 v 0.74 0.74 0.75 0.74 0.74 0.75 l 0.01,0.74 v 0.74 0.75 0.74 0.74 l 0.01,0.75 v 0.74 0.74 l 0.01,0.75 v 0.74 l 0.01,0.74 0.01,0.75 0.02,0.74 0.01,0.74 0.01,0.75 0.01,0.74 0.02,0.74 0.01,0.75 v 0.74 l 0.01,0.74 v 0.75 0.74 0.74 0.75 0.74 0.74 l -0.01,0.75 v 0.74 0.74 0.75 0.74 0.74 H 370 v -0.74 -0.74 -0.75 -0.74 -0.74 -0.75 -0.74 l -0.01,-0.74 v -0.75 -0.74 -0.74 l 0.01,-0.75 v -0.74 l 0.01,-0.74 0.01,-0.75 0.01,-0.74 0.01,-0.74 0.01,-0.75 0.02,-0.74 0.01,-0.74 0.01,-0.75 0.01,-0.74 0.01,-0.74 v -0.75 l 0.01,-0.74 v -0.74 -0.75 -0.74 -0.74 -0.75 l 0.01,-0.74 v -0.74 -0.75 -0.74 l 0.01,-0.74 v -0.75 -0.74 -0.74 -0.75 -0.74 -0.74 -0.75 l 0.01,-0.74 v -0.74 -0.75 -0.74 -0.74 l -0.01,-0.75 v -0.74 -0.75 l 0.01,-0.74 v -0.74 l 0.02,-0.75 0.01,-0.74 0.02,-0.74 0.01,-0.75 0.02,-0.74 0.01,-0.74 0.01,-0.75 0.01,-0.74 v -0.74 -0.75 l 0.01,-0.74 0.01,-0.74 0.02,-0.75 0.02,-0.74 0.04,-0.74 0.05,-0.75 0.06,-0.74 0.07,-0.74 0.08,-0.75 0.09,-0.74 0.1,-0.74 0.1,-0.75 0.12,-0.74 0.13,-0.74 0.13,-0.75 0.14,-0.74 0.14,-0.74 0.15,-0.75 0.14,-0.74 0.13,-0.74 0.13,-0.75 0.13,-0.74 0.12,-0.74 0.12,-0.75 0.12,-0.74 0.13,-0.74 0.13,-0.75 0.15,-0.74 0.14,-0.74 0.15,-0.75 0.15,-0.74 0.16,-0.74 0.16,-0.75 0.17,-0.74 0.18,-0.74 0.22,-0.75 0.24,-0.74 0.29,-0.74 0.31,-0.75 0.35,-0.74 0.36,-0.74 0.35,-0.75 0.35,-0.74 0.32,-0.74 0.29,-0.75 0.27,-0.74 0.24,-0.74 0.24,-0.75 0.22,-0.74 0.23,-0.74 0.22,-0.75 0.22,-0.74 0.22,-0.74 0.23,-0.75 0.25,-0.74 0.25,-0.74 0.25,-0.75 0.25,-0.74 0.22,-0.74 0.18,-0.75 0.11,-0.74 0.05,-0.74 -0.02,-0.75 -0.06,-0.74 -0.1,-0.75 -0.1,-0.74 -0.09,-0.74 -0.07,-0.75 -0.04,-0.74 v -0.74 l 0.04,-0.75 0.08,-0.74 0.12,-0.74 0.15,-0.75 0.18,-0.74 0.2,-0.74 0.2,-0.75 0.2,-0.74 0.18,-0.74 0.16,-0.75 0.13,-0.74 0.1,-0.74 0.07,-0.75 0.03,-0.74 0.01,-0.74 v -0.75 l -0.01,-0.74 v -0.74 -0.75 l -0.01,-0.74 -0.02,-0.74 -0.08,-0.75 -0.16,-0.74 -0.26,-0.74 -0.37,-0.75 -0.5,-0.74 -0.61,-0.74 -0.71,-0.75 -0.79,-0.74 -0.85,-0.74 -0.86,-0.75 -0.88,-0.74 -0.84,-0.74 -0.81,-0.75 -0.74,-0.74 -0.67,-0.74 -0.58,-0.75 -0.49,-0.74 -0.42,-0.74 -0.35,-0.75 -0.28,-0.74 -0.23,-0.74 -0.19,-0.75 z" /><path
  643. inkscape:connector-curvature="0"
  644. id="path510"
  645. style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#333333;stroke-width:1.05999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  646. d="m 413.32,212.03 v 0.78 0.78 0.78 l -0.01,0.78 -0.01,0.78 -0.01,0.77 -0.01,0.78 -0.01,0.78 -0.02,0.78 -0.03,0.78 -0.03,0.78 -0.04,0.78 -0.04,0.78 -0.04,0.77 -0.05,0.78 -0.05,0.78 -0.03,0.78 -0.02,0.78 v 0.78 0.78 0.78 l -0.01,0.78 -0.02,0.77 -0.02,0.78 -0.04,0.78 -0.04,0.78 -0.05,0.78 -0.04,0.78 -0.05,0.78 -0.05,0.78 -0.05,0.77 -0.04,0.78 -0.04,0.78 -0.03,0.78 -0.03,0.78 -0.04,0.78 -0.06,0.78 -0.09,0.78 -0.09,0.78 -0.11,0.77 -0.11,0.78 -0.1,0.78 -0.1,0.78 -0.08,0.78 -0.07,0.78 -0.09,0.78 -0.11,0.78 -0.16,0.77 -0.19,0.78 -0.22,0.78 -0.21,0.78 -0.15,0.78 -0.08,0.78 -0.02,0.78 -0.01,0.78 -0.04,0.77 -0.07,0.78 -0.11,0.78 -0.14,0.78 -0.18,0.78 -0.23,0.78 -0.27,0.78 -0.28,0.78 -0.26,0.78 -0.22,0.77 -0.18,0.78 -0.17,0.78 -0.22,0.78 -0.29,0.78 -0.4,0.78 -0.47,0.78 -0.52,0.78 -0.52,0.77 -0.54,0.78 -0.59,0.78 -0.69,0.78 -0.8,0.78 -0.91,0.78 -0.94,0.78 -0.9,0.78 -0.83,0.78 -0.77,0.77 -0.76,0.78 -0.81,0.78 -0.85,0.78 -0.85,0.78 -0.74,0.78 -0.56,0.78 -0.3,0.78 -0.09,0.77 0.09,0.78 0.19,0.78 0.25,0.78 0.33,0.78 0.41,0.78 0.51,0.78 0.56,0.78 0.59,0.78 0.61,0.77 0.7,0.78 0.82,0.78 0.96,0.78 1.05,0.78 1.06,0.78 1.02,0.78 0.97,0.78 0.9,0.77 0.83,0.78 0.74,0.78 0.65,0.78 0.57,0.78 0.51,0.78 0.48,0.78 0.44,0.78 0.42,0.78 0.42,0.77 0.43,0.78 0.42,0.78 0.36,0.78 0.3,0.78 0.24,0.78 0.2,0.78 0.17,0.78 0.15,0.77 0.12,0.78 0.09,0.78 0.07,0.78 0.09,0.78 0.09,0.78 0.08,0.78 0.06,0.78 0.03,0.77 v 0.78 l -0.01,0.78 -0.01,0.78 v 0.78 0.78 l 0.02,0.78 0.01,0.78 v 0.78 l -0.01,0.77 v 0.78 0.78 l 0.02,0.78 0.02,0.78 0.04,0.78 0.04,0.78 0.04,0.78 0.05,0.77 0.06,0.78 0.04,0.78 0.04,0.78 0.03,0.78 0.02,0.78 0.02,0.78 0.02,0.78 0.02,0.78 0.01,0.77 0.01,0.78 0.01,0.78 0.01,0.78 0.01,0.78 0.01,0.78 0.01,0.78 v 0.78 0.77 0.78 0.78 0.78 0.78 0.78 0.78 0.78 0.78 0.77 0.78 l -0.01,0.78 v 0.78 0.78 0.78 0.78 0.78 0.77 0.78 0.78 h 0.02 v -0.78 -0.78 -0.77 -0.78 -0.78 -0.78 -0.78 -0.78 -0.78 l -0.01,-0.78 v -0.77 -0.78 -0.78 -0.78 -0.78 -0.78 -0.78 -0.78 -0.78 -0.77 -0.78 l 0.01,-0.78 0.01,-0.78 0.01,-0.78 0.01,-0.78 0.01,-0.78 0.01,-0.78 0.02,-0.77 0.01,-0.78 0.02,-0.78 0.03,-0.78 0.02,-0.78 0.02,-0.78 0.04,-0.78 0.05,-0.78 0.05,-0.78 0.05,-0.77 0.04,-0.78 0.04,-0.78 0.04,-0.78 0.03,-0.78 0.01,-0.78 0.01,-0.78 -0.01,-0.78 v -0.77 -0.78 l 0.01,-0.78 0.01,-0.78 0.01,-0.78 v -0.78 l -0.02,-0.78 -0.01,-0.78 0.01,-0.78 0.03,-0.77 0.06,-0.78 0.08,-0.78 0.09,-0.78 0.08,-0.78 0.08,-0.78 0.09,-0.78 0.11,-0.78 0.15,-0.77 0.17,-0.78 0.2,-0.78 0.24,-0.78 0.3,-0.78 0.37,-0.78 0.41,-0.78 0.43,-0.78 0.42,-0.77 0.42,-0.78 0.44,-0.78 0.48,-0.78 0.52,-0.78 0.57,-0.78 0.65,-0.78 0.73,-0.78 0.83,-0.78 0.9,-0.77 0.97,-0.78 1.02,-0.78 1.07,-0.78 1.05,-0.78 0.95,-0.78 0.83,-0.78 0.69,-0.78 0.62,-0.77 0.59,-0.78 0.56,-0.78 0.5,-0.78 0.42,-0.78 0.32,-0.78 0.25,-0.78 0.19,-0.78 0.09,-0.78 -0.08,-0.77 -0.31,-0.78 -0.55,-0.78 -0.75,-0.78 -0.85,-0.78 -0.85,-0.78 -0.8,-0.78 -0.76,-0.78 -0.77,-0.77 -0.83,-0.78 -0.91,-0.78 -0.94,-0.78 -0.9,-0.78 -0.81,-0.78 -0.69,-0.78 -0.59,-0.78 -0.54,-0.78 -0.52,-0.77 -0.52,-0.78 -0.47,-0.78 -0.4,-0.78 -0.29,-0.78 -0.21,-0.78 -0.18,-0.78 -0.18,-0.78 -0.22,-0.77 -0.25,-0.78 -0.28,-0.78 -0.28,-0.78 -0.23,-0.78 -0.18,-0.78 -0.14,-0.78 -0.11,-0.78 -0.07,-0.78 -0.03,-0.77 -0.02,-0.78 -0.02,-0.78 -0.08,-0.78 -0.15,-0.78 -0.21,-0.78 -0.21,-0.78 -0.2,-0.78 -0.16,-0.77 -0.11,-0.78 -0.08,-0.78 -0.08,-0.78 -0.08,-0.78 -0.1,-0.78 -0.1,-0.78 -0.11,-0.78 -0.1,-0.77 -0.1,-0.78 -0.09,-0.78 -0.06,-0.78 -0.04,-0.78 -0.03,-0.78 -0.03,-0.78 -0.03,-0.78 -0.05,-0.78 -0.05,-0.77 -0.05,-0.78 -0.05,-0.78 -0.04,-0.78 -0.05,-0.78 -0.04,-0.78 -0.03,-0.78 -0.03,-0.78 -0.02,-0.77 -0.01,-0.78 v -0.78 l 0.01,-0.78 -0.01,-0.78 -0.02,-0.78 -0.03,-0.78 -0.05,-0.78 -0.04,-0.78 -0.05,-0.77 -0.04,-0.78 -0.03,-0.78 -0.04,-0.78 -0.02,-0.78 -0.02,-0.78 -0.02,-0.78 -0.01,-0.78 -0.01,-0.77 -0.01,-0.78 -0.01,-0.78 v -0.78 -0.78 -0.78 z" /></g></g><g
  647. id="g512"
  648. transform="translate(-10,-10)"
  649. style="" /><g
  650. id="g514"
  651. transform="translate(-10,-10)"
  652. style=""><g
  653. clip-path="url(#clipPath520)"
  654. id="g516"
  655. style=""><path
  656. inkscape:connector-curvature="0"
  657. id="path522"
  658. style="fill:#e5e5e5;fill-opacity:1;fill-rule:nonzero;stroke:none"
  659. d="m 343.97,37.28 h 95.37 v 161.83 h -95.37 z" /><path
  660. inkscape:connector-curvature="0"
  661. id="path524"
  662. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  663. d="m 343.97,76.45 h 95.37" /><path
  664. inkscape:connector-curvature="0"
  665. id="path526"
  666. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  667. d="m 343.97,128.19 h 95.37" /><path
  668. inkscape:connector-curvature="0"
  669. id="path528"
  670. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  671. d="m 343.97,179.92 h 95.37" /><path
  672. inkscape:connector-curvature="0"
  673. id="path530"
  674. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  675. d="m 343.97,50.58 h 95.37" /><path
  676. inkscape:connector-curvature="0"
  677. id="path532"
  678. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  679. d="m 343.97,102.32 h 95.37" /><path
  680. inkscape:connector-curvature="0"
  681. id="path534"
  682. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  683. d="m 343.97,154.06 h 95.37" /><path
  684. inkscape:connector-curvature="0"
  685. id="path536"
  686. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  687. d="M 369.98,37.28 V 199.11" /><path
  688. inkscape:connector-curvature="0"
  689. id="path538"
  690. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  691. d="M 413.33,37.28 V 199.11" /><path
  692. inkscape:connector-curvature="0"
  693. id="path540"
  694. style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#333333;stroke-width:1.05999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  695. d="m 369.77,48.97 -0.09,0.8 -0.1,0.8 -0.13,0.8 -0.16,0.8 -0.21,0.8 -0.25,0.8 -0.28,0.8 -0.33,0.8 -0.35,0.8 -0.37,0.8 -0.37,0.8 -0.36,0.8 -0.34,0.8 -0.3,0.8 -0.26,0.8 -0.2,0.8 -0.14,0.8 -0.09,0.8 -0.05,0.8 -0.03,0.8 -0.01,0.8 -0.01,0.8 -0.02,0.8 -0.01,0.8 -0.02,0.8 -0.02,0.8 -0.01,0.8 0.01,0.8 0.02,0.8 0.03,0.8 0.05,0.8 0.05,0.8 0.05,0.8 0.03,0.8 0.01,0.8 -0.02,0.8 -0.05,0.8 -0.07,0.8 -0.11,0.8 -0.13,0.8 -0.16,0.81 -0.19,0.8 -0.2,0.8 -0.21,0.8 -0.2,0.8 -0.17,0.8 -0.14,0.8 -0.09,0.8 -0.05,0.8 -0.03,0.8 -0.02,0.8 -0.02,0.8 -0.05,0.8 -0.08,0.8 -0.1,0.8 -0.13,0.8 -0.15,0.8 -0.16,0.8 -0.16,0.8 -0.16,0.8 -0.15,0.8 -0.16,0.8 -0.17,0.8 -0.19,0.8 -0.24,0.8 -0.28,0.8 -0.34,0.8 -0.41,0.8 -0.49,0.8 -0.56,0.8 -0.63,0.8 -0.7,0.8 -0.74,0.8 -0.78,0.8 -0.8,0.8 -0.79,0.8 -0.79,0.8 -0.76,0.8 -0.74,0.8 -0.69,0.8 -0.61,0.8 -0.5,0.8 -0.37,0.8 -0.23,0.8 -0.07,0.8 0.08,0.8 0.2,0.8 0.32,0.81 0.41,0.8 0.49,0.8 0.57,0.8 0.64,0.8 0.7,0.8 0.78,0.8 0.83,0.8 0.89,0.8 0.94,0.8 0.95,0.8 0.95,0.8 0.93,0.8 0.88,0.8 0.82,0.8 0.76,0.8 0.7,0.8 0.63,0.8 0.58,0.8 0.54,0.8 0.5,0.8 0.47,0.8 0.43,0.8 0.41,0.8 0.37,0.8 0.34,0.8 0.29,0.8 0.26,0.8 0.21,0.8 0.19,0.8 0.16,0.8 0.13,0.8 0.11,0.8 0.1,0.8 0.08,0.8 0.07,0.8 0.06,0.8 0.05,0.8 0.03,0.8 0.02,0.8 0.01,0.8 0.01,0.8 0.01,0.8 v 0.8 l 0.01,0.8 v 0.8 l 0.01,0.8 0.01,0.8 0.01,0.81 0.02,0.8 0.02,0.8 0.03,0.8 0.04,0.8 0.04,0.8 0.05,0.8 0.05,0.8 0.04,0.8 0.04,0.8 0.04,0.8 0.04,0.8 0.03,0.8 0.02,0.8 0.02,0.8 0.02,0.8 0.01,0.8 0.02,0.8 v 0.8 l 0.01,0.8 0.01,0.8 v 0.8 l 0.01,0.8 v 0.8 0.8 0.8 0.8 0.8 0.8 l 0.01,0.8 v 0.8 0.8 0.8 l -0.01,0.8 v 0.8 0.8 0.8 0.8 0.8 0.8 0.8 0.8 h 0.02 v -0.8 -0.8 -0.8 -0.8 -0.8 -0.8 -0.8 -0.8 -0.8 -0.8 -0.8 -0.8 -0.8 -0.8 -0.8 -0.8 -0.8 -0.8 l 0.01,-0.8 v -0.8 -0.8 l 0.01,-0.8 0.01,-0.8 0.01,-0.8 0.01,-0.8 0.01,-0.8 0.02,-0.8 0.02,-0.8 0.03,-0.8 0.02,-0.8 0.04,-0.8 0.04,-0.8 0.04,-0.8 0.05,-0.8 0.04,-0.8 0.05,-0.8 0.04,-0.8 0.04,-0.8 0.03,-0.8 0.03,-0.8 0.02,-0.8 0.01,-0.81 0.01,-0.8 v -0.8 l 0.01,-0.8 v -0.8 l 0.01,-0.8 v -0.8 l 0.01,-0.8 0.01,-0.8 0.02,-0.8 0.04,-0.8 0.04,-0.8 0.06,-0.8 0.07,-0.8 0.09,-0.8 0.09,-0.8 0.12,-0.8 0.13,-0.8 0.15,-0.8 0.19,-0.8 0.22,-0.8 0.25,-0.8 0.3,-0.8 0.33,-0.8 0.37,-0.8 0.41,-0.8 0.44,-0.8 0.46,-0.8 0.5,-0.8 0.54,-0.8 0.58,-0.8 0.64,-0.8 0.69,-0.8 0.76,-0.8 0.82,-0.8 0.88,-0.8 0.93,-0.8 0.95,-0.8 0.95,-0.8 0.94,-0.8 0.89,-0.8 0.84,-0.8 0.77,-0.8 0.7,-0.8 0.64,-0.8 0.57,-0.8 0.49,-0.8 0.42,-0.8 0.31,-0.81 0.21,-0.8 0.07,-0.8 -0.07,-0.8 -0.22,-0.8 -0.38,-0.8 -0.5,-0.8 -0.61,-0.8 -0.69,-0.8 -0.73,-0.8 -0.77,-0.8 -0.79,-0.8 -0.79,-0.8 -0.79,-0.8 -0.78,-0.8 -0.75,-0.8 -0.7,-0.8 -0.63,-0.8 -0.56,-0.8 -0.48,-0.8 -0.42,-0.8 -0.34,-0.8 -0.28,-0.8 -0.24,-0.8 -0.19,-0.8 -0.17,-0.8 -0.16,-0.8 -0.15,-0.8 -0.16,-0.8 -0.16,-0.8 -0.15,-0.8 -0.15,-0.8 -0.13,-0.8 -0.11,-0.8 -0.08,-0.8 -0.05,-0.8 -0.02,-0.8 -0.02,-0.8 -0.02,-0.8 -0.05,-0.8 -0.1,-0.8 -0.13,-0.8 -0.18,-0.8 -0.2,-0.8 -0.21,-0.8 -0.2,-0.8 -0.18,-0.8 -0.16,-0.81 -0.14,-0.8 -0.1,-0.8 -0.08,-0.8 -0.05,-0.8 -0.02,-0.8 0.01,-0.8 0.04,-0.8 0.04,-0.8 0.06,-0.8 0.04,-0.8 0.04,-0.8 0.01,-0.8 0.01,-0.8 -0.01,-0.8 -0.02,-0.8 -0.01,-0.8 -0.02,-0.8 -0.01,-0.8 -0.02,-0.8 -0.01,-0.8 -0.02,-0.8 -0.06,-0.8 -0.09,-0.8 -0.14,-0.8 -0.2,-0.8 -0.25,-0.8 -0.31,-0.8 -0.33,-0.8 -0.37,-0.8 -0.37,-0.8 -0.37,-0.8 -0.35,-0.8 -0.32,-0.8 -0.29,-0.8 -0.25,-0.8 -0.2,-0.8 -0.17,-0.8 -0.13,-0.8 -0.1,-0.8 -0.08,-0.8 z" /><path
  696. inkscape:connector-curvature="0"
  697. id="path542"
  698. style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#333333;stroke-width:1.05999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  699. d="m 412.43,46.71 -0.24,0.64 -0.27,0.63 -0.32,0.64 -0.37,0.63 -0.43,0.64 -0.48,0.64 -0.54,0.63 -0.59,0.64 -0.65,0.64 -0.69,0.63 -0.73,0.64 -0.75,0.63 -0.78,0.64 -0.77,0.64 -0.76,0.63 -0.74,0.64 -0.69,0.64 -0.64,0.63 -0.58,0.64 -0.51,0.63 -0.44,0.64 -0.36,0.64 -0.29,0.63 -0.23,0.64 -0.18,0.64 -0.14,0.63 -0.11,0.64 -0.1,0.63 -0.1,0.64 -0.1,0.64 -0.1,0.63 -0.11,0.64 -0.11,0.64 -0.1,0.63 -0.09,0.64 -0.08,0.64 -0.06,0.63 -0.04,0.64 -0.02,0.63 -0.01,0.64 v 0.64 l 0.01,0.63 v 0.64 l 0.01,0.64 0.01,0.63 0.02,0.64 0.01,0.63 0.03,0.64 0.03,0.64 0.04,0.63 0.05,0.64 0.06,0.64 0.06,0.63 0.06,0.64 0.07,0.63 0.06,0.64 0.08,0.64 0.08,0.63 0.09,0.64 0.12,0.64 0.14,0.63 0.18,0.64 0.2,0.63 0.24,0.64 0.27,0.64 0.29,0.63 0.31,0.64 0.33,0.64 0.34,0.63 0.35,0.64 0.34,0.64 0.34,0.63 0.33,0.64 0.31,0.63 0.3,0.64 0.29,0.64 0.28,0.63 0.26,0.64 0.25,0.64 0.24,0.63 0.24,0.64 0.24,0.63 0.24,0.64 0.24,0.64 0.24,0.63 0.24,0.64 0.24,0.64 0.24,0.63 0.22,0.64 0.22,0.63 0.2,0.64 0.2,0.64 0.18,0.63 0.18,0.64 0.17,0.64 0.17,0.63 0.16,0.64 0.17,0.63 0.17,0.64 0.17,0.64 0.17,0.63 0.17,0.64 0.17,0.64 0.16,0.63 0.17,0.64 0.15,0.64 0.15,0.63 0.14,0.64 0.14,0.63 0.12,0.64 0.12,0.64 0.11,0.63 0.11,0.64 0.1,0.64 0.1,0.63 0.1,0.64 0.1,0.63 0.1,0.64 0.09,0.64 0.1,0.63 0.1,0.64 0.11,0.64 0.1,0.63 0.11,0.64 0.11,0.63 0.11,0.64 0.12,0.64 0.11,0.63 0.1,0.64 0.1,0.64 0.09,0.63 0.08,0.64 0.07,0.63 0.06,0.64 0.05,0.64 0.04,0.63 0.03,0.64 0.03,0.64 0.03,0.63 0.02,0.64 0.03,0.63 0.03,0.64 0.04,0.64 0.03,0.63 0.04,0.64 0.04,0.64 0.03,0.63 0.03,0.64 0.03,0.64 0.03,0.63 0.02,0.64 0.02,0.63 0.01,0.64 0.01,0.64 0.01,0.63 0.01,0.64 v 0.64 l 0.01,0.63 v 0.64 0.63 0.64 0.64 0.63 l -0.01,0.64 v 0.64 h 0.08 v -0.64 -0.64 -0.63 l -0.01,-0.64 v -0.64 -0.63 l 0.01,-0.64 v -0.63 -0.64 l 0.01,-0.64 0.01,-0.63 0.01,-0.64 0.02,-0.64 0.01,-0.63 0.03,-0.64 0.02,-0.63 0.03,-0.64 0.03,-0.64 0.04,-0.63 0.03,-0.64 0.04,-0.64 0.04,-0.63 0.03,-0.64 0.03,-0.64 0.03,-0.63 0.03,-0.64 0.02,-0.63 0.03,-0.64 0.04,-0.64 0.04,-0.63 0.04,-0.64 0.06,-0.64 0.07,-0.63 0.08,-0.64 0.09,-0.63 0.1,-0.64 0.11,-0.64 0.11,-0.63 0.11,-0.64 0.11,-0.64 0.11,-0.63 0.11,-0.64 0.11,-0.63 0.1,-0.64 0.1,-0.64 0.1,-0.63 0.1,-0.64 0.09,-0.64 0.1,-0.63 0.1,-0.64 0.1,-0.63 0.1,-0.64 0.11,-0.64 0.11,-0.63 0.12,-0.64 0.13,-0.64 0.13,-0.63 0.14,-0.64 0.15,-0.63 0.16,-0.64 0.16,-0.64 0.17,-0.63 0.17,-0.64 0.17,-0.64 0.17,-0.63 0.17,-0.64 0.16,-0.64 0.17,-0.63 0.17,-0.64 0.16,-0.63 0.17,-0.64 0.18,-0.64 0.19,-0.63 0.19,-0.64 0.2,-0.64 0.22,-0.63 0.23,-0.64 0.23,-0.63 0.24,-0.64 0.24,-0.64 0.24,-0.63 0.24,-0.64 0.24,-0.64 0.24,-0.63 0.24,-0.64 0.24,-0.63 0.25,-0.64 0.27,-0.64 0.27,-0.63 0.29,-0.64 0.3,-0.64 0.32,-0.63 0.33,-0.64 0.33,-0.63 0.34,-0.64 0.35,-0.64 0.34,-0.63 0.33,-0.64 0.31,-0.64 0.3,-0.63 0.26,-0.64 0.24,-0.64 0.21,-0.63 0.17,-0.64 0.14,-0.63 0.12,-0.64 0.1,-0.64 0.08,-0.63 0.07,-0.64 0.07,-0.64 0.06,-0.63 0.06,-0.64 0.06,-0.63 0.06,-0.64 0.05,-0.64 0.04,-0.63 0.03,-0.64 0.03,-0.64 0.02,-0.63 0.01,-0.64 0.01,-0.63 0.01,-0.64 0.01,-0.64 V 72.8 72.16 l -0.01,-0.64 -0.02,-0.63 -0.04,-0.64 -0.06,-0.63 -0.07,-0.64 -0.1,-0.64 -0.1,-0.63 -0.11,-0.64 -0.11,-0.64 -0.1,-0.63 -0.1,-0.64 -0.1,-0.64 -0.1,-0.63 -0.11,-0.64 -0.14,-0.63 -0.18,-0.64 -0.23,-0.64 -0.29,-0.63 -0.36,-0.64 -0.44,-0.64 -0.51,-0.63 -0.57,-0.64 -0.65,-0.63 -0.69,-0.64 -0.73,-0.64 -0.77,-0.63 -0.77,-0.64 -0.77,-0.64 -0.76,-0.63 -0.73,-0.64 -0.69,-0.63 -0.65,-0.64 -0.59,-0.64 -0.54,-0.63 -0.48,-0.64 -0.43,-0.64 -0.37,-0.63 -0.32,-0.64 -0.27,-0.63 -0.23,-0.64 z" /></g></g><g
  700. id="g544"
  701. transform="translate(-10,-10)"
  702. style="" /><g
  703. id="g576"
  704. transform="translate(-10,-10)"
  705. style="" /><g
  706. id="g578"
  707. transform="translate(-10,-10)"
  708. style=""><g
  709. clip-path="url(#clipPath584)"
  710. id="g580"
  711. style=""><path
  712. inkscape:connector-curvature="0"
  713. id="path586"
  714. style="fill:#e5e5e5;fill-opacity:1;fill-rule:nonzero;stroke:none"
  715. d="m 442.94,202.71 h 95.37 v 161.83 h -95.37 z" /><path
  716. inkscape:connector-curvature="0"
  717. id="path588"
  718. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  719. d="m 442.94,241.88 h 95.37" /><path
  720. inkscape:connector-curvature="0"
  721. id="path590"
  722. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  723. d="m 442.94,293.62 h 95.37" /><path
  724. inkscape:connector-curvature="0"
  725. id="path592"
  726. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  727. d="m 442.94,345.35 h 95.37" /><path
  728. inkscape:connector-curvature="0"
  729. id="path594"
  730. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  731. d="m 442.94,216.01 h 95.37" /><path
  732. inkscape:connector-curvature="0"
  733. id="path596"
  734. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  735. d="m 442.94,267.75 h 95.37" /><path
  736. inkscape:connector-curvature="0"
  737. id="path598"
  738. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  739. d="m 442.94,319.48 h 95.37" /><path
  740. inkscape:connector-curvature="0"
  741. id="path600"
  742. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  743. d="M 468.95,202.71 V 364.54" /><path
  744. inkscape:connector-curvature="0"
  745. id="path602"
  746. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  747. d="M 512.3,202.71 V 364.54" /><path
  748. inkscape:connector-curvature="0"
  749. id="path604"
  750. style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#333333;stroke-width:1.05999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  751. d="m 468.41,215.96 -0.18,0.68 -0.22,0.67 -0.26,0.68 -0.3,0.68 -0.32,0.67 -0.36,0.68 -0.38,0.67 -0.4,0.68 -0.42,0.68 -0.42,0.67 -0.42,0.68 -0.39,0.67 -0.37,0.68 -0.32,0.68 -0.26,0.67 -0.21,0.68 -0.16,0.67 -0.12,0.68 -0.1,0.68 -0.09,0.67 -0.1,0.68 -0.13,0.67 -0.17,0.68 -0.21,0.67 -0.24,0.68 -0.28,0.68 -0.32,0.67 -0.36,0.68 -0.39,0.67 -0.42,0.68 -0.45,0.68 -0.48,0.67 -0.49,0.68 -0.49,0.67 -0.49,0.68 -0.46,0.68 -0.44,0.67 -0.41,0.68 -0.38,0.67 -0.34,0.68 -0.3,0.68 -0.25,0.67 -0.22,0.68 -0.17,0.67 -0.14,0.68 -0.1,0.68 -0.06,0.67 -0.01,0.68 0.03,0.67 0.1,0.68 0.16,0.68 0.25,0.67 0.31,0.68 0.38,0.67 0.43,0.68 0.45,0.68 0.45,0.67 0.42,0.68 0.37,0.67 0.3,0.68 0.25,0.68 0.18,0.67 0.14,0.68 0.1,0.67 0.09,0.68 0.08,0.68 0.09,0.67 0.1,0.68 0.12,0.67 0.14,0.68 0.15,0.68 0.17,0.67 0.18,0.68 0.19,0.67 0.19,0.68 0.2,0.68 0.19,0.67 0.2,0.68 0.21,0.67 0.22,0.68 0.24,0.68 0.24,0.67 0.26,0.68 0.26,0.67 0.26,0.68 0.25,0.68 0.23,0.67 0.22,0.68 0.21,0.67 0.19,0.68 0.17,0.68 0.17,0.67 0.16,0.68 0.16,0.67 0.17,0.68 0.18,0.68 0.19,0.67 0.2,0.68 0.21,0.67 0.2,0.68 0.21,0.68 0.21,0.67 0.2,0.68 0.19,0.67 0.19,0.68 0.18,0.68 0.17,0.67 0.15,0.68 0.14,0.67 0.13,0.68 0.12,0.68 0.11,0.67 0.11,0.68 0.12,0.67 0.11,0.68 0.12,0.68 0.11,0.67 0.12,0.68 0.1,0.67 0.1,0.68 0.08,0.68 0.07,0.67 0.05,0.68 0.03,0.67 0.02,0.68 0.01,0.68 0.01,0.67 v 0.68 l 0.01,0.67 v 0.68 l 0.02,0.68 0.02,0.67 0.02,0.68 0.02,0.67 0.03,0.68 0.02,0.68 0.02,0.67 0.02,0.68 0.02,0.67 0.01,0.68 0.01,0.67 0.02,0.68 0.01,0.68 0.01,0.67 0.01,0.68 0.01,0.67 0.01,0.68 0.01,0.68 0.01,0.67 v 0.68 l 0.01,0.67 v 0.68 l 0.01,0.68 v 0.67 l 0.01,0.68 v 0.67 l 0.01,0.68 v 0.68 0.67 0.68 l -0.01,0.67 v 0.68 l -0.01,0.68 v 0.67 0.68 l -0.01,0.67 v 0.68 0.68 0.67 l 0.01,0.68 v 0.67 0.68 l 0.01,0.68 h 0.07 v -0.68 -0.68 l 0.01,-0.67 v -0.68 -0.67 -0.68 -0.68 -0.67 l -0.01,-0.68 v -0.67 l -0.01,-0.68 v -0.68 -0.67 l -0.01,-0.68 v -0.67 l 0.01,-0.68 v -0.68 l 0.01,-0.67 v -0.68 l 0.01,-0.67 v -0.68 l 0.01,-0.68 v -0.67 l 0.01,-0.68 v -0.67 l 0.01,-0.68 0.01,-0.68 0.01,-0.67 0.01,-0.68 0.01,-0.67 0.02,-0.68 0.01,-0.68 0.01,-0.67 0.02,-0.68 0.01,-0.67 0.02,-0.68 0.02,-0.67 0.03,-0.68 0.02,-0.68 0.02,-0.67 0.03,-0.68 0.02,-0.67 0.01,-0.68 0.01,-0.68 v -0.67 -0.68 l 0.01,-0.67 0.01,-0.68 0.02,-0.68 0.04,-0.67 0.05,-0.68 0.06,-0.67 0.08,-0.68 0.1,-0.68 0.11,-0.67 0.11,-0.68 0.12,-0.67 0.11,-0.68 0.12,-0.68 0.11,-0.67 0.11,-0.68 0.11,-0.67 0.12,-0.68 0.13,-0.68 0.14,-0.67 0.16,-0.68 0.16,-0.67 0.18,-0.68 0.19,-0.68 0.19,-0.67 0.2,-0.68 0.21,-0.67 0.21,-0.68 0.21,-0.68 0.2,-0.67 0.2,-0.68 0.19,-0.67 0.18,-0.68 0.17,-0.68 0.16,-0.67 0.16,-0.68 0.17,-0.67 0.18,-0.68 0.18,-0.68 0.21,-0.67 0.22,-0.68 0.24,-0.67 0.24,-0.68 0.26,-0.68 0.26,-0.67 0.26,-0.68 0.25,-0.67 0.23,-0.68 0.22,-0.68 0.21,-0.67 0.2,-0.68 0.2,-0.67 0.19,-0.68 0.19,-0.68 0.19,-0.67 0.18,-0.68 0.17,-0.67 0.16,-0.68 0.13,-0.68 0.12,-0.67 0.1,-0.68 0.09,-0.67 0.08,-0.68 0.09,-0.68 0.1,-0.67 0.14,-0.68 0.18,-0.67 0.25,-0.68 0.31,-0.68 0.37,-0.67 0.41,-0.68 0.45,-0.67 0.45,-0.68 0.43,-0.68 0.38,-0.67 0.32,-0.68 0.24,-0.67 0.17,-0.68 0.09,-0.68 0.04,-0.67 -0.02,-0.68 -0.06,-0.67 -0.1,-0.68 -0.13,-0.68 -0.18,-0.67 -0.21,-0.68 -0.26,-0.67 -0.3,-0.68 -0.34,-0.68 -0.38,-0.67 -0.41,-0.68 -0.44,-0.67 -0.46,-0.68 -0.48,-0.68 -0.5,-0.67 -0.49,-0.68 -0.47,-0.67 -0.46,-0.68 -0.42,-0.68 -0.39,-0.67 -0.36,-0.68 -0.31,-0.67 -0.28,-0.68 -0.25,-0.68 -0.21,-0.67 -0.16,-0.68 -0.13,-0.67 -0.11,-0.68 -0.09,-0.67 -0.1,-0.68 -0.11,-0.68 -0.16,-0.67 -0.21,-0.68 -0.27,-0.67 -0.32,-0.68 -0.37,-0.68 -0.39,-0.67 -0.42,-0.68 -0.42,-0.67 -0.41,-0.68 -0.41,-0.68 -0.38,-0.67 -0.35,-0.68 -0.33,-0.67 -0.3,-0.68 -0.25,-0.68 -0.22,-0.67 -0.19,-0.68 z" /><path
  752. inkscape:connector-curvature="0"
  753. id="path606"
  754. style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#333333;stroke-width:1.05999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  755. d="m 512.22,219.87 -0.03,0.67 -0.03,0.67 -0.03,0.66 -0.03,0.67 -0.04,0.67 -0.04,0.67 -0.05,0.66 -0.06,0.67 -0.05,0.67 -0.02,0.66 -0.01,0.67 0.01,0.67 0.04,0.66 0.03,0.67 0.03,0.67 0.01,0.67 0.01,0.66 -0.01,0.67 -0.01,0.67 -0.03,0.66 -0.05,0.67 -0.07,0.67 -0.07,0.66 -0.09,0.67 -0.08,0.67 -0.09,0.67 -0.07,0.66 -0.07,0.67 -0.06,0.67 -0.05,0.66 -0.04,0.67 -0.06,0.67 -0.06,0.67 -0.09,0.66 -0.11,0.67 -0.13,0.67 -0.14,0.66 -0.14,0.67 -0.13,0.67 -0.12,0.66 -0.1,0.67 -0.09,0.67 -0.07,0.67 -0.05,0.66 -0.06,0.67 -0.06,0.67 -0.08,0.66 -0.1,0.67 -0.13,0.67 -0.16,0.67 -0.18,0.66 -0.21,0.67 -0.22,0.67 -0.22,0.66 -0.21,0.67 -0.19,0.67 -0.17,0.66 -0.17,0.67 -0.19,0.67 -0.22,0.67 -0.25,0.66 -0.28,0.67 -0.32,0.67 -0.34,0.66 -0.39,0.67 -0.4,0.67 -0.4,0.66 -0.39,0.67 -0.37,0.67 -0.37,0.67 -0.39,0.66 -0.44,0.67 -0.48,0.67 -0.52,0.66 -0.58,0.67 -0.63,0.67 -0.67,0.67 -0.71,0.66 -0.7,0.67 -0.67,0.67 -0.61,0.66 -0.54,0.67 -0.48,0.67 -0.44,0.66 -0.45,0.67 -0.46,0.67 -0.47,0.67 -0.46,0.66 -0.43,0.67 -0.37,0.67 -0.28,0.66 -0.17,0.67 -0.06,0.67 0.08,0.67 0.21,0.66 0.32,0.67 0.43,0.67 0.49,0.66 0.51,0.67 0.53,0.67 0.54,0.66 0.58,0.67 0.59,0.67 0.63,0.67 0.66,0.66 0.72,0.67 0.78,0.67 0.81,0.66 0.83,0.67 0.8,0.67 0.74,0.67 0.65,0.66 0.58,0.67 0.53,0.67 0.54,0.66 0.56,0.67 0.58,0.67 0.58,0.66 0.54,0.67 0.48,0.67 0.42,0.67 0.34,0.66 0.3,0.67 0.26,0.67 0.24,0.66 0.2,0.67 0.19,0.67 0.18,0.66 0.18,0.67 0.18,0.67 0.18,0.67 0.16,0.66 0.13,0.67 0.12,0.67 0.11,0.66 0.1,0.67 0.1,0.67 0.09,0.67 0.08,0.66 0.07,0.67 0.05,0.67 0.04,0.66 0.03,0.67 0.01,0.67 v 0.66 l -0.01,0.67 -0.01,0.67 v 0.67 0.66 l 0.02,0.67 0.01,0.67 0.02,0.66 0.02,0.67 0.02,0.67 0.02,0.67 0.02,0.66 0.02,0.67 0.03,0.67 0.03,0.66 0.02,0.67 0.01,0.67 v 0.66 l -0.01,0.67 -0.01,0.67 -0.01,0.67 v 0.66 l 0.01,0.67 0.02,0.67 0.02,0.66 0.03,0.67 0.03,0.67 0.02,0.66 0.01,0.67 0.01,0.67 0.01,0.67 0.02,0.66 0.01,0.67 0.01,0.67 0.02,0.66 0.01,0.67 0.01,0.67 v 0.67 l 0.01,0.66 h 0.04 l 0.01,-0.66 0.01,-0.67 0.01,-0.67 0.01,-0.67 0.01,-0.66 0.01,-0.67 0.02,-0.67 0.01,-0.66 0.01,-0.67 0.01,-0.67 0.01,-0.67 0.02,-0.66 0.03,-0.67 0.03,-0.67 0.02,-0.66 0.02,-0.67 0.01,-0.67 v -0.66 l -0.01,-0.67 -0.01,-0.67 -0.01,-0.67 v -0.66 l 0.01,-0.67 0.02,-0.67 0.03,-0.66 0.03,-0.67 0.02,-0.67 0.02,-0.66 0.02,-0.67 0.02,-0.67 0.02,-0.67 0.02,-0.66 0.02,-0.67 0.01,-0.67 v -0.66 -0.67 l -0.01,-0.67 -0.01,-0.67 v -0.66 l 0.01,-0.67 0.03,-0.67 0.04,-0.66 0.06,-0.67 0.07,-0.67 0.08,-0.66 0.09,-0.67 0.09,-0.67 0.1,-0.67 0.11,-0.66 0.12,-0.67 0.14,-0.67 0.16,-0.66 0.17,-0.67 0.18,-0.67 0.19,-0.67 0.18,-0.66 0.18,-0.67 0.21,-0.67 0.23,-0.66 0.26,-0.67 0.3,-0.67 0.35,-0.66 0.41,-0.67 0.48,-0.67 0.54,-0.67 0.58,-0.66 0.59,-0.67 0.56,-0.67 0.53,-0.66 0.54,-0.67 0.57,-0.67 0.66,-0.66 0.73,-0.67 0.8,-0.67 0.83,-0.67 0.82,-0.66 0.77,-0.67 0.72,-0.67 0.67,-0.66 0.62,-0.67 0.6,-0.67 0.57,-0.67 0.55,-0.66 0.52,-0.67 0.52,-0.67 0.48,-0.66 0.43,-0.67 0.33,-0.67 0.2,-0.66 0.08,-0.67 -0.06,-0.67 -0.17,-0.67 -0.28,-0.66 -0.36,-0.67 -0.43,-0.67 -0.47,-0.66 -0.47,-0.67 -0.46,-0.67 -0.44,-0.67 -0.45,-0.66 -0.48,-0.67 -0.54,-0.67 -0.61,-0.66 -0.67,-0.67 -0.7,-0.67 -0.7,-0.66 -0.68,-0.67 -0.63,-0.67 -0.57,-0.67 -0.53,-0.66 -0.48,-0.67 -0.44,-0.67 -0.39,-0.66 -0.37,-0.67 -0.37,-0.67 -0.39,-0.67 -0.4,-0.66 -0.4,-0.67 -0.38,-0.67 -0.35,-0.66 -0.31,-0.67 -0.29,-0.67 -0.25,-0.66 -0.22,-0.67 -0.19,-0.67 -0.17,-0.67 -0.17,-0.66 -0.19,-0.67 -0.2,-0.67 -0.23,-0.66 -0.22,-0.67 -0.21,-0.67 -0.18,-0.66 -0.16,-0.67 -0.13,-0.67 -0.1,-0.67 -0.08,-0.66 -0.06,-0.67 -0.05,-0.67 -0.06,-0.66 -0.07,-0.67 -0.08,-0.67 -0.11,-0.67 -0.12,-0.66 -0.13,-0.67 -0.14,-0.67 -0.14,-0.66 -0.13,-0.67 -0.11,-0.67 -0.09,-0.66 -0.06,-0.67 -0.05,-0.67 -0.05,-0.67 -0.05,-0.66 -0.06,-0.67 -0.07,-0.67 -0.07,-0.66 -0.08,-0.67 -0.09,-0.67 -0.08,-0.67 -0.08,-0.66 -0.07,-0.67 -0.04,-0.67 -0.03,-0.66 -0.02,-0.67 -0.01,-0.67 0.01,-0.66 0.01,-0.67 0.03,-0.67 0.04,-0.67 0.03,-0.66 0.01,-0.67 v -0.67 l -0.03,-0.66 -0.05,-0.67 -0.05,-0.67 -0.06,-0.66 -0.04,-0.67 -0.04,-0.67 -0.03,-0.67 -0.03,-0.66 -0.03,-0.67 -0.03,-0.67 z" /></g></g><g
  756. id="g608"
  757. transform="translate(-10,-10)"
  758. style="" /><g
  759. id="g610"
  760. transform="translate(-10,-10)"
  761. style=""><g
  762. clip-path="url(#clipPath616)"
  763. id="g612"
  764. style=""><path
  765. inkscape:connector-curvature="0"
  766. id="path618"
  767. style="fill:#e5e5e5;fill-opacity:1;fill-rule:nonzero;stroke:none"
  768. d="m 442.94,37.28 h 95.37 v 161.83 h -95.37 z" /><path
  769. inkscape:connector-curvature="0"
  770. id="path620"
  771. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  772. d="m 442.94,76.45 h 95.37" /><path
  773. inkscape:connector-curvature="0"
  774. id="path622"
  775. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  776. d="m 442.94,128.19 h 95.37" /><path
  777. inkscape:connector-curvature="0"
  778. id="path624"
  779. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  780. d="m 442.94,179.92 h 95.37" /><path
  781. inkscape:connector-curvature="0"
  782. id="path626"
  783. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  784. d="m 442.94,50.58 h 95.37" /><path
  785. inkscape:connector-curvature="0"
  786. id="path628"
  787. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  788. d="m 442.94,102.32 h 95.37" /><path
  789. inkscape:connector-curvature="0"
  790. id="path630"
  791. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  792. d="m 442.94,154.06 h 95.37" /><path
  793. inkscape:connector-curvature="0"
  794. id="path632"
  795. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  796. d="M 468.95,37.28 V 199.11" /><path
  797. inkscape:connector-curvature="0"
  798. id="path634"
  799. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  800. d="M 512.3,37.28 V 199.11" /><path
  801. inkscape:connector-curvature="0"
  802. id="path636"
  803. style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#333333;stroke-width:1.05999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  804. d="m 468.8,50.27 -0.06,0.71 -0.08,0.71 -0.1,0.71 -0.11,0.71 -0.13,0.72 -0.15,0.71 -0.16,0.71 -0.19,0.71 -0.19,0.71 -0.21,0.71 -0.2,0.72 -0.2,0.71 -0.18,0.71 -0.15,0.71 -0.12,0.71 -0.09,0.71 -0.05,0.72 -0.03,0.71 -0.03,0.71 -0.02,0.71 -0.03,0.71 -0.06,0.71 -0.07,0.72 -0.1,0.71 -0.12,0.71 -0.14,0.71 -0.16,0.71 -0.17,0.71 -0.19,0.72 -0.2,0.71 -0.2,0.71 -0.22,0.71 -0.21,0.71 -0.22,0.71 -0.22,0.72 -0.22,0.71 -0.23,0.71 -0.23,0.71 -0.24,0.71 -0.24,0.71 -0.23,0.72 -0.22,0.71 -0.21,0.71 -0.19,0.71 -0.17,0.71 -0.14,0.71 -0.11,0.72 -0.08,0.71 -0.04,0.71 v 0.71 l 0.04,0.71 0.05,0.71 0.07,0.72 0.06,0.71 0.04,0.71 v 0.71 l -0.05,0.71 -0.09,0.71 -0.13,0.72 -0.18,0.71 -0.21,0.71 -0.23,0.71 -0.25,0.71 -0.26,0.71 -0.28,0.72 -0.29,0.71 -0.3,0.71 -0.31,0.71 -0.31,0.71 -0.31,0.71 -0.33,0.72 -0.34,0.71 -0.37,0.71 -0.4,0.71 -0.43,0.71 -0.46,0.72 -0.48,0.71 -0.5,0.71 -0.49,0.71 -0.48,0.71 -0.46,0.71 -0.44,0.72 -0.42,0.71 -0.41,0.71 -0.4,0.71 -0.4,0.71 -0.39,0.71 -0.36,0.72 -0.33,0.71 -0.26,0.71 -0.18,0.71 -0.08,0.71 0.03,0.71 0.15,0.72 0.25,0.71 0.36,0.71 0.44,0.71 0.5,0.71 0.55,0.71 0.59,0.72 0.62,0.71 0.64,0.71 0.67,0.71 0.69,0.71 0.72,0.71 0.74,0.72 0.76,0.71 0.75,0.71 0.74,0.71 0.72,0.71 0.69,0.71 0.65,0.72 0.62,0.71 0.59,0.71 0.57,0.71 0.53,0.71 0.5,0.71 0.47,0.72 0.41,0.71 0.36,0.71 0.32,0.71 0.28,0.71 0.25,0.71 0.22,0.72 0.21,0.71 0.19,0.71 0.19,0.71 0.18,0.71 0.16,0.71 0.16,0.72 0.13,0.71 0.13,0.71 0.11,0.71 0.1,0.71 0.09,0.71 0.08,0.72 0.07,0.71 0.06,0.71 0.04,0.71 0.03,0.71 0.02,0.71 0.02,0.72 0.01,0.71 v 0.71 l 0.01,0.71 0.01,0.71 0.01,0.71 0.02,0.72 0.02,0.71 0.02,0.71 0.02,0.71 0.02,0.71 0.01,0.71 0.02,0.72 0.02,0.71 0.01,0.71 v 0.71 0.71 l 0.01,0.71 v 0.72 0.71 l 0.01,0.71 0.01,0.71 0.02,0.71 0.02,0.71 0.02,0.72 0.02,0.71 0.02,0.71 0.02,0.71 0.01,0.71 0.02,0.71 0.01,0.72 0.01,0.71 0.01,0.71 0.01,0.71 0.01,0.71 0.01,0.71 h 0.05 v -0.71 l 0.01,-0.71 0.01,-0.71 0.01,-0.71 0.01,-0.71 0.02,-0.72 0.01,-0.71 0.02,-0.71 0.01,-0.71 0.02,-0.71 0.02,-0.71 0.02,-0.72 0.02,-0.71 0.02,-0.71 0.01,-0.71 0.01,-0.71 v -0.71 l 0.01,-0.72 V 162.71 162 l 0.01,-0.71 0.01,-0.71 0.01,-0.71 0.02,-0.72 0.02,-0.71 0.01,-0.71 0.02,-0.71 0.02,-0.71 0.02,-0.71 0.02,-0.72 0.01,-0.71 0.01,-0.71 0.01,-0.71 0.01,-0.71 v -0.71 l 0.02,-0.72 0.02,-0.71 0.03,-0.71 0.05,-0.71 0.05,-0.71 0.07,-0.71 0.08,-0.72 0.09,-0.71 0.11,-0.71 0.11,-0.71 0.12,-0.71 0.14,-0.71 0.15,-0.72 0.16,-0.71 0.18,-0.71 0.19,-0.71 0.19,-0.71 0.21,-0.71 0.23,-0.72 0.24,-0.71 0.28,-0.71 0.32,-0.71 0.36,-0.71 0.42,-0.71 0.46,-0.72 0.5,-0.71 0.54,-0.71 0.56,-0.71 0.59,-0.71 0.62,-0.71 0.65,-0.72 0.69,-0.71 0.72,-0.71 0.74,-0.71 0.76,-0.71 0.75,-0.71 0.74,-0.72 0.72,-0.71 0.69,-0.71 0.67,-0.71 0.64,-0.71 0.62,-0.71 0.59,-0.72 0.55,-0.71 0.51,-0.71 0.43,-0.71 0.36,-0.71 0.26,-0.71 0.14,-0.72 0.03,-0.71 -0.08,-0.71 -0.18,-0.71 -0.26,-0.71 -0.33,-0.71 -0.36,-0.72 -0.39,-0.71 -0.39,-0.71 -0.41,-0.71 -0.41,-0.71 -0.42,-0.71 -0.44,-0.72 -0.46,-0.71 -0.48,-0.71 -0.49,-0.71 -0.49,-0.71 -0.49,-0.71 -0.46,-0.72 -0.43,-0.71 -0.4,-0.71 -0.37,-0.71 -0.34,-0.71 -0.33,-0.72 -0.31,-0.71 -0.31,-0.71 -0.31,-0.71 -0.29,-0.71 -0.29,-0.71 -0.28,-0.72 -0.27,-0.71 -0.25,-0.71 -0.23,-0.71 -0.21,-0.71 -0.17,-0.71 -0.14,-0.72 -0.09,-0.71 -0.05,-0.71 v -0.71 l 0.04,-0.71 0.06,-0.71 0.07,-0.72 0.06,-0.71 0.03,-0.71 v -0.71 l -0.04,-0.71 -0.07,-0.71 -0.11,-0.72 -0.14,-0.71 -0.17,-0.71 -0.19,-0.71 -0.21,-0.71 -0.23,-0.71 -0.23,-0.72 -0.24,-0.71 -0.24,-0.71 -0.23,-0.71 -0.23,-0.71 -0.22,-0.71 -0.22,-0.72 -0.22,-0.71 -0.21,-0.71 -0.21,-0.71 -0.21,-0.71 -0.2,-0.71 -0.19,-0.72 -0.17,-0.71 -0.16,-0.71 -0.14,-0.71 -0.12,-0.71 -0.1,-0.71 -0.07,-0.72 -0.06,-0.71 -0.03,-0.71 -0.02,-0.71 -0.02,-0.71 -0.04,-0.71 -0.05,-0.72 -0.09,-0.71 -0.12,-0.71 -0.15,-0.71 -0.18,-0.71 -0.2,-0.71 -0.2,-0.72 -0.21,-0.71 -0.19,-0.71 -0.18,-0.71 -0.17,-0.71 -0.15,-0.71 -0.13,-0.72 -0.11,-0.71 -0.1,-0.71 -0.07,-0.71 -0.06,-0.71 z" /><path
  805. inkscape:connector-curvature="0"
  806. id="path638"
  807. style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#333333;stroke-width:1.05999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  808. d="m 511.08,51.15 -0.26,0.55 -0.29,0.56 -0.32,0.56 -0.34,0.55 -0.35,0.56 -0.37,0.55 -0.37,0.56 -0.38,0.55 -0.38,0.56 -0.36,0.55 -0.36,0.56 -0.34,0.55 -0.33,0.56 -0.29,0.56 -0.27,0.55 -0.23,0.56 -0.21,0.55 -0.17,0.56 -0.15,0.55 -0.13,0.56 -0.11,0.55 -0.12,0.56 -0.12,0.56 -0.15,0.55 -0.17,0.56 -0.21,0.55 -0.26,0.56 -0.32,0.55 -0.36,0.56 -0.43,0.55 -0.48,0.56 -0.54,0.56 -0.59,0.55 -0.64,0.56 -0.67,0.55 -0.71,0.56 -0.72,0.55 -0.72,0.56 -0.72,0.55 -0.7,0.56 -0.65,0.55 -0.62,0.56 -0.55,0.56 -0.49,0.55 -0.42,0.56 -0.34,0.55 -0.26,0.56 -0.18,0.55 -0.11,0.56 -0.03,0.55 0.04,0.56 0.11,0.56 0.16,0.55 0.2,0.56 0.24,0.55 0.27,0.56 0.29,0.55 0.29,0.56 0.3,0.55 0.29,0.56 0.28,0.56 0.27,0.55 0.25,0.56 0.24,0.55 0.23,0.56 0.21,0.55 0.21,0.56 0.2,0.55 0.21,0.56 0.21,0.55 0.22,0.56 0.24,0.56 0.25,0.55 0.25,0.56 0.27,0.55 0.28,0.56 0.28,0.55 0.27,0.56 0.27,0.55 0.27,0.56 0.26,0.56 0.25,0.55 0.25,0.56 0.25,0.55 0.25,0.56 0.24,0.55 0.24,0.56 0.25,0.55 0.24,0.56 0.25,0.56 0.24,0.55 0.23,0.56 0.23,0.55 0.22,0.56 0.21,0.55 0.2,0.56 0.18,0.55 0.17,0.56 0.16,0.55 0.16,0.56 0.15,0.56 0.15,0.55 0.16,0.56 0.18,0.55 0.19,0.56 0.22,0.55 0.24,0.56 0.25,0.55 0.28,0.56 0.3,0.56 0.3,0.55 0.3,0.56 0.3,0.55 0.29,0.56 0.28,0.55 0.26,0.56 0.25,0.55 0.22,0.56 0.19,0.56 0.18,0.55 0.16,0.56 0.15,0.55 0.12,0.56 0.12,0.55 0.11,0.56 0.11,0.55 0.1,0.56 0.11,0.55 0.1,0.56 0.1,0.56 0.11,0.55 0.1,0.56 0.1,0.55 0.1,0.56 0.1,0.55 0.09,0.56 0.09,0.55 0.09,0.56 0.09,0.56 0.09,0.55 0.08,0.56 0.09,0.55 0.09,0.56 0.08,0.55 0.08,0.56 0.08,0.55 0.08,0.56 0.07,0.56 0.06,0.55 0.06,0.56 0.05,0.55 0.05,0.56 0.03,0.55 0.03,0.56 0.03,0.55 0.01,0.56 0.02,0.55 0.01,0.56 0.01,0.56 0.01,0.55 v 0.56 h 0.16 l 0.01,-0.56 v -0.55 l 0.01,-0.56 0.01,-0.56 0.02,-0.55 0.02,-0.56 0.02,-0.55 0.03,-0.56 0.04,-0.55 0.04,-0.56 0.05,-0.55 0.06,-0.56 0.06,-0.55 0.07,-0.56 0.08,-0.56 0.08,-0.55 0.08,-0.56 0.09,-0.55 0.08,-0.56 0.09,-0.55 0.08,-0.56 0.09,-0.55 0.09,-0.56 0.09,-0.56 0.09,-0.55 0.09,-0.56 0.1,-0.55 0.1,-0.56 0.1,-0.55 0.11,-0.56 0.1,-0.55 0.1,-0.56 0.11,-0.56 0.1,-0.55 0.1,-0.56 0.11,-0.55 0.11,-0.56 0.12,-0.55 0.13,-0.56 0.14,-0.55 0.16,-0.56 0.18,-0.55 0.2,-0.56 0.22,-0.56 0.24,-0.55 0.26,-0.56 0.28,-0.55 0.29,-0.56 0.3,-0.55 0.3,-0.56 0.31,-0.55 0.29,-0.56 0.28,-0.56 0.26,-0.55 0.24,-0.56 0.21,-0.55 0.2,-0.56 0.17,-0.55 0.16,-0.56 0.16,-0.55 0.15,-0.56 0.15,-0.56 0.16,-0.55 0.17,-0.56 0.19,-0.55 0.19,-0.56 0.21,-0.55 0.22,-0.56 0.23,-0.55 0.24,-0.56 0.24,-0.55 0.24,-0.56 0.24,-0.56 0.25,-0.55 0.24,-0.56 0.25,-0.55 0.24,-0.56 0.25,-0.55 0.25,-0.56 0.25,-0.55 0.26,-0.56 0.27,-0.56 0.27,-0.55 0.28,-0.56 0.27,-0.55 0.28,-0.56 0.27,-0.55 0.26,-0.56 0.24,-0.55 0.24,-0.56 0.22,-0.56 0.22,-0.55 0.2,-0.56 0.21,-0.55 0.2,-0.56 0.22,-0.55 0.22,-0.56 0.24,-0.55 0.25,-0.56 0.27,-0.55 0.28,-0.56 0.29,-0.56 0.3,-0.55 0.3,-0.56 0.28,-0.55 0.27,-0.56 0.24,-0.55 0.21,-0.56 0.16,-0.55 0.1,-0.56 0.04,-0.56 -0.03,-0.55 -0.11,-0.56 -0.18,-0.55 -0.26,-0.56 -0.34,-0.55 -0.42,-0.56 -0.49,-0.55 -0.55,-0.56 -0.61,-0.56 -0.66,-0.55 -0.7,-0.56 -0.71,-0.55 -0.73,-0.56 -0.72,-0.55 -0.7,-0.56 -0.68,-0.55 -0.64,-0.56 -0.59,-0.55 -0.54,-0.56 -0.48,-0.56 -0.42,-0.55 -0.37,-0.56 -0.31,-0.55 -0.26,-0.56 -0.22,-0.55 -0.17,-0.56 -0.15,-0.55 -0.12,-0.56 -0.11,-0.56 -0.12,-0.55 -0.13,-0.56 -0.15,-0.55 -0.17,-0.56 -0.2,-0.55 -0.24,-0.56 -0.27,-0.55 -0.29,-0.56 -0.32,-0.56 -0.35,-0.55 -0.35,-0.56 -0.37,-0.55 -0.38,-0.56 -0.38,-0.55 -0.37,-0.56 -0.37,-0.55 -0.35,-0.56 -0.34,-0.55 -0.32,-0.56 -0.29,-0.56 -0.26,-0.55 z" /></g></g><g
  809. id="g640"
  810. transform="translate(-10,-10)"
  811. style="" /><g
  812. id="g672"
  813. transform="translate(-10,-10)"
  814. style="" /><g
  815. id="g674"
  816. transform="translate(-10,-10)"
  817. style=""><g
  818. clip-path="url(#clipPath680)"
  819. id="g676"
  820. style=""><path
  821. inkscape:connector-curvature="0"
  822. id="path682"
  823. style="fill:#e5e5e5;fill-opacity:1;fill-rule:nonzero;stroke:none"
  824. d="m 541.91,202.71 h 95.37 v 161.83 h -95.37 z" /><path
  825. inkscape:connector-curvature="0"
  826. id="path684"
  827. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  828. d="m 541.91,241.88 h 95.37" /><path
  829. inkscape:connector-curvature="0"
  830. id="path686"
  831. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  832. d="m 541.91,293.62 h 95.37" /><path
  833. inkscape:connector-curvature="0"
  834. id="path688"
  835. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  836. d="m 541.91,345.35 h 95.37" /><path
  837. inkscape:connector-curvature="0"
  838. id="path690"
  839. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  840. d="m 541.91,216.01 h 95.37" /><path
  841. inkscape:connector-curvature="0"
  842. id="path692"
  843. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  844. d="m 541.91,267.75 h 95.37" /><path
  845. inkscape:connector-curvature="0"
  846. id="path694"
  847. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  848. d="m 541.91,319.48 h 95.37" /><path
  849. inkscape:connector-curvature="0"
  850. id="path696"
  851. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  852. d="M 567.92,202.71 V 364.54" /><path
  853. inkscape:connector-curvature="0"
  854. id="path698"
  855. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  856. d="M 611.27,202.71 V 364.54" /><path
  857. inkscape:connector-curvature="0"
  858. id="path700"
  859. style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#333333;stroke-width:1.05999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  860. d="m 567.47,211.27 -0.14,0.69 -0.18,0.69 -0.21,0.69 -0.25,0.69 -0.29,0.69 -0.35,0.69 -0.4,0.68 -0.47,0.69 -0.51,0.69 -0.58,0.69 -0.63,0.69 -0.68,0.69 -0.72,0.69 -0.75,0.69 -0.76,0.69 -0.76,0.68 -0.74,0.69 -0.69,0.69 -0.65,0.69 -0.57,0.69 -0.48,0.69 -0.38,0.69 -0.29,0.69 -0.18,0.69 -0.1,0.68 -0.03,0.69 0.04,0.69 0.07,0.69 0.09,0.69 0.11,0.69 0.11,0.69 0.12,0.69 0.12,0.68 0.12,0.69 0.11,0.69 0.1,0.69 0.08,0.69 0.08,0.69 0.05,0.69 0.05,0.69 0.03,0.69 0.01,0.68 -0.01,0.69 -0.03,0.69 -0.07,0.69 -0.11,0.69 -0.14,0.69 -0.17,0.69 -0.2,0.69 -0.22,0.69 -0.23,0.68 -0.23,0.69 -0.22,0.69 -0.2,0.69 -0.18,0.69 -0.13,0.69 -0.09,0.69 -0.03,0.69 0.02,0.69 0.08,0.68 0.14,0.69 0.18,0.69 0.22,0.69 0.24,0.69 0.26,0.69 0.26,0.69 0.27,0.69 0.27,0.69 0.26,0.68 0.27,0.69 0.26,0.69 0.26,0.69 0.28,0.69 0.27,0.69 0.29,0.69 0.3,0.69 0.31,0.69 0.32,0.68 0.33,0.69 0.35,0.69 0.34,0.69 0.35,0.69 0.35,0.69 0.34,0.69 0.32,0.69 0.29,0.69 0.27,0.68 0.24,0.69 0.2,0.69 0.17,0.69 0.14,0.69 0.12,0.69 0.1,0.69 0.1,0.69 0.1,0.69 0.11,0.68 0.12,0.69 0.15,0.69 0.17,0.69 0.2,0.69 0.21,0.69 0.23,0.69 0.22,0.69 0.22,0.68 0.21,0.69 0.18,0.69 0.16,0.69 0.14,0.69 0.11,0.69 0.1,0.69 0.1,0.69 0.09,0.69 0.08,0.68 0.09,0.69 0.1,0.69 0.09,0.69 0.09,0.69 0.09,0.69 0.09,0.69 0.08,0.69 0.08,0.69 0.07,0.68 0.07,0.69 0.06,0.69 0.06,0.69 0.04,0.69 0.03,0.69 0.03,0.69 0.01,0.69 0.01,0.69 v 0.68 l 0.01,0.69 0.01,0.69 0.01,0.69 0.02,0.69 0.02,0.69 0.03,0.69 0.03,0.69 0.02,0.69 0.02,0.68 0.02,0.69 0.01,0.69 v 0.69 0.69 l -0.01,0.69 -0.01,0.69 v 0.69 l -0.01,0.69 v 0.68 l 0.01,0.69 0.01,0.69 0.02,0.69 0.01,0.69 0.03,0.69 0.01,0.69 0.02,0.69 0.02,0.69 0.01,0.68 v 0.69 l 0.01,0.69 0.01,0.69 v 0.69 l 0.01,0.69 v 0.69 l 0.01,0.69 0.01,0.69 0.01,0.68 0.01,0.69 0.01,0.69 0.01,0.69 v 0.69 h 0.1 l 0.01,-0.69 0.01,-0.69 0.01,-0.69 0.01,-0.69 v -0.68 l 0.01,-0.69 0.01,-0.69 0.01,-0.69 v -0.69 l 0.01,-0.69 v -0.69 l 0.01,-0.69 0.01,-0.69 0.01,-0.68 0.01,-0.69 0.02,-0.69 0.02,-0.69 0.02,-0.69 0.02,-0.69 0.01,-0.69 0.02,-0.69 v -0.69 -0.68 -0.69 l -0.01,-0.69 -0.01,-0.69 -0.01,-0.69 v -0.69 -0.69 l 0.01,-0.69 0.02,-0.69 0.02,-0.68 0.02,-0.69 0.03,-0.69 0.03,-0.69 0.02,-0.69 0.02,-0.69 0.01,-0.69 0.01,-0.69 0.01,-0.69 v -0.68 l 0.01,-0.69 0.02,-0.69 0.02,-0.69 0.03,-0.69 0.05,-0.69 0.05,-0.69 0.06,-0.69 0.07,-0.69 0.07,-0.68 0.08,-0.69 0.09,-0.69 0.08,-0.69 0.09,-0.69 0.09,-0.69 0.1,-0.69 0.09,-0.69 0.09,-0.69 0.09,-0.68 0.09,-0.69 0.09,-0.69 0.1,-0.69 0.12,-0.69 0.13,-0.69 0.16,-0.69 0.18,-0.69 0.21,-0.69 0.22,-0.68 0.23,-0.69 0.22,-0.69 0.22,-0.69 0.19,-0.69 0.17,-0.69 0.15,-0.69 0.13,-0.69 0.11,-0.68 0.09,-0.69 0.1,-0.69 0.1,-0.69 0.12,-0.69 0.14,-0.69 0.17,-0.69 0.2,-0.69 0.24,-0.69 0.27,-0.68 0.3,-0.69 0.32,-0.69 0.33,-0.69 0.35,-0.69 0.35,-0.69 0.35,-0.69 0.34,-0.69 0.33,-0.69 0.32,-0.68 0.31,-0.69 0.3,-0.69 0.29,-0.69 0.28,-0.69 0.27,-0.69 0.26,-0.69 0.27,-0.69 0.26,-0.69 0.26,-0.68 0.27,-0.69 0.27,-0.69 0.26,-0.69 0.26,-0.69 0.24,-0.69 0.22,-0.69 0.18,-0.69 0.14,-0.69 0.08,-0.68 0.02,-0.69 -0.03,-0.69 -0.09,-0.69 -0.13,-0.69 -0.17,-0.69 -0.21,-0.69 -0.22,-0.69 -0.23,-0.69 -0.23,-0.68 -0.22,-0.69 -0.2,-0.69 -0.17,-0.69 -0.14,-0.69 -0.11,-0.69 -0.06,-0.69 -0.04,-0.69 -0.01,-0.69 0.02,-0.68 0.02,-0.69 0.05,-0.69 0.06,-0.69 0.07,-0.69 0.09,-0.69 0.1,-0.69 0.11,-0.69 0.11,-0.69 0.12,-0.68 0.12,-0.69 0.11,-0.69 0.11,-0.69 0.1,-0.69 0.07,-0.69 0.03,-0.69 -0.03,-0.69 -0.09,-0.68 -0.19,-0.69 -0.28,-0.69 -0.39,-0.69 -0.48,-0.69 -0.57,-0.69 -0.64,-0.69 -0.7,-0.69 -0.74,-0.69 -0.76,-0.68 -0.76,-0.69 -0.74,-0.69 -0.72,-0.69 -0.69,-0.69 -0.63,-0.69 -0.57,-0.69 -0.52,-0.69 -0.46,-0.69 -0.41,-0.68 -0.34,-0.69 -0.3,-0.69 -0.25,-0.69 -0.21,-0.69 -0.18,-0.69 -0.14,-0.69 z" /><path
  861. inkscape:connector-curvature="0"
  862. id="path702"
  863. style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#333333;stroke-width:1.05999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  864. d="m 611.26,213.73 -0.01,0.76 -0.01,0.75 -0.01,0.76 -0.02,0.76 -0.02,0.75 -0.03,0.76 -0.04,0.76 -0.04,0.75 -0.04,0.76 -0.04,0.76 -0.04,0.75 -0.05,0.76 -0.04,0.76 -0.03,0.76 -0.04,0.75 -0.03,0.76 -0.03,0.76 -0.03,0.75 -0.02,0.76 -0.02,0.76 v 0.75 l -0.01,0.76 v 0.76 l -0.02,0.75 -0.02,0.76 -0.03,0.76 -0.05,0.75 -0.05,0.76 -0.08,0.76 -0.08,0.76 -0.1,0.75 -0.11,0.76 -0.09,0.76 -0.08,0.75 -0.09,0.76 -0.08,0.76 -0.11,0.75 -0.12,0.76 -0.13,0.76 -0.13,0.75 -0.12,0.76 -0.12,0.76 -0.14,0.76 -0.15,0.75 -0.17,0.76 -0.19,0.76 -0.22,0.75 -0.25,0.76 -0.26,0.76 -0.25,0.75 -0.21,0.76 -0.15,0.76 -0.08,0.75 -0.03,0.76 v 0.76 l -0.01,0.76 -0.04,0.75 -0.11,0.76 -0.21,0.76 -0.28,0.75 -0.34,0.76 -0.37,0.76 -0.34,0.75 -0.33,0.76 -0.3,0.76 -0.27,0.75 -0.26,0.76 -0.25,0.76 -0.24,0.75 -0.27,0.76 -0.33,0.76 -0.43,0.76 -0.56,0.75 -0.65,0.76 -0.7,0.76 -0.69,0.75 -0.67,0.76 -0.66,0.76 -0.67,0.75 -0.7,0.76 -0.69,0.76 -0.67,0.75 -0.64,0.76 -0.63,0.76 -0.62,0.76 -0.59,0.75 -0.54,0.76 -0.42,0.76 -0.31,0.75 -0.2,0.76 -0.12,0.76 -0.06,0.75 -0.02,0.76 0.05,0.76 0.13,0.75 0.22,0.76 0.35,0.76 0.49,0.76 0.62,0.75 0.72,0.76 0.74,0.76 0.73,0.75 0.73,0.76 0.76,0.76 0.81,0.75 0.87,0.76 0.88,0.76 0.86,0.75 0.8,0.76 0.71,0.76 0.64,0.75 0.59,0.76 0.56,0.76 0.56,0.76 0.57,0.75 0.56,0.76 0.55,0.76 0.51,0.75 0.49,0.76 0.45,0.76 0.41,0.75 0.37,0.76 0.33,0.76 0.29,0.75 0.26,0.76 0.24,0.76 0.22,0.76 0.2,0.75 0.18,0.76 0.15,0.76 0.12,0.75 0.09,0.76 0.05,0.76 0.03,0.75 0.01,0.76 0.01,0.76 v 0.75 l 0.02,0.76 0.02,0.76 0.02,0.76 0.03,0.75 0.02,0.76 0.03,0.76 0.02,0.75 0.02,0.76 0.03,0.76 0.04,0.75 0.04,0.76 0.04,0.76 0.04,0.75 0.04,0.76 0.03,0.76 0.03,0.75 0.03,0.76 0.02,0.76 0.01,0.76 0.02,0.75 0.01,0.76 0.01,0.76 v 0.75 l 0.01,0.76 v 0.76 l 0.01,0.75 v 0.76 0.76 0.75 0.76 0.76 0.76 0.75 0.76 0.76 0.75 0.76 0.76 0.75 0.76 0.76 0.75 0.76 0.76 0.76 0.75 h 0.02 v -0.75 -0.76 -0.76 -0.76 -0.75 -0.76 -0.76 -0.75 -0.76 -0.76 -0.75 -0.76 -0.76 -0.75 -0.76 -0.76 -0.76 -0.75 -0.76 -0.76 l 0.01,-0.75 v -0.76 l 0.01,-0.76 v -0.75 l 0.01,-0.76 0.02,-0.76 0.01,-0.75 0.01,-0.76 0.02,-0.76 0.03,-0.76 0.03,-0.75 0.03,-0.76 0.04,-0.76 0.04,-0.75 0.04,-0.76 0.04,-0.76 0.04,-0.75 0.03,-0.76 0.02,-0.76 0.02,-0.75 0.03,-0.76 0.02,-0.76 0.03,-0.75 0.03,-0.76 0.02,-0.76 0.01,-0.76 v -0.75 l 0.01,-0.76 0.01,-0.76 0.03,-0.75 0.05,-0.76 0.09,-0.76 0.12,-0.75 0.15,-0.76 0.18,-0.76 0.2,-0.75 0.22,-0.76 0.24,-0.76 0.26,-0.76 0.29,-0.75 0.33,-0.76 0.37,-0.76 0.41,-0.75 0.45,-0.76 0.49,-0.76 0.51,-0.75 0.55,-0.76 0.56,-0.76 0.57,-0.75 0.56,-0.76 0.56,-0.76 0.59,-0.76 0.64,-0.75 0.71,-0.76 0.8,-0.76 0.86,-0.75 0.89,-0.76 0.86,-0.76 0.81,-0.75 0.76,-0.76 0.73,-0.76 0.73,-0.75 0.74,-0.76 0.72,-0.76 0.62,-0.75 0.49,-0.76 0.36,-0.76 0.22,-0.76 0.12,-0.75 0.05,-0.76 -0.02,-0.76 -0.06,-0.75 -0.12,-0.76 -0.2,-0.76 -0.31,-0.75 -0.42,-0.76 -0.53,-0.76 -0.6,-0.75 -0.62,-0.76 -0.63,-0.76 -0.64,-0.76 -0.67,-0.75 -0.69,-0.76 -0.7,-0.76 -0.67,-0.75 -0.66,-0.76 -0.67,-0.76 -0.69,-0.75 -0.7,-0.76 -0.65,-0.76 -0.56,-0.75 -0.43,-0.76 -0.33,-0.76 -0.27,-0.76 -0.24,-0.75 -0.24,-0.76 -0.27,-0.76 -0.27,-0.75 -0.3,-0.76 -0.32,-0.76 -0.35,-0.75 -0.36,-0.76 -0.35,-0.76 -0.28,-0.75 -0.21,-0.76 -0.11,-0.76 -0.04,-0.75 v -0.76 -0.76 l -0.04,-0.76 -0.08,-0.75 -0.15,-0.76 -0.21,-0.76 -0.25,-0.75 -0.26,-0.76 -0.24,-0.76 -0.22,-0.75 -0.2,-0.76 -0.17,-0.76 -0.15,-0.75 -0.13,-0.76 -0.13,-0.76 -0.12,-0.76 -0.13,-0.75 -0.13,-0.76 -0.12,-0.76 -0.1,-0.75 -0.09,-0.76 -0.08,-0.76 -0.09,-0.75 -0.09,-0.76 -0.11,-0.76 -0.09,-0.75 -0.09,-0.76 -0.07,-0.76 -0.06,-0.76 -0.05,-0.75 -0.03,-0.76 -0.02,-0.76 -0.02,-0.75 v -0.76 -0.76 l -0.01,-0.75 -0.02,-0.76 -0.02,-0.76 -0.03,-0.75 -0.03,-0.76 -0.03,-0.76 -0.04,-0.75 -0.03,-0.76 -0.04,-0.76 -0.05,-0.76 -0.04,-0.75 -0.04,-0.76 -0.04,-0.76 -0.04,-0.75 -0.04,-0.76 -0.03,-0.76 -0.02,-0.75 -0.02,-0.76 -0.01,-0.76 -0.01,-0.75 v -0.76 z" /></g></g><g
  865. id="g704"
  866. transform="translate(-10,-10)"
  867. style="" /><g
  868. id="g706"
  869. transform="translate(-10,-10)"
  870. style=""><g
  871. clip-path="url(#clipPath712)"
  872. id="g708"
  873. style=""><path
  874. inkscape:connector-curvature="0"
  875. id="path714"
  876. style="fill:#e5e5e5;fill-opacity:1;fill-rule:nonzero;stroke:none"
  877. d="m 541.91,37.28 h 95.37 v 161.83 h -95.37 z" /><path
  878. inkscape:connector-curvature="0"
  879. id="path716"
  880. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  881. d="m 541.91,76.45 h 95.37" /><path
  882. inkscape:connector-curvature="0"
  883. id="path718"
  884. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  885. d="m 541.91,128.19 h 95.37" /><path
  886. inkscape:connector-curvature="0"
  887. id="path720"
  888. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  889. d="m 541.91,179.92 h 95.37" /><path
  890. inkscape:connector-curvature="0"
  891. id="path722"
  892. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  893. d="m 541.91,50.58 h 95.37" /><path
  894. inkscape:connector-curvature="0"
  895. id="path724"
  896. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  897. d="m 541.91,102.32 h 95.37" /><path
  898. inkscape:connector-curvature="0"
  899. id="path726"
  900. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  901. d="m 541.91,154.06 h 95.37" /><path
  902. inkscape:connector-curvature="0"
  903. id="path728"
  904. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  905. d="M 567.92,37.28 V 199.11" /><path
  906. inkscape:connector-curvature="0"
  907. id="path730"
  908. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  909. d="M 611.27,37.28 V 199.11" /><path
  910. inkscape:connector-curvature="0"
  911. id="path732"
  912. style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#333333;stroke-width:1.05999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  913. d="m 567.78,45.67 -0.06,0.8 -0.07,0.79 -0.09,0.8 -0.11,0.8 -0.13,0.79 -0.15,0.8 -0.18,0.8 -0.21,0.8 -0.24,0.79 -0.26,0.8 -0.3,0.8 -0.33,0.79 -0.34,0.8 -0.35,0.8 -0.35,0.79 -0.32,0.8 -0.3,0.8 -0.25,0.8 -0.19,0.79 -0.14,0.8 -0.09,0.8 -0.04,0.79 -0.01,0.8 0.01,0.8 0.02,0.8 0.02,0.79 0.01,0.8 0.02,0.8 0.01,0.79 v 0.8 l -0.01,0.8 -0.01,0.79 -0.02,0.8 -0.03,0.8 -0.04,0.8 -0.05,0.79 -0.06,0.8 -0.08,0.8 -0.11,0.79 -0.15,0.8 -0.18,0.8 -0.21,0.79 -0.23,0.8 -0.26,0.8 -0.28,0.8 -0.29,0.79 -0.29,0.8 -0.29,0.8 -0.28,0.79 -0.24,0.8 -0.2,0.8 -0.15,0.8 -0.09,0.79 -0.05,0.8 -0.01,0.8 v 0.79 l -0.02,0.8 -0.03,0.8 -0.07,0.79 -0.11,0.8 -0.14,0.8 -0.16,0.8 -0.17,0.79 -0.18,0.8 -0.18,0.8 -0.17,0.79 -0.17,0.8 -0.19,0.8 -0.21,0.79 -0.26,0.8 -0.31,0.8 -0.37,0.8 -0.44,0.79 -0.49,0.8 -0.54,0.8 -0.58,0.79 -0.62,0.8 -0.64,0.8 -0.65,0.8 -0.66,0.79 -0.64,0.8 -0.63,0.8 -0.59,0.79 -0.55,0.8 -0.48,0.8 -0.4,0.79 -0.31,0.8 -0.21,0.8 -0.12,0.8 -0.05,0.79 0.04,0.8 0.1,0.8 0.19,0.79 0.26,0.8 0.35,0.8 0.45,0.79 0.55,0.8 0.62,0.8 0.7,0.8 0.74,0.79 0.78,0.8 0.81,0.8 0.84,0.79 0.84,0.8 0.84,0.8 0.82,0.79 0.8,0.8 0.75,0.8 0.7,0.8 0.66,0.79 0.62,0.8 0.59,0.8 0.56,0.79 0.54,0.8 0.52,0.8 0.49,0.8 0.47,0.79 0.43,0.8 0.4,0.8 0.37,0.79 0.33,0.8 0.29,0.8 0.26,0.79 0.23,0.8 0.19,0.8 0.17,0.8 0.14,0.79 0.11,0.8 0.09,0.8 0.07,0.79 0.05,0.8 0.04,0.8 0.03,0.79 0.03,0.8 0.03,0.8 0.03,0.8 0.03,0.79 0.02,0.8 0.03,0.8 0.03,0.79 0.03,0.8 0.04,0.8 0.03,0.8 0.05,0.79 0.04,0.8 0.04,0.8 0.04,0.79 0.03,0.8 0.04,0.8 0.02,0.79 0.03,0.8 0.02,0.8 0.01,0.8 0.02,0.79 0.01,0.8 v 0.8 l 0.01,0.79 v 0.8 l 0.01,0.8 v 0.79 0.8 0.8 0.8 0.79 0.8 0.8 0.79 0.8 0.8 0.79 0.8 0.8 0.8 0.79 0.8 0.8 0.79 h 0.02 v -0.79 -0.8 -0.8 -0.79 -0.8 -0.8 -0.8 -0.79 -0.8 -0.8 -0.79 -0.8 -0.8 -0.79 -0.8 -0.8 -0.8 -0.79 l 0.01,-0.8 v -0.8 l 0.01,-0.79 0.01,-0.8 0.01,-0.8 0.01,-0.79 0.02,-0.8 0.01,-0.8 0.03,-0.8 0.03,-0.79 0.03,-0.8 0.03,-0.8 0.04,-0.79 0.04,-0.8 0.05,-0.8 0.04,-0.79 0.04,-0.8 0.03,-0.8 0.03,-0.8 0.03,-0.79 0.03,-0.8 0.03,-0.8 0.02,-0.79 0.03,-0.8 0.03,-0.8 0.03,-0.8 0.03,-0.79 0.04,-0.8 0.06,-0.8 0.06,-0.79 0.09,-0.8 0.11,-0.8 0.14,-0.79 0.17,-0.8 0.2,-0.8 0.22,-0.8 0.26,-0.79 0.3,-0.8 0.32,-0.8 0.37,-0.79 0.4,-0.8 0.43,-0.8 0.47,-0.79 0.49,-0.8 0.52,-0.8 0.54,-0.8 0.56,-0.79 0.59,-0.8 0.62,-0.8 0.66,-0.79 0.71,-0.8 0.75,-0.8 0.79,-0.8 0.82,-0.79 0.84,-0.8 0.84,-0.8 0.84,-0.79 0.81,-0.8 0.78,-0.8 0.75,-0.79 0.69,-0.8 0.63,-0.8 0.54,-0.8 0.45,-0.79 0.35,-0.8 0.27,-0.8 0.18,-0.79 0.1,-0.8 0.04,-0.8 -0.04,-0.79 -0.13,-0.8 -0.21,-0.8 -0.31,-0.8 -0.4,-0.79 -0.48,-0.8 -0.54,-0.8 -0.6,-0.79 -0.62,-0.8 -0.65,-0.8 -0.66,-0.79 -0.65,-0.8 -0.64,-0.8 -0.61,-0.8 -0.59,-0.79 -0.54,-0.8 -0.49,-0.8 -0.44,-0.79 -0.37,-0.8 -0.31,-0.8 -0.26,-0.8 -0.21,-0.79 -0.19,-0.8 -0.17,-0.8 -0.17,-0.79 -0.18,-0.8 -0.18,-0.8 -0.17,-0.79 -0.16,-0.8 -0.14,-0.8 -0.11,-0.8 -0.07,-0.79 -0.03,-0.8 -0.01,-0.8 -0.01,-0.79 -0.01,-0.8 -0.05,-0.8 -0.09,-0.79 -0.14,-0.8 -0.21,-0.8 -0.24,-0.8 -0.28,-0.79 -0.29,-0.8 -0.29,-0.8 -0.29,-0.79 -0.28,-0.8 -0.26,-0.8 -0.23,-0.8 -0.21,-0.79 -0.18,-0.8 -0.15,-0.8 -0.11,-0.79 -0.08,-0.8 -0.06,-0.8 -0.05,-0.79 -0.04,-0.8 -0.03,-0.8 -0.02,-0.8 -0.01,-0.79 -0.01,-0.8 0.01,-0.8 v -0.79 l 0.02,-0.8 0.01,-0.8 0.02,-0.79 0.02,-0.8 0.01,-0.8 -0.01,-0.8 -0.04,-0.79 -0.09,-0.8 -0.14,-0.8 -0.19,-0.79 -0.25,-0.8 -0.29,-0.8 -0.33,-0.8 -0.35,-0.79 -0.35,-0.8 -0.34,-0.8 -0.33,-0.79 -0.29,-0.8 -0.27,-0.8 -0.24,-0.79 -0.21,-0.8 -0.18,-0.8 -0.15,-0.8 -0.13,-0.79 -0.11,-0.8 -0.09,-0.8 -0.07,-0.79 -0.05,-0.8 z" /><path
  914. inkscape:connector-curvature="0"
  915. id="path734"
  916. style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#333333;stroke-width:1.05999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  917. d="m 610.14,47.77 -0.26,0.62 -0.31,0.62 -0.36,0.62 -0.41,0.62 -0.46,0.62 -0.51,0.62 -0.55,0.62 -0.58,0.62 -0.62,0.62 -0.64,0.62 -0.65,0.62 -0.65,0.62 -0.64,0.62 -0.63,0.62 -0.61,0.62 -0.57,0.62 -0.54,0.62 -0.5,0.62 -0.45,0.62 -0.39,0.62 -0.35,0.62 -0.29,0.62 -0.23,0.62 -0.17,0.63 -0.13,0.62 -0.08,0.62 -0.05,0.62 -0.01,0.62 v 0.62 l 0.01,0.62 0.02,0.62 v 0.62 l -0.01,0.62 -0.04,0.62 -0.06,0.62 -0.09,0.62 -0.12,0.62 -0.15,0.62 -0.18,0.62 -0.2,0.62 -0.22,0.62 -0.23,0.62 -0.24,0.62 -0.24,0.62 -0.23,0.62 -0.23,0.62 -0.22,0.62 -0.21,0.62 -0.19,0.62 -0.17,0.63 -0.16,0.62 -0.14,0.62 -0.12,0.62 -0.11,0.62 -0.08,0.62 -0.06,0.62 -0.05,0.62 -0.01,0.62 0.01,0.62 0.05,0.62 0.07,0.62 0.11,0.62 0.14,0.62 0.17,0.62 0.19,0.62 0.21,0.62 0.23,0.62 0.23,0.62 0.22,0.62 0.21,0.62 0.2,0.62 0.17,0.62 0.15,0.62 0.13,0.62 0.11,0.62 0.11,0.63 0.1,0.62 0.11,0.62 0.13,0.62 0.15,0.62 0.19,0.62 0.22,0.62 0.26,0.62 0.3,0.62 0.33,0.62 0.36,0.62 0.38,0.62 0.4,0.62 0.4,0.62 0.41,0.62 0.39,0.62 0.37,0.62 0.36,0.62 0.33,0.62 0.31,0.62 0.28,0.62 0.25,0.62 0.23,0.62 0.21,0.62 0.19,0.62 0.17,0.62 0.16,0.63 0.15,0.62 0.15,0.62 0.15,0.62 0.14,0.62 0.15,0.62 0.15,0.62 0.16,0.62 0.16,0.62 0.16,0.62 0.17,0.62 0.17,0.62 0.17,0.62 0.18,0.62 0.17,0.62 0.18,0.62 0.19,0.62 0.18,0.62 0.2,0.62 0.19,0.62 0.2,0.62 0.2,0.62 0.21,0.62 0.2,0.62 0.21,0.62 0.2,0.62 0.19,0.63 0.19,0.62 0.17,0.62 0.16,0.62 0.15,0.62 0.13,0.62 0.12,0.62 0.11,0.62 0.1,0.62 0.09,0.62 0.08,0.62 0.07,0.62 0.08,0.62 0.06,0.62 0.07,0.62 0.07,0.62 0.06,0.62 0.06,0.62 0.06,0.62 0.05,0.62 0.05,0.62 0.05,0.62 0.04,0.62 0.03,0.62 0.03,0.62 0.02,0.63 0.02,0.62 0.01,0.62 0.01,0.62 0.01,0.62 v 0.62 0.62 l 0.01,0.62 v 0.62 h 0.12 v -0.62 l 0.01,-0.62 v -0.62 -0.62 l 0.01,-0.62 0.01,-0.62 0.01,-0.62 0.02,-0.62 0.02,-0.63 0.03,-0.62 0.04,-0.62 0.04,-0.62 0.04,-0.62 0.05,-0.62 0.05,-0.62 0.06,-0.62 0.06,-0.62 0.07,-0.62 0.06,-0.62 0.07,-0.62 0.07,-0.62 0.07,-0.62 0.07,-0.62 0.08,-0.62 0.09,-0.62 0.1,-0.62 0.11,-0.62 0.12,-0.62 0.13,-0.62 0.15,-0.62 0.16,-0.62 0.17,-0.62 0.19,-0.62 0.19,-0.63 0.2,-0.62 0.21,-0.62 0.2,-0.62 0.21,-0.62 0.2,-0.62 0.2,-0.62 0.2,-0.62 0.19,-0.62 0.18,-0.62 0.19,-0.62 0.18,-0.62 0.18,-0.62 0.17,-0.62 0.17,-0.62 0.17,-0.62 0.17,-0.62 0.16,-0.62 0.16,-0.62 0.16,-0.62 0.15,-0.62 0.15,-0.62 0.15,-0.62 0.14,-0.62 0.15,-0.62 0.15,-0.62 0.16,-0.63 0.17,-0.62 0.19,-0.62 0.21,-0.62 0.23,-0.62 0.25,-0.62 0.28,-0.62 0.31,-0.62 0.33,-0.62 0.36,-0.62 0.37,-0.62 0.4,-0.62 0.4,-0.62 0.4,-0.62 0.4,-0.62 0.38,-0.62 0.36,-0.62 0.34,-0.62 0.29,-0.62 0.26,-0.62 0.22,-0.62 0.19,-0.62 0.15,-0.62 0.13,-0.62 0.11,-0.62 0.1,-0.62 0.11,-0.63 0.11,-0.62 0.13,-0.62 0.15,-0.62 0.17,-0.62 0.2,-0.62 0.21,-0.62 0.23,-0.62 0.22,-0.62 0.23,-0.62 0.21,-0.62 0.2,-0.62 0.16,-0.62 0.14,-0.62 0.11,-0.62 0.08,-0.62 0.04,-0.62 0.01,-0.62 -0.01,-0.62 -0.04,-0.62 -0.07,-0.62 -0.08,-0.62 -0.11,-0.62 -0.12,-0.62 -0.14,-0.62 -0.16,-0.62 -0.17,-0.63 -0.19,-0.62 -0.21,-0.62 -0.22,-0.62 -0.23,-0.62 -0.23,-0.62 -0.24,-0.62 -0.24,-0.62 -0.23,-0.62 -0.22,-0.62 -0.2,-0.62 -0.18,-0.62 -0.15,-0.62 -0.12,-0.62 -0.09,-0.62 -0.06,-0.62 -0.04,-0.62 -0.01,-0.62 V 67 l 0.02,-0.62 0.01,-0.62 v -0.62 l -0.01,-0.62 -0.05,-0.62 -0.08,-0.62 -0.12,-0.62 -0.18,-0.63 -0.23,-0.62 -0.29,-0.62 -0.34,-0.62 -0.4,-0.62 -0.45,-0.62 -0.5,-0.62 -0.54,-0.62 -0.57,-0.62 -0.61,-0.62 -0.63,-0.62 -0.64,-0.62 -0.65,-0.62 -0.65,-0.62 -0.64,-0.62 -0.62,-0.62 -0.58,-0.62 -0.55,-0.62 -0.51,-0.62 -0.46,-0.62 -0.41,-0.62 -0.36,-0.62 -0.31,-0.62 -0.26,-0.62 z" /></g></g><g
  918. id="g736"
  919. transform="translate(-10,-10)"
  920. style="" /><g
  921. id="g768"
  922. transform="translate(-10,-10)"
  923. style="" /><g
  924. id="g770"
  925. transform="translate(-10,-10)"
  926. style=""><g
  927. clip-path="url(#clipPath776)"
  928. id="g772"
  929. style=""><path
  930. inkscape:connector-curvature="0"
  931. id="path778"
  932. style="fill:#e5e5e5;fill-opacity:1;fill-rule:nonzero;stroke:none"
  933. d="m 640.88,202.71 h 95.37 v 161.83 h -95.37 z" /><path
  934. inkscape:connector-curvature="0"
  935. id="path780"
  936. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  937. d="m 640.88,241.88 h 95.37" /><path
  938. inkscape:connector-curvature="0"
  939. id="path782"
  940. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  941. d="m 640.88,293.62 h 95.37" /><path
  942. inkscape:connector-curvature="0"
  943. id="path784"
  944. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  945. d="m 640.88,345.35 h 95.37" /><path
  946. inkscape:connector-curvature="0"
  947. id="path786"
  948. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  949. d="m 640.88,216.01 h 95.37" /><path
  950. inkscape:connector-curvature="0"
  951. id="path788"
  952. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  953. d="m 640.88,267.75 h 95.37" /><path
  954. inkscape:connector-curvature="0"
  955. id="path790"
  956. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  957. d="m 640.88,319.48 h 95.37" /><path
  958. inkscape:connector-curvature="0"
  959. id="path792"
  960. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  961. d="M 666.89,202.71 V 364.54" /><path
  962. inkscape:connector-curvature="0"
  963. id="path794"
  964. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  965. d="M 710.24,202.71 V 364.54" /><path
  966. inkscape:connector-curvature="0"
  967. id="path796"
  968. style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#333333;stroke-width:1.05999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  969. d="m 666.83,213.34 -0.03,0.67 -0.02,0.67 -0.04,0.67 -0.05,0.67 -0.06,0.67 -0.08,0.67 -0.11,0.67 -0.15,0.67 -0.19,0.67 -0.26,0.67 -0.31,0.67 -0.36,0.67 -0.41,0.67 -0.45,0.67 -0.46,0.67 -0.46,0.67 -0.44,0.67 -0.41,0.67 -0.37,0.67 -0.34,0.68 -0.3,0.67 -0.29,0.67 -0.31,0.67 -0.33,0.67 -0.38,0.67 -0.45,0.67 -0.53,0.67 -0.6,0.67 -0.67,0.67 -0.71,0.67 -0.73,0.67 -0.72,0.67 -0.7,0.67 -0.65,0.67 -0.61,0.67 -0.55,0.67 -0.49,0.67 -0.43,0.67 -0.37,0.67 -0.3,0.67 -0.23,0.67 -0.18,0.67 -0.12,0.67 -0.09,0.67 -0.05,0.67 -0.04,0.67 -0.02,0.67 -0.01,0.67 0.01,0.67 0.03,0.67 0.06,0.67 0.11,0.67 0.15,0.67 0.18,0.67 0.21,0.67 0.21,0.67 0.22,0.67 0.22,0.67 0.23,0.67 0.24,0.67 0.28,0.67 0.3,0.67 0.33,0.67 0.35,0.67 0.36,0.67 0.35,0.67 0.36,0.67 0.35,0.67 0.35,0.67 0.34,0.67 0.34,0.67 0.33,0.67 0.31,0.67 0.29,0.67 0.26,0.67 0.25,0.67 0.25,0.67 0.26,0.67 0.28,0.67 0.31,0.67 0.34,0.67 0.37,0.67 0.37,0.67 0.38,0.67 0.36,0.67 0.34,0.67 0.3,0.67 0.26,0.67 0.22,0.67 0.19,0.67 0.17,0.67 0.16,0.67 0.15,0.67 0.16,0.68 0.15,0.67 0.16,0.67 0.15,0.67 0.14,0.67 0.12,0.67 0.12,0.67 0.13,0.67 0.13,0.67 0.14,0.67 0.17,0.67 0.18,0.67 0.2,0.67 0.2,0.67 0.2,0.67 0.18,0.67 0.16,0.67 0.13,0.67 0.11,0.67 0.09,0.67 0.07,0.67 0.06,0.67 0.04,0.67 0.05,0.67 0.05,0.67 0.06,0.67 0.06,0.67 0.08,0.67 0.08,0.67 0.08,0.67 0.07,0.67 0.06,0.67 0.05,0.67 0.03,0.67 0.03,0.67 0.02,0.67 0.02,0.67 0.02,0.67 0.02,0.67 0.02,0.67 0.02,0.67 0.02,0.67 0.01,0.67 0.02,0.67 0.02,0.67 0.01,0.67 0.01,0.67 0.01,0.67 0.01,0.67 0.01,0.67 0.01,0.67 v 0.67 0.67 l 0.01,0.67 v 0.67 0.67 0.67 0.67 l 0.01,0.67 v 0.67 0.67 0.67 l 0.01,0.67 v 0.67 l 0.01,0.67 v 0.67 0.67 l 0.01,0.67 v 0.67 0.67 0.67 0.67 0.67 0.68 0.67 0.67 0.67 0.67 0.67 l -0.01,0.67 v 0.67 0.67 0.67 0.67 h 0.03 v -0.67 l -0.01,-0.67 v -0.67 -0.67 -0.67 l -0.01,-0.67 v -0.67 -0.67 -0.67 -0.67 -0.68 -0.67 -0.67 -0.67 -0.67 -0.67 l 0.01,-0.67 v -0.67 -0.67 l 0.01,-0.67 v -0.67 l 0.01,-0.67 v -0.67 -0.67 l 0.01,-0.67 v -0.67 -0.67 -0.67 -0.67 -0.67 l 0.01,-0.67 v -0.67 -0.67 l 0.01,-0.67 0.01,-0.67 0.01,-0.67 0.01,-0.67 0.01,-0.67 0.02,-0.67 0.01,-0.67 0.02,-0.67 0.01,-0.67 0.02,-0.67 0.02,-0.67 0.02,-0.67 0.02,-0.67 0.02,-0.67 0.02,-0.67 0.02,-0.67 0.03,-0.67 0.03,-0.67 0.05,-0.67 0.06,-0.67 0.07,-0.67 0.08,-0.67 0.08,-0.67 0.08,-0.67 0.06,-0.67 0.06,-0.67 0.05,-0.67 0.05,-0.67 0.05,-0.67 0.05,-0.67 0.07,-0.67 0.09,-0.67 0.11,-0.67 0.13,-0.67 0.16,-0.67 0.18,-0.67 0.2,-0.67 0.2,-0.67 0.2,-0.67 0.18,-0.67 0.17,-0.67 0.14,-0.67 0.13,-0.67 0.13,-0.67 0.12,-0.67 0.12,-0.67 0.14,-0.67 0.15,-0.67 0.16,-0.67 0.16,-0.67 0.15,-0.68 0.15,-0.67 0.16,-0.67 0.17,-0.67 0.19,-0.67 0.22,-0.67 0.26,-0.67 0.31,-0.67 0.33,-0.67 0.36,-0.67 0.38,-0.67 0.37,-0.67 0.37,-0.67 0.34,-0.67 0.31,-0.67 0.28,-0.67 0.26,-0.67 0.25,-0.67 0.25,-0.67 0.26,-0.67 0.29,-0.67 0.31,-0.67 0.33,-0.67 0.34,-0.67 0.34,-0.67 0.35,-0.67 0.35,-0.67 0.36,-0.67 0.35,-0.67 0.36,-0.67 0.35,-0.67 0.33,-0.67 0.3,-0.67 0.28,-0.67 0.25,-0.67 0.22,-0.67 0.22,-0.67 0.22,-0.67 0.21,-0.67 0.21,-0.67 0.18,-0.67 0.15,-0.67 0.11,-0.67 0.07,-0.67 0.02,-0.67 0.01,-0.67 -0.01,-0.67 -0.02,-0.67 -0.04,-0.67 -0.05,-0.67 -0.08,-0.67 -0.13,-0.67 -0.18,-0.67 -0.23,-0.67 -0.3,-0.67 -0.37,-0.67 -0.42,-0.67 -0.5,-0.67 -0.55,-0.67 -0.61,-0.67 -0.65,-0.67 -0.7,-0.67 -0.72,-0.67 -0.73,-0.67 -0.71,-0.67 -0.67,-0.67 -0.6,-0.67 -0.53,-0.67 -0.45,-0.67 -0.38,-0.67 -0.33,-0.67 -0.3,-0.67 -0.3,-0.67 -0.3,-0.67 -0.34,-0.68 -0.37,-0.67 -0.41,-0.67 -0.44,-0.67 -0.46,-0.67 -0.46,-0.67 -0.44,-0.67 -0.42,-0.67 -0.36,-0.67 -0.31,-0.67 -0.26,-0.67 -0.19,-0.67 -0.15,-0.67 -0.11,-0.67 -0.08,-0.67 -0.06,-0.67 -0.05,-0.67 -0.03,-0.67 -0.03,-0.67 -0.03,-0.67 z" /><path
  970. inkscape:connector-curvature="0"
  971. id="path798"
  972. style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#333333;stroke-width:1.05999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  973. d="m 710.22,217.36 v 0.67 0.67 l -0.01,0.67 -0.01,0.67 v 0.67 l -0.01,0.67 -0.01,0.67 -0.01,0.66 -0.02,0.67 -0.02,0.67 -0.03,0.67 -0.03,0.67 -0.02,0.67 -0.02,0.67 v 0.67 0.67 0.67 0.67 l -0.01,0.67 -0.02,0.67 -0.02,0.66 -0.03,0.67 -0.03,0.67 -0.03,0.67 -0.03,0.67 -0.03,0.67 -0.03,0.67 -0.03,0.67 -0.05,0.67 -0.05,0.67 -0.07,0.67 -0.06,0.67 -0.07,0.67 -0.07,0.67 -0.06,0.66 -0.07,0.67 -0.08,0.67 -0.1,0.67 -0.1,0.67 -0.12,0.67 -0.12,0.67 -0.11,0.67 -0.11,0.67 -0.09,0.67 -0.11,0.67 -0.12,0.67 -0.14,0.67 -0.18,0.67 -0.21,0.66 -0.21,0.67 -0.2,0.67 -0.18,0.67 -0.15,0.67 -0.13,0.67 -0.11,0.67 -0.11,0.67 -0.11,0.67 -0.12,0.67 -0.13,0.67 -0.15,0.67 -0.16,0.67 -0.18,0.67 -0.16,0.66 -0.15,0.67 -0.14,0.67 -0.15,0.67 -0.19,0.67 -0.25,0.67 -0.32,0.67 -0.35,0.67 -0.39,0.67 -0.41,0.67 -0.44,0.67 -0.46,0.67 -0.5,0.67 -0.51,0.67 -0.54,0.66 -0.57,0.67 -0.61,0.67 -0.65,0.67 -0.67,0.67 -0.66,0.67 -0.63,0.67 -0.56,0.67 -0.51,0.67 -0.48,0.67 -0.46,0.67 -0.47,0.67 -0.48,0.67 -0.5,0.67 -0.52,0.66 -0.52,0.67 -0.47,0.67 -0.38,0.67 -0.3,0.67 -0.24,0.67 -0.18,0.67 -0.13,0.67 -0.06,0.67 0.06,0.67 0.17,0.67 0.29,0.67 0.4,0.67 0.51,0.66 0.59,0.67 0.68,0.67 0.74,0.67 0.78,0.67 0.81,0.67 0.8,0.67 0.77,0.67 0.73,0.67 0.68,0.67 0.64,0.67 0.6,0.67 0.59,0.67 0.6,0.67 0.6,0.66 0.61,0.67 0.57,0.67 0.52,0.67 0.45,0.67 0.39,0.67 0.35,0.67 0.34,0.67 0.36,0.67 0.39,0.67 0.41,0.67 0.41,0.67 0.4,0.67 0.36,0.67 0.31,0.66 0.25,0.67 0.2,0.67 0.18,0.67 0.16,0.67 0.15,0.67 0.16,0.67 0.15,0.67 0.15,0.67 0.13,0.67 0.12,0.67 0.09,0.67 0.06,0.67 0.04,0.67 0.03,0.66 0.03,0.67 0.03,0.67 0.03,0.67 0.03,0.67 0.04,0.67 0.03,0.67 0.02,0.67 0.02,0.67 0.02,0.67 0.03,0.67 0.02,0.67 0.04,0.67 0.03,0.67 0.03,0.66 0.02,0.67 0.02,0.67 0.01,0.67 0.01,0.67 -0.01,0.67 v 0.67 0.67 0.67 l 0.02,0.67 0.02,0.67 0.02,0.67 0.03,0.67 0.03,0.67 0.02,0.66 0.01,0.67 0.01,0.67 0.01,0.67 0.01,0.67 0.02,0.67 0.02,0.67 0.01,0.67 0.02,0.67 0.01,0.67 h 0.04 l 0.01,-0.67 0.02,-0.67 0.01,-0.67 0.02,-0.67 0.02,-0.67 0.01,-0.67 0.01,-0.67 0.01,-0.67 0.01,-0.67 0.02,-0.66 0.03,-0.67 0.03,-0.67 0.02,-0.67 0.03,-0.67 0.01,-0.67 v -0.67 -0.67 -0.67 -0.67 -0.67 l 0.01,-0.67 0.02,-0.67 0.02,-0.67 0.03,-0.66 0.03,-0.67 0.04,-0.67 0.03,-0.67 0.02,-0.67 0.02,-0.67 0.02,-0.67 0.02,-0.67 0.03,-0.67 0.04,-0.67 0.03,-0.67 0.03,-0.67 0.03,-0.67 0.03,-0.67 0.03,-0.66 0.04,-0.67 0.06,-0.67 0.09,-0.67 0.12,-0.67 0.13,-0.67 0.15,-0.67 0.15,-0.67 0.16,-0.67 0.15,-0.67 0.16,-0.67 0.18,-0.67 0.2,-0.67 0.25,-0.67 0.31,-0.66 0.36,-0.67 0.4,-0.67 0.41,-0.67 0.41,-0.67 0.39,-0.67 0.36,-0.67 0.34,-0.67 0.35,-0.67 0.39,-0.67 0.45,-0.67 0.52,-0.67 0.57,-0.67 0.61,-0.67 0.6,-0.66 0.6,-0.67 0.59,-0.67 0.6,-0.67 0.64,-0.67 0.68,-0.67 0.73,-0.67 0.77,-0.67 0.8,-0.67 0.81,-0.67 0.78,-0.67 0.74,-0.67 0.68,-0.67 0.59,-0.67 0.51,-0.66 0.4,-0.67 0.29,-0.67 0.18,-0.67 0.05,-0.67 -0.06,-0.67 -0.13,-0.67 -0.18,-0.67 -0.24,-0.67 -0.3,-0.67 -0.38,-0.67 -0.47,-0.67 -0.52,-0.67 -0.52,-0.66 -0.5,-0.67 -0.48,-0.67 -0.47,-0.67 -0.46,-0.67 -0.48,-0.67 -0.51,-0.67 -0.56,-0.67 -0.63,-0.67 -0.66,-0.67 -0.67,-0.67 -0.65,-0.67 -0.61,-0.67 -0.57,-0.67 -0.54,-0.66 -0.51,-0.67 -0.5,-0.67 -0.46,-0.67 -0.44,-0.67 -0.41,-0.67 -0.39,-0.67 -0.35,-0.67 -0.31,-0.67 -0.26,-0.67 -0.19,-0.67 -0.15,-0.67 -0.14,-0.67 -0.15,-0.67 -0.16,-0.66 -0.18,-0.67 -0.16,-0.67 -0.15,-0.67 -0.13,-0.67 -0.12,-0.67 -0.11,-0.67 -0.11,-0.67 -0.11,-0.67 -0.13,-0.67 -0.15,-0.67 -0.18,-0.67 -0.2,-0.67 -0.21,-0.67 -0.2,-0.66 -0.18,-0.67 -0.15,-0.67 -0.12,-0.67 -0.11,-0.67 -0.09,-0.67 -0.11,-0.67 -0.11,-0.67 -0.12,-0.67 -0.11,-0.67 -0.11,-0.67 -0.1,-0.67 -0.08,-0.67 -0.07,-0.67 -0.06,-0.66 -0.07,-0.67 -0.07,-0.67 -0.06,-0.67 -0.07,-0.67 -0.05,-0.67 -0.05,-0.67 -0.03,-0.67 -0.03,-0.67 -0.03,-0.67 -0.03,-0.67 -0.02,-0.67 -0.03,-0.67 -0.03,-0.67 -0.03,-0.66 -0.02,-0.67 -0.01,-0.67 v -0.67 -0.67 -0.67 -0.67 l -0.02,-0.67 -0.02,-0.67 -0.03,-0.67 -0.03,-0.67 -0.02,-0.67 -0.02,-0.67 -0.01,-0.66 -0.01,-0.67 -0.01,-0.67 v -0.67 l -0.01,-0.67 v -0.67 l -0.01,-0.67 v -0.67 z" /></g></g><g
  974. id="g800"
  975. transform="translate(-10,-10)"
  976. style="" /><g
  977. id="g802"
  978. transform="translate(-10,-10)"
  979. style=""><g
  980. clip-path="url(#clipPath808)"
  981. id="g804"
  982. style=""><path
  983. inkscape:connector-curvature="0"
  984. id="path810"
  985. style="fill:#e5e5e5;fill-opacity:1;fill-rule:nonzero;stroke:none"
  986. d="m 640.88,37.28 h 95.37 v 161.83 h -95.37 z" /><path
  987. inkscape:connector-curvature="0"
  988. id="path812"
  989. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  990. d="m 640.88,76.45 h 95.37" /><path
  991. inkscape:connector-curvature="0"
  992. id="path814"
  993. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  994. d="m 640.88,128.19 h 95.37" /><path
  995. inkscape:connector-curvature="0"
  996. id="path816"
  997. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  998. d="m 640.88,179.92 h 95.37" /><path
  999. inkscape:connector-curvature="0"
  1000. id="path818"
  1001. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1002. d="m 640.88,50.58 h 95.37" /><path
  1003. inkscape:connector-curvature="0"
  1004. id="path820"
  1005. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1006. d="m 640.88,102.32 h 95.37" /><path
  1007. inkscape:connector-curvature="0"
  1008. id="path822"
  1009. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1010. d="m 640.88,154.06 h 95.37" /><path
  1011. inkscape:connector-curvature="0"
  1012. id="path824"
  1013. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1014. d="M 666.89,37.28 V 199.11" /><path
  1015. inkscape:connector-curvature="0"
  1016. id="path826"
  1017. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1018. d="M 710.24,37.28 V 199.11" /><path
  1019. inkscape:connector-curvature="0"
  1020. id="path828"
  1021. style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#333333;stroke-width:1.05999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1022. d="m 666.85,48.43 -0.01,0.71 -0.02,0.72 -0.02,0.72 -0.03,0.71 -0.04,0.72 -0.06,0.71 -0.07,0.72 -0.09,0.72 -0.12,0.71 -0.15,0.72 -0.16,0.71 -0.19,0.72 -0.2,0.72 -0.2,0.71 -0.21,0.72 -0.19,0.72 -0.19,0.71 -0.16,0.72 -0.16,0.71 -0.14,0.72 -0.14,0.72 -0.15,0.71 -0.17,0.72 -0.19,0.71 -0.22,0.72 -0.25,0.72 -0.27,0.71 -0.28,0.72 -0.28,0.72 -0.28,0.71 -0.26,0.72 -0.25,0.71 -0.23,0.72 -0.2,0.72 -0.18,0.71 -0.16,0.72 -0.13,0.71 -0.12,0.72 -0.1,0.72 -0.09,0.71 -0.09,0.72 -0.08,0.72 -0.07,0.71 -0.08,0.72 -0.07,0.71 -0.06,0.72 -0.06,0.72 -0.06,0.71 -0.06,0.72 -0.06,0.71 -0.07,0.72 -0.07,0.72 -0.07,0.71 -0.07,0.72 -0.05,0.72 -0.04,0.71 -0.03,0.72 -0.02,0.71 -0.02,0.72 -0.01,0.72 -0.02,0.71 -0.02,0.72 -0.02,0.71 -0.04,0.72 -0.06,0.72 -0.09,0.71 -0.13,0.72 -0.17,0.72 -0.22,0.71 -0.28,0.72 -0.32,0.71 -0.36,0.72 -0.39,0.72 -0.4,0.71 -0.42,0.72 -0.42,0.71 -0.44,0.72 -0.44,0.72 -0.47,0.71 -0.48,0.72 -0.5,0.72 -0.52,0.71 -0.52,0.72 -0.53,0.71 -0.53,0.72 -0.51,0.72 -0.51,0.71 -0.49,0.72 -0.48,0.71 -0.46,0.72 -0.43,0.72 -0.39,0.71 -0.34,0.72 -0.28,0.72 -0.19,0.71 -0.1,0.72 0.01,0.71 0.11,0.72 0.22,0.72 0.34,0.71 0.45,0.72 0.54,0.71 0.62,0.72 0.7,0.72 0.75,0.71 0.77,0.72 0.79,0.72 0.78,0.71 0.76,0.72 0.74,0.71 0.71,0.72 0.69,0.72 0.67,0.71 0.65,0.72 0.63,0.71 0.59,0.72 0.57,0.72 0.53,0.71 0.49,0.72 0.45,0.72 0.43,0.71 0.42,0.72 0.4,0.71 0.4,0.72 0.4,0.72 0.38,0.71 0.35,0.72 0.33,0.71 0.29,0.72 0.27,0.72 0.23,0.71 0.2,0.72 0.19,0.72 0.16,0.71 0.16,0.72 0.13,0.71 0.12,0.72 0.1,0.72 0.09,0.71 0.07,0.72 0.05,0.71 0.05,0.72 0.04,0.72 0.04,0.71 0.03,0.72 0.04,0.72 0.03,0.71 0.03,0.72 0.03,0.71 0.03,0.72 0.03,0.72 0.03,0.71 0.03,0.72 0.03,0.71 0.02,0.72 0.01,0.72 0.02,0.71 v 0.72 l 0.01,0.72 v 0.71 l 0.01,0.72 0.01,0.71 0.01,0.72 0.02,0.72 0.02,0.71 0.02,0.72 0.02,0.71 0.02,0.72 0.02,0.72 0.01,0.71 0.02,0.72 0.02,0.72 0.01,0.71 0.02,0.72 0.01,0.71 h 0.08 l 0.02,-0.71 0.01,-0.72 0.02,-0.71 0.01,-0.72 0.02,-0.72 0.01,-0.71 0.02,-0.72 0.02,-0.72 0.02,-0.71 0.02,-0.72 0.02,-0.71 0.02,-0.72 0.01,-0.72 0.01,-0.71 0.01,-0.72 v -0.71 l 0.01,-0.72 0.01,-0.72 0.01,-0.71 0.01,-0.72 0.03,-0.72 0.02,-0.71 0.03,-0.72 0.03,-0.71 0.03,-0.72 0.03,-0.72 0.03,-0.71 0.03,-0.72 0.03,-0.71 0.04,-0.72 0.03,-0.72 0.04,-0.71 0.04,-0.72 0.05,-0.72 0.05,-0.71 0.07,-0.72 0.09,-0.71 0.1,-0.72 0.12,-0.72 0.13,-0.71 0.16,-0.72 0.17,-0.71 0.18,-0.72 0.21,-0.72 0.23,-0.71 0.26,-0.72 0.29,-0.72 0.33,-0.71 0.35,-0.72 0.38,-0.71 0.4,-0.72 0.4,-0.72 0.4,-0.71 0.42,-0.72 0.43,-0.71 0.45,-0.72 0.49,-0.72 0.53,-0.71 0.57,-0.72 0.6,-0.72 0.62,-0.71 0.65,-0.72 0.67,-0.71 0.69,-0.72 0.71,-0.72 0.74,-0.71 0.76,-0.72 0.78,-0.71 0.79,-0.72 0.77,-0.72 0.75,-0.71 0.7,-0.72 0.62,-0.72 0.55,-0.71 0.44,-0.72 0.34,-0.71 0.23,-0.72 0.11,-0.72 v -0.71 l -0.1,-0.72 -0.19,-0.71 -0.28,-0.72 -0.34,-0.72 -0.39,-0.71 -0.43,-0.72 -0.46,-0.72 -0.48,-0.71 -0.49,-0.72 -0.51,-0.71 -0.51,-0.72 -0.53,-0.72 -0.53,-0.71 -0.52,-0.72 -0.52,-0.71 -0.5,-0.72 -0.48,-0.72 -0.47,-0.71 -0.44,-0.72 -0.44,-0.72 -0.42,-0.71 -0.42,-0.72 -0.4,-0.71 -0.39,-0.72 -0.35,-0.72 -0.33,-0.71 -0.27,-0.72 -0.23,-0.71 -0.17,-0.72 -0.13,-0.72 -0.08,-0.71 -0.06,-0.72 -0.04,-0.72 -0.03,-0.71 -0.02,-0.72 -0.02,-0.71 -0.01,-0.72 -0.02,-0.72 -0.02,-0.71 -0.02,-0.72 -0.05,-0.71 -0.05,-0.72 -0.06,-0.72 -0.08,-0.71 -0.07,-0.72 -0.07,-0.72 -0.06,-0.71 -0.06,-0.72 -0.06,-0.71 -0.06,-0.72 -0.06,-0.72 -0.07,-0.71 -0.07,-0.72 -0.08,-0.71 -0.08,-0.72 -0.09,-0.72 -0.09,-0.71 -0.1,-0.72 -0.12,-0.72 -0.13,-0.71 -0.16,-0.72 -0.18,-0.71 -0.2,-0.72 -0.23,-0.72 -0.24,-0.71 -0.27,-0.72 -0.27,-0.71 -0.29,-0.72 -0.28,-0.72 -0.27,-0.71 -0.25,-0.72 -0.22,-0.72 -0.19,-0.71 -0.17,-0.72 -0.15,-0.71 -0.14,-0.72 -0.14,-0.72 -0.16,-0.71 -0.16,-0.72 -0.19,-0.71 -0.19,-0.72 -0.21,-0.72 -0.2,-0.71 -0.2,-0.72 -0.18,-0.72 -0.17,-0.71 -0.15,-0.72 -0.12,-0.71 -0.09,-0.72 -0.07,-0.72 -0.06,-0.71 -0.04,-0.72 -0.03,-0.71 -0.02,-0.72 -0.02,-0.72 -0.01,-0.71 z" /><path
  1023. inkscape:connector-curvature="0"
  1024. id="path830"
  1025. style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#333333;stroke-width:1.05999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1026. d="m 709.96,51.02 -0.09,0.63 -0.11,0.64 -0.13,0.64 -0.15,0.63 -0.19,0.64 -0.21,0.64 -0.24,0.63 -0.26,0.64 -0.28,0.63 -0.29,0.64 -0.29,0.64 -0.29,0.63 -0.28,0.64 -0.27,0.63 -0.26,0.64 -0.25,0.64 -0.27,0.63 -0.27,0.64 -0.31,0.63 -0.34,0.64 -0.39,0.64 -0.44,0.63 -0.49,0.64 -0.54,0.63 -0.59,0.64 -0.63,0.64 -0.66,0.63 -0.68,0.64 -0.7,0.63 -0.69,0.64 -0.69,0.64 -0.67,0.63 -0.65,0.64 -0.62,0.63 -0.59,0.64 -0.55,0.64 -0.51,0.63 -0.46,0.64 -0.43,0.63 -0.38,0.64 -0.35,0.64 -0.31,0.63 -0.29,0.64 -0.26,0.63 -0.24,0.64 -0.21,0.64 -0.2,0.63 -0.18,0.64 -0.15,0.63 -0.11,0.64 -0.09,0.64 -0.04,0.63 -0.01,0.64 0.03,0.63 0.07,0.64 0.11,0.64 0.14,0.63 0.17,0.64 0.21,0.63 0.23,0.64 0.25,0.64 0.27,0.63 0.29,0.64 0.29,0.63 0.3,0.64 0.3,0.64 0.3,0.63 0.31,0.64 0.32,0.63 0.33,0.64 0.34,0.64 0.36,0.63 0.37,0.64 0.38,0.63 0.39,0.64 0.4,0.64 0.4,0.63 0.39,0.64 0.37,0.63 0.36,0.64 0.32,0.64 0.28,0.63 0.24,0.64 0.21,0.63 0.18,0.64 0.17,0.64 0.16,0.63 0.17,0.64 0.18,0.63 0.2,0.64 0.23,0.64 0.24,0.63 0.26,0.64 0.26,0.63 0.27,0.64 0.26,0.64 0.26,0.63 0.25,0.64 0.25,0.63 0.24,0.64 0.24,0.64 0.25,0.63 0.23,0.64 0.24,0.63 0.23,0.64 0.22,0.64 0.21,0.63 0.2,0.64 0.18,0.63 0.17,0.64 0.15,0.64 0.14,0.63 0.14,0.64 0.13,0.63 0.13,0.64 0.14,0.64 0.15,0.63 0.16,0.64 0.17,0.63 0.19,0.64 0.19,0.64 0.2,0.63 0.19,0.64 0.19,0.63 0.18,0.64 0.16,0.64 0.16,0.63 0.15,0.64 0.13,0.63 0.13,0.64 0.12,0.64 0.11,0.63 0.1,0.64 0.09,0.63 0.08,0.64 0.07,0.64 0.06,0.63 0.05,0.64 0.04,0.63 0.04,0.64 0.03,0.64 0.04,0.63 0.02,0.64 0.03,0.63 0.02,0.64 0.02,0.64 0.02,0.63 0.02,0.64 0.02,0.63 0.02,0.64 0.02,0.64 0.03,0.63 0.02,0.64 0.01,0.63 0.02,0.64 0.01,0.64 0.01,0.63 0.01,0.64 0.01,0.63 v 0.64 0.64 0.63 0.64 l -0.01,0.63 v 0.64 0.64 0.63 0.64 0.63 h 0.14 v -0.63 -0.64 -0.63 -0.64 -0.64 -0.63 l -0.01,-0.64 v -0.63 -0.64 l 0.01,-0.64 v -0.63 l 0.01,-0.64 0.01,-0.63 0.01,-0.64 0.02,-0.64 0.01,-0.63 0.02,-0.64 0.03,-0.63 0.02,-0.64 0.02,-0.64 0.02,-0.63 0.02,-0.64 0.02,-0.63 0.02,-0.64 0.02,-0.64 0.03,-0.63 0.02,-0.64 0.04,-0.63 0.03,-0.64 0.04,-0.64 0.04,-0.63 0.06,-0.64 0.05,-0.63 0.07,-0.64 0.08,-0.64 0.09,-0.63 0.1,-0.64 0.11,-0.63 0.12,-0.64 0.13,-0.64 0.13,-0.63 0.15,-0.64 0.16,-0.63 0.16,-0.64 0.18,-0.64 0.19,-0.63 0.19,-0.64 0.2,-0.63 0.19,-0.64 0.19,-0.64 0.17,-0.63 0.16,-0.64 0.15,-0.63 0.14,-0.64 0.13,-0.64 0.13,-0.63 0.14,-0.64 0.14,-0.63 0.15,-0.64 0.17,-0.64 0.19,-0.63 0.19,-0.64 0.21,-0.63 0.22,-0.64 0.23,-0.64 0.24,-0.63 0.24,-0.64 0.24,-0.63 0.24,-0.64 0.24,-0.64 0.25,-0.63 0.25,-0.64 0.26,-0.63 0.26,-0.64 0.27,-0.64 0.26,-0.63 0.26,-0.64 0.24,-0.63 0.23,-0.64 0.2,-0.64 0.18,-0.63 0.17,-0.64 0.16,-0.63 0.17,-0.64 0.18,-0.64 0.21,-0.63 0.24,-0.64 0.29,-0.63 0.32,-0.64 0.35,-0.64 0.37,-0.63 0.39,-0.64 0.4,-0.63 0.4,-0.64 0.39,-0.64 0.38,-0.63 0.37,-0.64 0.36,-0.63 0.34,-0.64 0.33,-0.64 0.32,-0.63 0.31,-0.64 0.3,-0.63 0.3,-0.64 0.3,-0.64 0.29,-0.63 0.29,-0.64 0.27,-0.63 0.25,-0.64 0.23,-0.64 0.21,-0.63 0.17,-0.64 0.14,-0.63 0.11,-0.64 0.07,-0.64 0.03,-0.63 -0.01,-0.64 -0.04,-0.63 -0.09,-0.64 -0.11,-0.64 -0.15,-0.63 -0.18,-0.64 -0.19,-0.63 -0.22,-0.64 -0.24,-0.64 -0.26,-0.63 -0.29,-0.64 -0.31,-0.63 -0.35,-0.64 -0.38,-0.64 -0.43,-0.63 -0.46,-0.64 -0.51,-0.63 -0.55,-0.64 -0.59,-0.64 -0.62,-0.63 -0.65,-0.64 -0.67,-0.63 -0.69,-0.64 -0.69,-0.64 -0.7,-0.63 -0.68,-0.64 -0.66,-0.63 -0.63,-0.64 -0.59,-0.64 -0.54,-0.63 -0.49,-0.64 -0.44,-0.63 -0.39,-0.64 -0.34,-0.64 -0.31,-0.63 -0.27,-0.64 -0.27,-0.63 -0.25,-0.64 -0.26,-0.64 -0.27,-0.63 -0.28,-0.64 -0.29,-0.63 -0.29,-0.64 -0.29,-0.64 -0.28,-0.63 -0.26,-0.64 -0.24,-0.63 -0.21,-0.64 -0.18,-0.64 -0.16,-0.63 -0.13,-0.64 -0.11,-0.64 -0.08,-0.63 z" /></g></g><g
  1027. id="g832"
  1028. transform="translate(-10,-10)"
  1029. style="" /><g
  1030. id="g864"
  1031. transform="translate(-10,-10)"
  1032. style="" /><g
  1033. id="g866"
  1034. transform="translate(-10,-10)"
  1035. style=""><g
  1036. clip-path="url(#clipPath872)"
  1037. id="g868"
  1038. style=""><path
  1039. inkscape:connector-curvature="0"
  1040. id="path874"
  1041. style="fill:#e5e5e5;fill-opacity:1;fill-rule:nonzero;stroke:none"
  1042. d="m 739.85,202.71 h 95.37 v 161.83 h -95.37 z" /><path
  1043. inkscape:connector-curvature="0"
  1044. id="path876"
  1045. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1046. d="m 739.85,241.88 h 95.37" /><path
  1047. inkscape:connector-curvature="0"
  1048. id="path878"
  1049. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1050. d="m 739.85,293.62 h 95.37" /><path
  1051. inkscape:connector-curvature="0"
  1052. id="path880"
  1053. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1054. d="m 739.85,345.35 h 95.37" /><path
  1055. inkscape:connector-curvature="0"
  1056. id="path882"
  1057. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1058. d="m 739.85,216.01 h 95.37" /><path
  1059. inkscape:connector-curvature="0"
  1060. id="path884"
  1061. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1062. d="m 739.85,267.75 h 95.37" /><path
  1063. inkscape:connector-curvature="0"
  1064. id="path886"
  1065. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1066. d="m 739.85,319.48 h 95.37" /><path
  1067. inkscape:connector-curvature="0"
  1068. id="path888"
  1069. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1070. d="M 765.86,202.71 V 364.54" /><path
  1071. inkscape:connector-curvature="0"
  1072. id="path890"
  1073. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1074. d="M 809.21,202.71 V 364.54" /><path
  1075. inkscape:connector-curvature="0"
  1076. id="path892"
  1077. style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#333333;stroke-width:1.05999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1078. d="m 765.61,210.33 -0.1,0.77 -0.12,0.76 -0.16,0.77 -0.19,0.77 -0.25,0.77 -0.29,0.76 -0.36,0.77 -0.41,0.77 -0.49,0.76 -0.55,0.77 -0.62,0.77 -0.69,0.76 -0.75,0.77 -0.79,0.77 -0.81,0.76 -0.8,0.77 -0.76,0.77 -0.7,0.76 -0.61,0.77 -0.48,0.77 -0.36,0.76 -0.24,0.77 -0.12,0.77 -0.05,0.77 0.02,0.76 0.04,0.77 0.06,0.77 0.06,0.76 0.06,0.77 0.05,0.77 0.04,0.76 0.03,0.77 0.02,0.77 0.02,0.76 0.01,0.77 0.02,0.77 0.02,0.76 0.04,0.77 0.04,0.77 0.06,0.76 0.06,0.77 0.04,0.77 0.02,0.77 -0.01,0.76 -0.06,0.77 -0.1,0.77 -0.14,0.76 -0.19,0.77 -0.2,0.77 -0.21,0.76 -0.18,0.77 -0.14,0.77 -0.07,0.76 0.02,0.77 0.12,0.77 0.2,0.76 0.27,0.77 0.31,0.77 0.34,0.77 0.34,0.76 0.31,0.77 0.29,0.77 0.26,0.76 0.23,0.77 0.23,0.77 0.22,0.76 0.23,0.77 0.25,0.77 0.27,0.76 0.29,0.77 0.3,0.77 0.32,0.76 0.32,0.77 0.33,0.77 0.32,0.76 0.31,0.77 0.29,0.77 0.28,0.77 0.27,0.76 0.25,0.77 0.22,0.77 0.21,0.76 0.18,0.77 0.15,0.77 0.14,0.76 0.13,0.77 0.13,0.77 0.13,0.76 0.14,0.77 0.15,0.77 0.17,0.76 0.17,0.77 0.17,0.77 0.17,0.76 0.17,0.77 0.16,0.77 0.15,0.77 0.16,0.76 0.14,0.77 0.15,0.77 0.13,0.76 0.13,0.77 0.12,0.77 0.11,0.76 0.09,0.77 0.08,0.77 0.07,0.76 0.05,0.77 0.04,0.77 0.03,0.76 0.03,0.77 0.02,0.77 0.02,0.77 0.01,0.76 0.01,0.77 v 0.77 0.76 l 0.01,0.77 v 0.77 0.76 0.77 l 0.01,0.77 0.01,0.76 v 0.77 l 0.01,0.77 v 0.76 0.77 0.77 l -0.01,0.76 v 0.77 0.77 l -0.01,0.77 v 0.76 0.77 0.77 0.76 0.77 0.77 l 0.01,0.76 v 0.77 l 0.01,0.77 0.01,0.76 v 0.77 l 0.01,0.77 0.01,0.76 v 0.77 l 0.01,0.77 v 0.76 0.77 l 0.01,0.77 v 0.77 l 0.01,0.76 0.01,0.77 0.01,0.77 0.01,0.76 0.01,0.77 0.02,0.77 0.01,0.76 0.01,0.77 0.01,0.77 0.01,0.76 0.01,0.77 0.01,0.77 v 0.76 0.77 l 0.01,0.77 v 0.77 l -0.01,0.76 v 0.77 0.77 0.76 0.77 0.77 0.76 0.77 h 0.04 v -0.77 -0.76 -0.77 -0.77 -0.76 -0.77 -0.77 l -0.01,-0.76 v -0.77 l 0.01,-0.77 v -0.77 -0.76 l 0.01,-0.77 0.01,-0.77 0.01,-0.76 0.01,-0.77 0.01,-0.77 0.01,-0.76 0.02,-0.77 0.01,-0.77 0.01,-0.76 0.01,-0.77 0.01,-0.77 0.01,-0.76 v -0.77 l 0.01,-0.77 v -0.77 -0.76 l 0.01,-0.77 v -0.77 l 0.01,-0.76 0.01,-0.77 v -0.77 l 0.01,-0.76 0.01,-0.77 v -0.77 l 0.01,-0.76 v -0.77 -0.77 -0.76 -0.77 -0.77 -0.76 l -0.01,-0.77 v -0.77 -0.77 l -0.01,-0.76 v -0.77 -0.77 -0.76 l 0.01,-0.77 v -0.77 l 0.01,-0.76 0.01,-0.77 v -0.77 -0.76 l 0.01,-0.77 v -0.77 -0.76 -0.77 l 0.01,-0.77 0.01,-0.76 0.02,-0.77 0.02,-0.77 0.03,-0.77 0.03,-0.76 0.04,-0.77 0.05,-0.77 0.07,-0.76 0.08,-0.77 0.09,-0.77 0.11,-0.76 0.12,-0.77 0.13,-0.77 0.14,-0.76 0.14,-0.77 0.15,-0.77 0.15,-0.76 0.15,-0.77 0.16,-0.77 0.17,-0.77 0.17,-0.76 0.17,-0.77 0.17,-0.77 0.17,-0.76 0.15,-0.77 0.14,-0.77 0.13,-0.76 0.13,-0.77 0.13,-0.77 0.14,-0.76 0.16,-0.77 0.17,-0.77 0.21,-0.76 0.22,-0.77 0.25,-0.77 0.27,-0.76 0.28,-0.77 0.3,-0.77 0.3,-0.77 0.32,-0.76 0.33,-0.77 0.32,-0.77 0.32,-0.76 0.31,-0.77 0.28,-0.77 0.27,-0.76 0.25,-0.77 0.23,-0.77 0.22,-0.76 0.23,-0.77 0.23,-0.77 0.26,-0.76 0.29,-0.77 0.31,-0.77 0.34,-0.76 0.34,-0.77 0.31,-0.77 0.27,-0.77 0.2,-0.76 0.12,-0.77 0.02,-0.77 -0.07,-0.76 -0.14,-0.77 -0.18,-0.77 -0.21,-0.76 -0.2,-0.77 -0.19,-0.77 -0.14,-0.76 -0.1,-0.77 -0.06,-0.77 -0.01,-0.76 0.02,-0.77 0.04,-0.77 0.06,-0.77 0.06,-0.76 0.04,-0.77 0.04,-0.77 0.02,-0.76 0.02,-0.77 0.01,-0.77 0.02,-0.76 0.02,-0.77 0.03,-0.77 0.04,-0.76 0.05,-0.77 0.06,-0.77 0.06,-0.76 0.06,-0.77 0.04,-0.77 0.02,-0.76 -0.04,-0.77 -0.13,-0.77 -0.24,-0.77 -0.36,-0.76 -0.48,-0.77 -0.61,-0.77 -0.69,-0.76 -0.77,-0.77 -0.8,-0.77 -0.81,-0.76 -0.79,-0.77 -0.75,-0.77 -0.69,-0.76 -0.62,-0.77 -0.55,-0.77 -0.49,-0.76 -0.41,-0.77 -0.36,-0.77 -0.29,-0.76 -0.25,-0.77 -0.19,-0.77 -0.16,-0.77 -0.12,-0.76 -0.1,-0.77 z" /><path
  1079. inkscape:connector-curvature="0"
  1080. id="path894"
  1081. style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#333333;stroke-width:1.05999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1082. d="m 809.15,217.24 -0.02,0.75 -0.03,0.76 -0.03,0.76 -0.04,0.75 -0.05,0.76 -0.04,0.76 -0.03,0.75 -0.04,0.76 -0.03,0.76 -0.02,0.75 -0.01,0.76 -0.01,0.75 -0.02,0.76 -0.01,0.76 -0.02,0.75 -0.02,0.76 -0.03,0.76 -0.04,0.75 -0.03,0.76 -0.03,0.76 -0.01,0.75 -0.03,0.76 -0.05,0.76 -0.09,0.75 -0.09,0.76 -0.09,0.76 -0.06,0.75 -0.03,0.76 -0.02,0.75 -0.03,0.76 -0.06,0.76 -0.09,0.75 -0.09,0.76 -0.09,0.76 -0.09,0.75 -0.09,0.76 -0.1,0.76 -0.11,0.75 -0.11,0.76 -0.12,0.76 -0.12,0.75 -0.15,0.76 -0.17,0.76 -0.21,0.75 -0.2,0.76 -0.17,0.75 -0.1,0.76 -0.04,0.76 0.01,0.75 -0.01,0.76 -0.06,0.76 -0.12,0.75 -0.17,0.76 -0.19,0.76 -0.19,0.75 -0.2,0.76 -0.2,0.76 -0.19,0.75 -0.2,0.76 -0.22,0.76 -0.24,0.75 -0.27,0.76 -0.28,0.75 -0.3,0.76 -0.29,0.76 -0.32,0.75 -0.38,0.76 -0.45,0.76 -0.53,0.75 -0.6,0.76 -0.63,0.76 -0.67,0.75 -0.71,0.76 -0.76,0.76 -0.81,0.75 -0.86,0.76 -0.85,0.76 -0.81,0.75 -0.74,0.76 -0.7,0.75 -0.72,0.76 -0.73,0.76 -0.7,0.75 -0.58,0.76 -0.39,0.76 -0.19,0.75 -0.04,0.76 0.07,0.76 0.17,0.75 0.32,0.76 0.51,0.76 0.69,0.75 0.77,0.76 0.78,0.75 0.73,0.76 0.73,0.76 0.78,0.75 0.87,0.76 0.94,0.76 0.96,0.75 0.96,0.76 0.94,0.76 0.88,0.75 0.81,0.76 0.73,0.76 0.67,0.75 0.62,0.76 0.57,0.76 0.53,0.75 0.48,0.76 0.47,0.75 0.43,0.76 0.4,0.76 0.35,0.75 0.29,0.76 0.23,0.76 0.18,0.75 0.14,0.76 0.12,0.76 0.1,0.75 0.12,0.76 0.13,0.76 0.14,0.75 0.13,0.76 0.1,0.76 0.06,0.75 0.04,0.76 0.03,0.75 0.02,0.76 0.03,0.76 0.03,0.75 0.04,0.76 0.03,0.76 0.02,0.75 v 0.76 l -0.01,0.76 -0.01,0.75 v 0.76 l 0.01,0.76 0.02,0.75 0.02,0.76 0.02,0.76 0.03,0.75 0.02,0.76 0.03,0.75 0.02,0.76 0.02,0.76 0.02,0.75 0.03,0.76 0.03,0.76 0.03,0.75 0.02,0.76 0.02,0.76 0.01,0.75 0.01,0.76 v 0.76 l 0.01,0.75 v 0.76 0.76 0.75 0.76 l 0.01,0.75 v 0.76 l 0.01,0.76 v 0.75 0.76 0.76 0.75 0.76 0.76 0.75 0.76 0.76 0.75 0.76 l -0.01,0.76 v 0.75 0.76 0.75 0.76 0.76 0.75 0.76 0.76 0.75 h 0.02 v -0.75 -0.76 -0.76 -0.75 -0.76 -0.76 -0.75 -0.76 -0.75 l -0.01,-0.76 v -0.76 -0.75 -0.76 -0.76 -0.75 -0.76 -0.76 -0.75 -0.76 -0.76 -0.75 l 0.01,-0.76 v -0.76 l 0.01,-0.75 v -0.76 -0.75 -0.76 -0.76 l 0.01,-0.75 v -0.76 l 0.01,-0.76 0.01,-0.75 0.02,-0.76 0.02,-0.76 0.03,-0.75 0.03,-0.76 0.03,-0.76 0.02,-0.75 0.02,-0.76 0.02,-0.76 0.03,-0.75 0.02,-0.76 0.03,-0.75 0.02,-0.76 0.02,-0.76 0.02,-0.75 0.01,-0.76 v -0.76 l -0.01,-0.75 -0.01,-0.76 v -0.76 l 0.02,-0.75 0.03,-0.76 0.04,-0.76 0.03,-0.75 0.03,-0.76 0.02,-0.76 0.03,-0.75 0.04,-0.76 0.06,-0.75 0.1,-0.76 0.13,-0.76 0.14,-0.75 0.13,-0.76 0.12,-0.76 0.1,-0.75 0.12,-0.76 0.14,-0.76 0.18,-0.75 0.23,-0.76 0.29,-0.76 0.35,-0.75 0.4,-0.76 0.43,-0.76 0.47,-0.75 0.48,-0.76 0.53,-0.75 0.57,-0.76 0.62,-0.76 0.67,-0.75 0.73,-0.76 0.81,-0.76 0.88,-0.75 0.94,-0.76 0.96,-0.76 0.96,-0.75 0.94,-0.76 0.87,-0.76 0.78,-0.75 0.73,-0.76 0.73,-0.76 0.78,-0.75 0.78,-0.76 0.68,-0.75 0.51,-0.76 0.32,-0.76 0.17,-0.75 0.07,-0.76 -0.04,-0.76 -0.19,-0.75 -0.39,-0.76 -0.58,-0.76 -0.7,-0.75 -0.73,-0.76 -0.72,-0.76 -0.7,-0.75 -0.74,-0.76 -0.81,-0.75 -0.85,-0.76 -0.86,-0.76 -0.81,-0.75 -0.76,-0.76 -0.71,-0.76 -0.67,-0.75 -0.63,-0.76 -0.6,-0.76 -0.53,-0.75 -0.45,-0.76 -0.38,-0.76 -0.32,-0.75 -0.29,-0.76 -0.3,-0.76 -0.28,-0.75 -0.27,-0.76 -0.24,-0.75 -0.22,-0.76 -0.2,-0.76 -0.19,-0.75 -0.2,-0.76 -0.2,-0.76 -0.19,-0.75 -0.19,-0.76 -0.17,-0.76 -0.12,-0.75 -0.06,-0.76 -0.01,-0.76 0.01,-0.75 -0.04,-0.76 -0.1,-0.76 -0.17,-0.75 -0.2,-0.76 -0.21,-0.75 -0.17,-0.76 -0.15,-0.76 -0.12,-0.75 -0.12,-0.76 -0.11,-0.76 -0.11,-0.75 -0.1,-0.76 -0.09,-0.76 -0.09,-0.75 -0.09,-0.76 -0.09,-0.76 -0.09,-0.75 -0.06,-0.76 -0.03,-0.76 -0.02,-0.75 -0.03,-0.76 -0.06,-0.75 -0.09,-0.76 -0.09,-0.76 -0.09,-0.75 -0.05,-0.76 -0.03,-0.76 -0.01,-0.75 -0.03,-0.76 -0.03,-0.76 -0.04,-0.75 -0.03,-0.76 -0.02,-0.76 -0.02,-0.75 -0.01,-0.76 -0.02,-0.76 -0.01,-0.75 -0.01,-0.76 -0.02,-0.75 -0.03,-0.76 -0.04,-0.76 -0.03,-0.75 -0.04,-0.76 -0.05,-0.76 -0.04,-0.75 -0.03,-0.76 -0.03,-0.76 -0.02,-0.75 z" /></g></g><g
  1083. id="g896"
  1084. transform="translate(-10,-10)"
  1085. style="" /><g
  1086. id="g898"
  1087. transform="translate(-10,-10)"
  1088. style=""><g
  1089. clip-path="url(#clipPath904)"
  1090. id="g900"
  1091. style=""><path
  1092. inkscape:connector-curvature="0"
  1093. id="path906"
  1094. style="fill:#e5e5e5;fill-opacity:1;fill-rule:nonzero;stroke:none"
  1095. d="m 739.85,37.28 h 95.37 v 161.83 h -95.37 z" /><path
  1096. inkscape:connector-curvature="0"
  1097. id="path908"
  1098. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1099. d="m 739.85,76.45 h 95.37" /><path
  1100. inkscape:connector-curvature="0"
  1101. id="path910"
  1102. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1103. d="m 739.85,128.19 h 95.37" /><path
  1104. inkscape:connector-curvature="0"
  1105. id="path912"
  1106. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1107. d="m 739.85,179.92 h 95.37" /><path
  1108. inkscape:connector-curvature="0"
  1109. id="path914"
  1110. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1111. d="m 739.85,50.58 h 95.37" /><path
  1112. inkscape:connector-curvature="0"
  1113. id="path916"
  1114. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1115. d="m 739.85,102.32 h 95.37" /><path
  1116. inkscape:connector-curvature="0"
  1117. id="path918"
  1118. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1119. d="m 739.85,154.06 h 95.37" /><path
  1120. inkscape:connector-curvature="0"
  1121. id="path920"
  1122. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1123. d="M 765.86,37.28 V 199.11" /><path
  1124. inkscape:connector-curvature="0"
  1125. id="path922"
  1126. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1127. d="M 809.21,37.28 V 199.11" /><path
  1128. inkscape:connector-curvature="0"
  1129. id="path924"
  1130. style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#333333;stroke-width:1.05999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1131. d="m 765.71,46.33 -0.06,0.82 -0.08,0.81 -0.11,0.82 -0.12,0.82 -0.16,0.82 -0.18,0.82 -0.21,0.82 -0.25,0.82 -0.27,0.82 -0.31,0.82 -0.32,0.82 -0.35,0.81 -0.34,0.82 -0.34,0.82 -0.33,0.82 -0.28,0.82 -0.25,0.82 -0.18,0.82 -0.13,0.82 -0.07,0.82 -0.02,0.82 v 0.81 l 0.02,0.82 0.03,0.82 0.01,0.82 0.01,0.82 v 0.82 l -0.02,0.82 -0.03,0.82 -0.04,0.82 -0.04,0.82 -0.04,0.81 -0.03,0.82 -0.01,0.82 -0.02,0.82 -0.02,0.82 -0.03,0.82 -0.06,0.82 -0.09,0.82 -0.12,0.82 -0.16,0.82 -0.19,0.81 -0.22,0.82 -0.25,0.82 -0.26,0.82 -0.25,0.82 -0.22,0.82 -0.18,0.82 -0.12,0.82 -0.05,0.82 v 0.82 l 0.03,0.81 0.05,0.82 0.03,0.82 0.01,0.82 -0.03,0.82 -0.07,0.82 -0.1,0.82 -0.13,0.82 -0.14,0.82 -0.15,0.81 -0.17,0.82 -0.18,0.82 -0.2,0.82 -0.2,0.82 -0.23,0.82 -0.26,0.82 -0.31,0.82 -0.35,0.82 -0.42,0.82 -0.48,0.81 -0.55,0.82 -0.62,0.82 -0.67,0.82 -0.72,0.82 -0.75,0.82 -0.78,0.82 -0.79,0.82 -0.78,0.82 -0.75,0.82 -0.7,0.81 -0.65,0.82 -0.55,0.82 -0.46,0.82 -0.32,0.82 -0.19,0.82 -0.04,0.82 0.12,0.82 0.27,0.82 0.41,0.82 0.55,0.81 0.65,0.82 0.74,0.82 0.81,0.82 0.86,0.82 0.91,0.82 0.93,0.82 0.95,0.82 0.96,0.82 0.96,0.82 0.92,0.81 0.89,0.82 0.84,0.82 0.78,0.82 0.73,0.82 0.66,0.82 0.61,0.82 0.55,0.82 0.51,0.82 0.47,0.82 0.41,0.81 0.37,0.82 0.32,0.82 0.27,0.82 0.23,0.82 0.2,0.82 0.16,0.82 0.15,0.82 0.13,0.82 0.12,0.82 0.11,0.81 0.09,0.82 0.08,0.82 0.07,0.82 0.05,0.82 0.04,0.82 0.04,0.82 0.03,0.82 0.03,0.82 0.02,0.82 0.02,0.81 0.02,0.82 0.01,0.82 0.01,0.82 0.01,0.82 0.02,0.82 0.02,0.82 0.02,0.82 0.02,0.82 0.03,0.82 0.03,0.81 0.03,0.82 0.03,0.82 0.03,0.82 0.03,0.82 0.03,0.82 0.03,0.82 0.03,0.82 0.02,0.82 0.01,0.82 0.01,0.81 0.01,0.82 0.01,0.82 v 0.82 l 0.01,0.82 v 0.82 0.82 0.82 l 0.01,0.82 v 0.81 0.82 0.82 0.82 0.82 0.82 0.82 0.82 0.82 0.82 0.81 0.82 0.82 0.82 0.82 0.82 0.82 0.82 h 0.02 v -0.82 -0.82 -0.82 -0.82 -0.82 -0.82 -0.82 -0.81 -0.82 -0.82 -0.82 -0.82 -0.82 -0.82 -0.82 -0.82 -0.82 -0.81 l 0.01,-0.82 v -0.82 -0.82 -0.82 l 0.01,-0.82 v -0.82 l 0.01,-0.82 0.01,-0.82 0.01,-0.81 0.01,-0.82 0.03,-0.82 0.02,-0.82 0.03,-0.82 0.03,-0.82 0.03,-0.82 0.03,-0.82 0.03,-0.82 0.03,-0.82 0.03,-0.81 0.03,-0.82 0.02,-0.82 0.02,-0.82 0.02,-0.82 0.02,-0.82 0.01,-0.82 0.01,-0.82 0.01,-0.82 0.02,-0.82 0.02,-0.81 0.02,-0.82 0.03,-0.82 0.03,-0.82 0.04,-0.82 0.04,-0.82 0.05,-0.82 0.07,-0.82 0.08,-0.82 0.09,-0.82 0.11,-0.81 0.12,-0.82 0.13,-0.82 0.15,-0.82 0.16,-0.82 0.2,-0.82 0.23,-0.82 0.27,-0.82 0.32,-0.82 0.37,-0.82 0.41,-0.81 0.47,-0.82 0.51,-0.82 0.55,-0.82 0.61,-0.82 0.66,-0.82 0.73,-0.82 0.78,-0.82 0.84,-0.82 0.89,-0.82 0.93,-0.81 0.95,-0.82 0.96,-0.82 0.95,-0.82 0.93,-0.82 0.91,-0.82 0.86,-0.82 0.81,-0.82 0.74,-0.82 0.65,-0.82 0.55,-0.81 0.41,-0.82 0.27,-0.82 0.12,-0.82 -0.04,-0.82 -0.19,-0.82 -0.32,-0.82 -0.45,-0.82 -0.56,-0.82 -0.65,-0.82 -0.7,-0.81 -0.75,-0.82 -0.78,-0.82 -0.79,-0.82 -0.78,-0.82 -0.75,-0.82 -0.72,-0.82 -0.67,-0.82 -0.62,-0.82 -0.55,-0.82 -0.48,-0.81 -0.42,-0.82 -0.35,-0.82 -0.31,-0.82 -0.26,-0.82 -0.23,-0.82 -0.2,-0.82 -0.2,-0.82 -0.18,-0.82 -0.17,-0.82 -0.15,-0.81 -0.14,-0.82 -0.13,-0.82 -0.1,-0.82 -0.07,-0.82 -0.03,-0.82 0.01,-0.82 0.03,-0.82 0.05,-0.82 0.03,-0.81 v -0.82 l -0.05,-0.82 -0.12,-0.82 -0.18,-0.82 -0.22,-0.82 -0.25,-0.82 -0.26,-0.82 -0.25,-0.82 -0.22,-0.82 -0.19,-0.81 -0.16,-0.82 -0.12,-0.82 -0.09,-0.82 -0.06,-0.82 -0.03,-0.82 -0.02,-0.82 -0.01,-0.82 -0.02,-0.82 -0.03,-0.82 -0.04,-0.81 -0.04,-0.82 -0.04,-0.82 -0.03,-0.82 -0.02,-0.82 v -0.82 l 0.01,-0.82 0.02,-0.82 0.02,-0.82 0.02,-0.82 v -0.81 l -0.02,-0.82 -0.07,-0.82 -0.13,-0.82 -0.18,-0.82 -0.25,-0.82 -0.28,-0.82 -0.33,-0.82 -0.34,-0.82 -0.34,-0.82 -0.35,-0.81 -0.32,-0.82 -0.31,-0.82 -0.27,-0.82 -0.25,-0.82 -0.21,-0.82 -0.18,-0.82 -0.16,-0.82 -0.12,-0.82 -0.11,-0.82 -0.08,-0.81 -0.06,-0.82 z" /><path
  1132. inkscape:connector-curvature="0"
  1133. id="path926"
  1134. style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#333333;stroke-width:1.05999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1135. d="m 808.79,44.64 -0.09,0.65 -0.12,0.65 -0.14,0.66 -0.16,0.65 -0.2,0.65 -0.23,0.66 -0.28,0.65 -0.32,0.65 -0.38,0.66 -0.43,0.65 -0.48,0.65 -0.54,0.66 -0.59,0.65 -0.64,0.65 -0.67,0.66 -0.69,0.65 -0.69,0.65 -0.68,0.66 -0.65,0.65 -0.6,0.65 -0.54,0.66 -0.46,0.65 -0.4,0.65 -0.31,0.65 -0.25,0.66 -0.2,0.65 -0.15,0.65 -0.13,0.66 -0.11,0.65 -0.11,0.65 -0.11,0.66 -0.12,0.65 -0.13,0.65 -0.14,0.66 -0.14,0.65 -0.15,0.65 -0.15,0.66 -0.15,0.65 -0.15,0.65 -0.15,0.66 -0.15,0.65 -0.15,0.65 -0.15,0.66 -0.15,0.65 -0.15,0.65 -0.14,0.66 -0.13,0.65 -0.12,0.65 -0.1,0.65 -0.09,0.66 -0.07,0.65 -0.06,0.65 -0.04,0.66 -0.04,0.65 -0.03,0.65 -0.04,0.66 -0.03,0.65 -0.04,0.65 -0.04,0.66 -0.04,0.65 -0.03,0.65 -0.02,0.66 v 0.65 l 0.03,0.65 0.06,0.66 0.08,0.65 0.13,0.65 0.15,0.66 0.17,0.65 0.2,0.65 0.21,0.65 0.22,0.66 0.23,0.65 0.23,0.65 0.24,0.66 0.24,0.65 0.26,0.65 0.27,0.66 0.29,0.65 0.3,0.65 0.32,0.66 0.34,0.65 0.34,0.65 0.36,0.66 0.35,0.65 0.34,0.65 0.35,0.66 0.33,0.65 0.32,0.65 0.31,0.66 0.3,0.65 0.29,0.65 0.27,0.66 0.26,0.65 0.25,0.65 0.23,0.65 0.21,0.66 0.19,0.65 0.17,0.65 0.16,0.66 0.14,0.65 0.14,0.65 0.13,0.66 0.13,0.65 0.13,0.65 0.14,0.66 0.14,0.65 0.16,0.65 0.16,0.66 0.17,0.65 0.19,0.65 0.19,0.66 0.19,0.65 0.2,0.65 0.21,0.66 0.2,0.65 0.21,0.65 0.21,0.65 0.2,0.66 0.19,0.65 0.19,0.65 0.18,0.66 0.17,0.65 0.16,0.65 0.15,0.66 0.15,0.65 0.13,0.65 0.13,0.66 0.12,0.65 0.11,0.65 0.11,0.66 0.1,0.65 0.08,0.65 0.08,0.66 0.08,0.65 0.06,0.65 0.05,0.66 0.05,0.65 0.03,0.65 0.03,0.65 0.03,0.66 0.02,0.65 0.01,0.65 0.01,0.66 0.01,0.65 0.01,0.65 0.01,0.66 v 0.65 l 0.01,0.65 0.01,0.66 0.01,0.65 0.01,0.65 0.01,0.66 0.02,0.65 0.01,0.65 0.01,0.66 v 0.65 l 0.01,0.65 0.01,0.66 v 0.65 0.65 0.66 l 0.01,0.65 v 0.65 0.65 h 0.1 v -0.65 -0.65 l 0.01,-0.65 v -0.66 -0.65 -0.65 l 0.01,-0.66 0.01,-0.65 v -0.65 l 0.01,-0.66 0.01,-0.65 0.02,-0.65 0.01,-0.66 0.01,-0.65 0.01,-0.65 0.01,-0.66 0.01,-0.65 v -0.65 l 0.01,-0.66 0.01,-0.65 0.01,-0.65 0.01,-0.66 0.01,-0.65 0.02,-0.65 0.03,-0.66 0.03,-0.65 0.03,-0.65 0.05,-0.65 0.05,-0.66 0.07,-0.65 0.07,-0.65 0.08,-0.66 0.08,-0.65 0.1,-0.65 0.11,-0.66 0.11,-0.65 0.12,-0.65 0.13,-0.66 0.13,-0.65 0.15,-0.65 0.15,-0.66 0.16,-0.65 0.17,-0.65 0.18,-0.66 0.19,-0.65 0.19,-0.65 0.2,-0.66 0.21,-0.65 0.21,-0.65 0.2,-0.65 0.21,-0.66 0.2,-0.65 0.19,-0.65 0.19,-0.66 0.19,-0.65 0.17,-0.65 0.16,-0.66 0.16,-0.65 0.14,-0.65 0.14,-0.66 0.13,-0.65 0.13,-0.65 0.13,-0.66 0.14,-0.65 0.14,-0.65 0.16,-0.66 0.17,-0.65 0.19,-0.65 0.21,-0.66 0.23,-0.65 0.25,-0.65 0.26,-0.65 0.27,-0.66 0.29,-0.65 0.3,-0.65 0.31,-0.66 0.32,-0.65 0.33,-0.65 0.35,-0.66 0.34,-0.65 0.36,-0.65 0.35,-0.66 0.34,-0.65 0.34,-0.65 0.32,-0.66 0.3,-0.65 0.29,-0.65 0.27,-0.66 0.26,-0.65 0.24,-0.65 0.24,-0.66 0.23,-0.65 0.23,-0.65 0.22,-0.66 0.21,-0.65 0.2,-0.65 0.17,-0.65 0.15,-0.66 0.13,-0.65 0.08,-0.65 0.06,-0.66 0.03,-0.65 v -0.65 l -0.02,-0.66 -0.03,-0.65 -0.04,-0.65 -0.04,-0.66 -0.04,-0.65 -0.03,-0.65 -0.04,-0.66 -0.03,-0.65 -0.04,-0.65 -0.04,-0.66 -0.06,-0.65 -0.07,-0.65 -0.09,-0.66 -0.1,-0.65 -0.12,-0.65 -0.13,-0.65 -0.14,-0.66 -0.15,-0.65 -0.15,-0.65 -0.15,-0.66 -0.15,-0.65 -0.15,-0.65 -0.15,-0.66 -0.15,-0.65 -0.15,-0.65 -0.15,-0.66 -0.15,-0.65 -0.14,-0.65 -0.14,-0.66 -0.13,-0.65 -0.12,-0.65 -0.11,-0.66 -0.11,-0.65 -0.11,-0.65 -0.13,-0.66 -0.15,-0.65 -0.2,-0.65 -0.25,-0.66 -0.31,-0.65 -0.4,-0.65 -0.46,-0.65 -0.54,-0.66 -0.6,-0.65 -0.65,-0.65 -0.68,-0.66 -0.69,-0.65 -0.69,-0.65 -0.67,-0.66 -0.64,-0.65 -0.59,-0.65 -0.54,-0.66 -0.48,-0.65 -0.43,-0.65 -0.38,-0.66 -0.32,-0.65 -0.28,-0.65 -0.23,-0.66 -0.2,-0.65 -0.16,-0.65 -0.14,-0.66 -0.12,-0.65 -0.09,-0.65 z" /></g></g><g
  1136. id="g928"
  1137. transform="translate(-10,-10)"
  1138. style="" /><g
  1139. id="g930"
  1140. transform="translate(-10,-10)"
  1141. style="" /><g
  1142. id="g946"
  1143. transform="translate(-10,-10)"
  1144. style="" /><g
  1145. id="g956"
  1146. transform="translate(-10,-10)"
  1147. style="" /><g
  1148. id="g958"
  1149. transform="translate(-10,-10)"
  1150. style="" /><g
  1151. id="g960"
  1152. transform="translate(-10,-10)"
  1153. style="" /><g
  1154. id="g962"
  1155. transform="translate(-10,-10)"
  1156. style="" /><g
  1157. id="g964"
  1158. transform="translate(-10,-10)"
  1159. style="" /><g
  1160. id="g966"
  1161. transform="translate(-10,-10)"
  1162. style=""><text
  1163. id="text970"
  1164. style="font-variant:normal;font-weight:normal;font-size:10px;font-family:Helvetica;-inkscape-font-specification:Helvetica;writing-mode:lr-tb;fill:#7f7f7f;fill-opacity:1;fill-rule:nonzero;stroke:none"
  1165. transform="matrix(1,0,0,-1,23.02,212.42)"><tspan
  1166. id="tspan968"
  1167. sodipodi:role="line"
  1168. y="0"
  1169. x="0 5.8400002 11.4">−10</tspan></text>
  1170. <text
  1171. id="text974"
  1172. style="font-variant:normal;font-weight:normal;font-size:10px;font-family:Helvetica;-inkscape-font-specification:Helvetica;writing-mode:lr-tb;fill:#7f7f7f;fill-opacity:1;fill-rule:nonzero;stroke:none"
  1173. transform="matrix(1,0,0,-1,34.42,264.16)"><tspan
  1174. id="tspan972"
  1175. y="0"
  1176. x="0"
  1177. style="">0</tspan></text>
  1178. <text
  1179. id="text978"
  1180. style="font-variant:normal;font-weight:normal;font-size:10px;font-family:Helvetica;-inkscape-font-specification:Helvetica;writing-mode:lr-tb;fill:#7f7f7f;fill-opacity:1;fill-rule:nonzero;stroke:none"
  1181. transform="matrix(1,0,0,-1,28.86,315.89)"><tspan
  1182. id="tspan976"
  1183. sodipodi:role="line"
  1184. y="0"
  1185. x="0 5.5599999">10</tspan></text>
  1186. </g><g
  1187. id="g980"
  1188. transform="translate(-10,-10)"
  1189. style="" /><g
  1190. id="g982"
  1191. transform="translate(-10,-10)"
  1192. style=""><path
  1193. inkscape:connector-curvature="0"
  1194. id="path984"
  1195. style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1196. d="m 42.81,216.01 h 4.25" /><path
  1197. inkscape:connector-curvature="0"
  1198. id="path986"
  1199. style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1200. d="m 42.81,267.75 h 4.25" /><path
  1201. inkscape:connector-curvature="0"
  1202. id="path988"
  1203. style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1204. d="m 42.81,319.48 h 4.25" /></g><g
  1205. id="g990"
  1206. transform="translate(-10,-10)"
  1207. style="" /><g
  1208. id="g992"
  1209. transform="translate(-10,-10)"
  1210. style="" /><g
  1211. id="g994"
  1212. transform="translate(-10,-10)"
  1213. style="" /><g
  1214. id="g996"
  1215. transform="translate(-10,-10)"
  1216. style="" /><g
  1217. id="g998"
  1218. transform="translate(-10,-10)"
  1219. style="" /><g
  1220. id="g1000"
  1221. transform="translate(-10,-10)"
  1222. style=""><text
  1223. id="text1004"
  1224. style="font-variant:normal;font-weight:normal;font-size:10px;font-family:Helvetica;-inkscape-font-specification:Helvetica;writing-mode:lr-tb;fill:#7f7f7f;fill-opacity:1;fill-rule:nonzero;stroke:none"
  1225. transform="matrix(1,0,0,-1,23.02,46.99)"><tspan
  1226. id="tspan1002"
  1227. sodipodi:role="line"
  1228. y="0"
  1229. x="0 5.8400002 11.4">−10</tspan></text>
  1230. <text
  1231. id="text1008"
  1232. style="font-variant:normal;font-weight:normal;font-size:10px;font-family:Helvetica;-inkscape-font-specification:Helvetica;writing-mode:lr-tb;fill:#7f7f7f;fill-opacity:1;fill-rule:nonzero;stroke:none"
  1233. transform="matrix(1,0,0,-1,34.42,98.73)"><tspan
  1234. id="tspan1006"
  1235. y="0"
  1236. x="0"
  1237. style="">0</tspan></text>
  1238. <text
  1239. id="text1012"
  1240. style="font-variant:normal;font-weight:normal;font-size:10px;font-family:Helvetica;-inkscape-font-specification:Helvetica;writing-mode:lr-tb;fill:#7f7f7f;fill-opacity:1;fill-rule:nonzero;stroke:none"
  1241. transform="matrix(1,0,0,-1,28.86,150.47)"><tspan
  1242. id="tspan1010"
  1243. sodipodi:role="line"
  1244. y="0"
  1245. x="0 5.5599999">10</tspan></text>
  1246. </g><g
  1247. id="g1014"
  1248. transform="translate(-10,-10)"
  1249. style="" /><g
  1250. id="g1016"
  1251. transform="translate(-10,-10)"
  1252. style=""><path
  1253. inkscape:connector-curvature="0"
  1254. id="path1018"
  1255. style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1256. d="m 42.81,50.58 h 4.25" /><path
  1257. inkscape:connector-curvature="0"
  1258. id="path1020"
  1259. style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1260. d="m 42.81,102.32 h 4.25" /><path
  1261. inkscape:connector-curvature="0"
  1262. id="path1022"
  1263. style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1264. d="m 42.81,154.06 h 4.25" /></g><g
  1265. id="g1024"
  1266. transform="translate(-10,-10)"
  1267. style="" /><g
  1268. id="g1026"
  1269. transform="translate(-10,-10)"
  1270. style="" /><g
  1271. id="g1028"
  1272. transform="translate(-10,-10)"
  1273. style="" /><g
  1274. id="g1030"
  1275. transform="translate(-10,-10)"
  1276. style="" /><g
  1277. id="g1046"
  1278. transform="translate(-10,-10)"
  1279. style="" /><g
  1280. id="g1048"
  1281. transform="translate(-10,-10)"
  1282. style=""><g
  1283. clip-path="url(#clipPath1054)"
  1284. id="g1050"
  1285. style=""><path
  1286. inkscape:connector-curvature="0"
  1287. id="path1056"
  1288. style="fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:none"
  1289. d="M 835.22,202.71 H 849.6 V 364.54 H 835.22 Z" /><text
  1290. id="text1060"
  1291. style="font-variant:normal;font-weight:normal;font-size:10px;font-family:Helvetica;-inkscape-font-specification:Helvetica;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
  1292. transform="matrix(0,-1,-1,0,838.82,305.86)"><tspan
  1293. id="tspan1058"
  1294. sodipodi:role="line"
  1295. y="0"
  1296. x="0 7.2199998 12.78 19.450001 25.01 33.34 38.900002">H3K4me3</tspan></text>
  1297. </g></g><g
  1298. id="g1062"
  1299. transform="translate(-10,-10)"
  1300. style="" /><g
  1301. id="g1064"
  1302. transform="translate(-10,-10)"
  1303. style=""><g
  1304. clip-path="url(#clipPath1070)"
  1305. id="g1066"
  1306. style=""><path
  1307. inkscape:connector-curvature="0"
  1308. id="path1072"
  1309. style="fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:none"
  1310. d="M 835.22,37.28 H 849.6 V 199.11 H 835.22 Z" /><text
  1311. id="text1076"
  1312. style="font-variant:normal;font-weight:normal;font-size:10px;font-family:Helvetica;-inkscape-font-specification:Helvetica;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
  1313. transform="matrix(0,-1,-1,0,838.82,143.21)"><tspan
  1314. id="tspan1074"
  1315. sodipodi:role="line"
  1316. y="0"
  1317. x="0 7.2199998 12.78 19.450001 25.01 30.57 38.900002 44.459999">H3K27me3</tspan></text>
  1318. </g></g><g
  1319. id="g1078"
  1320. transform="translate(-10,-10)"
  1321. style="" /><g
  1322. id="g1080"
  1323. transform="translate(-10,-10)"
  1324. style="" /><g
  1325. id="g1088"
  1326. transform="translate(-10,-10)"
  1327. style="" /><g
  1328. id="g1100"
  1329. transform="translate(-10,-10)"
  1330. style="" /><g
  1331. id="g1102"
  1332. transform="translate(-10,-10)"
  1333. style="" /><g
  1334. id="g1104"
  1335. transform="translate(-10,-10)"
  1336. style="" /><g
  1337. id="g1106"
  1338. transform="translate(-10,-10)"
  1339. style="" /><g
  1340. id="g1108"
  1341. transform="translate(-10,-10)"
  1342. style="" /><g
  1343. id="g1116"
  1344. transform="translate(-10,-10)"
  1345. style="" /><g
  1346. id="g1128"
  1347. transform="translate(-10,-10)"
  1348. style="" /><g
  1349. id="g1130"
  1350. transform="translate(-10,-10)"
  1351. style="" /><g
  1352. id="g1132"
  1353. transform="translate(-10,-10)"
  1354. style="" /><g
  1355. id="g1134"
  1356. transform="translate(-10,-10)"
  1357. style="" /><g
  1358. id="g1136"
  1359. transform="translate(-10,-10)"
  1360. style="" /><g
  1361. id="g1144"
  1362. transform="translate(-10,-10)"
  1363. style="" /><g
  1364. id="g1156"
  1365. transform="translate(-10,-10)"
  1366. style="" /><g
  1367. id="g1158"
  1368. transform="translate(-10,-10)"
  1369. style="" /><g
  1370. id="g1160"
  1371. transform="translate(-10,-10)"
  1372. style="" /><g
  1373. id="g1162"
  1374. transform="translate(-10,-10)"
  1375. style="" /><g
  1376. id="g1164"
  1377. transform="translate(-10,-10)"
  1378. style="" /><g
  1379. id="g1172"
  1380. transform="translate(-10,-10)"
  1381. style="" /><g
  1382. id="g1184"
  1383. transform="translate(-10,-10)"
  1384. style="" /><g
  1385. id="g1186"
  1386. transform="translate(-10,-10)"
  1387. style="" /><g
  1388. id="g1188"
  1389. transform="translate(-10,-10)"
  1390. style="" /><g
  1391. id="g1190"
  1392. transform="translate(-10,-10)"
  1393. style="" /><g
  1394. id="g1192"
  1395. transform="translate(-10,-10)"
  1396. style="" /><g
  1397. id="g1200"
  1398. transform="translate(-10,-10)"
  1399. style="" /><g
  1400. id="g1212"
  1401. transform="translate(-10,-10)"
  1402. style="" /><g
  1403. id="g1214"
  1404. transform="translate(-10,-10)"
  1405. style="" /><g
  1406. id="g1216"
  1407. transform="translate(-10,-10)"
  1408. style="" /><g
  1409. id="g1218"
  1410. transform="translate(-10,-10)"
  1411. style="" /><g
  1412. id="g1220"
  1413. transform="translate(-10,-10)"
  1414. style="" /><g
  1415. id="g1228"
  1416. transform="translate(-10,-10)"
  1417. style="" /><g
  1418. id="g1240"
  1419. transform="translate(-10,-10)"
  1420. style="" /><g
  1421. id="g1242"
  1422. transform="translate(-10,-10)"
  1423. style="" /><g
  1424. id="g1244"
  1425. transform="translate(-10,-10)"
  1426. style="" /><g
  1427. id="g1246"
  1428. transform="translate(-10,-10)"
  1429. style="" /><g
  1430. id="g1248"
  1431. transform="translate(-10,-10)"
  1432. style="" /><g
  1433. id="g1256"
  1434. transform="translate(-10,-10)"
  1435. style="" /><g
  1436. id="g1268"
  1437. transform="translate(-10,-10)"
  1438. style="" /><g
  1439. id="g1270"
  1440. transform="translate(-10,-10)"
  1441. style="" /><g
  1442. id="g1272"
  1443. transform="translate(-10,-10)"
  1444. style="" /><g
  1445. id="g1274"
  1446. transform="translate(-10,-10)"
  1447. style="" /><g
  1448. id="g1276"
  1449. transform="translate(-10,-10)"
  1450. style="" /><g
  1451. id="g1284"
  1452. transform="translate(-10,-10)"
  1453. style="" /><g
  1454. id="g1296"
  1455. transform="translate(-10,-10)"
  1456. style="" /><g
  1457. id="g1298"
  1458. transform="translate(-10,-10)"
  1459. style="" /><g
  1460. id="g1300"
  1461. transform="translate(-10,-10)"
  1462. style="" /><g
  1463. id="g1302"
  1464. transform="translate(-10,-10)"
  1465. style="" /><g
  1466. id="g1310"
  1467. transform="translate(-10,-10)"
  1468. style="" /><g
  1469. id="g1318"
  1470. transform="translate(-10,-10)"
  1471. style="" /><g
  1472. id="g1326"
  1473. transform="translate(-10,-10)"
  1474. style="" /><g
  1475. id="g1328"
  1476. transform="translate(-10,-10)"
  1477. style="" /></g><g
  1478. inkscape:groupmode="layer"
  1479. id="layer1"
  1480. inkscape:label="Above"
  1481. transform="translate(-0.89593748,-19.533347)"><g
  1482. style=""
  1483. id="g34"
  1484. transform="matrix(1.3333333,0,0,-1.3333333,-13.333333,745.33333)"><g
  1485. clip-path="url(#clipPath40)"
  1486. id="g36"><path
  1487. inkscape:connector-curvature="0"
  1488. id="path42"
  1489. style="fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:none"
  1490. d="m 47.06,529.97 h 95.37 v 14.38 H 47.06 Z" /><text
  1491. id="text46"
  1492. style="font-variant:normal;font-weight:normal;font-size:10px;font-family:Helvetica;-inkscape-font-specification:Helvetica;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
  1493. transform="matrix(1,0,0,-1,74.39,533.57)"><tspan
  1494. id="tspan44"
  1495. sodipodi:role="line"
  1496. y="0"
  1497. x="0 7.2199998 12.78 15 19.75 25.16 27.940001 35.16">Naive.D0</tspan></text>
  1498. </g></g><g
  1499. style=""
  1500. id="g50"
  1501. transform="matrix(1.3333333,0,0,-1.3333333,-13.333333,745.33333)"><g
  1502. clip-path="url(#clipPath56)"
  1503. id="g52"><path
  1504. inkscape:connector-curvature="0"
  1505. id="path58"
  1506. style="fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:none"
  1507. d="m 146.03,529.97 h 95.37 v 14.38 h -95.37 z" /><text
  1508. id="text62"
  1509. style="font-variant:normal;font-weight:normal;font-size:10px;font-family:Helvetica;-inkscape-font-specification:Helvetica;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
  1510. transform="matrix(1,0,0,-1,173.36,533.57)"><tspan
  1511. id="tspan60"
  1512. sodipodi:role="line"
  1513. y="0"
  1514. x="0 7.2199998 12.78 15 19.75 25.16 27.940001 35.16">Naive.D1</tspan></text>
  1515. </g></g><g
  1516. style=""
  1517. id="g66"
  1518. transform="matrix(1.3333333,0,0,-1.3333333,-13.333333,745.33333)"><g
  1519. clip-path="url(#clipPath72)"
  1520. id="g68"><path
  1521. inkscape:connector-curvature="0"
  1522. id="path74"
  1523. style="fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:none"
  1524. d="m 245,529.97 h 95.37 v 14.38 H 245 Z" /><text
  1525. id="text78"
  1526. style="font-variant:normal;font-weight:normal;font-size:10px;font-family:Helvetica;-inkscape-font-specification:Helvetica;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
  1527. transform="matrix(1,0,0,-1,272.33,533.57)"><tspan
  1528. id="tspan76"
  1529. sodipodi:role="line"
  1530. y="0"
  1531. x="0 7.2199998 12.78 15 19.75 25.16 27.940001 35.16">Naive.D5</tspan></text>
  1532. </g></g><g
  1533. style=""
  1534. id="g82"
  1535. transform="matrix(1.3333333,0,0,-1.3333333,-13.333333,745.33333)"><g
  1536. clip-path="url(#clipPath88)"
  1537. id="g84"><path
  1538. inkscape:connector-curvature="0"
  1539. id="path90"
  1540. style="fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:none"
  1541. d="m 343.97,529.97 h 95.37 v 14.38 h -95.37 z" /><text
  1542. id="text94"
  1543. style="font-variant:normal;font-weight:normal;font-size:10px;font-family:Helvetica;-inkscape-font-specification:Helvetica;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
  1544. transform="matrix(1,0,0,-1,368.52,533.57)"><tspan
  1545. id="tspan92"
  1546. sodipodi:role="line"
  1547. y="0"
  1548. x="0 7.2199998 12.78 15 19.75 25.16 27.940001 35.16 40.720001">Naive.D14</tspan></text>
  1549. </g></g><g
  1550. style=""
  1551. id="g98"
  1552. transform="matrix(1.3333333,0,0,-1.3333333,-13.333333,745.33333)"><g
  1553. clip-path="url(#clipPath104)"
  1554. id="g100"><path
  1555. inkscape:connector-curvature="0"
  1556. id="path106"
  1557. style="fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:none"
  1558. d="m 442.94,529.97 h 95.37 v 14.38 h -95.37 z" /><text
  1559. id="text110"
  1560. style="font-variant:normal;font-weight:normal;font-size:10px;font-family:Helvetica;-inkscape-font-specification:Helvetica;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
  1561. transform="matrix(1,0,0,-1,464.64,533.57)"><tspan
  1562. id="tspan108"
  1563. sodipodi:role="line"
  1564. y="0"
  1565. x="0 8.3299999 13.89 22.219999 27.780001 31.41 36.41 39.189999 46.41">Memory.D0</tspan></text>
  1566. </g></g><g
  1567. style=""
  1568. id="g114"
  1569. transform="matrix(1.3333333,0,0,-1.3333333,-13.333333,745.33333)"><g
  1570. clip-path="url(#clipPath120)"
  1571. id="g116"><path
  1572. inkscape:connector-curvature="0"
  1573. id="path122"
  1574. style="fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:none"
  1575. d="m 541.91,529.97 h 95.37 v 14.38 h -95.37 z" /><text
  1576. id="text126"
  1577. style="font-variant:normal;font-weight:normal;font-size:10px;font-family:Helvetica;-inkscape-font-specification:Helvetica;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
  1578. transform="matrix(1,0,0,-1,563.61,533.57)"><tspan
  1579. id="tspan124"
  1580. sodipodi:role="line"
  1581. y="0"
  1582. x="0 8.3299999 13.89 22.219999 27.780001 31.41 36.41 39.189999 46.41">Memory.D1</tspan></text>
  1583. </g></g><g
  1584. style=""
  1585. id="g130"
  1586. transform="matrix(1.3333333,0,0,-1.3333333,-13.333333,745.33333)"><g
  1587. clip-path="url(#clipPath136)"
  1588. id="g132"><path
  1589. inkscape:connector-curvature="0"
  1590. id="path138"
  1591. style="fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:none"
  1592. d="m 640.88,529.97 h 95.37 v 14.38 h -95.37 z" /><text
  1593. id="text142"
  1594. style="font-variant:normal;font-weight:normal;font-size:10px;font-family:Helvetica;-inkscape-font-specification:Helvetica;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
  1595. transform="matrix(1,0,0,-1,662.58,533.57)"><tspan
  1596. id="tspan140"
  1597. sodipodi:role="line"
  1598. y="0"
  1599. x="0 8.3299999 13.89 22.219999 27.780001 31.41 36.41 39.189999 46.41">Memory.D5</tspan></text>
  1600. </g></g><g
  1601. style=""
  1602. id="g162"
  1603. transform="matrix(1.3333333,0,0,-1.3333333,-13.333333,745.33333)"><g
  1604. clip-path="url(#clipPath168)"
  1605. id="g164"><path
  1606. inkscape:connector-curvature="0"
  1607. id="path170"
  1608. style="fill:#e5e5e5;fill-opacity:1;fill-rule:nonzero;stroke:none"
  1609. d="m 47.06,368.14 h 95.37 V 529.97 H 47.06 Z" /><path
  1610. inkscape:connector-curvature="0"
  1611. id="path172"
  1612. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1613. d="m 47.06,407.31 h 95.37" /><path
  1614. inkscape:connector-curvature="0"
  1615. id="path174"
  1616. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1617. d="m 47.06,459.04 h 95.37" /><path
  1618. inkscape:connector-curvature="0"
  1619. id="path176"
  1620. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1621. d="m 47.06,510.78 h 95.37" /><path
  1622. inkscape:connector-curvature="0"
  1623. id="path178"
  1624. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1625. d="m 47.06,381.44 h 95.37" /><path
  1626. inkscape:connector-curvature="0"
  1627. id="path180"
  1628. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1629. d="m 47.06,433.18 h 95.37" /><path
  1630. inkscape:connector-curvature="0"
  1631. id="path182"
  1632. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1633. d="m 47.06,484.91 h 95.37" /><path
  1634. inkscape:connector-curvature="0"
  1635. id="path184"
  1636. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1637. d="M 73.07,368.14 V 529.97" /><path
  1638. inkscape:connector-curvature="0"
  1639. id="path186"
  1640. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1641. d="M 116.42,368.14 V 529.97" /><path
  1642. inkscape:connector-curvature="0"
  1643. id="path188"
  1644. style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#333333;stroke-width:1.05999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1645. d="m 73.03,379.91 -0.01,0.6 -0.02,0.6 -0.03,0.61 -0.04,0.6 -0.06,0.6 -0.08,0.61 -0.11,0.6 -0.14,0.6 -0.17,0.61 -0.22,0.6 -0.26,0.6 -0.29,0.6 -0.34,0.61 -0.36,0.6 -0.38,0.6 -0.37,0.61 -0.36,0.6 -0.33,0.6 -0.3,0.61 -0.27,0.6 -0.23,0.6 -0.2,0.61 -0.17,0.6 -0.16,0.6 -0.15,0.61 -0.15,0.6 -0.16,0.6 -0.19,0.61 -0.22,0.6 -0.24,0.6 -0.29,0.61 -0.33,0.6 -0.39,0.6 -0.45,0.61 -0.53,0.6 -0.6,0.6 -0.67,0.61 -0.71,0.6 -0.74,0.6 -0.73,0.61 -0.71,0.6 -0.68,0.6 -0.66,0.61 -0.65,0.6 -0.66,0.6 -0.68,0.61 -0.7,0.6 -0.69,0.6 -0.67,0.61 -0.62,0.6 -0.52,0.6 -0.41,0.61 -0.26,0.6 -0.1,0.6 0.05,0.61 0.2,0.6 0.31,0.6 0.37,0.61 0.4,0.6 0.41,0.6 0.41,0.61 0.41,0.6 0.4,0.6 0.42,0.61 0.43,0.6 0.43,0.6 0.43,0.61 0.43,0.6 0.44,0.6 0.44,0.61 0.44,0.6 0.45,0.6 0.45,0.61 0.43,0.6 0.41,0.6 0.38,0.61 0.35,0.6 0.32,0.6 0.29,0.61 0.29,0.6 0.29,0.6 0.31,0.61 0.34,0.6 0.36,0.6 0.37,0.61 0.36,0.6 0.32,0.6 0.28,0.61 0.23,0.6 0.2,0.6 0.19,0.61 0.22,0.6 0.24,0.6 0.29,0.61 0.33,0.6 0.35,0.6 0.35,0.61 0.33,0.6 0.29,0.6 0.25,0.6 0.21,0.61 0.17,0.6 0.15,0.6 0.13,0.61 0.12,0.6 0.12,0.6 0.11,0.61 0.1,0.6 0.08,0.6 0.07,0.61 0.07,0.6 0.07,0.6 0.07,0.61 0.08,0.6 0.09,0.6 0.11,0.61 0.13,0.6 0.14,0.6 0.14,0.61 0.14,0.6 0.14,0.6 0.12,0.61 0.1,0.6 0.08,0.6 0.07,0.61 0.06,0.6 0.05,0.6 0.05,0.61 0.05,0.6 0.05,0.6 0.06,0.61 0.06,0.6 0.05,0.6 0.06,0.61 0.05,0.6 0.04,0.6 0.04,0.61 0.04,0.6 0.03,0.6 0.02,0.61 0.03,0.6 0.02,0.6 0.02,0.61 0.03,0.6 0.02,0.6 0.02,0.61 0.02,0.6 0.02,0.6 0.01,0.61 0.02,0.6 0.01,0.6 0.01,0.61 0.01,0.6 v 0.6 l 0.01,0.61 v 0.6 0.6 0.61 0.6 0.6 0.61 0.6 0.6 l 0.01,0.61 v 0.6 0.6 l 0.01,0.61 v 0.6 0.6 0.61 0.6 0.6 l -0.01,0.61 v 0.6 0.6 0.61 0.6 h 0.07 v -0.6 -0.61 -0.6 l -0.01,-0.6 v -0.61 -0.6 l -0.01,-0.6 v -0.61 l 0.01,-0.6 v -0.6 -0.61 -0.6 l 0.01,-0.6 v -0.61 -0.6 -0.6 -0.61 -0.6 -0.6 -0.61 l 0.01,-0.6 v -0.6 -0.61 l 0.01,-0.6 0.01,-0.6 0.01,-0.61 0.01,-0.6 0.01,-0.6 0.02,-0.61 0.02,-0.6 0.02,-0.6 0.02,-0.61 0.02,-0.6 0.02,-0.6 0.03,-0.61 0.02,-0.6 0.02,-0.6 0.03,-0.61 0.03,-0.6 0.03,-0.6 0.04,-0.61 0.05,-0.6 0.05,-0.6 0.05,-0.61 0.06,-0.6 0.06,-0.6 0.05,-0.61 0.05,-0.6 0.05,-0.6 0.05,-0.61 0.06,-0.6 0.05,-0.6 0.07,-0.61 0.09,-0.6 0.1,-0.6 0.12,-0.61 0.13,-0.6 0.14,-0.6 0.15,-0.61 0.13,-0.6 0.13,-0.6 0.11,-0.61 0.1,-0.6 0.08,-0.6 0.07,-0.61 0.06,-0.6 0.07,-0.6 0.07,-0.61 0.09,-0.6 0.09,-0.6 0.11,-0.61 0.12,-0.6 0.12,-0.6 0.14,-0.61 0.15,-0.6 0.17,-0.6 0.2,-0.61 0.25,-0.6 0.3,-0.6 0.32,-0.6 0.35,-0.61 0.35,-0.6 0.33,-0.6 0.29,-0.61 0.25,-0.6 0.21,-0.6 0.2,-0.61 0.2,-0.6 0.23,-0.6 0.27,-0.61 0.32,-0.6 0.36,-0.6 0.37,-0.61 0.36,-0.6 0.35,-0.6 0.31,-0.61 0.29,-0.6 0.28,-0.6 0.29,-0.61 0.32,-0.6 0.35,-0.6 0.38,-0.61 0.41,-0.6 0.44,-0.6 0.44,-0.61 0.45,-0.6 0.45,-0.6 0.44,-0.61 0.43,-0.6 0.44,-0.6 0.43,-0.61 0.43,-0.6 0.42,-0.6 0.42,-0.61 0.41,-0.6 0.4,-0.6 0.41,-0.61 0.41,-0.6 0.41,-0.6 0.37,-0.61 0.3,-0.6 0.2,-0.6 0.06,-0.61 -0.11,-0.6 -0.26,-0.6 -0.4,-0.61 -0.53,-0.6 -0.62,-0.6 -0.67,-0.61 -0.69,-0.6 -0.69,-0.6 -0.68,-0.61 -0.66,-0.6 -0.66,-0.6 -0.66,-0.61 -0.68,-0.6 -0.71,-0.6 -0.73,-0.61 -0.73,-0.6 -0.72,-0.6 -0.67,-0.61 -0.6,-0.6 -0.53,-0.6 -0.45,-0.61 -0.38,-0.6 -0.33,-0.6 -0.29,-0.61 -0.25,-0.6 -0.21,-0.6 -0.19,-0.61 -0.17,-0.6 -0.15,-0.6 -0.15,-0.61 -0.15,-0.6 -0.18,-0.6 -0.2,-0.61 -0.23,-0.6 -0.26,-0.6 -0.3,-0.61 -0.34,-0.6 -0.35,-0.6 -0.38,-0.61 -0.37,-0.6 -0.37,-0.6 -0.33,-0.61 -0.3,-0.6 -0.26,-0.6 -0.21,-0.6 -0.18,-0.61 -0.13,-0.6 -0.11,-0.6 -0.08,-0.61 -0.06,-0.6 -0.05,-0.6 -0.03,-0.61 -0.02,-0.6 -0.01,-0.6 z" /><path
  1646. inkscape:connector-curvature="0"
  1647. id="path190"
  1648. style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#333333;stroke-width:1.05999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1649. d="m 116.37,384.44 -0.03,0.69 -0.02,0.68 -0.04,0.69 -0.04,0.69 -0.04,0.68 -0.05,0.69 -0.06,0.68 -0.05,0.69 -0.05,0.68 -0.04,0.69 -0.04,0.69 -0.01,0.68 v 0.69 l 0.02,0.68 0.03,0.69 0.04,0.68 0.03,0.69 0.03,0.69 v 0.68 l -0.02,0.69 -0.03,0.68 -0.06,0.69 -0.07,0.68 -0.08,0.69 -0.09,0.69 -0.11,0.68 -0.12,0.69 -0.12,0.68 -0.13,0.69 -0.14,0.68 -0.14,0.69 -0.16,0.69 -0.16,0.68 -0.17,0.69 -0.18,0.68 -0.19,0.69 -0.18,0.68 -0.18,0.69 -0.17,0.69 -0.16,0.68 -0.17,0.69 -0.17,0.68 -0.17,0.69 -0.16,0.69 -0.15,0.68 -0.12,0.69 -0.1,0.68 -0.09,0.69 -0.08,0.68 -0.09,0.69 -0.09,0.69 -0.11,0.68 -0.13,0.69 -0.14,0.68 -0.16,0.69 -0.19,0.68 -0.22,0.69 -0.26,0.69 -0.29,0.68 -0.3,0.69 -0.3,0.68 -0.28,0.69 -0.26,0.68 -0.25,0.69 -0.27,0.69 -0.28,0.68 -0.3,0.69 -0.3,0.68 -0.3,0.69 -0.3,0.68 -0.34,0.69 -0.41,0.69 -0.48,0.68 -0.56,0.69 -0.6,0.68 -0.63,0.69 -0.64,0.68 -0.66,0.69 -0.67,0.69 -0.68,0.68 -0.67,0.69 -0.65,0.68 -0.6,0.69 -0.56,0.68 -0.51,0.69 -0.45,0.69 -0.37,0.68 -0.27,0.69 -0.16,0.68 -0.05,0.69 0.04,0.68 0.14,0.69 0.24,0.69 0.34,0.68 0.43,0.69 0.52,0.68 0.6,0.69 0.63,0.68 0.67,0.69 0.7,0.69 0.73,0.68 0.79,0.69 0.82,0.68 0.85,0.69 0.83,0.68 0.78,0.69 0.73,0.69 0.66,0.68 0.61,0.69 0.57,0.68 0.55,0.69 0.52,0.68 0.5,0.69 0.47,0.69 0.47,0.68 0.44,0.69 0.42,0.68 0.39,0.69 0.36,0.68 0.33,0.69 0.28,0.69 0.25,0.68 0.22,0.69 0.18,0.68 0.17,0.69 0.16,0.68 0.15,0.69 0.14,0.69 0.14,0.68 0.12,0.69 0.11,0.68 0.1,0.69 0.09,0.68 0.08,0.69 0.07,0.69 0.07,0.68 0.05,0.69 0.05,0.68 0.04,0.69 0.03,0.68 0.02,0.69 0.01,0.69 0.01,0.68 0.01,0.69 -0.01,0.68 -0.01,0.69 v 0.68 l -0.01,0.69 0.01,0.69 0.01,0.68 0.02,0.69 0.02,0.68 0.01,0.69 0.02,0.68 0.01,0.69 0.02,0.69 0.01,0.68 0.01,0.69 0.01,0.68 0.01,0.69 v 0.68 0.69 0.69 0.68 0.69 0.68 l 0.01,0.69 0.01,0.68 0.01,0.69 0.01,0.69 0.02,0.68 0.02,0.69 0.02,0.68 0.01,0.69 0.02,0.68 0.01,0.69 0.01,0.69 0.01,0.68 v 0.69 l 0.01,0.68 0.01,0.69 h 0.07 v -0.69 l 0.01,-0.68 0.01,-0.69 0.01,-0.68 v -0.69 l 0.02,-0.69 0.01,-0.68 0.02,-0.69 0.02,-0.68 0.02,-0.69 0.01,-0.68 0.02,-0.69 0.01,-0.69 0.01,-0.68 v -0.69 l 0.01,-0.68 v -0.69 l -0.01,-0.68 v -0.69 -0.69 -0.68 l 0.01,-0.69 0.01,-0.68 0.01,-0.69 0.02,-0.68 0.01,-0.69 0.02,-0.69 0.01,-0.68 0.02,-0.69 0.02,-0.68 0.01,-0.69 0.02,-0.68 v -0.69 -0.69 l -0.01,-0.68 -0.01,-0.69 v -0.68 -0.69 l 0.01,-0.68 0.02,-0.69 0.02,-0.69 0.03,-0.68 0.03,-0.69 0.05,-0.68 0.06,-0.69 0.06,-0.68 0.07,-0.69 0.08,-0.69 0.09,-0.68 0.1,-0.69 0.11,-0.68 0.13,-0.69 0.13,-0.68 0.15,-0.69 0.15,-0.69 0.15,-0.68 0.17,-0.69 0.19,-0.68 0.21,-0.69 0.25,-0.68 0.29,-0.69 0.32,-0.69 0.36,-0.68 0.4,-0.69 0.42,-0.68 0.44,-0.69 0.46,-0.68 0.48,-0.69 0.5,-0.69 0.52,-0.68 0.54,-0.69 0.58,-0.68 0.61,-0.69 0.66,-0.68 0.72,-0.69 0.78,-0.69 0.84,-0.68 0.84,-0.69 0.83,-0.68 0.78,-0.69 0.73,-0.68 0.7,-0.69 0.67,-0.69 0.64,-0.68 0.59,-0.69 0.53,-0.68 0.43,-0.69 0.33,-0.68 0.24,-0.69 0.14,-0.69 0.05,-0.68 -0.05,-0.69 -0.17,-0.68 -0.27,-0.69 -0.36,-0.68 -0.45,-0.69 -0.51,-0.69 -0.56,-0.68 -0.61,-0.69 -0.65,-0.68 -0.67,-0.69 -0.68,-0.68 -0.67,-0.69 -0.65,-0.69 -0.64,-0.68 -0.63,-0.69 -0.61,-0.68 -0.55,-0.69 -0.48,-0.68 -0.41,-0.69 -0.34,-0.69 -0.31,-0.68 -0.29,-0.69 -0.3,-0.68 -0.3,-0.69 -0.29,-0.68 -0.26,-0.69 -0.26,-0.69 -0.26,-0.68 -0.27,-0.69 -0.3,-0.68 -0.31,-0.69 -0.28,-0.68 -0.26,-0.69 -0.23,-0.69 -0.19,-0.68 -0.16,-0.69 -0.14,-0.68 -0.12,-0.69 -0.11,-0.68 -0.1,-0.69 -0.08,-0.69 -0.08,-0.68 -0.09,-0.69 -0.11,-0.68 -0.12,-0.69 -0.14,-0.68 -0.16,-0.69 -0.17,-0.69 -0.17,-0.68 -0.17,-0.69 -0.17,-0.68 -0.17,-0.69 -0.18,-0.69 -0.18,-0.68 -0.19,-0.69 -0.18,-0.68 -0.17,-0.69 -0.16,-0.68 -0.15,-0.69 -0.14,-0.69 -0.14,-0.68 -0.13,-0.69 -0.13,-0.68 -0.12,-0.69 -0.1,-0.68 -0.09,-0.69 -0.09,-0.69 -0.07,-0.68 -0.05,-0.69 -0.04,-0.68 -0.02,-0.69 0.01,-0.68 0.02,-0.69 0.04,-0.69 0.04,-0.68 0.03,-0.69 0.02,-0.68 v -0.69 l -0.02,-0.68 -0.03,-0.69 -0.05,-0.69 -0.05,-0.68 -0.05,-0.69 -0.05,-0.68 -0.05,-0.69 -0.05,-0.68 -0.04,-0.69 -0.03,-0.69 -0.03,-0.68 -0.02,-0.69 z" /></g></g><g
  1650. style=""
  1651. id="g258"
  1652. transform="matrix(1.3333333,0,0,-1.3333333,-13.333333,745.33333)"><g
  1653. clip-path="url(#clipPath264)"
  1654. id="g260"><path
  1655. inkscape:connector-curvature="0"
  1656. id="path266"
  1657. style="fill:#e5e5e5;fill-opacity:1;fill-rule:nonzero;stroke:none"
  1658. d="M 146.03,368.14 H 241.4 V 529.97 H 146.03 Z" /><path
  1659. inkscape:connector-curvature="0"
  1660. id="path268"
  1661. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1662. d="M 146.03,407.31 H 241.4" /><path
  1663. inkscape:connector-curvature="0"
  1664. id="path270"
  1665. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1666. d="M 146.03,459.04 H 241.4" /><path
  1667. inkscape:connector-curvature="0"
  1668. id="path272"
  1669. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1670. d="M 146.03,510.78 H 241.4" /><path
  1671. inkscape:connector-curvature="0"
  1672. id="path274"
  1673. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1674. d="M 146.03,381.44 H 241.4" /><path
  1675. inkscape:connector-curvature="0"
  1676. id="path276"
  1677. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1678. d="M 146.03,433.18 H 241.4" /><path
  1679. inkscape:connector-curvature="0"
  1680. id="path278"
  1681. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1682. d="M 146.03,484.91 H 241.4" /><path
  1683. inkscape:connector-curvature="0"
  1684. id="path280"
  1685. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1686. d="M 172.04,368.14 V 529.97" /><path
  1687. inkscape:connector-curvature="0"
  1688. id="path282"
  1689. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1690. d="M 215.39,368.14 V 529.97" /><path
  1691. inkscape:connector-curvature="0"
  1692. id="path284"
  1693. style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#333333;stroke-width:1.05999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1694. d="m 171.35,376.62 -0.2,0.67 -0.22,0.66 -0.27,0.67 -0.32,0.66 -0.38,0.67 -0.43,0.66 -0.51,0.67 -0.58,0.66 -0.66,0.67 -0.75,0.66 -0.84,0.66 -0.92,0.67 -0.99,0.66 -1.06,0.67 -1.1,0.66 -1.11,0.67 -1.1,0.66 -1.05,0.67 -0.99,0.66 -0.88,0.67 -0.77,0.66 -0.65,0.66 -0.51,0.67 -0.37,0.66 -0.25,0.67 -0.12,0.66 -0.02,0.67 0.07,0.66 0.15,0.67 0.2,0.66 0.25,0.67 0.29,0.66 0.31,0.66 0.34,0.67 0.37,0.66 0.37,0.67 0.38,0.66 0.37,0.67 0.35,0.66 0.32,0.67 0.27,0.66 0.22,0.66 0.16,0.67 0.12,0.66 0.05,0.67 0.01,0.66 -0.03,0.67 -0.07,0.66 -0.1,0.67 -0.13,0.66 -0.15,0.67 -0.16,0.66 -0.18,0.66 -0.18,0.67 -0.17,0.66 -0.15,0.67 -0.12,0.66 -0.06,0.67 -0.01,0.66 0.07,0.67 0.13,0.66 0.21,0.67 0.26,0.66 0.3,0.66 0.34,0.67 0.34,0.66 0.36,0.67 0.36,0.66 0.35,0.67 0.37,0.66 0.36,0.67 0.38,0.66 0.39,0.67 0.4,0.66 0.41,0.66 0.4,0.67 0.4,0.66 0.38,0.67 0.36,0.66 0.34,0.67 0.31,0.66 0.3,0.67 0.28,0.66 0.26,0.66 0.26,0.67 0.25,0.66 0.26,0.67 0.27,0.66 0.27,0.67 0.29,0.66 0.29,0.67 0.3,0.66 0.3,0.67 0.29,0.66 0.27,0.66 0.24,0.67 0.23,0.66 0.2,0.67 0.19,0.66 0.17,0.67 0.17,0.66 0.16,0.67 0.16,0.66 0.16,0.67 0.14,0.66 0.13,0.66 0.12,0.67 0.1,0.66 0.09,0.67 0.07,0.66 0.07,0.67 0.07,0.66 0.06,0.67 0.07,0.66 0.06,0.67 0.06,0.66 0.05,0.66 0.05,0.67 0.05,0.66 0.05,0.67 0.05,0.66 0.05,0.67 0.04,0.66 0.04,0.67 0.04,0.66 0.03,0.66 0.01,0.67 0.02,0.66 v 0.67 0.66 0.67 0.66 0.67 0.66 l 0.01,0.67 V 467 l 0.01,0.66 0.01,0.67 v 0.66 0.67 0.66 0.67 0.66 l 0.01,0.67 v 0.66 l 0.01,0.67 0.01,0.66 0.01,0.66 0.01,0.67 0.01,0.66 0.01,0.67 0.01,0.66 0.01,0.67 0.01,0.66 0.01,0.67 0.01,0.66 0.02,0.66 0.01,0.67 0.01,0.66 v 0.67 l 0.01,0.66 v 0.67 0.66 0.67 0.66 l 0.01,0.67 v 0.66 l 0.01,0.66 0.01,0.67 0.02,0.66 0.01,0.67 h 0.16 l 0.02,-0.67 0.01,-0.66 0.01,-0.67 0.01,-0.66 0.01,-0.66 v -0.67 -0.66 l 0.01,-0.67 v -0.66 -0.67 -0.66 l 0.01,-0.67 0.01,-0.66 0.01,-0.67 0.01,-0.66 0.01,-0.66 0.01,-0.67 0.01,-0.66 0.01,-0.67 0.01,-0.66 0.01,-0.67 0.01,-0.66 0.01,-0.67 0.01,-0.66 0.01,-0.66 0.01,-0.67 0.01,-0.66 v -0.67 -0.66 l 0.01,-0.67 v -0.66 -0.67 -0.66 -0.67 l 0.01,-0.66 0.01,-0.66 v -0.67 l 0.01,-0.66 v -0.67 -0.66 l -0.01,-0.67 v -0.66 l 0.01,-0.67 0.01,-0.66 0.02,-0.67 0.03,-0.66 0.03,-0.66 0.04,-0.67 0.05,-0.66 0.04,-0.67 0.05,-0.66 0.05,-0.67 0.05,-0.66 0.05,-0.67 0.06,-0.66 0.06,-0.66 0.06,-0.67 0.06,-0.66 0.06,-0.67 0.07,-0.66 0.07,-0.67 0.08,-0.66 0.08,-0.67 0.1,-0.66 0.12,-0.67 0.13,-0.66 0.15,-0.66 0.15,-0.67 0.16,-0.66 0.16,-0.67 0.17,-0.66 0.17,-0.67 0.19,-0.66 0.2,-0.67 0.23,-0.66 0.25,-0.67 0.27,-0.66 0.29,-0.66 0.29,-0.67 0.3,-0.66 0.3,-0.67 0.28,-0.66 0.28,-0.67 0.26,-0.66 0.26,-0.67 0.26,-0.66 0.26,-0.67 0.26,-0.66 0.28,-0.66 0.29,-0.67 0.32,-0.66 0.33,-0.67 0.37,-0.66 0.38,-0.67 0.39,-0.66 0.41,-0.67 0.4,-0.66 0.4,-0.66 0.39,-0.67 0.38,-0.66 0.37,-0.67 0.36,-0.66 0.36,-0.67 0.35,-0.66 0.36,-0.67 0.35,-0.66 0.33,-0.67 0.31,-0.66 0.26,-0.66 0.2,-0.67 0.14,-0.66 0.06,-0.67 v -0.66 l -0.07,-0.67 -0.11,-0.66 -0.15,-0.67 -0.18,-0.66 -0.17,-0.67 -0.18,-0.66 -0.17,-0.66 -0.14,-0.67 -0.13,-0.66 -0.1,-0.67 -0.07,-0.66 -0.04,-0.67 0.01,-0.66 0.06,-0.67 0.11,-0.66 0.17,-0.67 0.22,-0.66 0.27,-0.66 0.31,-0.67 0.35,-0.66 0.37,-0.67 0.38,-0.66 0.38,-0.67 0.36,-0.66 0.34,-0.67 0.32,-0.66 0.29,-0.66 0.24,-0.67 0.21,-0.66 0.14,-0.67 0.07,-0.66 -0.01,-0.67 -0.13,-0.66 -0.24,-0.67 -0.38,-0.66 -0.51,-0.67 -0.64,-0.66 -0.77,-0.66 -0.89,-0.67 -0.98,-0.66 -1.06,-0.67 -1.1,-0.66 -1.11,-0.67 -1.1,-0.66 -1.05,-0.67 -1,-0.66 -0.92,-0.67 -0.83,-0.66 -0.75,-0.66 -0.67,-0.67 -0.58,-0.66 -0.5,-0.67 -0.44,-0.66 -0.37,-0.67 -0.32,-0.66 -0.27,-0.67 -0.23,-0.66 -0.19,-0.67 z" /><path
  1695. inkscape:connector-curvature="0"
  1696. id="path286"
  1697. style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#333333;stroke-width:1.05999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1698. d="m 215.32,378.11 -0.02,0.76 -0.03,0.77 -0.03,0.76 -0.04,0.76 -0.05,0.77 -0.05,0.76 -0.06,0.76 -0.07,0.77 -0.08,0.76 -0.09,0.76 -0.08,0.77 -0.09,0.76 -0.09,0.76 -0.08,0.77 -0.08,0.76 -0.08,0.76 -0.07,0.77 -0.06,0.76 -0.06,0.76 -0.04,0.77 -0.04,0.76 -0.03,0.76 -0.04,0.77 -0.05,0.76 -0.05,0.76 -0.07,0.77 -0.08,0.76 -0.1,0.76 -0.1,0.77 -0.11,0.76 -0.11,0.76 -0.1,0.77 -0.11,0.76 -0.1,0.76 -0.11,0.77 -0.12,0.76 -0.12,0.76 -0.13,0.77 -0.12,0.76 -0.12,0.76 -0.12,0.77 -0.11,0.76 -0.13,0.76 -0.13,0.77 -0.16,0.76 -0.2,0.76 -0.25,0.77 -0.29,0.76 -0.33,0.76 -0.34,0.77 -0.31,0.76 -0.26,0.76 -0.18,0.77 -0.12,0.76 -0.07,0.76 -0.05,0.77 -0.05,0.76 -0.05,0.76 -0.08,0.77 -0.1,0.76 -0.16,0.76 -0.2,0.77 -0.26,0.76 -0.31,0.76 -0.35,0.77 -0.38,0.76 -0.41,0.76 -0.41,0.77 -0.42,0.76 -0.43,0.76 -0.43,0.77 -0.43,0.76 -0.44,0.76 -0.45,0.77 -0.47,0.76 -0.5,0.76 -0.54,0.77 -0.56,0.76 -0.57,0.76 -0.58,0.77 -0.56,0.76 -0.51,0.76 -0.46,0.77 -0.44,0.76 -0.42,0.76 -0.42,0.77 -0.44,0.76 -0.42,0.76 -0.4,0.77 -0.33,0.76 -0.23,0.76 -0.12,0.77 0.02,0.76 0.15,0.76 0.25,0.77 0.31,0.76 0.36,0.76 0.38,0.77 0.41,0.76 0.47,0.76 0.54,0.77 0.61,0.76 0.68,0.77 0.74,0.76 0.78,0.76 0.8,0.77 0.8,0.76 0.79,0.76 0.77,0.77 0.75,0.76 0.72,0.76 0.69,0.77 0.65,0.76 0.6,0.76 0.55,0.77 0.52,0.76 0.49,0.76 0.47,0.77 0.45,0.76 0.44,0.76 0.4,0.77 0.39,0.76 0.36,0.76 0.35,0.77 0.34,0.76 0.34,0.76 0.32,0.77 0.28,0.76 0.24,0.76 0.19,0.77 0.16,0.76 0.12,0.76 0.1,0.77 0.07,0.76 0.05,0.76 0.03,0.77 0.01,0.76 v 0.76 0.77 0.76 l 0.01,0.76 0.02,0.77 0.02,0.76 0.03,0.76 0.03,0.77 0.03,0.76 0.02,0.76 0.03,0.77 0.03,0.76 0.03,0.76 0.04,0.77 0.05,0.76 0.04,0.76 0.04,0.77 0.04,0.76 0.03,0.76 0.02,0.77 0.02,0.76 0.01,0.76 0.01,0.77 0.01,0.76 v 0.76 0.77 0.76 0.76 0.77 l 0.01,0.76 v 0.76 0.77 0.76 0.76 0.77 0.76 l -0.01,0.76 v 0.77 0.76 0.76 0.77 0.76 0.76 0.77 h 0.02 v -0.77 l 0.01,-0.76 v -0.76 l -0.01,-0.77 v -0.76 -0.76 -0.77 -0.76 -0.76 l -0.01,-0.77 v -0.76 -0.76 l 0.01,-0.77 v -0.76 -0.76 -0.77 -0.76 -0.76 -0.77 l 0.01,-0.76 v -0.76 l 0.01,-0.77 0.01,-0.76 0.02,-0.76 0.02,-0.77 0.03,-0.76 0.04,-0.76 0.04,-0.77 0.05,-0.76 0.04,-0.76 0.04,-0.77 0.03,-0.76 0.03,-0.76 0.03,-0.77 0.03,-0.76 0.02,-0.76 0.03,-0.77 0.03,-0.76 0.02,-0.76 0.02,-0.77 0.01,-0.76 v -0.76 -0.77 -0.76 l 0.01,-0.76 0.03,-0.77 0.05,-0.76 0.07,-0.76 0.1,-0.77 0.13,-0.76 0.15,-0.76 0.2,-0.77 0.24,-0.76 0.28,-0.76 0.31,-0.77 0.34,-0.76 0.35,-0.76 0.35,-0.77 0.36,-0.76 0.38,-0.76 0.41,-0.77 0.43,-0.76 0.46,-0.76 0.47,-0.77 0.49,-0.76 0.51,-0.76 0.56,-0.77 0.6,-0.76 0.65,-0.76 0.68,-0.77 0.73,-0.76 0.75,-0.76 0.77,-0.77 0.79,-0.76 0.8,-0.76 0.79,-0.77 0.78,-0.76 0.74,-0.76 0.68,-0.77 0.62,-0.76 0.53,-0.77 0.47,-0.76 0.41,-0.76 0.38,-0.77 0.36,-0.76 0.32,-0.76 0.24,-0.77 0.15,-0.76 0.02,-0.76 -0.12,-0.77 -0.23,-0.76 -0.33,-0.76 -0.39,-0.77 -0.43,-0.76 -0.43,-0.76 -0.43,-0.77 -0.42,-0.76 -0.43,-0.76 -0.47,-0.77 -0.51,-0.76 -0.55,-0.76 -0.58,-0.77 -0.58,-0.76 -0.56,-0.76 -0.53,-0.77 -0.5,-0.76 -0.47,-0.76 -0.46,-0.77 -0.44,-0.76 -0.43,-0.76 -0.43,-0.77 -0.43,-0.76 -0.42,-0.76 -0.41,-0.77 -0.4,-0.76 -0.38,-0.76 -0.35,-0.77 -0.31,-0.76 -0.27,-0.76 -0.2,-0.77 -0.15,-0.76 -0.11,-0.76 -0.08,-0.77 -0.05,-0.76 -0.04,-0.76 -0.05,-0.77 -0.08,-0.76 -0.12,-0.76 -0.18,-0.77 -0.25,-0.76 -0.31,-0.76 -0.34,-0.77 -0.33,-0.76 -0.3,-0.76 -0.24,-0.77 -0.2,-0.76 -0.16,-0.76 -0.14,-0.77 -0.12,-0.76 -0.12,-0.76 -0.11,-0.77 -0.13,-0.76 -0.12,-0.76 -0.13,-0.77 -0.12,-0.76 -0.12,-0.76 -0.1,-0.77 -0.11,-0.76 -0.1,-0.76 -0.11,-0.77 -0.11,-0.76 -0.11,-0.76 -0.1,-0.77 -0.09,-0.76 -0.08,-0.76 -0.07,-0.77 -0.06,-0.76 -0.04,-0.76 -0.04,-0.77 -0.04,-0.76 -0.03,-0.76 -0.05,-0.77 -0.05,-0.76 -0.07,-0.76 -0.07,-0.77 -0.08,-0.76 -0.08,-0.76 -0.08,-0.77 -0.08,-0.76 -0.09,-0.76 -0.09,-0.77 -0.08,-0.76 -0.08,-0.76 -0.07,-0.77 -0.06,-0.76 -0.06,-0.76 -0.05,-0.77 -0.04,-0.76 -0.03,-0.76 -0.03,-0.77 -0.02,-0.76 z" /></g></g><g
  1699. style=""
  1700. id="g354"
  1701. transform="matrix(1.3333333,0,0,-1.3333333,-13.333333,745.33333)"><g
  1702. clip-path="url(#clipPath360)"
  1703. id="g356"><path
  1704. inkscape:connector-curvature="0"
  1705. id="path362"
  1706. style="fill:#e5e5e5;fill-opacity:1;fill-rule:nonzero;stroke:none"
  1707. d="m 245,368.14 h 95.37 V 529.97 H 245 Z" /><path
  1708. inkscape:connector-curvature="0"
  1709. id="path364"
  1710. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1711. d="m 245,407.31 h 95.37" /><path
  1712. inkscape:connector-curvature="0"
  1713. id="path366"
  1714. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1715. d="m 245,459.04 h 95.37" /><path
  1716. inkscape:connector-curvature="0"
  1717. id="path368"
  1718. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1719. d="m 245,510.78 h 95.37" /><path
  1720. inkscape:connector-curvature="0"
  1721. id="path370"
  1722. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1723. d="m 245,381.44 h 95.37" /><path
  1724. inkscape:connector-curvature="0"
  1725. id="path372"
  1726. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1727. d="m 245,433.18 h 95.37" /><path
  1728. inkscape:connector-curvature="0"
  1729. id="path374"
  1730. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1731. d="m 245,484.91 h 95.37" /><path
  1732. inkscape:connector-curvature="0"
  1733. id="path376"
  1734. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1735. d="M 271.01,368.14 V 529.97" /><path
  1736. inkscape:connector-curvature="0"
  1737. id="path378"
  1738. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1739. d="M 314.36,368.14 V 529.97" /><path
  1740. inkscape:connector-curvature="0"
  1741. id="path380"
  1742. style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#333333;stroke-width:1.05999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1743. d="m 270.58,381.34 -0.17,0.67 -0.21,0.67 -0.28,0.67 -0.34,0.67 -0.41,0.67 -0.48,0.67 -0.55,0.67 -0.6,0.67 -0.63,0.67 -0.66,0.67 -0.67,0.67 -0.65,0.67 -0.64,0.67 -0.6,0.67 -0.58,0.67 -0.55,0.67 -0.54,0.67 -0.52,0.67 -0.53,0.67 -0.53,0.67 -0.55,0.67 -0.55,0.67 -0.53,0.67 -0.51,0.67 -0.44,0.67 -0.37,0.67 -0.28,0.67 -0.21,0.66 -0.14,0.67 -0.11,0.67 -0.13,0.67 -0.16,0.67 -0.22,0.67 -0.27,0.67 -0.31,0.67 -0.32,0.67 -0.3,0.67 -0.26,0.67 -0.21,0.67 -0.16,0.67 -0.12,0.67 -0.09,0.67 -0.07,0.67 -0.05,0.67 -0.03,0.67 v 0.67 l 0.06,0.67 0.13,0.67 0.21,0.67 0.28,0.67 0.37,0.67 0.41,0.67 0.46,0.67 0.46,0.67 0.45,0.67 0.43,0.67 0.39,0.67 0.37,0.66 0.35,0.67 0.35,0.67 0.35,0.67 0.35,0.67 0.37,0.67 0.38,0.67 0.39,0.67 0.39,0.67 0.4,0.67 0.38,0.67 0.37,0.67 0.33,0.67 0.31,0.67 0.27,0.67 0.23,0.67 0.21,0.67 0.19,0.67 0.18,0.67 0.19,0.67 0.19,0.67 0.19,0.67 0.2,0.67 0.21,0.67 0.21,0.67 0.21,0.67 0.22,0.67 0.23,0.67 0.24,0.67 0.24,0.66 0.24,0.67 0.24,0.67 0.23,0.67 0.22,0.67 0.21,0.67 0.2,0.67 0.17,0.67 0.16,0.67 0.13,0.67 0.1,0.67 0.08,0.67 0.08,0.67 0.06,0.67 0.08,0.67 0.09,0.67 0.1,0.67 0.12,0.67 0.13,0.67 0.15,0.67 0.16,0.67 0.15,0.67 0.16,0.67 0.15,0.67 0.13,0.67 0.11,0.67 0.1,0.67 0.08,0.67 0.07,0.67 0.05,0.67 0.05,0.66 0.05,0.67 0.04,0.67 0.05,0.67 0.05,0.67 0.04,0.67 0.05,0.67 0.04,0.67 0.04,0.67 0.04,0.67 0.03,0.67 0.04,0.67 0.03,0.67 0.04,0.67 0.04,0.67 0.03,0.67 0.03,0.67 0.03,0.67 0.03,0.67 0.02,0.67 0.01,0.67 0.01,0.67 v 0.67 l -0.01,0.67 v 0.67 l -0.01,0.67 v 0.67 0.67 0.67 0.67 0.66 l 0.01,0.67 0.01,0.67 v 0.67 l 0.01,0.67 v 0.67 l 0.01,0.67 v 0.67 0.67 0.67 l 0.01,0.67 v 0.67 0.67 l 0.01,0.67 v 0.67 0.67 l 0.01,0.67 v 0.67 0.67 l 0.01,0.67 v 0.67 0.67 0.67 0.67 0.67 0.67 l -0.01,0.67 v 0.67 0.67 h 0.04 v -0.67 -0.67 -0.67 -0.67 l -0.01,-0.67 v -0.67 -0.67 -0.67 l 0.01,-0.67 v -0.67 -0.67 l 0.01,-0.67 v -0.67 -0.67 l 0.01,-0.67 v -0.67 -0.67 l 0.01,-0.67 v -0.67 -0.67 l 0.01,-0.67 v -0.67 -0.67 l 0.01,-0.67 v -0.67 l 0.01,-0.67 v -0.67 l 0.01,-0.67 v -0.66 l 0.01,-0.67 v -0.67 l -0.01,-0.67 v -0.67 l -0.01,-0.67 v -0.67 -0.67 -0.67 -0.67 l 0.02,-0.67 0.02,-0.67 0.02,-0.67 0.03,-0.67 0.03,-0.67 0.04,-0.67 0.03,-0.67 0.04,-0.67 0.03,-0.67 0.04,-0.67 0.04,-0.67 0.03,-0.67 0.04,-0.67 0.05,-0.67 0.04,-0.67 0.05,-0.67 0.04,-0.67 0.05,-0.67 0.05,-0.67 0.04,-0.67 0.05,-0.66 0.06,-0.67 0.06,-0.67 0.08,-0.67 0.1,-0.67 0.11,-0.67 0.14,-0.67 0.14,-0.67 0.16,-0.67 0.16,-0.67 0.15,-0.67 0.15,-0.67 0.14,-0.67 0.12,-0.67 0.1,-0.67 0.08,-0.67 0.08,-0.67 0.07,-0.67 0.07,-0.67 0.08,-0.67 0.11,-0.67 0.13,-0.67 0.15,-0.67 0.18,-0.67 0.19,-0.67 0.22,-0.67 0.22,-0.67 0.23,-0.67 0.23,-0.67 0.24,-0.67 0.24,-0.66 0.24,-0.67 0.23,-0.67 0.22,-0.67 0.22,-0.67 0.21,-0.67 0.2,-0.67 0.2,-0.67 0.19,-0.67 0.19,-0.67 0.19,-0.67 0.18,-0.67 0.2,-0.67 0.2,-0.67 0.24,-0.67 0.27,-0.67 0.3,-0.67 0.34,-0.67 0.36,-0.67 0.39,-0.67 0.39,-0.67 0.39,-0.67 0.39,-0.67 0.38,-0.67 0.37,-0.67 0.36,-0.67 0.34,-0.67 0.35,-0.67 0.35,-0.67 0.37,-0.66 0.4,-0.67 0.42,-0.67 0.46,-0.67 0.46,-0.67 0.45,-0.67 0.42,-0.67 0.36,-0.67 0.29,-0.67 0.2,-0.67 0.13,-0.67 0.06,-0.67 0.01,-0.67 -0.03,-0.67 -0.05,-0.67 -0.08,-0.67 -0.09,-0.67 -0.12,-0.67 -0.16,-0.67 -0.21,-0.67 -0.26,-0.67 -0.3,-0.67 -0.32,-0.67 -0.31,-0.67 -0.27,-0.67 -0.21,-0.67 -0.17,-0.67 -0.12,-0.67 -0.12,-0.67 -0.14,-0.67 -0.2,-0.66 -0.29,-0.67 -0.36,-0.67 -0.45,-0.67 -0.5,-0.67 -0.54,-0.67 -0.55,-0.67 -0.54,-0.67 -0.54,-0.67 -0.52,-0.67 -0.53,-0.67 -0.53,-0.67 -0.55,-0.67 -0.58,-0.67 -0.61,-0.67 -0.64,-0.67 -0.65,-0.67 -0.67,-0.67 -0.65,-0.67 -0.64,-0.67 -0.6,-0.67 -0.54,-0.67 -0.48,-0.67 -0.41,-0.67 -0.35,-0.67 -0.27,-0.67 -0.22,-0.67 -0.17,-0.67 z" /><path
  1744. inkscape:connector-curvature="0"
  1745. id="path382"
  1746. style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#333333;stroke-width:1.05999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1747. d="m 314.34,381.24 -0.01,0.68 -0.01,0.68 -0.01,0.68 -0.02,0.67 -0.03,0.68 -0.04,0.68 -0.03,0.68 -0.03,0.68 -0.03,0.68 -0.02,0.68 -0.02,0.67 -0.03,0.68 -0.03,0.68 -0.04,0.68 -0.04,0.68 -0.04,0.68 -0.04,0.67 -0.03,0.68 -0.02,0.68 -0.02,0.68 -0.03,0.68 -0.03,0.68 -0.04,0.67 -0.05,0.68 -0.06,0.68 -0.06,0.68 -0.07,0.68 -0.07,0.68 -0.08,0.68 -0.08,0.67 -0.08,0.68 -0.09,0.68 -0.1,0.68 -0.1,0.68 -0.12,0.68 -0.13,0.67 -0.15,0.68 -0.17,0.68 -0.19,0.68 -0.2,0.68 -0.21,0.68 -0.19,0.68 -0.16,0.67 -0.13,0.68 -0.11,0.68 -0.09,0.68 -0.08,0.68 -0.09,0.68 -0.11,0.67 -0.13,0.68 -0.17,0.68 -0.2,0.68 -0.23,0.68 -0.23,0.68 -0.22,0.68 -0.19,0.67 -0.18,0.68 -0.16,0.68 -0.15,0.68 -0.14,0.68 -0.14,0.68 -0.14,0.67 -0.14,0.68 -0.17,0.68 -0.18,0.68 -0.21,0.68 -0.23,0.68 -0.24,0.67 -0.25,0.68 -0.25,0.68 -0.24,0.68 -0.26,0.68 -0.29,0.68 -0.33,0.68 -0.39,0.67 -0.47,0.68 -0.54,0.68 -0.59,0.68 -0.65,0.68 -0.66,0.68 -0.65,0.67 -0.61,0.68 -0.55,0.68 -0.49,0.68 -0.44,0.68 -0.43,0.68 -0.45,0.68 -0.48,0.67 -0.51,0.68 -0.53,0.68 -0.51,0.68 -0.45,0.68 -0.37,0.68 -0.29,0.67 -0.22,0.68 -0.17,0.68 -0.15,0.68 -0.12,0.68 -0.07,0.68 -0.02,0.68 0.07,0.67 0.17,0.68 0.26,0.68 0.35,0.68 0.45,0.68 0.55,0.68 0.67,0.67 0.78,0.68 0.86,0.68 0.88,0.68 0.86,0.68 0.83,0.68 0.77,0.67 0.72,0.68 0.68,0.68 0.64,0.68 0.58,0.68 0.56,0.68 0.54,0.68 0.53,0.67 0.54,0.68 0.52,0.68 0.51,0.68 0.46,0.68 0.42,0.68 0.38,0.67 0.36,0.68 0.35,0.68 0.35,0.68 0.36,0.68 0.36,0.68 0.34,0.68 0.31,0.67 0.26,0.68 0.22,0.68 0.19,0.68 0.17,0.68 0.15,0.68 0.16,0.67 0.14,0.68 0.13,0.68 0.11,0.68 0.09,0.68 0.08,0.68 0.07,0.68 0.06,0.67 0.06,0.68 0.05,0.68 0.03,0.68 0.02,0.68 0.01,0.68 v 0.67 l 0.01,0.68 0.01,0.68 0.03,0.68 0.03,0.68 0.03,0.68 0.03,0.67 0.02,0.68 0.02,0.68 0.01,0.68 0.01,0.68 0.01,0.68 0.01,0.68 0.01,0.67 0.01,0.68 v 0.68 0.68 0.68 0.68 l 0.01,0.67 0.02,0.68 0.02,0.68 0.02,0.68 0.02,0.68 0.02,0.68 0.02,0.68 0.01,0.67 0.01,0.68 0.01,0.68 0.01,0.68 h 0.18 l 0.02,-0.68 0.01,-0.68 V 502 l 0.02,-0.67 0.01,-0.68 0.02,-0.68 0.02,-0.68 0.03,-0.68 0.02,-0.68 0.01,-0.68 0.01,-0.67 0.01,-0.68 v -0.68 -0.68 -0.68 -0.68 l 0.01,-0.67 0.01,-0.68 0.01,-0.68 0.01,-0.68 0.01,-0.68 0.02,-0.68 0.02,-0.68 0.03,-0.67 0.04,-0.68 0.03,-0.68 0.02,-0.68 0.02,-0.68 v -0.68 l 0.01,-0.67 0.01,-0.68 0.01,-0.68 0.04,-0.68 0.04,-0.68 0.06,-0.68 0.06,-0.67 0.07,-0.68 0.08,-0.68 0.09,-0.68 0.11,-0.68 0.13,-0.68 0.15,-0.68 0.15,-0.67 0.16,-0.68 0.17,-0.68 0.18,-0.68 0.22,-0.68 0.26,-0.68 0.31,-0.67 0.34,-0.68 0.36,-0.68 0.36,-0.68 0.36,-0.68 0.35,-0.68 0.35,-0.68 0.38,-0.67 0.42,-0.68 0.47,-0.68 0.5,-0.68 0.53,-0.68 0.53,-0.68 0.54,-0.67 0.53,-0.68 0.56,-0.68 0.59,-0.68 0.63,-0.68 0.68,-0.68 0.72,-0.68 0.77,-0.67 0.83,-0.68 0.87,-0.68 0.88,-0.68 0.85,-0.68 0.78,-0.68 0.67,-0.67 0.56,-0.68 0.44,-0.68 0.36,-0.68 0.26,-0.68 0.16,-0.68 0.07,-0.67 -0.01,-0.68 -0.08,-0.68 -0.12,-0.68 -0.14,-0.68 -0.18,-0.68 -0.22,-0.68 -0.29,-0.67 -0.37,-0.68 -0.45,-0.68 -0.5,-0.68 -0.53,-0.68 -0.52,-0.68 -0.48,-0.67 -0.45,-0.68 -0.43,-0.68 -0.44,-0.68 -0.48,-0.68 -0.55,-0.68 -0.61,-0.68 -0.65,-0.67 -0.67,-0.68 -0.64,-0.68 -0.6,-0.68 -0.54,-0.68 -0.46,-0.68 -0.4,-0.67 -0.33,-0.68 -0.29,-0.68 -0.25,-0.68 -0.25,-0.68 -0.25,-0.68 -0.24,-0.68 -0.25,-0.67 -0.23,-0.68 -0.21,-0.68 -0.18,-0.68 -0.16,-0.68 -0.15,-0.68 -0.14,-0.67 -0.13,-0.68 -0.14,-0.68 -0.15,-0.68 -0.16,-0.68 -0.18,-0.68 -0.2,-0.67 -0.22,-0.68 -0.23,-0.68 -0.23,-0.68 -0.2,-0.68 -0.16,-0.68 -0.14,-0.68 -0.1,-0.67 -0.1,-0.68 -0.08,-0.68 -0.09,-0.68 -0.11,-0.68 -0.13,-0.68 -0.16,-0.67 -0.19,-0.68 -0.2,-0.68 -0.21,-0.68 -0.19,-0.68 -0.17,-0.68 -0.15,-0.68 -0.13,-0.67 -0.11,-0.68 -0.11,-0.68 -0.09,-0.68 -0.09,-0.68 -0.09,-0.68 -0.08,-0.67 -0.07,-0.68 -0.08,-0.68 -0.06,-0.68 -0.07,-0.68 -0.06,-0.68 -0.04,-0.68 -0.04,-0.67 -0.04,-0.68 -0.02,-0.68 -0.03,-0.68 -0.02,-0.68 -0.03,-0.68 -0.03,-0.67 -0.04,-0.68 -0.04,-0.68 -0.04,-0.68 -0.04,-0.68 -0.02,-0.68 -0.02,-0.67 -0.03,-0.68 -0.02,-0.68 -0.04,-0.68 -0.03,-0.68 -0.03,-0.68 -0.03,-0.68 -0.02,-0.67 -0.02,-0.68 -0.01,-0.68 v -0.68 z" /></g></g><g
  1748. style=""
  1749. id="g450"
  1750. transform="matrix(1.3333333,0,0,-1.3333333,-13.333333,745.33333)"><g
  1751. clip-path="url(#clipPath456)"
  1752. id="g452"><path
  1753. inkscape:connector-curvature="0"
  1754. id="path458"
  1755. style="fill:#e5e5e5;fill-opacity:1;fill-rule:nonzero;stroke:none"
  1756. d="m 343.97,368.14 h 95.37 v 161.83 h -95.37 z" /><path
  1757. inkscape:connector-curvature="0"
  1758. id="path460"
  1759. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1760. d="m 343.97,407.31 h 95.37" /><path
  1761. inkscape:connector-curvature="0"
  1762. id="path462"
  1763. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1764. d="m 343.97,459.04 h 95.37" /><path
  1765. inkscape:connector-curvature="0"
  1766. id="path464"
  1767. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1768. d="m 343.97,510.78 h 95.37" /><path
  1769. inkscape:connector-curvature="0"
  1770. id="path466"
  1771. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1772. d="m 343.97,381.44 h 95.37" /><path
  1773. inkscape:connector-curvature="0"
  1774. id="path468"
  1775. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1776. d="m 343.97,433.18 h 95.37" /><path
  1777. inkscape:connector-curvature="0"
  1778. id="path470"
  1779. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1780. d="m 343.97,484.91 h 95.37" /><path
  1781. inkscape:connector-curvature="0"
  1782. id="path472"
  1783. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1784. d="M 369.98,368.14 V 529.97" /><path
  1785. inkscape:connector-curvature="0"
  1786. id="path474"
  1787. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1788. d="M 413.33,368.14 V 529.97" /><path
  1789. inkscape:connector-curvature="0"
  1790. id="path476"
  1791. style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#333333;stroke-width:1.05999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1792. d="m 369.42,378.38 -0.2,0.75 -0.25,0.74 -0.31,0.75 -0.37,0.74 -0.45,0.75 -0.54,0.74 -0.63,0.75 -0.72,0.75 -0.82,0.74 -0.89,0.75 -0.94,0.74 -0.97,0.75 -0.97,0.75 -0.93,0.74 -0.88,0.75 -0.8,0.74 -0.68,0.75 -0.56,0.75 -0.42,0.74 -0.29,0.75 -0.18,0.74 -0.08,0.75 v 0.75 l 0.04,0.74 0.06,0.75 0.06,0.74 0.05,0.75 0.05,0.74 0.05,0.75 0.06,0.75 0.08,0.74 0.11,0.75 0.14,0.74 0.18,0.75 0.2,0.75 0.24,0.74 0.24,0.75 0.26,0.74 0.23,0.75 0.22,0.75 0.19,0.74 0.14,0.75 0.1,0.74 0.05,0.75 0.02,0.75 -0.03,0.74 -0.05,0.75 -0.07,0.74 -0.08,0.75 -0.05,0.74 -0.01,0.75 0.03,0.75 0.08,0.74 0.14,0.75 0.17,0.74 0.21,0.75 0.23,0.75 0.24,0.74 0.25,0.75 0.26,0.74 0.26,0.75 0.27,0.75 0.27,0.74 0.27,0.75 0.26,0.74 0.27,0.75 0.28,0.75 0.29,0.74 0.3,0.75 0.32,0.74 0.34,0.75 0.34,0.75 0.35,0.74 0.33,0.75 0.31,0.74 0.29,0.75 0.26,0.74 0.24,0.75 0.23,0.75 0.2,0.74 0.19,0.75 0.17,0.74 0.14,0.75 0.13,0.75 0.11,0.74 0.1,0.75 0.1,0.74 0.09,0.75 0.1,0.75 0.11,0.74 0.11,0.75 0.12,0.74 0.13,0.75 0.14,0.75 0.14,0.74 0.14,0.75 0.14,0.74 0.14,0.75 0.13,0.74 0.11,0.75 0.11,0.75 0.1,0.74 0.09,0.75 0.09,0.74 0.08,0.75 0.07,0.75 0.07,0.74 0.06,0.75 0.04,0.74 0.04,0.75 0.02,0.75 0.02,0.74 v 0.75 0.74 0.75 0.75 l 0.01,0.74 0.01,0.75 0.02,0.74 0.02,0.75 0.02,0.74 0.03,0.75 0.02,0.75 0.01,0.74 0.02,0.75 v 0.74 l 0.01,0.75 v 0.75 l 0.01,0.74 v 0.75 0.74 0.75 0.75 0.74 0.75 0.74 0.75 l -0.01,0.75 v 0.74 l -0.01,0.75 v 0.74 l 0.01,0.75 v 0.75 l 0.01,0.74 0.01,0.75 0.01,0.74 v 0.75 l 0.01,0.74 v 0.75 l 0.01,0.75 v 0.74 0.75 l 0.01,0.74 0.01,0.75 V 494 l 0.01,0.74 0.01,0.75 0.01,0.74 0.01,0.75 0.01,0.75 0.01,0.74 0.01,0.75 0.01,0.74 v 0.75 l 0.01,0.75 v 0.74 0.75 l 0.01,0.74 v 0.75 l -0.01,0.74 v 0.75 0.75 0.74 0.75 0.74 H 370 v -0.74 l -0.01,-0.75 v -0.74 -0.75 -0.75 -0.74 -0.75 -0.74 -0.75 -0.74 l 0.01,-0.75 0.01,-0.75 v -0.74 l 0.01,-0.75 0.01,-0.74 0.01,-0.75 0.01,-0.75 0.01,-0.74 0.01,-0.75 0.01,-0.74 0.01,-0.75 v -0.75 l 0.01,-0.74 v -0.75 l 0.01,-0.74 v -0.75 -0.75 l 0.01,-0.74 v -0.75 l 0.01,-0.74 0.01,-0.75 0.01,-0.74 0.01,-0.75 v -0.75 -0.74 -0.75 l -0.01,-0.74 v -0.75 l -0.01,-0.75 v -0.74 -0.75 -0.74 -0.75 -0.75 l 0.01,-0.74 v -0.75 -0.74 -0.75 l 0.01,-0.75 0.01,-0.74 0.01,-0.75 0.02,-0.74 0.02,-0.75 0.02,-0.75 0.03,-0.74 0.02,-0.75 0.01,-0.74 0.01,-0.75 0.01,-0.74 v -0.75 -0.75 -0.74 l 0.01,-0.75 0.01,-0.74 0.02,-0.75 0.04,-0.75 0.05,-0.74 0.05,-0.75 0.07,-0.74 0.07,-0.75 0.08,-0.75 0.09,-0.74 0.09,-0.75 0.1,-0.74 0.11,-0.75 0.12,-0.75 0.13,-0.74 0.13,-0.75 0.14,-0.74 0.14,-0.75 0.15,-0.74 0.13,-0.75 0.13,-0.75 0.12,-0.74 0.12,-0.75 0.1,-0.74 0.1,-0.75 0.09,-0.75 0.1,-0.74 0.1,-0.75 0.11,-0.74 0.13,-0.75 0.15,-0.75 0.16,-0.74 0.19,-0.75 0.21,-0.74 0.22,-0.75 0.24,-0.75 0.27,-0.74 0.29,-0.75 0.31,-0.74 0.33,-0.75 0.34,-0.74 0.35,-0.75 0.33,-0.75 0.32,-0.74 0.31,-0.75 0.28,-0.74 0.28,-0.75 0.27,-0.75 0.27,-0.74 0.27,-0.75 0.27,-0.74 0.26,-0.75 0.27,-0.75 0.25,-0.74 0.25,-0.75 0.24,-0.74 0.23,-0.75 0.21,-0.75 0.18,-0.74 0.13,-0.75 0.08,-0.74 0.04,-0.75 -0.02,-0.75 -0.05,-0.74 -0.07,-0.75 -0.07,-0.74 -0.06,-0.75 -0.02,-0.74 0.01,-0.75 0.05,-0.75 0.1,-0.74 0.15,-0.75 0.18,-0.74 0.22,-0.75 0.24,-0.75 0.25,-0.74 0.25,-0.75 0.23,-0.74 0.21,-0.75 0.17,-0.75 0.14,-0.74 0.11,-0.75 0.08,-0.74 0.06,-0.75 0.05,-0.75 0.05,-0.74 0.06,-0.75 0.06,-0.74 0.06,-0.75 0.03,-0.74 v -0.75 l -0.08,-0.75 -0.17,-0.74 -0.3,-0.75 -0.42,-0.74 -0.56,-0.75 -0.68,-0.75 -0.79,-0.74 -0.88,-0.75 -0.94,-0.74 -0.97,-0.75 -0.97,-0.75 -0.94,-0.74 -0.89,-0.75 -0.81,-0.74 -0.73,-0.75 -0.63,-0.75 -0.54,-0.74 -0.45,-0.75 -0.37,-0.74 -0.31,-0.75 -0.24,-0.74 -0.21,-0.75 z" /><path
  1793. inkscape:connector-curvature="0"
  1794. id="path478"
  1795. style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#333333;stroke-width:1.05999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1796. d="m 413.32,377.09 -0.01,0.78 v 0.78 l -0.01,0.79 -0.01,0.78 -0.01,0.78 -0.02,0.78 -0.02,0.79 -0.03,0.78 -0.03,0.78 -0.04,0.79 -0.05,0.78 -0.05,0.78 -0.05,0.78 -0.05,0.79 -0.06,0.78 -0.08,0.78 -0.08,0.79 -0.07,0.78 -0.06,0.78 -0.02,0.78 -0.01,0.79 v 0.78 l -0.01,0.78 -0.05,0.79 -0.07,0.78 -0.09,0.78 -0.1,0.78 -0.09,0.79 -0.08,0.78 -0.05,0.78 -0.04,0.79 -0.03,0.78 -0.01,0.78 -0.02,0.78 -0.02,0.79 -0.05,0.78 -0.07,0.78 -0.1,0.79 -0.11,0.78 -0.12,0.78 -0.12,0.78 -0.12,0.79 -0.13,0.78 -0.11,0.78 -0.09,0.79 -0.11,0.78 -0.13,0.78 -0.18,0.78 -0.22,0.79 -0.23,0.78 -0.2,0.78 -0.14,0.79 -0.05,0.78 0.02,0.78 0.04,0.78 0.02,0.79 -0.03,0.78 -0.09,0.78 -0.15,0.79 -0.2,0.78 -0.24,0.78 -0.28,0.78 -0.27,0.79 -0.26,0.78 -0.21,0.78 -0.19,0.78 -0.17,0.79 -0.21,0.78 -0.26,0.78 -0.35,0.79 -0.4,0.78 -0.45,0.78 -0.46,0.78 -0.51,0.79 -0.59,0.78 -0.7,0.78 -0.83,0.79 -0.91,0.78 -0.95,0.78 -0.89,0.78 -0.82,0.79 -0.74,0.78 -0.71,0.78 -0.75,0.79 -0.8,0.78 -0.8,0.78 -0.71,0.78 -0.54,0.79 -0.31,0.78 -0.1,0.78 0.07,0.79 0.19,0.78 0.26,0.78 0.34,0.78 0.43,0.79 0.51,0.78 0.57,0.78 0.61,0.79 0.66,0.78 0.73,0.78 0.84,0.78 0.95,0.79 1.02,0.78 1.04,0.78 1.02,0.79 0.95,0.78 0.9,0.78 0.81,0.78 0.73,0.79 0.65,0.78 0.57,0.78 0.53,0.79 0.49,0.78 0.45,0.78 0.43,0.78 0.42,0.79 0.42,0.78 0.39,0.78 0.34,0.79 0.29,0.78 0.24,0.78 0.19,0.78 0.17,0.79 0.14,0.78 0.11,0.78 0.1,0.79 0.08,0.78 0.08,0.78 0.08,0.78 0.08,0.79 0.05,0.78 0.03,0.78 0.01,0.79 v 0.78 0.78 0.78 l 0.01,0.79 v 0.78 0.78 0.78 l -0.01,0.79 -0.01,0.78 0.01,0.78 0.02,0.79 0.03,0.78 0.04,0.78 0.04,0.78 0.05,0.79 0.05,0.78 0.05,0.78 0.05,0.79 0.04,0.78 0.03,0.78 0.02,0.78 0.03,0.79 0.01,0.78 0.02,0.78 0.01,0.79 0.01,0.78 v 0.78 l 0.01,0.78 0.01,0.79 v 0.78 l 0.01,0.78 v 0.79 l 0.01,0.78 v 0.78 0.78 0.79 0.78 0.78 0.79 0.78 0.78 0.78 0.79 l -0.01,0.78 v 0.78 0.79 0.78 0.78 0.78 0.79 0.78 0.78 h 0.02 v -0.78 -0.78 -0.79 -0.78 -0.78 -0.78 -0.79 -0.78 -0.78 -0.79 l -0.01,-0.78 v -0.78 -0.78 -0.79 -0.78 -0.78 -0.79 -0.78 l 0.01,-0.78 v -0.78 -0.79 l 0.01,-0.78 0.01,-0.78 v -0.79 l 0.01,-0.78 0.01,-0.78 0.01,-0.78 0.01,-0.79 0.01,-0.78 0.02,-0.78 0.02,-0.79 0.02,-0.78 0.03,-0.78 0.04,-0.78 0.05,-0.79 0.05,-0.78 0.05,-0.78 0.05,-0.79 0.04,-0.78 0.04,-0.78 0.03,-0.78 0.02,-0.79 0.01,-0.78 v -0.78 l -0.01,-0.79 -0.01,-0.78 v -0.78 l 0.01,-0.78 v -0.79 l 0.01,-0.78 -0.01,-0.78 v -0.78 l 0.01,-0.79 0.03,-0.78 0.06,-0.78 0.07,-0.79 0.08,-0.78 0.09,-0.78 0.08,-0.78 0.09,-0.79 0.11,-0.78 0.14,-0.78 0.17,-0.79 0.2,-0.78 0.23,-0.78 0.29,-0.78 0.35,-0.79 0.39,-0.78 0.41,-0.78 0.42,-0.79 0.43,-0.78 0.45,-0.78 0.49,-0.78 0.53,-0.79 0.58,-0.78 0.64,-0.78 0.73,-0.79 0.82,-0.78 0.89,-0.78 0.96,-0.78 1.01,-0.79 1.04,-0.78 1.02,-0.78 0.95,-0.79 0.84,-0.78 0.74,-0.78 0.65,-0.78 0.61,-0.79 0.57,-0.78 0.51,-0.78 0.43,-0.79 0.34,-0.78 0.27,-0.78 0.18,-0.78 0.07,-0.79 -0.1,-0.78 -0.31,-0.78 -0.53,-0.79 -0.72,-0.78 -0.8,-0.78 -0.79,-0.78 -0.75,-0.79 -0.72,-0.78 -0.74,-0.78 -0.81,-0.79 -0.9,-0.78 -0.94,-0.78 -0.92,-0.78 -0.82,-0.79 -0.71,-0.78 -0.58,-0.78 -0.51,-0.79 -0.47,-0.78 -0.45,-0.78 -0.4,-0.78 -0.34,-0.79 -0.27,-0.78 -0.2,-0.78 -0.18,-0.79 -0.18,-0.78 -0.22,-0.78 -0.25,-0.78 -0.28,-0.79 -0.28,-0.78 -0.24,-0.78 -0.2,-0.78 -0.15,-0.79 -0.09,-0.78 -0.03,-0.78 0.02,-0.79 0.05,-0.78 0.01,-0.78 -0.05,-0.78 -0.13,-0.79 -0.21,-0.78 -0.23,-0.78 -0.22,-0.79 -0.17,-0.78 -0.14,-0.78 -0.1,-0.78 -0.1,-0.79 -0.11,-0.78 -0.12,-0.78 -0.13,-0.79 -0.12,-0.78 -0.12,-0.78 -0.11,-0.78 -0.1,-0.79 -0.07,-0.78 -0.05,-0.78 -0.02,-0.79 -0.01,-0.78 -0.02,-0.78 -0.02,-0.78 -0.04,-0.79 -0.06,-0.78 -0.08,-0.78 -0.09,-0.79 -0.1,-0.78 -0.09,-0.78 -0.07,-0.78 -0.04,-0.79 -0.02,-0.78 v -0.78 -0.79 l -0.03,-0.78 -0.05,-0.78 -0.08,-0.78 -0.08,-0.79 -0.07,-0.78 -0.06,-0.78 -0.06,-0.79 -0.05,-0.78 -0.05,-0.78 -0.05,-0.78 -0.04,-0.79 -0.03,-0.78 -0.02,-0.78 -0.03,-0.79 -0.02,-0.78 -0.01,-0.78 -0.01,-0.78 -0.01,-0.79 v -0.78 -0.78 z" /></g></g><g
  1797. style=""
  1798. id="g546"
  1799. transform="matrix(1.3333333,0,0,-1.3333333,-13.333333,745.33333)"><g
  1800. clip-path="url(#clipPath552)"
  1801. id="g548"><path
  1802. inkscape:connector-curvature="0"
  1803. id="path554"
  1804. style="fill:#e5e5e5;fill-opacity:1;fill-rule:nonzero;stroke:none"
  1805. d="m 442.94,368.14 h 95.37 v 161.83 h -95.37 z" /><path
  1806. inkscape:connector-curvature="0"
  1807. id="path556"
  1808. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1809. d="m 442.94,407.31 h 95.37" /><path
  1810. inkscape:connector-curvature="0"
  1811. id="path558"
  1812. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1813. d="m 442.94,459.04 h 95.37" /><path
  1814. inkscape:connector-curvature="0"
  1815. id="path560"
  1816. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1817. d="m 442.94,510.78 h 95.37" /><path
  1818. inkscape:connector-curvature="0"
  1819. id="path562"
  1820. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1821. d="m 442.94,381.44 h 95.37" /><path
  1822. inkscape:connector-curvature="0"
  1823. id="path564"
  1824. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1825. d="m 442.94,433.18 h 95.37" /><path
  1826. inkscape:connector-curvature="0"
  1827. id="path566"
  1828. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1829. d="m 442.94,484.91 h 95.37" /><path
  1830. inkscape:connector-curvature="0"
  1831. id="path568"
  1832. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1833. d="M 468.95,368.14 V 529.97" /><path
  1834. inkscape:connector-curvature="0"
  1835. id="path570"
  1836. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1837. d="M 512.3,368.14 V 529.97" /><path
  1838. inkscape:connector-curvature="0"
  1839. id="path572"
  1840. style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#333333;stroke-width:1.05999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1841. d="m 468.49,381.19 -0.16,0.67 -0.19,0.68 -0.22,0.67 -0.26,0.68 -0.29,0.67 -0.32,0.68 -0.34,0.67 -0.36,0.68 -0.37,0.67 -0.38,0.68 -0.38,0.67 -0.36,0.68 -0.33,0.67 -0.29,0.68 -0.25,0.67 -0.19,0.68 -0.15,0.67 -0.11,0.68 -0.09,0.67 -0.08,0.68 -0.09,0.67 -0.12,0.68 -0.15,0.68 -0.18,0.67 -0.23,0.68 -0.27,0.67 -0.3,0.68 -0.34,0.67 -0.36,0.68 -0.41,0.67 -0.42,0.68 -0.45,0.67 -0.45,0.68 -0.46,0.67 -0.45,0.68 -0.43,0.67 -0.41,0.68 -0.39,0.67 -0.36,0.68 -0.33,0.67 -0.29,0.68 -0.26,0.67 -0.22,0.68 -0.18,0.67 -0.15,0.68 -0.1,0.67 -0.07,0.68 -0.03,0.67 0.01,0.68 0.07,0.67 0.12,0.68 0.19,0.67 0.24,0.68 0.3,0.67 0.35,0.68 0.37,0.67 0.37,0.68 0.36,0.67 0.33,0.68 0.29,0.67 0.23,0.68 0.19,0.67 0.14,0.68 0.11,0.67 0.08,0.68 0.06,0.67 0.06,0.68 0.07,0.67 0.07,0.68 0.09,0.68 0.1,0.67 0.11,0.68 0.13,0.67 0.13,0.68 0.13,0.67 0.14,0.68 0.13,0.67 0.13,0.68 0.14,0.67 0.15,0.68 0.16,0.67 0.17,0.68 0.17,0.67 0.18,0.68 0.19,0.67 0.19,0.68 0.18,0.67 0.18,0.68 0.18,0.67 0.18,0.68 0.18,0.67 0.18,0.68 0.19,0.67 0.2,0.68 0.21,0.67 0.22,0.68 0.24,0.67 0.24,0.68 0.25,0.67 0.24,0.68 0.24,0.67 0.23,0.68 0.22,0.67 0.2,0.68 0.18,0.67 0.18,0.68 0.16,0.67 0.15,0.68 0.14,0.67 0.14,0.68 0.13,0.67 0.13,0.68 0.13,0.67 0.13,0.68 0.14,0.67 0.13,0.68 0.13,0.67 0.13,0.68 0.13,0.68 0.11,0.67 0.11,0.68 0.1,0.67 0.08,0.68 0.08,0.67 0.05,0.68 0.05,0.67 0.03,0.68 0.02,0.67 0.02,0.68 0.01,0.67 0.02,0.68 0.01,0.67 0.02,0.68 0.02,0.67 0.03,0.68 0.03,0.67 0.04,0.68 0.03,0.67 0.03,0.68 0.03,0.67 0.02,0.68 0.03,0.67 0.02,0.68 0.01,0.67 0.02,0.68 0.01,0.67 0.01,0.68 0.01,0.67 v 0.68 0.67 0.68 0.67 0.68 l 0.01,0.67 v 0.68 l 0.01,0.67 0.01,0.68 0.01,0.67 0.01,0.68 v 0.67 l 0.01,0.68 v 0.67 0.68 l -0.01,0.67 v 0.68 0.67 0.68 0.68 0.67 0.68 0.67 0.68 l 0.01,0.67 h 0.06 l 0.01,-0.67 v -0.68 -0.67 l 0.01,-0.68 v -0.67 l -0.01,-0.68 v -0.68 -0.67 -0.68 -0.67 -0.68 -0.67 -0.68 -0.67 l 0.01,-0.68 0.01,-0.67 0.01,-0.68 0.01,-0.67 v -0.68 l 0.01,-0.67 v -0.68 -0.67 -0.68 -0.67 l 0.01,-0.68 v -0.67 l 0.01,-0.68 0.01,-0.67 0.02,-0.68 0.02,-0.67 0.02,-0.68 0.02,-0.67 0.02,-0.68 0.03,-0.67 0.03,-0.68 0.04,-0.67 0.03,-0.68 0.03,-0.67 0.03,-0.68 0.02,-0.67 0.02,-0.68 0.02,-0.67 0.01,-0.68 0.01,-0.67 0.02,-0.68 0.02,-0.67 0.03,-0.68 0.05,-0.67 0.06,-0.68 0.07,-0.67 0.08,-0.68 0.1,-0.67 0.11,-0.68 0.11,-0.67 0.13,-0.68 0.13,-0.68 0.13,-0.67 0.14,-0.68 0.13,-0.67 0.13,-0.68 0.13,-0.67 0.13,-0.68 0.14,-0.67 0.13,-0.68 0.15,-0.67 0.15,-0.68 0.16,-0.67 0.17,-0.68 0.19,-0.67 0.2,-0.68 0.21,-0.67 0.23,-0.68 0.24,-0.67 0.25,-0.68 0.24,-0.67 0.25,-0.68 0.23,-0.67 0.22,-0.68 0.21,-0.67 0.2,-0.68 0.19,-0.67 0.18,-0.68 0.18,-0.67 0.18,-0.68 0.18,-0.67 0.18,-0.68 0.19,-0.67 0.18,-0.68 0.19,-0.67 0.18,-0.68 0.18,-0.67 0.16,-0.68 0.16,-0.67 0.15,-0.68 0.14,-0.67 0.13,-0.68 0.14,-0.67 0.13,-0.68 0.13,-0.67 0.14,-0.68 0.12,-0.67 0.11,-0.68 0.11,-0.67 0.08,-0.68 0.08,-0.68 0.06,-0.67 0.06,-0.68 0.06,-0.67 0.08,-0.68 0.11,-0.67 0.14,-0.68 0.19,-0.67 0.24,-0.68 0.28,-0.67 0.33,-0.68 0.36,-0.67 0.38,-0.68 0.36,-0.67 0.35,-0.68 0.3,-0.67 0.24,-0.68 0.19,-0.67 0.12,-0.68 0.07,-0.67 0.01,-0.68 -0.03,-0.67 -0.06,-0.68 -0.11,-0.67 -0.14,-0.68 -0.19,-0.67 -0.22,-0.68 -0.26,-0.67 -0.29,-0.68 -0.33,-0.67 -0.36,-0.68 -0.38,-0.67 -0.42,-0.68 -0.43,-0.67 -0.45,-0.68 -0.46,-0.67 -0.45,-0.68 -0.45,-0.67 -0.42,-0.68 -0.4,-0.67 -0.37,-0.68 -0.34,-0.67 -0.3,-0.68 -0.27,-0.67 -0.22,-0.68 -0.19,-0.67 -0.15,-0.68 -0.12,-0.68 -0.09,-0.67 -0.08,-0.68 -0.09,-0.67 -0.11,-0.68 -0.14,-0.67 -0.2,-0.68 -0.24,-0.67 -0.3,-0.68 -0.33,-0.67 -0.36,-0.68 -0.38,-0.67 -0.37,-0.68 -0.38,-0.67 -0.36,-0.68 -0.34,-0.67 -0.32,-0.68 -0.29,-0.67 -0.25,-0.68 -0.23,-0.67 -0.19,-0.68 -0.16,-0.67 z" /><path
  1842. inkscape:connector-curvature="0"
  1843. id="path574"
  1844. style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#333333;stroke-width:1.05999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1845. d="m 512.24,385.38 -0.02,0.66 -0.03,0.67 -0.02,0.66 -0.03,0.67 -0.03,0.67 -0.05,0.66 -0.05,0.67 -0.05,0.67 -0.05,0.66 -0.04,0.67 -0.02,0.67 v 0.66 l 0.02,0.67 0.02,0.66 0.03,0.67 0.02,0.67 0.01,0.66 0.01,0.67 -0.01,0.67 -0.01,0.66 -0.04,0.67 -0.04,0.67 -0.06,0.66 -0.06,0.67 -0.06,0.66 -0.06,0.67 -0.07,0.67 -0.06,0.66 -0.05,0.67 -0.05,0.67 -0.04,0.66 -0.05,0.67 -0.07,0.67 -0.08,0.66 -0.11,0.67 -0.12,0.66 -0.12,0.67 -0.13,0.67 -0.13,0.66 -0.12,0.67 -0.1,0.67 -0.09,0.66 -0.07,0.67 -0.07,0.67 -0.06,0.66 -0.07,0.67 -0.08,0.66 -0.1,0.67 -0.12,0.67 -0.14,0.66 -0.17,0.67 -0.19,0.67 -0.2,0.66 -0.22,0.67 -0.22,0.67 -0.21,0.66 -0.19,0.67 -0.2,0.66 -0.2,0.67 -0.22,0.67 -0.25,0.66 -0.27,0.67 -0.3,0.67 -0.34,0.66 -0.37,0.67 -0.39,0.67 -0.4,0.66 -0.39,0.67 -0.36,0.66 -0.37,0.67 -0.38,0.67 -0.42,0.66 -0.47,0.67 -0.51,0.67 -0.57,0.66 -0.62,0.67 -0.68,0.67 -0.7,0.66 -0.69,0.67 -0.65,0.66 -0.59,0.67 -0.51,0.67 -0.47,0.66 -0.46,0.67 -0.46,0.67 -0.5,0.66 -0.52,0.67 -0.51,0.67 -0.47,0.66 -0.42,0.67 -0.32,0.66 -0.23,0.67 -0.12,0.67 0.03,0.66 0.16,0.67 0.31,0.67 0.42,0.66 0.48,0.67 0.51,0.67 0.54,0.66 0.57,0.67 0.61,0.66 0.63,0.67 0.65,0.67 0.68,0.66 0.72,0.67 0.77,0.67 0.81,0.66 0.83,0.67 0.8,0.67 0.74,0.66 0.66,0.67 0.58,0.66 0.54,0.67 0.54,0.67 0.56,0.66 0.59,0.67 0.58,0.67 0.54,0.66 0.46,0.67 0.39,0.67 0.33,0.66 0.29,0.67 0.27,0.66 0.24,0.67 0.22,0.67 0.21,0.66 0.19,0.67 0.19,0.67 0.19,0.66 0.17,0.67 0.15,0.67 0.13,0.66 0.11,0.67 0.09,0.66 0.1,0.67 0.09,0.67 0.09,0.66 0.08,0.67 0.07,0.67 0.05,0.66 0.04,0.67 0.03,0.67 0.02,0.66 v 0.67 0.66 0.67 0.67 l 0.01,0.66 0.01,0.67 0.01,0.67 0.02,0.66 0.01,0.67 0.01,0.66 0.01,0.67 0.02,0.67 0.02,0.66 0.03,0.67 0.03,0.67 0.02,0.66 0.01,0.67 v 0.67 l -0.01,0.66 -0.01,0.67 -0.01,0.66 v 0.67 l 0.01,0.67 0.02,0.66 0.03,0.67 0.03,0.67 0.02,0.66 0.02,0.67 0.02,0.67 0.01,0.66 0.01,0.67 0.01,0.66 0.02,0.67 0.01,0.67 0.01,0.66 0.01,0.67 0.01,0.67 0.01,0.66 0.01,0.67 h 0.04 l 0.01,-0.67 0.01,-0.66 0.01,-0.67 0.01,-0.67 0.01,-0.66 0.02,-0.67 0.01,-0.67 0.01,-0.66 0.02,-0.67 0.01,-0.66 0.01,-0.67 0.02,-0.67 0.03,-0.66 0.03,-0.67 0.02,-0.67 0.02,-0.66 0.01,-0.67 v -0.67 l -0.01,-0.66 -0.01,-0.67 -0.01,-0.66 v -0.67 l 0.01,-0.67 0.02,-0.66 0.03,-0.67 0.03,-0.67 0.02,-0.66 0.02,-0.67 0.01,-0.67 0.01,-0.66 0.02,-0.67 0.01,-0.66 0.01,-0.67 0.01,-0.67 0.01,-0.66 v -0.67 -0.67 -0.66 l 0.01,-0.67 0.01,-0.66 0.03,-0.67 0.04,-0.67 0.05,-0.66 0.07,-0.67 0.08,-0.67 0.09,-0.66 0.09,-0.67 0.1,-0.67 0.09,-0.66 0.11,-0.67 0.13,-0.66 0.15,-0.67 0.17,-0.67 0.19,-0.66 0.19,-0.67 0.19,-0.67 0.21,-0.66 0.22,-0.67 0.25,-0.67 0.26,-0.66 0.29,-0.67 0.33,-0.66 0.39,-0.67 0.46,-0.67 0.54,-0.66 0.58,-0.67 0.59,-0.67 0.56,-0.66 0.54,-0.67 0.54,-0.67 0.58,-0.66 0.66,-0.67 0.74,-0.66 0.81,-0.67 0.82,-0.67 0.81,-0.66 0.77,-0.67 0.72,-0.67 0.68,-0.66 0.65,-0.67 0.63,-0.67 0.61,-0.66 0.57,-0.67 0.54,-0.66 0.51,-0.67 0.49,-0.67 0.41,-0.66 0.31,-0.67 0.17,-0.67 0.02,-0.66 -0.12,-0.67 -0.23,-0.67 -0.32,-0.66 -0.41,-0.67 -0.48,-0.66 -0.51,-0.67 -0.52,-0.67 -0.5,-0.66 -0.46,-0.67 -0.45,-0.67 -0.47,-0.66 -0.52,-0.67 -0.59,-0.67 -0.65,-0.66 -0.69,-0.67 -0.7,-0.66 -0.68,-0.67 -0.62,-0.67 -0.57,-0.66 -0.51,-0.67 -0.47,-0.67 -0.42,-0.66 -0.38,-0.67 -0.36,-0.67 -0.37,-0.66 -0.39,-0.67 -0.39,-0.66 -0.4,-0.67 -0.37,-0.67 -0.34,-0.66 -0.3,-0.67 -0.27,-0.67 -0.25,-0.66 -0.22,-0.67 -0.2,-0.67 -0.19,-0.66 -0.2,-0.67 -0.21,-0.66 -0.22,-0.67 -0.21,-0.67 -0.21,-0.66 -0.19,-0.67 -0.17,-0.67 -0.14,-0.66 -0.12,-0.67 -0.09,-0.67 -0.08,-0.66 -0.07,-0.67 -0.07,-0.66 -0.06,-0.67 -0.08,-0.67 -0.08,-0.66 -0.11,-0.67 -0.12,-0.67 -0.12,-0.66 -0.13,-0.67 -0.13,-0.67 -0.12,-0.66 -0.1,-0.67 -0.09,-0.66 -0.06,-0.67 -0.05,-0.67 -0.05,-0.66 -0.05,-0.67 -0.05,-0.67 -0.06,-0.66 -0.06,-0.67 -0.07,-0.67 -0.06,-0.66 -0.06,-0.67 -0.05,-0.66 -0.05,-0.67 -0.04,-0.67 -0.01,-0.66 -0.01,-0.67 0.01,-0.67 0.02,-0.66 0.02,-0.67 0.02,-0.67 0.02,-0.66 0.02,-0.67 v -0.66 l -0.01,-0.67 -0.04,-0.67 -0.06,-0.66 -0.05,-0.67 -0.05,-0.67 -0.04,-0.66 -0.04,-0.67 -0.02,-0.67 -0.03,-0.66 -0.03,-0.67 -0.02,-0.66 z" /></g></g><g
  1846. style=""
  1847. id="g642"
  1848. transform="matrix(1.3333333,0,0,-1.3333333,-13.333333,745.33333)"><g
  1849. clip-path="url(#clipPath648)"
  1850. id="g644"><path
  1851. inkscape:connector-curvature="0"
  1852. id="path650"
  1853. style="fill:#e5e5e5;fill-opacity:1;fill-rule:nonzero;stroke:none"
  1854. d="m 541.91,368.14 h 95.37 v 161.83 h -95.37 z" /><path
  1855. inkscape:connector-curvature="0"
  1856. id="path652"
  1857. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1858. d="m 541.91,407.31 h 95.37" /><path
  1859. inkscape:connector-curvature="0"
  1860. id="path654"
  1861. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1862. d="m 541.91,459.04 h 95.37" /><path
  1863. inkscape:connector-curvature="0"
  1864. id="path656"
  1865. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1866. d="m 541.91,510.78 h 95.37" /><path
  1867. inkscape:connector-curvature="0"
  1868. id="path658"
  1869. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1870. d="m 541.91,381.44 h 95.37" /><path
  1871. inkscape:connector-curvature="0"
  1872. id="path660"
  1873. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1874. d="m 541.91,433.18 h 95.37" /><path
  1875. inkscape:connector-curvature="0"
  1876. id="path662"
  1877. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1878. d="m 541.91,484.91 h 95.37" /><path
  1879. inkscape:connector-curvature="0"
  1880. id="path664"
  1881. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1882. d="M 567.92,368.14 V 529.97" /><path
  1883. inkscape:connector-curvature="0"
  1884. id="path666"
  1885. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1886. d="M 611.27,368.14 V 529.97" /><path
  1887. inkscape:connector-curvature="0"
  1888. id="path668"
  1889. style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#333333;stroke-width:1.05999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1890. d="m 567.41,376.46 -0.16,0.7 -0.2,0.69 -0.24,0.69 -0.28,0.69 -0.33,0.69 -0.39,0.69 -0.45,0.7 -0.52,0.69 -0.58,0.69 -0.65,0.69 -0.71,0.69 -0.76,0.69 -0.82,0.7 -0.84,0.69 -0.86,0.69 -0.86,0.69 -0.83,0.69 -0.79,0.69 -0.72,0.7 -0.64,0.69 -0.55,0.69 -0.45,0.69 -0.34,0.69 -0.25,0.69 -0.15,0.7 -0.08,0.69 -0.01,0.69 0.05,0.69 0.08,0.69 0.13,0.69 0.15,0.7 0.17,0.69 0.2,0.69 0.2,0.69 0.21,0.69 0.21,0.69 0.2,0.7 0.17,0.69 0.16,0.69 0.13,0.69 0.1,0.69 0.08,0.69 0.04,0.69 0.01,0.7 -0.04,0.69 -0.08,0.69 -0.13,0.69 -0.17,0.69 -0.21,0.69 -0.24,0.7 -0.25,0.69 -0.25,0.69 -0.25,0.69 -0.23,0.69 -0.2,0.69 -0.15,0.7 -0.09,0.69 -0.03,0.69 0.06,0.69 0.14,0.69 0.21,0.69 0.28,0.7 0.33,0.69 0.37,0.69 0.38,0.69 0.38,0.69 0.37,0.69 0.35,0.7 0.34,0.69 0.32,0.69 0.31,0.69 0.3,0.69 0.3,0.69 0.31,0.7 0.31,0.69 0.32,0.69 0.33,0.69 0.34,0.69 0.35,0.69 0.35,0.7 0.35,0.69 0.35,0.69 0.34,0.69 0.32,0.69 0.31,0.69 0.29,0.7 0.26,0.69 0.23,0.69 0.19,0.69 0.17,0.69 0.14,0.69 0.12,0.69 0.1,0.7 0.1,0.69 0.09,0.69 0.11,0.69 0.11,0.69 0.13,0.69 0.15,0.7 0.16,0.69 0.17,0.69 0.18,0.69 0.18,0.69 0.18,0.69 0.17,0.7 0.16,0.69 0.14,0.69 0.12,0.69 0.12,0.69 0.1,0.69 0.09,0.7 0.09,0.69 0.08,0.69 0.08,0.69 0.08,0.69 0.08,0.69 0.07,0.7 0.08,0.69 0.08,0.69 0.07,0.69 0.07,0.69 0.07,0.69 0.06,0.7 0.06,0.69 0.05,0.69 0.03,0.69 0.03,0.69 0.02,0.69 0.02,0.7 v 0.69 l 0.01,0.69 v 0.69 l 0.01,0.69 0.01,0.69 0.02,0.7 0.02,0.69 0.02,0.69 0.03,0.69 0.02,0.69 0.02,0.69 0.02,0.69 0.01,0.7 v 0.69 0.69 l -0.01,0.69 v 0.69 l -0.01,0.69 v 0.7 l 0.01,0.69 0.01,0.69 0.02,0.69 0.02,0.69 0.02,0.69 0.03,0.7 0.02,0.69 0.02,0.69 0.02,0.69 0.01,0.69 v 0.69 l 0.01,0.7 v 0.69 l 0.01,0.69 v 0.69 l 0.01,0.69 0.01,0.69 0.01,0.7 0.01,0.69 0.01,0.69 0.01,0.69 0.01,0.69 0.01,0.69 h 0.1 l 0.01,-0.69 0.01,-0.69 0.01,-0.69 0.02,-0.69 0.01,-0.69 v -0.7 l 0.01,-0.69 0.01,-0.69 v -0.69 l 0.01,-0.69 v -0.69 l 0.01,-0.7 0.01,-0.69 0.01,-0.69 0.01,-0.69 0.02,-0.69 0.02,-0.69 0.03,-0.7 0.02,-0.69 0.02,-0.69 0.02,-0.69 0.01,-0.69 0.01,-0.69 v -0.7 l -0.01,-0.69 v -0.69 l -0.01,-0.69 v -0.69 l 0.01,-0.69 0.01,-0.7 0.01,-0.69 0.02,-0.69 0.02,-0.69 0.03,-0.69 0.02,-0.69 0.02,-0.69 0.02,-0.7 0.01,-0.69 0.01,-0.69 v -0.69 l 0.01,-0.69 0.01,-0.69 0.01,-0.7 0.02,-0.69 0.03,-0.69 0.03,-0.69 0.05,-0.69 0.06,-0.69 0.06,-0.7 0.07,-0.69 0.07,-0.69 0.07,-0.69 0.08,-0.69 0.08,-0.69 0.08,-0.7 0.07,-0.69 0.08,-0.69 0.08,-0.69 0.09,-0.69 0.08,-0.69 0.09,-0.7 0.11,-0.69 0.11,-0.69 0.12,-0.69 0.15,-0.69 0.15,-0.69 0.17,-0.7 0.18,-0.69 0.18,-0.69 0.18,-0.69 0.17,-0.69 0.17,-0.69 0.14,-0.7 0.13,-0.69 0.11,-0.69 0.11,-0.69 0.09,-0.69 0.1,-0.69 0.1,-0.7 0.12,-0.69 0.14,-0.69 0.17,-0.69 0.2,-0.69 0.23,-0.69 0.26,-0.69 0.28,-0.7 0.31,-0.69 0.33,-0.69 0.33,-0.69 0.35,-0.69 0.35,-0.69 0.35,-0.7 0.35,-0.69 0.34,-0.69 0.33,-0.69 0.32,-0.69 0.32,-0.69 0.3,-0.7 0.3,-0.69 0.3,-0.69 0.31,-0.69 0.32,-0.69 0.34,-0.69 0.35,-0.7 0.37,-0.69 0.38,-0.69 0.38,-0.69 0.37,-0.69 0.33,-0.69 0.28,-0.7 0.22,-0.69 0.13,-0.69 0.06,-0.69 -0.02,-0.69 -0.1,-0.69 -0.15,-0.7 -0.2,-0.69 -0.23,-0.69 -0.25,-0.69 -0.25,-0.69 -0.25,-0.69 -0.24,-0.7 -0.21,-0.69 -0.17,-0.69 -0.13,-0.69 -0.08,-0.69 -0.04,-0.69 0.01,-0.7 0.04,-0.69 0.08,-0.69 0.11,-0.69 0.13,-0.69 0.15,-0.69 0.18,-0.69 0.19,-0.7 0.21,-0.69 0.21,-0.69 0.21,-0.69 0.19,-0.69 0.18,-0.69 0.15,-0.7 0.12,-0.69 0.08,-0.69 0.05,-0.69 -0.01,-0.69 -0.07,-0.69 -0.16,-0.7 -0.25,-0.69 -0.34,-0.69 -0.45,-0.69 -0.55,-0.69 -0.64,-0.69 -0.72,-0.7 -0.79,-0.69 -0.83,-0.69 -0.86,-0.69 -0.86,-0.69 -0.84,-0.69 -0.81,-0.7 -0.77,-0.69 -0.71,-0.69 -0.65,-0.69 -0.58,-0.69 -0.51,-0.69 -0.45,-0.7 -0.39,-0.69 -0.34,-0.69 -0.28,-0.69 -0.24,-0.69 -0.2,-0.69 -0.16,-0.7 z" /><path
  1891. inkscape:connector-curvature="0"
  1892. id="path670"
  1893. style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#333333;stroke-width:1.05999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1894. d="m 611.25,379.57 -0.02,0.76 -0.01,0.77 -0.03,0.76 -0.03,0.76 -0.04,0.76 -0.06,0.76 -0.06,0.76 -0.06,0.76 -0.06,0.76 -0.05,0.76 -0.06,0.76 -0.07,0.76 -0.07,0.76 -0.09,0.76 -0.08,0.76 -0.08,0.76 -0.05,0.77 -0.02,0.76 v 0.76 l 0.03,0.76 0.03,0.76 0.02,0.76 0.01,0.76 -0.02,0.76 -0.05,0.76 -0.07,0.76 -0.1,0.76 -0.12,0.76 -0.13,0.76 -0.13,0.76 -0.14,0.76 -0.12,0.77 -0.11,0.76 -0.11,0.76 -0.11,0.76 -0.11,0.76 -0.13,0.76 -0.14,0.76 -0.14,0.76 -0.13,0.76 -0.14,0.76 -0.14,0.76 -0.16,0.76 -0.17,0.76 -0.2,0.76 -0.22,0.76 -0.23,0.77 -0.24,0.76 -0.23,0.76 -0.21,0.76 -0.18,0.76 -0.14,0.76 -0.1,0.76 -0.08,0.76 -0.06,0.76 -0.09,0.76 -0.12,0.76 -0.19,0.76 -0.25,0.76 -0.31,0.76 -0.33,0.76 -0.32,0.76 -0.3,0.77 -0.29,0.76 -0.27,0.76 -0.25,0.76 -0.24,0.76 -0.24,0.76 -0.24,0.76 -0.3,0.76 -0.39,0.76 -0.49,0.76 -0.58,0.76 -0.63,0.76 -0.66,0.76 -0.65,0.76 -0.65,0.76 -0.66,0.77 -0.68,0.76 -0.67,0.76 -0.66,0.76 -0.64,0.76 -0.62,0.76 -0.61,0.76 -0.56,0.76 -0.5,0.76 -0.38,0.76 -0.26,0.76 -0.16,0.76 -0.07,0.76 -0.02,0.76 0.03,0.76 0.07,0.77 0.14,0.76 0.22,0.76 0.35,0.76 0.49,0.76 0.61,0.76 0.71,0.76 0.75,0.76 0.75,0.76 0.76,0.76 0.78,0.76 0.81,0.76 0.86,0.76 0.87,0.76 0.85,0.76 0.79,0.77 0.72,0.76 0.65,0.76 0.59,0.76 0.57,0.76 0.56,0.76 0.56,0.76 0.55,0.76 0.54,0.76 0.51,0.76 0.48,0.76 0.45,0.76 0.41,0.76 0.36,0.76 0.33,0.76 0.28,0.77 0.26,0.76 0.24,0.76 0.21,0.76 0.2,0.76 0.17,0.76 0.14,0.76 0.11,0.76 0.08,0.76 0.05,0.76 0.03,0.76 0.01,0.76 0.01,0.76 0.01,0.76 0.01,0.76 0.02,0.76 0.02,0.77 0.03,0.76 0.02,0.76 0.03,0.76 0.03,0.76 0.02,0.76 0.04,0.76 0.03,0.76 0.04,0.76 0.04,0.76 0.04,0.76 0.04,0.76 0.03,0.76 0.03,0.76 0.02,0.76 0.02,0.77 0.02,0.76 0.01,0.76 0.01,0.76 0.01,0.76 0.01,0.76 v 0.76 l 0.01,0.76 v 0.76 0.76 0.76 0.76 0.76 0.76 0.76 0.77 0.76 0.76 0.76 0.76 0.76 0.76 0.76 0.76 0.76 0.76 0.76 0.76 h 0.02 v -0.76 -0.76 -0.76 -0.76 -0.76 -0.76 -0.76 -0.76 -0.76 -0.76 -0.76 -0.76 -0.77 -0.76 -0.76 -0.76 -0.76 -0.76 -0.76 l 0.01,-0.76 v -0.76 l 0.01,-0.76 v -0.76 l 0.01,-0.76 0.01,-0.76 0.01,-0.76 0.02,-0.76 0.02,-0.77 0.02,-0.76 0.03,-0.76 0.03,-0.76 0.04,-0.76 0.04,-0.76 0.04,-0.76 0.04,-0.76 0.04,-0.76 0.03,-0.76 0.03,-0.76 0.02,-0.76 0.03,-0.76 0.02,-0.76 0.03,-0.76 0.02,-0.77 0.02,-0.76 0.01,-0.76 0.01,-0.76 0.01,-0.76 0.02,-0.76 0.02,-0.76 0.05,-0.76 0.08,-0.76 0.11,-0.76 0.14,-0.76 0.17,-0.76 0.2,-0.76 0.21,-0.76 0.24,-0.76 0.26,-0.76 0.28,-0.77 0.33,-0.76 0.37,-0.76 0.41,-0.76 0.44,-0.76 0.48,-0.76 0.52,-0.76 0.53,-0.76 0.55,-0.76 0.56,-0.76 0.56,-0.76 0.57,-0.76 0.6,-0.76 0.64,-0.76 0.72,-0.76 0.79,-0.77 0.85,-0.76 0.87,-0.76 0.86,-0.76 0.81,-0.76 0.78,-0.76 0.76,-0.76 0.75,-0.76 0.75,-0.76 0.71,-0.76 0.62,-0.76 0.48,-0.76 0.35,-0.76 0.23,-0.76 0.13,-0.76 0.07,-0.77 0.03,-0.76 -0.02,-0.76 -0.07,-0.76 -0.16,-0.76 -0.26,-0.76 -0.38,-0.76 -0.5,-0.76 -0.56,-0.76 -0.61,-0.76 -0.62,-0.76 -0.64,-0.76 -0.66,-0.76 -0.67,-0.76 -0.68,-0.76 -0.66,-0.77 -0.65,-0.76 -0.65,-0.76 -0.65,-0.76 -0.64,-0.76 -0.58,-0.76 -0.49,-0.76 -0.39,-0.76 -0.29,-0.76 -0.25,-0.76 -0.24,-0.76 -0.24,-0.76 -0.25,-0.76 -0.27,-0.76 -0.29,-0.76 -0.3,-0.77 -0.32,-0.76 -0.33,-0.76 -0.3,-0.76 -0.26,-0.76 -0.19,-0.76 -0.12,-0.76 -0.08,-0.76 -0.07,-0.76 -0.08,-0.76 -0.1,-0.76 -0.14,-0.76 -0.18,-0.76 -0.21,-0.76 -0.23,-0.76 -0.24,-0.76 -0.23,-0.77 -0.22,-0.76 -0.19,-0.76 -0.18,-0.76 -0.16,-0.76 -0.14,-0.76 -0.14,-0.76 -0.13,-0.76 -0.14,-0.76 -0.13,-0.76 -0.13,-0.76 -0.12,-0.76 -0.11,-0.76 -0.11,-0.76 -0.11,-0.76 -0.12,-0.77 -0.14,-0.76 -0.13,-0.76 -0.13,-0.76 -0.12,-0.76 -0.09,-0.76 -0.08,-0.76 -0.05,-0.76 -0.02,-0.76 0.01,-0.76 0.02,-0.76 0.03,-0.76 0.03,-0.76 v -0.76 l -0.02,-0.76 -0.05,-0.77 -0.07,-0.76 -0.09,-0.76 -0.09,-0.76 -0.07,-0.76 -0.07,-0.76 -0.06,-0.76 -0.05,-0.76 -0.06,-0.76 -0.06,-0.76 -0.06,-0.76 -0.05,-0.76 -0.05,-0.76 -0.03,-0.76 -0.03,-0.76 -0.01,-0.77 -0.01,-0.76 z" /></g></g><g
  1895. style=""
  1896. id="g738"
  1897. transform="matrix(1.3333333,0,0,-1.3333333,-13.333333,745.33333)"><g
  1898. clip-path="url(#clipPath744)"
  1899. id="g740"><path
  1900. inkscape:connector-curvature="0"
  1901. id="path746"
  1902. style="fill:#e5e5e5;fill-opacity:1;fill-rule:nonzero;stroke:none"
  1903. d="m 640.88,368.14 h 95.37 v 161.83 h -95.37 z" /><path
  1904. inkscape:connector-curvature="0"
  1905. id="path748"
  1906. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1907. d="m 640.88,407.31 h 95.37" /><path
  1908. inkscape:connector-curvature="0"
  1909. id="path750"
  1910. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1911. d="m 640.88,459.04 h 95.37" /><path
  1912. inkscape:connector-curvature="0"
  1913. id="path752"
  1914. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1915. d="m 640.88,510.78 h 95.37" /><path
  1916. inkscape:connector-curvature="0"
  1917. id="path754"
  1918. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1919. d="m 640.88,381.44 h 95.37" /><path
  1920. inkscape:connector-curvature="0"
  1921. id="path756"
  1922. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1923. d="m 640.88,433.18 h 95.37" /><path
  1924. inkscape:connector-curvature="0"
  1925. id="path758"
  1926. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1927. d="m 640.88,484.91 h 95.37" /><path
  1928. inkscape:connector-curvature="0"
  1929. id="path760"
  1930. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1931. d="M 666.89,368.14 V 529.97" /><path
  1932. inkscape:connector-curvature="0"
  1933. id="path762"
  1934. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1935. d="M 710.24,368.14 V 529.97" /><path
  1936. inkscape:connector-curvature="0"
  1937. id="path764"
  1938. style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#333333;stroke-width:1.05999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1939. d="m 666.8,379.18 -0.02,0.58 -0.03,0.58 -0.04,0.58 -0.05,0.58 -0.06,0.58 -0.08,0.58 -0.11,0.58 -0.14,0.58 -0.18,0.58 -0.23,0.58 -0.29,0.58 -0.35,0.58 -0.4,0.58 -0.45,0.58 -0.49,0.58 -0.52,0.58 -0.52,0.57 -0.52,0.58 -0.5,0.58 -0.46,0.58 -0.43,0.58 -0.39,0.58 -0.35,0.58 -0.32,0.58 -0.3,0.58 -0.3,0.58 -0.32,0.58 -0.36,0.58 -0.42,0.58 -0.5,0.58 -0.57,0.58 -0.65,0.58 -0.71,0.58 -0.76,0.58 -0.77,0.58 -0.77,0.58 -0.74,0.58 -0.7,0.58 -0.66,0.58 -0.6,0.58 -0.54,0.58 -0.47,0.58 -0.41,0.58 -0.34,0.58 -0.26,0.58 -0.2,0.58 -0.14,0.58 -0.09,0.58 -0.04,0.58 -0.02,0.58 v 0.58 l 0.02,0.58 0.02,0.58 0.02,0.58 0.04,0.58 0.07,0.58 0.1,0.58 0.16,0.58 0.2,0.58 0.26,0.58 0.3,0.58 0.32,0.58 0.32,0.58 0.31,0.58 0.31,0.58 0.29,0.58 0.3,0.58 0.32,0.58 0.35,0.58 0.39,0.58 0.41,0.58 0.43,0.58 0.45,0.58 0.44,0.58 0.44,0.58 0.42,0.58 0.41,0.58 0.4,0.58 0.38,0.58 0.37,0.58 0.34,0.58 0.32,0.58 0.3,0.58 0.26,0.58 0.24,0.58 0.22,0.58 0.22,0.58 0.23,0.58 0.25,0.58 0.28,0.58 0.31,0.58 0.34,0.58 0.34,0.58 0.36,0.58 0.34,0.58 0.32,0.58 0.31,0.58 0.28,0.58 0.26,0.58 0.24,0.58 0.21,0.58 0.2,0.58 0.17,0.58 0.16,0.58 0.15,0.58 0.15,0.58 0.15,0.58 0.15,0.58 0.15,0.58 0.15,0.58 0.15,0.58 0.14,0.58 0.13,0.58 0.12,0.58 0.11,0.58 0.1,0.58 0.09,0.58 0.1,0.58 0.1,0.58 0.1,0.58 0.11,0.58 0.12,0.58 0.11,0.58 0.11,0.58 0.11,0.58 0.09,0.58 0.09,0.58 0.08,0.58 0.08,0.58 0.07,0.58 0.07,0.58 0.06,0.58 0.07,0.58 0.06,0.58 0.06,0.58 0.06,0.58 0.06,0.58 0.04,0.58 0.05,0.58 0.04,0.58 0.03,0.58 0.03,0.58 0.02,0.58 0.03,0.58 0.01,0.58 0.02,0.58 0.01,0.58 0.01,0.58 0.02,0.58 0.01,0.58 0.01,0.58 0.01,0.58 0.02,0.58 0.01,0.58 0.02,0.58 0.01,0.58 0.01,0.58 0.01,0.58 v 0.58 0.58 0.58 0.58 0.57 0.58 0.58 0.58 0.58 0.58 l 0.01,0.58 v 0.58 0.58 0.58 0.58 h 0.06 v -0.58 -0.58 -0.58 -0.58 l 0.01,-0.58 v -0.58 -0.58 l 0.01,-0.58 -0.01,-0.58 v -0.58 -0.57 -0.58 -0.58 -0.58 l 0.01,-0.58 v -0.58 l 0.01,-0.58 0.02,-0.58 0.01,-0.58 0.01,-0.58 0.02,-0.58 0.01,-0.58 0.01,-0.58 0.01,-0.58 0.02,-0.58 0.01,-0.58 0.01,-0.58 0.02,-0.58 0.02,-0.58 0.02,-0.58 0.02,-0.58 0.03,-0.58 0.03,-0.58 0.04,-0.58 0.05,-0.58 0.05,-0.58 0.05,-0.58 0.06,-0.58 0.06,-0.58 0.06,-0.58 0.07,-0.58 0.06,-0.58 0.07,-0.58 0.07,-0.58 0.08,-0.58 0.08,-0.58 0.09,-0.58 0.09,-0.58 0.11,-0.58 0.11,-0.58 0.12,-0.58 0.11,-0.58 0.11,-0.58 0.1,-0.58 0.1,-0.58 0.1,-0.58 0.09,-0.58 0.11,-0.58 0.1,-0.58 0.12,-0.58 0.13,-0.58 0.14,-0.58 0.15,-0.58 0.15,-0.58 0.15,-0.58 0.15,-0.58 0.15,-0.58 0.15,-0.58 0.15,-0.58 0.16,-0.58 0.17,-0.58 0.2,-0.58 0.21,-0.58 0.24,-0.58 0.26,-0.58 0.28,-0.58 0.31,-0.58 0.32,-0.58 0.35,-0.58 0.35,-0.58 0.34,-0.58 0.34,-0.58 0.31,-0.58 0.28,-0.58 0.25,-0.58 0.23,-0.58 0.22,-0.58 0.22,-0.58 0.24,-0.58 0.26,-0.58 0.3,-0.58 0.32,-0.58 0.34,-0.58 0.37,-0.58 0.38,-0.58 0.4,-0.58 0.41,-0.58 0.43,-0.58 0.43,-0.58 0.45,-0.58 0.44,-0.58 0.43,-0.58 0.42,-0.58 0.38,-0.58 0.35,-0.58 0.32,-0.58 0.3,-0.58 0.3,-0.58 0.3,-0.58 0.31,-0.58 0.32,-0.58 0.32,-0.58 0.3,-0.58 0.26,-0.58 0.21,-0.58 0.15,-0.58 0.11,-0.58 0.06,-0.58 0.04,-0.58 0.03,-0.58 0.01,-0.58 0.02,-0.58 v -0.58 l -0.02,-0.58 -0.04,-0.58 -0.09,-0.58 -0.14,-0.58 -0.2,-0.58 -0.26,-0.58 -0.34,-0.58 -0.4,-0.58 -0.48,-0.58 -0.54,-0.58 -0.6,-0.58 -0.66,-0.58 -0.7,-0.58 -0.74,-0.58 -0.77,-0.58 -0.77,-0.58 -0.75,-0.58 -0.72,-0.58 -0.65,-0.58 -0.57,-0.58 -0.5,-0.58 -0.42,-0.58 -0.36,-0.58 -0.32,-0.58 -0.3,-0.58 -0.3,-0.58 -0.32,-0.58 -0.35,-0.58 -0.39,-0.58 -0.43,-0.58 -0.46,-0.58 -0.5,-0.58 -0.52,-0.58 -0.52,-0.57 -0.52,-0.58 -0.49,-0.58 -0.45,-0.58 -0.4,-0.58 -0.35,-0.58 -0.29,-0.58 -0.23,-0.58 -0.18,-0.58 -0.14,-0.58 -0.11,-0.58 -0.08,-0.58 -0.06,-0.58 -0.05,-0.58 -0.04,-0.58 -0.03,-0.58 -0.02,-0.58 z" /><path
  1940. inkscape:connector-curvature="0"
  1941. id="path766"
  1942. style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#333333;stroke-width:1.05999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1943. d="m 710.21,381.86 v 0.68 l -0.01,0.68 -0.01,0.68 -0.01,0.68 -0.01,0.68 -0.02,0.68 -0.02,0.68 -0.02,0.68 -0.03,0.68 -0.04,0.68 -0.03,0.68 -0.04,0.68 -0.03,0.68 -0.03,0.68 -0.02,0.69 -0.01,0.68 -0.01,0.68 -0.02,0.68 -0.03,0.68 -0.05,0.68 -0.06,0.68 -0.07,0.68 -0.07,0.68 -0.08,0.68 -0.07,0.68 -0.07,0.68 -0.08,0.68 -0.07,0.68 -0.08,0.68 -0.1,0.68 -0.1,0.68 -0.1,0.68 -0.11,0.69 -0.12,0.68 -0.13,0.68 -0.12,0.68 -0.13,0.68 -0.13,0.68 -0.13,0.68 -0.13,0.68 -0.12,0.68 -0.13,0.68 -0.12,0.68 -0.13,0.68 -0.15,0.68 -0.16,0.68 -0.19,0.68 -0.21,0.68 -0.22,0.68 -0.22,0.68 -0.22,0.69 -0.19,0.68 -0.17,0.68 -0.17,0.68 -0.15,0.68 -0.14,0.68 -0.14,0.68 -0.13,0.68 -0.14,0.68 -0.14,0.68 -0.15,0.68 -0.16,0.68 -0.16,0.68 -0.14,0.68 -0.13,0.68 -0.12,0.68 -0.14,0.68 -0.18,0.68 -0.24,0.69 -0.3,0.68 -0.35,0.68 -0.39,0.68 -0.43,0.68 -0.44,0.68 -0.47,0.68 -0.47,0.68 -0.48,0.68 -0.5,0.68 -0.52,0.68 -0.56,0.68 -0.58,0.68 -0.59,0.68 -0.58,0.68 -0.54,0.68 -0.51,0.68 -0.48,0.68 -0.45,0.68 -0.46,0.69 -0.46,0.68 -0.47,0.68 -0.48,0.68 -0.47,0.68 -0.42,0.68 -0.36,0.68 -0.28,0.68 -0.21,0.68 -0.13,0.68 -0.05,0.68 0.05,0.68 0.16,0.68 0.27,0.68 0.37,0.68 0.48,0.68 0.57,0.68 0.64,0.68 0.7,0.69 0.75,0.68 0.77,0.68 0.76,0.68 0.76,0.68 0.72,0.68 0.7,0.68 0.66,0.68 0.64,0.68 0.63,0.68 0.62,0.68 0.63,0.68 0.62,0.68 0.58,0.68 0.54,0.68 0.48,0.68 0.41,0.68 0.38,0.68 0.36,0.69 0.36,0.68 0.38,0.68 0.4,0.68 0.4,0.68 0.38,0.68 0.36,0.68 0.32,0.68 0.26,0.68 0.23,0.68 0.2,0.68 0.17,0.68 0.16,0.68 0.16,0.68 0.15,0.68 0.14,0.68 0.12,0.68 0.11,0.68 0.09,0.69 0.07,0.68 0.05,0.68 0.03,0.68 0.03,0.68 0.03,0.68 0.03,0.68 0.03,0.68 0.04,0.68 0.03,0.68 0.02,0.68 0.03,0.68 0.02,0.68 0.03,0.68 0.03,0.68 0.03,0.68 0.03,0.68 0.02,0.68 0.02,0.69 0.02,0.68 0.01,0.68 v 0.68 0.68 0.68 0.68 0.68 l 0.02,0.68 0.02,0.68 0.02,0.68 0.03,0.68 0.02,0.68 0.02,0.68 0.01,0.68 0.02,0.68 0.01,0.68 0.02,0.68 0.01,0.69 0.02,0.68 0.01,0.68 0.01,0.68 h 0.06 l 0.01,-0.68 0.01,-0.68 0.02,-0.68 0.02,-0.69 0.01,-0.68 0.01,-0.68 0.02,-0.68 0.01,-0.68 0.02,-0.68 0.02,-0.68 0.03,-0.68 0.02,-0.68 0.02,-0.68 0.02,-0.68 v -0.68 l 0.01,-0.68 -0.01,-0.68 v -0.68 -0.68 l 0.01,-0.68 0.02,-0.68 0.02,-0.69 0.03,-0.68 0.03,-0.68 0.03,-0.68 0.02,-0.68 0.03,-0.68 0.02,-0.68 0.03,-0.68 0.02,-0.68 0.03,-0.68 0.04,-0.68 0.03,-0.68 0.03,-0.68 0.03,-0.68 0.03,-0.68 0.03,-0.68 0.05,-0.68 0.07,-0.68 0.09,-0.69 0.11,-0.68 0.12,-0.68 0.15,-0.68 0.14,-0.68 0.16,-0.68 0.16,-0.68 0.17,-0.68 0.2,-0.68 0.23,-0.68 0.27,-0.68 0.31,-0.68 0.36,-0.68 0.38,-0.68 0.4,-0.68 0.4,-0.68 0.38,-0.68 0.36,-0.68 0.36,-0.69 0.38,-0.68 0.42,-0.68 0.47,-0.68 0.54,-0.68 0.58,-0.68 0.62,-0.68 0.63,-0.68 0.62,-0.68 0.63,-0.68 0.64,-0.68 0.66,-0.68 0.7,-0.68 0.72,-0.68 0.76,-0.68 0.77,-0.68 0.76,-0.68 0.75,-0.68 0.7,-0.69 0.64,-0.68 0.57,-0.68 0.48,-0.68 0.37,-0.68 0.27,-0.68 0.16,-0.68 0.05,-0.68 -0.05,-0.68 -0.13,-0.68 -0.2,-0.68 -0.29,-0.68 -0.36,-0.68 -0.42,-0.68 -0.47,-0.68 -0.48,-0.68 -0.47,-0.68 -0.46,-0.68 -0.46,-0.69 -0.45,-0.68 -0.48,-0.68 -0.51,-0.68 -0.54,-0.68 -0.58,-0.68 -0.59,-0.68 -0.58,-0.68 -0.56,-0.68 -0.52,-0.68 -0.49,-0.68 -0.49,-0.68 -0.47,-0.68 -0.47,-0.68 -0.44,-0.68 -0.43,-0.68 -0.39,-0.68 -0.35,-0.68 -0.3,-0.68 -0.24,-0.69 -0.18,-0.68 -0.14,-0.68 -0.12,-0.68 -0.13,-0.68 -0.14,-0.68 -0.16,-0.68 -0.16,-0.68 -0.15,-0.68 -0.14,-0.68 -0.14,-0.68 -0.13,-0.68 -0.14,-0.68 -0.14,-0.68 -0.15,-0.68 -0.16,-0.68 -0.18,-0.68 -0.19,-0.68 -0.22,-0.69 -0.22,-0.68 -0.22,-0.68 -0.21,-0.68 -0.19,-0.68 -0.16,-0.68 -0.15,-0.68 -0.13,-0.68 -0.12,-0.68 -0.13,-0.68 -0.12,-0.68 -0.13,-0.68 -0.13,-0.68 -0.13,-0.68 -0.12,-0.68 -0.13,-0.68 -0.13,-0.68 -0.11,-0.68 -0.12,-0.69 -0.1,-0.68 -0.1,-0.68 -0.09,-0.68 -0.09,-0.68 -0.07,-0.68 -0.08,-0.68 -0.07,-0.68 -0.07,-0.68 -0.08,-0.68 -0.07,-0.68 -0.07,-0.68 -0.06,-0.68 -0.05,-0.68 -0.03,-0.68 -0.02,-0.68 -0.01,-0.68 -0.01,-0.68 -0.02,-0.69 -0.02,-0.68 -0.04,-0.68 -0.03,-0.68 -0.04,-0.68 -0.04,-0.68 -0.02,-0.68 -0.03,-0.68 -0.02,-0.68 -0.02,-0.68 -0.01,-0.68 -0.01,-0.68 -0.01,-0.68 -0.01,-0.68 v -0.68 z" /></g></g><g
  1944. style=""
  1945. id="g932"
  1946. transform="matrix(1.3333333,0,0,-1.3333333,-13.333333,745.33333)"><text
  1947. id="text936"
  1948. style="font-variant:normal;font-weight:normal;font-size:10px;font-family:Helvetica;-inkscape-font-specification:Helvetica;writing-mode:lr-tb;fill:#7f7f7f;fill-opacity:1;fill-rule:nonzero;stroke:none"
  1949. transform="matrix(1,0,0,-1,23.02,377.85)"><tspan
  1950. id="tspan934"
  1951. sodipodi:role="line"
  1952. y="0"
  1953. x="0 5.8400002 11.4">−10</tspan></text>
  1954. <text
  1955. id="text940"
  1956. style="font-variant:normal;font-weight:normal;font-size:10px;font-family:Helvetica;-inkscape-font-specification:Helvetica;writing-mode:lr-tb;fill:#7f7f7f;fill-opacity:1;fill-rule:nonzero;stroke:none"
  1957. transform="matrix(1,0,0,-1,34.42,429.59)"><tspan
  1958. id="tspan938"
  1959. y="0"
  1960. x="0">0</tspan></text>
  1961. <text
  1962. id="text944"
  1963. style="font-variant:normal;font-weight:normal;font-size:10px;font-family:Helvetica;-inkscape-font-specification:Helvetica;writing-mode:lr-tb;fill:#7f7f7f;fill-opacity:1;fill-rule:nonzero;stroke:none"
  1964. transform="matrix(1,0,0,-1,28.86,481.32)"><tspan
  1965. id="tspan942"
  1966. sodipodi:role="line"
  1967. y="0"
  1968. x="0 5.5599999">10</tspan></text>
  1969. </g><g
  1970. style=""
  1971. id="g948"
  1972. transform="matrix(1.3333333,0,0,-1.3333333,-13.333333,745.33333)"><path
  1973. inkscape:connector-curvature="0"
  1974. id="path950"
  1975. style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1976. d="m 42.81,381.44 h 4.25" /><path
  1977. inkscape:connector-curvature="0"
  1978. id="path952"
  1979. style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1980. d="m 42.81,433.18 h 4.25" /><path
  1981. inkscape:connector-curvature="0"
  1982. id="path954"
  1983. style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1984. d="m 42.81,484.91 h 4.25" /></g><g
  1985. style=""
  1986. id="g146"
  1987. transform="matrix(1.3333333,0,0,-1.3333333,-13.333333,745.33333)"><g
  1988. clip-path="url(#clipPath152)"
  1989. id="g148"><path
  1990. inkscape:connector-curvature="0"
  1991. id="path154"
  1992. style="fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:none"
  1993. d="m 739.85,529.97 h 95.37 v 14.38 h -95.37 z" /><text
  1994. id="text158"
  1995. style="font-variant:normal;font-weight:normal;font-size:10px;font-family:Helvetica;-inkscape-font-specification:Helvetica;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
  1996. transform="matrix(1,0,0,-1,758.77,533.57)"><tspan
  1997. id="tspan156"
  1998. sodipodi:role="line"
  1999. y="0"
  2000. x="0 8.3299999 13.89 22.219999 27.780001 31.41 36.41 39.189999 46.41 51.970001">Memory.D14</tspan></text>
  2001. </g></g><g
  2002. style=""
  2003. id="g834"
  2004. transform="matrix(1.3333333,0,0,-1.3333333,-13.333333,745.33333)"><g
  2005. clip-path="url(#clipPath840)"
  2006. id="g836"><path
  2007. inkscape:connector-curvature="0"
  2008. id="path842"
  2009. style="fill:#e5e5e5;fill-opacity:1;fill-rule:nonzero;stroke:none"
  2010. d="m 739.85,368.14 h 95.37 v 161.83 h -95.37 z" /><path
  2011. inkscape:connector-curvature="0"
  2012. id="path844"
  2013. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  2014. d="m 739.85,407.31 h 95.37" /><path
  2015. inkscape:connector-curvature="0"
  2016. id="path846"
  2017. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  2018. d="m 739.85,459.04 h 95.37" /><path
  2019. inkscape:connector-curvature="0"
  2020. id="path848"
  2021. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  2022. d="m 739.85,510.78 h 95.37" /><path
  2023. inkscape:connector-curvature="0"
  2024. id="path850"
  2025. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  2026. d="m 739.85,381.44 h 95.37" /><path
  2027. inkscape:connector-curvature="0"
  2028. id="path852"
  2029. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  2030. d="m 739.85,433.18 h 95.37" /><path
  2031. inkscape:connector-curvature="0"
  2032. id="path854"
  2033. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  2034. d="m 739.85,484.91 h 95.37" /><path
  2035. inkscape:connector-curvature="0"
  2036. id="path856"
  2037. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  2038. d="M 765.86,368.14 V 529.97" /><path
  2039. inkscape:connector-curvature="0"
  2040. id="path858"
  2041. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  2042. d="M 809.21,368.14 V 529.97" /><path
  2043. inkscape:connector-curvature="0"
  2044. id="path860"
  2045. style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#333333;stroke-width:1.05999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  2046. d="m 765.58,375.74 -0.1,0.77 -0.14,0.76 -0.17,0.77 -0.22,0.77 -0.27,0.76 -0.33,0.77 -0.39,0.77 -0.46,0.77 -0.54,0.76 -0.62,0.77 -0.71,0.77 -0.78,0.76 -0.85,0.77 -0.89,0.77 -0.92,0.77 -0.91,0.76 -0.87,0.77 -0.79,0.77 -0.68,0.76 -0.55,0.77 -0.4,0.77 -0.27,0.77 -0.15,0.76 -0.05,0.77 0.04,0.77 0.08,0.76 0.12,0.77 0.13,0.77 0.13,0.76 0.12,0.77 0.11,0.77 0.1,0.77 0.06,0.76 0.05,0.77 0.04,0.77 0.03,0.76 0.03,0.77 0.06,0.77 0.07,0.77 0.08,0.76 0.09,0.77 0.07,0.77 0.05,0.76 0.01,0.77 -0.04,0.77 -0.09,0.76 -0.13,0.77 -0.17,0.77 -0.18,0.77 -0.18,0.76 -0.14,0.77 -0.09,0.77 -0.02,0.76 0.07,0.77 0.17,0.77 0.26,0.77 0.32,0.76 0.37,0.77 0.39,0.77 0.39,0.76 0.36,0.77 0.33,0.77 0.28,0.77 0.26,0.76 0.24,0.77 0.24,0.77 0.25,0.76 0.27,0.77 0.28,0.77 0.3,0.76 0.31,0.77 0.31,0.77 0.31,0.77 0.32,0.76 0.31,0.77 0.31,0.77 0.31,0.76 0.31,0.77 0.29,0.77 0.28,0.77 0.25,0.76 0.22,0.77 0.19,0.77 0.16,0.76 0.13,0.77 0.12,0.77 0.11,0.77 0.11,0.76 0.12,0.77 0.14,0.77 0.15,0.76 0.16,0.77 0.16,0.77 0.17,0.76 0.16,0.77 0.16,0.77 0.15,0.77 0.14,0.76 0.12,0.77 0.12,0.77 0.11,0.76 0.1,0.77 0.09,0.77 0.08,0.77 0.07,0.76 0.06,0.77 0.05,0.77 0.05,0.76 0.04,0.77 0.03,0.77 0.02,0.77 0.03,0.76 0.02,0.77 0.01,0.77 0.01,0.76 0.01,0.77 0.01,0.77 v 0.76 l 0.01,0.77 0.01,0.77 0.01,0.77 0.01,0.76 0.01,0.77 0.01,0.77 0.01,0.76 v 0.77 l 0.01,0.77 v 0.77 0.76 0.77 0.77 0.76 0.77 l -0.01,0.77 v 0.77 0.76 0.77 0.77 l -0.01,0.76 0.01,0.77 v 0.77 l 0.01,0.76 v 0.77 l 0.01,0.77 0.01,0.77 0.01,0.76 v 0.77 l 0.01,0.77 v 0.76 0.77 0.77 0.77 l 0.01,0.76 v 0.77 l 0.01,0.77 0.01,0.76 v 0.77 l 0.01,0.77 0.01,0.76 0.01,0.77 v 0.77 l 0.01,0.77 0.01,0.76 0.01,0.77 v 0.77 0.76 l 0.01,0.77 v 0.77 0.77 0.76 0.77 0.77 0.76 0.77 0.77 h 0.04 v -0.77 -0.77 -0.76 -0.77 -0.77 -0.76 -0.77 -0.77 l 0.01,-0.77 v -0.76 -0.77 l 0.01,-0.77 0.01,-0.76 0.01,-0.77 v -0.77 l 0.01,-0.77 0.01,-0.76 0.01,-0.77 v -0.77 l 0.01,-0.76 0.01,-0.77 v -0.77 l 0.01,-0.76 v -0.77 -0.77 -0.77 l 0.01,-0.76 v -0.77 -0.77 l 0.01,-0.76 0.01,-0.77 0.01,-0.77 v -0.77 l 0.01,-0.76 v -0.77 l 0.01,-0.77 -0.01,-0.76 v -0.77 -0.77 -0.76 -0.77 -0.77 -0.77 l -0.01,-0.76 v -0.77 -0.77 -0.76 l 0.01,-0.77 v -0.77 -0.77 l 0.01,-0.76 0.01,-0.77 0.01,-0.77 0.02,-0.76 0.01,-0.77 v -0.77 l 0.01,-0.77 0.01,-0.76 v -0.77 l 0.01,-0.77 0.01,-0.76 0.01,-0.77 0.02,-0.77 0.03,-0.76 0.02,-0.77 0.04,-0.77 0.03,-0.77 0.05,-0.76 0.05,-0.77 0.06,-0.77 0.07,-0.76 0.08,-0.77 0.09,-0.77 0.1,-0.77 0.11,-0.76 0.12,-0.77 0.12,-0.77 0.14,-0.76 0.15,-0.77 0.16,-0.77 0.16,-0.77 0.17,-0.76 0.16,-0.77 0.16,-0.77 0.15,-0.76 0.14,-0.77 0.12,-0.77 0.11,-0.76 0.11,-0.77 0.12,-0.77 0.13,-0.77 0.16,-0.76 0.19,-0.77 0.22,-0.77 0.25,-0.76 0.28,-0.77 0.29,-0.77 0.31,-0.77 0.31,-0.76 0.31,-0.77 0.31,-0.77 0.32,-0.76 0.31,-0.77 0.31,-0.77 0.31,-0.77 0.3,-0.76 0.28,-0.77 0.27,-0.77 0.25,-0.76 0.24,-0.77 0.24,-0.77 0.26,-0.76 0.28,-0.77 0.33,-0.77 0.36,-0.77 0.39,-0.76 0.39,-0.77 0.37,-0.77 0.32,-0.76 0.26,-0.77 0.17,-0.77 0.07,-0.77 -0.02,-0.76 -0.09,-0.77 -0.14,-0.77 -0.18,-0.76 -0.18,-0.77 -0.17,-0.77 -0.13,-0.77 -0.09,-0.76 -0.04,-0.77 0.01,-0.77 0.05,-0.76 0.07,-0.77 0.09,-0.77 0.08,-0.76 0.07,-0.77 0.06,-0.77 0.03,-0.77 0.03,-0.76 0.04,-0.77 0.05,-0.77 0.06,-0.76 0.1,-0.77 0.11,-0.77 0.12,-0.77 0.14,-0.76 0.12,-0.77 0.12,-0.77 0.08,-0.76 0.04,-0.77 -0.05,-0.77 -0.15,-0.76 -0.27,-0.77 -0.4,-0.77 -0.55,-0.77 -0.68,-0.76 -0.79,-0.77 -0.86,-0.77 -0.91,-0.76 -0.93,-0.77 -0.89,-0.77 -0.85,-0.77 -0.78,-0.76 -0.71,-0.77 -0.62,-0.77 -0.54,-0.76 -0.46,-0.77 -0.39,-0.77 -0.33,-0.77 -0.27,-0.76 -0.22,-0.77 -0.17,-0.77 -0.13,-0.76 -0.11,-0.77 z" /><path
  2047. inkscape:connector-curvature="0"
  2048. id="path862"
  2049. style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#333333;stroke-width:1.05999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  2050. d="m 809.17,380.52 -0.02,0.78 -0.02,0.77 -0.03,0.77 -0.04,0.78 -0.05,0.77 -0.05,0.77 -0.04,0.78 -0.04,0.77 -0.04,0.77 -0.04,0.78 -0.05,0.77 -0.05,0.77 -0.05,0.78 -0.03,0.77 -0.02,0.77 v 0.78 0.77 0.77 l -0.01,0.78 -0.05,0.77 -0.07,0.77 -0.08,0.77 -0.07,0.78 -0.08,0.77 -0.08,0.77 -0.1,0.78 -0.09,0.77 -0.09,0.77 -0.05,0.78 -0.03,0.77 -0.03,0.77 -0.03,0.78 -0.07,0.77 -0.1,0.77 -0.11,0.78 -0.11,0.77 -0.1,0.77 -0.1,0.78 -0.1,0.77 -0.11,0.77 -0.11,0.78 -0.14,0.77 -0.16,0.77 -0.2,0.78 -0.24,0.77 -0.25,0.77 -0.23,0.78 -0.16,0.77 -0.08,0.77 -0.02,0.78 v 0.77 l -0.03,0.77 -0.08,0.78 -0.15,0.77 -0.17,0.77 -0.2,0.78 -0.18,0.77 -0.18,0.77 -0.17,0.78 -0.19,0.77 -0.22,0.77 -0.24,0.78 -0.27,0.77 -0.27,0.77 -0.26,0.78 -0.25,0.77 -0.26,0.77 -0.33,0.78 -0.41,0.77 -0.5,0.77 -0.58,0.78 -0.64,0.77 -0.68,0.77 -0.72,0.78 -0.76,0.77 -0.8,0.77 -0.83,0.77 -0.84,0.78 -0.8,0.77 -0.75,0.77 -0.71,0.78 -0.71,0.77 -0.71,0.77 -0.66,0.78 -0.53,0.77 -0.35,0.77 -0.18,0.78 -0.04,0.77 0.08,0.77 0.21,0.78 0.38,0.77 0.57,0.77 0.72,0.78 0.8,0.77 0.8,0.77 0.78,0.78 0.79,0.77 0.84,0.77 0.91,0.78 0.96,0.77 0.97,0.77 0.96,0.78 0.92,0.77 0.85,0.77 0.78,0.78 0.71,0.77 0.65,0.77 0.6,0.78 0.56,0.77 0.51,0.77 0.48,0.78 0.44,0.77 0.41,0.77 0.36,0.78 0.31,0.77 0.25,0.77 0.2,0.78 0.16,0.77 0.13,0.77 0.11,0.78 0.11,0.77 0.12,0.77 0.14,0.78 0.12,0.77 0.1,0.77 0.07,0.78 0.05,0.77 0.02,0.77 0.03,0.78 0.03,0.77 0.04,0.77 0.03,0.78 0.04,0.77 0.02,0.77 v 0.77 l -0.01,0.78 v 0.77 l -0.01,0.77 0.01,0.78 0.02,0.77 0.02,0.77 0.03,0.78 0.03,0.77 0.03,0.77 0.03,0.78 0.02,0.77 0.02,0.77 0.02,0.78 0.03,0.77 0.04,0.77 0.03,0.78 0.02,0.77 0.02,0.77 0.01,0.78 0.01,0.77 v 0.77 0.78 0.77 0.77 0.78 l 0.01,0.77 v 0.77 0.78 l 0.01,0.77 v 0.77 0.78 0.77 0.77 0.78 0.77 0.77 0.78 0.77 0.77 l -0.01,0.78 v 0.77 0.77 0.78 0.77 0.77 0.78 0.77 0.77 h 0.02 v -0.77 -0.77 -0.78 -0.77 -0.77 -0.78 -0.77 -0.77 l -0.01,-0.78 v -0.77 -0.77 -0.78 -0.77 -0.77 -0.78 -0.77 -0.77 -0.78 -0.77 l 0.01,-0.77 v -0.78 -0.77 l 0.01,-0.77 v -0.78 -0.77 -0.77 -0.78 -0.77 l 0.01,-0.77 0.01,-0.78 0.02,-0.77 0.02,-0.77 0.03,-0.78 0.04,-0.77 0.03,-0.77 0.02,-0.78 0.02,-0.77 0.02,-0.77 0.03,-0.78 0.03,-0.77 0.03,-0.77 0.03,-0.78 0.02,-0.77 0.02,-0.77 0.01,-0.78 -0.01,-0.77 v -0.77 l -0.01,-0.78 v -0.77 l 0.02,-0.77 0.04,-0.77 0.03,-0.78 0.04,-0.77 0.03,-0.77 0.03,-0.78 0.02,-0.77 0.05,-0.77 0.07,-0.78 0.1,-0.77 0.12,-0.77 0.14,-0.78 0.12,-0.77 0.11,-0.77 0.11,-0.78 0.13,-0.77 0.16,-0.77 0.2,-0.78 0.25,-0.77 0.31,-0.77 0.36,-0.78 0.41,-0.77 0.44,-0.77 0.48,-0.78 0.51,-0.77 0.56,-0.77 0.6,-0.78 0.65,-0.77 0.71,-0.77 0.78,-0.78 0.85,-0.77 0.92,-0.77 0.96,-0.78 0.97,-0.77 0.96,-0.77 0.91,-0.78 0.84,-0.77 0.79,-0.77 0.78,-0.78 0.8,-0.77 0.8,-0.77 0.72,-0.78 0.57,-0.77 0.38,-0.77 0.21,-0.78 0.08,-0.77 -0.04,-0.77 -0.18,-0.78 -0.35,-0.77 -0.53,-0.77 -0.66,-0.78 -0.71,-0.77 -0.71,-0.77 -0.71,-0.78 -0.75,-0.77 -0.8,-0.77 -0.84,-0.78 -0.83,-0.77 -0.8,-0.77 -0.76,-0.77 -0.72,-0.78 -0.68,-0.77 -0.64,-0.77 -0.58,-0.78 -0.5,-0.77 -0.41,-0.77 -0.33,-0.78 -0.26,-0.77 -0.25,-0.77 -0.26,-0.78 -0.27,-0.77 -0.27,-0.77 -0.24,-0.78 -0.22,-0.77 -0.19,-0.77 -0.17,-0.78 -0.18,-0.77 -0.18,-0.77 -0.2,-0.78 -0.17,-0.77 -0.15,-0.77 -0.08,-0.78 -0.03,-0.77 v -0.77 l -0.02,-0.78 -0.08,-0.77 -0.16,-0.77 -0.23,-0.78 -0.25,-0.77 -0.24,-0.77 -0.2,-0.78 -0.16,-0.77 -0.14,-0.77 -0.11,-0.78 -0.11,-0.77 -0.1,-0.77 -0.1,-0.78 -0.1,-0.77 -0.11,-0.77 -0.11,-0.78 -0.1,-0.77 -0.07,-0.77 -0.03,-0.78 -0.03,-0.77 -0.03,-0.77 -0.05,-0.78 -0.09,-0.77 -0.09,-0.77 -0.1,-0.78 -0.08,-0.77 -0.08,-0.77 -0.07,-0.78 -0.08,-0.77 -0.07,-0.77 -0.05,-0.77 -0.01,-0.78 v -0.77 -0.77 -0.78 l -0.02,-0.77 -0.03,-0.77 -0.05,-0.78 -0.05,-0.77 -0.04,-0.77 -0.05,-0.78 -0.04,-0.77 -0.04,-0.77 -0.04,-0.78 -0.05,-0.77 -0.05,-0.77 -0.04,-0.78 -0.03,-0.77 -0.02,-0.77 -0.02,-0.78 z" /></g></g><g
  2051. style=""
  2052. id="g1032"
  2053. transform="matrix(1.3333333,0,0,-1.3333333,-13.333333,745.33333)"><g
  2054. clip-path="url(#clipPath1038)"
  2055. id="g1034"><path
  2056. inkscape:connector-curvature="0"
  2057. id="path1040"
  2058. style="fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:none"
  2059. d="M 835.22,368.14 H 849.6 V 529.97 H 835.22 Z" /><text
  2060. id="text1044"
  2061. style="font-variant:normal;font-weight:normal;font-size:10px;font-family:Helvetica;-inkscape-font-specification:Helvetica;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
  2062. transform="matrix(0,-1,-1,0,838.82,471.28)"><tspan
  2063. id="tspan1042"
  2064. sodipodi:role="line"
  2065. y="0"
  2066. x="0 7.2199998 12.78 19.450001 25.01 33.34 38.900002">H3K4me2</tspan></text>
  2067. </g></g><g
  2068. style=""
  2069. id="g1082"
  2070. transform="matrix(1.3333333,0,0,-1.3333333,-13.333333,745.33333)"><path
  2071. inkscape:connector-curvature="0"
  2072. id="path1084"
  2073. style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  2074. d="m 73.07,33.03 v 4.25" /><path
  2075. inkscape:connector-curvature="0"
  2076. id="path1086"
  2077. style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  2078. d="m 116.42,33.03 v 4.25" /></g><g
  2079. style=""
  2080. id="g1090"
  2081. transform="matrix(1.3333333,0,0,-1.3333333,-13.333333,745.33333)"><text
  2082. id="text1094"
  2083. style="font-variant:normal;font-weight:normal;font-size:10px;font-family:Helvetica;-inkscape-font-specification:Helvetica;writing-mode:lr-tb;fill:#7f7f7f;fill-opacity:1;fill-rule:nonzero;stroke:none"
  2084. transform="matrix(1,0,0,-1,54.15,23.02)"><tspan
  2085. id="tspan1092"
  2086. sodipodi:role="line"
  2087. y="0"
  2088. x="0 7.2199998 12.78 15.56 21.73 27.290001 32.849998">No Peak</tspan></text>
  2089. <text
  2090. id="text1098"
  2091. style="font-variant:normal;font-weight:normal;font-size:10px;font-family:Helvetica;-inkscape-font-specification:Helvetica;writing-mode:lr-tb;fill:#7f7f7f;fill-opacity:1;fill-rule:nonzero;stroke:none"
  2092. transform="matrix(1,0,0,-1,105.28,23.02)"><tspan
  2093. id="tspan1096"
  2094. sodipodi:role="line"
  2095. y="0"
  2096. x="0 6.1700001 11.73 17.290001">Peak</tspan></text>
  2097. </g><g
  2098. style=""
  2099. id="g1110"
  2100. transform="matrix(1.3333333,0,0,-1.3333333,-13.333333,745.33333)"><path
  2101. inkscape:connector-curvature="0"
  2102. id="path1112"
  2103. style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  2104. d="m 172.04,33.03 v 4.25" /><path
  2105. inkscape:connector-curvature="0"
  2106. id="path1114"
  2107. style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  2108. d="m 215.39,33.03 v 4.25" /></g><g
  2109. style=""
  2110. id="g1118"
  2111. transform="matrix(1.3333333,0,0,-1.3333333,-13.333333,745.33333)"><text
  2112. id="text1122"
  2113. style="font-variant:normal;font-weight:normal;font-size:10px;font-family:Helvetica;-inkscape-font-specification:Helvetica;writing-mode:lr-tb;fill:#7f7f7f;fill-opacity:1;fill-rule:nonzero;stroke:none"
  2114. transform="matrix(1,0,0,-1,153.12,23.02)"><tspan
  2115. id="tspan1120"
  2116. sodipodi:role="line"
  2117. y="0"
  2118. x="0 7.2199998 12.78 15.56 21.73 27.290001 32.849998">No Peak</tspan></text>
  2119. <text
  2120. id="text1126"
  2121. style="font-variant:normal;font-weight:normal;font-size:10px;font-family:Helvetica;-inkscape-font-specification:Helvetica;writing-mode:lr-tb;fill:#7f7f7f;fill-opacity:1;fill-rule:nonzero;stroke:none"
  2122. transform="matrix(1,0,0,-1,204.25,23.02)"><tspan
  2123. id="tspan1124"
  2124. sodipodi:role="line"
  2125. y="0"
  2126. x="0 6.1700001 11.73 17.290001">Peak</tspan></text>
  2127. </g><g
  2128. style=""
  2129. id="g1138"
  2130. transform="matrix(1.3333333,0,0,-1.3333333,-13.333333,745.33333)"><path
  2131. inkscape:connector-curvature="0"
  2132. id="path1140"
  2133. style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  2134. d="m 271.01,33.03 v 4.25" /><path
  2135. inkscape:connector-curvature="0"
  2136. id="path1142"
  2137. style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  2138. d="m 314.36,33.03 v 4.25" /></g><g
  2139. style=""
  2140. id="g1146"
  2141. transform="matrix(1.3333333,0,0,-1.3333333,-13.333333,745.33333)"><text
  2142. id="text1150"
  2143. style="font-variant:normal;font-weight:normal;font-size:10px;font-family:Helvetica;-inkscape-font-specification:Helvetica;writing-mode:lr-tb;fill:#7f7f7f;fill-opacity:1;fill-rule:nonzero;stroke:none"
  2144. transform="matrix(1,0,0,-1,252.09,23.02)"><tspan
  2145. id="tspan1148"
  2146. sodipodi:role="line"
  2147. y="0"
  2148. x="0 7.2199998 12.78 15.56 21.73 27.290001 32.849998">No Peak</tspan></text>
  2149. <text
  2150. id="text1154"
  2151. style="font-variant:normal;font-weight:normal;font-size:10px;font-family:Helvetica;-inkscape-font-specification:Helvetica;writing-mode:lr-tb;fill:#7f7f7f;fill-opacity:1;fill-rule:nonzero;stroke:none"
  2152. transform="matrix(1,0,0,-1,303.22,23.02)"><tspan
  2153. id="tspan1152"
  2154. sodipodi:role="line"
  2155. y="0"
  2156. x="0 6.1700001 11.73 17.290001">Peak</tspan></text>
  2157. </g><g
  2158. style=""
  2159. id="g1166"
  2160. transform="matrix(1.3333333,0,0,-1.3333333,-13.333333,745.33333)"><path
  2161. inkscape:connector-curvature="0"
  2162. id="path1168"
  2163. style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  2164. d="m 369.98,33.03 v 4.25" /><path
  2165. inkscape:connector-curvature="0"
  2166. id="path1170"
  2167. style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  2168. d="m 413.33,33.03 v 4.25" /></g><g
  2169. style=""
  2170. id="g1174"
  2171. transform="matrix(1.3333333,0,0,-1.3333333,-13.333333,745.33333)"><text
  2172. id="text1178"
  2173. style="font-variant:normal;font-weight:normal;font-size:10px;font-family:Helvetica;-inkscape-font-specification:Helvetica;writing-mode:lr-tb;fill:#7f7f7f;fill-opacity:1;fill-rule:nonzero;stroke:none"
  2174. transform="matrix(1,0,0,-1,351.06,23.02)"><tspan
  2175. id="tspan1176"
  2176. sodipodi:role="line"
  2177. y="0"
  2178. x="0 7.2199998 12.78 15.56 21.73 27.290001 32.849998">No Peak</tspan></text>
  2179. <text
  2180. id="text1182"
  2181. style="font-variant:normal;font-weight:normal;font-size:10px;font-family:Helvetica;-inkscape-font-specification:Helvetica;writing-mode:lr-tb;fill:#7f7f7f;fill-opacity:1;fill-rule:nonzero;stroke:none"
  2182. transform="matrix(1,0,0,-1,402.19,23.02)"><tspan
  2183. id="tspan1180"
  2184. sodipodi:role="line"
  2185. y="0"
  2186. x="0 6.1700001 11.73 17.290001">Peak</tspan></text>
  2187. </g><g
  2188. style=""
  2189. id="g1194"
  2190. transform="matrix(1.3333333,0,0,-1.3333333,-13.333333,745.33333)"><path
  2191. inkscape:connector-curvature="0"
  2192. id="path1196"
  2193. style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  2194. d="m 468.95,33.03 v 4.25" /><path
  2195. inkscape:connector-curvature="0"
  2196. id="path1198"
  2197. style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  2198. d="m 512.3,33.03 v 4.25" /></g><g
  2199. style=""
  2200. id="g1202"
  2201. transform="matrix(1.3333333,0,0,-1.3333333,-13.333333,745.33333)"><text
  2202. id="text1206"
  2203. style="font-variant:normal;font-weight:normal;font-size:10px;font-family:Helvetica;-inkscape-font-specification:Helvetica;writing-mode:lr-tb;fill:#7f7f7f;fill-opacity:1;fill-rule:nonzero;stroke:none"
  2204. transform="matrix(1,0,0,-1,450.03,23.02)"><tspan
  2205. id="tspan1204"
  2206. sodipodi:role="line"
  2207. y="0"
  2208. x="0 7.2199998 12.78 15.56 21.73 27.290001 32.849998">No Peak</tspan></text>
  2209. <text
  2210. id="text1210"
  2211. style="font-variant:normal;font-weight:normal;font-size:10px;font-family:Helvetica;-inkscape-font-specification:Helvetica;writing-mode:lr-tb;fill:#7f7f7f;fill-opacity:1;fill-rule:nonzero;stroke:none"
  2212. transform="matrix(1,0,0,-1,501.16,23.02)"><tspan
  2213. id="tspan1208"
  2214. sodipodi:role="line"
  2215. y="0"
  2216. x="0 6.1700001 11.73 17.290001">Peak</tspan></text>
  2217. </g><g
  2218. style=""
  2219. id="g1222"
  2220. transform="matrix(1.3333333,0,0,-1.3333333,-13.333333,745.33333)"><path
  2221. inkscape:connector-curvature="0"
  2222. id="path1224"
  2223. style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  2224. d="m 567.92,33.03 v 4.25" /><path
  2225. inkscape:connector-curvature="0"
  2226. id="path1226"
  2227. style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  2228. d="m 611.27,33.03 v 4.25" /></g><g
  2229. style=""
  2230. id="g1230"
  2231. transform="matrix(1.3333333,0,0,-1.3333333,-13.333333,745.33333)"><text
  2232. id="text1234"
  2233. style="font-variant:normal;font-weight:normal;font-size:10px;font-family:Helvetica;-inkscape-font-specification:Helvetica;writing-mode:lr-tb;fill:#7f7f7f;fill-opacity:1;fill-rule:nonzero;stroke:none"
  2234. transform="matrix(1,0,0,-1,549,23.02)"><tspan
  2235. id="tspan1232"
  2236. sodipodi:role="line"
  2237. y="0"
  2238. x="0 7.2199998 12.78 15.56 21.73 27.290001 32.849998">No Peak</tspan></text>
  2239. <text
  2240. id="text1238"
  2241. style="font-variant:normal;font-weight:normal;font-size:10px;font-family:Helvetica;-inkscape-font-specification:Helvetica;writing-mode:lr-tb;fill:#7f7f7f;fill-opacity:1;fill-rule:nonzero;stroke:none"
  2242. transform="matrix(1,0,0,-1,600.13,23.02)"><tspan
  2243. id="tspan1236"
  2244. sodipodi:role="line"
  2245. y="0"
  2246. x="0 6.1700001 11.73 17.290001">Peak</tspan></text>
  2247. </g><g
  2248. style=""
  2249. id="g1250"
  2250. transform="matrix(1.3333333,0,0,-1.3333333,-13.333333,745.33333)"><path
  2251. inkscape:connector-curvature="0"
  2252. id="path1252"
  2253. style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  2254. d="m 666.89,33.03 v 4.25" /><path
  2255. inkscape:connector-curvature="0"
  2256. id="path1254"
  2257. style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  2258. d="m 710.24,33.03 v 4.25" /></g><g
  2259. style=""
  2260. id="g1258"
  2261. transform="matrix(1.3333333,0,0,-1.3333333,-13.333333,745.33333)"><text
  2262. id="text1262"
  2263. style="font-variant:normal;font-weight:normal;font-size:10px;font-family:Helvetica;-inkscape-font-specification:Helvetica;writing-mode:lr-tb;fill:#7f7f7f;fill-opacity:1;fill-rule:nonzero;stroke:none"
  2264. transform="matrix(1,0,0,-1,647.97,23.02)"><tspan
  2265. id="tspan1260"
  2266. sodipodi:role="line"
  2267. y="0"
  2268. x="0 7.2199998 12.78 15.56 21.73 27.290001 32.849998">No Peak</tspan></text>
  2269. <text
  2270. id="text1266"
  2271. style="font-variant:normal;font-weight:normal;font-size:10px;font-family:Helvetica;-inkscape-font-specification:Helvetica;writing-mode:lr-tb;fill:#7f7f7f;fill-opacity:1;fill-rule:nonzero;stroke:none"
  2272. transform="matrix(1,0,0,-1,699.1,23.02)"><tspan
  2273. id="tspan1264"
  2274. sodipodi:role="line"
  2275. y="0"
  2276. x="0 6.1700001 11.73 17.290001">Peak</tspan></text>
  2277. </g><g
  2278. style=""
  2279. id="g1278"
  2280. transform="matrix(1.3333333,0,0,-1.3333333,-13.333333,745.33333)"><path
  2281. inkscape:connector-curvature="0"
  2282. id="path1280"
  2283. style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  2284. d="m 765.86,33.03 v 4.25" /><path
  2285. inkscape:connector-curvature="0"
  2286. id="path1282"
  2287. style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  2288. d="m 809.21,33.03 v 4.25" /></g><g
  2289. style=""
  2290. id="g1286"
  2291. transform="matrix(1.3333333,0,0,-1.3333333,-13.333333,745.33333)"><text
  2292. id="text1290"
  2293. style="font-variant:normal;font-weight:normal;font-size:10px;font-family:Helvetica;-inkscape-font-specification:Helvetica;writing-mode:lr-tb;fill:#7f7f7f;fill-opacity:1;fill-rule:nonzero;stroke:none"
  2294. transform="matrix(1,0,0,-1,746.94,23.02)"><tspan
  2295. id="tspan1288"
  2296. sodipodi:role="line"
  2297. y="0"
  2298. x="0 7.2199998 12.78 15.56 21.73 27.290001 32.849998">No Peak</tspan></text>
  2299. <text
  2300. id="text1294"
  2301. style="font-variant:normal;font-weight:normal;font-size:10px;font-family:Helvetica;-inkscape-font-specification:Helvetica;writing-mode:lr-tb;fill:#7f7f7f;fill-opacity:1;fill-rule:nonzero;stroke:none"
  2302. transform="matrix(1,0,0,-1,798.07,23.02)"><tspan
  2303. id="tspan1292"
  2304. sodipodi:role="line"
  2305. y="0"
  2306. x="0 6.1700001 11.73 17.290001">Peak</tspan></text>
  2307. </g><g
  2308. style=""
  2309. id="g1312"
  2310. transform="matrix(1.3333333,0,0,-1.3333333,-13.333333,745.33333)"><text
  2311. id="text1316"
  2312. style="font-variant:normal;font-weight:normal;font-size:12px;font-family:Helvetica;-inkscape-font-specification:Helvetica;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
  2313. transform="matrix(0,1,1,0,19.42,251.62)"><tspan
  2314. id="tspan1314"
  2315. sodipodi:role="line"
  2316. y="0"
  2317. x="0 2.664 9.3360004 16.007999 22.68 26.676001 34.007999 42.012001 50.015999 60.012001">log2(FPKM)</tspan></text>
  2318. </g></g></svg>