FPKM-by-Peak-Violin-Plots-B.svg 292 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136
  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.5707 695.36053"
  17. sodipodi:docname="FPKM-by-Peak-Violin-Plots-CROP-B.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></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.64480874"
  216. inkscape:cx="108.8156"
  217. inkscape:cy="324.15751"
  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="display:inline;opacity:0.25"><g
  231. id="g22"
  232. transform="translate(-10,-10)" /><g
  233. id="g24"
  234. transform="translate(-10,-10)" /><g
  235. id="g26"
  236. transform="translate(-10,-10)" /><g
  237. id="g32"
  238. transform="translate(-10,-10)" /><g
  239. id="g34"
  240. transform="translate(-10,-10)"><g
  241. clip-path="url(#clipPath40)"
  242. id="g36"><path
  243. inkscape:connector-curvature="0"
  244. id="path42"
  245. style="fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:none"
  246. d="m 47.06,529.97 h 95.37 v 14.38 H 47.06 Z" /><text
  247. id="text46"
  248. 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"
  249. transform="matrix(1,0,0,-1,74.39,533.57)"><tspan
  250. id="tspan44"
  251. sodipodi:role="line"
  252. y="0"
  253. x="0 7.2199998 12.78 15 19.75 25.16 27.940001 35.16">Naive.D0</tspan></text>
  254. </g></g><g
  255. id="g48"
  256. transform="translate(-10,-10)" /><g
  257. id="g50"
  258. transform="translate(-10,-10)"><g
  259. clip-path="url(#clipPath56)"
  260. id="g52"><path
  261. inkscape:connector-curvature="0"
  262. id="path58"
  263. style="fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:none"
  264. d="m 146.03,529.97 h 95.37 v 14.38 h -95.37 z" /><text
  265. id="text62"
  266. 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"
  267. transform="matrix(1,0,0,-1,173.36,533.57)"><tspan
  268. id="tspan60"
  269. sodipodi:role="line"
  270. y="0"
  271. x="0 7.2199998 12.78 15 19.75 25.16 27.940001 35.16">Naive.D1</tspan></text>
  272. </g></g><g
  273. id="g64"
  274. transform="translate(-10,-10)" /><g
  275. id="g66"
  276. transform="translate(-10,-10)"><g
  277. clip-path="url(#clipPath72)"
  278. id="g68"><path
  279. inkscape:connector-curvature="0"
  280. id="path74"
  281. style="fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:none"
  282. d="m 245,529.97 h 95.37 v 14.38 H 245 Z" /><text
  283. id="text78"
  284. 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"
  285. transform="matrix(1,0,0,-1,272.33,533.57)"><tspan
  286. id="tspan76"
  287. sodipodi:role="line"
  288. y="0"
  289. x="0 7.2199998 12.78 15 19.75 25.16 27.940001 35.16">Naive.D5</tspan></text>
  290. </g></g><g
  291. id="g80"
  292. transform="translate(-10,-10)" /><g
  293. id="g82"
  294. transform="translate(-10,-10)"><g
  295. clip-path="url(#clipPath88)"
  296. id="g84"><path
  297. inkscape:connector-curvature="0"
  298. id="path90"
  299. style="fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:none"
  300. d="m 343.97,529.97 h 95.37 v 14.38 h -95.37 z" /><text
  301. id="text94"
  302. 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"
  303. transform="matrix(1,0,0,-1,368.52,533.57)"><tspan
  304. id="tspan92"
  305. sodipodi:role="line"
  306. y="0"
  307. x="0 7.2199998 12.78 15 19.75 25.16 27.940001 35.16 40.720001">Naive.D14</tspan></text>
  308. </g></g><g
  309. id="g96"
  310. transform="translate(-10,-10)" /><g
  311. id="g98"
  312. transform="translate(-10,-10)"><g
  313. clip-path="url(#clipPath104)"
  314. id="g100"><path
  315. inkscape:connector-curvature="0"
  316. id="path106"
  317. style="fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:none"
  318. d="m 442.94,529.97 h 95.37 v 14.38 h -95.37 z" /><text
  319. id="text110"
  320. 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"
  321. transform="matrix(1,0,0,-1,464.64,533.57)"><tspan
  322. id="tspan108"
  323. sodipodi:role="line"
  324. y="0"
  325. x="0 8.3299999 13.89 22.219999 27.780001 31.41 36.41 39.189999 46.41">Memory.D0</tspan></text>
  326. </g></g><g
  327. id="g112"
  328. transform="translate(-10,-10)" /><g
  329. id="g114"
  330. transform="translate(-10,-10)"><g
  331. clip-path="url(#clipPath120)"
  332. id="g116"><path
  333. inkscape:connector-curvature="0"
  334. id="path122"
  335. style="fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:none"
  336. d="m 541.91,529.97 h 95.37 v 14.38 h -95.37 z" /><text
  337. id="text126"
  338. 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"
  339. transform="matrix(1,0,0,-1,563.61,533.57)"><tspan
  340. id="tspan124"
  341. sodipodi:role="line"
  342. y="0"
  343. x="0 8.3299999 13.89 22.219999 27.780001 31.41 36.41 39.189999 46.41">Memory.D1</tspan></text>
  344. </g></g><g
  345. id="g128"
  346. transform="translate(-10,-10)" /><g
  347. id="g130"
  348. transform="translate(-10,-10)"><g
  349. clip-path="url(#clipPath136)"
  350. id="g132"><path
  351. inkscape:connector-curvature="0"
  352. id="path138"
  353. style="fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:none"
  354. d="m 640.88,529.97 h 95.37 v 14.38 h -95.37 z" /><text
  355. id="text142"
  356. 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"
  357. transform="matrix(1,0,0,-1,662.58,533.57)"><tspan
  358. id="tspan140"
  359. sodipodi:role="line"
  360. y="0"
  361. x="0 8.3299999 13.89 22.219999 27.780001 31.41 36.41 39.189999 46.41">Memory.D5</tspan></text>
  362. </g></g><g
  363. id="g144"
  364. transform="translate(-10,-10)" /><g
  365. id="g160"
  366. transform="translate(-10,-10)" /><g
  367. id="g162"
  368. transform="translate(-10,-10)"><g
  369. clip-path="url(#clipPath168)"
  370. id="g164"><path
  371. inkscape:connector-curvature="0"
  372. id="path170"
  373. style="fill:#e5e5e5;fill-opacity:1;fill-rule:nonzero;stroke:none"
  374. d="m 47.06,368.14 h 95.37 V 529.97 H 47.06 Z" /><path
  375. inkscape:connector-curvature="0"
  376. id="path172"
  377. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  378. d="m 47.06,407.31 h 95.37" /><path
  379. inkscape:connector-curvature="0"
  380. id="path174"
  381. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  382. d="m 47.06,459.04 h 95.37" /><path
  383. inkscape:connector-curvature="0"
  384. id="path176"
  385. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  386. d="m 47.06,510.78 h 95.37" /><path
  387. inkscape:connector-curvature="0"
  388. id="path178"
  389. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  390. d="m 47.06,381.44 h 95.37" /><path
  391. inkscape:connector-curvature="0"
  392. id="path180"
  393. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  394. d="m 47.06,433.18 h 95.37" /><path
  395. inkscape:connector-curvature="0"
  396. id="path182"
  397. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  398. d="m 47.06,484.91 h 95.37" /><path
  399. inkscape:connector-curvature="0"
  400. id="path184"
  401. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  402. d="M 73.07,368.14 V 529.97" /><path
  403. inkscape:connector-curvature="0"
  404. id="path186"
  405. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  406. d="M 116.42,368.14 V 529.97" /><path
  407. inkscape:connector-curvature="0"
  408. id="path188"
  409. 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"
  410. 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
  411. inkscape:connector-curvature="0"
  412. id="path190"
  413. 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"
  414. 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
  415. id="g192"
  416. transform="translate(-10,-10)" /><g
  417. id="g194"
  418. transform="translate(-10,-10)"><g
  419. clip-path="url(#clipPath200)"
  420. id="g196"><path
  421. inkscape:connector-curvature="0"
  422. id="path202"
  423. style="fill:#e5e5e5;fill-opacity:1;fill-rule:nonzero;stroke:none"
  424. d="m 47.06,202.71 h 95.37 V 364.54 H 47.06 Z" /><path
  425. inkscape:connector-curvature="0"
  426. id="path204"
  427. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  428. d="m 47.06,241.88 h 95.37" /><path
  429. inkscape:connector-curvature="0"
  430. id="path206"
  431. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  432. d="m 47.06,293.62 h 95.37" /><path
  433. inkscape:connector-curvature="0"
  434. id="path208"
  435. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  436. d="m 47.06,345.35 h 95.37" /><path
  437. inkscape:connector-curvature="0"
  438. id="path210"
  439. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  440. d="m 47.06,216.01 h 95.37" /><path
  441. inkscape:connector-curvature="0"
  442. id="path212"
  443. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  444. d="m 47.06,267.75 h 95.37" /><path
  445. inkscape:connector-curvature="0"
  446. id="path214"
  447. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  448. d="m 47.06,319.48 h 95.37" /><path
  449. inkscape:connector-curvature="0"
  450. id="path216"
  451. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  452. d="M 73.07,202.71 V 364.54" /><path
  453. inkscape:connector-curvature="0"
  454. id="path218"
  455. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  456. d="M 116.42,202.71 V 364.54" /><path
  457. inkscape:connector-curvature="0"
  458. id="path220"
  459. 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"
  460. 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
  461. inkscape:connector-curvature="0"
  462. id="path222"
  463. 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"
  464. 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
  465. id="g224"
  466. transform="translate(-10,-10)" /><g
  467. id="g226"
  468. transform="translate(-10,-10)"><g
  469. clip-path="url(#clipPath232)"
  470. id="g228"><path
  471. inkscape:connector-curvature="0"
  472. id="path234"
  473. style="fill:#e5e5e5;fill-opacity:1;fill-rule:nonzero;stroke:none"
  474. d="m 47.06,37.28 h 95.37 V 199.11 H 47.06 Z" /><path
  475. inkscape:connector-curvature="0"
  476. id="path236"
  477. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  478. d="m 47.06,76.45 h 95.37" /><path
  479. inkscape:connector-curvature="0"
  480. id="path238"
  481. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  482. d="m 47.06,128.19 h 95.37" /><path
  483. inkscape:connector-curvature="0"
  484. id="path240"
  485. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  486. d="m 47.06,179.92 h 95.37" /><path
  487. inkscape:connector-curvature="0"
  488. id="path242"
  489. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  490. d="m 47.06,50.58 h 95.37" /><path
  491. inkscape:connector-curvature="0"
  492. id="path244"
  493. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  494. d="m 47.06,102.32 h 95.37" /><path
  495. inkscape:connector-curvature="0"
  496. id="path246"
  497. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  498. d="m 47.06,154.06 h 95.37" /><path
  499. inkscape:connector-curvature="0"
  500. id="path248"
  501. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  502. d="M 73.07,37.28 V 199.11" /><path
  503. inkscape:connector-curvature="0"
  504. id="path250"
  505. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  506. d="M 116.42,37.28 V 199.11" /><path
  507. inkscape:connector-curvature="0"
  508. id="path252"
  509. 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"
  510. 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
  511. inkscape:connector-curvature="0"
  512. id="path254"
  513. 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"
  514. 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
  515. id="g256"
  516. transform="translate(-10,-10)" /><g
  517. id="g258"
  518. transform="translate(-10,-10)"><g
  519. clip-path="url(#clipPath264)"
  520. id="g260"><path
  521. inkscape:connector-curvature="0"
  522. id="path266"
  523. style="fill:#e5e5e5;fill-opacity:1;fill-rule:nonzero;stroke:none"
  524. d="M 146.03,368.14 H 241.4 V 529.97 H 146.03 Z" /><path
  525. inkscape:connector-curvature="0"
  526. id="path268"
  527. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  528. d="M 146.03,407.31 H 241.4" /><path
  529. inkscape:connector-curvature="0"
  530. id="path270"
  531. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  532. d="M 146.03,459.04 H 241.4" /><path
  533. inkscape:connector-curvature="0"
  534. id="path272"
  535. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  536. d="M 146.03,510.78 H 241.4" /><path
  537. inkscape:connector-curvature="0"
  538. id="path274"
  539. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  540. d="M 146.03,381.44 H 241.4" /><path
  541. inkscape:connector-curvature="0"
  542. id="path276"
  543. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  544. d="M 146.03,433.18 H 241.4" /><path
  545. inkscape:connector-curvature="0"
  546. id="path278"
  547. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  548. d="M 146.03,484.91 H 241.4" /><path
  549. inkscape:connector-curvature="0"
  550. id="path280"
  551. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  552. d="M 172.04,368.14 V 529.97" /><path
  553. inkscape:connector-curvature="0"
  554. id="path282"
  555. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  556. d="M 215.39,368.14 V 529.97" /><path
  557. inkscape:connector-curvature="0"
  558. id="path284"
  559. 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"
  560. 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
  561. inkscape:connector-curvature="0"
  562. id="path286"
  563. 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"
  564. 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
  565. id="g288"
  566. transform="translate(-10,-10)" /><g
  567. id="g290"
  568. transform="translate(-10,-10)"><g
  569. clip-path="url(#clipPath296)"
  570. id="g292"><path
  571. inkscape:connector-curvature="0"
  572. id="path298"
  573. style="fill:#e5e5e5;fill-opacity:1;fill-rule:nonzero;stroke:none"
  574. d="M 146.03,202.71 H 241.4 V 364.54 H 146.03 Z" /><path
  575. inkscape:connector-curvature="0"
  576. id="path300"
  577. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  578. d="M 146.03,241.88 H 241.4" /><path
  579. inkscape:connector-curvature="0"
  580. id="path302"
  581. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  582. d="M 146.03,293.62 H 241.4" /><path
  583. inkscape:connector-curvature="0"
  584. id="path304"
  585. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  586. d="M 146.03,345.35 H 241.4" /><path
  587. inkscape:connector-curvature="0"
  588. id="path306"
  589. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  590. d="M 146.03,216.01 H 241.4" /><path
  591. inkscape:connector-curvature="0"
  592. id="path308"
  593. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  594. d="M 146.03,267.75 H 241.4" /><path
  595. inkscape:connector-curvature="0"
  596. id="path310"
  597. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  598. d="M 146.03,319.48 H 241.4" /><path
  599. inkscape:connector-curvature="0"
  600. id="path312"
  601. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  602. d="M 172.04,202.71 V 364.54" /><path
  603. inkscape:connector-curvature="0"
  604. id="path314"
  605. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  606. d="M 215.39,202.71 V 364.54" /><path
  607. inkscape:connector-curvature="0"
  608. id="path316"
  609. 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"
  610. 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
  611. inkscape:connector-curvature="0"
  612. id="path318"
  613. 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"
  614. 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
  615. id="g320"
  616. transform="translate(-10,-10)" /><g
  617. id="g322"
  618. transform="translate(-10,-10)"><g
  619. clip-path="url(#clipPath328)"
  620. id="g324"><path
  621. inkscape:connector-curvature="0"
  622. id="path330"
  623. style="fill:#e5e5e5;fill-opacity:1;fill-rule:nonzero;stroke:none"
  624. d="M 146.03,37.28 H 241.4 V 199.11 H 146.03 Z" /><path
  625. inkscape:connector-curvature="0"
  626. id="path332"
  627. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  628. d="M 146.03,76.45 H 241.4" /><path
  629. inkscape:connector-curvature="0"
  630. id="path334"
  631. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  632. d="M 146.03,128.19 H 241.4" /><path
  633. inkscape:connector-curvature="0"
  634. id="path336"
  635. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  636. d="M 146.03,179.92 H 241.4" /><path
  637. inkscape:connector-curvature="0"
  638. id="path338"
  639. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  640. d="M 146.03,50.58 H 241.4" /><path
  641. inkscape:connector-curvature="0"
  642. id="path340"
  643. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  644. d="M 146.03,102.32 H 241.4" /><path
  645. inkscape:connector-curvature="0"
  646. id="path342"
  647. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  648. d="M 146.03,154.06 H 241.4" /><path
  649. inkscape:connector-curvature="0"
  650. id="path344"
  651. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  652. d="M 172.04,37.28 V 199.11" /><path
  653. inkscape:connector-curvature="0"
  654. id="path346"
  655. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  656. d="M 215.39,37.28 V 199.11" /><path
  657. inkscape:connector-curvature="0"
  658. id="path348"
  659. 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"
  660. 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
  661. inkscape:connector-curvature="0"
  662. id="path350"
  663. 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"
  664. 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
  665. id="g352"
  666. transform="translate(-10,-10)" /><g
  667. id="g354"
  668. transform="translate(-10,-10)"><g
  669. clip-path="url(#clipPath360)"
  670. id="g356"><path
  671. inkscape:connector-curvature="0"
  672. id="path362"
  673. style="fill:#e5e5e5;fill-opacity:1;fill-rule:nonzero;stroke:none"
  674. d="m 245,368.14 h 95.37 V 529.97 H 245 Z" /><path
  675. inkscape:connector-curvature="0"
  676. id="path364"
  677. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  678. d="m 245,407.31 h 95.37" /><path
  679. inkscape:connector-curvature="0"
  680. id="path366"
  681. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  682. d="m 245,459.04 h 95.37" /><path
  683. inkscape:connector-curvature="0"
  684. id="path368"
  685. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  686. d="m 245,510.78 h 95.37" /><path
  687. inkscape:connector-curvature="0"
  688. id="path370"
  689. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  690. d="m 245,381.44 h 95.37" /><path
  691. inkscape:connector-curvature="0"
  692. id="path372"
  693. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  694. d="m 245,433.18 h 95.37" /><path
  695. inkscape:connector-curvature="0"
  696. id="path374"
  697. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  698. d="m 245,484.91 h 95.37" /><path
  699. inkscape:connector-curvature="0"
  700. id="path376"
  701. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  702. d="M 271.01,368.14 V 529.97" /><path
  703. inkscape:connector-curvature="0"
  704. id="path378"
  705. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  706. d="M 314.36,368.14 V 529.97" /><path
  707. inkscape:connector-curvature="0"
  708. id="path380"
  709. 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"
  710. 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
  711. inkscape:connector-curvature="0"
  712. id="path382"
  713. 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"
  714. 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
  715. id="g384"
  716. transform="translate(-10,-10)" /><g
  717. id="g386"
  718. transform="translate(-10,-10)"><g
  719. clip-path="url(#clipPath392)"
  720. id="g388"><path
  721. inkscape:connector-curvature="0"
  722. id="path394"
  723. style="fill:#e5e5e5;fill-opacity:1;fill-rule:nonzero;stroke:none"
  724. d="m 245,202.71 h 95.37 V 364.54 H 245 Z" /><path
  725. inkscape:connector-curvature="0"
  726. id="path396"
  727. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  728. d="m 245,241.88 h 95.37" /><path
  729. inkscape:connector-curvature="0"
  730. id="path398"
  731. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  732. d="m 245,293.62 h 95.37" /><path
  733. inkscape:connector-curvature="0"
  734. id="path400"
  735. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  736. d="m 245,345.35 h 95.37" /><path
  737. inkscape:connector-curvature="0"
  738. id="path402"
  739. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  740. d="m 245,216.01 h 95.37" /><path
  741. inkscape:connector-curvature="0"
  742. id="path404"
  743. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  744. d="m 245,267.75 h 95.37" /><path
  745. inkscape:connector-curvature="0"
  746. id="path406"
  747. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  748. d="m 245,319.48 h 95.37" /><path
  749. inkscape:connector-curvature="0"
  750. id="path408"
  751. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  752. d="M 271.01,202.71 V 364.54" /><path
  753. inkscape:connector-curvature="0"
  754. id="path410"
  755. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  756. d="M 314.36,202.71 V 364.54" /><path
  757. inkscape:connector-curvature="0"
  758. id="path412"
  759. 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"
  760. 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
  761. inkscape:connector-curvature="0"
  762. id="path414"
  763. 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"
  764. 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
  765. id="g416"
  766. transform="translate(-10,-10)" /><g
  767. id="g418"
  768. transform="translate(-10,-10)"><g
  769. clip-path="url(#clipPath424)"
  770. id="g420"><path
  771. inkscape:connector-curvature="0"
  772. id="path426"
  773. style="fill:#e5e5e5;fill-opacity:1;fill-rule:nonzero;stroke:none"
  774. d="m 245,37.28 h 95.37 V 199.11 H 245 Z" /><path
  775. inkscape:connector-curvature="0"
  776. id="path428"
  777. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  778. d="m 245,76.45 h 95.37" /><path
  779. inkscape:connector-curvature="0"
  780. id="path430"
  781. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  782. d="m 245,128.19 h 95.37" /><path
  783. inkscape:connector-curvature="0"
  784. id="path432"
  785. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  786. d="m 245,179.92 h 95.37" /><path
  787. inkscape:connector-curvature="0"
  788. id="path434"
  789. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  790. d="m 245,50.58 h 95.37" /><path
  791. inkscape:connector-curvature="0"
  792. id="path436"
  793. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  794. d="m 245,102.32 h 95.37" /><path
  795. inkscape:connector-curvature="0"
  796. id="path438"
  797. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  798. d="m 245,154.06 h 95.37" /><path
  799. inkscape:connector-curvature="0"
  800. id="path440"
  801. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  802. d="M 271.01,37.28 V 199.11" /><path
  803. inkscape:connector-curvature="0"
  804. id="path442"
  805. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  806. d="M 314.36,37.28 V 199.11" /><path
  807. inkscape:connector-curvature="0"
  808. id="path444"
  809. 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"
  810. 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
  811. inkscape:connector-curvature="0"
  812. id="path446"
  813. 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"
  814. 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
  815. id="g448"
  816. transform="translate(-10,-10)" /><g
  817. id="g450"
  818. transform="translate(-10,-10)"><g
  819. clip-path="url(#clipPath456)"
  820. id="g452"><path
  821. inkscape:connector-curvature="0"
  822. id="path458"
  823. style="fill:#e5e5e5;fill-opacity:1;fill-rule:nonzero;stroke:none"
  824. d="m 343.97,368.14 h 95.37 v 161.83 h -95.37 z" /><path
  825. inkscape:connector-curvature="0"
  826. id="path460"
  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 343.97,407.31 h 95.37" /><path
  829. inkscape:connector-curvature="0"
  830. id="path462"
  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 343.97,459.04 h 95.37" /><path
  833. inkscape:connector-curvature="0"
  834. id="path464"
  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 343.97,510.78 h 95.37" /><path
  837. inkscape:connector-curvature="0"
  838. id="path466"
  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 343.97,381.44 h 95.37" /><path
  841. inkscape:connector-curvature="0"
  842. id="path468"
  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 343.97,433.18 h 95.37" /><path
  845. inkscape:connector-curvature="0"
  846. id="path470"
  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 343.97,484.91 h 95.37" /><path
  849. inkscape:connector-curvature="0"
  850. id="path472"
  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 369.98,368.14 V 529.97" /><path
  853. inkscape:connector-curvature="0"
  854. id="path474"
  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 413.33,368.14 V 529.97" /><path
  857. inkscape:connector-curvature="0"
  858. id="path476"
  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 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
  861. inkscape:connector-curvature="0"
  862. id="path478"
  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 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
  865. id="g480"
  866. transform="translate(-10,-10)" /><g
  867. id="g482"
  868. transform="translate(-10,-10)"><g
  869. clip-path="url(#clipPath488)"
  870. id="g484"><path
  871. inkscape:connector-curvature="0"
  872. id="path490"
  873. style="fill:#e5e5e5;fill-opacity:1;fill-rule:nonzero;stroke:none"
  874. d="m 343.97,202.71 h 95.37 v 161.83 h -95.37 z" /><path
  875. inkscape:connector-curvature="0"
  876. id="path492"
  877. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  878. d="m 343.97,241.88 h 95.37" /><path
  879. inkscape:connector-curvature="0"
  880. id="path494"
  881. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  882. d="m 343.97,293.62 h 95.37" /><path
  883. inkscape:connector-curvature="0"
  884. id="path496"
  885. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  886. d="m 343.97,345.35 h 95.37" /><path
  887. inkscape:connector-curvature="0"
  888. id="path498"
  889. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  890. d="m 343.97,216.01 h 95.37" /><path
  891. inkscape:connector-curvature="0"
  892. id="path500"
  893. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  894. d="m 343.97,267.75 h 95.37" /><path
  895. inkscape:connector-curvature="0"
  896. id="path502"
  897. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  898. d="m 343.97,319.48 h 95.37" /><path
  899. inkscape:connector-curvature="0"
  900. id="path504"
  901. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  902. d="M 369.98,202.71 V 364.54" /><path
  903. inkscape:connector-curvature="0"
  904. id="path506"
  905. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  906. d="M 413.33,202.71 V 364.54" /><path
  907. inkscape:connector-curvature="0"
  908. id="path508"
  909. 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"
  910. 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
  911. inkscape:connector-curvature="0"
  912. id="path510"
  913. 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"
  914. 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
  915. id="g512"
  916. transform="translate(-10,-10)" /><g
  917. id="g514"
  918. transform="translate(-10,-10)"><g
  919. clip-path="url(#clipPath520)"
  920. id="g516"><path
  921. inkscape:connector-curvature="0"
  922. id="path522"
  923. style="fill:#e5e5e5;fill-opacity:1;fill-rule:nonzero;stroke:none"
  924. d="m 343.97,37.28 h 95.37 v 161.83 h -95.37 z" /><path
  925. inkscape:connector-curvature="0"
  926. id="path524"
  927. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  928. d="m 343.97,76.45 h 95.37" /><path
  929. inkscape:connector-curvature="0"
  930. id="path526"
  931. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  932. d="m 343.97,128.19 h 95.37" /><path
  933. inkscape:connector-curvature="0"
  934. id="path528"
  935. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  936. d="m 343.97,179.92 h 95.37" /><path
  937. inkscape:connector-curvature="0"
  938. id="path530"
  939. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  940. d="m 343.97,50.58 h 95.37" /><path
  941. inkscape:connector-curvature="0"
  942. id="path532"
  943. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  944. d="m 343.97,102.32 h 95.37" /><path
  945. inkscape:connector-curvature="0"
  946. id="path534"
  947. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  948. d="m 343.97,154.06 h 95.37" /><path
  949. inkscape:connector-curvature="0"
  950. id="path536"
  951. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  952. d="M 369.98,37.28 V 199.11" /><path
  953. inkscape:connector-curvature="0"
  954. id="path538"
  955. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  956. d="M 413.33,37.28 V 199.11" /><path
  957. inkscape:connector-curvature="0"
  958. id="path540"
  959. 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"
  960. 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
  961. inkscape:connector-curvature="0"
  962. id="path542"
  963. 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"
  964. 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
  965. id="g544"
  966. transform="translate(-10,-10)" /><g
  967. id="g546"
  968. transform="translate(-10,-10)"><g
  969. clip-path="url(#clipPath552)"
  970. id="g548"><path
  971. inkscape:connector-curvature="0"
  972. id="path554"
  973. style="fill:#e5e5e5;fill-opacity:1;fill-rule:nonzero;stroke:none"
  974. d="m 442.94,368.14 h 95.37 v 161.83 h -95.37 z" /><path
  975. inkscape:connector-curvature="0"
  976. id="path556"
  977. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  978. d="m 442.94,407.31 h 95.37" /><path
  979. inkscape:connector-curvature="0"
  980. id="path558"
  981. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  982. d="m 442.94,459.04 h 95.37" /><path
  983. inkscape:connector-curvature="0"
  984. id="path560"
  985. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  986. d="m 442.94,510.78 h 95.37" /><path
  987. inkscape:connector-curvature="0"
  988. id="path562"
  989. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  990. d="m 442.94,381.44 h 95.37" /><path
  991. inkscape:connector-curvature="0"
  992. id="path564"
  993. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  994. d="m 442.94,433.18 h 95.37" /><path
  995. inkscape:connector-curvature="0"
  996. id="path566"
  997. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  998. d="m 442.94,484.91 h 95.37" /><path
  999. inkscape:connector-curvature="0"
  1000. id="path568"
  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 468.95,368.14 V 529.97" /><path
  1003. inkscape:connector-curvature="0"
  1004. id="path570"
  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 512.3,368.14 V 529.97" /><path
  1007. inkscape:connector-curvature="0"
  1008. id="path572"
  1009. 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"
  1010. 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
  1011. inkscape:connector-curvature="0"
  1012. id="path574"
  1013. 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"
  1014. 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
  1015. id="g576"
  1016. transform="translate(-10,-10)" /><g
  1017. id="g578"
  1018. transform="translate(-10,-10)"><g
  1019. clip-path="url(#clipPath584)"
  1020. id="g580"><path
  1021. inkscape:connector-curvature="0"
  1022. id="path586"
  1023. style="fill:#e5e5e5;fill-opacity:1;fill-rule:nonzero;stroke:none"
  1024. d="m 442.94,202.71 h 95.37 v 161.83 h -95.37 z" /><path
  1025. inkscape:connector-curvature="0"
  1026. id="path588"
  1027. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1028. d="m 442.94,241.88 h 95.37" /><path
  1029. inkscape:connector-curvature="0"
  1030. id="path590"
  1031. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1032. d="m 442.94,293.62 h 95.37" /><path
  1033. inkscape:connector-curvature="0"
  1034. id="path592"
  1035. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1036. d="m 442.94,345.35 h 95.37" /><path
  1037. inkscape:connector-curvature="0"
  1038. id="path594"
  1039. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1040. d="m 442.94,216.01 h 95.37" /><path
  1041. inkscape:connector-curvature="0"
  1042. id="path596"
  1043. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1044. d="m 442.94,267.75 h 95.37" /><path
  1045. inkscape:connector-curvature="0"
  1046. id="path598"
  1047. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1048. d="m 442.94,319.48 h 95.37" /><path
  1049. inkscape:connector-curvature="0"
  1050. id="path600"
  1051. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1052. d="M 468.95,202.71 V 364.54" /><path
  1053. inkscape:connector-curvature="0"
  1054. id="path602"
  1055. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1056. d="M 512.3,202.71 V 364.54" /><path
  1057. inkscape:connector-curvature="0"
  1058. id="path604"
  1059. 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"
  1060. 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
  1061. inkscape:connector-curvature="0"
  1062. id="path606"
  1063. 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"
  1064. 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
  1065. id="g608"
  1066. transform="translate(-10,-10)" /><g
  1067. id="g610"
  1068. transform="translate(-10,-10)"><g
  1069. clip-path="url(#clipPath616)"
  1070. id="g612"><path
  1071. inkscape:connector-curvature="0"
  1072. id="path618"
  1073. style="fill:#e5e5e5;fill-opacity:1;fill-rule:nonzero;stroke:none"
  1074. d="m 442.94,37.28 h 95.37 v 161.83 h -95.37 z" /><path
  1075. inkscape:connector-curvature="0"
  1076. id="path620"
  1077. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1078. d="m 442.94,76.45 h 95.37" /><path
  1079. inkscape:connector-curvature="0"
  1080. id="path622"
  1081. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1082. d="m 442.94,128.19 h 95.37" /><path
  1083. inkscape:connector-curvature="0"
  1084. id="path624"
  1085. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1086. d="m 442.94,179.92 h 95.37" /><path
  1087. inkscape:connector-curvature="0"
  1088. id="path626"
  1089. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1090. d="m 442.94,50.58 h 95.37" /><path
  1091. inkscape:connector-curvature="0"
  1092. id="path628"
  1093. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1094. d="m 442.94,102.32 h 95.37" /><path
  1095. inkscape:connector-curvature="0"
  1096. id="path630"
  1097. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1098. d="m 442.94,154.06 h 95.37" /><path
  1099. inkscape:connector-curvature="0"
  1100. id="path632"
  1101. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1102. d="M 468.95,37.28 V 199.11" /><path
  1103. inkscape:connector-curvature="0"
  1104. id="path634"
  1105. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1106. d="M 512.3,37.28 V 199.11" /><path
  1107. inkscape:connector-curvature="0"
  1108. id="path636"
  1109. 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"
  1110. 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
  1111. inkscape:connector-curvature="0"
  1112. id="path638"
  1113. 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"
  1114. 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
  1115. id="g640"
  1116. transform="translate(-10,-10)" /><g
  1117. id="g642"
  1118. transform="translate(-10,-10)"><g
  1119. clip-path="url(#clipPath648)"
  1120. id="g644"><path
  1121. inkscape:connector-curvature="0"
  1122. id="path650"
  1123. style="fill:#e5e5e5;fill-opacity:1;fill-rule:nonzero;stroke:none"
  1124. d="m 541.91,368.14 h 95.37 v 161.83 h -95.37 z" /><path
  1125. inkscape:connector-curvature="0"
  1126. id="path652"
  1127. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1128. d="m 541.91,407.31 h 95.37" /><path
  1129. inkscape:connector-curvature="0"
  1130. id="path654"
  1131. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1132. d="m 541.91,459.04 h 95.37" /><path
  1133. inkscape:connector-curvature="0"
  1134. id="path656"
  1135. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1136. d="m 541.91,510.78 h 95.37" /><path
  1137. inkscape:connector-curvature="0"
  1138. id="path658"
  1139. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1140. d="m 541.91,381.44 h 95.37" /><path
  1141. inkscape:connector-curvature="0"
  1142. id="path660"
  1143. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1144. d="m 541.91,433.18 h 95.37" /><path
  1145. inkscape:connector-curvature="0"
  1146. id="path662"
  1147. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1148. d="m 541.91,484.91 h 95.37" /><path
  1149. inkscape:connector-curvature="0"
  1150. id="path664"
  1151. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1152. d="M 567.92,368.14 V 529.97" /><path
  1153. inkscape:connector-curvature="0"
  1154. id="path666"
  1155. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1156. d="M 611.27,368.14 V 529.97" /><path
  1157. inkscape:connector-curvature="0"
  1158. id="path668"
  1159. 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"
  1160. 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
  1161. inkscape:connector-curvature="0"
  1162. id="path670"
  1163. 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"
  1164. 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
  1165. id="g672"
  1166. transform="translate(-10,-10)" /><g
  1167. id="g674"
  1168. transform="translate(-10,-10)"><g
  1169. clip-path="url(#clipPath680)"
  1170. id="g676"><path
  1171. inkscape:connector-curvature="0"
  1172. id="path682"
  1173. style="fill:#e5e5e5;fill-opacity:1;fill-rule:nonzero;stroke:none"
  1174. d="m 541.91,202.71 h 95.37 v 161.83 h -95.37 z" /><path
  1175. inkscape:connector-curvature="0"
  1176. id="path684"
  1177. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1178. d="m 541.91,241.88 h 95.37" /><path
  1179. inkscape:connector-curvature="0"
  1180. id="path686"
  1181. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1182. d="m 541.91,293.62 h 95.37" /><path
  1183. inkscape:connector-curvature="0"
  1184. id="path688"
  1185. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1186. d="m 541.91,345.35 h 95.37" /><path
  1187. inkscape:connector-curvature="0"
  1188. id="path690"
  1189. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1190. d="m 541.91,216.01 h 95.37" /><path
  1191. inkscape:connector-curvature="0"
  1192. id="path692"
  1193. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1194. d="m 541.91,267.75 h 95.37" /><path
  1195. inkscape:connector-curvature="0"
  1196. id="path694"
  1197. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1198. d="m 541.91,319.48 h 95.37" /><path
  1199. inkscape:connector-curvature="0"
  1200. id="path696"
  1201. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1202. d="M 567.92,202.71 V 364.54" /><path
  1203. inkscape:connector-curvature="0"
  1204. id="path698"
  1205. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1206. d="M 611.27,202.71 V 364.54" /><path
  1207. inkscape:connector-curvature="0"
  1208. id="path700"
  1209. 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"
  1210. 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
  1211. inkscape:connector-curvature="0"
  1212. id="path702"
  1213. 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"
  1214. 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
  1215. id="g704"
  1216. transform="translate(-10,-10)" /><g
  1217. id="g706"
  1218. transform="translate(-10,-10)"><g
  1219. clip-path="url(#clipPath712)"
  1220. id="g708"><path
  1221. inkscape:connector-curvature="0"
  1222. id="path714"
  1223. style="fill:#e5e5e5;fill-opacity:1;fill-rule:nonzero;stroke:none"
  1224. d="m 541.91,37.28 h 95.37 v 161.83 h -95.37 z" /><path
  1225. inkscape:connector-curvature="0"
  1226. id="path716"
  1227. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1228. d="m 541.91,76.45 h 95.37" /><path
  1229. inkscape:connector-curvature="0"
  1230. id="path718"
  1231. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1232. d="m 541.91,128.19 h 95.37" /><path
  1233. inkscape:connector-curvature="0"
  1234. id="path720"
  1235. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1236. d="m 541.91,179.92 h 95.37" /><path
  1237. inkscape:connector-curvature="0"
  1238. id="path722"
  1239. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1240. d="m 541.91,50.58 h 95.37" /><path
  1241. inkscape:connector-curvature="0"
  1242. id="path724"
  1243. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1244. d="m 541.91,102.32 h 95.37" /><path
  1245. inkscape:connector-curvature="0"
  1246. id="path726"
  1247. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1248. d="m 541.91,154.06 h 95.37" /><path
  1249. inkscape:connector-curvature="0"
  1250. id="path728"
  1251. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1252. d="M 567.92,37.28 V 199.11" /><path
  1253. inkscape:connector-curvature="0"
  1254. id="path730"
  1255. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1256. d="M 611.27,37.28 V 199.11" /><path
  1257. inkscape:connector-curvature="0"
  1258. id="path732"
  1259. 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"
  1260. 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
  1261. inkscape:connector-curvature="0"
  1262. id="path734"
  1263. 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"
  1264. 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
  1265. id="g736"
  1266. transform="translate(-10,-10)" /><g
  1267. id="g738"
  1268. transform="translate(-10,-10)"><g
  1269. clip-path="url(#clipPath744)"
  1270. id="g740"><path
  1271. inkscape:connector-curvature="0"
  1272. id="path746"
  1273. style="fill:#e5e5e5;fill-opacity:1;fill-rule:nonzero;stroke:none"
  1274. d="m 640.88,368.14 h 95.37 v 161.83 h -95.37 z" /><path
  1275. inkscape:connector-curvature="0"
  1276. id="path748"
  1277. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1278. d="m 640.88,407.31 h 95.37" /><path
  1279. inkscape:connector-curvature="0"
  1280. id="path750"
  1281. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1282. d="m 640.88,459.04 h 95.37" /><path
  1283. inkscape:connector-curvature="0"
  1284. id="path752"
  1285. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1286. d="m 640.88,510.78 h 95.37" /><path
  1287. inkscape:connector-curvature="0"
  1288. id="path754"
  1289. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1290. d="m 640.88,381.44 h 95.37" /><path
  1291. inkscape:connector-curvature="0"
  1292. id="path756"
  1293. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1294. d="m 640.88,433.18 h 95.37" /><path
  1295. inkscape:connector-curvature="0"
  1296. id="path758"
  1297. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1298. d="m 640.88,484.91 h 95.37" /><path
  1299. inkscape:connector-curvature="0"
  1300. id="path760"
  1301. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1302. d="M 666.89,368.14 V 529.97" /><path
  1303. inkscape:connector-curvature="0"
  1304. id="path762"
  1305. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1306. d="M 710.24,368.14 V 529.97" /><path
  1307. inkscape:connector-curvature="0"
  1308. id="path764"
  1309. 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"
  1310. 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
  1311. inkscape:connector-curvature="0"
  1312. id="path766"
  1313. 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"
  1314. 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
  1315. id="g768"
  1316. transform="translate(-10,-10)" /><g
  1317. id="g770"
  1318. transform="translate(-10,-10)"><g
  1319. clip-path="url(#clipPath776)"
  1320. id="g772"><path
  1321. inkscape:connector-curvature="0"
  1322. id="path778"
  1323. style="fill:#e5e5e5;fill-opacity:1;fill-rule:nonzero;stroke:none"
  1324. d="m 640.88,202.71 h 95.37 v 161.83 h -95.37 z" /><path
  1325. inkscape:connector-curvature="0"
  1326. id="path780"
  1327. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1328. d="m 640.88,241.88 h 95.37" /><path
  1329. inkscape:connector-curvature="0"
  1330. id="path782"
  1331. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1332. d="m 640.88,293.62 h 95.37" /><path
  1333. inkscape:connector-curvature="0"
  1334. id="path784"
  1335. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1336. d="m 640.88,345.35 h 95.37" /><path
  1337. inkscape:connector-curvature="0"
  1338. id="path786"
  1339. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1340. d="m 640.88,216.01 h 95.37" /><path
  1341. inkscape:connector-curvature="0"
  1342. id="path788"
  1343. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1344. d="m 640.88,267.75 h 95.37" /><path
  1345. inkscape:connector-curvature="0"
  1346. id="path790"
  1347. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1348. d="m 640.88,319.48 h 95.37" /><path
  1349. inkscape:connector-curvature="0"
  1350. id="path792"
  1351. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1352. d="M 666.89,202.71 V 364.54" /><path
  1353. inkscape:connector-curvature="0"
  1354. id="path794"
  1355. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1356. d="M 710.24,202.71 V 364.54" /><path
  1357. inkscape:connector-curvature="0"
  1358. id="path796"
  1359. 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"
  1360. 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
  1361. inkscape:connector-curvature="0"
  1362. id="path798"
  1363. 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"
  1364. 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
  1365. id="g800"
  1366. transform="translate(-10,-10)" /><g
  1367. id="g802"
  1368. transform="translate(-10,-10)"><g
  1369. clip-path="url(#clipPath808)"
  1370. id="g804"><path
  1371. inkscape:connector-curvature="0"
  1372. id="path810"
  1373. style="fill:#e5e5e5;fill-opacity:1;fill-rule:nonzero;stroke:none"
  1374. d="m 640.88,37.28 h 95.37 v 161.83 h -95.37 z" /><path
  1375. inkscape:connector-curvature="0"
  1376. id="path812"
  1377. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1378. d="m 640.88,76.45 h 95.37" /><path
  1379. inkscape:connector-curvature="0"
  1380. id="path814"
  1381. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1382. d="m 640.88,128.19 h 95.37" /><path
  1383. inkscape:connector-curvature="0"
  1384. id="path816"
  1385. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1386. d="m 640.88,179.92 h 95.37" /><path
  1387. inkscape:connector-curvature="0"
  1388. id="path818"
  1389. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1390. d="m 640.88,50.58 h 95.37" /><path
  1391. inkscape:connector-curvature="0"
  1392. id="path820"
  1393. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1394. d="m 640.88,102.32 h 95.37" /><path
  1395. inkscape:connector-curvature="0"
  1396. id="path822"
  1397. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1398. d="m 640.88,154.06 h 95.37" /><path
  1399. inkscape:connector-curvature="0"
  1400. id="path824"
  1401. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1402. d="M 666.89,37.28 V 199.11" /><path
  1403. inkscape:connector-curvature="0"
  1404. id="path826"
  1405. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1406. d="M 710.24,37.28 V 199.11" /><path
  1407. inkscape:connector-curvature="0"
  1408. id="path828"
  1409. 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"
  1410. 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
  1411. inkscape:connector-curvature="0"
  1412. id="path830"
  1413. 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"
  1414. 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
  1415. id="g832"
  1416. transform="translate(-10,-10)" /><g
  1417. id="g864"
  1418. transform="translate(-10,-10)" /><g
  1419. id="g866"
  1420. transform="translate(-10,-10)"><g
  1421. clip-path="url(#clipPath872)"
  1422. id="g868"><path
  1423. inkscape:connector-curvature="0"
  1424. id="path874"
  1425. style="fill:#e5e5e5;fill-opacity:1;fill-rule:nonzero;stroke:none"
  1426. d="m 739.85,202.71 h 95.37 v 161.83 h -95.37 z" /><path
  1427. inkscape:connector-curvature="0"
  1428. id="path876"
  1429. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1430. d="m 739.85,241.88 h 95.37" /><path
  1431. inkscape:connector-curvature="0"
  1432. id="path878"
  1433. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1434. d="m 739.85,293.62 h 95.37" /><path
  1435. inkscape:connector-curvature="0"
  1436. id="path880"
  1437. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1438. d="m 739.85,345.35 h 95.37" /><path
  1439. inkscape:connector-curvature="0"
  1440. id="path882"
  1441. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1442. d="m 739.85,216.01 h 95.37" /><path
  1443. inkscape:connector-curvature="0"
  1444. id="path884"
  1445. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1446. d="m 739.85,267.75 h 95.37" /><path
  1447. inkscape:connector-curvature="0"
  1448. id="path886"
  1449. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1450. d="m 739.85,319.48 h 95.37" /><path
  1451. inkscape:connector-curvature="0"
  1452. id="path888"
  1453. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1454. d="M 765.86,202.71 V 364.54" /><path
  1455. inkscape:connector-curvature="0"
  1456. id="path890"
  1457. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1458. d="M 809.21,202.71 V 364.54" /><path
  1459. inkscape:connector-curvature="0"
  1460. id="path892"
  1461. 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"
  1462. 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
  1463. inkscape:connector-curvature="0"
  1464. id="path894"
  1465. 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"
  1466. 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
  1467. id="g896"
  1468. transform="translate(-10,-10)" /><g
  1469. id="g898"
  1470. transform="translate(-10,-10)"><g
  1471. clip-path="url(#clipPath904)"
  1472. id="g900"><path
  1473. inkscape:connector-curvature="0"
  1474. id="path906"
  1475. style="fill:#e5e5e5;fill-opacity:1;fill-rule:nonzero;stroke:none"
  1476. d="m 739.85,37.28 h 95.37 v 161.83 h -95.37 z" /><path
  1477. inkscape:connector-curvature="0"
  1478. id="path908"
  1479. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1480. d="m 739.85,76.45 h 95.37" /><path
  1481. inkscape:connector-curvature="0"
  1482. id="path910"
  1483. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1484. d="m 739.85,128.19 h 95.37" /><path
  1485. inkscape:connector-curvature="0"
  1486. id="path912"
  1487. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1488. d="m 739.85,179.92 h 95.37" /><path
  1489. inkscape:connector-curvature="0"
  1490. id="path914"
  1491. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1492. d="m 739.85,50.58 h 95.37" /><path
  1493. inkscape:connector-curvature="0"
  1494. id="path916"
  1495. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1496. d="m 739.85,102.32 h 95.37" /><path
  1497. inkscape:connector-curvature="0"
  1498. id="path918"
  1499. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1500. d="m 739.85,154.06 h 95.37" /><path
  1501. inkscape:connector-curvature="0"
  1502. id="path920"
  1503. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1504. d="M 765.86,37.28 V 199.11" /><path
  1505. inkscape:connector-curvature="0"
  1506. id="path922"
  1507. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1508. d="M 809.21,37.28 V 199.11" /><path
  1509. inkscape:connector-curvature="0"
  1510. id="path924"
  1511. 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"
  1512. 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
  1513. inkscape:connector-curvature="0"
  1514. id="path926"
  1515. 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"
  1516. 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
  1517. id="g928"
  1518. transform="translate(-10,-10)" /><g
  1519. id="g930"
  1520. transform="translate(-10,-10)" /><g
  1521. id="g946"
  1522. transform="translate(-10,-10)" /><g
  1523. id="g956"
  1524. transform="translate(-10,-10)" /><g
  1525. id="g958"
  1526. transform="translate(-10,-10)" /><g
  1527. id="g960"
  1528. transform="translate(-10,-10)" /><g
  1529. id="g962"
  1530. transform="translate(-10,-10)" /><g
  1531. id="g964"
  1532. transform="translate(-10,-10)" /><g
  1533. id="g966"
  1534. transform="translate(-10,-10)"><text
  1535. id="text970"
  1536. 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"
  1537. transform="matrix(1,0,0,-1,23.02,212.42)"><tspan
  1538. id="tspan968"
  1539. sodipodi:role="line"
  1540. y="0"
  1541. x="0 5.8400002 11.4">−10</tspan></text>
  1542. <text
  1543. id="text974"
  1544. 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"
  1545. transform="matrix(1,0,0,-1,34.42,264.16)"><tspan
  1546. id="tspan972"
  1547. y="0"
  1548. x="0">0</tspan></text>
  1549. <text
  1550. id="text978"
  1551. 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"
  1552. transform="matrix(1,0,0,-1,28.86,315.89)"><tspan
  1553. id="tspan976"
  1554. sodipodi:role="line"
  1555. y="0"
  1556. x="0 5.5599999">10</tspan></text>
  1557. </g><g
  1558. id="g980"
  1559. transform="translate(-10,-10)" /><g
  1560. id="g982"
  1561. transform="translate(-10,-10)"><path
  1562. inkscape:connector-curvature="0"
  1563. id="path984"
  1564. style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1565. d="m 42.81,216.01 h 4.25" /><path
  1566. inkscape:connector-curvature="0"
  1567. id="path986"
  1568. style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1569. d="m 42.81,267.75 h 4.25" /><path
  1570. inkscape:connector-curvature="0"
  1571. id="path988"
  1572. style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1573. d="m 42.81,319.48 h 4.25" /></g><g
  1574. id="g990"
  1575. transform="translate(-10,-10)" /><g
  1576. id="g992"
  1577. transform="translate(-10,-10)" /><g
  1578. id="g994"
  1579. transform="translate(-10,-10)" /><g
  1580. id="g996"
  1581. transform="translate(-10,-10)" /><g
  1582. id="g998"
  1583. transform="translate(-10,-10)" /><g
  1584. id="g1000"
  1585. transform="translate(-10,-10)"><text
  1586. id="text1004"
  1587. 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"
  1588. transform="matrix(1,0,0,-1,23.02,46.99)"><tspan
  1589. id="tspan1002"
  1590. sodipodi:role="line"
  1591. y="0"
  1592. x="0 5.8400002 11.4">−10</tspan></text>
  1593. <text
  1594. id="text1008"
  1595. 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"
  1596. transform="matrix(1,0,0,-1,34.42,98.73)"><tspan
  1597. id="tspan1006"
  1598. y="0"
  1599. x="0">0</tspan></text>
  1600. <text
  1601. id="text1012"
  1602. 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"
  1603. transform="matrix(1,0,0,-1,28.86,150.47)"><tspan
  1604. id="tspan1010"
  1605. sodipodi:role="line"
  1606. y="0"
  1607. x="0 5.5599999">10</tspan></text>
  1608. </g><g
  1609. id="g1014"
  1610. transform="translate(-10,-10)" /><g
  1611. id="g1016"
  1612. transform="translate(-10,-10)"><path
  1613. inkscape:connector-curvature="0"
  1614. id="path1018"
  1615. style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1616. d="m 42.81,50.58 h 4.25" /><path
  1617. inkscape:connector-curvature="0"
  1618. id="path1020"
  1619. style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1620. d="m 42.81,102.32 h 4.25" /><path
  1621. inkscape:connector-curvature="0"
  1622. id="path1022"
  1623. style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1624. d="m 42.81,154.06 h 4.25" /></g><g
  1625. id="g1024"
  1626. transform="translate(-10,-10)" /><g
  1627. id="g1026"
  1628. transform="translate(-10,-10)" /><g
  1629. id="g1028"
  1630. transform="translate(-10,-10)" /><g
  1631. id="g1030"
  1632. transform="translate(-10,-10)" /><g
  1633. id="g1046"
  1634. transform="translate(-10,-10)" /><g
  1635. id="g1048"
  1636. transform="translate(-10,-10)"><g
  1637. clip-path="url(#clipPath1054)"
  1638. id="g1050"><path
  1639. inkscape:connector-curvature="0"
  1640. id="path1056"
  1641. style="fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:none"
  1642. d="M 835.22,202.71 H 849.6 V 364.54 H 835.22 Z" /><text
  1643. id="text1060"
  1644. 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"
  1645. transform="matrix(0,-1,-1,0,838.82,305.86)"><tspan
  1646. id="tspan1058"
  1647. sodipodi:role="line"
  1648. y="0"
  1649. x="0 7.2199998 12.78 19.450001 25.01 33.34 38.900002">H3K4me3</tspan></text>
  1650. </g></g><g
  1651. id="g1062"
  1652. transform="translate(-10,-10)" /><g
  1653. id="g1064"
  1654. transform="translate(-10,-10)"><g
  1655. clip-path="url(#clipPath1070)"
  1656. id="g1066"><path
  1657. inkscape:connector-curvature="0"
  1658. id="path1072"
  1659. style="fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:none"
  1660. d="M 835.22,37.28 H 849.6 V 199.11 H 835.22 Z" /><text
  1661. id="text1076"
  1662. 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"
  1663. transform="matrix(0,-1,-1,0,838.82,143.21)"><tspan
  1664. id="tspan1074"
  1665. sodipodi:role="line"
  1666. y="0"
  1667. x="0 7.2199998 12.78 19.450001 25.01 30.57 38.900002 44.459999">H3K27me3</tspan></text>
  1668. </g></g><g
  1669. id="g1078"
  1670. transform="translate(-10,-10)" /><g
  1671. id="g1080"
  1672. transform="translate(-10,-10)" /><g
  1673. id="g1082"
  1674. transform="translate(-10,-10)"><path
  1675. inkscape:connector-curvature="0"
  1676. id="path1084"
  1677. style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1678. d="m 73.07,33.03 v 4.25" /><path
  1679. inkscape:connector-curvature="0"
  1680. id="path1086"
  1681. style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1682. d="m 116.42,33.03 v 4.25" /></g><g
  1683. id="g1088"
  1684. transform="translate(-10,-10)" /><g
  1685. id="g1090"
  1686. transform="translate(-10,-10)"><text
  1687. id="text1094"
  1688. 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"
  1689. transform="matrix(1,0,0,-1,54.15,23.02)"><tspan
  1690. id="tspan1092"
  1691. sodipodi:role="line"
  1692. y="0"
  1693. x="0 7.2199998 12.78 15.56 21.73 27.290001 32.849998">No Peak</tspan></text>
  1694. <text
  1695. id="text1098"
  1696. 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"
  1697. transform="matrix(1,0,0,-1,105.28,23.02)"><tspan
  1698. id="tspan1096"
  1699. sodipodi:role="line"
  1700. y="0"
  1701. x="0 6.1700001 11.73 17.290001">Peak</tspan></text>
  1702. </g><g
  1703. id="g1100"
  1704. transform="translate(-10,-10)" /><g
  1705. id="g1102"
  1706. transform="translate(-10,-10)" /><g
  1707. id="g1104"
  1708. transform="translate(-10,-10)" /><g
  1709. id="g1106"
  1710. transform="translate(-10,-10)" /><g
  1711. id="g1108"
  1712. transform="translate(-10,-10)" /><g
  1713. id="g1110"
  1714. transform="translate(-10,-10)"><path
  1715. inkscape:connector-curvature="0"
  1716. id="path1112"
  1717. style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1718. d="m 172.04,33.03 v 4.25" /><path
  1719. inkscape:connector-curvature="0"
  1720. id="path1114"
  1721. style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1722. d="m 215.39,33.03 v 4.25" /></g><g
  1723. id="g1116"
  1724. transform="translate(-10,-10)" /><g
  1725. id="g1118"
  1726. transform="translate(-10,-10)"><text
  1727. id="text1122"
  1728. 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"
  1729. transform="matrix(1,0,0,-1,153.12,23.02)"><tspan
  1730. id="tspan1120"
  1731. sodipodi:role="line"
  1732. y="0"
  1733. x="0 7.2199998 12.78 15.56 21.73 27.290001 32.849998">No Peak</tspan></text>
  1734. <text
  1735. id="text1126"
  1736. 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"
  1737. transform="matrix(1,0,0,-1,204.25,23.02)"><tspan
  1738. id="tspan1124"
  1739. sodipodi:role="line"
  1740. y="0"
  1741. x="0 6.1700001 11.73 17.290001">Peak</tspan></text>
  1742. </g><g
  1743. id="g1128"
  1744. transform="translate(-10,-10)" /><g
  1745. id="g1130"
  1746. transform="translate(-10,-10)" /><g
  1747. id="g1132"
  1748. transform="translate(-10,-10)" /><g
  1749. id="g1134"
  1750. transform="translate(-10,-10)" /><g
  1751. id="g1136"
  1752. transform="translate(-10,-10)" /><g
  1753. id="g1138"
  1754. transform="translate(-10,-10)"><path
  1755. inkscape:connector-curvature="0"
  1756. id="path1140"
  1757. style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1758. d="m 271.01,33.03 v 4.25" /><path
  1759. inkscape:connector-curvature="0"
  1760. id="path1142"
  1761. style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1762. d="m 314.36,33.03 v 4.25" /></g><g
  1763. id="g1144"
  1764. transform="translate(-10,-10)" /><g
  1765. id="g1146"
  1766. transform="translate(-10,-10)"><text
  1767. id="text1150"
  1768. 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"
  1769. transform="matrix(1,0,0,-1,252.09,23.02)"><tspan
  1770. id="tspan1148"
  1771. sodipodi:role="line"
  1772. y="0"
  1773. x="0 7.2199998 12.78 15.56 21.73 27.290001 32.849998">No Peak</tspan></text>
  1774. <text
  1775. id="text1154"
  1776. 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"
  1777. transform="matrix(1,0,0,-1,303.22,23.02)"><tspan
  1778. id="tspan1152"
  1779. sodipodi:role="line"
  1780. y="0"
  1781. x="0 6.1700001 11.73 17.290001">Peak</tspan></text>
  1782. </g><g
  1783. id="g1156"
  1784. transform="translate(-10,-10)" /><g
  1785. id="g1158"
  1786. transform="translate(-10,-10)" /><g
  1787. id="g1160"
  1788. transform="translate(-10,-10)" /><g
  1789. id="g1162"
  1790. transform="translate(-10,-10)" /><g
  1791. id="g1164"
  1792. transform="translate(-10,-10)" /><g
  1793. id="g1166"
  1794. transform="translate(-10,-10)"><path
  1795. inkscape:connector-curvature="0"
  1796. id="path1168"
  1797. style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1798. d="m 369.98,33.03 v 4.25" /><path
  1799. inkscape:connector-curvature="0"
  1800. id="path1170"
  1801. style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1802. d="m 413.33,33.03 v 4.25" /></g><g
  1803. id="g1172"
  1804. transform="translate(-10,-10)" /><g
  1805. id="g1174"
  1806. transform="translate(-10,-10)"><text
  1807. id="text1178"
  1808. 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"
  1809. transform="matrix(1,0,0,-1,351.06,23.02)"><tspan
  1810. id="tspan1176"
  1811. sodipodi:role="line"
  1812. y="0"
  1813. x="0 7.2199998 12.78 15.56 21.73 27.290001 32.849998">No Peak</tspan></text>
  1814. <text
  1815. id="text1182"
  1816. 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"
  1817. transform="matrix(1,0,0,-1,402.19,23.02)"><tspan
  1818. id="tspan1180"
  1819. sodipodi:role="line"
  1820. y="0"
  1821. x="0 6.1700001 11.73 17.290001">Peak</tspan></text>
  1822. </g><g
  1823. id="g1184"
  1824. transform="translate(-10,-10)" /><g
  1825. id="g1186"
  1826. transform="translate(-10,-10)" /><g
  1827. id="g1188"
  1828. transform="translate(-10,-10)" /><g
  1829. id="g1190"
  1830. transform="translate(-10,-10)" /><g
  1831. id="g1192"
  1832. transform="translate(-10,-10)" /><g
  1833. id="g1194"
  1834. transform="translate(-10,-10)"><path
  1835. inkscape:connector-curvature="0"
  1836. id="path1196"
  1837. style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1838. d="m 468.95,33.03 v 4.25" /><path
  1839. inkscape:connector-curvature="0"
  1840. id="path1198"
  1841. style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1842. d="m 512.3,33.03 v 4.25" /></g><g
  1843. id="g1200"
  1844. transform="translate(-10,-10)" /><g
  1845. id="g1202"
  1846. transform="translate(-10,-10)"><text
  1847. id="text1206"
  1848. 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"
  1849. transform="matrix(1,0,0,-1,450.03,23.02)"><tspan
  1850. id="tspan1204"
  1851. sodipodi:role="line"
  1852. y="0"
  1853. x="0 7.2199998 12.78 15.56 21.73 27.290001 32.849998">No Peak</tspan></text>
  1854. <text
  1855. id="text1210"
  1856. 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"
  1857. transform="matrix(1,0,0,-1,501.16,23.02)"><tspan
  1858. id="tspan1208"
  1859. sodipodi:role="line"
  1860. y="0"
  1861. x="0 6.1700001 11.73 17.290001">Peak</tspan></text>
  1862. </g><g
  1863. id="g1212"
  1864. transform="translate(-10,-10)" /><g
  1865. id="g1214"
  1866. transform="translate(-10,-10)" /><g
  1867. id="g1216"
  1868. transform="translate(-10,-10)" /><g
  1869. id="g1218"
  1870. transform="translate(-10,-10)" /><g
  1871. id="g1220"
  1872. transform="translate(-10,-10)" /><g
  1873. id="g1222"
  1874. transform="translate(-10,-10)"><path
  1875. inkscape:connector-curvature="0"
  1876. id="path1224"
  1877. style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1878. d="m 567.92,33.03 v 4.25" /><path
  1879. inkscape:connector-curvature="0"
  1880. id="path1226"
  1881. style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1882. d="m 611.27,33.03 v 4.25" /></g><g
  1883. id="g1228"
  1884. transform="translate(-10,-10)" /><g
  1885. id="g1230"
  1886. transform="translate(-10,-10)"><text
  1887. id="text1234"
  1888. 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"
  1889. transform="matrix(1,0,0,-1,549,23.02)"><tspan
  1890. id="tspan1232"
  1891. sodipodi:role="line"
  1892. y="0"
  1893. x="0 7.2199998 12.78 15.56 21.73 27.290001 32.849998">No Peak</tspan></text>
  1894. <text
  1895. id="text1238"
  1896. 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"
  1897. transform="matrix(1,0,0,-1,600.13,23.02)"><tspan
  1898. id="tspan1236"
  1899. sodipodi:role="line"
  1900. y="0"
  1901. x="0 6.1700001 11.73 17.290001">Peak</tspan></text>
  1902. </g><g
  1903. id="g1240"
  1904. transform="translate(-10,-10)" /><g
  1905. id="g1242"
  1906. transform="translate(-10,-10)" /><g
  1907. id="g1244"
  1908. transform="translate(-10,-10)" /><g
  1909. id="g1246"
  1910. transform="translate(-10,-10)" /><g
  1911. id="g1248"
  1912. transform="translate(-10,-10)" /><g
  1913. id="g1250"
  1914. transform="translate(-10,-10)"><path
  1915. inkscape:connector-curvature="0"
  1916. id="path1252"
  1917. style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1918. d="m 666.89,33.03 v 4.25" /><path
  1919. inkscape:connector-curvature="0"
  1920. id="path1254"
  1921. style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  1922. d="m 710.24,33.03 v 4.25" /></g><g
  1923. id="g1256"
  1924. transform="translate(-10,-10)" /><g
  1925. id="g1258"
  1926. transform="translate(-10,-10)"><text
  1927. id="text1262"
  1928. 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"
  1929. transform="matrix(1,0,0,-1,647.97,23.02)"><tspan
  1930. id="tspan1260"
  1931. sodipodi:role="line"
  1932. y="0"
  1933. x="0 7.2199998 12.78 15.56 21.73 27.290001 32.849998">No Peak</tspan></text>
  1934. <text
  1935. id="text1266"
  1936. 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"
  1937. transform="matrix(1,0,0,-1,699.1,23.02)"><tspan
  1938. id="tspan1264"
  1939. sodipodi:role="line"
  1940. y="0"
  1941. x="0 6.1700001 11.73 17.290001">Peak</tspan></text>
  1942. </g><g
  1943. id="g1268"
  1944. transform="translate(-10,-10)" /><g
  1945. id="g1270"
  1946. transform="translate(-10,-10)" /><g
  1947. id="g1272"
  1948. transform="translate(-10,-10)" /><g
  1949. id="g1274"
  1950. transform="translate(-10,-10)" /><g
  1951. id="g1276"
  1952. transform="translate(-10,-10)" /><g
  1953. id="g1284"
  1954. transform="translate(-10,-10)" /><g
  1955. id="g1296"
  1956. transform="translate(-10,-10)" /><g
  1957. id="g1298"
  1958. transform="translate(-10,-10)" /><g
  1959. id="g1300"
  1960. transform="translate(-10,-10)" /><g
  1961. id="g1302"
  1962. transform="translate(-10,-10)" /><g
  1963. id="g1310"
  1964. transform="translate(-10,-10)" /><g
  1965. id="g1318"
  1966. transform="translate(-10,-10)" /><g
  1967. id="g1326"
  1968. transform="translate(-10,-10)" /><g
  1969. id="g1328"
  1970. transform="translate(-10,-10)" /></g><g
  1971. inkscape:groupmode="layer"
  1972. id="layer1"
  1973. inkscape:label="Above"
  1974. style="display:inline"
  1975. transform="translate(-0.89593748,-19.533348)"><g
  1976. id="g146"
  1977. transform="matrix(1.3333333,0,0,-1.3333333,-13.333333,745.33333)"><g
  1978. clip-path="url(#clipPath152)"
  1979. id="g148"><path
  1980. inkscape:connector-curvature="0"
  1981. id="path154"
  1982. style="fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:none"
  1983. d="m 739.85,529.97 h 95.37 v 14.38 h -95.37 z" /><text
  1984. id="text158"
  1985. 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"
  1986. transform="matrix(1,0,0,-1,758.77,533.57)"><tspan
  1987. id="tspan156"
  1988. sodipodi:role="line"
  1989. y="0"
  1990. x="0 8.3299999 13.89 22.219999 27.780001 31.41 36.41 39.189999 46.41 51.970001">Memory.D14</tspan></text>
  1991. </g></g><g
  1992. id="g834"
  1993. transform="matrix(1.3333333,0,0,-1.3333333,-13.333333,745.33333)"><g
  1994. clip-path="url(#clipPath840)"
  1995. id="g836"><path
  1996. inkscape:connector-curvature="0"
  1997. id="path842"
  1998. style="fill:#e5e5e5;fill-opacity:1;fill-rule:nonzero;stroke:none"
  1999. d="m 739.85,368.14 h 95.37 v 161.83 h -95.37 z" /><path
  2000. inkscape:connector-curvature="0"
  2001. id="path844"
  2002. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  2003. d="m 739.85,407.31 h 95.37" /><path
  2004. inkscape:connector-curvature="0"
  2005. id="path846"
  2006. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  2007. d="m 739.85,459.04 h 95.37" /><path
  2008. inkscape:connector-curvature="0"
  2009. id="path848"
  2010. style="fill:none;stroke:#f2f2f2;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  2011. d="m 739.85,510.78 h 95.37" /><path
  2012. inkscape:connector-curvature="0"
  2013. id="path850"
  2014. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  2015. d="m 739.85,381.44 h 95.37" /><path
  2016. inkscape:connector-curvature="0"
  2017. id="path852"
  2018. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  2019. d="m 739.85,433.18 h 95.37" /><path
  2020. inkscape:connector-curvature="0"
  2021. id="path854"
  2022. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  2023. d="m 739.85,484.91 h 95.37" /><path
  2024. inkscape:connector-curvature="0"
  2025. id="path856"
  2026. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  2027. d="M 765.86,368.14 V 529.97" /><path
  2028. inkscape:connector-curvature="0"
  2029. id="path858"
  2030. style="fill:none;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  2031. d="M 809.21,368.14 V 529.97" /><path
  2032. inkscape:connector-curvature="0"
  2033. id="path860"
  2034. 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"
  2035. 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
  2036. inkscape:connector-curvature="0"
  2037. id="path862"
  2038. 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"
  2039. 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
  2040. id="g1032"
  2041. transform="matrix(1.3333333,0,0,-1.3333333,-13.333333,745.33333)"><g
  2042. clip-path="url(#clipPath1038)"
  2043. id="g1034"><path
  2044. inkscape:connector-curvature="0"
  2045. id="path1040"
  2046. style="fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:none"
  2047. d="M 835.22,368.14 H 849.6 V 529.97 H 835.22 Z" /><text
  2048. id="text1044"
  2049. 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"
  2050. transform="matrix(0,-1,-1,0,838.82,471.28)"><tspan
  2051. id="tspan1042"
  2052. sodipodi:role="line"
  2053. y="0"
  2054. x="0 7.2199998 12.78 19.450001 25.01 33.34 38.900002">H3K4me2</tspan></text>
  2055. </g></g><g
  2056. id="g1312"
  2057. transform="matrix(1.3333333,0,0,-1.3333333,-13.333333,745.33333)"><text
  2058. id="text1316"
  2059. 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"
  2060. transform="matrix(0,1,1,0,19.42,251.62)"><tspan
  2061. id="tspan1314"
  2062. sodipodi:role="line"
  2063. y="0"
  2064. x="0 2.664 9.3360004 16.007999 22.68 26.676001 34.007999 42.012001 50.015999 60.012001">log2(FPKM)</tspan></text>
  2065. </g><g
  2066. id="g932"
  2067. transform="matrix(1.3333333,0,0,-1.3333333,-13.333333,745.33333)"><text
  2068. id="text936"
  2069. 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"
  2070. transform="matrix(1,0,0,-1,23.02,377.85)"><tspan
  2071. id="tspan934"
  2072. sodipodi:role="line"
  2073. y="0"
  2074. x="0 5.8400002 11.4">−10</tspan></text>
  2075. <text
  2076. id="text940"
  2077. 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"
  2078. transform="matrix(1,0,0,-1,34.42,429.59)"><tspan
  2079. id="tspan938"
  2080. y="0"
  2081. x="0">0</tspan></text>
  2082. <text
  2083. id="text944"
  2084. 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"
  2085. transform="matrix(1,0,0,-1,28.86,481.32)"><tspan
  2086. id="tspan942"
  2087. sodipodi:role="line"
  2088. y="0"
  2089. x="0 5.5599999">10</tspan></text>
  2090. </g><g
  2091. id="g948"
  2092. transform="matrix(1.3333333,0,0,-1.3333333,-13.333333,745.33333)"><path
  2093. inkscape:connector-curvature="0"
  2094. id="path950"
  2095. style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  2096. d="m 42.81,381.44 h 4.25" /><path
  2097. inkscape:connector-curvature="0"
  2098. id="path952"
  2099. style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  2100. d="m 42.81,433.18 h 4.25" /><path
  2101. inkscape:connector-curvature="0"
  2102. id="path954"
  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 42.81,484.91 h 4.25" /></g><g
  2105. transform="matrix(1.3333333,0,0,-1.3333333,0,732)"
  2106. style="display:inline"
  2107. id="g4015"><g
  2108. transform="translate(-10,-10)"
  2109. id="g1278"><path
  2110. d="m 765.86,33.03 v 4.25"
  2111. style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  2112. id="path1280"
  2113. inkscape:connector-curvature="0" /><path
  2114. d="m 809.21,33.03 v 4.25"
  2115. style="fill:none;stroke:#7f7f7f;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
  2116. id="path1282"
  2117. inkscape:connector-curvature="0" /></g><g
  2118. transform="translate(-10,-10)"
  2119. id="g1286"><text
  2120. transform="matrix(1,0,0,-1,746.94,23.02)"
  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. id="text1290"><tspan
  2123. x="0 7.2199998 12.78 15.56 21.73 27.290001 32.849998"
  2124. y="0"
  2125. sodipodi:role="line"
  2126. id="tspan1288">No Peak</tspan></text>
  2127. <text
  2128. transform="matrix(1,0,0,-1,798.07,23.02)"
  2129. 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"
  2130. id="text1294"><tspan
  2131. x="0 6.1700001 11.73 17.290001"
  2132. y="0"
  2133. sodipodi:role="line"
  2134. id="tspan1292">Peak</tspan></text>
  2135. </g></g></g></svg>