| Author | Dave Jarvis <email> |
|---|---|
| Date | 2014-08-05 11:59:38 GMT-0700 |
| Commit | 0dae068a9e58f76f6338ca9e152eb33956c4fe67 |
| Parent | e316cc9 |
| .comments > .entry, .comments > .header { | ||
| display: table-row; | ||
| - line-height: 140%; | ||
| +} | ||
| + | ||
| +.comments > * > * { | ||
| + display: table-cell; | ||
| + padding: 0.25em; | ||
| } | ||
| color: white; | ||
| font-weight: bold; | ||
| -} | ||
| - | ||
| -.comments > .entry > .policy, | ||
| -.comments > .entry > .timestamp > .date { | ||
| - white-space: nowrap; | ||
| } | ||
| -.comments > * > * { | ||
| +.comments > .entry > .timestamp > * { | ||
| display: table-cell; | ||
| - width: 100%; | ||
| - padding-left: 0.25em; | ||
| padding-right: 0.25em; | ||
| -} | ||
| - | ||
| -.comments > * > .comment { | ||
| - width: 35%; | ||
| -} | ||
| - | ||
| -.comments > * > .policy { | ||
| - width: 25%; | ||
| -} | ||
| - | ||
| -.comments > * > .timestamp { | ||
| - width: 25%; | ||
| -} | ||
| - | ||
| -.comments > * > .state { | ||
| - width: 15%; | ||
| } | ||
| -/* Unbreak the xref broken by the table-cell. */ | ||
| -.comments > * > * > .xref { | ||
| - display: inline; | ||
| - padding-right: 0; | ||
| - padding-left: 0; | ||
| +.comments > .entry > .policy, | ||
| +.comments > .entry > .timestamp > .date { | ||
| + white-space: nowrap; | ||
| } | ||
| <content> | ||
| <paragraph> | ||
| - Security experts in various fields are necessary to ascertain data privacy. These individuals are highly-trained in <xref id="5">Information Technology</xref>, including: | ||
| - <list> | ||
| - <item>database vulnerabilities;</item> | ||
| - <item>zero-day operating system exploits; and</item> | ||
| - <item>social engineering.</item> | ||
| - </list> | ||
| + Security experts in various fields are necessary to ascertain data privacy. These individuals are highly-trained in <xref id="5">Information Technology</xref>, including: <xref id="6">database vulnerabilities</xref>, <xref id="6">zero-day operating system exploits</xref>, and <xref id="6">social engineering</xref>. | ||
| </paragraph> | ||
| </content> | ||
| </section> | ||
| <section> | ||
| <title>Asset Amortization</title> | ||
| <content> | ||
| <paragraph> | ||
| - The following items (purchased via loans) will be repaid in full within two years, contributing to further reductions in operating expenses: | ||
| - <list> | ||
| - <item>computing devices, peripherals, and software;</item> | ||
| - <item>office furniture; and</item> | ||
| - <item>vehicles.</item> | ||
| - </list> | ||
| + The following items (purchased via loans) will be repaid in full within two years, contributing to further reductions in operating expenses: computing devices, peripherals, and software; office furniture; and vehicles. | ||
| </paragraph> | ||
| </content> |
| +manual.aux | ||
| +manual.bbl | ||
| +manual.blg | ||
| +manual.log | ||
| +manual.pdf | ||
| +manual.tuc | ||
| +\startchapter[title={Introduction}] | ||
| + \WPquote{People unwilling to govern themselves will be ruled by those | ||
| + deemed unfit to govern.}{Plato}{The Republic} | ||
| + | ||
| + \startsection[title={Purpose}] | ||
| + World Policies is a crowd-sourced system for moderated deliberation | ||
| + to achieve group consensus on proposals. | ||
| + \stopsection | ||
| + | ||
| + \startsection[title={Reputation}] | ||
| + Site features (e.g., proposing policies, editing existing pages, | ||
| + and submitting debate points) are unlocked when a person has | ||
| + sufficient reputation. Reputation can be attained by graduating | ||
| + from an accredited University, proposing sound arguments, making | ||
| + acceptable edits, and more. | ||
| + \stopsection | ||
| + | ||
| + \startsection[title={Moderation}] | ||
| + Irrelevant content is filtered using a moderation system. | ||
| + Moderators are selected randomly from the population of people using | ||
| + the site. People are moderators for a limited amount of time | ||
| + (e.g., from a 24-hour period up to 30 days; the duration is randomly assigned). This helps to ensure that all content is fairly and equally assessed. | ||
| + \stopsection | ||
| + | ||
| + \startsection[title={Voting}] | ||
| + Prior to voting, voters must communicate their intent to participate | ||
| + with a Registration Authority (RA). The RA provides the voter with | ||
| + a unique token. The voter votes using the token; the token is given | ||
| + to the party in charge of vote tabulation. | ||
| + | ||
| + The goals include correctness, verifiability, and anonymity. | ||
| + | ||
| + \startsubsection[title=Correctness] | ||
| + A voting system is deemed correct if: | ||
| + | ||
| + \startitemize | ||
| + \startitem | ||
| + Only voters who have registered with the RA may vote. | ||
| + \stopitem | ||
| + \startitem | ||
| + Voters cannot vote multiple times on an item. | ||
| + \stopitem | ||
| + \startitem | ||
| + Voters cannot replace votes. | ||
| + \stopitem | ||
| + \startitem | ||
| + Voters may change how they voted on an item. | ||
| + \stopitem | ||
| + \startitem | ||
| + Third-parties cannot change the tabulation outcome. | ||
| + \stopitem | ||
| + \stopitemize | ||
| + | ||
| + \stopsubsection | ||
| + | ||
| + \startsubsection[title=Verifiability] | ||
| + Election verifiability allows voters and observers to verify that | ||
| + the election outcome corresponds to the votes legitimately cast. | ||
| + Multiple types of verifiability can be distinguished, including:\cite[kremer@verify] | ||
| + | ||
| + \startitemize | ||
| + \startitem | ||
| + \bold{Individual.} Voters can verify that their votes are | ||
| + part of the tally and are counted in the final result. | ||
| + \stopitem | ||
| + \startitem | ||
| + \bold{Universal.} Anyone can verify that all votes have been | ||
| + tallied correctly, and voters can verify that their votes are | ||
| + included. | ||
| + \stopitem | ||
| + \startitem | ||
| + \bold{Eligible.} Anyone can verify that every vote for a | ||
| + particular outcome was cast by a registered voter, at most | ||
| + one vote per voter, and voters can verify their own votes | ||
| + are legitimate. | ||
| + \stopitem | ||
| + \stopitemize | ||
| + \stopsubsection | ||
| + | ||
| + \startsubsection[title=Anonymity] | ||
| + Electronic voting systems should enable {\it{privacy}}, | ||
| + {\it{coercion-resistance}} and {\it{receipt-freeness}}.\cite[delaune@coercion] | ||
| + | ||
| + \startitemize | ||
| + \startitem | ||
| + \bold{Privacy.} Votes must remain private, even when a third-party can view | ||
| + all system data, communications, and source code. | ||
| + \stopitem | ||
| + \startitem | ||
| + \bold{Coercion-resistance.} Voters cannot cooperate with a | ||
| + coercer to prove their vote's directionality (i.e., | ||
| + {\it{for}} or {\it{against}}). | ||
| + \stopitem | ||
| + \startitem | ||
| + \bold{Receipt-freeness.} Voters must not receive any | ||
| + information (a receipt) that can prove the vote's | ||
| + directionality to a coercer. | ||
| + \stopitem | ||
| + \stopitemize | ||
| + | ||
| + \stopsubsection | ||
| + | ||
| + \stopsection | ||
| + | ||
| +\stopchapter | ||
| +\startchapter[title={Home}] | ||
| + \WPquote{Every citizen must be actively aware of, participating in, | ||
| + and overseeing research, and that research should be focused on | ||
| + creating prosperity and peace, not war and poverty or suicidal needs. | ||
| + Transparency, which engenders truth, is the foundation for all this.} | ||
| + {Robert David Steele}{The Open-Source Everything Manifesto: | ||
| + Transparency, Truth, and Trust} | ||
| + | ||
| + \startsection[title={\WPui{}}] | ||
| + \placefigure[here]{Home}{ | ||
| + \externalfigure[home.svg][ | ||
| + ] | ||
| + } | ||
| + \stopsection | ||
| + | ||
| +\stopchapter | ||
| +\startchapter[title={Summary}] | ||
| + \WPquote{A rationalist is simply someone for whom it is more important to learn than to be proved right; someone who is willing to learn from others — not by simply taking over another's opinions, but by gladly allowing others to criticize his ideas and by gladly criticizing the ideas of others. The emphasis here is on the idea of criticism or, to be more precise, \it{critical discussion}.} | ||
| + {Karl Popper}{All Life is Problem Solving} | ||
| + | ||
| + \startsection[title={\WPui{}}] | ||
| + \placefigure[here]{Summary}{ | ||
| + \externalfigure[summary.svg][ | ||
| + ] | ||
| + } | ||
| + \stopsection | ||
| + | ||
| +\stopchapter | ||
| + | ||
| +\startchapter[title={Proposal}] | ||
| + \WPquote{} | ||
| + {Robert David Steele}{The Open-Source Everything Manifesto: | ||
| + Transparency, Truth, and Trust} | ||
| + | ||
| + \startsection[title={\WPui{}}] | ||
| + \placefigure[here]{Proposal}{ | ||
| + \externalfigure[proposal.svg][ | ||
| + ] | ||
| + } | ||
| + \stopsection | ||
| + | ||
| +\stopchapter | ||
| +\startchapter[title={Hypothesis}] | ||
| + \WPquote{} | ||
| + {Robert David Steele}{The Open-Source Everything Manifesto: | ||
| + Transparency, Truth, and Trust} | ||
| + | ||
| + \startsection[title={\WPui{}}] | ||
| + \placefigure[here]{Hypothesis}{ | ||
| + \externalfigure[hypothesis.svg][ | ||
| + ] | ||
| + } | ||
| + \stopsection | ||
| + | ||
| +\stopchapter | ||
| +\startchapter[title={Resources}] | ||
| + \WPquote{There is no such thing as a free lunch.} | ||
| + {Friedrich August von Hayek}{The Fatal Conceit: The Errors of Socialism} | ||
| + | ||
| + \startsection[title={\WPui{}}] | ||
| + \placefigure[here]{Resources}{ | ||
| + \externalfigure[resources.svg][ | ||
| + ] | ||
| + } | ||
| + \stopsection | ||
| + | ||
| +\stopchapter | ||
| + | ||
| +% There ain't no such thing as a free lunch. | ||
| +% Robert A. Heinlein, The Moon Is a Harsh Mistress | ||
| + | ||
| + | ||
| +\startchapter[title={Discuss}] | ||
| + \WPquote{A rationalist is simply someone for whom it is more important to learn than to be proved right; someone who is willing to learn from others — not by simply taking over another's opinions, but by gladly allowing others to criticize his ideas and by gladly criticizing the ideas of others. The emphasis here is on the idea of criticism or, to be more precise, \it{critical discussion}.} | ||
| + {Karl Popper}{All Life is Problem Solving} | ||
| + | ||
| + \startsection[title={\WPui{}}] | ||
| + \placefigure[here]{Discuss}{ | ||
| + \externalfigure[discuss.svg][ | ||
| + ] | ||
| + } | ||
| + \stopsection | ||
| + | ||
| +\stopchapter | ||
| +\startchapter[title={Support}] | ||
| + \WPquote{} | ||
| + {Robert David Steele}{The Open-Source Everything Manifesto: | ||
| + Transparency, Truth, and Trust} | ||
| + | ||
| + \startsection[title={\WPui{}}] | ||
| + \placefigure[here]{Support}{ | ||
| + \externalfigure[support.svg][ | ||
| + ] | ||
| + } | ||
| + \stopsection | ||
| + | ||
| +\stopchapter | ||
| +\define\WPui{User Interface} | ||
| +\define[3]\WPquote{% | ||
| + \quotation{#1} | ||
| + \par | ||
| + \startalignment[flushright] | ||
| + \textasciitilde{} #2, \it{#3} | ||
| + \stopalignment | ||
| +} | ||
| +\language[en] | ||
| +\setuppapersize[letter] | ||
| + | ||
| +\input constants.tex | ||
| +\input style.tex | ||
| + | ||
| +\starttext | ||
| + \startfrontmatter | ||
| + \startmakeup[standard] | ||
| + \stopmakeup | ||
| + | ||
| + \switchtobodyfont[ChapterFont]{Table of Contents} | ||
| + \placecontent | ||
| + | ||
| + % dedication, preface, contents ... | ||
| + \stopfrontmatter | ||
| + | ||
| + \startbodymatter | ||
| + \input ch-01.tex | ||
| + \input ch-02.tex | ||
| + \input ch-03.tex | ||
| + \input ch-04.tex | ||
| + \input ch-05.tex | ||
| + \input ch-06.tex | ||
| + \input ch-07.tex | ||
| + \input ch-08.tex | ||
| + \stopbodymatter | ||
| + \startbackmatter | ||
| + \completepublications[criterium=all] | ||
| + \stopbackmatter | ||
| +\stoptext | ||
| +account.pdf | ||
| +discuss.pdf | ||
| +home.pdf | ||
| +hypothesis.pdf | ||
| +m_k_i_v_discuss.svg.pdf | ||
| +m_k_i_v_home.svg.pdf | ||
| +m_k_i_v_hypothesis.svg.pdf | ||
| +m_k_i_v_proposal.svg.pdf | ||
| +m_k_i_v_resources.svg.pdf | ||
| +m_k_i_v_summary.svg.pdf | ||
| +m_k_i_v_support.svg.pdf | ||
| +proposal.pdf | ||
| +resources.pdf | ||
| +summary.pdf | ||
| +support.pdf | ||
| +<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
| +<svg | ||
| + xmlns:dc="http://purl.org/dc/elements/1.1/" | ||
| + xmlns:cc="http://creativecommons.org/ns#" | ||
| + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | ||
| + xmlns:svg="http://www.w3.org/2000/svg" | ||
| + xmlns="http://www.w3.org/2000/svg" | ||
| + xmlns:xlink="http://www.w3.org/1999/xlink" | ||
| + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||
| + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||
| + width="626.25" | ||
| + height="211.09552" | ||
| + viewBox="0 0 501 168.87642" | ||
| + version="1.1" | ||
| + id="svg11490" | ||
| + inkscape:version="0.48.4 r9939" | ||
| + sodipodi:docname="account.svg"> | ||
| + <metadata | ||
| + id="metadata13025"> | ||
| + <rdf:RDF> | ||
| + <cc:Work | ||
| + rdf:about=""> | ||
| + <dc:format>image/svg+xml</dc:format> | ||
| + <dc:type | ||
| + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> | ||
| + </cc:Work> | ||
| + </rdf:RDF> | ||
| + </metadata> | ||
| + <sodipodi:namedview | ||
| + pagecolor="#ffffff" | ||
| + bordercolor="#666666" | ||
| + borderopacity="1" | ||
| + objecttolerance="10" | ||
| + gridtolerance="10" | ||
| + guidetolerance="10" | ||
| + inkscape:pageopacity="0" | ||
| + inkscape:pageshadow="2" | ||
| + inkscape:window-width="640" | ||
| + inkscape:window-height="480" | ||
| + id="namedview13023" | ||
| + showgrid="false" | ||
| + fit-margin-top="0" | ||
| + fit-margin-left="0" | ||
| + fit-margin-right="0" | ||
| + fit-margin-bottom="0" | ||
| + inkscape:zoom="0.23838384" | ||
| + inkscape:cx="313.13477" | ||
| + inkscape:cy="-206.22559" | ||
| + inkscape:window-x="0" | ||
| + inkscape:window-y="0" | ||
| + inkscape:window-maximized="0" | ||
| + inkscape:current-layer="svg11490" /> | ||
| + <defs | ||
| + id="defs11492"> | ||
| + <g | ||
| + id="g11494"> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph0-0" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="" | ||
| + id="path11497" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph0-1" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="M 3.921875,-3.1875 2.515625,0 0,0 l 6.15625,-13.984375 2.53125,0 L 14.84375,0 12.3125,0 10.921875,-3.1875 z M 9.953125,-5.359375 7.421875,-11.125 4.875,-5.359375 z m 0,0" | ||
| + id="path11500" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph0-2" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 6.34375,0.15625 c -1.480469,0 -2.757812,-0.5 -3.828125,-1.5 -1.0625,-1.007812 -1.59375,-2.328125 -1.59375,-3.953125 0,-1.625 0.554687,-2.945313 1.671875,-3.96875 1.113281,-1.019531 2.46875,-1.53125 4.0625,-1.53125 1.601562,0 2.957031,0.554687 4.0625,1.65625 l -1.3125,1.625 C 8.476562,-8.316406 7.546875,-8.71875 6.609375,-8.71875 c -0.929687,0 -1.734375,0.3125 -2.421875,0.9375 -0.6875,0.617188 -1.03125,1.414062 -1.03125,2.390625 0,0.980469 0.335938,1.8125 1.015625,2.5 0.6875,0.679687 1.523437,1.015625 2.515625,1.015625 1,0 1.9375,-0.453125 2.8125,-1.359375 l 1.3125,1.4375 C 9.519531,-0.492188 8.03125,0.15625 6.34375,0.15625 z m 0,0" | ||
| + id="path11503" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph0-3" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 4.109375,-2.8125 c 0.632813,0.648438 1.4375,0.96875 2.40625,0.96875 0.976563,0 1.78125,-0.320312 2.40625,-0.96875 0.632813,-0.644531 0.953125,-1.476562 0.953125,-2.5 0,-1.03125 -0.320312,-1.867188 -0.953125,-2.515625 -0.625,-0.644531 -1.429687,-0.96875 -2.40625,-0.96875 -0.96875,0 -1.773437,0.324219 -2.40625,0.96875 C 3.472656,-7.179688 3.15625,-6.34375 3.15625,-5.3125 c 0,1.023438 0.316406,1.855469 0.953125,2.5 z m 6.40625,1.390625 c -1.0625,1.054687 -2.398437,1.578125 -4,1.578125 -1.59375,0 -2.929687,-0.523438 -4,-1.578125 -1.0625,-1.0625 -1.59375,-2.359375 -1.59375,-3.890625 0,-1.539062 0.53125,-2.835938 1.59375,-3.890625 1.070313,-1.0625 2.40625,-1.59375 4,-1.59375 1.601563,0 2.9375,0.53125 4,1.59375 1.070313,1.054687 1.609375,2.351563 1.609375,3.890625 0,1.53125 -0.539062,2.828125 -1.609375,3.890625 z m 0,0" | ||
| + id="path11506" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph0-4" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 9.0625,-4.875 0,-5.765625 2.234375,0 0,10.640625 -2.234375,0 0,-1.9375 c -0.367188,0.65625 -0.867188,1.171875 -1.5,1.546875 C 6.9375,-0.0234375 6.253906,0.15625 5.515625,0.15625 4.316406,0.15625 3.347656,-0.207031 2.609375,-0.9375 1.867188,-1.675781 1.5,-2.738281 1.5,-4.125 l 0,-6.515625 2.234375,0 0,5.84375 c 0,1.960937 0.816406,2.9375 2.453125,2.9375 0.769531,0 1.441406,-0.253906 2.015625,-0.765625 C 8.773438,-3.144531 9.0625,-3.894531 9.0625,-4.875 z m 0,0" | ||
| + id="path11509" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph0-5" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="M 3.859375,-5.765625 3.859375,0 1.625,0 l 0,-10.640625 2.234375,0 0,1.9375 c 0.363281,-0.65625 0.859375,-1.164063 1.484375,-1.53125 0.632812,-0.375 1.320312,-0.5625 2.0625,-0.5625 1.195312,0 2.164062,0.371094 2.90625,1.109375 0.738281,0.730469 1.109375,1.789062 1.109375,3.171875 l 0,6.515625 -2.234375,0 0,-5.84375 c 0,-1.957031 -0.820312,-2.9375 -2.453125,-2.9375 -0.773437,0 -1.445313,0.261719 -2.015625,0.78125 -0.574219,0.511719 -0.859375,1.257812 -0.859375,2.234375 z m 0,0" | ||
| + id="path11512" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph0-6" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 4.375,-8.84375 0,5.40625 c 0,0.5 0.132812,0.902344 0.40625,1.203125 0.269531,0.304687 0.644531,0.453125 1.125,0.453125 0.476562,0 0.9375,-0.234375 1.375,-0.703125 l 0.921875,1.578125 c -0.792969,0.710938 -1.667969,1.0625 -2.625,1.0625 -0.949219,0 -1.761719,-0.328125 -2.4375,-0.984375 -0.667969,-0.65625 -1,-1.546875 -1,-2.671875 l 0,-5.34375 -1.34375,0 0,-1.796875 1.34375,0 0,-3.34375 2.234375,0 0,3.34375 2.8125,0 0,1.796875 z m 0,0" | ||
| + id="path11515" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-0" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 0.9375,-7.140625 4.109375,0 L 5.046875,0 0.9375,0 z m 0.515625,6.625 3.09375,0 0,-6.109375 -3.09375,0 z m 0,0" | ||
| + id="path11518" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-1" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 3.484375,0 -0.78125,0 0,-5.09375 c 0,-0.414062 0.00781,-0.816406 0.03125,-1.203125 -0.0625,0.074219 -0.136719,0.148437 -0.21875,0.21875 C 2.429688,-6.003906 2.039062,-5.6875 1.34375,-5.125 l -0.421875,-0.546875 1.890625,-1.46875 0.671875,0 z m 0,0" | ||
| + id="path11521" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-2" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 1.703125,-1.15625 0.078125,0.109375 c -0.085938,0.324219 -0.210938,0.699219 -0.375,1.125 -0.15625,0.4375 -0.320312,0.84375 -0.484375,1.21875 l -0.609375,0 C 0.394531,0.953125 0.488281,0.53125 0.59375,0.03125 c 0.101562,-0.5 0.179688,-0.894531 0.234375,-1.1875 z m 0,0" | ||
| + id="path11524" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-3" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 4.90625,-5.453125 c 0,0.449219 -0.132812,0.820313 -0.390625,1.109375 -0.25,0.292969 -0.609375,0.484375 -1.078125,0.578125 l 0,0.046875 c 0.570312,0.074219 0.992188,0.257812 1.265625,0.546875 0.28125,0.292969 0.421875,0.679687 0.421875,1.15625 0,0.679687 -0.234375,1.199219 -0.703125,1.5625 C 3.953125,-0.0859375 3.28125,0.09375 2.40625,0.09375 2.03125,0.09375 1.6875,0.0625 1.375,0 1.0625,-0.0507812 0.753906,-0.144531 0.453125,-0.28125 l 0,-0.78125 c 0.3125,0.15625 0.640625,0.277344 0.984375,0.359375 0.351562,0.074219 0.6875,0.109375 1,0.109375 1.238281,0 1.859375,-0.484375 1.859375,-1.453125 0,-0.863281 -0.683594,-1.296875 -2.046875,-1.296875 l -0.703125,0 0,-0.6875 0.71875,0 c 0.550781,0 0.988281,-0.125 1.3125,-0.375 0.332031,-0.25 0.5,-0.59375 0.5,-1.03125 0,-0.34375 -0.121094,-0.613281 -0.359375,-0.8125 -0.242188,-0.195312 -0.570312,-0.296875 -0.984375,-0.296875 -0.3125,0 -0.609375,0.042969 -0.890625,0.125 -0.273438,0.085937 -0.585938,0.242187 -0.9375,0.46875 L 0.5,-6.5 c 0.289062,-0.226562 0.625,-0.40625 1,-0.53125 0.382812,-0.132812 0.789062,-0.203125 1.21875,-0.203125 0.695312,0 1.234375,0.15625 1.609375,0.46875 0.382813,0.3125 0.578125,0.75 0.578125,1.3125 z m 0,0" | ||
| + id="path11527" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-4" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 5.1875,-4.09375 c 0,2.792969 -1.085938,4.1875 -3.25,4.1875 C 1.5625,0.09375 1.265625,0.0625 1.046875,0 l 0,-0.703125 c 0.257813,0.085937 0.550781,0.125 0.875,0.125 0.78125,0 1.367187,-0.238281 1.765625,-0.71875 0.40625,-0.476563 0.625,-1.21875 0.65625,-2.21875 l -0.046875,0 c -0.179687,0.273437 -0.417969,0.480469 -0.71875,0.625 -0.292969,0.136719 -0.625,0.203125 -1,0.203125 C 1.941406,-2.6875 1.4375,-2.875 1.0625,-3.25 0.695312,-3.632812 0.515625,-4.164062 0.515625,-4.84375 c 0,-0.738281 0.207031,-1.320312 0.625,-1.75 0.414063,-0.425781 0.960937,-0.640625 1.640625,-0.640625 0.476562,0 0.898438,0.125 1.265625,0.375 0.363281,0.242187 0.644531,0.601563 0.84375,1.078125 0.195313,0.480469 0.296875,1.042969 0.296875,1.6875 z M 2.78125,-6.546875 c -0.46875,0 -0.835938,0.152344 -1.09375,0.453125 -0.25,0.292969 -0.375,0.710938 -0.375,1.25 0,0.46875 0.113281,0.839844 0.34375,1.109375 0.238281,0.261719 0.597656,0.390625 1.078125,0.390625 0.300781,0 0.578125,-0.054688 0.828125,-0.171875 0.25,-0.125 0.441406,-0.289063 0.578125,-0.5 0.144531,-0.207031 0.21875,-0.425781 0.21875,-0.65625 0,-0.34375 -0.070313,-0.65625 -0.203125,-0.9375 -0.136719,-0.289063 -0.324219,-0.519531 -0.5625,-0.6875 -0.230469,-0.164063 -0.5,-0.25 -0.8125,-0.25 z m 0,0" | ||
| + id="path11530" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-5" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="" | ||
| + id="path11533" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-6" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 3.296875,-5.453125 c 0.238281,0 0.453125,0.023437 0.640625,0.0625 l -0.109375,0.75 C 3.609375,-4.691406 3.414062,-4.71875 3.25,-4.71875 c -0.4375,0 -0.8125,0.179688 -1.125,0.53125 -0.304688,0.355469 -0.453125,0.792969 -0.453125,1.3125 l 0,2.875 -0.8125,0 0,-5.359375 0.671875,0 0.09375,1 0.03125,0 c 0.195312,-0.351563 0.4375,-0.625 0.71875,-0.8125 0.28125,-0.1875 0.585938,-0.28125 0.921875,-0.28125 z m 0,0" | ||
| + id="path11536" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-7" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 3.125,0.09375 c -0.792969,0 -1.417969,-0.238281 -1.875,-0.71875 -0.460938,-0.476562 -0.6875,-1.144531 -0.6875,-2 0,-0.863281 0.210938,-1.550781 0.640625,-2.0625 0.425781,-0.507812 0.992187,-0.765625 1.703125,-0.765625 0.675781,0 1.207031,0.226563 1.59375,0.671875 0.394531,0.4375 0.59375,1.015625 0.59375,1.734375 l 0,0.515625 -3.6875,0 c 0.00781,0.625 0.164062,1.105469 0.46875,1.4375 0.300781,0.324219 0.726562,0.484375 1.28125,0.484375 0.570312,0 1.140625,-0.117187 1.703125,-0.359375 l 0,0.71875 C 4.566406,-0.125 4.289062,-0.0351562 4.03125,0.015625 3.78125,0.0664062 3.476562,0.09375 3.125,0.09375 z M 2.90625,-4.765625 c -0.4375,0 -0.789062,0.140625 -1.046875,0.421875 -0.25,0.273438 -0.398437,0.65625 -0.4375,1.15625 l 2.796875,0 c 0,-0.507812 -0.117188,-0.898438 -0.34375,-1.171875 -0.230469,-0.269531 -0.554688,-0.40625 -0.96875,-0.40625 z m 0,0" | ||
| + id="path11539" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-8" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="M 3.34375,0.09375 C 3,0.09375 2.679688,0.03125 2.390625,-0.09375 2.109375,-0.21875 1.867188,-0.414062 1.671875,-0.6875 l -0.0625,0 c 0.039063,0.3125 0.0625,0.609375 0.0625,0.890625 l 0,2.203125 -0.8125,0 0,-7.765625 0.65625,0 L 1.625,-4.625 l 0.046875,0 c 0.207031,-0.289062 0.445313,-0.5 0.71875,-0.625 0.28125,-0.132812 0.597656,-0.203125 0.953125,-0.203125 0.71875,0 1.269531,0.246094 1.65625,0.734375 0.382812,0.480469 0.578125,1.15625 0.578125,2.03125 0,0.886719 -0.199219,1.574219 -0.59375,2.0625 C 4.585938,-0.144531 4.039062,0.09375 3.34375,0.09375 z M 3.234375,-4.765625 c -0.554687,0 -0.949219,0.152344 -1.1875,0.453125 -0.242187,0.304688 -0.367187,0.789062 -0.375,1.453125 l 0,0.171875 c 0,0.761719 0.125,1.304688 0.375,1.625 0.25,0.324219 0.648437,0.484375 1.203125,0.484375 0.46875,0 0.832031,-0.1875 1.09375,-0.5625 0.257812,-0.375 0.390625,-0.890625 0.390625,-1.546875 0,-0.664062 -0.132813,-1.175781 -0.390625,-1.53125 C 4.082031,-4.582031 3.710938,-4.765625 3.234375,-4.765625 z m 0,0" | ||
| + id="path11542" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-9" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 1.625,-5.359375 0,3.484375 c 0,0.4375 0.097656,0.765625 0.296875,0.984375 0.195313,0.210937 0.507813,0.3125 0.9375,0.3125 0.550781,0 0.957031,-0.148437 1.21875,-0.453125 0.257813,-0.3125 0.390625,-0.816406 0.390625,-1.515625 l 0,-2.8125 0.8125,0 L 5.28125,0 4.609375,0 4.5,-0.71875 l -0.046875,0 C 4.285156,-0.457031 4.050781,-0.253906 3.75,-0.109375 3.457031,0.0234375 3.125,0.09375 2.75,0.09375 2.09375,0.09375 1.601562,-0.0546875 1.28125,-0.359375 0.957031,-0.671875 0.796875,-1.164062 0.796875,-1.84375 l 0,-3.515625 z m 0,0" | ||
| + id="path11545" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-10" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 2.59375,-0.578125 c 0.132812,0 0.269531,-0.007813 0.40625,-0.03125 0.132812,-0.019531 0.242188,-0.039063 0.328125,-0.0625 l 0,0.625 C 3.234375,-0.00390625 3.097656,0.0234375 2.921875,0.046875 2.753906,0.078125 2.601562,0.09375 2.46875,0.09375 c -1.03125,0 -1.546875,-0.539062 -1.546875,-1.625 l 0,-3.1875 -0.765625,0 0,-0.390625 0.765625,-0.34375 0.34375,-1.140625 0.46875,0 0,1.234375 1.546875,0 0,0.640625 -1.546875,0 0,3.140625 c 0,0.324219 0.070313,0.574219 0.21875,0.75 0.15625,0.167969 0.367187,0.25 0.640625,0.25 z m 0,0" | ||
| + id="path11548" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-11" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 4.15625,0 -0.171875,-0.765625 -0.03125,0 c -0.273437,0.335937 -0.542969,0.5625 -0.8125,0.6875 C 2.878906,0.0351562 2.550781,0.09375 2.15625,0.09375 c -0.53125,0 -0.949219,-0.1328125 -1.25,-0.40625 -0.304688,-0.269531 -0.453125,-0.660156 -0.453125,-1.171875 0,-1.070313 0.863281,-1.632813 2.59375,-1.6875 l 0.90625,-0.03125 0,-0.34375 c 0,-0.414063 -0.089844,-0.722656 -0.265625,-0.921875 -0.179688,-0.195312 -0.464844,-0.296875 -0.859375,-0.296875 -0.449219,0 -0.953125,0.136719 -1.515625,0.40625 l -0.25,-0.625 c 0.257812,-0.144531 0.546875,-0.253906 0.859375,-0.328125 0.3125,-0.082031 0.628906,-0.125 0.953125,-0.125 0.632812,0 1.101562,0.140625 1.40625,0.421875 C 4.59375,-4.734375 4.75,-4.28125 4.75,-3.65625 L 4.75,0 z M 2.3125,-0.578125 c 0.507812,0 0.90625,-0.132813 1.1875,-0.40625 0.289062,-0.28125 0.4375,-0.671875 0.4375,-1.171875 l 0,-0.46875 -0.8125,0.03125 C 2.476562,-2.570312 2.015625,-2.472656 1.734375,-2.296875 1.453125,-2.117188 1.3125,-1.84375 1.3125,-1.46875 c 0,0.292969 0.085938,0.515625 0.265625,0.671875 C 1.753906,-0.648438 2,-0.578125 2.3125,-0.578125 z m 0,0" | ||
| + id="path11551" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-12" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 1.671875,0 -0.8125,0 0,-5.359375 0.8125,0 z m -0.875,-6.796875 c 0,-0.1875 0.039063,-0.320313 0.125,-0.40625 0.09375,-0.09375 0.207031,-0.140625 0.34375,-0.140625 0.132813,0 0.25,0.046875 0.34375,0.140625 0.09375,0.085937 0.140625,0.21875 0.140625,0.40625 0,0.179687 -0.046875,0.3125 -0.140625,0.40625 -0.09375,0.085937 -0.210937,0.125 -0.34375,0.125 -0.136719,0 -0.25,-0.039063 -0.34375,-0.125 -0.085937,-0.09375 -0.125,-0.226563 -0.125,-0.40625 z m 0,0" | ||
| + id="path11554" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-13" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 5.484375,-2.6875 c 0,0.875 -0.226563,1.558594 -0.671875,2.046875 C 4.375,-0.148438 3.769531,0.09375 3,0.09375 2.519531,0.09375 2.09375,-0.015625 1.71875,-0.234375 1.351562,-0.460938 1.066406,-0.785156 0.859375,-1.203125 0.660156,-1.628906 0.5625,-2.125 0.5625,-2.6875 c 0,-0.863281 0.21875,-1.539062 0.65625,-2.03125 0.4375,-0.488281 1.039062,-0.734375 1.8125,-0.734375 0.75,0 1.34375,0.25 1.78125,0.75 0.445312,0.5 0.671875,1.171875 0.671875,2.015625 z m -4.078125,0 c 0,0.6875 0.132812,1.214844 0.40625,1.578125 0.269531,0.355469 0.671875,0.53125 1.203125,0.53125 0.53125,0 0.929687,-0.175781 1.203125,-0.53125 C 4.5,-1.472656 4.640625,-2 4.640625,-2.6875 4.640625,-3.363281 4.5,-3.878906 4.21875,-4.234375 3.945312,-4.585938 3.546875,-4.765625 3.015625,-4.765625 c -0.53125,0 -0.933594,0.179687 -1.203125,0.53125 C 1.539062,-3.890625 1.40625,-3.375 1.40625,-2.6875 z m 0,0" | ||
| + id="path11557" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-14" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 4.515625,0 0,-3.46875 c 0,-0.425781 -0.101563,-0.75 -0.296875,-0.96875 -0.199219,-0.21875 -0.507812,-0.328125 -0.921875,-0.328125 -0.5625,0 -0.976563,0.152344 -1.234375,0.453125 -0.261719,0.304688 -0.390625,0.804688 -0.390625,1.5 l 0,2.8125 -0.8125,0 0,-5.359375 0.65625,0 0.140625,0.734375 0.03125,0 c 0.164062,-0.257812 0.398438,-0.460938 0.703125,-0.609375 0.300781,-0.144531 0.632813,-0.21875 1,-0.21875 0.644531,0 1.128906,0.15625 1.453125,0.46875 0.320312,0.3125 0.484375,0.8125 0.484375,1.5 l 0,3.484375 z m 0,0" | ||
| + id="path11560" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-15" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 5.015625,-1.90625 c 0,0.636719 -0.230469,1.132812 -0.6875,1.484375 C 3.867188,-0.078125 3.25,0.09375 2.46875,0.09375 1.625,0.09375 0.972656,-0.015625 0.515625,-0.234375 l 0,-0.796875 C 0.804688,-0.90625 1.125,-0.804688 1.46875,-0.734375 1.820312,-0.660156 2.164062,-0.625 2.5,-0.625 c 0.550781,0 0.96875,-0.101562 1.25,-0.3125 0.28125,-0.21875 0.421875,-0.515625 0.421875,-0.890625 0,-0.238281 -0.054687,-0.4375 -0.15625,-0.59375 -0.09375,-0.164063 -0.261719,-0.3125 -0.5,-0.4375 C 3.285156,-2.992188 2.9375,-3.148438 2.46875,-3.328125 1.800781,-3.554688 1.320312,-3.832031 1.03125,-4.15625 0.75,-4.488281 0.609375,-4.914062 0.609375,-5.4375 0.609375,-5.988281 0.8125,-6.425781 1.21875,-6.75 1.632812,-7.070312 2.1875,-7.234375 2.875,-7.234375 c 0.707031,0 1.359375,0.132813 1.953125,0.390625 l -0.25,0.71875 C 3.984375,-6.375 3.410156,-6.5 2.859375,-6.5 2.410156,-6.5 2.0625,-6.40625 1.8125,-6.21875 c -0.242188,0.1875 -0.359375,0.449219 -0.359375,0.78125 0,0.25 0.039063,0.460938 0.125,0.625 0.09375,0.15625 0.25,0.304688 0.46875,0.4375 0.21875,0.125 0.550781,0.265625 1,0.421875 0.75,0.273437 1.265625,0.5625 1.546875,0.875 0.28125,0.304687 0.421875,0.695313 0.421875,1.171875 z m 0,0" | ||
| + id="path11563" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-16" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="M 2.03125,0 0,-5.359375 l 0.875,0 1.140625,3.1875 c 0.257813,0.742187 0.414063,1.21875 0.46875,1.4375 l 0.03125,0 c 0.039063,-0.164063 0.15625,-0.519531 0.34375,-1.0625 0.1875,-0.550781 0.613281,-1.738281 1.28125,-3.5625 l 0.875,0 L 2.984375,0 z m 0,0" | ||
| + id="path11566" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-17" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 1.671875,0 -0.8125,0 0,-7.59375 0.8125,0 z m 0,0" | ||
| + id="path11569" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-18" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 3,0.09375 c -0.773438,0 -1.371094,-0.234375 -1.796875,-0.703125 C 0.773438,-1.085938 0.5625,-1.765625 0.5625,-2.640625 c 0,-0.894531 0.210938,-1.585937 0.640625,-2.078125 0.4375,-0.488281 1.050781,-0.734375 1.84375,-0.734375 0.257813,0 0.515625,0.03125 0.765625,0.09375 0.257812,0.054687 0.460938,0.117187 0.609375,0.1875 L 4.1875,-4.484375 C 4,-4.554688 3.800781,-4.613281 3.59375,-4.65625 3.382812,-4.707031 3.195312,-4.734375 3.03125,-4.734375 c -1.085938,0 -1.625,0.695313 -1.625,2.078125 0,0.65625 0.128906,1.164062 0.390625,1.515625 0.269531,0.355469 0.664063,0.53125 1.1875,0.53125 0.4375,0 0.890625,-0.097656 1.359375,-0.296875 l 0,0.71875 C 3.988281,0 3.539062,0.09375 3,0.09375 z m 0,0" | ||
| + id="path11572" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-19" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 4.5,-0.71875 -0.046875,0 c -0.375,0.542969 -0.933594,0.8125 -1.671875,0.8125 -0.699219,0 -1.246094,-0.238281 -1.640625,-0.71875 C 0.753906,-1.101562 0.5625,-1.78125 0.5625,-2.65625 c 0,-0.882812 0.191406,-1.570312 0.578125,-2.0625 0.394531,-0.488281 0.941406,-0.734375 1.640625,-0.734375 0.726562,0 1.285156,0.265625 1.671875,0.796875 l 0.0625,0 -0.03125,-0.390625 -0.03125,-0.375 0,-2.171875 0.8125,0 0,7.59375 -0.65625,0 z m -1.625,0.140625 c 0.5625,0 0.960938,-0.148437 1.203125,-0.453125 0.25,-0.300781 0.375,-0.785156 0.375,-1.453125 l 0,-0.171875 c 0,-0.757812 -0.125,-1.300781 -0.375,-1.625 -0.25,-0.320312 -0.652344,-0.484375 -1.203125,-0.484375 -0.480469,0 -0.84375,0.1875 -1.09375,0.5625 -0.25,0.367187 -0.375,0.882813 -0.375,1.546875 0,0.6875 0.125,1.210938 0.375,1.5625 0.25,0.34375 0.613281,0.515625 1.09375,0.515625 z m 0,0" | ||
| + id="path11575" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-20" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 4.3125,-1.453125 c 0,0.492187 -0.1875,0.871094 -0.5625,1.140625 -0.367188,0.2734375 -0.886719,0.40625 -1.5625,0.40625 -0.710938,0 -1.261719,-0.109375 -1.65625,-0.328125 l 0,-0.75 c 0.257812,0.125 0.535156,0.226563 0.828125,0.296875 0.289063,0.074219 0.578125,0.109375 0.859375,0.109375 0.414062,0 0.738281,-0.066406 0.96875,-0.203125 0.226562,-0.132812 0.34375,-0.335938 0.34375,-0.609375 0,-0.207031 -0.09375,-0.382813 -0.28125,-0.53125 -0.179688,-0.15625 -0.527344,-0.332031 -1.046875,-0.53125 -0.5,-0.1875 -0.855469,-0.347656 -1.0625,-0.484375 -0.210937,-0.132812 -0.367187,-0.289062 -0.46875,-0.46875 -0.105469,-0.175781 -0.15625,-0.382812 -0.15625,-0.625 0,-0.4375 0.175781,-0.78125 0.53125,-1.03125 0.351563,-0.257812 0.84375,-0.390625 1.46875,-0.390625 0.570313,0 1.132813,0.121094 1.6875,0.359375 L 3.90625,-4.4375 C 3.375,-4.65625 2.890625,-4.765625 2.453125,-4.765625 c -0.386719,0 -0.679687,0.0625 -0.875,0.1875 -0.1875,0.117187 -0.28125,0.277344 -0.28125,0.484375 0,0.148438 0.035156,0.273438 0.109375,0.375 0.070312,0.09375 0.1875,0.1875 0.34375,0.28125 0.164062,0.09375 0.476562,0.226562 0.9375,0.390625 0.632812,0.230469 1.0625,0.464844 1.28125,0.703125 0.226562,0.230469 0.34375,0.527344 0.34375,0.890625 z m 0,0" | ||
| + id="path11578" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-21" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 3.34375,-5.4375 c 0.707031,0 1.253906,0.242188 1.640625,0.71875 0.394531,0.480469 0.59375,1.15625 0.59375,2.03125 0,0.886719 -0.199219,1.574219 -0.59375,2.0625 C 4.585938,-0.144531 4.039062,0.09375 3.34375,0.09375 3,0.09375 2.679688,0.03125 2.390625,-0.09375 2.109375,-0.21875 1.867188,-0.414062 1.671875,-0.6875 l -0.0625,0 L 1.4375,0 0.859375,0 l 0,-7.59375 0.8125,0 0,1.84375 c 0,0.417969 -0.015625,0.789062 -0.046875,1.109375 l 0.046875,0 C 2.046875,-5.171875 2.601562,-5.4375 3.34375,-5.4375 z m -0.109375,0.671875 c -0.554687,0 -0.953125,0.164063 -1.203125,0.484375 -0.242188,0.3125 -0.359375,0.84375 -0.359375,1.59375 0,0.761719 0.125,1.304688 0.375,1.625 0.25,0.324219 0.648437,0.484375 1.203125,0.484375 0.5,0 0.867188,-0.179687 1.109375,-0.546875 0.25,-0.363281 0.375,-0.882812 0.375,-1.5625 0,-0.695312 -0.125,-1.21875 -0.375,-1.5625 -0.242187,-0.34375 -0.617187,-0.515625 -1.125,-0.515625 z m 0,0" | ||
| + id="path11581" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-22" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 4.515625,0 0,-3.46875 c 0,-0.425781 -0.101563,-0.75 -0.296875,-0.96875 -0.199219,-0.21875 -0.507812,-0.328125 -0.921875,-0.328125 -0.5625,0 -0.976563,0.15625 -1.234375,0.46875 -0.261719,0.304687 -0.390625,0.804687 -0.390625,1.5 l 0,2.796875 -0.8125,0 0,-7.59375 0.8125,0 0,2.296875 c 0,0.273437 -0.015625,0.5 -0.046875,0.6875 l 0.0625,0 C 1.84375,-4.867188 2.066406,-5.070312 2.359375,-5.21875 2.648438,-5.363281 2.988281,-5.4375 3.375,-5.4375 c 0.644531,0 1.128906,0.15625 1.453125,0.46875 0.332031,0.3125 0.5,0.808594 0.5,1.484375 l 0,3.484375 z m 0,0" | ||
| + id="path11584" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-23" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 3.265625,-4.71875 -1.359375,0 0,4.71875 -0.8125,0 0,-4.71875 -0.953125,0 0,-0.375 0.953125,-0.28125 0,-0.296875 c 0,-1.320313 0.578125,-1.984375 1.734375,-1.984375 0.28125,0 0.609375,0.058594 0.984375,0.171875 l -0.203125,0.65625 c -0.3125,-0.101563 -0.578125,-0.15625 -0.796875,-0.15625 -0.3125,0 -0.542969,0.105469 -0.6875,0.3125 -0.148438,0.199219 -0.21875,0.523437 -0.21875,0.96875 l 0,0.34375 1.359375,0 z m 0,0" | ||
| + id="path11587" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-24" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 0.75,-0.515625 c 0,-0.21875 0.046875,-0.382813 0.140625,-0.5 C 0.992188,-1.128906 1.132812,-1.1875 1.3125,-1.1875 c 0.195312,0 0.347656,0.058594 0.453125,0.171875 0.101563,0.117187 0.15625,0.28125 0.15625,0.5 0,0.210937 -0.058594,0.371094 -0.171875,0.484375 C 1.644531,0.0820312 1.5,0.140625 1.3125,0.140625 1.144531,0.140625 1.007812,0.0859375 0.90625,-0.015625 0.800781,-0.117188 0.75,-0.285156 0.75,-0.515625 z m 0,0" | ||
| + id="path11590" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-25" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="M 6.6875,-3.640625 C 6.6875,-2.460938 6.363281,-1.5625 5.71875,-0.9375 5.082031,-0.3125 4.160156,0 2.953125,0 l -1.96875,0 0,-7.140625 2.1875,0 c 1.101563,0 1.960937,0.308594 2.578125,0.921875 0.625,0.617188 0.9375,1.476562 0.9375,2.578125 z m -0.890625,0.03125 c 0,-0.925781 -0.234375,-1.625 -0.703125,-2.09375 -0.460938,-0.476563 -1.152344,-0.71875 -2.078125,-0.71875 l -1.203125,0 0,5.703125 1.015625,0 c 0.988281,0 1.726563,-0.238281 2.21875,-0.71875 0.5,-0.488281 0.75,-1.210938 0.75,-2.171875 z m 0,0" | ||
| + id="path11593" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-26" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 5.234375,-5.359375 0,0.515625 -0.984375,0.125 c 0.09375,0.117188 0.171875,0.265625 0.234375,0.453125 0.070313,0.179687 0.109375,0.382813 0.109375,0.609375 0,0.53125 -0.179688,0.953125 -0.53125,1.265625 -0.355469,0.3125 -0.84375,0.46875 -1.46875,0.46875 -0.167969,0 -0.320312,-0.015625 -0.453125,-0.046875 -0.34375,0.1875 -0.515625,0.417969 -0.515625,0.6875 0,0.148438 0.054688,0.257812 0.171875,0.328125 0.125,0.074219 0.332031,0.109375 0.625,0.109375 l 0.953125,0 c 0.570312,0 1.015625,0.121094 1.328125,0.359375 0.3125,0.242187 0.46875,0.59375 0.46875,1.0625 0,0.59375 -0.242187,1.046875 -0.71875,1.359375 C 3.984375,2.25 3.289062,2.40625 2.375,2.40625 1.675781,2.40625 1.132812,2.273438 0.75,2.015625 0.375,1.753906 0.1875,1.382812 0.1875,0.90625 0.1875,0.582031 0.289062,0.300781 0.5,0.0625 0.707031,-0.175781 1,-0.335938 1.375,-0.421875 c -0.136719,-0.0625 -0.25,-0.15625 -0.34375,-0.28125 -0.085938,-0.132813 -0.125,-0.285156 -0.125,-0.453125 0,-0.195312 0.050781,-0.367188 0.15625,-0.515625 C 1.164062,-1.816406 1.328125,-1.957031 1.546875,-2.09375 1.273438,-2.207031 1.050781,-2.398438 0.875,-2.671875 0.695312,-2.953125 0.609375,-3.269531 0.609375,-3.625 c 0,-0.582031 0.175781,-1.03125 0.53125,-1.34375 0.351563,-0.320312 0.847656,-0.484375 1.484375,-0.484375 0.28125,0 0.535156,0.03125 0.765625,0.09375 z M 0.96875,0.90625 c 0,0.28125 0.117188,0.492188 0.359375,0.640625 0.25,0.15625 0.601563,0.234375 1.0625,0.234375 0.675781,0 1.175781,-0.105469 1.5,-0.3125 0.332031,-0.199219 0.5,-0.46875 0.5,-0.8125 C 4.390625,0.363281 4.300781,0.160156 4.125,0.046875 3.945312,-0.0664062 3.609375,-0.125 3.109375,-0.125 l -0.96875,0 c -0.367187,0 -0.652344,0.0898438 -0.859375,0.265625 -0.210938,0.175781 -0.3125,0.429687 -0.3125,0.765625 z m 0.4375,-4.546875 c 0,0.375 0.101562,0.664063 0.3125,0.859375 C 1.9375,-2.59375 2.234375,-2.5 2.609375,-2.5 c 0.789063,0 1.1875,-0.382812 1.1875,-1.15625 0,-0.800781 -0.402344,-1.203125 -1.203125,-1.203125 -0.375,0 -0.667969,0.105469 -0.875,0.3125 -0.210938,0.199219 -0.3125,0.5 -0.3125,0.90625 z m 0,0" | ||
| + id="path11596" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-27" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 1.8125,0 -0.828125,0 0,-7.140625 3.984375,0 0,0.734375 -3.15625,0 0,2.609375 2.953125,0 0,0.75 -2.953125,0 z m 0,0" | ||
| + id="path11599" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-28" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 7.6875,0 0,-3.484375 C 7.6875,-3.910156 7.59375,-4.226562 7.40625,-4.4375 7.226562,-4.65625 6.945312,-4.765625 6.5625,-4.765625 c -0.511719,0 -0.886719,0.148437 -1.125,0.4375 -0.242188,0.292969 -0.359375,0.742187 -0.359375,1.34375 l 0,2.984375 -0.8125,0 0,-3.484375 c 0,-0.425781 -0.09375,-0.742187 -0.28125,-0.953125 -0.179687,-0.21875 -0.460937,-0.328125 -0.84375,-0.328125 -0.511719,0 -0.886719,0.15625 -1.125,0.46875 C 1.785156,-3.992188 1.671875,-3.5 1.671875,-2.8125 l 0,2.8125 -0.8125,0 0,-5.359375 0.65625,0 0.140625,0.734375 0.03125,0 c 0.15625,-0.257812 0.367188,-0.460938 0.640625,-0.609375 0.28125,-0.144531 0.59375,-0.21875 0.9375,-0.21875 0.84375,0 1.390625,0.304687 1.640625,0.90625 l 0.046875,0 c 0.15625,-0.28125 0.382813,-0.5 0.6875,-0.65625 0.300781,-0.164063 0.648437,-0.25 1.046875,-0.25 0.601562,0 1.050781,0.15625 1.34375,0.46875 0.300781,0.3125 0.453125,0.8125 0.453125,1.5 l 0,3.484375 z m 0,0" | ||
| + id="path11602" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-29" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 5.46875,0 -0.890625,-2.265625 -2.859375,0 L 0.84375,0 0,0 l 2.828125,-7.171875 0.6875,0 L 6.328125,0 z m -1.140625,-3.015625 -0.84375,-2.21875 c -0.105469,-0.28125 -0.214844,-0.625 -0.328125,-1.03125 -0.074219,0.3125 -0.171875,0.65625 -0.296875,1.03125 l -0.84375,2.21875 z m 0,0" | ||
| + id="path11605" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-30" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m -0.0625,1.875 c -0.300781,0 -0.539062,-0.042969 -0.71875,-0.125 l 0,-0.703125 c 0.230469,0.0625 0.46875,0.09375 0.71875,0.09375 0.320312,0 0.566406,-0.101563 0.734375,-0.296875 0.164063,-0.199219 0.25,-0.480469 0.25,-0.84375 l 0,-7.140625 0.84375,0 0,7.078125 c 0,0.613281 -0.15625,1.085938 -0.46875,1.421875 C 0.984375,1.703125 0.53125,1.875 -0.0625,1.875 z m 0,0" | ||
| + id="path11608" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-31" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 2.71875,-4.359375 c 0.75,0 1.335938,0.1875 1.765625,0.5625 0.4375,0.367187 0.65625,0.875 0.65625,1.53125 0,0.742187 -0.234375,1.320313 -0.703125,1.734375 -0.46875,0.417969 -1.121094,0.625 -1.953125,0.625 -0.804687,0 -1.414063,-0.125 -1.828125,-0.375 l 0,-0.78125 c 0.21875,0.148438 0.492188,0.261719 0.828125,0.34375 0.34375,0.085938 0.679687,0.125 1.015625,0.125 0.570312,0 1.015625,-0.132812 1.328125,-0.40625 0.320313,-0.269531 0.484375,-0.660156 0.484375,-1.171875 0,-1 -0.609375,-1.5 -1.828125,-1.5 -0.3125,0 -0.730469,0.046875 -1.25,0.140625 l -0.40625,-0.265625 0.265625,-3.34375 3.546875,0 0,0.75 -2.859375,0 L 1.609375,-4.25 C 1.972656,-4.320312 2.34375,-4.359375 2.71875,-4.359375 z m 0,0" | ||
| + id="path11611" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-32" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 5.1875,0 -4.703125,0 0,-0.703125 L 2.375,-2.59375 c 0.570312,-0.570312 0.945312,-0.984375 1.125,-1.234375 0.1875,-0.25 0.320312,-0.488281 0.40625,-0.71875 C 4,-4.785156 4.046875,-5.039062 4.046875,-5.3125 c 0,-0.375 -0.117187,-0.671875 -0.34375,-0.890625 -0.230469,-0.226563 -0.554687,-0.34375 -0.96875,-0.34375 -0.292969,0 -0.574219,0.054687 -0.84375,0.15625 -0.261719,0.09375 -0.554687,0.265625 -0.875,0.515625 l -0.4375,-0.546875 c 0.65625,-0.539063 1.375,-0.8125 2.15625,-0.8125 0.664063,0 1.1875,0.171875 1.5625,0.515625 0.382813,0.335938 0.578125,0.792969 0.578125,1.375 0,0.460938 -0.132812,0.914062 -0.390625,1.359375 -0.25,0.4375 -0.71875,0.996094 -1.40625,1.671875 l -1.5625,1.515625 0,0.046875 3.671875,0 z m 0,0" | ||
| + id="path11614" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-33" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 5.21875,-3.578125 c 0,1.230469 -0.199219,2.152344 -0.59375,2.765625 C 4.238281,-0.207031 3.648438,0.09375 2.859375,0.09375 2.085938,0.09375 1.5,-0.210938 1.09375,-0.828125 0.695312,-1.453125 0.5,-2.367188 0.5,-3.578125 0.5,-4.816406 0.691406,-5.738281 1.078125,-6.34375 1.460938,-6.945312 2.054688,-7.25 2.859375,-7.25 c 0.769531,0 1.351563,0.320312 1.75,0.953125 0.40625,0.625 0.609375,1.53125 0.609375,2.71875 z m -3.90625,0 c 0,1.042969 0.117188,1.804687 0.359375,2.28125 0.25,0.46875 0.644531,0.703125 1.1875,0.703125 0.53125,0 0.914063,-0.238281 1.15625,-0.71875 0.25,-0.488281 0.375,-1.242188 0.375,-2.265625 0,-1.03125 -0.125,-1.78125 -0.375,-2.25 -0.242187,-0.476563 -0.625,-0.71875 -1.15625,-0.71875 -0.542969,0 -0.9375,0.234375 -1.1875,0.703125 C 1.429688,-5.375 1.3125,-4.617188 1.3125,-3.578125 z m 0,0" | ||
| + id="path11617" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-34" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 5.515625,-1.640625 -1.0625,0 0,1.640625 -0.765625,0 0,-1.640625 -3.484375,0 0,-0.703125 3.390625,-4.828125 0.859375,0 0,4.796875 1.0625,0 z M 3.6875,-2.375 l 0,-2.375 c 0,-0.46875 0.015625,-0.992188 0.046875,-1.578125 l -0.046875,0 c -0.15625,0.3125 -0.304688,0.574219 -0.4375,0.78125 L 1.015625,-2.375 z m 0,0" | ||
| + id="path11620" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-35" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 0.75,-0.515625 c 0,-0.21875 0.046875,-0.382813 0.140625,-0.5 C 0.992188,-1.128906 1.132812,-1.1875 1.3125,-1.1875 c 0.195312,0 0.347656,0.058594 0.453125,0.171875 0.101563,0.117187 0.15625,0.28125 0.15625,0.5 0,0.210937 -0.058594,0.371094 -0.171875,0.484375 C 1.644531,0.0820312 1.5,0.140625 1.3125,0.140625 1.144531,0.140625 1.007812,0.0859375 0.90625,-0.015625 0.800781,-0.117188 0.75,-0.285156 0.75,-0.515625 z m 0,-4.3125 c 0,-0.4375 0.1875,-0.65625 0.5625,-0.65625 0.40625,0 0.609375,0.21875 0.609375,0.65625 0,0.210937 -0.058594,0.371094 -0.171875,0.484375 -0.105469,0.117188 -0.25,0.171875 -0.4375,0.171875 -0.167969,0 -0.304688,-0.050781 -0.40625,-0.15625 C 0.800781,-4.429688 0.75,-4.597656 0.75,-4.828125 z m 0,0" | ||
| + id="path11623" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-36" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 0.578125,-3.046875 c 0,-1.40625 0.269531,-2.453125 0.8125,-3.140625 0.539063,-0.695312 1.347656,-1.046875 2.421875,-1.046875 0.363281,0 0.648438,0.027344 0.859375,0.078125 l 0,0.703125 c -0.25,-0.082031 -0.539063,-0.125 -0.859375,-0.125 -0.761719,0 -1.34375,0.242187 -1.75,0.71875 -0.40625,0.480469 -0.625,1.230469 -0.65625,2.25 l 0.046875,0 c 0.363281,-0.5625 0.929687,-0.84375 1.703125,-0.84375 0.644531,0 1.148438,0.199219 1.515625,0.59375 0.375,0.386719 0.5625,0.90625 0.5625,1.5625 0,0.75 -0.203125,1.339844 -0.609375,1.765625 -0.40625,0.417969 -0.953125,0.625 -1.640625,0.625 -0.742187,0 -1.328125,-0.273438 -1.765625,-0.828125 -0.429688,-0.550781 -0.640625,-1.320313 -0.640625,-2.3125 z M 2.96875,-0.59375 c 0.457031,0 0.8125,-0.144531 1.0625,-0.4375 0.257812,-0.289062 0.390625,-0.710938 0.390625,-1.265625 0,-0.46875 -0.121094,-0.835937 -0.359375,-1.109375 C 3.832031,-3.675781 3.484375,-3.8125 3.015625,-3.8125 c -0.304687,0 -0.574219,0.0625 -0.8125,0.1875 -0.242187,0.117188 -0.433594,0.28125 -0.578125,0.5 -0.148438,0.210938 -0.21875,0.429688 -0.21875,0.65625 0,0.335938 0.0625,0.648438 0.1875,0.9375 0.132812,0.292969 0.320312,0.523438 0.5625,0.6875 0.238281,0.167969 0.507812,0.25 0.8125,0.25 z m 0,0" | ||
| + id="path11626" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-37" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 4.96875,0 -3.984375,0 0,-7.140625 3.984375,0 0,0.734375 -3.15625,0 0,2.296875 2.953125,0 0,0.734375 -2.953125,0 0,2.625 3.15625,0 z m 0,0" | ||
| + id="path11629" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-38" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 0.015625,-5.359375 0.859375,0 1.171875,3.0625 c 0.257813,0.699219 0.421875,1.199219 0.484375,1.5 l 0.03125,0 c 0.039062,-0.164063 0.128906,-0.445313 0.265625,-0.84375 0.132813,-0.40625 0.578125,-1.644531 1.328125,-3.71875 l 0.875,0 L 2.734375,0.75 c -0.230469,0.59375 -0.5,1.015625 -0.8125,1.265625 C 1.617188,2.273438 1.25,2.40625 0.8125,2.40625 0.5625,2.40625 0.316406,2.375 0.078125,2.3125 l 0,-0.640625 c 0.175781,0.039063 0.375,0.0625 0.59375,0.0625 0.5625,0 0.960937,-0.3125 1.203125,-0.9375 L 2.171875,0.03125 z m 0,0" | ||
| + id="path11632" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-39" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="M 5.234375,0 4.25,-3.140625 c -0.0625,-0.1875 -0.179688,-0.625 -0.34375,-1.3125 l -0.046875,0 C 3.734375,-3.878906 3.617188,-3.4375 3.515625,-3.125 l -1,3.125 -0.9375,0 -1.46875,-5.359375 0.859375,0 c 0.34375,1.355469 0.601562,2.386719 0.78125,3.09375 0.175781,0.699219 0.28125,1.167969 0.3125,1.40625 l 0.03125,0 c 0.039062,-0.1875 0.097656,-0.425781 0.171875,-0.71875 0.082031,-0.289063 0.15625,-0.523437 0.21875,-0.703125 l 0.984375,-3.078125 0.875,0 0.953125,3.078125 c 0.1875,0.5625 0.3125,1.03125 0.375,1.40625 l 0.03125,0 c 0.019531,-0.113281 0.054687,-0.289062 0.109375,-0.53125 0.0625,-0.25 0.398438,-1.566406 1.015625,-3.953125 l 0.84375,0 L 6.1875,0 z m 0,0" | ||
| + id="path11635" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-40" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 1.65625,-2.734375 c 0.144531,-0.195313 0.359375,-0.457031 0.640625,-0.78125 l 1.734375,-1.84375 0.953125,0 -2.15625,2.28125 L 5.140625,0 4.15625,0 2.265625,-2.53125 1.65625,-2 l 0,2 -0.796875,0 0,-7.59375 0.796875,0 0,4.03125 c 0,0.179688 -0.011719,0.453125 -0.03125,0.828125 z m 0,0" | ||
| + id="path11638" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-41" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 0.40625,-2.3125 0,-0.734375 2.40625,0 0,0.734375 z m 0,0" | ||
| + id="path11641" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-42" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 2.859375,-7.234375 c 0.644531,0 1.15625,0.152344 1.53125,0.453125 0.382813,0.304688 0.578125,0.71875 0.578125,1.25 0,0.355469 -0.109375,0.679688 -0.328125,0.96875 -0.21875,0.28125 -0.570313,0.542969 -1.046875,0.78125 0.582031,0.28125 0.992188,0.574219 1.234375,0.875 0.25,0.304688 0.375,0.65625 0.375,1.0625 0,0.585938 -0.210937,1.054688 -0.625,1.40625 C 4.160156,-0.0820312 3.59375,0.09375 2.875,0.09375 c -0.761719,0 -1.34375,-0.1640625 -1.75,-0.5 -0.40625,-0.332031 -0.609375,-0.804688 -0.609375,-1.421875 0,-0.8125 0.492187,-1.445313 1.484375,-1.90625 -0.449219,-0.25 -0.773438,-0.519531 -0.96875,-0.8125 -0.1875,-0.300781 -0.28125,-0.632813 -0.28125,-1 0,-0.507813 0.1875,-0.914063 0.5625,-1.21875 0.382812,-0.3125 0.898438,-0.46875 1.546875,-0.46875 z m -1.546875,5.4375 c 0,0.386719 0.132812,0.6875 0.40625,0.90625 0.269531,0.21875 0.648438,0.328125 1.140625,0.328125 0.488281,0 0.867187,-0.113281 1.140625,-0.34375 0.269531,-0.226562 0.40625,-0.539062 0.40625,-0.9375 0,-0.3125 -0.132812,-0.585938 -0.390625,-0.828125 -0.25,-0.25 -0.695313,-0.492187 -1.328125,-0.734375 -0.480469,0.210938 -0.828125,0.445312 -1.046875,0.703125 -0.21875,0.25 -0.328125,0.554687 -0.328125,0.90625 z m 1.53125,-4.78125 c -0.40625,0 -0.730469,0.101563 -0.96875,0.296875 -0.230469,0.1875 -0.34375,0.445312 -0.34375,0.765625 0,0.304687 0.09375,0.5625 0.28125,0.78125 C 2.007812,-4.523438 2.367188,-4.3125 2.890625,-4.09375 3.359375,-4.289062 3.6875,-4.5 3.875,-4.71875 4.070312,-4.945312 4.171875,-5.210938 4.171875,-5.515625 4.171875,-5.835938 4.050781,-6.09375 3.8125,-6.28125 3.582031,-6.476562 3.257812,-6.578125 2.84375,-6.578125 z m 0,0" | ||
| + id="path11644" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-43" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 5.515625,-5.0625 c 0,0.730469 -0.25,1.289062 -0.75,1.671875 C 4.273438,-3.003906 3.570312,-2.8125 2.65625,-2.8125 l -0.84375,0 0,2.8125 -0.828125,0 0,-7.140625 1.84375,0 c 1.789063,0 2.6875,0.695313 2.6875,2.078125 z m -3.703125,1.546875 0.75,0 c 0.726562,0 1.257812,-0.117187 1.59375,-0.359375 0.332031,-0.238281 0.5,-0.617188 0.5,-1.140625 0,-0.476563 -0.15625,-0.832031 -0.46875,-1.0625 -0.3125,-0.226563 -0.796875,-0.34375 -1.453125,-0.34375 l -0.921875,0 z m 0,0" | ||
| + id="path11647" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-44" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 0.984375,0 0,-7.140625 0.828125,0 0,7.140625 z m 0,0" | ||
| + id="path11650" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-45" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 4.28125,0 -3.875,0 0,-0.546875 2.921875,-4.171875 -2.75,0 0,-0.640625 3.625,0 0,0.640625 -2.875,4.09375 2.953125,0 z m 0,0" | ||
| + id="path11653" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-46" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="M 4.03125,-6.5 C 3.25,-6.5 2.628906,-6.238281 2.171875,-5.71875 1.722656,-5.195312 1.5,-4.476562 1.5,-3.5625 c 0,0.929688 0.21875,1.648438 0.65625,2.15625 0.4375,0.511719 1.0625,0.765625 1.875,0.765625 0.5,0 1.066406,-0.085937 1.703125,-0.265625 l 0,0.71875 C 5.234375,0 4.625,0.09375 3.90625,0.09375 c -1.054688,0 -1.867188,-0.316406 -2.4375,-0.953125 -0.574219,-0.632813 -0.859375,-1.539063 -0.859375,-2.71875 0,-0.738281 0.132813,-1.382813 0.40625,-1.9375 0.28125,-0.550781 0.679687,-0.972656 1.203125,-1.265625 0.519531,-0.300781 1.128906,-0.453125 1.828125,-0.453125 0.75,0 1.40625,0.136719 1.96875,0.40625 L 5.65625,-6.125 C 5.113281,-6.375 4.570312,-6.5 4.03125,-6.5 z m 0,0" | ||
| + id="path11656" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-47" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 0.203125,2.40625 c -0.3007812,0 -0.550781,-0.042969 -0.75,-0.125 l 0,-0.65625 c 0.230469,0.0625 0.453125,0.09375 0.671875,0.09375 0.25,0 0.429688,-0.074219 0.546875,-0.21875 0.125,-0.136719 0.1875,-0.34375 0.1875,-0.625 l 0,-6.234375 0.8125,0 0,6.1875 c 0,1.050781 -0.492187,1.578125 -1.46875,1.578125 z m 0.59375,-9.203125 c 0,-0.1875 0.039063,-0.320313 0.125,-0.40625 0.09375,-0.09375 0.207031,-0.140625 0.34375,-0.140625 0.132813,0 0.25,0.046875 0.34375,0.140625 0.09375,0.085937 0.140625,0.21875 0.140625,0.40625 0,0.179687 -0.046875,0.3125 -0.140625,0.40625 -0.09375,0.085937 -0.210937,0.125 -0.34375,0.125 -0.136719,0 -0.25,-0.039063 -0.34375,-0.125 -0.085937,-0.09375 -0.125,-0.226563 -0.125,-0.40625 z m 0,0" | ||
| + id="path11659" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-48" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 2.40625,-7.59375 0.6875,0 0,10.015625 -0.6875,0 z m 0,0" | ||
| + id="path11662" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph2-0" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 0.9375,-7.140625 4.109375,0 L 5.046875,0 0.9375,0 z m 0.515625,6.625 3.09375,0 0,-6.109375 -3.09375,0 z m 0,0" | ||
| + id="path11665" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph2-1" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="M 4.03125,-6.5 C 3.25,-6.5 2.628906,-6.238281 2.171875,-5.71875 1.722656,-5.195312 1.5,-4.476562 1.5,-3.5625 c 0,0.929688 0.21875,1.648438 0.65625,2.15625 0.4375,0.511719 1.0625,0.765625 1.875,0.765625 0.5,0 1.066406,-0.085937 1.703125,-0.265625 l 0,0.71875 C 5.234375,0 4.625,0.09375 3.90625,0.09375 c -1.054688,0 -1.867188,-0.316406 -2.4375,-0.953125 -0.574219,-0.632813 -0.859375,-1.539063 -0.859375,-2.71875 0,-0.738281 0.132813,-1.382813 0.40625,-1.9375 0.28125,-0.550781 0.679687,-0.972656 1.203125,-1.265625 0.519531,-0.300781 1.128906,-0.453125 1.828125,-0.453125 0.75,0 1.40625,0.136719 1.96875,0.40625 L 5.65625,-6.125 C 5.113281,-6.375 4.570312,-6.5 4.03125,-6.5 z m 0,0" | ||
| + id="path11668" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph2-2" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 5.484375,-2.6875 c 0,0.875 -0.226563,1.558594 -0.671875,2.046875 C 4.375,-0.148438 3.769531,0.09375 3,0.09375 2.519531,0.09375 2.09375,-0.015625 1.71875,-0.234375 1.351562,-0.460938 1.066406,-0.785156 0.859375,-1.203125 0.660156,-1.628906 0.5625,-2.125 0.5625,-2.6875 c 0,-0.863281 0.21875,-1.539062 0.65625,-2.03125 0.4375,-0.488281 1.039062,-0.734375 1.8125,-0.734375 0.75,0 1.34375,0.25 1.78125,0.75 0.445312,0.5 0.671875,1.171875 0.671875,2.015625 z m -4.078125,0 c 0,0.6875 0.132812,1.214844 0.40625,1.578125 0.269531,0.355469 0.671875,0.53125 1.203125,0.53125 0.53125,0 0.929687,-0.175781 1.203125,-0.53125 C 4.5,-1.472656 4.640625,-2 4.640625,-2.6875 4.640625,-3.363281 4.5,-3.878906 4.21875,-4.234375 3.945312,-4.585938 3.546875,-4.765625 3.015625,-4.765625 c -0.53125,0 -0.933594,0.179687 -1.203125,0.53125 C 1.539062,-3.890625 1.40625,-3.375 1.40625,-2.6875 z m 0,0" | ||
| + id="path11671" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph2-3" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 7.6875,0 0,-3.484375 C 7.6875,-3.910156 7.59375,-4.226562 7.40625,-4.4375 7.226562,-4.65625 6.945312,-4.765625 6.5625,-4.765625 c -0.511719,0 -0.886719,0.148437 -1.125,0.4375 -0.242188,0.292969 -0.359375,0.742187 -0.359375,1.34375 l 0,2.984375 -0.8125,0 0,-3.484375 c 0,-0.425781 -0.09375,-0.742187 -0.28125,-0.953125 -0.179687,-0.21875 -0.460937,-0.328125 -0.84375,-0.328125 -0.511719,0 -0.886719,0.15625 -1.125,0.46875 C 1.785156,-3.992188 1.671875,-3.5 1.671875,-2.8125 l 0,2.8125 -0.8125,0 0,-5.359375 0.65625,0 0.140625,0.734375 0.03125,0 c 0.15625,-0.257812 0.367188,-0.460938 0.640625,-0.609375 0.28125,-0.144531 0.59375,-0.21875 0.9375,-0.21875 0.84375,0 1.390625,0.304687 1.640625,0.90625 l 0.046875,0 c 0.15625,-0.28125 0.382813,-0.5 0.6875,-0.65625 0.300781,-0.164063 0.648437,-0.25 1.046875,-0.25 0.601562,0 1.050781,0.15625 1.34375,0.46875 0.300781,0.3125 0.453125,0.8125 0.453125,1.5 l 0,3.484375 z m 0,0" | ||
| + id="path11674" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph2-4" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 3.125,0.09375 c -0.792969,0 -1.417969,-0.238281 -1.875,-0.71875 -0.460938,-0.476562 -0.6875,-1.144531 -0.6875,-2 0,-0.863281 0.210938,-1.550781 0.640625,-2.0625 0.425781,-0.507812 0.992187,-0.765625 1.703125,-0.765625 0.675781,0 1.207031,0.226563 1.59375,0.671875 0.394531,0.4375 0.59375,1.015625 0.59375,1.734375 l 0,0.515625 -3.6875,0 c 0.00781,0.625 0.164062,1.105469 0.46875,1.4375 0.300781,0.324219 0.726562,0.484375 1.28125,0.484375 0.570312,0 1.140625,-0.117187 1.703125,-0.359375 l 0,0.71875 C 4.566406,-0.125 4.289062,-0.0351562 4.03125,0.015625 3.78125,0.0664062 3.476562,0.09375 3.125,0.09375 z M 2.90625,-4.765625 c -0.4375,0 -0.789062,0.140625 -1.046875,0.421875 -0.25,0.273438 -0.398437,0.65625 -0.4375,1.15625 l 2.796875,0 c 0,-0.507812 -0.117188,-0.898438 -0.34375,-1.171875 -0.230469,-0.269531 -0.554688,-0.40625 -0.96875,-0.40625 z m 0,0" | ||
| + id="path11677" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph2-5" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 4.515625,0 0,-3.46875 c 0,-0.425781 -0.101563,-0.75 -0.296875,-0.96875 -0.199219,-0.21875 -0.507812,-0.328125 -0.921875,-0.328125 -0.5625,0 -0.976563,0.152344 -1.234375,0.453125 -0.261719,0.304688 -0.390625,0.804688 -0.390625,1.5 l 0,2.8125 -0.8125,0 0,-5.359375 0.65625,0 0.140625,0.734375 0.03125,0 c 0.164062,-0.257812 0.398438,-0.460938 0.703125,-0.609375 0.300781,-0.144531 0.632813,-0.21875 1,-0.21875 0.644531,0 1.128906,0.15625 1.453125,0.46875 0.320312,0.3125 0.484375,0.8125 0.484375,1.5 l 0,3.484375 z m 0,0" | ||
| + id="path11680" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph2-6" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 2.59375,-0.578125 c 0.132812,0 0.269531,-0.007813 0.40625,-0.03125 0.132812,-0.019531 0.242188,-0.039063 0.328125,-0.0625 l 0,0.625 C 3.234375,-0.00390625 3.097656,0.0234375 2.921875,0.046875 2.753906,0.078125 2.601562,0.09375 2.46875,0.09375 c -1.03125,0 -1.546875,-0.539062 -1.546875,-1.625 l 0,-3.1875 -0.765625,0 0,-0.390625 0.765625,-0.34375 0.34375,-1.140625 0.46875,0 0,1.234375 1.546875,0 0,0.640625 -1.546875,0 0,3.140625 c 0,0.324219 0.070313,0.574219 0.21875,0.75 0.15625,0.167969 0.367187,0.25 0.640625,0.25 z m 0,0" | ||
| + id="path11683" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph2-7" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 5.515625,-5.0625 c 0,0.730469 -0.25,1.289062 -0.75,1.671875 C 4.273438,-3.003906 3.570312,-2.8125 2.65625,-2.8125 l -0.84375,0 0,2.8125 -0.828125,0 0,-7.140625 1.84375,0 c 1.789063,0 2.6875,0.695313 2.6875,2.078125 z m -3.703125,1.546875 0.75,0 c 0.726562,0 1.257812,-0.117187 1.59375,-0.359375 0.332031,-0.238281 0.5,-0.617188 0.5,-1.140625 0,-0.476563 -0.15625,-0.832031 -0.46875,-1.0625 -0.3125,-0.226563 -0.796875,-0.34375 -1.453125,-0.34375 l -0.921875,0 z m 0,0" | ||
| + id="path11686" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph2-8" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 1.671875,0 -0.8125,0 0,-7.59375 0.8125,0 z m 0,0" | ||
| + id="path11689" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph2-9" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 1.671875,0 -0.8125,0 0,-5.359375 0.8125,0 z m -0.875,-6.796875 c 0,-0.1875 0.039063,-0.320313 0.125,-0.40625 0.09375,-0.09375 0.207031,-0.140625 0.34375,-0.140625 0.132813,0 0.25,0.046875 0.34375,0.140625 0.09375,0.085937 0.140625,0.21875 0.140625,0.40625 0,0.179687 -0.046875,0.3125 -0.140625,0.40625 -0.09375,0.085937 -0.210937,0.125 -0.34375,0.125 -0.136719,0 -0.25,-0.039063 -0.34375,-0.125 -0.085937,-0.09375 -0.125,-0.226563 -0.125,-0.40625 z m 0,0" | ||
| + id="path11692" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph2-10" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 3,0.09375 c -0.773438,0 -1.371094,-0.234375 -1.796875,-0.703125 C 0.773438,-1.085938 0.5625,-1.765625 0.5625,-2.640625 c 0,-0.894531 0.210938,-1.585937 0.640625,-2.078125 0.4375,-0.488281 1.050781,-0.734375 1.84375,-0.734375 0.257813,0 0.515625,0.03125 0.765625,0.09375 0.257812,0.054687 0.460938,0.117187 0.609375,0.1875 L 4.1875,-4.484375 C 4,-4.554688 3.800781,-4.613281 3.59375,-4.65625 3.382812,-4.707031 3.195312,-4.734375 3.03125,-4.734375 c -1.085938,0 -1.625,0.695313 -1.625,2.078125 0,0.65625 0.128906,1.164062 0.390625,1.515625 0.269531,0.355469 0.664063,0.53125 1.1875,0.53125 0.4375,0 0.890625,-0.097656 1.359375,-0.296875 l 0,0.71875 C 3.988281,0 3.539062,0.09375 3,0.09375 z m 0,0" | ||
| + id="path11695" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph2-11" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 0.015625,-5.359375 0.859375,0 1.171875,3.0625 c 0.257813,0.699219 0.421875,1.199219 0.484375,1.5 l 0.03125,0 c 0.039062,-0.164063 0.128906,-0.445313 0.265625,-0.84375 0.132813,-0.40625 0.578125,-1.644531 1.328125,-3.71875 l 0.875,0 L 2.734375,0.75 c -0.230469,0.59375 -0.5,1.015625 -0.8125,1.265625 C 1.617188,2.273438 1.25,2.40625 0.8125,2.40625 0.5625,2.40625 0.316406,2.375 0.078125,2.3125 l 0,-0.640625 c 0.175781,0.039063 0.375,0.0625 0.59375,0.0625 0.5625,0 0.960937,-0.3125 1.203125,-0.9375 L 2.171875,0.03125 z m 0,0" | ||
| + id="path11698" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph2-12" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="M 6.6875,-3.640625 C 6.6875,-2.460938 6.363281,-1.5625 5.71875,-0.9375 5.082031,-0.3125 4.160156,0 2.953125,0 l -1.96875,0 0,-7.140625 2.1875,0 c 1.101563,0 1.960937,0.308594 2.578125,0.921875 0.625,0.617188 0.9375,1.476562 0.9375,2.578125 z m -0.890625,0.03125 c 0,-0.925781 -0.234375,-1.625 -0.703125,-2.09375 -0.460938,-0.476563 -1.152344,-0.71875 -2.078125,-0.71875 l -1.203125,0 0,5.703125 1.015625,0 c 0.988281,0 1.726563,-0.238281 2.21875,-0.71875 0.5,-0.488281 0.75,-1.210938 0.75,-2.171875 z m 0,0" | ||
| + id="path11701" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph2-13" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 4.15625,0 -0.171875,-0.765625 -0.03125,0 c -0.273437,0.335937 -0.542969,0.5625 -0.8125,0.6875 C 2.878906,0.0351562 2.550781,0.09375 2.15625,0.09375 c -0.53125,0 -0.949219,-0.1328125 -1.25,-0.40625 -0.304688,-0.269531 -0.453125,-0.660156 -0.453125,-1.171875 0,-1.070313 0.863281,-1.632813 2.59375,-1.6875 l 0.90625,-0.03125 0,-0.34375 c 0,-0.414063 -0.089844,-0.722656 -0.265625,-0.921875 -0.179688,-0.195312 -0.464844,-0.296875 -0.859375,-0.296875 -0.449219,0 -0.953125,0.136719 -1.515625,0.40625 l -0.25,-0.625 c 0.257812,-0.144531 0.546875,-0.253906 0.859375,-0.328125 0.3125,-0.082031 0.628906,-0.125 0.953125,-0.125 0.632812,0 1.101562,0.140625 1.40625,0.421875 C 4.59375,-4.734375 4.75,-4.28125 4.75,-3.65625 L 4.75,0 z M 2.3125,-0.578125 c 0.507812,0 0.90625,-0.132813 1.1875,-0.40625 0.289062,-0.28125 0.4375,-0.671875 0.4375,-1.171875 l 0,-0.46875 -0.8125,0.03125 C 2.476562,-2.570312 2.015625,-2.472656 1.734375,-2.296875 1.453125,-2.117188 1.3125,-1.84375 1.3125,-1.46875 c 0,0.292969 0.085938,0.515625 0.265625,0.671875 C 1.753906,-0.648438 2,-0.578125 2.3125,-0.578125 z m 0,0" | ||
| + id="path11704" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph2-14" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 5.015625,-1.90625 c 0,0.636719 -0.230469,1.132812 -0.6875,1.484375 C 3.867188,-0.078125 3.25,0.09375 2.46875,0.09375 1.625,0.09375 0.972656,-0.015625 0.515625,-0.234375 l 0,-0.796875 C 0.804688,-0.90625 1.125,-0.804688 1.46875,-0.734375 1.820312,-0.660156 2.164062,-0.625 2.5,-0.625 c 0.550781,0 0.96875,-0.101562 1.25,-0.3125 0.28125,-0.21875 0.421875,-0.515625 0.421875,-0.890625 0,-0.238281 -0.054687,-0.4375 -0.15625,-0.59375 -0.09375,-0.164063 -0.261719,-0.3125 -0.5,-0.4375 C 3.285156,-2.992188 2.9375,-3.148438 2.46875,-3.328125 1.800781,-3.554688 1.320312,-3.832031 1.03125,-4.15625 0.75,-4.488281 0.609375,-4.914062 0.609375,-5.4375 0.609375,-5.988281 0.8125,-6.425781 1.21875,-6.75 1.632812,-7.070312 2.1875,-7.234375 2.875,-7.234375 c 0.707031,0 1.359375,0.132813 1.953125,0.390625 l -0.25,0.71875 C 3.984375,-6.375 3.410156,-6.5 2.859375,-6.5 2.410156,-6.5 2.0625,-6.40625 1.8125,-6.21875 c -0.242188,0.1875 -0.359375,0.449219 -0.359375,0.78125 0,0.25 0.039063,0.460938 0.125,0.625 0.09375,0.15625 0.25,0.304688 0.46875,0.4375 0.21875,0.125 0.550781,0.265625 1,0.421875 0.75,0.273437 1.265625,0.5625 1.546875,0.875 0.28125,0.304687 0.421875,0.695313 0.421875,1.171875 z m 0,0" | ||
| + id="path11707" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + </g> | ||
| + <clipPath | ||
| + id="clip1"> | ||
| + <path | ||
| + d="m 54,54 503.99609,0 0,661.70703 -503.99609,0 z m 0,0" | ||
| + id="path11710" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </clipPath> | ||
| + <clipPath | ||
| + id="clip2"> | ||
| + <path | ||
| + d="m 55.492188,230.18359 501.000002,0 0,0.83594 -501.000002,0 z m 0,0" | ||
| + id="path11713" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </clipPath> | ||
| + <clipPath | ||
| + id="clip3"> | ||
| + <path | ||
| + d="m 55.492188,84.058594 501.000002,0 0,0.835937 -501.000002,0 z m 0,0" | ||
| + id="path11716" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </clipPath> | ||
| + </defs> | ||
| + <g | ||
| + id="g13679" | ||
| + transform="translate(-55.492188,-62.14312)"> | ||
| + <g | ||
| + clip-path="url(#clip2)" | ||
| + clip-rule="nonzero" | ||
| + id="g11723"> | ||
| + <path | ||
| + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" | ||
| + d="m 55.492188,230.18359 501.000002,0 0,0.83594 -501.000002,0 z m 0,0" | ||
| + id="path11725" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </g> | ||
| + <g | ||
| + clip-path="url(#clip3)" | ||
| + clip-rule="nonzero" | ||
| + id="g11727"> | ||
| + <path | ||
| + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" | ||
| + d="m 55.492188,84.058594 501.000002,0 0,0.835937 -501.000002,0 z m 0,0" | ||
| + id="path11729" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </g> | ||
| + <path | ||
| + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" | ||
| + d="m 55.492188,104.93359 242.003902,0 0,15.03125 -242.003902,0 z m 0,0" | ||
| + id="path11731" | ||
| + inkscape:connector-curvature="0" /> | ||
| + <path | ||
| + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" | ||
| + d="m 297.49609,104.93359 96.40235,0 0,15.03125 -96.40235,0 z m 0,0" | ||
| + id="path11733" | ||
| + inkscape:connector-curvature="0" /> | ||
| + <path | ||
| + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" | ||
| + d="m 393.89844,104.93359 106.72265,0 0,15.03125 -106.72265,0 z m 0,0" | ||
| + id="path11735" | ||
| + inkscape:connector-curvature="0" /> | ||
| + <path | ||
| + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" | ||
| + d="m 500.62109,104.93359 55.8711,0 0,15.03125 -55.8711,0 z m 0,0" | ||
| + id="path11737" | ||
| + inkscape:connector-curvature="0" /> | ||
| + <path | ||
| + style="fill:#eeeeee;fill-opacity:1;fill-rule:nonzero;stroke:none" | ||
| + d="m 55.492188,134.99609 242.003902,0 0,25.05078 -242.003902,0 z m 0,0" | ||
| + id="path11739" | ||
| + inkscape:connector-curvature="0" /> | ||
| + <path | ||
| + style="fill:#eeeeee;fill-opacity:1;fill-rule:nonzero;stroke:none" | ||
| + d="m 297.49609,134.99609 96.40235,0 0,25.05078 -96.40235,0 z m 0,0" | ||
| + id="path11741" | ||
| + inkscape:connector-curvature="0" /> | ||
| + <path | ||
| + style="fill:#eeeeee;fill-opacity:1;fill-rule:nonzero;stroke:none" | ||
| + d="m 393.89844,134.99609 106.72265,0 0,25.05078 -106.72265,0 z m 0,0" | ||
| + id="path11743" | ||
| + inkscape:connector-curvature="0" /> | ||
| + <path | ||
| + style="fill:#eeeeee;fill-opacity:1;fill-rule:nonzero;stroke:none" | ||
| + d="m 500.62109,134.99609 55.8711,0 0,25.05078 -55.8711,0 z m 0,0" | ||
| + id="path11745" | ||
| + inkscape:connector-curvature="0" /> | ||
| + <path | ||
| + style="fill:#eeeeee;fill-opacity:1;fill-rule:nonzero;stroke:none" | ||
| + d="m 55.492188,195.11328 242.003902,0 0,15.03125 -242.003902,0 z m 0,0" | ||
| + id="path11747" | ||
| + inkscape:connector-curvature="0" /> | ||
| + <path | ||
| + style="fill:#eeeeee;fill-opacity:1;fill-rule:nonzero;stroke:none" | ||
| + d="m 297.49609,195.11328 96.40235,0 0,15.03125 -96.40235,0 z m 0,0" | ||
| + id="path11749" | ||
| + inkscape:connector-curvature="0" /> | ||
| + <path | ||
| + style="fill:#eeeeee;fill-opacity:1;fill-rule:nonzero;stroke:none" | ||
| + d="m 393.89844,195.11328 106.72265,0 0,15.03125 -106.72265,0 z m 0,0" | ||
| + id="path11751" | ||
| + inkscape:connector-curvature="0" /> | ||
| + <path | ||
| + style="fill:#eeeeee;fill-opacity:1;fill-rule:nonzero;stroke:none" | ||
| + d="m 500.62109,195.11328 55.8711,0 0,15.03125 -55.8711,0 z m 0,0" | ||
| + id="path11753" | ||
| + inkscape:connector-curvature="0" /> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g11755"> | ||
| + <use | ||
| + xlink:href="#glyph0-1" | ||
| + x="55.492558" | ||
| + y="76.127495" | ||
| + id="use11757" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-2" | ||
| + x="70.362236" | ||
| + y="76.127495" | ||
| + id="use11759" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-2" | ||
| + x="81.905273" | ||
| + y="76.127495" | ||
| + id="use11761" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g11763"> | ||
| + <use | ||
| + xlink:href="#glyph0-3" | ||
| + x="93.227875" | ||
| + y="76.127495" | ||
| + id="use11765" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g11767"> | ||
| + <use | ||
| + xlink:href="#glyph0-4" | ||
| + x="106.314" | ||
| + y="76.127495" | ||
| + id="use11769" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g11771"> | ||
| + <use | ||
| + xlink:href="#glyph0-5" | ||
| + x="119.23979" | ||
| + y="76.127495" | ||
| + id="use11773" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g11775"> | ||
| + <use | ||
| + xlink:href="#glyph0-6" | ||
| + x="132.06538" | ||
| + y="76.127495" | ||
| + id="use11777" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g11779"> | ||
| + <use | ||
| + xlink:href="#glyph1-1" | ||
| + x="55.492558" | ||
| + y="98.672493" | ||
| + id="use11781" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-1" | ||
| + x="61.213978" | ||
| + y="98.672493" | ||
| + id="use11783" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-2" | ||
| + x="66.935394" | ||
| + y="98.672493" | ||
| + id="use11785" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-3" | ||
| + x="69.390297" | ||
| + y="98.672493" | ||
| + id="use11787" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-1" | ||
| + x="75.111717" | ||
| + y="98.672493" | ||
| + id="use11789" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-4" | ||
| + x="80.833138" | ||
| + y="98.672493" | ||
| + id="use11791" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-5" | ||
| + x="86.554558" | ||
| + y="98.672493" | ||
| + id="use11793" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-6" | ||
| + x="89.149734" | ||
| + y="98.672493" | ||
| + id="use11795" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-7" | ||
| + x="93.237892" | ||
| + y="98.672493" | ||
| + id="use11797" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-8" | ||
| + x="98.859116" | ||
| + y="98.672493" | ||
| + id="use11799" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-9" | ||
| + x="104.99135" | ||
| + y="98.672493" | ||
| + id="use11801" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-10" | ||
| + x="111.13361" | ||
| + y="98.672493" | ||
| + id="use11803" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-11" | ||
| + x="114.67067" | ||
| + y="98.672493" | ||
| + id="use11805" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-10" | ||
| + x="120.24179" | ||
| + y="98.672493" | ||
| + id="use11807" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-12" | ||
| + x="123.77885" | ||
| + y="98.672493" | ||
| + id="use11809" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-13" | ||
| + x="126.30389" | ||
| + y="98.672493" | ||
| + id="use11811" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-14" | ||
| + x="132.35597" | ||
| + y="98.672493" | ||
| + id="use11813" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#ffffff;fill-opacity:1" | ||
| + id="g11815"> | ||
| + <use | ||
| + xlink:href="#glyph2-1" | ||
| + x="57.997555" | ||
| + y="116.20749" | ||
| + id="use11817" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph2-2" | ||
| + x="64.310158" | ||
| + y="116.20749" | ||
| + id="use11819" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#ffffff;fill-opacity:1" | ||
| + id="g11821"> | ||
| + <use | ||
| + xlink:href="#glyph2-3" | ||
| + x="70.372253" | ||
| + y="116.20749" | ||
| + id="use11823" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph2-3" | ||
| + x="79.690857" | ||
| + y="116.20749" | ||
| + id="use11825" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph2-4" | ||
| + x="89.009453" | ||
| + y="116.20749" | ||
| + id="use11827" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph2-5" | ||
| + x="94.630669" | ||
| + y="116.20749" | ||
| + id="use11829" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph2-6" | ||
| + x="100.77293" | ||
| + y="116.20749" | ||
| + id="use11831" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#ffffff;fill-opacity:1" | ||
| + id="g11833"> | ||
| + <use | ||
| + xlink:href="#glyph2-7" | ||
| + x="300.0014" | ||
| + y="116.20749" | ||
| + id="use11835" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph2-2" | ||
| + x="306.03345" | ||
| + y="116.20749" | ||
| + id="use11837" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph2-8" | ||
| + x="312.08551" | ||
| + y="116.20749" | ||
| + id="use11839" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph2-9" | ||
| + x="314.61057" | ||
| + y="116.20749" | ||
| + id="use11841" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#ffffff;fill-opacity:1" | ||
| + id="g11843"> | ||
| + <use | ||
| + xlink:href="#glyph2-10" | ||
| + x="317.1456" | ||
| + y="116.20749" | ||
| + id="use11845" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph2-11" | ||
| + x="321.91513" | ||
| + y="116.20749" | ||
| + id="use11847" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#ffffff;fill-opacity:1" | ||
| + id="g11849"> | ||
| + <use | ||
| + xlink:href="#glyph2-12" | ||
| + x="396.37375" | ||
| + y="116.20749" | ||
| + id="use11851" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph2-13" | ||
| + x="403.67831" | ||
| + y="116.20749" | ||
| + id="use11853" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph2-6" | ||
| + x="409.24945" | ||
| + y="116.20749" | ||
| + id="use11855" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph2-4" | ||
| + x="412.7865" | ||
| + y="116.20749" | ||
| + id="use11857" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#ffffff;fill-opacity:1" | ||
| + id="g11859"> | ||
| + <use | ||
| + xlink:href="#glyph2-14" | ||
| + x="503.12558" | ||
| + y="116.20749" | ||
| + id="use11861" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph2-6" | ||
| + x="508.61652" | ||
| + y="116.20749" | ||
| + id="use11863" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph2-13" | ||
| + x="512.15356" | ||
| + y="116.20749" | ||
| + id="use11865" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph2-6" | ||
| + x="517.72473" | ||
| + y="116.20749" | ||
| + id="use11867" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph2-4" | ||
| + x="521.26178" | ||
| + y="116.20749" | ||
| + id="use11869" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g11871"> | ||
| + <use | ||
| + xlink:href="#glyph1-15" | ||
| + x="57.997555" | ||
| + y="131.23749" | ||
| + id="use11873" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-9" | ||
| + x="63.488514" | ||
| + y="131.23749" | ||
| + id="use11875" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-6" | ||
| + x="69.630775" | ||
| + y="131.23749" | ||
| + id="use11877" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-16" | ||
| + x="73.718933" | ||
| + y="131.23749" | ||
| + id="use11879" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-7" | ||
| + x="78.728935" | ||
| + y="131.23749" | ||
| + id="use11881" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g11883"> | ||
| + <use | ||
| + xlink:href="#glyph1-12" | ||
| + x="84.360176" | ||
| + y="131.23749" | ||
| + id="use11885" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-17" | ||
| + x="86.885216" | ||
| + y="131.23749" | ||
| + id="use11887" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-17" | ||
| + x="89.410255" | ||
| + y="131.23749" | ||
| + id="use11889" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-11" | ||
| + x="91.935295" | ||
| + y="131.23749" | ||
| + id="use11891" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-14" | ||
| + x="97.506409" | ||
| + y="131.23749" | ||
| + id="use11893" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-18" | ||
| + x="103.64867" | ||
| + y="131.23749" | ||
| + id="use11895" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-7" | ||
| + x="108.41819" | ||
| + y="131.23749" | ||
| + id="use11897" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-5" | ||
| + x="114.03941" | ||
| + y="131.23749" | ||
| + id="use11899" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-19" | ||
| + x="116.63459" | ||
| + y="131.23749" | ||
| + id="use11901" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-11" | ||
| + x="122.76683" | ||
| + y="131.23749" | ||
| + id="use11903" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-10" | ||
| + x="128.33795" | ||
| + y="131.23749" | ||
| + id="use11905" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-11" | ||
| + x="131.87502" | ||
| + y="131.23749" | ||
| + id="use11907" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-5" | ||
| + x="137.44612" | ||
| + y="131.23749" | ||
| + id="use11909" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-12" | ||
| + x="140.04131" | ||
| + y="131.23749" | ||
| + id="use11911" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-20" | ||
| + x="142.56635" | ||
| + y="131.23749" | ||
| + id="use11913" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-5" | ||
| + x="147.34589" | ||
| + y="131.23749" | ||
| + id="use11915" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g11917"> | ||
| + <use | ||
| + xlink:href="#glyph1-20" | ||
| + x="149.93105" | ||
| + y="131.23749" | ||
| + id="use11919" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-9" | ||
| + x="154.71059" | ||
| + y="131.23749" | ||
| + id="use11921" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-20" | ||
| + x="160.85284" | ||
| + y="131.23749" | ||
| + id="use11923" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-18" | ||
| + x="165.63239" | ||
| + y="131.23749" | ||
| + id="use11925" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-7" | ||
| + x="170.4019" | ||
| + y="131.23749" | ||
| + id="use11927" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g11929"> | ||
| + <use | ||
| + xlink:href="#glyph1-8" | ||
| + x="176.03314" | ||
| + y="131.23749" | ||
| + id="use11931" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g11933"> | ||
| + <use | ||
| + xlink:href="#glyph1-10" | ||
| + x="182.15536" | ||
| + y="131.23749" | ||
| + id="use11935" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-12" | ||
| + x="185.69243" | ||
| + y="131.23749" | ||
| + id="use11937" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g11939"> | ||
| + <use | ||
| + xlink:href="#glyph1-21" | ||
| + x="188.22748" | ||
| + y="131.23749" | ||
| + id="use11941" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g11943"> | ||
| + <use | ||
| + xlink:href="#glyph1-17" | ||
| + x="194.3497" | ||
| + y="131.23749" | ||
| + id="use11945" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g11947"> | ||
| + <use | ||
| + xlink:href="#glyph1-7" | ||
| + x="196.88477" | ||
| + y="131.23749" | ||
| + id="use11949" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-5" | ||
| + x="202.50598" | ||
| + y="131.23749" | ||
| + id="use11951" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-10" | ||
| + x="205.10117" | ||
| + y="131.23749" | ||
| + id="use11953" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-13" | ||
| + x="208.63821" | ||
| + y="131.23749" | ||
| + id="use11955" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-5" | ||
| + x="214.69031" | ||
| + y="131.23749" | ||
| + id="use11957" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g11959"> | ||
| + <use | ||
| + xlink:href="#glyph1-10" | ||
| + x="217.45123" | ||
| + y="131.23749" | ||
| + id="use11961" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-22" | ||
| + x="220.9883" | ||
| + y="131.23749" | ||
| + id="use11963" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-7" | ||
| + x="227.13055" | ||
| + y="131.23749" | ||
| + id="use11965" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-23" | ||
| + x="232.75177" | ||
| + y="131.23749" | ||
| + id="use11967" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-10" | ||
| + x="236.13853" | ||
| + y="131.23749" | ||
| + id="use11969" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g11971"> | ||
| + <use | ||
| + xlink:href="#glyph1-24" | ||
| + x="239.69354" | ||
| + y="131.23749" | ||
| + id="use11973" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g11975"> | ||
| + <use | ||
| + xlink:href="#glyph1-25" | ||
| + x="300.0014" | ||
| + y="131.23749" | ||
| + id="use11977" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-12" | ||
| + x="307.30597" | ||
| + y="131.23749" | ||
| + id="use11979" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-26" | ||
| + x="309.83102" | ||
| + y="131.23749" | ||
| + id="use11981" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-12" | ||
| + x="315.31195" | ||
| + y="131.23749" | ||
| + id="use11983" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g11985"> | ||
| + <use | ||
| + xlink:href="#glyph1-10" | ||
| + x="317.84702" | ||
| + y="131.23749" | ||
| + id="use11987" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-11" | ||
| + x="321.38406" | ||
| + y="131.23749" | ||
| + id="use11989" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-17" | ||
| + x="326.9552" | ||
| + y="131.23749" | ||
| + id="use11991" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-5" | ||
| + x="329.48022" | ||
| + y="131.23749" | ||
| + id="use11993" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-27" | ||
| + x="332.07541" | ||
| + y="131.23749" | ||
| + id="use11995" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g11997"> | ||
| + <use | ||
| + xlink:href="#glyph1-6" | ||
| + x="337.23572" | ||
| + y="131.23749" | ||
| + id="use11999" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-7" | ||
| + x="341.32388" | ||
| + y="131.23749" | ||
| + id="use12001" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g12003"> | ||
| + <use | ||
| + xlink:href="#glyph1-7" | ||
| + x="346.95511" | ||
| + y="131.23749" | ||
| + id="use12005" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-19" | ||
| + x="352.57632" | ||
| + y="131.23749" | ||
| + id="use12007" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-13" | ||
| + x="358.70859" | ||
| + y="131.23749" | ||
| + id="use12009" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-28" | ||
| + x="364.76065" | ||
| + y="131.23749" | ||
| + id="use12011" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-5" | ||
| + x="374.07925" | ||
| + y="131.23749" | ||
| + id="use12013" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-29" | ||
| + x="376.67444" | ||
| + y="131.23749" | ||
| + id="use12015" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-18" | ||
| + x="383.00708" | ||
| + y="131.23749" | ||
| + id="use12017" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-10" | ||
| + x="387.77658" | ||
| + y="131.23749" | ||
| + id="use12019" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12021"> | ||
| + <use | ||
| + xlink:href="#glyph1-30" | ||
| + x="396.40216" | ||
| + y="131.23749" | ||
| + id="use12023" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-9" | ||
| + x="399.07748" | ||
| + y="131.23749" | ||
| + id="use12025" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12027"> | ||
| + <use | ||
| + xlink:href="#glyph1-14" | ||
| + x="405.20972" | ||
| + y="131.23749" | ||
| + id="use12029" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-5" | ||
| + x="411.35199" | ||
| + y="131.23749" | ||
| + id="use12031" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-1" | ||
| + x="413.94717" | ||
| + y="131.23749" | ||
| + id="use12033" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-31" | ||
| + x="419.66858" | ||
| + y="131.23749" | ||
| + id="use12035" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-2" | ||
| + x="425.39001" | ||
| + y="131.23749" | ||
| + id="use12037" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-5" | ||
| + x="427.84491" | ||
| + y="131.23749" | ||
| + id="use12039" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12041"> | ||
| + <use | ||
| + xlink:href="#glyph1-32" | ||
| + x="430.43005" | ||
| + y="131.23749" | ||
| + id="use12043" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-33" | ||
| + x="436.15149" | ||
| + y="131.23749" | ||
| + id="use12045" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-1" | ||
| + x="441.87289" | ||
| + y="131.23749" | ||
| + id="use12047" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12049"> | ||
| + <use | ||
| + xlink:href="#glyph1-34" | ||
| + x="447.60434" | ||
| + y="131.23749" | ||
| + id="use12051" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12053"> | ||
| + <use | ||
| + xlink:href="#glyph1-1" | ||
| + x="455.83075" | ||
| + y="131.23749" | ||
| + id="use12055" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-34" | ||
| + x="461.55219" | ||
| + y="131.23749" | ||
| + id="use12057" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-35" | ||
| + x="467.27359" | ||
| + y="131.23749" | ||
| + id="use12059" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12061"> | ||
| + <use | ||
| + xlink:href="#glyph1-3" | ||
| + x="469.92889" | ||
| + y="131.23749" | ||
| + id="use12063" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-32" | ||
| + x="475.65033" | ||
| + y="131.23749" | ||
| + id="use12065" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12067"> | ||
| + <use | ||
| + xlink:href="#glyph1-35" | ||
| + x="481.38177" | ||
| + y="131.23749" | ||
| + id="use12069" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12071"> | ||
| + <use | ||
| + xlink:href="#glyph1-33" | ||
| + x="484.03705" | ||
| + y="131.23749" | ||
| + id="use12073" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-31" | ||
| + x="489.75848" | ||
| + y="131.23749" | ||
| + id="use12075" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12077"> | ||
| + <use | ||
| + xlink:href="#glyph1-29" | ||
| + x="502.9949" | ||
| + y="131.23749" | ||
| + id="use12079" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12081"> | ||
| + <use | ||
| + xlink:href="#glyph1-18" | ||
| + x="509.33755" | ||
| + y="131.23749" | ||
| + id="use12083" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-18" | ||
| + x="514.10706" | ||
| + y="131.23749" | ||
| + id="use12085" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-7" | ||
| + x="518.87659" | ||
| + y="131.23749" | ||
| + id="use12087" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-8" | ||
| + x="524.4978" | ||
| + y="131.23749" | ||
| + id="use12089" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-10" | ||
| + x="530.63007" | ||
| + y="131.23749" | ||
| + id="use12091" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-7" | ||
| + x="534.16711" | ||
| + y="131.23749" | ||
| + id="use12093" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-19" | ||
| + x="539.78833" | ||
| + y="131.23749" | ||
| + id="use12095" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12097"> | ||
| + <use | ||
| + xlink:href="#glyph1-25" | ||
| + x="57.997555" | ||
| + y="146.26749" | ||
| + id="use12099" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-11" | ||
| + x="65.302132" | ||
| + y="146.26749" | ||
| + id="use12101" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-10" | ||
| + x="70.873253" | ||
| + y="146.26749" | ||
| + id="use12103" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-11" | ||
| + x="74.410316" | ||
| + y="146.26749" | ||
| + id="use12105" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-5" | ||
| + x="79.98143" | ||
| + y="146.26749" | ||
| + id="use12107" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-6" | ||
| + x="82.576614" | ||
| + y="146.26749" | ||
| + id="use12109" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-7" | ||
| + x="86.664772" | ||
| + y="146.26749" | ||
| + id="use12111" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12113"> | ||
| + <use | ||
| + xlink:href="#glyph1-10" | ||
| + x="92.296013" | ||
| + y="146.26749" | ||
| + id="use12115" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-7" | ||
| + x="95.833069" | ||
| + y="146.26749" | ||
| + id="use12117" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-14" | ||
| + x="101.45429" | ||
| + y="146.26749" | ||
| + id="use12119" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-10" | ||
| + x="107.59655" | ||
| + y="146.26749" | ||
| + id="use12121" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-12" | ||
| + x="111.13361" | ||
| + y="146.26749" | ||
| + id="use12123" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-13" | ||
| + x="113.65865" | ||
| + y="146.26749" | ||
| + id="use12125" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-14" | ||
| + x="119.71073" | ||
| + y="146.26749" | ||
| + id="use12127" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-5" | ||
| + x="125.85299" | ||
| + y="146.26749" | ||
| + id="use12129" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-18" | ||
| + x="128.44817" | ||
| + y="146.26749" | ||
| + id="use12131" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-11" | ||
| + x="133.21768" | ||
| + y="146.26749" | ||
| + id="use12133" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-14" | ||
| + x="138.7888" | ||
| + y="146.26749" | ||
| + id="use12135" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-5" | ||
| + x="144.93106" | ||
| + y="146.26749" | ||
| + id="use12137" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g12139"> | ||
| + <use | ||
| + xlink:href="#glyph1-13" | ||
| + x="147.58261" | ||
| + y="146.26749" | ||
| + id="use12141" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-16" | ||
| + x="153.63469" | ||
| + y="146.26749" | ||
| + id="use12143" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-7" | ||
| + x="158.64468" | ||
| + y="146.26749" | ||
| + id="use12145" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-6" | ||
| + x="164.2659" | ||
| + y="146.26749" | ||
| + id="use12147" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-10" | ||
| + x="168.35406" | ||
| + y="146.26749" | ||
| + id="use12149" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-9" | ||
| + x="171.89113" | ||
| + y="146.26749" | ||
| + id="use12151" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-6" | ||
| + x="178.03339" | ||
| + y="146.26749" | ||
| + id="use12153" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-14" | ||
| + x="182.12155" | ||
| + y="146.26749" | ||
| + id="use12155" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12157"> | ||
| + <use | ||
| + xlink:href="#glyph1-5" | ||
| + x="188.29929" | ||
| + y="146.26749" | ||
| + id="use12159" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-10" | ||
| + x="190.89447" | ||
| + y="146.26749" | ||
| + id="use12161" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-22" | ||
| + x="194.43153" | ||
| + y="146.26749" | ||
| + id="use12163" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-7" | ||
| + x="200.57379" | ||
| + y="146.26749" | ||
| + id="use12165" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-5" | ||
| + x="206.19501" | ||
| + y="146.26749" | ||
| + id="use12167" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-8" | ||
| + x="208.79019" | ||
| + y="146.26749" | ||
| + id="use12169" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-6" | ||
| + x="214.92242" | ||
| + y="146.26749" | ||
| + id="use12171" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-7" | ||
| + x="219.01059" | ||
| + y="146.26749" | ||
| + id="use12173" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-20" | ||
| + x="224.63181" | ||
| + y="146.26749" | ||
| + id="use12175" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-9" | ||
| + x="229.41135" | ||
| + y="146.26749" | ||
| + id="use12177" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-28" | ||
| + x="235.5536" | ||
| + y="146.26749" | ||
| + id="use12179" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-8" | ||
| + x="244.87221" | ||
| + y="146.26749" | ||
| + id="use12181" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-10" | ||
| + x="251.00444" | ||
| + y="146.26749" | ||
| + id="use12183" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-12" | ||
| + x="254.5415" | ||
| + y="146.26749" | ||
| + id="use12185" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-13" | ||
| + x="257.06653" | ||
| + y="146.26749" | ||
| + id="use12187" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-14" | ||
| + x="263.11862" | ||
| + y="146.26749" | ||
| + id="use12189" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-5" | ||
| + x="269.26089" | ||
| + y="146.26749" | ||
| + id="use12191" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-13" | ||
| + x="271.85605" | ||
| + y="146.26749" | ||
| + id="use12193" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-23" | ||
| + x="277.90814" | ||
| + y="146.26749" | ||
| + id="use12195" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12197"> | ||
| + <use | ||
| + xlink:href="#glyph1-12" | ||
| + x="57.997559" | ||
| + y="156.28749" | ||
| + id="use12199" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-14" | ||
| + x="60.522598" | ||
| + y="156.28749" | ||
| + id="use12201" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-14" | ||
| + x="66.664856" | ||
| + y="156.28749" | ||
| + id="use12203" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-13" | ||
| + x="72.807121" | ||
| + y="156.28749" | ||
| + id="use12205" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-18" | ||
| + x="78.8592" | ||
| + y="156.28749" | ||
| + id="use12207" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-7" | ||
| + x="83.628716" | ||
| + y="156.28749" | ||
| + id="use12209" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-14" | ||
| + x="89.249939" | ||
| + y="156.28749" | ||
| + id="use12211" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-18" | ||
| + x="95.392197" | ||
| + y="156.28749" | ||
| + id="use12213" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-7" | ||
| + x="100.16171" | ||
| + y="156.28749" | ||
| + id="use12215" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-24" | ||
| + x="105.78294" | ||
| + y="156.28749" | ||
| + id="use12217" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g12219"> | ||
| + <use | ||
| + xlink:href="#glyph1-25" | ||
| + x="300.0014" | ||
| + y="146.26749" | ||
| + id="use12221" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-12" | ||
| + x="307.30597" | ||
| + y="146.26749" | ||
| + id="use12223" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-26" | ||
| + x="309.83102" | ||
| + y="146.26749" | ||
| + id="use12225" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-12" | ||
| + x="315.31195" | ||
| + y="146.26749" | ||
| + id="use12227" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g12229"> | ||
| + <use | ||
| + xlink:href="#glyph1-10" | ||
| + x="317.84702" | ||
| + y="146.26749" | ||
| + id="use12231" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-11" | ||
| + x="321.38406" | ||
| + y="146.26749" | ||
| + id="use12233" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-17" | ||
| + x="326.9552" | ||
| + y="146.26749" | ||
| + id="use12235" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-5" | ||
| + x="329.48022" | ||
| + y="146.26749" | ||
| + id="use12237" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-27" | ||
| + x="332.07541" | ||
| + y="146.26749" | ||
| + id="use12239" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g12241"> | ||
| + <use | ||
| + xlink:href="#glyph1-6" | ||
| + x="337.23572" | ||
| + y="146.26749" | ||
| + id="use12243" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-7" | ||
| + x="341.32388" | ||
| + y="146.26749" | ||
| + id="use12245" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g12247"> | ||
| + <use | ||
| + xlink:href="#glyph1-7" | ||
| + x="346.95511" | ||
| + y="146.26749" | ||
| + id="use12249" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-19" | ||
| + x="352.57632" | ||
| + y="146.26749" | ||
| + id="use12251" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-13" | ||
| + x="358.70859" | ||
| + y="146.26749" | ||
| + id="use12253" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-28" | ||
| + x="364.76065" | ||
| + y="146.26749" | ||
| + id="use12255" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-5" | ||
| + x="374.07925" | ||
| + y="146.26749" | ||
| + id="use12257" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-29" | ||
| + x="376.67444" | ||
| + y="146.26749" | ||
| + id="use12259" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-18" | ||
| + x="383.00708" | ||
| + y="146.26749" | ||
| + id="use12261" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-10" | ||
| + x="387.77658" | ||
| + y="146.26749" | ||
| + id="use12263" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12265"> | ||
| + <use | ||
| + xlink:href="#glyph1-30" | ||
| + x="396.40216" | ||
| + y="146.26749" | ||
| + id="use12267" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-9" | ||
| + x="399.07748" | ||
| + y="146.26749" | ||
| + id="use12269" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12271"> | ||
| + <use | ||
| + xlink:href="#glyph1-14" | ||
| + x="405.20972" | ||
| + y="146.26749" | ||
| + id="use12273" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-5" | ||
| + x="411.35199" | ||
| + y="146.26749" | ||
| + id="use12275" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-1" | ||
| + x="413.94717" | ||
| + y="146.26749" | ||
| + id="use12277" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-31" | ||
| + x="419.66858" | ||
| + y="146.26749" | ||
| + id="use12279" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-2" | ||
| + x="425.39001" | ||
| + y="146.26749" | ||
| + id="use12281" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-5" | ||
| + x="427.84491" | ||
| + y="146.26749" | ||
| + id="use12283" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12285"> | ||
| + <use | ||
| + xlink:href="#glyph1-32" | ||
| + x="430.43005" | ||
| + y="146.26749" | ||
| + id="use12287" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-33" | ||
| + x="436.15149" | ||
| + y="146.26749" | ||
| + id="use12289" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-1" | ||
| + x="441.87289" | ||
| + y="146.26749" | ||
| + id="use12291" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12293"> | ||
| + <use | ||
| + xlink:href="#glyph1-34" | ||
| + x="447.60434" | ||
| + y="146.26749" | ||
| + id="use12295" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12297"> | ||
| + <use | ||
| + xlink:href="#glyph1-1" | ||
| + x="455.83075" | ||
| + y="146.26749" | ||
| + id="use12299" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-36" | ||
| + x="461.55219" | ||
| + y="146.26749" | ||
| + id="use12301" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-35" | ||
| + x="467.27359" | ||
| + y="146.26749" | ||
| + id="use12303" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12305"> | ||
| + <use | ||
| + xlink:href="#glyph1-1" | ||
| + x="469.92889" | ||
| + y="146.26749" | ||
| + id="use12307" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-32" | ||
| + x="475.65033" | ||
| + y="146.26749" | ||
| + id="use12309" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12311"> | ||
| + <use | ||
| + xlink:href="#glyph1-35" | ||
| + x="481.38177" | ||
| + y="146.26749" | ||
| + id="use12313" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12315"> | ||
| + <use | ||
| + xlink:href="#glyph1-31" | ||
| + x="484.03705" | ||
| + y="146.26749" | ||
| + id="use12317" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-33" | ||
| + x="489.75848" | ||
| + y="146.26749" | ||
| + id="use12319" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12321"> | ||
| + <use | ||
| + xlink:href="#glyph1-29" | ||
| + x="502.9949" | ||
| + y="146.26749" | ||
| + id="use12323" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12325"> | ||
| + <use | ||
| + xlink:href="#glyph1-18" | ||
| + x="509.33755" | ||
| + y="146.26749" | ||
| + id="use12327" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-18" | ||
| + x="514.10706" | ||
| + y="146.26749" | ||
| + id="use12329" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-7" | ||
| + x="518.87659" | ||
| + y="146.26749" | ||
| + id="use12331" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-8" | ||
| + x="524.4978" | ||
| + y="146.26749" | ||
| + id="use12333" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-10" | ||
| + x="530.63007" | ||
| + y="146.26749" | ||
| + id="use12335" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-7" | ||
| + x="534.16711" | ||
| + y="146.26749" | ||
| + id="use12337" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-19" | ||
| + x="539.78833" | ||
| + y="146.26749" | ||
| + id="use12339" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12341"> | ||
| + <use | ||
| + xlink:href="#glyph1-37" | ||
| + x="57.997555" | ||
| + y="171.31749" | ||
| + id="use12343" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-14" | ||
| + x="63.568676" | ||
| + y="171.31749" | ||
| + id="use12345" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-20" | ||
| + x="69.710938" | ||
| + y="171.31749" | ||
| + id="use12347" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-9" | ||
| + x="74.490471" | ||
| + y="171.31749" | ||
| + id="use12349" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-6" | ||
| + x="80.632736" | ||
| + y="171.31749" | ||
| + id="use12351" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-7" | ||
| + x="84.720894" | ||
| + y="171.31749" | ||
| + id="use12353" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-5" | ||
| + x="90.34211" | ||
| + y="171.31749" | ||
| + id="use12355" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-11" | ||
| + x="92.937294" | ||
| + y="171.31749" | ||
| + id="use12357" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-14" | ||
| + x="98.508408" | ||
| + y="171.31749" | ||
| + id="use12359" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-13" | ||
| + x="104.65067" | ||
| + y="171.31749" | ||
| + id="use12361" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-14" | ||
| + x="110.70275" | ||
| + y="171.31749" | ||
| + id="use12363" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-38" | ||
| + x="116.84501" | ||
| + y="171.31749" | ||
| + id="use12365" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-28" | ||
| + x="121.88507" | ||
| + y="171.31749" | ||
| + id="use12367" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-12" | ||
| + x="131.20367" | ||
| + y="171.31749" | ||
| + id="use12369" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-10" | ||
| + x="133.72871" | ||
| + y="171.31749" | ||
| + id="use12371" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-38" | ||
| + x="137.26576" | ||
| + y="171.31749" | ||
| + id="use12373" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-5" | ||
| + x="142.30583" | ||
| + y="171.31749" | ||
| + id="use12375" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-39" | ||
| + x="144.901" | ||
| + y="171.31749" | ||
| + id="use12377" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-22" | ||
| + x="152.68654" | ||
| + y="171.31749" | ||
| + id="use12379" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-7" | ||
| + x="158.82881" | ||
| + y="171.31749" | ||
| + id="use12381" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12383"> | ||
| + <use | ||
| + xlink:href="#glyph1-14" | ||
| + x="164.46005" | ||
| + y="171.31749" | ||
| + id="use12385" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12387"> | ||
| + <use | ||
| + xlink:href="#glyph1-5" | ||
| + x="170.59229" | ||
| + y="171.31749" | ||
| + id="use12389" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-20" | ||
| + x="173.18747" | ||
| + y="171.31749" | ||
| + id="use12391" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-7" | ||
| + x="177.96701" | ||
| + y="171.31749" | ||
| + id="use12393" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-7" | ||
| + x="183.58823" | ||
| + y="171.31749" | ||
| + id="use12395" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12397"> | ||
| + <use | ||
| + xlink:href="#glyph1-40" | ||
| + x="189.21947" | ||
| + y="171.31749" | ||
| + id="use12399" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-12" | ||
| + x="194.46994" | ||
| + y="171.31749" | ||
| + id="use12401" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-14" | ||
| + x="196.99498" | ||
| + y="171.31749" | ||
| + id="use12403" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-26" | ||
| + x="203.13724" | ||
| + y="171.31749" | ||
| + id="use12405" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-5" | ||
| + x="208.61818" | ||
| + y="171.31749" | ||
| + id="use12407" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-13" | ||
| + x="211.21336" | ||
| + y="171.31749" | ||
| + id="use12409" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-6" | ||
| + x="217.26544" | ||
| + y="171.31749" | ||
| + id="use12411" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12413"> | ||
| + <use | ||
| + xlink:href="#glyph1-18" | ||
| + x="57.997555" | ||
| + y="181.33748" | ||
| + id="use12415" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-13" | ||
| + x="62.767075" | ||
| + y="181.33748" | ||
| + id="use12417" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-28" | ||
| + x="68.819153" | ||
| + y="181.33748" | ||
| + id="use12419" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-28" | ||
| + x="78.137756" | ||
| + y="181.33748" | ||
| + id="use12421" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-9" | ||
| + x="87.456352" | ||
| + y="181.33748" | ||
| + id="use12423" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-14" | ||
| + x="93.59861" | ||
| + y="181.33748" | ||
| + id="use12425" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-12" | ||
| + x="99.740868" | ||
| + y="181.33748" | ||
| + id="use12427" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-18" | ||
| + x="102.26591" | ||
| + y="181.33748" | ||
| + id="use12429" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-11" | ||
| + x="107.03543" | ||
| + y="181.33748" | ||
| + id="use12431" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-10" | ||
| + x="112.60655" | ||
| + y="181.33748" | ||
| + id="use12433" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-12" | ||
| + x="116.14361" | ||
| + y="181.33748" | ||
| + id="use12435" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-14" | ||
| + x="118.66865" | ||
| + y="181.33748" | ||
| + id="use12437" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-26" | ||
| + x="124.81091" | ||
| + y="181.33748" | ||
| + id="use12439" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-5" | ||
| + x="130.29185" | ||
| + y="181.33748" | ||
| + id="use12441" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-20" | ||
| + x="132.88702" | ||
| + y="181.33748" | ||
| + id="use12443" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-7" | ||
| + x="137.66656" | ||
| + y="181.33748" | ||
| + id="use12445" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-14" | ||
| + x="143.28778" | ||
| + y="181.33748" | ||
| + id="use12447" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-20" | ||
| + x="149.43004" | ||
| + y="181.33748" | ||
| + id="use12449" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-12" | ||
| + x="154.20958" | ||
| + y="181.33748" | ||
| + id="use12451" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-10" | ||
| + x="156.73462" | ||
| + y="181.33748" | ||
| + id="use12453" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-12" | ||
| + x="160.27168" | ||
| + y="181.33748" | ||
| + id="use12455" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-16" | ||
| + x="162.79672" | ||
| + y="181.33748" | ||
| + id="use12457" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12459"> | ||
| + <use | ||
| + xlink:href="#glyph1-7" | ||
| + x="167.81674" | ||
| + y="181.33748" | ||
| + id="use12461" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-5" | ||
| + x="173.43796" | ||
| + y="181.33748" | ||
| + id="use12463" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-22" | ||
| + x="176.03314" | ||
| + y="181.33748" | ||
| + id="use12465" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12467"> | ||
| + <use | ||
| + xlink:href="#glyph1-7" | ||
| + x="182.16539" | ||
| + y="181.33748" | ||
| + id="use12469" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12471"> | ||
| + <use | ||
| + xlink:href="#glyph1-11" | ||
| + x="187.79662" | ||
| + y="181.33748" | ||
| + id="use12473" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-17" | ||
| + x="193.36774" | ||
| + y="181.33748" | ||
| + id="use12475" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-10" | ||
| + x="195.89278" | ||
| + y="181.33748" | ||
| + id="use12477" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-22" | ||
| + x="199.42984" | ||
| + y="181.33748" | ||
| + id="use12479" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-41" | ||
| + x="205.5721" | ||
| + y="181.33748" | ||
| + id="use12481" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-6" | ||
| + x="208.78851" | ||
| + y="181.33748" | ||
| + id="use12483" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-7" | ||
| + x="212.87668" | ||
| + y="181.33748" | ||
| + id="use12485" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12487"> | ||
| + <use | ||
| + xlink:href="#glyph1-17" | ||
| + x="218.50792" | ||
| + y="181.33748" | ||
| + id="use12489" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-11" | ||
| + x="221.03296" | ||
| + y="181.33748" | ||
| + id="use12491" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-10" | ||
| + x="226.60408" | ||
| + y="181.33748" | ||
| + id="use12493" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-7" | ||
| + x="230.14114" | ||
| + y="181.33748" | ||
| + id="use12495" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-19" | ||
| + x="235.76236" | ||
| + y="181.33748" | ||
| + id="use12497" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12499"> | ||
| + <use | ||
| + xlink:href="#glyph1-12" | ||
| + x="57.997555" | ||
| + y="191.35748" | ||
| + id="use12501" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-14" | ||
| + x="60.522594" | ||
| + y="191.35748" | ||
| + id="use12503" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-23" | ||
| + x="66.664856" | ||
| + y="191.35748" | ||
| + id="use12505" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-13" | ||
| + x="70.051613" | ||
| + y="191.35748" | ||
| + id="use12507" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-6" | ||
| + x="76.103691" | ||
| + y="191.35748" | ||
| + id="use12509" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-28" | ||
| + x="80.191856" | ||
| + y="191.35748" | ||
| + id="use12511" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-11" | ||
| + x="89.510452" | ||
| + y="191.35748" | ||
| + id="use12513" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-10" | ||
| + x="95.081573" | ||
| + y="191.35748" | ||
| + id="use12515" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-12" | ||
| + x="98.618629" | ||
| + y="191.35748" | ||
| + id="use12517" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-13" | ||
| + x="101.14367" | ||
| + y="191.35748" | ||
| + id="use12519" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-14" | ||
| + x="107.19575" | ||
| + y="191.35748" | ||
| + id="use12521" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-24" | ||
| + x="113.33801" | ||
| + y="191.35748" | ||
| + id="use12523" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g12525"> | ||
| + <use | ||
| + xlink:href="#glyph1-25" | ||
| + x="300.0014" | ||
| + y="171.31749" | ||
| + id="use12527" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-12" | ||
| + x="307.30597" | ||
| + y="171.31749" | ||
| + id="use12529" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-26" | ||
| + x="309.83102" | ||
| + y="171.31749" | ||
| + id="use12531" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-12" | ||
| + x="315.31195" | ||
| + y="171.31749" | ||
| + id="use12533" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g12535"> | ||
| + <use | ||
| + xlink:href="#glyph1-10" | ||
| + x="317.84702" | ||
| + y="171.31749" | ||
| + id="use12537" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-11" | ||
| + x="321.38406" | ||
| + y="171.31749" | ||
| + id="use12539" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-17" | ||
| + x="326.9552" | ||
| + y="171.31749" | ||
| + id="use12541" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-5" | ||
| + x="329.48022" | ||
| + y="171.31749" | ||
| + id="use12543" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-27" | ||
| + x="332.07541" | ||
| + y="171.31749" | ||
| + id="use12545" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g12547"> | ||
| + <use | ||
| + xlink:href="#glyph1-6" | ||
| + x="337.23572" | ||
| + y="171.31749" | ||
| + id="use12549" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-7" | ||
| + x="341.32388" | ||
| + y="171.31749" | ||
| + id="use12551" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g12553"> | ||
| + <use | ||
| + xlink:href="#glyph1-7" | ||
| + x="346.95511" | ||
| + y="171.31749" | ||
| + id="use12555" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-19" | ||
| + x="352.57632" | ||
| + y="171.31749" | ||
| + id="use12557" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-13" | ||
| + x="358.70859" | ||
| + y="171.31749" | ||
| + id="use12559" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-28" | ||
| + x="364.76065" | ||
| + y="171.31749" | ||
| + id="use12561" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-5" | ||
| + x="374.07925" | ||
| + y="171.31749" | ||
| + id="use12563" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-29" | ||
| + x="376.67444" | ||
| + y="171.31749" | ||
| + id="use12565" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-18" | ||
| + x="383.00708" | ||
| + y="171.31749" | ||
| + id="use12567" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-10" | ||
| + x="387.77658" | ||
| + y="171.31749" | ||
| + id="use12569" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12571"> | ||
| + <use | ||
| + xlink:href="#glyph1-30" | ||
| + x="396.40216" | ||
| + y="171.31749" | ||
| + id="use12573" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-9" | ||
| + x="399.07748" | ||
| + y="171.31749" | ||
| + id="use12575" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12577"> | ||
| + <use | ||
| + xlink:href="#glyph1-14" | ||
| + x="405.20972" | ||
| + y="171.31749" | ||
| + id="use12579" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-5" | ||
| + x="411.35199" | ||
| + y="171.31749" | ||
| + id="use12581" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-1" | ||
| + x="413.94717" | ||
| + y="171.31749" | ||
| + id="use12583" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-31" | ||
| + x="419.66858" | ||
| + y="171.31749" | ||
| + id="use12585" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-2" | ||
| + x="425.39001" | ||
| + y="171.31749" | ||
| + id="use12587" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-5" | ||
| + x="427.84491" | ||
| + y="171.31749" | ||
| + id="use12589" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12591"> | ||
| + <use | ||
| + xlink:href="#glyph1-32" | ||
| + x="430.43005" | ||
| + y="171.31749" | ||
| + id="use12593" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-33" | ||
| + x="436.15149" | ||
| + y="171.31749" | ||
| + id="use12595" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-1" | ||
| + x="441.87289" | ||
| + y="171.31749" | ||
| + id="use12597" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12599"> | ||
| + <use | ||
| + xlink:href="#glyph1-34" | ||
| + x="447.60434" | ||
| + y="171.31749" | ||
| + id="use12601" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12603"> | ||
| + <use | ||
| + xlink:href="#glyph1-1" | ||
| + x="455.83075" | ||
| + y="171.31749" | ||
| + id="use12605" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-42" | ||
| + x="461.55219" | ||
| + y="171.31749" | ||
| + id="use12607" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-35" | ||
| + x="467.27359" | ||
| + y="171.31749" | ||
| + id="use12609" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12611"> | ||
| + <use | ||
| + xlink:href="#glyph1-32" | ||
| + x="469.92889" | ||
| + y="171.31749" | ||
| + id="use12613" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-1" | ||
| + x="475.65033" | ||
| + y="171.31749" | ||
| + id="use12615" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12617"> | ||
| + <use | ||
| + xlink:href="#glyph1-35" | ||
| + x="481.38177" | ||
| + y="171.31749" | ||
| + id="use12619" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12621"> | ||
| + <use | ||
| + xlink:href="#glyph1-32" | ||
| + x="484.03705" | ||
| + y="171.31749" | ||
| + id="use12623" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-32" | ||
| + x="489.75848" | ||
| + y="171.31749" | ||
| + id="use12625" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12627"> | ||
| + <use | ||
| + xlink:href="#glyph1-43" | ||
| + x="502.9949" | ||
| + y="171.31749" | ||
| + id="use12629" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-7" | ||
| + x="509.02695" | ||
| + y="171.31749" | ||
| + id="use12631" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12633"> | ||
| + <use | ||
| + xlink:href="#glyph1-14" | ||
| + x="514.6582" | ||
| + y="171.31749" | ||
| + id="use12635" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12637"> | ||
| + <use | ||
| + xlink:href="#glyph1-19" | ||
| + x="520.79041" | ||
| + y="171.31749" | ||
| + id="use12639" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-12" | ||
| + x="526.92267" | ||
| + y="171.31749" | ||
| + id="use12641" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-14" | ||
| + x="529.44769" | ||
| + y="171.31749" | ||
| + id="use12643" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-26" | ||
| + x="535.58997" | ||
| + y="171.31749" | ||
| + id="use12645" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12647"> | ||
| + <use | ||
| + xlink:href="#glyph1-44" | ||
| + x="57.997555" | ||
| + y="206.38748" | ||
| + id="use12649" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-28" | ||
| + x="60.783115" | ||
| + y="206.38748" | ||
| + id="use12651" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-8" | ||
| + x="70.101715" | ||
| + y="206.38748" | ||
| + id="use12653" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-6" | ||
| + x="76.233955" | ||
| + y="206.38748" | ||
| + id="use12655" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-13" | ||
| + x="80.322113" | ||
| + y="206.38748" | ||
| + id="use12657" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-16" | ||
| + x="86.374191" | ||
| + y="206.38748" | ||
| + id="use12659" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-7" | ||
| + x="91.384193" | ||
| + y="206.38748" | ||
| + id="use12661" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12663"> | ||
| + <use | ||
| + xlink:href="#glyph1-5" | ||
| + x="97.015434" | ||
| + y="206.38748" | ||
| + id="use12665" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12667"> | ||
| + <use | ||
| + xlink:href="#glyph1-10" | ||
| + x="99.600594" | ||
| + y="206.38748" | ||
| + id="use12669" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12671"> | ||
| + <use | ||
| + xlink:href="#glyph1-22" | ||
| + x="103.14767" | ||
| + y="206.38748" | ||
| + id="use12673" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12675"> | ||
| + <use | ||
| + xlink:href="#glyph1-7" | ||
| + x="109.27991" | ||
| + y="206.38748" | ||
| + id="use12677" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12679"> | ||
| + <use | ||
| + xlink:href="#glyph1-5" | ||
| + x="114.91115" | ||
| + y="206.38748" | ||
| + id="use12681" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12683"> | ||
| + <use | ||
| + xlink:href="#glyph1-28" | ||
| + x="117.49631" | ||
| + y="206.38748" | ||
| + id="use12685" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-7" | ||
| + x="126.81491" | ||
| + y="206.38748" | ||
| + id="use12687" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12689"> | ||
| + <use | ||
| + xlink:href="#glyph1-14" | ||
| + x="132.44615" | ||
| + y="206.38748" | ||
| + id="use12691" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-10" | ||
| + x="138.58841" | ||
| + y="206.38748" | ||
| + id="use12693" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-11" | ||
| + x="142.12547" | ||
| + y="206.38748" | ||
| + id="use12695" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-17" | ||
| + x="147.69658" | ||
| + y="206.38748" | ||
| + id="use12697" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-5" | ||
| + x="150.22162" | ||
| + y="206.38748" | ||
| + id="use12699" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-11" | ||
| + x="152.8168" | ||
| + y="206.38748" | ||
| + id="use12701" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-14" | ||
| + x="158.38792" | ||
| + y="206.38748" | ||
| + id="use12703" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12705"> | ||
| + <use | ||
| + xlink:href="#glyph1-19" | ||
| + x="164.52017" | ||
| + y="206.38748" | ||
| + id="use12707" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-5" | ||
| + x="170.6524" | ||
| + y="206.38748" | ||
| + id="use12709" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-8" | ||
| + x="173.24759" | ||
| + y="206.38748" | ||
| + id="use12711" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-22" | ||
| + x="179.37982" | ||
| + y="206.38748" | ||
| + id="use12713" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12715"> | ||
| + <use | ||
| + xlink:href="#glyph1-38" | ||
| + x="185.51207" | ||
| + y="206.38748" | ||
| + id="use12717" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12719"> | ||
| + <use | ||
| + xlink:href="#glyph1-20" | ||
| + x="190.56215" | ||
| + y="206.38748" | ||
| + id="use12721" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-12" | ||
| + x="195.34167" | ||
| + y="206.38748" | ||
| + id="use12723" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-18" | ||
| + x="197.86671" | ||
| + y="206.38748" | ||
| + id="use12725" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-11" | ||
| + x="202.63625" | ||
| + y="206.38748" | ||
| + id="use12727" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-17" | ||
| + x="208.20737" | ||
| + y="206.38748" | ||
| + id="use12729" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-5" | ||
| + x="210.73241" | ||
| + y="206.38748" | ||
| + id="use12731" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-22" | ||
| + x="213.32758" | ||
| + y="206.38748" | ||
| + id="use12733" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12735"> | ||
| + <use | ||
| + xlink:href="#glyph1-7" | ||
| + x="219.45982" | ||
| + y="206.38748" | ||
| + id="use12737" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12739"> | ||
| + <use | ||
| + xlink:href="#glyph1-11" | ||
| + x="225.09106" | ||
| + y="206.38748" | ||
| + id="use12741" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-17" | ||
| + x="230.66217" | ||
| + y="206.38748" | ||
| + id="use12743" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-10" | ||
| + x="233.18723" | ||
| + y="206.38748" | ||
| + id="use12745" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-22" | ||
| + x="236.72427" | ||
| + y="206.38748" | ||
| + id="use12747" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-5" | ||
| + x="242.86653" | ||
| + y="206.38748" | ||
| + id="use12749" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-13" | ||
| + x="245.46172" | ||
| + y="206.38748" | ||
| + id="use12751" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-23" | ||
| + x="251.51379" | ||
| + y="206.38748" | ||
| + id="use12753" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12755"> | ||
| + <use | ||
| + xlink:href="#glyph1-5" | ||
| + x="254.89053" | ||
| + y="206.38748" | ||
| + id="use12757" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-18" | ||
| + x="257.48572" | ||
| + y="206.38748" | ||
| + id="use12759" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-12" | ||
| + x="262.25525" | ||
| + y="206.38748" | ||
| + id="use12761" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-10" | ||
| + x="264.78027" | ||
| + y="206.38748" | ||
| + id="use12763" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-12" | ||
| + x="268.31732" | ||
| + y="206.38748" | ||
| + id="use12765" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12767"> | ||
| + <use | ||
| + xlink:href="#glyph1-45" | ||
| + x="270.85239" | ||
| + y="206.38748" | ||
| + id="use12769" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12771"> | ||
| + <use | ||
| + xlink:href="#glyph1-7" | ||
| + x="275.52173" | ||
| + y="206.38748" | ||
| + id="use12773" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12775"> | ||
| + <use | ||
| + xlink:href="#glyph1-14" | ||
| + x="281.15295" | ||
| + y="206.38748" | ||
| + id="use12777" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-20" | ||
| + x="287.29523" | ||
| + y="206.38748" | ||
| + id="use12779" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-24" | ||
| + x="292.07474" | ||
| + y="206.38748" | ||
| + id="use12781" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g12783"> | ||
| + <use | ||
| + xlink:href="#glyph1-25" | ||
| + x="300.0014" | ||
| + y="206.38748" | ||
| + id="use12785" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-12" | ||
| + x="307.30597" | ||
| + y="206.38748" | ||
| + id="use12787" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-26" | ||
| + x="309.83102" | ||
| + y="206.38748" | ||
| + id="use12789" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-12" | ||
| + x="315.31195" | ||
| + y="206.38748" | ||
| + id="use12791" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g12793"> | ||
| + <use | ||
| + xlink:href="#glyph1-10" | ||
| + x="317.84702" | ||
| + y="206.38748" | ||
| + id="use12795" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-11" | ||
| + x="321.38406" | ||
| + y="206.38748" | ||
| + id="use12797" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-17" | ||
| + x="326.9552" | ||
| + y="206.38748" | ||
| + id="use12799" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-5" | ||
| + x="329.48022" | ||
| + y="206.38748" | ||
| + id="use12801" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-27" | ||
| + x="332.07541" | ||
| + y="206.38748" | ||
| + id="use12803" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g12805"> | ||
| + <use | ||
| + xlink:href="#glyph1-6" | ||
| + x="337.23572" | ||
| + y="206.38748" | ||
| + id="use12807" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-7" | ||
| + x="341.32388" | ||
| + y="206.38748" | ||
| + id="use12809" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g12811"> | ||
| + <use | ||
| + xlink:href="#glyph1-7" | ||
| + x="346.95511" | ||
| + y="206.38748" | ||
| + id="use12813" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-19" | ||
| + x="352.57632" | ||
| + y="206.38748" | ||
| + id="use12815" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-13" | ||
| + x="358.70859" | ||
| + y="206.38748" | ||
| + id="use12817" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-28" | ||
| + x="364.76065" | ||
| + y="206.38748" | ||
| + id="use12819" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-5" | ||
| + x="374.07925" | ||
| + y="206.38748" | ||
| + id="use12821" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-29" | ||
| + x="376.67444" | ||
| + y="206.38748" | ||
| + id="use12823" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-18" | ||
| + x="383.00708" | ||
| + y="206.38748" | ||
| + id="use12825" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-10" | ||
| + x="387.77658" | ||
| + y="206.38748" | ||
| + id="use12827" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12829"> | ||
| + <use | ||
| + xlink:href="#glyph1-30" | ||
| + x="396.40216" | ||
| + y="206.38748" | ||
| + id="use12831" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-9" | ||
| + x="399.07748" | ||
| + y="206.38748" | ||
| + id="use12833" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12835"> | ||
| + <use | ||
| + xlink:href="#glyph1-14" | ||
| + x="405.20972" | ||
| + y="206.38748" | ||
| + id="use12837" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-5" | ||
| + x="411.35199" | ||
| + y="206.38748" | ||
| + id="use12839" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-1" | ||
| + x="413.94717" | ||
| + y="206.38748" | ||
| + id="use12841" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-36" | ||
| + x="419.66858" | ||
| + y="206.38748" | ||
| + id="use12843" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-2" | ||
| + x="425.39001" | ||
| + y="206.38748" | ||
| + id="use12845" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-5" | ||
| + x="427.84491" | ||
| + y="206.38748" | ||
| + id="use12847" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12849"> | ||
| + <use | ||
| + xlink:href="#glyph1-32" | ||
| + x="430.43005" | ||
| + y="206.38748" | ||
| + id="use12851" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-33" | ||
| + x="436.15149" | ||
| + y="206.38748" | ||
| + id="use12853" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-1" | ||
| + x="441.87289" | ||
| + y="206.38748" | ||
| + id="use12855" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12857"> | ||
| + <use | ||
| + xlink:href="#glyph1-34" | ||
| + x="447.60434" | ||
| + y="206.38748" | ||
| + id="use12859" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12861"> | ||
| + <use | ||
| + xlink:href="#glyph1-33" | ||
| + x="455.83075" | ||
| + y="206.38748" | ||
| + id="use12863" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-4" | ||
| + x="461.55219" | ||
| + y="206.38748" | ||
| + id="use12865" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-35" | ||
| + x="467.27359" | ||
| + y="206.38748" | ||
| + id="use12867" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12869"> | ||
| + <use | ||
| + xlink:href="#glyph1-1" | ||
| + x="469.92889" | ||
| + y="206.38748" | ||
| + id="use12871" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-31" | ||
| + x="475.65033" | ||
| + y="206.38748" | ||
| + id="use12873" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12875"> | ||
| + <use | ||
| + xlink:href="#glyph1-35" | ||
| + x="481.38177" | ||
| + y="206.38748" | ||
| + id="use12877" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12879"> | ||
| + <use | ||
| + xlink:href="#glyph1-3" | ||
| + x="484.03705" | ||
| + y="206.38748" | ||
| + id="use12881" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-42" | ||
| + x="489.75848" | ||
| + y="206.38748" | ||
| + id="use12883" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12885"> | ||
| + <use | ||
| + xlink:href="#glyph1-46" | ||
| + x="502.9949" | ||
| + y="206.38748" | ||
| + id="use12887" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g12889"> | ||
| + <use | ||
| + xlink:href="#glyph1-13" | ||
| + x="509.3175" | ||
| + y="206.38748" | ||
| + id="use12891" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-14" | ||
| + x="515.36957" | ||
| + y="206.38748" | ||
| + id="use12893" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-47" | ||
| + x="521.51184" | ||
| + y="206.38748" | ||
| + id="use12895" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-7" | ||
| + x="524.03693" | ||
| + y="206.38748" | ||
| + id="use12897" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-18" | ||
| + x="529.65814" | ||
| + y="206.38748" | ||
| + id="use12899" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-10" | ||
| + x="534.42761" | ||
| + y="206.38748" | ||
| + id="use12901" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-9" | ||
| + x="537.96472" | ||
| + y="206.38748" | ||
| + id="use12903" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-6" | ||
| + x="544.10693" | ||
| + y="206.38748" | ||
| + id="use12905" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-7" | ||
| + x="548.19513" | ||
| + y="206.38748" | ||
| + id="use12907" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g12909"> | ||
| + <use | ||
| + xlink:href="#glyph1-18" | ||
| + x="302.1098" | ||
| + y="223.92249" | ||
| + id="use12911" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-13" | ||
| + x="306.8793" | ||
| + y="223.92249" | ||
| + id="use12913" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-28" | ||
| + x="312.9314" | ||
| + y="223.92249" | ||
| + id="use12915" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-28" | ||
| + x="322.25" | ||
| + y="223.92249" | ||
| + id="use12917" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-7" | ||
| + x="331.5686" | ||
| + y="223.92249" | ||
| + id="use12919" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-14" | ||
| + x="337.18982" | ||
| + y="223.92249" | ||
| + id="use12921" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-10" | ||
| + x="343.33206" | ||
| + y="223.92249" | ||
| + id="use12923" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-20" | ||
| + x="346.86914" | ||
| + y="223.92249" | ||
| + id="use12925" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#303030;fill-opacity:1" | ||
| + id="g12927"> | ||
| + <use | ||
| + xlink:href="#glyph1-48" | ||
| + x="354.79828" | ||
| + y="223.92249" | ||
| + id="use12929" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g12931"> | ||
| + <use | ||
| + xlink:href="#glyph1-12" | ||
| + x="362.19846" | ||
| + y="223.92249" | ||
| + id="use12933" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-14" | ||
| + x="364.72351" | ||
| + y="223.92249" | ||
| + id="use12935" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-10" | ||
| + x="370.86578" | ||
| + y="223.92249" | ||
| + id="use12937" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-7" | ||
| + x="374.40283" | ||
| + y="223.92249" | ||
| + id="use12939" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-6" | ||
| + x="380.02405" | ||
| + y="223.92249" | ||
| + id="use12941" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g12943"> | ||
| + <use | ||
| + xlink:href="#glyph1-7" | ||
| + x="384.12222" | ||
| + y="223.92249" | ||
| + id="use12945" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-20" | ||
| + x="389.74344" | ||
| + y="223.92249" | ||
| + id="use12947" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-10" | ||
| + x="394.52298" | ||
| + y="223.92249" | ||
| + id="use12949" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-20" | ||
| + x="398.06006" | ||
| + y="223.92249" | ||
| + id="use12951" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#303030;fill-opacity:1" | ||
| + id="g12953"> | ||
| + <use | ||
| + xlink:href="#glyph1-48" | ||
| + x="405.9942" | ||
| + y="223.92249" | ||
| + id="use12955" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g12957"> | ||
| + <use | ||
| + xlink:href="#glyph1-7" | ||
| + x="413.39441" | ||
| + y="223.92249" | ||
| + id="use12959" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-19" | ||
| + x="419.01562" | ||
| + y="223.92249" | ||
| + id="use12961" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-12" | ||
| + x="425.14786" | ||
| + y="223.92249" | ||
| + id="use12963" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-10" | ||
| + x="427.67291" | ||
| + y="223.92249" | ||
| + id="use12965" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-20" | ||
| + x="431.20996" | ||
| + y="223.92249" | ||
| + id="use12967" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#303030;fill-opacity:1" | ||
| + id="g12969"> | ||
| + <use | ||
| + xlink:href="#glyph1-48" | ||
| + x="439.14371" | ||
| + y="223.92249" | ||
| + id="use12971" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g12973"> | ||
| + <use | ||
| + xlink:href="#glyph1-8" | ||
| + x="446.54388" | ||
| + y="223.92249" | ||
| + id="use12975" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-13" | ||
| + x="452.67612" | ||
| + y="223.92249" | ||
| + id="use12977" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-17" | ||
| + x="458.72821" | ||
| + y="223.92249" | ||
| + id="use12979" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-12" | ||
| + x="461.25323" | ||
| + y="223.92249" | ||
| + id="use12981" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-18" | ||
| + x="463.77829" | ||
| + y="223.92249" | ||
| + id="use12983" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-12" | ||
| + x="468.54779" | ||
| + y="223.92249" | ||
| + id="use12985" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-7" | ||
| + x="471.07285" | ||
| + y="223.92249" | ||
| + id="use12987" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-20" | ||
| + x="476.69406" | ||
| + y="223.92249" | ||
| + id="use12989" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#303030;fill-opacity:1" | ||
| + id="g12991"> | ||
| + <use | ||
| + xlink:href="#glyph1-48" | ||
| + x="484.65121" | ||
| + y="223.92249" | ||
| + id="use12993" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g12995"> | ||
| + <use | ||
| + xlink:href="#glyph1-16" | ||
| + x="492.05139" | ||
| + y="223.92249" | ||
| + id="use12997" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-13" | ||
| + x="497.06137" | ||
| + y="223.92249" | ||
| + id="use12999" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-10" | ||
| + x="503.11346" | ||
| + y="223.92249" | ||
| + id="use13001" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-7" | ||
| + x="506.65051" | ||
| + y="223.92249" | ||
| + id="use13003" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-20" | ||
| + x="512.27173" | ||
| + y="223.92249" | ||
| + id="use13005" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#303030;fill-opacity:1" | ||
| + id="g13007"> | ||
| + <use | ||
| + xlink:href="#glyph1-48" | ||
| + x="520.20135" | ||
| + y="223.92249" | ||
| + id="use13009" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g13011"> | ||
| + <use | ||
| + xlink:href="#glyph1-16" | ||
| + x="527.6015" | ||
| + y="223.92249" | ||
| + id="use13013" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-12" | ||
| + x="532.61151" | ||
| + y="223.92249" | ||
| + id="use13015" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-7" | ||
| + x="535.13654" | ||
| + y="223.92249" | ||
| + id="use13017" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-39" | ||
| + x="540.75775" | ||
| + y="223.92249" | ||
| + id="use13019" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-20" | ||
| + x="548.54333" | ||
| + y="223.92249" | ||
| + id="use13021" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + </g> | ||
| +</svg> | ||
| +<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
| +<svg | ||
| + xmlns:dc="http://purl.org/dc/elements/1.1/" | ||
| + xmlns:cc="http://creativecommons.org/ns#" | ||
| + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | ||
| + xmlns:svg="http://www.w3.org/2000/svg" | ||
| + xmlns="http://www.w3.org/2000/svg" | ||
| + xmlns:xlink="http://www.w3.org/1999/xlink" | ||
| + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||
| + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||
| + width="626.25" | ||
| + height="459.52856" | ||
| + viewBox="0 0 501 367.62285" | ||
| + version="1.1" | ||
| + id="svg37616" | ||
| + inkscape:version="0.48.4 r9939" | ||
| + sodipodi:docname="discuss.svg"> | ||
| + <metadata | ||
| + id="metadata40228"> | ||
| + <rdf:RDF> | ||
| + <cc:Work | ||
| + rdf:about=""> | ||
| + <dc:format>image/svg+xml</dc:format> | ||
| + <dc:type | ||
| + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> | ||
| + </cc:Work> | ||
| + </rdf:RDF> | ||
| + </metadata> | ||
| + <sodipodi:namedview | ||
| + pagecolor="#ffffff" | ||
| + bordercolor="#666666" | ||
| + borderopacity="1" | ||
| + objecttolerance="10" | ||
| + gridtolerance="10" | ||
| + guidetolerance="10" | ||
| + inkscape:pageopacity="0" | ||
| + inkscape:pageshadow="2" | ||
| + inkscape:window-width="640" | ||
| + inkscape:window-height="480" | ||
| + id="namedview40226" | ||
| + showgrid="false" | ||
| + fit-margin-top="0" | ||
| + fit-margin-left="0" | ||
| + fit-margin-right="0" | ||
| + fit-margin-bottom="0" | ||
| + inkscape:zoom="0.23838384" | ||
| + inkscape:cx="313.13477" | ||
| + inkscape:cy="40.703545" | ||
| + inkscape:window-x="0" | ||
| + inkscape:window-y="0" | ||
| + inkscape:window-maximized="0" | ||
| + inkscape:current-layer="svg37616" /> | ||
| + <defs | ||
| + id="defs37618"> | ||
| + <g | ||
| + id="g37620"> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph0-0" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 0.5,1.765625 0,-8.8125 5,0 0,8.8125 z m 0.5625,-0.546875 3.875,0 0,-7.703125 -3.875,0 z m 0,0" | ||
| + id="path37623" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph0-1" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 0.03125,1.234375 3.8125,-7.65625 3.8125,7.65625 z m 0,0" | ||
| + id="path37626" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph0-2" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 0.03125,-6.421875 7.625,0 -3.8125,7.65625 z m 0,0" | ||
| + id="path37629" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-0" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="" | ||
| + id="path37632" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-1" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 6.734375,-13.984375 c 2.507813,0 4.4375,0.617187 5.78125,1.84375 1.351563,1.21875 2.03125,2.917969 2.03125,5.09375 0,2.167969 -0.65625,3.886719 -1.96875,5.15625 C 11.273438,-0.628906 9.273438,0 6.578125,0 L 1.9375,0 l 0,-13.984375 z M 12.15625,-7 c 0,-3.195312 -1.835938,-4.796875 -5.5,-4.796875 l -2.359375,0 0,9.578125 2.625,0 c 1.6875,0 2.976563,-0.398438 3.875,-1.203125 C 11.703125,-4.234375 12.15625,-5.425781 12.15625,-7 z m 0,0" | ||
| + id="path37635" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-2" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="M 3.859375,0 1.625,0 l 0,-10.640625 2.234375,0 z m -2.09375,-12.765625 c -0.28125,-0.28125 -0.421875,-0.613281 -0.421875,-1 0,-0.382813 0.140625,-0.71875 0.421875,-1 0.28125,-0.28125 0.613281,-0.421875 1,-0.421875 0.382813,0 0.71875,0.140625 1,0.421875 0.28125,0.28125 0.421875,0.617187 0.421875,1 0,0.386719 -0.140625,0.71875 -0.421875,1 -0.28125,0.28125 -0.617187,0.421875 -1,0.421875 -0.386719,0 -0.71875,-0.140625 -1,-0.421875 z m 0,0" | ||
| + id="path37638" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-3" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 11.453125,-10.640625 0,9.28125 c 0,1.875 -0.511719,3.28125 -1.53125,4.21875 C 8.910156,3.804688 7.601562,4.28125 6,4.28125 c -1.605469,0 -3.054688,-0.5 -4.34375,-1.5 l 1.0625,-1.703125 c 1.039062,0.789063 2.085938,1.1875 3.140625,1.1875 1.0625,0 1.898437,-0.277344 2.515625,-0.828125 C 9,0.894531 9.3125,0.0195312 9.3125,-1.1875 l 0,-1.359375 C 8.976562,-1.910156 8.5,-1.40625 7.875,-1.03125 c -0.617188,0.367188 -1.308594,0.546875 -2.078125,0.546875 -1.40625,0 -2.570313,-0.488281 -3.484375,-1.46875 -0.90625,-0.988281 -1.359375,-2.21875 -1.359375,-3.6875 0,-1.46875 0.453125,-2.691406 1.359375,-3.671875 0.914062,-0.988281 2.078125,-1.484375 3.484375,-1.484375 1.40625,0 2.546875,0.578125 3.421875,1.734375 l 0,-1.578125 z m -8.296875,4.90625 c 0,0.875 0.269531,1.632813 0.8125,2.265625 0.539062,0.636719 1.265625,0.953125 2.171875,0.953125 0.914063,0 1.65625,-0.304687 2.21875,-0.921875 0.570313,-0.613281 0.859375,-1.375 0.859375,-2.28125 0,-0.914062 -0.289062,-1.691406 -0.859375,-2.328125 C 7.785156,-8.679688 7.046875,-9 6.140625,-9 c -0.90625,0 -1.632813,0.328125 -2.171875,0.984375 -0.542969,0.648437 -0.8125,1.40625 -0.8125,2.28125 z m 0,0" | ||
| + id="path37641" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-4" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 4.375,-8.84375 0,5.40625 c 0,0.5 0.132812,0.902344 0.40625,1.203125 0.269531,0.304687 0.644531,0.453125 1.125,0.453125 0.476562,0 0.9375,-0.234375 1.375,-0.703125 l 0.921875,1.578125 c -0.792969,0.710938 -1.667969,1.0625 -2.625,1.0625 -0.949219,0 -1.761719,-0.328125 -2.4375,-0.984375 -0.667969,-0.65625 -1,-1.546875 -1,-2.671875 l 0,-5.34375 -1.34375,0 0,-1.796875 1.34375,0 0,-3.34375 2.234375,0 0,3.34375 2.8125,0 0,1.796875 z m 0,0" | ||
| + id="path37644" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-5" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 10.234375,0 -2.03125,0 0,-1.421875 C 7.316406,-0.367188 6.132812,0.15625 4.65625,0.15625 c -1.105469,0 -2.023438,-0.3125 -2.75,-0.9375 -0.730469,-0.625 -1.09375,-1.457031 -1.09375,-2.5 0,-1.050781 0.382812,-1.835938 1.15625,-2.359375 C 2.75,-6.160156 3.800781,-6.421875 5.125,-6.421875 l 2.890625,0 0,-0.390625 c 0,-1.414062 -0.789063,-2.125 -2.359375,-2.125 -0.980469,0 -2.007812,0.359375 -3.078125,1.078125 l -1,-1.40625 c 1.289063,-1.019531 2.757813,-1.53125 4.40625,-1.53125 1.25,0 2.269531,0.320313 3.0625,0.953125 0.789063,0.625 1.1875,1.621094 1.1875,2.984375 z M 8,-3.953125 l 0,-0.90625 -2.515625,0 c -1.617187,0 -2.421875,0.507813 -2.421875,1.515625 0,0.523438 0.195312,0.921875 0.59375,1.203125 0.40625,0.273437 0.960938,0.40625 1.671875,0.40625 0.71875,0 1.34375,-0.195313 1.875,-0.59375 C 7.734375,-2.734375 8,-3.273438 8,-3.953125 z m 0,0" | ||
| + id="path37647" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-6" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="M 3.859375,0 1.625,0 l 0,-14.84375 2.234375,0 z m 0,0" | ||
| + id="path37650" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-7" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="" | ||
| + id="path37653" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-8" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 4.296875,-11.78125 0,3.84375 6.203125,0 0,2.171875 -6.203125,0 0,5.765625 -2.359375,0 0,-13.984375 9.328125,0 -0.03125,2.203125 z m 0,0" | ||
| + id="path37656" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-9" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 7.203125,-8.546875 c -1.105469,0 -1.9375,0.367187 -2.5,1.09375 -0.5625,0.71875 -0.84375,1.683594 -0.84375,2.890625 l 0,4.5625 -2.234375,0 0,-10.640625 2.234375,0 0,2.140625 c 0.363281,-0.664062 0.851563,-1.210938 1.46875,-1.640625 0.625,-0.425781 1.28125,-0.644531 1.96875,-0.65625 l 0.015625,2.25 c -0.03125,0 -0.070312,0 -0.109375,0 z m 0,0" | ||
| + id="path37659" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-10" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 11.515625,-4.34375 -8.328125,0 c 0.050781,0.773438 0.398438,1.398438 1.046875,1.875 0.65625,0.46875 1.40625,0.703125 2.25,0.703125 1.332031,0 2.34375,-0.414063 3.03125,-1.25 L 10.796875,-1.625 C 9.648438,-0.4375 8.15625,0.15625 6.3125,0.15625 c -1.492188,0 -2.761719,-0.492188 -3.8125,-1.484375 -1.042969,-0.988281 -1.5625,-2.320313 -1.5625,-4 0,-1.675781 0.53125,-3.003906 1.59375,-3.984375 1.070312,-0.988281 2.332031,-1.484375 3.78125,-1.484375 1.445312,0 2.675781,0.4375 3.6875,1.3125 1.007812,0.867187 1.515625,2.070313 1.515625,3.609375 z m -8.328125,-1.75 6.09375,0 C 9.28125,-6.988281 9,-7.675781 8.4375,-8.15625 7.875,-8.632812 7.179688,-8.875 6.359375,-8.875 c -0.8125,0 -1.546875,0.25 -2.203125,0.75 -0.648438,0.5 -0.96875,1.179688 -0.96875,2.03125 z m 0,0" | ||
| + id="path37662" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-11" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 5.953125,0.15625 c -1.34375,0 -2.515625,-0.503906 -3.515625,-1.515625 -1,-1.007813 -1.5,-2.34375 -1.5,-4 0,-1.65625 0.507812,-2.972656 1.53125,-3.953125 1.03125,-0.988281 2.253906,-1.484375 3.671875,-1.484375 1.425781,0 2.570313,0.601563 3.4375,1.796875 l 0,-5.84375 2.234375,0 0,14.84375 -2.234375,0 0,-1.59375 c -0.824219,1.167969 -2.03125,1.75 -3.625,1.75 z M 3.1875,-5.265625 c 0,1.023437 0.320312,1.855469 0.96875,2.5 0.65625,0.636719 1.421875,0.953125 2.296875,0.953125 0.882813,0 1.632813,-0.320312 2.25,-0.96875 C 9.316406,-3.4375 9.625,-4.269531 9.625,-5.28125 9.625,-6.289062 9.316406,-7.132812 8.703125,-7.8125 8.085938,-8.5 7.332031,-8.84375 6.4375,-8.84375 5.539062,-8.84375 4.773438,-8.5 4.140625,-7.8125 3.503906,-7.132812 3.1875,-6.285156 3.1875,-5.265625 z m 0,0" | ||
| + id="path37665" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-12" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 4.109375,-2.8125 c 0.632813,0.648438 1.4375,0.96875 2.40625,0.96875 0.976563,0 1.78125,-0.320312 2.40625,-0.96875 0.632813,-0.644531 0.953125,-1.476562 0.953125,-2.5 0,-1.03125 -0.320312,-1.867188 -0.953125,-2.515625 -0.625,-0.644531 -1.429687,-0.96875 -2.40625,-0.96875 -0.96875,0 -1.773437,0.324219 -2.40625,0.96875 C 3.472656,-7.179688 3.15625,-6.34375 3.15625,-5.3125 c 0,1.023438 0.316406,1.855469 0.953125,2.5 z m 6.40625,1.390625 c -1.0625,1.054687 -2.398437,1.578125 -4,1.578125 -1.59375,0 -2.929687,-0.523438 -4,-1.578125 -1.0625,-1.0625 -1.59375,-2.359375 -1.59375,-3.890625 0,-1.539062 0.53125,-2.835938 1.59375,-3.890625 1.070313,-1.0625 2.40625,-1.59375 4,-1.59375 1.601563,0 2.9375,0.53125 4,1.59375 1.070313,1.054687 1.609375,2.351563 1.609375,3.890625 0,1.53125 -0.539062,2.828125 -1.609375,3.890625 z m 0,0" | ||
| + id="path37668" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-13" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="M 3.859375,-5.765625 3.859375,0 1.625,0 l 0,-10.640625 2.234375,0 0,1.9375 c 0.320313,-0.65625 0.804687,-1.164063 1.453125,-1.53125 0.644531,-0.375 1.34375,-0.5625 2.09375,-0.5625 1.675781,0 2.8125,0.695313 3.40625,2.078125 1.0625,-1.382812 2.378906,-2.078125 3.953125,-2.078125 1.195313,0 2.164063,0.371094 2.90625,1.109375 0.738281,0.730469 1.109375,1.789062 1.109375,3.171875 l 0,6.515625 -2.234375,0 0,-5.84375 c 0,-1.957031 -0.820313,-2.9375 -2.453125,-2.9375 -0.761719,0 -1.421875,0.246094 -1.984375,0.734375 -0.5625,0.492187 -0.859375,1.199219 -0.890625,2.125 l 0,5.921875 -2.234375,0 0,-5.84375 c 0,-1.007812 -0.183594,-1.75 -0.546875,-2.21875 C 8.082031,-8.539062 7.515625,-8.78125 6.734375,-8.78125 5.960938,-8.78125 5.289062,-8.519531 4.71875,-8 4.144531,-7.488281 3.859375,-6.742188 3.859375,-5.765625 z m 0,0" | ||
| + id="path37671" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-14" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="M 3.921875,-3.1875 2.515625,0 0,0 l 6.15625,-13.984375 2.53125,0 L 14.84375,0 12.3125,0 10.921875,-3.1875 z M 9.953125,-5.359375 7.421875,-11.125 4.875,-5.359375 z m 0,0" | ||
| + id="path37674" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-15" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 6.34375,0.15625 c -1.480469,0 -2.757812,-0.5 -3.828125,-1.5 -1.0625,-1.007812 -1.59375,-2.328125 -1.59375,-3.953125 0,-1.625 0.554687,-2.945313 1.671875,-3.96875 1.113281,-1.019531 2.46875,-1.53125 4.0625,-1.53125 1.601562,0 2.957031,0.554687 4.0625,1.65625 l -1.3125,1.625 C 8.476562,-8.316406 7.546875,-8.71875 6.609375,-8.71875 c -0.929687,0 -1.734375,0.3125 -2.421875,0.9375 -0.6875,0.617188 -1.03125,1.414062 -1.03125,2.390625 0,0.980469 0.335938,1.8125 1.015625,2.5 0.6875,0.679687 1.523437,1.015625 2.515625,1.015625 1,0 1.9375,-0.453125 2.8125,-1.359375 l 1.3125,1.4375 C 9.519531,-0.492188 8.03125,0.15625 6.34375,0.15625 z m 0,0" | ||
| + id="path37677" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph2-0" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="" | ||
| + id="path37680" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph2-1" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 3.703125,-7.6875 c 1.382813,0 2.445313,0.339844 3.1875,1.015625 C 7.628906,-6.003906 8,-5.070312 8,-3.875 8,-2.6875 7.640625,-1.742188 6.921875,-1.046875 6.203125,-0.347656 5.101562,0 3.625,0 l -2.5625,0 0,-7.6875 z M 6.6875,-3.84375 c 0,-1.757812 -1.011719,-2.640625 -3.03125,-2.640625 l -1.296875,0 0,5.265625 1.453125,0 c 0.925781,0 1.632812,-0.21875 2.125,-0.65625 0.5,-0.445312 0.75,-1.101562 0.75,-1.96875 z m 0,0" | ||
| + id="path37683" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph2-2" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 2.125,0 -1.234375,0 0,-5.859375 1.234375,0 z M 0.96875,-7.015625 C 0.8125,-7.171875 0.734375,-7.351562 0.734375,-7.5625 c 0,-0.21875 0.078125,-0.398438 0.234375,-0.546875 0.15625,-0.15625 0.335938,-0.234375 0.546875,-0.234375 0.21875,0 0.398437,0.078125 0.546875,0.234375 0.15625,0.148437 0.234375,0.328125 0.234375,0.546875 0,0.210938 -0.078125,0.390625 -0.234375,0.546875 -0.148438,0.15625 -0.328125,0.234375 -0.546875,0.234375 -0.210937,0 -0.390625,-0.078125 -0.546875,-0.234375 z m 0,0" | ||
| + id="path37686" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph2-3" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 5.0625,-1.734375 c 0,0.554687 -0.203125,0.996094 -0.609375,1.328125 -0.40625,0.3359375 -0.921875,0.5 -1.546875,0.5 -0.429688,0 -0.871094,-0.078125 -1.328125,-0.234375 -0.460937,-0.15625 -0.867187,-0.375 -1.21875,-0.65625 L 0.953125,-1.75 c 0.6875,0.511719 1.347656,0.765625 1.984375,0.765625 0.28125,0 0.5,-0.0625 0.65625,-0.1875 0.164062,-0.125 0.25,-0.285156 0.25,-0.484375 0,-0.289062 -0.390625,-0.554688 -1.171875,-0.796875 C 2.609375,-2.472656 2.566406,-2.488281 2.546875,-2.5 1.328125,-2.820312 0.71875,-3.367188 0.71875,-4.140625 c 0,-0.550781 0.207031,-0.988281 0.625,-1.3125 0.425781,-0.320313 0.972656,-0.484375 1.640625,-0.484375 0.675781,0 1.316406,0.199219 1.921875,0.59375 L 4.4375,-4.4375 C 3.96875,-4.75 3.453125,-4.90625 2.890625,-4.90625 c -0.292969,0 -0.53125,0.054688 -0.71875,0.15625 -0.179687,0.105469 -0.265625,0.265625 -0.265625,0.484375 0,0.1875 0.09375,0.328125 0.28125,0.421875 0.132812,0.0625 0.320312,0.125 0.5625,0.1875 0.238281,0.054688 0.445312,0.109375 0.625,0.171875 0.1875,0.054687 0.363281,0.121094 0.53125,0.203125 0.175781,0.074219 0.363281,0.171875 0.5625,0.296875 0.394531,0.273437 0.59375,0.6875 0.59375,1.25 z m 0,0" | ||
| + id="path37689" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph2-4" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="M 3.484375,0.09375 C 2.671875,0.09375 1.96875,-0.179688 1.375,-0.734375 0.789062,-1.296875 0.5,-2.019531 0.5,-2.90625 c 0,-0.894531 0.304688,-1.625 0.921875,-2.1875 0.613281,-0.5625 1.359375,-0.84375 2.234375,-0.84375 0.882812,0 1.628906,0.304688 2.234375,0.90625 l -0.71875,0.890625 c -0.511719,-0.4375 -1.023437,-0.65625 -1.53125,-0.65625 -0.511719,0 -0.960937,0.171875 -1.34375,0.515625 -0.375,0.34375 -0.5625,0.789062 -0.5625,1.328125 0,0.53125 0.1875,0.984375 0.5625,1.359375 0.375,0.375 0.832031,0.5625 1.375,0.5625 0.550781,0 1.066406,-0.25 1.546875,-0.75 l 0.734375,0.796875 C 5.242188,-0.265625 4.421875,0.09375 3.484375,0.09375 z m 0,0" | ||
| + id="path37692" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph2-5" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 4.984375,-2.6875 0,-3.171875 1.234375,0 0,5.859375 -1.234375,0 0,-1.0625 c -0.199219,0.355469 -0.476563,0.636719 -0.828125,0.84375 -0.34375,0.2109375 -0.71875,0.3125 -1.125,0.3125 -0.65625,0 -1.1875,-0.203125 -1.59375,-0.609375 -0.40625,-0.40625 -0.609375,-0.988281 -0.609375,-1.75 l 0,-3.59375 1.234375,0 0,3.21875 c 0,1.085937 0.445312,1.625 1.34375,1.625 0.414062,0 0.78125,-0.140625 1.09375,-0.421875 0.320312,-0.289062 0.484375,-0.707031 0.484375,-1.25 z m 0,0" | ||
| + id="path37695" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph2-6" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 2.25,-1.546875 c 0.351562,0.355469 0.796875,0.53125 1.328125,0.53125 0.539063,0 0.984375,-0.175781 1.328125,-0.53125 0.351562,-0.351563 0.53125,-0.8125 0.53125,-1.375 0,-0.5625 -0.179688,-1.019531 -0.53125,-1.375 C 4.5625,-4.660156 4.117188,-4.84375 3.578125,-4.84375 c -0.53125,0 -0.976563,0.183594 -1.328125,0.546875 -0.34375,0.355469 -0.515625,0.8125 -0.515625,1.375 0,0.5625 0.171875,1.023437 0.515625,1.375 z m 3.53125,0.765625 c -0.585938,0.585938 -1.320312,0.875 -2.203125,0.875 -0.875,0 -1.609375,-0.289062 -2.203125,-0.875 C 0.789062,-1.363281 0.5,-2.078125 0.5,-2.921875 c 0,-0.84375 0.289062,-1.554687 0.875,-2.140625 0.59375,-0.582031 1.328125,-0.875 2.203125,-0.875 0.882813,0 1.617187,0.292969 2.203125,0.875 0.59375,0.585938 0.890625,1.296875 0.890625,2.140625 0,0.84375 -0.296875,1.558594 -0.890625,2.140625 z m 0,0" | ||
| + id="path37698" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph2-7" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="M 2.125,-3.171875 2.125,0 0.890625,0 l 0,-5.859375 1.234375,0 0,1.078125 c 0.195312,-0.363281 0.46875,-0.644531 0.8125,-0.84375 0.351562,-0.207031 0.726562,-0.3125 1.125,-0.3125 0.664062,0 1.203125,0.203125 1.609375,0.609375 0.40625,0.398437 0.609375,0.976563 0.609375,1.734375 l 0,3.59375 -1.234375,0 0,-3.21875 c 0,-1.070312 -0.449219,-1.609375 -1.34375,-1.609375 -0.429687,0 -0.796875,0.140625 -1.109375,0.421875 C 2.28125,-4.125 2.125,-3.710938 2.125,-3.171875 z m 0,0" | ||
| + id="path37701" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph3-0" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 0.9375,-7.140625 4.109375,0 L 5.046875,0 0.9375,0 z m 0.515625,6.625 3.09375,0 0,-6.109375 -3.09375,0 z m 0,0" | ||
| + id="path37704" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph3-1" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="M 7.21875,0 6.390625,0 4.953125,-4.78125 C 4.878906,-4.988281 4.800781,-5.253906 4.71875,-5.578125 4.632812,-5.898438 4.59375,-6.09375 4.59375,-6.15625 4.519531,-5.726562 4.40625,-5.257812 4.25,-4.75 L 2.859375,0 2.03125,0 0.125,-7.140625 l 0.890625,0 1.125,4.40625 c 0.15625,0.625 0.269531,1.1875 0.34375,1.6875 0.082031,-0.59375 0.210937,-1.175781 0.390625,-1.75 l 1.28125,-4.34375 0.875,0 1.34375,4.375 c 0.15625,0.511719 0.285156,1.085937 0.390625,1.71875 0.0625,-0.46875 0.179687,-1.03125 0.359375,-1.6875 l 1.125,-4.40625 0.875,0 z m 0,0" | ||
| + id="path37707" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph3-2" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 1.671875,0 -0.8125,0 0,-5.359375 0.8125,0 z m -0.875,-6.796875 c 0,-0.1875 0.039063,-0.320313 0.125,-0.40625 0.09375,-0.09375 0.207031,-0.140625 0.34375,-0.140625 0.132813,0 0.25,0.046875 0.34375,0.140625 0.09375,0.085937 0.140625,0.21875 0.140625,0.40625 0,0.179687 -0.046875,0.3125 -0.140625,0.40625 -0.09375,0.085937 -0.210937,0.125 -0.34375,0.125 -0.136719,0 -0.25,-0.039063 -0.34375,-0.125 -0.085937,-0.09375 -0.125,-0.226563 -0.125,-0.40625 z m 0,0" | ||
| + id="path37710" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph3-3" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 2.59375,-0.578125 c 0.132812,0 0.269531,-0.007813 0.40625,-0.03125 0.132812,-0.019531 0.242188,-0.039063 0.328125,-0.0625 l 0,0.625 C 3.234375,-0.00390625 3.097656,0.0234375 2.921875,0.046875 2.753906,0.078125 2.601562,0.09375 2.46875,0.09375 c -1.03125,0 -1.546875,-0.539062 -1.546875,-1.625 l 0,-3.1875 -0.765625,0 0,-0.390625 0.765625,-0.34375 0.34375,-1.140625 0.46875,0 0,1.234375 1.546875,0 0,0.640625 -1.546875,0 0,3.140625 c 0,0.324219 0.070313,0.574219 0.21875,0.75 0.15625,0.167969 0.367187,0.25 0.640625,0.25 z m 0,0" | ||
| + id="path37713" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph3-4" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 4.515625,0 0,-3.46875 c 0,-0.425781 -0.101563,-0.75 -0.296875,-0.96875 -0.199219,-0.21875 -0.507812,-0.328125 -0.921875,-0.328125 -0.5625,0 -0.976563,0.15625 -1.234375,0.46875 -0.261719,0.304687 -0.390625,0.804687 -0.390625,1.5 l 0,2.796875 -0.8125,0 0,-7.59375 0.8125,0 0,2.296875 c 0,0.273437 -0.015625,0.5 -0.046875,0.6875 l 0.0625,0 C 1.84375,-4.867188 2.066406,-5.070312 2.359375,-5.21875 2.648438,-5.363281 2.988281,-5.4375 3.375,-5.4375 c 0.644531,0 1.128906,0.15625 1.453125,0.46875 0.332031,0.3125 0.5,0.808594 0.5,1.484375 l 0,3.484375 z m 0,0" | ||
| + id="path37716" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph3-5" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 5.484375,-2.6875 c 0,0.875 -0.226563,1.558594 -0.671875,2.046875 C 4.375,-0.148438 3.769531,0.09375 3,0.09375 2.519531,0.09375 2.09375,-0.015625 1.71875,-0.234375 1.351562,-0.460938 1.066406,-0.785156 0.859375,-1.203125 0.660156,-1.628906 0.5625,-2.125 0.5625,-2.6875 c 0,-0.863281 0.21875,-1.539062 0.65625,-2.03125 0.4375,-0.488281 1.039062,-0.734375 1.8125,-0.734375 0.75,0 1.34375,0.25 1.78125,0.75 0.445312,0.5 0.671875,1.171875 0.671875,2.015625 z m -4.078125,0 c 0,0.6875 0.132812,1.214844 0.40625,1.578125 0.269531,0.355469 0.671875,0.53125 1.203125,0.53125 0.53125,0 0.929687,-0.175781 1.203125,-0.53125 C 4.5,-1.472656 4.640625,-2 4.640625,-2.6875 4.640625,-3.363281 4.5,-3.878906 4.21875,-4.234375 3.945312,-4.585938 3.546875,-4.765625 3.015625,-4.765625 c -0.53125,0 -0.933594,0.179687 -1.203125,0.53125 C 1.539062,-3.890625 1.40625,-3.375 1.40625,-2.6875 z m 0,0" | ||
| + id="path37719" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph3-6" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 1.625,-5.359375 0,3.484375 c 0,0.4375 0.097656,0.765625 0.296875,0.984375 0.195313,0.210937 0.507813,0.3125 0.9375,0.3125 0.550781,0 0.957031,-0.148437 1.21875,-0.453125 0.257813,-0.3125 0.390625,-0.816406 0.390625,-1.515625 l 0,-2.8125 0.8125,0 L 5.28125,0 4.609375,0 4.5,-0.71875 l -0.046875,0 C 4.285156,-0.457031 4.050781,-0.253906 3.75,-0.109375 3.457031,0.0234375 3.125,0.09375 2.75,0.09375 2.09375,0.09375 1.601562,-0.0546875 1.28125,-0.359375 0.957031,-0.671875 0.796875,-1.164062 0.796875,-1.84375 l 0,-3.515625 z m 0,0" | ||
| + id="path37722" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph3-7" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="" | ||
| + id="path37725" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph3-8" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 5.234375,-5.359375 0,0.515625 -0.984375,0.125 c 0.09375,0.117188 0.171875,0.265625 0.234375,0.453125 0.070313,0.179687 0.109375,0.382813 0.109375,0.609375 0,0.53125 -0.179688,0.953125 -0.53125,1.265625 -0.355469,0.3125 -0.84375,0.46875 -1.46875,0.46875 -0.167969,0 -0.320312,-0.015625 -0.453125,-0.046875 -0.34375,0.1875 -0.515625,0.417969 -0.515625,0.6875 0,0.148438 0.054688,0.257812 0.171875,0.328125 0.125,0.074219 0.332031,0.109375 0.625,0.109375 l 0.953125,0 c 0.570312,0 1.015625,0.121094 1.328125,0.359375 0.3125,0.242187 0.46875,0.59375 0.46875,1.0625 0,0.59375 -0.242187,1.046875 -0.71875,1.359375 C 3.984375,2.25 3.289062,2.40625 2.375,2.40625 1.675781,2.40625 1.132812,2.273438 0.75,2.015625 0.375,1.753906 0.1875,1.382812 0.1875,0.90625 0.1875,0.582031 0.289062,0.300781 0.5,0.0625 0.707031,-0.175781 1,-0.335938 1.375,-0.421875 c -0.136719,-0.0625 -0.25,-0.15625 -0.34375,-0.28125 -0.085938,-0.132813 -0.125,-0.285156 -0.125,-0.453125 0,-0.195312 0.050781,-0.367188 0.15625,-0.515625 C 1.164062,-1.816406 1.328125,-1.957031 1.546875,-2.09375 1.273438,-2.207031 1.050781,-2.398438 0.875,-2.671875 0.695312,-2.953125 0.609375,-3.269531 0.609375,-3.625 c 0,-0.582031 0.175781,-1.03125 0.53125,-1.34375 0.351563,-0.320312 0.847656,-0.484375 1.484375,-0.484375 0.28125,0 0.535156,0.03125 0.765625,0.09375 z M 0.96875,0.90625 c 0,0.28125 0.117188,0.492188 0.359375,0.640625 0.25,0.15625 0.601563,0.234375 1.0625,0.234375 0.675781,0 1.175781,-0.105469 1.5,-0.3125 0.332031,-0.199219 0.5,-0.46875 0.5,-0.8125 C 4.390625,0.363281 4.300781,0.160156 4.125,0.046875 3.945312,-0.0664062 3.609375,-0.125 3.109375,-0.125 l -0.96875,0 c -0.367187,0 -0.652344,0.0898438 -0.859375,0.265625 -0.210938,0.175781 -0.3125,0.429687 -0.3125,0.765625 z m 0.4375,-4.546875 c 0,0.375 0.101562,0.664063 0.3125,0.859375 C 1.9375,-2.59375 2.234375,-2.5 2.609375,-2.5 c 0.789063,0 1.1875,-0.382812 1.1875,-1.15625 0,-0.800781 -0.402344,-1.203125 -1.203125,-1.203125 -0.375,0 -0.667969,0.105469 -0.875,0.3125 -0.210938,0.199219 -0.3125,0.5 -0.3125,0.90625 z m 0,0" | ||
| + id="path37728" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph3-9" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 1.671875,0 -0.8125,0 0,-7.59375 0.8125,0 z m 0,0" | ||
| + id="path37731" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph3-10" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 0.015625,-5.359375 0.859375,0 1.171875,3.0625 c 0.257813,0.699219 0.421875,1.199219 0.484375,1.5 l 0.03125,0 c 0.039062,-0.164063 0.128906,-0.445313 0.265625,-0.84375 0.132813,-0.40625 0.578125,-1.644531 1.328125,-3.71875 l 0.875,0 L 2.734375,0.75 c -0.230469,0.59375 -0.5,1.015625 -0.8125,1.265625 C 1.617188,2.273438 1.25,2.40625 0.8125,2.40625 0.5625,2.40625 0.316406,2.375 0.078125,2.3125 l 0,-0.640625 c 0.175781,0.039063 0.375,0.0625 0.59375,0.0625 0.5625,0 0.960937,-0.3125 1.203125,-0.9375 L 2.171875,0.03125 z m 0,0" | ||
| + id="path37734" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph3-11" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 4.3125,-1.453125 c 0,0.492187 -0.1875,0.871094 -0.5625,1.140625 -0.367188,0.2734375 -0.886719,0.40625 -1.5625,0.40625 -0.710938,0 -1.261719,-0.109375 -1.65625,-0.328125 l 0,-0.75 c 0.257812,0.125 0.535156,0.226563 0.828125,0.296875 0.289063,0.074219 0.578125,0.109375 0.859375,0.109375 0.414062,0 0.738281,-0.066406 0.96875,-0.203125 0.226562,-0.132812 0.34375,-0.335938 0.34375,-0.609375 0,-0.207031 -0.09375,-0.382813 -0.28125,-0.53125 -0.179688,-0.15625 -0.527344,-0.332031 -1.046875,-0.53125 -0.5,-0.1875 -0.855469,-0.347656 -1.0625,-0.484375 -0.210937,-0.132812 -0.367187,-0.289062 -0.46875,-0.46875 -0.105469,-0.175781 -0.15625,-0.382812 -0.15625,-0.625 0,-0.4375 0.175781,-0.78125 0.53125,-1.03125 0.351563,-0.257812 0.84375,-0.390625 1.46875,-0.390625 0.570313,0 1.132813,0.121094 1.6875,0.359375 L 3.90625,-4.4375 C 3.375,-4.65625 2.890625,-4.765625 2.453125,-4.765625 c -0.386719,0 -0.679687,0.0625 -0.875,0.1875 -0.1875,0.117187 -0.28125,0.277344 -0.28125,0.484375 0,0.148438 0.035156,0.273438 0.109375,0.375 0.070312,0.09375 0.1875,0.1875 0.34375,0.28125 0.164062,0.09375 0.476562,0.226562 0.9375,0.390625 0.632812,0.230469 1.0625,0.464844 1.28125,0.703125 0.226562,0.230469 0.34375,0.527344 0.34375,0.890625 z m 0,0" | ||
| + id="path37737" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph3-12" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 3.125,0.09375 c -0.792969,0 -1.417969,-0.238281 -1.875,-0.71875 -0.460938,-0.476562 -0.6875,-1.144531 -0.6875,-2 0,-0.863281 0.210938,-1.550781 0.640625,-2.0625 0.425781,-0.507812 0.992187,-0.765625 1.703125,-0.765625 0.675781,0 1.207031,0.226563 1.59375,0.671875 0.394531,0.4375 0.59375,1.015625 0.59375,1.734375 l 0,0.515625 -3.6875,0 c 0.00781,0.625 0.164062,1.105469 0.46875,1.4375 0.300781,0.324219 0.726562,0.484375 1.28125,0.484375 0.570312,0 1.140625,-0.117187 1.703125,-0.359375 l 0,0.71875 C 4.566406,-0.125 4.289062,-0.0351562 4.03125,0.015625 3.78125,0.0664062 3.476562,0.09375 3.125,0.09375 z M 2.90625,-4.765625 c -0.4375,0 -0.789062,0.140625 -1.046875,0.421875 -0.25,0.273438 -0.398437,0.65625 -0.4375,1.15625 l 2.796875,0 c 0,-0.507812 -0.117188,-0.898438 -0.34375,-1.171875 -0.230469,-0.269531 -0.554688,-0.40625 -0.96875,-0.40625 z m 0,0" | ||
| + id="path37740" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph3-13" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 3,0.09375 c -0.773438,0 -1.371094,-0.234375 -1.796875,-0.703125 C 0.773438,-1.085938 0.5625,-1.765625 0.5625,-2.640625 c 0,-0.894531 0.210938,-1.585937 0.640625,-2.078125 0.4375,-0.488281 1.050781,-0.734375 1.84375,-0.734375 0.257813,0 0.515625,0.03125 0.765625,0.09375 0.257812,0.054687 0.460938,0.117187 0.609375,0.1875 L 4.1875,-4.484375 C 4,-4.554688 3.800781,-4.613281 3.59375,-4.65625 3.382812,-4.707031 3.195312,-4.734375 3.03125,-4.734375 c -1.085938,0 -1.625,0.695313 -1.625,2.078125 0,0.65625 0.128906,1.164062 0.390625,1.515625 0.269531,0.355469 0.664063,0.53125 1.1875,0.53125 0.4375,0 0.890625,-0.097656 1.359375,-0.296875 l 0,0.71875 C 3.988281,0 3.539062,0.09375 3,0.09375 z m 0,0" | ||
| + id="path37743" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph3-14" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 3.296875,-5.453125 c 0.238281,0 0.453125,0.023437 0.640625,0.0625 l -0.109375,0.75 C 3.609375,-4.691406 3.414062,-4.71875 3.25,-4.71875 c -0.4375,0 -0.8125,0.179688 -1.125,0.53125 -0.304688,0.355469 -0.453125,0.792969 -0.453125,1.3125 l 0,2.875 -0.8125,0 0,-5.359375 0.671875,0 0.09375,1 0.03125,0 c 0.195312,-0.351563 0.4375,-0.625 0.71875,-0.8125 0.28125,-0.1875 0.585938,-0.28125 0.921875,-0.28125 z m 0,0" | ||
| + id="path37746" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph3-15" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="M 3.34375,0.09375 C 3,0.09375 2.679688,0.03125 2.390625,-0.09375 2.109375,-0.21875 1.867188,-0.414062 1.671875,-0.6875 l -0.0625,0 c 0.039063,0.3125 0.0625,0.609375 0.0625,0.890625 l 0,2.203125 -0.8125,0 0,-7.765625 0.65625,0 L 1.625,-4.625 l 0.046875,0 c 0.207031,-0.289062 0.445313,-0.5 0.71875,-0.625 0.28125,-0.132812 0.597656,-0.203125 0.953125,-0.203125 0.71875,0 1.269531,0.246094 1.65625,0.734375 0.382812,0.480469 0.578125,1.15625 0.578125,2.03125 0,0.886719 -0.199219,1.574219 -0.59375,2.0625 C 4.585938,-0.144531 4.039062,0.09375 3.34375,0.09375 z M 3.234375,-4.765625 c -0.554687,0 -0.949219,0.152344 -1.1875,0.453125 -0.242187,0.304688 -0.367187,0.789062 -0.375,1.453125 l 0,0.171875 c 0,0.761719 0.125,1.304688 0.375,1.625 0.25,0.324219 0.648437,0.484375 1.203125,0.484375 0.46875,0 0.832031,-0.1875 1.09375,-0.5625 0.257812,-0.375 0.390625,-0.890625 0.390625,-1.546875 0,-0.664062 -0.132813,-1.175781 -0.390625,-1.53125 C 4.082031,-4.582031 3.710938,-4.765625 3.234375,-4.765625 z m 0,0" | ||
| + id="path37749" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph3-16" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="M 2.03125,0 0,-5.359375 l 0.875,0 1.140625,3.1875 c 0.257813,0.742187 0.414063,1.21875 0.46875,1.4375 l 0.03125,0 c 0.039063,-0.164063 0.15625,-0.519531 0.34375,-1.0625 0.1875,-0.550781 0.613281,-1.738281 1.28125,-3.5625 l 0.875,0 L 2.984375,0 z m 0,0" | ||
| + id="path37752" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph3-17" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 4.15625,0 -0.171875,-0.765625 -0.03125,0 c -0.273437,0.335937 -0.542969,0.5625 -0.8125,0.6875 C 2.878906,0.0351562 2.550781,0.09375 2.15625,0.09375 c -0.53125,0 -0.949219,-0.1328125 -1.25,-0.40625 -0.304688,-0.269531 -0.453125,-0.660156 -0.453125,-1.171875 0,-1.070313 0.863281,-1.632813 2.59375,-1.6875 l 0.90625,-0.03125 0,-0.34375 c 0,-0.414063 -0.089844,-0.722656 -0.265625,-0.921875 -0.179688,-0.195312 -0.464844,-0.296875 -0.859375,-0.296875 -0.449219,0 -0.953125,0.136719 -1.515625,0.40625 l -0.25,-0.625 c 0.257812,-0.144531 0.546875,-0.253906 0.859375,-0.328125 0.3125,-0.082031 0.628906,-0.125 0.953125,-0.125 0.632812,0 1.101562,0.140625 1.40625,0.421875 C 4.59375,-4.734375 4.75,-4.28125 4.75,-3.65625 L 4.75,0 z M 2.3125,-0.578125 c 0.507812,0 0.90625,-0.132813 1.1875,-0.40625 0.289062,-0.28125 0.4375,-0.671875 0.4375,-1.171875 l 0,-0.46875 -0.8125,0.03125 C 2.476562,-2.570312 2.015625,-2.472656 1.734375,-2.296875 1.453125,-2.117188 1.3125,-1.84375 1.3125,-1.46875 c 0,0.292969 0.085938,0.515625 0.265625,0.671875 C 1.753906,-0.648438 2,-0.578125 2.3125,-0.578125 z m 0,0" | ||
| + id="path37755" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph3-18" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 4.5,-0.71875 -0.046875,0 c -0.375,0.542969 -0.933594,0.8125 -1.671875,0.8125 -0.699219,0 -1.246094,-0.238281 -1.640625,-0.71875 C 0.753906,-1.101562 0.5625,-1.78125 0.5625,-2.65625 c 0,-0.882812 0.191406,-1.570312 0.578125,-2.0625 0.394531,-0.488281 0.941406,-0.734375 1.640625,-0.734375 0.726562,0 1.285156,0.265625 1.671875,0.796875 l 0.0625,0 -0.03125,-0.390625 -0.03125,-0.375 0,-2.171875 0.8125,0 0,7.59375 -0.65625,0 z m -1.625,0.140625 c 0.5625,0 0.960938,-0.148437 1.203125,-0.453125 0.25,-0.300781 0.375,-0.785156 0.375,-1.453125 l 0,-0.171875 c 0,-0.757812 -0.125,-1.300781 -0.375,-1.625 -0.25,-0.320312 -0.652344,-0.484375 -1.203125,-0.484375 -0.480469,0 -0.84375,0.1875 -1.09375,0.5625 -0.25,0.367187 -0.375,0.882813 -0.375,1.546875 0,0.6875 0.125,1.210938 0.375,1.5625 0.25,0.34375 0.613281,0.515625 1.09375,0.515625 z m 0,0" | ||
| + id="path37758" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph3-19" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 1.703125,-1.15625 0.078125,0.109375 c -0.085938,0.324219 -0.210938,0.699219 -0.375,1.125 -0.15625,0.4375 -0.320312,0.84375 -0.484375,1.21875 l -0.609375,0 C 0.394531,0.953125 0.488281,0.53125 0.59375,0.03125 c 0.101562,-0.5 0.179688,-0.894531 0.234375,-1.1875 z m 0,0" | ||
| + id="path37761" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph3-20" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 4.515625,0 0,-3.46875 c 0,-0.425781 -0.101563,-0.75 -0.296875,-0.96875 -0.199219,-0.21875 -0.507812,-0.328125 -0.921875,-0.328125 -0.5625,0 -0.976563,0.152344 -1.234375,0.453125 -0.261719,0.304688 -0.390625,0.804688 -0.390625,1.5 l 0,2.8125 -0.8125,0 0,-5.359375 0.65625,0 0.140625,0.734375 0.03125,0 c 0.164062,-0.257812 0.398438,-0.460938 0.703125,-0.609375 0.300781,-0.144531 0.632813,-0.21875 1,-0.21875 0.644531,0 1.128906,0.15625 1.453125,0.46875 0.320312,0.3125 0.484375,0.8125 0.484375,1.5 l 0,3.484375 z m 0,0" | ||
| + id="path37764" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph3-21" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 1.65625,-2.734375 c 0.144531,-0.195313 0.359375,-0.457031 0.640625,-0.78125 l 1.734375,-1.84375 0.953125,0 -2.15625,2.28125 L 5.140625,0 4.15625,0 2.265625,-2.53125 1.65625,-2 l 0,2 -0.796875,0 0,-7.59375 0.796875,0 0,4.03125 c 0,0.179688 -0.011719,0.453125 -0.03125,0.828125 z m 0,0" | ||
| + id="path37767" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph3-22" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 3.265625,-4.71875 -1.359375,0 0,4.71875 -0.8125,0 0,-4.71875 -0.953125,0 0,-0.375 0.953125,-0.28125 0,-0.296875 c 0,-1.320313 0.578125,-1.984375 1.734375,-1.984375 0.28125,0 0.609375,0.058594 0.984375,0.171875 l -0.203125,0.65625 c -0.3125,-0.101563 -0.578125,-0.15625 -0.796875,-0.15625 -0.3125,0 -0.542969,0.105469 -0.6875,0.3125 -0.148438,0.199219 -0.21875,0.523437 -0.21875,0.96875 l 0,0.34375 1.359375,0 z m 0,0" | ||
| + id="path37770" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph3-23" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 7.6875,0 0,-3.484375 C 7.6875,-3.910156 7.59375,-4.226562 7.40625,-4.4375 7.226562,-4.65625 6.945312,-4.765625 6.5625,-4.765625 c -0.511719,0 -0.886719,0.148437 -1.125,0.4375 -0.242188,0.292969 -0.359375,0.742187 -0.359375,1.34375 l 0,2.984375 -0.8125,0 0,-3.484375 c 0,-0.425781 -0.09375,-0.742187 -0.28125,-0.953125 -0.179687,-0.21875 -0.460937,-0.328125 -0.84375,-0.328125 -0.511719,0 -0.886719,0.15625 -1.125,0.46875 C 1.785156,-3.992188 1.671875,-3.5 1.671875,-2.8125 l 0,2.8125 -0.8125,0 0,-5.359375 0.65625,0 0.140625,0.734375 0.03125,0 c 0.15625,-0.257812 0.367188,-0.460938 0.640625,-0.609375 0.28125,-0.144531 0.59375,-0.21875 0.9375,-0.21875 0.84375,0 1.390625,0.304687 1.640625,0.90625 l 0.046875,0 c 0.15625,-0.28125 0.382813,-0.5 0.6875,-0.65625 0.300781,-0.164063 0.648437,-0.25 1.046875,-0.25 0.601562,0 1.050781,0.15625 1.34375,0.46875 0.300781,0.3125 0.453125,0.8125 0.453125,1.5 l 0,3.484375 z m 0,0" | ||
| + id="path37773" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph3-24" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 3.34375,-5.4375 c 0.707031,0 1.253906,0.242188 1.640625,0.71875 0.394531,0.480469 0.59375,1.15625 0.59375,2.03125 0,0.886719 -0.199219,1.574219 -0.59375,2.0625 C 4.585938,-0.144531 4.039062,0.09375 3.34375,0.09375 3,0.09375 2.679688,0.03125 2.390625,-0.09375 2.109375,-0.21875 1.867188,-0.414062 1.671875,-0.6875 l -0.0625,0 L 1.4375,0 0.859375,0 l 0,-7.59375 0.8125,0 0,1.84375 c 0,0.417969 -0.015625,0.789062 -0.046875,1.109375 l 0.046875,0 C 2.046875,-5.171875 2.601562,-5.4375 3.34375,-5.4375 z m -0.109375,0.671875 c -0.554687,0 -0.953125,0.164063 -1.203125,0.484375 -0.242188,0.3125 -0.359375,0.84375 -0.359375,1.59375 0,0.761719 0.125,1.304688 0.375,1.625 0.25,0.324219 0.648437,0.484375 1.203125,0.484375 0.5,0 0.867188,-0.179687 1.109375,-0.546875 0.25,-0.363281 0.375,-0.882812 0.375,-1.5625 0,-0.695312 -0.125,-1.21875 -0.375,-1.5625 -0.242187,-0.34375 -0.617187,-0.515625 -1.125,-0.515625 z m 0,0" | ||
| + id="path37776" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph3-25" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 0.75,-0.515625 c 0,-0.21875 0.046875,-0.382813 0.140625,-0.5 C 0.992188,-1.128906 1.132812,-1.1875 1.3125,-1.1875 c 0.195312,0 0.347656,0.058594 0.453125,0.171875 0.101563,0.117187 0.15625,0.28125 0.15625,0.5 0,0.210937 -0.058594,0.371094 -0.171875,0.484375 C 1.644531,0.0820312 1.5,0.140625 1.3125,0.140625 1.144531,0.140625 1.007812,0.0859375 0.90625,-0.015625 0.800781,-0.117188 0.75,-0.285156 0.75,-0.515625 z m 0,0" | ||
| + id="path37779" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph3-26" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 5.015625,-1.90625 c 0,0.636719 -0.230469,1.132812 -0.6875,1.484375 C 3.867188,-0.078125 3.25,0.09375 2.46875,0.09375 1.625,0.09375 0.972656,-0.015625 0.515625,-0.234375 l 0,-0.796875 C 0.804688,-0.90625 1.125,-0.804688 1.46875,-0.734375 1.820312,-0.660156 2.164062,-0.625 2.5,-0.625 c 0.550781,0 0.96875,-0.101562 1.25,-0.3125 0.28125,-0.21875 0.421875,-0.515625 0.421875,-0.890625 0,-0.238281 -0.054687,-0.4375 -0.15625,-0.59375 -0.09375,-0.164063 -0.261719,-0.3125 -0.5,-0.4375 C 3.285156,-2.992188 2.9375,-3.148438 2.46875,-3.328125 1.800781,-3.554688 1.320312,-3.832031 1.03125,-4.15625 0.75,-4.488281 0.609375,-4.914062 0.609375,-5.4375 0.609375,-5.988281 0.8125,-6.425781 1.21875,-6.75 1.632812,-7.070312 2.1875,-7.234375 2.875,-7.234375 c 0.707031,0 1.359375,0.132813 1.953125,0.390625 l -0.25,0.71875 C 3.984375,-6.375 3.410156,-6.5 2.859375,-6.5 2.410156,-6.5 2.0625,-6.40625 1.8125,-6.21875 c -0.242188,0.1875 -0.359375,0.449219 -0.359375,0.78125 0,0.25 0.039063,0.460938 0.125,0.625 0.09375,0.15625 0.25,0.304688 0.46875,0.4375 0.21875,0.125 0.550781,0.265625 1,0.421875 0.75,0.273437 1.265625,0.5625 1.546875,0.875 0.28125,0.304687 0.421875,0.695313 0.421875,1.171875 z m 0,0" | ||
| + id="path37782" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph3-27" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 4.96875,0 -3.984375,0 0,-7.140625 3.984375,0 0,0.734375 -3.15625,0 0,2.296875 2.953125,0 0,0.734375 -2.953125,0 0,2.625 3.15625,0 z m 0,0" | ||
| + id="path37785" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph3-28" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="M 5.234375,0 4.25,-3.140625 c -0.0625,-0.1875 -0.179688,-0.625 -0.34375,-1.3125 l -0.046875,0 C 3.734375,-3.878906 3.617188,-3.4375 3.515625,-3.125 l -1,3.125 -0.9375,0 -1.46875,-5.359375 0.859375,0 c 0.34375,1.355469 0.601562,2.386719 0.78125,3.09375 0.175781,0.699219 0.28125,1.167969 0.3125,1.40625 l 0.03125,0 c 0.039062,-0.1875 0.097656,-0.425781 0.171875,-0.71875 0.082031,-0.289063 0.15625,-0.523437 0.21875,-0.703125 l 0.984375,-3.078125 0.875,0 0.953125,3.078125 c 0.1875,0.5625 0.3125,1.03125 0.375,1.40625 l 0.03125,0 c 0.019531,-0.113281 0.054687,-0.289062 0.109375,-0.53125 0.0625,-0.25 0.398438,-1.566406 1.015625,-3.953125 l 0.84375,0 L 6.1875,0 z m 0,0" | ||
| + id="path37788" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph3-29" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 0.40625,-2.3125 0,-0.734375 2.40625,0 0,0.734375 z m 0,0" | ||
| + id="path37791" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph3-30" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="M 6.6875,-3.640625 C 6.6875,-2.460938 6.363281,-1.5625 5.71875,-0.9375 5.082031,-0.3125 4.160156,0 2.953125,0 l -1.96875,0 0,-7.140625 2.1875,0 c 1.101563,0 1.960937,0.308594 2.578125,0.921875 0.625,0.617188 0.9375,1.476562 0.9375,2.578125 z m -0.890625,0.03125 c 0,-0.925781 -0.234375,-1.625 -0.703125,-2.09375 -0.460938,-0.476563 -1.152344,-0.71875 -2.078125,-0.71875 l -1.203125,0 0,5.703125 1.015625,0 c 0.988281,0 1.726563,-0.238281 2.21875,-0.71875 0.5,-0.488281 0.75,-1.210938 0.75,-2.171875 z m 0,0" | ||
| + id="path37794" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph3-31" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 1.40625,-1.96875 0,-0.265625 c 0,-0.375 0.054688,-0.6875 0.171875,-0.9375 0.125,-0.25 0.34375,-0.507813 0.65625,-0.78125 0.445313,-0.375 0.726563,-0.65625 0.84375,-0.84375 C 3.191406,-4.984375 3.25,-5.210938 3.25,-5.484375 3.25,-5.816406 3.140625,-6.070312 2.921875,-6.25 2.710938,-6.425781 2.410156,-6.515625 2.015625,-6.515625 1.753906,-6.515625 1.5,-6.484375 1.25,-6.421875 1.007812,-6.367188 0.734375,-6.257812 0.421875,-6.09375 L 0.125,-6.765625 c 0.625,-0.3125 1.269531,-0.46875 1.9375,-0.46875 0.625,0 1.109375,0.152344 1.453125,0.453125 0.34375,0.304688 0.515625,0.734375 0.515625,1.296875 0,0.242187 -0.03125,0.449219 -0.09375,0.625 -0.0625,0.179687 -0.15625,0.351563 -0.28125,0.515625 -0.125,0.15625 -0.390625,0.417969 -0.796875,0.78125 -0.335937,0.273438 -0.554687,0.5 -0.65625,0.6875 -0.105469,0.1875 -0.15625,0.4375 -0.15625,0.75 l 0,0.15625 z m -0.234375,1.453125 c 0,-0.445313 0.195313,-0.671875 0.59375,-0.671875 0.1875,0 0.328125,0.058594 0.421875,0.171875 0.101562,0.117187 0.15625,0.28125 0.15625,0.5 0,0.210937 -0.054688,0.371094 -0.15625,0.484375 -0.105469,0.1132812 -0.246094,0.171875 -0.421875,0.171875 -0.179687,0 -0.324219,-0.0546875 -0.4375,-0.15625 -0.105469,-0.101563 -0.15625,-0.269531 -0.15625,-0.5 z m 0,0" | ||
| + id="path37797" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph3-32" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 0.984375,0 0,-7.140625 0.828125,0 0,7.140625 z m 0,0" | ||
| + id="path37800" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph3-33" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 4.28125,0 -3.875,0 0,-0.546875 2.921875,-4.171875 -2.75,0 0,-0.640625 3.625,0 0,0.640625 -2.875,4.09375 2.953125,0 z m 0,0" | ||
| + id="path37803" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph3-34" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="M 4.03125,-6.5 C 3.25,-6.5 2.628906,-6.238281 2.171875,-5.71875 1.722656,-5.195312 1.5,-4.476562 1.5,-3.5625 c 0,0.929688 0.21875,1.648438 0.65625,2.15625 0.4375,0.511719 1.0625,0.765625 1.875,0.765625 0.5,0 1.066406,-0.085937 1.703125,-0.265625 l 0,0.71875 C 5.234375,0 4.625,0.09375 3.90625,0.09375 c -1.054688,0 -1.867188,-0.316406 -2.4375,-0.953125 -0.574219,-0.632813 -0.859375,-1.539063 -0.859375,-2.71875 0,-0.738281 0.132813,-1.382813 0.40625,-1.9375 0.28125,-0.550781 0.679687,-0.972656 1.203125,-1.265625 0.519531,-0.300781 1.128906,-0.453125 1.828125,-0.453125 0.75,0 1.40625,0.136719 1.96875,0.40625 L 5.65625,-6.125 C 5.113281,-6.375 4.570312,-6.5 4.03125,-6.5 z m 0,0" | ||
| + id="path37806" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph3-35" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 7.171875,-3.578125 c 0,1.148437 -0.292969,2.046875 -0.875,2.703125 -0.574219,0.648438 -1.371094,0.96875 -2.390625,0.96875 -1.054688,0 -1.867188,-0.316406 -2.4375,-0.953125 C 0.894531,-1.503906 0.609375,-2.414062 0.609375,-3.59375 0.609375,-4.75 0.894531,-5.644531 1.46875,-6.28125 2.039062,-6.925781 2.851562,-7.25 3.90625,-7.25 c 1.03125,0 1.832031,0.328125 2.40625,0.984375 0.570312,0.648437 0.859375,1.542969 0.859375,2.6875 z m -5.6875,0 c 0,0.96875 0.203125,1.703125 0.609375,2.203125 0.414062,0.5 1.019531,0.75 1.8125,0.75 0.789062,0 1.382812,-0.25 1.78125,-0.75 0.40625,-0.5 0.609375,-1.234375 0.609375,-2.203125 0,-0.957031 -0.203125,-1.6875 -0.609375,-2.1875 -0.398438,-0.5 -0.992188,-0.75 -1.78125,-0.75 -0.792969,0 -1.398438,0.25 -1.8125,0.75 -0.40625,0.5 -0.609375,1.230469 -0.609375,2.1875 z m 0,0" | ||
| + id="path37809" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph3-36" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 6.265625,-4.71875 -1.359375,0 0,4.71875 -0.8125,0 0,-4.71875 -0.953125,0 0,-0.375 0.953125,-0.28125 0,-0.296875 c 0,-1.320313 0.578125,-1.984375 1.734375,-1.984375 0.28125,0 0.609375,0.058594 0.984375,0.171875 l -0.203125,0.65625 c -0.3125,-0.101563 -0.578125,-0.15625 -0.796875,-0.15625 -0.3125,0 -0.542969,0.105469 -0.6875,0.3125 -0.148438,0.199219 -0.21875,0.523437 -0.21875,0.96875 l 0,0.34375 1.359375,0 z m -3,0 -1.359375,0 0,4.71875 -0.8125,0 0,-4.71875 -0.953125,0 0,-0.375 0.953125,-0.28125 0,-0.296875 c 0,-1.320313 0.578125,-1.984375 1.734375,-1.984375 0.28125,0 0.609375,0.058594 0.984375,0.171875 l -0.203125,0.65625 c -0.3125,-0.101563 -0.578125,-0.15625 -0.796875,-0.15625 -0.3125,0 -0.542969,0.105469 -0.6875,0.3125 -0.148438,0.199219 -0.21875,0.523437 -0.21875,0.96875 l 0,0.34375 1.359375,0 z M 8.671875,0 l -0.8125,0 0,-7.59375 0.8125,0 z m 0,0" | ||
| + id="path37812" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph3-37" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 2.875,-0.578125 c 0.539062,0 0.9375,-0.144531 1.1875,-0.4375 0.25,-0.289063 0.378906,-0.78125 0.390625,-1.46875 l 0,-0.171875 c 0,-0.75 -0.125,-1.285156 -0.375,-1.609375 -0.25,-0.332031 -0.652344,-0.5 -1.203125,-0.5 -0.480469,0 -0.84375,0.1875 -1.09375,0.5625 -0.25,0.367187 -0.375,0.882813 -0.375,1.546875 0,0.679688 0.125,1.195312 0.375,1.546875 0.25,0.355469 0.613281,0.53125 1.09375,0.53125 z M 2.765625,0.09375 c -0.699219,0 -1.242187,-0.238281 -1.625,-0.71875 C 0.753906,-1.113281 0.5625,-1.789062 0.5625,-2.65625 c 0,-0.875 0.191406,-1.554688 0.578125,-2.046875 0.394531,-0.5 0.941406,-0.75 1.640625,-0.75 0.726562,0 1.289062,0.277344 1.6875,0.828125 l 0.046875,0 0.109375,-0.734375 0.640625,0 0,7.765625 -0.8125,0 0,-2.296875 c 0,-0.320313 0.019531,-0.597656 0.0625,-0.828125 l -0.0625,0 c -0.375,0.542969 -0.9375,0.8125 -1.6875,0.8125 z m 0,0" | ||
| + id="path37815" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph3-38" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 3.046875,1.578125 -2.234375,0 0,-8.71875 2.234375,0 0,0.6875 -1.421875,0 0,7.34375 1.421875,0 z m 0,0" | ||
| + id="path37818" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph3-39" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 0.671875,-3.953125 c 0,-0.28125 0.066406,-0.53125 0.203125,-0.75 C 1.019531,-4.929688 1.222656,-5.101562 1.484375,-5.21875 1.242188,-5.351562 1.050781,-5.507812 0.90625,-5.6875 0.769531,-5.863281 0.703125,-6.09375 0.703125,-6.375 c 0,-0.394531 0.164063,-0.703125 0.5,-0.921875 0.34375,-0.226563 0.835937,-0.34375 1.484375,-0.34375 0.300781,0 0.582031,0.027344 0.84375,0.078125 0.257812,0.042969 0.546875,0.125 0.859375,0.25 L 4.125,-6.671875 c -0.3125,-0.125 -0.578125,-0.207031 -0.796875,-0.25 C 3.109375,-6.972656 2.875,-7 2.625,-7 2.25,-7 1.960938,-6.945312 1.765625,-6.84375 c -0.1875,0.09375 -0.28125,0.246094 -0.28125,0.453125 0,0.199219 0.097656,0.367187 0.296875,0.5 0.207031,0.136719 0.5625,0.292969 1.0625,0.46875 0.601562,0.21875 1.023438,0.453125 1.265625,0.703125 0.25,0.25 0.375,0.546875 0.375,0.890625 0,0.292969 -0.070313,0.554687 -0.203125,0.78125 -0.136719,0.230469 -0.324219,0.414063 -0.5625,0.546875 0.5,0.261719 0.75,0.632812 0.75,1.109375 0,0.460937 -0.195312,0.8125 -0.578125,1.0625 -0.375,0.25 -0.90625,0.375 -1.59375,0.375 -0.71875,0 -1.289063,-0.109375 -1.703125,-0.328125 l 0,-0.71875 c 0.257812,0.117188 0.546875,0.214844 0.859375,0.296875 0.3125,0.074219 0.601563,0.109375 0.875,0.109375 0.4375,0 0.769531,-0.0625 1,-0.1875 0.226563,-0.125 0.34375,-0.300781 0.34375,-0.53125 0,-0.15625 -0.042969,-0.28125 -0.125,-0.375 C 3.472656,-1.78125 3.347656,-1.875 3.171875,-1.96875 2.992188,-2.0625 2.71875,-2.175781 2.34375,-2.3125 1.882812,-2.488281 1.546875,-2.648438 1.328125,-2.796875 c -0.21875,-0.144531 -0.386719,-0.304687 -0.5,-0.484375 -0.105469,-0.1875 -0.15625,-0.410156 -0.15625,-0.671875 z m 0.71875,-0.09375 c 0,0.25 0.101563,0.464844 0.3125,0.640625 0.21875,0.167969 0.601563,0.351562 1.15625,0.546875 l 0.234375,0.09375 c 0.445312,-0.257813 0.671875,-0.570313 0.671875,-0.9375 0,-0.269531 -0.121094,-0.492187 -0.359375,-0.671875 C 3.164062,-4.5625 2.742188,-4.75 2.140625,-4.9375 1.921875,-4.875 1.738281,-4.757812 1.59375,-4.59375 1.457031,-4.425781 1.390625,-4.242188 1.390625,-4.046875 z m 0,0" | ||
| + id="path37821" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph3-40" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 5.46875,0 -0.890625,-2.265625 -2.859375,0 L 0.84375,0 0,0 l 2.828125,-7.171875 0.6875,0 L 6.328125,0 z m -1.140625,-3.015625 -0.84375,-2.21875 c -0.105469,-0.28125 -0.214844,-0.625 -0.328125,-1.03125 -0.074219,0.3125 -0.171875,0.65625 -0.296875,1.03125 l -0.84375,2.21875 z m 0,0" | ||
| + id="path37824" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph3-41" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 3.484375,0 -0.78125,0 0,-5.09375 c 0,-0.414062 0.00781,-0.816406 0.03125,-1.203125 -0.0625,0.074219 -0.136719,0.148437 -0.21875,0.21875 C 2.429688,-6.003906 2.039062,-5.6875 1.34375,-5.125 l -0.421875,-0.546875 1.890625,-1.46875 0.671875,0 z m 0,0" | ||
| + id="path37827" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph3-42" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 5.1875,0 -4.703125,0 0,-0.703125 L 2.375,-2.59375 c 0.570312,-0.570312 0.945312,-0.984375 1.125,-1.234375 0.1875,-0.25 0.320312,-0.488281 0.40625,-0.71875 C 4,-4.785156 4.046875,-5.039062 4.046875,-5.3125 c 0,-0.375 -0.117187,-0.671875 -0.34375,-0.890625 -0.230469,-0.226563 -0.554687,-0.34375 -0.96875,-0.34375 -0.292969,0 -0.574219,0.054687 -0.84375,0.15625 -0.261719,0.09375 -0.554687,0.265625 -0.875,0.515625 l -0.4375,-0.546875 c 0.65625,-0.539063 1.375,-0.8125 2.15625,-0.8125 0.664063,0 1.1875,0.171875 1.5625,0.515625 0.382813,0.335938 0.578125,0.792969 0.578125,1.375 0,0.460938 -0.132812,0.914062 -0.390625,1.359375 -0.25,0.4375 -0.71875,0.996094 -1.40625,1.671875 l -1.5625,1.515625 0,0.046875 3.671875,0 z m 0,0" | ||
| + id="path37830" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph3-43" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 6.375,-7.140625 0,4.625 c 0,0.8125 -0.25,1.453125 -0.75,1.921875 -0.492188,0.460938 -1.164062,0.6875 -2.015625,0.6875 -0.867187,0 -1.53125,-0.234375 -2,-0.703125 -0.46875,-0.46875 -0.703125,-1.113281 -0.703125,-1.9375 l 0,-4.59375 0.828125,0 0,4.65625 c 0,0.59375 0.160156,1.054687 0.484375,1.375 0.332031,0.324219 0.8125,0.484375 1.4375,0.484375 0.601562,0 1.066406,-0.160156 1.390625,-0.484375 0.332031,-0.320313 0.5,-0.78125 0.5,-1.375 l 0,-4.65625 z m 0,0" | ||
| + id="path37833" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph3-44" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 6.40625,0 -0.828125,0 0,-3.359375 -3.765625,0 0,3.359375 -0.828125,0 0,-7.140625 0.828125,0 0,3.03125 3.765625,0 0,-3.03125 0.828125,0 z m 0,0" | ||
| + id="path37836" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph3-45" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 1.8125,-2.96875 0,2.96875 -0.828125,0 0,-7.140625 1.953125,0 c 0.875,0 1.519531,0.167969 1.9375,0.5 0.425781,0.335937 0.640625,0.839844 0.640625,1.515625 0,0.949219 -0.480469,1.589844 -1.4375,1.921875 L 6.015625,0 5.03125,0 3.296875,-2.96875 z m 0,-0.71875 1.140625,0 c 0.582031,0 1.007813,-0.113281 1.28125,-0.34375 0.28125,-0.226562 0.421875,-0.578125 0.421875,-1.046875 0,-0.46875 -0.140625,-0.804687 -0.421875,-1.015625 -0.28125,-0.207031 -0.730469,-0.3125 -1.34375,-0.3125 l -1.078125,0 z m 0,0" | ||
| + id="path37839" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph3-46" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 0.25,0.890625 1.40625,0 0,-7.34375 -1.40625,0 0,-0.6875 2.234375,0 0,8.71875 -2.234375,0 z m 0,0" | ||
| + id="path37842" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph3-47" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 6.5625,0 -0.953125,0 -3.90625,-5.984375 -0.03125,0 C 1.722656,-5.285156 1.75,-4.644531 1.75,-4.0625 L 1.75,0 0.984375,0 l 0,-7.140625 0.9375,0 3.890625,5.96875 0.03125,0 c 0,-0.082031 -0.015625,-0.363281 -0.046875,-0.84375 C 5.773438,-2.492188 5.769531,-2.835938 5.78125,-3.046875 l 0,-4.09375 0.78125,0 z m 0,0" | ||
| + id="path37845" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph3-48" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 1.5625,-7.140625 -0.203125,2.578125 -0.515625,0 -0.1875,-2.578125 z m 0,0" | ||
| + id="path37848" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph3-49" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 3.265625,-4.71875 -1.359375,0 0,4.71875 -0.8125,0 0,-4.71875 -0.953125,0 0,-0.375 0.953125,-0.28125 0,-0.296875 c 0,-1.320313 0.578125,-1.984375 1.734375,-1.984375 0.28125,0 0.609375,0.058594 0.984375,0.171875 l -0.203125,0.65625 c -0.3125,-0.101563 -0.578125,-0.15625 -0.796875,-0.15625 -0.3125,0 -0.542969,0.105469 -0.6875,0.3125 -0.148438,0.199219 -0.21875,0.523437 -0.21875,0.96875 l 0,0.34375 1.359375,0 z M 4.671875,0 l -0.8125,0 0,-5.359375 0.8125,0 z m -0.875,-6.796875 c 0,-0.1875 0.039063,-0.320313 0.125,-0.40625 0.09375,-0.09375 0.207031,-0.140625 0.34375,-0.140625 0.132813,0 0.25,0.046875 0.34375,0.140625 0.09375,0.085937 0.140625,0.21875 0.140625,0.40625 0,0.179687 -0.046875,0.3125 -0.140625,0.40625 -0.09375,0.085937 -0.210937,0.125 -0.34375,0.125 -0.136719,0 -0.25,-0.039063 -0.34375,-0.125 -0.085937,-0.09375 -0.125,-0.226563 -0.125,-0.40625 z m 0,0" | ||
| + id="path37851" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph4-0" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 0.84375,-6.421875 3.703125,0 0,6.421875 -3.703125,0 z m 0.46875,5.96875 2.78125,0 0,-5.515625 -2.78125,0 z m 0,0" | ||
| + id="path37854" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph4-1" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 2.734375,1.421875 -2,0 0,-7.84375 2,0 0,0.609375 -1.265625,0 0,6.609375 1.265625,0 z m 0,0" | ||
| + id="path37857" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph4-2" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 3.640625,-5.84375 c -0.710937,0 -1.273437,0.234375 -1.6875,0.703125 -0.40625,0.46875 -0.609375,1.109375 -0.609375,1.921875 0,0.84375 0.195312,1.496094 0.59375,1.953125 0.394531,0.460937 0.957031,0.6875 1.6875,0.6875 0.445312,0 0.957031,-0.078125 1.53125,-0.234375 l 0,0.65625 c -0.449219,0.1640625 -0.996094,0.25 -1.640625,0.25 -0.949219,0 -1.683594,-0.285156 -2.203125,-0.859375 -0.511719,-0.582031 -0.765625,-1.398437 -0.765625,-2.453125 0,-0.664062 0.125,-1.242188 0.375,-1.734375 0.25,-0.5 0.601563,-0.882813 1.0625,-1.15625 0.46875,-0.269531 1.019531,-0.40625 1.65625,-0.40625 0.675781,0 1.265625,0.125 1.765625,0.375 L 5.09375,-5.5 C 4.601562,-5.726562 4.117188,-5.84375 3.640625,-5.84375 z m 0,0" | ||
| + id="path37860" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph4-3" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 4.9375,-2.40625 c 0,0.78125 -0.199219,1.398438 -0.59375,1.84375 -0.398438,0.4375 -0.945312,0.65625 -1.640625,0.65625 -0.4375,0 -0.824219,-0.09765625 -1.15625,-0.296875 -0.335937,-0.207031 -0.59375,-0.5 -0.78125,-0.875 C 0.585938,-1.460938 0.5,-1.90625 0.5,-2.40625 0.5,-3.195312 0.695312,-3.8125 1.09375,-4.25 c 0.394531,-0.4375 0.941406,-0.65625 1.640625,-0.65625 0.664063,0 1.195313,0.226562 1.59375,0.671875 0.40625,0.449219 0.609375,1.058594 0.609375,1.828125 z m -3.671875,0 c 0,0.617188 0.117187,1.085938 0.359375,1.40625 0.25,0.324219 0.613281,0.484375 1.09375,0.484375 0.476562,0 0.835938,-0.160156 1.078125,-0.484375 0.25,-0.320312 0.375,-0.789062 0.375,-1.40625 0,-0.613281 -0.125,-1.078125 -0.375,-1.390625 C 3.554688,-4.117188 3.191406,-4.28125 2.703125,-4.28125 2.222656,-4.28125 1.863281,-4.125 1.625,-3.8125 1.382812,-3.5 1.265625,-3.03125 1.265625,-2.40625 z m 0,0" | ||
| + id="path37863" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph4-4" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 1.453125,-4.8125 0,3.125 c 0,0.386719 0.085937,0.679688 0.265625,0.875 0.1875,0.199219 0.46875,0.296875 0.84375,0.296875 0.507812,0 0.878906,-0.132813 1.109375,-0.40625 0.226563,-0.28125 0.34375,-0.734375 0.34375,-1.359375 l 0,-2.53125 0.734375,0 L 4.75,0 4.15625,0 4.046875,-0.640625 4,-0.640625 c -0.148438,0.230469 -0.355469,0.414063 -0.625,0.546875 -0.261719,0.125 -0.5625,0.1875 -0.90625,0.1875 -0.585938,0 -1.023438,-0.140625 -1.3125,-0.421875 -0.292969,-0.28125 -0.4375,-0.726563 -0.4375,-1.34375 l 0,-3.140625 z m 0,0" | ||
| + id="path37866" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph4-5" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 4.0625,0 0,-3.109375 c 0,-0.394531 -0.089844,-0.6875 -0.265625,-0.875 C 3.617188,-4.179688 3.34375,-4.28125 2.96875,-4.28125 c -0.511719,0 -0.886719,0.136719 -1.125,0.40625 C 1.613281,-3.601562 1.5,-3.15625 1.5,-2.53125 L 1.5,0 0.78125,0 l 0,-4.8125 0.578125,0 0.125,0.65625 0.03125,0 c 0.15625,-0.238281 0.363281,-0.421875 0.625,-0.546875 0.269531,-0.132813 0.570313,-0.203125 0.90625,-0.203125 0.582031,0 1.019531,0.140625 1.3125,0.421875 0.289063,0.28125 0.4375,0.730469 0.4375,1.34375 l 0,3.140625 z m 0,0" | ||
| + id="path37869" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph4-6" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 2.328125,-0.515625 c 0.125,0 0.25,-0.007813 0.375,-0.03125 0.125,-0.019531 0.21875,-0.039063 0.28125,-0.0625 l 0,0.5625 C 2.910156,-0.00390625 2.796875,0.0234375 2.640625,0.046875 2.484375,0.078125 2.34375,0.09375 2.21875,0.09375 c -0.929688,0 -1.390625,-0.492188 -1.390625,-1.484375 l 0,-2.859375 -0.6875,0 0,-0.34375 0.6875,-0.3125 0.3125,-1.03125 0.421875,0 0,1.125 1.390625,0 0,0.5625 -1.390625,0 0,2.828125 c 0,0.292969 0.066406,0.515625 0.203125,0.671875 0.132813,0.15625 0.320313,0.234375 0.5625,0.234375 z m 0,0" | ||
| + id="path37872" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph4-7" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="M 2.8125,0.09375 C 2.09375,0.09375 1.523438,-0.125 1.109375,-0.5625 0.703125,-1 0.5,-1.601562 0.5,-2.375 c 0,-0.769531 0.191406,-1.382812 0.578125,-1.84375 0.382813,-0.457031 0.898437,-0.6875 1.546875,-0.6875 0.601562,0 1.078125,0.199219 1.421875,0.59375 0.351563,0.398438 0.53125,0.921875 0.53125,1.578125 l 0,0.453125 -3.3125,0 c 0.00781,0.574219 0.148437,1.007812 0.421875,1.296875 0.269531,0.292969 0.648438,0.4375 1.140625,0.4375 0.519531,0 1.035156,-0.109375 1.546875,-0.328125 l 0,0.65625 C 4.113281,-0.113281 3.867188,-0.0351562 3.640625,0.015625 3.410156,0.0664062 3.132812,0.09375 2.8125,0.09375 z M 2.609375,-4.296875 c -0.386719,0 -0.695313,0.132813 -0.921875,0.390625 -0.230469,0.25 -0.367188,0.59375 -0.40625,1.03125 l 2.515625,0 c 0,-0.457031 -0.105469,-0.804688 -0.3125,-1.046875 -0.199219,-0.25 -0.492187,-0.375 -0.875,-0.375 z m 0,0" | ||
| + id="path37875" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph4-8" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 2.96875,-4.90625 c 0.21875,0 0.410156,0.015625 0.578125,0.046875 l -0.09375,0.6875 c -0.210937,-0.039063 -0.386719,-0.0625 -0.53125,-0.0625 -0.398437,0 -0.734375,0.15625 -1.015625,0.46875 C 1.632812,-3.453125 1.5,-3.054688 1.5,-2.578125 L 1.5,0 0.78125,0 l 0,-4.8125 0.59375,0 0.078125,0.890625 0.046875,0 c 0.175781,-0.3125 0.390625,-0.550781 0.640625,-0.71875 0.25,-0.175781 0.523437,-0.265625 0.828125,-0.265625 z m 0,0" | ||
| + id="path37878" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph4-9" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 0.21875,0.796875 1.28125,0 0,-6.609375 -1.28125,0 0,-0.609375 2.015625,0 0,7.84375 -2.015625,0 z m 0,0" | ||
| + id="path37881" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + </g> | ||
| + <clipPath | ||
| + id="clip1"> | ||
| + <path | ||
| + d="m 54,54 503.99609,0 0,661.70703 -503.99609,0 z m 0,0" | ||
| + id="path37884" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </clipPath> | ||
| + <clipPath | ||
| + id="clip2"> | ||
| + <path | ||
| + d="m 55.492188,83.058594 501.000002,0 0,0.835937 -501.000002,0 z m 0,0" | ||
| + id="path37887" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </clipPath> | ||
| + </defs> | ||
| + <g | ||
| + id="g79881" | ||
| + transform="translate(-55.492188,-60.939995)"> | ||
| + <g | ||
| + clip-path="url(#clip2)" | ||
| + clip-rule="nonzero" | ||
| + id="g37894"> | ||
| + <path | ||
| + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" | ||
| + d="m 55.492188,83.058594 501.000002,0 0,0.835937 -501.000002,0 z m 0,0" | ||
| + id="path37896" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#a1c235;fill-opacity:1" | ||
| + id="g37898"> | ||
| + <use | ||
| + xlink:href="#glyph0-1" | ||
| + x="65.512558" | ||
| + y="118.71249" | ||
| + id="use37900" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#979797;fill-opacity:1" | ||
| + id="g37902"> | ||
| + <use | ||
| + xlink:href="#glyph0-2" | ||
| + x="65.512558" | ||
| + y="128.73248" | ||
| + id="use37904" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#a1c235;fill-opacity:1" | ||
| + id="g37906"> | ||
| + <use | ||
| + xlink:href="#glyph0-1" | ||
| + x="65.512558" | ||
| + y="148.77249" | ||
| + id="use37908" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#979797;fill-opacity:1" | ||
| + id="g37910"> | ||
| + <use | ||
| + xlink:href="#glyph0-2" | ||
| + x="65.512558" | ||
| + y="158.79248" | ||
| + id="use37912" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#a1c235;fill-opacity:1" | ||
| + id="g37914"> | ||
| + <use | ||
| + xlink:href="#glyph0-1" | ||
| + x="65.512558" | ||
| + y="178.83249" | ||
| + id="use37916" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#979797;fill-opacity:1" | ||
| + id="g37918"> | ||
| + <use | ||
| + xlink:href="#glyph0-2" | ||
| + x="65.512558" | ||
| + y="188.85248" | ||
| + id="use37920" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#a1c235;fill-opacity:1" | ||
| + id="g37922"> | ||
| + <use | ||
| + xlink:href="#glyph0-1" | ||
| + x="65.512558" | ||
| + y="208.89249" | ||
| + id="use37924" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#979797;fill-opacity:1" | ||
| + id="g37926"> | ||
| + <use | ||
| + xlink:href="#glyph0-2" | ||
| + x="65.512558" | ||
| + y="218.91248" | ||
| + id="use37928" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#a1c235;fill-opacity:1" | ||
| + id="g37930"> | ||
| + <use | ||
| + xlink:href="#glyph0-1" | ||
| + x="65.512558" | ||
| + y="252.98047" | ||
| + id="use37932" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#979797;fill-opacity:1" | ||
| + id="g37934"> | ||
| + <use | ||
| + xlink:href="#glyph0-2" | ||
| + x="65.512558" | ||
| + y="263.00046" | ||
| + id="use37936" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#a1c235;fill-opacity:1" | ||
| + id="g37938"> | ||
| + <use | ||
| + xlink:href="#glyph0-1" | ||
| + x="65.512558" | ||
| + y="297.06848" | ||
| + id="use37940" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#979797;fill-opacity:1" | ||
| + id="g37942"> | ||
| + <use | ||
| + xlink:href="#glyph0-2" | ||
| + x="65.512558" | ||
| + y="307.08847" | ||
| + id="use37944" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#a1c235;fill-opacity:1" | ||
| + id="g37946"> | ||
| + <use | ||
| + xlink:href="#glyph0-1" | ||
| + x="65.512558" | ||
| + y="327.12848" | ||
| + id="use37948" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#979797;fill-opacity:1" | ||
| + id="g37950"> | ||
| + <use | ||
| + xlink:href="#glyph0-2" | ||
| + x="65.512558" | ||
| + y="337.14847" | ||
| + id="use37952" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#a1c235;fill-opacity:1" | ||
| + id="g37954"> | ||
| + <use | ||
| + xlink:href="#glyph0-1" | ||
| + x="65.512558" | ||
| + y="357.18848" | ||
| + id="use37956" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#979797;fill-opacity:1" | ||
| + id="g37958"> | ||
| + <use | ||
| + xlink:href="#glyph0-2" | ||
| + x="65.512558" | ||
| + y="367.20847" | ||
| + id="use37960" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#a1c235;fill-opacity:1" | ||
| + id="g37962"> | ||
| + <use | ||
| + xlink:href="#glyph0-1" | ||
| + x="65.512558" | ||
| + y="387.24847" | ||
| + id="use37964" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#979797;fill-opacity:1" | ||
| + id="g37966"> | ||
| + <use | ||
| + xlink:href="#glyph0-2" | ||
| + x="65.512558" | ||
| + y="397.26846" | ||
| + id="use37968" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#a1c235;fill-opacity:1" | ||
| + id="g37970"> | ||
| + <use | ||
| + xlink:href="#glyph0-1" | ||
| + x="65.512558" | ||
| + y="417.30847" | ||
| + id="use37972" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#979797;fill-opacity:1" | ||
| + id="g37974"> | ||
| + <use | ||
| + xlink:href="#glyph0-2" | ||
| + x="65.512558" | ||
| + y="427.32846" | ||
| + id="use37976" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g37978"> | ||
| + <use | ||
| + xlink:href="#glyph1-1" | ||
| + x="55.492558" | ||
| + y="76.127495" | ||
| + id="use37980" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-2" | ||
| + x="71.163834" | ||
| + y="76.127495" | ||
| + id="use37982" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-3" | ||
| + x="76.654793" | ||
| + y="76.127495" | ||
| + id="use37984" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-2" | ||
| + x="89.760956" | ||
| + y="76.127495" | ||
| + id="use37986" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-4" | ||
| + x="95.251915" | ||
| + y="76.127495" | ||
| + id="use37988" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-5" | ||
| + x="103.62863" | ||
| + y="76.127495" | ||
| + id="use37990" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-6" | ||
| + x="115.39211" | ||
| + y="76.127495" | ||
| + id="use37992" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-7" | ||
| + x="120.88307" | ||
| + y="76.127495" | ||
| + id="use37994" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-8" | ||
| + x="126.37403" | ||
| + y="76.127495" | ||
| + id="use37996" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-9" | ||
| + x="138.4782" | ||
| + y="76.127495" | ||
| + id="use37998" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-10" | ||
| + x="146.43407" | ||
| + y="76.127495" | ||
| + id="use38000" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38002"> | ||
| + <use | ||
| + xlink:href="#glyph1-10" | ||
| + x="158.83882" | ||
| + y="76.127495" | ||
| + id="use38004" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-11" | ||
| + x="171.22354" | ||
| + y="76.127495" | ||
| + id="use38006" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-12" | ||
| + x="184.69043" | ||
| + y="76.127495" | ||
| + id="use38008" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-13" | ||
| + x="197.7565" | ||
| + y="76.127495" | ||
| + id="use38010" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-7" | ||
| + x="218.07706" | ||
| + y="76.127495" | ||
| + id="use38012" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-14" | ||
| + x="223.56802" | ||
| + y="76.127495" | ||
| + id="use38014" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-15" | ||
| + x="238.4377" | ||
| + y="76.127495" | ||
| + id="use38016" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-4" | ||
| + x="249.98074" | ||
| + y="76.127495" | ||
| + id="use38018" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38020"> | ||
| + <use | ||
| + xlink:href="#glyph2-1" | ||
| + x="55.492558" | ||
| + y="103.1815" | ||
| + id="use38022" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph2-2" | ||
| + x="64.111763" | ||
| + y="103.1815" | ||
| + id="use38024" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph2-3" | ||
| + x="67.13179" | ||
| + y="103.1815" | ||
| + id="use38026" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph2-4" | ||
| + x="72.708916" | ||
| + y="103.1815" | ||
| + id="use38028" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38030"> | ||
| + <use | ||
| + xlink:href="#glyph2-5" | ||
| + x="79.04657" | ||
| + y="103.1815" | ||
| + id="use38032" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph2-3" | ||
| + x="86.166779" | ||
| + y="103.1815" | ||
| + id="use38034" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph2-3" | ||
| + x="91.743912" | ||
| + y="103.1815" | ||
| + id="use38036" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph2-2" | ||
| + x="97.321045" | ||
| + y="103.1815" | ||
| + id="use38038" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38040"> | ||
| + <use | ||
| + xlink:href="#glyph2-6" | ||
| + x="100.33005" | ||
| + y="103.1815" | ||
| + id="use38042" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38044"> | ||
| + <use | ||
| + xlink:href="#glyph2-7" | ||
| + x="107.52741" | ||
| + y="103.1815" | ||
| + id="use38046" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38048"> | ||
| + <use | ||
| + xlink:href="#glyph3-1" | ||
| + x="90.562553" | ||
| + y="119.71449" | ||
| + id="use38050" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-2" | ||
| + x="99.831055" | ||
| + y="119.71449" | ||
| + id="use38052" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-3" | ||
| + x="102.35609" | ||
| + y="119.71449" | ||
| + id="use38054" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-4" | ||
| + x="105.89315" | ||
| + y="119.71449" | ||
| + id="use38056" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-5" | ||
| + x="112.03541" | ||
| + y="119.71449" | ||
| + id="use38058" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-6" | ||
| + x="118.08749" | ||
| + y="119.71449" | ||
| + id="use38060" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-3" | ||
| + x="124.22975" | ||
| + y="119.71449" | ||
| + id="use38062" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="127.76681" | ||
| + y="119.71449" | ||
| + id="use38064" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-4" | ||
| + x="130.36198" | ||
| + y="119.71449" | ||
| + id="use38066" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-2" | ||
| + x="136.50424" | ||
| + y="119.71449" | ||
| + id="use38068" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-8" | ||
| + x="139.02928" | ||
| + y="119.71449" | ||
| + id="use38070" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-4" | ||
| + x="144.51022" | ||
| + y="119.71449" | ||
| + id="use38072" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-9" | ||
| + x="150.65248" | ||
| + y="119.71449" | ||
| + id="use38074" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-10" | ||
| + x="153.17752" | ||
| + y="119.71449" | ||
| + id="use38076" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="158.21759" | ||
| + y="119.71449" | ||
| + id="use38078" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-11" | ||
| + x="160.81276" | ||
| + y="119.71449" | ||
| + id="use38080" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="165.5923" | ||
| + y="119.71449" | ||
| + id="use38082" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-13" | ||
| + x="171.21353" | ||
| + y="119.71449" | ||
| + id="use38084" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-6" | ||
| + x="175.98305" | ||
| + y="119.71449" | ||
| + id="use38086" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-14" | ||
| + x="182.12531" | ||
| + y="119.71449" | ||
| + id="use38088" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="186.21347" | ||
| + y="119.71449" | ||
| + id="use38090" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="191.83469" | ||
| + y="119.71449" | ||
| + id="use38092" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-15" | ||
| + x="194.42987" | ||
| + y="119.71449" | ||
| + id="use38094" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-14" | ||
| + x="200.5621" | ||
| + y="119.71449" | ||
| + id="use38096" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-2" | ||
| + x="204.65027" | ||
| + y="119.71449" | ||
| + id="use38098" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-16" | ||
| + x="207.17531" | ||
| + y="119.71449" | ||
| + id="use38100" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-17" | ||
| + x="212.1853" | ||
| + y="119.71449" | ||
| + id="use38102" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-3" | ||
| + x="217.75642" | ||
| + y="119.71449" | ||
| + id="use38104" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="221.29349" | ||
| + y="119.71449" | ||
| + id="use38106" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="226.9147" | ||
| + y="119.71449" | ||
| + id="use38108" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-18" | ||
| + x="229.50987" | ||
| + y="119.71449" | ||
| + id="use38110" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-17" | ||
| + x="235.64212" | ||
| + y="119.71449" | ||
| + id="use38112" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-3" | ||
| + x="241.21324" | ||
| + y="119.71449" | ||
| + id="use38114" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-17" | ||
| + x="244.75031" | ||
| + y="119.71449" | ||
| + id="use38116" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-19" | ||
| + x="250.32141" | ||
| + y="119.71449" | ||
| + id="use38118" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="252.77632" | ||
| + y="119.71449" | ||
| + id="use38120" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-2" | ||
| + x="255.37149" | ||
| + y="119.71449" | ||
| + id="use38122" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-20" | ||
| + x="257.89655" | ||
| + y="119.71449" | ||
| + id="use38124" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-18" | ||
| + x="264.03879" | ||
| + y="119.71449" | ||
| + id="use38126" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-2" | ||
| + x="270.17102" | ||
| + y="119.71449" | ||
| + id="use38128" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-16" | ||
| + x="272.69608" | ||
| + y="119.71449" | ||
| + id="use38130" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-2" | ||
| + x="277.70609" | ||
| + y="119.71449" | ||
| + id="use38132" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-18" | ||
| + x="280.23111" | ||
| + y="119.71449" | ||
| + id="use38134" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-6" | ||
| + x="286.36334" | ||
| + y="119.71449" | ||
| + id="use38136" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-17" | ||
| + x="292.50562" | ||
| + y="119.71449" | ||
| + id="use38138" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-9" | ||
| + x="298.07672" | ||
| + y="119.71449" | ||
| + id="use38140" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-11" | ||
| + x="300.60178" | ||
| + y="119.71449" | ||
| + id="use38142" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="305.38132" | ||
| + y="119.71449" | ||
| + id="use38144" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-17" | ||
| + x="307.9765" | ||
| + y="119.71449" | ||
| + id="use38146" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-14" | ||
| + x="313.54761" | ||
| + y="119.71449" | ||
| + id="use38148" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="317.63577" | ||
| + y="119.71449" | ||
| + id="use38150" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="323.25699" | ||
| + y="119.71449" | ||
| + id="use38152" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-17" | ||
| + x="325.85217" | ||
| + y="119.71449" | ||
| + id="use38154" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-3" | ||
| + x="331.42328" | ||
| + y="119.71449" | ||
| + id="use38156" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="334.96036" | ||
| + y="119.71449" | ||
| + id="use38158" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-14" | ||
| + x="337.55554" | ||
| + y="119.71449" | ||
| + id="use38160" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-2" | ||
| + x="341.64368" | ||
| + y="119.71449" | ||
| + id="use38162" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-11" | ||
| + x="344.16873" | ||
| + y="119.71449" | ||
| + id="use38164" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-21" | ||
| + x="348.94827" | ||
| + y="119.71449" | ||
| + id="use38166" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="354.19876" | ||
| + y="119.71449" | ||
| + id="use38168" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-5" | ||
| + x="356.79391" | ||
| + y="119.71449" | ||
| + id="use38170" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-22" | ||
| + x="362.84601" | ||
| + y="119.71449" | ||
| + id="use38172" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="366.23276" | ||
| + y="119.71449" | ||
| + id="use38174" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g38176"> | ||
| + <use | ||
| + xlink:href="#glyph3-18" | ||
| + x="369.14984" | ||
| + y="119.71449" | ||
| + id="use38178" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-2" | ||
| + x="375.28207" | ||
| + y="119.71449" | ||
| + id="use38180" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-11" | ||
| + x="377.8071" | ||
| + y="119.71449" | ||
| + id="use38182" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-13" | ||
| + x="382.58664" | ||
| + y="119.71449" | ||
| + id="use38184" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-14" | ||
| + x="387.35617" | ||
| + y="119.71449" | ||
| + id="use38186" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-2" | ||
| + x="391.44434" | ||
| + y="119.71449" | ||
| + id="use38188" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-23" | ||
| + x="393.96936" | ||
| + y="119.71449" | ||
| + id="use38190" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-2" | ||
| + x="403.28796" | ||
| + y="119.71449" | ||
| + id="use38192" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-20" | ||
| + x="405.81302" | ||
| + y="119.71449" | ||
| + id="use38194" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-17" | ||
| + x="411.95526" | ||
| + y="119.71449" | ||
| + id="use38196" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-3" | ||
| + x="417.5264" | ||
| + y="119.71449" | ||
| + id="use38198" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-2" | ||
| + x="421.06345" | ||
| + y="119.71449" | ||
| + id="use38200" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-5" | ||
| + x="423.58847" | ||
| + y="119.71449" | ||
| + id="use38202" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-20" | ||
| + x="429.64056" | ||
| + y="119.71449" | ||
| + id="use38204" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38206"> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="435.8559" | ||
| + y="119.71449" | ||
| + id="use38208" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-24" | ||
| + x="438.45108" | ||
| + y="119.71449" | ||
| + id="use38210" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38212"> | ||
| + <use | ||
| + xlink:href="#glyph3-10" | ||
| + x="444.5733" | ||
| + y="119.71449" | ||
| + id="use38214" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38216"> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="449.62338" | ||
| + y="119.71449" | ||
| + id="use38218" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38220"> | ||
| + <use | ||
| + xlink:href="#glyph3-16" | ||
| + x="452.20853" | ||
| + y="119.71449" | ||
| + id="use38222" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-2" | ||
| + x="457.21854" | ||
| + y="119.71449" | ||
| + id="use38224" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-14" | ||
| + x="459.74356" | ||
| + y="119.71449" | ||
| + id="use38226" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38228"> | ||
| + <use | ||
| + xlink:href="#glyph3-3" | ||
| + x="463.84177" | ||
| + y="119.71449" | ||
| + id="use38230" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-6" | ||
| + x="467.37881" | ||
| + y="119.71449" | ||
| + id="use38232" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38234"> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="473.51105" | ||
| + y="119.71449" | ||
| + id="use38236" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38238"> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="479.1423" | ||
| + y="119.71449" | ||
| + id="use38240" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38242"> | ||
| + <use | ||
| + xlink:href="#glyph3-5" | ||
| + x="481.72745" | ||
| + y="119.71449" | ||
| + id="use38244" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38246"> | ||
| + <use | ||
| + xlink:href="#glyph3-22" | ||
| + x="487.78955" | ||
| + y="119.71449" | ||
| + id="use38248" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38250"> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="491.16629" | ||
| + y="119.71449" | ||
| + id="use38252" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-3" | ||
| + x="493.76147" | ||
| + y="119.71449" | ||
| + id="use38254" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-4" | ||
| + x="497.29852" | ||
| + y="119.71449" | ||
| + id="use38256" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="503.4408" | ||
| + y="119.71449" | ||
| + id="use38258" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-2" | ||
| + x="509.06201" | ||
| + y="119.71449" | ||
| + id="use38260" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-14" | ||
| + x="511.58704" | ||
| + y="119.71449" | ||
| + id="use38262" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38264"> | ||
| + <use | ||
| + xlink:href="#glyph3-23" | ||
| + x="90.562553" | ||
| + y="131.73849" | ||
| + id="use38266" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="99.881149" | ||
| + y="131.73849" | ||
| + id="use38268" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-23" | ||
| + x="105.50237" | ||
| + y="131.73849" | ||
| + id="use38270" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-24" | ||
| + x="114.82097" | ||
| + y="131.73849" | ||
| + id="use38272" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="120.95321" | ||
| + y="131.73849" | ||
| + id="use38274" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-14" | ||
| + x="126.57443" | ||
| + y="131.73849" | ||
| + id="use38276" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-11" | ||
| + x="130.66258" | ||
| + y="131.73849" | ||
| + id="use38278" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-4" | ||
| + x="135.44212" | ||
| + y="131.73849" | ||
| + id="use38280" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-2" | ||
| + x="141.58438" | ||
| + y="131.73849" | ||
| + id="use38282" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-15" | ||
| + x="144.10942" | ||
| + y="131.73849" | ||
| + id="use38284" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="150.24167" | ||
| + y="131.73849" | ||
| + id="use38286" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-2" | ||
| + x="152.83685" | ||
| + y="131.73849" | ||
| + id="use38288" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-20" | ||
| + x="155.36189" | ||
| + y="131.73849" | ||
| + id="use38290" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="161.50415" | ||
| + y="131.73849" | ||
| + id="use38292" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-8" | ||
| + x="164.09932" | ||
| + y="131.73849" | ||
| + id="use38294" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-14" | ||
| + x="169.58026" | ||
| + y="131.73849" | ||
| + id="use38296" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-5" | ||
| + x="173.66843" | ||
| + y="131.73849" | ||
| + id="use38298" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-6" | ||
| + x="179.7205" | ||
| + y="131.73849" | ||
| + id="use38300" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-15" | ||
| + x="185.86276" | ||
| + y="131.73849" | ||
| + id="use38302" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-11" | ||
| + x="191.995" | ||
| + y="131.73849" | ||
| + id="use38304" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-25" | ||
| + x="196.77454" | ||
| + y="131.73849" | ||
| + id="use38306" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38308"> | ||
| + <use | ||
| + xlink:href="#glyph3-26" | ||
| + x="90.562553" | ||
| + y="149.77449" | ||
| + id="use38310" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-6" | ||
| + x="96.053513" | ||
| + y="149.77449" | ||
| + id="use38312" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-14" | ||
| + x="102.19577" | ||
| + y="149.77449" | ||
| + id="use38314" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-16" | ||
| + x="106.28393" | ||
| + y="149.77449" | ||
| + id="use38316" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="111.29393" | ||
| + y="149.77449" | ||
| + id="use38318" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38320"> | ||
| + <use | ||
| + xlink:href="#glyph3-2" | ||
| + x="116.92517" | ||
| + y="149.77449" | ||
| + id="use38322" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-9" | ||
| + x="119.45021" | ||
| + y="149.77449" | ||
| + id="use38324" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-9" | ||
| + x="121.97525" | ||
| + y="149.77449" | ||
| + id="use38326" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-17" | ||
| + x="124.50029" | ||
| + y="149.77449" | ||
| + id="use38328" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-20" | ||
| + x="130.07141" | ||
| + y="149.77449" | ||
| + id="use38330" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-13" | ||
| + x="136.21367" | ||
| + y="149.77449" | ||
| + id="use38332" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="140.98318" | ||
| + y="149.77449" | ||
| + id="use38334" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="146.6044" | ||
| + y="149.77449" | ||
| + id="use38336" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-18" | ||
| + x="149.19958" | ||
| + y="149.77449" | ||
| + id="use38338" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-17" | ||
| + x="155.33183" | ||
| + y="149.77449" | ||
| + id="use38340" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-3" | ||
| + x="160.90294" | ||
| + y="149.77449" | ||
| + id="use38342" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-17" | ||
| + x="164.44" | ||
| + y="149.77449" | ||
| + id="use38344" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="170.01112" | ||
| + y="149.77449" | ||
| + id="use38346" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-2" | ||
| + x="172.60631" | ||
| + y="149.77449" | ||
| + id="use38348" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-11" | ||
| + x="175.13135" | ||
| + y="149.77449" | ||
| + id="use38350" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="179.91089" | ||
| + y="149.77449" | ||
| + id="use38352" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38354"> | ||
| + <use | ||
| + xlink:href="#glyph3-11" | ||
| + x="182.49605" | ||
| + y="149.77449" | ||
| + id="use38356" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-6" | ||
| + x="187.27559" | ||
| + y="149.77449" | ||
| + id="use38358" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-11" | ||
| + x="193.41785" | ||
| + y="149.77449" | ||
| + id="use38360" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-13" | ||
| + x="198.19739" | ||
| + y="149.77449" | ||
| + id="use38362" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="202.9669" | ||
| + y="149.77449" | ||
| + id="use38364" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38366"> | ||
| + <use | ||
| + xlink:href="#glyph3-15" | ||
| + x="208.59814" | ||
| + y="149.77449" | ||
| + id="use38368" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38370"> | ||
| + <use | ||
| + xlink:href="#glyph3-3" | ||
| + x="214.72037" | ||
| + y="149.77449" | ||
| + id="use38372" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-2" | ||
| + x="218.25742" | ||
| + y="149.77449" | ||
| + id="use38374" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38376"> | ||
| + <use | ||
| + xlink:href="#glyph3-24" | ||
| + x="220.79248" | ||
| + y="149.77449" | ||
| + id="use38378" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38380"> | ||
| + <use | ||
| + xlink:href="#glyph3-9" | ||
| + x="226.9147" | ||
| + y="149.77449" | ||
| + id="use38382" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38384"> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="229.44975" | ||
| + y="149.77449" | ||
| + id="use38386" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="235.07098" | ||
| + y="149.77449" | ||
| + id="use38388" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-3" | ||
| + x="237.66615" | ||
| + y="149.77449" | ||
| + id="use38390" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-5" | ||
| + x="241.20322" | ||
| + y="149.77449" | ||
| + id="use38392" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="247.25529" | ||
| + y="149.77449" | ||
| + id="use38394" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g38396"> | ||
| + <use | ||
| + xlink:href="#glyph3-3" | ||
| + x="250.01622" | ||
| + y="149.77449" | ||
| + id="use38398" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-4" | ||
| + x="253.55328" | ||
| + y="149.77449" | ||
| + id="use38400" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="259.69556" | ||
| + y="149.77449" | ||
| + id="use38402" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-22" | ||
| + x="265.31677" | ||
| + y="149.77449" | ||
| + id="use38404" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-3" | ||
| + x="268.70352" | ||
| + y="149.77449" | ||
| + id="use38406" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38408"> | ||
| + <use | ||
| + xlink:href="#glyph3-25" | ||
| + x="272.25854" | ||
| + y="149.77449" | ||
| + id="use38410" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38412"> | ||
| + <use | ||
| + xlink:href="#glyph3-27" | ||
| + x="90.562561" | ||
| + y="179.83449" | ||
| + id="use38414" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-20" | ||
| + x="96.133675" | ||
| + y="179.83449" | ||
| + id="use38416" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-11" | ||
| + x="102.27594" | ||
| + y="179.83449" | ||
| + id="use38418" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-6" | ||
| + x="107.05547" | ||
| + y="179.83449" | ||
| + id="use38420" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-14" | ||
| + x="113.19774" | ||
| + y="179.83449" | ||
| + id="use38422" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="117.2859" | ||
| + y="179.83449" | ||
| + id="use38424" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="122.90711" | ||
| + y="179.83449" | ||
| + id="use38426" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-3" | ||
| + x="125.5023" | ||
| + y="179.83449" | ||
| + id="use38428" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-4" | ||
| + x="129.03935" | ||
| + y="179.83449" | ||
| + id="use38430" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="135.18161" | ||
| + y="179.83449" | ||
| + id="use38432" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="140.80283" | ||
| + y="179.83449" | ||
| + id="use38434" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g38436"> | ||
| + <use | ||
| + xlink:href="#glyph3-14" | ||
| + x="143.43893" | ||
| + y="179.83449" | ||
| + id="use38438" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-2" | ||
| + x="147.52708" | ||
| + y="179.83449" | ||
| + id="use38440" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-8" | ||
| + x="150.05212" | ||
| + y="179.83449" | ||
| + id="use38442" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-4" | ||
| + x="155.53307" | ||
| + y="179.83449" | ||
| + id="use38444" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-3" | ||
| + x="161.67532" | ||
| + y="179.83449" | ||
| + id="use38446" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-11" | ||
| + x="165.21239" | ||
| + y="179.83449" | ||
| + id="use38448" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38450"> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="170.02324" | ||
| + y="179.83449" | ||
| + id="use38452" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-22" | ||
| + x="172.61841" | ||
| + y="179.83449" | ||
| + id="use38454" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38456"> | ||
| + <use | ||
| + xlink:href="#glyph3-14" | ||
| + x="175.99515" | ||
| + y="179.83449" | ||
| + id="use38458" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="180.08331" | ||
| + y="179.83449" | ||
| + id="use38460" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38462"> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="185.71455" | ||
| + y="179.83449" | ||
| + id="use38464" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-18" | ||
| + x="191.33577" | ||
| + y="179.83449" | ||
| + id="use38466" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-5" | ||
| + x="197.468" | ||
| + y="179.83449" | ||
| + id="use38468" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-23" | ||
| + x="203.5201" | ||
| + y="179.83449" | ||
| + id="use38470" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="212.83868" | ||
| + y="179.83449" | ||
| + id="use38472" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-5" | ||
| + x="215.43387" | ||
| + y="179.83449" | ||
| + id="use38474" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-22" | ||
| + x="221.48595" | ||
| + y="179.83449" | ||
| + id="use38476" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="224.87271" | ||
| + y="179.83449" | ||
| + id="use38478" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38480"> | ||
| + <use | ||
| + xlink:href="#glyph3-17" | ||
| + x="227.45787" | ||
| + y="179.83449" | ||
| + id="use38482" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-11" | ||
| + x="233.02899" | ||
| + y="179.83449" | ||
| + id="use38484" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-11" | ||
| + x="237.80852" | ||
| + y="179.83449" | ||
| + id="use38486" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="242.58806" | ||
| + y="179.83449" | ||
| + id="use38488" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38490"> | ||
| + <use | ||
| + xlink:href="#glyph3-23" | ||
| + x="248.2193" | ||
| + y="179.83449" | ||
| + id="use38492" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-24" | ||
| + x="257.5379" | ||
| + y="179.83449" | ||
| + id="use38494" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-9" | ||
| + x="263.67014" | ||
| + y="179.83449" | ||
| + id="use38496" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-10" | ||
| + x="266.19519" | ||
| + y="179.83449" | ||
| + id="use38498" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="271.23523" | ||
| + y="179.83449" | ||
| + id="use38500" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-17" | ||
| + x="273.83041" | ||
| + y="179.83449" | ||
| + id="use38502" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-20" | ||
| + x="279.40155" | ||
| + y="179.83449" | ||
| + id="use38504" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38506"> | ||
| + <use | ||
| + xlink:href="#glyph3-18" | ||
| + x="285.53378" | ||
| + y="179.83449" | ||
| + id="use38508" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="291.66602" | ||
| + y="179.83449" | ||
| + id="use38510" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-22" | ||
| + x="294.2612" | ||
| + y="179.83449" | ||
| + id="use38512" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38514"> | ||
| + <use | ||
| + xlink:href="#glyph3-14" | ||
| + x="297.63794" | ||
| + y="179.83449" | ||
| + id="use38516" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38518"> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="301.73611" | ||
| + y="179.83449" | ||
| + id="use38520" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="307.35733" | ||
| + y="179.83449" | ||
| + id="use38522" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-18" | ||
| + x="312.97855" | ||
| + y="179.83449" | ||
| + id="use38524" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-5" | ||
| + x="319.11081" | ||
| + y="179.83449" | ||
| + id="use38526" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-23" | ||
| + x="325.16287" | ||
| + y="179.83449" | ||
| + id="use38528" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="334.48148" | ||
| + y="179.83449" | ||
| + id="use38530" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-5" | ||
| + x="337.07666" | ||
| + y="179.83449" | ||
| + id="use38532" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-22" | ||
| + x="343.12872" | ||
| + y="179.83449" | ||
| + id="use38534" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="346.5155" | ||
| + y="179.83449" | ||
| + id="use38536" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38538"> | ||
| + <use | ||
| + xlink:href="#glyph3-17" | ||
| + x="349.10065" | ||
| + y="179.83449" | ||
| + id="use38540" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38542"> | ||
| + <use | ||
| + xlink:href="#glyph3-11" | ||
| + x="354.68179" | ||
| + y="179.83449" | ||
| + id="use38544" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-11" | ||
| + x="359.46133" | ||
| + y="179.83449" | ||
| + id="use38546" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-5" | ||
| + x="364.24088" | ||
| + y="179.83449" | ||
| + id="use38548" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-13" | ||
| + x="370.29294" | ||
| + y="179.83449" | ||
| + id="use38550" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-2" | ||
| + x="375.06247" | ||
| + y="179.83449" | ||
| + id="use38552" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-17" | ||
| + x="377.58752" | ||
| + y="179.83449" | ||
| + id="use38554" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-3" | ||
| + x="383.15863" | ||
| + y="179.83449" | ||
| + id="use38556" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-2" | ||
| + x="386.69568" | ||
| + y="179.83449" | ||
| + id="use38558" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-5" | ||
| + x="389.22073" | ||
| + y="179.83449" | ||
| + id="use38560" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-20" | ||
| + x="395.2728" | ||
| + y="179.83449" | ||
| + id="use38562" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-25" | ||
| + x="401.41507" | ||
| + y="179.83449" | ||
| + id="use38564" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38566"> | ||
| + <use | ||
| + xlink:href="#glyph3-27" | ||
| + x="90.562553" | ||
| + y="209.89449" | ||
| + id="use38568" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-20" | ||
| + x="96.133675" | ||
| + y="209.89449" | ||
| + id="use38570" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-11" | ||
| + x="102.27593" | ||
| + y="209.89449" | ||
| + id="use38572" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-6" | ||
| + x="107.05547" | ||
| + y="209.89449" | ||
| + id="use38574" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-14" | ||
| + x="113.19773" | ||
| + y="209.89449" | ||
| + id="use38576" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="117.2859" | ||
| + y="209.89449" | ||
| + id="use38578" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="122.90711" | ||
| + y="209.89449" | ||
| + id="use38580" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-17" | ||
| + x="125.50229" | ||
| + y="209.89449" | ||
| + id="use38582" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-20" | ||
| + x="131.07341" | ||
| + y="209.89449" | ||
| + id="use38584" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-5" | ||
| + x="137.21567" | ||
| + y="209.89449" | ||
| + id="use38586" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-20" | ||
| + x="143.26775" | ||
| + y="209.89449" | ||
| + id="use38588" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-10" | ||
| + x="149.41" | ||
| + y="209.89449" | ||
| + id="use38590" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-23" | ||
| + x="154.45007" | ||
| + y="209.89449" | ||
| + id="use38592" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-2" | ||
| + x="163.76866" | ||
| + y="209.89449" | ||
| + id="use38594" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-3" | ||
| + x="166.2937" | ||
| + y="209.89449" | ||
| + id="use38596" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-10" | ||
| + x="169.83076" | ||
| + y="209.89449" | ||
| + id="use38598" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="174.87083" | ||
| + y="209.89449" | ||
| + id="use38600" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-28" | ||
| + x="177.466" | ||
| + y="209.89449" | ||
| + id="use38602" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-4" | ||
| + x="185.25154" | ||
| + y="209.89449" | ||
| + id="use38604" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="191.3938" | ||
| + y="209.89449" | ||
| + id="use38606" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38608"> | ||
| + <use | ||
| + xlink:href="#glyph3-20" | ||
| + x="197.02504" | ||
| + y="209.89449" | ||
| + id="use38610" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38612"> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="203.15729" | ||
| + y="209.89449" | ||
| + id="use38614" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-11" | ||
| + x="205.75246" | ||
| + y="209.89449" | ||
| + id="use38616" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="210.532" | ||
| + y="209.89449" | ||
| + id="use38618" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="216.15323" | ||
| + y="209.89449" | ||
| + id="use38620" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38622"> | ||
| + <use | ||
| + xlink:href="#glyph3-21" | ||
| + x="221.78447" | ||
| + y="209.89449" | ||
| + id="use38624" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-2" | ||
| + x="227.03494" | ||
| + y="209.89449" | ||
| + id="use38626" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-20" | ||
| + x="229.55998" | ||
| + y="209.89449" | ||
| + id="use38628" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-8" | ||
| + x="235.70224" | ||
| + y="209.89449" | ||
| + id="use38630" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="241.18318" | ||
| + y="209.89449" | ||
| + id="use38632" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-5" | ||
| + x="243.77837" | ||
| + y="209.89449" | ||
| + id="use38634" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-14" | ||
| + x="249.83044" | ||
| + y="209.89449" | ||
| + id="use38636" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="253.91859" | ||
| + y="209.89449" | ||
| + id="use38638" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38640"> | ||
| + <use | ||
| + xlink:href="#glyph3-13" | ||
| + x="256.50375" | ||
| + y="209.89449" | ||
| + id="use38642" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-5" | ||
| + x="261.27328" | ||
| + y="209.89449" | ||
| + id="use38644" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38646"> | ||
| + <use | ||
| + xlink:href="#glyph3-23" | ||
| + x="267.33539" | ||
| + y="209.89449" | ||
| + id="use38648" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-23" | ||
| + x="276.65399" | ||
| + y="209.89449" | ||
| + id="use38650" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-6" | ||
| + x="285.97256" | ||
| + y="209.89449" | ||
| + id="use38652" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38654"> | ||
| + <use | ||
| + xlink:href="#glyph3-20" | ||
| + x="292.10483" | ||
| + y="209.89449" | ||
| + id="use38656" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-2" | ||
| + x="298.24707" | ||
| + y="209.89449" | ||
| + id="use38658" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-13" | ||
| + x="300.77213" | ||
| + y="209.89449" | ||
| + id="use38660" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-17" | ||
| + x="305.54163" | ||
| + y="209.89449" | ||
| + id="use38662" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-3" | ||
| + x="311.11276" | ||
| + y="209.89449" | ||
| + id="use38664" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38666"> | ||
| + <use | ||
| + xlink:href="#glyph3-2" | ||
| + x="314.65982" | ||
| + y="209.89449" | ||
| + id="use38668" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-20" | ||
| + x="317.18488" | ||
| + y="209.89449" | ||
| + id="use38670" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-8" | ||
| + x="323.32712" | ||
| + y="209.89449" | ||
| + id="use38672" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="328.80807" | ||
| + y="209.89449" | ||
| + id="use38674" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38676"> | ||
| + <use | ||
| + xlink:href="#glyph3-11" | ||
| + x="331.39322" | ||
| + y="209.89449" | ||
| + id="use38678" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="336.17276" | ||
| + y="209.89449" | ||
| + id="use38680" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38682"> | ||
| + <use | ||
| + xlink:href="#glyph3-20" | ||
| + x="341.80402" | ||
| + y="209.89449" | ||
| + id="use38684" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38686"> | ||
| + <use | ||
| + xlink:href="#glyph3-11" | ||
| + x="347.93625" | ||
| + y="209.89449" | ||
| + id="use38688" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-2" | ||
| + x="352.71579" | ||
| + y="209.89449" | ||
| + id="use38690" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38692"> | ||
| + <use | ||
| + xlink:href="#glyph3-3" | ||
| + x="355.25085" | ||
| + y="209.89449" | ||
| + id="use38694" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-2" | ||
| + x="358.7879" | ||
| + y="209.89449" | ||
| + id="use38696" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-16" | ||
| + x="361.31296" | ||
| + y="209.89449" | ||
| + id="use38698" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="366.32294" | ||
| + y="209.89449" | ||
| + id="use38700" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="371.94415" | ||
| + y="209.89449" | ||
| + id="use38702" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-4" | ||
| + x="374.53934" | ||
| + y="209.89449" | ||
| + id="use38704" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="380.68161" | ||
| + y="209.89449" | ||
| + id="use38706" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-17" | ||
| + x="386.30283" | ||
| + y="209.89449" | ||
| + id="use38708" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-9" | ||
| + x="391.87393" | ||
| + y="209.89449" | ||
| + id="use38710" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38712"> | ||
| + <use | ||
| + xlink:href="#glyph3-3" | ||
| + x="394.409" | ||
| + y="209.89449" | ||
| + id="use38714" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-4" | ||
| + x="397.94608" | ||
| + y="209.89449" | ||
| + id="use38716" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38718"> | ||
| + <use | ||
| + xlink:href="#glyph3-29" | ||
| + x="404.07831" | ||
| + y="209.89449" | ||
| + id="use38720" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38722"> | ||
| + <use | ||
| + xlink:href="#glyph3-14" | ||
| + x="407.30475" | ||
| + y="209.89449" | ||
| + id="use38724" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="411.39291" | ||
| + y="209.89449" | ||
| + id="use38726" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-9" | ||
| + x="417.01413" | ||
| + y="209.89449" | ||
| + id="use38728" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-17" | ||
| + x="419.53915" | ||
| + y="209.89449" | ||
| + id="use38730" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-3" | ||
| + x="425.11029" | ||
| + y="209.89449" | ||
| + id="use38732" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="428.64734" | ||
| + y="209.89449" | ||
| + id="use38734" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38736"> | ||
| + <use | ||
| + xlink:href="#glyph3-18" | ||
| + x="434.27859" | ||
| + y="209.89449" | ||
| + id="use38738" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="440.41083" | ||
| + y="209.89449" | ||
| + id="use38740" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38742"> | ||
| + <use | ||
| + xlink:href="#glyph3-2" | ||
| + x="442.99597" | ||
| + y="209.89449" | ||
| + id="use38744" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-20" | ||
| + x="445.52103" | ||
| + y="209.89449" | ||
| + id="use38746" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-22" | ||
| + x="451.66327" | ||
| + y="209.89449" | ||
| + id="use38748" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-5" | ||
| + x="455.05005" | ||
| + y="209.89449" | ||
| + id="use38750" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-14" | ||
| + x="461.10211" | ||
| + y="209.89449" | ||
| + id="use38752" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-23" | ||
| + x="465.19028" | ||
| + y="209.89449" | ||
| + id="use38754" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-17" | ||
| + x="474.50888" | ||
| + y="209.89449" | ||
| + id="use38756" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-3" | ||
| + x="480.07999" | ||
| + y="209.89449" | ||
| + id="use38758" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-2" | ||
| + x="483.61707" | ||
| + y="209.89449" | ||
| + id="use38760" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38762"> | ||
| + <use | ||
| + xlink:href="#glyph3-5" | ||
| + x="486.15213" | ||
| + y="209.89449" | ||
| + id="use38764" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-20" | ||
| + x="492.20419" | ||
| + y="209.89449" | ||
| + id="use38766" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-25" | ||
| + x="498.34647" | ||
| + y="209.89449" | ||
| + id="use38768" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38770"> | ||
| + <use | ||
| + xlink:href="#glyph4-1" | ||
| + x="100.58255" | ||
| + y="225.00797" | ||
| + id="use38772" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph4-2" | ||
| + x="103.54948" | ||
| + y="225.00797" | ||
| + id="use38774" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph4-3" | ||
| + x="109.23081" | ||
| + y="225.00797" | ||
| + id="use38776" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph4-4" | ||
| + x="114.67768" | ||
| + y="225.00797" | ||
| + id="use38778" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38780"> | ||
| + <use | ||
| + xlink:href="#glyph4-5" | ||
| + x="120.1967" | ||
| + y="225.00797" | ||
| + id="use38782" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph4-6" | ||
| + x="125.72473" | ||
| + y="225.00797" | ||
| + id="use38784" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph4-7" | ||
| + x="128.90808" | ||
| + y="225.00797" | ||
| + id="use38786" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph4-8" | ||
| + x="133.96718" | ||
| + y="225.00797" | ||
| + id="use38788" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38790"> | ||
| + <use | ||
| + xlink:href="#glyph4-9" | ||
| + x="137.65555" | ||
| + y="225.00797" | ||
| + id="use38792" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38794"> | ||
| + <use | ||
| + xlink:href="#glyph3-30" | ||
| + x="100.58255" | ||
| + y="236.94849" | ||
| + id="use38796" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="107.88713" | ||
| + y="236.94849" | ||
| + id="use38798" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38800"> | ||
| + <use | ||
| + xlink:href="#glyph3-11" | ||
| + x="113.51837" | ||
| + y="236.94849" | ||
| + id="use38802" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-13" | ||
| + x="118.29791" | ||
| + y="236.94849" | ||
| + id="use38804" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-14" | ||
| + x="123.06743" | ||
| + y="236.94849" | ||
| + id="use38806" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-2" | ||
| + x="127.15559" | ||
| + y="236.94849" | ||
| + id="use38808" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-15" | ||
| + x="129.68063" | ||
| + y="236.94849" | ||
| + id="use38810" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-3" | ||
| + x="135.81287" | ||
| + y="236.94849" | ||
| + id="use38812" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-2" | ||
| + x="139.34993" | ||
| + y="236.94849" | ||
| + id="use38814" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-5" | ||
| + x="141.87497" | ||
| + y="236.94849" | ||
| + id="use38816" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-20" | ||
| + x="147.92705" | ||
| + y="236.94849" | ||
| + id="use38818" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-31" | ||
| + x="154.06931" | ||
| + y="236.94849" | ||
| + id="use38820" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38822"> | ||
| + <use | ||
| + xlink:href="#glyph3-32" | ||
| + x="90.562553" | ||
| + y="253.98247" | ||
| + id="use38824" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-23" | ||
| + x="93.348114" | ||
| + y="253.98247" | ||
| + id="use38826" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-15" | ||
| + x="102.66671" | ||
| + y="253.98247" | ||
| + id="use38828" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-14" | ||
| + x="108.79895" | ||
| + y="253.98247" | ||
| + id="use38830" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-5" | ||
| + x="112.88711" | ||
| + y="253.98247" | ||
| + id="use38832" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-16" | ||
| + x="118.93919" | ||
| + y="253.98247" | ||
| + id="use38834" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="123.94919" | ||
| + y="253.98247" | ||
| + id="use38836" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38838"> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="129.58043" | ||
| + y="253.98247" | ||
| + id="use38840" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38842"> | ||
| + <use | ||
| + xlink:href="#glyph3-3" | ||
| + x="132.16559" | ||
| + y="253.98247" | ||
| + id="use38844" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38846"> | ||
| + <use | ||
| + xlink:href="#glyph3-4" | ||
| + x="135.71266" | ||
| + y="253.98247" | ||
| + id="use38848" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38850"> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="141.84491" | ||
| + y="253.98247" | ||
| + id="use38852" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38854"> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="147.47615" | ||
| + y="253.98247" | ||
| + id="use38856" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38858"> | ||
| + <use | ||
| + xlink:href="#glyph3-23" | ||
| + x="150.06131" | ||
| + y="253.98247" | ||
| + id="use38860" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="159.37991" | ||
| + y="253.98247" | ||
| + id="use38862" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38864"> | ||
| + <use | ||
| + xlink:href="#glyph3-20" | ||
| + x="165.01114" | ||
| + y="253.98247" | ||
| + id="use38866" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-3" | ||
| + x="171.15341" | ||
| + y="253.98247" | ||
| + id="use38868" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-17" | ||
| + x="174.69046" | ||
| + y="253.98247" | ||
| + id="use38870" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-9" | ||
| + x="180.26158" | ||
| + y="253.98247" | ||
| + id="use38872" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="182.78662" | ||
| + y="253.98247" | ||
| + id="use38874" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-17" | ||
| + x="185.38181" | ||
| + y="253.98247" | ||
| + id="use38876" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-20" | ||
| + x="190.95293" | ||
| + y="253.98247" | ||
| + id="use38878" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38880"> | ||
| + <use | ||
| + xlink:href="#glyph3-18" | ||
| + x="197.08516" | ||
| + y="253.98247" | ||
| + id="use38882" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="203.21741" | ||
| + y="253.98247" | ||
| + id="use38884" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-15" | ||
| + x="205.81258" | ||
| + y="253.98247" | ||
| + id="use38886" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-4" | ||
| + x="211.94482" | ||
| + y="253.98247" | ||
| + id="use38888" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38890"> | ||
| + <use | ||
| + xlink:href="#glyph3-10" | ||
| + x="218.07706" | ||
| + y="253.98247" | ||
| + id="use38892" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38894"> | ||
| + <use | ||
| + xlink:href="#glyph3-11" | ||
| + x="223.12714" | ||
| + y="253.98247" | ||
| + id="use38896" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-2" | ||
| + x="227.90668" | ||
| + y="253.98247" | ||
| + id="use38898" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-13" | ||
| + x="230.43172" | ||
| + y="253.98247" | ||
| + id="use38900" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-17" | ||
| + x="235.20123" | ||
| + y="253.98247" | ||
| + id="use38902" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-9" | ||
| + x="240.77235" | ||
| + y="253.98247" | ||
| + id="use38904" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="243.29739" | ||
| + y="253.98247" | ||
| + id="use38906" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-4" | ||
| + x="245.89258" | ||
| + y="253.98247" | ||
| + id="use38908" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38910"> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="252.02481" | ||
| + y="253.98247" | ||
| + id="use38912" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38914"> | ||
| + <use | ||
| + xlink:href="#glyph3-17" | ||
| + x="257.65607" | ||
| + y="253.98247" | ||
| + id="use38916" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-9" | ||
| + x="263.22717" | ||
| + y="253.98247" | ||
| + id="use38918" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-3" | ||
| + x="265.75223" | ||
| + y="253.98247" | ||
| + id="use38920" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-4" | ||
| + x="269.28928" | ||
| + y="253.98247" | ||
| + id="use38922" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="275.43155" | ||
| + y="253.98247" | ||
| + id="use38924" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-5" | ||
| + x="278.0267" | ||
| + y="253.98247" | ||
| + id="use38926" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-22" | ||
| + x="284.0788" | ||
| + y="253.98247" | ||
| + id="use38928" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38930"> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="287.45554" | ||
| + y="253.98247" | ||
| + id="use38932" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-13" | ||
| + x="290.05072" | ||
| + y="253.98247" | ||
| + id="use38934" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-2" | ||
| + x="294.82022" | ||
| + y="253.98247" | ||
| + id="use38936" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-3" | ||
| + x="297.34528" | ||
| + y="253.98247" | ||
| + id="use38938" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-2" | ||
| + x="300.88232" | ||
| + y="253.98247" | ||
| + id="use38940" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38942"> | ||
| + <use | ||
| + xlink:href="#glyph3-33" | ||
| + x="303.41739" | ||
| + y="253.98247" | ||
| + id="use38944" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38946"> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="308.0867" | ||
| + y="253.98247" | ||
| + id="use38948" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38950"> | ||
| + <use | ||
| + xlink:href="#glyph3-20" | ||
| + x="313.71796" | ||
| + y="253.98247" | ||
| + id="use38952" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-11" | ||
| + x="319.8602" | ||
| + y="253.98247" | ||
| + id="use38954" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-25" | ||
| + x="324.63974" | ||
| + y="253.98247" | ||
| + id="use38956" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38958"> | ||
| + <use | ||
| + xlink:href="#glyph4-1" | ||
| + x="100.58255" | ||
| + y="269.09598" | ||
| + id="use38960" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph4-2" | ||
| + x="103.54948" | ||
| + y="269.09598" | ||
| + id="use38962" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph4-3" | ||
| + x="109.23081" | ||
| + y="269.09598" | ||
| + id="use38964" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph4-4" | ||
| + x="114.67768" | ||
| + y="269.09598" | ||
| + id="use38966" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38968"> | ||
| + <use | ||
| + xlink:href="#glyph4-5" | ||
| + x="120.1967" | ||
| + y="269.09598" | ||
| + id="use38970" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph4-6" | ||
| + x="125.72473" | ||
| + y="269.09598" | ||
| + id="use38972" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph4-7" | ||
| + x="128.90808" | ||
| + y="269.09598" | ||
| + id="use38974" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph4-8" | ||
| + x="133.96718" | ||
| + y="269.09598" | ||
| + id="use38976" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38978"> | ||
| + <use | ||
| + xlink:href="#glyph4-9" | ||
| + x="137.65555" | ||
| + y="269.09598" | ||
| + id="use38980" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38982"> | ||
| + <use | ||
| + xlink:href="#glyph3-34" | ||
| + x="100.58255" | ||
| + y="281.03647" | ||
| + id="use38984" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-2" | ||
| + x="106.89515" | ||
| + y="281.03647" | ||
| + id="use38986" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g38988"> | ||
| + <use | ||
| + xlink:href="#glyph3-3" | ||
| + x="109.43021" | ||
| + y="281.03647" | ||
| + id="use38990" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-17" | ||
| + x="112.96727" | ||
| + y="281.03647" | ||
| + id="use38992" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-3" | ||
| + x="118.53839" | ||
| + y="281.03647" | ||
| + id="use38994" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-2" | ||
| + x="122.07545" | ||
| + y="281.03647" | ||
| + id="use38996" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-5" | ||
| + x="124.60049" | ||
| + y="281.03647" | ||
| + id="use38998" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-20" | ||
| + x="130.65257" | ||
| + y="281.03647" | ||
| + id="use39000" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-31" | ||
| + x="136.79483" | ||
| + y="281.03647" | ||
| + id="use39002" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="141.09341" | ||
| + y="281.03647" | ||
| + id="use39004" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-30" | ||
| + x="143.68858" | ||
| + y="281.03647" | ||
| + id="use39006" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="150.99316" | ||
| + y="281.03647" | ||
| + id="use39008" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-11" | ||
| + x="156.61438" | ||
| + y="281.03647" | ||
| + id="use39010" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-13" | ||
| + x="161.39392" | ||
| + y="281.03647" | ||
| + id="use39012" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-14" | ||
| + x="166.16345" | ||
| + y="281.03647" | ||
| + id="use39014" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-2" | ||
| + x="170.2516" | ||
| + y="281.03647" | ||
| + id="use39016" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-15" | ||
| + x="172.77664" | ||
| + y="281.03647" | ||
| + id="use39018" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-3" | ||
| + x="178.90889" | ||
| + y="281.03647" | ||
| + id="use39020" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-2" | ||
| + x="182.44594" | ||
| + y="281.03647" | ||
| + id="use39022" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-5" | ||
| + x="184.97098" | ||
| + y="281.03647" | ||
| + id="use39024" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g39026"> | ||
| + <use | ||
| + xlink:href="#glyph3-20" | ||
| + x="191.03308" | ||
| + y="281.03647" | ||
| + id="use39028" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g39030"> | ||
| + <use | ||
| + xlink:href="#glyph3-31" | ||
| + x="197.16533" | ||
| + y="281.03647" | ||
| + id="use39032" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g39034"> | ||
| + <use | ||
| + xlink:href="#glyph3-35" | ||
| + x="90.562553" | ||
| + y="298.07047" | ||
| + id="use39036" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-36" | ||
| + x="98.358109" | ||
| + y="298.07047" | ||
| + id="use39038" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-2" | ||
| + x="107.69675" | ||
| + y="298.07047" | ||
| + id="use39040" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-20" | ||
| + x="110.22179" | ||
| + y="298.07047" | ||
| + id="use39042" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="116.36405" | ||
| + y="298.07047" | ||
| + id="use39044" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="121.98527" | ||
| + y="298.07047" | ||
| + id="use39046" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-17" | ||
| + x="124.58045" | ||
| + y="298.07047" | ||
| + id="use39048" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-20" | ||
| + x="130.15157" | ||
| + y="298.07047" | ||
| + id="use39050" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-18" | ||
| + x="136.29382" | ||
| + y="298.07047" | ||
| + id="use39052" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="142.42607" | ||
| + y="298.07047" | ||
| + id="use39054" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-5" | ||
| + x="145.02126" | ||
| + y="298.07047" | ||
| + id="use39056" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-20" | ||
| + x="151.07333" | ||
| + y="298.07047" | ||
| + id="use39058" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-9" | ||
| + x="157.21559" | ||
| + y="298.07047" | ||
| + id="use39060" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-2" | ||
| + x="159.74063" | ||
| + y="298.07047" | ||
| + id="use39062" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-20" | ||
| + x="162.26567" | ||
| + y="298.07047" | ||
| + id="use39064" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="168.40793" | ||
| + y="298.07047" | ||
| + id="use39066" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="174.02914" | ||
| + y="298.07047" | ||
| + id="use39068" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-14" | ||
| + x="176.62433" | ||
| + y="298.07047" | ||
| + id="use39070" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-2" | ||
| + x="180.71248" | ||
| + y="298.07047" | ||
| + id="use39072" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-8" | ||
| + x="183.23752" | ||
| + y="298.07047" | ||
| + id="use39074" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-4" | ||
| + x="188.71846" | ||
| + y="298.07047" | ||
| + id="use39076" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-3" | ||
| + x="194.86072" | ||
| + y="298.07047" | ||
| + id="use39078" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-11" | ||
| + x="198.39778" | ||
| + y="298.07047" | ||
| + id="use39080" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="203.17732" | ||
| + y="298.07047" | ||
| + id="use39082" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-17" | ||
| + x="205.77251" | ||
| + y="298.07047" | ||
| + id="use39084" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-3" | ||
| + x="211.34363" | ||
| + y="298.07047" | ||
| + id="use39086" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-3" | ||
| + x="214.88068" | ||
| + y="298.07047" | ||
| + id="use39088" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-17" | ||
| + x="218.41774" | ||
| + y="298.07047" | ||
| + id="use39090" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-2" | ||
| + x="223.98886" | ||
| + y="298.07047" | ||
| + id="use39092" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-20" | ||
| + x="226.5139" | ||
| + y="298.07047" | ||
| + id="use39094" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="232.65616" | ||
| + y="298.07047" | ||
| + id="use39096" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g39098"> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="235.41417" | ||
| + y="298.07047" | ||
| + id="use39100" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-37" | ||
| + x="241.0354" | ||
| + y="298.07047" | ||
| + id="use39102" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-6" | ||
| + x="247.16763" | ||
| + y="298.07047" | ||
| + id="use39104" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-17" | ||
| + x="253.30989" | ||
| + y="298.07047" | ||
| + id="use39106" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-9" | ||
| + x="258.88101" | ||
| + y="298.07047" | ||
| + id="use39108" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g39110"> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="261.43484" | ||
| + y="298.07047" | ||
| + id="use39112" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-3" | ||
| + x="264.03003" | ||
| + y="298.07047" | ||
| + id="use39114" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-14" | ||
| + x="267.56708" | ||
| + y="298.07047" | ||
| + id="use39116" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="271.65524" | ||
| + y="298.07047" | ||
| + id="use39118" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-17" | ||
| + x="277.27646" | ||
| + y="298.07047" | ||
| + id="use39120" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-3" | ||
| + x="282.84756" | ||
| + y="298.07047" | ||
| + id="use39122" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-23" | ||
| + x="286.38464" | ||
| + y="298.07047" | ||
| + id="use39124" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="295.70325" | ||
| + y="298.07047" | ||
| + id="use39126" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-20" | ||
| + x="301.32446" | ||
| + y="298.07047" | ||
| + id="use39128" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-3" | ||
| + x="307.46671" | ||
| + y="298.07047" | ||
| + id="use39130" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="311.00378" | ||
| + y="298.07047" | ||
| + id="use39132" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-6" | ||
| + x="313.59897" | ||
| + y="298.07047" | ||
| + id="use39134" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-20" | ||
| + x="319.74121" | ||
| + y="298.07047" | ||
| + id="use39136" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-18" | ||
| + x="325.88348" | ||
| + y="298.07047" | ||
| + id="use39138" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="332.01572" | ||
| + y="298.07047" | ||
| + id="use39140" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-14" | ||
| + x="337.63693" | ||
| + y="298.07047" | ||
| + id="use39142" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="341.7251" | ||
| + y="298.07047" | ||
| + id="use39144" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-9" | ||
| + x="344.32028" | ||
| + y="298.07047" | ||
| + id="use39146" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-17" | ||
| + x="346.84531" | ||
| + y="298.07047" | ||
| + id="use39148" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-28" | ||
| + x="352.41644" | ||
| + y="298.07047" | ||
| + id="use39150" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-25" | ||
| + x="360.20197" | ||
| + y="298.07047" | ||
| + id="use39152" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="362.86728" | ||
| + y="298.07047" | ||
| + id="use39154" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-38" | ||
| + x="365.46246" | ||
| + y="298.07047" | ||
| + id="use39156" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g39158"> | ||
| + <use | ||
| + xlink:href="#glyph3-39" | ||
| + x="368.84714" | ||
| + y="298.07047" | ||
| + id="use39160" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="374.01746" | ||
| + y="298.07047" | ||
| + id="use39162" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g39164"> | ||
| + <use | ||
| + xlink:href="#glyph3-40" | ||
| + x="376.60263" | ||
| + y="298.07047" | ||
| + id="use39166" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g39168"> | ||
| + <use | ||
| + xlink:href="#glyph3-14" | ||
| + x="382.94528" | ||
| + y="298.07047" | ||
| + id="use39170" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-3" | ||
| + x="387.03345" | ||
| + y="298.07047" | ||
| + id="use39172" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-2" | ||
| + x="390.5705" | ||
| + y="298.07047" | ||
| + id="use39174" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-13" | ||
| + x="393.09555" | ||
| + y="298.07047" | ||
| + id="use39176" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-9" | ||
| + x="397.86508" | ||
| + y="298.07047" | ||
| + id="use39178" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="400.39011" | ||
| + y="298.07047" | ||
| + id="use39180" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g39182"> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="406.02136" | ||
| + y="298.07047" | ||
| + id="use39184" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g39186"> | ||
| + <use | ||
| + xlink:href="#glyph3-41" | ||
| + x="408.60651" | ||
| + y="298.07047" | ||
| + id="use39188" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-42" | ||
| + x="414.32794" | ||
| + y="298.07047" | ||
| + id="use39190" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="420.04935" | ||
| + y="298.07047" | ||
| + id="use39192" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-5" | ||
| + x="422.64453" | ||
| + y="298.07047" | ||
| + id="use39194" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-22" | ||
| + x="428.69659" | ||
| + y="298.07047" | ||
| + id="use39196" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="432.08337" | ||
| + y="298.07047" | ||
| + id="use39198" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-3" | ||
| + x="434.67856" | ||
| + y="298.07047" | ||
| + id="use39200" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-4" | ||
| + x="438.21561" | ||
| + y="298.07047" | ||
| + id="use39202" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g39204"> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="444.34784" | ||
| + y="298.07047" | ||
| + id="use39206" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g39208"> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="449.9791" | ||
| + y="298.07047" | ||
| + id="use39210" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g39212"> | ||
| + <use | ||
| + xlink:href="#glyph3-43" | ||
| + x="452.56424" | ||
| + y="298.07047" | ||
| + id="use39214" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g39216"> | ||
| + <use | ||
| + xlink:href="#glyph3-20" | ||
| + x="459.86884" | ||
| + y="298.07047" | ||
| + id="use39218" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g39220"> | ||
| + <use | ||
| + xlink:href="#glyph3-2" | ||
| + x="466.00107" | ||
| + y="298.07047" | ||
| + id="use39222" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-16" | ||
| + x="468.52609" | ||
| + y="298.07047" | ||
| + id="use39224" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g39226"> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="473.54611" | ||
| + y="298.07047" | ||
| + id="use39228" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-14" | ||
| + x="479.16733" | ||
| + y="298.07047" | ||
| + id="use39230" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-11" | ||
| + x="483.25549" | ||
| + y="298.07047" | ||
| + id="use39232" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-17" | ||
| + x="488.03503" | ||
| + y="298.07047" | ||
| + id="use39234" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-9" | ||
| + x="493.60617" | ||
| + y="298.07047" | ||
| + id="use39236" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="496.1312" | ||
| + y="298.07047" | ||
| + id="use39238" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-30" | ||
| + x="498.72638" | ||
| + y="298.07047" | ||
| + id="use39240" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="506.03094" | ||
| + y="298.07047" | ||
| + id="use39242" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g39244"> | ||
| + <use | ||
| + xlink:href="#glyph3-13" | ||
| + x="511.6622" | ||
| + y="298.07047" | ||
| + id="use39246" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-9" | ||
| + x="516.4317" | ||
| + y="298.07047" | ||
| + id="use39248" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-17" | ||
| + x="518.95679" | ||
| + y="298.07047" | ||
| + id="use39250" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-14" | ||
| + x="524.52789" | ||
| + y="298.07047" | ||
| + id="use39252" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-17" | ||
| + x="528.61603" | ||
| + y="298.07047" | ||
| + id="use39254" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-3" | ||
| + x="534.18713" | ||
| + y="298.07047" | ||
| + id="use39256" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-2" | ||
| + x="537.72424" | ||
| + y="298.07047" | ||
| + id="use39258" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-5" | ||
| + x="540.24927" | ||
| + y="298.07047" | ||
| + id="use39260" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g39262"> | ||
| + <use | ||
| + xlink:href="#glyph3-20" | ||
| + x="546.31134" | ||
| + y="298.07047" | ||
| + id="use39264" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g39266"> | ||
| + <use | ||
| + xlink:href="#glyph3-5" | ||
| + x="90.562553" | ||
| + y="310.09448" | ||
| + id="use39268" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-22" | ||
| + x="96.614632" | ||
| + y="310.09448" | ||
| + id="use39270" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="100.00139" | ||
| + y="310.09448" | ||
| + id="use39272" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g39274"> | ||
| + <use | ||
| + xlink:href="#glyph3-44" | ||
| + x="102.58655" | ||
| + y="310.09448" | ||
| + id="use39276" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-6" | ||
| + x="109.97129" | ||
| + y="310.09448" | ||
| + id="use39278" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-23" | ||
| + x="116.11355" | ||
| + y="310.09448" | ||
| + id="use39280" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-17" | ||
| + x="125.43215" | ||
| + y="310.09448" | ||
| + id="use39282" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-20" | ||
| + x="131.00327" | ||
| + y="310.09448" | ||
| + id="use39284" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="137.14552" | ||
| + y="310.09448" | ||
| + id="use39286" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g39288"> | ||
| + <use | ||
| + xlink:href="#glyph3-45" | ||
| + x="139.73068" | ||
| + y="310.09448" | ||
| + id="use39290" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-2" | ||
| + x="145.92305" | ||
| + y="310.09448" | ||
| + id="use39292" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-8" | ||
| + x="148.44809" | ||
| + y="310.09448" | ||
| + id="use39294" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-4" | ||
| + x="153.92903" | ||
| + y="310.09448" | ||
| + id="use39296" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-3" | ||
| + x="160.07129" | ||
| + y="310.09448" | ||
| + id="use39298" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-11" | ||
| + x="163.60834" | ||
| + y="310.09448" | ||
| + id="use39300" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g39302"> | ||
| + <use | ||
| + xlink:href="#glyph3-46" | ||
| + x="168.46805" | ||
| + y="310.09448" | ||
| + id="use39304" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g39306"> | ||
| + <use | ||
| + xlink:href="#glyph3-40" | ||
| + x="90.562553" | ||
| + y="328.13046" | ||
| + id="use39308" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-11" | ||
| + x="96.895187" | ||
| + y="328.13046" | ||
| + id="use39310" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="101.67473" | ||
| + y="328.13046" | ||
| + id="use39312" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-18" | ||
| + x="104.26991" | ||
| + y="328.13046" | ||
| + id="use39314" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-5" | ||
| + x="110.40215" | ||
| + y="328.13046" | ||
| + id="use39316" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-13" | ||
| + x="116.45422" | ||
| + y="328.13046" | ||
| + id="use39318" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-6" | ||
| + x="121.22375" | ||
| + y="328.13046" | ||
| + id="use39320" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-23" | ||
| + x="127.366" | ||
| + y="328.13046" | ||
| + id="use39322" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="136.6846" | ||
| + y="328.13046" | ||
| + id="use39324" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-20" | ||
| + x="142.30583" | ||
| + y="328.13046" | ||
| + id="use39326" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-3" | ||
| + x="148.44809" | ||
| + y="328.13046" | ||
| + id="use39328" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="151.98514" | ||
| + y="328.13046" | ||
| + id="use39330" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-18" | ||
| + x="157.60637" | ||
| + y="328.13046" | ||
| + id="use39332" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="163.7386" | ||
| + y="328.13046" | ||
| + id="use39334" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-2" | ||
| + x="166.33379" | ||
| + y="328.13046" | ||
| + id="use39336" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-20" | ||
| + x="168.85883" | ||
| + y="328.13046" | ||
| + id="use39338" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="175.00108" | ||
| + y="328.13046" | ||
| + id="use39340" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g39342"> | ||
| + <use | ||
| + xlink:href="#glyph3-47" | ||
| + x="177.67392" | ||
| + y="328.13046" | ||
| + id="use39344" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-17" | ||
| + x="185.21898" | ||
| + y="328.13046" | ||
| + id="use39346" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-21" | ||
| + x="190.7901" | ||
| + y="328.13046" | ||
| + id="use39348" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="196.04059" | ||
| + y="328.13046" | ||
| + id="use39350" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g39352"> | ||
| + <use | ||
| + xlink:href="#glyph3-18" | ||
| + x="201.67183" | ||
| + y="328.13046" | ||
| + id="use39354" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="207.80406" | ||
| + y="328.13046" | ||
| + id="use39356" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g39358"> | ||
| + <use | ||
| + xlink:href="#glyph3-34" | ||
| + x="210.38922" | ||
| + y="328.13046" | ||
| + id="use39360" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g39362"> | ||
| + <use | ||
| + xlink:href="#glyph3-2" | ||
| + x="216.71184" | ||
| + y="328.13046" | ||
| + id="use39364" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-3" | ||
| + x="219.23688" | ||
| + y="328.13046" | ||
| + id="use39366" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-2" | ||
| + x="222.77394" | ||
| + y="328.13046" | ||
| + id="use39368" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-33" | ||
| + x="225.29898" | ||
| + y="328.13046" | ||
| + id="use39370" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="229.97832" | ||
| + y="328.13046" | ||
| + id="use39372" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-20" | ||
| + x="235.59953" | ||
| + y="328.13046" | ||
| + id="use39374" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-11" | ||
| + x="241.74179" | ||
| + y="328.13046" | ||
| + id="use39376" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g39378"> | ||
| + <use | ||
| + xlink:href="#glyph3-19" | ||
| + x="246.60316" | ||
| + y="328.13046" | ||
| + id="use39380" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="249.05807" | ||
| + y="328.13046" | ||
| + id="use39382" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g39384"> | ||
| + <use | ||
| + xlink:href="#glyph3-5" | ||
| + x="251.64323" | ||
| + y="328.13046" | ||
| + id="use39386" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-20" | ||
| + x="257.69531" | ||
| + y="328.13046" | ||
| + id="use39388" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-13" | ||
| + x="263.83755" | ||
| + y="328.13046" | ||
| + id="use39390" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="268.60709" | ||
| + y="328.13046" | ||
| + id="use39392" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g39394"> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="274.23831" | ||
| + y="328.13046" | ||
| + id="use39396" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g39398"> | ||
| + <use | ||
| + xlink:href="#glyph3-17" | ||
| + x="276.82349" | ||
| + y="328.13046" | ||
| + id="use39400" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="282.39459" | ||
| + y="328.13046" | ||
| + id="use39402" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-13" | ||
| + x="284.98978" | ||
| + y="328.13046" | ||
| + id="use39404" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-5" | ||
| + x="289.75931" | ||
| + y="328.13046" | ||
| + id="use39406" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-23" | ||
| + x="295.81137" | ||
| + y="328.13046" | ||
| + id="use39408" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-15" | ||
| + x="305.12997" | ||
| + y="328.13046" | ||
| + id="use39410" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-6" | ||
| + x="311.26224" | ||
| + y="328.13046" | ||
| + id="use39412" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-3" | ||
| + x="317.40448" | ||
| + y="328.13046" | ||
| + id="use39414" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="320.94153" | ||
| + y="328.13046" | ||
| + id="use39416" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-14" | ||
| + x="326.56277" | ||
| + y="328.13046" | ||
| + id="use39418" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="330.65091" | ||
| + y="328.13046" | ||
| + id="use39420" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-17" | ||
| + x="333.24609" | ||
| + y="328.13046" | ||
| + id="use39422" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-9" | ||
| + x="338.81723" | ||
| + y="328.13046" | ||
| + id="use39424" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-8" | ||
| + x="341.34225" | ||
| + y="328.13046" | ||
| + id="use39426" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-5" | ||
| + x="346.82321" | ||
| + y="328.13046" | ||
| + id="use39428" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-14" | ||
| + x="352.87527" | ||
| + y="328.13046" | ||
| + id="use39430" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-2" | ||
| + x="356.96344" | ||
| + y="328.13046" | ||
| + id="use39432" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g39434"> | ||
| + <use | ||
| + xlink:href="#glyph3-3" | ||
| + x="359.4985" | ||
| + y="328.13046" | ||
| + id="use39436" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-4" | ||
| + x="363.03555" | ||
| + y="328.13046" | ||
| + id="use39438" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-23" | ||
| + x="369.17783" | ||
| + y="328.13046" | ||
| + id="use39440" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="378.49643" | ||
| + y="328.13046" | ||
| + id="use39442" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g39444"> | ||
| + <use | ||
| + xlink:href="#glyph3-17" | ||
| + x="381.08157" | ||
| + y="328.13046" | ||
| + id="use39446" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-11" | ||
| + x="386.65271" | ||
| + y="328.13046" | ||
| + id="use39448" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-13" | ||
| + x="391.43222" | ||
| + y="328.13046" | ||
| + id="use39450" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-14" | ||
| + x="396.20175" | ||
| + y="328.13046" | ||
| + id="use39452" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-2" | ||
| + x="400.28992" | ||
| + y="328.13046" | ||
| + id="use39454" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g39456"> | ||
| + <use | ||
| + xlink:href="#glyph3-24" | ||
| + x="402.82498" | ||
| + y="328.13046" | ||
| + id="use39458" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g39460"> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="408.9472" | ||
| + y="328.13046" | ||
| + id="use39462" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g39464"> | ||
| + <use | ||
| + xlink:href="#glyph3-11" | ||
| + x="414.57843" | ||
| + y="328.13046" | ||
| + id="use39466" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="419.35797" | ||
| + y="328.13046" | ||
| + id="use39468" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g39470"> | ||
| + <use | ||
| + xlink:href="#glyph3-11" | ||
| + x="421.94315" | ||
| + y="328.13046" | ||
| + id="use39472" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-5" | ||
| + x="426.72266" | ||
| + y="328.13046" | ||
| + id="use39474" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g39476"> | ||
| + <use | ||
| + xlink:href="#glyph3-23" | ||
| + x="432.78476" | ||
| + y="328.13046" | ||
| + id="use39478" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="442.10336" | ||
| + y="328.13046" | ||
| + id="use39480" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-5" | ||
| + x="447.72458" | ||
| + y="328.13046" | ||
| + id="use39482" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-20" | ||
| + x="453.77667" | ||
| + y="328.13046" | ||
| + id="use39484" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="459.91891" | ||
| + y="328.13046" | ||
| + id="use39486" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="465.54016" | ||
| + y="328.13046" | ||
| + id="use39488" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-17" | ||
| + x="468.13531" | ||
| + y="328.13046" | ||
| + id="use39490" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-11" | ||
| + x="473.70645" | ||
| + y="328.13046" | ||
| + id="use39492" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="478.48599" | ||
| + y="328.13046" | ||
| + id="use39494" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-11" | ||
| + x="481.08118" | ||
| + y="328.13046" | ||
| + id="use39496" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-6" | ||
| + x="485.86072" | ||
| + y="328.13046" | ||
| + id="use39498" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-11" | ||
| + x="492.00296" | ||
| + y="328.13046" | ||
| + id="use39500" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-15" | ||
| + x="496.7825" | ||
| + y="328.13046" | ||
| + id="use39502" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g39504"> | ||
| + <use | ||
| + xlink:href="#glyph3-2" | ||
| + x="502.90472" | ||
| + y="328.13046" | ||
| + id="use39506" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-13" | ||
| + x="505.42975" | ||
| + y="328.13046" | ||
| + id="use39508" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-2" | ||
| + x="510.19928" | ||
| + y="328.13046" | ||
| + id="use39510" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g39512"> | ||
| + <use | ||
| + xlink:href="#glyph3-5" | ||
| + x="512.73431" | ||
| + y="328.13046" | ||
| + id="use39514" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-6" | ||
| + x="518.78644" | ||
| + y="328.13046" | ||
| + id="use39516" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-11" | ||
| + x="524.92871" | ||
| + y="328.13046" | ||
| + id="use39518" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-19" | ||
| + x="529.70819" | ||
| + y="328.13046" | ||
| + id="use39520" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g39522"> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="532.15308" | ||
| + y="328.13046" | ||
| + id="use39524" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-17" | ||
| + x="534.74829" | ||
| + y="328.13046" | ||
| + id="use39526" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-9" | ||
| + x="540.3194" | ||
| + y="328.13046" | ||
| + id="use39528" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-9" | ||
| + x="542.84442" | ||
| + y="328.13046" | ||
| + id="use39530" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g39532"> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="90.562553" | ||
| + y="340.15448" | ||
| + id="use39534" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-9" | ||
| + x="96.183777" | ||
| + y="340.15448" | ||
| + id="use39536" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g39538"> | ||
| + <use | ||
| + xlink:href="#glyph3-11" | ||
| + x="98.718834" | ||
| + y="340.15448" | ||
| + id="use39540" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="103.49837" | ||
| + y="340.15448" | ||
| + id="use39542" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="109.11959" | ||
| + y="340.15448" | ||
| + id="use39544" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-2" | ||
| + x="111.71478" | ||
| + y="340.15448" | ||
| + id="use39546" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-20" | ||
| + x="114.23981" | ||
| + y="340.15448" | ||
| + id="use39548" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="120.38207" | ||
| + y="340.15448" | ||
| + id="use39550" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g39552"> | ||
| + <use | ||
| + xlink:href="#glyph3-3" | ||
| + x="122.96723" | ||
| + y="340.15448" | ||
| + id="use39554" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-4" | ||
| + x="126.5043" | ||
| + y="340.15448" | ||
| + id="use39556" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-17" | ||
| + x="132.64655" | ||
| + y="340.15448" | ||
| + id="use39558" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-3" | ||
| + x="138.21767" | ||
| + y="340.15448" | ||
| + id="use39560" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="141.75473" | ||
| + y="340.15448" | ||
| + id="use39562" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-15" | ||
| + x="144.34991" | ||
| + y="340.15448" | ||
| + id="use39564" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="150.48215" | ||
| + y="340.15448" | ||
| + id="use39566" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-14" | ||
| + x="156.10336" | ||
| + y="340.15448" | ||
| + id="use39568" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-11" | ||
| + x="160.19153" | ||
| + y="340.15448" | ||
| + id="use39570" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-5" | ||
| + x="164.97107" | ||
| + y="340.15448" | ||
| + id="use39572" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-20" | ||
| + x="171.02315" | ||
| + y="340.15448" | ||
| + id="use39574" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-48" | ||
| + x="177.16541" | ||
| + y="340.15448" | ||
| + id="use39576" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-11" | ||
| + x="179.37982" | ||
| + y="340.15448" | ||
| + id="use39578" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="184.15936" | ||
| + y="340.15448" | ||
| + id="use39580" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g39582"> | ||
| + <use | ||
| + xlink:href="#glyph3-9" | ||
| + x="186.74452" | ||
| + y="340.15448" | ||
| + id="use39584" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g39586"> | ||
| + <use | ||
| + xlink:href="#glyph3-2" | ||
| + x="189.27959" | ||
| + y="340.15448" | ||
| + id="use39588" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-22" | ||
| + x="191.80463" | ||
| + y="340.15448" | ||
| + id="use39590" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="195.19139" | ||
| + y="340.15448" | ||
| + id="use39592" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="200.81261" | ||
| + y="340.15448" | ||
| + id="use39594" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-24" | ||
| + x="203.40779" | ||
| + y="340.15448" | ||
| + id="use39596" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g39598"> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="209.53" | ||
| + y="340.15448" | ||
| + id="use39600" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g39602"> | ||
| + <use | ||
| + xlink:href="#glyph3-13" | ||
| + x="215.16124" | ||
| + y="340.15448" | ||
| + id="use39604" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-5" | ||
| + x="219.93076" | ||
| + y="340.15448" | ||
| + id="use39606" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-23" | ||
| + x="225.98285" | ||
| + y="340.15448" | ||
| + id="use39608" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="235.30144" | ||
| + y="340.15448" | ||
| + id="use39610" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-11" | ||
| + x="240.92267" | ||
| + y="340.15448" | ||
| + id="use39612" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="245.70219" | ||
| + y="340.15448" | ||
| + id="use39614" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-11" | ||
| + x="248.29738" | ||
| + y="340.15448" | ||
| + id="use39616" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-2" | ||
| + x="253.07692" | ||
| + y="340.15448" | ||
| + id="use39618" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-20" | ||
| + x="255.60196" | ||
| + y="340.15448" | ||
| + id="use39620" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-2" | ||
| + x="261.74423" | ||
| + y="340.15448" | ||
| + id="use39622" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-11" | ||
| + x="264.26926" | ||
| + y="340.15448" | ||
| + id="use39624" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-3" | ||
| + x="269.0488" | ||
| + y="340.15448" | ||
| + id="use39626" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="272.58585" | ||
| + y="340.15448" | ||
| + id="use39628" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g39630"> | ||
| + <use | ||
| + xlink:href="#glyph3-14" | ||
| + x="278.2171" | ||
| + y="340.15448" | ||
| + id="use39632" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="282.30527" | ||
| + y="340.15448" | ||
| + id="use39634" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g39636"> | ||
| + <use | ||
| + xlink:href="#glyph3-17" | ||
| + x="284.89041" | ||
| + y="340.15448" | ||
| + id="use39638" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-20" | ||
| + x="290.46155" | ||
| + y="340.15448" | ||
| + id="use39640" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-18" | ||
| + x="296.60379" | ||
| + y="340.15448" | ||
| + id="use39642" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="302.73602" | ||
| + y="340.15448" | ||
| + id="use39644" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-11" | ||
| + x="305.33121" | ||
| + y="340.15448" | ||
| + id="use39646" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-6" | ||
| + x="310.11075" | ||
| + y="340.15448" | ||
| + id="use39648" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g39650"> | ||
| + <use | ||
| + xlink:href="#glyph3-11" | ||
| + x="316.24298" | ||
| + y="340.15448" | ||
| + id="use39652" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-15" | ||
| + x="321.02252" | ||
| + y="340.15448" | ||
| + id="use39654" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="327.15479" | ||
| + y="340.15448" | ||
| + id="use39656" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g39658"> | ||
| + <use | ||
| + xlink:href="#glyph3-13" | ||
| + x="332.78601" | ||
| + y="340.15448" | ||
| + id="use39660" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-3" | ||
| + x="337.55554" | ||
| + y="340.15448" | ||
| + id="use39662" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-25" | ||
| + x="341.09259" | ||
| + y="340.15448" | ||
| + id="use39664" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g39666"> | ||
| + <use | ||
| + xlink:href="#glyph3-30" | ||
| + x="90.562553" | ||
| + y="358.19046" | ||
| + id="use39668" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-14" | ||
| + x="97.867134" | ||
| + y="358.19046" | ||
| + id="use39670" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-17" | ||
| + x="101.95529" | ||
| + y="358.19046" | ||
| + id="use39672" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-8" | ||
| + x="107.52641" | ||
| + y="358.19046" | ||
| + id="use39674" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-20" | ||
| + x="113.00735" | ||
| + y="358.19046" | ||
| + id="use39676" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="119.14961" | ||
| + y="358.19046" | ||
| + id="use39678" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g39680"> | ||
| + <use | ||
| + xlink:href="#glyph3-3" | ||
| + x="124.78085" | ||
| + y="358.19046" | ||
| + id="use39682" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="128.31792" | ||
| + y="358.19046" | ||
| + id="use39684" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g39686"> | ||
| + <use | ||
| + xlink:href="#glyph3-11" | ||
| + x="130.90308" | ||
| + y="358.19046" | ||
| + id="use39688" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-6" | ||
| + x="135.68262" | ||
| + y="358.19046" | ||
| + id="use39690" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-14" | ||
| + x="141.82487" | ||
| + y="358.19046" | ||
| + id="use39692" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-16" | ||
| + x="145.91302" | ||
| + y="358.19046" | ||
| + id="use39694" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="150.92303" | ||
| + y="358.19046" | ||
| + id="use39696" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g39698"> | ||
| + <use | ||
| + xlink:href="#glyph3-2" | ||
| + x="156.55428" | ||
| + y="358.19046" | ||
| + id="use39700" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-9" | ||
| + x="159.07932" | ||
| + y="358.19046" | ||
| + id="use39702" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-9" | ||
| + x="161.60435" | ||
| + y="358.19046" | ||
| + id="use39704" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-17" | ||
| + x="164.12939" | ||
| + y="358.19046" | ||
| + id="use39706" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-20" | ||
| + x="169.7005" | ||
| + y="358.19046" | ||
| + id="use39708" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-13" | ||
| + x="175.84277" | ||
| + y="358.19046" | ||
| + id="use39710" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="180.61229" | ||
| + y="358.19046" | ||
| + id="use39712" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g39714"> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="186.24353" | ||
| + y="358.19046" | ||
| + id="use39716" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g39718"> | ||
| + <use | ||
| + xlink:href="#glyph3-8" | ||
| + x="188.82869" | ||
| + y="358.19046" | ||
| + id="use39720" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-2" | ||
| + x="194.30963" | ||
| + y="358.19046" | ||
| + id="use39722" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-16" | ||
| + x="196.83467" | ||
| + y="358.19046" | ||
| + id="use39724" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g39726"> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="201.85469" | ||
| + y="358.19046" | ||
| + id="use39728" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-11" | ||
| + x="207.47591" | ||
| + y="358.19046" | ||
| + id="use39730" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="212.25545" | ||
| + y="358.19046" | ||
| + id="use39732" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-15" | ||
| + x="214.85062" | ||
| + y="358.19046" | ||
| + id="use39734" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g39736"> | ||
| + <use | ||
| + xlink:href="#glyph3-5" | ||
| + x="220.97284" | ||
| + y="358.19046" | ||
| + id="use39738" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-9" | ||
| + x="227.02492" | ||
| + y="358.19046" | ||
| + id="use39740" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g39742"> | ||
| + <use | ||
| + xlink:href="#glyph3-2" | ||
| + x="229.55998" | ||
| + y="358.19046" | ||
| + id="use39744" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-13" | ||
| + x="232.08502" | ||
| + y="358.19046" | ||
| + id="use39746" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="236.85454" | ||
| + y="358.19046" | ||
| + id="use39748" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="242.47575" | ||
| + y="358.19046" | ||
| + id="use39750" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-8" | ||
| + x="245.07094" | ||
| + y="358.19046" | ||
| + id="use39752" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-14" | ||
| + x="250.55188" | ||
| + y="358.19046" | ||
| + id="use39754" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="254.64005" | ||
| + y="358.19046" | ||
| + id="use39756" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g39758"> | ||
| + <use | ||
| + xlink:href="#glyph3-17" | ||
| + x="260.27127" | ||
| + y="358.19046" | ||
| + id="use39760" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-3" | ||
| + x="265.84241" | ||
| + y="358.19046" | ||
| + id="use39762" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="269.37946" | ||
| + y="358.19046" | ||
| + id="use39764" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-14" | ||
| + x="275.00067" | ||
| + y="358.19046" | ||
| + id="use39766" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="279.08884" | ||
| + y="358.19046" | ||
| + id="use39768" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-15" | ||
| + x="281.68402" | ||
| + y="358.19046" | ||
| + id="use39770" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-5" | ||
| + x="287.81625" | ||
| + y="358.19046" | ||
| + id="use39772" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-28" | ||
| + x="293.86835" | ||
| + y="358.19046" | ||
| + id="use39774" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="301.65387" | ||
| + y="358.19046" | ||
| + id="use39776" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-14" | ||
| + x="307.27509" | ||
| + y="358.19046" | ||
| + id="use39778" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g39780"> | ||
| + <use | ||
| + xlink:href="#glyph3-11" | ||
| + x="311.37326" | ||
| + y="358.19046" | ||
| + id="use39782" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="316.1528" | ||
| + y="358.19046" | ||
| + id="use39784" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g39786"> | ||
| + <use | ||
| + xlink:href="#glyph3-28" | ||
| + x="318.73798" | ||
| + y="358.19046" | ||
| + id="use39788" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g39790"> | ||
| + <use | ||
| + xlink:href="#glyph3-2" | ||
| + x="326.53354" | ||
| + y="358.19046" | ||
| + id="use39792" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-3" | ||
| + x="329.05856" | ||
| + y="358.19046" | ||
| + id="use39794" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-4" | ||
| + x="332.59564" | ||
| + y="358.19046" | ||
| + id="use39796" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="338.73788" | ||
| + y="358.19046" | ||
| + id="use39798" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g39800"> | ||
| + <use | ||
| + xlink:href="#glyph3-9" | ||
| + x="341.32306" | ||
| + y="358.19046" | ||
| + id="use39802" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="343.84808" | ||
| + y="358.19046" | ||
| + id="use39804" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g39806"> | ||
| + <use | ||
| + xlink:href="#glyph3-11" | ||
| + x="349.47934" | ||
| + y="358.19046" | ||
| + id="use39808" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-11" | ||
| + x="354.25888" | ||
| + y="358.19046" | ||
| + id="use39810" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="359.03842" | ||
| + y="358.19046" | ||
| + id="use39812" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g39814"> | ||
| + <use | ||
| + xlink:href="#glyph3-5" | ||
| + x="361.62357" | ||
| + y="358.19046" | ||
| + id="use39816" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g39818"> | ||
| + <use | ||
| + xlink:href="#glyph3-16" | ||
| + x="367.68567" | ||
| + y="358.19046" | ||
| + id="use39820" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="372.69568" | ||
| + y="358.19046" | ||
| + id="use39822" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-14" | ||
| + x="378.31689" | ||
| + y="358.19046" | ||
| + id="use39824" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-11" | ||
| + x="382.40506" | ||
| + y="358.19046" | ||
| + id="use39826" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-2" | ||
| + x="387.1846" | ||
| + y="358.19046" | ||
| + id="use39828" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-8" | ||
| + x="389.70963" | ||
| + y="358.19046" | ||
| + id="use39830" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g39832"> | ||
| + <use | ||
| + xlink:href="#glyph3-4" | ||
| + x="395.20059" | ||
| + y="358.19046" | ||
| + id="use39834" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g39836"> | ||
| + <use | ||
| + xlink:href="#glyph3-3" | ||
| + x="401.33282" | ||
| + y="358.19046" | ||
| + id="use39838" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-19" | ||
| + x="404.86987" | ||
| + y="358.19046" | ||
| + id="use39840" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="407.3248" | ||
| + y="358.19046" | ||
| + id="use39842" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-15" | ||
| + x="409.91995" | ||
| + y="358.19046" | ||
| + id="use39844" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g39846"> | ||
| + <use | ||
| + xlink:href="#glyph3-14" | ||
| + x="416.04218" | ||
| + y="358.19046" | ||
| + id="use39848" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g39850"> | ||
| + <use | ||
| + xlink:href="#glyph3-5" | ||
| + x="420.14035" | ||
| + y="358.19046" | ||
| + id="use39852" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-18" | ||
| + x="426.19244" | ||
| + y="358.19046" | ||
| + id="use39854" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g39856"> | ||
| + <use | ||
| + xlink:href="#glyph3-6" | ||
| + x="432.31467" | ||
| + y="358.19046" | ||
| + id="use39858" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-13" | ||
| + x="438.45691" | ||
| + y="358.19046" | ||
| + id="use39860" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-2" | ||
| + x="443.22644" | ||
| + y="358.19046" | ||
| + id="use39862" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-20" | ||
| + x="445.7515" | ||
| + y="358.19046" | ||
| + id="use39864" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-8" | ||
| + x="451.89374" | ||
| + y="358.19046" | ||
| + id="use39866" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="457.37469" | ||
| + y="358.19046" | ||
| + id="use39868" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-22" | ||
| + x="459.96985" | ||
| + y="358.19046" | ||
| + id="use39870" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g39872"> | ||
| + <use | ||
| + xlink:href="#glyph3-17" | ||
| + x="463.34659" | ||
| + y="358.19046" | ||
| + id="use39874" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g39876"> | ||
| + <use | ||
| + xlink:href="#glyph3-9" | ||
| + x="468.92773" | ||
| + y="358.19046" | ||
| + id="use39878" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-11" | ||
| + x="471.45279" | ||
| + y="358.19046" | ||
| + id="use39880" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="476.23233" | ||
| + y="358.19046" | ||
| + id="use39882" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="481.85355" | ||
| + y="358.19046" | ||
| + id="use39884" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-15" | ||
| + x="484.44873" | ||
| + y="358.19046" | ||
| + id="use39886" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-5" | ||
| + x="490.58096" | ||
| + y="358.19046" | ||
| + id="use39888" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-11" | ||
| + x="496.63303" | ||
| + y="358.19046" | ||
| + id="use39890" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-2" | ||
| + x="501.41257" | ||
| + y="358.19046" | ||
| + id="use39892" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-3" | ||
| + x="503.93762" | ||
| + y="358.19046" | ||
| + id="use39894" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-2" | ||
| + x="507.47467" | ||
| + y="358.19046" | ||
| + id="use39896" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-16" | ||
| + x="509.99973" | ||
| + y="358.19046" | ||
| + id="use39898" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="515.0097" | ||
| + y="358.19046" | ||
| + id="use39900" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g39902"> | ||
| + <use | ||
| + xlink:href="#glyph3-11" | ||
| + x="520.64093" | ||
| + y="358.19046" | ||
| + id="use39904" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="525.42047" | ||
| + y="358.19046" | ||
| + id="use39906" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g39908"> | ||
| + <use | ||
| + xlink:href="#glyph3-18" | ||
| + x="528.00568" | ||
| + y="358.19046" | ||
| + id="use39910" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-6" | ||
| + x="534.13788" | ||
| + y="358.19046" | ||
| + id="use39912" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="540.28015" | ||
| + y="358.19046" | ||
| + id="use39914" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g39916"> | ||
| + <use | ||
| + xlink:href="#glyph3-3" | ||
| + x="90.562553" | ||
| + y="370.21448" | ||
| + id="use39918" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-5" | ||
| + x="94.099617" | ||
| + y="370.21448" | ||
| + id="use39920" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="100.1517" | ||
| + y="370.21448" | ||
| + id="use39922" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g39924"> | ||
| + <use | ||
| + xlink:href="#glyph3-15" | ||
| + x="102.75355" | ||
| + y="370.21448" | ||
| + id="use39926" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-14" | ||
| + x="108.88579" | ||
| + y="370.21448" | ||
| + id="use39928" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-5" | ||
| + x="112.97395" | ||
| + y="370.21448" | ||
| + id="use39930" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-49" | ||
| + x="119.02603" | ||
| + y="370.21448" | ||
| + id="use39932" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-9" | ||
| + x="124.94785" | ||
| + y="370.21448" | ||
| + id="use39934" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-2" | ||
| + x="127.47289" | ||
| + y="370.21448" | ||
| + id="use39936" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-20" | ||
| + x="129.99792" | ||
| + y="370.21448" | ||
| + id="use39938" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-8" | ||
| + x="136.14018" | ||
| + y="370.21448" | ||
| + id="use39940" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="141.62112" | ||
| + y="370.21448" | ||
| + id="use39942" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-15" | ||
| + x="144.21631" | ||
| + y="370.21448" | ||
| + id="use39944" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-14" | ||
| + x="150.34854" | ||
| + y="370.21448" | ||
| + id="use39946" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-5" | ||
| + x="154.43671" | ||
| + y="370.21448" | ||
| + id="use39948" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-24" | ||
| + x="160.48878" | ||
| + y="370.21448" | ||
| + id="use39950" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-9" | ||
| + x="166.62102" | ||
| + y="370.21448" | ||
| + id="use39952" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="169.14606" | ||
| + y="370.21448" | ||
| + id="use39954" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-23" | ||
| + x="174.76729" | ||
| + y="370.21448" | ||
| + id="use39956" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-11" | ||
| + x="184.08588" | ||
| + y="370.21448" | ||
| + id="use39958" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g39960"> | ||
| + <use | ||
| + xlink:href="#glyph3-25" | ||
| + x="188.95686" | ||
| + y="370.21448" | ||
| + id="use39962" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g39964"> | ||
| + <use | ||
| + xlink:href="#glyph3-30" | ||
| + x="90.562553" | ||
| + y="388.25046" | ||
| + id="use39966" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-17" | ||
| + x="97.867126" | ||
| + y="388.25046" | ||
| + id="use39968" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-3" | ||
| + x="103.43825" | ||
| + y="388.25046" | ||
| + id="use39970" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-17" | ||
| + x="106.97531" | ||
| + y="388.25046" | ||
| + id="use39972" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="112.54643" | ||
| + y="388.25046" | ||
| + id="use39974" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-14" | ||
| + x="115.14161" | ||
| + y="388.25046" | ||
| + id="use39976" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="119.22977" | ||
| + y="388.25046" | ||
| + id="use39978" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g39980"> | ||
| + <use | ||
| + xlink:href="#glyph3-3" | ||
| + x="124.86101" | ||
| + y="388.25046" | ||
| + id="use39982" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="128.39807" | ||
| + y="388.25046" | ||
| + id="use39984" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-20" | ||
| + x="134.01929" | ||
| + y="388.25046" | ||
| + id="use39986" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-3" | ||
| + x="140.16154" | ||
| + y="388.25046" | ||
| + id="use39988" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-2" | ||
| + x="143.69861" | ||
| + y="388.25046" | ||
| + id="use39990" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-5" | ||
| + x="146.22365" | ||
| + y="388.25046" | ||
| + id="use39992" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-20" | ||
| + x="152.27573" | ||
| + y="388.25046" | ||
| + id="use39994" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="158.41798" | ||
| + y="388.25046" | ||
| + id="use39996" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-13" | ||
| + x="161.01317" | ||
| + y="388.25046" | ||
| + id="use39998" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-17" | ||
| + x="165.78268" | ||
| + y="388.25046" | ||
| + id="use40000" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-20" | ||
| + x="171.35381" | ||
| + y="388.25046" | ||
| + id="use40002" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="177.49606" | ||
| + y="388.25046" | ||
| + id="use40004" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g40006"> | ||
| + <use | ||
| + xlink:href="#glyph3-5" | ||
| + x="180.14761" | ||
| + y="388.25046" | ||
| + id="use40008" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-16" | ||
| + x="186.19969" | ||
| + y="388.25046" | ||
| + id="use40010" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="191.20969" | ||
| + y="388.25046" | ||
| + id="use40012" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-14" | ||
| + x="196.8309" | ||
| + y="388.25046" | ||
| + id="use40014" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-3" | ||
| + x="200.91907" | ||
| + y="388.25046" | ||
| + id="use40016" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-6" | ||
| + x="204.45613" | ||
| + y="388.25046" | ||
| + id="use40018" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-14" | ||
| + x="210.59839" | ||
| + y="388.25046" | ||
| + id="use40020" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-20" | ||
| + x="214.68654" | ||
| + y="388.25046" | ||
| + id="use40022" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g40024"> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="220.86429" | ||
| + y="388.25046" | ||
| + id="use40026" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-3" | ||
| + x="223.45947" | ||
| + y="388.25046" | ||
| + id="use40028" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-4" | ||
| + x="226.99652" | ||
| + y="388.25046" | ||
| + id="use40030" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g40032"> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="233.12877" | ||
| + y="388.25046" | ||
| + id="use40034" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g40036"> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="238.76001" | ||
| + y="388.25046" | ||
| + id="use40038" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-15" | ||
| + x="241.35518" | ||
| + y="388.25046" | ||
| + id="use40040" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g40042"> | ||
| + <use | ||
| + xlink:href="#glyph3-14" | ||
| + x="247.4774" | ||
| + y="388.25046" | ||
| + id="use40044" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="251.56557" | ||
| + y="388.25046" | ||
| + id="use40046" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g40048"> | ||
| + <use | ||
| + xlink:href="#glyph3-11" | ||
| + x="257.19681" | ||
| + y="388.25046" | ||
| + id="use40050" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-6" | ||
| + x="261.97635" | ||
| + y="388.25046" | ||
| + id="use40052" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-23" | ||
| + x="268.11859" | ||
| + y="388.25046" | ||
| + id="use40054" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-15" | ||
| + x="277.43719" | ||
| + y="388.25046" | ||
| + id="use40056" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g40058"> | ||
| + <use | ||
| + xlink:href="#glyph3-3" | ||
| + x="283.55942" | ||
| + y="388.25046" | ||
| + id="use40060" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-2" | ||
| + x="287.09647" | ||
| + y="388.25046" | ||
| + id="use40062" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g40064"> | ||
| + <use | ||
| + xlink:href="#glyph3-5" | ||
| + x="289.63153" | ||
| + y="388.25046" | ||
| + id="use40066" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-20" | ||
| + x="295.68362" | ||
| + y="388.25046" | ||
| + id="use40068" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="301.82587" | ||
| + y="388.25046" | ||
| + id="use40070" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g40072"> | ||
| + <use | ||
| + xlink:href="#glyph3-5" | ||
| + x="304.41104" | ||
| + y="388.25046" | ||
| + id="use40074" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-22" | ||
| + x="310.4631" | ||
| + y="388.25046" | ||
| + id="use40076" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="313.84988" | ||
| + y="388.25046" | ||
| + id="use40078" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-2" | ||
| + x="316.44507" | ||
| + y="388.25046" | ||
| + id="use40080" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-20" | ||
| + x="318.97009" | ||
| + y="388.25046" | ||
| + id="use40082" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-20" | ||
| + x="325.11237" | ||
| + y="388.25046" | ||
| + id="use40084" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g40086"> | ||
| + <use | ||
| + xlink:href="#glyph3-5" | ||
| + x="331.2446" | ||
| + y="388.25046" | ||
| + id="use40088" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g40090"> | ||
| + <use | ||
| + xlink:href="#glyph3-13" | ||
| + x="337.3067" | ||
| + y="388.25046" | ||
| + id="use40092" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g40094"> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="342.06619" | ||
| + y="388.25046" | ||
| + id="use40096" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g40098"> | ||
| + <use | ||
| + xlink:href="#glyph3-20" | ||
| + x="347.69745" | ||
| + y="388.25046" | ||
| + id="use40100" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-13" | ||
| + x="353.83969" | ||
| + y="388.25046" | ||
| + id="use40102" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="358.60922" | ||
| + y="388.25046" | ||
| + id="use40104" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-25" | ||
| + x="364.23044" | ||
| + y="388.25046" | ||
| + id="use40106" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g40108"> | ||
| + <use | ||
| + xlink:href="#glyph3-43" | ||
| + x="90.562553" | ||
| + y="418.31046" | ||
| + id="use40110" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-20" | ||
| + x="97.857117" | ||
| + y="418.31046" | ||
| + id="use40112" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-13" | ||
| + x="103.99937" | ||
| + y="418.31046" | ||
| + id="use40114" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-4" | ||
| + x="108.7689" | ||
| + y="418.31046" | ||
| + id="use40116" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="114.91116" | ||
| + y="418.31046" | ||
| + id="use40118" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-13" | ||
| + x="120.53237" | ||
| + y="418.31046" | ||
| + id="use40120" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-21" | ||
| + x="125.3019" | ||
| + y="418.31046" | ||
| + id="use40122" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="130.55237" | ||
| + y="418.31046" | ||
| + id="use40124" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g40126"> | ||
| + <use | ||
| + xlink:href="#glyph3-18" | ||
| + x="136.18361" | ||
| + y="418.31046" | ||
| + id="use40128" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g40130"> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="142.30583" | ||
| + y="418.31046" | ||
| + id="use40132" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-17" | ||
| + x="144.90102" | ||
| + y="418.31046" | ||
| + id="use40134" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-13" | ||
| + x="150.47214" | ||
| + y="418.31046" | ||
| + id="use40136" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-13" | ||
| + x="155.24165" | ||
| + y="418.31046" | ||
| + id="use40138" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="160.01117" | ||
| + y="418.31046" | ||
| + id="use40140" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-11" | ||
| + x="165.63239" | ||
| + y="418.31046" | ||
| + id="use40142" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-11" | ||
| + x="170.41193" | ||
| + y="418.31046" | ||
| + id="use40144" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="175.19147" | ||
| + y="418.31046" | ||
| + id="use40146" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-3" | ||
| + x="177.78665" | ||
| + y="418.31046" | ||
| + id="use40148" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-5" | ||
| + x="181.32372" | ||
| + y="418.31046" | ||
| + id="use40150" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="187.37579" | ||
| + y="418.31046" | ||
| + id="use40152" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-24" | ||
| + x="189.97096" | ||
| + y="418.31046" | ||
| + id="use40154" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-2" | ||
| + x="196.10321" | ||
| + y="418.31046" | ||
| + id="use40156" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-8" | ||
| + x="198.62825" | ||
| + y="418.31046" | ||
| + id="use40158" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="204.10919" | ||
| + y="418.31046" | ||
| + id="use40160" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g40162"> | ||
| + <use | ||
| + xlink:href="#glyph3-18" | ||
| + x="206.69435" | ||
| + y="418.31046" | ||
| + id="use40164" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-17" | ||
| + x="212.82658" | ||
| + y="418.31046" | ||
| + id="use40166" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-3" | ||
| + x="218.39771" | ||
| + y="418.31046" | ||
| + id="use40168" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-17" | ||
| + x="221.93477" | ||
| + y="418.31046" | ||
| + id="use40170" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="227.50589" | ||
| + y="418.31046" | ||
| + id="use40172" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="230.10106" | ||
| + y="418.31046" | ||
| + id="use40174" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-20" | ||
| + x="235.72227" | ||
| + y="418.31046" | ||
| + id="use40176" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-17" | ||
| + x="241.86455" | ||
| + y="418.31046" | ||
| + id="use40178" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-24" | ||
| + x="247.43565" | ||
| + y="418.31046" | ||
| + id="use40180" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-9" | ||
| + x="253.5679" | ||
| + y="418.31046" | ||
| + id="use40182" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="256.09293" | ||
| + y="418.31046" | ||
| + id="use40184" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g40186"> | ||
| + <use | ||
| + xlink:href="#glyph3-18" | ||
| + x="261.72418" | ||
| + y="418.31046" | ||
| + id="use40188" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g40190"> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="267.84641" | ||
| + y="418.31046" | ||
| + id="use40192" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-3" | ||
| + x="270.44159" | ||
| + y="418.31046" | ||
| + id="use40194" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-4" | ||
| + x="273.97864" | ||
| + y="418.31046" | ||
| + id="use40196" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-12" | ||
| + x="280.12091" | ||
| + y="418.31046" | ||
| + id="use40198" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-7" | ||
| + x="285.74213" | ||
| + y="418.31046" | ||
| + id="use40200" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g40202"> | ||
| + <use | ||
| + xlink:href="#glyph3-44" | ||
| + x="288.50974" | ||
| + y="418.31046" | ||
| + id="use40204" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-5" | ||
| + x="295.89447" | ||
| + y="418.31046" | ||
| + id="use40206" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-9" | ||
| + x="301.94653" | ||
| + y="418.31046" | ||
| + id="use40208" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-5" | ||
| + x="304.47159" | ||
| + y="418.31046" | ||
| + id="use40210" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-13" | ||
| + x="310.52365" | ||
| + y="418.31046" | ||
| + id="use40212" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-17" | ||
| + x="315.29318" | ||
| + y="418.31046" | ||
| + id="use40214" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-6" | ||
| + x="320.86432" | ||
| + y="418.31046" | ||
| + id="use40216" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-11" | ||
| + x="327.00656" | ||
| + y="418.31046" | ||
| + id="use40218" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph3-3" | ||
| + x="331.7861" | ||
| + y="418.31046" | ||
| + id="use40220" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g40222"> | ||
| + <use | ||
| + xlink:href="#glyph3-25" | ||
| + x="335.35324" | ||
| + y="418.31046" | ||
| + id="use40224" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + </g> | ||
| +</svg> | ||
| +<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
| +<svg | ||
| + xmlns:dc="http://purl.org/dc/elements/1.1/" | ||
| + xmlns:cc="http://creativecommons.org/ns#" | ||
| + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | ||
| + xmlns:svg="http://www.w3.org/2000/svg" | ||
| + xmlns="http://www.w3.org/2000/svg" | ||
| + xmlns:xlink="http://www.w3.org/1999/xlink" | ||
| + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||
| + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||
| + width="495.56348" | ||
| + height="203.14294" | ||
| + viewBox="0 0 396.45078 162.51436" | ||
| + version="1.1" | ||
| + id="svg4803" | ||
| + inkscape:version="0.48.4 r9939" | ||
| + sodipodi:docname="home.svg"> | ||
| + <metadata | ||
| + id="metadata6581"> | ||
| + <rdf:RDF> | ||
| + <cc:Work | ||
| + rdf:about=""> | ||
| + <dc:format>image/svg+xml</dc:format> | ||
| + <dc:type | ||
| + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> | ||
| + <dc:title></dc:title> | ||
| + </cc:Work> | ||
| + </rdf:RDF> | ||
| + </metadata> | ||
| + <sodipodi:namedview | ||
| + pagecolor="#ffffff" | ||
| + bordercolor="#666666" | ||
| + borderopacity="1" | ||
| + objecttolerance="10" | ||
| + gridtolerance="10" | ||
| + guidetolerance="10" | ||
| + inkscape:pageopacity="0" | ||
| + inkscape:pageshadow="2" | ||
| + inkscape:window-width="1310" | ||
| + inkscape:window-height="912" | ||
| + id="namedview6579" | ||
| + showgrid="false" | ||
| + fit-margin-top="0" | ||
| + fit-margin-left="0" | ||
| + fit-margin-right="0" | ||
| + fit-margin-bottom="0" | ||
| + inkscape:zoom="0.96969697" | ||
| + inkscape:cx="192.12259" | ||
| + inkscape:cy="45.66336" | ||
| + inkscape:window-x="0" | ||
| + inkscape:window-y="0" | ||
| + inkscape:window-maximized="0" | ||
| + inkscape:current-layer="svg4803" /> | ||
| + <defs | ||
| + id="defs4805"> | ||
| + <g | ||
| + id="g4807"> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph0-0" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 0.75,-5.71875 3.296875,0 0,5.71875 L 0.75,0 z m 0.40625,5.3125 2.484375,0 0,-4.90625 -2.484375,0 z m 0,0" | ||
| + id="path4810" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph0-1" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 4.140625,-3.28125 c 0,2.242188 -0.867187,3.359375 -2.59375,3.359375 C 1.242188,0.078125 1.003906,0.0507812 0.828125,0 l 0,-0.5625 c 0.207031,0.074219 0.445313,0.109375 0.71875,0.109375 0.625,0 1.09375,-0.191406 1.40625,-0.578125 0.320313,-0.394531 0.5,-0.988281 0.53125,-1.78125 l -0.046875,0 C 3.289062,-2.601562 3.097656,-2.441406 2.859375,-2.328125 2.628906,-2.210938 2.363281,-2.15625 2.0625,-2.15625 c -0.5,0 -0.902344,-0.148438 -1.203125,-0.453125 -0.292969,-0.300781 -0.4375,-0.722656 -0.4375,-1.265625 0,-0.59375 0.160156,-1.0625 0.484375,-1.40625 0.332031,-0.34375 0.769531,-0.515625 1.3125,-0.515625 0.394531,0 0.734375,0.101563 1.015625,0.296875 0.289063,0.199219 0.515625,0.492188 0.671875,0.875 0.15625,0.386719 0.234375,0.835938 0.234375,1.34375 z M 2.21875,-5.234375 c -0.367188,0 -0.652344,0.121094 -0.859375,0.359375 -0.199219,0.242188 -0.296875,0.574219 -0.296875,1 0,0.375 0.09375,0.671875 0.28125,0.890625 0.1875,0.210937 0.46875,0.3125 0.84375,0.3125 0.238281,0 0.457031,-0.046875 0.65625,-0.140625 0.195312,-0.101562 0.351562,-0.238281 0.46875,-0.40625 0.113281,-0.164062 0.171875,-0.335938 0.171875,-0.515625 0,-0.269531 -0.054687,-0.519531 -0.15625,-0.75 C 3.222656,-4.722656 3.070312,-4.90625 2.875,-5.03125 2.6875,-5.164062 2.46875,-5.234375 2.21875,-5.234375 z m 0,0" | ||
| + id="path4813" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph0-2" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 4.140625,0 -3.75,0 0,-0.5625 1.5,-1.515625 C 2.347656,-2.535156 2.648438,-2.863281 2.796875,-3.0625 2.941406,-3.257812 3.050781,-3.453125 3.125,-3.640625 3.195312,-3.828125 3.234375,-4.03125 3.234375,-4.25 c 0,-0.300781 -0.09375,-0.539062 -0.28125,-0.71875 C 2.773438,-5.144531 2.519531,-5.234375 2.1875,-5.234375 c -0.230469,0 -0.453125,0.042969 -0.671875,0.125 -0.210937,0.074219 -0.445313,0.210937 -0.703125,0.40625 l -0.34375,-0.4375 c 0.519531,-0.4375 1.09375,-0.65625 1.71875,-0.65625 0.53125,0 0.945312,0.140625 1.25,0.421875 0.3125,0.273438 0.46875,0.636719 0.46875,1.09375 0,0.367188 -0.105469,0.726562 -0.3125,1.078125 -0.199219,0.355469 -0.578125,0.804687 -1.140625,1.34375 l -1.25,1.21875 0,0.03125 2.9375,0 z m 0,0" | ||
| + id="path4816" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph0-3" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 4.171875,-2.859375 c 0,0.980469 -0.15625,1.714844 -0.46875,2.203125 -0.304687,0.492188 -0.777344,0.734375 -1.421875,0.734375 -0.617188,0 -1.085938,-0.25 -1.40625,-0.75 -0.3125,-0.5 -0.46875,-1.226563 -0.46875,-2.1875 0,-1 0.148438,-1.738281 0.453125,-2.21875 0.3125,-0.476563 0.785156,-0.71875 1.421875,-0.71875 0.625,0 1.09375,0.25 1.40625,0.75 0.320312,0.5 0.484375,1.230469 0.484375,2.1875 z m -3.109375,0 c 0,0.824219 0.09375,1.429687 0.28125,1.8125 0.195312,0.375 0.507812,0.5625 0.9375,0.5625 0.4375,0 0.75,-0.191406 0.9375,-0.578125 0.195312,-0.382812 0.296875,-0.984375 0.296875,-1.796875 0,-0.820313 -0.101563,-1.421875 -0.296875,-1.796875 -0.1875,-0.382812 -0.5,-0.578125 -0.9375,-0.578125 -0.429688,0 -0.742188,0.1875 -0.9375,0.5625 -0.1875,0.375 -0.28125,0.980469 -0.28125,1.8125 z m 0,0" | ||
| + id="path4819" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph0-4" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 1.328125,-2.1875 c 0.113281,-0.164062 0.285156,-0.375 0.515625,-0.625 l 1.375,-1.46875 0.78125,0 L 2.265625,-2.453125 4.109375,0 3.328125,0 1.8125,-2.03125 1.328125,-1.609375 1.328125,0 0.6875,0 l 0,-6.078125 0.640625,0 0,3.21875 c 0,0.148437 -0.011719,0.371094 -0.03125,0.671875 z m 0,0" | ||
| + id="path4822" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph0-5" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="" | ||
| + id="path4825" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph0-6" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="M 1.625,0 0,-4.28125 l 0.703125,0 L 1.625,-1.75 c 0.207031,0.59375 0.328125,0.980469 0.359375,1.15625 l 0.03125,0 c 0.03125,-0.132812 0.117187,-0.414062 0.265625,-0.84375 0.15625,-0.4375 0.5,-1.382812 1.03125,-2.84375 l 0.703125,0 L 2.390625,0 z m 0,0" | ||
| + id="path4828" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph0-7" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 4.390625,-2.140625 c 0,0.699219 -0.179687,1.246094 -0.53125,1.640625 C 3.503906,-0.113281 3.019531,0.078125 2.40625,0.078125 2.019531,0.078125 1.675781,-0.0078125 1.375,-0.1875 1.082031,-0.375 0.851562,-0.632812 0.6875,-0.96875 0.53125,-1.300781 0.453125,-1.691406 0.453125,-2.140625 c 0,-0.695313 0.171875,-1.238281 0.515625,-1.625 0.351562,-0.394531 0.835938,-0.59375 1.453125,-0.59375 0.601563,0 1.082031,0.199219 1.4375,0.59375 0.351563,0.398437 0.53125,0.9375 0.53125,1.625 z m -3.265625,0 c 0,0.542969 0.109375,0.960937 0.328125,1.25 0.21875,0.28125 0.539063,0.421875 0.96875,0.421875 0.414063,0 0.734375,-0.140625 0.953125,-0.421875 0.226562,-0.289063 0.34375,-0.707031 0.34375,-1.25 0,-0.550781 -0.117188,-0.96875 -0.34375,-1.25 C 3.15625,-3.671875 2.832031,-3.8125 2.40625,-3.8125 c -0.429688,0 -0.75,0.140625 -0.96875,0.421875 -0.210938,0.28125 -0.3125,0.699219 -0.3125,1.25 z m 0,0" | ||
| + id="path4831" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph0-8" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 2.078125,-0.453125 c 0.113281,0 0.222656,-0.007813 0.328125,-0.03125 0.101562,-0.019531 0.1875,-0.035156 0.25,-0.046875 l 0,0.484375 c -0.074219,0.04296875 -0.179688,0.0703125 -0.3125,0.09375 -0.136719,0.0195312 -0.257812,0.03125 -0.359375,0.03125 -0.835937,0 -1.25,-0.4375 -1.25,-1.3125 l 0,-2.546875 -0.609375,0 0,-0.3125 0.609375,-0.265625 0.28125,-0.921875 0.375,0 0,1 1.234375,0 0,0.5 -1.234375,0 0,2.515625 c 0,0.261719 0.054687,0.464844 0.171875,0.609375 0.125,0.136719 0.296875,0.203125 0.515625,0.203125 z m 0,0" | ||
| + id="path4834" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph0-9" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="M 2.5,0.078125 C 1.863281,0.078125 1.363281,-0.113281 1,-0.5 0.632812,-0.882812 0.453125,-1.421875 0.453125,-2.109375 c 0,-0.6875 0.164063,-1.234375 0.5,-1.640625 0.34375,-0.40625 0.800781,-0.609375 1.375,-0.609375 0.539063,0 0.96875,0.179687 1.28125,0.53125 0.3125,0.355469 0.46875,0.820313 0.46875,1.390625 l 0,0.40625 -2.953125,0 c 0.00781,0.511719 0.132812,0.898438 0.375,1.15625 0.238281,0.261719 0.578125,0.390625 1.015625,0.390625 0.46875,0 0.925781,-0.097656 1.375,-0.296875 l 0,0.578125 C 3.660156,-0.0976562 3.441406,-0.0234375 3.234375,0.015625 3.035156,0.0546875 2.789062,0.078125 2.5,0.078125 z M 2.328125,-3.8125 C 1.984375,-3.8125 1.707031,-3.695312 1.5,-3.46875 1.289062,-3.25 1.171875,-2.941406 1.140625,-2.546875 l 2.234375,0 c 0,-0.414063 -0.09375,-0.726563 -0.28125,-0.9375 C 2.914062,-3.703125 2.660156,-3.8125 2.328125,-3.8125 z m 0,0" | ||
| + id="path4837" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph0-10" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="M 3.453125,-1.171875 C 3.453125,-0.773438 3.300781,-0.46875 3,-0.25 2.707031,-0.03125 2.289062,0.078125 1.75,0.078125 c -0.5625,0 -1.007812,-0.0859375 -1.328125,-0.265625 l 0,-0.609375 c 0.207031,0.105469 0.425781,0.1875 0.65625,0.25 0.238281,0.0625 0.46875,0.09375 0.6875,0.09375 0.34375,0 0.601563,-0.050781 0.78125,-0.15625 0.1875,-0.113281 0.28125,-0.28125 0.28125,-0.5 0,-0.164063 -0.074219,-0.304687 -0.21875,-0.421875 -0.148437,-0.125 -0.429687,-0.269531 -0.84375,-0.4375 -0.398437,-0.144531 -0.683594,-0.269531 -0.859375,-0.375 -0.167969,-0.113281 -0.292969,-0.238281 -0.375,-0.375 -0.074219,-0.144531 -0.109375,-0.316406 -0.109375,-0.515625 0,-0.34375 0.140625,-0.613281 0.421875,-0.8125 0.28125,-0.207031 0.671875,-0.3125 1.171875,-0.3125 0.457031,0 0.90625,0.09375 1.34375,0.28125 L 3.125,-3.546875 C 2.695312,-3.722656 2.3125,-3.8125 1.96875,-3.8125 c -0.3125,0 -0.546875,0.046875 -0.703125,0.140625 -0.15625,0.09375 -0.234375,0.226563 -0.234375,0.390625 0,0.117188 0.023438,0.214844 0.078125,0.296875 0.0625,0.085937 0.15625,0.164063 0.28125,0.234375 0.132813,0.074219 0.390625,0.179688 0.765625,0.3125 0.507812,0.1875 0.851562,0.375 1.03125,0.5625 0.175781,0.1875 0.265625,0.421875 0.265625,0.703125 z m 0,0" | ||
| + id="path4840" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph0-11" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 2.796875,0 -0.640625,0 0,-4.078125 c 0,-0.332031 0.00781,-0.648437 0.03125,-0.953125 C 2.132812,-4.976562 2.070312,-4.921875 2,-4.859375 1.9375,-4.796875 1.628906,-4.539062 1.078125,-4.09375 L 0.734375,-4.546875 2.25,-5.71875 l 0.546875,0 z m 0,0" | ||
| + id="path4843" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph0-12" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 0.59375,-0.421875 c 0,-0.164063 0.035156,-0.296875 0.109375,-0.390625 0.082031,-0.09375 0.203125,-0.140625 0.359375,-0.140625 0.144531,0 0.257812,0.046875 0.34375,0.140625 0.082031,0.09375 0.125,0.226562 0.125,0.390625 0,0.179687 -0.042969,0.3125 -0.125,0.40625 -0.085938,0.0820312 -0.199219,0.125 -0.34375,0.125 -0.136719,0 -0.25,-0.0429688 -0.34375,-0.125 -0.085938,-0.0820312 -0.125,-0.21875 -0.125,-0.40625 z m 0,0" | ||
| + id="path4846" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph0-13" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 3.3125,0 -1.9375,-5.0625 -0.03125,0 c 0.039062,0.398438 0.0625,0.871094 0.0625,1.421875 l 0,3.640625 -0.625,0 0,-5.71875 1,0 L 3.59375,-1 3.625,-1 l 1.828125,-4.71875 0.984375,0 0,5.71875 -0.65625,0 0,-3.6875 c 0,-0.414062 0.015625,-0.875 0.046875,-1.375 l -0.03125,0 L 3.84375,0 z m 0,0" | ||
| + id="path4849" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph0-14" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 1.34375,0 -0.65625,0 0,-4.28125 0.65625,0 z M 0.640625,-5.4375 c 0,-0.15625 0.035156,-0.265625 0.109375,-0.328125 C 0.820312,-5.835938 0.910156,-5.875 1.015625,-5.875 c 0.101563,0 0.191406,0.039062 0.265625,0.109375 0.082031,0.074219 0.125,0.183594 0.125,0.328125 0,0.148438 -0.042969,0.257812 -0.125,0.328125 -0.074219,0.0625 -0.164062,0.09375 -0.265625,0.09375 -0.105469,0 -0.195313,-0.03125 -0.265625,-0.09375 C 0.675781,-5.179688 0.640625,-5.289062 0.640625,-5.4375 z m 0,0" | ||
| + id="path4852" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph0-15" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="M 4.1875,0 3.40625,-2.515625 C 3.351562,-2.671875 3.257812,-3.019531 3.125,-3.5625 l -0.03125,0 C 2.988281,-3.101562 2.894531,-2.75 2.8125,-2.5 L 2.015625,0 l -0.75,0 -1.171875,-4.28125 0.671875,0 c 0.28125,1.074219 0.492187,1.890625 0.640625,2.453125 0.144531,0.5625 0.226562,0.945313 0.25,1.140625 l 0.03125,0 c 0.019531,-0.144531 0.0625,-0.335938 0.125,-0.578125 0.070312,-0.238281 0.128906,-0.425781 0.171875,-0.5625 l 0.78125,-2.453125 0.703125,0 0.765625,2.453125 c 0.144531,0.449219 0.242187,0.824219 0.296875,1.125 l 0.03125,0 C 4.570312,-0.796875 4.597656,-0.9375 4.640625,-1.125 4.691406,-1.320312 4.96875,-2.375 5.46875,-4.28125 l 0.671875,0 L 4.953125,0 z m 0,0" | ||
| + id="path4855" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph0-16" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 1.453125,0 -0.671875,0 0,-5.71875 3.1875,0 0,0.59375 -2.515625,0 0,2.09375 2.359375,0 0,0.59375 -2.359375,0 z m 0,0" | ||
| + id="path4858" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph0-17" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 2.6875,-4.359375 c 0.5625,0 0.992188,0.195313 1.296875,0.578125 0.3125,0.386719 0.46875,0.933594 0.46875,1.640625 0,0.699219 -0.15625,1.246094 -0.46875,1.640625 -0.3125,0.386719 -0.746094,0.578125 -1.296875,0.578125 -0.28125,0 -0.539062,-0.0546875 -0.765625,-0.15625 C 1.691406,-0.179688 1.5,-0.335938 1.34375,-0.546875 l -0.046875,0 L 1.15625,0 0.6875,0 l 0,-6.078125 0.65625,0 0,1.46875 c 0,0.335937 -0.011719,0.632813 -0.03125,0.890625 l 0.03125,0 c 0.300781,-0.425781 0.75,-0.640625 1.34375,-0.640625 z M 2.59375,-3.8125 c -0.449219,0 -0.773438,0.132812 -0.96875,0.390625 -0.1875,0.25 -0.28125,0.679687 -0.28125,1.28125 0,0.59375 0.097656,1.023437 0.296875,1.28125 0.195313,0.261719 0.519531,0.390625 0.96875,0.390625 0.394531,0 0.6875,-0.144531 0.875,-0.4375 0.195313,-0.289062 0.296875,-0.707031 0.296875,-1.25 0,-0.550781 -0.101562,-0.960938 -0.296875,-1.234375 C 3.296875,-3.671875 3,-3.8125 2.59375,-3.8125 z m 0,0" | ||
| + id="path4861" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph0-18" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 1.375,-0.9375 0.046875,0.09375 C 1.359375,-0.582031 1.257812,-0.28125 1.125,0.0625 1,0.414062 0.867188,0.738281 0.734375,1.03125 l -0.484375,0 C 0.320312,0.757812 0.398438,0.421875 0.484375,0.015625 0.566406,-0.378906 0.625,-0.695312 0.65625,-0.9375 z m 0,0" | ||
| + id="path4864" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph0-19" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 1.109375,0 2.375,-5.109375 -3.109375,0 0,-0.609375 3.796875,0 0,0.53125 L 1.828125,0 z m 0,0" | ||
| + id="path4867" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph0-20" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 3.9375,-4.375 c 0,0.367188 -0.105469,0.667969 -0.3125,0.90625 -0.210938,0.230469 -0.5,0.382812 -0.875,0.453125 l 0,0.03125 c 0.457031,0.0625 0.796875,0.214844 1.015625,0.453125 0.226563,0.230469 0.34375,0.53125 0.34375,0.90625 0,0.554688 -0.195313,0.976562 -0.578125,1.265625 -0.375,0.2929688 -0.90625,0.4375 -1.59375,0.4375 C 1.632812,0.078125 1.351562,0.0507812 1.09375,0 0.84375,-0.0390625 0.601562,-0.117188 0.375,-0.234375 l 0,-0.609375 c 0.238281,0.117188 0.5,0.210938 0.78125,0.28125 0.28125,0.0625 0.546875,0.09375 0.796875,0.09375 0.988281,0 1.484375,-0.390625 1.484375,-1.171875 0,-0.6875 -0.546875,-1.03125 -1.640625,-1.03125 l -0.5625,0 0,-0.5625 0.578125,0 c 0.445312,0 0.800781,-0.097656 1.0625,-0.296875 C 3.132812,-3.726562 3.265625,-4 3.265625,-4.34375 3.265625,-4.625 3.164062,-4.84375 2.96875,-5 2.78125,-5.15625 2.519531,-5.234375 2.1875,-5.234375 c -0.25,0 -0.484375,0.039063 -0.703125,0.109375 -0.21875,0.0625 -0.46875,0.183594 -0.75,0.359375 l -0.328125,-0.4375 c 0.226562,-0.1875 0.492188,-0.332031 0.796875,-0.4375 0.3125,-0.101563 0.632813,-0.15625 0.96875,-0.15625 0.5625,0 0.992187,0.132813 1.296875,0.390625 0.3125,0.25 0.46875,0.59375 0.46875,1.03125 z m 0,0" | ||
| + id="path4870" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph0-21" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 0.59375,-0.421875 c 0,-0.164063 0.035156,-0.296875 0.109375,-0.390625 0.082031,-0.09375 0.203125,-0.140625 0.359375,-0.140625 0.144531,0 0.257812,0.046875 0.34375,0.140625 0.082031,0.09375 0.125,0.226562 0.125,0.390625 0,0.179687 -0.042969,0.3125 -0.125,0.40625 -0.085938,0.0820312 -0.199219,0.125 -0.34375,0.125 -0.136719,0 -0.25,-0.0429688 -0.34375,-0.125 -0.085938,-0.0820312 -0.125,-0.21875 -0.125,-0.40625 z m 0,-3.4375 c 0,-0.351563 0.15625,-0.53125 0.46875,-0.53125 0.3125,0 0.46875,0.179687 0.46875,0.53125 0,0.167969 -0.042969,0.296875 -0.125,0.390625 -0.085938,0.085938 -0.199219,0.125 -0.34375,0.125 -0.136719,0 -0.25,-0.035156 -0.34375,-0.109375 -0.085938,-0.082031 -0.125,-0.21875 -0.125,-0.40625 z m 0,0" | ||
| + id="path4873" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph0-22" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 2.171875,-3.484375 c 0.601563,0 1.078125,0.152344 1.421875,0.453125 0.34375,0.292969 0.515625,0.699219 0.515625,1.21875 0,0.585938 -0.1875,1.046875 -0.5625,1.390625 -0.375,0.3359375 -0.890625,0.5 -1.546875,0.5 -0.648438,0 -1.140625,-0.1015625 -1.484375,-0.3125 l 0,-0.625 c 0.1875,0.117187 0.414063,0.210937 0.6875,0.28125 0.269531,0.0625 0.535156,0.09375 0.796875,0.09375 0.457031,0 0.8125,-0.101563 1.0625,-0.3125 0.257812,-0.21875 0.390625,-0.535156 0.390625,-0.953125 0,-0.789062 -0.492187,-1.1875 -1.46875,-1.1875 -0.25,0 -0.578125,0.039062 -0.984375,0.109375 L 0.65625,-3.046875 0.875,-5.71875 l 2.84375,0 0,0.609375 -2.296875,0 -0.140625,1.703125 c 0.300781,-0.050781 0.597656,-0.078125 0.890625,-0.078125 z m 0,0" | ||
| + id="path4876" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph0-23" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 2.6875,0.078125 c -0.28125,0 -0.539062,-0.0546875 -0.765625,-0.15625 C 1.691406,-0.179688 1.5,-0.335938 1.34375,-0.546875 l -0.046875,0 c 0.03125,0.25 0.046875,0.484375 0.046875,0.703125 l 0,1.765625 -0.65625,0 0,-6.203125 0.53125,0 0.09375,0.578125 0.03125,0 c 0.164062,-0.226563 0.359375,-0.394531 0.578125,-0.5 0.21875,-0.101563 0.472656,-0.15625 0.765625,-0.15625 0.5625,0 0.992188,0.195313 1.296875,0.578125 0.3125,0.386719 0.46875,0.933594 0.46875,1.640625 0,0.699219 -0.15625,1.246094 -0.46875,1.640625 C 3.671875,-0.113281 3.238281,0.078125 2.6875,0.078125 z M 2.59375,-3.8125 c -0.4375,0 -0.757812,0.125 -0.953125,0.375 -0.199219,0.242188 -0.296875,0.621094 -0.296875,1.140625 l 0,0.15625 c 0,0.59375 0.097656,1.023437 0.296875,1.28125 0.195313,0.261719 0.519531,0.390625 0.96875,0.390625 0.363281,0 0.648437,-0.144531 0.859375,-0.4375 0.207031,-0.300781 0.3125,-0.71875 0.3125,-1.25 0,-0.53125 -0.105469,-0.9375 -0.3125,-1.21875 -0.210938,-0.289062 -0.5,-0.4375 -0.875,-0.4375 z m 0,0" | ||
| + id="path4879" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph0-24" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 6.140625,0 0,-2.78125 c 0,-0.34375 -0.074219,-0.597656 -0.21875,-0.765625 C 5.773438,-3.722656 5.550781,-3.8125 5.25,-3.8125 c -0.40625,0 -0.710938,0.121094 -0.90625,0.359375 -0.1875,0.230469 -0.28125,0.585937 -0.28125,1.0625 L 4.0625,0 3.421875,0 l 0,-2.78125 c 0,-0.34375 -0.074219,-0.597656 -0.21875,-0.765625 -0.148437,-0.175781 -0.375,-0.265625 -0.6875,-0.265625 -0.40625,0 -0.703125,0.125 -0.890625,0.375 -0.1875,0.242188 -0.28125,0.636719 -0.28125,1.1875 l 0,2.25 -0.65625,0 0,-4.28125 0.53125,0 0.109375,0.578125 0.03125,0 c 0.113281,-0.207031 0.28125,-0.367187 0.5,-0.484375 0.226563,-0.113281 0.484375,-0.171875 0.765625,-0.171875 0.664062,0 1.101562,0.242187 1.3125,0.71875 l 0.03125,0 c 0.125,-0.21875 0.304688,-0.390625 0.546875,-0.515625 0.238281,-0.132812 0.515625,-0.203125 0.828125,-0.203125 0.488281,0 0.851562,0.125 1.09375,0.375 0.238281,0.25 0.359375,0.648437 0.359375,1.1875 l 0,2.796875 z m 0,0" | ||
| + id="path4882" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph0-25" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="M 4.375,0 3.671875,-1.8125 1.375,-1.8125 0.671875,0 0,0 l 2.265625,-5.734375 0.546875,0 L 5.0625,0 z M 3.453125,-2.421875 2.796875,-4.1875 C 2.710938,-4.40625 2.625,-4.679688 2.53125,-5.015625 c -0.0625,0.25 -0.148438,0.527344 -0.25,0.828125 l -0.671875,1.765625 z m 0,0" | ||
| + id="path4885" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph0-26" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 2.40625,0.078125 c -0.625,0 -1.109375,-0.1875 -1.453125,-0.5625 -0.335937,-0.382813 -0.5,-0.925781 -0.5,-1.625 0,-0.71875 0.171875,-1.269531 0.515625,-1.65625 0.34375,-0.394531 0.832031,-0.59375 1.46875,-0.59375 0.207031,0 0.414062,0.023437 0.625,0.0625 0.207031,0.042969 0.367188,0.09375 0.484375,0.15625 L 3.34375,-3.59375 C 3.195312,-3.644531 3.039062,-3.6875 2.875,-3.71875 2.707031,-3.757812 2.554688,-3.78125 2.421875,-3.78125 1.554688,-3.78125 1.125,-3.226562 1.125,-2.125 c 0,0.53125 0.101562,0.9375 0.3125,1.21875 0.21875,0.28125 0.535156,0.421875 0.953125,0.421875 0.351563,0 0.71875,-0.078125 1.09375,-0.234375 l 0,0.578125 C 3.191406,0.00390625 2.832031,0.078125 2.40625,0.078125 z m 0,0" | ||
| + id="path4888" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph0-27" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 1.9375,-6.078125 0.546875,0 0,8.015625 -0.546875,0 z m 0,0" | ||
| + id="path4891" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph0-28" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 3.234375,-5.203125 c -0.625,0 -1.121094,0.210937 -1.484375,0.625 -0.367188,0.417969 -0.546875,0.992187 -0.546875,1.71875 0,0.75 0.171875,1.328125 0.515625,1.734375 0.351562,0.40625 0.851562,0.609375 1.5,0.609375 0.40625,0 0.863281,-0.070313 1.375,-0.21875 l 0,0.59375 C 4.195312,0.00390625 3.707031,0.078125 3.125,0.078125 c -0.84375,0 -1.496094,-0.253906 -1.953125,-0.765625 -0.460937,-0.507812 -0.6875,-1.234375 -0.6875,-2.171875 0,-0.59375 0.109375,-1.109375 0.328125,-1.546875 0.226562,-0.445312 0.546875,-0.789062 0.953125,-1.03125 0.414063,-0.238281 0.90625,-0.359375 1.46875,-0.359375 0.601563,0 1.128906,0.109375 1.578125,0.328125 l -0.28125,0.578125 c -0.4375,-0.207031 -0.871094,-0.3125 -1.296875,-0.3125 z m 0,0" | ||
| + id="path4894" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph0-29" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 0.015625,-4.28125 0.6875,0 0.9375,2.4375 c 0.207031,0.5625 0.335937,0.964844 0.390625,1.203125 l 0.03125,0 c 0.03125,-0.125 0.097656,-0.347656 0.203125,-0.671875 0.113281,-0.320312 0.46875,-1.3125 1.0625,-2.96875 l 0.703125,0 -1.84375,4.875 C 2,1.070312 1.785156,1.410156 1.546875,1.609375 c -0.242187,0.207031 -0.539063,0.3125 -0.890625,0.3125 -0.199219,0 -0.398438,-0.023437 -0.59375,-0.0625 l 0,-0.515625 c 0.144531,0.03125 0.304688,0.046875 0.484375,0.046875 0.445313,0 0.765625,-0.25 0.953125,-0.75 L 1.734375,0.03125 z m 0,0" | ||
| + id="path4897" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph0-30" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 2.640625,-4.359375 c 0.1875,0 0.359375,0.015625 0.515625,0.046875 L 3.0625,-3.71875 C 2.882812,-3.75 2.726562,-3.765625 2.59375,-3.765625 2.25,-3.765625 1.953125,-3.625 1.703125,-3.34375 1.460938,-3.0625 1.34375,-2.710938 1.34375,-2.296875 L 1.34375,0 0.6875,0 l 0,-4.28125 0.53125,0 0.078125,0.796875 0.03125,0 c 0.15625,-0.28125 0.34375,-0.492187 0.5625,-0.640625 0.226563,-0.15625 0.476563,-0.234375 0.75,-0.234375 z m 0,0" | ||
| + id="path4900" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph0-31" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 4.1875,-4.28125 0,0.40625 -0.78125,0.09375 c 0.070312,0.09375 0.132812,0.214844 0.1875,0.359375 0.0625,0.148437 0.09375,0.3125 0.09375,0.5 0,0.417969 -0.148438,0.75 -0.4375,1 -0.28125,0.25 -0.671875,0.375 -1.171875,0.375 -0.136719,0 -0.257813,-0.00781 -0.359375,-0.03125 C 1.4375,-1.429688 1.296875,-1.25 1.296875,-1.03125 c 0,0.125 0.046875,0.214844 0.140625,0.265625 0.101562,0.054687 0.269531,0.078125 0.5,0.078125 l 0.765625,0 c 0.457031,0 0.8125,0.101562 1.0625,0.296875 0.25,0.199219 0.375,0.484375 0.375,0.859375 0,0.46875 -0.195313,0.828125 -0.578125,1.078125 -0.375,0.25 -0.929688,0.375 -1.65625,0.375 -0.5625,0 -0.996094,-0.105469 -1.296875,-0.3125 -0.304687,-0.210937 -0.453125,-0.5 -0.453125,-0.875 0,-0.261719 0.082031,-0.492187 0.25,-0.6875 0.164062,-0.1875 0.398438,-0.316406 0.703125,-0.390625 C 0.992188,-0.382812 0.898438,-0.457031 0.828125,-0.5625 0.753906,-0.664062 0.71875,-0.789062 0.71875,-0.9375 c 0,-0.15625 0.039062,-0.289062 0.125,-0.40625 C 0.925781,-1.457031 1.054688,-1.570312 1.234375,-1.6875 1.015625,-1.769531 0.832031,-1.921875 0.6875,-2.140625 c -0.136719,-0.21875 -0.203125,-0.46875 -0.203125,-0.75 0,-0.46875 0.140625,-0.828125 0.421875,-1.078125 0.28125,-0.257812 0.679688,-0.390625 1.203125,-0.390625 0.21875,0 0.421875,0.027344 0.609375,0.078125 z m -3.40625,5 c 0,0.226562 0.09375,0.398438 0.28125,0.515625 0.195312,0.125 0.476562,0.1875 0.84375,0.1875 0.550781,0 0.957031,-0.085937 1.21875,-0.25 0.257812,-0.15625 0.390625,-0.375 0.390625,-0.65625 0,-0.230469 -0.074219,-0.390625 -0.21875,-0.484375 -0.148437,-0.0820312 -0.417969,-0.125 -0.8125,-0.125 l -0.765625,0 c -0.304688,0 -0.539062,0.0703125 -0.703125,0.203125 C 0.859375,0.253906 0.78125,0.457031 0.78125,0.71875 z m 0.34375,-3.625 c 0,0.292969 0.082031,0.515625 0.25,0.671875 C 1.550781,-2.078125 1.789062,-2 2.09375,-2 c 0.632812,0 0.953125,-0.304688 0.953125,-0.921875 0,-0.644531 -0.324219,-0.96875 -0.96875,-0.96875 -0.304687,0 -0.539063,0.085937 -0.703125,0.25 -0.167969,0.167969 -0.25,0.414063 -0.25,0.734375 z m 0,0" | ||
| + id="path4903" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph0-32" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 3.625,0 0,-2.765625 c 0,-0.351563 -0.085938,-0.613281 -0.25,-0.78125 C 3.21875,-3.722656 2.972656,-3.8125 2.640625,-3.8125 c -0.460937,0 -0.792969,0.125 -1,0.375 C 1.441406,-3.195312 1.34375,-2.796875 1.34375,-2.234375 L 1.34375,0 0.6875,0 l 0,-6.078125 0.65625,0 0,1.84375 c 0,0.21875 -0.011719,0.402344 -0.03125,0.546875 l 0.03125,0 c 0.125,-0.207031 0.304688,-0.367188 0.546875,-0.484375 0.238281,-0.125 0.507813,-0.1875 0.8125,-0.1875 0.519531,0 0.910156,0.125 1.171875,0.375 0.257812,0.25 0.390625,0.648437 0.390625,1.1875 l 0,2.796875 z m 0,0" | ||
| + id="path4906" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph0-33" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 3.625,0 0,-2.765625 c 0,-0.351563 -0.085938,-0.613281 -0.25,-0.78125 C 3.21875,-3.722656 2.972656,-3.8125 2.640625,-3.8125 c -0.449219,0 -0.777344,0.125 -0.984375,0.375 -0.210938,0.242188 -0.3125,0.636719 -0.3125,1.1875 l 0,2.25 -0.65625,0 0,-4.28125 0.53125,0 0.109375,0.578125 0.03125,0 c 0.125,-0.207031 0.304687,-0.367187 0.546875,-0.484375 0.238281,-0.113281 0.507812,-0.171875 0.8125,-0.171875 0.507812,0 0.894531,0.125 1.15625,0.375 0.257812,0.25 0.390625,0.648437 0.390625,1.1875 l 0,2.796875 z m 0,0" | ||
| + id="path4909" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph0-34" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="M 3.328125,0 3.1875,-0.609375 l -0.03125,0 C 2.945312,-0.335938 2.734375,-0.15625 2.515625,-0.0625 2.304688,0.03125 2.046875,0.078125 1.734375,0.078125 c -0.429687,0 -0.761719,-0.109375 -1,-0.328125 C 0.492188,-0.46875 0.375,-0.78125 0.375,-1.1875 c 0,-0.863281 0.6875,-1.316406 2.0625,-1.359375 l 0.734375,-0.015625 0,-0.265625 c 0,-0.34375 -0.074219,-0.59375 -0.21875,-0.75 -0.148437,-0.15625 -0.375,-0.234375 -0.6875,-0.234375 -0.367187,0 -0.773437,0.109375 -1.21875,0.328125 l -0.203125,-0.5 C 1.0625,-4.097656 1.296875,-4.1875 1.546875,-4.25 c 0.25,-0.070312 0.5,-0.109375 0.75,-0.109375 0.507813,0 0.882813,0.117187 1.125,0.34375 0.25,0.230469 0.375,0.59375 0.375,1.09375 l 0,2.921875 z m -1.46875,-0.453125 c 0.40625,0 0.722656,-0.109375 0.953125,-0.328125 0.226562,-0.226562 0.34375,-0.539062 0.34375,-0.9375 l 0,-0.390625 L 2.5,-2.078125 c -0.511719,0.023437 -0.882812,0.105469 -1.109375,0.25 -0.230469,0.136719 -0.34375,0.355469 -0.34375,0.65625 0,0.230469 0.066406,0.40625 0.203125,0.53125 0.144531,0.125 0.347656,0.1875 0.609375,0.1875 z m 0,0" | ||
| + id="path4912" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph0-35" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 1.34375,0 -0.65625,0 0,-6.078125 0.65625,0 z m 0,0" | ||
| + id="path4915" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph0-36" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 3.609375,-0.578125 -0.046875,0 c -0.292969,0.4375 -0.742188,0.65625 -1.34375,0.65625 -0.554688,0 -0.984375,-0.191406 -1.296875,-0.578125 -0.3125,-0.382812 -0.46875,-0.925781 -0.46875,-1.625 0,-0.707031 0.15625,-1.253906 0.46875,-1.640625 0.3125,-0.394531 0.742187,-0.59375 1.296875,-0.59375 0.582031,0 1.03125,0.210937 1.34375,0.625 l 0.046875,0 -0.03125,-0.296875 -0.015625,-0.3125 0,-1.734375 0.65625,0 L 4.21875,0 3.6875,0 z M 2.3125,-0.46875 c 0.4375,0 0.753906,-0.117188 0.953125,-0.359375 C 3.460938,-1.066406 3.5625,-1.457031 3.5625,-2 l 0,-0.125 c 0,-0.613281 -0.101562,-1.046875 -0.296875,-1.296875 C 3.066406,-3.679688 2.742188,-3.8125 2.296875,-3.8125 c -0.375,0 -0.667969,0.148438 -0.875,0.4375 C 1.222656,-3.082031 1.125,-2.664062 1.125,-2.125 c 0,0.554688 0.097656,0.96875 0.296875,1.25 0.195313,0.273438 0.492187,0.40625 0.890625,0.40625 z m 0,0" | ||
| + id="path4918" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph0-37" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="M 5.34375,-2.90625 C 5.34375,-1.96875 5.085938,-1.25 4.578125,-0.75 4.066406,-0.25 3.332031,0 2.375,0 l -1.59375,0 0,-5.71875 1.75,0 c 0.894531,0 1.585938,0.25 2.078125,0.75 0.488281,0.492188 0.734375,1.179688 0.734375,2.0625 z m -0.703125,0.015625 c 0,-0.738281 -0.1875,-1.296875 -0.5625,-1.671875 -0.375,-0.382812 -0.929687,-0.578125 -1.65625,-0.578125 l -0.96875,0 0,4.5625 0.8125,0 c 0.789063,0 1.382813,-0.191406 1.78125,-0.578125 0.394531,-0.394531 0.59375,-0.972656 0.59375,-1.734375 z m 0,0" | ||
| + id="path4921" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph0-38" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 1.453125,-2.375 0,2.375 -0.671875,0 0,-5.71875 1.578125,0 c 0.695313,0 1.210937,0.136719 1.546875,0.40625 0.332031,0.273438 0.5,0.679688 0.5,1.21875 0,0.75 -0.382812,1.261719 -1.140625,1.53125 L 4.8125,0 4.03125,0 2.640625,-2.375 z m 0,-0.578125 0.90625,0 c 0.46875,0 0.8125,-0.085937 1.03125,-0.265625 0.21875,-0.1875 0.328125,-0.46875 0.328125,-0.84375 0,-0.375 -0.117188,-0.644531 -0.34375,-0.8125 -0.21875,-0.164062 -0.574219,-0.25 -1.0625,-0.25 l -0.859375,0 z m 0,0" | ||
| + id="path4924" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph0-39" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 0.78125,0 0,-5.71875 0.671875,0 0,5.71875 z m 0,0" | ||
| + id="path4927" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph0-40" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 2.28125,-5.796875 c 0.519531,0 0.929688,0.125 1.234375,0.375 0.3125,0.242187 0.46875,0.574219 0.46875,1 0,0.28125 -0.089844,0.539063 -0.265625,0.765625 -0.179688,0.230469 -0.460938,0.4375 -0.84375,0.625 0.46875,0.230469 0.796875,0.464844 0.984375,0.703125 0.195313,0.242187 0.296875,0.523437 0.296875,0.84375 0,0.480469 -0.167969,0.859375 -0.5,1.140625 C 3.332031,-0.0625 2.882812,0.078125 2.3125,0.078125 1.695312,0.078125 1.222656,-0.0507812 0.890625,-0.3125 0.566406,-0.582031 0.40625,-0.960938 0.40625,-1.453125 c 0,-0.65625 0.398438,-1.164063 1.203125,-1.53125 -0.367187,-0.207031 -0.625,-0.425781 -0.78125,-0.65625 C 0.671875,-3.878906 0.59375,-4.144531 0.59375,-4.4375 c 0,-0.414062 0.148438,-0.742188 0.453125,-0.984375 0.3125,-0.25 0.722656,-0.375 1.234375,-0.375 z M 1.046875,-1.4375 c 0,0.3125 0.109375,0.558594 0.328125,0.734375 0.21875,0.167969 0.523438,0.25 0.921875,0.25 0.382813,0 0.679687,-0.085937 0.890625,-0.265625 0.21875,-0.1875 0.328125,-0.4375 0.328125,-0.75 0,-0.257812 -0.105469,-0.484375 -0.3125,-0.671875 C 3.003906,-2.335938 2.65625,-2.53125 2.15625,-2.71875 1.769531,-2.550781 1.488281,-2.363281 1.3125,-2.15625 1.132812,-1.957031 1.046875,-1.71875 1.046875,-1.4375 z M 2.28125,-5.265625 c -0.335938,0 -0.59375,0.078125 -0.78125,0.234375 -0.179688,0.15625 -0.265625,0.367188 -0.265625,0.625 0,0.242188 0.070313,0.449219 0.21875,0.625 0.15625,0.167969 0.441406,0.335938 0.859375,0.5 0.375,-0.15625 0.640625,-0.320312 0.796875,-0.5 0.15625,-0.175781 0.234375,-0.382812 0.234375,-0.625 0,-0.257812 -0.101562,-0.46875 -0.296875,-0.625 C 2.859375,-5.1875 2.601562,-5.265625 2.28125,-5.265625 z m 0,0" | ||
| + id="path4930" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph0-41" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m -0.046875,1.5 c -0.25,0 -0.441406,-0.03125 -0.578125,-0.09375 l 0,-0.578125 c 0.1875,0.050781 0.382812,0.078125 0.578125,0.078125 0.257813,0 0.457031,-0.078125 0.59375,-0.234375 C 0.679688,0.515625 0.75,0.289062 0.75,0 l 0,-5.71875 0.65625,0 0,5.65625 c 0,0.5 -0.125,0.882812 -0.375,1.15625 C 0.78125,1.363281 0.421875,1.5 -0.046875,1.5 z m 0,0" | ||
| + id="path4933" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph0-42" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 0.78125,-5.71875 1.625,0 c 0.75,0 1.289062,0.117188 1.625,0.34375 0.34375,0.230469 0.515625,0.589844 0.515625,1.078125 0,0.335937 -0.09375,0.617187 -0.28125,0.84375 -0.1875,0.21875 -0.464844,0.359375 -0.828125,0.421875 l 0,0.03125 c 0.875,0.15625 1.3125,0.617188 1.3125,1.375 0,0.511719 -0.179688,0.914062 -0.53125,1.203125 C 3.875,-0.140625 3.394531,0 2.78125,0 l -2,0 z m 0.671875,2.453125 1.09375,0 c 0.46875,0 0.800781,-0.070313 1,-0.21875 0.207031,-0.144531 0.3125,-0.394531 0.3125,-0.75 0,-0.320313 -0.117187,-0.550781 -0.34375,-0.6875 -0.230469,-0.144531 -0.59375,-0.21875 -1.09375,-0.21875 l -0.96875,0 z m 0,0.5625 0,2.140625 1.1875,0 c 0.457031,0 0.800781,-0.085938 1.03125,-0.265625 0.238281,-0.1875 0.359375,-0.46875 0.359375,-0.84375 0,-0.351563 -0.121094,-0.613281 -0.359375,-0.78125 -0.242187,-0.164063 -0.601563,-0.25 -1.078125,-0.25 z m 0,0" | ||
| + id="path4936" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph0-43" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 3.96875,0 -3.1875,0 0,-5.71875 3.1875,0 0,0.59375 -2.515625,0 0,1.84375 2.359375,0 0,0.578125 -2.359375,0 0,2.109375 2.515625,0 z m 0,0" | ||
| + id="path4939" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph0-44" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="M 5.765625,0 5.109375,0 3.96875,-3.828125 C 3.90625,-3.992188 3.835938,-4.207031 3.765625,-4.46875 3.703125,-4.726562 3.671875,-4.882812 3.671875,-4.9375 3.617188,-4.59375 3.53125,-4.210938 3.40625,-3.796875 L 2.28125,0 1.625,0 0.109375,-5.71875 l 0.703125,0 0.90625,3.53125 c 0.125,0.5 0.210938,0.949219 0.265625,1.34375 0.070313,-0.476562 0.175781,-0.941406 0.3125,-1.390625 l 1.03125,-3.484375 0.703125,0 1.0625,3.515625 c 0.125,0.398437 0.234375,0.851563 0.328125,1.359375 0.039063,-0.363281 0.132813,-0.8125 0.28125,-1.34375 l 0.890625,-3.53125 0.703125,0 z m 0,0" | ||
| + id="path4942" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph0-45" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 4.421875,-1.3125 -0.859375,0 0,1.3125 -0.609375,0 0,-1.3125 -2.78125,0 0,-0.5625 2.703125,-3.875 0.6875,0 0,3.84375 0.859375,0 z m -1.46875,-0.59375 0,-1.890625 c 0,-0.375 0.00781,-0.796875 0.03125,-1.265625 l -0.03125,0 c -0.125,0.25 -0.242187,0.460938 -0.34375,0.625 L 0.8125,-1.90625 z m 0,0" | ||
| + id="path4945" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph0-46" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 1.296875,-4.28125 0,2.78125 c 0,0.34375 0.078125,0.605469 0.234375,0.78125 0.164062,0.167969 0.414062,0.25 0.75,0.25 0.445312,0 0.773438,-0.117188 0.984375,-0.359375 0.207031,-0.25 0.3125,-0.648437 0.3125,-1.203125 l 0,-2.25 0.640625,0 0,4.28125 -0.53125,0 -0.09375,-0.578125 -0.03125,0 C 3.425781,-0.367188 3.238281,-0.207031 3,-0.09375 2.769531,0.0195312 2.503906,0.078125 2.203125,0.078125 c -0.523437,0 -0.914063,-0.125 -1.171875,-0.375 -0.261719,-0.25 -0.390625,-0.644531 -0.390625,-1.1875 l 0,-2.796875 z m 0,0" | ||
| + id="path4948" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph0-47" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 1.25,-5.71875 -0.15625,2.0625 -0.40625,0 -0.171875,-2.0625 z m 0,0" | ||
| + id="path4951" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph0-48" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 4.015625,-1.515625 c 0,0.5 -0.183594,0.890625 -0.546875,1.171875 -0.367188,0.28125 -0.859375,0.421875 -1.484375,0.421875 -0.679687,0 -1.199219,-0.0859375 -1.5625,-0.265625 l 0,-0.640625 c 0.226563,0.105469 0.476563,0.1875 0.75,0.25 C 1.453125,-0.523438 1.726562,-0.5 2,-0.5 c 0.445312,0 0.78125,-0.082031 1,-0.25 0.226562,-0.175781 0.34375,-0.410156 0.34375,-0.703125 0,-0.195313 -0.042969,-0.359375 -0.125,-0.484375 C 3.132812,-2.070312 3,-2.191406 2.8125,-2.296875 2.632812,-2.398438 2.351562,-2.519531 1.96875,-2.65625 1.4375,-2.84375 1.054688,-3.066406 0.828125,-3.328125 c -0.230469,-0.257813 -0.34375,-0.601563 -0.34375,-1.03125 0,-0.4375 0.164063,-0.785156 0.5,-1.046875 0.332031,-0.257812 0.769531,-0.390625 1.3125,-0.390625 0.570313,0 1.09375,0.105469 1.5625,0.3125 L 3.65625,-4.90625 c -0.46875,-0.195312 -0.929688,-0.296875 -1.375,-0.296875 -0.355469,0 -0.632812,0.078125 -0.828125,0.234375 -0.199219,0.148438 -0.296875,0.355469 -0.296875,0.625 0,0.199219 0.035156,0.359375 0.109375,0.484375 0.070313,0.125 0.195313,0.242187 0.375,0.34375 0.175781,0.105469 0.441406,0.226563 0.796875,0.359375 0.59375,0.210938 1.003906,0.4375 1.234375,0.6875 0.226563,0.242188 0.34375,0.558594 0.34375,0.953125 z m 0,0" | ||
| + id="path4954" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph0-49" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 0.171875,1.921875 c -0.25,0 -0.453125,-0.03125 -0.609375,-0.09375 l 0,-0.53125 C -0.257812,1.347656 -0.0820312,1.375 0.09375,1.375 0.300781,1.375 0.453125,1.316406 0.546875,1.203125 0.640625,1.097656 0.6875,0.929688 0.6875,0.703125 l 0,-4.984375 0.65625,0 0,4.9375 C 1.34375,1.5 0.953125,1.921875 0.171875,1.921875 z M 0.640625,-5.4375 c 0,-0.15625 0.035156,-0.265625 0.109375,-0.328125 C 0.820312,-5.835938 0.910156,-5.875 1.015625,-5.875 c 0.101563,0 0.191406,0.039062 0.265625,0.109375 0.082031,0.074219 0.125,0.183594 0.125,0.328125 0,0.148438 -0.042969,0.257812 -0.125,0.328125 -0.074219,0.0625 -0.164062,0.09375 -0.265625,0.09375 -0.105469,0 -0.195313,-0.03125 -0.265625,-0.09375 C 0.675781,-5.179688 0.640625,-5.289062 0.640625,-5.4375 z m 0,0" | ||
| + id="path4957" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph0-50" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="M 5.25,0 4.484375,0 1.375,-4.796875 l -0.03125,0 c 0.039062,0.5625 0.0625,1.078125 0.0625,1.546875 l 0,3.25 -0.625,0 0,-5.71875 0.75,0 3.125,4.78125 0.03125,0 C 4.675781,-1.007812 4.660156,-1.234375 4.640625,-1.609375 4.628906,-1.992188 4.625,-2.269531 4.625,-2.4375 l 0,-3.28125 0.625,0 z m 0,0" | ||
| + id="path4960" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph0-51" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 4.40625,-4.046875 c 0,0.574219 -0.199219,1.015625 -0.59375,1.328125 C 3.414062,-2.40625 2.851562,-2.25 2.125,-2.25 l -0.671875,0 0,2.25 -0.671875,0 0,-5.71875 1.484375,0 c 1.425781,0 2.140625,0.558594 2.140625,1.671875 z m -2.953125,1.234375 0.59375,0 c 0.59375,0 1.019531,-0.09375 1.28125,-0.28125 0.257813,-0.195312 0.390625,-0.503906 0.390625,-0.921875 0,-0.375 -0.125,-0.65625 -0.375,-0.84375 -0.242188,-0.1875 -0.625,-0.28125 -1.15625,-0.28125 l -0.734375,0 z m 0,0" | ||
| + id="path4963" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-0" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="" | ||
| + id="path4966" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-1" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 4.375,-9.09375 c 1.632812,0 2.890625,0.402344 3.765625,1.203125 0.875,0.792969 1.3125,1.898437 1.3125,3.3125 0,1.40625 -0.429687,2.523437 -1.28125,3.34375 C 7.328125,-0.410156 6.03125,0 4.28125,0 l -3.015625,0 0,-9.09375 z m 3.53125,4.546875 c 0,-2.082031 -1.195312,-3.125 -3.578125,-3.125 l -1.53125,0 0,6.234375 1.703125,0 c 1.101562,0 1.945312,-0.257812 2.53125,-0.78125 0.582031,-0.53125 0.875,-1.304688 0.875,-2.328125 z m 0,0" | ||
| + id="path4969" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-2" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 2.515625,0 -1.46875,0 0,-6.921875 1.46875,0 z m -1.375,-8.28125 C 0.960938,-8.46875 0.875,-8.6875 0.875,-8.9375 c 0,-0.257812 0.085938,-0.476562 0.265625,-0.65625 0.1875,-0.175781 0.40625,-0.265625 0.65625,-0.265625 0.25,0 0.460937,0.089844 0.640625,0.265625 0.1875,0.179688 0.28125,0.398438 0.28125,0.65625 0,0.25 -0.09375,0.46875 -0.28125,0.65625 -0.179688,0.179688 -0.390625,0.265625 -0.640625,0.265625 -0.25,0 -0.46875,-0.085937 -0.65625,-0.265625 z m 0,0" | ||
| + id="path4972" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-3" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 7.453125,-6.921875 0,6.03125 c 0,1.226563 -0.335937,2.144531 -1,2.75 -0.667969,0.613281 -1.523437,0.921875 -2.5625,0.921875 -1.03125,0 -1.96875,-0.324219 -2.8125,-0.96875 l 0.6875,-1.109375 C 2.441406,1.210938 3.125,1.46875 3.8125,1.46875 4.5,1.46875 5.046875,1.289062 5.453125,0.9375 5.859375,0.582031 6.0625,0.015625 6.0625,-0.765625 l 0,-0.890625 C 5.84375,-1.25 5.53125,-0.921875 5.125,-0.671875 4.726562,-0.429688 4.273438,-0.3125 3.765625,-0.3125 2.847656,-0.3125 2.09375,-0.628906 1.5,-1.265625 0.914062,-1.910156 0.625,-2.707031 0.625,-3.65625 c 0,-0.957031 0.289062,-1.753906 0.875,-2.390625 0.59375,-0.644531 1.347656,-0.96875 2.265625,-0.96875 0.914063,0 1.660156,0.375 2.234375,1.125 l 0,-1.03125 z m -5.40625,3.203125 c 0,0.5625 0.175781,1.054688 0.53125,1.46875 C 2.929688,-1.84375 3.40625,-1.640625 4,-1.640625 c 0.59375,0 1.070312,-0.195313 1.4375,-0.59375 C 5.8125,-2.628906 6,-3.125 6,-3.71875 c 0,-0.59375 -0.1875,-1.09375 -0.5625,-1.5 -0.375,-0.414062 -0.859375,-0.625 -1.453125,-0.625 -0.585937,0 -1.054687,0.214844 -1.40625,0.640625 -0.355469,0.417969 -0.53125,0.914063 -0.53125,1.484375 z m 0,0" | ||
| + id="path4975" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-4" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 2.84375,-5.75 0,3.515625 c 0,0.335937 0.082031,0.601563 0.25,0.796875 0.175781,0.1875 0.421875,0.28125 0.734375,0.28125 0.3125,0 0.613281,-0.148438 0.90625,-0.453125 l 0.59375,1.03125 C 4.816406,-0.117188 4.25,0.109375 3.625,0.109375 c -0.617188,0 -1.140625,-0.210937 -1.578125,-0.640625 -0.4375,-0.4375 -0.65625,-1.019531 -0.65625,-1.75 l 0,-3.46875 -0.875,0 0,-1.171875 0.875,0 0,-2.171875 1.453125,0 0,2.171875 1.828125,0 0,1.171875 z m 0,0" | ||
| + id="path4978" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-5" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 6.65625,0 -1.328125,0 0,-0.921875 C 4.753906,-0.234375 3.988281,0.109375 3.03125,0.109375 2.3125,0.109375 1.710938,-0.09375 1.234375,-0.5 0.765625,-0.914062 0.53125,-1.460938 0.53125,-2.140625 c 0,-0.675781 0.25,-1.179687 0.75,-1.515625 C 1.789062,-4 2.472656,-4.171875 3.328125,-4.171875 l 1.890625,0 0,-0.265625 c 0,-0.914062 -0.515625,-1.375 -1.546875,-1.375 -0.636719,0 -1.304687,0.234375 -2,0.703125 L 1.03125,-6.015625 c 0.832031,-0.664063 1.785156,-1 2.859375,-1 0.8125,0 1.472656,0.210937 1.984375,0.625 0.519531,0.40625 0.78125,1.054687 0.78125,1.9375 z m -1.453125,-2.578125 0,-0.578125 -1.640625,0 c -1.054688,0 -1.578125,0.328125 -1.578125,0.984375 0,0.34375 0.128906,0.605469 0.390625,0.78125 0.257812,0.179687 0.617188,0.265625 1.078125,0.265625 0.46875,0 0.875,-0.128906 1.21875,-0.390625 0.351563,-0.257813 0.53125,-0.613281 0.53125,-1.0625 z m 0,0" | ||
| + id="path4981" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-6" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 2.515625,0 -1.46875,0 0,-9.640625 1.46875,0 z m 0,0" | ||
| + id="path4984" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-7" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="" | ||
| + id="path4987" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-8" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 2.796875,-7.65625 0,2.5 4.03125,0 0,1.40625 -4.03125,0 0,3.75 -1.53125,0 0,-9.09375 6.046875,0 0,1.4375 z m 0,0" | ||
| + id="path4990" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-9" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 4.6875,-5.546875 c -0.730469,0 -1.277344,0.234375 -1.640625,0.703125 -0.355469,0.46875 -0.53125,1.09375 -0.53125,1.875 l 0,2.96875 -1.46875,0 0,-6.921875 1.46875,0 0,1.390625 c 0.226563,-0.425781 0.539063,-0.773438 0.9375,-1.046875 0.40625,-0.28125 0.835937,-0.425781 1.296875,-0.4375 l 0.015625,1.46875 c -0.03125,0 -0.058594,0 -0.078125,0 z m 0,0" | ||
| + id="path4993" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-10" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 7.484375,-2.828125 -5.421875,0 c 0.039062,0.511719 0.269531,0.921875 0.6875,1.234375 0.425781,0.304688 0.914062,0.453125 1.46875,0.453125 0.863281,0 1.519531,-0.273437 1.96875,-0.828125 l 0.828125,0.921875 c -0.742187,0.773437 -1.710937,1.15625 -2.90625,1.15625 -0.96875,0 -1.796875,-0.320313 -2.484375,-0.96875 -0.679688,-0.644531 -1.015625,-1.507813 -1.015625,-2.59375 0,-1.09375 0.34375,-1.957031 1.03125,-2.59375 0.695313,-0.644531 1.515625,-0.96875 2.453125,-0.96875 0.945312,0 1.75,0.289063 2.40625,0.859375 0.65625,0.5625 0.984375,1.339844 0.984375,2.328125 z M 2.0625,-3.96875 l 3.96875,0 c 0,-0.582031 -0.183594,-1.023438 -0.546875,-1.328125 -0.367187,-0.3125 -0.8125,-0.46875 -1.34375,-0.46875 -0.53125,0 -1.011719,0.164063 -1.4375,0.484375 C 2.273438,-4.957031 2.0625,-4.519531 2.0625,-3.96875 z m 0,0" | ||
| + id="path4996" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-11" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="M 3.875,0.109375 C 3,0.109375 2.234375,-0.21875 1.578125,-0.875 0.929688,-1.539062 0.609375,-2.410156 0.609375,-3.484375 c 0,-1.070313 0.332031,-1.925781 1,-2.5625 0.664063,-0.644531 1.457031,-0.96875 2.375,-0.96875 0.925781,0 1.675781,0.390625 2.25,1.171875 l 0,-3.796875 1.453125,0 0,9.640625 -1.453125,0 0,-1.046875 C 5.691406,-0.273438 4.90625,0.109375 3.875,0.109375 z m -1.8125,-3.53125 c 0,0.65625 0.210938,1.195313 0.640625,1.609375 0.425781,0.417969 0.925781,0.625 1.5,0.625 0.570313,0 1.054687,-0.207031 1.453125,-0.625 C 6.050781,-2.226562 6.25,-2.765625 6.25,-3.421875 6.25,-4.085938 6.050781,-4.640625 5.65625,-5.078125 5.257812,-5.523438 4.769531,-5.75 4.1875,-5.75 c -0.585938,0 -1.085938,0.226562 -1.5,0.671875 -0.417969,0.4375 -0.625,0.992187 -0.625,1.65625 z m 0,0" | ||
| + id="path4999" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-12" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 2.65625,-1.828125 c 0.414062,0.417969 0.941406,0.625 1.578125,0.625 0.632813,0 1.15625,-0.207031 1.5625,-0.625 0.414063,-0.414063 0.625,-0.957031 0.625,-1.625 0,-0.664063 -0.210937,-1.207031 -0.625,-1.625 -0.40625,-0.425781 -0.929687,-0.640625 -1.5625,-0.640625 -0.636719,0 -1.164063,0.214844 -1.578125,0.640625 -0.40625,0.417969 -0.609375,0.960937 -0.609375,1.625 0,0.667969 0.203125,1.210937 0.609375,1.625 z m 4.171875,0.90625 c -0.6875,0.6875 -1.554687,1.03125 -2.59375,1.03125 -1.042969,0 -1.914063,-0.34375 -2.609375,-1.03125 -0.6875,-0.695313 -1.03125,-1.539063 -1.03125,-2.53125 0,-1 0.34375,-1.84375 1.03125,-2.53125 0.695312,-0.6875 1.566406,-1.03125 2.609375,-1.03125 1.039063,0 1.90625,0.34375 2.59375,1.03125 0.695313,0.6875 1.046875,1.53125 1.046875,2.53125 0,0.992187 -0.351562,1.835937 -1.046875,2.53125 z m 0,0" | ||
| + id="path5002" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-13" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 2.515625,-3.75 0,3.75 -1.46875,0 0,-6.921875 1.46875,0 0,1.265625 c 0.207031,-0.425781 0.519531,-0.757812 0.9375,-1 0.414063,-0.238281 0.867187,-0.359375 1.359375,-0.359375 1.09375,0 1.832031,0.449219 2.21875,1.34375 0.6875,-0.894531 1.539062,-1.34375 2.5625,-1.34375 0.78125,0 1.410156,0.242187 1.890625,0.71875 0.476563,0.46875 0.71875,1.15625 0.71875,2.0625 L 12.203125,0 10.75,0 l 0,-3.796875 c 0,-1.269531 -0.527344,-1.90625 -1.578125,-1.90625 -0.5,0 -0.9375,0.15625 -1.3125,0.46875 -0.367187,0.3125 -0.554687,0.777344 -0.5625,1.390625 l 0,3.84375 -1.453125,0 0,-3.796875 c 0,-0.65625 -0.121094,-1.132813 -0.359375,-1.4375 -0.230469,-0.3125 -0.601563,-0.46875 -1.109375,-0.46875 -0.5,0 -0.9375,0.167969 -1.3125,0.5 C 2.695312,-4.867188 2.515625,-4.382812 2.515625,-3.75 z m 0,0" | ||
| + id="path5005" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-14" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="M 2.546875,-2.0625 1.640625,0 0,0 l 4,-9.09375 1.640625,0 4,9.09375 -1.625,0 -0.921875,-2.0625 z m 3.921875,-1.421875 -1.640625,-3.75 -1.65625,3.75 z m 0,0" | ||
| + id="path5008" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-15" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 4.125,0.109375 c -0.96875,0 -1.804688,-0.328125 -2.5,-0.984375 -0.6875,-0.65625 -1.03125,-1.507812 -1.03125,-2.5625 0,-1.0625 0.359375,-1.921875 1.078125,-2.578125 0.726563,-0.664063 1.613281,-1 2.65625,-1 1.039063,0 1.921875,0.359375 2.640625,1.078125 l -0.859375,1.046875 c -0.59375,-0.519531 -1.199219,-0.78125 -1.8125,-0.78125 -0.605469,0 -1.132813,0.203125 -1.578125,0.609375 -0.449219,0.40625 -0.671875,0.929688 -0.671875,1.5625 0,0.636719 0.21875,1.179688 0.65625,1.625 0.445313,0.4375 0.992187,0.65625 1.640625,0.65625 0.644531,0 1.253906,-0.296875 1.828125,-0.890625 l 0.859375,0.9375 C 6.1875,-0.316406 5.21875,0.109375 4.125,0.109375 z m 0,0" | ||
| + id="path5011" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-16" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="M 4.09375,-2.546875 6.125,-9.09375 l 1.375,0 2.03125,6.546875 2.28125,-6.546875 1.65625,0 L 10.296875,0 8.78125,0 6.859375,-6.234375 l -0.09375,0 L 4.84375,0 3.328125,0 0.15625,-9.09375 l 1.65625,0 z m 0,0" | ||
| + id="path5014" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-17" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 4.015625,-7.890625 c -0.449219,0 -0.820313,0.09375 -1.109375,0.28125 -0.28125,0.179687 -0.421875,0.453125 -0.421875,0.828125 0,0.367188 0.140625,0.648438 0.421875,0.84375 0.289062,0.1875 0.898438,0.398438 1.828125,0.625 0.9375,0.21875 1.640625,0.539062 2.109375,0.953125 0.46875,0.40625 0.703125,1.007813 0.703125,1.796875 0,0.792969 -0.296875,1.4375 -0.890625,1.9375 -0.59375,0.492188 -1.382812,0.734375 -2.359375,0.734375 -1.417969,0 -2.679687,-0.488281 -3.78125,-1.46875 l 0.96875,-1.15625 c 0.914063,0.792969 1.867187,1.1875 2.859375,1.1875 0.488281,0 0.878906,-0.101563 1.171875,-0.3125 0.289063,-0.21875 0.4375,-0.5 0.4375,-0.84375 0,-0.351563 -0.136719,-0.625 -0.40625,-0.8125 -0.273437,-0.195313 -0.742187,-0.375 -1.40625,-0.53125 C 3.472656,-3.992188 2.960938,-4.144531 2.609375,-4.28125 2.265625,-4.414062 1.957031,-4.59375 1.6875,-4.8125 1.15625,-5.21875 0.890625,-5.835938 0.890625,-6.671875 c 0,-0.84375 0.300781,-1.492187 0.90625,-1.953125 0.613281,-0.457031 1.367187,-0.6875 2.265625,-0.6875 0.582031,0 1.160156,0.101562 1.734375,0.296875 0.570313,0.1875 1.066406,0.453125 1.484375,0.796875 L 6.46875,-7.0625 C 6.195312,-7.300781 5.832031,-7.5 5.375,-7.65625 4.914062,-7.8125 4.460938,-7.890625 4.015625,-7.890625 z m 0,0" | ||
| + id="path5017" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-18" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 5.890625,-3.171875 0,-3.75 1.453125,0 0,6.921875 -1.453125,0 0,-1.265625 C 5.648438,-0.835938 5.320312,-0.5 4.90625,-0.25 4.5,-0.0078125 4.0625,0.109375 3.59375,0.109375 c -0.78125,0 -1.417969,-0.238281 -1.90625,-0.71875 -0.480469,-0.476563 -0.71875,-1.164063 -0.71875,-2.0625 l 0,-4.25 1.46875,0 0,3.796875 c 0,1.28125 0.523438,1.921875 1.578125,1.921875 0.5,0 0.9375,-0.164063 1.3125,-0.5 0.375,-0.332031 0.5625,-0.820313 0.5625,-1.46875 z m 0,0" | ||
| + id="path5020" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-19" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 5.984375,-2.0625 c 0,0.65625 -0.242187,1.183594 -0.71875,1.578125 -0.480469,0.3984375 -1.089844,0.59375 -1.828125,0.59375 -0.511719,0 -1.039062,-0.0898438 -1.578125,-0.265625 -0.542969,-0.1875 -1.023437,-0.445312 -1.4375,-0.78125 L 1.125,-2.0625 c 0.8125,0.605469 1.59375,0.90625 2.34375,0.90625 0.332031,0 0.59375,-0.070312 0.78125,-0.21875 0.1875,-0.15625 0.28125,-0.351562 0.28125,-0.59375 0,-0.34375 -0.460938,-0.65625 -1.375,-0.9375 C 3.09375,-2.925781 3.039062,-2.941406 3,-2.953125 1.5625,-3.335938 0.84375,-3.988281 0.84375,-4.90625 c 0,-0.632812 0.25,-1.144531 0.75,-1.53125 0.5,-0.382812 1.144531,-0.578125 1.9375,-0.578125 0.800781,0 1.554688,0.234375 2.265625,0.703125 L 5.25,-5.234375 c -0.5625,-0.375 -1.171875,-0.5625 -1.828125,-0.5625 -0.34375,0 -0.625,0.0625 -0.84375,0.1875 -0.21875,0.125 -0.328125,0.3125 -0.328125,0.5625 0,0.230469 0.113281,0.398437 0.34375,0.5 0.15625,0.074219 0.375,0.148437 0.65625,0.21875 0.28125,0.074219 0.523438,0.148437 0.734375,0.21875 0.21875,0.0625 0.425781,0.140625 0.625,0.234375 0.207031,0.085938 0.429687,0.203125 0.671875,0.359375 0.46875,0.304687 0.703125,0.789063 0.703125,1.453125 z m 0,0" | ||
| + id="path5023" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-20" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 2.515625,-3.75 0,3.75 -1.46875,0 0,-6.921875 1.46875,0 0,1.265625 c 0.226563,-0.425781 0.546875,-0.757812 0.953125,-1 0.414062,-0.238281 0.863281,-0.359375 1.34375,-0.359375 0.78125,0 1.410156,0.242187 1.890625,0.71875 0.476563,0.46875 0.71875,1.15625 0.71875,2.0625 l 0,4.234375 -1.453125,0 0,-3.796875 c 0,-1.269531 -0.53125,-1.90625 -1.59375,-1.90625 -0.5,0 -0.9375,0.167969 -1.3125,0.5 C 2.695312,-4.867188 2.515625,-4.382812 2.515625,-3.75 z m 0,0" | ||
| + id="path5026" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-21" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 4.75,-7.015625 c 0.9375,0 1.734375,0.324219 2.390625,0.96875 0.65625,0.636719 0.984375,1.492187 0.984375,2.5625 0,1.0625 -0.328125,1.929687 -0.984375,2.59375 -0.65625,0.667969 -1.421875,1 -2.296875,1 -0.867188,0 -1.640625,-0.382813 -2.328125,-1.15625 l 0,1.046875 -1.46875,0 0,-9.640625 1.46875,0 0,3.9375 c 0.5625,-0.875 1.304687,-1.3125 2.234375,-1.3125 z M 2.484375,-3.4375 c 0,0.65625 0.195313,1.195312 0.59375,1.609375 0.394531,0.417969 0.878906,0.625 1.453125,0.625 0.570312,0 1.070312,-0.203125 1.5,-0.609375 0.425781,-0.414062 0.640625,-0.957031 0.640625,-1.625 0,-0.664062 -0.210937,-1.21875 -0.625,-1.65625 -0.417969,-0.4375 -0.917969,-0.65625 -1.5,-0.65625 -0.585937,0 -1.074219,0.21875 -1.46875,0.65625 -0.398437,0.4375 -0.59375,0.992188 -0.59375,1.65625 z m 0,0" | ||
| + id="path5029" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-22" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="M 1.921875,2.75 C 1.285156,2.75 0.710938,2.519531 0.203125,2.0625 L 0.875,0.890625 C 1.175781,1.171875 1.488281,1.3125 1.8125,1.3125 2.132812,1.3125 2.394531,1.191406 2.59375,0.953125 2.800781,0.722656 2.90625,0.46875 2.90625,0.1875 c 0,-0.1171875 -0.933594,-2.484375 -2.796875,-7.109375 l 1.5625,0 L 3.75,-1.8125 l 2.0625,-5.109375 1.5625,0 -3.359375,8.21875 C 3.816406,1.742188 3.53125,2.097656 3.15625,2.359375 2.78125,2.617188 2.367188,2.75 1.921875,2.75 z m 0,0" | ||
| + id="path5032" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-23" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 7.734375,-6.9375 c -0.617187,-0.644531 -1.375,-0.96875 -2.28125,-0.96875 -0.898437,0 -1.65625,0.324219 -2.28125,0.96875 C 2.554688,-6.300781 2.25,-5.523438 2.25,-4.609375 c 0,0.917969 0.304688,1.699219 0.921875,2.34375 0.625,0.636719 1.382813,0.953125 2.28125,0.953125 0.90625,0 1.664063,-0.316406 2.28125,-0.953125 0.625,-0.644531 0.9375,-1.425781 0.9375,-2.34375 0,-0.914063 -0.3125,-1.691406 -0.9375,-2.328125 z m 1.125,5.6875 c -0.917969,0.898438 -2.054687,1.34375 -3.40625,1.34375 -1.34375,0 -2.480469,-0.445312 -3.40625,-1.34375 -0.917969,-0.894531 -1.375,-2.007812 -1.375,-3.34375 0,-1.34375 0.457031,-2.460938 1.375,-3.359375 0.925781,-0.90625 2.0625,-1.359375 3.40625,-1.359375 1.351563,0 2.488281,0.453125 3.40625,1.359375 C 9.785156,-7.054688 10.25,-5.9375 10.25,-4.59375 c 0,1.335938 -0.464844,2.449219 -1.390625,3.34375 z m 0,0" | ||
| + id="path5035" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-24" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 5.40625,-1.390625 c 0.53125,0 0.984375,-0.085937 1.359375,-0.265625 0.382813,-0.175781 0.785156,-0.460938 1.203125,-0.859375 L 8.953125,-1.5 c -0.960937,1.074219 -2.125,1.609375 -3.5,1.609375 -1.375,0 -2.515625,-0.441406 -3.421875,-1.328125 C 1.125,-2.101562 0.671875,-3.222656 0.671875,-4.578125 c 0,-1.351563 0.457031,-2.476563 1.375,-3.375 0.925781,-0.90625 2.09375,-1.359375 3.5,-1.359375 1.414063,0 2.597656,0.523438 3.546875,1.5625 l -0.984375,1.0625 c -0.429687,-0.414062 -0.835937,-0.703125 -1.21875,-0.859375 -0.386719,-0.164063 -0.839844,-0.25 -1.359375,-0.25 -0.929688,0 -1.703125,0.296875 -2.328125,0.890625 C 2.585938,-6.3125 2.28125,-5.550781 2.28125,-4.625 c 0,0.917969 0.304688,1.6875 0.921875,2.3125 0.625,0.617188 1.359375,0.921875 2.203125,0.921875 z m 0,0" | ||
| + id="path5038" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-25" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 5.234375,0 -3.96875,0 0,-9.09375 3.53125,0 c 0.613281,0 1.144531,0.078125 1.59375,0.234375 0.445313,0.148437 0.78125,0.34375 1,0.59375 0.414063,0.46875 0.625,0.996094 0.625,1.578125 0,0.71875 -0.230469,1.25 -0.6875,1.59375 -0.167969,0.125 -0.28125,0.203125 -0.34375,0.234375 -0.054687,0.023437 -0.15625,0.070313 -0.3125,0.140625 0.5625,0.125 1.007813,0.382812 1.34375,0.765625 0.332031,0.386719 0.5,0.867187 0.5,1.4375 0,0.625 -0.21875,1.183594 -0.65625,1.671875 C 7.347656,-0.28125 6.472656,0 5.234375,0 z m -2.4375,-5.3125 1.953125,0 c 1.101562,0 1.65625,-0.378906 1.65625,-1.140625 C 6.40625,-6.878906 6.269531,-7.1875 6,-7.375 5.738281,-7.570312 5.328125,-7.671875 4.765625,-7.671875 l -1.96875,0 z m 0,3.890625 2.40625,0 c 0.5625,0 0.988281,-0.085937 1.28125,-0.265625 0.300781,-0.175781 0.453125,-0.507812 0.453125,-1 C 6.9375,-3.5 6.289062,-3.90625 5,-3.90625 l -2.203125,0 z m 0,0" | ||
| + id="path5041" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-26" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 2.796875,0 -1.53125,0 0,-9.09375 2.390625,0 2.734375,5.71875 2.75,-5.71875 2.375,0 0,9.09375 -1.53125,0 0,-7.09375 -3.171875,6.296875 -0.859375,0 -3.15625,-6.296875 z m 0,0" | ||
| + id="path5044" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-27" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 1.046875,0.328125 0,-7.25 1.46875,0 0,7.296875 c 0,0.726562 -0.21875,1.304688 -0.65625,1.734375 C 1.421875,2.535156 0.890625,2.75 0.265625,2.75 -0.347656,2.75 -0.914062,2.519531 -1.4375,2.0625 L -0.75,0.96875 c 0.292969,0.289062 0.585938,0.4375 0.875,0.4375 0.300781,0 0.53125,-0.101562 0.6875,-0.296875 0.15625,-0.1875 0.234375,-0.449219 0.234375,-0.78125 z m 0.0625,-8.609375 C 0.929688,-8.46875 0.84375,-8.6875 0.84375,-8.9375 c 0,-0.257812 0.085938,-0.476562 0.265625,-0.65625 0.1875,-0.175781 0.40625,-0.265625 0.65625,-0.265625 0.25,0 0.460937,0.089844 0.640625,0.265625 0.1875,0.179688 0.28125,0.398438 0.28125,0.65625 0,0.25 -0.09375,0.46875 -0.28125,0.65625 -0.179688,0.179688 -0.390625,0.265625 -0.640625,0.265625 -0.25,0 -0.46875,-0.085937 -0.65625,-0.265625 z m 0,0" | ||
| + id="path5047" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-28" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 1.265625,0 0,-9.09375 1.53125,0 0,7.640625 4.140625,0 0,1.453125 z m 0,0" | ||
| + id="path5050" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-29" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 0.828125,-5.640625 0,-1.25 5.40625,0 0,1.3125 -3.875,4.3125 4.09375,0 0,1.265625 -5.875,0 0,-1.421875 3.78125,-4.21875 z m 0,0" | ||
| + id="path5053" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-30" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 8.078125,-9.09375 1.53125,0 0,9.09375 -1.671875,0 -5.140625,-6.625 0,6.625 -1.53125,0 0,-9.09375 1.53125,0 5.28125,6.796875 z m 0,0" | ||
| + id="path5056" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + <symbol | ||
| + overflow="visible" | ||
| + id="glyph1-31" | ||
| + style="overflow:visible"> | ||
| + <path | ||
| + style="stroke:none" | ||
| + d="m 3.296875,-2.078125 c 0.414063,0.480469 0.976563,0.71875 1.6875,0.71875 0.71875,0 1.285156,-0.238281 1.703125,-0.71875 0.414062,-0.488281 0.625,-1.148437 0.625,-1.984375 l 0,-5.03125 1.53125,0 0,5.109375 c 0,1.304687 -0.359375,2.308594 -1.078125,3.015625 -0.71875,0.710938 -1.648437,1.0625 -2.78125,1.0625 -1.125,0 -2.046875,-0.351562 -2.765625,-1.0625 C 1.5,-1.675781 1.140625,-2.679688 1.140625,-3.984375 l 0,-5.109375 1.53125,0 0,5.03125 c 0,0.835938 0.207031,1.496094 0.625,1.984375 z m 0,0" | ||
| + id="path5059" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </symbol> | ||
| + </g> | ||
| + <clipPath | ||
| + id="clip1"> | ||
| + <path | ||
| + d="m 54,54 503.99609,0 0,661.70703 -503.99609,0 z m 0,0" | ||
| + id="path5062" | ||
| + inkscape:connector-curvature="0" /> | ||
| + </clipPath> | ||
| + </defs> | ||
| + <g | ||
| + id="g7340" | ||
| + transform="translate(-60.130558,-60.005615)"> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g5069"> | ||
| + <use | ||
| + xlink:href="#glyph0-1" | ||
| + x="60.554745" | ||
| + y="66.357994" | ||
| + id="use5071" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-2" | ||
| + x="65.131882" | ||
| + y="66.357994" | ||
| + id="use5073" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-3" | ||
| + x="69.709015" | ||
| + y="66.357994" | ||
| + id="use5075" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-4" | ||
| + x="74.286148" | ||
| + y="66.357994" | ||
| + id="use5077" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g5079"> | ||
| + <use | ||
| + xlink:href="#glyph0-5" | ||
| + x="78.478516" | ||
| + y="66.357994" | ||
| + id="use5081" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-6" | ||
| + x="80.554665" | ||
| + y="66.357994" | ||
| + id="use5083" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g5085"> | ||
| + <use | ||
| + xlink:href="#glyph0-7" | ||
| + x="84.554642" | ||
| + y="66.357994" | ||
| + id="use5087" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-8" | ||
| + x="89.396309" | ||
| + y="66.357994" | ||
| + id="use5089" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-9" | ||
| + x="92.22596" | ||
| + y="66.357994" | ||
| + id="use5091" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-10" | ||
| + x="96.722931" | ||
| + y="66.357994" | ||
| + id="use5093" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g5095"> | ||
| + <use | ||
| + xlink:href="#glyph0-11" | ||
| + x="59.396183" | ||
| + y="74.373993" | ||
| + id="use5097" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-12" | ||
| + x="63.97332" | ||
| + y="74.373993" | ||
| + id="use5099" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g5101"> | ||
| + <use | ||
| + xlink:href="#glyph0-11" | ||
| + x="66.097557" | ||
| + y="74.373993" | ||
| + id="use5103" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-13" | ||
| + x="70.67469" | ||
| + y="74.373993" | ||
| + id="use5105" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-5" | ||
| + x="77.905128" | ||
| + y="74.373993" | ||
| + id="use5107" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g5109"> | ||
| + <use | ||
| + xlink:href="#glyph0-6" | ||
| + x="79.973251" | ||
| + y="74.373993" | ||
| + id="use5111" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g5113"> | ||
| + <use | ||
| + xlink:href="#glyph0-14" | ||
| + x="83.973236" | ||
| + y="74.373993" | ||
| + id="use5115" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-9" | ||
| + x="85.993271" | ||
| + y="74.373993" | ||
| + id="use5117" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-15" | ||
| + x="90.490242" | ||
| + y="74.373993" | ||
| + id="use5119" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g5121"> | ||
| + <use | ||
| + xlink:href="#glyph0-10" | ||
| + x="96.710655" | ||
| + y="74.373993" | ||
| + id="use5123" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g5125"> | ||
| + <use | ||
| + xlink:href="#glyph0-16" | ||
| + x="107.54436" | ||
| + y="66.357994" | ||
| + id="use5127" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-9" | ||
| + x="111.68062" | ||
| + y="66.357994" | ||
| + id="use5129" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-17" | ||
| + x="116.17759" | ||
| + y="66.357994" | ||
| + id="use5131" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g5133"> | ||
| + <use | ||
| + xlink:href="#glyph0-5" | ||
| + x="121.07537" | ||
| + y="66.357994" | ||
| + id="use5135" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g5137"> | ||
| + <use | ||
| + xlink:href="#glyph0-11" | ||
| + x="123.14349" | ||
| + y="66.357994" | ||
| + id="use5139" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-2" | ||
| + x="127.72063" | ||
| + y="66.357994" | ||
| + id="use5141" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-18" | ||
| + x="132.29776" | ||
| + y="66.357994" | ||
| + id="use5143" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-5" | ||
| + x="134.26169" | ||
| + y="66.357994" | ||
| + id="use5145" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g5147"> | ||
| + <use | ||
| + xlink:href="#glyph0-2" | ||
| + x="136.32982" | ||
| + y="66.357994" | ||
| + id="use5149" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-3" | ||
| + x="140.90695" | ||
| + y="66.357994" | ||
| + id="use5151" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-11" | ||
| + x="145.48409" | ||
| + y="66.357994" | ||
| + id="use5153" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g5155"> | ||
| + <use | ||
| + xlink:href="#glyph0-19" | ||
| + x="150.05321" | ||
| + y="66.357994" | ||
| + id="use5157" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g5159"> | ||
| + <use | ||
| + xlink:href="#glyph0-20" | ||
| + x="126.4571" | ||
| + y="74.373993" | ||
| + id="use5161" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-21" | ||
| + x="131.03424" | ||
| + y="74.373993" | ||
| + id="use5163" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g5165"> | ||
| + <use | ||
| + xlink:href="#glyph0-11" | ||
| + x="133.15848" | ||
| + y="74.373993" | ||
| + id="use5167" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-22" | ||
| + x="137.73561" | ||
| + y="74.373993" | ||
| + id="use5169" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-23" | ||
| + x="142.31274" | ||
| + y="74.373993" | ||
| + id="use5171" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g5173"> | ||
| + <use | ||
| + xlink:href="#glyph0-24" | ||
| + x="147.21053" | ||
| + y="74.373993" | ||
| + id="use5175" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g5177"> | ||
| + <use | ||
| + xlink:href="#glyph1-1" | ||
| + x="164.96104" | ||
| + y="69.86499" | ||
| + id="use5179" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-2" | ||
| + x="174.7556" | ||
| + y="69.86499" | ||
| + id="use5181" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-3" | ||
| + x="178.18744" | ||
| + y="69.86499" | ||
| + id="use5183" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-2" | ||
| + x="186.3788" | ||
| + y="69.86499" | ||
| + id="use5185" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-4" | ||
| + x="189.81064" | ||
| + y="69.86499" | ||
| + id="use5187" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g5189"> | ||
| + <use | ||
| + xlink:href="#glyph1-5" | ||
| + x="195.05862" | ||
| + y="69.86499" | ||
| + id="use5191" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g5193"> | ||
| + <use | ||
| + xlink:href="#glyph1-6" | ||
| + x="202.39827" | ||
| + y="69.86499" | ||
| + id="use5195" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g5197"> | ||
| + <use | ||
| + xlink:href="#glyph1-7" | ||
| + x="205.84264" | ||
| + y="69.86499" | ||
| + id="use5199" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-8" | ||
| + x="209.27449" | ||
| + y="69.86499" | ||
| + id="use5201" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-9" | ||
| + x="216.83958" | ||
| + y="69.86499" | ||
| + id="use5203" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-10" | ||
| + x="221.81201" | ||
| + y="69.86499" | ||
| + id="use5205" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-10" | ||
| + x="229.55246" | ||
| + y="69.86499" | ||
| + id="use5207" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-11" | ||
| + x="237.29291" | ||
| + y="69.86499" | ||
| + id="use5209" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-12" | ||
| + x="245.70972" | ||
| + y="69.86499" | ||
| + id="use5211" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-13" | ||
| + x="253.87601" | ||
| + y="69.86499" | ||
| + id="use5213" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-7" | ||
| + x="266.57635" | ||
| + y="69.86499" | ||
| + id="use5215" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-14" | ||
| + x="270.00821" | ||
| + y="69.86499" | ||
| + id="use5217" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-15" | ||
| + x="279.30176" | ||
| + y="69.86499" | ||
| + id="use5219" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-4" | ||
| + x="286.51617" | ||
| + y="69.86499" | ||
| + id="use5221" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5223"> | ||
| + <use | ||
| + xlink:href="#glyph0-25" | ||
| + x="164.96104" | ||
| + y="82.306496" | ||
| + id="use5225" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-26" | ||
| + x="170.02716" | ||
| + y="82.306496" | ||
| + id="use5227" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5229"> | ||
| + <use | ||
| + xlink:href="#glyph0-8" | ||
| + x="173.83476" | ||
| + y="82.306496" | ||
| + id="use5231" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5233"> | ||
| + <use | ||
| + xlink:href="#glyph0-27" | ||
| + x="179.79866" | ||
| + y="82.306496" | ||
| + id="use5235" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5237"> | ||
| + <use | ||
| + xlink:href="#glyph0-28" | ||
| + x="187.33369" | ||
| + y="82.306496" | ||
| + id="use5239" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-7" | ||
| + x="192.38377" | ||
| + y="82.306496" | ||
| + id="use5241" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-23" | ||
| + x="197.22545" | ||
| + y="82.306496" | ||
| + id="use5243" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5245"> | ||
| + <use | ||
| + xlink:href="#glyph0-29" | ||
| + x="202.12321" | ||
| + y="82.306496" | ||
| + id="use5247" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-30" | ||
| + x="206.15526" | ||
| + y="82.306496" | ||
| + id="use5249" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5251"> | ||
| + <use | ||
| + xlink:href="#glyph0-14" | ||
| + x="209.41777" | ||
| + y="82.306496" | ||
| + id="use5253" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-31" | ||
| + x="211.43781" | ||
| + y="82.306496" | ||
| + id="use5255" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5257"> | ||
| + <use | ||
| + xlink:href="#glyph0-32" | ||
| + x="215.81454" | ||
| + y="82.306496" | ||
| + id="use5259" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-8" | ||
| + x="220.72835" | ||
| + y="82.306496" | ||
| + id="use5261" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5263"> | ||
| + <use | ||
| + xlink:href="#glyph0-27" | ||
| + x="226.68423" | ||
| + y="82.306496" | ||
| + id="use5265" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5267"> | ||
| + <use | ||
| + xlink:href="#glyph0-28" | ||
| + x="234.22729" | ||
| + y="82.306496" | ||
| + id="use5269" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5271"> | ||
| + <use | ||
| + xlink:href="#glyph0-30" | ||
| + x="239.26936" | ||
| + y="82.306496" | ||
| + id="use5273" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5275"> | ||
| + <use | ||
| + xlink:href="#glyph0-14" | ||
| + x="242.53186" | ||
| + y="82.306496" | ||
| + id="use5277" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-24" | ||
| + x="244.5519" | ||
| + y="82.306496" | ||
| + id="use5279" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-14" | ||
| + x="252.00677" | ||
| + y="82.306496" | ||
| + id="use5281" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5283"> | ||
| + <use | ||
| + xlink:href="#glyph0-33" | ||
| + x="254.0188" | ||
| + y="82.306496" | ||
| + id="use5285" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-34" | ||
| + x="258.93259" | ||
| + y="82.306496" | ||
| + id="use5287" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-35" | ||
| + x="263.3895" | ||
| + y="82.306496" | ||
| + id="use5289" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5291"> | ||
| + <use | ||
| + xlink:href="#glyph0-5" | ||
| + x="265.40152" | ||
| + y="82.306496" | ||
| + id="use5293" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-28" | ||
| + x="267.47766" | ||
| + y="82.306496" | ||
| + id="use5295" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5297"> | ||
| + <use | ||
| + xlink:href="#glyph0-7" | ||
| + x="272.51971" | ||
| + y="82.306496" | ||
| + id="use5299" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-36" | ||
| + x="277.36139" | ||
| + y="82.306496" | ||
| + id="use5301" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5303"> | ||
| + <use | ||
| + xlink:href="#glyph0-9" | ||
| + x="282.25916" | ||
| + y="82.306496" | ||
| + id="use5305" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5307"> | ||
| + <use | ||
| + xlink:href="#glyph0-27" | ||
| + x="289.89038" | ||
| + y="82.306496" | ||
| + id="use5309" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5311"> | ||
| + <use | ||
| + xlink:href="#glyph0-37" | ||
| + x="297.43344" | ||
| + y="82.306496" | ||
| + id="use5313" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-14" | ||
| + x="303.2771" | ||
| + y="82.306496" | ||
| + id="use5315" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5317"> | ||
| + <use | ||
| + xlink:href="#glyph0-31" | ||
| + x="305.28912" | ||
| + y="82.306496" | ||
| + id="use5319" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-14" | ||
| + x="309.67389" | ||
| + y="82.306496" | ||
| + id="use5321" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5323"> | ||
| + <use | ||
| + xlink:href="#glyph0-8" | ||
| + x="311.68588" | ||
| + y="82.306496" | ||
| + id="use5325" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-34" | ||
| + x="314.51553" | ||
| + y="82.306496" | ||
| + id="use5327" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-35" | ||
| + x="318.97244" | ||
| + y="82.306496" | ||
| + id="use5329" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-5" | ||
| + x="320.99246" | ||
| + y="82.306496" | ||
| + id="use5331" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5333"> | ||
| + <use | ||
| + xlink:href="#glyph0-38" | ||
| + x="323.06061" | ||
| + y="82.306496" | ||
| + id="use5335" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5337"> | ||
| + <use | ||
| + xlink:href="#glyph0-14" | ||
| + x="328.00647" | ||
| + y="82.306496" | ||
| + id="use5339" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-31" | ||
| + x="330.02649" | ||
| + y="82.306496" | ||
| + id="use5341" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5343"> | ||
| + <use | ||
| + xlink:href="#glyph0-32" | ||
| + x="334.40323" | ||
| + y="82.306496" | ||
| + id="use5345" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5347"> | ||
| + <use | ||
| + xlink:href="#glyph0-8" | ||
| + x="339.30902" | ||
| + y="82.306496" | ||
| + id="use5349" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-10" | ||
| + x="342.13867" | ||
| + y="82.306496" | ||
| + id="use5351" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5353"> | ||
| + <use | ||
| + xlink:href="#glyph0-27" | ||
| + x="349.08853" | ||
| + y="82.306496" | ||
| + id="use5355" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5357"> | ||
| + <use | ||
| + xlink:href="#glyph0-39" | ||
| + x="356.63159" | ||
| + y="82.306496" | ||
| + id="use5359" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-33" | ||
| + x="358.86005" | ||
| + y="82.306496" | ||
| + id="use5361" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5363"> | ||
| + <use | ||
| + xlink:href="#glyph0-8" | ||
| + x="363.76584" | ||
| + y="82.306496" | ||
| + id="use5365" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-9" | ||
| + x="366.59549" | ||
| + y="82.306496" | ||
| + id="use5367" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-30" | ||
| + x="371.09247" | ||
| + y="82.306496" | ||
| + id="use5369" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5371"> | ||
| + <use | ||
| + xlink:href="#glyph0-33" | ||
| + x="374.35498" | ||
| + y="82.306496" | ||
| + id="use5373" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-9" | ||
| + x="379.26877" | ||
| + y="82.306496" | ||
| + id="use5375" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-8" | ||
| + x="383.76575" | ||
| + y="82.306496" | ||
| + id="use5377" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g5379"> | ||
| + <use | ||
| + xlink:href="#glyph0-40" | ||
| + x="65.13681" | ||
| + y="100.92699" | ||
| + id="use5381" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-3" | ||
| + x="69.713943" | ||
| + y="100.92699" | ||
| + id="use5383" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-4" | ||
| + x="74.291077" | ||
| + y="100.92699" | ||
| + id="use5385" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-5" | ||
| + x="78.491463" | ||
| + y="100.92699" | ||
| + id="use5387" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g5389"> | ||
| + <use | ||
| + xlink:href="#glyph0-6" | ||
| + x="80.559593" | ||
| + y="100.92699" | ||
| + id="use5391" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g5393"> | ||
| + <use | ||
| + xlink:href="#glyph0-7" | ||
| + x="84.55957" | ||
| + y="100.92699" | ||
| + id="use5395" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-8" | ||
| + x="89.401237" | ||
| + y="100.92699" | ||
| + id="use5397" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-9" | ||
| + x="92.230888" | ||
| + y="100.92699" | ||
| + id="use5399" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-10" | ||
| + x="96.727859" | ||
| + y="100.92699" | ||
| + id="use5401" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g5403"> | ||
| + <use | ||
| + xlink:href="#glyph0-11" | ||
| + x="59.970249" | ||
| + y="108.94299" | ||
| + id="use5405" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-1" | ||
| + x="64.547386" | ||
| + y="108.94299" | ||
| + id="use5407" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-3" | ||
| + x="69.124519" | ||
| + y="108.94299" | ||
| + id="use5409" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-4" | ||
| + x="73.701653" | ||
| + y="108.94299" | ||
| + id="use5411" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g5413"> | ||
| + <use | ||
| + xlink:href="#glyph0-5" | ||
| + x="77.89402" | ||
| + y="108.94299" | ||
| + id="use5415" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-6" | ||
| + x="79.970169" | ||
| + y="108.94299" | ||
| + id="use5417" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g5419"> | ||
| + <use | ||
| + xlink:href="#glyph0-14" | ||
| + x="83.970146" | ||
| + y="108.94299" | ||
| + id="use5421" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g5423"> | ||
| + <use | ||
| + xlink:href="#glyph0-9" | ||
| + x="85.982162" | ||
| + y="108.94299" | ||
| + id="use5425" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g5427"> | ||
| + <use | ||
| + xlink:href="#glyph0-15" | ||
| + x="90.48716" | ||
| + y="108.94299" | ||
| + id="use5429" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g5431"> | ||
| + <use | ||
| + xlink:href="#glyph0-10" | ||
| + x="96.707573" | ||
| + y="108.94299" | ||
| + id="use5433" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g5435"> | ||
| + <use | ||
| + xlink:href="#glyph0-41" | ||
| + x="114.1513" | ||
| + y="100.92699" | ||
| + id="use5437" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-34" | ||
| + x="116.29157" | ||
| + y="100.92699" | ||
| + id="use5439" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-33" | ||
| + x="120.74847" | ||
| + y="100.92699" | ||
| + id="use5441" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g5443"> | ||
| + <use | ||
| + xlink:href="#glyph0-5" | ||
| + x="125.65426" | ||
| + y="100.92699" | ||
| + id="use5445" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-11" | ||
| + x="127.7304" | ||
| + y="100.92699" | ||
| + id="use5447" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g5449"> | ||
| + <use | ||
| + xlink:href="#glyph0-18" | ||
| + x="132.29951" | ||
| + y="100.92699" | ||
| + id="use5451" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-5" | ||
| + x="134.26344" | ||
| + y="100.92699" | ||
| + id="use5453" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g5455"> | ||
| + <use | ||
| + xlink:href="#glyph0-2" | ||
| + x="136.33157" | ||
| + y="100.92699" | ||
| + id="use5457" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-3" | ||
| + x="140.90871" | ||
| + y="100.92699" | ||
| + id="use5459" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-11" | ||
| + x="145.48584" | ||
| + y="100.92699" | ||
| + id="use5461" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-19" | ||
| + x="150.06297" | ||
| + y="100.92699" | ||
| + id="use5463" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g5465"> | ||
| + <use | ||
| + xlink:href="#glyph0-11" | ||
| + x="122.32386" | ||
| + y="108.94299" | ||
| + id="use5467" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-11" | ||
| + x="126.90099" | ||
| + y="108.94299" | ||
| + id="use5469" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-21" | ||
| + x="131.47813" | ||
| + y="108.94299" | ||
| + id="use5471" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g5473"> | ||
| + <use | ||
| + xlink:href="#glyph0-20" | ||
| + x="133.60237" | ||
| + y="108.94299" | ||
| + id="use5475" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-3" | ||
| + x="138.1795" | ||
| + y="108.94299" | ||
| + id="use5477" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-34" | ||
| + x="142.75664" | ||
| + y="108.94299" | ||
| + id="use5479" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-24" | ||
| + x="147.21353" | ||
| + y="108.94299" | ||
| + id="use5481" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g5483"> | ||
| + <use | ||
| + xlink:href="#glyph1-16" | ||
| + x="164.96104" | ||
| + y="104.43399" | ||
| + id="use5485" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g5487"> | ||
| + <use | ||
| + xlink:href="#glyph1-5" | ||
| + x="177.62383" | ||
| + y="104.43399" | ||
| + id="use5489" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g5491"> | ||
| + <use | ||
| + xlink:href="#glyph1-4" | ||
| + x="184.90085" | ||
| + y="104.43399" | ||
| + id="use5493" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-10" | ||
| + x="190.13629" | ||
| + y="104.43399" | ||
| + id="use5495" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g5497"> | ||
| + <use | ||
| + xlink:href="#glyph1-9" | ||
| + x="197.88927" | ||
| + y="104.43399" | ||
| + id="use5499" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g5501"> | ||
| + <use | ||
| + xlink:href="#glyph1-7" | ||
| + x="202.84917" | ||
| + y="104.43399" | ||
| + id="use5503" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-17" | ||
| + x="206.28102" | ||
| + y="104.43399" | ||
| + id="use5505" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g5507"> | ||
| + <use | ||
| + xlink:href="#glyph1-18" | ||
| + x="214.10915" | ||
| + y="104.43399" | ||
| + id="use5509" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g5511"> | ||
| + <use | ||
| + xlink:href="#glyph1-19" | ||
| + x="222.18776" | ||
| + y="104.43399" | ||
| + id="use5513" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-4" | ||
| + x="228.52542" | ||
| + y="104.43399" | ||
| + id="use5515" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g5517"> | ||
| + <use | ||
| + xlink:href="#glyph1-5" | ||
| + x="233.77339" | ||
| + y="104.43399" | ||
| + id="use5519" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g5521"> | ||
| + <use | ||
| + xlink:href="#glyph1-2" | ||
| + x="241.11304" | ||
| + y="104.43399" | ||
| + id="use5523" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g5525"> | ||
| + <use | ||
| + xlink:href="#glyph1-20" | ||
| + x="244.55742" | ||
| + y="104.43399" | ||
| + id="use5527" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g5529"> | ||
| + <use | ||
| + xlink:href="#glyph1-5" | ||
| + x="252.63603" | ||
| + y="104.43399" | ||
| + id="use5531" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-21" | ||
| + x="259.98822" | ||
| + y="104.43399" | ||
| + id="use5533" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-2" | ||
| + x="268.405" | ||
| + y="104.43399" | ||
| + id="use5535" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-6" | ||
| + x="271.83685" | ||
| + y="104.43399" | ||
| + id="use5537" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-2" | ||
| + x="275.26871" | ||
| + y="104.43399" | ||
| + id="use5539" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-4" | ||
| + x="278.70056" | ||
| + y="104.43399" | ||
| + id="use5541" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g5543"> | ||
| + <use | ||
| + xlink:href="#glyph1-22" | ||
| + x="283.94855" | ||
| + y="104.43399" | ||
| + id="use5545" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-7" | ||
| + x="291.13788" | ||
| + y="104.43399" | ||
| + id="use5547" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-14" | ||
| + x="294.56973" | ||
| + y="104.43399" | ||
| + id="use5549" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-15" | ||
| + x="303.86328" | ||
| + y="104.43399" | ||
| + id="use5551" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-4" | ||
| + x="311.0777" | ||
| + y="104.43399" | ||
| + id="use5553" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5555"> | ||
| + <use | ||
| + xlink:href="#glyph0-25" | ||
| + x="164.96104" | ||
| + y="116.87549" | ||
| + id="use5557" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-26" | ||
| + x="170.02716" | ||
| + y="116.87549" | ||
| + id="use5559" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5561"> | ||
| + <use | ||
| + xlink:href="#glyph0-8" | ||
| + x="173.83476" | ||
| + y="116.87549" | ||
| + id="use5563" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5565"> | ||
| + <use | ||
| + xlink:href="#glyph0-27" | ||
| + x="179.79866" | ||
| + y="116.87549" | ||
| + id="use5567" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5569"> | ||
| + <use | ||
| + xlink:href="#glyph0-42" | ||
| + x="187.33369" | ||
| + y="116.87549" | ||
| + id="use5571" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5573"> | ||
| + <use | ||
| + xlink:href="#glyph0-28" | ||
| + x="192.51204" | ||
| + y="116.87549" | ||
| + id="use5575" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5577"> | ||
| + <use | ||
| + xlink:href="#glyph0-27" | ||
| + x="200.68835" | ||
| + y="116.87549" | ||
| + id="use5579" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5581"> | ||
| + <use | ||
| + xlink:href="#glyph0-43" | ||
| + x="208.23141" | ||
| + y="116.87549" | ||
| + id="use5583" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-33" | ||
| + x="212.68831" | ||
| + y="116.87549" | ||
| + id="use5585" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5587"> | ||
| + <use | ||
| + xlink:href="#glyph0-6" | ||
| + x="217.5941" | ||
| + y="116.87549" | ||
| + id="use5589" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5591"> | ||
| + <use | ||
| + xlink:href="#glyph0-14" | ||
| + x="221.59407" | ||
| + y="116.87549" | ||
| + id="use5593" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-30" | ||
| + x="223.61411" | ||
| + y="116.87549" | ||
| + id="use5595" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5597"> | ||
| + <use | ||
| + xlink:href="#glyph0-7" | ||
| + x="226.87662" | ||
| + y="116.87549" | ||
| + id="use5599" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5601"> | ||
| + <use | ||
| + xlink:href="#glyph0-33" | ||
| + x="231.7263" | ||
| + y="116.87549" | ||
| + id="use5603" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5605"> | ||
| + <use | ||
| + xlink:href="#glyph0-24" | ||
| + x="236.6321" | ||
| + y="116.87549" | ||
| + id="use5607" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-9" | ||
| + x="244.08698" | ||
| + y="116.87549" | ||
| + id="use5609" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-33" | ||
| + x="248.58395" | ||
| + y="116.87549" | ||
| + id="use5611" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5613"> | ||
| + <use | ||
| + xlink:href="#glyph0-8" | ||
| + x="253.48973" | ||
| + y="116.87549" | ||
| + id="use5615" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5617"> | ||
| + <use | ||
| + xlink:href="#glyph0-27" | ||
| + x="259.45364" | ||
| + y="116.87549" | ||
| + id="use5619" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5621"> | ||
| + <use | ||
| + xlink:href="#glyph0-44" | ||
| + x="266.98868" | ||
| + y="116.87549" | ||
| + id="use5623" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-34" | ||
| + x="274.40347" | ||
| + y="116.87549" | ||
| + id="use5625" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-8" | ||
| + x="278.86038" | ||
| + y="116.87549" | ||
| + id="use5627" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-9" | ||
| + x="281.69003" | ||
| + y="116.87549" | ||
| + id="use5629" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-30" | ||
| + x="286.18701" | ||
| + y="116.87549" | ||
| + id="use5631" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g5633"> | ||
| + <use | ||
| + xlink:href="#glyph0-40" | ||
| + x="69.343117" | ||
| + y="135.49599" | ||
| + id="use5635" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-22" | ||
| + x="73.920258" | ||
| + y="135.49599" | ||
| + id="use5637" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-5" | ||
| + x="78.497391" | ||
| + y="135.49599" | ||
| + id="use5639" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g5641"> | ||
| + <use | ||
| + xlink:href="#glyph0-6" | ||
| + x="80.565521" | ||
| + y="135.49599" | ||
| + id="use5643" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g5645"> | ||
| + <use | ||
| + xlink:href="#glyph0-7" | ||
| + x="84.565498" | ||
| + y="135.49599" | ||
| + id="use5647" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-8" | ||
| + x="89.407166" | ||
| + y="135.49599" | ||
| + id="use5649" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-9" | ||
| + x="92.236809" | ||
| + y="135.49599" | ||
| + id="use5651" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-10" | ||
| + x="96.733788" | ||
| + y="135.49599" | ||
| + id="use5653" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g5655"> | ||
| + <use | ||
| + xlink:href="#glyph0-11" | ||
| + x="64.176559" | ||
| + y="143.51198" | ||
| + id="use5657" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-3" | ||
| + x="68.753693" | ||
| + y="143.51198" | ||
| + id="use5659" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-3" | ||
| + x="73.330833" | ||
| + y="143.51198" | ||
| + id="use5661" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-5" | ||
| + x="77.907967" | ||
| + y="143.51198" | ||
| + id="use5663" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g5665"> | ||
| + <use | ||
| + xlink:href="#glyph0-6" | ||
| + x="79.976089" | ||
| + y="143.51198" | ||
| + id="use5667" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g5669"> | ||
| + <use | ||
| + xlink:href="#glyph0-14" | ||
| + x="83.976074" | ||
| + y="143.51198" | ||
| + id="use5671" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-9" | ||
| + x="85.996109" | ||
| + y="143.51198" | ||
| + id="use5673" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-15" | ||
| + x="90.493088" | ||
| + y="143.51198" | ||
| + id="use5675" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g5677"> | ||
| + <use | ||
| + xlink:href="#glyph0-10" | ||
| + x="96.713501" | ||
| + y="143.51198" | ||
| + id="use5679" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g5681"> | ||
| + <use | ||
| + xlink:href="#glyph0-25" | ||
| + x="107.83661" | ||
| + y="135.49599" | ||
| + id="use5683" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-23" | ||
| + x="112.90273" | ||
| + y="135.49599" | ||
| + id="use5685" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g5687"> | ||
| + <use | ||
| + xlink:href="#glyph0-30" | ||
| + x="117.8005" | ||
| + y="135.49599" | ||
| + id="use5689" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-5" | ||
| + x="121.07103" | ||
| + y="135.49599" | ||
| + id="use5691" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g5693"> | ||
| + <use | ||
| + xlink:href="#glyph0-2" | ||
| + x="123.13915" | ||
| + y="135.49599" | ||
| + id="use5695" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-11" | ||
| + x="127.71629" | ||
| + y="135.49599" | ||
| + id="use5697" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-18" | ||
| + x="132.29343" | ||
| + y="135.49599" | ||
| + id="use5699" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g5701"> | ||
| + <use | ||
| + xlink:href="#glyph0-5" | ||
| + x="134.24933" | ||
| + y="135.49599" | ||
| + id="use5703" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-2" | ||
| + x="136.32547" | ||
| + y="135.49599" | ||
| + id="use5705" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g5707"> | ||
| + <use | ||
| + xlink:href="#glyph0-3" | ||
| + x="140.89459" | ||
| + y="135.49599" | ||
| + id="use5709" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-11" | ||
| + x="145.47173" | ||
| + y="135.49599" | ||
| + id="use5711" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-19" | ||
| + x="150.04886" | ||
| + y="135.49599" | ||
| + id="use5713" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g5715"> | ||
| + <use | ||
| + xlink:href="#glyph0-11" | ||
| + x="126.45711" | ||
| + y="143.51198" | ||
| + id="use5717" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-21" | ||
| + x="131.03424" | ||
| + y="143.51198" | ||
| + id="use5719" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g5721"> | ||
| + <use | ||
| + xlink:href="#glyph0-45" | ||
| + x="133.15848" | ||
| + y="143.51198" | ||
| + id="use5723" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-22" | ||
| + x="137.73561" | ||
| + y="143.51198" | ||
| + id="use5725" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-23" | ||
| + x="142.31274" | ||
| + y="143.51198" | ||
| + id="use5727" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g5729"> | ||
| + <use | ||
| + xlink:href="#glyph0-24" | ||
| + x="147.21053" | ||
| + y="143.51198" | ||
| + id="use5731" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g5733"> | ||
| + <use | ||
| + xlink:href="#glyph1-23" | ||
| + x="164.96104" | ||
| + y="139.00299" | ||
| + id="use5735" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-13" | ||
| + x="175.48204" | ||
| + y="139.00299" | ||
| + id="use5737" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-20" | ||
| + x="188.18239" | ||
| + y="139.00299" | ||
| + id="use5739" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-2" | ||
| + x="196.27354" | ||
| + y="139.00299" | ||
| + id="use5741" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-21" | ||
| + x="199.7054" | ||
| + y="139.00299" | ||
| + id="use5743" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-18" | ||
| + x="208.12219" | ||
| + y="139.00299" | ||
| + id="use5745" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-19" | ||
| + x="216.21335" | ||
| + y="139.00299" | ||
| + id="use5747" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-7" | ||
| + x="222.55099" | ||
| + y="139.00299" | ||
| + id="use5749" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-24" | ||
| + x="225.98283" | ||
| + y="139.00299" | ||
| + id="use5751" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-9" | ||
| + x="235.20123" | ||
| + y="139.00299" | ||
| + id="use5753" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-2" | ||
| + x="240.17366" | ||
| + y="139.00299" | ||
| + id="use5755" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-13" | ||
| + x="243.60551" | ||
| + y="139.00299" | ||
| + id="use5757" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-10" | ||
| + x="256.30588" | ||
| + y="139.00299" | ||
| + id="use5759" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-7" | ||
| + x="264.04633" | ||
| + y="139.00299" | ||
| + id="use5761" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-25" | ||
| + x="267.47815" | ||
| + y="139.00299" | ||
| + id="use5763" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-2" | ||
| + x="276.3208" | ||
| + y="139.00299" | ||
| + id="use5765" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-6" | ||
| + x="279.75266" | ||
| + y="139.00299" | ||
| + id="use5767" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-6" | ||
| + x="283.18451" | ||
| + y="139.00299" | ||
| + id="use5769" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5771"> | ||
| + <use | ||
| + xlink:href="#glyph0-42" | ||
| + x="164.96104" | ||
| + y="151.44449" | ||
| + id="use5773" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5775"> | ||
| + <use | ||
| + xlink:href="#glyph0-14" | ||
| + x="170.13937" | ||
| + y="151.44449" | ||
| + id="use5777" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-35" | ||
| + x="172.15941" | ||
| + y="151.44449" | ||
| + id="use5779" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-35" | ||
| + x="174.17944" | ||
| + y="151.44449" | ||
| + id="use5781" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5783"> | ||
| + <use | ||
| + xlink:href="#glyph0-27" | ||
| + x="179.32571" | ||
| + y="151.44449" | ||
| + id="use5785" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5787"> | ||
| + <use | ||
| + xlink:href="#glyph0-28" | ||
| + x="186.86075" | ||
| + y="151.44449" | ||
| + id="use5789" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-30" | ||
| + x="191.91083" | ||
| + y="151.44449" | ||
| + id="use5791" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5793"> | ||
| + <use | ||
| + xlink:href="#glyph0-14" | ||
| + x="195.17334" | ||
| + y="151.44449" | ||
| + id="use5795" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-24" | ||
| + x="197.19337" | ||
| + y="151.44449" | ||
| + id="use5797" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5799"> | ||
| + <use | ||
| + xlink:href="#glyph0-14" | ||
| + x="204.64024" | ||
| + y="151.44449" | ||
| + id="use5801" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-33" | ||
| + x="206.66028" | ||
| + y="151.44449" | ||
| + id="use5803" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-34" | ||
| + x="211.57408" | ||
| + y="151.44449" | ||
| + id="use5805" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5807"> | ||
| + <use | ||
| + xlink:href="#glyph0-35" | ||
| + x="216.02296" | ||
| + y="151.44449" | ||
| + id="use5809" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-5" | ||
| + x="218.04298" | ||
| + y="151.44449" | ||
| + id="use5811" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5813"> | ||
| + <use | ||
| + xlink:href="#glyph0-28" | ||
| + x="220.11111" | ||
| + y="151.44449" | ||
| + id="use5815" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-7" | ||
| + x="225.16119" | ||
| + y="151.44449" | ||
| + id="use5817" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-36" | ||
| + x="230.00285" | ||
| + y="151.44449" | ||
| + id="use5819" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5821"> | ||
| + <use | ||
| + xlink:href="#glyph0-9" | ||
| + x="234.90063" | ||
| + y="151.44449" | ||
| + id="use5823" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5825"> | ||
| + <use | ||
| + xlink:href="#glyph0-27" | ||
| + x="242.53186" | ||
| + y="151.44449" | ||
| + id="use5827" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5829"> | ||
| + <use | ||
| + xlink:href="#glyph0-43" | ||
| + x="250.07492" | ||
| + y="151.44449" | ||
| + id="use5831" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5833"> | ||
| + <use | ||
| + xlink:href="#glyph0-36" | ||
| + x="254.5238" | ||
| + y="151.44449" | ||
| + id="use5835" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-46" | ||
| + x="259.4296" | ||
| + y="151.44449" | ||
| + id="use5837" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5839"> | ||
| + <use | ||
| + xlink:href="#glyph0-26" | ||
| + x="264.33539" | ||
| + y="151.44449" | ||
| + id="use5841" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5843"> | ||
| + <use | ||
| + xlink:href="#glyph0-34" | ||
| + x="268.14297" | ||
| + y="151.44449" | ||
| + id="use5845" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-8" | ||
| + x="272.59988" | ||
| + y="151.44449" | ||
| + id="use5847" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-14" | ||
| + x="275.42953" | ||
| + y="151.44449" | ||
| + id="use5849" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-7" | ||
| + x="277.44955" | ||
| + y="151.44449" | ||
| + id="use5851" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-33" | ||
| + x="282.29123" | ||
| + y="151.44449" | ||
| + id="use5853" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5855"> | ||
| + <use | ||
| + xlink:href="#glyph0-27" | ||
| + x="290.33127" | ||
| + y="151.44449" | ||
| + id="use5857" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5859"> | ||
| + <use | ||
| + xlink:href="#glyph0-43" | ||
| + x="297.8663" | ||
| + y="151.44449" | ||
| + id="use5861" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-33" | ||
| + x="302.32321" | ||
| + y="151.44449" | ||
| + id="use5863" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-6" | ||
| + x="307.237" | ||
| + y="151.44449" | ||
| + id="use5865" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5867"> | ||
| + <use | ||
| + xlink:href="#glyph0-14" | ||
| + x="311.237" | ||
| + y="151.44449" | ||
| + id="use5869" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-30" | ||
| + x="313.25702" | ||
| + y="151.44449" | ||
| + id="use5871" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5873"> | ||
| + <use | ||
| + xlink:href="#glyph0-7" | ||
| + x="316.51953" | ||
| + y="151.44449" | ||
| + id="use5875" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-33" | ||
| + x="321.36121" | ||
| + y="151.44449" | ||
| + id="use5877" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-24" | ||
| + x="326.27499" | ||
| + y="151.44449" | ||
| + id="use5879" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5881"> | ||
| + <use | ||
| + xlink:href="#glyph0-9" | ||
| + x="333.72186" | ||
| + y="151.44449" | ||
| + id="use5883" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-33" | ||
| + x="338.21884" | ||
| + y="151.44449" | ||
| + id="use5885" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-8" | ||
| + x="343.13266" | ||
| + y="151.44449" | ||
| + id="use5887" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5889"> | ||
| + <use | ||
| + xlink:href="#glyph0-27" | ||
| + x="349.08853" | ||
| + y="151.44449" | ||
| + id="use5891" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5893"> | ||
| + <use | ||
| + xlink:href="#glyph0-39" | ||
| + x="356.63159" | ||
| + y="151.44449" | ||
| + id="use5895" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-33" | ||
| + x="358.86005" | ||
| + y="151.44449" | ||
| + id="use5897" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5899"> | ||
| + <use | ||
| + xlink:href="#glyph0-8" | ||
| + x="363.76584" | ||
| + y="151.44449" | ||
| + id="use5901" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-9" | ||
| + x="366.59549" | ||
| + y="151.44449" | ||
| + id="use5903" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-30" | ||
| + x="371.09247" | ||
| + y="151.44449" | ||
| + id="use5905" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-33" | ||
| + x="374.36298" | ||
| + y="151.44449" | ||
| + id="use5907" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5909"> | ||
| + <use | ||
| + xlink:href="#glyph0-9" | ||
| + x="379.26877" | ||
| + y="151.44449" | ||
| + id="use5911" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-8" | ||
| + x="383.76575" | ||
| + y="151.44449" | ||
| + id="use5913" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5915"> | ||
| + <use | ||
| + xlink:href="#glyph0-27" | ||
| + x="389.72964" | ||
| + y="151.44449" | ||
| + id="use5917" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5919"> | ||
| + <use | ||
| + xlink:href="#glyph0-44" | ||
| + x="397.26471" | ||
| + y="151.44449" | ||
| + id="use5921" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-7" | ||
| + x="404.6795" | ||
| + y="151.44449" | ||
| + id="use5923" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-24" | ||
| + x="409.52115" | ||
| + y="151.44449" | ||
| + id="use5925" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-9" | ||
| + x="416.97604" | ||
| + y="151.44449" | ||
| + id="use5927" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-33" | ||
| + x="421.47302" | ||
| + y="151.44449" | ||
| + id="use5929" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-47" | ||
| + x="426.38681" | ||
| + y="151.44449" | ||
| + id="use5931" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-10" | ||
| + x="428.15836" | ||
| + y="151.44449" | ||
| + id="use5933" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5935"> | ||
| + <use | ||
| + xlink:href="#glyph0-5" | ||
| + x="431.97397" | ||
| + y="151.44449" | ||
| + id="use5937" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-38" | ||
| + x="434.05011" | ||
| + y="151.44449" | ||
| + id="use5939" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5941"> | ||
| + <use | ||
| + xlink:href="#glyph0-14" | ||
| + x="438.996" | ||
| + y="151.44449" | ||
| + id="use5943" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5945"> | ||
| + <use | ||
| + xlink:href="#glyph0-31" | ||
| + x="441.008" | ||
| + y="151.44449" | ||
| + id="use5947" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g5949"> | ||
| + <use | ||
| + xlink:href="#glyph0-32" | ||
| + x="445.38474" | ||
| + y="151.44449" | ||
| + id="use5951" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-8" | ||
| + x="450.29855" | ||
| + y="151.44449" | ||
| + id="use5953" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-10" | ||
| + x="453.1282" | ||
| + y="151.44449" | ||
| + id="use5955" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g5957"> | ||
| + <use | ||
| + xlink:href="#glyph0-11" | ||
| + x="60.554745" | ||
| + y="170.06499" | ||
| + id="use5959" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-40" | ||
| + x="65.131882" | ||
| + y="170.06499" | ||
| + id="use5961" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-2" | ||
| + x="69.709015" | ||
| + y="170.06499" | ||
| + id="use5963" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-4" | ||
| + x="74.286148" | ||
| + y="170.06499" | ||
| + id="use5965" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g5967"> | ||
| + <use | ||
| + xlink:href="#glyph0-5" | ||
| + x="78.478516" | ||
| + y="170.06499" | ||
| + id="use5969" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-6" | ||
| + x="80.554665" | ||
| + y="170.06499" | ||
| + id="use5971" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g5973"> | ||
| + <use | ||
| + xlink:href="#glyph0-7" | ||
| + x="84.554642" | ||
| + y="170.06499" | ||
| + id="use5975" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-8" | ||
| + x="89.396309" | ||
| + y="170.06499" | ||
| + id="use5977" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-9" | ||
| + x="92.22596" | ||
| + y="170.06499" | ||
| + id="use5979" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-10" | ||
| + x="96.722931" | ||
| + y="170.06499" | ||
| + id="use5981" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g5983"> | ||
| + <use | ||
| + xlink:href="#glyph0-45" | ||
| + x="59.970245" | ||
| + y="178.08099" | ||
| + id="use5985" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-2" | ||
| + x="64.547379" | ||
| + y="178.08099" | ||
| + id="use5987" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-3" | ||
| + x="69.124519" | ||
| + y="178.08099" | ||
| + id="use5989" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-4" | ||
| + x="73.701653" | ||
| + y="178.08099" | ||
| + id="use5991" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g5993"> | ||
| + <use | ||
| + xlink:href="#glyph0-5" | ||
| + x="77.89402" | ||
| + y="178.08099" | ||
| + id="use5995" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-6" | ||
| + x="79.970161" | ||
| + y="178.08099" | ||
| + id="use5997" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g5999"> | ||
| + <use | ||
| + xlink:href="#glyph0-14" | ||
| + x="83.970146" | ||
| + y="178.08099" | ||
| + id="use6001" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g6003"> | ||
| + <use | ||
| + xlink:href="#glyph0-9" | ||
| + x="85.982162" | ||
| + y="178.08099" | ||
| + id="use6005" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g6007"> | ||
| + <use | ||
| + xlink:href="#glyph0-15" | ||
| + x="90.487152" | ||
| + y="178.08099" | ||
| + id="use6009" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g6011"> | ||
| + <use | ||
| + xlink:href="#glyph0-10" | ||
| + x="96.707573" | ||
| + y="178.08099" | ||
| + id="use6013" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g6015"> | ||
| + <use | ||
| + xlink:href="#glyph0-48" | ||
| + x="107.28343" | ||
| + y="170.06499" | ||
| + id="use6017" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g6019"> | ||
| + <use | ||
| + xlink:href="#glyph0-9" | ||
| + x="111.66818" | ||
| + y="170.06499" | ||
| + id="use6021" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g6023"> | ||
| + <use | ||
| + xlink:href="#glyph0-23" | ||
| + x="116.17317" | ||
| + y="170.06499" | ||
| + id="use6025" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g6027"> | ||
| + <use | ||
| + xlink:href="#glyph0-5" | ||
| + x="121.07095" | ||
| + y="170.06499" | ||
| + id="use6029" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g6031"> | ||
| + <use | ||
| + xlink:href="#glyph0-2" | ||
| + x="123.13908" | ||
| + y="170.06499" | ||
| + id="use6033" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-2" | ||
| + x="127.71621" | ||
| + y="170.06499" | ||
| + id="use6035" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-18" | ||
| + x="132.29335" | ||
| + y="170.06499" | ||
| + id="use6037" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g6039"> | ||
| + <use | ||
| + xlink:href="#glyph0-5" | ||
| + x="134.24925" | ||
| + y="170.06499" | ||
| + id="use6041" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-2" | ||
| + x="136.32539" | ||
| + y="170.06499" | ||
| + id="use6043" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-3" | ||
| + x="140.90253" | ||
| + y="170.06499" | ||
| + id="use6045" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g6047"> | ||
| + <use | ||
| + xlink:href="#glyph0-11" | ||
| + x="145.47165" | ||
| + y="170.06499" | ||
| + id="use6049" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-45" | ||
| + x="150.04878" | ||
| + y="170.06499" | ||
| + id="use6051" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g6053"> | ||
| + <use | ||
| + xlink:href="#glyph0-45" | ||
| + x="126.45711" | ||
| + y="178.08099" | ||
| + id="use6055" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-21" | ||
| + x="131.03424" | ||
| + y="178.08099" | ||
| + id="use6057" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g6059"> | ||
| + <use | ||
| + xlink:href="#glyph0-2" | ||
| + x="133.15848" | ||
| + y="178.08099" | ||
| + id="use6061" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-3" | ||
| + x="137.73561" | ||
| + y="178.08099" | ||
| + id="use6063" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-23" | ||
| + x="142.31276" | ||
| + y="178.08099" | ||
| + id="use6065" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g6067"> | ||
| + <use | ||
| + xlink:href="#glyph0-24" | ||
| + x="147.21053" | ||
| + y="178.08099" | ||
| + id="use6069" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g6071"> | ||
| + <use | ||
| + xlink:href="#glyph1-26" | ||
| + x="164.96104" | ||
| + y="173.57198" | ||
| + id="use6073" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-5" | ||
| + x="177.27312" | ||
| + y="173.57198" | ||
| + id="use6075" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-9" | ||
| + x="184.62529" | ||
| + y="173.57198" | ||
| + id="use6077" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-2" | ||
| + x="189.59772" | ||
| + y="173.57198" | ||
| + id="use6079" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-27" | ||
| + x="193.02957" | ||
| + y="173.57198" | ||
| + id="use6081" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-18" | ||
| + x="196.46141" | ||
| + y="173.57198" | ||
| + id="use6083" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-5" | ||
| + x="204.55257" | ||
| + y="173.57198" | ||
| + id="use6085" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-20" | ||
| + x="211.90474" | ||
| + y="173.57198" | ||
| + id="use6087" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-5" | ||
| + x="219.9959" | ||
| + y="173.57198" | ||
| + id="use6089" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g6091"> | ||
| + <use | ||
| + xlink:href="#glyph1-7" | ||
| + x="227.33554" | ||
| + y="173.57198" | ||
| + id="use6093" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g6095"> | ||
| + <use | ||
| + xlink:href="#glyph1-28" | ||
| + x="230.77992" | ||
| + y="173.57198" | ||
| + id="use6097" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g6099"> | ||
| + <use | ||
| + xlink:href="#glyph1-10" | ||
| + x="237.85654" | ||
| + y="173.57198" | ||
| + id="use6101" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g6103"> | ||
| + <use | ||
| + xlink:href="#glyph1-3" | ||
| + x="245.60951" | ||
| + y="173.57198" | ||
| + id="use6105" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-5" | ||
| + x="253.80086" | ||
| + y="173.57198" | ||
| + id="use6107" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-6" | ||
| + x="261.15305" | ||
| + y="173.57198" | ||
| + id="use6109" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-2" | ||
| + x="264.5849" | ||
| + y="173.57198" | ||
| + id="use6111" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-29" | ||
| + x="268.01672" | ||
| + y="173.57198" | ||
| + id="use6113" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-5" | ||
| + x="274.79276" | ||
| + y="173.57198" | ||
| + id="use6115" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g6117"> | ||
| + <use | ||
| + xlink:href="#glyph1-4" | ||
| + x="282.06979" | ||
| + y="173.57198" | ||
| + id="use6119" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-2" | ||
| + x="287.30524" | ||
| + y="173.57198" | ||
| + id="use6121" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-12" | ||
| + x="290.73709" | ||
| + y="173.57198" | ||
| + id="use6123" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-20" | ||
| + x="298.90338" | ||
| + y="173.57198" | ||
| + id="use6125" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-7" | ||
| + x="306.99454" | ||
| + y="173.57198" | ||
| + id="use6127" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-14" | ||
| + x="310.42639" | ||
| + y="173.57198" | ||
| + id="use6129" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-15" | ||
| + x="319.71994" | ||
| + y="173.57198" | ||
| + id="use6131" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-4" | ||
| + x="326.93433" | ||
| + y="173.57198" | ||
| + id="use6133" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g6135"> | ||
| + <use | ||
| + xlink:href="#glyph0-25" | ||
| + x="164.96104" | ||
| + y="186.01349" | ||
| + id="use6137" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-26" | ||
| + x="170.02716" | ||
| + y="186.01349" | ||
| + id="use6139" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g6141"> | ||
| + <use | ||
| + xlink:href="#glyph0-8" | ||
| + x="173.83476" | ||
| + y="186.01349" | ||
| + id="use6143" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g6145"> | ||
| + <use | ||
| + xlink:href="#glyph0-27" | ||
| + x="179.79866" | ||
| + y="186.01349" | ||
| + id="use6147" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g6149"> | ||
| + <use | ||
| + xlink:href="#glyph0-28" | ||
| + x="187.33369" | ||
| + y="186.01349" | ||
| + id="use6151" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-30" | ||
| + x="192.38377" | ||
| + y="186.01349" | ||
| + id="use6153" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g6155"> | ||
| + <use | ||
| + xlink:href="#glyph0-14" | ||
| + x="195.64629" | ||
| + y="186.01349" | ||
| + id="use6157" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-24" | ||
| + x="197.66632" | ||
| + y="186.01349" | ||
| + id="use6159" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g6161"> | ||
| + <use | ||
| + xlink:href="#glyph0-14" | ||
| + x="205.11319" | ||
| + y="186.01349" | ||
| + id="use6163" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-33" | ||
| + x="207.13321" | ||
| + y="186.01349" | ||
| + id="use6165" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g6167"> | ||
| + <use | ||
| + xlink:href="#glyph0-34" | ||
| + x="212.039" | ||
| + y="186.01349" | ||
| + id="use6169" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-35" | ||
| + x="216.4959" | ||
| + y="186.01349" | ||
| + id="use6171" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-5" | ||
| + x="218.51593" | ||
| + y="186.01349" | ||
| + id="use6173" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g6175"> | ||
| + <use | ||
| + xlink:href="#glyph0-28" | ||
| + x="220.58406" | ||
| + y="186.01349" | ||
| + id="use6177" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-7" | ||
| + x="225.63414" | ||
| + y="186.01349" | ||
| + id="use6179" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-36" | ||
| + x="230.4758" | ||
| + y="186.01349" | ||
| + id="use6181" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g6183"> | ||
| + <use | ||
| + xlink:href="#glyph0-9" | ||
| + x="235.37358" | ||
| + y="186.01349" | ||
| + id="use6185" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g6187"> | ||
| + <use | ||
| + xlink:href="#glyph0-27" | ||
| + x="243.00481" | ||
| + y="186.01349" | ||
| + id="use6189" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g6191"> | ||
| + <use | ||
| + xlink:href="#glyph0-37" | ||
| + x="250.53986" | ||
| + y="186.01349" | ||
| + id="use6193" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-30" | ||
| + x="256.38351" | ||
| + y="186.01349" | ||
| + id="use6195" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-46" | ||
| + x="259.65405" | ||
| + y="186.01349" | ||
| + id="use6197" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g6199"> | ||
| + <use | ||
| + xlink:href="#glyph0-31" | ||
| + x="264.55984" | ||
| + y="186.01349" | ||
| + id="use6201" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g6203"> | ||
| + <use | ||
| + xlink:href="#glyph0-27" | ||
| + x="272.07083" | ||
| + y="186.01349" | ||
| + id="use6205" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g6207"> | ||
| + <use | ||
| + xlink:href="#glyph0-13" | ||
| + x="279.61389" | ||
| + y="186.01349" | ||
| + id="use6209" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g6211"> | ||
| + <use | ||
| + xlink:href="#glyph0-9" | ||
| + x="286.8363" | ||
| + y="186.01349" | ||
| + id="use6213" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-36" | ||
| + x="291.33328" | ||
| + y="186.01349" | ||
| + id="use6215" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g6217"> | ||
| + <use | ||
| + xlink:href="#glyph0-14" | ||
| + x="296.23105" | ||
| + y="186.01349" | ||
| + id="use6219" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-26" | ||
| + x="298.25107" | ||
| + y="186.01349" | ||
| + id="use6221" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g6223"> | ||
| + <use | ||
| + xlink:href="#glyph0-14" | ||
| + x="302.05869" | ||
| + y="186.01349" | ||
| + id="use6225" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-33" | ||
| + x="304.0787" | ||
| + y="186.01349" | ||
| + id="use6227" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-9" | ||
| + x="308.99252" | ||
| + y="186.01349" | ||
| + id="use6229" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g6231"> | ||
| + <use | ||
| + xlink:href="#glyph0-27" | ||
| + x="316.61572" | ||
| + y="186.01349" | ||
| + id="use6233" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g6235"> | ||
| + <use | ||
| + xlink:href="#glyph0-13" | ||
| + x="324.15878" | ||
| + y="186.01349" | ||
| + id="use6237" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g6239"> | ||
| + <use | ||
| + xlink:href="#glyph0-34" | ||
| + x="331.3812" | ||
| + y="186.01349" | ||
| + id="use6241" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-30" | ||
| + x="335.8381" | ||
| + y="186.01349" | ||
| + id="use6243" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-14" | ||
| + x="339.10861" | ||
| + y="186.01349" | ||
| + id="use6245" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g6247"> | ||
| + <use | ||
| + xlink:href="#glyph0-49" | ||
| + x="341.12064" | ||
| + y="186.01349" | ||
| + id="use6249" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-46" | ||
| + x="343.14069" | ||
| + y="186.01349" | ||
| + id="use6251" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g6253"> | ||
| + <use | ||
| + xlink:href="#glyph0-34" | ||
| + x="348.04645" | ||
| + y="186.01349" | ||
| + id="use6255" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-33" | ||
| + x="352.50336" | ||
| + y="186.01349" | ||
| + id="use6257" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-34" | ||
| + x="357.41718" | ||
| + y="186.01349" | ||
| + id="use6259" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g6261"> | ||
| + <use | ||
| + xlink:href="#glyph0-2" | ||
| + x="69.718864" | ||
| + y="204.63397" | ||
| + id="use6263" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-4" | ||
| + x="74.295998" | ||
| + y="204.63397" | ||
| + id="use6265" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-5" | ||
| + x="78.496384" | ||
| + y="204.63397" | ||
| + id="use6267" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g6269"> | ||
| + <use | ||
| + xlink:href="#glyph0-6" | ||
| + x="80.564514" | ||
| + y="204.63397" | ||
| + id="use6271" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g6273"> | ||
| + <use | ||
| + xlink:href="#glyph0-7" | ||
| + x="84.564499" | ||
| + y="204.63397" | ||
| + id="use6275" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-8" | ||
| + x="89.406158" | ||
| + y="204.63397" | ||
| + id="use6277" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-9" | ||
| + x="92.235809" | ||
| + y="204.63397" | ||
| + id="use6279" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-10" | ||
| + x="96.73278" | ||
| + y="204.63397" | ||
| + id="use6281" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g6283"> | ||
| + <use | ||
| + xlink:href="#glyph0-2" | ||
| + x="64.552307" | ||
| + y="212.64998" | ||
| + id="use6285" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-3" | ||
| + x="69.12944" | ||
| + y="212.64998" | ||
| + id="use6287" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-4" | ||
| + x="73.706573" | ||
| + y="212.64998" | ||
| + id="use6289" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-5" | ||
| + x="77.90696" | ||
| + y="212.64998" | ||
| + id="use6291" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g6293"> | ||
| + <use | ||
| + xlink:href="#glyph0-6" | ||
| + x="79.97509" | ||
| + y="212.64998" | ||
| + id="use6295" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g6297"> | ||
| + <use | ||
| + xlink:href="#glyph0-14" | ||
| + x="83.975075" | ||
| + y="212.64998" | ||
| + id="use6299" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-9" | ||
| + x="85.995102" | ||
| + y="212.64998" | ||
| + id="use6301" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-15" | ||
| + x="90.492081" | ||
| + y="212.64998" | ||
| + id="use6303" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g6305"> | ||
| + <use | ||
| + xlink:href="#glyph0-10" | ||
| + x="96.712494" | ||
| + y="212.64998" | ||
| + id="use6307" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g6309"> | ||
| + <use | ||
| + xlink:href="#glyph0-25" | ||
| + x="106.70937" | ||
| + y="204.63397" | ||
| + id="use6311" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-46" | ||
| + x="111.77547" | ||
| + y="204.63397" | ||
| + id="use6313" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-31" | ||
| + x="116.68929" | ||
| + y="204.63397" | ||
| + id="use6315" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g6317"> | ||
| + <use | ||
| + xlink:href="#glyph0-5" | ||
| + x="121.06602" | ||
| + y="204.63397" | ||
| + id="use6319" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g6321"> | ||
| + <use | ||
| + xlink:href="#glyph0-11" | ||
| + x="123.13415" | ||
| + y="204.63397" | ||
| + id="use6323" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-22" | ||
| + x="127.71128" | ||
| + y="204.63397" | ||
| + id="use6325" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-18" | ||
| + x="132.28842" | ||
| + y="204.63397" | ||
| + id="use6327" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g6329"> | ||
| + <use | ||
| + xlink:href="#glyph0-5" | ||
| + x="134.24432" | ||
| + y="204.63397" | ||
| + id="use6331" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-2" | ||
| + x="136.32047" | ||
| + y="204.63397" | ||
| + id="use6333" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g6335"> | ||
| + <use | ||
| + xlink:href="#glyph0-3" | ||
| + x="140.88959" | ||
| + y="204.63397" | ||
| + id="use6337" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-11" | ||
| + x="145.46672" | ||
| + y="204.63397" | ||
| + id="use6339" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-40" | ||
| + x="150.04385" | ||
| + y="204.63397" | ||
| + id="use6341" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g6343"> | ||
| + <use | ||
| + xlink:href="#glyph0-11" | ||
| + x="121.87506" | ||
| + y="212.64998" | ||
| + id="use6345" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-2" | ||
| + x="126.45219" | ||
| + y="212.64998" | ||
| + id="use6347" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-21" | ||
| + x="131.02933" | ||
| + y="212.64998" | ||
| + id="use6349" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g6351"> | ||
| + <use | ||
| + xlink:href="#glyph0-2" | ||
| + x="133.15356" | ||
| + y="212.64998" | ||
| + id="use6353" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-22" | ||
| + x="137.73071" | ||
| + y="212.64998" | ||
| + id="use6355" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-23" | ||
| + x="142.30785" | ||
| + y="212.64998" | ||
| + id="use6357" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#000000;fill-opacity:1" | ||
| + id="g6359"> | ||
| + <use | ||
| + xlink:href="#glyph0-24" | ||
| + x="147.20561" | ||
| + y="212.64998" | ||
| + id="use6361" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g6363"> | ||
| + <use | ||
| + xlink:href="#glyph1-8" | ||
| + x="164.96104" | ||
| + y="208.14099" | ||
| + id="use6365" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-2" | ||
| + x="172.52614" | ||
| + y="208.14099" | ||
| + id="use6367" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-9" | ||
| + x="175.95799" | ||
| + y="208.14099" | ||
| + id="use6369" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-19" | ||
| + x="180.93042" | ||
| + y="208.14099" | ||
| + id="use6371" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-4" | ||
| + x="187.26807" | ||
| + y="208.14099" | ||
| + id="use6373" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-7" | ||
| + x="192.50352" | ||
| + y="208.14099" | ||
| + id="use6375" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-30" | ||
| + x="195.93536" | ||
| + y="208.14099" | ||
| + id="use6377" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-5" | ||
| + x="206.40627" | ||
| + y="208.14099" | ||
| + id="use6379" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g6381"> | ||
| + <use | ||
| + xlink:href="#glyph1-4" | ||
| + x="213.68329" | ||
| + y="208.14099" | ||
| + id="use6383" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g6385"> | ||
| + <use | ||
| + xlink:href="#glyph1-2" | ||
| + x="218.93126" | ||
| + y="208.14099" | ||
| + id="use6387" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-12" | ||
| + x="222.36311" | ||
| + y="208.14099" | ||
| + id="use6389" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-20" | ||
| + x="230.52942" | ||
| + y="208.14099" | ||
| + id="use6391" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g6393"> | ||
| + <use | ||
| + xlink:href="#glyph1-19" | ||
| + x="238.60803" | ||
| + y="208.14099" | ||
| + id="use6395" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-7" | ||
| + x="244.94569" | ||
| + y="208.14099" | ||
| + id="use6397" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-28" | ||
| + x="248.37753" | ||
| + y="208.14099" | ||
| + id="use6399" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-5" | ||
| + x="255.46669" | ||
| + y="208.14099" | ||
| + id="use6401" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-20" | ||
| + x="262.81885" | ||
| + y="208.14099" | ||
| + id="use6403" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-11" | ||
| + x="270.91" | ||
| + y="208.14099" | ||
| + id="use6405" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-7" | ||
| + x="279.32681" | ||
| + y="208.14099" | ||
| + id="use6407" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-31" | ||
| + x="282.75867" | ||
| + y="208.14099" | ||
| + id="use6409" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g6411"> | ||
| + <use | ||
| + xlink:href="#glyph1-19" | ||
| + x="292.21503" | ||
| + y="208.14099" | ||
| + id="use6413" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-10" | ||
| + x="298.55267" | ||
| + y="208.14099" | ||
| + id="use6415" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-7" | ||
| + x="306.29312" | ||
| + y="208.14099" | ||
| + id="use6417" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-25" | ||
| + x="309.72498" | ||
| + y="208.14099" | ||
| + id="use6419" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-2" | ||
| + x="318.56763" | ||
| + y="208.14099" | ||
| + id="use6421" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph1-6" | ||
| + x="321.99948" | ||
| + y="208.14099" | ||
| + id="use6423" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#45a3e3;fill-opacity:1" | ||
| + id="g6425"> | ||
| + <use | ||
| + xlink:href="#glyph1-6" | ||
| + x="325.44385" | ||
| + y="208.14099" | ||
| + id="use6427" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g6429"> | ||
| + <use | ||
| + xlink:href="#glyph0-42" | ||
| + x="164.96104" | ||
| + y="220.58247" | ||
| + id="use6431" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g6433"> | ||
| + <use | ||
| + xlink:href="#glyph0-14" | ||
| + x="170.13937" | ||
| + y="220.58247" | ||
| + id="use6435" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-35" | ||
| + x="172.15941" | ||
| + y="220.58247" | ||
| + id="use6437" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-35" | ||
| + x="174.17944" | ||
| + y="220.58247" | ||
| + id="use6439" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g6441"> | ||
| + <use | ||
| + xlink:href="#glyph0-27" | ||
| + x="179.32571" | ||
| + y="220.58247" | ||
| + id="use6443" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g6445"> | ||
| + <use | ||
| + xlink:href="#glyph0-43" | ||
| + x="186.86075" | ||
| + y="220.58247" | ||
| + id="use6447" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-33" | ||
| + x="191.31766" | ||
| + y="220.58247" | ||
| + id="use6449" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-6" | ||
| + x="196.23146" | ||
| + y="220.58247" | ||
| + id="use6451" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g6453"> | ||
| + <use | ||
| + xlink:href="#glyph0-14" | ||
| + x="200.23145" | ||
| + y="220.58247" | ||
| + id="use6455" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-30" | ||
| + x="202.25146" | ||
| + y="220.58247" | ||
| + id="use6457" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g6459"> | ||
| + <use | ||
| + xlink:href="#glyph0-7" | ||
| + x="205.51398" | ||
| + y="220.58247" | ||
| + id="use6461" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-33" | ||
| + x="210.35565" | ||
| + y="220.58247" | ||
| + id="use6463" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-24" | ||
| + x="215.26945" | ||
| + y="220.58247" | ||
| + id="use6465" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g6467"> | ||
| + <use | ||
| + xlink:href="#glyph0-9" | ||
| + x="222.71632" | ||
| + y="220.58247" | ||
| + id="use6469" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-33" | ||
| + x="227.21329" | ||
| + y="220.58247" | ||
| + id="use6471" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-8" | ||
| + x="232.12711" | ||
| + y="220.58247" | ||
| + id="use6473" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g6475"> | ||
| + <use | ||
| + xlink:href="#glyph0-27" | ||
| + x="238.08299" | ||
| + y="220.58247" | ||
| + id="use6477" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g6479"> | ||
| + <use | ||
| + xlink:href="#glyph0-16" | ||
| + x="245.62604" | ||
| + y="220.58247" | ||
| + id="use6481" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g6483"> | ||
| + <use | ||
| + xlink:href="#glyph0-14" | ||
| + x="249.75429" | ||
| + y="220.58247" | ||
| + id="use6485" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-30" | ||
| + x="251.77431" | ||
| + y="220.58247" | ||
| + id="use6487" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g6489"> | ||
| + <use | ||
| + xlink:href="#glyph0-10" | ||
| + x="255.03682" | ||
| + y="220.58247" | ||
| + id="use6491" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-8" | ||
| + x="258.86044" | ||
| + y="220.58247" | ||
| + id="use6493" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-5" | ||
| + x="261.69009" | ||
| + y="220.58247" | ||
| + id="use6495" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g6497"> | ||
| + <use | ||
| + xlink:href="#glyph0-50" | ||
| + x="263.75824" | ||
| + y="220.58247" | ||
| + id="use6499" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-34" | ||
| + x="269.79428" | ||
| + y="220.58247" | ||
| + id="use6501" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-8" | ||
| + x="274.25119" | ||
| + y="220.58247" | ||
| + id="use6503" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-14" | ||
| + x="277.08081" | ||
| + y="220.58247" | ||
| + id="use6505" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g6507"> | ||
| + <use | ||
| + xlink:href="#glyph0-7" | ||
| + x="279.09283" | ||
| + y="220.58247" | ||
| + id="use6509" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g6511"> | ||
| + <use | ||
| + xlink:href="#glyph0-33" | ||
| + x="283.9425" | ||
| + y="220.58247" | ||
| + id="use6513" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g6515"> | ||
| + <use | ||
| + xlink:href="#glyph0-10" | ||
| + x="288.8483" | ||
| + y="220.58247" | ||
| + id="use6517" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g6519"> | ||
| + <use | ||
| + xlink:href="#glyph0-27" | ||
| + x="295.79819" | ||
| + y="220.58247" | ||
| + id="use6521" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g6523"> | ||
| + <use | ||
| + xlink:href="#glyph0-51" | ||
| + x="303.34125" | ||
| + y="220.58247" | ||
| + id="use6525" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g6527"> | ||
| + <use | ||
| + xlink:href="#glyph0-14" | ||
| + x="308.15884" | ||
| + y="220.58247" | ||
| + id="use6529" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-23" | ||
| + x="310.17889" | ||
| + y="220.58247" | ||
| + id="use6531" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g6533"> | ||
| + <use | ||
| + xlink:href="#glyph0-9" | ||
| + x="315.07666" | ||
| + y="220.58247" | ||
| + id="use6535" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-35" | ||
| + x="319.57364" | ||
| + y="220.58247" | ||
| + id="use6537" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-14" | ||
| + x="321.59366" | ||
| + y="220.58247" | ||
| + id="use6539" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-33" | ||
| + x="323.61371" | ||
| + y="220.58247" | ||
| + id="use6541" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g6543"> | ||
| + <use | ||
| + xlink:href="#glyph0-9" | ||
| + x="328.5195" | ||
| + y="220.58247" | ||
| + id="use6545" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g6547"> | ||
| + <use | ||
| + xlink:href="#glyph0-27" | ||
| + x="336.15073" | ||
| + y="220.58247" | ||
| + id="use6549" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g6551"> | ||
| + <use | ||
| + xlink:href="#glyph0-51" | ||
| + x="343.69379" | ||
| + y="220.58247" | ||
| + id="use6553" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g6555"> | ||
| + <use | ||
| + xlink:href="#glyph0-30" | ||
| + x="348.51138" | ||
| + y="220.58247" | ||
| + id="use6557" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g6559"> | ||
| + <use | ||
| + xlink:href="#glyph0-7" | ||
| + x="351.7739" | ||
| + y="220.58247" | ||
| + id="use6561" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g6563"> | ||
| + <use | ||
| + xlink:href="#glyph0-23" | ||
| + x="356.6236" | ||
| + y="220.58247" | ||
| + id="use6565" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g6567"> | ||
| + <use | ||
| + xlink:href="#glyph0-9" | ||
| + x="361.52136" | ||
| + y="220.58247" | ||
| + id="use6569" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-30" | ||
| + x="366.01834" | ||
| + y="220.58247" | ||
| + id="use6571" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + <g | ||
| + style="fill:#b83305;fill-opacity:1" | ||
| + id="g6573"> | ||
| + <use | ||
| + xlink:href="#glyph0-8" | ||
| + x="369.28085" | ||
| + y="220.58247" | ||
| + id="use6575" | ||
| + width="612" | ||
| + height="792" /> | ||
| + <use | ||
| + xlink:href="#glyph0-29" | ||
| + x="372.1105" | ||
| + y="220.58247" | ||
| + id="use6577" | ||
| + width="612" | ||
| + height="792" /> | ||
| + </g> | ||
| + </g> | ||
| +</svg> | ||
| +@inproceedings{delaune@coercion, | ||
| + title={Coercion-resistance and receipt-freeness in electronic voting}, | ||
| + author={Delaune, Stephanie and Kremer, Steve and Ryan, Mark}, | ||
| + booktitle={Computer Security Foundations Workshop. 19th IEEE}, | ||
| + pages={12--pp}, | ||
| + organization={IEEE}, | ||
| + year={2006}, | ||
| + url={https://www.cs.bham.ac.uk/~mdr/research/papers/pdf/06-csfw.pdf}, | ||
| +} | ||
| + | ||
| +@article{zbmath0homomorphic, | ||
| + author={Andrea {Huszti}}, | ||
| + title={{A homomorphic encryption-based secure electronic voting scheme}}, | ||
| + journal={{Publicationes Mathematicae}}, | ||
| + ISSN={0033-3883}, | ||
| + volume={79}, | ||
| + number={3-4}, | ||
| + pages={479--496}, | ||
| + year={2011}, | ||
| + publisher={Institutum Mathematicum Universitatis Debreceniensis, Debrecen}, | ||
| + language={English}, | ||
| + DOI={10.5486/PMD.2011.5142}, | ||
| + MSC2010={94A60 68P25}, | ||
| + zbl={1249.94030}, | ||
| + url={https://www.inf.unideb.hu/~ahuszti/papers/5142-Huszti_megjelent.pdf}, | ||
| +} | ||
| + | ||
| +@inproceedings{peng04homomorphic, | ||
| + author={Kun Peng and Riza Aditya and Colin Boyd and Byoungcheon Lee}, | ||
| + title={Multiplicative homomorphic e-voting}, | ||
| + booktitle={In Advances in Cryptology - Indocrypt ’04}, | ||
| + year={2004}, | ||
| + pages={61--72}, | ||
| + url={https://eprints.qut.edu.au/24434/1/}, | ||
| +} | ||
| + | ||
| +@inproceedings{kremer@verify, | ||
| + address={Athens, Greece}, | ||
| + author={Kremer, Steve and Ryan, Mark D. and Smyth, Ben}, | ||
| + booktitle={{P}roceedings of the 15th {E}uropean {S}ymposium on {R}esearch in {C}omputer {S}ecurity ({ESORICS}'10)}, | ||
| + DOI={10.1007/978-3-642-15497-3_24}, | ||
| + editor={Gritzalis, Dimitris and Preneel, Bart}, | ||
| + pages={389-404}, | ||
| + publisher={Springer}, | ||
| + series={Lecture Notes in Computer Science}, | ||
| + title={Election verifiability in electronic voting protocols}, | ||
| + volume={6345}, | ||
| + year={2010}, | ||
| + month={9}, | ||
| + acronym={{ESORICS}'10}, | ||
| + url={https://www.lsv.ens-cachan.fr/Publis/PAPERS/PDF/KRS-esorics10.pdf}, | ||
| +} | ||
| + | ||
| +@article{acquisti0homomorphic, | ||
| + author={Alessandro Acquisti}, | ||
| + url={https://www.heinz.cmu.edu/~acquisti/papers/acquisti-electronic_voting.pdf}, | ||
| + journal={IACR Cryptology ePrint Archive}, | ||
| + pages={105}, | ||
| + title={Receipt-Free Homomorphic Elections and Write-in Voter Verified Ballots}, | ||
| + volume={2004}, | ||
| + year={2004}, | ||
| + month={4}, | ||
| +} | ||
| + | ||
| +\setupbibtex[database=sources] | ||
| +\setuppublications[ | ||
| + refcommand=num, | ||
| + numbering=yes | ||
| +] | ||
| + | ||
| +\setupcite[num][ | ||
| + left=\empty, | ||
| + right=\empty, | ||
| +] | ||
| +\setupexternalfigures[ | ||
| + order={svg,pdf,png}, | ||
| + location=global, | ||
| + directory={screens}, | ||
| + frame=on, | ||
| + maxwidth=\makeupwidth, | ||
| + rulethickness=1pt, | ||
| + width=\makeupwidth, | ||
| + frameoffset=.5em, | ||
| +] | ||
| +% Set up the body and heading fonts. | ||
| +\starttypescript [serif] [EventBody] | ||
| + \definefontsynonym [Serif] [name:librebaskerville] | ||
| + \definefontsynonym [SerifBold] [name:librebaskervillebold] | ||
| + \definefontsynonym [SerifItalic] [name:librebaskervilleitalic] | ||
| +\stoptypescript | ||
| + | ||
| +\starttypescript [sans] [EventHeader] | ||
| + \definefontsynonym [Sans] [name:cabin] | ||
| + \definefontsynonym [SansBold] [name:cabinbold] | ||
| +\stoptypescript | ||
| + | ||
| +\definetypeface[EventFont] [rm] [serif] [EventBody] [default] | ||
| +\definetypeface[EventFont] [ss] [sans] [EventHeader] [default] | ||
| + | ||
| +\usetypescript[EventFont] [ec] | ||
| +\setupbodyfont[EventFont] | ||
| + | ||
| +\definefont[ChapterFont][SansBold sa 2.5] | ||
| +\definefont[SectionFont][SansBold sa 1.5] | ||
| +\definefont[SubSectionFont][SansBold sa 1.25] | ||
| + | ||
| +\setbreakpoints[compound] | ||
| +\setupalign[hz,hanging,nothyphenated] | ||
| +\setuptolerance[horizontal,stretch,tolerant] | ||
| +\definefontfeature[default][default][expansion=quality] | ||
| +\setupmakeup[standard][ | ||
| + pagestate=start, | ||
| +] | ||
| + | ||
| +\setuphead[chapter][ | ||
| + style=ChapterFont, | ||
| + after=\pagebreak, | ||
| + footer=empty, | ||
| +] | ||
| + | ||
| +\setuphead[section][ | ||
| + style=SectionFont, | ||
| +] | ||
| + | ||
| +\setuphead[subsection][ | ||
| + style=SubSectionFont, | ||
| +] | ||
| +\definecolor[WPinternal][h=46A5E5] | ||
| + | ||
| +\setupinteraction[ | ||
| + state=start, | ||
| + color=WPinternal, | ||
| +] | ||
| + | ||
| +\placebookmarks[title, chapter][ | ||
| + force=yes, | ||
| +] | ||
| + | ||
| +\setupcombinedlist[content][ | ||
| + interaction=all, | ||
| +] | ||
| +(/home/context/bin/context/tex/texmf-context/tex/context/base/cont-yes.mkiv | ||
| + | ||
| +ConTeXt ver: 2014.01.03 00:40 MKIV current fmt: 2014.4.16 int: english/english | ||
| + | ||
| +system > 'cont-new.mkiv' loaded | ||
| +(/home/context/bin/context/tex/texmf-context/tex/context/base/cont-new.mkiv) | ||
| +system > files > jobname 'manual', input './manual', result 'manual' | ||
| +fonts > latin modern fonts are not preloaded | ||
| +languages > language 'en' is active | ||
| +! I can't find file `./manual.tex'. | ||
| +l.4 } | ||
| + | ||
| +<inserted text> ...lvers.*" } end context.finishjob() } | ||
| + | ||
| +\luat_start_lua_code_indeed ...nd \directlua {#1}} | ||
| + | ||
| +l.91 \stopluacode | ||
| + | ||
| +Please type another input file name: | ||
| +! Emergency stop. | ||
| + | ||
| +system > tex > error on line 4 in file /home/context/bin/context/tex/texmf-context/tex/context/base/cont-yes.mkiv: Emergency stop ... | ||
| + | ||
| + 1 %D \module | ||
| + 2 %D [ file=cont-yes, | ||
| + 3 %D version=2012.06.01, | ||
| + 4 >> %D title=\CONTEXT\ Miscellaneous Macros, | ||
| + 5 %D subtitle=Startup Stub, | ||
| + 6 %D author=Hans Hagen, | ||
| + 7 %D date=\currentdate, | ||
| + 8 %D copyright={PRAGMA ADE \& \CONTEXT\ Development Team}] | ||
| + 9 %C | ||
| +10 %C This module is part of the \CONTEXT\ macro||package and is | ||
| +11 %C therefore copyrighted by \PRAGMA. See mreadme.pdf for | ||
| +12 %C details. | ||
| +13 | ||
| +14 % At some point I will reconsider the \starttext .. \stoptext | ||
| + | ||
| +l.4 } | ||
| + | ||
| +<inserted text> ...lvers.*" } end context.finishjob() } | ||
| + | ||
| +\luat_start_lua_code_indeed ...nd \directlua {#1}} | ||
| + | ||
| +l.91 \stopluacode | ||
| + | ||
| +End of file on the terminal! | ||
| + | ||
| +! ==> Fatal error occurred, no output PDF file produced! | ||
| +\setuppagenumbering[ | ||
| + alternative=singlesided, | ||
| + location={footer,right}, | ||
| +] | ||
| + | ||
| +\setupcolors[ | ||
| + state=start, | ||
| + rgb=yes, | ||
| + spot=no, | ||
| +] | ||
| + | ||
| +\setupcolors[pagecolormodel=auto] | ||
| +\input style/hyperlinks.tex | ||
| +\input style/bibliography.tex | ||
| +\input style/fonts.tex | ||
| +\input style/headings.tex | ||
| +\input style/pages.tex | ||
| +\input style/figures.tex | ||
| Delta | 19408 lines added, 42 lines removed, 19366-line increase |
|---|